.wrap-product-sale .content{background:var(--background-static);border-radius: 20px;}
.wrap-product-sale .title{
     text-align: center;
     color: var(--color-main);
     font-family: '1FTVVIPMonkisa';
     font-size: 40px;
     text-shadow: -1px -1px 0 #fff,     1px -1px 0 #fff,    -1px  1px 0 #fff,     1px  1px 0 #fff;
     position: relative;
}
.wrap-product-sale .title a{position:absolute;right: 0px;top: 20px;color: #fff;text-shadow: none;font-size: 14px;font-family: "Montagu Slab", sans-serif;}
.listLeft{background: url(../images/bg_dmsp.jpg) no-repeat top center;background-size: cover;padding: 10px;border-radius: 30px;}
.wrap-giacong{background: #066B4B url(../images/bg_giacong.jpg) no-repeat top center; color:#fff;}
.wrap-giacong .title{font-family: '1FTVVIPMonkisa';font-size: 40px;line-height: 50px;}
.wrap-giacong .col{margin-top: 120px;}
.item_gc{background:#1F7A5D;border-radius: 20px;padding: 20px;height: 100%;}
.item_gc .images{margin-top: -120px;}
.item_gc h4{font-size: 16px; font-weight: 500; margin-top: 20px;}
.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: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: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);}
.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;}
.feedback{
    margin: 0px;
    margin-bottom: 30px;
}
.feedback p{
    color: #222222;
    text-align: end;
    -webkit-line-clamp: 5;
}
.feedback .images1{position: relative;transform: rotate(-20deg);padding-top: 50px;}
.feedback .info{
    text-align: left;
}
.feedback .name{
    font-weight: bold;
    font-size: 18px;
    color: #F47435;
}
.feedback .chucvu{color:#434343}
.wrap-galley{padding-top: 150px;}
.wrap-galley .background{position: absolute;bottom: 0px;z-index: -1;height: 100%;width: 100%;}
.wrap-galley .background .img1{position:absolute;bottom:0px;z-index: 1;}
.wrap-galley .background .img2{position:absolute;top: 0px;z-index:0;right: 0px;}
.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;overflow: hidden;margin-bottom: 20px;}
.item_news .images{position: relative;border-radius: 20px;overflow: hidden;}
.item_news .date{color: #919191;}
.item_news .date span{display: block;font-weight: bold;font-size: 25px;}
.item_news img{border-radius: 5px;}
.item_news h3{color: #222222;font-weight: 600;font-size: 16px;transition: all 0.5s ease;}
.item_news .newList{color: var(--color-main);}
.item_news .newList i, .item_news .date i{color:#1556DB}
.item_news .views{color: #066B4B;border: solid 1px #066B4B;font-weight: 500;transition: all 0.5s ease;display: inline-block;padding: 5px 15px;border-radius: 20px;}
.item_news .views:hover{background:#066B4B; color:#fff;}
.item_news.news_nb h3{font-weight: bold;font-size: 18px;}
.item_news h3:hover{color:var(--color-main);}
.item_news p{color: #3e3e3e;}
.viewsAll:hover{color:#fff; }
.item_partner img {
    max-width: 200px;
    max-height: 90px;
    object-fit: contain;
}
.wrap-why {position: relative;z-index: 1;background: #F47435;color: #fff;}
.wrap-why .title-main{position: relative;text-align: center;color: var(--color-main);}
.item_why{padding: 15px;}
.item_why .images{width: 60px;}
.item_why .info{width: calc(100% - 60px);}
.item_why h4{font-size: 16px;font-weight: bold;margin-bottom: 5px;}
.item_why p{margin: 0px;font-size: 13px;}
.content1000{max-width: 1000px;margin: auto;}
.item_ai{color:#434343;}
.item_ai h3{color:#222222; font-size: 16px; font-weight: 600;}
.wrap-form{background: url(../images/bg.jpg) no-repeat center;background-size: cover;}
.wrap-form .images{background: url(../images/bg_person_support.png) no-repeat bottom center;background-size: contain;max-width: 540px;margin: auto;}
.wrap-form .images .lazy{max-width: 74%;}
.wrap-form .images .name{background: linear-gradient(90deg, #1556DB 0%, #417FFF 100%);text-align: center;display: inline-block;color: #fff;padding: 10px 40px;font-weight: 700;font-size: 36px;text-transform: uppercase;border-radius: 52px;position: absolute;bottom: 20px;white-space: nowrap;left: 50%;transform: translateX(-50%);}
.wrap-form .images .icon{position:absolute;-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.wrap-form .images .icon i{font-size: 160%;background: #2196F3;color: #fff;border-radius: 50%;padding: 15px;}
.wrap-form .images .icon_phone{top: 35%;left: 3%;width: 10%;height: 10%;aspect-ratio: 1/1;}
.wrap-form .images .icon_mail{top: 11%;left: 30%;}
.wrap-form .images .icon_mail i{font-size: 23px;padding: 12px;}
.wrap-form .images .icon_mess{top: 10%;right: 27%;}
.wrap-form .images .icon_fb{top: 35.5%;right: 3.5%;}
.wrap-form .contact-form {background:#fff;width: 100%;padding: 30px;margin: auto;border-radius: 10px;}
.wrap-form .contact-form .title{font-size: 28px; font-weight: 600; color:#000;}
.wrap-form .contact-form .title p{font-size: 44px;}
.wrap-form .contact-form .title span{color:var(--color-main);}
.contact-form .form-control{min-height: 45px;/* border-left: none; */}
.contact-form .input-group-text{background: none;}
.btn-default{background:#006b4a;color: #fff;height: 43px;text-transform: uppercase;line-height: 30px;font-weight: 300;}
.btn-default:hover{
    background: var(--color-main);
    color: #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;}
@-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);
  }
}