@font-face{font-family:'sabon next lt';font-style:normal;font-weight:400;src:local('Sabon Next LT'),url(../fonts/sabonnext/SabonNextLT.woff) format('woff')}@font-face{font-family:sabon next lt;font-style:italic;font-weight:400;src:local('Sabon Next LT'),url(../fonts/sabonnext/SabonNextLTItalic.woff) format('woff')}@font-face{font-family:sabon next lt;font-style:normal;font-weight:700;src:local('Sabon Next LT'),url(../fonts/sabonnext/SabonNextLTBold.woff) format('woff')}@font-face{font-family:sabon next lt;font-style:italic;font-weight:700;src:local('Sabon Next LT'),url(../fonts/sabonnext/SabonNextLTBoldItalic.woff) format('woff')}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
   --primary:#44b549;
   --second:#ce9430;
}
html {
  scroll-behavior: smooth;
}
.text-custom-second{color: var(--second)}
.bg-gradient2{
  background: rgb(228,244,231);
  background: -moz-linear-gradient(90deg, rgba(228,244,231,1) 0%, rgba(55,176,80,1) 0%, rgba(4,175,166,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(228,244,231,1) 0%, rgba(55,176,80,1) 0%, rgba(4,175,166,1) 100%);
  background: linear-gradient(90deg, rgba(228,244,231,1) 0%, rgba(55,176,80,1) 0%, rgba(4,175,166,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4f4e7",endColorstr="#04afa6",GradientType=1);
}

body{
  font-family: "Montserrat", sans-serif;
}
body.en{
  font-family: "Sabon Next LT", sans-serif;
}
body.custom-page{background: #6c6c6c;}
p {
  margin-bottom: 10px;
  margin-top: 0;
}

.marquee{overflow: hidden;white-space: nowrap;opacity:0}
.text-black{color:#333}
.more-btn{
  background: #036faf;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  color: #fff !important;
}
.bg-gray{background: #c5c5c5;}
.yellow {
  color: yellow;
}
.text-shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color=#000000)";
  text-shadow: 2px 0 4px rgb(0 0 0 / 20%);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000);
}

img {
  max-width: 100%;
  height: auto !important;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 [class*="col-"],.row-10 [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row-5 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-5 [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.row-3 {
  margin-left: -3px;
  margin-right: -3px;
}
.row-3 > [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row-2 {
  margin-left: -2px;
  margin-right: -2px;
}
.row-2 > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.mb-4px{margin-bottom:4px}
.no-gutter {
  margin-left: -0px;
  margin-right: -0px;
}
.no-gutter > [class*="col-"],.no-gutter > [class*="col"] {
  padding-left: 0px !IMPORTANT;
  padding-right: 0px !important;
}
a,
input,
textarea {
  outline: none;
  padding: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.map-content .map-control{
    position: absolute;
    right: 10px;
    z-index: 33;
    top: 10px;
}
.map-content .map-control a{
    display: inline-block;
    padding: 6px 16px;
    background: #fff;
    border-radius: 3px;
    color: #111;
    font-size: 14px;
    transition: 0.4s ease;
}
.map-content .map-control a.active,.map-content .map-control a:hover{
    color: red;
    text-decoration: none;
}

.map-content .map-wrap{}
.map-content .map-wrap{}
.map-content {
  background: #fff url(../images/load.jpg) no-repeat top center;
  background-position-y: 15%;
  position: relative;
}
.map-content .tab-control {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
}
.map-content .tab-control span {
  display: inline-block;
  background: #2e3192;
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.4s ease;
  border: 2px solid transparent;
}
.map-content .tab-control span.active,
.map-content .tab-control span:hover {
  border: 2px solid #fff;
}
.map-content .map-wrap .map-frame{
    display: none;
}
.map-content .map-wrap .map-frame.active{display: block;}
.map-content .map-wrap {
  position: relative;
  height: 0;
  padding-bottom: 30%;
  z-index: 1;
}
.big-menu {
    position: relative;
    display: block;
}
.big-menu img{
    width: 100%;
}
  .big-menu p span{
    display: inline-block;
    padding: 5px 27px;
    background: #fff;
    font-weight: 500;
    color: #333;
}
.big-menu p{
       position: absolute;
       text-align: center;
       border: 0;
       margin: 0;
       left: 0;
       bottom: 10px;
       text-align: center;
       width: 100%;
}

.x-card img{width: 100%;height: 100% !important;object-fit: cover;position: absolute;}
.x-card .card-text .text{
    display: inline-block;
    padding: 6px 10px;
    background: #fff;
    color: #333;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    min-width: 110px;
}
.x-card .card-text .text .type-name{
    display: block;
}
.x-card .card-text .text .name{
    display: block;
    font-weight: bold;
}
.x-card .card-text{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}
  .x-card{
    display: block;
}
.x-card.item-1 .inner{
    padding-bottom: 40%;
}

  .x-card.item-2 .inner{
    padding-bottom: 70%;
    margin: 0;
    height: 0;
    overflow: hidden;
}

  .x-card.item-3 .inner{
    padding-bottom: 100%;
}
.x-card .inner{
    position: relative;
    height: 0;
}
.scrollToTop{position:fixed;z-index: 123;right:10px;bottom: 74px;}
.image-big-detail{
    position: relative;
}
.image-big-detail .project-info{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ffffffeb;
    padding: 10px;
    max-width: 600px;
}
@media(min-width:768px){
  .image-big-detail .project-info{
    padding:30px 50px;
    background: #ffffffb3;
  }
}


  .image-big-detail .project-info h1{
    font-weight: 500;
    font-size: 23px;
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
}



.masonry {
  column-count: 3;
  column-gap: 15px;
}
.masonry-item {
  break-inside: avoid;
  margin-bottom: 15px;
}
img.lazy {
    opacity: 0;
    transition: 0.5s ease
}
img.initial, img.loaded, img.error {
    opacity: 1;
}
.div_album_mobile{display: none;}
@media(max-width:1280px){
  .masonry {
    column-count: 4;
    column-gap: 15px;
  }
}
@media(max-width:992px){
  .masonry {
    column-count: 3;
    column-gap: 15px;
  }
  .div_album_mobile{display: block;}
  .div_album_desktop{display: none;}
}
@media(max-width:768px){
  body{padding-bottom: 60px}
  .image-big-detail .project-info{
    position: static;
}
  .masonry {
    column-count: 1;
    column-gap: 15px;
  }
}
.nav-row{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.nav-row a{
    font-size: 1.3rem;
    color: #333;
}
.nav-row a i{}

.custom-page .container-fluid{padding-left: 230px;color: #fff;padding-top: 15px;}
  .custom-page input[type='submit']{
    background: #111;
    border: 0;
    padding: 8px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.custom-page .form-control{
    background: #ffffff87;
    border-radius: 4px;
    border: 0;
    min-height: 50px;
}

@media(max-width:768px){
.x-card.item-1 .inner{
       padding-bottom: 130%;
  }
  .x-card .card-text{
    bottom: 5px;
    font-size: 0.8rem;
}

  #main-header .hotline-top{position: fixed;}
  .custom-page .container-fluid{padding-left: calc(var(--bs-gutter-x) * .5)}
  #main-header .menu-wrap{
    transform: translateX(calc(-100% - 40px));
    transition:0.4s ease all;
    top: 10px;
    left: 10px;
  }
  body.show-menu:after{
    content:"";
    background:#111;
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
  }
   .menu-wrap button{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 0;
}
  .show-menu #main-header .menu-wrap{
    transform: translateX(0);
    position: fixed;
  }
}
.lang-wrap{
    display: block;
    margin-top: 7px;
    padding-left: 10px;
}
.lang-wrap a{
    background: #fff;
    color: #111;
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.4s ease;
}
.lang-wrap a.active,.lang-wrap a:hover{
    border-color: #111;
}
.object-fit{
  width: 100%;height: 100% !important;object-fit: cover;position: absolute;
}
.about-desc{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 600px;
    bottom: 15px;
    left: 15px;
    padding: 30px;
}
.team .name{
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.team{position: relative;height: 0;padding-bottom: 150%;}
  
.team img{
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
}
.team a{background: #fff;display: inline-block;padding: 8px 20px;color: #333;text-decoration: none;}
.team a p{
    margin: 0;
    font-weight: 600;
}
.team a span{
    font-size: 13px;
}
.contact-desc{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 500px;
}
.contact-desc .content{
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.contact-desc .info{
    background: #E26457;
    color: #fff;
    padding: 30px 40px;
}

  
  

@media(min-width:768px){
  .box-contact{background-color: #ececec;
        padding: 30px 50px 60px;
        height: 100%;
      }  

}
@media(max-width:768px){
  .contact-desc{
    position: static;
}
  .about-desc{
    position: static;
    padding: 0;
    margin:15px 0;
  }
  .contact-desc .content{
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 0px;
}
.contact-desc .info{
    background: #E26457;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
}

}



/* Toolbar */
.toolbar {
  background: #fff;
  width: 100%;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  border-top: 4px solid #111;
}
.toolbar ul {
  list-style: none;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.toolbar ul li:first-child{
    background: #E26457;
}
.toolbar ul li:first-child a{}
.toolbar ul li:first-child span{
    color: #fff;
}
.toolbar ul li {
  text-align: center;
  padding: 5px 0;
}
.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.toolbar ul li a img {
  height: 5.4vw !important;
  width: auto;
}
.toolbar ul li a span {
  font-weight: 400;
  color: #111;
  font-size: 3.1vw;
  /* display: none; */
  font-weight: bold;
}


    .hotline-fix {
    position: fixed;
    left: 20px;
    bottom: 80px;
    z-index: 11;
    display: flex;
    align-items: center;
}

.hotline-fix a span {
    display: block;
    color: #ffd500;
    overflow: hidden;
    font-size: 17px;
    font-weight: 700;
}


.hotline-fix:before {
    position: absolute;
    left: -14px;
    top: -14px;
    content: "";
    width: 76px;
    height: 76px;
    background: url(../images/dt1.png) no-repeat;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

.hotline-fix a {
    display: block;
    width: 48px;
    padding: 6px 0 6px 48px;
    border-radius: 50%;
    height: 48px;
    background: #EF080D;
    color: #fef4f4;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.hotline-fix a:before {
    position: absolute;
    left: 4px;
    top: 4px;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff url(../images/dt2.png) no-repeat;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    border-radius: 50%;
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%, 30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%, 40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0%, 100%, 50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10%, 30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%, 40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.masonry-item  a img{width: 100%;}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.masonry1 {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 20px;
}

.masonry1 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.masonry-item1 {
    width: 32.7%;
}

.masonry2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    justify-content: space-between;
}

.masonry-item2 {
    width: 49.5%;
    margin-bottom: 20px;
    text-align: center;
}

.masonry-item2 img {
    width: 100%;
}
.masonry-item1 a {
    height: 100%;
    display: block;
}
.masonry-item2 a img {
    height: 100% !important;
    object-fit: cover;
}

@-webkit-keyframes marqueeAnimation-5966594  { 100%  {margin-left:-925px}}