@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0px;
    padding: 0;
}

body{
 padding-right: 0px !important;
}

html{
    box-sizing: border-box;
    font-family: "Montserrat", serif !important;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;

}
.app{
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: black;
}
li{
    list-style: none;
}

.header{
    background-color: var(--bg-color);
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}
.content{
    margin-top: 84px !important;
    margin-bottom: 0px  !important;
}

.header-content{
    padding: 8px 0;
}
.logo{
   display: flex;
   align-items: center;

}
.logo .logo-image{
     width: 68px !important;
    height: 68px !important;
}
.logo .name-logo{
    margin-top: 12px;
    margin-left: 12px;
    color: white;
   font-weight: 600;
}

.nav-item{
    margin: 0 12px;
    position: relative;

}
.nav-item:hover > .nav-link{
    background-color: transparent !important;
    color: var(--bg-primary);
}

.nav-item::after{
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    background-color: var(--bg-primary);
    left: 0;
    bottom:0;
    border-radius: 50px;
    transition: all .4s;
}
.nav-item:hover.nav-item::after{
    width: 100%;
    transition: all .4s;
}
.nav-link{
    text-align: center;
    font-weight: 500;
    color:  #fff;
    display: block;

}
/* .slider{
    max-height: 607px;
} */
.nav-item:hover .nav-chil{
    display: block;
}
/* nav-chill */
.nav-chil{
    width: 200px;
    position: absolute;
    background-color: #fff;
    top: 40px;
    display: none;
    border-radius: 4px;
    position: absolute;
    z-index: 2;

}
.nav-item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;

    top: 10px;

}
.nav-chill--item{
    padding: 8px 16px;
    border-radius: 4px;


}
.nav-chill--item:hover{

    background: var(--bg-primary);
    transition: all .2s;
}
.slider{
    height: fit-content;
}
.slider img{
    width: 100%;

    object-fit: cover;
    object-position: center;
}
.slider-item{

    padding: 20% 0;
}
.recommend-image{
    width: 584px;
    height: 438px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.recommend-image img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all .2s;
}
.recommend-image img:hover {
    transform: scale(1.1);
}
/* utilities-box */
.utilities {
    padding: 0px 32px;
}
.utilities-intro{
    color: var(--bg-title);
    font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}
.utilities-title{
    color: var(--bg-title);
    font-size: 24px;
  text-align: center;
}

.utilities-content{
    margin: 16px 0;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-image{
 width: 48px;
 height: 48px;
}
.box-title{
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    cursor: pointer;
}
.box-title:hover{
    color: var(--bg-title);
}
.see{
    margin-top: 16px;
}
.see-more{
    display: block;
    width: 160px;
    padding:  8px 0;
    background: var(--bg-primary);
    border-radius: 22px;
    text-align: center;
    font-weight: 600;
    color: black !important;
    border: 1px solid var(--bg-primary);
}
.see-more:hover{
    background-color: #fff;
    transition: all .2s;
}
/* service */
.service{
    background-color: #f0f9ff;
}

.service-img{

    max-height: 235px;
    cursor: pointer;
    overflow: hidden;
}
.service-img img{
    width: 100%;

    transition: all .2s;

}
.service-img img:hover{
    transform: scale(1.1);

}
.service-title{
    text-align: center;
}
.service-title{
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 600;
}
.service-content{
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
}
.service-box{
    padding:8px;
    background-color: #fff;
}

.service .box{
    border-radius: 8px;
    padding: 8px;
    width: 32%;
}
.service .box-center{
    background: #fff;
}
.service-news{
    font-size: 20px;
    margin-bottom: 12px;
    transition: all .2s;
    cursor: pointer;

}
.service-news:hover{
    color: #e13f3d
}

.service-ct{
    line-height: 24px;
    font-size: 16px;
    transition: all .2s;
    cursor: pointer;
}
.service-ct:hover{
    color: #e13f3d
}
/* banner image */
.banner{
background-color: var( --bg-color);
height: fit-content;
padding: 32px;
}
._blank{
    border: 1px;
   border-radius: 20px;
    overflow: hidden;
    max-height: 360px;

}
._blank img{
    width: 100%;

    object-fit: cover;
    object-position: center;
}
.navigate{
    width:42px !important;
    height: 42px !important;
    background-color: orangered;
    border-radius: 40px;
}
.navigate:hover{
    opacity: 0.8;
}
.svg-inline--fa.fa-w-6{
    width: .5rem !important;
}
/* prominent */
.prominent{
    background: #f0f9ff;
}
/* handbookSwiper */


.panorama-slider{
    padding: 32px 0 !important;
}
.iframe-video{
    width: 100%;
    height: 450px;

}
.playing{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.play-video{
    height: 8.3rem;
    width: 8.3rem;
    border: 3px solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: scale(1);
	animation: pulse 2s infinite;
    position: relative;
    box-shadow: 0 0 0 0 rgba(237, 92, 13, 0.7);
}
p img{
    max-width: 100%;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(237, 92, 13, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.service-page{
   display: grid;
   grid-template-columns: auto auto auto;


}
.service-page .page-item {

   margin-top: 16px;
   padding-right: 12px;

}
.service-page .page-item img{
 width: 100%;
 max-height: 262px;
}
.service-page .page-item a{
    display: block;

}
/* @media(max-width:1024px){
    .expensive-detail{
        padding: 0 40px;
    }
}
@media(max-width:768px){
    .wrapper{
        right: 2%;
        transform: translate(-35%, 2%);
    }
    .expensive-detail{
        padding: 0 6px;
    }
}
@media(max-width:599px){
    .wrapper{
        top: 50%;
        transform: translate(-50%, 2%);
    }
    .play-movie{
        height: 4.3rem;
        width: 4.3rem;
    }
} */
/* news */
.news-image {
    max-width: 568px;
    max-height: 345px;
    overflow: hidden;
    border-radius: 8px;
}
.news-image img{
    width: 100%;

    transition: all .2s;
    border-radius: 8px;
}
.news-image img:hover{
    transform: scale(1.1);
    transition: all .2s;
}

.news-item:hover{
    text-decoration: none;
}

.news .utilities-title{
    font-weight: 600;
    text-align: left;
    font-size: 20px;
    cursor: pointer;
    color: black;
    transition: all .2s;

}
.news .utilities-title:hover{
    color: var(--bg-title);
}
.news .utilities-content{
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s;
}
.news  .utilities-content:hover{
    color: var(--bg-primary);
}
.news .block-right{
    max-height: 600px;
}
.news .swiper-slide{
    border-radius: 8px;
    padding: 4px ;
    cursor: pointer;
}
.news .swiper-slide a {
    width: 100%;
    height: 100%;
}
.news-content .box{
    padding: 8px;
    width: 32%;
}

.news-content .box a {
    text-decoration: none;
    color: black;
}

.news-content{
    flex-wrap: wrap;
}
.news .swiper-slide img{

    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.news .block-right .utilities-title{
    font-size: 18px;
}
.block-right .news-item img{
    width: 100%;
    height: 100%
}
.news .block-right .utilities-content{
    font-size: 14px;
    -webkit-line-clamp: 4;
}
/* footer */
.footer{
    width: 100%;

    background: var(--bg-color);
}
/* footer */
.footer .utilities-content{
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer-box{
    padding: 0 12px;
}
.footer-box p{
    text-align: center;
}
.footer .utilities-title{
    color: #fff;
    text-align: center;
}
.footer p{
    color: #fff;
}
.footer .btn-custom{
    background-color: var(--bg-primary);
    color: white;
}
.footer .form-control{
    padding: 12px;
}
.footer .input-lienhe {
    margin-bottom: 12px;
}
.social{
    position: fixed;

    z-index: 4;
    right: 100px;
    top: 250px;
}
.social-block{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--bg-primary);
    transform: scale(1);
	animation: pulse 2s infinite;
    position: relative;
    box-shadow: 0 0 0 0 rgba(237, 92, 13, 0.7);

}
.social-block .social-icon{
   font-size: 32px;
   width: 32px !important;
   height: 32px !important;
}
.invalid-feedback{
    color: #fff;
    margin-top: 8px;
}
/* responsive */
@media (min-width:1131px){
    .hidden-on-pc{
        display: none;
    }
}
@media (max-width:1130px){
    .content{
        margin-top: 62px !important;
    }
    .hide-on-mobile-tablet{
        display: none;
    }
    .logo .logo-image{
        width: 46px !important;
        height: 46px !important;
    }
    .menu-mobile.is-active{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: rgba(0, 0, 0, 0.6);
        transition: all .6s;
        transform: translateX(0);

    }
    .menu-mobile{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: rgba(0, 0, 0, 0.6);
        transition: all .6s;
        transform: translateX(-100%);
    }
    .nav-mobile{
        position: relative;
        width: 40vw;
        height: 100%;
        background-color: #fff;
        padding: 20px;;
        line-height: 3;

    }

   .nav-mobile-chill {
    height: 0;
    overflow: hidden;

   }
   .nav-mobile-chill.showMenuChill{

    height: 100%;

   }
    .nav-mobile-item{
        border-bottom: 2px solid var(--bg-primary);
    }

    .nav-mobile-item:last-child{
        border-bottom: unset !important
    }
    .nav-mobile-link{
        font-size: 16px;
    }
    .btn-menu{
        width: 46px;
        height: 46px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-primary);
        cursor: pointer;
    }
    .menu-mobile-icon{
      font-size: 22px;
      color: #fff;
    }

    .btn-mobile-contact{
        display: none;
        background-color: var(--bg-primary);
        border-radius: 20px;
        border: 1px solid var(--bg-primary);

    }
    .btn-mobile-contact a{
        padding: 8px 16px;
        color: crimson;
        font-size: 16px;
        font-weight: 600;
    }
    .nav-chill--link{
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--bg-primary);
    }
    .nav-chill--link{
        display: block;
        border-bottom: unset !important;
    }
    .remove-nav{
        position: absolute;
        right: 32px;
        top: 12px;
        cursor: pointer;
    }
    .remove-icon{
        font-size: 26px;
        color: var(--bg-title);
    }
}
@media (max-width:989px){
    .hidden-on-tablet{
        display: none ;
    }

    .recommend .box-left{
        display: none;
    }
    .recommend .box-right{
        width: 100%;
    }
    .recommend .utilities-box{
        justify-content: space-between !important;
    }
}
@media (max-width:767px){
    .social{
        bottom: 0;
        right: 0;
        left: 0;
        top: unset;
    }

    .nav-mobile{
        position: relative;
        width: 90vw;
        height: 100%;
        background-color: #fff;
        padding: 20px;;
        line-height: 3;

    }
    .utilities{
        padding: 0 16px;
    }
    .social-block  {
        display: block;
        margin-bottom: 0px !important;
    }
    .social .social-media{
        display: flex;
        justify-content: space-between;

        padding: 12px 0 ;
        background: var(--bg-primary);
    }
    .social .social-block{

        transform: unset;
        animation: unset;
    }
    .social .social-block{
        font-size: 38px;
        height: 100%;

    }
    .tool-bar{
        height: 70px;
    }

    .service .box,
    .news-content .box{
        width: 48%;
        margin-right: 12px;
        width: 100%;
    }
    .news{
     padding-bottom: 120px !important;
    }
  
    .news .news-content a{
        height: 100%;
    }
    .news .block-left{
      width: 100% !important;

    }
    .news .block-right{
        width: 100%;
        max-height: 800;
    }
    .footer .footer-content{
        display: block;
        padding-bottom: 62px;

    }
    .footer .footer-box{
        width: 100%;
    }
}
@media (max-width:649px){
     .service .box,
     .news-content .box{
        width: 99%;
      
    }
    .slick-list{
        padding: 0 0 !important;
    }

    .slick-track{
        width: 100% !important;
    }
    .slick-slide{
        width: 100% !important;
    }
    .banner{
        padding: 16px;
    }
    
    }
@media (max-width:450px) {
 
  
    .logo .logo-image{

       width: 100%;
    }
     .news-right-content{
        display:none
    }

    .block-right .news-item img{
        width: 100%;
        height: 100%;
    }
     .service-page{

        grid-template-columns: auto  ;
   }
   .service-page .news-right-content{
    display: block !important;
   }
}
