/*
    Theme Name: SHOP - 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=Quicksand:wght@300;400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
:root {
    --th-color-orange: #FFA500;
    --th-color-red: #480000;
    --th-color-blue: #155D9C;
    --th-color-blue2: #0B3050;
    --th-color-gray: #eff4fa;
    --th-color-yellow: #f3c017;
    --th-color-main: #580000; /* Set this to red */
    --th-color-main2: #534741;
    --th-font-main: 'Bai Jamjuree', sans-serif;
    --th-color-white: #FFFFFF;
    --th-color-red-black: #480000;
    --th-color-yellow-orange: #FFA500;
    --th-color-yellow-gold: #FFD700;
}
@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: var(--th-font-main);
        color: #333;
        font-size: 14px;
        line-height: 1.7;
        font-weight: 400;
        background-color: #f2f3f5;
    }
    /*.body-pd{
        padding-top: 90px;
    }*/
    .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);
    }
    .title-line2{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /*body.logged-in{
        padding-top: 146px;
    }*/
    /*.body-padding{
        padding-top: 80px;
    }*/
    .container{
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
    .container-large{
        width: 1296px;
    }
    .container-full{
        width: 96%;
    }
    /*
    * HEADER.
    */
    .header{
        position: relative;
        width: 100%;
        z-index: 10000;
        transition: all ease-in-out .3s;
        background-color: #fff;
    }
    /*.header-fixed{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }*/
    .logged-in .header-fixed{
        top: 32px;
    }
    /**/
    .header-top{
        position: relative;
        z-index: 10;
        background-color: var(--th-color-main);
    }
    .header-top .container{
        height: 35px;
        line-height: 35px;
    }
    .header-main {
        background-color: var(--th-color-main);
    }
    .header-main .container{
        /*width: 86%;*/
        height: 80px;
        transition: all ease-in-out .3s;
    }
    .header-main.active .container{
        height: 80px;
    }
    .logo{
        position: absolute;
        margin: 0px;
        padding: 0px;
        left: 0px;
        top: 15px;
        height: 50px;
        transition: all ease-in-out .3s;
    }
    .header.active .logo{
        top: 15px;
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo a img{
        height: 100%;
        /*filter: brightness(45);*/
    }
    .search-form{
        position: relative;
        height: 42px;
        margin-top: 19px;
        width: 380px;
        font-size: 15px;
    }
    .search-input{
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        outline: none;
        border: none;
        padding: 0 18px;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border-radius: 42px;
    }
    .search-submit{
        position: absolute;
        top: 2px;
        right: 2px;
        width: 60px;
        height: 38px;
        outline: none;
        border: none;
        font-size: 18px;
        color: #fff;
        background-color: var(--th-color-main);
        border-radius: 38px;
    }
    .search-submit i{
        font-weight: 300 !important;
    }
    .search-submit:hover{
        background-color: var(--th-color-red-black);
    }

    .show-nav-mobile,
    .close-nav-mobile{
        display: none;
    }
    /**/
    .header-top-menu{
        margin-left: 50px;
        height: 80px;
        line-height: 80px;
        /*padding-top: 16px;*/
        box-sizing: border-box;
    }
    .header-top-menu ul li{
        display: inline-block;
        border-left: 1px solid #303030;
    }
    .header-top-menu ul li a{
        display: block;
        color: #fff;
        padding: 0 20px;
        font-weight: 600;
    }
    .header-top-menu ul li:last-child a{
        padding-right: 0px;
    }
    .header-top-menu ul li a:hover{
        color: var(--th-color-yellow-orange);
    }
    .header-top-menu ul li a i{
        margin-right: 5px;
    }
    .header-top-menu ul li a:hover i{
        color: var(--th-color-yellow-orange) ;
    }
    .header-cart-btn span{
        font-weight: 700;
        color: #fff;
    }
    /**/
    .icon-search{
        margin-left: 30px;
        font-size: 19px;
        cursor: pointer;
        color: var(--th-color-orange);
    }
    .icon-search:hover{
        color: var(--th-color-blue);
    }
    /**/
    .header-bottom{
        position: relative;
        z-index: 200;
        overflow: hidden;
        background-color: #fff;
    }
    .header-bottom .container{
        height: 44px;
        line-height: 44px;
    }
    .header-bottom-left{
        width: 230px;
    }
    .header-bottom-right{
        width: calc(100% - 230px);
    }
    .header-nav-head{
        padding: 0 15px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
    }
    .header-nav-head i{
        margin-right: 5px;
        color: var(--th-color-red);
    }
    .header-ck-list li{
        float: left;
        margin-left: 20px;
        font-weight: 600;
    }
    .header-ck-list li i{
        margin-right: 5px;
        color: var(--th-color-red);
    }
    .main-nav-inner>ul{
    }
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li:nth-child(n+2){
        margin-left: 5px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        color: #333;
        text-align: center;
        padding: 0 10px;
    }
    .main-nav-inner>ul>li>a{
        font-weight: 600;
        font-size: 13px;
        height: 60px;
        box-sizing: border-box;
        padding-top: 6px;
        text-transform: capitalize;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, .1);
    }
    .main-nav-inner>ul>li>a:hover{
        /*        background-color: #f9f9f9;*/
        color: var(--th-color-orange)];
        box-shadow: 0px 3px 7px rgba(0, 0, 0, .1);
    }
    .main-nav-inner>ul>li a img{
        height: 25px;
        fill: transparent !important;
        background-color: transparent !important;
        padding-bottom: 0px !important;
    }
    .main-nav-inner>ul>li>a>span{
        margin-top: 3px;
    }
    .show-nav-mobile{
        text-align: center;
        position: absolute;
        bottom: -52px;
        width: 52px;
        height: 52px;
        background-color: #f5f5f5;
        left: 0px;
        color: #333;
        font-size: 9px;
        cursor: pointer;
        font-weight: 700;
        line-height: 1.2;
        box-sizing: border-box;
        padding-top: 7px;
    }
    .show-nav-mobile i{
        display: block;
        font-size: 27px;
    }
    /**/
    .header-hotline{
        position: relative;
        display: block;
        height: 42px;
        margin-top: 19px;
        box-sizing: border-box;
        border-radius: 42px;
        line-height: 40px;
        padding: 0 20px;
        padding-left: 72px;
        margin-left: 100px;
        border: 1px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        background-color: var(--th-color-orange);
    }
    .header-hotline:hover{
        background-color: var(--th-color-red);
    }
    .header-hotline-text{
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }
    .header-hotline-icon{
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 38px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--th-color-red);
        border-right: 2px solid #fff;
        border-radius: 40px;
        padding: 0 10px;
        color: #fff;
        font-size: 20px;
    }


    /*
    * FEATURED.
    */
    .block-nav-featured{
        margin-top: 0px;
        display: none;
    }
    .block-nav-featured.fixed{
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: rgba(0, 0, 0, .5);
    }
    .block-nav-featured.fixed .container{
        margin-top: 124px;
    }
    .logged-in .block-nav-featured.fixed .container{
        margin-top: 156px;
    }
    .home .block-nav-featured{
        display: block;
    }
    .block-nav-featured .container{
        display: flex;
        flex-flow: row wrap;
    }
    .nav-cat-desktop{
        z-index: 10;
        width: 230px;
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        border-radius: 0 0 5px 5px;
        line-height: 1.5;
    }
    
    .nav-cat-desktop>ul>li{
        width: 100%;
    }
    .nav-cat-desktop>ul>li.menu-item-has-children>a:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        top: 9px;
        right: 10px;
        font-size: 12px;
        font-weight: 400 !important;
    }
    .nav-cat-desktop>ul>li:after{
        display: none;
        position: absolute;
        content: '';
        top: 0px;
        left: 230px;
        height: 100%;
        width: calc(100% - 230px);
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0 ,0, .2);
        z-index: 1000;
    }
    .nav-cat-desktop>ul>li:hover:after{
        display: block;
    }
    .nav-cat-desktop>ul>li a{
        display: block;
        color: #333;
    }
    .nav-cat-desktop>ul>li>a{
        position: relative;
        font-weight: 600;
        padding: 8px 10px;
        padding-left: 15px;
    }
    .nav-cat-desktop>ul>li:hover>a{
        background-color: #f3f5fc;
               color:  color: var(--th-color-yellow-orange);
    }
    .nav-cat-desktop>ul>li:hover>a:after{
        position: absolute;
        content: '';
        width: 4px;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: var(--th-color-yellow-orange);
    }
    .nav-cat-desktop>ul>li>a>img{
        position: absolute;
        top: 5px;
        left: 10px;
        margin: 0px !important;
        padding: 0px !important;
        height: 24px;
    }
    .nav-cat-desktop>ul>li>a>span{
        text-align: left !important;
    }
    .nav-cat-desktop>ul>li>ul{
        position: absolute;
        top: 0px;
        left: 230px;
        width: calc(100% - 230px);
        background-color: #fff;
        z-index: 100;
        box-sizing: border-box;
        padding: 15px 20px;
        display: flex;
        flex-flow: row wrap;
        display: none;
        z-index: 1010;
        align-items: top;
        justify-content: top;


    }
    .nav-cat-desktop>ul>li:hover>ul{
        display: flex;
    }
    .nav-cat-desktop>ul>li>ul>li{
        float: left;
        margin-right: 20px;
        width: calc((100% - 80px) / 5);
    }
    .nav-cat-desktop>ul>li>ul>li:nth-child(5n+5){
        float: right;
        margin-right: 0px;
    }
    .nav-cat-desktop>ul>li>ul>li:nth-child(n+6){
        margin-top: 15px;
    }
    .nav-cat-desktop>ul>li>ul>li>a{
        font-weight: 700;
    }
    .nav-cat-desktop>ul>li>ul>li>ul{
        border-top: 1px solid #ccc;
        margin-top: 5px;
        padding-top: 10px;
        line-height: 1.5;
        padding-left: 5px;
        font-weight: 600;
        font-size: 13px;
    }
    .nav-cat-desktop>ul>li>ul>li>ul>li:nth-child(n+2){
        margin-top: 8px;
    }
    .featured-right{
        width: 270px;
    }
    .featured-left{
        width: calc(100% - 285px);
    }
    .featured-left img {
        width: 100%; /* Ensures the image stretches to fit the full width */
        height: auto; /* Ensures the image stretches to fit the full height */
        object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
    }
    .carousel-wrap{
        position: relative;
    }
    .slick-track{
        display: flex;
        flex-flow: row wrap;
    }
    .slick-slide{
        height: auto;
    }
    .arrow-btn{
        position: absolute;
        display: block;
        top: calc(50% - 18px);
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        background-color: #f5f5f5;
        border: 2px solid #fff;
        text-align: center;
        font-size: 23px !important;
        color: var(--th-color-orange);
        cursor: pointer;
        z-index: 100;
        font-weight: 300 !important;
    }
    .arrow-btn:hover{
        border-color: var(--th-color-orange);
        background-color: #fff;
    }
    .arrow-btn.slick-disabled{
        color: #dedede;
        border-color: #fff;
    }
    .arrow-btn-prev{
        left: -20px;
    }
    .arrow-btn-next{
        right: -20px;
    }
    .fea-pro-carousel .arrow-btn-prev{
        left: -10px;
    }
    .fea-pro-carousel .arrow-btn-next{
        right: -10px;
    }
    .carousel-wrap .slick-list{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .fea-pro-carousel .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    /**/
    .featured-carousel .slick-list {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .featured-item{
        display: block;
        color: #333;
        height: 345px;
    }
    .featured-carousel{
        margin: 0px !important;
        border-radius: 5px;
        overflow: hidden;
    }
    .featured .carousel-wrap .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .featured-carousel .arrow-btn{
        font-size: 28px !important;
        top: calc(50% - 20px);
        background-color: transparent;
        font-weight: 300 !important;
        box-shadow: none;
        border-radius: 0px;
        border: none !important;
    }
    .featured-carousel .arrow-btn,
    .featured-carousel .arrow-btn.slick-disabled{
        color: rgba(255, 255, 255, .5);
    }
    .featured-carousel .arrow-btn:hover,
    .featured-carousel .arrow-btn.slick-disabled:hover{
        color: rgba(255, 255, 255, .8);
    }
    .featured-carousel .arrow-btn-prev{
        text-align: left !important;
        left: 20px !important;
    }
    .featured-carousel .arrow-btn-next{
        text-align: right !important;
        right: 20px;
    }
    .featured-carousel .slick-dots{
        bottom: 15px;
    }
    .featured-carousel .slick-dots li,
    .featured-carousel .slick-dots li button{
        width: 17px;
        transition: all ease-in-out .3s;
    }
    .featured-carousel .slick-dots li button:before{
        content: '';
        width: 17px;
        height: 7px;
        border-radius: 7px;
        background-color: #fff;
        transition: all ease-in-out .3s;
    }
    .featured-carousel .slick-dots li.slick-active,
    .featured-carousel .slick-dots li.slick-active button,
    .featured-carousel .slick-dots li.slick-active button:before{
        width: 22px;
    }
    .featured-carousel .slick-dots li.slick-active button:before{
        background-color: var(--th-color-red);
    }
    /**/
    .banner-km-item{
        display: block;
        color: #333;
        background-color: #fff;
        border-radius: 5px;
        height: 105px;
    }
    .banner-km-item:nth-child(n+2){
        margin-top: 15px;
    }

    /*
    * HOME WRAP.
    */
    .block-item .container{
        padding: 80px 0;
    }
    .block-item-head{
        text-align: center;
        font-weight: 500;
        font-family: var(--th-font-title);
    }
    .block-item-title-note{
        font-size: 18px;
        color: var(--th-color-blue2);
    }
    .block-item-title{
        font-size: 40px;
        font-weight: 500;
        color: var(--th-color-blue);
    }
    .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: 30px;
    }
    .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: 270px;
    }
    .primary{
        width: calc(100% - 300px);
    }
    .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-fea{
        padding: 20px;
        background-color: #f2f2f2;
        border-radius: 5px;
    }
    .block-pro-wrap:nth-child(n+2){
        margin-top: 40px;
    }
    .block-pro-head{
        position: relative;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }
    .block-pro-head:after{
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        left: 0px;
        bottom: -2px;
        background-color: var(--th-color-red-black);
    }
    .block-pro-wrap-fea .block-pro-head:after{
        background-color: var(--th-color-yellow-gold);
    }
    .block-pro-title{
        font-size: 22px;
        line-height: 1.5;
        font-weight: 700;
    }
    .block-pro-wrap-fea .block-pro-title{
        color: var(--th-color-red-black);
    }
    .block-home-pro-bg .block-pro-wrap-fea .block-pro-title{
        color: #fff;
        font-weight: 700;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, .9);
    }
    .block-home-pro-bg  .block-pro-wrap-fea .block-pro-head:after{
        background-color: #ffeb3b;
    }
    .block-home-pro-bg .block-pro-wrap-fea .block-pro-title i{
        color: #ffeb3b;
    }
    .block-item-morelink{
        position: absolute;
        top: 10px;
        right: 0px;
        display: inline-block;
        color: #333;
        font-weight: 500;
    }
    .block-item-morelink i{
        margin-left: 8px;
        color: var(--th-color-orange);
    }
    .block-pro-content{
        margin-top: 20px;
    }
    .block-pro-thumb{
        width: 270px;
        border-radius: 3px;
    }
    .block-pro-list{
        width: 100%;
        margin-left: 10px;
    }
    .block-pro-wrap:nth-child(2n+3) .block-pro-thumb{
        order: 2;
    }
    .block-pro-wrap:nth-child(2n+3) .block-pro-list{
        order: 1;
        margin-left: 0px;
        margin-right: 10px;
    }
    .pro-fea-item,
    .pro-item{
        position: relative;
        border: 1px solid #e8e8e8;
        padding: 5px;
        background-color: #fff;
        border-radius: 3px;
        padding-bottom: 50px;
    }
    .pro-item{
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
    }
    .pro-fea-item{
        margin: 0 5px;
    }
    .pro-item:hover{
        border: 1px solid var(--th-color-orange);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .pro-fea-item:hover{
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    }
    .pro-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .pro-item:nth-child(n+5){
        margin-top: 10px;
    }
    .pro-item-sale{
        position: absolute;
        z-index: 10;
        top: 10px;
        left: 10px;
        height: 20px;
        line-height: 20px;
        border-radius: 20px;
        padding: 0 10px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        border: 2px solid #fff;
        background-color: var(--th-color-red);
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .block-pro-wrap-fea .pro-item-sale{
        background-color: var(--th-color-red-black);
    }
    .pro-item-thumb{
        display: block;
        color: #333;
        height: 210px;
        background-color: #f9f9f9;
        border-radius: 3px;
    }
    .tax-pro-wrap .pro-item-thumb{
        height: 205px;
    }

    .pro-item-info{
        padding: 12px 6px;
    }
    /*
.block-pro-wrap-fea .pro-item-info{
    padding: 15px 10px;
}
    */
    .pro-item-title{
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
    }
    .pro-item-title a{
        display: block;
        color: #333;
    }
    .pro-item-price{
        margin-top: 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
    }
    .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: 11px;
        color: #999;
        text-decoration: line-through !important;
    }
    .pro-item-price ins,
    .pro-item-price>span>span>bdi{
        font-size: 13px;
        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-black);
    }
    .pro-item-addcart{
        position: absolute;
        bottom: 15px;
        left: 11px;
    }
    .pro-item-addcart a{
        position: relative;
        display: inline-block;
        color: #333;
        height: 32px;
        line-height: 32px;
        font-weight: 600;
        padding-right: 32px;
        font-size: 13px;
        transition: all ease-in-out .3s;
    }
    .pro-item-addcart a:hover{
        color: #fff;
    }
    .pro-item-addcart a:after{
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        z-index: 0;
        border-radius: 32px;
        background-color: transparent;
        transition: all ease-in-out .3s;
    }
    .pro-item-addcart a:hover:after{
        width: 100%;
        background-color: var(--th-color-red);
    }
    .pro-item-addcart a i,
    .pro-item-addcart a span{
        position: relative;
        z-index: 1;
    }
    .pro-item-addcart a i{
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 100%;
        color: #fff;
        font-size: 14px;
        margin-right: 8px;
        background-color: var(--th-color-red);
        transition: all ease-in-out .3s;
        box-sizing: border-box;
    }
    .pro-item-addcart a:hover i{
        padding-left: 10px;
    }




    /*
    * BLOCK VIDEO IMAGE.
    */
    .block-video-image{
        background-color: var(--th-color-main);
    }
    .block-video-image-inner{
        background-color: rgba(0, 0, 0, .85);
    }
    .block-col2{
        width: calc((100% - 30px) / 2);
    }
    .block-col2-title{
        color: #fff;
        border-color: #2e2e2e;
    }
    .block-col2-content{
        margin-top: 20px;
    }
    .box-home-video p,
    .box-home-video iframe{
        display: block !important;
        width: 100% !important;
        height: 345px !important;
    }
    .home_image-item{
        display: block;
        color: #333;
        height: 170px;
        background-color: #f9f9f9;
        width: calc((100% - 5px) / 2);
        cursor: zoom-in;
    }
    .home_image-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .home_image-item:nth-child(n+3){
        margin-top: 5px;
    }
    .block-col2-morelink{
        margin-top: 30px;
        text-align: center;
    }
    .block-col2-morelink a{
        display: inline-block;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border: 1px solid #2e2e2e;
    }
    .block-col2-morelink a i{
        margin-left: 10px;
        color: var(--th-color-orange);
    }
    .block-col2-morelink a:hover{
        /*color: var(--th-color-orange);*/
        border-color: var(--th-color-orange);
    }

    /*
    * BLOCK FAQ REVIEW
    */
    .block-faq{
        margin-top:30px
    }
    .block-faq-head{
        font-size:22px;
        line-height:1.5;
        font-weight:700
    }
    .block-faq-content-wrap{
        margin-top:18px
    }
    .faq-item{
        overflow:hidden;
    }
    .faq-item:nth-child(n+2){
        border-top:1px solid #e8e8e8;
    }
    .faq-item-head{
        position:relative;
        padding:15px 10px;
        font-weight:600;
        font-size:16px;
        background-color:#fff;
        cursor:pointer;
    }
    .faq-item-head:after{
        position:absolute;
        font-family:'Font Awesome 5 Pro';
        content:"\f078";
        right:10px;
        top:12px;
        z-index:10;
        font-size:20px;
        color:#ddd
    }
    .faq-item-active .faq-item-head:after{
        content:"\f077"
    }
    .faq-item-active .faq-item-head,
    .faq-item-active .faq-item-head:after,
    .faq-item-head:hover,
    .faq-item-head:hover:after{
        color:var(--th-color-orange)
    }
    .faq-item-content{
        display: none;
        font-size:15px;
        padding-left: 10px;
        margin-bottom: 20px;
        background-color:#fff;
        padding: 20px;
        position: relative;
        padding-top:0px;
    }
    .faq-item-content:before{
        position: absolute;
        content: '';
        top: -20px;
        left: 20px;
        border: 10px solid  transparent;
        border-bottom: 10px solid #fff;
    }
    /*.faq-item:nth-child(1) .faq-item-content{display:block}*/
    /**/
    .review-carousel .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .review-item-content{
        position: relative;
        background-color: #fff;
        padding: 30px 20px;
        font-size: 15px;
        border-radius: 3px;
    }
    .review-item-content:after{
        position: absolute;
        content: '';
        left: 20px;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        border-left: 10px solid #fff;
    }
    .review-item-info{
        margin-top: 30px;
    }
    .review-item-thumb{
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
    }
    .review-item-info{
        padding-top: 10px;
        margin-left: 100px;
    }
    .review-item-title{
        font-weight: 600;
        font-size: 16px;
    }
    .review-item-note{
        font-style: italic;
    }
    .review-carousel .slick-dots li button:before{
        color: #ddd;
        opacity: 1;
    }

    /*
    * BLOCK NEWS.
    */
    .block-news .container{
        padding-top: 0px;
    }
    .block-news{
        position: relative;
    }
    .home-news-item{
        position: relative;
        margin: 0 15px;
        padding: 3px;
        border: 1px solid #e8e8e8;
        background-color: #fff;
        border-radius: 3px;
    }
    .home-news-item:hover{
        border-color: var(--th-color-orange);
    }
    .home-news-item-thumb{
        position: relative;
        display: block;
        color: #333;
        height: 250px;
        border-radius: 3px;
    }
    .home-news-item-time{
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 10;
        line-height: 1.3;
        text-align: center;
        width: 45px;
        padding: 5px 0;
        background-color: var(--th-color-orange);
        border: 2px solid #ddd;
        font-family: var(--th-font-title);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    }
    .home-news-item-time span{
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #ddd;
    }
    .home-news-item-time span:nth-child(1){
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 2px;
    }
    .home-news-item-info{
        padding: 20px 15px;
    }
    .home-news-item-title{
        position: relative;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        background-color: transparent !important;
    }
    .home-news-item-title:before{
        position: absolute;
        content: '';
        width: 60px;
        height: 3px;
        left: 0px;
        bottom: 0px;
        background-color: #eee;
    }
    .home-news-item-title a{
        display: block;
        color: #333;
        background-color: transparent !important;
    }
    .home-news-item-desc{
        margin-top: 10px;
    }
    .news-carousel .arrow-btn{
        font-size: 16px !important;
    }

    /*
    * BLOCK DT.
    */
    .block-doi-tac{
        margin-top: 10px;
    }
    .block-doi-tac .container{
        padding: 30px 0;
    }
    .logo-cus-item{
        display: block;
        color: #333;
        background-color: #fff;
        margin: 0 15px;
        padding: 3px;
        border: 1px solid #e8e8e8;
    }
    .block-doi-tac-head{
        font-weight: 700;
        text-align: center;
        font-size: 20px;
    }
    /**/
    .block-coupon-wrap{
        margin-top: 30px;
    }
    .block-coupon-head{
        font-size: 18px;
        font-weight: 700;
    }
    .block-coupon-content{
        margin-top: 10px;
    }
    .coupon-carousel .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .coupon-item{
        position: relative;
        border: 1px solid #e8e8e8;
        background-color: #fff;
        margin: 0 5px;
        border-radius: 15px;
        padding: 12px;
        display: flex;
        flex-flow: row wrap;
        /*        overflow: hidden;*/
    }
    .coupon-item:before,
    .coupon-item:after{
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        left: 96px;
        z-index: 100;
        background-color: #f2f3f5;
        border: 1px solid #e8e8e8;
    }
    .coupon-item:before{
        top: -10px;
        border-radius: 0 0 100% 100%;
    }
    .coupon-item:after{
        bottom: -10px;
        border-radius: 100% 100% 0 0;
    }
    .coupon-item-thumb{
        width: 82px;
        height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .coupon-item-thumb img{
        width: 62px;
        max-height: 100%;
    }
    .coupon-item-info{
        width: calc(100% - 110px);
        margin-left: 10px;
        padding-left: 15px;
        line-height: 1.4;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
        border-left: 2px dashed #e8e8e8;
    }
    .coupon-item-info p:nth-child(1){
        font-size: 15px;
    }
    .coupon-item-info p:nth-child(2){
        font-size: 13px;
        font-weight: 600;
    }
    .coupon-item-info p:nth-child(3){
        margin-top: 10px;
    }
    .coupon-item-info p:nth-child(3) strong{
        font-size: 13px;
    }
    .coupon-item-btn{
        position: absolute;
        right: 12px;
        bottom: 12px;
        height: 21px;
        line-height: 21px;
        border-radius: 21px;
        padding: 0 10px;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        cursor: pointer;
        background-color: var(--th-color-red);
    }
    .coupon-item-btn.active,
    .coupon-item-btn:hover{
        background-color: var(--th-color-orange);
    }
    .coupon-item-btn span:nth-child(2){
        display: none;
    }
    .coupon-item-btn.active span:nth-child(1){
        display: none;
    }
    .coupon-item-btn.active span:nth-child(2){
        display: block;
    }
    .slick-dots li button::before{
        opacity: 1!important;
    }
    .slick-dots li.slick-active button:before{
        color: var(--th-color-red) !important;
    }

    /*
    * FOOTER.
    */
    .footer{
        position: relative;
        background-color: var(--th-color-main);
    }
    .footer-inner{
        background-color: rgba(0, 0, 0, .85);
    }
    .footer-top .container{
        padding: 50px 0;
    }
    .footer .container{
        color: #ddd;
    }
    .footer-left,
    .footer-right{
        width: calc((100% - 30px) / 2);
    }
    .footer-item{
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        color: #ddd;
    }
    .footer-item:nth-child(2){
        float: right;
        margin-right: 0px;
    }
    .footer-item-head{
        position: relative;
        font-size: 17px;
        color: #fff;
        font-weight: 700;
    }
    .footer-item-content{
        margin-top: 15px;
    }
    .footer-logo a{
        height: 60px;
        color: #bcccda;
        display: block;
    }
    .footer-logo a img{
        height: 100%;
    }
    .company-name{

        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .footer-intro{
        margin-top: 10px;
    }
    .footer-intro p{
        margin-top: 5px;
    }
    .footer-contact{
        margin-top: 15px;
    }
    .footer-contact-item{
        margin-top: 10px;
    }
    .footer-contact-item-icon{
        width: 25px;
        font-size: 15px;
        color: var(--th-color-red);
    }
    .footer-contact-item-info{
        margin-left: 25px;
    }
    .footer-contact-item-info>span,
    .footer-contact-item-info a{
        color: #bcccda;
    }
    .footer-contact-item-info a:hover{
        color: #fff;
    }
    /**/
    .footer-social-title{
        font-weight: 600;
    }
    .footer-social{
        margin-top: 15px;
    }
    .footer-social a{
        display: inline-block;
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin-top: 10px;
        text-align: center;
        color: rgba(255, 255, 255, .8);
        font-size: 15px;
        overflow: hidden;
        border: 1px solid #767272;
        transition: all ease-in-out .3s;
    }
    .footer-social a:nth-child(n+2){
        margin-left: 15px;
    }
    .footer-social a:hover{
        color: var(--th-color-red);
        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1);
    }
    /**/
    .footer-item-nav ul{
        overflow: hidden;
    }
    .footer-item-nav ul li:nth-child(n+2){
        margin-top: 10px;
    }
    .footer-item-nav ul li a{
        position: relative;
        display: block;
        color: #ddd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 14px;
        font-weight: 600;
    }
    .footer-item-nav ul li a:hover{
        color: #fff;
    }
    .footer-item-nav ul li a:before{
        position: absolute;
        content: '';
        width: 3px;
        height: 3px;
        top: 10px;
        left: 0px;
        border-radius: 100%;
        background-color: var(--th-color-red);
    }
    .footer-item-nav ul li a:hover:before{
        background-color: #fff;
    }
    /**/
    .bct-register{
        margin-top: 20px;
    }
    .bct-register a{
        display: block;
        color: #fff;
    }
    .bct-register a img{
        height: 70px;
        max-width: 100%;
    }
    /**/
    .footer-register-content{
        position: relative;
        margin-top: 20px;
    }
    .footer-register-content input{
        width: 100%;
        height: 45px;
        border: none;
        outline: none;
        box-sizing: border-box;
        padding: 0 15px;
        color: #333;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, .9);
    }
    .footer-register-content input:focus,
    .footer-register-content input:hover{
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1);
    }
    .footer-register-content input[type="submit"]{
        color: #fff;
        /*width: 110px;*/
        margin-top: 15px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: var(--th-color-orange);
    }
    .footer-register-content input[type="submit"]:hover{
        background-color: var(--th-color-red);
    }
    /**/
    .footer-map{
        height: 320px;
        padding: 3px;
        background-color: rgba(255, 255, 255, 1);
    }
    .footer-map p,
    .footer-map iframe{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    /**/
    .footer-bottom{
        border-top: 1px solid #1a1a1e;
    }
    .footer-bottom .container{
        padding: 20px 0;
        text-align: center;
    }
    .footer-bottom-left ul li{
        position: relative;
        display: inline-block;
    }
    .footer-bottom-left li:nth-child(n+2){
        margin-left: 30px;
    }
    .footer-bottom-left li:nth-child(n+2):before{
        position: absolute;
        content: '';
        width: 1px;
        height: 12px;
        top: 5px;
        left: -18px;
        background-color: #1c68a9;
    }
    /**/
    .icon-back-top{
        position: fixed;
        z-index: 100;
        right: -50px;
        bottom: 20px;
        width: 50px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        color: #999;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .3s;
    }
    .icon-back-top *{
        display: block;
        line-height: 1;
        font-weight: 600;
    }
    .icon-back-top:hover{
        color: var(--th-color-orange);
    }
    .icon-back-top.active{
        right: 20px;
        opacity: 1;
        visibility: visible;
    }
    /**/
    .chat-scroll{
        position: fixed;
        z-index: 100;
        width: 45px;
        right: 23px;
        bottom: 90px;
    }
    .chat-scroll-item{
        position: relative;
        display: block;
        color: #333;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        background-color: #f9f9f9;
    }
    .chat-scroll-item:nth-child(n+2){
        margin-top: 20px;
    }
    .chat-scroll-item img{
        border-radius: 100%;
    }
    .chat-scroll-item:after {
        position: absolute;
        content: '';
        width: 59px;
        height: 59px;
        border-radius: 59px;
        top: -7px;
        left: -7px;
        z-index: -1;
        transition: all .1s;
        background-color: #00a651;
        box-sizing: border-box;
        animation: phone-wave 1.5s infinite ease-in-out;
    }
    .chat-scroll-item:before{
        position: absolute;
        top: 0px;
        right: 0px;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #7ed321;
        border: 2px solid #fff;
    }
    .chat-scroll-item img{
        width: 100%;
        height: 100%;
    }
    .chat-scroll-item span{
        position: absolute;
        display: block;
        right: 40px;
        color: #fff;
        border-radius: 3px 0 3px 3px;
        height: 26px;
        line-height: 26px;
        top: 0px;
        padding: 0 12px;
        background-color: #0180c7;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .3s;
    }
    .chat-scroll-item:hover span{
        opacity: 1;
        visibility: visible;
        right: 50px;
    }
    .chat-scroll-item span:before{
        position: absolute;
        content: '';
        right: -10px;
        top: 0px;
        border: 5px solid transparent;
        border-top: 5px solid #0180c7;
        border-left: 5px solid #0180c7;
    }



    /*
    * TAXXONOMY.
    */
    .sub-wrap .container{
        padding-bottom: 50px;
    }
    .block-breadcrumb{
        padding: 12px 0;
    }
    .block-breadcrumb a,
    .block-breadcrumb span{
        color: #333;
        padding: 0 3px;
    }
    .block-breadcrumb a{
        font-weight: 600;
    }
    .block-breadcrumb p>a:first-child{
        padding-left: 0px;
    }
    .block-breadcrumb span.breadcrumb_last{
        padding-left: 6px;
    }
    .block-breadcrumb span.separator{
        color: var(--th-color-red);
    }
    /**/
    .page-banner{
        margin-bottom: 25px;
    }
    .page-banner img{
        width: 100%;
    }

    /**/
    .tax-pro-wrap{
        margin-top: 20px;
    }
    .archive-new-item{
        background-color: #fff;
        padding: 15px;
        border-radius: 3px;
        border: 1px solid #e8e8e8;
    }
    .archive-new-item:nth-child(n+2){
        margin-top: 20px;
    }
    .archive-new-item-thumb{
        display: block;
        position: relative;
        color: #333;
        padding: 2px;
        background-color: #fff;
        border: 1px solid #e8e8e8;
        width: 300px;
        height: 200px;
    }
    .archive-new-item-info{
        width: calc(100% - 330px);
    }
    .archive-new-item-title{
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
    }
    .archive-new-item-title a{
        display: block;
        color: #333;
    }
    .archive-new-item-des{
        margin-top: 10px;
    }
    .archive-new-item-morelink{
        margin-top: 15px;
    }
    .archive-new-item-morelink a{
        display: inline-block;
        color: #333;
        font-weight: 600;
    }
    .archive-new-item-morelink a i{
        margin-right: 5px;
        color: var(--th-color-orange);
    }
    /**/
    .tax-description{
        background-color: #f5f5f5;
        padding: 30px;
        margin-top: 30px;
    }

    /* Pagination */
    .pagination{
        clear: both;
        text-align: center;
    }
    .pagination span,
    .pagination a{
        display: inline-block;
        margin-right: 8px;
        margin-top: 40px;
        height: 38px;
        line-height: 36px;
        width: 38px;
        text-align: center;
        color: #333;
        font-weight: 600;
        font-size: 15px;
        transition: all ease-in-out .3s;
        border: 2px solid #ddd;
        border-radius: 3px;
        font-family: var(--th-font-title);
        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-orange);
        border: 2px solid var(--th-color-orange);
    }
    .pagination .next,
    .pagination .prev{
        width: auto;
        width: 38px;
    }

    /*
    * SIDEBAR.
    */
    .sidebar-item{
        padding: 15px;
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
    }
    .sidebar-item:nth-child(n+2){
        margin-top: 20px;
    }
    .sidebar-item-head{
        position: relative;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        padding-bottom: 8px;
        border-bottom: 1px solid #e8e8e8;
    }
    .sidebar-item-head:after{
        position: absolute;
        content: '';
        width: 70px;
        height: 2px;
        left: 0px;
        bottom: -1px;
        background-color: var(--th-color-orange);
    }
    .sidebar-item-content{
        margin-top: 20px;
    }
    /*.sidebar-item-tax-head{
        color: var(--th-color-orange);
    }*/
    .sidebar-item-tax-content{
        margin-top: 10px;
    }
    .sidebar-item-tax-content>ul{
        display: flex;
        flex-direction: column;
    }
    .sidebar-item-tax-content>ul>li{
        position: relative;
    }
    .sidebar-item-tax-content>ul>li:nth-child(n+2){
        border-top: 1px solid #eee;
    }
    .sidebar-item-tax-content>ul>li a{
        display: block;
        color: #333;
        font-weight: 600;
    }
    .sidebar-item-tax-content>ul>li>a{
        position: relative;
        padding: 8px 10px;
        padding-left: 12px;
    }
    .sidebar-item-tax-content>ul>li>a:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f0da";
        left: 0px;
        top: 7px;
        color: var(--th-color-orange);
        /*font-size: 13px;*/
    }
    .sidebar-item-tax-content li.sb-menu-active>a,
    .sidebar-item-tax-content li.sb-menu-curent>a,
    .sidebar-item-tax-content li.sb-menu-click-active>a{
        color: var(--th-color-orange);
    }
    .sidebar-item-tax-content>ul>li>span{
        position: absolute;
        right: 0px;
        top: 0px;
        height: 40px;
        line-height: 40px;
        width: 35px;
        text-align: center;
        cursor: pointer;
    }
    .sidebar-item-tax-content>ul ul{
        display: none;
        position: relative;
        width: calc(100% - 20px);
        margin-left: 10px;
        padding: 10px 15px;
        box-sizing: border-box;
        background-color: #f5f5f5;
        margin-bottom: 10px;
    }
    .sidebar-item-tax-content li.sb-menu-active{
        order: -1;
        border-top: 0px !important;
        border-bottom: 1px solid #e8e8e8;
    }
    .sidebar-item-tax-content li:nth-child(1){
        border-bottom: none !important;
    }
    .sidebar-item-tax-content li.sb-menu-active ul{
        display: block;
    }
    .sidebar-item-tax-content>ul ul:before{
        position: absolute;
        content: '';
        top: -12px;
        left: 15px;
        border: 6px solid transparent;
        border-bottom: 6px solid #f5f5f5;
    }
    .sidebar-item-tax-content>ul ul li:nth-child(n+2){
        margin-top: 3px;
    }
    .sb-post-item:nth-child(n+2){
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e8e8e8;
    }
    .sb-post-item-thumb{
        display: block;
        width: 60px;
        height: 60px;
        background-color: #f9f9f9;
        color: #333;
    }
    .sb-post-item-info{
        margin-left: 70px;
    }
    .sb-post-item-title{
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
    }
    .sb-post-item-title a{
        display: block;
        color: #333;
    }
    .sb-ppro-item-price{
        margin-top: 0px;
    }
    .banner-sidebar-fix{
        display: block;
        padding: 2px;
        color: #333;
        background-color: #fff;
    }
    .banner-sidebar-fix img{
        width: 100%;
        border-radius: 3px;
    }

    /*
    * SINGLE PRO.
    */
    .single-pro-top{
        padding: 15px;
        background-color: #fff;
        border-radius: 3px;
    }
    .single-pro-thumb{
        position: relative;
    }
    .single-pro-thumb,
    .single-pro-info{
        width: calc((100% - 30px) / 2);
    }
    .pro-gallery-large-item,
    .pro-gallery-list-item{
        display: block;
        color: #333;
        padding: 2px;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        background-color: #f9f9f9;
    }
    .pro-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;
    }
    .pro-gallery-large-item{
        cursor: zoom-in;
    }
    .pro-gallery-list{
        margin-top: 10px;
    }
    .pro-gallery-list-item{
        margin: 0 5px;
        opacity: .5;
        cursor: pointer;
    }
    .pro-gallery-list-item.slick-current{
        opacity: 1;
    }
    .pro-gallery-list .slick-dots li button:before{
        color: #ddd;
        opacity: 1;
    }
    .pro-gallery-large .arrow-btn-prev{
        left: 5px !important;
    }
    .pro-gallery-large .arrow-btn-next{
        right: 5px !important;
    }
    .single-pro-video-btn{
        margin-top: 20px;
        text-align: center;
    }
    .single-pro-video-btn a{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        font-weight: 600;
        padding: 0 20px;
        color: var(--th-color-red);
        border: 1px solid var(--th-color-red);
    }
    .single-pro-video-btn a i{
        margin-right: 5px;
        margin-top: 2px;
    }
    .single-pro-video-btn a:hover{
        color: #fff;
        background-color: var(--th-color-red);
    }

    /**/
    .single-pro-title{
        font-size: 23px;
        line-height: 1.5;
        font-weight: 700;
        color: var(--th-color-main);
    }
    .single-pro-attr{
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 12px 0;
        margin-top: 15px;
    }
    .single-pro-attr li{
        float: left;
        width: calc((100% - 20px) / 2);
    }
    .single-pro-attr li:nth-child(2n+2){
        float: right;
    }
    .single-pro-attr li:nth-child(n+3){
        margin-top: 5px;
    }
    .single-pro-price{
        font-size: 16px;
    }
    .single-pro-price ins,
    .single-pro-price>span>bdi{
        font-size: 22px;
        font-style: normal;
        color: var(--th-color-orange);
        text-transform: uppercase;
    }
    .single-pro-price>span{
        font-size: 14px;
        font-style: italic;
        color: #999;
        margin-left: 5px;
    }
    .single-pro-des{
        padding: 15px 0;
        margin-top: 15px;
        font-size: 16px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    .single-pro-des a{
        color: var(--th-color-red);
    }
    .single-pro-des a:hover{
        text-decoration:underline;
    }
    .single-pro-des ul,
    .single-pro-des ul li:nth-child(n+2),
    .single-pro-des p: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: 10px;
        left: -15px;
        background-color: var(--th-color-orange);
    }
    .spro-content-head{
        background-color: #f5f5f5;
        padding: 10px 20px !important;
        margin: 15px 0;
        width: calc(100% + 50px);
        margin-left: -25px;
        box-sizing: border-box;
        color: var(--th-color-red);
        text-transform: uppercase;
    }
    .tskt-wrap .kIo6pj{
        overflow: hidden;
    }
    .tskt-wrap .kIo6pj:nth-child(n+2){
        margin-top: 5px;
    }
    .tskt-wrap .kIo6pj ._1ymsZN{
        float: left;
        width: 130px;
        font-weight: 700;
    }
    .single-pro-info .cart{
        margin-top: 20px;
        overflow: hidden;
    }
    .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: 45px;
        width: 50px;
        text-align: left;
        padding-left: 10px;
        outline: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 16px;
    }
    .single-pro-info .cart .button{
        float: left;
        height: 45px;
        line-height: 1.3;
        padding: 0px !important;
        margin: 0px !important;
        border: none;
        outline: none;
        box-sizing: border-box;
        margin-left: 10px !important;
        color: #fff;
        font-weight: 700;
        border-radius: 3px;
        padding: 0 16px !important;
        padding-top: 2px !important;
        background-color: var(--th-color-red) !important;
    }
    .single-pro-info .cart .button span{
        display: block;
        font-size: 12px;
        font-weight: 400;
    }
    .single-pro-info .cart .button span:nth-child(1){
        font-size: 16px;
        font-weight: 600;
    }
    .single-pro-call{
        background-color: #007ebd !important;
    }
    .single-pro-info .cart .button i,
    .single-pro-call i{
        margin-right: 5px;
    }
    .btn-quick-buy{
        display: inline-block;
        height: 43px;
        line-height: 43px;
        color: var(--th-color-red);
        padding: 0 16px;
        border-radius: 3px;
        font-weight: 600;
        font-size: 16px;
        margin-left: 10px;
        text-transform: uppercase;
        border: 1px solid var(--th-color-red);
    }
    .single-pro-info .cart .button:hover,
    .single-pro-call:hover,
    .btn-quick-buy:hover{
        color: #fff;
        background-color: var(--th-color-orange) !important;
    }
    .btn-chat-support{
        overflow: hidden;
        margin-top: 10px;
        line-height: 1.5;
    }
    .btn-chat-support a{
        float: left;
        display: block;
        text-align: center;
        padding: 8px 0;
        color: #fff;
        margin-top: 10px;
        border-radius: 3px;
        font-size: 13px;
        width: calc((100% - 10px) / 2);
    }
    .btn-chat-support a:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .btn-chat-zalo{
        background-color: #288AD6;
    }
    .btn-chat-facebook{
        background-color: #3a559f;
    }
    .btn-chat-support a p:nth-child(1){
        font-weight: 600;
        font-size: 15px;
    }
    .btn-chat-support a p i{
        margin-right: 5px;
    }
    .single-pro-km{
        position: relative;
        margin-top: 30px;
        padding: 20px;
        border: 2px dashed #e8e8e8;
    }
    .single-pro-km-head{
        position: absolute;
        top: -15px;
        left: 10px;
        font-weight: 700;
        background-color: #fff;
        padding: 0 10px;
        color: var(--th-color-red);
    }
    /**/
    .pro-cs{
        box-sizing: border-box;
        padding: 15px;
        border: 1px solid #e8e8e8;
        font-size: 13px;
    }
    .pro-cs-item:nth-child(n+2){
        margin-top: 20px;
    }
    .pro-cs-item-icon{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        color: var(--th-color-orange);
        background-color: #f5f5f5;
        border-radius: 5px;
    }
    .pro-cs-item-info{
        margin-left: 55px;
        display: flex;
        line-height: 1.5;
        height: 42px;
        font-weight: 600;
        align-items: center;
    }
    .pro-cs-item-info p:nth-child(n+2){
        color: var(--th-color-red);
        font-size: 15px;
    }

    /**/
    .single-pro-share{
        margin-top: 20px;
    }
    .single-pro-share-left{
        height: 28px;
        line-height: 28px;
        background-color: #0364b1;
        color: #fff;
        padding: 0 8px;
        border-radius: 3px;
    }
    .single-pro-share-left i{
        margin-right: 5px;
    }
    .single-pro-share-right{
        width: calc(100% - 93px);
        font-family: arial;
    }
    .single-share{
        padding: 20px;
        padding-bottom: 15px;
        background-color: #f5f5f5;
        border-radius: 3px;
    }
    /**/
    .single-pro-bottom{
        margin-top: 30px;
    }
    .single-pro-bottom-right{
        width: 300px;
    }
    .single-pro-bottom-left{
        width: calc(100% - 330px);
    }
    .page-block-item-head{
        position: relative;
        font-weight: 700;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        color: #fff;
        padding: 0 15px;
        padding-left: 20px;
        background-color: var(--th-color-main);
    }
    .page-block-item-head:before{
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        border-top: 42px solid var(--th-color-second);
        border-right: 20px solid transparent;
        z-index: 1;
    }
    .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;
    }
    .single-pro-bottom .sidebar{
        float: right;
    }
    .spro-content{
        margin-top: 5px;
        padding: 25px;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #e8e8e8;
    }
    /**/
    .single-pro-comment{
        margin-top: 5px;
        padding: 20px;
        background-color: #fff;
        border-radius: 3px;
    }
    .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: 20px !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;
        margin: 0px !important;
    }
    span.devvn_num_reviews{
        color: var(--th-color-orange);
    }
    #comments a.btn-reviews-now,
    button#devvn_cmt_submit,
    .woocommerce #review_form #respond p.form-submit input#submit{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    #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;
    }
    /**/
    .popup-quick-buy{
        width: 770px;
        padding: 0px !important;
    }
    .popup-quick-buy-head{
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        padding: 7px 15px;
        background-color: var(--th-color-orange);
    }
    .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{
        border: 1px solid #e8e8e8;
        padding: 3px;
        background-color: #fff;
    }
    .quick-buy-thumb img{
        width: 100%;
    }
    .quick-buy-title{
        margin-top: 15px;
        font-size: 16px;
        font-weight: 700;
    }
    .quick-buy-note{
        background-color: #f5f5f5;
        padding: 10px 15px;
    }
    .quick-buy-form{
        margin-top: 10px;
    }
    .quick-buy-form input,
    .quick-buy-form textarea{
        width: 100%;
        height: 40px;
        outline: none;
        border: 1px solid #ddd;
        box-sizing: border-box;
        padding: 0 12px;
        margin-top: 8px;
        font-weight: 700;
    }
    .quick-buy-form textarea{
        height: 80px;
        padding: 8px 12px;
    }
    .quick-buy-form input[type="submit"]{
        border: none;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        border-radius: 3px;
        background-color: var(--th-color-orange);
    }
    .quick-buy-form input[type="submit"]:hover{
        background-color: var(--th-color-red);
    }
    .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;
    }



    /*
    * SINGLE NEW.
    */
    .single-news-wrap{
        background-color: #fff;
        padding: 20px;
        border-radius: 3px;
        border: 1px solid #e8e8e8;
    }
    .single-title{
        font-size: 25px;
        line-height: 1.5;
        font-weight: 700;
    }

    /**/
    .post-meta{
    }
    .post-meta a{
        display: inline-block;
        color: #333;
        font-weight: 600;
    }
    .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: #f5f5f5;
        padding: 15px;
        border-radius: 3px;
    }
    .single-meta a{
        font-weight: 600;
    }
    .post-auth{
        position: relative;
        padding-left: 25px;
        font-weight: 600;
    }
    .post-auth i{
        position: absolute;
        left: 0px;
        top: 2px;
        color: #999;
        font-size: 20px;
        margin-right: 5px;
    }
    .single-content-wrap{
        margin-top: 30px;
    }
    .single-content-main{
        width: calc(100% - 85px);
    }
    .single-content{
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }
    .single-content p{
        padding: 8px 0;
    }
    .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 a{
        color: #299ccf;
    }
    .single-content a:hover{
        text-decoration: underline;
    }
    .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-content img[decoding="async"]{
        display: block !important;
    }
    .single-content>h1,
    .single-content>h2,
    .single-content>h3,
    .single-content>h4{
        line-height: 1.5;
    }
    .single-content>h1{
        font-size: 22px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h2{
        font-size: 20px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h3{
        padding: 8px 0;
    }
    .single-content ul,
    .single-content ol{
        padding: 8px 0;
    }
    .single-content ol{
        padding-left: 25px;
    }
    .single-content ul li{
        position: relative;
        padding-left: 30px;
        list-style: none !important;
    }
    .single-content *[style="font-family:Arial,sans-serif"]{
        font-family: var(--th-font-main) !important;
    }
    .single-content ul li:marker{
        display: none;
    }
    .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: 10px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: var(--th-color-orange);
    }
    .single-content p iframe,
    .single-content iframe{
        display: block !important;
        width: 100% !important;
        height: 500px !important;
    }
    .single-content .wp-caption{
        width: 100% !important;
        text-align: center;
        margin: 10px 0;
    }
    .single-content p.wp-caption-text{
        padding-top: 10px;
        text-align: center;
        line-height: 20px;
        color: #666;
        font-size: 14px;
        font-style: italic;
    }
    /**/
    .single-tag{
        border-bottom: 1px solid #e8e8e8;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .single-tag-left{
        width: 100px;
        font-size: 16px;
        padding-top: 12px;
        font-weight: 500;
        color: var(--th-color-blue);
        font-family: var(--th-font-title);
    }
    .single-tag-left i{
        color: var(--th-color-orange);
        margin-right: 5px;
    }
    .single-tag-right{
        width: calc(100% - 100px);
    }
    .single-tag-item{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        margin-right: 5px;
        margin-top: 9px;
        color: #333;
        background-color: var(--th-color-gray);
        font-weight: 600;
        border-radius: 32px;
        transition: all ease-in-out .3s;
    }
    .sidebar-tag-item h4{
        font-size: 13px;
        font-weight: 400;
    }
    .sidebar-tag-item:hover{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    /**/
    .single-related{
        margin-top: 30px;
    }
    .page-item-title{
        font-size: 25px;
        font-weight: 500;
        color: var(--th-color-blue2);
        font-family: var(--th-font-title);
    }
    .page-item-content{
        margin-top: 20px;
    }
    .single-related-item{
        width: calc((100% - 60px) / 3);
        padding: 0px;
        margin-right: 30px;
    }
    .single-related-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .single-related-item:nth-child(n+4){
        margin-top: 30px;
    }
    .single-related-item-thumb{
        display: block;
        color: #333;
        height: 155px;
    }
    .single-related-item-meta{
        margin-top: 10px;
    }
    .post-fea-item-title{
        font-size: 15px;
        margin-top: 3px;
    }

    /*
    * PAGE CONTACT.
    */
    .contact-map{
        height:400px;
        background-color:#f9f9f9;
        box-shadow:inset 0 3px 5px rgba(0,0,0,.1)
    }
    .contact-map p,.contact-map iframe{
        display:block!important;
        width:100%!important;
        height:100%!important
    }
    .contact-col{
        width:calc((100% - 30px) / 2)
    }
    .contact-col-head{
        position:relative;
        font-size:22px;
        line-height:22px;
        font-weight:700;
        color:#333;
        padding-bottom:10px;
        border-bottom:2px solid #f5f5f5
    }
    .contact-col-head:after{
        position:absolute;
        content:'';
        width:50px;
        height:2px;
        left:0;
        bottom:-2px;
        background-color:var(--th-color-main2);
    }
    .contact-col-content{
        margin-top:20px
    }
    .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 input,.form-ct-item select,.form-ct-item textarea{
        width:100%;
        height:40px;
        outline:none;
        border:1px solid #d8d8d8;
        padding:0 10px;
        box-sizing:border-box;
        border-radius:3px;
        transition:all ease-in-out .3s
    }
    .form-ct-item input:focus,.form-ct-item select:focus,.form-ct-item textarea:focus{
        border:1px solid var(--th-color-orange);
        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:var(--th-color-main2);
        ;
        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:200px;
        height:45px;
        color:#fff;
        border:none;
        background-color:var(--th-color-main2);
        ;
        font-size:17px
    }
    .contact-file-btn:hover,.form-ct-item input[type="submit"]:hover{
        background-color:var(--th-color-red);
    }
    .grecaptcha-badge{
        display: none !important;
    }

    /*
    * PAGE ALBUM.
    */
    .page-gallery-item{
        position: relative;
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
    .page-gallery-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .page-gallery-item:nth-child(n+4){
        margin-top: 30px;
    }
    .page-gallery-item:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1;
        background-color: rgba(0, 0, 0, .5);
    }
    .page-gallery-item:before{
        position: absolute;
        content: '';
        width: calc(100% - 14px);
        height: calc(100% - 14px);
        top: 7px;
        left: 7px;
        z-index: 10;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, .5);
    }
    .page-gallery-item-thumb{
        display: block;
        color: #333;
        width: 100%;
        height: 270px;
    }
    .page-gallery-item-info{
        position: absolute;
        z-index: 20;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        align-items: center;
        justify-content: center;
        display: flex;
        color: #fff;
        font-size: 22px;
        padding: 30px;
        text-align: center;
    }

    /*
    * SEARCH.
    */
    .search-item{
        width: 100%;
    }
    .search-item:nth-child(n+2){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }
    .search-item-thumb{
        width: 120px;
        height: 120px;
    }
    .search-item-info{
        margin-left: 20px;
        width: calc(100% - 140px);
    }
    .search-item-info-right{
        display: flex;
        align-items: center;
        height: 100%;
        width: 140px;
        padding-left: 20px;
        border-left: 1px solid #e8e8e8;
    }
    .search-item-info-left{
        width: calc(100% - 160px);
    }
    .search-item-info-right a{
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        border-radius: 5px;
    }
    .search-item-info-right a i{
        margin-right: 5px;
    }
    .search-item-title{
        font-size: 18px;
        line-height: 1.5;
    }
    .search-item-desc{
        margin-top: 5px;
    }
    /**/
    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 15px;
        border: 1px solid transparent;
        border-radius: 3px;
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        width: 100%;
        box-sizing: border-box;
    }

    /*
    * PAGE CART.
    */
    .cart-template-content{
        margin-top: 0px;
    }
    .cart-template-content table{
        background-color: #fff;
    }
    /*
    * CART.
    */
    .woocommerce-message{
        margin-top: 20px;
        background-color: #fff;
    }
    .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;
    }
    .woocommerce-cart .cart-template-content .cart .button:hover{
        color: #fff !important;
        background-color: #007ebd !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: var(--th-color-main);
        font-weight: 700;
    }
    .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-red);
        border-radius: 3px !important;
        outline: none;
    }
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
        background-color: var(--th-color-orange);
    }
    .woocommerce form .form-row input.input-text,
    .select2-container--default .select2-selection--single{
        height: 45px !important;
        padding: 0 15px;
        outline: none !important;
        border: 1px solid #ddd;
        border-radius: 0px;
    }
    .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: 300px;
        padding: 15px;
    }
    .cart-template-content .woocommerce .quantity .qty{
        height: 30px;
        outline: none;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    #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: 18px;
        letter-spacing: .08em;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce-cart .cart-collaterals .cart_totals tr th,
    .cart_totals>h2,
    .woocommerce-checkout h3,
    .woocommerce table.shop_table tfoot th,
    /*.woocommerce h2,*/
    .woocommerce a.button{
        font-weight: 700 !important;
        font-size: 15px;
        text-transform: uppercase;

    }
    .cart_totals>h2,
    .woocommerce .cart-template-content h2{
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .woocommerce-error a,
    .woocommerce-message a{
        color: #007ebd;
    }
    .woocommerce-info{
        background-color: #fff;
    }

    /*
    * PAGE HE THONG CUA HANG.
    */
    .page-htch-wrap{
        margin-top: 5px;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
    }
    .page-htch-left{
        width: 300px;
        background-color: #fff;
        border-right: 1px solid #ddd;
    }
    .page-htch-left ul li:nth-child(n+2){
        border-top: 1px solid #e8e8e8;
    }
    .page-htch-left ul li a{
        display: block;
        padding: 10px 15px;
        color: #333;
        line-height: 1.5;
    }
    .page-htch-left ul li a p:nth-child(1){
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }
    .page-htch-left ul li a.active p:nth-child(1){
        color: var(--th-color-orange);
    }
    .page-htch-left ul li a p:nth-child(2){
        color: #666;
    }
    .page-htch-left ul li a.active{
        position: relative;
        background-color: #f5f5f5;
    }
    .page-htch-left ul li a.active:after{
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        top: 0px;
        right: -1px;
        z-index: 1;
        background-color: #f5f5f5;
    }
    .page-htch-right{
        padding: 10px;
        width: calc(100% - 300px);
    }
    .page-htch-map-item{
        background-color: #fff;
        height: 500px;
        padding: 3px;
    }
    .page-htch-right p,
    .page-htch-right iframe{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    /*
    * .
    */
}
@-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;
    }
}

/*---- single product ----*/
.single-product .single_variation_wrap .woocommerce-variation-price .price .woocommerce-Price-amount.amount {
    font-size: 25px;
    font-weight: 700;
}

.single-product .select_box_label.select_box .select_option.selected {
    border-width: 2px;
    border-radius: 5px;
    border-color: #ffa500;
}

.single-product .select_box_label.select_box .select_option {
    border-radius: 5px;
}

.single-product .select_box_label.select_box .select_option .yith_wccl_value {
    border: none;
}

.single-product form.variations_form.cart .variations .label {
    display: none;
}

.single-product .select_box_label.select_box .select_option_label {
    margin-bottom: 10px;
    padding: 5px;
    min-width: 300px;
}

.select_option_label.active {
    background-color: #f0f0f0; /* Ví dụ: làm nổi bật tùy chọn đang được chọn */
    border: 2px solid #007cba; /* Tùy chỉnh thêm cho phù hợp */
}
.pro-gallery-list-item.active {
    border: 2px solid #007bff; /* Ví dụ: Thêm border xanh cho thumbnail đang active */
    opacity: 0.8; /* Ví dụ: Giảm độ mờ cho thumbnail đang active */
}

.pro-gallery-list-item {
    cursor: pointer; /* Thay đổi con trỏ thành pointer khi hover */
    transition: border-color 0.3s; /* Hiệu ứng chuyển tiếp cho border */
}
.pro-gallery-list-item.active {
    border: 2px solid #007bff; /* Thêm border xanh cho thumbnail đang active */
    opacity: 0.8; /* Thay đổi độ mờ cho thumbnail đang active */
}

.pro-gallery-list-item {
    cursor: pointer; /* Thay đổi con trỏ thành pointer khi hover */
    transition: border-color 0.3s; /* Hiệu ứng chuyển tiếp cho border */
}

.gallery-carousel {
    display: flex;
    flex-direction: row;
}

/* variable*/
.gallery-thumnail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-thumnail a {
    width: 25%;
}

.item-thumnail {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.item-thumnail.active {
    opacity: 1;
    outline: 1px solid #ffa500;
}
.toc_container ul {
    list-style: none !important; 
    padding-left: 0 !important; 
}

.toc_container ul li {
    list-style: none !important; 
    background: none !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}

.toc_container ul li a {
    text-decoration: none !important; 
    color: inherit !important; 
}
.toc_container ul {
    list-style: none !important; 
    padding-left: 0 !important; 
}

.toc_container ul li {
    list-style: none !important; 
    background: none !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}

.toc_container ul li a {
    text-decoration: none !important; 
    color: inherit !important; 
}
#spin360{
    width:500px;
    height: auto;
    display: flex;
    justify-content: center; 
    align-items: center;
}