/* CSS ALL */
div#inPage {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #f1f1f1;
}

*{
    font-family: var(--font-opensans-regular);
}
.wrapper-toc p, .wrapper-toc span, .wrapper-toc strong {
    font-family: 'Arial' !important;
}
.hover-size{
    position: relative;
    overflow: hidden;
}
.hover-size img{
    transition: all 1s ease;
}
.hover-size:hover img{
    transform: scale(1.1);
}
a.link-color h3{
    font-family: var(--font-opensans-bold) !important;
    font-size: 14px;
    transition: all 0.3s ease;
}
a.link-color h3,a.link-color p,a.link-color:hover p{
    color: #000;
}
a.link-color:hover h3{
    color: var(--html-bg-website);
}
.calendar{
    font-size:12px;
    color:rgb(156, 154, 154);
}
.font-opensans-bold{
    font-family: var(--font-opensans-bold) !important;
}
.none-focus{
    outline:none;
}
.d-flex{
    display:flex !important;
}
.d-flex.justify-content-center{
    justify-content:center;
}
.d-flex.justify-content-between{
    justify-content:space-between;
}
.d-flex.justify-content-around{
    justify-content:space-around;
}
.d-flex.flex-column{
    flex-direction: column;
}
.d-flex.a-center{
    align-items:center;
}
.d-none{
    display:none !important;
}
.d-block{
    display: block !important;
}
.w-100{
    width: 100% !important;
}
.h-100{
    height: 100% !important;
}
.link-default,.link-default:hover{
    color: #000;
}
iframe.fb_iframe_widget_lift {
    width: 100% !important;
}
.hover-view{
    position: relative;
    overflow: hidden;
}
.hover-view .view{
    position: absolute;
    background:rgba(0,0,0,.5);
    top:0px;
    left:-100%;
    width: 100%;
    transition: all .5s ease-in-out;
    height:100%;
}
.hover-view:hover .view{
    left: 0px;
}
.hover-view .view .access{
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content:space-around;
}
.hover-view span{
    color: #fff;
    transition: all .7s ease-in-out;
    transform: scale(0);
}
.hover-view:hover .access span{
    transform: scale(1);
}
.hover-view>div.view>div{
    width: 100%;
    height: 100%;
}
.hover-view>div.view>div>span{
    padding: 5px 10px;
    border:1px solid #fff;
    border-radius:100%;
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);
}
.hover-view .view:hover>div>span{
    top:50%;
}
.news-thumbnail {
    padding: 5px;
    border: 1px solid #e0e0e0;
    box-shadow: 3px 3px 1px 1px rgb(179 176 176 / 80%);
    background:#fff;
}
.bg-template{
    background: #fff;
}
.info-thumbnail{
    box-shadow: 5px 5px 0px rgb(0 0 0 / 15%);
    border:1px solid #e0e0e0;
}
#google-map.info-thumbnail{
    padding:20px;
    background:#fff;
}
.nice-select .option {
    color: #f54952;
}
/* CSS ALL */

/* Service */
.service .info{
    text-align: center;
    height: 150px;
    overflow: hidden;
}
.service .info h3 {
    font-size: 14px;
    font-weight: 600;
}
/* Service */

/* Menu */
.inner{
    display:none;
    overflow: hidden;
}
.wrap-menu ul.ul-menu>li:not(.social-con)::after{
    content: "";
    height:3px;
    background:#fff;
    width: 0;
    transition:all .5s ease-in-out;
    position: absolute;
    bottom:0px;
    left:0px;
}
.wrap-menu ul.ul-menu>li:not(.social-con).active::after,.wrap-menu ul.ul-menu>li:not(.social-con):hover::after{
    width: 100%;
}
.min-logo,.slide-menu .max-logo{
    display:block;
}
.max-logo,.slide-menu .min-logo{
    display: none;
}
.slide-menu .main-menu{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    background-color:transparent !important;
}
.main-menu{
    background-color:transparent;
}
#menu-mobile{
    display: none;
}
#menu-mobile-list{
    width: 250px;
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 25;
    height: 100vh;
    background: var(--html-bg-website);
    transition:all .3s ease;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,.5);
    font-family: 'utmcookies';
    overflow-y: auto;
    display: none;
}
.mobi-logo img {
    width: 20% !important;
    height: 20% !important;
}
/* .mobi-logo a {
    display: flex;
    justify-content: flex-end;
} */
#menu-mobile{
    display: none;
}
#btn-open-menu{
    color:#fff;
}
#btn-close-menu{
    padding: 10px;  
    transition: all .3s;
    color:#fff;
}
#btn-close-menu>i{
    float: right;
}
div#mobile-links>ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .3s ease;
}
div#mobile-links ul li{
    position: relative;
    padding: 0;
    display: block;
    transition: all .3s ease; 
}
div#mobile-links>ul>li{
    border-top: 1px solid #fff;    
}
div#mobile-links>ul>li:last-child{
    border-bottom: 1px solid #fff;
}
div#mobile-links ul li a{
    color:#fff;
    padding:10px 10px;
    display: block;
}
div#mobile-links>ul>li>ul{
    background: #6a0a9f;
}
div#mobile-links>ul>li>ul>li{
    border:none;
}
div#mobile-links>ul>li>ul>li>a{
    padding: 10px 10px;
}
div#mobile-links>ul>li>ul>li>ul{
    background: #9e44d0;
}
div#mobile-links>ul>li>ul>li>ul>li{
    border:none;
}
div#mobile-links>ul>li>ul>li>ul>li>a,div#mobile-links>ul>li>ul>li>ul>li>div>a{
    padding: 10px 10px 10px 30px;
}
div#mobile-links>ul>li>ul>li>ul>li>ul{
    background: #727272;
}
div#mobile-links>ul>li>ul>li>ul>li>ul>li{
    border:none;
}
div#mobile-links>ul>li>ul>li>ul>li>ul>li>a,div#mobile-links>ul>li>ul>li>ul>li>ul>li>div>a{
    padding: 10px 10px 10px 40px;
}
/* Menu */

/* thumb  scroll*/
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--html-bg-website);
}

::-webkit-scrollbar-track {
    background-color: #eee;
}
/* thumb scroll*/

/* Section area*/
.section-info{
    background:#fff;
}
.section-feature-product{
    
}
.section-news-video{
    
}
.section-dangky{
    
}
.section-cooperation{
    
}
.section-product{
    background:#fff;
}
.section-footer{

}
.section-copy{
    background: var(--html-bg-website);
}
/* Section  area*/

/* info */
.about-img-box{
    display:flex;
    align-items:center;
    flex-direction:column;
}
.about-img-box p{
    font-family: var(--font-opensans-bold) !important;
}
.about-img-box img{
    transition:all .5s ease-in-out;
}
.about-img-box img:hover{
    transform: rotate(360deg);
}
/* info */

/* Owl carousel */
.carousel-feature-product .arrowleft{
    right:0 !important;
}
.carousel-feature-product .arrowright{
    left:0 !important;
}
/* Owl carousel */

/* Feature Product */
.pro-feature .circle-img{
    width:192px;
    height:192px;
    border-radius:100%;
    border:2px solid #fff;
    overflow:hidden;
}
.circle-img img{
    border-radius:100%;
}
.pro-feature{
    margin-left: auto;
    margin-right: auto;
    display:flex;
    align-items:center;
    flex-direction:column;
}
.pro-feature h3{
    color: #fff;
    font-size:20px;
}
/* Feature Product */

/* Product */
.top-product-action{
    display:flex;
    justify-content:space-between;
    background:#f0f0f0;
    border:1px solid #e0e0e0;
}
.top-product-action.reverse{
    flex-direction: row-reverse;
}
.DMC1-title{
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    background:var(--html-bg-website);
    color: #fff;
    text-transform: uppercase;
    font-weight:600;
    font-size:20px;
    padding:5px 10px 5px 20px;
    min-width: 250px;
}
.DMC1-title a,.DMC1-title a:hover{
    color: #fff;
}
.DMC1-title.reverse{
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.cat-list{
    display:flex;
    width: 100%;
    height:100%;
    margin-bottom: 0px;
}
ul.cat-list>li{
    line-height:20px;
}
.cat-item{
    display: block;
    padding: 10px 10px;
    transition: all .3s ease-in-out;
}
.cat-item.active,.cat-item:hover{
    background:var(--html-bg-website);
    color: #fff;
}
.row.reverse{
    display:flex;
    flex-direction:row-reverse;
}
.pro .info .price{
    color: red;
    font-family: var(--font-opensans-bold);
}
.pro .info .title{
    font-family: var(--font-opensans-bold);
}
.pro .info .price-row{
    display:flex;
    justify-content:space-around;
}
.pro .info .price-old{
    text-decoration:line-through;
    color: #a2a0a0;
    margin-left:0;
}
.pro .info .price span,.pro .info .price-old span{
    text-decoration:underline;
    font-family: var(--font-opensans-bold);
}
/* Product */

/* Album */
.album-container{
    display: grid;
    grid-template-areas:
    "album1 album2 album3"
    "album1 album4 album5";
    grid-gap: 5px;
    grid-template-rows: 254px 254px;
    grid-template-columns: repeat(3,1fr);
    margin:0;
    padding:0;
}
div.album-container>div.album1{
    grid-area: album1;
    position: relative;
    overflow: hidden;
}
div.album-container>div.album2{
    grid-area: album2;
    position: relative;
    overflow: hidden;
}
div.album-container>div.album3{
    grid-area: album3;
    position: relative;
    overflow: hidden;
}
div.album-container>div.album4{
    grid-area: album4;
    position: relative;
    overflow: hidden;
}
div.album-container>div.album5{
    grid-area: album5;
    position: relative;
    overflow: hidden;
}
.album-view{
    position: relative;
}
.album-view span{
    position: absolute;
    padding:10px 15px;
    border-radius:5px;
    left: 50%;
    top:30%;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all .5s ease-in-out;
    color: #fff;
    background:rgb(0, 0, 0,.3);
    z-index: 2;
}
.album-view::before{
    content:"";
    position: absolute;
    background:rgb(30,30,30,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.album-view:hover span{
    top:50%;
    opacity: 1;
}
.album-view:hover::before{
    opacity: 1;
}
/* Album */

/* News - Video */
.Mus::-webkit-scrollbar {
    width:6px;
}
.Mus::-webkit-scrollbar-thumb {
   background-color: var(--html-bg-website);
   border-radius: 10px;
}
.Mus::-webkit-scrollbar-track{
    background-image: linear-gradient(to right,#f0f0f0 30%, white 65%,#f0f0f0 40%);
}
.Mus{
    overflow-y: scroll;
    height: 380px;
    padding-bottom: 0;
}
.news-link{
    color:#000;
    transition: all .5s ease-in-out;
}
.news-link:hover{
    color:var(--html-bg-website);
}
.news-link i{
    color:var(--html-bg-website);
    transition: all .3s ease-in-out;
}
.news-link:hover i{
    color:var(--html-bg-website);
    transform: translateX(5px);
}
.btn-play{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
/* News - Video */

/* Dang ky */
.box-dangky{
    display:flex;
    justify-content: flex-end;
}
.dangky-container{
    max-width:700px;
}
.booking-input{
    background:transparent;
    color:#fff !important;
    border:1px solid #fff;
    padding:10px;
    margin-bottom: 10px;
}
.booking-input:focus{
    outline:none;
}
.booking-input::placeholder{
    background:transparent;
    color:#fff !important;
}
input.booking-input{
    height:40px;
    width: 100%;
}
textarea.booking-input{
    height:120px;
    width: 100%;
}
.btn-booking{
    background:#fff;
    border:1px solid var(--html-bg-website);
    transition: all .3s ease;
    width: 100%;
    color:var(--html-bg-website);
    height:40px;
}
.btn-booking:hover{
    background:transparent;
    color:#fff;border-color: #fff;
    
}
/* Dang ky */

/* Doi tac */

.img-coop{
    height:102px;
    display:flex;
    align-items:center;
}

/* Doi tac */

/* Footer*/
.tags a{
    padding:5px 10px;
    margin-right: 5px;
    border-radius: 25px;
    border:1px solid #e0e0e0;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: fit-content;
}
.tags a:hover{
    background-color:var(--html-bg-website);
    color: #fff;
    border:1px solid var(--html-bg-website);
}
.tags{
    display:flex;
    flex-wrap: wrap;
    width: 100%;
}
.desc-footer a {
    color: #fff;
    line-height: 30px
}

.desc-footer a:hover {
    transition: all 0.5s ease-in-out;
    color: var(--html-cl-website);
}
.title-footer {
    font-size: 18px;
    color: #000;
    position: relative;
    font-family: var(--font-opensans-bold);
    font-weight: 600;
    text-transform: uppercase;
}
.btn-action{
    border-radius:25px;
    border:1px outset;
    padding:5px 10px;
    transition: all .5s ease-in-out;
    display: block;
    width: fit-content;
    margin-right: 10px;
}
.c-primary{
    color: var(--html-bg-website);
}
.c-red{
    color:red;
}
.btn-action.c-primary{
    border-color: var(--html-bg-website);
    background:var(--html-bg-website);
    color: #fff;
}
.btn-action.c-red{
    border-color:red;
    background:red;
    color: #fff;
}
.btn-action.c-primary:hover{
    background: #fff;
    color:var(--html-bg-website);
    border-style: inset;
}
.btn-action.c-red:hover{
    background: #fff;
    color:red;
    border-style: inset;
}
.link-container .link-footer{
    color:#000;
    display:block;
    transition: all .5s ease-in-out;
}
.link-container .link-footer:hover{
    color:var(--html-bg-website);
    margin-left: 20px;
}

/* Footer*/

/* Title */
.title-font,.title-font1,.title-font2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    font-family: var(--font-opensans-bold);
    display:block;
}
.title-font,.title-font2{
    color: #000;
}
.title-font1{
    color: #fff;
}
.title-font2::after{
    content: "";
    position: absolute;
    bottom:-10px;
    left:0;
    width: 60px;
    height: 3px;
    background:var(--html-bg-website);
}
.title-font::after,.title-font1::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom:-10px;
    transform: translate(-50%);
    width: 167px;
    height:10px;
}
.title-font::after{
    background:url(../../images/custom/ic-title.png)
}
.title-font1::after{
    background:url(../../images/custom/ic-title1.png)
}
.title-font:hover,.title-font2:hover{
    color:#000;
}
.title-font1:hover{
    color:#fff;
}
/* Title*/

/* Media */
@media only screen and (min-width: 1200px){
    .container{
        max-width: 1220px;;
    }
}
@media only screen and (max-width:768px){
    img{
        height: auto!important;
    }
    .album-container{
        grid-template-areas:
        "album1 album2"
        "album1 album3"
        "album4 album5";        
        grid-template-rows: repeat(3,108px);
        grid-template-columns: repeat(2,1fr);
        min-height: 283px;
    }
    .top-product-action,.top-product-action.reverse{
        flex-direction:column;
        background:#fff;
        border:0px;
    }
    .DMC1-title,.DMC1-title.reverse{
        border-radius:25px;
        text-align:center;
        margin-bottom: 10px;
    }
    .cat-list{
        flex-wrap: wrap;
    }
    .DMC1-title.reverse,.row.reverse{
        flex-direction:column;
    }
    .cat-item{
        border:1px solid var(--html-bg-website);
        color:var(--html-bg-website);
    }
    #menu-mobile-list{
        display: block;
    }
    #menu-mobile{
        display: flex;
        justify-content: space-between;
        align-items:center;
        padding-top: 5px;padding-bottom:5px;
    }
    ul.cat-list>li{
        width: calc(100%/2 - 5px);
        padding: 10px;
    }
    .dangky-container{
        max-width:600px;
    }
    .box-dangky{
        justify-content:center;
    }
    .album-view{
        height:100%;
        
    }
    .cart-icon{
        margin-right: 10px;
    }
    ul.grid.grid_index {
        height: 100%;
        margin-bottom: 0px;
    }
    .title-font,.title-font1,.title-font2,.title-footer,.font-coop{
        font-size:16px;
    }
    .service .info{
        height:240px;
    }
    
}
/* Media */