/*
    Theme Name: THAM MY - 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=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
:root{
    --th-color-orange: #B79D64;
    --th-color-red: #ff0000;
    --th-color-blue: #1840b4;
    --th-color-link: #0088f5;
    --th-color-blue2: #0B3050;
    --th-color-gray: #f9fafd;
    --th-color-yellow: #EAE3D3;
    --th-color-main: #22384D;
    --th-color-main2: #22384D;
    --th-color-main3: #22384D;
    --th-color-text-main: #273964;
    --th-color-main2: #534741;
    --th-font-head: "Noto Serif JP", serif;

}
@media screen{
    * {
        margin: 0px;
        padding: 0px;
        background-repeat: repeat-x;
    }
    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: "Be Vietnam Pro", sans-serif;
        font-size: 14px;
        font-weight: 300;*/
        /*font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 300;*/
        /*font-family: "Open Sans", sans-serif;*/
        font-family: var(--th-font-head);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
        color: #333;
        background-color: #fff;
    }
    body.home{
        background-color: #fff;
    }
    .body-pd{
        padding-top: 80px;
    }
    .body-overflow-hiden{
        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: 1170px;
        margin: 0 auto;
    }
    .container-large{
        width: 1296px;
    }
    .container-full{
        width: 96%;
    }
    /*
    * HEADER.
    */
    .header{
        position: relative;
        width: 100%;
        z-index: 100;
        background-color: var(--th-color-main);
        border-bottom: 1px solid #2f4f6c;
        
    }
    .header-fixed{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 10000;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
    }
    .logged-in .header-fixed{
        top: 32px;
    }

    /**/
    .header-main{
        position: relative;
    }
    .header-main .container{
        width: 1480px;
        height:80px;
    }
   /* .header-fixed .header-main .container{
        height: 60px;
        line-height: 60px;
    }*/
    .logo{
        margin: 0px;
        padding: 0px;
        left: 0px;
        margin-top: 10px;
        height: 60px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .logo{
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo a img{
        height: 100%;
        margin: 0 auto;
        /*filter: brightness(45);*/
    }

    /**/
    .header-main-right{
        height: 38px;
        line-height: 38px;
        margin-top: 21px;
    }
    .search-form{
        position: relative;
        height: 38px;
        line-height: 38px;
        width: 250px;
        margin-right: 0px;
        transition: all ease-in-out .3s;
    }
    .search-input{
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        outline: none;
        border: none;
        padding: 0 13px;
        width: 100%;
        font-size: 16px;
        border-radius: 8px;
        color: #fff;
        background-color: #31587d;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .2);
    }
    input.search-input::placeholder{
      color: #e0ffef;
    }
    .search-submit{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 38px;
        outline: none;
        border: none;
        color: #fff;
        font-size: 17px;
        background-color: transparent;
        border-radius: 8px;
    }
    .search-submit:hover{
        color: var(--th-color-orange);
    }
    .header-hotline{
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        margin-left: 30px;
        letter-spacing: 1px;
        font-family: var(--th-font-head);
        font-weight: 900;
    }
    .header-hotline:hover{
        color: var(--th-color-yellow);
    }
    .toggle-nav-mobile{
        position: absolute;
        top: 18px;
        left: 0px;
        display: none;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 100%;
        background-color: #182838;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        z-index: 20;
    }
    .header-mobile .toggle-nav-mobile,
    .toggle-nav-mobile:hover,
    .toggle-nav-mobile:focus{
        color: var(--th-color-orange);
        background-color: #27435e;
    }
    .toggle-nav-mobile i:nth-child(2){
        display: none;
    }

    /**/
    .icon-search{
        margin-left: 30px;
        font-size: 19px;
        cursor: pointer;
        color: var(--th-color-orange);
    }
    .icon-search:hover{
        color: var(--th-color-blue);
    }
    /**/
    .main-nav{
        margin-left: 80px;
        height: 80px;
        line-height: 80px;
    }
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li.menu-item-has-children>a:after{
        position: absolute;
        top: 0px;
        right: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 400;
        color: #fff;
        font-size: 10px;
    }
    .main-nav-inner>ul>li:nth-child(n+2){
        margin-left: 30px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        font-weight: 400;
        font-size: 14px;
    }
    .main-nav-inner>ul>li.menu-item-has-children>a{
        padding-right: 17px;
    }
    .main-nav-inner>ul>li>a{
        position: relative;
        color: #fff;
        font-weight: 400;
    }
    .main-nav-inner>ul>li>a:hover,
    .main-nav-inner>ul>li:hover>a{
        color: var(--th-color-orange);
    }
    .main-nav-inner>ul>li>ul{
        position: absolute;
        top: calc(100% + 10px);
        left: -15px;
        min-width: 250px;
        line-height: 1.5;
        background-color: #253f58;
        padding: 10px 15px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        border-radius: 0 0 5px 5px;
        transition: all ease-in-out .2s;
        opacity: 0;
        visibility: hidden;
        border-bottom: 3px solid var(--th-color-main);
    }
    .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 #253f58;
    }
    .main-nav-inner>ul>li ul li:nth-child(n+2){
        border-top: 1px dotted #2d4f6f;
    }
    .main-nav-inner>ul>li ul li a{
        font-size: 14px;
        padding: 10px 0px;
        color: #fff;
        font-weight: 300;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul li a:hover{
        color: var(--th-color-orange);
    }
    .main-nav-inner>ul>li.nav-full{
        position: static;
    }
    .main-nav-inner>ul>li.nav-full>ul{
        width: 1170px;
        min-width: 1170px;
        box-sizing: border-box;
        left: calc(50% - 585px);
        padding: 20px;
        overflow: hidden;
        border-radius: 8px;
        display: flex;
        flex-flow: row wrap;
        border: 3px solid var(--th-color-orange);
    }
    .main-nav-inner>ul>li.nav-full>ul:before{
        display: none;
    }
    .main-nav-inner>ul>li.nav-full>ul>li:nth-child(n){
        float: left;
        width: calc((100% - 40px) / 3);
        margin: 0px;
        margin-right: 20px;
        border: none;
    }
    .main-nav-inner>ul>li.nav-full>ul>li:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .main-nav-inner>ul>li.nav-full>ul>li:nth-child(n+4){
        margin-top: 20px;
    }
    .main-nav-inner>ul>li.nav-full>ul>li>a{
        position: relative;
        font-weight: 700;
        padding: 0px;
        padding-bottom: 7px;
        text-transform: uppercase;
        border-bottom: 1px dotted var(--th-color-orange);
    }
    .main-nav-inner>ul>li.nav-full>ul>li>a:after{
        position: absolute;
        content: '';
        width: 50px;
        height: 3px;
        left: 0px;
        bottom: -2px;
        background-color: var(--th-color-orange);
    }
    .main-nav-inner>ul>li.nav-full>ul>li>ul{
        margin-top: 5px;
    }
    .main-nav-inner>ul>li.nav-full>ul>li>ul li a{
        font-size: 13px;
    }
    
    /*.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;
    }*/
    
    /*
    * MAIN WRAP.
    */
    .main-wrap{
    }

    /*
    * FEATURED.
    */
    .featured{
        position: relative;
    }
    .featured-video{
        /*height: calc(100vh - 80px);*/
    }
    .featured-video video,
    .featured-video source{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    .featured-video video{
        object-fit: cover !important;
        pointer-events: none !important;
    }
    .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% - 25px);
        width: 30px;
        height: 38px;
        line-height: 38px !important;
        text-align: center;
        font-size: 22px !important;
        color: #fff;
        cursor: pointer;
        z-index: 100;
        cursor: pointer;
        font-weight: 300 !important;
        background-color: rgba(24, 64, 180, .9) !important;
    }
    .arrow-btn:hover{
       
    }
    .arrow-btn.slick-disabled{
        
    }
    .arrow-btn-prev{
    }
    .arrow-btn-next{
    }
    .carousel-wrap .slick-list{
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .fea-pro-carousel .slick-list,
    .list-pro-carousel .slick-list{
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .slick-dotted{
        padding-bottom: 10px !important;
    }
    .slick-dots{
        bottom: -32px !important;
    }
    .slick-dots li button:before{
        color: #e8e8e8 !important;
        opacity: 1 !important;
        border-radius: 2px !important;
        font-size: 9px !important;
    }
    .slick-dots li.slick-active button:before{
        color: var(--th-color-blue) !important;
    }
    .carousel-defaul .arrow-btn-prev,
    .carousel-defaul .arrow-btn-next{
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .2s;
    }
    .carousel-defaul .arrow-btn-prev:hover,
    .carousel-defaul .arrow-btn-next:hover{
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out .3s;
        color: #fff;
        background-color: var(--th-color-red) !important;
    }
    .carousel-defaul .arrow-btn-prev{
        left: 0px;
        border-radius: 0 5px 5px 0;
    }
    .carousel-defaul:hover .arrow-btn-prev{
        left: 0px;
    }
    .carousel-defaul .arrow-btn-next{
        right: 0px;
        border-radius: 5px 0 0 5px;
    }
    .carousel-defaul:hover .arrow-btn-next{
        right: 0px;
    }
    /**/
    .featured-carousel{
        margin: 0px !important;
    }
    .featured-item{
        position: relative;
        display: block;
        color: #333;
        /*height: 480px;*/
        background-color: #f9f9f9;
    }
    .featured-item video,
    .featured-item source{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    .featured-item video{
        object-fit: cover !important;
    }
    .featured-item-overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0, 0, 0, .5);
    }
    .featured-item-overlay .container{
        display: flex;
        height: 100%;
        color: #fff;
        align-items: center;
    }
    .featured-item-title{
        font-size: 60px;
        font-weight: 700;
        line-height: 1.4;
    }
    .featured-item-morelink{
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 20px;
        padding: 0 60px;
        border-radius: 5px;
        color: #fff;
        font-weight: 700;
        margin-top: 20px;
        background-color: var(--th-color-blue);
        transition:  all ease-in-out .3s;
    }
    .featured-item-morelink i{
        margin-left: 10px;
        transition:  all ease-in-out .3s;
    }
    .featured-item-morelink:hover{
        padding: 0 70px;
        background-color: var(--th-color-red);
    }
    .featured-item-morelink:hover i{
        margin-left: 15px;
    }



    .featured .carousel-wrap .slick-list{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .featured .arrow-btn{
        font-size: 32px !important;
        top: calc(50% - 15px);
        background-color: transparent !important;
        font-weight: 300 !important;
        box-shadow: none;
        border-radius: 0px;
    }
    .featured .arrow-btn:hover{
        color: var(--th-color-yellow) !important;
        background-color: transparent !important;
    }
    .featured .arrow-btn-prev{
        left: 20px !important;
    }
    .featured .arrow-btn-next{
        right: 20px !important;
    }
    .featured .arrow-btn,
    .featured .arrow-btn.slick-disabled{
        color: rgba(255, 255, 255, 1);
    }
    .featured .slick-dotted{
        padding-bottom: 0px !important;
    }
    .featured .slick-dots{
        bottom: 20px !important;
    }
    .featured .slick-dots li,
    .featured .slick-dots li button{
        width: 17px;
        transition: all ease-in-out .3s;
    }
    .featured .slick-dots li button:before{
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #fff;
        opacity: 1 !important;
        transition: all ease-in-out .3s;
    }
    .featured .slick-dots li.slick-active,
    .featured .slick-dots li.slick-active button{
        margin-right: 12px !important;
    }
    .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-text-main);
    }
    /*
    * HOME WRAP.
    */
    .block-item:nth-child(n){
        margin-top: 2px;
    }
    .block-item .container{
        padding: 80px 0;
    }
    .block-item-head{
        text-align: center;
        color: var(--th-color-text-main);
    }
    .block-item-title1{
        font-size: 68px;
        font-weight: 800;
        line-height: 1.1;
    }
    .block-item-title2{
        font-size: 35px;
        font-weight: 700;
        line-height: 1.5;
    }
    .white-text .block-item-title1,
    .white-text .block-item-title2{
        color: #fff;
    }
    .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;
    }
    .white .block-item-desc{
        color: #fff;
        margin-top: 15px;
    }

    .block-item-link{
        text-align: center;
        margin-top: 30px;
    }
    .block-item-link a{
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        padding: 0 15px;
        color: var(--th-color-text-main);
    }
    .block-item-link a:hover,
    .block-item-link a:hover i{
        color: var(--th-color-orange);
    }
    .block-item-link a i{
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 16px;
        margin-left: 10px;
        font-weight: 300;
        background-color: #22384d;
    }
    .white-text .block-item-link a{
        color: #fff;
    }
    .white-text .block-item-link a i{
        /*background-color: #025329;*/
    }
    .white-text .block-item-link a:hover,
    .white-text .block-item-link a:hover i{
        color: var(--th-color-orange);
    }

    .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;
    }
    .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)}

    /*
    * HOME SERVICE.
    */
    .home-service-thumb img{
        margin: 0 auto;
        max-width: 100%;
    }
    
    /*
    * FOOTER.
    */
    .footer{
        position: relative;
        background-color: #fff;
        /*border-top: 1px solid #e8e8e8;*/
        background-color: var(--th-color-main);
        font-family: var(--th-font-head);
    }
    .home .footer{
        border-top: none;
        /*background-color: none;*/
    }
    .footer-top .container{
        padding-bottom: 120px;
        color: #fff;
    }
    .footer-item{
        width: calc((100% - 260px) / 2);
        margin-right: 50px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
    }
    .footer-item:nth-child(1){
        width: 180px;
        margin-right: 30px;
    }
    .footer-item:nth-child(3){
        float: right;
        margin-right: 0px;
    }
    .footer-logo{
        width: 100%;
        color: #fff;
        display: block;
    }
    .footer-logo img{
        width: 100%;
    }
    .footer-item strong{
        color: #fff;
    }
    .footer-item a{
        color: #fff;
    }
    .footer-item a:hover{
        color: var(--th-color-orange);
    }
    .footer-item p:nth-child(n+2),
    .footer-item-collap{
        margin-top: 20px;
    }
    .footer-item-collap:nth-child(1){
        margin-top: 10px;
    }
    .footer-intro p>span,
    .footer-address p:nth-child(1)>strong{
        font-family: var(--th-font-head);
        font-weight: 900;
    }
    .footer-social{
        margin-top: 30px;
    }
    .footer-social-item{
        display: flex;
    }
    .footer-social-item:nth-child(n+2){
        margin-top: 20px;
    }
    .footer-address{
        margin-top: 30px;
    }
    .footer-social-item-icon{
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1px;
        margin-right: 15px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, .1);
        transition: all ease-in-out .2s;
    }
    .footer-social-item:hover .footer-social-item-icon{
        box-shadow: 0 0 0 8px rgba(255, 255, 255, .2);
    }
    .footer-social-item-title{
        width: calc(100% - 55px);
        display: flex;
        align-items: center;
        font-size: 18px;
    }
    .footer-item-collap-head{
        position: relative;
        font-weight: 700;
        color: #fff;
        padding-bottom: 2px;
        cursor: pointer;
        border-bottom: 1px solid #29445e;
    }
    .footer-item-collap-head:after{
        position: absolute;
        top: 2px;
        right: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 400;
        color: #fff;
        font-size: 15px;
    }
    .active .footer-item-collap-head:after{
        content: "\f077";
    }
    .footer-item-collap-content{
        margin-top: 15px;
        display: none;
    }
    .footer-item-collap-content ul{
        padding-left: 15px;
    }
    .footer-item-collap-content ul li{
        position: relative;
        padding-left: 15px;
    }
    .footer-item-collap-content ul li:nth-child(n+2){
        margin-top: 6px;
    }
    .footer-item-collap-content ul li:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        top: 9px;
        left: 0px;
        border-radius: 100%;
        background-color: var(--th-color-orange);
    }

    /**/
    .icon-back-top{
        position: fixed;
        z-index: 100;
        right: -50px;
        bottom: 20px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        color: #999;
        opacity: 0;
        font-size: 13px;
        visibility: hidden;
        box-sizing: border-box;
        padding-top: 2px;
        transition: all ease-in-out .3s;
        background-color: rgba(0, 0, 0, .1);
        border-radius: 5px;
    }
    .icon-back-top *{
        display: block;
        line-height: 1;
        font-weight: 400 !important;
    }
    .icon-back-top:hover{
        background-color: var(--th-color-orange);
        color: var(--th-color-text-main)
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    }
    .icon-back-top.active{
        right: 10px;
        opacity: 1;
        visibility: visible;
    }
    /**/
    .btn-register-fixed{
        position: fixed;
        bottom: 30px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        text-align: center;
        width: 198px;
        left: calc(50% - 100px);
        font-size: 18px;
        font-weight: 500;
        color: #000;
        border: 1px solid #fff;
        background: linear-gradient(0deg, #b29b67 0%, #f3d58f 100%);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        transition: all ease-in-out .3s;
    }
    .btn-register-fixed:hover{
        background: linear-gradient(0deg, #7e6c43 0%, #d1b67b 100%);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    } 

    /*
    * TAXXONOMY.
    */
    .sub-wrap .container{
        padding: 50px 0;
        padding-top: 30px;
    }
    .tax-banner{
        margin-bottom: 20px;
    }
    .block-breadcrumb{
        background-color: #f5f5f5;
    }
    .block-breadcrumb .container{
        padding: 12px 0;
    }
    .block-breadcrumb-single{
        margin-top: 0px;
    }
    .block-breadcrumb a,
    .block-breadcrumb span{
        color: #333;
    }
    .block-breadcrumb a{
        font-weight: 400;
        color: #333;
    }
    .block-breadcrumb span.separator{
        padding: 0 8px;
        color: var(--th-color-orange);
    }
    .block-breadcrumb p>a:first-child{
        padding-left: 0px;
    }
    .block-breadcrumb span.breadcrumb_last{
        padding-left: 4px;
    }
    .sidebar{
        width: 350px;
    }
    .primary{
        width: calc(100% - 390px);
    }
    /**/
    .category-title{
        font-size: 23px;
        line-height: 1.5;
        font-family: var(--th-font-head);
        font-weight: 900;
        color: var(--th-color-text-main);
        padding: 8px 15px;
        background-color: #f5f5f5;
        border-radius: 8px;
    }
    .category-title-full{
        text-align: center;
    }
    
    /**/
    .category-post-wrap{
        margin-top: 30px;
    }
    .news-list-item:nth-child(n+2){
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #e8e8e8;
    }
    .news-list-item-thumb{
        display: block;
        background-color: #f9f9f9;
        width: 250px;
        height: 250px;
        color: #333;
        border-radius: -px;
    }
    .news-list-item-info{
        width: calc(100% - 270px);
    }
    .news-list-item-title{
        font-size: 23px;
        font-weight: 700;
        line-height: 1.5;
    }
    .news-list-item-title a{
        display: block;
        color: #000;
    }
    .news-list-item-des{
        margin-top: 10px;
        font-size: 16px;
        color: #666;
    }
    .news-list-item-morelink{
        margin-top: 15px;
        text-align: left;
    }
    .news-list-item-morelink a{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        border-radius: 5px;
        color: #fff;
        background-color: var(--th-color-main);
        transition: all ease-in-out .2s;
    }
    .news-list-item-morelink a:hover{
        color: var(--th-color-yellow);
        background-color: #05743c;
        padding: 0 20px;
    }
    .news-list-item-morelink a i{
        margin-left: 5px;
    }
    /**/
    .news-archive-col-item{
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
    .news-archive-col-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .news-archive-col-item:nth-child(n+4){
        margin-top: 30px;
    }
    .news-archive-col-item-thumb{
        display: block;
        color: #333;
        background-color: #f9f9f9;
        border-radius: 5px;
        /*height: 250px;*/
    }
    .news-archive-col-item-info{
        margin-top: 15px;
    }
    .news-archive-col-item-title{
        font-size: 23px;
        font-weight: 700;
        line-height: 1.5;
    }
    .news-archive-col-item-title a{
        display: block;
        color: #000;
    }
    .news-archive-col-item-desc{
        margin-top: 10px;
        font-size: 16px;
        color: #666;
    }
    .news-archive-col-item-morelink{
        margin-top: 10px;
        text-align: left;
        font-size: 16px;
    }
    .news-archive-col-item-morelink a{
        display: inline-block;
        color: #000;
        font-weight: 700;
    }
    .news-archive-col-item-morelink a i{
        margin-left: 7px;
        color: var(--th-color-orange);
        transition: all ease-in-out .2s;
    }
    .news-archive-col-item-morelink a:hover i{
        margin-left: 12px;
    }
    /**/
    .tax-description{
        margin-top: 40px;
        padding: 30px 20px;
        border-radius: 10px;
        background-color: #f5f5f5;
    }


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

    /*
    * TAX PRODUCT.
    */
    .tax-pro-head{
        background-color: var(--th-color-gray);
    }
    .tax-pro-head .container{
        padding: 60px 0;
    }
    .tax-pro-title{
        font-size: 60px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
    }
    .tax-pro-row:nth-child(n+2){
        margin-top: 40px;
    }
    .tax-pro-row-head{
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
    }
    .tax-pro-row-content{
        margin-top: 10px;
    }
    .tax-pro-row-col-3{
        margin-top: 20px;
    }
    /**/
    .tax-pro-child-item{
        display: block;
        color: #333;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #e0e0e0;
        transition: all ease-in-out .3s;
    }
    .tax-pro-child-item:hover{
        box-shadow: 0 2px 20px rgba(56, 64, 79, 0.2);
    }
    .tax-pro-child-item.col-2{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .tax-pro-child-item.col-2:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .tax-pro-child-item.col-2:nth-child(n+3){
        margin-top: 20px;
    }
    .tax-pro-child-item.col-3{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .tax-pro-child-item.col-3:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .tax-pro-child-item.col-3:nth-child(n+4){
        margin-top: 20px;
    }
    .tax-pro-child-item-info{
        padding: 25px 15px;
        padding-bottom: 30px;
    }
    .tax-pro-child-item-title{
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tax-pro-child-item-title.center{
        text-align: center;
    }
    .tax-pro-child-item-thumb{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        padding: 30px;
        box-sizing: border-box;
        background-color: #f9fafd;
    }
    .col-3 .tax-pro-child-item-thumb{
        height: 215px;
        padding: 20px;
    }
    .tax-pro-child-item-thumb img{
        display: block;
        width: auto !important;
        height: auto !important;
        max-height: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .tax-pro-child-item-fea-content{
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .tax-pro-child-item-fea-content li{
        position: relative;
        padding-left: 15px;
    }
    .tax-pro-child-item-fea-content ul:nth-child(n+2),
    .tax-pro-child-item-fea-content li:nth-child(n+2){
        margin-top: 6px;
    }
    .tax-pro-child-item-fea-content li:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 100%;
        top: 9px;
        left: 0px;
        background-color: #333;
    }
    /**/
    .tax-pro-detail-thumb{
        width: 360px;
        height: 360px;
        box-sizing: border-box;
        border: 1px solid #e8e8e8;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tax-pro-detail-thumb img{
        display: block;
        width: auto !important;
        height: auto !important;
        max-height: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .tax-pro-detail-info{
        width: calc(100% - 400px);
    }
    /**/
    /**/
    .accordion-wrap{
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #333;
    }
    .accordion-head{
        font-size: 25px;
        line-height: 1.5;
        color: #000;
        font-weight: 700;
    }
    .accordion-content{
        margin-top: 10px;
    }
    .accordion-item{
    }
    .accordion-item:nth-child(n+2){
        border-top: 1px solid #e8e8e8;
    }
    .accordion-item-title{
        position: relative;
        padding: 10px 0px;
        padding-bottom: 12px;
        padding-right: 30px;
        font-weight: 500;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.5;
    }
    .accordion-item-title:after{
        position: absolute;
        top: 10px;
        right: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 400;
    }
    .accordion-item-title:hover,
    .accordion-item-title.active{
        color: #000;
        font-weight: 700;
    }
    .accordion-item-title.active:after{
         content: "\f077";
    }
    .accordion-item-content{
        display: none;
        padding-bottom: 20px;
    }


    /*
    * SIDEBAR.
    */
    .sidebar-item{
        background-color: #f5f5f5;
        border-radius: 8px;
        overflow: hidden;
    }
    .sidebar-item:nth-child(n+2){
        margin-top: 30px;
    }
    .sidebar-item-head{
        position: relative;
        font-size: 16px;
        font-weight: 700;
        color: var(--th-color-yellow);
        padding: 8px 15px;
        line-height: 1.5;
        text-transform: uppercase;
        background-color: var(--th-color-main);
        font-family: var(--th-font-head);
        font-weight: 900;
    }
    .sidebar-item-content{
       padding: 20px 15px;
    }
    .sidebar-item-nav li:nth-child(n+2){
        margin-top: 10px;
    }
    .sidebar-item-nav li a{
        display: block;
        padding: 10px;
        color: #333;
        line-height: 1.5;
        background-color: #f9f9f9;
        border-radius: 2px;
    }
    .sidebar-item-nav li a:hover{
        color: #d10a00;
    }
    .sidebar-item-nav li a.active{
        color: #333;
        border: 1px solid #d10a00;
    }
    .sb-post-item:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dotted #ccc;
    }
    .sb-post-item-thumb{
        display: block;
        width: 90px;
        height: 90px;
        background-color: #fff;
        color: #333;
    }
    .sb-post-item-info{
        margin-left: 105px;
    }
    .sb-post-item-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
    }
    .sb-post-item-title a{
        display: block;
        color: #000;
    }

    /*
    * SINGLE PRO.
    */
    .sgl-pro-top{
        margin-top: 30px;
    }
    .sgl-pro-top-left{
        width: 350px;
    }
    .sgl-pro-top-right{
        width: calc(100% - 400px);
    }
    .sgl-pro-thumb img{
        width: 100%;
    }
    .sgl-pro-file{
        width: 180px;
        text-align: center;
    }
    .sgl-pro-desc{
       width: calc(100% - 210px);
       font-size: 15px;
    }
    .sgl-pro-desc li{
        position: relative;
        padding-left: 15px;
    }
    .sgl-pro-desc li:nth-child(n+2){
        margin-top: 5px;
    }
    .sgl-pro-desc li:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        top: 9px;
        left: 0px;
        border-radius: 100%;
        background-color: #333;
    }
    .sgl-pro-file li{
        display: block;
    }
    .sgl-pro-file li:nth-child(n+2){
        margin-top: 10px;
    }
    .sgl-pro-file a{
        display: block;
        padding: 8px 20px;
        border-radius: 5px;
        border: 1px solid var(--th-color-red);
        color: var(--th-color-red);
    }
    .sgl-pro-file a:hover{
        color: #fff;
        background-color: var(--th-color-red);
    }
    .sgl-pro-content{
        margin-top: 40px;
    }
    .sgl-pro-note{
        margin-top: 30px;
        font-weight: 700;
        font-size: 16px;
    }
    /**/
    .sgl-pro-tab{
        margin-top: 30px;
    }
    .sgl-pro-tab-nav{
        border-bottom: 1px solid #e8e8e8;
    }
    .sgl-pro-tab-nav li{
        position: relative;
        display: block;
        color: #999;
        font-weight: 700;
        padding: 8px 15px;
        cursor: pointer;
        font-size: 20px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .sgl-pro-tab-nav li:hover,
    .sgl-pro-tab-nav li.active{
        color: #000;
    }
    .sgl-pro-tab-nav li.active:after{
        position: absolute;
        content: '';
        left: 0px;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: var(--th-color-blue);
    }
    .sgl-pro-tab-panel{
        margin-top: 30px;
    }
    .sgl-pro-tab-panel-item{
    }
    .sgl-pro-table{
        text-align: center;
    }
    /**/
    table.pro-list-table{
        border-top: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        line-height: 1.5;
    }
    table.pro-list-table thead{
        background-color: #f9fafd;
    }
    table.pro-list-table th,
    table.pro-list-table td{
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 5px;
        text-align: left;
    }
    table.pro-list-table thead th,
    table.pro-list-table thead td{
        padding: 15px 5px;
    }
    .pro-list-cell-title h3{
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
    }
    .pro-list-cell-title a{
        display: block;
        color: var(--th-color-blue);
    }
    .cell-more-link a{
        display: inline-block;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        font-weight: 700;
        padding: 0 20px;
        border-radius: 5px;
        color: #fff;
        transition: all ease-in-out .3s;
        background-color: var(--th-color-blue);
    }
    .cell-more-link a:hover{
        background-color: var(--th-color-red);
    }
    



    /*
    * SINGLE NEW.
    */
    .primary-single-news{
        padding: 20px;
    }
    .single-head{
        position: relative;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .single-head:after{
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        left: 0px;
        bottom: -2px;
        background-color: var(--th-color-orange);
    }
    .single-title{
        font-size: 32px;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
        font-family: var(--th-font-head);
        font-weight: 900;
    }
    .page-head{
        text-align: center;
    }
    .page-head:after{
        left: calc(50% - 35px);
    }
    .page-head .single-title{
        color: var(--th-color-text-main);
    }
    .single-share{
        margin-top: 30px;
        background-color: #f5f5f5;
        padding: 20px;
        padding-top: 27px;
        border-radius: 10px;
    }
    .single-share-left{
        width: 70px;
        font-weight: 700;
        padding-top: 1px;
    }
    .single-share-left i{
        margin-right: 5px;
        color: #000;
    }
    .single-share:hover .single-share-left i{
        font-weight: 700;
    }
    .single-share-right{
        width: calc(100% - 70px);
    }
    .single-post-related{
        margin-top: 40px;
    }
    .single-post-related-head{
        position: relative;
        font-size: 23px;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
        padding-left: 20px;
    }
    .single-post-related-head:before{
        position: absolute;
        content:'';
        width: 10px;
        top: 4px;
        left: 0px;
        height: 23px;
        background-color: var(--th-color-orange);
    }
    .single-post-related-list{
        margin-top: 20px;
    }
    .news-col-item{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        border: 1px solid #e8e8e8;
        padding: 15px;
        box-sizing: border-box;
    }
    .news-col-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .news-col-item:nth-child(n+3){
        margin-top: 20px;
    }
    .news-col-item-thumb{
        display: block;
        color: #333;
        /*height: 220px;*/
        background-color: #f9f9f9;
    }
    .news-col-item-info{
        margin-top: 20px;
    }
    .news-col-item-title{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
    }
    .news-col-item-title a{
        display: block;
        color: #000;
    }
    .news-col-item-des{
        margin-top: 10px;
        font-size: 16px;
        color: #666;
        line-height: 1.5;
    }
    
    /**/
    .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;
    }
    .single-meta span:nth-child(n+2){
        margin-left: 15px;
    }
    .single-meta span i{
        margin-right: 5px;
        color: var(--th-color-blue);
    }
    .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: 30px;
    }
    .single-content-main{
        width: calc(100% - 85px);
    }
    .single-content{
        color: #333;
        /*font-weight: 400;*/
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
    }
    .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: var(--th-color-link);
        font-weight: 700;
    }
    .single-content a:hover{
        color: var(--th-color-orange);
        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 figure{
        margin: 0px !important;
        padding: 8px 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;
        font-weight: 900;
        color: var(--th-color-main);
        font-family: var(--th-font-head);
    }
    .single-content>h1{
        font-size: 28px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h2{
        font-size: 25px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h3{
        padding: 8px 0;
        font-size: 22px;
    }
    .single-content>h4{
        padding: 8px 0;
        font-size: 20px;
    }
    .single-content ul,
    .single-content ol{
        padding: 8px 0;
    }
    .single-content ol{
        padding-left: 30px;
    }
    .single-content ul li{
        position: relative;
        padding-left: 26px;
    }
    .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: #333;
    }
    .single-content ol li::marker{
        font-weight: 700;
    }
    .single-content .tax-fea-content{
        /*padding: 8px 0;*/
        overflow: hidden;
    }
    .single-content .tax-fea-content ul{
        float: left;
        width: calc((100% - 20px) / 2);
    }
    .single-content .tax-fea-content ul:nth-child(2n+2){
        float: right;
    }
    .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;
        /*background-color: #f2f2f2;*/
    }
    .single-content-pro .wp-caption{
        width: 100% !important;
    }
    .single-content p.wp-caption-text{
        padding-top: 0px;
        text-align: center;
        color: #666;
        font-size: 15px;
        padding-bottom: 8px;
        line-height: 1.5;
        /*font-style: italic;*/
    }
    .single-content blockquote{
        padding: 30px 20px;
        border-radius: 8px;
        background-color: #f5f5f5;
        margin: 15px 0;
    }
    .single-content blockquote:nth-child(n+2){
        margin: 8px 0;
    }
    .single-content blockquote h2,
    .single-content blockquote h3{
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 10px 0;
    }
    .single-content blockquote h2 img,
    .single-content blockquote h3 img{
        margin-left: 0px;
        margin-right: 10px;
    }
    /**/
    .single-tag{
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding-top: 20px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .single-tag-left{
        width: 100px;
        font-size: 14px;
        padding-top: 12px;
        font-weight: 700;
        color: #000;
        font-family: var(--th-font-title);
    }
    .single-tag-left i{
        margin-right: 5px;
    }
    .single-tag-right{
        width: calc(100% - 110px);
    }
    .single-tag-item{
        display: inline-block;
        height: 32px;
        line-height: 30px;
        padding: 0 12px;
        margin-right: 5px;
        margin-top: 9px;
        color: var(--th-color-link);
        border: 1px solid var(--th-color-link);
        font-weight: 700;
        border-radius: 32px;
        transition: all ease-in-out .3s;
    }
    .sidebar-tag-item h4{
        font-size: 13px;
        font-weight: 400;
    }
    .single-tag-item:hover{
        color: #000;
        font-weight: 700;
        border: 1px solid #000;
        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;
    }

    /**/
    .box-register{
        margin-top: 40px;
        background-color: var(--th-color-main);
        border-radius: 8px;
        overflow: hidden;
    }
    .box-register-left,
    .box-register-right{
        padding: 20px;
        box-sizing: border-box;
    }
    .box-register-right{
        width: 300px;
        background-color: #af9863;
    }
    .box-register-left{
        width: calc((100% - 300px));
    }
    .box-register-title{
        font-weight: 700;
        line-height: 1.5;
        font-size: 17px;
        color: #fff;
        font-family: var(--th-font-head);
        font-weight: 900;
    }
    .box-register-title a{
        font-size: 17px;
        color: #ffeb3b;
    }
    .box-register-left .box-register-title{
        text-align: center;
    }
    .box-register-right .box-register-title{
        color: #000;
        font-size: 15px;
    }
    .box-register-content{
        margin-top: 20px;
    }
    .register-ld-item:nth-child(n+2){
        margin-top: 20px;
    }
    .register-ld-item-icon{
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        border-radius: 100%;
        margin-right: 15px;
        background-color: #274460;
    }
    .register-ld-item-content{
        width: calc(100% - 55px);
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }
    .box-register-form input,
    .box-register-form select{
        width: 100%;
        height: 38px;
        outline: none;
        border: none;
        padding: 0 12px;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: inset 1px 1px 3px rgba(0, 0 ,0, .2);
    }
    .box-register-form input[type="text"]::placeholder{
      color: #333;
    }
    .box-register-form .wpcf7-form-control-wrap:nth-child(n+2){
        margin-top: 12px;
        display: block;
    }
    .box-register-form input[type="submit"]{
        margin-top: 15px;
        box-shadow: none;
        color: #fff;
        font-weight: 700;
        background-color: var(--th-color-main);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        webkit-animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: won 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    }
    .box-register-form input[type="submit"]:hover{
        color: var(--th-color-yellow);
        background-color: #204160;
    }
    /**/
    .popup-register{
        width: 860px;
        max-width: 96%;
        padding: 0px !important;
        border-radius: 10px;
        overflow: hidden;
        background-color: #fffcf6 !important;
    }
    .popup-register-left,
    .popup-register-right{
        width: 50%;
        box-sizing: border-box;
    }
    .popup-register-left img{
        width: 100%;
    }
    .popup-register-right{
        padding: 80px 20px;
        display: flex;
        align-items: center;
    }
    .popup-register-right-inner{
        width: 100%;
    }
    .popup-register-head{
        font-size: 28px;
        line-height: 1.5;
        text-align: center;
        font-weight: 700;
        color: var(--th-color-text-main);
    }
    .popup-register-form{
        margin-top: 20px;
    }
    .popup-register-form .wpcf7-form-control-wrap:nth-child(n+2){
        margin-top: 15px;
    }
    .popup-register-form input,
    .popup-register-form select{
        border: none;
        height: 45px;
        border-radius: 8px;
        background-color: #f1e7cc;
        box-shadow: none;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .1);
    }
    .popup-register-form input[type="submit"]{
        text-transform: uppercase;
        background: #d50d16;
        background: linear-gradient(180deg, #d50d16 0%, #a20909 100%);
        color: #fff;
        font-size: 17px;
        margin-top: 30px;
        border: 2px solid #F2AF69;
        border-radius: 45px;
    }
    .popup-register-form input[type="submit"]:hover{
        color: var(--th-color-orange);
        background: linear-gradient(180deg, #3b6791 0%, #22384d 100%);
    }
    .popup-register-hotline{
        text-align: center;
        margin-top: 20px;
        font-style: italic;
    }
    .popup-register-hotline strong{
        color: #000;
    }
    .popup-register .fancybox-close-small{
        color: var(--th-color-main) !important;
        background-color: #ede4ce !important;
    }

    /*
    * PAGE CONTACT.
    */
    .contact-col2-item{
        width: calc((100% - 30px) / 2);
        margin-top: 10px;
    }
    .contact-col2-item-head{
        position: relative;
        font-weight: 700;
        line-height: 1.5;
        font-size: 24px;
        color: #000;
        padding-left: 20px;
        text-transform: uppercase;
    }
    .contact-col2-item-head:before{
        position: absolute;
        content: '';
        height: 22px;
        left: 0px;
        width: 8px;
        top: 7px;
        background-color: var(--th-color-orange);
    }
    .contact-col2-item-content{
        margin-top: 15px;
    }
    .contact-map{
        margin-top: 30px;
        height: 400px;
        background-color: #f9f9f9;
        margin-bottom: 20px;
    }
    .contact-map p,
    .contact-map iframe{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    .form-ct-note{
        font-size: 15px;
        font-style: italic;
    }
    .page-template-contact .form-ct-wrap{
        margin-top: 0px;
    }
    
    
    .form-ct-item:nth-child(n+3){margin-top:15px}
    .form-ct-item-col2{width:calc((100% - 20px) / 2)}
    .form-ct-item-full{width:100%}
    .form-ct-item>p{font-weight: 700;color:#fff;font-size:18px;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:44px;outline:none;border:none;padding:0 10px;box-sizing:border-box;border-radius:5px;transition:all ease-in-out .3s;font-weight:400;color:#333;}
    /*.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:100%;height:48px;line-height:46px;color:#fff;border:none;background-color:transparent;font-size:20px;font-weight:700;border:1px solid #fff;}
    .contact-file-btn:hover,.form-ct-item input[type="submit"]:hover{background-color:#fff;color:var(--th-color-blue);}
    .grecaptcha-badge{display: none !important;}

    .page-template-contact .form-ct-item>p{
        color: #333;
    }
    .page-template-contact .form-ct-item input,.page-template-contact .form-ct-item select,.page-template-contact .form-ct-item textarea{
        color: #333;
        border:1px solid #e8e8e8;
        background-color: var(--th-color-gray);
    }
    .page-template-contact .wpcf7-checkbox{
        background-color: var(--th-color-gray);
        padding: 20px;
        border-radius: 5px;
        display: block;
    }
    .page-template-contact .wpcf7-list-item{
        position: relative;
        display: block;
        margin-left: 5px;
    }
    .page-template-contact input[type="checkbox"]{
        width: 13px;
        height: 13px;
        outline: none;
        border: 1px solid #ddd !important;
        margin-right: 5px;
    }
    .page-template-contact .form-ct-item>p span label{
        font-size: 16px;
    }
    .page-template-contact .form-ct-item>p span label span{
        color: #333;
    }
    .page-template-contact .form-ct-item input[type="submit"]{
        border: none;
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .page-template-contact .form-ct-item input[type="submit"]:hover{
        background-color: var(--th-color-main);
    }

    /*
    * SEARCH.
    */
    .search-result-list{
        margin-top: 30px;
    }
    .search-result-item{
        width: 100%;
    }
    .search-result-item:nth-child(n+2){
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #e8e8e8;
    }
    .search-result-item-thumb{
        display: block;
        color: #333;
        width: 150px;
        height: 150px;
        overflow: hidden;
        background-color: #f9f9f9;
    }
    .search-result-item-info{
        margin-left: 20px;
        width: calc(100% - 170px);
    }
    .search-result-item-title{
        font-size: 23px;
        line-height: 1.5;
        font-weight: 700;
    }
    .search-result-item-title a{
        color: #000;
    }
    .search-result-item-desc{
        margin-top: 10px;
        font-size: 16px;
        color: #666;
    }
    /**/
    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;
    }

    
    .phone-vr-img-circle{box-sizing:border-box;border:2px solid #fff;top:26px;left:27px;}
    #fanpage-vr .phone-vr-img-circle{background-color:#fff;border:1px solid #fff;}
    .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: 16px;
        font-weight:700;
    }

    /*
    * PAGE DOI NGU.
    */
    .single-dn-item{
        padding: 20px;
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .single-dn-item:nth-child(n+2){
        margin-top: 30px;
    }
    .single-dn-item-left{
        width: 300px;
        background-color: #f99f9f9;
    }
    .single-dn-item-right{
        width: calc(100% - 330px);
    }

}
@-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; }
}
@-webkit-keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@keyframes won {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}