.border-radius{border-radius: 15px;}
.btn-default {border: solid 1px transparent;background-color: var(--color-main);color: #fff;padding: 8px 20px;border-radius: 0px;font-weight: 500;font-size: 18px;transition: all 0.5s ease;}
.btn-white-default{color: var(--color-main);border: solid 1px var(--color-main);padding: 10px 20px;border-radius: 8px;background: #fff;font-size: 18px;font-weight: 500; transition: all 0.5s ease;}
.btn-white-default:hover{background-color: var(--background-static); color:#fff;}
.btn-default:hover{color:var(--color-main); background: #fff; border-color: var(--color-main);}
.viewsAll{background: var(--color-main);font-size: 15px;color: #fff;padding: 8px 15px;border-radius: 5px;transition: all 0.5s ease;}
.viewsAll:hover{background: var(--color-red);}
.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: 2rem;}
.serviceDetail .viewsMaps{background: #26519B;color: #fff;box-shadow: 0 1px 1px 0 rgb(0 0 0 / 3%);height: 46px;width: 300px;cursor: pointer;font-size: 15px;text-transform: uppercase;padding: 0px;font-weight: 600;border-radius: 4px;float: left;margin-right: 10px;}
.serviceDetail .viewsMaps .ic{background: #1c3f5b;display: inline-block;line-height: 46px;width: 46px;text-align: center;font-size: 20px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.serviceDetail .viewsMaps .text{display: inline-block;width: 100%;text-align: center;}
.serviceDetail .viewsMaps:hover{color:#ff0;}
.banner{position: relative;height: 25.3125rem;}
.banner:before{content: '';background: rgba(0,0,0,0.3);width: 100%;height: 100%;position: absolute;}
.banner .title_site{position:absolute;bottom: 30%;left: 0px;width: 100%;color: #fff;text-transform: uppercase;font-weight: 700;font-size: 26px;z-index: 2;}
.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;}
.viewsNews{display: inline-block; margin-top: 20px; color:#333; text-transform: uppercase; font-weight: 600;}
.viewsNews i{font-weight: bold; color:#f00;}
.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: 2.2rem;position: relative;margin-bottom: 10px;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;
}
.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{padding: 50px 0px;background: linear-gradient(180deg, rgba(212, 35, 44, 0) 0%, #36373a70 100%);}
.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, .wrap-product{background: #f5f5f5;}
#business{padding: 50px 0px;}
.wrap-loiich{    background: linear-gradient(180deg, rgba(212, 35, 44, 0) 0%, rgba(212, 35, 44, 0.1) 100%);}
.item_li{}
.item_li .image{position: relative;}
.item_li .num{position: absolute;top: -10px;left: 20px;font-style: normal;font-weight: 700;font-size: 40px;line-height: normal;text-transform: uppercase;color: #fff;background: var(--color-main);width: 55px;height: 55px;text-align: center;border-radius: 5px;}
.item_li .info{background:#fff;padding: 20px;border: solid 1px #ddd;border-radius: 10px;width: 90%;position: relative;z-index: 1;top: -20px;left: 5%;}
.item_li .name{position: relative;font-style: normal;font-size: 15px;line-height: 26px;color: #333333;margin: 0;font-weight: bold;text-transform: uppercase;}
.item_li p{color:#666;margin-top: 10px;min-height: 81px;}
.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 20px;color: #666;}
.item_mission .line{position:absolute;height: 2px;background-color: #f00;position: absolute;left: 170px;z-index: 9;top: 65px;right: 0;}
.item_mission .line:before, .item_mission .line:after{content:'';width: 8px;height: 8px;background: #FFFFFF;border: 1px solid #f00;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 50%;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.item_mission .line:before{    left: 0;}
.item_mission .line:after{right: 0px;}
.item_mission:last-child .line:after{display: none;}
.item_mission .images{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 130px;height: 130px;margin: 0 0 30px;border-radius: 50%;background: var(--color-main);background: -webkit-gradient(linear, left top, left bottom, from(var(--color-main)), color-stop(48%, #fb2a2a), to(rgba(255, 255, 255, 1)));background: -o-linear-gradient(top, var(--color-main) 0%, #fb2a2a 48%, rgba(255,255,255,1) 100%);background: linear-gradient(180deg, var(--color-main) 0%, #fb2a2a 48%, rgba(255, 255, 255, 1) 100%);}
.item_mission .images:before{background: #ffffff;content: '';position: absolute;top: 2px;left: 2px;right: 2px;bottom: 2px;border-radius: 50%;z-index: 1;}
.item_mission .images img{position: relative; z-index: 10;}
.item_mission .name{position:relative;font-size: 20px;margin-bottom: 10px;font-weight: bold;color: #000;}
.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{overflow: hidden;}
#partner .wrap-mission{position: relative;}
#partner .wrap-mission:after{content:'';position: absolute;height: 2px;background-color: #f00;top: 75px;right: -100%;width: 100%;}
.wrap-partner{/* background: #dedede; */}
.wrap-why {position: relative;z-index: 1;}
.wrap-why .title-main{position: relative;text-align: center;color: var(--color-main);}
.wrap-why .why-item {margin-bottom: 40px;position: relative;}
.wrap-why .why-item:hover .why-item_img{/* -webkit-transform: rotateY(180deg); */-moz-transform: rotateY(180deg);/* transform: rotateY(180deg); */}
.wrap-why .why-item .why-item_img {/* margin: 15px 0px; */display: block;transition: 1s;overflow: hidden;width: 64px;position: relative;}
.wrap-why .why-item .why-item_img img{max-height: 65px;transition: all 0.5s ease;}
.wrap-why .why-item .why-item_text{width: calc(100% - 64px);}
.wrap-why .why-item .why-item_text h3 {font-size: 20px;font-weight: bold;margin-bottom: 10px;}
.wrap-why .why-item .why-item_text p {margin: 0px;font-size: 15px;}
.productPage{background:#464946;}
.feedback{
    margin: 0px;
    margin-bottom: 30px;
    min-height: 165px;
    padding-top: 15px;
    font-weight: 500;
}
.feedback p{
    color: #464646;
    text-align: left;
    -webkit-line-clamp: 5;
}
.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;
}
.feedback p{font-weight: 500;font-size: 16px;}
.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;}
.wrap-giaiphap{position: relative;}
.control-gp, .control-product{position:absolute;top: 0px;right: 0px;/* text-align: center; */}
.control-gp button, .control-product button{border-radius: 50%;border: solid 2px #575656;background: none;width: 40px;height: 40px;text-align: center;margin-right: 15px;padding: 0px;}
.control-gp button svg, .control-product button svg{width: 30px;height: 30px;}
.item_news{position: relative;transition: all 300ms;border-radius: 3px;overflow: hidden;margin-bottom: 20px;}
.item_news .images{position: relative;}
.item_news .date{font-size: 13px;color: #fff;position: absolute;background: var(--color-main);padding: 10px;border-radius: 10px;top: 20px;left: 0px;text-align: center;z-index: 10;}
.item_news .date span{display: block;font-weight: bold;font-size: 25px;}
.item_news img{border-radius: 5px;}
.item_news h3{color: #000;font-weight: bold;font-size: 18px;transition: all 0.5s ease;}
.item_news .views{color: var(--color-main);font-weight: 500;transition: all 0.5s ease;}
.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;}
@keyframes moveLeftBounceRight{0%{-webkit-transform:translateY(5px);transform:translateY(5px);}50%{-webkit-transform:translateY(-5px);transform:translateY(-5px);}100%{-webkit-transform:translateY(5px);transform:translateY(5px);}}
@keyframes clipPathImg {
  0% {
      clip-path: circle(0 at 50% 50%)
  }

  100% {
      clip-path: circle(100% at 50% 50%)
  }
}
.viewsAll:hover{color:#fff; }
.scale_home{background: linear-gradient(180deg, rgba(212, 35, 44, 0) 0%, #36373a42 100%);}
.scale_home .map_scale .box_map{position: relative;}
.scale_home .map_scale .box_map .box_dots {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.scale_home .map_scale .box_map .box_dots a {
    position: absolute;
    background: #9e1c26;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    /*animation: zoominoutsinglefeatured 1s infinite ease-in-out;*/
}
.CRcircle {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background-color: rgba(212, 35, 44, 0.2);
    border: 1px solid rgba(212, 35, 44, 0.2);
    box-shadow: 0 0 15px rgba(212, 35, 44, 0.2);
    transform: translateZ(0);
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 1;
    animation: Ani 2s infinite;
}
@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(156, 124, 58, 0);
        border: 1px solid rgba(156, 124, 58, 0);
        transform: scale(0);
    }
    70% {
        box-shadow: 0 0 50px rgba(212, 35, 44, 0.2);
        border: 1px solid rgba(212, 35, 44, 0.2);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 0 60px rgba(156, 124, 58, 0);
        border: 0 solid rgba(156, 124, 58, 0);
        transform: scale(2);
    }
}
.scale_home .map_scale .box_map .box_dots a:hover p{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.scale_home .map_scale .box_map .box_dots a p{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
    height: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #9e1c26;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    z-index: 1;
    border: solid 1px #ddd;
}
.item_contents{font-size: 18px;}
.item_contents .name{color: #575A5D;font-weight: bold;font-size: 30px;line-height: 35px;margin-bottom: 20px;}