.border-radius{border-radius: 15px}
.viewsAll{background: #ecf3ff;font-size: 14px;color: #000;padding: 8px;transition: all 0.5s ease;min-width: 200px;border-radius: 19px;position: relative;text-align: center;font-family: 'SVN-Gotham';}
.viewsAll:hover{background: var(--color-main);color: #fff;}
.viewsAll img{position:absolute;right: 4px;top: 4px;}
.itemProject{margin-bottom: 20px;position: relative;overflow: hidden;}
.itemProject .images {
  margin: auto;
}

.itemProject .images img {
}
.itemProject:hover .info{bottom: 0px;}
.itemProject h3{font-size: 17px;color: var(--color-static);text-transform: uppercase;-webkit-line-clamp: 2;font-weight: 600;line-height: 1.5;margin-bottom: 10px;transition: all 0.5s ease;text-align: center;background: #ededed;padding: 15px 10px;margin: 0px;}
.itemProject h3:hover{color: var(--color-red);}
.itemProject .info .view{display: inline-block;color: #fff;border-radius: 8px;border: solid 1px #fff;padding: 5px 20px;margin-top: 10px; transition: all 0.5s;}
.itemProject .info .view:hover{background:#fff; color:#000;}
.effect{position: relative;overflow: hidden;display: block;}
.effect:before{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);}
.effect:hover:before{-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);}
.scrolly{overflow-y: scroll; height: 310px;}
.scrolly::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
.scrolly::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrolly::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrolly::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.searchService{border-left: solid 1px #ddd; padding-left: 15px; }
.searchService .item_container_search{border: 1px solid #eee;}
.searchService .item_container_search h4{padding: 10px 0 10px 15px;background: #26519B;border-radius: 4px 4px 0 0;font-size: 16px;font-weight: 600;color: #fff;margin-top: 0px;margin-bottom: 0px;}
.searchService .item_container_search .seaclass{padding: 10px;display: block;padding-bottom: 0px;}
.searchService .item_container_search .seaclass input{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #ddd;padding: 0 0.75em;height: 2.507em;font-size: .97em;border-radius: 0;max-width: 100%;vertical-align: middle;background-color: #fff;color: #333333b8;}
.searchService .content_search{padding: 10px;}
.searchService .content_search li{
    margin-bottom: 5px;
    cursor: pointer;
}
.bannerProject{min-height: 320px;color: #fff;text-transform: uppercase;text-shadow: 1px 1px 1px #1a2f34;font-size: 2rem;font-weight: 600;margin: 2rem 0px;}
.border-top-2px{border-top: solid 2px #000; padding-top: 20px;}
.serviceDetail .name{font-weight: bold;text-transform: uppercase;margin-bottom: 20px;font-size: 24px;color: var(--color-main);}
.serviceDetail .info-pro-detail{color:#4d4d4d; padding-bottom: 10px; margin-bottom: 10px; border-bottom: solid 1px #ddd;}
.serviceDetail .price{color:var(--color-main); font-size:20px; font-weight: bold;}
.serviceDetail .contact{background:#ecf3ff;padding: 20px 35px;border-left: solid 8px #33c5a7;}
.serviceDetail .contact a{color: #33c5a7;font-weight: bold;font-size: 18px;}
.serviceDetail .contact .btn-contact{background: #229582 url(../images/ic_phone_ct.png) no-repeat left center;text-align: center;display: block;border-radius: 20px;color: #ffff;margin-top: 10px;}
.serviceDetail .contact .btn-contact:hover{color:#ff0;}
.serviceDetail .title_left{text-transform: uppercase; font-size: 24px; color:#4d4d4d; font-weight: bold; margin-bottom: 10px;}
.camket{background:#ecf3ff; padding: 20px; border-radius: 10px;}
.camket .title{color:#4d4d4d;font-size: 20px;font-weight: 600;border-bottom: solid 2px #fff;}
.camket span{color:#4d4d4d; font-weight: 600;}
.wrap-gallery-detail{border-radius: 15px;}
.wrap-gallery-detail .title{font-weight: bold;font-size: 18px;color:#4d4d4d;font-family: 'SVN-Gotham';text-align: center;margin-bottom: 15px;}
.banner{position: relative;}
.banner .title_site{position:absolute;bottom: 30%;left: 0px;width: 100%;color: var(--color-main);text-transform: uppercase;font-weight: 700;font-size: 26px;}
.banner .title_site h1, .banner .title_site span{font-weight: 900;font-size: 4rem;display: block;}
.projectList ul{background: #255b2d;border-left: solid 7px #fec010 !important;border-right: solid 7px #fec010 !important;border-radius: 0px 0px 15px 15px;}
.projectList ul li a{display: block;font-size: 16px;text-transform: uppercase;font-weight: bold;padding: 10px 30px;transition: all 0.5s ease;color: #fff;}
.projectList ul li.active a, .projectList ul li:hover a{color:#255a2c; background:#fff;}
.latestNews .title{color:#255b2d;font-weight: 900;text-transform: uppercase;font-size: 38px;margin-bottom: -30px;}
.latestNews{position: relative;padding: 40px 0px;}
.latestNews:before{content:'';background: #eee;position: absolute;width: 100%;height: 80%;top: 20%;left: 0px;z-index: -1;}
.latestNews .item .images{border-radius: 15px;transition: all 0.5s ease;overflow: hidden;border: solid 2px transparent;}
.latestNews .item:hover .images{border-color: #255b2d;}
.latestNews .item h3{color:#000; font-weight: bold;}
.latestNews .item h3:hover{color: #255b2d;}
.itemProjectContent{margin-bottom: 40px;margin-right: 20px;}
.itemProjectContent .images{box-shadow: 7px 7px 0px #255a2c;border-radius: 40px 0px;overflow: hidden;}
.itemProjectContent .images a{display: block;border-right: 3px solid var(--color-main);border-bottom: 3px solid var(--color-main);border-radius: 40px 0px;}
.itemProjectContent h3{font-weight:900; color:#255a2c; text-transform: uppercase; font-size: 20px;}
.itemProjectContent p{margin-bottom: 5px;}
.item_project_nb{position: relative;overflow: hidden;border-radius: 50px 0px;}
.item_project_nb .images img{width: 100%;}
.item_project_nb .info{position:absolute;bottom: 0px;color: #fff;background: linear-gradient(to bottom, transparent 0%, #303030 100%) !important;opacity: 0;transition: all 0.5s ease;width: 100%;}
.swiper-slide-active .item_project_nb .info{opacity: 1;}
.swiper-slide{opacity: 0.5}
.swiper-slide-active{opacity: 1;}
.item_project_nb .info p{margin: 0px;}
.item_project_nb .info a{color:#fff;}
.item_project_nb .info a span{display: inline-block;height: 70px;width: 1px;background:#fff;margin: 0px 30px;}
.item_project_nb .info .name{background:#255a2c;padding: 15px;border-radius: 20px 0px 0px;border-left: solid 3px #fec010;height: 100%;}
.aboutProject{position: relative;z-index:10}
.aboutProject .item:last-child{border: none;}
.aboutProject .item .name{font-size: 20px;text-transform: uppercase;color: var(--color-static);font-weight: bold;margin-bottom: 10px;line-height: 1.3;}
.navProject{}
.navProject li{cursor: pointer;background: url(../images/ic_project_detail.png) no-repeat left center;padding: 5px 0px;padding-left: 30px;border-bottom: solid 1px #ddd;transition: all 0.5s ease;}
.navProject li:hover, .navProject li.active{font-weight: bold;text-transform: uppercase;color: #215a2c;}
.title-project{font-size: 30px; color:#215a2c; font-weight: 500; text-transform: uppercase;}
.item_gallery a{position:relative; display: block;}
.item_gallery a:before{content:'';background: rgba(0,0,0,0.3) url(../images/ic_zoom.png) no-repeat center;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;transition: all 0.5s ease;opacity: 0;}
.item_gallery:hover a:before{opacity: 1;}
.aboutPage{position:relative;}
.aboutPage .title_about{font-size: 26px;position: relative;margin-bottom: 30px;text-transform: uppercase;font-weight: 600;color: var(--color-main);text-shadow: 1px 1px 2px #000;}
.aboutPage .title_about span{display: block;font-weight: 900;font-size: 3.5rem;line-height: 50px;color: #255b2d;}
.aboutPage .navAbout{background: var(--color-main);border-bottom: solid 1px #ddd;position: sticky;top: 82px;z-index: 1;}
.aboutPage .navAbout ul{margin: auto !important;display: flex;justify-content: space-around;}
.aboutPage .navAbout li{cursor: pointer;color: #265c2e;text-transform: uppercase;font-weight: 600;font-size: 15px;padding: 9px 20px;transition: all 0.5s ease;}
.aboutPage .navAbout li:hover, .aboutPage .navAbout li.active{background: #fff;box-shadow: 0px 0px 7px #918989 inset;}
.aboutPage #aboutUs{
    padding: 50px 0px;
    background: url(../images/bg_aboutus_top.png) no-repeat top right, url(../images/bg_aboutus_bottom.png) no-repeat bottom left;
}
.aboutPage #aboutUs .image{border-radius: 56px;overflow: hidden;display: inline-block;}
.video {
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
  width: 100%;
}

.video video {
  width: 100%;
  height: 100%;
}

.video .play, .video .mute{
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 22px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.35);
}
.video .play svg,
.video .mute svg{
  width: 22px;
  height: 22px;
  color: #fff;
}
.video .mute{
  bottom: 10px;
  right: 50px;
}
#history{background: #255b2d url(../images/bg_history.png) no-repeat center;background-size: cover;color:#fff;padding: 50px 0px;}
.item_history .name{font-family: riftbold;font-size: 3rem;position: relative;}
.item_history .name:before{content:'';width: 60px;height: 1px;background: #939393;position:absolute;left: -80px;top: 50%;}
.item_year{font-size: 30px;text-align: center;position: relative;padding-bottom: 10px;}
.item_year.slick-current:before{content: '';width: 0;height: 0;position: absolute;bottom: 0px;left: calc(50% - 15px);border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid #fff;}
#history .slider-nav{margin-top: 50px;border-bottom: solid 4px #252525;}
#field{background:#f5f3f3;}
#business{background: url(../images/bg_en_cl.png) no-repeat bottom center;padding: 50px 0px;padding-bottom: 190px;}
.core_value{position: relative;margin-top: -12%;}
.core_value .title{color:#fff;text-transform: uppercase;font-weight: 600;font-size: 24px;text-align: center;margin-bottom: 3rem;}
.core_value .item{text-align: center; margin-bottom: 30px;}
.core_value .name{color:#fff;font-weight: bold;font-size: 20px;margin-top: 20px;margin-bottom: 10px;}
.item_mission{margin-top: 10px;position: relative;padding: 0px 10% 8% 6%;color: #fff;}
.item_mission:before{content:'';background: var(--color-main);position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;border-radius: 200px 0px;}
.item_mission .name{position:relative;text-transform: uppercase;font-size: 24px;margin-bottom: 20px;color: #255b2d;font-weight: 600;}
.item_mission .name span{color: #fff;display: block;font-weight: 900;font-size: 40px;line-height: 50px;}
#culture{background: #fff url(../images/bg_history.png);}
#partner{background: #255b2d url(../images/bg_wavy.png) no-repeat center; background-size: cover;}
.link-detail {border-radius:5px;padding: 0.7rem 1.8rem;color:#fff;font-weight:600;cursor:pointer;margin-bottom:1.5rem;border:1px solid var(--color-main);overflow:hidden;position:relative;z-index:1;background:var(--color-main);display:inline-block;font-size:13px;}
.link-detail i {font-size:15px;}
.link-detail:before {content:'';position:absolute;right:0;width:0;height:100%;background:#fff;z-index:-1;transition:0.4s;bottom:0;}
.link-detail:hover {color:var(--color-main);}
.link-detail:hover:before {width:100%;left:0;right:auto;}
.wrap-why {position: relative;z-index: 1;background: url(../images/bg_why.jpg) no-repeat top center;background-size: cover;color: #fff;}
.wrap-why:before{content:'';background: rgb(0 0 0 / 73%);position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;z-index: -1;}
.wrap-why .title-main{position: relative;text-align: center;color: var(--color-main);}
.wrap-why .subtitle{margin: 0px;}
.wrap-why .description{color:#CDCDCD;}
.box_why{position: relative;}
.wrap-why .why-item {position: relative;padding: 30px 0px;}
.wrap-why .why-item .why-item_text{position: relative;}
.wrap-why .why-item .why-item_text h3 {font-size: 18px;font-weight: bold;margin: 20px 0px;}
.wrap-why .why-item .why-item_text .number{display: inline-block;width: 30px;height: 30px;text-align: center;line-height: 30px;background: var(--color-main);color: #fff;border-radius: 50%;margin-right: 10px;}
.wrap-why .why-item .why-item_text p {margin: 0px;font-size: 14px;color: #CDCDCD;}
.wrap-why .line{position: relative;height: 1px;background: #ddd;margin: 20px 0px;}
.wrap-why .line:before, .wrap-why .line:after{content:'';width: 8px;height: 8px;position: absolute;background: var(--color-main);left: 0px;top: calc(50% - 4px);}
.wrap-why .line:after{left: inherit; right: 0px;}
.wrap-why .text-end{font-size: 18px;}
.wrap-quytrinh .subtitle span:after{right: 0px;left: inherit;}
.wrap-quytrinh .content{padding: 0px 40px;color: #fff;background: #005AD8 url(../images/bg_qt.png) no-repeat top center;position: relative;background-size: cover;}
.wrap-quytrinh .item_qt{position: relative;}
.wrap-quytrinh .item_qt:before{content:'';width: 100%;position: absolute;height: 1px;background: #fff;top: 50%;}
.wrap-quytrinh .item_qt .step{position: relative;width: 100%;height: 246px;padding: 30px;}
.wrap-quytrinh .item_qt .step span{background:#fff;color: var(--color-static);text-transform: uppercase;padding: 0px 10px;display: inline-block;border-radius: 5px;}
.wrap-quytrinh .item_qt .step:before, .wrap-quytrinh .item_qt .step:after, .wrap-quytrinh .item_qt .info:before, .wrap-quytrinh .item_qt .info:after{content:'';position: absolute;}
.wrap-quytrinh .item_qt .step:before{width: 14px;height: 14px;background: #fff;bottom: -7px;border-radius: 50%;}
.wrap-quytrinh .item_qt .step:after{width: 24px;border: solid 2px #fff;height: 24px;bottom: -12px;border-radius: 50%;}
.wrap-quytrinh .item_qt .info:before{width: 1px;height: 32px;background: #fff;top: 20px;}
.wrap-quytrinh .item_qt .info:after{width: 5px;height: 5px;background: #fff;border-radius: 50%;top: 52px;margin-left: -2px;}

.wrap-quytrinh .item_qt .info{text-align: center;padding: 60px 0px;position: relative;}
.wrap-quytrinh .item_qt .info h3{font-size: 20px;/* font-weight: 400; */margin-bottom: 15px;}
.productPage{background:#464946;}
.feedback{
    margin: 0px;
    margin-bottom: 30px;
    padding-top: 15px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
    min-height: 95px;
}
.feedback .star{color: var(--color-main);}
.feedback .images{position: relative;padding-right: 30px;}
.feedback:nth-child(2n) .images{padding: 0px; padding-left: 30px;}
.feedback .images .icon{position: absolute;top: -20px;right: 0px;}
.feedback:nth-child(2n) .images .icon{left: 0px;}
.feedback .images >img{border-radius: 10px;}
.feedback .info{
    text-align: left;
}
.feedback .name{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}
.wrap-project{}
.wrap-project .title, .wrap-why .title{font-size: 3rem;text-transform: uppercase;color: var(--color-main);margin-bottom: 2rem;}
.wrap-project .title span, .wrap-why .title span{position: relative; display: inline-block;}
.wrap-project .title span:before, .wrap-why .title span:before{content:'';background: #a1a1a1;position: absolute;width: 200px;height: 1px;bottom: 12px;left: 102%;}
.wrap-project .title span b, .wrap-why .title span b{font-weight: 900;}
.control-project{position:absolute;top: 55px;right: 0px;}
.control-project button{border-radius: 50%;border: solid 2px #fff;background: none;width: 50px;height: 50px;text-align: center;margin-right: 15px;}
.control-project button svg{stroke: #fff;width: 36px;}
.item_news{position: relative;transition: all 300ms;border-radius: 3px;overflow: hidden;margin-bottom: 20px;}
.item_news .images{position: relative;margin-bottom: 20px;}
.item_news img{border-radius: 15px;}
.item_news .date{background: #33c5a7;margin-bottom: 15px;color: #fff;text-align: center;display: inline-block;width: 70px;line-height: 70px;font-weight: bold;font-size: 16px;border-radius: 10px;}
.item_news .dateOther{line-height: 30px;}
.item_news .info .date{margin-top: -50px;position: relative;z-index: 1;margin-right: 15px;padding: 0px 10px;}
.item_news h3{color: #4d4d4d;font-weight: 600;font-size: 18px;transition: all 0.5s ease;}
.item_news .views{color: var(--color-static);font-weight: 500;transition: all 0.5s ease;text-transform: uppercase;}
.item_news .views:hover{color:var(--color-red); padding-left: 15px;}
.item_news.news_nb h3{font-weight: bold;font-size: 18px;}
.item_news h3:hover{color:var(--color-main);}
.item_news p{color: #3e3e3e;}
.booking .modal-body{color:#fff;text-align: center;background: rgb(0 93 74);background: -webkit-linear-gradient(140deg, rgb(0 93 74), rgb(16 145 33));background: #0973fc;border-radius: 5px;overflow: hidden;}
.booking .modal-body .form-control{background: none;border-color: hsla(240,6%,90%,.2);min-height: 50px;color: #fff;}
.booking .modal-body .form-control::placeholder{color:#fff;}
.booking .modal-body .btn-default{height: 55px;}