/*
    Theme Name: HUYDEV THEME
    Theme URI: https://www.facebook.com/huydev9x
    Author: HuyDev
    Author URI: https://www.facebook.com/huydev9x
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --th-color-orange: #f8a861;
    --th-color-bg: #f7ebeb;
    --th-color-red: #ff0000;
    --th-color-blue: #0e287c;
    --th-color-link: #1250dc;
    --th-color-link-hover: #ec1d25;
    --th-color-blue2: #0B3050;
    --th-color-gray: #eff4fa;
    --th-color-yellow: #ffeb3b;
    --th-color-main2: #534741;
    /*--th-font-main: 'Quicksand', sans-serif;*/
    --th-font-main: "Inter", sans-serif;
}
@media screen{
    * {
        margin: 0px;
        padding: 0px;
    }
    a:link{
        text-decoration:none;
    }
    a:focus{
        outline: none;
    }
    img{
        display: block;
        padding: 0px;
        outline: none;
        border: none;
    }
    ul{
        list-style:none;
    }
    h1{
        margin: 0px;
        padding: 0px;
    }
    body{
        position: relative;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 1.7;
        font-weight: 400;
        color: #333;;
        /*background-color: #fff6f6;*/
        background-color: #f7ebeb;
    }
    .body-pd{
        padding-top: 80px;
    }
    .body-overfl-hidden{
        overflow: hidden;
    }
    .bg-red{
        color: #fff;
        background-color: var(--th-color-red);
    }
    .bg-orange{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .bg-yellow{
        color: #fff;
        background-color: var(--th-color-yellow);
    }
    .bg-gray{
        background-color: rgba(127,127,127,0.075);
    }
    .bg-blue{
        background-color: var(--th-color-blue);
    }
    /*body.logged-in{
        padding-top: 146px;
    }*/
    /*.body-padding{
        padding-top: 80px;
    }*/
    .container{
        position: relative;
        width: 1220px;
        margin: 0 auto;
        z-index: 10;
    }
    .container-large{
        width: 1296px;
    }
    .container-full{
        width: 96%;
    }
    /*
    * HEADER.
    */
    .header{
        position: relative;
        width: 100%;
        z-index: 100;
        transition: all ease-in-out .3s;
        background-color: #fff;
        /*box-shadow: 0 2px 1px -1px rgba(0,0,0,.25);*/
    }
    .header-fixed{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        box-shadow: 0 3px 5px rgbsa(0, 0, 0, .1);
    }
    .logged-in .header-fixed{
        top: 32px;
    }
    /**/
    .header-top-bg{
        background-image: linear-gradient(to bottom, #ff7075, var(--th-color-main));
    }
    .header-top .container{
        height: 36px;
        line-height: 36px;
        color: #fff;
    }
    .header-top-left i{
        margin-right: 5px;
    }
    .header-top-nav li{
        display: inline-block;
    }
    .header-top-nav li:nth-child(n+2){
        margin-left: 15px;
    }
    .header-top-nav li a{
        display: inline-block;
        color: #fff;
    }
    .header-top-nav li i{
        margin-right: 5px;
    }

    .header-main{
        position: relative;
    }
    .header-main .container{
        padding: 15px 0;
        padding-bottom: 20px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .header-main .container{
    }
    .logo{
        margin: 0px;
        padding: 0px;
        left: 0px;
        margin-top: 0px;
        height: 52px;
        transition: all ease-in-out .3s;
    }
    .nav-mobile-logo{
        display: none;
        height: 180px;
    }
    .nav-mobile-logo img{
        max-width: 70%;
    }
    .header-fixed .logo{
        height: 52px;
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo a img{
        height: 100%;
        margin: 0 auto;
        filter: brightness(0) invert(1);
        /*filter: brightness(45);*/
    }
    .show-nav-mobile,
    .close-nav{
        display: none;
    }
    .show-nav-mobile{
        margin-left: 10px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        background-color: #d70008
    }
    .show-nav-mobile i:nth-child(2){
        display: none;
    }
    /**/
    /*.header-main-item{
        width: calc((100% - 200px) / 2);
    }*/
    .header-main-btn ul li{
        position: relative;
        display: inline-block;
        margin-top: 2px;
    }
    .header-main-btn ul li:nth-child(n+2){
        margin-left: 5px;
    }
    .header-main-btn ul li a{
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 0 20px;
        height: 48px;
        font-weight: 500;
        line-height: 48px;
        border-radius: 48px;
    }
    .header-main-btn ul li a.shopping-cart-btn{
        background-color: #d70008;
    }
    .header-main-btn ul li a i{
        margin-right: 10px;
    }
    .shopping-cart-btn{
        position: relative;
    }
    .header-main-btn ul li span:nth-child(3){
        position: absolute;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 100%;
        top: 7px;
        left: 26px;
        font-weight: 700;
        color: var(--th-color-main);
        font-size: 10px;
        background-color: var(--th-color-yellow);
        transition: all ease-in-out .3s;
    }
    .header-fixed .header-main-btn ul li span:nth-child(3){
        top: 7px;
    }
    /*.shopping-cart-btn span{
        position: absolute;
        top: 39px;
        left: 14px;
        display: block;
        font-weight: 500;
        width: 13px;
        height: 13px;
        line-height: 13px;
        text-align: center;
        font-size: 9px;
        border-radius: 100%;
        color: #fff;
        background-color: red;
        border: 1px solid #f9f9f9;
    }*/
    /**/
    .header-local{
        position: relative;
        margin-top: 20px;
        height: 40px;
        border-radius: 40px;
        padding: 0 20px;
        padding-left: 40px;
        line-height: 1;
        background-color: #fff;
        font-size: 13px;
        margin-right: 30px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .header-local{
        margin-top: 15px;
    }
    .header-local:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f3c5";
        left: 15px;
        font-size: 20px;
        top: 9px;
        font-weight: 300;
        color: var(--th-color-main);
    }
    .header-local p:nth-child(1){
        font-weight: 700;
        font-size: 14px;
        margin-top: 6px;
        color: var(--th-color-main);
    }
    .header-local p:nth-child(2){
        margin-top: 2px;
    }

    /**/
    .search-form{
        position: relative;
        height: 52px;
        line-height: 52px;
        padding-bottom: 32px;
        margin-left: 50px;
        width: 760px;
    }
    .search-input{
        height: 100%;
        border-radius: 52px;
        outline: none;
        border: none;
        padding: 0 15px;
        width: 100%;
        font-size: 16px;
        /*box-shadow: inset 1px 2px 3px rgba(0, 0, 0, .2);*/
    }
    .search-submit{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 52px;
        height: 52px;
        outline: none;
        border: none;
        color: var(--th-color-main);
        background-color: transparent;
        border-radius: 100%;
        font-size: 18px;
    }
    .search-submit:hover{
        color: var(--th-color-main);
    }
    /**/
    .search-key-fea{
        position: absolute;
        width: 900px;
        left: calc(50% - 450px);
        bottom: 0px;
        line-height: 1.5;
        text-align: center;
    }
    .search-key-fea li{
        display: inline-block;
        padding: 0 6px;
    }
    .search-key-fea li a{
        display: block;
        color: #fff;
    }
    /**/
    .close-search{
        position: absolute;
        right: 0px;
        width: 50px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
    }
    .close-search:hover{
        color: var(--th-color-red);
    }
    /**/
    #button-contact-vr{
        z-index: 10 !important;
    }
    .bg-overlay{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: none;
        background-color: rgba(0, 0, 0, .7);
    }
    .header-bottom{
        background-color: #fff;
    }
    .header-bottom .container{
        height: 45px;
        line-height: 45px;
    }
    .main-nav{
    }
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li.menu-item-has-children:after{
        position: absolute;
        top: 1px;
        right: 15px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 300;
        color: #000;
        font-size: 14px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        font-weight: 500;
        padding: 0 15px;
        font-size: 14px;
    }
    .main-nav-inner>ul>li.menu-item-has-children>a{
        padding-right: 35px;
    }
    .main-nav-inner>ul>li>a{
        position: relative;
        color: #000;
    }
    .main-nav-inner>ul>li ul{
        position: absolute;
        top: calc(100% + 10px);
        left: 0px;
        min-width: 250px;
        line-height: 1.5;
        background-color: #fff;
        padding: 10px 12px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
        transition: all ease-in-out .2s;
        opacity: 0;
        visibility: hidden;
        border-radius: 8px;
        border-bottom: 2px solid var(--th-color-header);
    }
    .main-nav-inner>ul>li:hover ul{
        opacity: 1;
        visibility: visible;
        top: 100%;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul:before{
        position: absolute;
        content: '';
        top: -16px;
        left: 15px;
        border: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .main-nav-inner>ul>li ul li:nth-child(n+2){
        border-top: 1px dotted #e8e8e8;
    }
    .main-nav-inner>ul>li ul li a{
        font-size: 15px;
        padding: 10px 5px;
        color: #000;
        font-weight: 500;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul li a:hover{
        color: var(--th-color-link);
    }
    
    /*.main-nav-inner>ul>li.menu-item-has-children>a:after{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        right: 10px;
        font-weight: 300;
    }*/

    /*
    * FEATURED.
    */
    .featured{
        position: relative;
        background-color: #f1f0f1;
        border-top: 1px solid #ebe0cb;
    }
    .carousel-wrap{
        position: relative;
        display: none;
    }
    .carousel-wrap.slick-slider{
        display: block;
    }
    .slick-track{
        display: flex;
        flex-flow: row wrap;
    }
    .slick-slide{
        height: auto;
    }
    .arrow-btn{
        position: absolute;
        display: block;
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        text-align: center;
        font-size: 18px !important;
        color: var(--th-color-red);
        cursor: pointer;
        z-index: 100;
        cursor: pointer;
        text-align: center;
        border-radius: 100%;
        font-weight: 400 !important;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 1) !important;
        transition: all ease-in-out .3s;
    }
    .featured .arrow-btn{
        height: 35px !important;
        font-size: 35px !important;
        font-weight: 300 !important;
    }
    .arrow-btn:hover{
        border-color: var(--th-color-main);
        background-color: #fff;
        transform: scale(1.07);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .arrow-btn.slick-disabled{
        color: #dedede;
        border-color: #fff;
    }
    .arrow-btn-prev{
        left: -20px;
        padding-right: 2px;
    }
    .arrow-btn-next{
        right: -20px;
        padding-left: 2px;
    }
    .carousel-wrap .slick-list{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .fea-pro-carousel .slick-list,
    .list-pro-carousel .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0px !important;
        padding-bottom: 32px !important;
    }
    .slick-dots{
        bottom: 0px!important;
    }
    .slick-dots li button:before{
        color: #e8e8e8 !important;
        opacity: 1 !important;
    }
    .slick-dots li.slick-active button:before{
        color: var(--th-color-main) !important;
    }
    /**/
    .featured{
        background-color: #f9f9f9;
    }
    .featured-carousel{
        margin: 0px !important;
    }
    .featured-item{
        display: block;
        color: #333;
/*        height: 710px;*/
    }
    .featured .carousel-wrap .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .featured .arrow-btn{
        font-size: 40px;
        top: calc(50% - 15px);
        background-color: transparent;
        font-weight: 400;
        box-shadow: none;
        border-radius: 0px;
    }
    .featured .arrow-btn,
    .featured .arrow-btn.slick-disabled{
        color: rgba(255, 255, 255, 1);
    }
    .featured .arrow-btn:hover,
    .featured .arrow-btn.slick-disabled:hover{
        color: var(--th-color-main);
    }
    .carousel-defaul .arrow-btn-prev,
    .carousel-defaul .arrow-btn-next{
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .2s;
    }
    .carousel-defaul:hover .arrow-btn-prev,
    .carousel-defaul:hover .arrow-btn-next{
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .3s;
    }
    .carousel-defaul .arrow-btn-prev{
        left: -20px;
    }
    .carousel-defaul .arrow-btn-next{
        right: -20px;
    }

    .home-hero-slide .carousel-defaul .arrow-btn-prev,
    .carousel-home-deal-banner.carousel-defaul .arrow-btn-prev{
        left: 15px;
    }
    .home-hero-slide .carousel-defaul .arrow-btn-next,
    .carousel-home-deal-banner.carousel-defaul .arrow-btn-next{
        right: 15px;
    }
    .featured .slick-dots{
        bottom: 15px;
    }
    .featured .slick-dots li{
        margin: 0 8px;
    }
    .featured .slick-dots li,
    .featured .slick-dots li button{
        width: 8px;
        transition: all ease-in-out .3s;
    }
    .featured .slick-dots li button:before{
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #fff;
        opacity: .8 !important;
        transition: all ease-in-out .3s;
    }
    .featured .slick-dots li.slick-active,
    .featured .slick-dots li.slick-active button,
    .featured .slick-dots li.slick-active button:before{
        width: 18px;
        opacity: 1 !important;
    }
    .featured .slick-dots li.slick-active button:before{
        background-color: var(--th-color-link-hover);
    }

    /*
    * HOME DEAL.
    */
    .main-wrap{
        position: relative;
    }
    .home-deal-bg{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
    }
    .home-deal-bg-item img{
        width: 100%;    
    }
    .home-deal-banner{
    }
    .home-deal-banner .container{
        padding: 30px 0;
    }
    .carousel-home-deal-bg .slick-list,
    .carousel-home-deal-banner .slick-list{
        margin: 0px !important;
    }
    .home-deal-banner-item{
        display: block;
        color: #fff;
    }
    .home-deal-banner-item img{
        width: 100%;
    }

    /*
    * HOME HERO.
    */
    .home-hero-banner{
        width: 399px;
    }
    .home-hero-slide{
        width: calc(100% - 411px);
    }
    .carousel-home-deal-banner.slick-dotted,
    .home-hero-slide-carousel.slick-dotted{
        padding-bottom: 0px !important;
    }
    .home-hero-slide-carousel.slick-dotted.slick-slider{
        margin-bottom: 0px !important;
    }
    .home-hero-slide-carousel .slick-list{
        margin: 0px !important;
    }
    .home-hero-slide-carousel .slick-dots{
        bottom: 12px !important;
    }
    .home-hero-slide-item,
    .home-hero-banner-item{
        display: block;
        color: #333;
        background-color: #fff;
        overflow: hidden;
        border-radius: 8px;
    }
    .home-hero-slide-item{
        height: 250px;
    }
    .home-hero-banner-item{
        height: calc((250px - 12px) / 2);
    }
    .home-hero-banner-item:nth-child(n+2){
        margin-top: 12px;
    }
    /**/
    .home-hero-quicklink{
        margin-top: 12px;
    }
    .home-hero-quicklink-carousel .slick-list{
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .home-hero-quicklink-item{
        display: flex !important;
        color: #333;
        margin: 0 6px;
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        line-height: 1.5;
    }
    .home-hero-quicklink-item-thumb,
    .home-hero-quicklink-item-title{
        display: flex;
        align-items: center;
    }
    .home-hero-quicklink-item-thumb{
        width: 40px;
    }
    .home-hero-quicklink-item-title{
        width: calc(100% - 55px);
        margin-left: 15px;
    }
    .home-hero-quicklink-item-thumb img{
        max-width: 100%;
    }
    .home-hero-quicklink-item-title{
        font-weight: 700;
        font-size: 16px;
    }

    /*
    * HOME FLASHSALE.
    */
    .block-flashsale .container{
        padding: 40px 0;
        padding-top: 110px;
    }
    .block-flashsale-head{
        position: relative;
        height: 60px;
        border-radius: 20px 20px 0 0;
        border-top: 1px solid #ffd9da;
        background-image: linear-gradient(to bottom, #ffa3a6, var(--th-color-main));
    }
    .block-flashsale-content{
        background-color: var(--th-color-main);
        border-radius: 0 0 12px 12px;
        padding: 15px;
    }
    .block-flashsale-title-image{
        height: 110px;
        margin-top: -58px;
    }
    .block-flashsale-title-image img{
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .block-flashsale-content-inner{
        /*background-color: #fff6f6;*/
        background-color: #f7ebeb;
        border-radius: 10px;
        padding: 10px;
    }
    .flashsale-countdown{
        height: 32px;
        line-height: 32px;
        font-weight: 600;
        font-size: 15px;
        margin-top: 10px;
    }
    .flashsale-countdown-label{
        margin-right: 5px;
    }
    .flashsale-countdown-time span{
        display: inline-block;
        color: #fff;
        padding: 0 6px;
        border-radius: 8px;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 17px;
        background-color: var(--th-color-red);
    }
    .block-flashsale-pro-wrap{
        margin-top: 20px;
    }
    .flashsale-pro-carousel .slick-list{
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    .pro-item-flashsale{
        margin: 0 6px;
    }
    .flashsale-pro-carousel .arrow-btn-prev{
        left: -20px;
    }
    .flashsale-pro-carousel .arrow-btn-next{
        right: -20px;
    }
    .block-flashsale-morelink{
        text-align: center;
        padding: 20px 0;
        padding-bottom: 10px;
    }
    .block-flashsale-morelink a{
        font-weight: 500;
        color: var(--th-color-main);
    }
    .block-flashsale-morelink a i{
        margin-left: 10px;
    }
    /**/
    .block-bestseller{
        margin-top: 20px;
    }
    .block-bestseller-head{
        padding-top: 35px;
        position: relative;
        border-radius: 12px 12px 0 0;
        background-color: var(--th-color-main);
    }
    .block-bestseller-title{
        position: absolute;
        top: -11px;
        left: 0px;
        right: 0px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        background: url(images/bg/bg-bestseller-head.png) center center no-repeat;
        background-size: auto 100%;
    }


    /*
    * HOME WRAP.
    */
    .block-item:nth-child(n+2),
    .home .block-item{
        margin-top: 50px;
    }
    .block-item-head{
        padding-left: 35px;
        height: 30px;
        background-size: auto 30px;
        background-repeat: no-repeat;
    }
    .block-item-title{
        position: relative;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 600;
    }
    .block-item-title span,
    .block-item-title a{
        position: relative;
        display: inline-block;
        z-index: 10;
        color: #000;
    }
    .white .block-item-title-note,
    .white .block-item-title{
        color: #fff
    }
    .block-item-title-small{
        font-size: 35px;
    }
    .block-item-title-white{
        color: #eee;
    }
    .block-item-desc{
        font-size: 16px;
        font-weight: 400;
        font-family: var(--th-font-main);
    }
    .white .block-item-desc{
        color: #fff;
        margin-top: 15px;
    }
    .block-item-content{
        margin-top: 20px;
    }
    .block-content-flex{
        display: flex;
        flex-flow: row wrap;
    }
    .thumb-cover{
        overflow: hidden;
    }
    .thumb-cover img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .sidebar{
        width: 236px;
    }
    .primary{
        width: calc(100% - 236px);
        border-left: 1px solid #e0e0e0;
    }
    .single .sidebar{
        width: 300px;
    }
    .single .primary{
        width: calc(100% - 300px);
        border-left: none;
        border-right: 1px solid #e0e0e0;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .thumb-zoom{overflow:hidden}
    .thumb-zoom img{transition:all ease-in-out .3s}
    .thumb-zoom:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}

   

    /*
    * BLOCK HOME PRO.
    */
    /*.block-home-pro .container{
        padding-top: 40px;
    }*/
    .block-pro-wrap:nth-child(n+2){
        margin-top: 40px;
    }
    .block-pro-head{
        position: relative;
        background-color: #f6f6f6;
        padding: 12px 16px;
    }
    .block-pro-title{
        text-align: left;
    }
    .block-pro-title span,
    .block-pro-title a{
        padding-left: 0px;
    }
    .block-pro-content{
        margin-top: 20px;
    }
    .pro-item{
        position: relative;
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .pro-item-inner{
        position: relative;
        height: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pro-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .pro-item:nth-child(n+5){
        margin-top: 20px;
    }
    .list-pro-style2 .pro-item{
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .list-pro-style2 .pro-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .pro-item:hover{
        /*background-color: #f7f7f7;
        background: -moz-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));
        background: -webkit-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -o-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -ms-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: linear-gradient(to bottom,#fff 0%,#f7f7f7 100%);*/
/*        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);*/
    }
    .block-pro-thumb{
        overflow: hidden;
    }
    .pro-item-sale{
        position: absolute;
        z-index: 10;
        top: 30px;
        left: 30px;
        width: 41px;
        height: 24px;
        line-height: 24px;
        border-radius: 0 0 5px 5px;
        color: #fff;
        text-align: center;
        background-color: #d42333;
        font-weight: 400;
        font-size: 13px;
    }
    .single .pro-item-sale{
        top: 10px;
        left: 10px;
    }
    .pro-item-thumb{
        display: block;
        color: #333;
        height: 193px;
        margin: 0 auto;
/*        background-color: #fff;*/
    }
    .pro-item-flashsale .pro-item-thumb{
        height: 165px;
        border-radius: 6px;
        background-color: #f9f9f9;
    }
    .list-pro-style2 .pro-item-thumb{
        height: 250px;
    }
    .pro-item-info{
        margin-top: 15px;
    }
    .pro-item-title{
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        min-height: 48px;
    }
    .pro-item-title a{
        display: block;
        color: #000;
    }
    .pro-item-star{
        margin-top: 2px;
        color: #fbbc04;
    }
    .pro-item-star span{
        display: inline-block;
        position: relative;
        font-size: 16px;
    }
    .pro-item-star span:before{
        display: block;
        font-family: WooCommerce;
        content: "\e020";
        text-indent: 0;
        color: #fbbc04;
    }
    .pro-item-price del,
    .pro-item-price ins{
        letter-spacing: 0px !important;
        text-decoration: unset !important;
/*        text-transform: uppercase;*/
    }
    .pro-item-price del{
        font-size: 12px;
        color: #999;
        text-decoration: line-through !important;
    }
    .pro-item-price ins,
    .pro-item-price>span>span>bdi{
        font-size: 15px;
        font-weight: 700;
        color: var(--th-color-red);
/*        text-transform: uppercase;*/
    }
    /*.block-pro-wrap-fea .pro-item-price ins,
    .block-pro-wrap-fea .pro-item-price>span>span>bdi{
        color: var(--th-color-red);
    }*/
    .pro-item-add-cart{
        display: inline-block;
        text-align: center;
        height: 32px;
        line-height: 32px;
        font-weight: 700;
        margin-top: 12px;
        color: #000;
        border-radius: 5px;
        font-size: 11px;
        padding: 0 15px;
        background-color: var(--th-color-main);
        transition: all ease-in-out .2s;
    }
    .pro-item-add-cart:hover{
        color: #fff;
        padding: 0 20px;
        background-color: var(--th-color-blue);
    }
    .pro-item-add-cart svg{
        font-size: 14px;
    }
    .css-vubbuv {
        user-select: none;
        width: 1em;
        height: 1em;
        display: inline-block;
        fill: currentcolor;
        flex-shrink: 0;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        font-size: 1.5rem;
    }
    .pro-item-inner{
        padding-bottom: 70px;
        overflow: hidden;
    }
    .pro-item-flashsale .pro-item-inner{
        padding-bottom: 100px;
    }
    .pro-item-bestseller .pro-item-inner{
        padding-bottom: 70px;
    }
    .pro-item-flashsale .pro-item-inner{
        
    }
    .pro-item-discount{
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        padding: 2px 8px;
        border-radius: 0 0 8px 0;
        text-shadow: rgba(0, 0, 0, 0.25) 0.5px 0.5px 0px;
        background: linear-gradient(295deg, #CD1A0C 0%, #FF5246 98.45%);
    }
    .pro-item-price{
        margin-top: 10px;
        line-height: 1.5;
    }
    .pro-price{
        color: var(--th-color-red);
        font-size: 14px;
    }
    .pro-price strong{
        font-size: 16px;
        font-weight: 600;
    }
    .pro-price-regular{
        font-size: 14px;
        color: #657384;
        text-decoration: line-through;
    }
    .pro-item-quy-cach{
        margin-top: 5px;
    }
    .pro-item-quy-cach span{
        display: inline-block;
        line-height: 1.5;
        padding: 3px 10px;
        padding-bottom: 5px;
        border-radius: 6px;
        color: #5a4d4d;
        background-color: #f7ebeb;
    }
    .pro-item-bottom{
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        padding: 10px;
        padding-top: 0px;
    }
    .pro-item-progress{
        position: relative;
        height: 20px;
        line-height: 20px;
        border-radius: 20px;
        background-color: #f78d83;
        text-align: center;
        color: #fff;
        overflow: hidden;
        font-size: 12px;
    }
    .pro-item-progress span{
        position: relative;
        z-index: 10;
        font-weight: 600;
    }
    .pro-item-progress:before{
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        top: 0px;
        left: 0px;
        z-index: 11;
        background: url(images/icon/flame.png) center center no-repeat;
        background-size: auto 80%;
    }
    .pro-item-progress:after{
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        left: 0px;
        top: 0px;
        height: 100%;
        border-radius: 20px;
        background-image: linear-gradient(to right, #ffbe5d, #ed2616);
    }
    .pro-item-btn{
        margin-top: 12px;
        display: block;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        background-color: var(--th-color-main);
    }

    /**/
    .ajax-content-wrap{
        overflow: hidden;
    }
    .load-more{
        margin-top: 30px;
        text-align: center;
    }
    .load-more-btn{
        display: inline-block;
        height: 38px;
        line-height: 38px;
        color: #000;
        border: 1px solid #000;
        border-radius: 8px;
        padding: 0 20px;
        cursor: pointer;
        font-size: 14px;
        transition: all ease-in-out .2s;
    }
    .load-more-btn:before{
        position: relative;
        content: '';
        width: 18px;
        height: 18px;
        box-sizing: border-box;
        border-radius: 100%;
        border: 2px solid #ddd;
        border-top: 2px solid #fff;
        margin-right: 10px;
        top: 4px;
        display: none;
        animation: spinner .6s linear infinite;
    }
    .load-more-btn.active:before{
        display: inline-block;
    }
    .load-more-btn:hover,
    .load-more-btn.active{
        color: #fff;
        padding: 0 25px;
        border-color: var(--th-color-link);
        background-color: var(--th-color-link);
    }
    .load-more-btn i{
        margin-left: 5px;
        font-size: 14px;
    }
    
    /*
    * BLOCK FEA CAT.
    */
    .home-fea-cat-item{
        display: block;
        color: #000;
        width: calc((100% - 60px) / 6);
        margin-right: 12px;
        border-radius: 12px;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        line-height: 1.5;
    }
    .home-fea-cat-item:nth-child(6n+6){
        float: right;
        margin-right: 0px;
    }
    .home-fea-cat-item:nth-child(n+7){
        margin-top: 12px;
    }
    .home-fea-cat-item-icon{
        height: 40px;
    }
    .home-fea-cat-item-icon img{
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .home-fea-cat-item-title{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .home-fea-cat-item-desc{
        margin-top: 5px;
        font-size: 13px;
        color: #666;
    }

    /*
    * BLOCK FEA THUONG HIEU.
    */
    .th-fea-pro-carousel .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .home-th-fea-item{
        display: block;
        margin: 0 10px;
        display: block;
        background-color: #fff;
        padding: 10px;
        border-radius: 12px;
        color: #000;
        text-align: center;
    }
    .home-th-fea-item-thumb{
        height: 160px;
        margin-top: 10px;
    }
    .home-th-fea-item-logo{
        margin-top: 20px;
        height: 46px;
        padding: 5px;
        border-radius: 8px;
        border: 1px solid #e8e8e8;
    }
    .home-th-fea-item-thumb img,
    .home-th-fea-item-logo img{
        height: 100%;
        max-width: 100;
        margin: 0 auto;
    }
    .home-th-fea-item-title{
        margin-top: 17px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        color: var(--th-color-main);
    }

    /*
    * BLOCK BENH THEO MUA.
    */
    .block-btm-content{
        background-color: #fff;
        border-radius: 16px;
    }
    .block-btm-tab-nav{
        height: 64px;
        line-height: 64px;
    }
    .btm-tab-nav-item{
        padding: 0 30px;
        font-size: 16px;
        font-weight: 600;
        color: #728091;
        cursor: pointer;
    }
    .btm-tab-nav-item:hover{
        color: var(--th-color-main);
    }
    .btm-tab-nav-item.active{
        color: #fff;
        background-color: var(--th-color-main);
        border-radius: 16px 16px 0 0;
    }
    .block-btm-tab-wrap{
        padding: 15px;
        background-color: var(--th-color-main);
        border-radius: 0 0 16px 16px;
    }
    .btm-tab-item-left{
        width: 370px;
    }
    .btm-tab-item-banner{
        display: block;
        color: #333;
    }
    .btm-tab-item-banner img{
        width: 100%;
    }
    .btm-tab-item-right{
        width: calc(100% - 382px);
    }
    .btm-pro-carousel .slick-list{
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    /*
    * HOME VIDEO.
    */
    .home-video-carousel .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .home-video-item{
        position: relative;
        margin: 0 10px;
        display: block;
        color: #000;
    }
    .home-video-item-label{
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        padding: 1px 8px;
        border-radius: 0 0 8px 0;
        /*text-shadow: rgba(0, 0, 0, 0.25) 0.5px 0.5px 0px;*/
        background: linear-gradient(315deg, #F79009 0%, #FDB022 100%);
    }
    .home-video-item-label i{
        margin-right: 5px;
    }
    .home-video-item-thumb{
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }
    .home-video-item-thumb img{
        width: 100%;
    }
    .home-video-item-title{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        margin-top: 10px;
    }

    /*
    * HOME NEW GSK.
    */
    .home-gsk-cat-fea{
        margin-top: 10px;
    }
    .home-gsk-cat-fea li{
        display: inline-block;
        margin-top: 10px;
        margin-right: 5px;
    }
    .home-gsk-cat-fea li a{
        display: block;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        padding: 0 13px;
        color: #000;
        font-weight: 500;
        background-color: #fff;
        border: 1px solid #e1cfcf;
    }
    .home-news-gsk-item{
        width: calc((100% - 20px) / 2);
    }
    .home-news-gsk-item:nth-child(n+2){
        float: right;
    }
    .home-news-gsk-item:nth-child(n+3){
        margin-top: 20px;
    }
    .home-news-gsk-item-thumb{
        width: 152px;
        height: 86px;
        border-radius: 8px;
    }
    .home-news-gsk-item-info{
        width: calc(100% - 170px);
    }
    .home-news-gsk-item:nth-child(1) .home-news-gsk-item-thumb{
        width: 100%;
        height: 392px;
    }
    .home-news-gsk-item:nth-child(1) .home-news-gsk-item-info{
        width: 100%;
        margin-top: 20px;
    }
    .home-news-gsk-item-cat a{
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        border-radius: 25px;
        background-color: #efdddd;
        color: #333;
        font-weight: 500;
        font-size: 13px;
    }
    .home-news-gsk-item-title{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
    }
    .home-news-gsk-item-title a{
        display: block;
        color: #000;
    }
    .home-news-gsk-item:nth-child(1) .home-news-gsk-item-title{
        font-size: 28px;
    }

    /*
    * HOME BENH.
    */
    .benh-tab-nav-item{
        display: inline-block;
        margin-right: 10px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        padding: 0 15px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #e1cfcf;
    }
    .benh-tab-nav-item.active{
        color: var(--th-color-main);
        border-color: var(--th-color-main);
    }
    .block-benh-tab-wrap{
        margin-top: 20px;
    }
    .home-benh-item{
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        background-color: #fff;
        border-radius: 10px;
        padding: 15px;
    }
    .home-benh-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .home-benh-item:nth-child(n+5){
        margin-top: 20px;
    }
    .home-benh-item-thumb{
        height: 145px;
        border-radius: 8px;
        background-color: #f9f9f9;
    }
    .home-benh-item-title{
        font-size: 18px;
        margin-top: 18px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
    }
    .home-benh-item-desc{
        margin-top: 10px;
        color: #666;
        font-size: 15px;
    }
    .home-benh-item-desc a{
        color: #666;
        font-weight: 500;
    }
    .home-benh-item-desc li{
        position: relative;
        padding-left: 15px;
    }
    .home-benh-item-desc li:before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #999;
        left: 0px;
        top: 10px;
    }
    .home-benh-item-desc li:nth-child(n+2){
        margin-top: 8px;
    }
    .home-benh-item-morelink{
        margin-top: 20px;
    }
    .home-benh-item-morelink a{
        color: var(--th-color-link);
    }
    .home-benh-item-morelink a i{
        margin-left: 10px;
    }

    /*
    * BLOCK CAM KET.
    */
    .home-cam-ket-item{
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .home-cam-ket-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .home-cam-ket-item:nth-child(n+5){
        margin-top: 20px;
    }
    .home-cam-ket-item-icon{
        width: 40px;
        display: flex;
        align-items: center;
    }
    .home-cam-ket-item-icon img{
        width: 100%;
    }
    .home-cam-ket-item-info{
        width: calc(100% - 55px);
        line-height: 1.5;
        margin-left: 15px;
    }
    .home-cam-ket-item-title{
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }
    .home-cam-ket-item-desc{
        font-size: 15px;
        font-weight: 500;
        margin-top: 0px;
        color: #666;
    }

    /*
    * BLOCK HE THONG CUA HANG.
    */
    .block-htch{
        background-color: var(--th-color-main);
    }
    .block-htch .container{
        padding: 15px 0;
    }
    .home-htch-right{
        width: 290px;
        text-align: right;
    }
    .home-htch-left{
        width: calc(100% - 310px);
        margin-right: 20px;
        display: flex;
        align-items: center;
    }
    .home-htch-title{
        font-size: 23px;
        font-weight: 500;
        color: #fff;
        line-height: 1.5;
    }
    .home-htch-title i{
        margin-right: 10px;
    }
    .home-htch-right a{
        display: inline-block;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        color: var(--th-color-main);
        padding: 0 25px;
        background-color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    
    /*
    * FOOTER.
    */
    .footer{
        position: relative;
        line-height: 1.5;
        background-color: #fff;
    }
    .footer-top .container{
        padding: 30px 0;
    }
    .footer .container{
        color: #333;
    }
    .footer-top-left,
    .footer-top-right{
        width: calc((100% - 20px) / 2);
    }

    .footer-top-left .footer-item{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .footer-top-left .footer-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .footer-top-left .footer-item:nth-child(n+4){
        margin-top: 20px;
    }

    .footer-top-right .footer-item{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .footer-top-right .footer-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .footer-top-right .footer-item:nth-child(n+3){
        margin-top: 20px;
    }
    .footer-item-cn,
    .footer-item-thanh-toan{
        margin-top: 25px;
    }
    .footer-item-head{
        color: #333;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
    .footer-item-content{
        margin-top: 10px;
    }
    .footer-item-content strong,
    .footer-item-content b{
        font-weight: 600;
    }
    .footer-item-content p:nth-child(n+2){
        margin-top: 8px;
    }
    .footer-item-content a{
        color: #333;
        font-weight: 500;
    }
    .footer-item-content li:nth-child(n+2){
        margin-top: 8px;
    }
    .footer-item-card a{
        display: inline-block;
        color: #333;
        height: 28px;
        margin-right: 10px;
    }
    .footer-item-card img{
        height: 100%;
    }
    .footer-item-card-cn{
        display: flex;
        align-items: center;
    }
    .footer-item-card-cn a{
        height: 20px;
    }
    .footer-item-card-cn a:nth-child(3){
        margin-right: 0px;
        height: 30px;
    }
    .footer-item-card-tt a{
        border: 1px solid #e8e8e8;
        margin-right: 1px;
        border-radius: 3px;
        overflow: hidden;
        padding: 3px;
        box-sizing: border-box;
    }
    .footer-item-card-social a{
        height: 30px;
        margin-right: 15px;
    }
    
    /**/
    .footer-bottom .container{
        border-top: 1px solid #e8e8e8;
        padding-top: 20px;
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-copyright p:nth-child(n+2),
    .footer-copyright li{
        margin-top: 4px;
    }
    .footer-copyright li{
        display: inline-block;
        padding: 0 10px;
        padding-left: 15px;
        position: relative;
    }
    .footer-copyright li:before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 9px;
        left: 0px;
        background-color: #999;
    }
    .footer-copyright a{
        font-weight: 500;
    }

    /**/
    .icon-back-top{
        position: fixed;
        z-index: 100;
        right: -50px;
        bottom: 20px;
        width: 45px;
        height: 45px;
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        box-sizing: border-box;
        padding-top: 2px;
        font-size: 13px;
        transition: all ease-in-out .3s;
        background-color: rgba(236, 29, 37, .7);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .2);
    }
    .icon-back-top *{
        display: block;
        line-height: 1;
        font-weight: 400 !important;
    }
    .icon-back-top:hover{
        background-color: rgba(236, 29, 37, 1);
    }
    .icon-back-top.active{
        right: 20px;
        opacity: 1;
        visibility: visible;
    }    

    /*
    * TAXXONOMY.
    */
    .sub-wrap .container{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .page-head{
        position: relative;
    }
    .block-breadcrumb{
        background-color: #f7ebeb;
    }
    .page-head .block-breadcrumb{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: transparent;
    }
    .block-breadcrumb .container{
        padding: 15px 0;
    }
    .block-breadcrumb a,
    .block-breadcrumb span{
        color: #333;
        padding: 0 2px;
    }
    .block-breadcrumb a{
        color: #000;
    }
    .block-breadcrumb span.separator{
        color: var(--th-color-main);
    }
    .block-breadcrumb p>a:first-child{
        padding-left: 0px;
    }
    .block-breadcrumb span.breadcrumb_last{
        padding-left: 4px;
    }
    /**/
    .page-head-banner img{
        width: 100%;
    }
    /**/
    .page-head-info{
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        padding-bottom: 20px;
    }
    .page-head-info .container{
        padding: 30px 45px;
        border-radius: 20px;
        background-color: #fff;
        box-sizing: border-box;
        line-height: 1.5;
    }
    .page-head-title{
        font-size: 43px;
        font-weight: 700;
        color: #333;
    }
    .page-head-desc{
        font-size: 16px;
        color: #666;
    }
    /**/
    /**/
    .tax-head-title{
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 1.5;
    }
    .tax-nav-child{
        margin-top: 15px;
    }
    .tax-nav-child.active{
        z-index: 100;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .tax-nav-child-item{
        display: block;
        width: calc((100% - 45px) / 4);
        margin-right: 15px;
        color: #000;
        padding: 15px;
        background-color: #fff;
        border-radius: 12px;
    }
    .tax-nav-child-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .tax-nav-child-item:nth-child(n+5){
        margin-top: 15px;
    }
    .tax-nav-child-item-thumb{
        width: 40px;
        height: 40px;
    }
    .tax-nav-child-item-thumb img{
        width: 100%'';
    }
    .tax-nav-child-item-info{
        width: calc(100% - 55px);
        line-height: 1.5;
    }
    .tax-nav-child.active .tax-nav-child-item-thumb{
        display: none;
    }
    .tax-nav-child-item-title{
        font-weight: 600;
    }
    .tax-nav-child.active .tax-nav-child-item-title{
        margin-top: 0px;
    }
    .tax-nav-child-item-count{
        color: #666;
        margin-top: 3px;
    }
    /**/
    .tax-video{
        height: 500px;
    }
    .tax-video video{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    /**/
    .tax-page-wrap{
        margin-top: 30px;
    }
    .sidebar-tax{
        width: 290px;
    }
    .primary-tax{
        width: calc(100% - 310px);
    }
    /**/
    .primary-tax-head{
        line-height: 32px;
    }
    .primary-tax-head-left{
        font-size: 17px;
        font-weight: 600;
    }
    .tax-sort-by span,
    .tax-sort-by label{
        float: left;
    }
    .tax-sort-by label{
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-left: 8px;
        height: 32px;
        line-height: 30px;
        border-radius: 32px;
        box-sizing: border-box;
        padding: 0 15px;
        font-weight: 500;
        background-color: #fff;
        overflow: hidden;
        border: 1px solid #e1cfcf;
    }
    .tax-sort-by label:hover,
    .tax-sort-by label.active{
        border-color: var(--th-color-main);
    }
    .tax-sort-by label.active{
        padding-right: 25px;
    }
    .tax-sort-by label.active:before{
        position: absolute;
        top: 4px;
        right: 4px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        font-weight: 300;
        color: #fff;
        font-size: 9px;
        line-height: 1;
        z-index: 10;
    }
    .tax-sort-by label.active:after{
        position: absolute;
        content: '';
        top: 0px;
        right: 0px;
        border: 12px solid var(--th-color-main);
        border-left: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .tax-sort-by label input{
        display: none;
    }
    .tax-pro-wrap{
        margin-top: 20px;
    }

    /**/
    .sidebar-tax-fil-wrap{
        background-color: #fff;
        border-radius: 12px;
        overflow: hidden;
    }
    .sidebar-tax-fil-wrap-head{
        position: relative;
        padding: 10px 15px;
        border-bottom: 1px solid #e8e8e8;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .sidebar-tax-fil-wrap-head svg{
        margin-right: 6px;
    }
    .sidebar-tax-fil-wrap-head>i{
        margin-right: 5px;
    }
    .sidebar-tax-fil-wrap-head span{
        display: none;
        position: absolute;
        right: 10px;
    }
    .sidebar-tax-fil-wrap-head span i:nth-child(2){
        display: none;
    }
    .sidebar-tax-fil-wrap-head.active span i:nth-child(2){
        display: inline-block;
    }
    .sidebar-tax-fil-wrap-head.active span i:nth-child(1){
        display: none;
    }
    .sidebar-tax-fil-wrap-content{
        padding: 15px 10px;
    }
    .sidebar-tax-fil-item{
        padding: 0 5px;
    }
    .sidebar-tax-fil-item:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e8e8e8;
    }
    .sidebar-tax-fil-item-head{
        font-weight: 600;
        font-size: 16px;
    }
    .sidebar-tax-fil-item-content{
        margin-top: 8px;
    }
    .sidebar-tax-fil-item-content label{
        position: relative;
        float: left;
        cursor: pointer;
        padding-left: 28px;
        width: calc((100% - 15px) / 2);
        box-sizing: border-box;
        font-weight: 500;
    }
    .sidebar-tax-fil-item-content label:nth-child(2n+2){
        margin-left: 15px;
    }
    .sidebar-tax-fil-item-full label:nth-child(n){
        width: 100%;
        margin: 0px;
    }
    .sidebar-tax-fil-item-content label:nth-child(n+3),
    .sidebar-tax-fil-item-full label:nth-child(n+2){
        margin-top: 7px;
    }
    .sidebar-tax-fil-item-content input{display:none;opacity:0;visibility:hidden}
    .sidebar-tax-fil-item-content span{position:absolute;display:block;top:3px;left:0;width:14px;height:14px;border:2px solid #808080;border-radius:3px;}
    .sidebar-tax-fil-item-content span:hover{border-color:var(--th-color-main);}
    .sidebar-tax-fil-item-content input:checked~span{border-color:var(--th-color-main);}
    .sidebar-tax-fil-item-content input:checked~span:before{position:absolute;content:'';top:2px;left:2px;width:10px;height:10px;background-color:var(--th-color-main);border-radius:2px;}
    .sb-fil-item-radio span,.sb-fil-item-radio input:checked~span:before{border-radius:100%}
    /**/
    .sidebar-item{
        background-color: #fff;
        border-radius: 12px;
        overflow: hidden;
    }
    .sidebar-item:nth-child(n+2){
        margin-top: 30px;
    }
    .sidebar-item-head{
        padding: 10px 15px;
        border-bottom: 1px solid #e8e8e8;
        font-weight: 600;
        font-size: 16px;
        background-color: #fff;
    }
    .sidebar-item-content{
        padding: 15px;
    }
    .sb-post-item:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e8e8e8;
    }
    .sb-post-item-thumb{
        display: block;
        width: 80px;
        height: 80px;
        background-color: #f9f9f9;
        border-radius: 5px;
    }
    .sb-post-item-info{
        width: calc(100% - 95px);
    }
    .sb-post-item-title{
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
    }
    .sb-post-item-title a{
        display: block;
        color: #000;
    }

    /*
    * 
    */
    .archive-wrap{
        padding: 10px;
    }
    .archive-new-item:nth-child(n+2){
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e8e8e8;
    }
    .archive-new-item-thumb{
        display: block;
        background-color: #f9f9f9;
        width: 250px;
        height: 250px;
        color: #333;
    }
    .archive-new-item-info{
        width: calc(100% - 270px);
    }
    .archive-new-item-title{
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
    }
    .archive-new-item-title a{
        display: block;
        color: #000;
    }
    .archive-new-item-des{
        margin-top: 10px;
        font-size: 16px;
        color: #666;
    }
    .archive-new-item-morelink{
        margin-top: 10px;
        text-align: center;
        font-size: 13px;
    }
    .archive-new-item-morelink a{
        display: block;
        color: #333;
    }
    .archive-new-item-morelink a i{
        margin-left: 10px;
        color: var(--th-color-main);
    }
    .search-item .archive-new-item-thumb{
        width: 150px;
        height: 150px;
    }
    .search-item .archive-new-item-info{
        width: calc(100% - 165px);
    }
    .search-item .archive-new-item-title{
        font-size: 18px;
    }
    .search-item .archive-new-item-title a{
        color: var(--th-color-link);
    }
    /**/
    .news-col-item{
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        background-color: #fff;
        border-radius: 10px;
        padding: 15px;
    }
    .news-col-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .news-col-item:nth-child(n+5){
        margin-top: 20px;
    }
    .news-col-item-thumb{
        display: block;
        color: #333;
        background-color: #f9f9f9;
        height: 152px;
        border-radius: 8px;
    }
    .news-col-item-info{
        margin-top: 15px;
    }
    .news-col-item-title{
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }
    .news-col-item-title a{
        display: block;
        color: #000;
    }


    /**/
    .tax-description{
        margin-top: 40px;
        padding: 20px;
        border-radius: 12px;
        background-color: #fff;
    }

    /* Pagination */
    .pagination{
        clear: both;
        text-align: center;
        margin-bottom: 0px;
    }
    .pagination span,
    .pagination a{
        display: inline-block;
        margin-right: 15px;
        margin-top: 40px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        border-radius: 8px;
        color: #000;
        transition: all ease-in-out .3s;
        background-color: #fff;
    }
    .pagination a:last-child,
    .pagination span:last-child{
        margin-right: 0px;
    }
    .pagination a:hover,
    .pagination .current{
        color: #fff;
        background-color: var(--th-color-main);
    }
    .pagination .next,
    .pagination .prev{
        width: auto;
        width: 40px;
    }





    /*
    * SINGLE NEW.
    */
    body.single,
    body.page{
        background-color: #fff;
    }
    .single-wrap-default .container{
        width: 600px;
    }
    
    .single-title{
        position: relative;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #e8e8e8;
    }
    .single-related-content{
        padding: 20px;
    }
    
    /**/
    .post-meta{
    }
    .post-meta a{
        display: inline-block;
        color: #333;
        font-weight: 700;
    }
    .post-meta span:nth-child(n+2){
        position: relative;
        margin-left: 18px;
        color: #666;
    }
    .post-meta span:nth-child(n+2):before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 7px;
        left: -12px;
        background-color: var(--th-color-orange);
    }
    /**/
    .single-meta{
        margin-top: 15px;
        background-color: #f9f9f9;
        padding: 10px;
        font-size: 13px;
    }
    .single-meta a{
        font-weight: 500;
    }
    .post-auth{
        position: relative;
        padding-left: 25px;
        font-weight: 500;
    }
    .post-auth i{
        position: absolute;
        left: 0px;
        top: 2px;
        color: #999;
        font-size: 20px;
        margin-right: 5px;
    }
    .single-content-wrap{
        margin-top: 20px;
    }
    .single-content-main{
        width: calc(100% - 85px);
    }
    .single-content{
        font-size: 16px;
        color: #333;
    }
    .single-content p{
        padding: 8px 0;
        
    }
    .single-content p[style="padding-left: 40px;"]{
        padding-left: 0px !important;
        text-indent: 20px !important;
    }
    .single-content p:first-child{
        padding-top: 0px;
    }
    .single-content p:last-child{
        padding-bottom: 0px;
    }
    .single-content table,
    .single-pro-des table{
        width: 100% !important;
        margin: 10px 0;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        table-layout: fixed;
    }
    /*.single-content table thead,
    .single-content table tbody,
    .single-content table tr{
        white-space: nowrap;
        display: block !important;
    }
    .single-content table tr td:last-child,
    .single-content table tr th:last-child{
        width: 1%;
        white-space: nowrap;
    }*/
    .single-pro-des table{
        margin: 0px;
        margin-top: 15px;
        background-color: #fff;
    }
    .single-content table tr:nth-child(odd){
        background-color: #f9f9f9;
    }
    .single-content table tr th,
    .single-content table tr td,
    .single-pro-des table tr td{
        padding: 10px 15px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .single-content table tr td[colspan="3"]{
        color: #fff;
        background-color: #518aaa;
        letter-spacing: 1px;
    }
    .single-content strong,
    .single-content b{
        font-weight: 600;
    }
    .single-content a{
        color: var(--th-color-link);
        font-weight: 600;
    }
    .single-content a:hover{
        text-decoration: underline;
        color: var(--th-color-link-hover);
    }
    .single-content img{
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0px auto;
        /*border: 1px solid #ddd;
        padding: 5px;
        box-sizing: border-box;*/
    }
    .single-wrap-default .single-content img{
        width: calc(100% + 80px) !important;
        max-width: calc(100% + 80px) !important;
        margin-left: -40px;
        border-radius: 12px;
    }
    .single-content figure{
        margin: 0px !important;
        padding: 0px 0px !important;
    }
    .single-content figure:first-child{
        padding-top: 0px !important;
    }
    .single-content figure:last-child{
        padding-bottom: 0px !important;
    }
    .single-content-pro img{
        display: block !important;
        width: 100% !important;
    }
    .single-content h1,
    .single-content h2,
    .single-content h3,
    .single-content h4{
        line-height: 1.5;
        color: #000;
        font-weight: 600;
    }
    .single-content h1{
        font-size: 32px;
        padding: 8px 0;
    }
    .single-content h2{
        font-size: 28px;
        padding: 8px 0;
    }
    .single-content h3{
        font-size: 22px;
        padding: 8px 0;
    }
    .single-content ul,
    .single-content ol{
        padding: 8px 0;
    }
    .single-content ol{
        padding-left: 30px;
    }
    .single-content ul li{
        position: relative;
        padding-left: 40px;
    }
    .single-content ul li:nth-child(n+2),
    .single-content ol li:nth-child(n+2){
        margin-top: 5px;
    }
    .single-content ul li:before{
        position: absolute;
        content: '';
        top: 11px;
        left: 22px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #666;
    }
    .single-content ul ul li:before{
        width: 4px;
        height: 4px;
        background-color: transparent;
        border: 1px solid var(--th-color-main);
    }
    .single-content ol li::marker{
        font-weight: 700;
    }
    .single-content p iframe,
    .single-content iframe{
        display: block !important;
        width: 790px !important;
        max-width: 790px !important;
        height: 420px !important;
    }
    .single-content-pro p iframe,
    .single-content-pro iframe{
        width: 100% !important;
        max-width: 100% !important;
        height: 420px !important;
    }
    .single-content .wp-caption{
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin: 10px auto;
    }
    .single-content-pro .wp-caption{
        width: 100% !important;
    }
    .single-content p.wp-caption-text{
        padding-top: 0px;
        text-align: center;
        padding-top: 5px;
        line-height: 1.5;
    }
    .single-content p.wp-caption-text *{
        color: #666;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
    }
    .single-content .wp-video{
        margin: 10px auto !important;
        max-width: 100% !important;
    }
    .single-content blockquote{
        position: relative;
        padding: 20px;
        padding-top: 25px;
        border-radius: 12px;
        background-color: #f7ebeb;
        color: #000;
        margin: 10px 0;
        box-shadow: 6px 6px 0px #e1cece;
    }
    .single-content blockquote:before{
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        top: -15px;
        left: 20px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f10d";
        font-weight: 700;
        color: #cbb5b5;
        font-size: 25px;
    }

    /**/
    .single-tag{
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding-top: 5px;
        padding-bottom: 15px;
        margin-top: 30px;
    }
    .single-tag-left{
        width: 70px;
        font-size: 15px;
        padding-top: 8px;
        font-weight: 600;
        color: #000;
    }
    .single-tag-right{
        width: calc(100% - 70px);
    }
    .single-tag-item{
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 12px;
        margin-right: 5px;
        margin-top: 9px;
        color: #333;
        background-color: var(--th-color-gray);
        font-weight: 600;
        border-radius: 26px;
        transition: all ease-in-out .3s;
    }
    .single-tag-item:hover{
        color: #fff;
        background-color: var(--th-color-main);
    }
    .sidebar-tag-item h4{
        font-size: 13px;
        font-weight: 400;
    }
    .sidebar-tag-item:hover{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    /**/
    .post-related-default{
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }
    .post-related-default-head{
        position: relative;
        padding-left: 25px;
        height: 20px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
        font-size: 18px;
    }
    .post-related-default-head svg{
        position: absolute;
        top: -1px;
        left: 0px;
    }
    .post-related-default-list{
        margin-top: 10px;
    }
    .post-related-default-list li{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-top: 10px;
    }
    .post-related-default-list li:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .post-related-default-list a{
        position: relative;
        display: block;
        font-weight: 500;
        line-height: 1.5;
        padding-left: 20px;
        font-size: 16px;
        color: var(--th-color-link);
    }
    .post-related-default-list a:before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 10px;
        left: 0px;
        background-color: var(--th-color-link);
    }

    /*
    * SINGLE PRO.
    */
    body.single-product{
        background-color: var(--th-color-bg);
    }
    .single-pro-top{
    }
    .single-pro-top .container{
        box-sizing: border-box;
        padding: 20px;
        border-radius: 12px;
        background-color: #fff;
    }
    .single-pro-thumb{
        width: 475px;
    }
    .single-pro-info{
        width: calc(100% - (475px + 32px));
    }
    .single-pro-thumb{
        position: relative;
    }
    .single-pro-info{
        box-sizing: border-box;
    }
    .pro-gallery-large .arrow-btn-prev,
    .pro-gallery-large .arrow-btn-next{
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .2s;
        background-color: var(--th-color-bg) !important;
    }
    .pro-gallery-large:hover .arrow-btn-prev,
    .pro-gallery-large:hover .arrow-btn-next{
        opacity: 1;
        visibility: visible;
    }
    .pro-gallery-large .arrow-btn-prev{
        left: 10px;
    }
    .pro-gallery-large .arrow-btn-next{
        right: 10px;
    }
    .pro-gallery-large-item,
    .pro-gallery-list-item{
        display: block;
        color: #333;
        box-sizing: border-box;
    }
    .pro-gallery-large .slick-list,
    .contact-gallery-large .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .pro-gallery-list .slick-list{
        margin-left: -5px !important;
        margin-right: -3px !important;
    }
    .contact-gallery-list .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .pro-gallery-large-item{
        cursor: zoom-in;
        border-radius: 8px;
    }
    .pro-gallery-list,
    .contact-gallery-list{
        margin-top: 20px;
    }
    .pro-gallery-list-item{
        position: relative;
        margin: 0 5px;
        opacity: 1;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 8px;
        border: 1px solid #f7dddd;
    }
    .pro-gallery-list-item.slick-current{
        opacity: 1;
        border-color: var(--th-color-main);;
    }
    /*.pro-gallery-list-item.slick-current:before{
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 5px;
        box-shadow: inset 0 0 0 2px var(--th-color-main);
    }
    .pro-gallery-list .slick-dots li button:before{
        color: #ddd;
        opacity: 1;
    }
    .pro-gallery-large .arrow-btn-prev{
        left: 8px !important;
    }
    .pro-gallery-large .arrow-btn-next{
        right: 8px !important;
    }*/
    
    /**/
    .single-pro-th{
        font-size: 16px;
        font-weight: 500;
    }
    .single-pro-th a{
        color: var(--th-color-link);
    }
    .single-pro-title{
        font-size: 24px;
        line-height: 1.5;
        font-weight: 600;
        color: #000;
        margin-top: 10px;
    }
    .spro-rating{
        margin-top: 12px;
    }
    .spro-rating a{
        color: var(--th-color-link);
    }
    .spro-rating>a:nth-child(n+2),
    .spro-rating>span:nth-child(n+2){
        position: relative;
        margin-left: 5px;
        padding-left: 12px;
    }
    .spro-rating>a:nth-child(n+2):before,
    .spro-rating>span:nth-child(n+2):before{
        position: absolute;
        content: '';
        top: 6px;
        left: 0px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #666;
    }
    .single-pro-sku{
        font-size: 16px;
    }
    .single-pro-price{
        margin-top: 15px;
    }
    .single-pro-price .pro-price{
        font-size: 23px;
    }
    .single-pro-price .pro-price strong{
        font-size: 33px;
    }
    .single-pro-price .pro-price-regular{
        position: relative;
        font-size: 23px;
    }
    .single-pro-price .pro-price-regular-inner{
        position: relative;
        display: inline-block;
        text-decoration: line-through;
    }
    .single-pro-price .pro-price-discount{
        position: absolute;
        top: 6px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        border-radius: 3px;
        font-weight: 600;
        margin-left: 12px;
        background-image: linear-gradient(295deg, #CD1A0C 0%, #FF5246 98.45%);
    }
    .single-pro-price ins,
    .single-pro-price>span>bdi{
        font-size: 22px;
        font-style: normal;
        color: var(--th-color-red);
        font-weight: 700;
    }
    .single-pro-price>span{
        font-size: 14px;
        font-style: italic;
        color: #999;
        margin-left: 5px;
    }
    .price-item-sale{
        display: inline-block;
        position: relative;
        top: -18px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff !important;
        font-style: normal !important;
        font-weight: 700;
        font-size: 15px !important;
        background: url(images/bg/sale-percent.png) center center no-repeat;
        background-size: 100% auto;
        -webkit-animation: flash linear 1s infinite;
        animation: flash linear 1s infinite;
    }
    .single-pro-dvt,
    .single-pro-qty{
        line-height: 34px;
    }
    .single-pro-dvt{
        margin-top: 20px;
    }
    .single-pro-qty{
        margin-top: 5px;
    }
    .single-pro-dvt-label,
    .single-pro-qty-label,
    .single-pro-attr-item-left{
        width: 155px;
        margin-right: 20px;
        font-size: 16px;
    }
    .single-pro-dvt-val,
    .single-pro-qty-input,
    .single-pro-attr-item-right{
        width: calc(100% - 175px);
    }
    .single-pro-dvt-val span{
        position: relative;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        border-radius: 34px;
        padding: 0 16px;
        padding-right: 25px;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        overflow: hidden;
        border: 1px solid var(--th-color-main);
    }
    .single-pro-dvt-val span:after{
        position: absolute;
        content: '';
        top: 0px;
        right: 0px;
        border: 12px solid var(--th-color-main);
        border-left: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .single-pro-dvt-val span:before{
        position: absolute;
        top: 4px;
        right: 4px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        font-weight: 300;
        color: #fff;
        font-size: 9px;
        line-height: 1;
        z-index: 10;
    }
    .single-pro-attr{
        margin-top: 30px;
    }
    .single-pro-attr-item:nth-child(n+2){
        margin-top: 13px;
    }
    .single-pro-attr-item-right{
        font-size: 16px;
    }
    .single-pro-attr-item-right a{
        color: var(--th-color-link);
        font-weight: 500;
    }
    .single-pro-attr-item-right strong{
        font-weight: 600;
    }
    .single-pro-attr-item-cat span{
        margin-right: 5px;
        margin-left: 1px;
    }
    /**/
    .single-pro-ck-wrap{
        margin-top: 20px;
    }
    .single-pro-ck-item{
        margin-right: 20px;
    }
    .single-pro-ck-item:nth-child(3n+3){
        margin-right: 0px;
    }
    .single-pro-ck-item-icon{
        width: 40px;
        display: flex;
        align-items: center;
    }
    .single-pro-ck-item-info{
        width: calc(100% - 50px);
        margin-left: 10px;
        line-height: 1.5;
    }
    .single-pro-ck-item-icon svg{
        width: 100%;
    }
    .single-pro-ck-item-title{
        font-size: 16px;
        font-weight: 600;
    }
    .single-pro-ck-item-desc{
        font-size: 15px;
    }


    .single-pro-des{
        margin-top: 20px;
        line-height: 1.5;
        font-size: 16px;
        background-color: #f9f9f9;
        padding: 20px;
        font-weight: 500;
    }
    .single-pro-des p:nth-child(n+2){
        margin-top: 12px;
    }
    .single-pro-des ul,
    .single-pro-des ul li:nth-child(n+2){
        margin-top: 5px;
    }
    .single-pro-des ul{
        padding-left: 20px;
    }
    .single-pro-des ul li{
        position: relative;
    }
    .single-pro-des ul li:before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 8px;
        left: -15px;
        background-color: var(--th-color-main);
    }
    .single-pro-info .quantity,
    .single-pro-info .cart .button,
    .single-pro-call{
        display: inline-block;
    }
    .single-pro-info .quantity{
        float: left;
        padding: 0px !important;
        margin: 0px !important;
    }
    .single-pro-info .quantity .qty{
        height: 34px;
        width: 70px;
        text-align: left;
        padding-left: 15px;
        outline: none;
        border: 1px solid #ddd;
        background-color: transparent;
        font-size: 16px;
        box-sizing: border-box;
        margin-bottom: 0px;
        border-radius: 8px;
    }
    .single-pro-top .single-pro-info .cart .button,
    .btn-quick-buy{
        float: left;
        display: block;
        box-sizing: border-box;
        text-align: center;
        height: 56px !important;
        line-height: 56px !important;
        width: calc((100% - 20px) / 2) !important;
        font-weight: 600;
        border-radius: 56px !important;
        padding: 0 10px !important;
        font-size: 20px !important;
        margin-top: 20px;
    }
    .single-pro-top .single-pro-info .cart .button{
        float: right;
        margin: 0px !important;
        margin-top: 20px !important;
        border: none;
        outline: none;
        background-color: #f7dddd !important;
        color: #000;
    }
    .single-pro-call{
        background-color: #007ebd !important;
    }
    .single-pro-info .cart .button i,
    .single-pro-call i{
        margin-right: 5px;
    }
    .btn-quick-buy{
        color: #fff;
        background-color: var(--th-color-main);
    }
    a.btn-quick-buy:hover,
    a.devvn_buy_now_style:hover, a.devvn_buy_now_style:focus,
    .single-pro-top .single-pro-info .cart .button:hover{
        background: #db0810 !important;
        color: #fff !important;
    }
    /*.single-pro-info .cart .button:hover,
    .single-pro-call:hover,
    .btn-quick-buy:hover{
        background-color: var(--th-color-red) !important;
    }*/
    .single-pro-km{
        position: relative;
        margin-top: 15px;
        padding: 10px;
        background-color: #fff;
        border: 1px dashed var(--th-color-main);
    }
    .single-pro-km-head{
        font-weight: 700;
        font-size: 17px;
        background-color: #fff;
        color: var(--th-color-red);
    }
    .single-pro-km ul li{
        position: relative;
        padding-left: 18px;
        margin-top: 7px;
    }
    .single-pro-km ul li:before{
        position: absolute;
        top: 1px;
        left: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f058";
        font-weight: 700;
        color: var(--th-color-main);
        font-size: 12px;
    }
    .spro-meta-tax{
        margin-top: 20px;
        padding-top: 10px;
        font-size: 14px;
        border-top: 1px dotted #ddd;
    }
    .spro-meta-tax a{
        font-weight: 700;
        color: var(--th-color-link);
    }
    .spro-meta-tax a:hover{
        color: var(--th-color-link-hover);
    }
    .spro-meta-tax span{
        margin-right: 5px;
    }
    /**/
    .pro-cs{
        box-sizing: border-box;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 3px;
    }
    .pro-cs-item:nth-child(n+2){
        margin-top: 20px;
    }
    .pro-cs-item-icon{
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 100%;
        font-size: 18px;
        text-align: center;
        color: var(--th-color-orange);
        background-color: #fff;
    }
    .pro-cs-item-info{
        margin-left: 60px;
        display: flex;
        line-height: 1.5;
        height: 50px;
        font-weight: 500;
        align-items: center;
    }
    .pro-cs-item-info p:nth-child(n+2){
        color: var(--th-color-red);
        font-size: 16px;
    }

    /**/
    .single-pro-share{
        margin-top: 30px;
    }
    .single-pro-share-left{
        font-weight: 700;
        color: #333;
    }
    .single-pro-share-left i{
        margin-right: 5px;
    }
    .single-pro-share-right{
        width: calc(100% - 60px);
        font-family: arial;
    }
    .single-share{
        margin-top: 20px;
        padding: 20px;
        padding-bottom: 16px;
        border-radius: 8px;
        background-color: #f7ebeb;
    }
    /**/
    .spro-navbar{
        position: relative;
        z-index: 10;
    }
    .spro-navbar .container{
        height: 42px;
        line-height: 42px;
        text-align: left;
    }
    .spro-navbar li{
        display: inline-block;
    }
    .spro-navbar li a{
        position: relative;
        display: block;
        font-weight: 700;
        padding: 0 16px;
        font-size: 15px;
        color: #000;
    }
    .spro-navbar li a.active:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0px;
        bottom: -1px;
        background-color: var(--th-color-header);
    }
    /**/
    .single-pro-bottom{
    }
    .single-pro-bottom .container{
        padding-top: 30px;
    }
    .spro-content-wrap{
        position: relative;
        background-color: #fff;
        padding: 20px 50px;
        border-radius: 12px;
        overflow: hidden;
    }
    .single-content-collap{
        max-height: 700px;
        overflow: hidden;
    }
    .tax-description .single-content-collap{
        max-height: 6000px;
    }
    .single-content-collap.active{
        max-height: 100%;
        overflow: unset;
    }
    .spro-content-callap{
        position: relative;
        text-align: center;
        margin-top: 20px;
        position: relative;
        z-index: 10;
    }
    .spro-content-callap:before{
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 200px;
        z-index: 1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21.88%, rgba(255, 255, 255, 0.95) 45.31%, #fff 67.71%, #fff 100%);
    }
    .spro-content-callap.active:before{
        display: none;
    }
    .spro-content-callap span{
        position: relative;
        z-index: 10;
        display: inline-block;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
    }
    .spro-content-callap span:hover{
        color: var(--th-color-link);
    }
    .spro-content-callap span:nth-child(2){
        display: none;
    }
    .spro-content-callap.active span:nth-child(1){
        display: none;
    }
    .spro-content-callap.active span:nth-child(2){
        display: inline-block;
    }
    .spro-content-callap span i{
        margin-right: 8px;
    }
    .single-pro-content-head{
        font-size: 23px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
    }
    .single-content-pro h2[id=video],
    .single-content-pro h2[id=chi-tiet],
    .single-content-pro h2[id=thong-so]{
        margin-top: 0px;
        padding: 0px;
        scroll-margin-top: 90px;
    }
    .logged-in .single-content-pro h2[id=video],
    .logged-in .single-content-pro h2[id=chi-tiet],
    .logged-in .single-content-pro h2[id=thong-so]{
        scroll-margin-top: 122px;
    }
    .single-content-pro blockquote{
        background-color: #fff3e1;
        box-shadow: none;
    }
    .single-content-pro blockquote:before{
        display: none;
    }
    .single-content-pro blockquote h2{
        padding-left: 35px;
        position: relative;
        color: #f79009;
    }
    .single-content-pro blockquote h2:before{
        position: absolute;
        top: 12px;
        left: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f071";
        font-weight: 700;
        font-size: 80%;
    }
    /**/
    .sing-pro-faq{
        margin-top: 30px;
        padding: 20px;
        background-color: #fff;
        border-radius: 12px;
    }
    .sing-pro-faq-head{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        color: #000;
    }
    .sing-pro-faq-content{
        margin-top: 20px;
    }
    .sing-pro-faq-item:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e8e8e8;
    }
    .sing-pro-faq-item-head{
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding-left: 30px;
        padding-right: 25px;
        cursor: pointer;
    }
    .sing-pro-faq-item-head:before{
        position: absolute;
        top: -3px;
        left: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f059";
        font-weight: 700;
        color: #db8888;
        font-size: 20px;
    }
    .sing-pro-faq-item-head span{
        position: absolute;
        right: 0px;
        top: -1px;
    }
    .sing-pro-faq-item-head span i:nth-child(2){
        display: none;
    }
    .active .sing-pro-faq-item-head span i:nth-child(2){
        display: inline-block;
    }
    .active .sing-pro-faq-item-head span i:nth-child(1){
        display: none;
    }
    .sing-pro-faq-item-content{
        margin-top: 6px;
        font-size: 16px;
        display: none;
    }


    div#reviews,
    div#hoi-dap,
    ol#feedback{
       scroll-margin-top: 90px; 
    }
    .logged-in div#reviews,
    .logged-in div#hoi-dap,
    .logged-in ol#feedback{
       scroll-margin-top: 122px; 
    }
    
    .single-pro-bottom-right{
        width: 300px;
    }
    .single-pro-bottom-left{
        width: calc(100% - 330px);
    }
    .page-block-item-head{
        position: relative;
        font-weight: 500;
        font-size: 18px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e8e8e8;
    }
    .page-block-item-head:before{
        position: absolute;
        content: '';
        left: 0px;
        bottom: -1px;
        width: 70px;
        height: 2px;
        background-color: var(--th-color-orange);
    }
    .page-block-item-head:after{
        position: absolute;
        content: '';
        right: 0px;
        bottom: 0px;
        border-bottom: 42px solid var(--th-color-second);
        border-left: 20px solid transparent;
        z-index: 1;
    }
    .page-block-item-content{
        margin-top: 20px;
    }
    .spro-bottom-item:nth-child(n+2){
        margin-top: 30px;
    }
    .spro-bottom-item-content{
        padding: 20px;
    }
    .spro-content{

    }
    /**/
    .single-pro-comment{
    }
    .star_box,
    .devvn_cmt_form{
        background-color: rgba(255, 255, 255, .8) !important;
    }
    div#reviews.woocommerce-Reviews{
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0px !important;
    }
    .star_box,
    #devvn_cmt_search,
    .devvn_cmt_input textarea,
    .devvn_cmt_form_bottom,
    .devvn_cmt_input input{
        box-sizing: border-box;
    }
    .devvn_prod_cmt{
        width: 100% !important;
        max-width: 100% !important;
    }
    /*span.devvn_num_reviews{
        color: #999;
        font-size: 12px;
    }
    span.devvn_num_reviews b{
        color: #000;
        font-size: 14px;
    }
    #comments a.btn-reviews-now,
    button#devvn_cmt_submit,
    .woocommerce #review_form #respond p.form-submit input#submit{
        color: #fff;
        background-color: #d42333;
    }
    #comments a.btn-reviews-now:hover,
    button#devvn_cmt_submit:hover,
    .woocommerce #review_form #respond p.form-submit input#submit:hover{
        background-color: var(--th-color-red);
    }
    .woocommerce #review_form #respond p.form-submit input#submit{
        border-radius: 3px !important;
        padding: 0px 20px !important;
    }*/
    .devvn-reviews-popup .mfp-container #review_form_wrapper{
        box-sizing: border-box;
    }
    .woocommerce #reviews #comments h2,
    div#review_form_wrapper span#reply-title, .woocommerce #reviews #comments ol.commentlist #respond span#reply-title,
    #review_form .comment-form-rating label, .woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating label,
    span.btn-attach,
    #comments a.btn-reviews-now, button#devvn_cmt_submit, .woocommerce #review_form #respond p.form-submit input#submit,
    .devvn_num_reviews b,
    .devvn_cmt_radio label{
        font-weight: 700;
    }
    .star_box,
    .devvn_cmt_input textarea, .devvn_cmt_input input,
    .devvn_cmt_form_bottom{
        border: 1px solid #e8e8e8;
    }
    .devvn_cmt_form_bottom{
        border-top: none;
    }
    div#review_form_wrapper button.fancybox-button.fancybox-close-small{
        background-color: #999;
    }
    .woocommerce-Reviews{
        background-color: #fff;
        box-sizing: border-box !important;
        border-bottom: none !important;
        padding: 20px;
        border-radius: 12px;
    }
    .devvn_prod_cmt{
        background-color: #fff;
        padding: 20px;
        border-radius: 12px;
        margin-top: 30px;
        margin-bottom: 0px !important;
        box-sizing: border-box !important;
    }
    .devvn_cmt_form{
        margin-top: 10px;
    }
    .woocommerce #reviews #comments h2,
    .woocommerce-Reviews-title{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        color: #000;
    }
    /**/
    .spro-related{
        margin-top: 30px;
    }
    .spro-related-title{
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
    }
    .spro-related-content{
        margin-top: 15px;
    }
    .pro-related-carousel .slick-list {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .spro-related-content .pro-item:nth-child(n){
        margin: 0px 10px;
        padding: 0px;
    }
    .spro-related-content .pro-item-thumb{
        height: 167px;
    }
    /*.spro-related-content .pro-item-info{
        padding: 0px;
        padding-top: 10px;
    }*/

    /**/
    .popup-quick-buy{
        width: 770px;
        padding: 0px !important;
    }
    .popup-booking{
        width: 450px;
    }
    .popup-quick-buy-head{
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
        padding: 7px 15px;
        background-color: var(--th-color-main);
    }
    .popup-quick-buy-wrap{
        padding: 15px;
        padding-top: 25px;
    }
    .quick-buy-left{
        width: 300px;
    }
    .quick-buy-right{
        width: calc(100% - 320px);
    }
    .quick-buy-content{
        margin-top: 15px;
    }
    .quick-buy-thumb{
        padding: 3px;
        border-radius: 3px;
    }
    .quick-buy-thumb img{
        width: 100%;
    }
    .quick-buy-title{
        margin-top: 15px;
        font-size: 15px;
        font-weight: 500;
    }
    .quick-buy-note{
        background-color: #f9f9f9;
        padding: 10px 15px;
        font-size: 13px;
    }
    .quick-buy-form{
        margin-top: 10px;
    }
    .quick-buy-form input,
    .quick-buy-form textarea,
    .quick-buy-form select{
        width: 100%;
        height: 40px;
        outline: none;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        padding: 0 12px;
        margin-top: 8px;
        border-radius: 3px;
    }
    .quick-buy-form .form-ct-item-col2{
        width: calc((100% - 8px) / 2);
    }
    .quick-buy-form textarea{
        height: 80px;
        padding: 8px 12px;
    }
    .quick-buy-form input[type="submit"]{
        border: none;
        color: var(--th-color-main);
        font-weight: 700;
        font-size: 15px;
        background-color: transparent;
        border: 1px solid var(--th-color-main);
    }
    .quick-buy-form input[type="submit"]:hover{
        color: #fff;
        background-color: var(--th-color-main);
    }
    .popup-quick-buy .fancybox-button{
        width: 38px !important;
        height: 38px !important;
        padding: 8px !important;
        color: #fff !important;
    }
    .fancybox-slide--html .fancybox-close-small{
        background-color: transparent !important;
    }
    

    /*
    * PAGE CONTACT.
    */
    body.page-template-contact{
        background-color: var(--th-color-bg);
    }
    .page-contact-wrap .container{
        box-sizing: border-box;
        padding: 20px;
        padding-bottom: 40px;
        border-radius: 12px;
        background-color: #fff;
    }
    .contact-map{
        background-color: #fff;
        border: 0px solid #fff;
        border-radius: 12px;
        overflow: hidden;
        height: 500px;
    }
    .contact-map p,
    .contact-map iframe{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    .page-ct-head{
        font-weight: 600;
        font-size: 20px;
        color: #000;
    }
    .ct-bottom{
        margin-top: 30px;
    }
    .ct-bottom .container{
        padding: 80px 0;
    }
    .ct-bottom-item{
        width: calc((100% - 50px) / 2);
    }
    .contact-form{
        margin-top: 15px;
    }
    .form-ct-item:nth-child(n+3){margin-top:20px}
    .form-ct-item-col2{width:calc((100% - 20px) / 2)}
    .form-ct-item-full{width:100%}
    .form-ct-item>p{font-weight: 600;color:#333;font-size:16px;margin-bottom:5px;}
    .form-ct-item>p span{color:red;}
    .form-ct-item input,.form-ct-item select,.form-ct-item textarea{width:100%;height:40px;outline:none;border:1px solid #e8e8e8;padding:0 10px;box-sizing:border-box;border-radius:8px;transition:all ease-in-out .3s;background-color:#e8e8e8;color:#333;font-weight: 400;}
    /*.form-ct-item input:focus,.form-ct-item select:focus,.form-ct-item textarea:focus{border:1px solid var(--th-color-main);box-shadow:0 0 15px rgba(0,0,0,.1)}*/
    .form-ct-item textarea{height:120px;padding:8px 10px}
    .form-ct-item-file-wrap{margin-top:12px!important}
    .contact-file-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:3px;color:#fff;background-color:#ad2a36;color:#fff;text-transform:uppercase;margin-top:10px}
    .contact-file-btn svg{width:1em;height:1em;vertical-align:middle;fill:currentColor;margin-top:-.25em;margin-right:.25em}
    .form-ct-item input[type="file"]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1;border:none;padding:0}
    .form-ct-item input[type="submit"]{width:auto;height:50px;color:#fff;border:none;background-color:var(--th-color-main);font-size:16px;font-weight:600;padding:0 35px;border-radius:50px;transition: all ease-in-out .3s;}
    .contact-file-btn:hover,.form-ct-item input[type="submit"]:hover{background-color:#b30a11;padding: 0 45px;}
    .grecaptcha-badge{display: none !important;}
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
       border-radius: 8px;
       padding: 12px !important;
       font-weight: 500; 
    }

    /*
    * PAGE HE THONG NHA THUOC.
    */
    body.page-template-he-thong-nha-thuoc{
        background-color: var(--th-color-bg);
    }
    .page-htnt-content{
        margin-top: 15px;
    }
    .page-htnt-list{
        margin-top: 30px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, .3);
    }
    .page-htnt-left{
        width: 300px;
    }
    .page-htnt-right{
        width: calc(100% - 300px);
        padding: 20px;
        border-radius: 0 12px 12px 0;
        background-color: #fff;
    }
    .page-htnt-left li{
        display: block;
        padding: 20px;
        cursor: pointer;
        border-radius: 12px 0 0 12px;
    }
    .page-htnt-left li.active{
        background-color: #fff;
    }
    .page-htnt-left li p:nth-child(1){
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }
    .page-htnt-content-item p iframe,
    .page-htnt-content-item iframe{
        display: block !important;
        height: 400px !important;
        width: 1600px !important;
        max-width: 100% !important;
        border-radius: 10px;
    }
    /*
    * SEARCH.
    */
    body.page-template-search{
        background-color: var(--th-color-bg);
    }
    .search-item{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        border-radius: 12px;
        padding: 15px;
        background-color: #fff;
    }
    .search-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .search-item:nth-child(n+3){
        margin-top: 20px;
    }
    .search-item-thumb{
        width: 120px;
        height: 120px;
        border-radius: 8px;
    }
    .search-item-info{
        margin-left: 20px;
        width: calc(100% - 140px);
    }
    .search-item-title{
        font-size: 17px;
        line-height: 1.5;
        font-weight: 600;
    }
    .search-item-title a{
        display: block;
        color: #000;
    }
    .search-item-desc{
        margin-top: 10px;
        font-size: 15px;
        color: #666;
        line-height: 1.5;
    }
    /**/
    input.wpcf7-not-valid,
    textarea.wpcf7-not-valid{
        border: 1px solid #f15628 !important;
    }
    .wpcf7-not-valid-tip{
        display: none !important;
    }
    .wpcf7-response-output{
        margin: 0px !important;
        margin-top: 10px !important;
        padding: 5px 10px !important;
        text-align: center;
        background-color: #fff;
        color: #333;
        line-height: 20px;
    }
    /**/
    #ez-toc-container {
        display: block;
        box-sizing: border-box;
    }
    #ez-toc-container a:before{
        display: none !important;
    }
    /**/
    .empty-content{
        position: relative;
        padding: 8px 10px;
        border: 1px solid transparent;
        border-radius: 2px;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
        width: 100%;
        box-sizing: border-box;
    }

    /*
    * PAGE CART.
    */
    .page-template-cart-checkout .block-breadcrumb{
        display: none !important;
    }
    .cart-checkout-breadcrumb{
        margin-top: 35px;
    }
    .cart-checkout-breadcrumb .container{
        font-weight: 500;
        text-align: center;
        font-size: 25px;
        height: 30px;
        line-height: 30px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e8e8e8;
    }
    .cart-checkout-breadcrumb a{
        padding: 0 10px;
        color: #000;
    }
    .cart-checkout-breadcrumb span{
        position: relative;
        top: -2px;
        color: #999;
        font-size: 16px;
    }
    .cart-template-content table{
        /*background-color: #fff;*/
    }
    .woocommerce-cart .cart-collaterals .cart_totals table{
        margin-top: 20px !important;
        padding-bottom: 5px !important;
        border-bottom: 2px solid #eee !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr th,
    .woocommerce-cart .cart-collaterals .cart_totals tr td{
        border:none !important;
        padding-top:3px !important;
        padding-bottom:3px !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr td:last-child{
        text-align: right;
    }
    .woocommerce-checkout #payment div.form-row{
        background-color: #fff;
    }
    /**/
    /*.single-pro-price .amount{
        font-size: 18px;
        color: var(--th-color-main);
    }*/
    .woocommerce-variation-price{
        display: none !important;
    }
    .single-pro-price-variable{
        display: none;
    }
    .variations_form{
        position: relative;
    }
    .reset_variations{
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0 10px;
        border-radius: 12px;
        color: #fff;
        font-size: 12px;
        background-color: rgba(255, 0, 0, .8);
    }
    .reset_variations:hover{
        background-color: var(--th-color-main);
    }
    .variations_form .variations tr:nth-child(n+2) td:nth-child(1){
        padding-top: 15px !important;
    }
    .variations_form .variations tr td:nth-child(1){
        font-weight: 700;
        color: red;
        font-size: 15px;
    }
    .button-variable-item{
        font-size: 14px !important;
        box-shadow: none!important;
        border: 1px solid #ccc;
    }
    .button-variable-item:hover{
        color: var(--th-color-main) !important;
        border-color: var(--th-color-main);
    }
    .button-variable-item.selected{
        color: #fff !important;
        background-color: var(--th-color-main) !important;
        border-color: var(--th-color-main);
    }
    /*
    * CART.
    */
    .cart-template-content{
        margin-top: 20px;
    }
    .cart-template-content>.woocommerce{
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
    }
    /*.woocommerce-message{
        margin: 0px !important;
    }*/
    .woocommerce-message:focus-visible{
        outline: none !important;
    }
    .woocommerce-cart-form{
        float: left;
        width: 60% !important;
        box-sizing: border-box!important;
        padding-right: 30px !important;
    }
    .cart-collaterals{
        padding-top: 8px;
        float: right;
        width: 40% !important;
        box-sizing: border-box!important;
        padding-left: 30px !important;
        border-left: 2px solid #eee;
    }
    .cart-template-content .cart_totals{
        width: 100% !important;
    }
    .cart-content strong,
    .woocommerce ul#shipping_method li label,
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
        font-weight: 400;
    }
    .woocommerce table.shop_table{
        border-radius: 0px;
    }
    .woocommerce .cart-template-content .quantity .qty,
    .woocommerce-cart table.cart td.actions .coupon .input-text{
        height: 40px;
        box-sizing: border-box;
        outline: none;
        border-radius: 0px;
    }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
        border-radius: 0px !important;
    }
    .woocommerce-cart .cart-template-content .cart .button{
        height: 40px !important;
        outline: none !important;
        border-radius: 3px !important;
        text-transform: uppercase;
        font-weight: 600;
    }
    .woocommerce-cart .cart-template-content .cart .button:hover{
        color: #fff !important;
        background-color: var(--th-color-main) !important;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text{
        padding: 0 15px;
        width: auto;
        border-radius: 3px;
    }
    .woocommerce .cart .button, .woocommerce .cart input.button,
    .woocommerce-page .woocommerce-message .button{
        font-weight: 400;
    }
    .woocommerce table.shop_table td a,
    .woocommerce-info a{
        color: #000;
        font-weight: 500;
    }
    .cart-template-content{
        /*margin-top: 30px;*/
    }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea,
    .woocommerce form .form-row.woocommerce-validated select{
        border: 1px solid #ddd !important;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
        background-color: var(--th-color-main);
        border-radius: 5px !important;
        outline: none;
        color: #000;
    }
    .woocommerce form .form-row input.input-text,
    .select2-container--default .select2-selection--single{
        height: 40px !important;
        padding: 0 12px;
        outline: none !important;
        border: 1px solid #999 !important;
        border-radius: 0px;
        border-radius: 3px;
    }
    .select2-container--default .select2-selection--single{
        padding: 8px 0;
        padding-left: 8px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
        margin-top: 6px;
    }
    .woocommerce form .form-row textarea{
        height: 150px;
        padding: 12px;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 3px;
        border: 1px solid #999 !important;
    }
    .cart-template-content .woocommerce .quantity .qty{
        height: 30px;
        outline: none;
        border: none;
        border-radius: 3px;
        background-color: #F2F2F2;
    }
    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
        background-color: #f1f1f1;
        border-radius: 0px;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        padding: 0 35px;
        font-weight: 600;
        font-size: 17px !important;
        width: 100% !important;
        box-sizing: border-box;
        margin-top: 20px;
        padding: 0px !important;
        border-radius: 50px !important;
        color: #fff !important;
        background-color: var(--th-color-main) !important;
    }
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
    .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
        background-color: var(--th-color-bg) !important;
        color: var(--th-color-main) !important;
    }
    .woocommerce-cart table.cart th,
    .cart_totals>h2{
        font-size: 14px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
    }
    .woocommerce table.shop_table{
        border: none !important;
    }
    .woocommerce .cart-template-content h2{
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .woocommerce-error a,
    .woocommerce-message a{
        color: #007ebd;
    }
    .woocommerce table.shop_table td{
        padding: 15px 10px !important;
    }
    .woocommerce table.shop_table td:first-child,
    .woocommerce table.shop_table th:first-child{
        padding-left: 0px !important;
    }
    .woocommerce table.shop_table td:last-child{
        padding-right: 0px !important;
    }
    .cart-template-content bdi{
        font-weight: 600;
        color: var(--th-color-red) !important;
    }
    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
        width: 100px !important;
    }
    .woocommerce a.remove{
        border: 2px solid #e8e8e8;
        width: 21px;
        height: 21px;
        text-align: center;
        color: #ccc !important;
        line-height: 20px;
        font-weight: 400 !important;
    }
    .woocommerce-cart table.cart th:last-child,
    .woocommerce-cart table.cart td:last-child{
        text-align: right;
    }
    .woocommerce-form-coupon-toggle{
        width: 100%;
    }
    /**/
    .woocommerce-checkout{
        width: 100%;
    }
    .col2-set{
        width: calc(60%  - 30px) !important;
        float: left !important;
        box-sizing: border-box !important;
        border-top: 2px solid #e8e8e8;
        padding-top: 25px;
    }
    .woocommerce-checkout-review-order{
        width: 40% !important;
        float: right !important;
        box-sizing: border-box !important;
        padding: 25px;
        padding-top: 50px;
        margin-top: -30px;
        background-color: #f5f5f5;
    }
    .woocommerce-billing-fields h3,
    #order_review_heading,
    #ship-to-different-address{
        text-transform: uppercase;
        font-size: 18px !important;
        color: #000;
    }
    #order_review_heading{
        position: relative;
        left: 25px;
        top: 25px;
        margin-left: 60%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        margin-top: 20px;
    }
    .woocommerce-checkout-review-order-table{
        margin-top: 10px !important;
    }
    .woocommerce-checkout-review-order-table th:last-child,
    .woocommerce-checkout-review-order-table td:last-child{
        text-align: right !important;
        padding-right: 0px !important;
    }
    .woocommerce-checkout-review-order-table thead th{
        text-transform: uppercase;
    }
    .woocommerce-checkout-review-order-table tbody tr:last-child td,
    .woocommerce-order-details tbody tr:last-child td{
        border-bottom: 2px solid #e8e8e8;
    }
    .woocommerce-checkout-review-order-table tfoot tr th{
        font-weight: 600 !important;
    }
    .woocommerce .woocommerce-checkout-review-order-table tfoot tr th,
    .woocommerce .woocommerce-checkout-review-order-table tfoot tr td,
    .woocommerce .woocommerce-order-details tfoot tr th,
    .woocommerce .woocommerce-order-details tfoot tr td{
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        border: none !important;
    }
    .woocommerce .woocommerce-checkout-review-order-table tfoot tr:nth-child(1) th,
    .woocommerce .woocommerce-checkout-review-order-table tfoot tr:nth-child(1) td,
    .woocommerce .woocommerce-order-details tfoot tr:nth-child(1) th,
    .woocommerce .woocommerce-order-details tfoot tr:nth-child(1) td{
        padding-top: 20px !important;
    }
    .woocommerce-privacy-policy-text a{
        font-weight: 600;
        color: #009dff;
    }
    .woocommerce-privacy-policy-text a:hover{
        text-decoration: underline;
    }
    .woocommerce form .form-row.woocommerce-invalid input.input-text{
        border-color: #a00 !important;
    }
    .woocommerce-notices-wrapper,
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        width: 100% !important;
        font-weight: 600;
        box-sizing: border-box !important;
        border-bottom: 1px solid #fff;
        border-radius: 10px;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        margin-bottom: 20px;
    }
    .wc-empty-cart-message{
        width: 100%;
        box-sizing: border-box;
    }
    .woocommerce a.wc-backward,
    .woocommerce a.wc-forward{
        border-radius: 5px !important;
        color: #000 !important;
        text-transform: uppercase !important;
        padding: 8px 12px !important;
        font-weight: 600 !important;
        background-color: var(--th-color-bg) !important;
    }
    .woocommerce a.wc-backward:hover,
    .woocommerce a.wc-forward:hover{
        color: #fff !important;
        background-color: var(--th-color-main) !important;
    }
    .woocommerce-order{
        overflow: hidden;
        width: 100%;
    }
    .woocommerce ul.order_details{
        margin-bottom: 10px;
        border: 1px dashed #e8e8e8;
        padding: 15px;
    }
    .woocommerce-order>p{
        font-weight: 600;
        font-style: italic;
        margin-bottom: 10px;
        color: #000;
    }
    .woocommerce-order-details{
        margin-top: 20px;
        float: left;
        width: calc(60% - 50px) !important;
    }
    .woocommerce-customer-details{
        margin-top: 20px;
        width: 40% !important;
        float: right !important;
    }
    .woocommerce-customer-details .col2-set{
        width: 100% !important;
        padding-top: 0px !important;
        border: none !important;
    }
    .woocommerce .woocommerce-customer-details address{
        box-sizing: border-box;
        margin-top: 5px;
        background-color: #f5f5f5;
        border: none !important;
        padding: 15px;
        border-radius: 0px !important;
    }
    .woocommerce-order h2{
        color: #000;
        text-transform: uppercase;
        font-size: 18px !important;
    }
    .woocommerce-order-details thead{
        text-transform: uppercase;
    }
    .woocommerce-order-details th:last-child,
    .woocommerce-order-details td:last-child{
        text-align: right !important;
        padding-right: 0px !important;
    }
    .woocommerce-order-details tfoot th{
        font-weight: 600 !important;
    }
    .woocommerce-order-details tfoot .woocommerce-Price-amount{
        font-size: 18px !important;
        font-weight: 700 !important;
        color: var(--th-color-red) !important;
    }
    .woocommerce form .form-row label{
        font-weight: 600;
    }
    .phone-vr-img-circle{box-sizing:border-box;border:0px solid #fff;top: 26px;left: 27px;}
    #fanpage-vr .phone-vr-img-circle{border:0px solid #fff;}
    .phone-bar{font-weight: 700;}
.phone-bar a {
    position: fixed;
    bottom: 24px;
    left: 30px;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    padding: 6px 15px 5px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background-color: #ce0202;
    font-size: 18px;
}

    /*
    * POPUP CART
    */
    .devvn-popup-quickbuy{
        font-family: var(--th-font-main) !important;
    }
    .devvn-popup-inner{
        padding: 15px !important;
        border-radius: 12px !important;
    }
    .devvn-popup-title{
        position: relative;
        background: transparent;
        color: #000;
        font-weight: 600;
        padding-left: 10px;
    }
    .devvn-popup-title:after{
        position: absolute;
        content: '';
        left: 10px;
        bottom: 0px;
        width: calc(100% - 20px);
        height: 1px;
        background-color: #e8e8e8;
    }
    .devvn-popup-close{
        border-radius: 3px;
        background-color: var(--th-color-main) !important;
    }
    span.devvn_title{
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
    }
    .devvn_prod-simple-price{
        padding-top: 5px;
        padding-bottom: 2px;
        border-top: 1px dotted #e8e8e8;
        border-bottom: 1px dotted #e8e8e8;
    }
    .devvn_prod-simple-price span.devvn_price{
        display: inline-block !important;
        font-weight: 600;
    }
    .single-pro-qty-label{
    }
    .devvn-popup-quickbuy .btn-quick-buy{
        display: none;
    }
    .devvn_prod_variable .quantity{
        padding-left: 0px;
    }
    .devvn_prod_variable .quantity input{
        background-color: #f2f2f2;
        border: none;
        outline: none;
        height: 34px;
        width: 100px;
        font-size: 16px;
        border-radius: 3px;
    }
    span.devvn_price{
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 0px;
        color: var(--th-color-red);
    }
    span.devvn_price del{
        color: #999;
        font-weight: 700;
    }
    .devvn_quickbuy_mess{
        font-size: 13px;
        line-height: 1.5;
    }
    .devvn_quickbuy_mess label:nth-child(1){
        margin-top: 10px;
    }
    .popup-customer-info-radio label input:checked ~ span:before{
        border-color: var(--th-color-main);
    }
    .popup-customer-info-radio label span:before, .popup-customer-info-radio label span:after{
        top: -1px;
    }
    .popup-customer-info-radio label input:checked ~ span:after{
        top: 3px;
        background: var(--th-color-main);
        border-color: var(--th-color-main);
    }
    .popup_quickbuy_total_calc{
        color: var(--th-color-red);
    }
    .popup-customer-info-group .devvn-order-btn{
        background: var(--th-color-main);
        border-radius: 50px;
        font-weight: 600;
        margin-top: 10px;
        color: #fff;
        height: 50px;
        background-color: var(--th-color-main);
    }
    .popup-customer-info-group .devvn-order-btn:hover{
        background: var(--th-color-bg);
        color: var(--th-color-main);
    }
    body .popup-customer-info-group input, body .popup-customer-info-group select, body .popup-customer-info-group textarea{
        outline: none;
        background-color: #f2f2f2;
        border: none;
        border-radius: 5px;
        height: 38px;
        padding: 0 13px;
        font-size: 14px;
    }
    body .popup-customer-info-group textarea{
        height: 80px;
        padding: 10px 12px;
    }
    /*
    * PAGE KHAM PHA
    */
    body.page-template-pagetemplatepage-kham-pha-php{
        background-color: #f4eae4;
    }
    body.page-template-pagetemplatepage-kham-pha-php .pkp-container{
        color: #666;
        font-size: 16px;
    }
    .page-template-pagetemplatepage-kham-pha-php .container{
        width: 1600px;
    }
    .page-template-pagetemplatepage-kham-pha-php .header{
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: transparent;
        box-shadow: none;
        padding-top: 20px;
    }
    .page-template-pagetemplatepage-kham-pha-php.logged-in .header{
        top: 32px;
    }
    .page-template-pagetemplatepage-kham-pha-php .header:hover,
    .page-template-pagetemplatepage-kham-pha-php .header.header-fixed{
        background-color: var(--th-color-header);
        box-shadow: 0 2px 1px -1px rgba(0,0,0,.25);
    }
    .page-template-pagetemplatepage-kham-pha-php .header.header-fixed{
        padding-top: 0px;
    }
    .page-template-pagetemplatepage-kham-pha-php .header-main{
        background-color: transparent;
    }
    .page-template-pagetemplatepage-kham-pha-php .block-breadcrumb{
        display: none;
    }
    .pkp-banner{
        position: relative;
    }
    .pkp-banner img{
        width: 100%;
    }
    .pkp-banner-info{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pkp-banner-title{
        font-size: 48px;
        line-height: 1.5;
        color: #694a38;
        font-weight: 700;
        padding: 5px 50px;
        background-color: rgba(255, 255, 255, .3);
    }
    .pkp-block1{
        margin-top: 100px;
    }
    .pkp-col2{
        width: 50%;
    }
    .pkp-col2-content-right{
        padding-left: 40px;
    }
    .pkp-col2-content-left{
        padding-right: 40px;
    }
    .pkp-col2-title{
        font-size: 36px;
        line-height: 1.5;
        color: #CB5219;
    }
    .pkp-col2-desc p{
        margin-top: 15px;
    }
    .pkp-col2-tk{
        margin-top: 20px;
    }
    .pkp-col2-tk-item{
        width: calc(100% / 3);
        text-align: center;
        margin-top: 15px;
    }
    .pkp-col2-tk-number{
        font-size: 36px;
        color: #CB5219;
        font-weight: 700;
        line-height: 1.2;
    }
    .pkp-block2{
        margin-top: 50px;
    }
    .pkp-block2-ct-item:nth-child(n+2){
        margin-top: 50px;
    }
    .pkp-block2-ct-item:nth-child(1){
        margin-top: 50px;
    }
    .pkp-block2-ct-item-image{
        width: 70px;
    }
    .pkp-block2-ct-item-image img{
        width: 100%;
    }
    .pkp-block2-ct-item-right{
        width: calc(100% - 90px);
    }
    .pkp-block2-ct-item-title{
        font-size: 24px;
        color: #CB5219;
        line-height: 1.5;
    }
    /**/
    .pkp-block3{
        margin-top: 100px;
    }
    .pkp-block3-carousel .slick-list {
        margin-left: -1px !important;
        margin-right: -1px !important;
    }
    .pkp-block3-carousel .slick-dots{
        bottom: -55px;
    }
    .pkp-block3-carousel .slick-dots li{
        width: 22px;
    }
    .pkp-block3-carousel .slick-dots li button:before{
        font-size: 16px;
    }
    .pkp-block3-carousel .slick-dots li button:before{
        color: #fff !important;
    }
    .pkp-block3-carousel .slick-dots li.slick-active button:before{
        color: #694a38 !important;
    }
    .pkp-block2-item{
        cursor: pointer;
        position: relative;
        width: calc((100% - 3px) / 3);
        border-right: 1px solid rgba(0, 0, 0, .2);
    }
    .pkp-block2-item:nth-child(n+2){    
    }
    .pkp-block2-item-1{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 36px;
        background-color: rgba(0, 0, 0, .5);
        opacity: 1;
        transition: all ease-in-out .2s;
    }
    .pkp-block2-item-2{
        opacity: 0;
        transition: all ease-in-out .2s;
    }
    .pkp-block2-item:hover .pkp-block2-item-1{
        opacity: 0;
    }
    .pkp-block2-item:hover .pkp-block2-item-2{
        opacity: 1;
    }
    .pkp-block2-item-2-info{
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 30px;
        padding-top: 80px;
        color: #fff;
        background: -moz-linear-gradient(top, rgba(105, 74, 56,0) 0%, rgba(105, 74, 56,1) 100%);
        background: -webkit-linear-gradient(top, rgba(105, 74, 56,0) 0%,rgba(105, 74, 56,1) 100%);
        background: linear-gradient(to bottom, rgba(105, 74, 56,0) 0%,rgba(105, 74, 56,1) 100%);
    }
    .pkp-block2-item-2-title{
        font-size: 36px;
        line-height: 1.5;
    }
    .pkp-block2-item-2-desc{
        margin-top: 15px;
    }
    .pkp-block4{
        margin-top: 160px;
    }
    .pkp-col2-content-col{
        margin-top: 50px;
    }
    .pkp-col2-content-col-item{
        width: calc(100% / 3);
        text-align: center;
    }
    .pkp-col2-content-col-item:nth-child(n+4){
        margin-top: 15px;
    }
    .pkp-col2-content-col-item img{
        height: 90px;
        max-width: 100%;
        margin: 0 auto;
    }
    .pkp-col2-content-col-item p{
        margin-top: 10px;
    }
    .pkp-block5-content{
        padding-top: 80px;
    }
    /**/

    .pkp-block6{
        position: relative;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .pkp-block6:after{
        position: absolute;
        content: '';
        width: 100%;
        left: 0px;
        bottom: 67px;
        z-index: -1;
        border-top: 2px dashed rgb(175 154 142);
    }
    .pkp-ls-nav{
        text-align: center;
    }
    .pkp-ls-nav-item{
        display: inline-block;
        height: 50px;
        line-height: 50px;
        border: 1px solid #ddd;
        border-radius: 52px;
        padding: 0 30px;
        font-size: 18px;
        cursor: pointer;
    }
    .pkp-ls-nav-item:nth-child(n+2){
        margin-left: 20px;
    }
    .pkp-ls-nav-item:hover{
        color: #694A38;
        border-color: #694A38;
    }
    .pkp-ls-nav-item.active{
        color: #fff;
        border-color: #694A38;
        background-color: #694A38;
    }
    /**/
    .pkp-ls-top{
        margin-top: 50px;
    }
    .pkp-ls-top .slick-list,
    .pkp-ls-time .slick-list{
        margin-left: 95px !important;
        margin-right: 95px !important;
    }
    .pkp-ls-top .arrow-btn-prev,
    .pkp-ls-top .arrow-btn-next{
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
        text-align: center;
        opacity: 1 !important;
        visibility: visible !important;
        border-radius: 100%;
        color: #ccc;
        background-color: #fff !important;
    }
    .pkp-ls-top .arrow-btn-prev:hover,
    .pkp-ls-top .arrow-btn-next:hover{
        color: #fff;
        background-color: #694a38 !important;
    }
    .pkp-ls-top .arrow-btn-prev{
        left: 0px !important;
    }
    .pkp-ls-top .arrow-btn-next{
        right: 0px !important;
    }
    .pkp-ls-top-item{
        padding: 60px 50px;
        border: 1px solid rgba(105, 74, 56,0.3);
    }
    .pkp-ls-top-item-title span{
        font-size: 36px;
        font-weight: 700;
        color: #694A38;
    }
    .pkp-ls-top-item-content p{
        margin-top: 12px;
        position: relative;
        padding-left: 20px;
    }
    .pkp-ls-top-item-content p:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 100%;
        top: 10px;
        left: 0px;
        background-color: #694A38;
    }
    .pkp-ls-time{
        margin-top:50px;
    }
    .pkp-ls-time-item{
        position: relative;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        padding-top: 28px;
        z-index: 100;
        cursor: pointer;
    }
    .pkp-ls-time-item.slick-current,
    .pkp-ls-time-item:hover{
        color: #694a38;
    }
    .pkp-ls-time-item:before{
        position: absolute;
        content: '';
        top: 0px;
        left: calc(50% - 11px);
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: 5px solid rgba(255, 255, 255, .3);
        z-index: 10;
    }
    .pkp-ls-time-item:after{
        position: absolute;
        content: '';
        top: 5px;
        left: calc(50% - 6px);
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #fff;
        z-index: 10;
    }
    .pkp-ls-time-item.slick-current:before,
    .pkp-ls-time-item:hover:before{
        border-color: rgba(105, 74, 56, .3);
    }
    .pkp-ls-time-item.slick-current:after,
    .pkp-ls-time-item:hover:after{
        background-color: #694a38;
    }
    /* Popup Register  */
    .popup-register{
        width: 700px;
        padding: 0px !important;
        background-color: #e5e5e5 !important;
    }
    .popup-register-right{
        width: 300px;
    }
    .popup-register-right img{
        width: 100%;
    }
    .popup-register-left{
        width: calc(100% - 300px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup-register-content{
        width: calc(100% - 60px);
    }
    .popup-register-title{
        font-weight: 700;
        font-size: 35px;
        text-align: center;
        line-height: 1.5;
        color: var(--th-color-main);
    }
    .popup-register-note{
        color: var(--th-color-main);
    }
    .popup-register-form{
        margin-top: 10px;
    }
    .popup-register-form input{
        width: 100%;
        box-sizing: border-box;
        outline: none;
        height: 40px;
        border-radius: 5px;
        padding: 0 12px;
        margin-top: 10px;
        border: 1px solid var(--th-color-main);
    }
    .popup-register-form input[type="submit"]{
        background-color: var(--th-color-main);
        color: #fff;
        font-weight: 700;
    }
    .popup-register-form input[type="submit"]:hover{
        color: var(--th-color-main);
        background-color: var(--th-color-orange);
    }
    /**/
    .text-3-line{
        display: -webkit-box;
        -webkit-line-clamp: 3;   /* số dòng tối đa */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@-webkit-keyframes phone-wave {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1; } }@keyframes phone_wave {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1; } 
}
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes flash {
    0% { opacity: 0; } 
    50% { opacity: 0; } 
    100% { opacity: 1; }
}
@keyframes flash {
    0% { opacity: 0; } 
    50% { opacity: 0; } 
    100% { opacity: 1; }
}