.clear {
    clear: both;
}
body {
    opacity: 0;
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}
body.aos-animate {
    opacity: 1;
}
body.active:before {
    content: '';
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    background: rgba(0, 23, 31, 0.80); 
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
    padding-left: 12px;
    padding-right: 12px;
}
.banner {
    position: relative;
}
.banner .inner-banner::after {
    content: '';
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(0 23 31 / 5%) 0%, rgb(0 23 31) 60%);
}
.banner::before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    /* background: linear-gradient(90deg, #00171F 34.58%, rgba(0, 23, 31, 0.00) 100%); */
    background: radial-gradient(hsl(195deg 100% 6% / 15%), hsl(195 100% 6% / .6));
}
.home .banner {
    background-size: contain!important; 
    background-position: top right!important;
}
.home .banner::before {
    background: linear-gradient(90deg, #00171F 35%, rgba(0, 23, 31, 0.00) 65%);
}
.home .banner::after { 
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%; 
    background-size: 100% 100%!important;
    background: url('../images/bg-la-banner01.svg') center center no-repeat;
}
.home .banner::after,
.section-our-mission::before,
.section-our-mission::after,
.section-projects::before,
.section-projects::after,
.section-explore .inner-section-explore:before,
.section-explore .inner-section-explore:after { 
	-webkit-animation: moveTopBottom 40s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: moveTopBottom 40s cubic-bezier(.455, .03, .515, .955) infinite both;
}
.home .fancybox-content {
    border-radius: 20px;
    border: none;
    background: #fff;
    padding: 0px; 
    max-width: 800px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top:120px;
}
.home .fancybox-content.box-green {
	border-radius: 20px;
    border: 2px solid #00524B; 
    background: linear-gradient(0deg, rgba(0, 82, 75, 0.40) 0%, rgba(0, 82, 75, 0.40) 100%), #011820;
	box-shadow:inherit;
    max-width: 394px;
    color: #fff;
    padding:30px;
    text-align: left;
}
.home .fancybox-content.box-green h4 {
	color: #FFF;  
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "DM Sans";
    margin:0;
}
.home .fancybox-content.box-green p {
	color: #FFF;  
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}
.home .fancybox-content img {
    border-radius: 0;
    margin-bottom: 0px; 
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.home .fancybox-content .infomation-content h3,
.home .fancybox-content .infomation-content h4,
.home .fancybox-content .infomation-content p,
.home .fancybox-content .infomation-content ul li {
    color: #00171F;
    text-align: left; 
}
.home .fancybox-content .infomation-content {
    text-align: left;
    padding: 20px 40px 56px 40px; 
}
.home .fancybox-content .infomation-content .inner-infomation-content {
    height: 450px;
    overflow-y: scroll;
    position: relative;
} 
.home .fancybox-content .infomation-content .inner-infomation-content span {
    color: rgb(0 23 31 / 70%);
}
.home .fancybox-content .infomation-content .inner-infomation-content h2 {
    margin-top: 0;
}
.home .list-projects .box-projects .info .wrap-button {
    /*display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 5px;*/
    display:flex;
    flex-wrap:wrap; 
    justify-content: space-between;
}  
.home .list-projects .box-projects .info .wrap-button a {
	width:calc(50% - 1%); 
}
.home .fancybox-content .infomation-content .inner-infomation-content a.btn {
	margin-top:20px;
} 
.home .fancybox-content .infomation-content .inner-infomation-content a.btn.btn-black {
	border-color: #011D27;
    background: #fff;
}
.home .fancybox-content .infomation-content .inner-infomation-content a.btn.btn-black:hover {
	border-color:#A5CA5D;
} 




.home .list-projects .box-projects .info .wrap-button a {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}  

.banner .container {
    position: relative;
}
.banner .container { 
	width:100%; 
    position: absolute; 
    left: 50%; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home .banner .inner-banner {
    display: flex;
    align-items: center;
    min-height: 714px;
}
.home .banner .container {
    position: relative;
	z-index:999;
    transform: inherit;
    -webkit-transform: inherit;
    left: inherit;
    top: inherit;
}
.banner .container .info-banner {
    display: flex;
}
.home .banner .container .info-banner{
    padding-top: 45px;
    display: flex; 
}

.banner .container .info-banner .box-video {
    width: calc(100% - 430px);
    margin-left: 50px;
    position: relative;
}
.banner .container .info-banner .box-video iframe {
    border-radius: 20px;
    transform: inherit !important;
    top: 0 !important;
    left: 0px !important; 
    width: 100% !important;
    height: 388px !important;
    position: static!important;
}
.banner .container .info-banner .box-video >div {
    position: static!important;
}


.banner .container .info-banner .left{
    max-width: 430px;
}
.home .banner .container .info-banner .left {
    max-width: 555px;
}
.banner .container .info-banner h1 {
    color: #FFF; 
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 15px 0;
}
.banner .container .info-banner p {
    color: #FFF;  
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-top: 10px;
}
.home .banner .container .info-banner a {
    margin-top: 10px;
}

/*banner*/ 
/*inner-our-mission*/
.section-our-mission {
    padding: 60px 0 95px 0; 
    position: relative; 
}
.section-our-mission::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bg-la-left3.svg) top left no-repeat;
    width: 313px;
    height: 388px;
    z-index: 9;
}
.section-our-mission:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/bg-la-right3.svg) top left no-repeat;
    width: 222px;
    height: 312px;
}
.inner-our-mission {
    display: flex;
    align-items: center;
}
.inner-our-mission .left {
    width: 554px
}
.inner-our-mission .left img {
    height: 637px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.home .inner-our-mission .right,
.home .inner-our-mission .left {
    width: 50%;
}
.home .inner-our-mission .right {
    position: relative;
    z-index: 99;
}
.home .inner-our-mission .left {
    width: calc(50% + 75px);
    margin-left: -75px;
}
.home .inner-our-mission .left img { 
    border-radius: 20px;
    width: 100%;
}
.inner-our-mission .right {
    width: 696px;
    padding: 55px;
    border-radius: 20px;
    background: #00524B; 
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.inner-our-mission .right h2 {
    color: #FFF; 
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.inner-our-mission .right p {
    color: #FFF; 
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
}
.inner-our-mission .right .item {
    display: flex;
    margin-bottom: 16px;
} 
.inner-our-mission .right .item .icon {
    width: 48px;
    margin-right: 16px;
}
.inner-our-mission .right .item .info {
    width: calc(100% - 64px);
}
.inner-our-mission .right .item .info p {
    color: #FFF; 
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.inner-our-mission .right .item .info strong {
    font-weight: 900;
}
.inner-our-mission .right a.btn {
    margin-top: 12px;
}
/*slider*/
.section-slider {
    padding-bottom: 50px;
}
.section-slider .container {
    position: relative;
    padding: 0 80px;
}
.section-slider .slick-slide img {
    max-width: 100%; 
    transition: transform 0.5s;  
    border-radius: 24px; 
    
}
.section-slider .slick-slide.slick-current img {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.60);
}
.section-slider .slick-slide.slick-current {
    position: relative;
}
.section-slider .slick-initialized .slick-slide.slick-current p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 25px;
    line-height: 20px;
}
.section-slider .slick-slide.slick-center img{
    transform: scale(1.5);
    border-radius: 15px;
}
.section-slider .slick-initialized .slick-slide {
    padding: 120px 31px; 
} 
.section-slider .slick-initialized .slick-slide p {
    display: none;
}
.section-slider .slick-initialized .slick-slide.slick-current p {
    display: block; 
    text-align: center; 
} 
.section-slider .item p {
    position: absolute;
    z-index: 999;
    color: #FFF;
    text-align: center; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.section-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    margin: 0 8px;
}
.section-slider .slick-dots li.slick-active {
    background: #fff;
    width: 10px;
    height: 10px;
}
.section-slider .slick-dots li button {
    display: none;
}
.section-slider .slick-dots {
    bottom: -50px;
}
.wrap-arrow {
    position: absolute;
    left: 0;
    z-index: 999;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -57px;
    display: flex;
    justify-content: center;
} 
.wrap-arrow span {
    margin: 0 90px;
    cursor: pointer;
}
/*section services*/
.section-services {
    padding-top: 100px;
} 
.section-services .container >h3 {
    color: #FFF;
    text-align: center; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0 0 40px 0;
}
.inner-services {
    text-align: center;
}
.list-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 32px; 
    margin-bottom: 40px;
}
.list-services .box-service {
    border-radius: 20px;
    border: 2px solid #00968A; 
    background: rgba(0, 82, 75, 0.40);
    padding: 40px; 
}
.home .list-services .box-service {
    border: none;
    border-top: 2px solid #00968A;
    background-image: linear-gradient(#00968A, transparent), linear-gradient(#00968A, transparent);
    -moz-background-size: 2px 100%;
    background-size: 2px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}
.list-services .box-service img {
    margin-bottom: 40px;
}
.list-services .box-service h3 {
    color: #FFF;
    text-align: center; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
}
.list-services .box-service p {
    color: #FFF;
    text-align: center;  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    margin-top: 16px;
}
/*explore-our-training-courses*/
.box-newsletter {
    border-radius: 20px;
    background: #00524B; 
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 40px 80px;
    display: flex;
    margin-top: 40px;
}
.box-newsletter h3 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
}
.box-newsletter p {
    color: #fff; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}
.box-newsletter .box-left {
    max-width: 635px;
    width: 100%;
    padding-right: 98px;
}
.box-newsletter .box-right {
    max-width: 368px;
    width: 100%;
}
.box-newsletter .box-right .tnp-field.tnp-field-email label {
    display: none; 
}
.box-newsletter .box-right .tnp-field.tnp-field-email input {
    border: none;
    border-radius: 100px;
    background: #FFF; 
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    font-family: "DM Sans";
}
.box-newsletter .box-right .tnp-field.tnp-field-button input {
    border-radius: 20px;
    background: #A5CA5D;
    padding-left: 32px;
    padding-right: 32px;
    color: #00171F; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "DM Sans";
    border: none;
}
.box-newsletter .box-right form {
    display: flex;
}
.box-newsletter .box-right .tnp-field.tnp-field-email {
    width: calc(100% - 126px);
    margin-right: 8px;
}
.box-newsletter .box-right .tnp-field.tnp-field-button {
   /* width: 118px;*/
}
.explore-our-training-courses {
    margin-top: 96px;
}
.explore-our-training-courses .inner {
    border-radius: 20px;
    border: 1px solid #00524B; 
    background: #00524B; 
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.explore-our-training-courses .inner .left {
    max-width: 610px; 
}
.explore-our-training-courses .inner .right {
    min-width: 226px;
}
.explore-our-training-courses .inner .left h2 {
    color: #FFF; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.explore-our-training-courses .inner .left h2 span {
    display: block;
    font-weight: 700;
}

.explore-our-training-courses .inner >svg {
    position: absolute;
    top: 48px;
    left: 53px;
}
.explore-our-training-courses .inner a.btn {
    display: flex;
    align-items: center;
}
.explore-our-training-courses .inner a.btn svg {
    margin-left: 10px;
}
.more-than {
    min-height: 505px;
    display: flex;
    align-items: center;
    position: relative;
}
.more-than::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(hsl(195deg 100% 6% / 15%), hsl(195 100% 6% / 1));
} 
.more-than h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px; 
    z-index: 99;
    position: relative;
    max-width: 960px;
    margin: 0 auto; 
}
/**/
.section-our-team {
    padding-bottom: 56px;
    position: relative;
}
.section-our-team .box-team p {
    margin-bottom: 10px;
}
.section-our-team::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #004340 0%, #00171F 66.02%);
}
.section-our-team .container {
    text-align: center;
    position: relative;
    z-index: 99;
}
.section-our-team .container >h2 {
    color: #FFF;
    text-align: center; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0 0 40px 0;
}
.section-our-team .inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 33px;  
    margin-bottom: 40px; 
}
.section-our-team .inner .box-team {
    border-radius: 20px; 
    background: rgba(0, 82, 75, 0.40);
    padding: 40px 32px 32px 32px;


    border: none;
    border-top: 2px solid #00524B;
    background-image: linear-gradient(#00524B, transparent), linear-gradient(#00524B, transparent);
    -moz-background-size: 2px 100%;
    background-size: 2px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}
.box-team img {
    border-radius: 50%;
    margin: 0 auto 35px;
    display: block;
	width:120px;
}
.box-team h3 {
    color: #FFF;
    text-align: center; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
}
.box-team p {
    color: rgba(255, 255, 255, 0.60); 
    text-align: center;  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    margin-top: 0;
    margin-bottom: 0;
}
/*list-projects*/
.section-projects {
    position: relative;
    padding-bottom: 88px;
    background: linear-gradient(0deg, #004340 13.31%, #00171F 86.69%);
}
.section-projects .container {
    position: relative;
    z-index: 99;
}
.section-projects::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    background: url(../images/bg-la-left.svg) top left no-repeat;
    width: 438px;
    height: 787px;
    z-index: 9;
}
.section-projects::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/bg-la-right.svg) top left no-repeat;
    width: 145px;
    height: 612px;
}
.section-projects .container >h2 {
    color: #FFF;
    text-align: center; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 99;
}
.list-projects .box-projects img {
    display: flex;
}
.list-projects .box-projects {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: relative;
}
.home .list-projects .box-projects,
.page-template-template-news-publications .list-projects .box-projects {
    background: transparent;
    box-shadow: none;
}
.home .list-projects .box-projects .info,
.page-template-template-news-publications .list-projects .box-projects .info {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.page-template-template-news-publications .list-projects .box-projects .inner-box-project >a {
    left: 42px;
}
.single .list-projects .box-projects {
    box-shadow: none;
}
.single .list-projects .box-projects .info {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.list-projects .box-projects .info {
    background: #fff;
    padding: 32px;
    border-radius: 20px 20px 0  0;
    margin-top: -40px; 
    z-index: 99;
    position: relative;
    padding-bottom: 50px;
    min-height: 390px;
}
.list-projects .box-projects .info ul {
    margin: 0;
    padding: 0;
}
.list-projects .box-projects .info ul li {
    list-style: none;
}
.list-projects .box-projects span.category-name,
.list-projects .box-projects .info ul li,
.list-projects .box-projects .info ul li a {
    color: #99A2A5;  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}
.list-projects .box-projects img {
    border-radius: 20px 20px 0 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.list-projects .inner-box-project {
    padding: 0 12px;
}
.list-projects .slick-list {
    margin: 0 -12px;
}
.list-projects .box-projects h4 {
    margin: 0;
    min-height: 80px;
}
.list-projects .box-projects h4 a {
    color: #00171F; 
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.list-projects .box-projects .box-cten {
    min-height: 198px;
}
.list-projects .box-projects p.cten,
.list-projects .box-projects .box-cten {
    color: #00171F;  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    margin: 0 0 15px 0;
}
.list-projects .box-projects .inner-box-project >a {
    color: #00171F;
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 99;
} 
.single .list-projects .box-projects .inner-box-project >a {
    left: 42px;
}
.home .list-projects .box-projects .inner-box-project >a {
    left: 42px;
}
.list-projects .box-projects .inner-box-project >a  svg {
    margin-left: 8px;
}
 
.bottom-arrow-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    position: relative;
    z-index: 99;
}
.section-projects .wrap-arrow2 span {
    margin-right: 32px;
    cursor: pointer;
    display: inline-block;
}
/*section-explore*/
.section-explore {
    padding: 96px 0 65px 0;
    position: relative;
}
.section-explore::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    height: 200px;
    background: linear-gradient(0deg, rgba(0,23,31,.1) 0%, #00171F 66.02%);
}
.section-explore .inner-section-explore {
    position: relative;
}
.section-explore .inner-section-explore:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0; 
    background: url(../images/bg-la-left2.svg) top left no-repeat;
    width: 239px;
    height: 899px;
}
.section-explore .inner-section-explore::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/bg-la-right2.svg) top left no-repeat;
    width: 293px;
    height: 557px;
}


.section-explore .container {
    position: relative;
    z-index: 99;
}
.section-explore .top-explore {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 30px;
}
.section-explore .top-explore h2 {
    color: #FFF;
    text-align: center; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.section-explore .top-explore p {
    color: #FFF;
    text-align: center; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
    margin-top: 15px;
}
.list-explore {
    margin-top: 41px;
}
.list-explore .item {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 32px;
}
.list-explore .item .thumb {
    width: 410px;
    border-radius: 0 20px 20px 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.list-explore .item .thumb img {
    border-radius: 0 20px 20px 0;
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.list-explore .item .left {
    padding: 32px; 
    width: calc(100% - 410px); 
    margin-right: 410px;
    position: relative;
    z-index: 9;
 
    border: 1px solid #A5CA5D;
    background: rgba(0, 23, 31, 0.40);
    box-shadow: 19px 0px 20px 0px rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(20px);  
    border-image: linear-gradient(to right, #00171F, #A5CA5D) 1;
}
.list-explore .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.list-explore .item .top .icon {
    width: 76px;
    margin-right: 35px;
}
.list-explore .item .top h3 {
    color: #FFF; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
}
.list-explore .item .left p {
    color: #FFF; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
    margin: 0 0 24px 0;
}
.section-adv {
    background: #fff;
    padding: 96px 0 30px 0;
    text-align: center;
}
.section-adv .container:first-child {
    padding-bottom: 80px;
} 
.section-adv .container >h2 {
    color: #0B0721;
    text-align: center; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.section-adv .container >p {
    color: #00171F;
    text-align: center;  
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
}
.section-adv ul {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
.section-adv ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.learn-more {
    padding: 80px 0 65px 0;
    background: #00524B;
}
.learn-more .inner {
    display: flex;
    align-items: center;
}
.learn-more .inner .left {
    width: calc(100% - 260px); 
}
.learn-more .inner .right {
    width: 260px;
    text-align: right;
}
.learn-more h2 {
    color: #FFF; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.learn-more p {
    color: #FFF; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}
.site-footer {
    padding: 56px 0 32px 0;
    background: #00171F;
}
.site-footer .top-footer {
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-bottom: 18px;
}
.site-footer .wrap-menu  {
    margin-bottom: 12px;
}
.site-footer .wrap-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-footer .wrap-menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.site-footer .wrap-menu ul li a {
    color: #FFF; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 20px;
}
.site-footer .wrap-menu ul li.current-menu-item a,
.site-footer .wrap-menu ul li:hover a { 
    color: #A5CA5D; 
}
.site-footer .wrap-menu ul li.wpml-ls-item {
    display: none;
}
.site-footer .logo {
    margin-bottom: 0px;
}
.site-footer .social ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-footer .social ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.site-footer .social{
    margin-bottom: 12px;
}
.bottom-footer {
    display: flex;
    justify-content: space-between;
}
.bottom-footer ul {
    margin: 0;
    padding: 0;
}
.bottom-footer ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.bottom-footer ul li a,
.bottom-footer p {
    color: rgba(255, 255, 255, 0.50); 
    text-align: center; 
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 12px;
} 
.bottom-footer p {
    margin: 0;
}
/*out team*/
.banner-page {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-page::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: radial-gradient(hsl(195deg 100% 6% / 15%), hsl(195 100% 6% / 1)); */
    background: linear-gradient(180deg, rgba(0, 23, 31, 0.00) 71.85%, #00171F 91.49%), rgba(0, 0, 0, 0.50);
}
.page-template-template-about .banner-page::before { 
    background: linear-gradient(180deg, rgba(0, 23, 31, 0.00) 71.85%, #00171F 91.49%);
}
.page-template-template-about .section-adv ul {
    margin: 40px 0 30px 0;
    padding: 0;
    text-align: center;
}
.page-template-template-about .section-adv .container:first-child {
    padding-bottom: 65px;
}

.banner-page .container {
    position: relative;
    z-index: 99;
}
.banner-page .container h1 {
    color: #FFF; 
    text-align: center; 
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
.banner-page .container p {
    color: #FFF; 
    text-align: center; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.info-banner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
body.home .info-banner {
    max-width: 100%;
}
.section-our-team .cten {
    margin-bottom: 40px;
}
.section-our-team .cten p{
    color: #FFF; 
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
.section-our-team .inner .box-team a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-our-team .inner .box-team a svg {
    margin-left: 8px;
}
.fancybox-content {
    border-radius: 20px;
    border: 2px solid #00524B; 
    background: linear-gradient(0deg, rgba(0, 82, 75, 0.40) 0%, rgba(0, 82, 75, 0.40) 100%), #011820;
    padding: 56px 40px;
    text-align: center;
    max-width: 665px;
}
.fancybox-content img {
    border-radius: 50%;
    margin-bottom: 40px;
}
.fancybox-content h3 {
    color: var(--White, #FFF);
    text-align: center; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
}
.fancybox-content .position {
    padding: 0 120px;
}
.fancybox-content .position p {
    color: rgba(255, 255, 255, 0.60); 
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    margin: 0;
}
.fancybox-content .cten p {
    color: #FFF; 
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.fancybox-button.fancybox-close-small svg path {
    fill: rgb(255 255 255 / 60%);
}
.fancybox-slide--html .fancybox-close-small {
    right: 5px;
}

/*page service*/
.services-page .box-services {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    margin-bottom: 124px;
}
.services-page .box-services .left {
    width: 623px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.services-page .box-services .left img {
    border-radius: 20px;  
}
.services-page .box-services .right {
    background-color: #00524b;
    border-radius: 20px;
    width: 677px;
    margin-left: -50px;
    position: relative;
}
.services-page .box-services .right .top{
    display: flex;
    align-items: center;
    padding: 11px 56px;
    border-radius: 20px 20px 0 0; 
}
.services-page .box-services .right .top h3 {
    color: #FFF; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
}
.services-page .box-services .right .top .icon {
    width: 48px;
    margin-right: 48px;
}

.services-page .box-services .right .bottom {
    padding: 32px 56px 56px 56px;
}
.services-page .box-services .right .bottom p {
    color: #FFF; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
    margin-top: 0;
    margin-bottom: 23px;
    text-align: left;
}
.services-page .box-services .right .bottom a {
    margin-top: 20px;
}
.services-page .box-services:nth-child(even) {
    flex-direction: row-reverse;
}
.services-page .box-services:nth-child(even) .right {
    left: 0;
    right: 543px;
    margin-left: inherit;
    margin-right: -50px;
}
.page-template-template-services .banner-page {
    min-height: 663px; 
}
.page-template-template-services .banner-page .container {
    padding-bottom: 38px;
}
/*page contact*/
.box-contact {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding-top: 64px;
}
.section-contact {
    padding-bottom: 96px;
}
.section-contact .container {
    padding-left: 240px;
    padding-right: 240px;
}
.section-contact .inner-contact {
    display: flex;
}
.section-contact .box-left {
    width: 335px;
    margin-right: 100px;
}
.section-contact .box-left h2 {
    color: #FBFCFF;  
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.section-contact .box-left p {
    color: #FBFCFF;  
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
}
.section-contact .box-left ul {
    margin: 0;
    padding: 0;
}
.section-contact .box-left ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.section-contact .box-right {
    width: calc(100% - 435px);
}
.wrap-form label {
    color: #FBFCFF; 
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}
.wrap-form input {
    border-radius: 100px;
    background: #FFF;
    height: 34px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 0 16px;
    width: 100%;
}
.wrap-form .row {
    margin-bottom: 16px;
}
.wrap-form .row p {
    margin: 0;
}
.wrap-form .row.row50 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 16px;  
}
.wrap-form .row.row100 input {
    width: 100%;
}
.wrap-form .row input.btn {
    border-radius: 20px;
    background: var(--Green-New, #A5CA5D);
    height: 34px; 
    color: #00171F;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;  
    padding-left: 32px;
    padding-right: 32px;
}
.codedropz-upload-handler {
    border-radius: 20px !important;
    border: 1px dashed var(--Green, #A5CA5D) !important;
    background: linear-gradient(0deg, rgba(165, 202, 93, 0.30) 0%, rgba(165, 202, 93, 0.30) 100%), #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    min-height: 120px;
} 
.codedropz-upload-container {
    padding-top: 45px!important;
    position: relative;
}
.codedropz-upload-container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    background: url(../images/upload.svg) center center no-repeat;
    width: 29px;
    height: 24px;
    margin: 0 auto;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #00171F;
    font-family: "DM Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px !important;
    margin: 0 !important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #A5CA5D;
}
.codedropz-upload-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.codedropz-upload-inner span {
    margin: 0 10px;
}
.wrap-box-file {
    border-radius: 40px;
    border: 2px solid #FFF;
    min-height: 40px;
    line-height: 40px;
    padding: 0 16px;
    position: relative;
    cursor: pointer;
}
.wrap-box-file::before {
    content: '';
    position: absolute;
    top: -6px;
    right: -3px;
    background: url(../images/arrow.svg) center center no-repeat;
    width: 58px;
    height: 50px;
}
.wrap-box-file .select-file {
    color: #FFF; 
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}
.wrap-box-file .box-file {
    display: none;
}
.wrap-box-file.active {
    border-radius: 20px;
    padding-bottom: 14px;
}
.wrap-box-file.active .box-file {
    display: block;
}


.wrap-captchar {
    margin-bottom: 16px;
}
.wrap-captchar p {
    display: flex;
    align-items: center;
}
.wrap-captchar .wpcf7-form-control-wrap {
    width: 100%;
    margin-left: 15px;
}

/**/
.page-template-template-partners .banner-page {
    min-height: 780px;
}
.top-partners {
    margin-top: -190px;
}
.top-partners p {
    color: #FFF;
    text-align: center;  
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
}
.section-partners .container {
    max-width: 1170px;
    position: relative;
    z-index: 99;
}
.section-partners {
    background: #fff;
    padding-bottom: 96px;
}
.section-partners ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 24px;  
}
.section-partners ul li {
    list-style: none;
    border-radius: 20px;
    background: #FFF;
    padding: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.section-partners ul li a {
    display: block;
}
.section-partners ul li p {
    color: #000; 
    text-align: center; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-top: 0;
}
/**/
.page-template-template-news-publications .section-projects::before {
    display: none;
}
.page-template-template-news-publications .list-projects .box-projects img {
    height: 220px;
}
.list-projects .box-projects .info span.date {
    color: #99A2A5; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
}
.page-template-template-news-publications .list-projects .box-projects .box-cten {
    margin-top: 14px;
}
.list-category h2 {
    color: #FFF; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 20px 0 24px 0;
}
.list-category h2:first-child {
    margin-top: 0;
}
.list-category a {
    color: #FFF; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 24px 0;
    display: block;
}
.list-category a.active,
.list-category a:hover {
    color: #A5CA5D; 
    font-size: 18px;
    font-style: normal; 
    line-height: normal;
    cursor: pointer;
}
.list-category a.active {
    background: url('../images/la-active.svg') top left no-repeat;
    padding-left: 24px;
}
.wrap-publications {
    display: flex;
}
.wrap-publications .list-category {
    width: 357px;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid rgb(255 255 255 / 30%);
}
.wrap-publications .list-category h3 {
    color: #FFF; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.wrap-publications .list-category ul {
    margin: 0;
    padding: 0;
}
.wrap-publications .list-category ul li {
    list-style: none;
}
.wrap-publications .list-category ul li h4 {
    color: #fff; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wrap-publications .list-category ul li:hover h4 {
    color: #A5CA5D; 
    cursor: pointer;
}
.list-post-publications .post-first {
    margin-bottom: 32px;
}
.list-post-publications .post-first h2 {
    color: #FFF; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0;
}
.list-post-publications .post-first p {
    color: #FFF; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-top: 0;
}

.list-post-publication-tab {
    display: none; 
}

.list-post-publication-tab.active {
    display: block;
}

.list-post-publications .post-first h2 a {
    color: #fff;
}
.inner-list-post-last.list-projects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 24px;  
}
.inner-list-post-last.list-projects .inner-box-project {
    padding: 0;
}
.inner-list-post-last.list-projects .box-projects h4 {
    min-height: 45px;
}
.inner-list-post-last.list-projects .box-projects .box-cten {
    min-height: 45px;
}
.inner-list-post-last.list-projects .box-projects .info { 
    padding: 24px;
    border-radius: 20px; 
    min-height: 194px;
    padding-bottom: 30px;
}
.home .inner-list-post-last.list-projects .box-projects .info a.btn {
    display: inline-block;
    line-height: 40px;
    width:calc(50% - 10px);
}
.page-template-template-projects .inner-list-post-last.list-projects .box-projects .info  {
    min-height: 390px;
}
.page-template-template-projects .fancybox-content img {
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: flex;
}
.page-template-template-projects .fancybox-content h2 {
    color: #00171F; 
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.page-template-template-projects .fancybox-content .box-cten p {
    color: #00171F; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
.page-template-template-projects .fancybox-content .box-cten ul,
.page-template-template-projects .fancybox-content .info ul {
    margin: 0;
    padding: 0;
}
.page-template-template-projects .fancybox-content .box-cten ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.page-template-template-projects .fancybox-content .info ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.page-template-template-projects .fancybox-content .box-cten ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #00171F;
    border-radius: 50%;
}
.page-template-template-projects .fancybox-content {
    border-radius: 20px;
    border: none;
    background: #fff;
    padding: 0;
    text-align: left;
    max-width: 800px;
}
.page-template-template-projects .fancybox-content .info {
    padding: 40px 56px;
    border-radius: 20px 20px 0;
    position: relative;
    margin-top: -20px;
    background: #fff;
}
.page-template-template-projects .fancybox-content .info .cten,
.page-template-template-projects .fancybox-content .info .cten p {
    text-align: left;
}

.inner-list-post-last.list-projects .box-projects .info >a {
    left: 24px;
    color: #00171F;
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}
.inner-list-post-last.list-projects .box-projects .info >a svg {
    margin-left: 8px;
}
.page-template-template-news-publications .inner-list-post-last.list-projects .box-projects img {
    height: 120px;
}
.list-post-publications {
    width: calc(100% - 357px);
}
.page-template-template-news-publications .inner-list-post-last.list-projects .box-projects .box-cten p,
.page-template-template-news-publications .inner-list-post-last.list-projects .box-projects .box-cten {
    margin-top: 0;
}
.list-projects .inner-list-post-last.box-projects .info {
    margin-top: -24px;
}
.info-tab {
    text-align: left;
}
.info-tab >h3 {
    color: #FFF;
    text-align: center; 
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
}
.info-tab .tab {
    /* display: none; */
}
.info-tab .tab.active {
    display: block;
}
.wrap-tab {
    text-align: center;
}
.tabs-menu {
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 40px;
}
.tabs-link {
    color: #00171F;  
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 32px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tabs-link.is-active {
    border-radius: 20px;
    background: #A5CA5D;
}
.wp-pagenavi {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current {
    color: #99A2A5;  
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    font-family: "DM Sans";
    padding: 16px;
    margin: 0;
    display: inline-block;
}
.wp-pagenavi span.current {
    
    color: #FFF; 
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-size: 0;  
    background: url('../images/prev.svg') center center no-repeat;
    width: 24px;
    height: 24px;
} 
.wp-pagenavi a.nextpostslink {
    background: url('../images/next.svg') center center no-repeat;
}
/*single*/
.content-single {
    background: #fff;
    padding-top: 40px; 
}
.single .info-banner{
    max-width: inherit;
}
.single .info-banner span.date {
    color: #99A2A5; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.single .banner-page .container h1 {
    text-align: left;
}
.inner-content-single {
    display: flex;
    padding-bottom: 96px;
}
.inner-content-single .content-single-left {
    width: calc(100% - 283px);
    padding-right: 80px;
}
.inner-content-single .content-single-right {
    width: 283px;
}
.inner-content-single .content-single-right >h3 {
    color: #00171F; 
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.inner-content-single .content-single-right ul {
    margin: 0;
    padding: 0;
}
.inner-content-single .content-single-right ul li {
    list-style: none;
    display: flex;
    margin-bottom: 16px;
}
.inner-content-single .content-single-right ul li a {
    color: #00171F; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    display: block;
    margin-top: -5px;
}
.inner-content-single .content-single-right ul li .date {
    color: #99A2A5; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    display: block;
}
.inner-content-single .content-single-right ul li .thumbnail {
    width: 90px;
    margin-right: 16px;
}
.inner-content-single .content-single-right ul li .thumbnail img {
    border-radius: 20px;
}
.inner-content-single .content-single-right ul li .info {
    width: calc(100% - 106px);
}
.tag ul {
    margin: 0;
    padding: 0;
}
.tag ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    padding: 0 6px;
    border-radius: 20px;
    background: rgba(0, 82, 75, 0.50);  
    color: #FFF; 
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    margin-right: 4px;
}
.content-single-left .description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsl(195deg 100% 6% / 30%);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.content-single-left .description .left {
    display: flex;
    align-items: center;
}
.content-single-left .description .left .date {
    margin-right: 16px;
}

.content-single-left >img {
    margin-top: -130px;
    position: relative;
    border-radius: 20px;
    display: flex;
    margin-bottom: 24px;
}
.content-single-left span.date {
    display: block;
    color: var(--Light-Grey, #99A2A5); 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
span.line {
    text-decoration: underline;
}
.fshare {
    color: #00171F; 
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 20px;
    background: rgba(0, 23, 31, 0.10);
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
}
.fshare img {
    margin-right: 8px;
}
.info-content h3 {
    color: #00171F; 
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
}
.info-content ul {
    margin: 0;
    padding: 0;
}
.info-content ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.info-content ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #00171F;
    border-radius: 50%;
}
.info-content { 
    border-bottom: 1px solid hsl(195deg 100% 6% / 30%);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.bottom-content .tag {
    margin-bottom: 24px;
}
.single .slick-list {
    padding-bottom: 30px;
}
.single .bottom-arrow-more {
    margin-top: 5px;
}
.single .prev.slick-arrow {
    margin-right: 32px;
}
.single .slick-arrow {
    cursor: pointer;
}
.section-related-articles {
    padding-bottom: 96px;
}
.single .list-projects .box-projects .box-cten {
    min-height: 174px;
}
.box-filters {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid hsl(0, 0%, 30%);
}
.wrap-post-projects {
    padding-bottom: 96px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.wrap-post-projects .inner-list-post-last.list-projects { 
    grid-template-columns: repeat(3, minmax(0px, 1fr)); 
}
.box-filters .total {
    color: #FFF; 
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.64px;
    display: block;
}
.box-filters .total strong {
    font-weight: 500;
}
.box-filters span.title {
    color: #99A2A5; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    display: block;
}
.inner-box-filters,
.inner-box-filters .left,
.inner-box-filters .right {
    display: flex;
    align-items: center;
}
.inner-box-filters {
    justify-content: space-between;
    margin-top: 16px;
}
.inner-box-filters .left {
    width: calc(100% - 227px);
}
.inner-box-filters .right {
    width: 227px;
}
.inner-box-filters .left .custom-select {
    margin-right: 8px;
}
.inner-box-filters .left .wrap-select,
.inner-box-filters .left .custom-select {
    max-width: 428px;
    width: 100%;
    margin-right: 8px;
}
.inner-box-filters .left .wrap-select:last-child,
.inner-box-filters .left .custom-select:last-child {
    margin-right: 0px;
}
.inner-box-filters .left .wrap-select select {
    width: 100%;
}
.inner-box-filters .left {
    margin-right: 32px;
}
.inner-box-filters .left span,
.inner-box-filters .right span {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
 
.inner-box-filters .right .wrap-select {
    width: 135px;
}
.inner-box-filters .right .wrap-select select.classic {
    width: 100%;
}
.inner-box-filters .text-filter {
    color: #FFF; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.inner-box-filters .text-filter svg {
    margin-right: 8px;
}
.inner-box-filters .wrap-select select {
    border-radius: 40px;
    background: var(--White, #FFF); 
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 8.5px 16px 8.5px 24px; 
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}
.inner-box-filters .wrap-select select.classic {
    background-image: url(../images/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: 100% -3px;
    cursor: pointer;

    color: #99A2A5;  
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
}
  
.inner-box-filters .wrap-select select.classic:focus { 
    outline: 0;
}

.jvectormap-zoomin {
    top: inherit;
    bottom: 70px;
    left: inherit;
    right: 0;
}
.jvectormap-zoomout {
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 10px;
}
.jvectormap-zoomin, 
.jvectormap-zoomout, 
.jvectormap-goback { 
    border-radius: 3px;
    background: #A5CA5D; 
    color: #000;
    cursor: pointer;  
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 35px;
} 
.btn {
    border-radius: 20px;
    background: #A5CA5D; 
    border: 3px solid #A5CA5D;
    line-height: 34px;
    padding-left: 32px;
    padding-right: 32px;
    color: #00171F;  
    font-size: 16px; 
    font-weight: 500; 
    display: inline-block;
    font-family: "DM Sans";
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn.bg-none {
    border: 3px solid #00171F; 
    background: #fff;
}
.btn.bg-none:hover {
	border-color:#A5CA5D;
}
.btn:hover,
.dv-main-navigation ul li.btn:hover,
.wrap-form .row.row100 input.btn:hover{
    background: #fff;
} 
footer .site-footer .wrap-menu ul li.current-menu-item a {
    color: #A5CA5D;
}
.site-footer .wrap-menu ul li.btn {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
/*fix style dot slider*/
 
.slick-dots-container > ul {
 
  transform: translateX(0)!important; 
}
/*about*/
.page-template-template-about .banner-page { 
    min-height: 700px;
    padding-bottom: 76px;
}
.page-template-template-projects .banner-page::before {
    background: radial-gradient(hsl(195deg 100% 6% / 15%), hsl(195 100% 6% / 1));
} 

svg.close {
    display: none;
}
body.active svg.close {
    display: block;
}
body.active svg.open {
    display: none;
}
.dv-main-navigation ul li.wpml-ls-item {
    border-radius: 20px;
    border: 2px solid #A5CA5D;  
    margin-left: 16px; 
    padding-right:25px;
} 
.dv-main-navigation ul li.wpml-ls-item .sub-menu {
	margin-top:10px;
}
.dv-main-navigation ul li.wpml-ls-item .sub-menu li {
	margin-left:0;
}

.wpml-ls-menu-item .wpml-ls-flag {
    margin-right: 6px;
}
/*select*/
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 40px; 
    background: #fff;
    z-index: 99; 
} 
.custom-select .select-trigger {
    cursor: pointer;
    height: 53px;
    line-height: 28px;
    padding: 12px 50px 12px 38px;
    position: relative;
    z-index: 9;
    background-image: url(../images/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: 101% 2px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
.custom-select .select-trigger.active:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #e0e3e4;
}
.custom-select .options {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    padding-top: 32px;
    border-radius: 0 0 24px 24px;
} 
.custom-select .option {
    padding: 0px 12px;
    cursor: pointer;
    width: calc(100% - 24px);
    margin: 0 auto;
    line-height: 37px;
} 
.custom-select .option:first-child {
    margin-top: 10px;
}
.custom-select .option:last-child {
    margin-bottom: 10px;
}
.custom-select .option:hover {
    border-radius: 20px;
    background: rgba(165, 202, 93, 0.40); 
} 
.wrap-404 {
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-404 {
    text-align: center;
}
.inner-404 h3,
.inner-404 p,
.inner-404 a {
    color: #fff;
}
.inner-404 h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 65px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 15px 0;
}    

.pagenavi a, .pagenavi span {
    color: #99A2A5;
    font-size: 23px;
    font-weight: 500;
    padding: 16px;
}

.pagenavi li {
    list-style: none;
}

.pagenavi {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.pagenavi span.current {
    color: #fff;
}

@-moz-keyframes rotation { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotation { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotation { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    overflow-x: hidden;
    transition: 0.5s;
}
#loading .loading-wrapper {
	display: inline-block;
    background-color: #A5CA5D;
    border-radius: 3px;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
}
#loading .loading-indicator {
    position: relative;
    width: 44px;
    height: 44px;
}
.loading-indicator .pace_activity {
	position: relative;
	border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
	width: 44px;
    height: 44px;
    -webkit-animation: rotation 1.5s ease-in-out infinite;
    -o-animation: rotation 1.5s ease-in-out infinite;
    animation: rotation 1.5s ease-in-out infinite;
}
.loading-indicator .pace_activity:before {
	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
	-webkit-animation: rotation 2s ease-in-out infinite;
    -o-animation: rotation 2s ease-in-out infinite;
    animation: rotation 2s ease-in-out infinite;
}
.loading-indicator .pace_activity:after {
	content: "";
	position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -o-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}

#loading .loading-wrapper {
	border-radius: 50%;
	background-color: #fff;

}

#loading {
		background-color: rgba(0,0,0,0.8);
}
.loading-indicator .pace_activity {
	border-top-color: #A5CA5D !important;
}

.loading-indicator .pace_activity:before {
	border-top-color: #A5CA5D !important;
}

.loading-indicator .pace_activity:after {
	border-top-color: #A5CA5D !important;
}

.list-category .custom-select .publication-tab {
    color: #00171F;
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.list-category .custom-select .publication-tab.active {
	background: rgba(165, 202, 93, 0.4);
}
.section-rio-books {
    background: #002F31;
}
.section-rio-books .top {
    padding: 96px 0;
    max-width: 865px;
    margin: 0 auto;
}
.section-rio-books p {
    color: rgba(255, 255, 255, 0.60); 
    text-align: center; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    margin-top: 0;
}
.section-rio-books ul {
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section-rio-books ul li {
    list-style: none;
    margin: 0 20px;
}
.section-rio-books .bottom {
    padding-bottom: 66px;
}
.wrap-button a{
    margin-bottom: 10px;
}
.box-coppy-right a {
	color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 12px;
}

/**********************************/
/******responsive******/
@media only screen and (max-width: 1366px) {
    .banner .container .info-banner .box-video iframe { 
        height: 346px !important;
    } 
    .inner-list-post-last.list-projects .box-projects .info {
        padding: 24px 12px; 
    }
    .home .inner-list-post-last.list-projects .box-projects .info a.btn {
    	width:100%;
    }
}

@media only screen and (min-width: 1025px) {
	body.active:before {
		display:none;
	}
    .dv-main-navigation {
        display: block;
    }
   
}
@media only screen and (max-width: 1199px) {
    .banner .container .info-banner .box-video iframe { 
        height: 301px !important;
    }
    .container,
    .section-contact .container  { 
        padding: 0 40px;
    }  
    .banner .container .info-banner .left,
    .banner .container .info-banner .box-video {
        max-width: inherit;
        width: 50%;
    }
    .section-contact .box-left { 
        margin-right: 56px;
        width: 251px;
    }
    .section-contact .box-right {
        width: calc(100% - 307px);
    }
}
@media only screen and (min-width: 1025px) { 
    .show-tablet {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
	.right-header >.show-tablet {
        position: absolute;
        top: 8px;
        right: 50px;
    }
    .inner-header .right-header >.dv-wrap-main-navigation .dv-main-navigation {
    	padding-top:20px; 
        margin-top:28px;
        border-top: 1px solid rgb(255 255 255 / 50%);
    }
	.right-header >.dv-wrap-main-navigation li.wpml-ls-item {
    	display:none!important;
    }
	
	.right-header >.show-tablet .dv-main-navigation {
    	display:block;
        border:none;
    }
    .right-header >.show-tablet .dv-main-navigation ul li:not(li.wpml-ls-item) {
    	display:none;
    }
	.dv-main-navigation ul.main-menu >li.wpml-ls-item {
    	margin-left:10px;
        text-align:left;
    }
    .dv-main-navigation ul li.wpml-ls-item .sub-menu.active-menu,
    .dv-main-navigation ul li:hover>ul {
        position:static;
        width:100%;
        display:block;
    }
    .dv-main-navigation ul.sub-menu li.wpml-ls-item:hover {
        background:url('../images/Icons-Outline.svg') 90% 10px no-repeat;
        width:100%;
    }
    .dv-main-navigation ul.sub-menu li.wpml-ls-item:hover:before {
        display:block;
    }
    .dv-main-navigation ul.sub-menu li.wpml-ls-item:before {
        background:#A5CA5D;
        border-radius:5px;
        content:'';
        position:absolute;
        left:5px;
        right:5px;
        top:5px;
        bottom:5px;
        display:none;
        z-index:-1;
    }
	.dv-main-navigation ul li.wpml-ls-item .sub-menu li {
    	padding-right:0;
        border:none;
    }
    .dv-main-navigation ul li.wpml-ls-item .sub-menu {
    	margin-top:0;
        text-align:left;
    }
    .dv-main-navigation ul li.wpml-ls-item {
    	padding-right:0;
    }
    .dv-main-navigation ul.main-menu >li.wpml-ls-item >a {
    	padding-right:45px;
    }
    
    
    .banner .container .info-banner .box-video iframe { 
        height: 250px !important;
    }
    .home .box-newsletter .box-left { 
        padding-right: 30px;
    }
    .home .box-newsletter { 
        padding: 32px; 
    }
	.post-first {
		margin-top: 40px;
		border-top: 1px solid rgba(255,255,255,0.5);
		padding-top: 20px;
	}
    .show-desktop {
        display: none;
    }
    .inner-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .logo img {
        width: 123px;
    }
    .dv-toggle-menu {
        display: block;
        position: absolute;
        top: 19px;
        right: 0;
    }
    .dv-main-navigation {
        display: none;
    }
    .dv-main-navigation.active-menu {
        display: block;
        padding-bottom: 40px;
        text-align: right;
    }
    .inner-header {
        display: block;
        border-radius: 28px;
        background: rgba(0, 23, 31, 0.80);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(7.5px);
    }
    .inner-header {
        position: relative;
    }
    .dv-main-navigation ul li.btn {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }
    .dv-main-navigation ul li.btn a { 
        background: transparent; 
        color: #fff;
    }
    .dv-main-navigation ul li.wpml-ls-item {
        border-radius: 20px;
        border: 2px solid #A5CA5D;
        margin: 0 auto; 
        background:#0E2027;
    }

    .section-our-mission {
        padding-bottom: 50px;
    }
    .home .banner {
        min-height: 600px!important;
        background-size: cover !important; 
    }
    .inner-our-mission .right >p {
        margin-bottom: 20px;
    }
    .inner-our-mission .right .item .icon {
        width: 32px;
    }
    .inner-our-mission .right .item .info {
        width: calc(100% - 48px);
    }
    .inner-our-mission .left img {
        height: 550px; 
    }
    .inner-our-mission .right{
        padding: 32px;
    }
    .section-slider .slick-initialized .slick-slide {
        padding: 100px 30px;
    }
    .section-slider .slick-slide.slick-center img {
        transform: scale(1.45);
        border-radius: 15px;
    }
    .wrap-arrow { 
        bottom: -80px;
    }
    .section-slider .slick-dots {
        bottom: -71px;
    }
    .section-services {
        padding-top: 93px;
    }
    .section-services .container >h3 { 
        margin: 0 0 26px 0;
    }
    .list-services {
        gap: 24px;
        margin-bottom: 26px;
    }
    .list-services .box-service { 
        padding: 24px;
        border-top: 2px solid #00524B;
        background-image: linear-gradient(#00524B, transparent), linear-gradient(#00524B, transparent); 
    }
    .list-services .box-service img {
        width: 69px;
        margin-bottom: 22px;
    }
    .explore-our-training-courses {
        margin-top: 60px;
    }
    .explore-our-training-courses .inner >svg {
        width: 36px;
        top: 16px;
        left: 16px;
    }
    .explore-our-training-courses .inner {
        padding: 40px 40px 35px 40px;
    }
    .explore-our-training-courses .inner .left {
        max-width: 480px; 
    }
    .more-than {
        min-height: 350px;
    }
    .section-our-team .container >h2,
    .section-our-team .inner {
        margin-bottom: 25px;
    }
    .section-our-team {
        padding-bottom: 55px;
    }
    .section-projects .container >h2 {
        margin-bottom: 20px;
    }
    .home .list-projects .box-projects img { 
        height: 189px; 
    }
    .home .list-projects .box-projects .info {
        padding: 16px;
    } 
    .bottom-arrow-more {
        margin-top: 20px;
    }
    .section-explore {
        padding-top: 22px;
        padding-bottom: 25px;
    }
    .page-template-template-services .section-explore {
        padding-top: 80px;
    }
    .list-explore .item .top .icon {
        width: 56px;
        margin-right: 16px;
    }
    .section-adv {
        padding: 51px 0 30px 0;
    } 
    .section-adv .container >p {  
        margin-top: 14px;
    }
    .section-adv ul {
        margin-bottom: 10px;
    }
    .section-adv .container:first-child {
        padding-bottom: 43px;
    }
    .learn-more {
        padding: 55px 0 45px 0; 
    }
    .site-footer {
        padding: 30px 0 32px 0; 
    }
    .section-slider .container { 
        padding: 0;
    }
/*about*/
    .page-template-template-about .banner-page {
        min-height: 565px; 
    }
    .page-template-template-about .banner-page {
        min-height: 460px;
        padding-bottom: 0;
        padding-top: 25px;
    }
    .page-template-template-about .section-our-team .inner {
        gap: 16px;
    }
    .page-template-template-about .section-our-team .inner .box-team {  
        padding: 25px 32px 28px 32px; 
    }
    .page-template-template-about .box-team img { 
        margin: 0 auto 40px; 
    }
    .page-template-template-about .section-our-team .box-team p {
        margin-bottom: 14px;
    }
    .page-template-template-about .section-our-team {
        padding-bottom: 31px;
    }
    .page-template-template-about .section-adv {
        padding: 51px 0 0px 0;
    }
/*services*/
    .page-template-template-services .banner-page {
        min-height: 481px;
    }
    .page-template-template-services .banner-page .container {
        padding-bottom: 0;
    }
    .services-page .box-services .right .bottom {
        padding: 16px;
    } 
    .services-page .box-services .right .top { 
        padding: 8px 16px; 
    }
    .services-page .box-services .right .top .icon {
        margin-right: 16px;
        width: 38px;
    }
    .services-page .box-services .right .bottom a {
        margin-top: 0;
    }
    .services-page .box-services {
        margin-bottom: 24px;
    } 
    .services-page .box-services .left img {
        height: 470px;
        width: 100%;
        object-fit: cover;
    }
/*contact*/    
    .page-template-template-contact .banner-page {
        min-height: 460px; 
    }
/*partner*/    
    .wrap-publications {
        display: block;
    }
    .wrap-publications .list-category {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }
    .list-post-publications {
        width: 100%;
    }
    .page-template-template-news-publications .inner-list-post-last.list-projects .box-projects img {
        height: 220px;
    }
    .inner-list-post-last.list-projects { 
        gap: 16px;
    }
/*single*/    
    .inner-content-single,
    .content-single-left .description {
        display: block; 
    }
    .inner-content-single .content-single-left,
    .inner-content-single .content-single-right {
        width: 100%;
        padding: 0;
    }
    .content-single-left >img {
        width: 100%;
    }
    .content-single-left .description { 
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .info-content {
        margin-bottom: 24px;
    }
    .content-single-right {
        margin-top: 56px;
    }
    .inner-content-single {
        padding-bottom: 36px;
    }

    .banner .container .info-banner h1,
    .banner-page .container h1,
    .inner-404 h3 {
        font-size: 40px;
    }
    .inner-our-mission .right h2,
    .explore-our-training-courses .inner .left h2,
    .more-than h2,
    .section-projects .container >h2,
    .section-explore .top-explore h2,
    .learn-more h2,
    .section-contact .box-left h2,
    .top-partners p,
    .list-post-publications .post-first h2 {
        font-size: 28px;
    }
    .banner .container .info-banner p,
    .list-explore .item .top h3,
    .section-slider .item p,
    .box-team h3,
    .banner-page .container p,
    .services-page .box-services .right .top h3 {
        font-size: 20px;
        line-height: 22px;
    } 
    .inner-our-mission .right p,
    .inner-our-mission .right .item .info p,
    .list-projects .box-projects h4 a,
    .section-explore .top-explore p,
    .list-explore .item .left p,
    .section-adv .container >p,
    .services-page .box-services .right .bottom p,
    .section-contact .box-left p {
        font-size: 16px;
        line-height: 24px;
    }
    .list-projects .box-projects h4  {
        line-height: 21px;
    } 
    .list-projects .box-projects span.category-name, 
    .list-projects .box-projects .info ul li, 
    .list-projects .box-projects .info ul li a,
    .learn-more p,
    .box-team p,
    .page-template-template-about .section-our-team .cten p,
    .wrap-form label,
    .section-partners ul li p {
        font-size: 14px;
        line-height: 18px;
    }

   
}
@media only screen and (max-width: 980px) {
    .banner .container .info-banner .box-video iframe {
        height: 239px !important;
    }
    .section-slider .slick-slide.slick-center img {
        transform: scale(1.75); 
    }
    .box-filters {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    .inner-box-filters,
    .inner-box-filters .left,
    .inner-box-filters .right{
        display: block;
    }
    .inner-box-filters .right .wrap-select,
    .inner-box-filters .left,
    .inner-box-filters .left .wrap-select,
    .inner-box-filters .right span,
    .inner-box-filters .left .custom-select,
    .inner-box-filters .right .custom-select,
    .inner-box-filters .right {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .inner-box-filters .left span {
        margin-bottom: 10px;
    }
    .inner-box-filters .left .wrap-select,
    .inner-box-filters .right span,
    .inner-box-filters .left .custom-select  {
        margin-bottom: 8px;
    }
    .inner-box-filters .left {
        margin-bottom: 16px;
    }
    
}
@media only screen and (max-width: 768px) {
    .banner .container .info-banner .box-video iframe { 
        height: 179px !important;
    }
}

@media only screen and (max-width: 767px) {
	/*
    .dv-open-menu-mobile {
        display:none;
    }
    .dv-main-navigation ul.main-menu >li.wpml-ls-item {
        padding-right:0;
        margin-left:0;
    }
	
	.dv-main-navigation ul li.wpml-ls-item {
		margin-top:20px;
	}
	.dv-main-navigation ul li.wpml-ls-item .sub-menu { 
		position: static;
		-webkit-transform: inherit;
		transform: inherit;
		width: auto;
	}
	.dv-main-navigation ul li.wpml-ls-item >a,
	.dv-main-navigation ul li.wpml-ls-item >ul {
		display:inline-block;
		vertical-align:middle;
	}
	.dv-main-navigation ul li.wpml-ls-item >ul {
		visibility: inherit;
		opacity: inherit;
		margin:0;
	}
	.dv-main-navigation ul li.wpml-ls-item >ul li.wpml-ls-item,
	.dv-main-navigation ul li.wpml-ls-item .sub-menu {
		margin-top: 0;
	}
	.dv-main-navigation ul li.wpml-ls-item {
		border:none;
	}
    */
	
    .home .inner-our-mission .right, .home .inner-our-mission .left {
        width: 100%;
        margin: 0 auto;
    }
    .home .inner-our-mission {
        display: flex;
        flex-direction: column-reverse;
    }
    .home .inner-our-mission .left img {
        border-radius: 20px 20px 0 0; 
    }
    .home .inner-our-mission .right {
        margin-top: -120px;
    }
    .home .banner::before {
        background: linear-gradient(180deg, rgb(0 23 31 / 60%) 100%, rgba(0, 23, 31, 0.00) 65%);
    } 
    .home .banner .inner-banner {
        min-height: inherit;
    }
    .home .banner .container .info-banner .left {
        max-width: 100%;
    }
    .home .banner .container .info-banner {
        position: relative;
        z-index: 99;
    }
    .home .banner .inner-banner::after { 
        height: 100%; 
        background: linear-gradient(180deg, rgb(0 23 31 / 1%) 0%, rgb(0 23 31) 100%);
    }
    .home .section-our-mission {
        overflow: hidden;
    }
    .home .section-our-mission:after { 
        right: -120px; 
        top: 0;
        bottom: inherit;
    }
    .home .section-projects {
        overflow: hidden;
    }
    .home .box-newsletter {
        display: block;
    }
    .home .box-newsletter .box-left{
        padding: 0;
    }
    .box-newsletter .box-right,
    div.tnp-subscription, 
    form.tnp-subscription, 
    form.tnp-profile {
        max-width: 100%!important;
    }
    .section-explore .inner-section-explore:before {
        top: inherit;
        bottom: 0;
    }

    .banner .container .info-banner .box-video iframe {
        height: 411px !important; 
        position: static!important;
    }
    .home .banner {
        margin-bottom: 20px;
        display: block;
        min-height: inherit!important;
    }
    
    .container,
    .section-contact .container {
        padding: 0 16px;
    }
    .page-template-template-projects .fancybox-content .info {
        padding:20px 16px;
    }
    .banner .container .info-banner .box-video {
        margin-left: 0;
    }
    header .dv-main-navigation>ul>li,
    .dv-main-navigation ul {
        display: block;
    } 
    .inner-header {
        display: block; 
        background: #00171F;
        box-shadow: inherit;
        backdrop-filter: inherit;
    }
    body.active:before {
        background: #00171F;
    }
    body.active .inner-header .logo {
        text-align: center;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    
    .learn-more .container {
        padding: 0 40px;
    }
    .home .banner .container .info-banner {
        display: block;
        padding-top: 210px;
    }
    .banner .container .info-banner .left, 
    .banner .container .info-banner .box-video {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .banner .container .info-banner .left {
        margin-bottom: 25px;
    }
    .inner-our-mission {
        display: block;
    }
    .inner-our-mission .left,
    .inner-our-mission .right {
        width: 100%;
    }
    .inner-our-mission .left img {
        height: 288px;
        display: flex;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .home .inner-our-mission .left img {
    	height:100%;
    }
    .inner-our-mission .right {
        margin-top: -16px;
        position: relative;
        padding: 16px;
    } 
    .section-slider .container {
        padding: 0;
        margin-top: 30px;
    } 
    .section-slider .slick-slide.slick-center img { 
        border-radius: 9px;
    }
    .section-slider .slick-slide img {
        border-radius: 9px;     
    }
    .list-services,
    .section-our-team .inner { 
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        gap: 16px; 
    }
    .explore-our-training-courses .inner {
        display: block;
    }
    .explore-our-training-courses .inner .left {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .explore-our-training-courses .inner .left h2 {
        text-align: center;
    }
    .explore-our-training-courses .inner .right {
        min-width: inherit;
        text-align: center;
    }
    .explore-our-training-courses .inner a.btn {
        display: inline-flex; 
    }
    .more-than {
        min-height: 495px;
    }

    .section-slider .item p {
        font-size: 16px;
    }
    .learn-more .inner {
        display: block; 
        text-align: center;
    }
    .learn-more .inner .left,
    .learn-more .inner .right {
        padding: 0;
        width: 100%;
    }
    .learn-more .inner .right {
        text-align: center;
    }
    .explore-our-training-courses .inner >svg {
        width: 45px; 
    }
    .explore-our-training-courses .inner {
        padding: 30px 40px 30px 40px;
    }
    .section-our-team {
        padding-bottom: 38px;
    }
    .list-projects .box-projects h4 {
        min-height: auto;
    }
    .list-projects .box-projects h4 a {
        line-height: 22px;
    }
    .list-projects .box-projects .box-cten {
        font-size: 14px;
        line-height: 18px;
    }
    .section-projects .wrap-arrow2 span {
        margin-right: 8px;
    }
    .section-projects {
        padding-bottom: 55px;
    }
    .list-explore .item .thumb img { 
        height: 100%;
        object-fit: cover;
    }
    .list-explore .item .left {
        padding: 24px;
    }
    .section-adv {
        padding: 35px 0 30px 0;
    }
    .section-adv .container:first-child {
        padding-bottom: 25px;
    }
/*about*/
    .page-template-template-about .banner-page {
        min-height: 525px; 
    }
    .page-template-template-about .section-our-team {
        padding-bottom: 18px;
    }
    .learn-more {
        padding: 50px 0 55px 0;
    }
/*services*/    
    .services-page .box-services:nth-child(even) {
        flex-direction: inherit;
    }
    .services-page .box-services {
        display: block;
    }
    .services-page .box-services .left,
    .services-page .box-services .right {
        width: 100%;
        margin: 0 auto;
    }
    .services-page .box-services .left img {
        height: 270px;
        object-fit: cover;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .services-page .box-services .right {
        margin-top: -25px;
    }
/*contact*/    
    .section-contact .inner-contact {
        display: block;
    }
    .section-contact .box-left,
    .section-contact .box-right {
        width: 100%;
        margin: 0 auto;
    }
    .section-contact .box-left {
        margin-bottom: 10px;
    }
/*partners*/    
    .inner-list-post-last.list-projects { 
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        gap: 16px;
    }
/*projects*/    
    .wrap-post-projects .inner-list-post-last.list-projects {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .page-template-template-projects .banner-page {
        min-height: 460px;
    }    
}
@media only screen and (max-width: 640px) { 
    .banner .container .info-banner .box-video iframe {
        height: 340px !important; 
    }
    .section-slider .slick-initialized .slick-slide {
        padding: 40px 0px;
    }
    .site-footer .wrap-menu ul li {
        display: block;
        margin-top: 10px;
    }
    .list-explore .item { 
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
    .list-explore .item .thumb {
        position: static;
        width: 100%;
    }
    .list-explore .item .left {
        width: 100%;
        margin: 0;

        border: none;
        border-top: 2px solid #A5CA5D;
        background-image: linear-gradient(#A5CA5D, transparent), linear-gradient(#A5CA5D, transparent);
        -moz-background-size: 2px 100%;
        background-size: 2px 100%;
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        border-radius: 20px;
        margin-top: -50px;

    }
    .list-explore .item .thumb img {
        border-radius: 0;
    }
    .list-explore .item .thumb img { 
        height: 206px; 
    }
    /*partners*/
    .section-partners ul { 
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 8px;
    }
    /*projects*/    
    .wrap-post-projects .inner-list-post-last.list-projects {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    
}
@media only screen and (max-width: 567px) { 
    .banner .container .info-banner .box-video iframe {
        height: 299px !important; 
    }
    .btn {
        width: 100%;
        text-align: center;
    }
    .bottom-arrow-more a.btn {
        width: auto;
    }
    .explore-our-training-courses .inner a.btn {
        justify-content: center;
    }
    .inner-our-mission .left img {
        height: 196px;
    }
    .homer .inner-our-mission .left img {
    	height:100%;
    }
    .section-our-mission {
        padding-bottom: 15px;
    }
    .section-services {
        padding-top: 65px;
    }
    .section-adv ul li { 
        width: 35%;
    }
    .home .banner {
    	background-size: 100% auto !important;
        background-position: 0 72px !important;
    }
    .home .banner::before {
    	top:inherit;
    }
    
}
@media only screen and (max-width: 480px) { 
    .banner .container .info-banner .box-video iframe {
        height: 251px !important;
    }
}
@media only screen and (max-width: 375px) { 
    .banner .container .info-banner .box-video iframe {
        height: 190px !important;
    }
}
@media only screen and (max-width: 320px) { 
    .banner .container .info-banner .box-video iframe {
        height: 162px !important;
    }
}