﻿:root {
    --themes-color: #000;
    --sub-themes-color: #252525;
    --color-theme-primary: #000;
    --main-colorT: #FF5B98;
    --sub-colorT: #E65572;
    --sub-colorT2: #1B55A6;
    --height-banner_home: calc(100vw* 500 / 1300);
    --height-banner_different: calc(100vw* 595 / 1440);
}

section {
    overflow: hidden;
}

p {
    color: #000
}

b, strong {
    font-weight: 700;
}

.row {
    --ps-gutter-x: 7.5px;
    margin-right: calc(-1 * var(--ps-gutter-x));
    margin-left: calc(-1 * var(--ps-gutter-x));
}

    .row > * {
        padding-right: calc(var(--ps-gutter-x) * 1);
        padding-left: calc(var(--ps-gutter-x) * 1);
    }

@media (min-width: 767px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container {
               max-width: 1280px !important;
    }

    .blog-tintuc .container {
               max-width: 1280px !important;
    }
}

@media (min-width: 1440px) {
    .container {
               max-width: 1280px !important;
    }

    .blog-tintuc .container {
               max-width: 1280px !important;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1280px !important;
    }

    .blog-tintuc .container {
        max-width: 1280px !important;
    }

    .layout-productDetail .container {
        width: 1280px !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-none {
        display: none !important;
    }
}


@media (max-width: 767px) {
    .row {
        --ps-gutter-x: 5px;
    }

    .container {
        --ps-gutter-x: 5px;
        padding-right: calc(var(--ps-gutter-x) * 2);
        padding-left: calc(var(--ps-gutter-x) * 2);
    }
}

.main-wrapper {
  /*  background: #252525;*/
}


.form-control:focus {
    box-shadow: none;
}

@media (min-width: 1600px) {
    .product-area .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1599px) and (min-width:1200px) {
    .product-area .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@media (min-width: 992px) {
    .product-area .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
   
}
@media (max-width: 992px) {
    .warp-check-cart input {
        margin-bottom: 0;
    }
}
@media (max-width: 448px) {
    .warp-check-cart input {
        margin-bottom: 21px;
    }
}
.product-row, .blog-row {
    margin-left: -5px;
    margin-right: -5px;
}

.shop-row {
    margin-left: -5px;
    margin-right: -5px;
}

    .shop-row > *,
    .blog-row > *,
    .product-row > * {
        padding-left: 5px;
        padding-right: 5px;
    }

.pro-details-color-content ul li label.active::before {
    display: none
}

.pro-details-color-content li label img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pro-details-color-content ul li label {
    width: 60px;
    height: 60px;
}

.header-title-wrap h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ed1e26;
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
}

.header-action .same-style-2.same-style-2-font-dec a.cart-active {
    font-size: 30px;
    color: #24518B;
}



.navbar_top.fixed-top {
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
}

.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 0;
}

.main-categori-wrap.main-categori-wrap-modify > a {
    color: #ffffff;
    padding: 13px 20px;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-categori-wrap > a i {
    font-size: 22px;
    margin-right: 18px;
    position: relative;
    top: 0;
    line-height: 1;
}

.main-categori-wrap > a div {
    display: flex;
    align-items: center;
}

.main-menu.main-menu-lh-5 > nav > ul > li {
    line-height: 48px;
}

.category-menu-2 nav > ul > li {
    padding: 5px 17px;
    position: relative;
    border-bottom: 1px dashed #e1e1e1;
}

    .category-menu-2 nav > ul > li:hover {
        background-color: #eee
    }

    .category-menu-2 nav > ul > li > a i {
        font-size: 17px;
        margin-right: 8px;
    }


    .category-menu-2 nav > ul > li > a {
        color: #000000;
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.category-menu-2 {
    border: 1px solid #999;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px 0px 3px;
    border-top: none;
}

.slider-height-4 {
    height: 350px;
}

.hero-slider-content-6 p {
    width: 100%;
    margin: 0 0 33px;
}

.slick-dots {
    display: none !important
}

.hero-slider-title {
    font-weight: 700;
    font-size: 40px;
}

    .hero-slider-title span {
        font-size: 90%;
    }

.banner-wrap .banner-content-6 {
    position: absolute;
    left: 16%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.section-title {
    position: relative;
    margin-bottom:50px;
    display:inline-block;
    width:100%;


}
    .section-title h2:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -160px;
        content: '';
        z-index: 3;
        background: #FCB53A;
        width: 150px;
        height: 2px;
    }
    .section-title .title {
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        position: relative;
        z-index:4;
        margin:0;
        display:inline-block
    }


        .section-title .title span {
            color: #24518B;
        }


 

.section-sub-title a {
}

    .section-sub-title a:first-child {
        padding-left: 0px;
    }

    .section-sub-title a:last-of-type {
        border-right: 4px solid #b4b4b4;
    }


.btn-style-5 a {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    /*color: #686868;*/
}

.blog-area .btn-style-5 a {
    /*color: #011746;*/
}

.blog-wrap .blog-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    height: 250px;
    transition: all .5s ease 0s;
    object-fit: cover;
}

.blog-wrap .blog-content h3 a, .blog-wrap .blog-content h1 a {
    color: #222222;
    font-size: inherit;
}

.blog-wrap .blog-content h3:after {
    content: "";
    width: 100px;
    height: 3px;
    display: none;
    margin-bottom: 20px;
}

.blog-wrap .blog-content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
}

.blog-wrap .blog-content .blog-meta ul li {
    margin-right: 30px;
    position: relative;
    font-size: 14px;
}

.blog-wrap .blog-img a {
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    position: relative;
}

    .blog-wrap .blog-img a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover
    }

.blog-wrap .blog-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #1c1c1c;
    text-align: left;
    padding-bottom: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    -webkit-line-clamp: 4;
    min-height: 50px;
    max-height: 100px;
    font-weight: 300
}

.blog-wrap .blog-content .blog-s_desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    -webkit-line-clamp: 4;
    min-height: 50px;
    max-height: 100px;
    font-weight: 300
}

.service-wrap {
    background-color: transparent;
    position: relative;
    margin-top: 0;
    z-index: 1;
    padding: 25px 0 25px;
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p {
    color: #000;
    margin: 0 0 0px;
}

.blog-area-pb {
    padding-bottom: 0;
}

.tab-btn-wrap-2 {
    border: 1px solid #cccc;
    padding: 12px;
    border-radius: 10px;
}

.single-service-wrap {
    flex-wrap: wrap;
    text-align: center
}

    .single-service-wrap .service-icon {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single-service-wrap .service-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-service-wrap .service-icon i {
        font-size: 40px;
        color: #24518B;
        display: inline-block;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .single-service-wrap .service-content span {
        display: block;
        line-height: 1;
        color: #282828;
    }

    .single-service-wrap .service-content h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 8px;
        color: #296133;
    }


.footer-area p, .footer-area a {
    font-weight: 400;
    font-size:15px;
}

.footer-bottom {
    background: #FF9512;
}

.footer-area .social-style-1 a {
    color: #24518B;
    background-color: transparent;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 0rem
}

.footer-area .social-style-1 {
    padding-top: 10px;
}

    .footer-area .social-style-1 a:not(:last-of-type) {
        margin-right: 10px;
    }

    .footer-area .social-style-1 a:hover {
        color: #fff;
    }

.social-style-1 a:hover {
    color: #fff;
}

.home .blog-area .blog-area-pb .blog-wrap {
    display: block;
    width: 100%;
    padding: 0 15px;
}



    .home .blog-area .blog-area-pb .blog-wrap .blog-img {
        overflow: hidden;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

        .home .blog-area .blog-area-pb .blog-wrap .blog-img img {
            height: 120px;
        }

    .home .blog-area .blog-area-pb .blog-wrap .blog-content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding: 0 15px;
    }

.home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-img,
.home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-content {
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

    .home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-img img {
        height: 396px;
    }

.home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-img,
.home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-content {
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

    .home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-img img {
        height: 270px;
    }

.service-wrap .section-title-2 h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 2px;
    background: linear-gradient( 0deg, rgba(74,138,86,1) 0%, rgba(136,186,29,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-2 h2 span {
    font-weight: bold;
    display: block;
    font-size: 50px;
}

.footer-area {
    padding-top: 30px;
    background-size:cover;
    position:relative;

}
    .footer-area:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/bg/rectangle508.jpg');
        content: '';
        z-index: 1;
        opacity:10%;
    }
    .footer-area .footer-top {
        position: relative;
        z-index: 2;
    }
    .footer-area * {
    }


/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .copyrightFlex {
        flex-direction: column;
        align-items: center;
    }
}

.footer-widget .footer-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 30px;
    color: #000;
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: unset;
}

    .footer-widget .footer-title:after {
        content: "";
        background-color: #FFBD59;
        left: 0;
        width: 60px;
        height: 2px;
        display: block;
        margin-top: 10px;
    }

    .footer-widget .footer-title.line-none:after {
        display: none;
    }

.footer-widget p i {
    color: #24518B !important;
    width: 28px;
    height: 28px;
    background-color: #F0F4F7;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #FFBD59;
    border-radius: 10rem;
    float: left;
    margin-right: 5px;
}

.footer-widget .footer-info-list ul li {
    position: relative;
    padding-left: 12px;
}

    .footer-widget .footer-info-list ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 8px;
        height: 8px;
        background-color: #FFBD59;
        border-radius: 10rem;
    }

.product-slider-active-3 .slick-list .product-plr-1 {
    padding: 0
}

.single-product-wrap {
    border: 1px solid transparent;
    margin-bottom: 20px;
    background-color: #fff;
}

    .single-product-wrap:hover {
        background-color: #fff;
    }

.product-content-wrap {
    padding: 10px 10px;
}

.product-pric {
    text-align: center;
}

.single-product-wrap .product-img span.pro-badge.bg-red {
    background-color: #24518B;
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px;
    text-align: center
}

.single-product-wrap .pro-badge {
    color: #000;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    background: #ea1c00;
    top: 0 !important
}

.tab-style-5 a.active {
    color: #24518B;
    font-weight: 600;
}

.tab-style-5 a {
    color: #282828;
    font-size: 20px;
    margin-right: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: #24518B;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: #24518B;
}

.single-product-wrap .product-content-wrap .product-content-left h4 a {
    font-weight: 500;
}

.single-product-wrap .product-content-wrap .product-content-left span.new-price {
    color: #24518B;
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    color: #999;
}

.hotline-2-wrap {
    margin-right: 20px;
}

.hotline-2-icon {
    transform: rotate( -90deg );
}

.hotline-2-wrap .hotline-2-icon i {
    font-size: 30px;
}

.categori-search-wrap {
    border: 2px solid #f1ba2d;
    border-radius: 10px;
}

    .categori-search-wrap .search-wrap-3 form button {
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        padding: 0;
        color: #24518B;
        font-size: 20px;
    }

    .categori-search-wrap .search-wrap-3 form input {
        font-size: 16px;
        color: #999;
        border: none;
        height: 40px;
        padding: 2px 50px 2px 10px;
        background-color: transparent;
    }

.single-product-wrap .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
}

@media(max-width:767px) {
    .single-product-wrap .product-img {
        padding-top: 100%;
    }
}

.single-product-wrap .product-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single-product-wrap:hover .product-img {
    position: relative;
    overflow: hidden;
    border: none;
}

.single-product-wrap:hover {
    /*background-color: #f9f9f9;*/
    border-color: #ea1c00
}

.single-product-wrap .product-content-wrap .product-content-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.main-menu > nav > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .main-menu > nav > ul > li {
        display: block;
        position: relative;
        float: left;
        position: relative;
        padding-right: 0;
    }

        .main-menu > nav > ul > li > a {
            display: block;
            text-align: center;
            text-transform: uppercase
        }

/*.home .category-menu-2.categori-not-visible-2 {
    display: block;
}

.home .navbar_top.fixed-top .category-menu-2.categori-not-visible-2 {
    display: none;
}*/

.breadcrumb-area {
   
}

.breadcrumb-content ul li::before {
    z-index: 2;
}

.product-details-content > *:not(:last-child) {
    margin-bottom: 10px;
}

.product-details-content h1 {
    font-size: 26px;
}

.breadcrumb-content ul li {
    font-size: 14px
}

    .breadcrumb-content ul li a {
        font-weight: 400;
    }

.blog-details-top h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.header-small-device.small-device-ptb-1 {
    padding: 5px 0 5px;
    background-color: #fff;
}

.cart-table-content .product-thumbnail img {
    width: 100px;
}

.title-head {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

.text-contact {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-infos {
    border-radius: 10px;
    background-color: #fff;
    padding: 25px;
}

    .contact-infos .title {
        border-bottom: 3px solid #d7d8d9;
        text-transform: uppercase;
        padding-bottom: 8px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 22px;
        margin-bottom: 8px;
        color: #000;
        font-family: 'Roboto', sans-serif;
    }

    .contact-infos .list-menu li {
        font-size: 15px;
    }

        .contact-infos .list-menu li i {
            color: #24518B !important;
            width: 28px;
            height: 28px;
            background-color: #F0F4F7;
            display: inline-flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            border: 1px solid #F0F4F7;
            border-radius: 10rem;
        }

.slider-height-3 {
    height: 341px;
}

.pro-badge-cart {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1;
    right: 10px;
    background-color: transparent;
    border: none;
}

.single-product-wrap .product-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.column-count {
    column-count: 2;
}

@media (max-width: 767px) {
    .home .blog-wrap .blog-content h3 a, .home .blog-wrap .blog-content h1 a {
        color: #222222;
        /*font-size: 18px;*/
    }

    .column-count {
        column-count: 1;
    }

    .tab-btn-wrap-2 {
        border: 1px solid #cccc;
        padding: 12px 12px 0;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .single-product-wrap .product-img a img {
        width: 100%;
        height: 100%
    }

    .tab-style-5 {
        margin-bottom: 5px;
        display: inline-block;
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        padding: 10px 0;
    }

    .service-wrap .section-title-2 h2 {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
        letter-spacing: 2px;
        padding: 0 15px;
    }

    .footer-widget h3.footer-title {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -.25px;
        margin: 0 0 20px;
        text-transform: uppercase;
        line-height: 30px;
    }

    .section-title-2 h2 span {
        font-weight: bold;
        display: block;
        font-size: 40px;
    }

    .res-white-overly-xs:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: 0;
        z-index: 9;
        display: none;
    }

    .slider-height-3 {
        height: 210px;
    }
}

.cta-button {
    position: fixed;
    top: 58%;
    right: 12px;
    text-align: center;
    z-index: 999;
}

    .cta-button .cta-items {
        margin-bottom: 15px;
        display: block;
    }

        .cta-button .cta-items:hover {
            color: unset
        }

    .cta-button .cta-icon {
        width: 50px;
        height: 50px;
        border: 2px solid;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10rem;
        display: flex;
        background-color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 0px 2px #666);
    }

        .cta-button .cta-icon.phone {
            border-color: #fb0400
        }

        .cta-button .cta-icon.fb {
            border-color: #1877f2
        }

        .cta-button .cta-icon.zalo {
            border-color: #028fe3
        }

        .cta-button .cta-icon.phone i {
            color: #fb0400
        }

        .cta-button .cta-icon.fb i {
            color: #1877f2
        }

        .cta-button .cta-icon i {
            font-size: 25px;
        }

    .cta-button .cta-content {
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
    }


.contact-contents {
    padding: 18px 25px;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: #24518B;
    font-family: 'Oswald', sans-serif;
}

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: #24518B;
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    text-align: center
}

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }

        .single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
            text-decoration: none;
        }

.single-product-wrap .product-content-wrap .product-content .product-price {
    text-align: center;
}

.single-product-wrap .product-content-wrap .product-content span.new-price {
    color: #ff0000;
    font-size: 18px;
    font-weight: 400
}


.single-product-wrap .product-content-wrap .product-content span.old-price {
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
}

.pro-badge-cart a {
    background-color: #24518B;
    border-radius: 10rem;
    font-size: 13px;
    color: #fff;
    border: 2px solid #24518B;
}

    .pro-badge-cart a:hover {
        background-color: #fff;
        border-radius: 10rem;
        font-size: 13px;
        color: #24518B;
        border: 2px solid #24518B;
    }
.show-pc-1 .shop-catigory ul > li:has(a.active) {
    background-color: #efefef59;
}
.sidebar-widget .shop-catigory ul li a.active {
    color: #000;
    font-weight: 600;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-right: 0px;
}

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover {
        background-color: #ea1c00;
        color: #fff;
        background: #ea1c00;
        transition: none;
        border-color: #ea1c00
    }

.btn-pill {
    border-radius: 10rem !important;
}

.product-details-content .pro-details-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-top: 0;
}

    .product-details-content .pro-details-price .amount {
        font-size: 15px;
        font-weight: 600;
    }

    .product-details-content .pro-details-price ins.amount {
        color: #D11329;
        text-decoration: none;
        font-size:15px;
    }

    .product-details-content .pro-details-price del.amount {
        font-size: 14px;
        color: #000;
        margin-left: 5px;
        font-weight: 400;
    }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
        background-color: #fff;
        color: #24518B;
        background: #fff;
        border: 2px solid #24518B;
    }

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
        width: 100%;
        display: block;
        margin: 10px 0 0;
        text-align: center;
        padding: 15px 20px 14px;
        color: #fff;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 1;
    }



@media(max-width: 767.98px) {
    .table-cart {
        display: block;
    }

        .table-cart .d-md-table-header-group {
            display: none;
        }

        .table-cart tbody tr {
            display: flex;
            flex-wrap: wrap;
        }

            .table-cart tbody tr .product-thumbnail,
            .table-cart tbody tr .product-quantity {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }

            .table-cart tbody tr .product-name,
            .table-cart tbody tr .product-subtotal {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
            }

            .table-cart tbody tr .product-subtotal,
            .table-cart tbody tr .product-quantity {
                border-top: none;
                padding-top: 0;
            }

            .table-cart tbody tr .product-thumbnail img {
                height: 80px;
                object-fit: cover;
            }

    .home .blog-wrap .blog-content p {
        display: none;
    }

    .home .blog-area .blog-area-pb .blog-wrap:nth-child(1) .blog-content p {
        display: block;
    }
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px !important;
    background-color: #F5F5F5 !important;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-colorT) !important;
}

@media(max-width: 767.98px) {
    ::-webkit-scrollbar {
        width: 3px !important;
        background-color: #F5F5F5 !important;
        height: 3px
    }
}

.info-user {
    position: relative;
}

    .info-user ul li a,
    .info-user .info-name {
        font-size: 14px !important;
    }

    .info-user ul li {
        display: block;
        position: relative;
        line-height: 1;
        margin-bottom: 20px;
    }

        .info-user ul li:last-child {
            margin-bottom: 0px;
        }

.sub-menu-style {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    display: block;
    left: 0;
    padding: 28px 25px 28px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    width: 190px;
    text-align: left;
}

.info-user:hover ul.sub-menu-style {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.contact-from input, .contact-from textarea {
    background: #FFF none repeat scroll 0 0;
    color: #000;
    height: 50px;
    padding: 2px 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #24518B;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    border: 1px solid #d7d7d7;
}

    .contact-from input:focus, .contact-from textarea:focus {
        border-color: #24518B
    }



.contact-from textarea {
    height: 60px;
    padding: 10px 20px;
}
.contact-from button {
    padding: 0;
    margin: 0;
    background: transparent;
    box-sizing: unset;
    outline: none;
    box-shadow: unset;
    border: none;
}
.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    text-decoration: line-through;
    margin-left: 8px;
}

#scrollUp:hover {
    color: var(--main-colorT);
    border: 1px solid var(--main-colorT);
    background-color: #ffffff;
}

.category-menu-2.categori-not-visible-2 {
    display: block;
}

.main-categori-wrap .category-menu-2 {
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
}

.main-categori-wrap:hover .category-menu-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.header-action .same-style-2 a span.pro-count {
    position: absolute;
    top: -8px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    right: -20px;
    border-radius: 50px;
    font-weight: 600;
    left: unset;
    background-color: #00425f;
}

.title_list .section-title-3 {
    min-width: 150px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #24518B;
    padding-left: 23px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-top: 13px;
}

    .title_list .section-title-3 h2 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        letter-spacing: -.25px;
        text-transform: uppercase;
        line-height: 1.3;
        color: #fff;
    }

        .title_list .section-title-3 h2:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 0 solid transparent;
            border-right: 32px solid transparent;
            border-bottom: 42px solid #037237;
            font-weight: bold;
            position: absolute;
            top: 0;
            right: -32px;
        }

.section-title-tab-wrap.title_list {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #24518B;
}

.nav-style-3 > span {
    color: #0366ee;
}

.single-product-wrap span.pro-badge {
    background: #ea1c00 !important;
    height: auto;
    padding: 5px 10px;
    width: auto;
    line-height: 1;
    color: #fff;
    right: 0;
    position: absolute;
    top: 0
}

.slick-track {
    margin-left: 0;
}

.header-action .same-style-2.header-cart a {
    color: #24518B;
}

.main-categori-wrap > a {
    color: #24518B;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    width: 100%;
    line-height: 1;
    padding: 0 14px 0 0;
    align-items: center;
    justify-content: space-between;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding-bottom: 17px;
}

.mobile-contact-info a {
    color: #000;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px;
    font-size: 16px;
}

.nav-style-1 > span {
    background-color: transparent;
    color: #fff;
    font-size: 45px;
}

.nav-style-1.nav-style-1-green-2 > span:hover {
    background-color: transparent;
    color: #c35048;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #24518B;
    border-color: #24518B;
    color: #ffffff;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #24518B;
    border-color: #24518B;
    color: #ffffff;
}

.cart-shiping-update a {
    color: #fff
}

    .cart-shiping-update a:hover {
        color: #fff
    }

.cart-shiping-update-wrapper a {
    color: #cf152c
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a,
.grand-totall a,
.grand-totall .btn {
    background-color: #cf152c;
    color: #fff;
    border: 0
}

    .cart-shiping-update-wrapper .cart-shiping-update > a:hover,
    .cart-shiping-update-wrapper .cart-clear > button:hover,
    .cart-shiping-update-wrapper .cart-clear > a:hover,
    .grand-totall a:hover,
    .your-order-area .Place-order a:hover {
        background-color: #000;
        color: #fff !important;
        border: 0
    }

@media(max-width:767px) {
    .header-offer-wrap p {
        font-size: 14px;
    }

    .title_list .btn-style-5 {
        display: none;
    }

    .header-title-wrap h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #ed1e26;
        margin-bottom: 0;
        font-family: 'Roboto Slab', serif;
    }

    .copyright.copyright-center {
        text-align: center;
        /*padding-bottom: 40px;*/
    }
}

.product-slider-active-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.price-filter {
    padding: 0 10px;
    padding-right: 25px;
}

.sidebar-widget {
    margin-bottom: 0;
    background-color: #fff;
}

    .sidebar-widget .sidebar-widget-title {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid #999;
        padding-bottom: 15px;
        padding-left: 15px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

    .sidebar-widget .shop-catigory ul li {
        margin-bottom: 0;
    }

        .sidebar-widget .shop-catigory ul li a {
        
            display: inline-block;
            color: #000;
            text-transform: capitalize;
            position: relative;
        }

@media(min-width: 768px) {
    .add-to-cart-wrap-mobile {
        display: none;
    }
}

@media(max-width: 767.97px) {
    .product-details-content .pro-details-action-wrap {
        display: none !important;
    }
}

.add-to-cart-wrap-mobile {
    padding: 8px;
    /*padding-bottom: 15px;*/
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.product-single .add-to-cart-wrap-mobile {
    bottom: 0;
}

.add-to-cart-wrap-mobile > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .add-to-cart-wrap-mobile > div .product-addcart-btn {
        flex: 1;
        font-size: 16px;
        color: #fff;
        line-height: 32px;
        height: auto;
        padding: 0 0 2px;
        background: #D11329;
        border-radius: 7px;
        border: 0;
        font-weight: 400;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }


    .add-to-cart-wrap-mobile > div a {
        width: 40px;
        height: 38px;
        margin-left: 8px;
        background: #fff;
        border: 1px solid #ff9512;
        border-radius: 7px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: #ff9512
    }

.has-dropdown-categori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

    .has-dropdown-categori span {
        height: auto;
        width: 45px;
        line-height: 1;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0;
        opacity: 1;
        margin: 0 0px 0 0;
        background-color: transparent;
        border: none;
        text-align: center;
    }

    .has-dropdown-categori .submenu-categori {
        margin: 5px 0 0px 3px;
        padding-left: 15px;
        width: 100%;
        display: none;
    }

        .has-dropdown-categori .submenu-categori a {
            padding: 5px 5px 5px 0px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            color: #000;
            text-transform: capitalize;
            font-size: 14px;
        }

            .has-dropdown-categori .submenu-categori a:hover {
                color: #24518B;
            }

        .has-dropdown-categori .submenu-categori li {
            border-top: 1px dashed #e1e1e1;
        }

    .has-dropdown-categori.active > span {
        -webkit-transform: rotate( -180deg );
        -ms-transform: rotate(-180deg);
        transform: rotate( -180deg );
    }

li.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.toggle {
    height: auto;
    width: 45px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    color: currentColor;
    opacity: .6;
    margin: 0 5px 0 0;
    background-color: transparent;
    border: none;
}

.active > .toggle {
    -webkit-transform: rotate( -180deg );
    -ms-transform: rotate(-180deg);
    transform: rotate( -180deg );
}

.btn-action .btn {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 38px;
    width: 132px;
    background: #24518B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    line-height: 24px;
}

    .btn-action .btn:hover {
        background: #b31125;
        color: #fff
    }


.slide-warp-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -0.5%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    opacity: 1;
}

.slide-warp-arrow .pro-slider-icon-1-next.slick-arrow {
    right: -0.5%;
    left: unset;
}

.brand-logo-area {
    background-image: url('../images/bg/bg-thuonghieu.jpg');
    padding: 50px 0 60px;
}

@media(min-width: 1200px) {
    .brand-logo-item {
        -ms-flex: 0 0 calc(100% / 8);
        flex: 0 0 calc(100% / 8);
        max-width: calc(100% / 8);
    }
}

.brandlogoSwiper .swiper-wrapper {
    padding-top: 10px;
}

.brandlogoSwiper .swiper-button-next, .brandlogoSwiper .swiper-button-prev {
    top: 63%
}

.single-brand {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    transform: translateY(0px);
    transition: all 0.3s;
}



    .single-brand img {
        height: 60px;
        object-fit: contain;
    }

    .single-brand .title {
        color: #000;
        margin-top: 10px;
        line-height: 1;
    }

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 30px;
    }

    .product-price span {
        display: block
    }

    .btn-style-5 {
        display: none;
    }

    .blog-area .btn-style-5 {
        display: block;
    }

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.new-price {
        font-size: 14px;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.old-price {
        margin-left: 0px;
    }
}

.popup-image img {
    max-width: 100%;
    height: auto;
}

.service-content h3 {
    margin-bottom: 0;
}

.vendor_ {
    padding: 10px 10px;
    background-color: #fff;
}

.item_cate {
    background: #fff;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.service-icon {
    text-align: center;
    margin-bottom: 10px;
}

.single-service-wrap-5 {
    display: flex;
    user-select: none;
}

    .single-service-wrap-5 img {
        width: 56px;
        object-fit: contain;
    }

    .single-service-wrap-5 .service-content {
        max-width: 315px;
        padding-left: 20px;
    }

        .single-service-wrap-5 .service-content .service-title {
            font-weight: 700;
            margin-bottom: 4px;
        }

        .single-service-wrap-5 .service-content .service-title,
        .single-service-wrap-5 .service-content .service-desc p {
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            color: #fff;
        }

        .single-service-wrap-5 .service-content .service-title {
            font-weight: 700;
            font-size: 18px;
        }

@media(max-width: 767px) {
    .single-service-wrap-5 {
        font-size: 14px !important;
        display: block;
        padding: 10px;
    }

        .single-service-wrap-5 .service-content .service-title,
        .single-service-wrap-5 .service-content .service-desc {
            text-align: center !important;
        }

    .single-service-item {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 20px;
    }

    .service-icon {
        width: 100%;
        height: unset;
        margin-bottom: 15px;
    }

        .service-icon img {
            height: 50px;
            object-fit: contain
        }

    .single-service-wrap-5 .service-content {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .single-service-wrap-item {
        margin-bottom: 20px
    }

    .single-service-wrap-5 .service-content .service-title {
        font-weight: 700;
        font-size: 16px;
    }
}

.add-to-card {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #999;
    padding-top: 10px;
}

    .add-to-card .btn {
        background-color: transparent;
        color: #ea1c00;
        padding: 0 12px;
        font-size: 16px;
        border-radius: 0;
    }

        .add-to-card .btn.base {
            background-color: #ea1c00;
            border: 1px solid #ea1c00;
            color: #000;
        }

        .add-to-card .btn:hover {
            background-color: transparent;
            color: #ea1c00
        }

.product-slider-active-3 {
    margin-left: 8px;
    margin-right: 8px;
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i {
    font-size: 16px;
    color: #cf152c;
}
/*.footer-bottom {
    background: #24518B;
}
.footer-bottom *{
    color:#fff !important;
}*/
.sum_footer {
    color: #000
}

.footer-area a,
.footer-area p {
    color: #000
}

.footer-widget .contact-info-2 .single-contact-info-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

    .footer-widget .contact-info-2 .single-contact-info-2:last-of-type {
        margin-bottom: 0
    }


    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content {
        margin-left: 8px;
    }

.footer-widget .footer-info-list ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.tit_hotnews h2 {
    float: left;
    padding: 5px 20px 5px 10px;
    background: #c09d46;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #fff;
    font-style: italic
}

    .tit_hotnews h2:after {
        content: '';
        width: 0;
        height: 0;
        border-right: 15px solid #fff;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

#scrollUp {
    width: 40px;
    height: 40px;
    background-color: var(--main-colorT);
    color: #fff;
    right: 20px;
    bottom: 125px;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--main-colorT);
    z-index: 999 !important;
}

.blog-wrap {
    margin-bottom: 30px;
}

    .blog-wrap:last-child {
        /*margin-bottom: 0px;*/
    }

.blog-video {
    position: relative;
}

    .blog-video .icon-video {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 99;
        cursor: pointer;
    }

        .blog-video .icon-video img {
            width: calc(100% - 75%);
        }

.blog-wrap .blog-content h3 a:hover, .blog-wrap .blog-content h1 a:hover {
    text-decoration: none;
    color: #1b2bbc;
}

.testimonial {
    background-image: url('../images/bg/bg-testimonial.jpg');
    padding: 20px;
    border-radius: 5px;
}

    .testimonial .title {
        color: #24518B !important;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.testimonial-single .testimonial-info .testimonial-title {
    font-size: 16px;
    font-weight: 700;
    color: #05066D !important;
}

@media(min-width: 1200px) {
    .testimonial-single {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.testimonial-single .testimonial-info .testimonial-content {
    padding: 15px 0;
}

    .testimonial-single .testimonial-info .testimonial-content * {
        color: #000 !important;
        font-size: 14px;
    }

.testimonial-single .testimonial-img {
    width: 210px;
    height: 210px;
    border-radius: 10rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 20px;
    background: rgb(34,124,163);
    background: linear-gradient(90deg, rgba(34,124,163,1) 0%, rgba(32,148,153,1) 100%);
    padding: 3px;
}

    .testimonial-single .testimonial-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10rem;
    }

@media(max-width:767px) {
    .testimonial-single p {
        width: 100%;
        font-size: calc(16px * 0.8);
    }

    .testimonial-single .client-info h5 {
        font-size: calc(18px * 0.8);
    }

    .testimonial-single .client-info span {
        font-size: calc(16px * 0.8);
    }
}

.product-details-content .pro-details-action-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    max-width: 330px;
    flex-wrap: nowrap;
    margin-top: 40px;
}

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-add-to-cart {
        /*width: 50%;*/
    }

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-hotline a:hover {
        color: #fff;
        background: #057fc3;
        transition: linear 0.1s;
    }

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.call-from-product {
        width: 170px;
        margin-left: 15px;
    }

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart .btn-base {
        display: flex;
        gap: 10px;
        background: #0087D2;
        padding: 0;
        width: 150px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart .btn-base:hover {
         
        }

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base {
        background: #FFAA01;
        border:0;
    }


        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base:hover {
            color: #fff;
            background: #eda10a;
        }
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-hotline .icon,
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .icon {
       
    }
        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-hotline .btn-base .content,
        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content {
           
        }
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-hotline .icon_phone {
        font-size: 22px;
    }
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-hotline .btn-base .content div:nth-child(1),
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content div:nth-child(1) {
        color: #fff;
        font-size: 15px;
        text-transform: none;
        line-height: 1.2;
    }
        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content div:nth-child(1)
    {
            color:#000;
        }    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart.pro-hotline .btn-base .content div:nth-child(2),
        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content div:nth-child(2) {
            color: #F1F1F1;
            font-size: 12px;
            font-weight: 400;
            text-transform: none;
            line-height: 1.2;
        }

.product-details-content .badge {
    padding: 5px;
    font-size: 13px;
}

.hero-slider-img {
    width: 100%;
    display: block;
    position: relative;
}

    .hero-slider-img img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.imgthumb-productdetails img {
    max-width:75px;
}

@media(max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        /*display: none;*/
        /*background-color: transparent;*/
        color: #000 !important;
    }

    .section-sub-title a {
        font-size: 16px;
    }
}

.fb_iframe_widget_fluid {
    margin-bottom: 20px;
}

li.hotline strong {
    color: #000;
}

.sidebar-widget .shop-catigory ul li.hotline {
    border-radius: 6px;
    border: 2px dashed #000;
    color: #004488;
    margin: 8px;
    display: grid;
    align-items: center;
    padding: 8px 10px;
    grid-template-columns: 24px 1fr;
    grid-gap: 10px;
    text-align: left;
}

    .sidebar-widget .shop-catigory ul li.hotline a {
        padding: 0;
        background: none;
        flex: unset
    }

.product-area .section-header {
}

    .product-area .section-header .section-title-tab-wrap {
        padding: 60px 0;
        text-align: center;
    }

    .product-area .section-header .section-title-3 h2 {
        font-size: 40px;
    }

.tabs-category {
    border-bottom: 1px solid #fff
}

    .tabs-category .nav {
        margin: 0 -8px
    }

        .tabs-category .nav .nav-item {
            width: 25%;
            text-align: center;
            padding: 0 8px
        }

            .tabs-category .nav .nav-item .nav-link {
                padding: 15px 10px;
                position: relative;
                background-color: transparent;
                border: 1px solid;
                border-color: transparent;
                border-radius: 0;
                color: #fff;
                font-size: 20px;
                border-bottom: 0
            }

    .tabs-category .nav-link.active, .tabs-category .show > .nav-link {
        color: #fff;
        border-color: #fff !important
    }


@media(max-width:767px) {
    .tabs-category {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

        .tabs-category .nav {
            margin: 0 -8px;
            white-space: nowrap;
            display: block;
        }

            .tabs-category .nav .nav-item {
                width: auto;
                text-align: center;
                padding: 0 8px;
                display: inline-block;
            }

    .add-to-card {
        margin-top: 0px;
        display: block;
    }

        .add-to-card .btn {
            width: 100%;
            margin-top: 7px;
        }
}

.about-us-area {
    background-color: #fff;
    background-image: url('../images/bg/vechungtoi.png');
    background-repeat: no-repeat;
    background-position: left top;
}

    .about-us-area .row {
        margin: 0 -22px
    }

        .about-us-area .row > * {
            padding: 0 22px
        }

    .about-us-area .description-wrap {
        margin-bottom: 30px
    }

        .about-us-area .description-wrap * {
            color: #000
        }

    .about-us-area .section-title-3 h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px
    }

.about-list-count {
    display: flex;
    justify-content: space-between;
    padding: 35px 40px 0;
    background: #e5f7ef
}

    .about-list-count .items {
        text-align: center;
        margin-bottom: 35px;
    }

        .about-list-count .items .count {
            font-size: 28px;
            color: #24518B;
            font-weight: 500;
            margin-bottom: 15px;
            line-height: 37px;
        }


.about-us-wrap-img {
    display: flex;
    margin: 0 -22px;
}

.about-us-img-items {
    width: 50%;
    padding: 0 22px;
}

    .about-us-img-items:nth-child(2) {
        padding-top: 44px;
    }

.about-us-img {
    position: relative;
    padding-top: 180%;
    border-radius: 8px;
    overflow: hidden;
}

    .about-us-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    padding: 5px;
    height: 65px;
    width: 40px;
    border-radius: 0;
    box-shadow: none;
    --swiper-navigation-sides-offset: 0
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none
    }

    .swiper-button-next svg, .swiper-button-prev svg {
        fill: #000;
        height: 65px;
        width: 40px;
    }

    .swiper-button-prev svg {
        transform: rotate(-180deg)
    }

.product-details-content #h2_ProductName {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}

@media(max-width: 991px) {
    .about-us-img {
        padding-top: 133.33%;
    }
}

@media(max-width: 767px) {
    .product-details-content #h2_ProductName {
        font-size: calc(30px * 0.8);
    }

    .about-us-area {
        background-size: contain;
        background-position: 0 -10%;
    }
}

.header-search-1 .search-toggle i.s-close {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search-1 .search-toggle {
    z-index: 99;
    position: relative;
    top: 3px;
    margin-right: 0px;
}

.header-search-1 {
    position: relative;
    height: 25px;
}

    .header-search-1 .search-toggle i.s-close {
        top: 13px
    }

.search-wrap-1 {
    top: 13px;
}

@media(max-width: 767.98px) {
    .section-title-link {
        font-size: 14px;
    }

    .section-title-3 h2 {
        font-size: 20px !important;
    }

    .product-area .section-header .section-title-tab-wrap {
        padding: 30px 0
    }
}

.combo-khuyenmai {
    background-image: url('../images/bg/bg-combo-khuyenmai.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .combo-khuyenmai .title {
        color: #fff
    }

    .combo-khuyenmai .add-to-card {
        padding: 0;
        margin: 0;
        border: 0
    }

        .combo-khuyenmai .add-to-card .btn {
            background-color: #ea1c00;
            color: #000;
            padding: 5px 12px;
            font-size: 16px;
            border-radius: 0;
        }

    .combo-khuyenmai .single-product-wrap {
        border-radius: 10px;
    }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left h4 a {
            font-size: 20px;
            color: #ea1c00;
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left h4 {
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left .product-price span {
            font-size: 20px;
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left .product-price {
            text-align: left;
        }

.cta-area .contact-from input, .cta-area .contact-from textarea {
    border-radius: 5px;
    background: #C4C4C4;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.cta-area .section-title .title {
    position: relative;
}

.title-decrition {
    padding-top: 10px;
}

    .title-decrition > * {
        font-weight: 300;
        font-size: 14px;
    }

.cta-area .gia-si {
    background-color: #dcf7fd;
    border-radius: 20px;
    padding: 40px 20px;
}

.cta-area .khuyen-mai {
    background-color: #fbeeee;
    border-radius: 20px;
    padding: 40px 20px;
}

.cta-area .contact-from input {
    height: 40px;
    border-radius: 5px;
    background: #C4C4C4;
}

.cta-area .contact-from .form-control {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    border-radius: 20px;
    border: 1px solid #fff;
    height: 44px;
}

    .cta-area .contact-from .form-control:focus {
        border-color: #24518B
    }


.cta-area .gia-si .section-title .title {
    color: #145c6c;
}

.cta-area .gia-si .contact-from button {
    background: #145c6c;
}

.cta-area .khuyen-mai .section-title .title {
    color: #9c1515;
}

.cta-area .khuyen-mai .contact-from button {
    background: #9c1515;
}

.blog-Swiper {
    margin: 0 -8px
}

.blogSwiper {
    padding: 0 8px
}

.home .blog-wrap .blog-img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.home .blog-wrap .blog-content {
    padding: 10px;
}

.home .blog-wrap .blog-img a {
    border-radius: 10px;
}

.blog-categories .blog-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    .blog-categories .blog-wrap:hover .blog-img {
        outline: 2px solid #ea1c00;
        border-radius: 10px;
    }

    .blog-categories .blog-wrap .blog-img {
        position: relative;
    }

    .blog-categories .blog-wrap:hover .blog-img a:after {
        content: "\f002";
        background-color: rgb(0 0 0 / 40%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 30px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.blog-categories .btn-view-more {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.product-monopoly .single-product-wrap,
.shop .single-product-wrap {
    background: #f7f7f7
}

    .product-monopoly .single-product-wrap .product-title,
    .product-monopoly .single-product-wrap .product-price {
        text-align: left !important;
    }

.single-product-wrap .product-title {
    font-family: 'svn-avo';
    font-size: 18px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

    .single-product-wrap .product-title a:hover {
        color: #000
    }

.single-product-wrap .product-price {
    font-family: 'svn-avo';
}

.swiper {
    --swiper-pagination-bullet-inactive-color: #ccc;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #ea1c00
}

.swiper-pagination-bullet {
    transition: all .5s;
    border-radius: 10px;
    opacity: 1;
}



.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
}

@media(max-width: 767px) {
    .single-product-wrap .product-title {
        font-size: calc(18px * 0.8);
    }

    .single-product-wrap .product-content-wrap .product-content span.new-price {
        font-size: calc(18px * 0.8);
    }

    .single-product-wrap .product-content-wrap .product-content span.old-price {
        font-size: calc(18px * 0.8);
    }

    .swiper-button-next, .swiper-button-prev {
        box-shadow: none;
    }
}

.skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: inherit !important;
}

@media screen and (max-width: 1024px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 346px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

@media screen and (max-width: 991px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 277px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

@media screen and (max-width: 600px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 135px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

.cart-content .btn {
    background-color: #07a123;
    color: #fff;
}

    .cart-content .btn:hover {
        background-color: #006412;
        color: #fff;
    }

.sidebar-toggle-button {
    /*position: fixed;
    padding: 10px 10px;
    top: 40%;
    left: 0;
    border: 1px solid #1b55a6;
    color: #000;
    font-size: 16px;
    z-index: 1;
    text-align: right;
    background-color: #1b55a6;*/
    /* border-radius: 100%; */
    /*width: 35px;
    height: 35px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: end;
    z-index: 99;*/
}

@keyframes arrowL {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes arrowL {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@-moz-keyframes arrowL {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.sidebar-toggle-button .fa-caret-right {
    font-size: 27px;
    animation: arrowL 1.4s linear infinite;
    color: #fff;
}






@media(max-width: 991px) {
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100% !important;
        max-width: 300px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9999999;
        background-color: #fff;
        padding: 0;
        overflow-y: auto;
        margin-top: 0
    }

    .sidebar-wrapper-content {
        overflow-y: scroll;
        padding: 0 15px;
        height: 100vh;
    }

    .mobile-sidebar-active .sidebar-wrapper {
        left: 0%;
    }

    .sidebar-bg-overplay {
        display: none
    }

    .mobile-sidebar-active .sidebar-bg-overplay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(35, 35, 36, 0.7);
    }

    .sidebar-toggle-close {
        position: absolute;
        top: 20px;
        right: -40px;
        font-size: 30px;
        line-height: 30px;
    }

        .sidebar-toggle-close .btn {
            color: #fff;
        }
}

.video {
    position: relative;
}

    .video .video-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

        .video .video-icon i {
            width: 76px;
            height: 76px;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            color: #ffffffde;
            font-size: 20px;
            background: rgb(0 0 0 / 48%);
            border-radius: 10rem;
        }

.why-area {
    background: #f2f2f2;
}

.why-item {
    position: relative;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    background-color: #fff
}

    .why-item .why-img {
        position: relative;
        padding-top: 56.25%;
        width: 100%;
        display: block
    }

    .why-item.why-blog .why-img {
        padding-top: 65.25%;
    }

    .why-item .why-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .why-item .why-content {
        padding: 20px;
    }

        .why-item .why-content .title {
            color: #24518B;
            font-size: 18px;
            font-weight: 500;
            position: relative;
            margin-bottom: 15px;
        }

            .why-item .why-content .title:after {
                content: "";
                width: 60px;
                height: 4px;
                background: #f4d100;
                margin-top: 15px;
                display: block;
            }

        .why-item .why-content .content {
            font-size: 16px;
            line-height: 26px;
        }

    .why-item.why-icon-wrap {
        border: 2px dashed #24518B;
        padding: 25px;
        transition: all 0.2s;
        cursor: pointer
    }

        .why-item.why-icon-wrap .why-icon {
            margin-left: auto;
            margin-right: auto;
            width: 88px;
            height: 88px;
            position: relative;
            background-color: #e5f7ef;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            margin-bottom: 25px;
            border-radius: 10rem;
        }

            .why-item.why-icon-wrap .why-icon img {
                height: 40px;
            }

        .why-item.why-icon-wrap .why-content {
            padding: 0;
            font-weight: 400;
        }

            .why-item.why-icon-wrap .why-content .content {
                font-size: 16px;
                text-align: center;
            }

        .why-item.why-icon-wrap:hover {
            background: #24518B;
        }

            .why-item.why-icon-wrap:hover .why-icon {
                background-color: #fff;
            }

            .why-item.why-icon-wrap:hover .why-content .content {
                color: #fff;
            }

@media (min-width: 1200px) {
    .why-item-wrap-icon .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .why-item.why-icon-wrap {
        padding: 18px;
    }

    .why-item-col:first-child {
        margin-bottom: 20px;
    }
}






    .single-product-item:hover .product-img a img {
        transform: scale(1.2)
    }

    .single-product-item .product-content {
        padding: 15px 10px;
        display: block;
    }

    .single-product-item .product-content {
        padding: 15px 10px;
        display: block;
    }

        .single-product-item .product-content .content > *:not(:last-child) {
            margin-bottom: 8px;
        }

      
        .single-product-item .product-content .product-badge {
            padding-top: 5px;
        }

            .single-product-item .product-content .product-badge .badge-item {
                display: inline-block;
                padding: 1px 8px;
                font-size: 10px;
                border-radius: 20px;
                font-weight: 700;
                text-transform: uppercase;
                color: #fff;
                background-color: #24518B;
                line-height: 11px;
            }

    
    .single-product-item:hover .product-content .product-title a {
        font-weight: 700;
        transition: .2s linear;
    }

    .single-product-item .product-content .product-price {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:20px;
        width: 100%;
    }

        .single-product-item .product-content .product-price ins {
            text-decoration: none;
            display: block;
            color: #000;
           
            font-size: 15px;
            font-style: normal;
            line-height: normal;
        }

        .single-product-item .product-content .product-price del {
            color: #3B3B3C;
            font-size: 15px;
        }



        .single-product-item .freeship img {
            position: relative;
            width: 100%;
            height: 27px;
            object-fit: contain;
            top: unset;
            left: unset;
            object-position: left;
        }

.single-product-item .pro-badge {
    font-size: 15px;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 40px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #D11329;
    font-weight: 500;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    text-align: center;
    -webkit-transform: rotate(0deg) skew(0deg);
    transform: rotate(0deg) skew(0deg);
  
    border-radius: 0;
}

@media(min-width: 1200px) {
    .single-product-item .product-action {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .single-product-item:hover .product-action {
        opacity: 1;
        visibility: visible
    }
}

.product-action {
    text-align: center;
}

    .product-action .btn {
        display: inline-flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 38px;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        border: 0;
        line-height: 24px;
        padding: 0 10px;
        background-color: #da251c;
        font-weight: 400;
    }

        .product-action .btn svg {
            width: 20px;
            height: 20px;
        }

        .product-action .btn i {
            color: #fff;
            margin-right: 5px;
        }

        .product-action .btn:hover {
            color: #fff;
            background-color: #a11913;
        }

.sale-slot {
    color: #323232;
    font-size: 12px;
}


.single-product-item:hover .product-action .btn svg {
    fill: #24518B
}

@media(max-width: 767px) {
    .single-product-item .product-content .product-title {
        -webkit-line-clamp: 1;
        font-size: 13px;
    }

    .single-product-item {
        margin-top: 0;
        margin-bottom: 15px;
    }

        .single-product-item .pro-badge {
            font-size: 10px;
        }

        .single-product-item .product-content .product-price {
            font-size: 14px;
        }

    .product-action .btn {
        height: 32px
    }
}

.m-b-5 {
    margin-bottom: 5px;
}

.rating i {
    display: inline-block;
    background: rgb(255,169,41);
    background: linear-gradient(0deg, rgba(255,169,41,1) 0%, rgba(255,230,28,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 14px
}

.gallery-area {
    background-image: url('../images/bg/bg-gallery.jpg');
}

.gallery-img {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

    .gallery-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-img .gallery-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(244 209 0 /60%);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s
    }

.gallery-icon svg {
    width: 49px;
    height: 49px;
    fill: #fff;
}

.gallery-img:hover .gallery-icon {
    opacity: 1;
    visibility: visible;
}

.entry {
    margin-bottom: 10px;
}

    .entry .entry-img {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 25px
    }

.warp-blog {
    background: #FFF;
    border: 1px solid rgba(217, 217, 217, 0.50);
}

.entry .entry-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .2s linear;
}

    .entry .entry-img img:hover {
        transform: scale(1.03);
        transition: .2s linear;
    }

.entry .entry-title {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 10px;
}

    .entry .entry-title a {
        color: #ff6b12;
        transition: 0.3s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 46px;
    }

        .entry .entry-title a:hover {
        }

.entry .entry-content {
}

    .entry .entry-content .entry-decription {
        line-height: 24px;
        margin-bottom: 0;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }


    .entry .entry-content .read-more {
        padding-top: 10px;
    }

        .entry .entry-content .read-more a {
            color: #24518B;
            font-weight: 300;
            font-style: italic;
        }

.service-area {
}

.service-icon {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0;
}

.single-service-wrap-5 img {
    transition: .2s linear;
}

.single-service-wrap-5:hover img {
    transform: translateY(-6px);
    transition: .2s linear;
}

.service-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-dec {
    font-size: 14px;
    font-weight: 300;
}

@media(max-width: 767px) {
    .single-service-wrap-item:not(:last-of-type) {
        margin-bottom: 0;
    }
}

.dec-review-topbar a.active {
    color: #24518B;
    font-weight: 500;
}

.dec-review-topbar a:before {
    background-color: #ff9512;
}

.contact-map iframe {
    width: 100%;
}

.breadcrumb-content ul li.active,
.breadcrumb-content ul li a:hover {
    color: #FDBC5A;
}

.pro-pagination-style ul li a.active {
    background-color: transparent;
    color: var(--main-colorT);
  
}
.pro-pagination-style ul li i{
    color:#000;
}
    .pro-pagination-style ul li i:hover {
        color: var(--main-colorT);
    }

    .pro-pagination-style ul li a.active:hover,
    .pro-pagination-style ul li a.prev:hover, .pro-pagination-style ul li a.next:hover,
    .pro-pagination-style ul li a:hover {
        background-color: transparent;
        color: var(--main-colorT);
    }

.dec-review-topbar a {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0 15px 15px;
}

.sidebar .recent-posts .post-item {
    padding: 0 15px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

    .sidebar .recent-posts .post-item .post-view {
        text-align: right;
    }

.sidebar .recent-posts img {
    height: 56.25px;
    float: left;
    object-fit: cover
}

.sidebar .recent-posts .post-title {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

    .sidebar .recent-posts .post-title a {
        color: #24508C;
        transition: 0.3s;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .sidebar .recent-posts .post-title a:hover {
            color: #24508C;
            font-weight: 700;
        }

.sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}




.sidebar .widget-content {
    margin-top: 8px;
}



.sidebar .product-price {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

    .sidebar .product-price ins {
        color: #24518B;
        text-decoration: none;
    }

    .sidebar .product-price del {
        font-size: 80%;
        color: #999;
    }

.sidebar .recent-posts img.img-product {
    height: 100px;
    background: #f2f2f2;
    object-fit: contain;
}

.blog-details-top .blog-details-content > * {
    margin-bottom: 15px !important;
}

.blog-details-top .blog-details-content p {
    font-size: 16px;
}

.blog-wrap .blog-content .blog-cate {
    margin: 0 0 5px 0;
}

    .blog-wrap .blog-content .blog-cate a {
        color: #999;
        font-weight: 300;
    }

.section-title-flex {
    margin-bottom: 10px
}

@media(min-width: 992px) {
    .section-title-flex {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 30px
    }
}


.product-tabs {
    margin-bottom: 0px;
    display: flex;
    margin-bottom: 50px;
}

    .product-tabs .nav-tabs {
        border: 0;
        gap: 6px;
    }


.nav-tabs .nav-item:not(:last-child) {
   
}

.nav-tabs .nav-link {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border-radius: 0;
    transition: .2s linear;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:hover {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        transition:.2s linear;
    }


.see-more {
}

  

.tab-content .see-more {
    width: auto;
}

@media(max-width: 767px) {
    .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 1.3
    }

    .nav-tabs .nav-item:not(:last-child) {
     
    }

    .see-more .link {
        font-size: 13px;
    }
}

.product-tabs .nav-tabs {

}

    .product-tabs .nav-tabs::-webkit-scrollbar {
        display: none;
    }

.nav-tabs .nav-item {
    display: inline-block;
    margin: 0;
}

.product-details-img {
    position: relative;
    /*padding-top: 132%;*/
    width: 100%;
    display: block;
}

    .product-details-img img,
    .product-details-img iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .product-details-img img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.compare_table tr .title_charactestic {
    display: block;
    font-weight: 600;
}

.compare_table td {
    padding: 10px 0px;
    border: 0
}

@media(min-width: 800px) {
    .compare_table .tr-0 {
        width: calc(50% - 10px);
        float: left;
        clear: both;
    }

    .compare_table .tr-1 {
        width: calc(50% - 10px);
        float: right;
    }

    .compare_table tr .content_charactestic {
        width: 60% !important;
        display: block;
        float: right;
    }

    .compare_table tr .title_charactestic {
        width: 40% !important;
        display: block;
        float: left;
        font-weight: 600;
    }
}

.video-item .video-img {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

    .video-item .video-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.3);
    }

.video {
    position: relative;
}

.product-details-img.video img {
    object-fit: cover;
}

.product-details-img.video .video-icon i {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.video-area {
    --swipervideo-width: 140px;
}


    .video-area .swiper.videoSwiper3 {
        margin: 0 auto;
        width: calc(100% - var(--swipervideo-width));
    }

        .video-area .swiper.videoSwiper3 .swiper-wrapper {
            --swiper-navigation-sides-offset: calc( ((var(--swipervideo-width) / 2) - (((var(--swipervideo-width) / 2) - 35px) / 2) ) * 0.34);
        }

    .video-area .videoSwiper2 {
    }

    .video-area .video-wrapper-iframe .video-item {
        position: relative;
        padding-top: 48.21%;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }

        .video-area .video-wrapper-iframe .video-item iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
        }

.video-wrapper-iframe {
    box-shadow: 0 0 9px rgb(0 0 0 / 25%);
    border-radius: 15px;
    --width: calc(var(--swipervideo-width)/2);
    --height: calc(var(--width) / 1.5);
    padding: var(--height) var(--width);
    margin-bottom: 30px;
}

.video-wrapper-thumbs {
    position: relative;
}

    .video-wrapper-thumbs .button-next, .video-wrapper-thumbs .button-prev {
        --swiper-navigation-sides-offset: calc( ((var(--swipervideo-width) / 2) - (((var(--swipervideo-width) / 2) - 35px) / 2) ) * 0.34 );
        position: absolute;
        top: var(--swiper-navigation-top-offset,50%);
        /* width: calc(var(--swiper-navigation-size)/ 44 * 27); */
        /* height: var(--swiper-navigation-size); */
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
        color: #fff;
        background-color: rgb(0 0 0 / 40%);
        padding: 5px;
        height: 35px;
        width: 35px;
        border-radius: 0;
        box-shadow: none;
    }

    .video-wrapper-thumbs .button-next {
        right: var(--swiper-navigation-sides-offset,10px);
        left: auto;
    }

    .video-wrapper-thumbs .button-prev {
        left: var(--swiper-navigation-sides-offset,10px);
        right: auto;
    }

        .video-wrapper-thumbs .button-prev svg {
            transform: rotate(-180deg);
        }

        .video-wrapper-thumbs .button-next svg, .video-wrapper-thumbs .button-prev svg {
            fill: #ffffff;
            height: 35px;
            width: 35px;
        }

.swiper-slide-thumb-active .video .video-icon {
    background-color: rgb(0 0 0 / 30%)
}

    .swiper-slide-thumb-active .video .video-icon i {
        opacity: 0
    }

@media(max-width: 991px) {
    .video-area {
        --swipervideo-width: 30px;
    }
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: unset;
}

    .swiper-grid-column > .swiper-wrapper .swiper-slide {
        margin-top: 0 !important;
    }

@media(min-width: 800px) {
    .swiper-grid-column > .swiper-wrapper {
        width: 100% !important;
    }

        .swiper-grid-column > .swiper-wrapper .swiper-slide {
            margin-right: 15px !important;
        }
}

.fb_iframe_widget iframe {
    position: absolute;
    width: 100% !important;
}

.fb_iframe_widget_fluid span {
    width: 100% !important;
}


.description-wrap .section-title .title:after {
    display: none
}

.description-wrap .section-title .title {
    font-size: 24px;
}

.youtube-page {
    background-image: url('../images/bg/bg-youtube.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 10px 10px;
    background-position: center;
    position: relative;
}

    .youtube-page:before {
        background: linear-gradient( to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100% );
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        content: "";
    }

    .youtube-page > div {
        position: relative;
    }

.fb_iframe_widget {
    width: 100%;
}

    .fb_iframe_widget span {
        display: inline-block;
        position: relative;
        text-align: justify;
        width: 100% !important;
    }

.product-area .swiper-button-lock {
    display: flex
}

.warp .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 111;
}

    .warp .icon svg {
        position: absolute;
        bottom: 12px;
        left: 12px;
        width: 35px;
        height: 35px;
        top: unset;
    }

.warp a:hover {
    color: #cf152c;
}

.warp .swiper-slide, .warp a {
    transition: linear .25s;
}

    .warp .swiper-slide:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }

.warp .mySwiper {
    padding: 10px 0;
}

.warp .title {
    padding: 12px;
    font-size: 17px;
    font-weight: 600;
}

.warp .swiper-slide:hover .title {
    color: #cf152c;
}

.warp .swiper-slide {
    margin: 0 10px;
}

    .warp .swiper-slide .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        transition: linear .25s;
    }

.warp .slick-list.draggable {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.categories-item {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border: 0.5px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 10px 0;
}

    .categories-item .categories-icon {
        /*        --categories-item-height: 56.25%;
        position: relative;
        padding-top: var(--categories-item-height);
        width: 100%;*/
    }

    .categories-item.categories-item-first .categories-icon {
        padding-top: calc(((var(--categories-item-height) * 2) / 3) - 5px);
    }

@media(max-width: 991px) {
    .categories-item.categories-item-first .categories-icon {
        padding-top: var(--categories-item-height);
    }
}

.categories-item .categories-icon .img {
    width: 115px;
    height: 60px;
    flex-shrink: 0;
    object-fit: cover;
    margin:auto;
}
.skeleton.moblie-T1{
    display:none;
}
.categories-item .categories-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    transition: all .3s;
    transform: translateY(100%);
}

.categories-item .categories-icon .categories-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 15px;
}

.categories-item .categories-icon .categories-title {
    position: relative;
    width: auto;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 15px;
}

.categories-item:hover .categories-icon .categories-title {
    display: none;
}

.categories-item .categories-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.categories-item:hover .categories-content-wrap {
    height: 50%;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 40%, rgba(255,255,255,0) 100%);
    align-items: center;
    transform: translateY(0)
}

.categories-item .categories-content-wrap .categories-content {
    padding: 15px;
}



.coupon-promotion .coupon-heading {
    display: flex;
    justify-content: center;
    align-items:center;
}

.coupon-heading .heading-promotion {
    text-align: left;
    text-transform: uppercase;
    width: 30%;
}

.coupon-heading .list-promotion {
    width: 70%;
    justify-content: flex-start;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.coupon-promotion .coupon-heading .list-promotion .item-promotion {
    position: relative;
    background: rgba(208, 1, 27, 0.08);
    padding: 4px 8px;
    width: initial;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}

    .coupon-promotion .coupon-heading .list-promotion .item-promotion:before {
        content: "";
        width: 6px;
        height: calc(100% - 5px);
        position: absolute;
        top: 2.5px;
        background-image: radial-gradient(#fff 2px, transparent 0);
        background-size: 6px 6px;
        background-position-x: -6px;
        left: -3px;
    }

    .coupon-promotion .coupon-heading .list-promotion .item-promotion:before {
        border: none;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
    }

    .coupon-promotion .coupon-heading .list-promotion .item-promotion:after {
        content: "";
        width: 6px;
        height: calc(100% - 5px);
        position: absolute;
        top: 2.5px;
        background-image: radial-gradient(#fff 2px, transparent 0);
        background-size: 6px 6px;
        background-position-x: -6px;
        right: -3px;
    }

    .coupon-promotion .coupon-heading .list-promotion .item-promotion:after {
        border: none;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
    }

    .coupon-promotion .coupon-heading .list-promotion .item-promotion span {
        border: 0;
        padding: 0;
        border-radius: 0;
        background: unset;
        font-weight: 600;
        color: #d0011b;
        cursor: pointer;
    }

.coupon-promotion .view-list-promotion {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:15px;
}

    .coupon-promotion .view-list-promotion span {
        color: #c00113;
        cursor: pointer;
    }

        .coupon-promotion .view-list-promotion span:nth-child(2) {
            display: none;
        }

    .coupon-promotion .view-list-promotion svg {
        width: 15px;
        height: 15px;
        margin-left: 5px;
        fill: #c00113;
    }

        .coupon-promotion .view-list-promotion svg path {
            fill: #c00113;
        }

    .coupon-promotion .view-list-promotion.active svg {
        transform: rotateX(180deg);
    }

.view-list-promotion.active span:nth-child(2) {
    display: block;
}

.view-list-promotion.active span:nth-child(1) {
    display: none;
}

.coupon-promotion .list-detail-promotion {
    display: none;
    border-top: 1px solid #e7e7e7;
    padding: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.promotion-item {
    display: flex;
    background: #fff;
    height: initial;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 0;
    border-left: 0;
    box-shadow: none;
    margin-bottom: 10px;
    position: relative;
}

    .promotion-item:before {
        content: "";
        width: 6px;
        position: absolute;
        top: 2.5px;
        background: radial-gradient(circle, transparent, transparent 50%, #cccccc 50%, #FBFBFB 100%) -9px -6px/14px 11px repeat-y;
        left: -4px;
        border: none;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
    }

.imagepicture {
    display: flex;
    align-items: center;
    width: 26%;
    justify-content: center;
    border-right: 1px solid #ccc;
}

    .imagepicture img {
        width: 60px;
        height: 60px;
        border: 1px solid #ccc;
        border-radius: 50%;
        object-fit: contain;
    }

.section-index-promotion .promotion-item__inner {
    width: 60%;
    padding: 5px 20px;
    border-right: 0;
    text-align: start !important;
}

.vocher-link {
    color: #d80505;
    font-size: 12px !important;
    margin-top: 10px
}

.copycode {
    text-align: center;
    margin: auto;
    margin-right: 15px;
    width: 79px
}

.btn-coupon-my b {
    bottom: -15px;
    position: relative;
    display: none;
}

.btn-coupon-my img {
    width: 27px;
    height: 29px;
    margin-bottom: 1px;
}

.btn-coupon-my p {
    background: #d20505;
    margin: 0px !important;
    padding: 0px 12px;
    color: #fff;
    cursor: pointer;
}

.btn-coupon-my a {
    display: none;
}

.copycode .active b {
    bottom: -16px;
    position: relative;
    display: block;
    animation: mymove 1s;
    color: #c00113;
}

.copycode .active a {
    display: block;
    color: red !important;
    padding: 1.5px 6px;
    font-size: 10px;
    background: #fff;
    border: 1px solid red;
    overflow: hidden;
    bottom: 14px;
    position: relative;
}

.copycode .active p {
    display: none;
}

@keyframes mymove {
    0% {
        bottom: -15px;
    }

    100% {
        bottom: 15px;
    }
}

.product-details-content p {
    font-size: inherit;
}

.motama-content {
    margin-bottom: 9px;
}

.cate-description img {
    max-width: 100%;
    height: auto !important
}

.filter_group .filter_group_block {
    position: relative;
}

.filter_group .filter_group-subtitle {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
}

    .filter_group .filter_group-subtitle span.icon-control {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        font-size: 10px;
        vertical-align: 1px;
        display: inline-block;
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
    }

.filter_group .filter_group-content {
    padding: 10px 15px;
    background: #ffffff;
}

.filter-menu li a {
    color: #000;
}

.filter-menu li ~ li {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .shop-topbar-wrapper .product-sorting-wrapper {
        overflow: unset;
    }

    .filter_group:not(:last-child) {
        margin-bottom: 10px;
    }
}

.filter_group .filter_group-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: calc(100% + 10px);
    z-index: 100;
    border: 1px solid #e7e7e7;
    border-top: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


@media(min-width:768px) {
    .filter_group .filter_group_block:hover .filter_group-content,
    .filter_group .filter_group_block:focus .filter_group-content {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
}

@media(max-width: 767px) {
    .filter_group .filter_group_block.active .filter_group-content {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
}


.filter_group .filter_group_block:hover .filter_group-subtitle span.icon-control {
    color: #666;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

form button[type=submit]:not(:disabled) .fa-spinner {
    display: none;
}

form button[type=submit]:disabled .fa:not(.fa-spinner) {
    display: none;
}

.description-review-wrapper img {
    max-width: 750px;
    height: auto !important;
}





.blog-tintuc .entry {
    position: relative;
}

    .blog-tintuc .entry .entry-img {
        aspect-ratio: 150/100;
        padding: 0;
        border-radius:10px;
        overflow:hidden;
    }

    .blog-tintuc .entry .entry-content {
      
    }

    .blog-tintuc .entry:hover .entry-content {
        height: 100%;
    }

        .blog-tintuc .entry:hover .entry-content .entry-title {
        }

    .blog-tintuc .entry .entry-title {
      
        transition: all 0.3s;
    }

  

.short-about {
    border: 1px dashed #FFBD59;
    padding: 15px;
}

.child-categories {
    margin-bottom: 20px;
    font-size: 0;
}

.child-categories__cell {
    vertical-align: top;
    float: none;
    background-color: #fff;
}

.catalog-section {
    border-radius: 5px;
    margin-bottom: 0 !important;
    color: #000;
    display: block;
}

    .catalog-section:hover .catalog-section__caption {
        color: #24508C;
    }

.catalog-section__image {
    position: relative;
    padding: 10px;
    width: 100%;
    padding-top: 75%;
}

.catalog-section__caption {
    padding: 10px;
    text-align: center;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-size: 14px;
}

.catalog-section__img {
    display: block;
    max-height: inherit;
    /* margin: 0px; */
    position: absolute;
    top: 10%;
    left: 10%;
    height: 80%;
    width: 80%;
}

.catalog-section__image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog-section__img.img-fluid {
    aspect-ratio: 1;
    /* height: 100%; */
    border-radius: 10px;
}

.collection-filter .wrapper_layered_filter {
    margin-bottom: 15px;
}

.checkbox-list li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 25px;
}

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

  

    .checkbox-list input[type='checkbox']:after,
    .checkbox-list input[type='radio']:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid #cedadd;
        cursor: pointer;
        border-radius: 50%;
    }

    .checkbox-list input[type='checkbox']:before,
    .checkbox-list input[type='radio']:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 5px;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 5px;
        border: 2px solid #ffffff;
        border-top-style: none;
        border-right-style: none;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
    }

    .checkbox-list input[type='checkbox']:checked:after,
    .checkbox-list input[type='radio']:checked:after {
        background: #c00113;
    }

    .checkbox-list input[type='checkbox']:checked:before,
    .checkbox-list input[type='radio']:checked:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1);
    }

.checkbox-list li label {
    margin: 0px;
    font-weight: normal;
    cursor: pointer;
    font-size:15px;
}

.checkbox-list li:hover {
    color: #c00113;
}
    .checkbox-list li:hover input[type='radio']:after,
    .checkbox-list li:hover input[type='checkbox']:after {
        border-color: #c00113;
    }

.sidebar-widget .checkbox-list input[type='checkbox'], .sidebar-widget .checkbox-list input[type='radio'] {
    top: 9px;
}

.sidebar-widget .shop-catigory {
}

    .sidebar-widget .shop-catigory ul li {
        padding: 7px 10px;
    }

        .sidebar-widget .shop-catigory ul li:not(:last-child) {
        
        }

        .sidebar-widget .shop-catigory ul li a:hover {
            color: #000;
            font-weight: 600;
        }

.widget-category .shop-catigory ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 16px;
    height: 16px;
    background: #37B5FE;
    border: 1px solid #37B5FE;
    cursor: pointer;
    border-radius: 2px;
}

.widget-category .shop-catigory ul li.active {
    background-color: #FDBC5A
}

    .widget-category .shop-catigory ul li.active a {
        color: #ff6b12;
        font-weight: 700;
    }

.product-sorting-wrapper .filter_group {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.product-sorting-wrapper .filter-sorting a {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.3s;
}

    .product-sorting-wrapper .filter-sorting.active a,
    .product-sorting-wrapper .filter-sorting a:hover {
        background: #37B5FE;
        border: 1px solid #37B5FE;
    }

.shop-topbar-wrapper {
    border: 0;
    border-bottom: 0;
    padding: 10px;
    margin-bottom: 5px;
}
.shop-area .filter.warp-item {
    margin-bottom: 15px;
}
.shop-topbar-wrapper .shop-topbar-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.imgthumb-productdetails {
    border: 1px solid #D9D9D9;
    aspect-ratio: 1/1;
    max-width:60px;
    position: relative;
}
.detailsSwiper{
    height:60px;
}
.swiper-slide-thumb-active .imgthumb-productdetails {
    border: 1px solid #d6d6d6;
}

.img-productdetails a{
    position: relative;
    padding-top: 100%;
    width: 100%;
    display: block;
}

    .img-productdetails iframe,
    .imgthumb-productdetails iframe,
    .imgthumb-productdetails img,
    .img-productdetails img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .img-productdetails img, .imgthumb-productdetails img {
        object-fit: contain;
    }

    .imgthumb-productdetails.video img {
        object-fit: cover;
    }

.img-productdetails iframe {
    object-fit: cover;
}

.policy-info {
    background: #F5F5F5;
    padding: 15px;
}

    .policy-info .policy-title {
        color: #24508C;
        font-size: 16px;
        font-weight: 700;
        text-decoration-line: underline;
        margin-bottom: 15px;
    }

    .policy-info .policy-list .policy-item {
        margin-bottom: 10px;
    }

        .policy-info .policy-list .policy-item i {
            color: #24508C;
        }

        .policy-info .policy-list .policy-item a {
            color: #000;
            font-size: 14px;
        }

            .policy-info .policy-list .policy-item a:hover {
                color: #24508C;
            }

.product-ratting i, .rating-stars__container i, .li_star:hover i, .li_star.active i {
    color: rgb(253, 188, 90);
}

.product-digit {
    color: #24508C
}

.product-details-content .pro-details-quality {
    display: flex;
    align-items: center;
}

    .product-details-content .pro-details-quality .cart-plus-minus .qtybutton.dec {
        height: 20px;
        width: 25px;
        line-height: 20px;
        border: 1px solid #E3E4E9;
    }

    .product-details-content .pro-details-quality .cart-plus-minus .qtybutton.inc {
        height: 20px;
        width: 25px;
        line-height: 20px;
        border: 1px solid #E3E4E9;
        right: 0px;
    }

    .product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
     
    }

.pro-details-quality-cart {
    display: flex;
    align-items: center;
}

.pro-details-cart-plus button {
    color: #000;
    border: 0;
    background-color: #fff;
}

    .pro-details-cart-plus button i {
        color: #37B5FE;
        font-size: 20px;
    }

.product-details-category a {
    color: #000;
    position: relative;
    font-size: 15px;
    margin-top: 3px;
}
.product-details-category {
    margin: 13px 0;
    display: flex;
    gap: 10px;
}
.product-details-content p {
    min-width: 94px;
}
.product-details-category a:not(:last-of-type)::after {
    content: ',';
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 1;
}


.product-details-content hr {
    margin-top: 10px;
}

.more-product .section-title .title {
    text-transform: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.product-description-title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

    .product-description-title .product-description-name {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        position: relative;
    }

        .product-description-title .product-description-name:after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100px;
            height: 5px;
            background: #1b55a6;
        }

.description-review-wrapper .description-item:not(:last-child) {
    margin-bottom: 30px;
}

.description-review-wrapper .product-wrap {
    padding: 0;
}

.product-popular {
    padding-bottom: 15px;
    background: #fff;
}

    .product-popular .product-popular-title {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        padding: 15px;
    }

    .product-popular .product-popular-items {
        display: flex;
        align-content: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

        .product-popular .product-popular-items:not(:last-child) {
            border-bottom: 1px solid #D9D9D9;
            margin-bottom: 12px;
            padding-bottom: 12px;
        }

        .product-popular .product-popular-items .product-popular-img {
            width: 80px;
            flex: 0 0 80px;
        }

            .product-popular .product-popular-items .product-popular-img img {
                width: 80px;
                height: 80px !important;
                object-fit: contain;
            }

        .product-popular .product-popular-items .product-popular-content {
            width: calc(100% - 80px);
            margin-left: 15px;
        }

        .product-popular .product-popular-items .rating-stars__container i {
            font-size: 10px;
        }

        .product-popular .product-popular-items .product-price {
            font-size: 14px;
        }

.product-popular-items-title a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-popular-items-price {
    color: #D11329;
}


.blog-entry .entry {
  
}

.blog .sidebar .widget-title {
}

.blog-wrap-cotainer {
   
}

.pro-pagination-style ul li a,
.pro-pagination-style ul li a.prev, .pro-pagination-style ul li a.next {
    border-radius: 0;
    background-color: transparent;
}

.blog-details-top .post-title {
    padding-bottom: 15px;
}

    .blog-details-top .post-title .title {
        color: #2e2e2e;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        margin: 0;
        margin-top:10px !important;
    }

    .blog-details-top .post-title .post-view {
        color: #ff9512;
        font-size: 14px;
    }

.relate-post {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    margin-top: 30px;
}

    .relate-post .relate-post-title {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

.pro-details-action-wrap-mb {
    background-color: #fff;
    top: 45px;
    padding: 10px 0;
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
}
@media(min-width: 768px) {
    .product-popular-wrap {
        padding-left: 15px !important;
    }
}

.product-hotsale {
    background-color: #fff;
    padding: 15px;
}

    .product-hotsale .title {
        color: #CC0000;
        padding: 5px 10px;
        text-align: center;
    }

        .product-hotsale .title img {
            height: 50px;
            margin-right: 5px;
        }

.producthotsaleSwiper .single-product-item:hover {
    box-shadow: none;
    border: 0;
}

.home-mega-menu {
    height: 100%;
    background: #fff;
}

.filter_more {
    color: #24508C;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    border-top: 1px solid #EFEFEF;
    cursor: pointer;
}

.time-work {
    background: linear-gradient(90deg, #CDFFD8 0%, #94B9FF 100%);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

    .time-work .time-work-img {
        width: 80px;
        text-align: center;
    }

        .time-work .time-work-img img {
            height: 45px;
        }

    .time-work .time-work-content {
        padding-left: 10px;
    }

        .time-work .time-work-content .title {
            color: #000 !important;
        }

        .time-work .time-work-content .content,
        .time-work .time-work-content .content * {
            color: #24518B !important;
        }

.contact-wrap {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.cart-submit-mobile {
    background: #cf152c;
    z-index: 9999;
}

    .cart-submit-mobile * {
        color: #fff
    }

.product-details-content .pro-details-size .pro-details-size-content ul li label:hover,
.product-details-content .pro-details-size .pro-details-size-content ul li label.active {
    background-color: #FFAA01;
    color: #ffffff;
    border: 1px solid #FFAA01;
    cursor: pointer;
}

.footer-area .contact-map {
    position: relative;
    padding-top: 75%;
    width: 100%;
}

    .footer-area .contact-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.categories-item a .categories-titles,
.categories-item {
    transition: .2s linear;
}

    .categories-item:hover {
        border: 0.5px solid #FF6B12;
        transition: .2s linear;
    }

        .categories-item:hover a .categories-titles {
            font-weight: 700;
            transition: .2s linear;
        }

show-moblie {
    display: none;
}


.warp-banner.mobile,
.show-moblie-1 {
    display: none;
}

/* typical tablet screen resolution */
@media only screen and (max-width : 1024px) {
    .main-menu > nav > ul > li > a {
        padding: 14px 20px !important;
    }

    .name-company-header a {
        font-size: 17px !important;
    }

    .header-large-device .logo img {
        width: 120px !important;
    }

    .search-group-wrap .form-control {
        width: auto !important;
    }

    .supercate1 {
        width: 224px !important;
    }
    .banner-area2,
    .skeleton.banner-area2 .bannerslide,
    .banner-area2 .swiper-container img {
        height: 368px;
    }

    .warp-banner {
        height: 368px;
    }

    .banner-area2 .ads .img {
        height: 176px
    }
    .sidebar-wrapper {
        width: 224px ;
    }
}

@media only screen and (max-width : 834px) {
    .skeleton.banner-area2 .banner-product{
        width:100%;
    }
    .banner-area2 .ads .img {
        width: 100%;
        height: 219px;
    }

    .single-service-wrap-5 img {
        margin-bottom: 10px;
    }

    .show-moblie-1 {
        display: block;
    }

    .show-pc-1 {
    }

    .mega-menu-title {
        background: unset;
        border-radius: unset;
    }

    .main-wrapper {
        overflow: hidden;
    }

    .header-area {
        padding-bottom: 95px;
    }


    .banner-area2 {
        flex-wrap: unset;
        flex-direction: column;
    }

        .banner-area2 .bannerslide {
            width: 100%;
        }
    .skeleton.banner-area2 .bannerslide,
    .banner-area2 .swiper-container img {
        height: 357px;
    }

        .banner-area2 .ads {
            width: 100%;
            display: flex;
            flex-direction: unset;
            gap: 6px;
        }

    .warp-banner {
        height: 100%;
    }

    .banner-area2 {
        height: 100%;
        gap: 8px;
        padding: 0;
    }

    .warp-cate-bottom .grid-cus {
        grid-template-columns: repeat(3,1fr);
    }

    .warp-cate-bottom .catelv1 {
        /*height: 48px;*/
    }

    .single-service-wrap-5 {
        flex-direction: column;
    }

        .single-service-wrap-5 .service-content .service-title {
            font-size: 15px;
        }

        .single-service-wrap-5 img {
            height: 56px;
        }

        .single-service-wrap-5 .service-content {
            text-align: center;
            padding: 0 10px;
        }

    .feedback-customer .title-feedback svg {
        top: -9px;
        width: 30px;
        height: auto;
        left: 3px;
    }

    .warp-banner {
        gap: 10px;
    }

 

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}


/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .blog-details-top .blog-details-content p img {
        max-width: 100%;
    }
    .skeleton.moblie-T1,
    .warp-banner.mobile {
        display: block;
    }
    .skeleton.pc-T1,
    .warp-banner.pc {
        display: none;
    }

    .swiper-slide-mb {
        display: block;
    }

    .product-details-content-mb {
        margin: 0;
    }

    .header-small-device .search-nav .search-header form .input-group .input-group-append button span {
        display: none;
    }

    .header-area {
        padding-bottom: 95px;
    }


    .header-small-device .search-nav .search-header form .input-group .input-group-append {
        position: absolute;
        right: 0;
    }

    .header-small-device .search-nav .search-header form .input-group input {
        padding-right: 20%;
    }

    .header-small-device .search-nav .icon-menu {
        display: none;
    }

    .name-company-header a {
        font-size: 18px !important;
    }

    .logo-header .navbottom-link {
      /*  display: none;*/
    }

    .show-moblie {
        display: block;
    }

    .warp-cate-bottom .grid-cus {
        grid-template-columns: repeat(1,1fr);
    }

    .warp-cate-bottom .catelv1 {
        height: auto;
    }

    .main-wrapper {
        overflow: hidden;
    }

    .introduction .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .introduction .warp-content {
        position: unset;
        justify-content: center;
        align-items: center;
        transform: unset;
    }

    .single-service-wrap-5 .service-content {
        margin: auto;
    }

    

    .single-product-item .product-img {
        padding-top: 80%;
    }

    .introduction .phone svg,
    .introduction .maps svg {
        width: 25px;
        height: 25px;
    }

    .introduction .maps {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .single-service-wrap-5 {
        align-items: center;
        justify-content: center;
    }

    .feedback-customer .item-feedback {
        flex-direction: column;
    }

    .show-pc {
        display: none;
    }

    show-moblie {
        display: block;
    }

    .categories-item .categories-icon img {
        margin: auto;
    }

    .feedback-customer .title-feedback h2 {
        font-size: 19px;
    }
    .skeleton.banner-area2 .bannerslide
    .banner-area2 .swiper-container img {
        height: 175px;
    }

    .banner-area2 .ads {
        flex-direction: column;
    }

        .banner-area2 .ads .img {
            width: 100%;
            height: 175px;
            object-fit: cover;
        }

    .categories-item .categories-icon img {
        height: 100px;
        width: 170px;
    }

    .single-service-wrap-5 {
        margin-bottom: 15px;
    }

    .header-small-device .search-nav {
        gap: 0 !important;
    }

    .search-group-wrap .form-control {
        width: 250px !important;
    }
}
/* typical phone screen resolution */
@media only screen and (max-width : 507px) {
    .skeleton.banner-area2  .bannerslide,
    .banner-area2 .swiper-container img {
        height: 230px;
    }
 
}

@media only screen and (max-width : 417px) {
    .name-company-header a {
        font-size: 17px !important;
    }

    .arrow-down {
        left: 79px !important;
    }

    .search-group-wrap .custom-select {
        width: 110px !important;
    }
}

@media only screen and (max-width : 404px) {
    .header-small-device .search-nav .search-header form .input-group .input-group-append button span {
        display: none;
    }
}

@media only screen and (max-width : 400px) {
    .name-company-header a {
        font-size: 16px !important;
    }
}

@media only screen and (max-width : 393px) {
    .skeleton.banner-area2 .bannerslide,
    .banner-area2 .swiper-container img {
        height: 197px;
    }
}

@media only screen and (max-width : 386px) {
    .name-company-header a {
        font-size: 15px !important;
    }
}

@media only screen and (max-width : 386px) {
    .name-company-header a {
        font-size: 15px !important;
    }

    .header-area {
        padding-bottom: 95px;
    }
}

@media only screen and (max-width : 375px) {
    .skeleton.banner-area2 .bannerslide,
    .banner-area2 .swiper-container img {
        height: 185px;
    }
}

@media only screen and (max-width : 374px) {
    .name-company-header a {
        font-size: 12px !important;
    }

    .header-small-device .logo-header .img-logo {
        width: 91px !important;
    }
}


@media only screen and (max-width : 375px) {

    .header-small-device .logo-header .img-logo {
        width: 91px !important;
    }

    .header-small-device .search-nav .search-header form .input-group .input-group-append button span {
        display: none;
    }

    .header-small-device .search-nav .search-header form .input-group {
        justify-content: flex-start !important;
    }

    .search-group-wrap .custom-select {
        width: 103px !important;
    }

    .arrow-down {
        left: 77px !important;
    }

    .header-small-device .search-nav .search-header form .input-group input {
        padding-right: 50px;
        width: auto;
    }

    .name-company-header a {
        font-size: 16px !important;
    }
}


@media only screen and (max-width : 374px) {
    .header-small-device .search-nav .search-header form .input-group input {
        padding-right: 0;
        width: auto;
        position: absolute;
        right: 46px;
        width: 200px !important;
    }

    .name-company-header a {
        font-size: 12px !important;
    }
}
@media only screen and (max-width : 362px) {
    .header-small-device .search-nav .search-header form .input-group input {
        width: 192px !important
    }

}
@media only screen and (max-width : 353px) {
    .header-small-device .search-nav .search-header form .input-group input {
        width: 182px !important
    }
}
@media only screen and (max-width : 353px) {
    .header-small-device .search-nav .search-header form .input-group input {
        width: 160px !important
    }
}
    @media only screen and (max-width : 320px) {
        .skeleton.banner-area2 .bannerslide,
        .banner-area2 .swiper-container img {
            height: 159px;
        }
    }



.header-large-device.active .header-middle .language li{
    color:#000 !important;
}
.pro-pagination-style ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.description-review-wrapper .nav-link{
    color:#333;
}
.description-review-wrapper .nav-tabs .nav-link.active, .description-review-wrapper .nav-tabs .nav-link.active:hover {
    color: #FF9C07;
    background: #FFF3E9;
}
.description-review-wrapper .nav-tabs {
    border: 0;
    margin:20px 0;
    gap: 10px;
}
    .description-review-wrapper .nav-tabs .nav-link {
        padding: 8px 24px;
        font-size: 15px;
        border-bottom: 1px solid #0000000f;
        border: 0;
    }
        .description-review-wrapper .nav-tabs .nav-link:hover {
            color: #FF9C07;
            border: 0;
        }
.description-review-wrapper #myTab {
    border-bottom: 1px solid #0000000f;
    margin-top: 60px;
    flex-wrap: nowrap;
}
.imgthumb-productdetails img {
    object-fit: cover;
}