@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

#pvt-main {
    padding: 20px 0;
    padding-bottom: 0px
}

#pvt-main .bg_wrap {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px
}

.box .box-title {
    background: #fdb813;
    height: 40px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    margin-bottom: 10px
}

.box .box-title h2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    padding: 5px 20px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    background: #0089cf;
    border-top-left-radius: 5px
}

.box .box-title h2 span {
    margin-top: -16px;
    float: left;
    margin-right: 10px
}

.box .box-title h2::after {
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #0089cf;
    border-bottom-color: #0089cf;
    position: absolute;
    right: -40px;
    top: 0
}

.box .box-content .owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    top: 35%;
    transform: translate(0%, -50%)
}

.box .box-content .owl-controls .owl-prev,
.box .box-content .owl-controls .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: -3px 4px 5px 0px rgba(0, 0, 0, 0.33);
    position: absolute
}

.box .box-content .owl-controls .owl-prev i,
.box .box-content .owl-controls .owl-next i {
    font-size: 25px;
    color: #0089cf
}

.box .box-content .owl-controls .owl-prev {
    position: absolute;
    left: -25px
}

.box .box-content .owl-controls .owl-next {
    position: absolute;
    right: -25px
}

.box.box-type-2 {
    background: #ffffff
}

.owl {
    display: none
}

.noitem {
    margin: 0;
    border-top: none;
    border-radius: 0;
    text-align: center
}

#banner-middle {
    overflow: hidden;
    padding-top: 10px;
    background: #ffffff;
    width: 100%
}

#banner-middle .row {
    margin: 0px -5px
}

#banner-middle .row>div[class^='col-md'] {
    padding: 0 5px
}

#banner-middle .banner-middle {
    overflow: hidden;
    width: 100%
}

#banner-middle .box-banner-middle_right {
    width: 190px;
    float: right
}

.slider-for {
    display: none;
    position: relative
}

.slick-dots {
    left: 50%;
    bottom: 15px;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.slick-dots li {
    float: left;
    margin: 0 5px
}

.slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    outline: none;
    background: none;
    position: relative;
    border-radius: 100%;
    text-indent: -9999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px
}

.slick-dots li button:hover {
    border-color: #0089cf
}

.slick-dots li button:hover::before {
    background: #0089cf
}

.slick-dots li button::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

.slick-dots li.slick-active button {
    border-color: #0089cf
}

.slick-dots li.slick-active button::before {
    background: #0089cf
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    transition: all 0.5s ease;
    color: #999999;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 98;
    font-size: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none
}

.slick-arrow.slick-prev {
    left: 15px
}

.slick-arrow.slick-prev::after {
    content: '\f104'
}

.slick-arrow.slick-next {
    right: 15px
}

.slick-arrow.slick-next::after {
    content: '\f105'
}

.slick-arrow::before {
    display: none
}

.slick-arrow::after {
    position: absolute;
    font-family: 'fontawesome';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 20px;
    color: #999999
}

.slick-arrow:hover {
    background: rgba(215, 215, 215, 0.9)
}

.slick-arrow:hover::after {
    color: #c8302a
}

#box-product_promotion .products {
    border: none;
    margin-bottom: 10px
}

#box-product_promotion .products .product {
    width: 100%;
    float: none;
    border: 1px solid #dedede;
    padding: 10px
}

.banner-product {
    margin: 0px -10px
}

.banner-product::after {
    content: '';
    display: block;
    clear: both
}

.banner-product.col-1 .item-adv {
    width: 100%
}

.banner-product.col-2 .item-adv {
    width: 50%
}

.banner-product.col-3 .item-adv {
    width: -o-calc(100% / 3);
    width: calc(100% / 3)
}

.banner-product .item-adv {
    float: left;
    padding: 0px 10px;
    overflow: hidden;
    overflow: hidden
}

.banner-product.owl-carousel .item-adv {
    width: 100% !important;
    float: none;
    padding: 0
}

.right-content .box-banner-advertise .banner-product {
    margin: 0
}

.right-content .box-banner-advertise .banner-product.col-1 .item-adv {
    width: 130px
}

.right-content .box-banner-advertise .banner-product.col-2 .item-adv {
    width: 130px
}

.right-content .box-banner-advertise .banner-product.col-3 .item-adv {
    width: auto
}

.right-content .box-banner-advertise .banner-product .item-adv {
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px
}

.right-content .box-banner-advertise .banner-product .item-adv:nth-child(3),
.right-content .box-banner-advertise .banner-product .item-adv:nth-child(6) {
    margin-right: 0px
}

.right-content .box-banner-advertise .banner-product .item-adv:nth-child(4),
.right-content .box-banner-advertise .banner-product .item-adv:nth-child(5),
.right-content .box-banner-advertise .banner-product .item-adv:nth-child(6) {
    margin-bottom: 0px
}

.right-content .box-banner-advertise .banner-product .item-adv:hover img {
    opacity: 1;
    transform: scale(1)
}

.box-cat-brand .items {
    border: 1px solid #dddddd;
    background: #ffffff;
    max-height: 230px;
    overflow-y: scroll
}

.box-cat-brand .items::after {
    content: '';
    display: block;
    clear: both
}

.box-cat-brand .items::-webkit-scrollbar {
    width: 8px;
    height: 50px
}

.box-cat-brand .items::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #999
}

.box-cat-brand .items li {
    background: #ffffff;
    float: left;
    width: -o-calc(392px / 3);
    width: calc(392px / 3);
    border: 1px solid #dddddd;
    height: -o-calc(232px / 3);
    height: calc(232px / 3);
    overflow: hidden;
    margin-left: -1px;
    margin-top: -1px
}

.box-cat-brand .items li a {
    height: 100%;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.box-cat-brand .items li img {
    max-width: 100px
}

#banner-hotdeal {
    margin-bottom: 30px
}

.banner-hotdeal {
    display: none
}

.banner-hotdeal .item-adv {
    overflow: hidden;
    border-radius: 3px
}

.box-cat-pro {
    margin-bottom: 30px
}

.box-cat-pro .box-title {
    position: relative;
    background: #ffffff;
    padding: 5px;
    height: 40px
}

.box-cat-pro .box-title::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #0089cf;
    position: absolute;
    left: 0;
    top: 0
}

.box-cat-pro .box-title::after {
    content: '';
    display: block;
    clear: both
}

.box-cat-pro .box-title .left-content {
    float: left
}

.box-cat-pro .box-title .left-content .title {
    margin: 0;
    position: absolute;
    background: #0089cf;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 0px
}

.box-cat-pro .box-title .left-content .title a {
    color: #ffffff;
    display: block;
    position: relative;
    text-transform: uppercase
}

.box-cat-pro .box-title .left-content .title .icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #fdb813;
    margin-top: -5px;
    margin-left: -55px
}

.box-cat-pro .box-title .left-content .title::after {
    display: none
}

.box-cat-pro .box-title .right-content {
    float: right
}

.box-cat-pro .box-title .right-content .items {
    float: left
}

.box-cat-pro .box-title .right-content .items li {
    float: left
}

.box-cat-pro .box-title .right-content .items li:not(:last-child) {
    margin-right: 20px
}

.box-cat-pro .box-title .right-content .items li a {
    height: 26px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal
}

.box-cat-pro .products {
    border: 1px solid #dedede
}

.box-cat-pro .products .product:nth-child(6n) {
    border-right-color: #ffffff
}

.box-cat-pro .products .product:nth-child(n+7) {
    border-bottom: none
}

.box-cat-pro .div_viewall {
    float: right
}

.box-cat-pro .div_viewall .viewall {
    display: inline-block;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #f27021
}

.box-cat-pro .div_viewall .viewall::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: 10px
}

.box-cat-pro .div_viewall .viewall:hover {
    color: #f27021
}

#box-product {
    position: relative;
    overflow: hidden;
    padding-top: 20px
}

#box-product .box-inner {
    position: relative;
    z-index: 1
}

#box-product .box-banner {
    padding-bottom: 10px
}

#box-product .box-banner::after {
    content: '';
    display: block;
    clear: both
}

#box-product-new .box-title h2 {
    padding-left: 10px
}

#box-product-new .products {
    border: 1px solid #dedede
}

#box-product-new .products.owl-carousel .product {
    width: 100%;
    border-bottom: none
}

.products {
    z-index: 100;
    position: relative;
    background: #ffffff;
    border-left: 1px solid #dedede
}

.products::after {
    content: '';
    display: block;
    clear: both
}

.products .product {
    float: left;
    padding: 10px 15px;
    position: relative;
    width: -o-calc(100% / 6);
    width: calc(100% / 6);
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

.products .product:after,
.products .product:before {
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    content: ''
}

.products .product:before {
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    border-top: 1px solid #0089cf;
    border-bottom: 1px solid #0089cf;
    transition: all 0.5s ease
}

.products .product:after {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    border-left: 1px solid #0089cf;
    border-right: 1px solid #0089cf;
    transition: all 0.5s ease
}

.products .product .inner {
    position: relative;
    z-index: 10
}

.products .product .inner .img {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    margin-bottom: 10px
}

.products .product .inner .img>a {
    display: block;
    overflow: hidden;
    padding-top: 100%;
    position: relative
}

.products .product .inner .img>a img {
    top: 50%;
    left: 50%;
    max-width: 96%;
    max-height: 96%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.products .product .inner .img .logo_brand {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10
}

.products .product .inner .img .logo_brand img {
    max-width: 65px;
    max-height: 30px
}

.products .product .inner .img .logo_status {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.products .product .inner .img .logo_status span {
    display: block;
    text-align: right;
    margin-bottom: 5px
}

.products .product .inner .img .logo_status img {
    max-width: 65px;
    max-height: 100%;
    display: inline-block
}

.products .product .inner .img .discount,
.products .product .inner .img .giagiam {
    top: 0;
    left: 0;
    z-index: 11;
    height: 20px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    border-radius: 3px;
    background: #ec0e17
}

.products .product .inner .img .giagiam {
    background: #39b54a;
    font-size: 12px;
    font-weight: normal
}

.products .product .inner .txt h2 {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 1.5em;
    max-height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    overflow: hidden
}

.products .product .inner .txt h2 a {
    color: #444444
}

.products .product .inner .txt h2 a:hover {
    color: #0089cf
}

.products .product .inner .txt .price-text {
    margin-bottom: 10px;
    line-height: 20px
}

.products .product .inner .txt .price {
    font-size: 14px;
    font-weight: bold;
    color: #ec0e17;
    position: relative;
    display: inline-block
}

.products .product .inner .txt .price-old {
    font-size: 13px;
    color: #888888;
    text-decoration: line-through;
    font-weight: normal;
    float: right
}

.products .product .inner .txt .box-options {
    margin-bottom: 6px
}

.products .product .inner .txt .box-options ul li {
    font-size: 12px;
    color: #8e8f8f;
    line-height: 1.4em
}

.products .product .inner .txt .star-wrap {
    height: 22px;
    margin-top: 10px
}

.products .product .inner .txt .star-wrap>span {
    margin-right: 5px;
    font-size: 13px;
    color: #888888
}

.products .product .inner .txt .star-wrap .fa {
    margin-right: 2px
}

.products .product .inner .txt .star-wrap .star {
    color: #ffc120
}

.products .product .inner .txt .star-wrap .star-o {
    color: #b8b8b8
}

.products .product:hover {
    z-index: 10;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1)
}

.products .product:hover:before {
    left: 0;
    right: 0
}

.products .product:hover:after {
    top: 0;
    bottom: 0
}

.products .product:hover .inner .txt h2 a {
    color: #0089cf
}

#box-video {
    margin-top: 20px
}

#box-video .list-item {
    margin: 0 -10px
}

#box-video .list-item .video {
    width: 25%;
    padding: 0 10px;
    float: left;
    margin-bottom: 10px
}

#box-video .list-item .video .img {
    position: relative
}

#box-video .list-item .video .img a {
    display: block
}

#box-video .list-item .video .img .icon_play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

#box-video .list-item .video .img .icon_play i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#box-video .list-item .video .txt {
    background: #fff;
    border: 1px solid #dedede;
    border-top: none;
    padding: 10px
}

#box-video .list-item .video .txt h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em
}

#box-video .list-item.owl-carousel {
    margin: 0
}

#box-video .list-item.owl-carousel .video {
    width: 100%;
    padding: 0
}

@media screen and (max-width: 1366px) {
    #box-news .box-content .list-item .row {
        margin: 0px -5px
    }
    #box-news .box-content .list-item .news {
        padding: 0px 5px
    }
}

@media screen and (max-width: 1280px) {
    .box-cat-pro .products .product:nth-child(6n) {
        border-right-color: #dedede
    }
    .box-cat-pro .products .product:nth-child(4n) {
        border-right-color: #ffffff
    }
}

@media screen and (max-width: 1024px) {
    #banner-middle .banner-middle {
        width: 100%;
        padding-right: 0
    }
    .box-banner-middle_right {
        display: none
    }
    ul.menu-product {
        height: 350px
    }
    #box-product .box-banner .right-content {
        width: 300px
    }
    #box-product .box-banner .left-content {
        width: -o-calc(100% - 300px);
        width: calc(100% - 300px)
    }
    .box-cat-brand .items::-webkit-scrollbar {
        width: 4px;
        height: 10px
    }
    .box-cat-brand .items::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #c3c3c3
    }
    .box-cat-brand .items {
        max-height: 180px
    }
    .box-cat-brand .items li {
        width: -o-calc(296px / 3);
        width: calc(296px / 3);
        height: -o-calc(182px / 3);
        height: calc(182px / 3)
    }
    .box-cat-brand .items li img {
        max-width: 80%;
        max-height: 80%
    }
    #box-product .category:last-child .box-cat-pro {
        margin-bottom: 0
    }
    .box-cat-pro .box-title .left-content .title a {
        font-size: 16px
    }
    .box-cat-pro .box-title .right-content .items li:not(:last-child) {
        margin-right: 10px
    }
    .box-cat-pro .div_viewall .viewall {
        font-size: 12px
    }
    .box-cat-pro .box-title .right-content .items {
        max-width: 520px
    }
    .box-cat-pro .box-title .right-content .items li a {
        font-size: 12px
    }
    .products .product {
        width: 25%;
        padding: 12px;
        min-height: 240px
    }
    #box-service .list-item {
        max-width: 430px
    }
    #box-service .list-item .service .inners {
        padding: 10px
    }
    #box-news .box-content .list-item .news {
        width: -o-calc(100% / 3);
        width: calc(100% / 3);
        margin-bottom: 10px
    }
}

@media screen and (max-width: 768px) {
    ul.menu-product {
        height: 235px
    }
    ul.menu-product>li>a {
        padding: 7px 10px 7px 40px
    }
    #pvt-main .bg_wrap {
        padding: 20px 0
    }
    #box-product .box-banner .left-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
    #box-product .box-banner .right-content {
        width: 100%
    }
    .box-cat-brand .items li {
        width: 16.8%
    }
    .products .product {
        width: 33.33333%
    }
    .products .product:nth-child(3n+3) {
        border-right: none
    }
    .products .product:nth-child(5n+5) {
        border-right: 1px solid #ddd
    }
    .box-cat-pro .box-title .right-content .items {
        display: none
    }
    .products .product .inner .img .logo_status img {
        max-width: 36px
    }
    #box-news .news_left {
        display: none
    }
    #box-news .list-item {
        width: 100%
    }
    #box-service {
        padding: 20px 0
    }
    #box-service::before {
        width: 100%;
        opacity: 0.8
    }
    #box-service .list-item {
        width: 100%;
        max-width: inherit
    }
    #box-service .list-item .service .inners {
        min-height: auto
    }
    #box-service .list-item .service:last-child {
        margin-bottom: 0px
    }
}

@media screen and (max-width: 767px) {
    #banner-middle .banner-middle {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding-right: 0px
    }
    #banner-middle .banner-middle img {
        width: 100%
    }
    #banner-middle .banner-middle_right {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: none
    }
    .banner-middle_right {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        float: none
    }
    .banner-middle_right ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px
    }
    .banner-middle_right ul li {
        font-family: 'Arial'
    }
    .banner-middle_right ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #cecece;
        height: 60px;
        border-radius: 3px;
        padding: 5px;
        text-align: center;
        background: #fff;
        background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)
    }
    .banner-middle_right ul li span {
        position: relative;
        font-size: 12px;
        color: #333333;
        text-transform: none;
        padding-right: 0;
        display: block
    }
    .banner-middle_right ul li span.menu-icon {
        display: block
    }
    .box .box-content .owl-controls .owl-prev {
        left: 0
    }
    .box .box-content .owl-controls .owl-next {
        right: 0
    }
    .box .box-content .owl-controls .owl-next,
    .box .box-content .owl-controls .owl-prev {
        width: 36px;
        height: 36px
    }
    .box .box-content .owl-controls .owl-next i,
    .box .box-content .owl-controls .owl-prev i {
        font-size: 22px
    }
    #pvt-main .bg_wrap {
        padding: 0px
    }
    .products .product .inner .img>a {
        padding-top: 75%
    }
    .products .product {
        width: 50%;
        padding: 10px;
        min-height: 420px
    }
    .products .product:nth-child(3n+3) {
        border-right: 1px solid #ddd
    }
    .products .product:nth-child(2),
    .products .product:nth-child(4) {
        border-right-color: #fff
    }
    .products .product:nth-child(3),
    .products .product:nth-child(4) {
        border-bottom-color: #fff
    }
    .box-cat-pro {
        margin-bottom: 5px
    }
    .category .div_viewall {
        height: 40px;
        background: none;
        padding: 5px 20px;
        line-height: 30px;
        text-align: center
    }
    .category .div_viewall a {
        padding: 5px 20px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #f27021;
        border-radius: 4px
    }
    .box-inner .category {
        margin-bottom: 30px
    }
    #box-service {
        padding: 10px 0
    }
    #box-service::before {
        display: none
    }
    #box-service .list-item {
        display: block;
        padding: 5px;
        margin-top: 0px
    }
    #box-service .list-item .service {
        margin-bottom: 15px
    }
    #box-service .list-item .service .inners {
        padding: 15px 15px
    }
    #box-service .list-item .service .inners .img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0%, -50%);
        display: inline-block
    }
    #box-service .list-item .service .inners .txt {
        margin-left: 60px;
        text-align: left
    }
    #box-service .list-item .service .inners .txt .sname {
        text-align: left
    }
    #box-news .news_left {
        display: block
    }
    #box-news .list-item li:not(:last-child) {
        border-bottom: 1px solid #ebebeb
    }
    #box-news .list-item li a {
        font-size: 18px;
        color: #333;
        padding: 10px 0;
        display: block;
        position: relative;
        padding-left: 15px
    }
    #box-news .list-item li a::before {
        content: '\f0da';
        font-family: 'FontAwesome';
        position: absolute;
        left: 0
    }
}

@media screen and (max-width: 480px) {
    .products .product {
        min-height: 280px
    }
    .products .product .inner .img>a {
        padding-top: 100%
    }
    .banner-middle_right ul {
        grid-gap: 5px
    }
    #box-news .box-content .list-item .news {
        width: -o-calc(100% / 2);
        width: calc(100% / 2)
    }
    #box-accessories .wrapper {
        padding: 0px
    }
    #box-accessories .box-accessories-title h2 {
        font-size: 16px
    }
    #box-accessories .list-item.owl-carousel .item {
        float: none;
        width: 100%
    }
    #box-accessories .owl-controls {
        position: absolute;
        top: -36px;
        right: 10px
    }
    #box-accessories .owl-controls .owl-nav {
        font-size: 20px;
        color: #ffffff
    }
    #box-accessories .owl-controls .owl-nav>div {
        display: block;
        float: right;
        margin-left: 10px
    }
}

@media screen and (max-width: 420px) {
    #box-service .list-item .service .inners {
        padding: 10px
    }
    #box-service .list-item .service .img a {
        width: 45px;
        height: 45px;
        display: block
    }
    #box-service .list-item .service .img a img {
        max-width: 100%
    }
    #box-service .list-item .service .inners .txt {
        margin-left: 60px
    }
    #box-service .list-item .service .txt .sname {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold
    }
    .products .product .inner .txt .star-wrap>span {
        font-size: 12px
    }
    .products .product .inner .txt .star-wrap>.fa {
        font-size: 12px
    }
}

@media screen and (max-width: 380px) {
    .products .product {
        min-height: 270px
    }
}