.container{max-width: 1200px;}
.box-shadow{--tw-shadow: 0 3px 10px 6px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-ring-shadow: 0 0 #0000;--tw-ring-offset-shadow: 0 0 #0000;box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.border-radius{border-radius: 10px;}
.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;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 img{transition: all 0.5s ease}
.effect:hover img{scale: 1.1;}
.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;}
.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;}
.title-project{font-size: 30px; color:#215a2c; font-weight: 500; text-transform: uppercase;}
.wrap-why {position: relative;z-index: 1;background-color: #F1F9FE;}
.wrap-why .title-main{position: relative;text-align: center;color: var(--color-main);}
.img-circle{position:absolute;width: auto;max-width: max-content;top: 0px;left: 50%;transform: translateX(-50%);z-index: -1;}
.why-item{color:#000;}
.why-item:nth-child(2n){right: 35px;}
.right .why-item:nth-child(2n){left: 35px;}
.why-item .images{width: 82px;}
.why-item h3{color:var(--color-main);font-weight: bold;font-size: 18px;}
.why-item .why-item_text{width: calc(100% - 82px);}
.productPage{background:#464946;}
.wrap-feedback{background: linear-gradient(360deg, #ffffff 0%, #FCF3F8 100%);}
.feedback{margin: 0px;margin-bottom: 30px;transition: all 0.5s ease;}
.owl-item.active .feedback .images{scale: 0.8;transition: all 0.5s ease;}
.owl-feedback:hover .feedback img{opacity: 0.5;}
.owl-item.active .feedback:hover img{opacity: 1;}
.owl-item .feedback:hover .images{scale: 1;}
.feedback p{
    color: #222222;
    -webkit-line-clamp: 3;
}
.feedback .images{position: relative;border: dashed 1px #545353;padding: 5px;border-radius: 50%;overflow: hidden;}
.feedback .images img{border-radius: 50%;}
.feedback .info{
    text-align: left;
}
.feedback .name{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--color-main);
}
.feedback .chucvu{color:#434343}
.owl-feedback .owl-nav{position:absolute;right: 0px;bottom: -40px;}
.owl-feedback .owl-nav button.owl-next{background: #343F6D;color: #fff;width: 80px;height: 30px;border-radius: 15px;border: solid 1px #343F6D;transition: all 0.5s ease;}
.owl-feedback .owl-nav button.owl-prev{background: #fff;border: solid 1px #343F6D;color: #343F6D;width: 80px;height: 30px;border-radius: 15px;opacity: 1;transition: all 0.5s ease;}
.owl-feedback .owl-nav button.owl-next{right: -15px;left: inherit;}
.owl-feedback .owl-nav .owl-prev i, .owl-feedback .owl-nav .owl-next i{font-size: 20px;}
.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;}
.wrap-newsnb{}
.leftNews{width: 54%;}
.rightNews{width: 46%;}
.leftNews .item_news h3{font-size: 20px;}
.item_news{position: relative;transition: all 300ms;overflow: hidden;border-radius: 10px;border: solid 2px #f1f1f1;}
.item_news .images{position: relative;}
.item_news .date{color: #000000;font-weight: 600;}
.item_news .btn-default{font-size: 11px;line-height: 26px;}
.item_news img{border-radius: 10px;}
.rightNews .item_news img{border-radius: 10px 0px 0px 10px;}
.item_news h3{color: #343F6D;font-weight: bold;font-size: 16px;transition: all 0.5s ease;margin-top: 5px;-webkit-line-clamp: 2;min-height: 38px;line-height: 25px;}
.item_news .newList{color: #343F6D;}
.item_news .newList i, .item_news .date i{color:#1556DB}
.item_news .views{color: #000;font-weight: bold;transition: all 0.5s ease;font-size: 14px;margin-bottom: 5px;display: inline-block;}
.item_news .views:hover{padding-left: 15px;color: var(--color-main);}
.item_news.news_nb h3{font-weight: bold;font-size: 18px;}
.item_news h3:hover{color:var(--color-main);}
.item_news p{color: #000000;-webkit-line-clamp: 2;}
#sync2 .owl-nav button.owl-prev, #sync2 .owl-nav button.owl-next{position:absolute;left: -40px;top: 50%;width: 32px;height: 32px;border: solid 1px var(--color-main);border-radius: 50%;background: #fff;color: var(--color-main);opacity: 1;transform: translateY(-50%);}
#sync2 .owl-nav button.owl-next{right: -40px;left: inherit;}
#sync2 .owl-nav .owl-prev i, #sync2 .owl-nav .owl-next i{font-size: 30px;color: var(--color-main);}
.viewsAll:hover{color:#fff; }
.list-reason{margin-left: -89px;}
.item_why{/* padding: 15px; */}
.item_why h3{color:var(--color-black);font-size: 15px;font-weight: bold;margin-bottom: 10px;cursor: pointer;}
.item_why p{margin: 0px;}
.item_mission{border: 2px solid var(--color-green);border-radius: 10px;padding: 15px;background: #fff;position: relative;padding-top: 60px;height: 100%;}
.item_mission .images{width: 95px;position: absolute;left: 50%;top: -50px;transform: translateX(-50%);}
.item_mission .info{}
.item_mission .name{font-weight: bold;font-size: 20px;color: vaR(--color-main);text-align: center;margin-bottom: 10px;}
.content1000{max-width: 1000px;margin: auto;}
.item_pc h3{color:#222222; font-size: 16px; font-weight: 600;}
.wrap-form{background: linear-gradient(to bottom,#ffffff 0%,#F1F9FE 100%)!important;}
.wrap-form .content{border: solid 2px var(--color-green);background: #fff;border-radius: 30px;padding: 30px;}
.wrap-form .content img{border-radius: 15px;}
.wrap-form .contact-form {background:#fff;width: 100%;padding: 30px;margin: auto;border-radius: 10px;}
.wrap-form .contact-form .title{font-weight: bold;color: var(--color-main);font-size: 25px;}
.wrap-form .contact-form .desc{color: var(--color-main);}
.contact-form .form-control{min-height: 40px;}
.contact-form .btn{border-radius: 5px;}
.contact-form .input-group-text{background: none;}
.btn-default{background: var(--color-main);color: #fff;border-radius: 20px;padding: 5px 30px;height: 38px;text-transform: uppercase;font-weight: 600;border: solid 1px var(--color-main);}
.btn-default:hover{color:var(--color-main); font-weight: bold; background:#fff;}
.item_faq{color:#000;padding: 15px;--tw-shadow: 0 0px 7px 5px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-ring-shadow: 0 0 #0000;--tw-ring-offset-shadow: 0 0 #0000;box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);border-radius: 5px;}
.item_faq .name{position: relative;cursor: pointer;padding-right: 20px;font-weight: 600;}
.item_faq .name i{position:absolute;right: 10px;transition: all 0.5s ease;}
.item_faq .name.active i.fa-plus{display: none;}
.item_faq .content{display: none;margin-top: 30px;}
.item_ts{color: #666;font-weight: 600;}
.item_ts span{text-transform: uppercase;color: #949697;display: block;font-weight: 300;font-size: 13px;}
.item_ts p{font-size: 1em;color: #000;}
.latestnews a h3{color:var(--color-main);font-weight: 600;font-size: 23px;}
.latestnews .owl-dots{position: relative;}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.btn-blink{opacity: 1;animation-name: example;animation-duration: 4s;animation: blinkColor 3s ease-in-out infinite; border: solid 1px #ddd;}
@keyframes blinkColor{0%{background:#fff; color:#0F446E}50%{background:#0F446E; color:#fff;}100%{background:#fff;color:#0F446E}}
.wrap-quymo{position: relative;overflow-x: auto;}
.wrap-quymo .container{max-width: fit-content; width: fit-content;}
.wrap-quymo:before{content:'';}
.wrap-quymo .content{max-width: 280px;color: vaR(--color-main);position: absolute;top: 20%;}
.wrap-quymo .content .title{font-weight: bold;font-size: 28px;position: relative;margin-bottom: 10px;color: var(--color-main);}
.wrap-quymo .content .title:after{content:'';background: vaR(--color-green);width: 150px;height: 1px;position: absolute;bottom: 0px;left: 0px;}
.wrap-quymo img{max-width: fit-content;}
.item_qm{color:#000000;position: absolute;font-size: 13px;}
.item_qm h3{color:var(--color-main);font-weight: bold;font-size: 20px;margin-bottom: 20px;}
.item_qm.item_1{top: 10%;max-width: 300px;right: 0px;}
.item_qm.item_2{top: 31%;right: 0px;max-width: 360px;}
.item_qm.item_3{top: 61%;left: 0%;text-align: left;max-width: 400px;}
.item_qm.item_4{top: 63%;right: 0px;max-width: 530px;}
.wrap-aboutEnd{background: url(../images/bg_1.png);color: #fff;}
.wrap-aboutEnd .title{font-weight: bold;text-transform: uppercase;font-size: 30px;color: vaR(--color-green);position: relative;}
.wrap-aboutEnd .title:after{content:'';position: absolute;width: 150px;height: 1px;background: var(--color-green);left: 0px;bottom: 0px;}
.wrap-aboutEnd .content ul{padding: 0px;}
.wrap-aboutEnd .content ul li{color: var(--color-green);background: #fff url(../images/icon1.png) no-repeat left 10px center;list-style:  none;padding: 10px;padding-left: 65px;margin-bottom: 15px;font-weight: 600;border-bottom: solid 2px var(--color-green);border-radius: 25px;font-size: 17px;}
.wrap-aboutEnd .images:before{content:'';background: #5DB338;position: absolute;width: calc(100% - 60px);height: calc(100% + 60px);border-radius: 25px;top: -30px;left: 30px;}
.wrap-aboutEnd .images img{border-radius: 10px;border: solid 2px #fff;}
.wrap-doingu{background: url(../images/bg2.png) repeat-x bottom center;}
.wrap-doingu .desc{color:var(--color-main);max-width: 500px;}
.wrap-doingu img{border-radius: 20px;}
.control-doingu button{background: var(--color-green);opacity: 1;border-radius: 50%;}
.control-doingu button.owl-prev svg, .control-doingu button.owl-next svg{stroke: #fff;}
.control-doingu button.owl-next{right: -50px;}
.control-doingu button.owl-prev{left: -50px;}
.author-name{font-weight: bold; font-size: 20px;}