/* Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header, body {
    font-family: 'Montserrat', sans-serif; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 16px; 
    line-height: 1.9; 
    color:#4f4e4e;
}
html {
    scroll-padding-top: 78px; /* height of sticky header */
    background-color: #494949;  
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
    font-family:'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: capitalize; 
    margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 50px; font-style: normal; line-height: 70px; font-weight: 700;}
h2 { font-size: 36px; font-style: normal; line-height: 46px; font-weight: 600;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; font-weight: 500;}
h4 { font-size: 24px; font-style: normal; font-weight: 500; line-height: 30px; }
h5 { font-size: 20px; font-style: normal; font-weight: 500; line-height: 26px; }
h6 { font-size: 18px; font-style: normal; line-height: 24px;}
ul { margin: 0px; padding: 0px; }
u { text-decoration-style: wavy;}
p { font-size: 16px }

a:focus, a:hover {
    text-decoration: none !important; 
    color: var(--yellow);
}

.pc-show {
    display: block;
}
.mobile-show {
    display: none;
}

/* Scroll to top */
#back-to-top {
    position: fixed; 
    height:50px; 
    width:50px; 
    right: 2%;
    bottom: 2%;
    z-index: 999;
    border: 1px solid #fff;
}
#back-to-top a {
    padding:0px 8px 0px 8px;
    text-decoration: none;
}
#back-to-top a i {
    font-size:30px;
    color:var(--yellow);
    padding:7px 4px 4px 4px
}
#back-to-top:hover {
    border-width: 2px;
    border-color: var(--yellow);
}

/* Header */
.header {
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: 1005;
    /* background-image: linear-gradient(to bottom, var(--brown) 0%, rgba(156, 107, 0, 0.281) 100%);  */
    background-image: linear-gradient(to bottom, var(--brown) 0%, rgba(40, 90, 149, 0) 100%);
    transition: .5s all ease-in-out;
}
#header-wrap {
    padding: 7px 0;
}
#header-wrap.fixed-header {
    position: fixed; 
    top:0; 
    left:0; 
    width: 100%; 
    z-index: 999 !important; 
    background-image: linear-gradient(to bottom, var(--brown) 0%, rgba(156, 107, 0, 0.281) 100%); 
}

/* Navigation */
.navbar{
    padding: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.navbar .logo {
    flex-grow: 2;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.navbar .nav-language {
    width: 100%;
    text-align: right;
}
.navbar .nav-language.nav-language__mobile {
    width: auto;
}
.navbar .nav-language.nav-language__mobile {
    display: none;
}
.navbar .nav-action {
    flex-grow: 1;
}
.navbar .nav-action {
    text-align: right;
    z-index: 1002;
    display: none;
}
.navbar .nav-action .nav-action__search {
    margin-left: auto;
    cursor: pointer;
    position: relative;
    width: calc(100% - 45px);
}
.navbar .nav-action .nav-action__search .search {
    position: absolute;
    width: 120%;
    height: 60px;
    bottom: -92px;
    z-index: 1003;
    right: 0;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out;
}
.navbar .nav-action .nav-action__search .search.active {
    opacity: 1;
    display: block;
}
.navbar .nav-action .nav-action__search .search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 10px 15px;
    background-color: #fff;
    z-index: 1004;
}

.navbar .nav-action .nav-action__search i {
    color: #fff;
}
.logo img {
    height: 65px;
    z-index: 1005;
    position: relative;
}
.navbar .nav-language {
    color: #fff;
    padding-right: 15px;
}
.navbar .nav-language span {
    margin: 0 5px;
}
.navbar .nav-language .nav-language__item {
    color: #fff;
    position: relative;
}
.navbar .nav-language .nav-language__item.active::before,
.navbar .nav-language .nav-language__item:hover::before  {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
.navbar-expand-lg .navbar-collapse {
    flex-wrap: wrap;
}
.dropdown-menu {
    border: none;
    position: relative;
    -webkit-box-shadow:  1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow:  1px 1px 10px rgb(0 0 0 / 15%);
    -moz-box-shadow:  1px 1px 10px rgb(0 0 0 / 15%);
}
.nav-item.dropdown {
    position: relative;
}
.nav-item.dropdown::before {
    content: "";
    position: absolute;
    opacity: 0;
    z-index: 10;
    right: 50px;
    bottom: -20px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: bottom 0.3s ease-in-out;
}
.nav-item.dropdown::before {
    border-bottom-color: #f5f6f8;
    z-index: -999;
    border-width: 11px;
}
.nav-item.dropdown:hover::before {
    opacity: 1;
    bottom: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 20px 10px; 
    background: rgb(255, 255, 255) ; 
    top: 120%; 
    margin-top: 0;
    transition: all .3s ease;
    border-radius: 0;
}
.navbar-brand{
    margin-right: 0; 
    padding: 0;
}
.nav-item.dropdown .dropdown-menu  ul {
    padding: 0 10px;
    list-style: none;
}
.nav-item.dropdown .dropdown-menu li {
    border-bottom: 1px solid #ececec;
}
.nav-item.dropdown .dropdown-menu a {
    position: relative; 
    display: block; 
    white-space: nowrap; 
    background: none; 
    color: #000; 
    font-size: 14px; 
    line-height: 22px;
    font-weight: 500;
    padding: 5px 0;
}
.nav-item.dropdown .dropdown-menu a::before {
    position: absolute;
    content: " ";
    background: var(--primary-color);
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: all 1.5s ease;
}
.nav-item.dropdown .dropdown-menu a:hover::before {
    width: 100%;
}
.nav-item.dropdown .dropdown-menu {
    display: flex;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu__item {
    width: 25%;
    min-width: 220px;
    max-width: 250px;
    padding: 0 10px;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu__item ul > li {
    padding: 0;
    border-bottom: 1px solid #ececec;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu__item h4 {
    line-height: 20px;
    border-bottom: 1px solid #ececec;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu__item h4 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
}
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%; 
    margin: 0; 
    right: auto; 
    top: 0;
}
.navbar-nav .dropdown-submenu {
    display: block; 
    position: relative;
}
.navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: .3em solid transparent; 
    border-bottom: .3em solid transparent; 
    border-right: none; 
    border-left: .3em solid; 
    position: absolute; 
    right: 1em; 
    margin: 0; 
    vertical-align: middle; 
    top: 50%; 
    transform: translateY(-50%);
}
.navbar-brand{
    margin-right: 0; 
    padding: 0;
}
.navbar-brand{margin-right: 0;}
.navbar-nav .nav-item{
    margin: 0 3px;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-nav span {
    color: #fff;
    margin: auto 0;
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
    color: var(--brown);
}
#main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    background: var(--brown);
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#main-nav .nav-toggle {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    padding: 20px; 
    height: 30px; 
    width: 30px; 
    line-height: 0; 
    padding: 0 !important; 
    visibility: hidden; 
    opacity: 0; 
    -webkit-transition: 0.3s; 
    -o-transition: 0.3s; 
    transition: 0.3s;
}
#main-nav .nav-toggle span{
    top: 18px !important; left: 0 !important; margin: 0 !important; padding: 0 !important; line-height: 0; text-indent: 0;
}
#main-nav .nav-toggle.show {visibility: visible; opacity: 1;}
#main-nav .nav-toggle span::before {width: 20px;}
#main-nav .nav-toggle span{width: 20px;}
#main-nav .nav-toggle:hover span::before, #main-nav .nav-toggle:hover span::after {
    content: ''; 
    width: 40px; 
    height: 2px; 
    background: 
    var(--primary-color); 
    position: absolute; left: 0;
}
#main-nav ul {
    list-style: none;
}
#main-nav ul {
    margin-left: -15px;
}
#main-nav ul li {
    padding: 7px 20px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    text-align: right;
}

#main-nav ul a {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
#main-nav .collapse-open {
    background-color: #e0e0e0;
}
#main-nav li.collapse-open > a {
    font-weight: 600;
    color: var(--primary-color);
    text-transform: capitalize;
}
#main-nav ul>li:hover i {
    color: rgb(255, 255, 255);
}
#main-nav .main-nav-content {
    flex-wrap: wrap;
    align-items: center;
}
#sub-nav {
    width: 100%;
    position: fixed;
    /* display: none; */
    top: 90px;
    left: 0;
    background-color: transparent;
    z-index: 1003;
    transition: all 0.3s ease-in-out;
}
#sub-nav.active {
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
#sub-nav.active ul li.active-home-page {
    display: block !important;
}

#sub-nav.active ul li.active-home-page a {
    border-right: 1px solid #fff !important;
}

#sub-nav ul {
    flex-direction: row;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
#sub-nav ul li {
    padding: 5px 0px;
}
#sub-nav ul li + li a {
    border-left: 1px solid #fff;
}
#sub-nav ul li a {
    color: #fff;
    padding: 0 15px;
}

.social {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: right;
    margin: 15px 15px 0 15px;
}
.footer .social {
    float: left;
    margin: 10px 0 0 0;
}
.social .social-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}
.footer .social .social-item {
    margin: 0 10px 5px 0;
}
.social .social-item i {
    margin-top: 10px;
}
.nav-toggle {cursor: pointer; text-decoration: none;}
.nav-toggle.active.show span::before, .nav-toggle.active.show span::after {background: #141414;}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {outline: none; border-bottom: none !important;}
.nav-toggle span {
    position: relative; 
    display: -moz-inline-stack; 
    display: inline-block; 
    zoom: 1; 
    width: 20px; 
    height: 2px; 
    text-transform: uppercase; 
    text-indent: -55px; 
    background: #fff; 
    -webkit-transition: all .2s ease-out; 
    -o-transition: all .2s ease-out; 
    transition: all .2s ease-out;
}
.nav-toggle span::before, 
.nav-toggle span::after {
    content: ''; 
    height: 2px; 
    background: #fff; 
    position: absolute; 
    right: 0; 
    -webkit-transition: 0.1s; 
    -o-transition: 0.1s; 
    transition: 0.1s;
}
.nav-toggle span::before {
    top: -7px; 
    width: 20px;
}
.nav-toggle span::after {
    width: 15px; 
    bottom: -7px;
}
.nav-toggle.active span::after {
    width: 20px;
}
.nav-toggle.active span {background: transparent;}
.nav-toggle.active span::before {
    top: 0; 
    -webkit-transform: rotateZ(45deg); 
    -moz-transform: rotateZ(45deg); 
    -ms-transform: rotateZ(45deg); 
    -o-transform: rotateZ(45deg); 
    transform: rotateZ(45deg);
}
.nav-toggle.active span::after {bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.nav-toggle {
    z-index: 1003; 
    position: relative; 
    display: block;
    cursor: pointer; 
    margin-left: auto;
    transform: translateY(-5px);
}
.menu-show #main-nav {
    visibility: visible; 
    opacity: 1;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.menu-show #main-nav .container {
    margin: auto;
}
.overlay {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 1000;
}

.boxed-view .header{position: inherit;}

/* Section */
section{padding: 30px 0;}

/* Transition */
a, i, .btn, button, img, span, 
.dropdown-item, .portfolio-item:before, .portfolio-item:after, 
.owl-item, .cases-item, .cases-description,
.featured-item .featured-icon i, .featured-item,
.featured-icon, .price-table, .post .post-desc,
.sidebar-links li a, .team-description {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}

/* Pagination */
.pagination, .pagination > li {
    display: inline-block;
}
.pagination > li > a, 
.pagination > li > span {
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    padding: 0; 
    text-align: center; 
    color: #111121; 
    font-weight: 500; 
    border-radius: 5px; 
    border-color: #efefef
}
.news-list .pagination > li > a,
.news-list .pagination > li > span,
.news-list .pagination .page-item:last-child .page-link,
.news-list .pagination .page-item:first-child .page-link {
    border-radius: 0;
}
.pagination > li.active .page-link,
.page-link:hover, .page-link:focus {
    box-shadow: none; 
    background: #0079B8; 
    color: #ffffff; 
    border-color:  var(--yellow)
}

/* Carousel */
.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}
.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
}
.owl-carousel .item {
    text-align: center;
}
.owl-carousel .nav-btn {
    height: 45px;
    position: absolute;
    width: 45px;
    cursor: pointer;
    top: 160px !important;
    border-radius:50%;
    background-color: white;
    box-shadow: 1px 5px 10px 1px #888888;
    -moz-box-shadow: 1px 5px 10px 1px #888888;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.owl-carousel .prev-slide {
    left: -24px;
}
.owl-carousel .next-slide {
    right: -24px;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 100%;
}
.owl-dots button {
    outline: none;
    border: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    opacity: 0.3;
    background: var(--yellow);
    
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--yellow);
    opacity: 1;
}

/* Footer */
.footer {
    /* height: 100vh; */
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer .container {
    margin-top: auto;
    margin-bottom: auto;
}
.footer .copyright {
    color: #fff;
    opacity: 0.8;
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 10;
}
.footer h2, .footer a, footer p, .footer h3 {
    color: #fff;
}
.footer .footer-content h2 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 50px;
}
.footer .footer-content h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer .footer-content h2>span {
    font-weight: 800;
}
.footer .footer-content .footer-content__address a {
    font-weight: 600;
    text-transform: uppercase;
}
.footer .footer-content .footer-content__address i {
    margin-right: 5px;
}
.footer .footer-content .footer-content__address p {
    font-weight: 14px;
    line-height: 20px;
}
.footer .footer-content p>a {
    font-weight: 600;
}
.footer .footer-content > p {
    margin-bottom: 0;
}
.footer .contact-us {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.footer .contact-us a {
    margin-top: 20px;
    display: inline-flex;
    background-color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0;
    border: unset;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.footer .contact-us a span {
    display: block;
    padding-left: 28px;
    padding-right: 21px;
    color: var(--brown);
}
.footer .contact-us a i {
    border-left: 1px solid var(--brown);
    display: block;
    width: 47px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: var(--brown);
}
.footer .contact-us a:hover {
    background-color: var(--brown);
}
.footer .contact-us a:hover span,
.footer .contact-us a:hover i {
    color: #fff;
}
.footer .contact-us a:hover i {
    border-color: #fff;
}

/* Banner */
.banner-slider {
    height: 100vh;
}
.banner-slider h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(to right, rgba(255,0,0,0), var(--brown) 50%, rgba(255,0,0,0));
    padding: 20px;
}
.banner-slider .item {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
}
.banner-slider .item .item-content {
    height: 100%;
}
.banner-slider .item .item-content .container {
    position: relative;
    width: 100%;
    bottom: 25%;
    text-align: center;
    z-index: 99;
}
.banner-slider .item .item-content img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 99;
}

/* Intro */
.intro {
    height: 100vh;
    background-color: #e8f2ff;
    position: relative;
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    background-size: cover;
}
.intro .container {
    margin-top: auto;
    margin-bottom: auto;
}
.intro .intro-content h2 {
    color: var(--brown);
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 0%;
}
.intro .intro-content h2>span {
    font-weight: 800;
}
.intro .intro-content blockquote {
    padding-left: 20px;
    border-left: 5px solid #cd2130;
    color: #000;
    margin: 25px 0;
}
.intro .intro-content blockquote>p {
    margin-bottom: 0;
    font-size: 18px;
}
.intro .intro-content > p {
    color: #555;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
}
.read-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--brown);
    color: #fff;
    display: inline-flex;
    transition: all 0.2s ease;
}
.read-more>span:nth-child(1) {
    padding: 15px 25px;
}
.read-more>span:nth-child(2) {
    padding: 15px;
}
.read-more>span:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.read-more:hover>span:nth-child(1) {
    border-color: rgb(165, 165, 165, 0.5);
}
.read-more:hover {
    background-color: #fff;
}
.read-more:hover > span,
.read-more:hover > span i {
    color: var(--brown);
}
.read-more > span i {
    font-size: 18px;
}
.intro .intro-image {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100vh;
    width: 50vw;
    position: absolute;
    right: 0;
    top: 0%;
}
.intro .intro-image .intro-image__item {
    display: block;
    position: relative;
    width: calc(100%/3);
    overflow: hidden;
    background-size: 100% 100%;
    transition: background-size 0.5s ease-in-out;
}
.intro .intro-image .intro-image__item::before,
.intro .intro-image .intro-image__item::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 50%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.intro .intro-image .intro-image__item::before {
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.intro .intro-image .intro-image__item::after {
    background: transparent;
    bottom: -50%;
}
.intro .intro-image .intro-image__item:hover::before {
    background: transparent;
    bottom: -50%;
}
.intro .intro-image .intro-image__item:hover::after {
    background-image: linear-gradient(to bottom, rgba(36, 86, 146, 0) 0%, #245692 100%);
    bottom: 0;
}
.intro .intro-image .intro-image__item .intro-image__item--block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.intro .intro-image .intro-image__item .intro-image__item--block img {
    margin: 0 25px 25px;
    height: 40px;
    width: auto;
}
.intro .intro-image .intro-image__item:hover .intro-image__item--block img {
    animation: tada 1s;
}
.intro .intro-image .intro-image__item:hover {
    background-size: 120% 120%;
}
.intro .intro-image .intro-image__item .intro-image__item--block h4 {
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px 45px;
}

/* News */
.home-news {
    height: 100vh;
    background-size: cover;
    background-position: right;
    background-color: #f5f5f5;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
}
.home-news .row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.home-news .container {
    margin-top: auto;
    margin-bottom: auto;
}
.home-news h2 {
    font-size: 42px;
    line-height: 48px;
    color: var(--brown);
    margin-bottom: 40px;
}
.home-news .read-more {
    float: right;
}
.home-news .home-news__big a,
.home-news .home-news__small a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.home-news .home-news__big .home-news__big--left {
    width: 70%;
    overflow: hidden;
}
.home-news .home-news__big .home-news__big--right {
    width: 30%;
}
.home-news .home-news__big .home-news__big--left img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
}
.home-news .home-news__big:hover .home-news__big--left img {
    transform: scale(1.2);
}
.home-news .home-news__big .home-news__big--right {
    padding: 20px;
    position: relative;
    background-color: var(--brown);
}
.home-news .home-news__big .home-news__big--right h4 {
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}
.home-news .home-news__big .home-news__big--right p {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-bottom: 25px;
}
.home-news .home-news__big .home-news__big--right .date {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}
.home-news .home-news__big .home-news__big--right .link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #c9e7ff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.home-news .home-news__big .home-news__big--right .link i {
    color: var(--brown);
    margin: auto;
    transition: 0.4s all ease-in-out;
}
.home-news .home-news__big:hover .home-news__big--right .link {
    background-color: #fff;
}
.home-news .home-news__small {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.home-news .home-news__small::before {
    content: '';
    display: block;
    width: 100%;
    height: 85%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
}
.home-news .home-news__small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    height: 200px;
}
.home-news .home-news__small:hover img {
    transform: scale(1.2);
}
.home-news .home-news__small .post-info {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 15px 15px;
    bottom: 0;
    left: 0;
}
.home-news .home-news__small .post-info .date {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.home-news .home-news__small .post-info h4 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Activity */
.activity {
    height: 100vh;
    background-size: cover;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
}
.activity .container {
    margin-top: auto;
    margin-bottom: auto;
}
.activity .activity-text h2 {
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 25px;
    padding-right: 20px;
    text-transform: uppercase;
}
.activity .activity-text .activity-text__description {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}
.activity .activity-text p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
}
.activity .activity-list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}
.activity .activity-item {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
}
.activity .activity-item:nth-child(odd) {
    margin-right: 15px;
}
.activity .activity-item a {
    display: block;
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 38px rgb(0 45 108 / 10%);
}
.activity .activity-item a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease-in-out;
}
.activity .activity-item a::before,
.activity .activity-item a::after {
    content: " ";
    position: absolute;
}
.activity .activity-item a::before {
    display: block;
    height: 42%;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.8;
}
.activity .activity-item a::after {
    display: block;
    width: 60px;
    height: 60px;
    z-index: 5;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    transition: all 0.4s ease-in-out;
    background: url(../images/icon-plus.png) center no-repeat;
    background-size: 100%;
    opacity: 0;
}
.activity .activity-item:hover img {
    transform: scale(1.2);
}
.activity .activity-item:hover a::before {
    height: 100%;
}
.activity .activity-item:hover a::after {
    opacity: 1;
    animation: rotate-center 1s;
}
.activity .activity-item h4 {
    position: absolute;
    z-index: 20;
    bottom: 0;
    z-index: 30;
    width: 100%;
    padding: 0 65px 25px 25px;
    padding-right: 65px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.activity .activity-item .link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    z-index: 30;
}
.activity .activity-item .link i {
    color: #fff;
    margin: auto;
}
.activity .activity-item:hover .link {
    background-color: rgb(240, 195, 164);
}
.activity .activity-item:hover .link i {
    color: var(--brown);
}
.activity .read-more {
    background-color: #fff;
    color: var(--brown);
}
.activity .read-more:hover > span, .read-more:hover > span i {
    color: #fff;
}
.activity .read-more:hover {
    box-shadow: 0 0 6px #fff;
    color: #fff;
    background-color: var(--brown);
}

/* Statistical */
.statistical {
    height: 100vh;
    background-size: cover;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
}
.statistical .container {
    margin: auto;
}
.statistical .statistical-quote {
    position: relative;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 25px;
}
.statistical .statistical-quote > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}
.statistical .statistical-quote p > span {
    color: var(--brown);
}
.statistical .statistical-quote::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -60px;
    left: 0;
    color: var(--brown);
}
.statistical .statistical-grid__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.statistical .statistical-grid__item::before {
    content: " ";
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: var(--brown);
    bottom: 0;
    left: 0;
}
.statistical .statistical-grid__item .item-number {
    font-size: 40px;
    color: var(--brown);
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 800;
}
.statistical .statistical-grid__item .item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    height: 36px;
}

/* Project */
.project {
    height: 100vh;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
}
.project .project-title {
    position: absolute;
    z-index: 5;
    left: 20px;
    top: 95px;
}
.project .project-title > h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}
.project > h2 {
    color: var(--brown);
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.project .project-title a {
    color: #fff;
    text-transform: uppercase;
}
.project .project-title a i {
    margin-left: 10px;
}
.project .project-item {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.project .project-item a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.project .project-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all 1s ease-in-out;
    z-index: 1;
    display: block;
    opacity: 0.8;
}
.project .project-item:hover img,
.project .project-item.active img {
    transform: scale(1.1);
}
.project .project-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    z-index: 3;
    transition: all 0.4s ease-in-out;
}
.project .project-item.active::before {
    width: 40%;
}
.project .project-item h4 {
    position: absolute;
    display: block;
    color: #f5f5f5;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
    transform-origin: 0;
    left: 45px;
    bottom: 30px;
    z-index: 30;
    width: 50vh;
    text-transform: uppercase;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.project .project-item.active h4 {
    width: 90%;
}
.project .project-item.active h4 {
    transform: rotate(0deg) translateY(-15px);
}
.project .project-item.active {
    flex: 3.5;
}
.project .read-more {
    display: none;
    margin: 20px auto 0 auto;
    line-height: 40px;
}

/* Video */
.video {
    height: 100vh;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    position: relative;
    background-color:#494949;
}
.video .container {
    margin-top: auto;
    margin-bottom: auto;
}
.video h2 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.video .video-show {
    width: 100%;
}
.video .video-show iframe {
    height: 525px;
    z-index: 1;
}
.video .video-show .iframe-overlay {
    height: 475px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.video .video-show {
    position: relative;
    color: rgb(204, 204, 204);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.video .video-list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.video .video-list .video-list__item {
    width: calc(50% - 7.5px);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.video .video-list .video-list__item:nth-child(odd) {
    margin-right: 15px;
}
.video .video-list .video-list__item .item-image,
.video .video-list .video-list__item .item-title {
    width: 100%;
}
.video .video-list .video-list__item .item-image:hover,
.video .video-list .video-list__item .item-image.active {
    box-shadow: 0 0 10px #fff;
}
.video .video-list .video-list__item .item-image {
    border: 2px solid #fff;
    height: 140px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.video .video-list .video-list__item .item-image::before,
.video .video-list .video-list__item .item-image::after {
    position: absolute;
}
.video .video-list .video-list__item .item-image::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    top: calc(50% - 15px);
    left: calc(50% - 5px);
    z-index: 9;
}
.video .video-list .video-list__item .item-image::after {
    content: " ";
    width: 50px;
    height: 50px;
    border: 2px solid rgb(204, 204, 204);
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,.2);
}
.video .video-list .video-list__item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video .video-list .video-list__item .item-image:hover::before,
.video .video-list .video-list__item .item-image:hover::after,
.video .video-list .video-list__item .item-image:hover img {
    transform: scale(1.2);
}
.video .video-list .video-list__item .item-title h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--yellow);
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

/* FullPage Tooltip */
#fp-nav ul li {
    width: 1px;
    height: 1px;
    margin: 0 0 50px;
}
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span {
    width: 39px;
    border-radius: 0;
    height: 2px;
    margin: 0;
}
#fp-nav ul li a span {
    display: none !important;
    height: 2px;
    background-color: #ffffff;
    width: 0;
    border-radius: 0;
    transition: .4s all ease-in-out;;
    left: unset;
    right: 50%;
    transform: translate(-50%, -50%);;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.7;
    transition: all .4s ease-in-out;
}
#fp-nav ul li:hover .fp-tooltip, 
#fp-nav a.active + .fp-tooltip {
    padding-right: 0 !important;
    opacity: 1;
    font-size: 35px;
    color: var(--brown);
    text-shadow: 0 0 2px #ffffff;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all ease-in-out;
}

/* Breadcrumb */
.detail .content .main-content .breadcrumb_config {
    border-top: 1px solid #D4D7DD;
    margin: 10px 0;
}
.breadcrumb_config ol {
    margin: 0px;
    padding: 10px 0;
}
.breadcrumb_config ol li:last-child span {
    font-weight: 600;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb_config span, .breadcrumb_config a {
    color: #fff;
    font-weight: normal;
}
.breadcrumb_icon i {
    position: relative;
    font-size: 12px;
    color: #fff;
}
.breadcrumb_config li:hover a span {
    color: var(--brown);
}

/* Banner */
.banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner.news-banner {
    height: 100%;
}
.banner.news-banner .banner-category {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 99;
}
.banner.news-banner .banner-category ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: -59px;
    margin-bottom: 40px;
}
.banner.news-banner .banner-category ul li {
    margin-right: 20px;
}
.banner.news-banner .banner-category ul li a {
    font-weight: 700;
    display: block;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.banner.news-banner .banner-category ul li a::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    display: block;
    left: 0;
    bottom: -8px;
    width: 0;
    opacity: 0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}
.banner.news-banner .banner-category ul li:hover a::before,
.banner.news-banner .banner-category ul li.active a::before {
    width: 100%;
    opacity: 1;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner .banner-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .banner-content::before {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 0;
}
.banner .banner-content .container {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 99;
    position: relative;
}
.banner .banner-content .container h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
.banner.banner-hiring .banner-content .container .col-12.col-md-6.col-xl-5 {
    text-align: center;
}
.banner .banner-content .container .button {
    display: block;
    margin-top: 50px;
}   
.banner .banner-content .container .button a {
    display: inline-flex;
    background-color: var(--brown);
    font-size: 14px;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0;
    border: unset;
    transition: var(--transition);
    font-weight: 700;
    color: #fff;
}
.banner .banner-content .container .button a span {
    display: block;
    padding-left: 28px;
    padding-right: 21px;
}
.banner .banner-content .container .button a i {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: block;
    width: 47px;
    height: 52px;
    line-height: 52px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.banner .banner-content .container .button:hover a {
    background-color: #fff;
}
.banner .banner-content .container .button:hover a span,
.banner .banner-content .container .button:hover a i {
    color: var(--brown);
}
.banner .banner-content .container .button:hover a i {
    border-color: var(--brown);
}

/* Option Layout */
.option-straight,
.option-left,
.option-right,
.option-balance {
    height: 100vh;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    background-position: center;
    background-size: cover;
}
.option-straight .container,
.option-left .container,
.option-right .container,
.option-balance .container {
    margin-top: auto;
    margin-bottom: auto;
    text-align: justify;
}
.option-straight .container img {
    width: 50%;
}
.option-left .option-left__image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: auto;
    z-index: 20;
}
.option-right .option-right__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: auto;
    z-index: 20;
}
.option-balance [data-bg-mobile] {
    padding: 40px;
}

/* Project List */
.project-list {
    padding-top: 40px;
    padding-bottom: 40px;
}
.project-list .row {
    margin-left: -8px;
    margin-right: -8px;
}
.project-list [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.project-list .project-list__item {
    margin-bottom: 15px;
}
.project-list .project-list__item a {
    position: relative;
    width: 100%;
    display: block;
}
.project-list .project-list__item.extra-large a {
    height: 600px;
}
.project-list .project-list__item.large a {
    height: 450px;
}
.project-list .project-list__item.medium a {
    height: calc(300px - 7.5px);
}
.project-list .project-list__item.small a {
    height: 100px;
}
.project-list .project-list__item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    transition: all 0.4s ease-in-out;
}
.project-list .project-list__item a:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 25px;
    height: 18px;
    color: #fff;
    font-size: 21px;
    position: absolute;
    z-index: 50;
    right: 20px;
    bottom: 40px;
    font-weight: 700;
}
.project-list .project-list__item a .item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}
.project-list .project-list__item a .project-list__item--content {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 50px 35px 30px;
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.project-list .project-list__item a .project-list__item--content h4,
.project-list .project-list__item a .project-list__item--content-hide h4 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
    font-weight: 800;
}
.project-list .project-list__item a .project-list__item--content p,
.project-list .project-list__item a .project-list__item--content-hide p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}
.project-list .project-list__item.large a h4 {
    font-size: 26px;
    line-height: 32px;
}
.project-list .project-list__item.large a p {
    font-size: 18px;
    line-height: 24px;
}
.project-list .project-list__item.medium a h4 {
    font-size: 18px;
    line-height: 24px;
}
.project-list .project-list__item.medium a p {
    font-size: 12px;
    line-height: 18px;
}
.project-list .project-list__item a .project-list__item--content-hide {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 50px 35px 30px;
    background-image: linear-gradient(to top, #245792 0%, rgb(37 87 143 / 70%) 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.project-list .project-list__item:hover a .project-list__item--content {
    opacity: 0;
}
.project-list .project-list__item:hover a .project-list__item--content-hide {
    opacity: 1;
}
.project-list .project-list__item a .project-list__item--content-hide .line {
    height: 1px;
    background-color: #ffffff;
    opacity: 0.15;
    width: 100%;
    margin: 15px 0;
}
.project-list .project-list__item a .project-list__item--content-hide .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.project-list .project-list__item a .project-list__item--content-hide .info .info-item {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.project-list .project-list__item a .project-list__item--content-hide .info .info-item img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    display: block;
}
.project-list .project-list__item a .project-list__item--content-hide .info .info-item .info-item__text {
    width: calc(100% - 40px);
    font-size: 12px;
}
.project-list .project-list__item a .project-list__item--content-hide .info .info-item .info-item__text .title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
}

/* Pagination */
.pagination, .pagination > li {
    display: inline-block;
    margin-right: 5px;
}
.pagination, .pagination > li:last-child {
    margin-right: 0px;
}
.pagination > li > a, .pagination > li > span {
    width: 40px; 
    height: 40px; 
    line-height: 40px; 
    padding: 0; 
    text-align: center; 
    color: #000; 
    font-weight: 500; 
    background-color: transparent;
    border-radius: 50%; 
    border: none;
    box-shadow: 0 0 24px rgb(18 62 114 / 7%);
}
.pagination > li.active .page-link, .page-link:hover, .page-link:focus {
    box-shadow: none; 
    background-color: var(--brown); 
    color: #ffffff;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.project-list .project-list__search {
    text-align: right;
    margin-bottom: 25px;
}
.project-list .project-list__search a {
    display: inline-flex;
}
.project-list .project-list__search a img {
    height: 38px;
    width: auto;
    vertical-align: middle;
}
.project-list .project-list__search a span {
    color: var(--brown);
    margin-left: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 38px;
}

/* Popup Search */
.modal-content {
    padding: 45px;
    border-radius: 30px;
    box-shadow: 0 0 98px rgb(0 0 0 / 54%);
}
#popupContact .modal-content {
    border-radius: 10px;
}
.modal-content img {
    height: 45px;
    width: auto;
}
.modal-header {
    border-bottom: none;
    text-align: center;
}
#popupContact .modal-header {
    display: block;
}
.modal-header h5 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--brown);
    margin: auto;
    text-transform: uppercase;
}
.modal-body input {
    line-height: 30px;
    box-shadow: 0 0 62px rgb(26 78 137 / 16%);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 100%;
    color: #777777;
    font-size: 16px;
    height: 50px;
}
#popupContact .modal-body textarea {
    background-color: #fff;
    padding: 10px 20px;
}
#popupContact .modal-body input,
#popupContact .modal-body textarea {
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 62px rgb(26 78 137 / 16%);
}
.modal-body select {
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
    width: 100%;
    box-shadow: 0 0 62px rgb(26 78 137 / 16%);
    border-radius: 10px;
    color: #777777;
    font-size: 14px;
}
.modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: #275790;
    outline: none;
    z-index: 99;
    border-radius: 50%;
    font-size: 30px;
}
.modal-content .close:hover {
    background-color: var(--brown);
}
.modal-content .close:hover span {
    color: #fff;
}
.modal-content .modal-body button {
    position: relative;
    margin: 20px auto 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(37, 88, 146, 50%);
    background-color: rgba(232, 243, 255, 50%);
    padding: 12px 70px 12px 50px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--brown);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.modal-content .modal-body button i {
    position: absolute;
    line-height: 40px;
    top: 0;
    right: 15px;
    border-left: 1px solid rgb(189, 189, 189);
    padding-left: 15px;
}
.modal-content .modal-body button:hover {
    background-color: var(--brown);
    color: #fff;
}
#popupContact .modal-content .modal-body button {
    border-radius: 5px;
    background-color: var(--brown);
    color: #fff;
    margin: 0 auto 0 0;
    border-color: transparent;
}
#popupContact .modal-content .modal-body button:hover {
    background-color: #fff;
    border-color: var(--brown);
}
#popupContact .modal-content .modal-body button:hover span,
#popupContact .modal-content .modal-body button:hover i {
    color: var(--brown);
}

/* Swiper Slider */
.swiper {
    width: 100%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.mySwiper2 {
    height: 450px;
    width: 100%;
}
.mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.mySwiper .swiper-slide iframe {
    height: 100%;
    width: 100%;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.swiper-slide iframe {
    width: 100%;
    height: 100%;
}
.fancybox__container {
    z-index: 9999 !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
}
.swipper-video {
    position: relative;
}
.swipper-video::after,
.swipper-video::before {
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.swipper-video::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    top: calc(50% - 40px);
    left: calc(50% - 15px);
    z-index: 9;
}
.swipper-video::after {
    content: " ";
    width: 90px;
    height: 90px;
    border: 3px solid rgb(204, 204, 204);
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border-radius: 50%;
    background-color: rgba(0,0,0,.2);
}
.swipper-video.swipper-video__small {
    width: 100%;
    height: 100%;
}
.swipper-video.swipper-video__small::before {
    font-size: 15px;
    top: calc(50% - 15px);
    left: calc(50% - 5px);
}
.swipper-video.swipper-video__small::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border: 2px solid rgb(204, 204, 204);
}
.swipper-video:hover::before {
    font-size: 45px;
    top: calc(50% - 40px);
    left: calc(50% - 15px);
}
.swipper-video:hover::after {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border-color: #fff;
}
.swipper-video.swipper-video__small:hover::before {
    font-size: 20px;
    top: calc(50% - 20px);
    left: calc(50% - 7.5px);
}
.swipper-video.swipper-video__small:hover::after {
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
}

/* Project Detail */
.project-detail {
    padding-top: 140px;
    padding-bottom: 40px;
    background-color: #2e2e2e;
}
.project-detail__image,
.project-detail__content {
    margin: auto;
    width: 100%;
}
.project-detail__image .swiper-slide {
    border: 2px solid #fff;
}
.project-detail__content {
    color: #fff;
    text-align: justify;
}
.project-detail__content h3 {
    text-transform: uppercase;
    color: var(--yellow);
}
.project-detail__content  .list-social {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.project-detail__content  .list-social .social-item {
    width: 40px;
    height: 40px;
    background-color: var(--yellow);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.project-detail__content  .list-social .social-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.project-detail__content  .list-social .social-item i {
    color: #2e2e2e;
    font-size: 35px;
    line-height: 40px;
}
.project-detail__content  .list-social .social-item:hover {
    background-color: #fff;
}
.project-detail__content  .list-social .social-item:hover i {
    color: var(--yellow);
}
.related-project {
    background-color: #2e2e2e;
    padding-bottom: 40px;
}
.related-project h3 {
    text-transform: uppercase;
    color: var(--yellow);
    width: 100%;
    border-bottom: 2px solid var(--yellow);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.related-project .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.related-project .row>[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.related-project .related-project__item {
    margin-bottom: 15px;
}
.related-project .related-project__item:hover {
    box-shadow: 0 0 15px #fff;
    -moz-box-shadow: 0 0 15px #fff;
}
.related-project .related-project__item:hover h4 {
    color: #fff;
}
.related-project .related-project__item a {
    display: block;
    width: 100%;
    height: 100%;
}
.related-project .related-project__item img {
    width: 100%;
    height: 200px;
    border: 1px solid #fff;
    object-fit: cover;
    object-position: center;
    margin-bottom: 5px;
}
.related-project .related-project__item h4 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

/* News */
.feature-news {
    padding-top: 50px;
}
.feature-news .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.feature-news .row [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.feature-news .feature-news__first {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.feature-news .feature-news__first .feature-news__first--title {
    margin: auto;
}
.feature-news .feature-news__first .feature-news__first--title h3 {
    color: var(--brown);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}
.feature-news .feature-news__first .feature-news__first--button {
    position: absolute;
    right: -7.5px;
    bottom: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: var(--brown);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.feature-news .feature-news__first .feature-news__first--button a {
    display: block;
    width: 100%;
    height: 100%;
}
.feature-news .feature-news__first .feature-news__first--button i {
    color: #fff;
}
.feature-news .feature-news__first .feature-news__first--button:hover {
    background-color: rgb(206, 206, 206);
}
.feature-news .feature-news__first .feature-news__first--button:hover i {
    color: var(--brown);
}
.feature-news .feature-news__first .feature-news__first--image {
    margin-right: -7.5px;
}
.feature-news .feature-news__first .feature-news__first--image a {
    margin-top: -230px;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 450px;
    display: block;
    z-index: 99;
}
.feature-news .feature-news__first .feature-news__first--image img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 99;
    pointer-events: none;
}
.news-detail__intro img {
    width: 100%;
}
.feature-news .feature-news__item {
    margin-bottom: 15px;
    overflow: hidden;
}
.feature-news .feature-news__item a {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}
.feature-news .feature-news__item a::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 85%;
    z-index: 3;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
}
.feature-news .feature-news__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.feature-news .feature-news__item:hover img {
    transform: scale(1.2);
}
.feature-news .feature-news__item .feature-news__item--content {
    padding: 0 15px 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
}
.feature-news .feature-news__item .feature-news__item--content .date {
    margin-bottom: 2px;
    color: #fff;
    font-size: 12px;
}
.feature-news .feature-news__item .feature-news__item--content h4 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.news-list {
    padding-top: 60px;
}
.news-list .news-list__item {
    margin-bottom: 15px;
    /*padding-bottom: 60px;*/
    overflow: hidden;
}
.news-list .news-list__item.right {
    margin-top: -60px;
}
.news-list .news-list__item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
}
.news-list .news-list__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.news-list .news-list__item:hover img {
    transform: scale(1.2);
}
.news-list .news-list__item .news-list__item--content {
    position: relative;
    z-index: 30;
    padding: 15px 40px 13px 30px;
    background-color: #e9f3ff;
    margin-top: -40px;
    width: 100%;
    max-width: 70%;
    border-radius: 0 50px 0 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.news-list .news-list__item .news-list__item--content .time {
    width: 70px;
    flex-shrink: 0;
    padding-right: 20px;
    text-align: center;
    color: var(--brown);
}
.news-list .news-list__item .news-list__item--content .time .month {
    font-size: 11px;
}
.news-list .news-list__item .news-list__item--content .time .date {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
}
.news-list .news-list__item .news-list__item--content a {
    margin: auto;
}
.news-list .news-list__item .news-list__item--content a h4 {
    padding-left: 20px;
    border-left: 1px solid rgba(51, 51, 51, 15%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 21px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-list .news-list__item:hover .news-list__item--content {
    background-color: var(--brown);
}
.news-list .news-list__item:hover .news-list__item--content h4,
.news-list .news-list__item:hover .news-list__item--content .time {
    color: #fff;
}
.news-list .news-list__item:hover .news-list__item--content h4 {
    border-color: #fff;
}

/* News detail */
.news-detail {
    padding: 60px 0;
}
.news-detail__featured {
    border: 1px solid rgb(112, 112, 112, 0.3);
}
.news-detail__featured .news-detail__featured--title {
    text-transform: uppercase;
    color: var(--brown);
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    background-color: #bebebe;
    padding: 15px;
}
.news-detail__featured ul {
    list-style: none;
    padding: 15px;
}
.news-detail__featured ul li {
    padding: 8px 0;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid rgb(112, 112, 112, 0.3);
}
.news-detail__featured ul li a {
    color: #000;
}
.news-detail__featured ul li a:hover {
    color: var(--brown);
}
.news-detail__featured ul li:last-child {
    border-bottom: none;
}
.news-detail .news-detail__title {
    border-bottom: 1px solid rgb(112, 112, 112, 0.3);
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.news-detail .news-detail__title .date-desktop {
    text-align: center;
    background-color: var(--brown);
    color: #fff;
    width: 85px;
    padding: 22px 18px 20px;
}
.news-detail .news-detail__title .date-desktop .month-year {
    font-size: 11px;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 4px;
}
.news-detail .news-detail__title .date-desktop .day {
    font-size: 35px;
    line-height: 25px;
    font-weight: 700;
}
.news-detail .news-detail__title .date-mobile {
    display: none;
    text-align: center;
    background-color: var(--brown);
    color: #fff;
    width: 85px;
    padding: 22px 18px 20px;
}
.news-detail .news-detail__title h2 {
    margin-left: 15px;
    max-width: calc(100% - 108px);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-detail .news-detail__intro p {
    margin-top: 15px;
    text-align: justify;
    font-weight: 600;
    font-style: italic;
}
.news-detail .news-detail__description p {
    text-align: justify;
}
.news-detail .news-detail__description ul {
    margin-left: 15px;
}
.news-detail .news-detail__description figure {
    text-align: center;
}
.news-detail .news-detail__description figure img,
.news-detail .news-detail__description img {
    width: 100%;
    height: auto;
}
.news-detail .news-detail__description figure figcaption {
    padding: 5px;
    font-size: 14px;
    background: rgba(0,0,0,.05);
    font-style: italic;
    border-left: 2px solid var(--brown);
}
.news-detail .news-detail__description table {
    width: 100%;
    overflow-x: scroll;
}
.news-detail .news-detail__description table tr:nth-child(odd) {
	background: #f3f4f7
}
.news-detail .news-detail__description table tr td {
    border: 1px solid #dee2e6;
    padding: 10px;
    color: #495057;
    font-size: 14px;
    line-height: 1.5;
}
.news-detail blockquote {
    position: relative;
    margin: 0 0 1.25em;
    padding: 1em 1.25em 1em 1.875em;
    border-left: 8px solid var(--brown);
    box-shadow: 2px 2px 15px #ccc;
    font-weight: 900;
}
.news-detail blockquote p {
    font-weight: normal;
    font-size: 1em;
    color: var(--brown);
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.news-detail blockquote::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 5px;
    color: var(--brown);
}
.news-detail .news-detail__share {
    padding: 5px;
    background-color: #f5f5f5;
    display: inline-flex;
    align-items: center;
}
.news-detail .news-detail__share .news-detail__share--button {
    cursor: pointer;
    padding: 0;
    background-color: var(--brown);
    display: inline-flex;
}
.news-detail .news-detail__share .news-detail__share--button .label {
    line-height: 22px;
    padding: 20px 28px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.news-detail .news-detail__share .news-detail__share--button .icon {
    width: 46px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.news-detail .news-detail__share .news-detail__share--button .icon i {
    color: #fff;
    font-size: 25px;
    line-height: 54px;
    margin: auto;
}
.news-detail .news-detail__share .list-share {
    margin-left: 10px;
    margin-right: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.news-detail .news-detail__share .list-share .news-detail__share--item a {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    width: 93px;
    height: 42px;
    text-align: center;
}
.news-detail .news-detail__share .list-share .news-detail__share--item.facebook {
    background-color: rgb(0, 56, 121);
}
.news-detail .news-detail__share .list-share .news-detail__share--item.twitter {
    background-color: rgb(0, 114, 167);
}
.news-detail .news-detail__share .list-share .news-detail__share--item.google {
    background-color: rgb(167, 53, 0);
}
.news-detail .news-detail__share .list-share .news-detail__share--item.youtube {
    background-color: rgb(140, 1, 1);
}
.news-detail .news-detail__share .list-share .news-detail__share--item a i {
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}
.news-detail .news-detail__related--title {
    margin-bottom: 20px;
    color: var(--brown);
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}
.news-detail .related {
    margin-top: 25px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.news-detail .row.related [class*="col-"] {
    padding-left: -7.5px;
    padding-right: -7.5px;
}
.news-detail .news-detail__related {
    margin-bottom: 15px;
}
.news-detail .news-detail__related a {
    display: block;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.news-detail .news-detail__related a::before {
    content: '';
    display: block;
    width: 100%;
    height: 85%;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
}
.news-detail .news-detail__related a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.news-detail .news-detail__related a:hover img {
    transform: scale(1.2);
}
.news-detail .news-detail__related a .news-detail__related--info {
    padding: 0 15px 25px;
    position: absolute;
    bottom: 0;
    z-index: 20;
}
.news-detail .news-detail__related a .news-detail__related--info .date {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.news-detail .news-detail__related a .news-detail__related--info h4 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
}

/* Hiring */
.hiring-quote {
    padding: 60px 0;
    height: 100vh;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    background-size: cover;
    background-position: center;
}
.hiring-quote .container {
    margin-top: auto;
    margin-bottom: auto;
}
.hiring-quote .hiring-quote__text {
    position: relative;
    font-weight: 900;

}
.hiring-quote .hiring-quote__text:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -80px;
    font-size: 50px;
    left: 0;
    color: #fff;
}
.hiring-quote .hiring-quote__text p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

/* Activity */
.design {
    height: 100vh;
    background-size: cover;
    position: relative;
}
.design::before {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 482px;
    z-index: 2;
    background-image: linear-gradient(to bottom, #002755 0%, rgba(0, 39, 85, 0.33) 53%, rgba(0, 39, 85, 0.3) 55%, rgba(0, 39, 85, 0) 100%);
}
.design:after {
    content: '';
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 2;
    background-image: linear-gradient(to top, #002755 0%, rgba(0, 39, 85, 1) 1%, rgba(0, 39, 85, 0) 100%);
}
.design .container {
    z-index: 4;
}
.design .design__title {
    text-align: center;
    position: relative;
    z-index: 9;
    top: -50%;
}
.design .design__title h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.design .design__title p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.design .design__block {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 40;
    width: 100%;
    color: #fff;
    text-align: center;
}
.design .design__block .container {
    position: relative;
    z-index: 50;
}
.design .design__block .container h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}
.design .design__block .block-item {
    padding: 0 20px 25px;
    position: relative;
    height: 100%;
}
.design .design__block .block-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 151px;
    background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.design .design__block .block-item.block-item__last:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 151px;
    background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.design .design__block .block-item img {
    height: 50px;
    width: auto;
    vertical-align: middle;
}
.design .design__block .block-item p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.construction {
    height: 100vh !important;
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    background-size: cover;
    overflow: auto !important;
}
.construction .container {
    margin-top: auto;
    margin-bottom: auto;
}
.construction .construction-image {
    object-fit: contain;
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 20;
    max-height: 80vh;
}
.construction .construction-content {
    margin-bottom: 20px;
}
.construction .construction-content h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--brown);
}
.construction .construction-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
}
.construction .construction-list .construction-content__item {
    margin-bottom: 15px;
    max-width: 80%;
    border-bottom: 1px solid var(--brown);
    padding-bottom: 10px;
}
.construction .construction-list .construction-content__item img {
    height: 40px;
    width: auto;
    object-fit: cover;
    margin-bottom: 5px;
}
.construction .construction-list .construction-content__item p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.slider {
    height: 100vh !important;
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    background-size: cover;
    overflow: auto !important;
}
.slider2 {
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    background-size: cover;
}
.slider .container {
    margin-top: auto;
    margin-bottom: auto;
}
.slider2 .container {
    margin-top: auto;
}
.slider .slider-image .item,
.slider2 .slider2-image .item {
    cursor: pointer;
}
.slider .slider-image .item img,
.slider2 .slider2-image .item img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slider .slider-content,
.slider2 .slider-content {
    padding-top: 20px;
}
.slider .slider-content h2,
.slider2 .slider-content h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.slider2 .slider-content h2 {
    color: var(--brown);
}
.slider .slider-content .data-content,
.slider2 .slider-content .data-content {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.slider .slider-content .data-content ul,
.slider2 .slider-content .data-content ul {
    margin-left: 15px;
}
.slider2 .slider-content .data-content {
    color: #000;
}
.slider2 .slider-content .data-content p {
    font-size: 14px;
}
.slider .slider-image .owl-carousel .nav-btn,
.slider2 .slider2-image .owl-carousel .nav-btn {
    height: 40px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 0 !important;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
}
.slider2 .slider2-image .owl-carousel .nav-btn {
    border-color: var(--brown);
}
.slider .slider-image .owl-carousel .nav-btn .border-slider-left i, 
.slider .slider-image .owl-carousel .nav-btn .border-slider-right i,
.slider2 .slider2-image .owl-carousel .nav-btn .border-slider-left i, 
.slider2 .slider2-image .owl-carousel .nav-btn .border-slider-right i  {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.slider2 .slider2-image .owl-carousel .nav-btn .border-slider-left i, 
.slider2 .slider2-image .owl-carousel .nav-btn .border-slider-right i  {
    color: var(--brown);
}
.slider .slider-image .owl-carousel .owl-stage-outer,
.slider2 .slider2-image .owl-carousel .owl-stage-outer {
    padding-top: 50px;
}
.slider .slider-image .owl-carousel .next-slide,
.slider2 .slider2-image .owl-carousel .next-slide {
    right: 0;
}
.slider .slider-image .owl-carousel .prev-slide,
.slider2 .slider2-image .owl-carousel .prev-slide {
    left: calc(100% - 90px);
}
.slider2 .slider2-image .owl-dots {
    top: 20px;
    left: 0;
    margin: 0 auto 0 0;
    bottom: 100%;
    width: auto;
}
.slider2 .slider2-image .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px 5px 0;
    width: 10px;
    height: 4px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.slider2 .slider2-image .owl-theme .owl-dots .owl-dot.active span, 
.slider2 .slider2-image .owl-theme .owl-dots .owl-dot:hover span {
    width: 30px;
}
.slider2 .slider2-image .owl-theme .owl-nav {
    margin-top: 0;
}

/* Section */
.person, 
.talent,
.certificate {
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    background-size: cover;
}
.certificate .container {
    margin-top: auto;
    margin-bottom: auto;
}
.person .container,
.talent .container {
    margin-top: auto;
}
.person .person-content h2,
.talent .talent-content h2  {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.person .person-content p,
.talent .talent-content p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
} 
.talent .talent-content h2,
.talent .talent-content p {
    color: var(--brown);
}
.person .person-image,
.talent .talent-image {
    position: relative;
}
.person .person-image::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: rgba(0, 0, 0, 0.2);
}
.person .person-image img,
.talent .talent-image img {
    width: 100%;
    height: auto;
}
.talent .talent-image {
    position: relative;
}
.talent .talent-image a {
    display: block;
}
.talent .talent-image::before,
.talent .talent-image::after {
    position: absolute;
    content: "";
    transition: all 0.4s ease-in-out;
}
.talent .talent-image::before {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    background-color: rgba(0, 0, 0, 0.356);
    border: 2px solid #fff;
}
.talent .talent-image::after {
    content: "\f04b";
    font-size: 30px;
    font-weight: 900;
    left: calc(50% - 10px);
    top: calc(50% - 15px);
    color: #fff;
    font-family: "Font Awesome 5 Free";
    line-height: 30px;
}
.talent .talent-image:hover::after,
.talent .talent-image:hover::before {
    transform: scale(1.2);
}
.certificate .certificate-content h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--brown);
    text-transform: uppercase;
}
.certificate .certificate-content p {
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
}
.certificate .certificate-image img {
    width: 100%;
    height: auto;
}


@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.active_ele_sub_nav {
    color: #ffb115 !important;
}

.center-container {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
    height: 100%;
}

.image-about-container {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: end;
    align-items: end;
}

.info-about-container {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: center;
    align-items: center;
}


.center-active-container, .center-active-container .row {
    height: 100%;
}

.image-active {
    margin-top: 25px;
    justify-content: end;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-self: end;
    align-items: end;
}

.info-active-container {
    display: flex;
    justify-content: center;
    align-items: center;
}