/*
    Theme Name: PHÒNG KHÁM AN ĐẠT
    Theme URI: https://www.facebook.com/huydev9x
    Author: HuyDev
    Author URI: https://www.facebook.com/huydev9x
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@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');
:root{
    --th-color-orange: #f8a861;
    --th-color-red: #ff0000;
    --th-color-red-pink: #ee898a;
    --th-color-blue: #0097d6;
    --th-color-link: #1840b4;
    --th-color-blue2: #0B3050;
    --th-color-gray: #f9fafd;
    --th-color-yellow: #ffeb3b;
    --th-color-main: #ec1d25;
    --th-font-main: "Montserrat", sans-serif;
    /*--th-font-head: "Noto Serif Display", serif;*/
    --th-font-head: "Be Vietnam Pro", sans-serif;
}
@media screen{
    * {
        margin: 0px;
        padding: 0px;
    }
    a:link{
        text-decoration:none;
    }
    a:focus{
        outline: none;
    }
    img{
        display: block;
        padding: 0px;
        outline: none;
        border: none;
    }
    ul{
        list-style:none;
    }
    h1{
        margin: 0px;
        padding: 0px;
    }
    body{
        position: relative;
        font-family: var(--th-font-main);
        font-size: 14px;
        line-height: 1.7;
        font-weight: 400;
        color: #333;
        background-color: #fff;
    }
    body.home{
        background-color: #fff;
    }
    .body-pd{
        padding-top: 60px;
    }
    .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.body-padding{
        padding-top: 215px;
    }
    .body-padding{
        padding-top: 185px;
    }
    .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;
        /*box-shadow: 0 2px 3px rgba(0,0,0,.1);*/
    }
    .header-fixed{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
    }
    .logged-in .header-fixed{
        top: 32px;
    }
    /**/
    .header-main{
        position: relative;
        background-color: #fff;
    }
    .header-main .container{
/*        width: 1180px;*/
        height:160px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .header-main .container{
        height: 78px;
        line-height: 78px;
    }
    .logo{
        margin: 0px;
        padding: 0px;
        left: 0px;
        margin-top: 35px;
        height: 90px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .logo{
        margin-top: 10px;
        height: 58px;
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo a img{
        height: 100%;
        margin: 0 auto;
        /*filter: brightness(45);*/
    }
    /**/
    .header-main-hotline{
        height: 90px;
        margin-top: 35px;
        display: flex;
        align-items: center;
        margin-left: 50px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .header-main-hotline{
        margin-top: 10px;
        height: 58px;
    }
    .header-main-hotline-item{
        height: 33px;
        line-height: 33px;
        font-weight: 700;
        font-size: 16px;
        color: var(--th-color-red);
    }
    .header-main-hotline-item:nth-child(n+2){
        margin-top: 8px;
    }
    .header-fixed .header-main-hotline-item:nth-child(n+2){
        display: none;
    }
    .header-main-hotline-item-left{
        width: 120px;
    }
    .header-main-hotline-item-left i{
        margin-right: 5px;
    }
    .header-main-hotline-item-right{
        border-radius: 33px;
        width: 160px;
        box-sizing: border-box;
        padding: 0 20px;
        color: var(--th-color-main);
        letter-spacing: 1px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
        background-image: linear-gradient(to bottom, #ffdada, #fff);
    }

    /**/
    .header-main-right{
        height: 32px;
        line-height: 32px;
        margin-top: 64px;
        transition: all ease-in-out .3s;
    }
    .header-fixed .header-main-right{
        margin-top: 23px;
    }
    .header-top-menu li{
        float: left;
    }
    .header-top-menu li a{
        display: block;
        color: #333;
        padding: 0 10px;
        font-weight: 600;
    }
    .header-btn-event{
        margin-left: 10px;
        padding: 0 20px;
        border-radius: 32px;
        color: #fff;
        font-weight: 600;
        background-color: var(--th-color-main);
    }
    .header-btn-event:hover{
        color: var(--th-color-yellow);
    }
    .header-icon-search{
        margin-left: 20px;
        font-size: 20px;
        color: #000;
        cursor: pointer;
    }



    .search-form{
        position: relative;
        height: 44px;
        line-height: 44px;
        width: 460px;
        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;
        background-color: #f0f0f0;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    }
    .search-submit{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 45px;
        height: 44px;
        outline: none;
        border: none;
        color: #333;
        font-size: 16px;
        background-color: transparent;
        border-radius: 8px;
    }
    .search-submit:hover{
        color: var(--th-color-red);
    }
    .header-cart-btn{
        position: relative;
        display: block;
        margin-left: 50px;
        color: #333;
        font-weight: 700;
        padding-left: 36px;
        font-size: 16px;
    }
    .header-cart-btn i{
        position: absolute;
        top: 7px;
        left: 0px;
        font-size: 28px;
        color: var(--th-color-blue);
    }
    .header-cart-btn:hover i{
        font-weight: 700;
    }
    .toggle-nav-mobile{
        position: absolute;
        right: 0px;
        top: 19px;
        display: none;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-left: 25px;
        background-color: #ffe0e0;
        border-radius: 8px;
        font-size: 20px;
        cursor: pointer;
        color: var(--th-color-main);
    }
    .header-mobile .toggle-nav-mobile,
    .toggle-nav-mobile:hover,
    .toggle-nav-mobile:focus{
        color: #fff;
        background-color: var(--th-color-main);
    }
    .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);
    }
    /**/
    .header-bottom{
        height: 25px;
    }
    .header-bottom .container{
        width: 1220px;
    }
    .header-bottom .main-nav{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0 30px;
        box-shadow: 0 0 0 3px rgba(255, 2255, 255, 1);
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        box-sizing: border-box;
        background-color: var(--th-color-main);
    }
    .main-nav-inner>ul>li{
        float: left;
        position: relative;
    }
    .main-nav-inner>ul>li.menu-item-has-children:after{
        position: absolute;
        top: 0px;
        right: 0px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f078";
        font-weight: 300;
        color: #fff;
        font-size: 13px;
    }
    .main-nav-inner>ul>li.menu-item-has-children:hover:after{
        color: var(--th-color-yellow);
    }
    .main-nav-inner>ul>li:nth-child(n+2){
        margin-left: 38px;
    }
    .main-nav-inner>ul>li a{
        display: block;
        font-size: 16px;
    }
    .main-nav-inner>ul>li.menu-item-has-children>a{
        padding-right: 20px;
    }
    .main-nav-inner>ul>li>a{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }
    .main-nav-inner>ul>li:hover>a,
    .main-nav-inner>ul>li>a:hover{
        color: var(--th-color-yellow);
    }
    .main-nav-inner>ul>li ul{
        position: absolute;
        top: calc(100% + 10px);
        left: 0px;
        min-width: 250px;
        line-height: 1.5;
        background-color: #fff;
        padding: 5px;
        border-radius: 10px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
        transition: all ease-in-out .2s;
        opacity: 0;
        visibility: hidden;
        font-weight: 500;
    }
    .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 li a{
        font-size: 14px;
        padding: 9px 15px;
        color: #333;
        border-radius: 8px;
        transition: all ease-in-out .3s;
    }
    .main-nav-inner>ul>li ul li.menu-item-has-children:after{
        position: absolute;
        top: 9px;
        right: 15px;
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        font-weight: 300;
        color: #333;
        font-size: 14px;
    }
    .main-nav-inner>ul>li ul li.menu-item-has-children:hover:after{
        color: var(--th-color-red);
    }
    .main-nav-inner>ul>li ul li:hover>a,
    .main-nav-inner>ul>li ul li a:hover{
        color: var(--th-color-red);
        background-color: #f7dcdc;
    }
    .main-nav-inner>ul>li ul li{
        position: relative;
    }
    .main-nav-inner>ul>li ul li ul{
        left: 100%;
        top: 10px;
    }
    .main-nav-inner>ul>li ul li:hover ul{
        top: -5px;
        opacity: 1;
        visibility: visible;
    }
    
    /*.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;
        margin: 0 auto;
        width: calc(100% - 40px);
        border-radius: 12px;
    }
    .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: var(--th-color-main);
        cursor: pointer;
        z-index: 100;
        cursor: pointer;
        font-weight: 300 !important;
        background-color: rgba(255, 255, 255, .8) !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-main) !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-main) !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: 650px;
        border-radius: 15px;
        overflow: hidden;
        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: 40px;
        top: calc(50% - 15px);
        background-color: rgba(255, 255, 255, .6) !important;
        font-weight: 400;
        box-shadow: none;
        height: 40px !important;
        line-height: 40px !important;
        width: 40px !important;
        color: var(--th-color-main) !important;
        border-radius: 100% !important;
    }
    .featured .arrow-btn:hover{
        background-color: rgba(255, 255, 255, .9) !important;
    }
    .featured .arrow-btn,
    .featured .arrow-btn.slick-disabled{
        color: rgba(255, 255, 255, 1);
    }
    .featured .arrow-btn-prev{
        left: 25px !important;
    }
    .featured .arrow-btn-next{
        right: 25px !important;
    }
    .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: 2px;
        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-red);
    }

    /**/
    .fea-register{
        position: absolute;
        width: 830px;
        height: 105px;
        border-radius: 105px;
        left: calc(50% - 415px);
        bottom: -52px;
        overflow: hidden;
        padding: 10px;
        z-index: 100;
        background-color: rgba(255, 255, 255, .4);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    }
    .fea-register a{
        position: relative;
        float: left;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        box-sizing: border-box;
        padding: 0 30px;
        font-size: 20px;
        width: calc((100% - 10px) / 2);
        border-radius: 85px;
    }
    .fea-register a:nth-child(1){
        background: var(--th-color-main) url(images/bg/booking-button-bg.png) left center no-repeat;
        background-size: auto 100%;
        box-shadow: 0 0 0 3px #fff;
        transition: all ease-in-out .3s;
    }
    .fea-register a:nth-child(1):hover{
        /*transform: scale(1.03);*/
    }
    .fea-register a:nth-child(2){
        float: right;
        padding: 0 25px;
    }
    .fea-register svg{
        margin-right: 15px;
    }
    .fea-register a:nth-child(2) svg{
        margin-right: 25px;
    }
    .fea-register a span{
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-radius: 35px;
        box-sizing: border-box;
        padding: 0 20px;
        background-color: var(--th-color-main);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    }
    .fea-register a i{
        position: absolute;
        right: 30px;
        font-size: 17px;
    }
    .fea-register a:nth-child(2) i{
        right: 40px;
    }


    /*
    * HOME WRAP.
    */
    .block-item .container{
        padding: 80px 0;
    }
    .block-item-head{
        position: relative;
        text-align: center;
    }
    .block-item-title{
        position: relative;
        font-size: 38px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
        overflow: hidden;
        font-family: var(--th-font-head);
    }
    .block-item-title span,
    .block-item-title a{
        position: relative;
        color: #000;
    }
    .white .block-item-title span,
    .white .block-item-title a{
        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-content{
        margin-top: 40px;
    }
    .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: 370px;
    }
    .primary{
        width: calc(100% - 420px);
    }
    .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 CHUYEN GIA.
    */
    .block-home-cg .container{
        padding-top: 120px;
    }
    .block-home-cg .block-item-content{
        padding: 20px;
        border-radius: 12px;
        background-color: rgba(236, 29, 37, .1);
    }
    .home-cg-left{
        width: 428px;
        margin-right: 22px;
        background-color: rgba(255, 255, 255, .6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 8px;
        border: 2px solid #fff;
        padding: 15px 10px;

    }
    .home-cg-right{
        width: calc(100% - 450px);
    }
    .home-cg-left li{
        position: relative;
        display: block;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
        font-weight: 700;
        color: #000;
        padding: 0 15px;
        font-size: 16px;
        cursor: pointer;
        margin-bottom: 5px;
    }
    /*.home-cg-left li:nth-child(n+2){
        margin-top: 5px;
    }*/
    .home-cg-left li:hover:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f061";
        right: 15px;
        font-weight: 300;
    }
    .home-cg-left li:after{
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        height: 1px;
        left: 15px;
        bottom: -3px;
        background-color: #9d6a6c;
    }
    .home-cg-left li:hover,
    .home-cg-left li.active{
        color: #fff;
        background-color: var(--th-color-main);
    }
    .home-cg-left li.active:after,
    .home-cg-left li:last-child:after{
        display: none;
    }
    /**/
    .sidebar-nav{
        background-color: #ffd1d1;
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .sidebar-nav-head{
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
        color: #000;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .sidebar .home-cg-left{
        width: 100%;
    }
    .sidebar .home-cg-left ul{
        position: relative;
    }
    .sidebar .home-cg-left ul:before{
        position: absolute;
        content: '';
        width: calc(100% - 30px);
        height: 1px;
        left: 15px;
        top: -3px;
        background-color: #9d6a6c;
    }
    .sidebar .home-cg-left ul li{
        font-weight: 500;
        font-size: 15px;
        height: auto;
        line-height: 1.4;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .sidebar .home-cg-left ul li.active{
        font-weight: 700;
    }
    .sidebar .home-cg-left ul li a{
        display: block;
        color: #333;
        box-sizing: border-box;
        width: 100%;
        padding: 15px 15px;
        padding-right: 30px;
    }
    .sidebar .home-cg-left ul li.active a,
    .sidebar .home-cg-left ul li:hover a{
        color: #fff;
    }
    .sidebar .home-cg-left li.active:before{
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: "\f061";
        right: 15px;
        font-weight: 300;
    }
    .sidebar-nav-ck .home-cg-left ul{
        padding-top: 10px;
    }
    .sidebar-nav-ck .home-cg-left li{
        margin-bottom: 2px;
    }
    .sidebar-nav-ck .home-cg-left li:after{
        display: none;
    }
    .sidebar-nav-ck .home-cg-left ul li a{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /**/
    .cg-tab-content-item{
        padding: 28px 50px;
    }
    .cg-tab-content-item-title{
        font-weight: 700;
        font-size: 22px;
        line-height: 1.5;
        color: var(--th-color-main);
    }
    .cg-tab-content-item-content{
        margin-top: 15px;
    }
    .cg-tab-content-item-btn{
        margin-top: 25px;
    }
    .cg-tab-content-item-btn a{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        padding: 0 25px;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        margin-right: 20px;
        background-color: var(--th-color-main);
    }
    .cg-tab-content-item-btn a:hover{
        color: var(--th-color-yellow);
    }

    /*
    * HOME NOTE.
    */
    .block-home-note .container{
        padding: 60px 0;
    }
    .block-home-note .block-item-title{
        line-height: 1.1;
    }
    .block-home-note .block-item-content{
        margin-top: 0px;
        font-size: 55px;
        line-height: 1.1;
        color: #fff;
        text-align: center;
        font-weight: 900;
        font-family: var(--th-font-head);
    }

    /*
    * HOME SERVICE.
    */
    .home-service-item{
        position: relative;
        display: block;
        color: #333;
        text-align: center;
        margin: 0 10px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        transition: all ease-in-out .3s;
    }
    .home-service-item:before{
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 250px;
        z-index: 1;
        opacity: .9;
        background: linear-gradient(to bottom, rgb(236 29 27 / 0%) 0%, rgba(236, 29, 27, 1) 100%);
    }
    .home-service-item-thumb{
        height: 345px;
    }
    .home-service-item-thumb img{
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .home-service-item-info{
        position: absolute;
        left: 20px;
        bottom: 20px;
        right: 20px;
        padding: 5px 15px;
        border-radius: 50px;
        z-index: 10;
        border: 1px solid transparent;
        transition: all ease-in-out .2s;
    }
    .home-service-item:hover .home-service-item-info{
        border: 1px solid #fff;
        background-color: var(--th-color-main);
        box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    }
    .home-service-item-title{
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    }
    /**/
    .block-item-morelink{
        margin-top: 40px;
        text-align: center;
    }
    .block-item-morelink a{
        display: inline-block;
        height: 42px;
        line-height: 42px;
        padding: 0 30px;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        transition: all ease-in-out .3s;
        border-radius: 42px;
        background-color: var(--th-color-main);
    }
    .block-item-morelink a i{
        margin-left: 10px;
        transition: all ease-in-out .3s;
    }
    .block-item-morelink a:hover{
        padding: 0 40px;
        color: var(--th-color-yellow);
        background-color: var(--th-color-main);
    }
    .block-item-morelink a:hover i{
        margin-left: 15px;
    }

    /*
    * HOME ABOUT.
    */
    .block-home-about{
        background-image: linear-gradient(to bottom, #ffefef, #fff);
    }
    .block-home-about .block-item-content{
        margin-top: 90px;
    }
    .home-about-item{
        position: relative;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        text-align: center;
    }
    .home-about-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .home-about-item:nth-child(n+4){
        margin-top: 20px;
    }
    .home-about-item:nth-child(2){
        margin-top: -50px;
    }
    .home-about-item-thumb{
        display: block;
        color: #333;
        height: 248px;
        border-radius: 8px;
        background-color: #fff;
    }
    .home-about-item:nth-child(2) .home-about-item-thumb{
        height: 400px;
        border-radius: 8px 8px 0 0;
    }
    .home-about-item-info{
        margin-top: 10px;
        padding: 30px;
        border-radius: 8px;
        background-color: #ffd8d9;
        min-height: 130px;
    }
    .home-about-item:nth-child(2) .home-about-item-info{
        border-radius: 0 0 8px 8px;
        color: #fff;
        margin-top: 0px;
        min-height: auto;
        background-color: var(--th-color-main);
    }
    .home-about-item-title{
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }
    .home-about-item-title a{
        display: block;
        color: var(--th-color-main);
    }
    .home-about-item:nth-child(2) .home-about-item-title a{
        color: #fff;
    }
    .home-about-item-desc{
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    /*
    * HOME COMPLETE.
    */
    .block-home-complete-inner{
        background-image: linear-gradient(to bottom, rgba(236, 29, 37, .9), rgba(255, 255, 255, .9));
    }
    .block-home-complete .container{
        padding: 50px 0;
    }
    .block-home-complete .block-item-title{
        text-align: left;
    }
    .block-item-head-link{
        position: absolute;
        top: 7px;
        right: 0px;
        height: 44px;
        line-height: 44px;
        border-radius: 44px;
        padding: 0 20px;
        font-size: 15px;
        font-weight: 700;
        color: var(--th-color-main);
        background-color: #fff;
    }
    .block-item-head-link:hover{
        color: var(--th-color-yellow);
        background-color: var(--th-color-main);
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .8);
    }
    .home-post-complete-item{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .home-post-complete-item:nth-child(1){
        width: 100%;
        margin-right: 0px;
        padding: 20px;
        box-sizing: border-box;
    }
    .home-post-complete-item:nth-child(4){
        float: right;
        margin-right: 0px;
    }
    .home-post-complete-item:nth-child(n+2){
        margin-top: 20px;
    }
    .home-post-complete-item-thumb{
        display: block;
        color: #333;
        height: 245px;
    }
    .home-post-complete-item-info{
        padding: 20px;
    }
    .home-post-complete-item-title{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        text-align: center;
    }
    .home-post-complete-item-title a{
        display: block;
        color: #333;
    }
    .home-post-complete-item:nth-child(1) .home-post-complete-item-thumb{
        float: left;
        width: 753px;
        height: 495px;
        border-radius: 8px;
    }
    .home-post-complete-item:nth-child(1) .home-post-complete-item-info{
        float: right;
        width: calc(100% - 753px);
        box-sizing: border-box;
        padding: 30px;
    }
    .home-post-complete-item:nth-child(1) .home-post-complete-item-title{
        text-align: left;
        font-size: 18px;
    }
    .home-post-complete-item-desc{
        margin-top: 20px;
    }
    

    /*
    * HOME NEWS.
    */
    .block-home-news .block-item-title{
        text-align: left;
    }
    .news-col-item{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        border-radius: 8px;
        overflow: hidden;
        transition: all ease-in-out .2s;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .news-col-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .news-col-item:nth-child(n+4){
        margin-top: 20px;
    }
    .home .news-col-item:nth-child(n){
        width: 100%;
        margin: 0 10px;
        padding: 6px;
        border: 1px solid #fddee0;
        box-shadow: none;
    }
    .home .news-col-item:nth-child(n):hover{
        border-color: var(--th-color-main);
    }
    .news-col-item-thumb{
        display: block;
        color: #333;
        background-color: #fff;
        height: 238px;
    }
    .home .news-col-item-thumb{
        border-radius: 5px;
    }
    .news-col-item-info{
        padding: 15px;
        padding-bottom: 20px;
    }
    .news-col-item-title{
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }
    .news-col-item-title a{
        display: block;
        color: #333;
    }
    .news-col-item-desc{
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
    }
    /**/
    .news-service-item .news-col-item-info{
        text-align: center;
    }
    .news-service-item .news-col-item-title{
        font-size: 18px;
    }
    .news-service-item .news-col-item-title a{
        color: var(--th-color-main);
    }
    .news-col-item-morelink{
        margin-top: 10px;
    }
    .news-col-item-morelink a{
        display: block;
        font-weight: 700;
        color: #333;
    }
    .news-col-item-morelink a:hover{
        text-decoration: underline;
        color: var(--th-color-main);
    }
    .news-col-item-morelink a i{
        margin-left: 5px;
        color: var(--th-color-main);
        transition: all ease-in-out .3s;
    }
    .news-col-item-morelink a:hover i{
        margin-left: 10px;
    }
    

    /*
    * HOME CAP CU.
    */
    .block-home-cc .container{
        padding: 30px 0;
        color: #fff;
        line-height: 1.5;
    }
    .home-cc-title,
    .home-cc-hotline{
        font-weight: 700;
        line-height: 1.2;
        font-family: var(--th-font-head);
    }
    .home-cc-title{
        font-size: 23px;
    }
    .home-cc-hotline{
        font-size: 43px;
    }
    .home-cc-content{
        font-size: 16px;
        margin-top: 10px;
    }
    .home-cc-content p:nth-child(n+2){
        margin-top: 5px;
    }


    

    /*
    * BLOCK FAQ REVIEW
    */
    .bg-gradient-gray{
        background-color: #f7f7f7;
        background: -moz-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f7f7f7));
        background: -webkit-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -o-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: -ms-linear-gradient(top,#fff 0%,#f7f7f7 100%);
        background: linear-gradient(to bottom,#fff 0%,#f7f7f7 100%);
    }
    .block-faq-review{
        
    }
    .block-faq-review .container{
        padding-top: 0px;
    }
    .block-col2{
        width: calc((100% - 30px) / 2);
    }
    .block-col2-title{
        color: #fff;
        border-color: #666;
    }
    .block-col2-content{
        margin-top: 20px;
    }
    .block-faq-review .block-col2-content{
        margin-top: 10px;
    }
    .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:500;font-size:16px;cursor:pointer;}
    .faq-item-head:after{position:absolute;font-family:'Font Awesome 5 Pro';content:"\f078";right:10px;top:14px;z-index:10;font-size:16px;color:#999;font-weight:300!important;}
    .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;padding: 0 10px;position: relative;}
    /*.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: #f5f5f5;
        padding: 30px 20px;
        border-radius: 3px;
        font-size: 15px;
    }
    .review-item-content:after{
        position: absolute;
        content: '';
        left: 20px;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid #f5f5f5;
        border-left: 10px solid #f5f5f5;
    }
    .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: 500;
        font-size: 16px;
    }
    .review-item-note{
        font-style: italic;
    }
    .review-carousel .slick-dots li button:before{
        color: #ddd;
        opacity: 1;
    }

    
    /*
    * FOOTER.
    */
    .footer{
        position: relative;
        line-height: 1.5;
        background-color: #fff0f0;
    }
    .footer-top .container{
    }
    .footer .container{
        color: #333;
    }
    .footer-item{
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .footer-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .footer-item:nth-child(n+5){
        margin-top: 30px;
    }
    .footer-item-head{
        font-weight: 700;
        font-size: 15px;
        color: #000;
        font-family: var(th-font-head);
    }
    .footer-item-content{
        margin-top: 10px;
        font-size: 14px;
    }
    .footer-logo{
        height: 80px;
        color: #333;
        display: block;
    }
    .footer-logo img{
        height: 100%;
    }
    .footer-company-name{
        color: var(--th-color-main);
        font-weight: 700;
        margin-top: 20px;
        font-size: 15px;
    }
    .footer-address{
        margin-top: 10px;
    }
    .footer-about,
    .footer-dieu-khoan{
        margin-top: 30px;
    }
    .footer-item-content p:nth-child(n+2){
        margin-top: 10px;
    }
    .footer-showroom h4:nth-child(n+2),
    .footer-item-content a{
        color: #333;
        font-weight: 400;
    }
    .footer-item-content a:hover{
        text-decoration: underline;
        color: var(--th-color-main);
    }
    .footer-item-nav li:nth-child(n+2){
        margin-top: 6px;
    }
    .footer-bottom{
/*        background-color: #fff;*/
    }
    .footer-bottom .container{
        padding: 35px 0;
        border-top: 1px solid #efcfcf;
    }
    .footer-bottom a:hover{
        color: var(--th-color-red);
        text-decoration: underline;
    }
    .footer-more-info p:nth-child(n+2){
        margin-top: 5px;
    }
    .footer-social li{
        display: inline-block;
        margin-left: 15px;
    }
    .footer-social li a{
        color: #c2c2c2;
        font-size: 17px;
    }
    /**/
    .icon-back-top{
        position: fixed;
        z-index: 100;
        right: -50px;
        bottom: 20px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        box-sizing: border-box;
        padding-top: 2px;
        border-radius: 8px;
        font-size: 13px;
        transition: all ease-in-out .3s;
        background-color: rgba(236, 29, 37, .8);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
    }
    .icon-back-top *{
        display: block;
        line-height: 1;
        font-weight: 500 !important;
    }
    .icon-back-top:hover{
        color: var(--th-color-yellow);
        background-color: rgba(236, 29, 37, 1);
        /*box-shadow: 0 3px 10px rgba(0, 0, 0, .1);*/
    }
    .icon-back-top.active{
        right: 20px;
        opacity: 1;
        visibility: visible;
    }    

    /*
    * TAXXONOMY.
    */
    .page-banner{
        margin: 0 auto;
        width: calc(100% - 40px);
        border-radius: 15px;
        overflow: hidden;
        height: 50vh;
    }
    .sub-wrap{
        background-image: linear-gradient(to top, #ffefef, #fff);
    }
    .sub-wrap .container{
        padding: 50px 0;
        padding-top: 10px;
    }
    .tax-banner{
        margin-bottom: 20px;
    }
    .block-breadcrumb .container{
        padding: 20px 0;
        text-align: center;
    }
    .block-breadcrumb-single .container{
        padding-top: 40px;
        text-align: left;
    }
    .block-breadcrumb-single-sidebar .container{
        padding-top: 30px;
    }
    .block-breadcrumb-single{
        margin-top: 0px;
    }
    .block-breadcrumb a,
    .block-breadcrumb span{
        color: #333;
    }
    .block-breadcrumb a{
    }
    .block-breadcrumb a:hover{
        text-decoration: underline;
    }
    .block-breadcrumb span.separator{
        padding: 0 8px;
        color: #999;
        color: var(--th-color-main);
    }
    .block-breadcrumb p>a:first-child{
        padding-left: 0px;
    }
    .block-breadcrumb span.breadcrumb_last{
        padding-left: 4px;
    }
    /**/
    .category-title{
        font-size: 35px;
        line-height: 1.5;
        font-weight: 700;
        color: var(--th-color-main);
        text-align: center;
        font-family: var(--th-font-head);
    }
    
    /**/
    .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: 235px;
        height: 165px;
        color: #333;
        border-radius: 5px;
    }
    .news-list-item-info{
        width: calc(100% - 255px);
    }
    .news-list-item-title{
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
    }
    .news-list-item-title a{
        display: block;
        color: #333;
    }
    .news-list-item-des{
        margin-top: 10px;
        font-size: 15px;
    }
    .news-list-item-morelink{
        margin-top: 15px;
        text-align: right;
        font-size: 15px;
    }
    .news-list-item-morelink a{
        display: block;
        font-weight: 600;
        color: var(--th-color-link);
    }
    .news-list-item-morelink a:hover{
        text-decoration: underline;
    }
    .news-list-item-morelink a i{
        margin-left: 5px;
    }


    /* 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: #fff;
    }
    .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;
    }


    /*
    * 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-main);
    }*/
    .single-title{
        font-size: 30px;
        font-weight: 700;
        line-height: 1.5;
        color: #000;
    }
    .primary .single-title{
        color: var(--th-color-main);
    }
    .single-share{
        margin-top: 40px;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px;
        padding-top: 25px;
    }
    .single-share-left{
        width: 60px;
        font-weight: 700;
        padding-top: 2px;
    }
    .single-share-left i{
        margin-right: 5px;
        color: var(--th-color-blue);
    }
    .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: 25px;
        font-weight: 700;
        line-height: 1.5;
        color: var(--th-color-main);
        /*padding-left: 20px;*/
        /*padding-bottom: 5px;
        border-bottom: 1px solid #bd9595;*/
    }
    /*.single-post-related-head:before{
        position: absolute;
        content:'';
        width: 10px;
        top: 6px;
        left: 0px;
        height: 23px;
        background-color: var(--th-color-main);
    }*/
    .single-post-related-list{
        margin-top: 20px;
    }
    
    /**/
    .post-meta{
    }
    .post-meta a{
        display: inline-block;
        color: #333;
        font-weight: 700;
    }
    .post-meta span:nth-child(n+2){
        position: relative;
        margin-left: 18px;
        color: #666;
    }
    .post-meta span:nth-child(n+2):before{
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 7px;
        left: -12px;
        background-color: var(--th-color-orange);
    }
    /**/
    .single-meta{
        margin-top: 15px;
    }
    .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-size: 16px;
    }
    .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: #1431d1;
        font-weight: 700;
    }
    .single-content a:hover{
        color: var(--th-color-red);
        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;
        color: #000;
    }
    .single-content>h1{
        font-size: 28px;
        font-weight: 700;
        padding: 8px 0;
    }
    .single-content>h2{
        font-size: 24px;
        font-weight: 700;
        padding: 8px 0;
        color: var(--th-color-main);
    }
    .single-content>h3{
        padding: 8px 0;
        font-size: 20px;
    }
    .single-content ul,
    .single-content ol{
        padding: 8px 0;
    }
    .single-content ol{
       padding-left: 26px; 
    }
    .single-content ul li{
        position: relative;
        padding-left: 28px;
    }
    .single-content ul li:nth-child(n+2),
    .single-content ol li:nth-child(n+2){
        margin-top: 5px;
    }
    .single-content ol li::marker{
        font-weight: 700;
    }
    .single-content ul li:before{
        position: absolute;
        content: '';
        top: 11px;
        left: 10px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #333;
    }
    .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: #fff;
        margin: 15px 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .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;
        color: var(--th-color-main);
    }
    .single-content blockquote h2 img,
    .single-content blockquote h3 img{
        margin-left: 0px;
        margin-right: 10px;
    }
    /**/
    .single-tag{
        margin-top: 50px;
    }
    .single-tag-left{
        width: 80px;
        padding-top: 12px;
        font-weight: 700;
    }
    .single-tag-left i{
        color: var(--th-color-main);
        margin-right: 5px;
    }
    .single-tag-right{
        width: calc(100% - 80px);
    }
    .single-tag-item{
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        margin-right: 5px;
        margin-top: 9px;
        color: #333;
        background-color: #fff;
        border: 1px solid var(--th-color-main);
        font-weight: 700;
        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-main);
    }
    /**/
    .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-col2-item{
        width: calc((100% - 30px) / 2);
        margin-top: 20px;
    }
    .contact-col2-item-head{
        position: relative;
        font-weight: 700;
        line-height: 1.5;
        font-size: 24px;
        color: #000;
        padding-left: 20px;
    }
    .contact-col2-item-head:before{
        position: absolute;
        content: '';
        height: 22px;
        left: 0px;
        width: 8px;
        top: 8px;
        background-color: var(--th-color-blue);
    }
    .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: 20px;
    }
    
    
    .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:20px;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-blue);
    }
    .page-template-contact .form-ct-item input[type="submit"]:hover{
        background-color: var(--th-color-red);
    }

    /*
    * PAGE BOOKING.
    */
    .page-title{
        font-size: 43px;
        line-height: 1.5;
        font-weight: 700;
        text-align: center;
        color: var(--th-color-main);
        font-family: var(--th-font-head);
    }
    .page-contact-form{
        margin-top: 50px;
        padding: 50px 270px;
        background-color: #ffeaea;
        border-radius: 10px;
    }
    .contact-form-head{
        font-size: 26px;
        line-height: 1.5;
        text-align: center;
        color: #333;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .contact-form-item{
        margin-top: 15px;
    }
    .contact-form-item-left{
        width: 200px;
        font-size: 18px;
        font-weight: 700;
        padding-top: 8px;
    }
    .contact-form-item-left span{
        color: var(--th-color-red);
    }
    .contact-form-item-right{
        width: calc(100% - 210px);
    }
    .contact-form-item-right input,
    .contact-form-item-right select,
    .contact-form-item-right textarea{
        width: 100%;
        height: 48px;
        outline: none;
        border: none;
        box-sizing: border-box;
        padding: 0 12px;
        border-radius: 8px;
        font-weight: 500;
        background-color: #fff;
        display: block;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .contact-form-item-right select{
        padding-left: 9px;
        padding-right: 0px;
    }
    .contact-form-item-right textarea{
        height: 220px;
        max-width: 100%;
        padding: 10px 12px;
    }
    .contact-form-item-right input[type="submit"]{
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        background-color: var(--th-color-main);
        transition: all ease-in-out .2s;
    }
    .contact-form-item-right input[type="submit"]:hover{
        color: #000;
        background-color: var(--th-color-red-pink);
    }
    
    /*
    * SEARCH.
    */
    /**/
    .icon-search{margin-left:20px;font-size:20px;cursor:pointer;margin-right:10px;}
    .close-popup-search{position:absolute;top:15px;right:15px;font-size:30px;color:rgba(255,255,255,.8)}
    .popup-search{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999999;cursor:pointer;display:none;background-color:rgba(0,0,0,.7);cursor:url(images/icon/close.png),progress}
    .search-form{position:absolute;width:680px;margin:0 auto;top:calc(50% - 25px);height:50px;position:relative;max-width:94%}
    .search-input{width:100%;height:55px;outline:none;border:none;padding:0 20px;color:#333;border-radius:55px!important;font-size:16px !important;border:none !important;background-color:rgba(255, 255, 255, .9) !important;box-shadow:0 0 0 5px rgba(255, 255, 255, .1) !important;font-weight:600;}
    .search-submit{position:absolute;top:0;right:0;width:70px;height:55px;border:none;outline:none;color:#333;font-size:20px;background-color:transparent;border-radius:55px}
    .search-submit:hover{color:var(--th-color-main);}
    .search-result-list{
        margin-top: 50px;
    }
    .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: 120px;
        height: 120px;
        overflow: hidden;
        background-color: #fff;
    }
    .search-result-item-thumb img{
        width: 100%;
    }
    .search-result-item-info{
        margin-left: 20px;
        width: calc(100% - 140px);
    }
    .search-result-item-title{
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
    }
    .search-result-item-title a{
        color: #000;
    }
    .search-result-item-title a:hover{
        color: var(--th-color-main);
        text-decoration: underline;
    }
    .search-result-item-desc{
        margin-top: 10px;
        font-size: 15px;
    }
    /**/
    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:2px 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;
    }

    /*
    * BAC SI.
    */
    .block-bac-si-head{
        font-size: 28px;
        line-height: 1.5;
        font-weight: 700;
        margin-top: 50px;
        color: var(--th-color-main);
    }
    .block-bac-si-list{
        margin-top: 20px;
    }
    .bac-si-item{
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .bac-si-item:nth-child(n+2){
        margin-top: 20px;
    }
    .bac-si-item-left{
        width: 150px;
    }
    .bac-si-item-right{
        width: calc(100% - 170px);
    }
    .bac-si-item-thumb{
        display: block;
        color: #333;
        height: 220px;
        background-color: #f9f9f9;
        border-radius: 8px;
        border: 1px solid var(--th-color-main);
    }
    .bac-si-item-title{
        font-size: 23px;
        font-weight: 700;
        line-height: 1.5;
    }
    .bac-si-item-title a{
        display: block;
        color: #000;
    }
    .bac-si-item-info{
        position: relative;
        margin-top: 15px;
        font-weight: 500;
        height: 150px;
        overflow: hidden;
    }
    .bac-si-item-info:before{
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 120px;
        z-index: 1;
        background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #fff 100%);
    }
    .bac-si-item-info p:nth-child(n+2){
        margin-top: 5px;
    }
    /**/
    .single-bac-si-thumb{
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
    }
    .single-bac-si-thumb img{
        width: 100%;
    }
    /**/
    div#ez-toc-container{
        box-sizing: border-box;
        padding: 20px;
    }
    div#ez-toc-container .ez-toc-title{
        font-weight: 700 !important;
    }
    #ez-toc-container ul{
        line-height: 1.5;
    }
    #ez-toc-container ul li:before{
        display: none;
    }
    #ez-toc-container ul li ul li a{
        font-weight: 400;
    }
    #ez-toc-container ul li a:hover{
        color: var(--th-color-main);
    }

}
@-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; }
}