/*!
Theme Name: wecangroup child
Theme URI: https://wecan-group.com/
Author: wecan-group.vn
Author URI: https://wecan-group.com/
Template: wecangroup
Description: WecanGroup Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wecangroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wecangroup is based on wecangroup https://underscores.me/, (C) 2012-2020 Automattic, Inc.
wecangroup is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
@font-face {
    font-family: 'Averta';
    src: url('webfonts/averta-regular.otf');
}

@font-face {
    font-family: 'Averta Bold';
    src: url('webfonts/averta-bold.otf');
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('webfonts/HelveticaNeue.otf');
}

@font-face {
    font-family: 'Barlow Bold';
    src: url('webfonts/Barlow-Bold.ttf');
}

@font-face {
    font-family: 'Averta Bold';
    src: url('webfonts/averta-bold.otf');
}

:root {
    --title-font: 'Averta Bold', sans-serif;
    --title-font-2: 'Helvetica Neue Bold', sans-serif;
    --title-font-3: 'Barlow Bold', sans-serif;
    --site-font: 'Averta', sans-serif;
    --site-font-2: 'Helvetica Neue Regular', sans-serif;
    --site-primary-color: #19786F;
    --site-second-color: #04D2A1;
    --font-primary-color: #333;
    --font-second-color: #FFF;
    --font-third-color: #112722;
}

html,
body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--site-font);
    color: var(--font-primary-color);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--font-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
    display: none !important;
}

.custom-header {
    min-height: 457px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-header-content {
    width: 629px;
    max-width: 100%;
}

.custom-title {
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--font-second-color);
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.content-title-1,
.content-title-2 {
    font-size: 38px;
    line-height: 140%;
    font-weight: 700;
    font-family: var(--title-font);
    display: flex;
    align-items: center;
}

.content-title-1 {
    color: var(--site-primary-color);
}

.content-title-2 {
    color: var(--font-second-color);
}

.content-title-2 .icon-title {
    filter: brightness(0) invert(1);
}

.icon-title {
    margin-right: 30px;
    width: 48px;
    height: 37px;
    object-fit: contain;
}

.icon-contact-button,
.img-archive-arrow-right {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.custom-swiper-button-wrapper {
    display: flex;
}

.btn-swiper-left,
.btn-swiper-right {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.btn-swiper-left {
    margin-right: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}

.about-button:hover,
.about-button:focus,
.servicesSwiper .swiper-slide:hover .service-swiper-button,
.servicesSwiper .swiper-slide:focus .service-swiper-button,
.sticky-content-left:hover .archive-content-viewmore,
.sticky-content-left:focus .archive-content-viewmore,
.sticky-content-right .d-flex:hover .archive-content-viewmore,
.sticky-content-right .d-flex:focus .archive-content-viewmore,
.archive-content:hover .archive-content-viewmore,
.archive-content:focus .archive-content-viewmore,
.archive-related-content:hover .archive-content-viewmore,
.archive-related-content:focus .archive-content-viewmore,
.archive-service-content-info:hover .archive-content-viewmore,
.archive-service-content-info:focus .archive-content-viewmore {
    margin-left: 20px;
}

.back-to-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    z-index: 999;
    color: #235BA8;
    background: var(--font-second-color);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 10px;
}

#breadcrumbs {
    margin: 0;
    font-family: var(--title-font);
}

#breadcrumbs span span:last-child {
    font-weight: 400;
    font-family: var(--site-font);
}

#breadcrumbs span span:not(:last-child) {
    margin-right: 10px;
}

#breadcrumbs span span:not(:last-child)::after {
    margin-left: 10px;
    content: '/';
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-second-color);
}

/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-form input::placeholder,
.wpcf7-form .wpcf7-textarea::placeholder {
    font-size: 20px;
    line-height: 24px;
    color: #9CA3AF !important;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px 24px !important;
    border-radius: 16px !important;
    border: none !important;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea,
.wpcf7-text:focus,
.wpcf7-select:focus,
.wpcf7-file:focus,
.wpcf7-textarea:focus {
    background: #F3F4F6;
}

.wpcf7-text:focus,
.wpcf7-select:focus,
.wpcf7-file:focus,
.wpcf7-textarea:focus {
    box-shadow: none;
}

#fileuploadspan {
    padding: 24px;
    width: 100%;
    height: 223px;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--title-font);
    border-radius: 12px;
    border: dashed 2px var(--site-primary-color);
    background: #F3F3F3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.recruitment-form-title span {
    color: #FF0000;
}

#recruitmentModal .wpcf7-textarea {
    height: 179px;
}

#recruitmentModal .wpcf7-submit {
    width: 100%;
}

.wpcf7-submit {
    width: 223px;
    max-width: 100%;
    height: 49px;
    border-radius: 99px !important;
    color: var(--font-second-color) !important;
    background: #004B41 !important;
}

.wpcf7-spinner {
    margin: 10px auto;
    display: block;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 !important;
}

/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
    z-index: 999999;
}

/*-- end site modal content css --*/


/*-- site navigation css --*/
.sticky {
    width: 100%;
    background: var(--font-second-color);
    position: fixed;
    z-index: 9999;
}

.site-header {
    position: relative;
    z-index: 9999;
}

.site-branding {
    padding: 7px 0;
}

.site-branding ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.site-branding li,
.site-branding a {
    height: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.site-branding li {
    margin-right: 20px;
    list-style: none;
}

.site-branding li,
.site-branding li a,
.site-branding li a:hover,
.site-branding li a:focus,
.site-branding li a:visited {
    color: var(--site-primary-color);
}

.icon-header-contact {
    margin-right: 5px;
}

.site-title,
.mobile-site-title {
    margin-bottom: 0 !important;
}

.site-title a {
    height: 34px !important;
    display: flex;
    align-items: center;
}

.site-logo {
    width: 188px;
    height: 34px;
    object-fit: contain;
}

.mobile-site-title {
    display: flex;
    align-items: center;
}

#mega-menu-menu-1 {
    position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-pll-parent-menu-item>ul.mega-sub-menu {
    margin-right: -35px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-pll-parent-menu-item>ul.mega-sub-menu>li.mega-lang-item>a.mega-menu-link {
    text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-pll-parent-menu-item>a.mega-menu-link>img,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-pll-parent-menu-item>ul.mega-sub-menu>li.mega-lang-item>a.mega-menu-link>img {
    margin-top: -5px !important;
    width: 20px !important;
    height: 13px !important;
    object-fit: cover;
}

#mega-menu-menu-1 .mega-sub-menu .mega-menu-item:not(:last-child) {
    border-bottom: solid 1px #DDE4E9 !important;
}

#mega-menu-menu-1 .mega-sub-menu .mega-menu-link {
    padding: 17px 24px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
    content: url('img/icon-plus.svg');
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-pll-parent-menu-item>a.mega-menu-link>span.mega-indicator,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-pll-parent-menu-item.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
    content: url('img/icon-arrow-lang.svg');
}

.header-search-btn {
    padding-top: 15px;
    height: 34px;
    display: flex !important;
    align-items: center;
}

#searchModal .modal-dialog {
    width: 637px;
}

#searchModal .modal-content,
#searchModal .modal-body {
    border-radius: 15px !important;
}

#searchModal .modal-body {
    padding: 60px 40px;
    position: relative;
}

#searchModal .modal-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 140%;
    font-family: var(--title-font);
}

#searchModal .btn-close {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 1;
    color: var(--site-primary-color);
    position: absolute;
}

#searchModal .search-form label,
#searchModal .search-field {
    width: 407px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-search input {
    padding: 5px 10px;
    border-radius: 6px;
    border: solid 1px var(--site-primary-color) !important;
}

.dashicons-search::before {
    content: url('img/icon-search.svg');
}

.mega-toggle-blocks-left {
    margin-left: 15px;
}

.mega-toggle-blocks-right {
    margin-right: 10px;
}

.polylang_langswitcher {
    margin-right: 10px !important;
    font-weight: 700;
    display: block !important;
}

.polylang_langswitcher li {
    position: relative;
}

.polylang_langswitcher li:not(:last-child) {
    margin-right: 5px;
    padding-right: 10px;
}

.polylang_langswitcher li:not(:last-child)::after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30%;
    background: #31333F;
    position: absolute;
}

.polylang_langswitcher .current-lang a,
.polylang_langswitcher .current-lang a:hover,
.polylang_langswitcher .current-lang a:focus,
.polylang_langswitcher .current-lang a:visited {
    color: var(--site-primary-color);
}

.mobile-container .lang-item {
    display: inline-block;
}

/*-- end site navigation css --*/


/*-- site homepage banner content css --*/
.homeSwiper .swiper-slide,
.aboutSwiper .swiper-slide,
.img-bg-home-slide,
.img-banner-swiper,
.video-banner-swiper {
    width: 100vw;
    height: 765px;
}

.homeSwiper .swiper-slide,
.aboutSwiper .swiper-slide {
    position: relative;
}

.img-bg-home-slide,
.img-banner-swiper,
.video-banner-swiper {
    object-fit: cover;
}

.img-bg-home-slide {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.banner-content-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
}

.banner-swiper-description,
.banner-swiper-button {
    font-size: 18px;
    line-height: 26px;
}

.banner-swiper-title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 120%;
    font-family: var(--title-font);
}

.banner-swiper-button {
    margin-top: 30px;
    padding: 12px 26px;
    border-radius: 10px;
    background: var(--site-second-color);
    display: inline-block;
}

.homeSwiper .swiper-pagination-bullet,
.aboutSwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: var(--font-second-color);
}

.homeSwiper .swiper-pagination-bullet-active,
.aboutSwiper .swiper-pagination-bullet-active {
    width: 40px;
}

.banner-content-wrapper,
.banner-content-wrapper a,
.banner-content-wrapper a:hover,
.banner-content-wrapper a:focus,
.banner-content-wrapper a:visited {
    color: var(--font-second-color);
}

/*-- end site homepage banner content css --*/


/*-- site homepage about content css --*/
.about-description,
.about-content-subtitle {
    font-size: 24px;
    line-height: 140%;
}

.about-content-left,
.about-content-right,
.about-page-content-left,
.about-page-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-description {
    text-align: justify;
}

.about-description p:last-child {
    margin-bottom: 0;
}

.about-content-right .embed-container,
.about-page-content-right .embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.about-content-right .embed-container iframe,
.about-content-right .embed-container object,
.about-content-right .embed-container embed,
.about-page-content-right .embed-container iframe,
.about-page-content-right .embed-container object,
.about-page-content-right .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-content-bottom,
.about-page-content-bottom {
    display: flex;
    justify-content: space-between;
}

.about-content-bottom {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #CDD6DC;
}

.about-content:not(:last-child) {
    padding-right: 10px;
}

.icon-about {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.about-content-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 140%;
    font-family: var(--title-font);
    color: var(--site-primary-color)
}

.about-button {
    margin-top: 46px;
    font-family: var(--title-font);
    display: flex;
    align-items: center;
}

.icon-contact-button {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.about-button,
.about-button:hover,
.about-button:focus,
.about-button:visited {
    color: var(--site-primary-color);
}

/*-- end site homepage about content css --*/


/*-- site homepage services content css --*/
.services-content-left,
.img-service-swiper {
    height: 735px;
}

.services-content-left {
    padding: 115px;
    background: var(--site-primary-color);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-services {
    top: 0;
    left: 0;
    position: absolute;
}

.services-description {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
}

.services-description p:last-child {
    margin-bottom: 0;
}

.services-title,
.services-description,
.services-swiper-button,
.about-content-title,
.about-content-description {
    position: relative;
    z-index: 1;
}

.servicesSwiper .swiper-slide {
    position: relative;
}

.service-content-wrapper {
    padding: 75px 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(25, 120, 111, 0), rgb(25, 120, 111, .3), rgb(25, 120, 111, .6))
}

.img-service-swiper {
    object-fit: cover;
}

.service-swiper-title {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 140%;
    font-family: var(--title-font);
}

.service-swiper-button {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-font);
    display: flex;
    align-items: center;
}

.service-swiper-button .icon-service-button {
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.services-content-wrapper,
.services-content-wrapper a,
.services-content-wrapper a:hover,
.services-content-wrapper a:focus,
.services-content-wrapper a:visited {
    color: var(--font-second-color);
}

/*-- end site homepage services content css --*/


/*-- site homepage customers content css --*/
.customers-content-wrapper {
    background: #F7F7F7;
}

.customers-tab-wrapper {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
}

.customers-tab-wrapper .btn-link {
    display: none;
}

.customers-tab-wrapper .btn-left,
.customers-tab-wrapper .btn-right {
    padding: 0 0 0 10px !important;
}

.o-hidden {
    overflow: hidden;
}

.nav-customers {
    margin-left: 0;
    margin-bottom: 0 !important;
    align-items: flex-end;
    /* overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap; */
    transition: transform 0.4s;
    transform: translateX(50%);
    left: -50%;
}

.nav-customers.justify-content-end {
    transform: translateX(0);
    left: unset;
    right: 0;
}

.nav-customers .nav-item {
    white-space: nowrap;
}

.nav-customers .nav-item:not(:last-child) {
    margin-right: 10px;
    padding-right: 60px;
    position: relative;
}

.nav-customers .nav-item:not(:last-child)::after {
    content: '/';
    right: 10px;
    bottom: -8px;
    font-size: 40px;
    line-height: 54px;
    position: absolute;
    color: var(--site-primary-color) !important;
}

.nav-customers .nav-link {
    padding: 0;
    font-size: 20px;
    line-height: 23px;
    font-family: var(--title-font);
    color: #85B8BB;
    display: flex;
    align-items: center;
}

.nav-customers .active {
    font-size: 48px;
    line-height: 54px;
    color: var(--site-primary-color) !important;
}

.nav-customers .active {
    background: none !important;
}

.nav-customers .active::before {
    padding-right: 15px;
    content: url(img/icon-title.svg);
}

.customersSwiper,
.customersServiceSwiper {
    padding: 10px;
}

.customersSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.img-customer {
    padding: 10px;
    height: 88px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--font-second-color);
}

/*-- end site homepage customers content css --*/


/*-- site homepage map content css --*/
.map-title {
    margin-bottom: 30px;
    justify-content: center;
}

.map-description {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
}

.operationsSwiper2 .swiper-slide .map-content-title,
.operationsSwiper2 .swiper-slide .operations-swiper-title {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--title-font);
    color: #86B2B6;
}

.map-content {
    padding: 8px 50px 8px 0;
}

.operationsSwiper2 {
    width: 35%;
}

.operationsSwiper2 .swiper-slide:hover {
    cursor: pointer;
}

.operationsSwiper2 .swiper-slide .map-content-title,
.operationsSwiper2 .swiper-slide .operations-swiper-title {
    padding: 5px 55px 5px 0;
    display: inline-block;
}

.operationsSwiper2 .swiper-slide-active .map-content-title,
.operationsSwiper2 .swiper-slide-active .operations-swiper-title {
    background: none !important;
    border-radius: 0;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.operationsSwiper2 .swiper-slide-active .map-content-title {
    color: var(--font-second-color);
    background-image: url('img/nav-active.svg') !important;
}

.operationsSwiper2 .swiper-slide-active .operations-swiper-title {
    color: var(--site-primary-color);
    background-image: url('img/nav-active-2.svg') !important;
}

.img-map-content {
    width: 1200px;
    max-width: 100%;
}

.map-content-wrapper,
.map-content-wrapper a,
.map-content-wrapper a:hover,
.map-content-wrapper a:focus,
.map-content-wrapper a:visited {
    color: var(--font-second-color);
}

/*-- end site homepage map content css --*/


/*-- site homepage news content css --*/
.news-content-top {
    margin-bottom: 50px;
}

.news-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-title {
    margin-bottom: 0;
}

.news-content-btn {
    font-family: var(--title-font);
}

.news-description {
    font-size: 24px;
    line-height: 32px;
    width: 750px;
    max-width: 100%;
}

.news-content-btn,
.news-content-btn:hover,
.news-content-btn:focus,
.news-content-btn:visited {
    color: var(--site-primary-color);
}

.news-content-left {
    width: 841px;
    max-width: 100%;
}

.index-news-left-thumb {
    margin-bottom: 15px;
    height: 502px;
    border-radius: 16px;
    object-fit: cover;
}

.index-news-right-thumb {
    width: 250px;
    height: 165px;
    border-radius: 8px;
    object-fit: cover;
}

.index-news-title {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--title-font);
}

.news-content-right .d-flex:not(:last-child) {
    margin-bottom: 30px;
}

.index-news-left-excerpt {
    height: 50px;
    overflow: hidden;
}

.index-news-right-excerpt {
    height: 74px;
    overflow: hidden;
}

.index-news-info,
.index-news-date,
.index-news-view {
    display: flex;
    align-items: center;
}

.index-news-info {
    margin-top: 15px;
    color: #515151;
}

.index-news-separate {
    margin: 0 10px;
}

.index-news-date {
    color: #4B635D;
}

.icon-calendar {
    margin-right: 10px;
}

.newsSwiper .swiper-pagination {
    position: unset;
}

.newsSwiper .swiper-pagination-bullet-active {
    background: var(--site-primary-color);
}

/*-- end site homepage news content css --*/


/*-- site about page content css --*/
.about-header,
.about-content {
    position: relative;
}

.about-header {
    z-index: 1;
}

.about-content-wrapper {
    position: relative;
}

.img-about-bg {
    top: -75px;
    right: 0;
    width: 649px;
    height: 505px;
    object-fit: contain;
    position: absolute;
}

.about-content-description,
.about-page-content-title span,
.about-page-content-subtitle {
    font-size: 24px;
    line-height: 140%;
}

.about-page-content-bottom {
    margin-top: 64px;
}

.about-page-content-title {
    margin-top: 10px;
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.about-page-content-title .counter {
    font-size: 45px;
    line-height: 140%;
}

.about-page-content-subtitle {
    margin-bottom: 0;
}

.icon-message-quote {
    margin-bottom: 30px;
}

.message-content-left-wrapper,
.message-content-right-wrapper {
    display: flex;
    flex-direction: column;
}

.message-content-left {
    align-items: flex-start;
}

.message-content-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
}

.message-content {
    background: #F0FDFD;
}

.message-content-description {
    font-size: 18px;
    line-height: 140%;
    text-align: justify;
}

.message-content-right {
    display: flex;
    justify-content: flex-end;
}

.img-message-content {
    width: 494px;
    height: 545px;
    border-radius: 12px;
    object-fit: cover;
}

.vision-title,
.value-title,
.history-title {
    margin-bottom: 30px;
    justify-content: center;
}

.vision {
    border-radius: 10px;
    background: var(--site-primary-color);
    position: relative;
}

.img-vistion-bg {
    right: 0;
    bottom: 50px;
    width: 297px;
    height: 233px;
    object-fit: contain;
    position: absolute;
}

.vision-content-left,
.vision-content-right,
.img-vision-content {
    height: 100%;
}

.vision-content-left,
.vision-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-content-right {
    padding: 50px 172px 75px 50px;
    position: relative;
}

.img-vision-content {
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.icon-vision-content {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.vision-content-right .d-flex:not(:last-child) {
    margin-bottom: 56px;
}

.vision-content-title {
    font-size: 32px;
    line-height: 140%;
    font-family: var(--title-font);
}

.vision-content-description {
    font-size: 18px;
    line-height: 140%;
}

.vision-content-description p:last-child {
    margin-bottom: 0;
}

.vision,
.vision a,
.vision a:hover,
.vision a:focus,
.vision a:visited {
    color: var(--font-second-color);
}

.value-content {
    position: relative;
}

.img-value-bg,
.value-content-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    position: absolute;
    z-index: -1;
}

.img-value-bg {
    object-fit: cover;
}

.value-content-bg {
    background: var(--site-primary-color);
}

.valueSwiper {
    padding: 10px;
}

.valueSwiper .swiper-slide {
    padding: 24px;
    border-radius: 6px;
    background: var(--font-second-color);
}

.valueSwiper .swiper-pagination-bullet {
    opacity: 1;
    background: var(--font-second-color);
}

.valueSwiper .swiper-pagination-bullet-active {
    background: var(--site-primary-color);
}

.icon-value-content {
    width: 77px;
    height: 77px;
}

.value-content-title {
    margin-top: 15px;
    font-size: 24px;
    line-height: 140%;
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.value-content-description {
    display: none;
}

.valueSwiper .swiper-wrapper {
    align-items: center;
    /* add this will all relevant prefixes */
}

.valueSwiper .swiper-slide-active {
    background: var(--site-second-color);
}

.valueSwiper .swiper-slide-active .value-content-description {
    display: block;
}

.valueSwiper .swiper-slide-active .icon-value-content {
    filter: brightness(0) invert(1);
}

.valueSwiper .swiper-slide-active,
.valueSwiper .swiper-slide-active .value-content-title,
.valueSwiper .swiper-slide-active a,
.valueSwiper .swiper-slide-active a:hover,
.valueSwiper .swiper-slide-active a:focus,
.valueSwiper .swiper-slide-active a:visited {
    color: var(--font-second-color);
}

.img-history-content {
    height: 380px;
    border-radius: 6px;
    object-fit: cover;
}

.historySwiper,
.historySwiper2 {
    height: 100%;
}

.historySwiper {
    position: relative;
}

.history-swiper-button {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
}

.customers-tab-wrapper .btn-left,
.history-swiper-button .btn-swiper-left {
    transform: rotate(180deg);
}

.historySwiper-bg {
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, .6), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    z-index: 2;
    position: absolute;
}

.historySwiper .swiper-slide {
    border-top: solid 5px #CCC;
}

.historySwiper .swiper-slide-thumb-active {
    border-top: solid 5px var(--site-primary-color);
}

.history-content-year {
    font-size: 60px;
    line-height: 72px;
    font-family: var(--title-font);
    color: #CCC;
}

.historySwiper .swiper-slide-thumb-active .history-content-year {
    color: var(--site-primary-color);
}

.history-content-title {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--title-font);
}

.history-content-description {
    font-size: 18px;
    line-height: 24px;
    display: none;
}

.historySwiper .swiper-slide-thumb-active .history-content-description {
    display: block;
}

.history-content-description p:last-child {
    margin-bottom: 0;
}

/*-- end site about page content css --*/


/*-- site operations page content css --*/
.operations {
    margin: 0 auto;
    width: 878px;
    max-width: 100%;
}

.operations-content-title {
    margin-bottom: 24px;
    justify-content: center;
}

.operations-content-description {
    font-size: 24px;
    line-height: 140%;
}

.operationsSwiper,
.operationsSwiper2 {
    margin-top: 30px;
}

.operationsSwiper .swiper-slide {
    opacity: 0 !important;
}

.operationsSwiper .swiper-slide-active {
    opacity: 1 !important;
}

/*-- end site operations page content css --*/


/*-- site contact page content css --*/
.contact-page-content .container {
    max-width: 1520px;
}

.contact-page-title,
.contact-content-title {
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.contact-page-title {
    margin-bottom: 45px;
    font-size: 40px;
    line-height: 56px;
}

.contact-content-wrapper .d-flex {
    margin: 20px 0;
    height: 100%;
}

.contact-content-wrapper .col-lg-3:not(:last-child) .d-flex {
    margin-right: 57px;
}

.contact-content-title {
    margin-bottom: 10px;
    /* font-size: 20px;
    line-height: 32px; */
}

.contact-address-wrapper {
    margin-top: 100px;
}

.address-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-filter-wrapper span,
#location-filter {
    font-family: var(--title-font-3);
}

.address-filter-wrapper span {
    font-weight: 700;
}

#location-filter,
#address-search-field::placeholder {
    font-size: 14px;
    line-height: 22px;
}

#location-filter {
    width: 140px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 8px;
}

#location-filter,
#address-search-field {
    padding: 8px 20px;
    height: 38px;
    border-radius: 10px;
    border: solid 1px #DEDEDE;
    background-color: var(--font-second-color);
}

#address-search-field {
    width: 300px;
}

#address-search-field:focus {
    outline: none;
}

.addressTable-wrapper {
    margin-top: 50px;
    height: 566px;
    overflow-y: scroll;
    border-radius: 16px;
    font-family: var(--site-font-2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    /* scrollbar-color: var(--site-primary-color) #C0D2CC; */
}

.addressTable-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    border-radius: 30px;
    background-color: #C0D2CC;
}

.addressTable-wrapper::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: var(--site-primary-color);
}

#addressTable thead,
#addressTable tfoot,
.dt-search,
.address-location {
    display: none;
}

.dt-layout-row {
    margin: 0 !important;
}

#addressTable td {
    width: 100%;
    padding: 16px;
    transition: .5s;
}

#addressTable tr:not(:last-child) td {
    border-bottom: solid 1px #DDE2EA;
}

#addressTable tr:first-child td {
    border-radius: 16px 16px 0 0;
}

#addressTable tr:last-child td {
    border-radius: 0 0 16px 16px;
}

#addressTable td:hover {
    background: #E7F8F6;
}

.address-content-title {
    font-family: var(--title-font-2);
    color: var(--site-primary-color);
}

#addressTable td p:last-child {
    margin-bottom: 0;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: none;
}

.contact-address-right {
    display: flex;
    justify-content: flex-end;
}

.img-contact-map {
    width: 761px;
    height: 653px;
    object-fit: contain;
}

.contact-form-content {
    background: #F0FDFD;
}

.contact-form-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.contact-form-wrapper {
    padding: 24px;
    border-radius: 16px;
    background: var(--font-second-color);
}

/*-- end site contact page content css --*/


/*-- site archive page css --*/
.archive-title,
.page-title {
    font-weight: 700;
}

.archive-main {
    padding: 100px 0;
}

.archive-news-navigation {
    margin-left: 0;
    margin-bottom: 40px;
    padding-left: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    border-bottom: solid 1px #D2D2D2;
}

.archive-news-navigation li {
    padding: 20px 0;
    font-size: 20px;
    line-height: 26px;
    list-style: none;
    display: inline-block;
}

.archive-news-navigation li:not(:last-child) {
    margin-right: 30px;
}

.archive-news-navigation .active {
    font-family: var(--title-font);
    border-bottom: solid 4px var(--site-primary-color);
}

.sticky-content-wrapper {
    margin-bottom: 50px;
}

.sticky-content-right .d-flex:not(:last-child) {
    margin-bottom: 20px;
}

.archive-sticky-left-thumb,
.archive-sticky-right-thumb {
    border-radius: 8px;
    object-fit: cover;
}

.archive-sticky-left-thumb {
    height: 450px;
}

.archive-sticky-right-thumb {
    width: 318px;
    height: 195px;
}

.archive-sticky-title-left,
.archive-sticky-title-right,
.archive-content-title,
.archive-content-viewmore {
    font-family: var(--title-font);
}

.archive-sticky-title-left,
.archive-sticky-title-right {
    margin-top: 15px;
}

.archive-sticky-title-left {
    font-size: 24px;
    line-height: 140%;
}

.archive-sticky-title-right {
    font-size: 18px;
    line-height: 140%;
}

.archive-sticky-excerpt {
    max-height: 74px;
    overflow: hidden;
}

.archive-content {
    margin-bottom: 20px;
}

.archive-content-thumb {
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
}

.archive-content-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 32px;
    color: var(--site-primary-color);
    height: 64px;
    overflow: hidden;
}

.archive-content-excerpt {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.archive-content-viewmore {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
}

.img-archive-arrow-right {
    margin-left: 10px;
}

.archive-content-viewmore,
.archive-content-viewmore:hover,
.archive-content-viewmore:focus,
.archive-content-viewmore:visited {
    color: var(--site-primary-color);
}

#loadmore {
    margin-top: 30px;
    padding: 12px 10px;
    border-radius: 6px;
    width: 157px;
    height: 49px;
    border: solid 1px var(--site-primary-color);
    display: inline-block;
}

#loadmore,
#loadmore:hover,
#loadmore:focus,
#loadmore:visited {
    color: var(--site-primary-color);
}

/*-- end site archive page css --*/


/*-- site archive services page css --*/
.archive-service-content:not(:last-child) {
    margin-bottom: 40px;
}

.archive-service-content-thumb {
    width: 622px;
    height: 369px;
    border-radius: 20px;
    object-fit: cover;
}

.archive-service-content-info {
    padding: 24px;
}

.archive-service-content-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 140%;
    font-family: var(--title-font);
}

.archive-service-content-title a {
    display: flex;
    align-items: center;
}

.archive-service-content-excerpt {
    font-size: 20px;
    line-height: 32px;
}

.archive-service-content-title,
.archive-service-content-title a,
.archive-service-content-title a:hover,
.archive-service-content-title a:focus,
.archive-service-content-title a:visited {
    color: var(--site-primary-color);
}

/*-- end site archive services page css --*/


/*-- site archive recruitment page css --*/
.recuitment-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recuitment-search-form select {
    margin-right: 20px;
    padding: 0 26px;
    width: 475px;
    max-width: 100%;
    height: 50px;
    border-radius: 8px;
    color: #898A8D;
    background-color: var(--font-second-color);
}

.filter-recruitment-submit {
    font-family: var(--title-font);
    width: 215px;
    max-width: 100%;
    height: 48px;
    border-radius: 99px !important;
}

.filter-recruitment-submit,
.filter-recruitment-submit:hover,
.filter-recruitment-submit:focus,
.filter-recruitment-submit:visited {
    color: var(--font-second-color) !important;
    background: #004B41 !important;
}

.archive-recruitment-content-wrapper {
    padding: 100px 0;
}

.archive-recruitment-content-wrapper .container {
    width: 1264px;
    max-width: 100% !important;
}

.archive-recruitment-top-title {
    margin-bottom: 40px;
    line-height: 50px;
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.archive-recruitment-content-title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 60px;
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.archive-recruitment-content-left,
.archive-recruitment-content-right {
    width: 100%;
    height: 100%;
}

.archive-recruitment-content-description {
    text-align: justify;
}

/* .archive-recruitment-content-right-wrapper {
    width: 550px;
    max-width: 100%;
} */

.archive-recruitment-content-right {
    position: relative;
}

.img-recruitment-1,
.img-recruitment-2 {
    border-radius: 6px;
    object-fit: cover;
    position: absolute
}

.img-recruitment-1 {
    top: 0;
    left: 0;
    width: 487px;
    height: 345px;
}

.img-recruitment-2 {
    right: 0;
    bottom: -100px;
    width: 365px;
    height: 248px;
}

.recruitment-filter-wrapper {
    margin-bottom: 32px;
}

.table-recruitment td {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

.table-recruitment tr:first-child td {
    padding-top: 0;
}

.table-recruitment tr:not(:first-child) td {
    padding-top: 30px;
}

.table-recruitment td:not(:last-child) {
    padding-right: 60px;
}

.archive-recruitment-content {
    margin-bottom: 32px;
    padding: 24px;
    border-radius: 16px;
}

.archive-recruitment-content-subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #898A8D;
}

.archive-recruitment-content-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: #31333F;
}

.archive-recruitment-title {
    margin-bottom: 40px;
    line-height: 50px;
    font-family: var(--title-font);
}

.archive-recruitment-info {
    font-size: 14px;
    line-height: 22px;
}

.archive-recruitment-date {
    margin-right: 20px;
}

.archive-recruitment-requirement {
    margin-top: 20px;
}

.archive-recruitment-requirement ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    column-count: 2;
}

.archive-recruitment-requirement li,
.entry-information li {
    padding-left: 23px;
    list-style: none;
    position: relative;
}

.archive-recruitment-requirement li::before,
.entry-information li::before {
    content: '';
    top: 6px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    background: #453F3F;
    transform: rotateY(0deg) rotate(45deg);
    position: absolute;
}

.archive-recruitment-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.archive-recruitment-btn span {
    margin-right: 5px;
}

.archive-recruitment-btn svg {
    font-size: 12px;
}

.archive-recruitment-btn,
.archive-recruitment-btn:hover,
.archive-recruitment-btn:focus,
.archive-recruitment-btn:visited {
    color: #009E87;
}

/*-- end site archive recruitment page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit,
#searchModal .icon-header-search {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.search-field {
    padding-left: 54px !important;
    border-radius: 8px !important;
    border-color: #DEDEDE !important;
}

.icon-modal-search {
    padding: 10px;
    top: 0;
    left: 14px;
    width: 40px;
    border: none;
    position: absolute;
}

.search-submit {
    padding: 8 24px;
    width: 136px;
    text-decoration: none;
    border-radius: 99px;
}

.notfound-search-submit {
    margin-left: 20px;
}

.search-submit,
.search-submit:hover,
.search-submit:focus {
    color: var(--font-second-color);
    background: var(--site-primary-color);
}

.widget-title,
.widgettitle {
    font-family: var(--title-font);
    color: var(--font-third-color);
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:visited {
    color: var(--font-primary-color);
}

.widget a:hover,
.widget a:focus {
    color: var(--site-primary-color);
}

.icon-social-share {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.mostview-content-wrapper {
    padding-left: 20px !important;
}

.widget-mostview-title,
.mostview-content-wrapper li {
    border-bottom: solid 1px #E5E7EB;
}

.widget-mostview-title {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.mostview-content-wrapper li {
    padding-top: 15px;
    list-style: none;
}

.mostview-content-title {
    margin-bottom: 10px;
}

.mostview-content-title,
.mostview-content-title a,
.mostview-content-title a:hover,
.mostview-content-title a:focus,
.mostview-content-title a:visited {
    color: var(--font-third-color);
}

.mostview-content-date {
    color: #6B7280;
}

/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links {
    display: none !important;
}

.single-content-wrapper {
    padding-right: 47px;
}

.single-archive-name,
.single-title,
.related-title {
    font-family: var(--title-font);
}

.single-archive-name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    color: var(--site-primary-color);
}

.single-title {
    font-size: 32px;
    line-height: 140%;
    color: var(--font-third-color);
}

.single-info-wrapper,
.single-info-wrapper span {
    display: flex;
    align-items: center;
}

.single-info-wrapper {
    margin-top: 20px;
    color: var(--font-third-color);
}

.single-info-date {
    margin-right: 40px;
}

.single-info-view .icon-view {
    margin-right: 10px;
}

.single-main ul {
    margin-left: 0;
    padding-left: 0;
}

.single-tags-list {
    width: 100%;
}

.single-tags-list li {
    list-style: none;
    display: inline-block;
}

.single-tags-list li a {
    display: inline-block;
    position: relative;
}

.single-tags-list li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
}

.single-tags-list li:first-child {
    margin-right: 0;
}

.single-tags-list li:not(:last-child) a::after {
    content: '';
    top: 0;
    right: -7px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 75%;
    background: #6B7280;
    position: absolute
}

.single-tags-list-wrapper,
.single-tags-list-wrapper a,
.single-tags-list-wrapper a:hover,
.single-tags-list-wrapper a:focus,
.single-tags-list-wrapper a:visited {
    color: #6B7280;
}

.related-title {
    font-size: 24px;
    line-height: 140%;
    color: var(--font-third-color);
}

.single-main .post-navigation {
    margin: 0;
}

/*--  end site single css --*/


/*-- site single service css --*/
.single-service-role-wrapper .container,
.single-service-route-wrapper .container,
.single-service-content-wrapper .container {
    max-width: 1265px;
}

.single-service-role-title,
.single-service-value-title,
.single-service-capacity-title,
.single-service-route-title,
.single-service-customer-title,
.service-related-title {
    font-family: var(--title-font);
}

.single-service-role-title,
.single-service-route-title,
.single-service-customer-title,
.service-related-title {
    font-size: 53px;
    line-height: 75px;
    color: var(--site-primary-color);
}

.single-service-role-wrapper {
    padding: 75px 0 25px 0;
}

.role-content-right ul li {
    padding-left: 40px;
    list-style: none;
    position: relative;
}

.role-content-right ul li::before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url('img/icon-title.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
}

.role-content-right ul li:not(:last-child) {
    margin-bottom: 16px;
}

.single-service-content-wrapper {
    padding: 150px 0 125px;
}

.single-service-content-top {
    text-align: justify;
}

.single-service-value-title,
.single-service-capacity-title {
    font-size: 48px;
    line-height: 67px;
}

.single-service-value-title,
.single-service-customer-title,
.service-related-title {
    margin-bottom: 16px;
}

.single-service-content-description {
    margin-bottom: 20px;
}

.single-service-content-description p:last-child {
    margin-bottom: 0;
}

.single-service-content .col-lg-3 {
    margin-top: 20px;
}

.capacity-content-wrapper,
.single-capacity-content {
    display: flex;
}

.capacity-content-wrapper {
    margin-top: 32px;
    padding-top: 32px;
    border-top: solid 1px var(--font-second-color);
}

.single-capacity {
    margin-left: 140px;
}

.icon-capacity {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.capacity-number {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 140%;
    font-family: var(--title-font);
}

.capacity-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 140%;
    font-family: var(--title-font);
}

.single-service-content-wrapper,
.single-service-content-wrapper a,
.single-service-content-wrapper a:hover,
.single-service-content-wrapper a:focus,
.single-service-content-wrapper a:visited {
    color: var(--font-second-color);
}

.single-service-info .col-lg-4 {
    margin-top: 20px;
}

.single-service {
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    background: var(--site-primary-color);
}

.icon-single-service {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.single-service .description {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
}

.single-service,
.single-service a,
.single-service a:hover,
.single-service a:focus,
.single-service a:visited {
    color: var(--font-second-color);
}

.single-service-route-wrapper {
    padding: 75px 0 50px 0;
}

.single-service-route-title {
    margin-bottom: 40px;
}

.img-route {
    border-radius: 16px;
}

.single-service-customer-wrapper {
    background: #F7F7F7;
}

.single-service-customer-wrapper .content {
    margin: 0 auto;
    padding: 75px 0;
    width: 1713px !important;
    max-width: 100% !important;
}

.service-related-wrapper {
    padding: 100px 0;
}

.service-related-content {
    margin-top: 10px;
    position: relative;
}

.service-related-thumb {
    height: 328px;
    border-radius: 16px;
    object-fit: cover;
}

.service-related-content-info {
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    padding: 24px;
    border-radius: 16px;
    width: 389px;
    max-width: 100%;
    height: 126px;
    background: var(--site-primary-color);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-related-content-title img,
.service-related-viewmore img {
    filter: brightness(0) invert(1);
}

.service-related-content-title {
    font-family: var(--title-font);
}

.service-related-content-title a {
    height: 100%;
    display: flex;
    align-items: center;
}

.service-related-content-title img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.service-related-viewmore {
    display: flex;
    align-items: center;
}

.service-related-viewmore img {
    margin-left: 10px;
}

.service-related-content-title {
    font-size: 18px;
    line-height: 140%;
}

.service-related-content-info,
.service-related-content-info a,
.service-related-content-info a:hover,
.service-related-content-info a:focus {
    color: var(--font-second-color);
}

/*-- end site single service css --*/


/*-- site single recruitment css --*/
#recruitmentModal .modal-dialog,
#recruitmentModal .modal-content {
    border-radius: 15px !important;
}

#recruitmentModal .modal-dialog {
    width: 1063px;
}

#recruitmentModal .modal-header,
#recruitmentModal .modal-body {
    padding: 24px 50px;
}

#recruitmentModal .modal-header {
    border-radius: 15px 15px 0 0;
    flex-direction: column;
    align-items: flex-start;
    color: var(--font-second-color);
    position: relative;
}

#recruitmentModal .modal-body {
    border-radius: 0 0 15px 15px;
}

#recruitmentModal .btn-close {
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: none;
    opacity: 1;
    color: var(--font-second-color) !important;
    background: rgba(255, 255, 255, .5) !important;
    position: absolute;
}

#recruitmentModal .img-recruitment-form {
    margin-bottom: 15px;
    width: 250px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

#recruitmentModal .modal-title {
    font-size: 60px !important;
    line-height: 120px;
    font-family: var(--title-font-3);
}

.single-filter-wrapper .container {
    padding-top: 24px;
    width: 1264px;
    max-width: 100% !important;
}

.single-recruitment-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 140%;
    font-family: var(--title-font);
    color: var(--site-primary-color);
}

.single-recruitment-main ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.single-recruitment-main li {
    list-style: inside;
}

.entry-information li {
    list-style: none;
}

.entry-content-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 140%;
    font-family: var(--title-font);
}

.related-recruitment-title,
.recruitment-related-location {
    display: flex;
    align-items: center;
}

.related-recruitment-title,
.recruitment-related-content-title,
.recruitment-related-content-title a,
.recruitment-related-content-title a:hover,
.recruitment-related-content-title a:focus,
.recruitment-related-content-title a:visited {
    color: var(--site-primary-color);
}

.related-recruitment-title {
    font-size: 32px;
    font-family: var(--title-font);
}

.recruitment-related-content-title {
    font-size: 20px;
    line-height: 140%;
    font-family: var(--title-font);
}

.icon-related-recruitment {
    margin-right: 10px;
}

.single-recruitment-contact-wrapper {
    margin-top: 24px;
    padding: 24px;
    border-radius: 31px;
    background: #F5FCF9;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.single-recruitment-contact-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 140%;
    font-family: var(--title-font);
    position: relative;
}

.single-recruitment-contact-title::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 127px;
    height: 2px;
    background: var(--site-primary-color);
    position: absolute;
}

.single-recruitment-contact-description {
    font-size: 18px;
    line-height: 24px;
}

.single-recruitment-contact-description p:last-child {
    margin-bottom: 0;
}

.single-recruitment-contact-btn {
    padding: 12px 32px;
    border-radius: 99px;
    width: 214px;
    height: 56px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-family: var(--title-font);
    background: var(--site-primary-color);
    display: inline-block;
}

.single-recruitment-contact-btn,
.single-recruitment-contact-btn:hover,
.single-recruitment-contact-btn:focus,
.single-recruitment-contact-btn:visited {
    color: var(--font-second-color);
}

/*-- end site single recruitment css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .current {
    color: var(--font-second-color) !important;
    border-color: var(--font-primary-color) !important;
    background: var(--font-primary-color) !important;
}

.pagination .page-link {
    color: var(--font-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    box-shadow: none !important;
}

/*-- end site pagination css --*/


/*-- site footer css --*/
.site-footer {
    padding-top: 50px;
}

.site-info {
    margin-bottom: 40px;
}

.img-footer-logo {
    margin-bottom: 40px;
}

.footer-contact-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    font-family: var(--title-font);
}

.footer-contact-content:not(:last-child) {
    margin-bottom: 16px;
}

.footer-content-middle p:not(:first-child) {
    margin-top: 16px;
}

.footer-content-middle p {
    margin-bottom: 0;
}

.footer-contact-content {
    font-size: 18px;
    font-weight: 26px;
}

.footer-contact-content .ms-3 {
    margin-left: 16px !important;
}

.footer-content-middle {
    font-size: 20px;
    font-weight: 32px;
}

.icon-footer-contact {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer-socials-wrapper {
    margin-top: 24px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-socials-wrapper li {
    list-style: none;
    display: inline-block;
}

.footer-socials-wrapper li:not(:last-child) {
    margin-right: 10px;
}

.img-footer-social {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.footer-content-middle-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content-middle {
    min-width: 108px;

}

.footer-address-title,
.footer-content-right #dropdown,
.pr-address {
    font-size: 18px;
    line-height: 26px;
}

.footer-content-right #dropdown {
    font-family: var(--title-font);
    color: #717171;
}

.footer-content-right #dropdown .option {
    font-size: 16px;
    line-height: 24px;
}

.pr-address {
    margin-top: 24px;
}

.pr-address .d-flex:not(:last-child) {
    margin-bottom: 16px;
}

.pr-address .flex-shrink-0 {
    min-width: 125px;
}

.pr-address .ms-3 {
    margin-left: 24px !important;
}

.site-copyright {
    padding: 15px 0;
    border-top: solid 1px #88B5B4;
}

.site-footer,
.site-footer a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:visited {
    color: var(--font-second-color);
}

/*-- end site footer css --*/


@media (max-width: 768px) {
    .site-branding {
        display: none;
    }

    #mega-menu-menu-1 {
        height: 100vh !important;
    }

    #mega-toggle-block-1,
    #mega-toggle-block-2 {
        margin: 0 !important;
    }

    .mega-menu-logo {
        width: 160px !important;
        height: 37px !important;
        object-fit: contain;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-pll-parent-menu-item>ul.mega-sub-menu>li.mega-lang-item>a.mega-menu-link {
        text-align: left;
    }

    #mega-menu-menu-1 .mega-sub-menu .mega-menu-link {
        padding: 7px 17px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link:focus {
        font-weight: 400 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-pll-parent-menu-item>a.mega-menu-link>span.mega-indicator,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-pll-parent-menu-item.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
        padding: 10px 0;
        height: 100%;
    }

    .custom-header {
        height: 500px;
    }

    .homeSwiper .swiper-slide,
    .aboutSwiper .swiper-slide,
    .img-banner-swiper,
    .video-banner-swiper {
        height: 500px;
    }

    .contact-address-wrapper,
    .addressTable-wrapper {
        margin-top: 30px;
    }

    .icon-title {
        margin-right: 10px;
    }

    .pr-address {
        margin-top: 20px;
    }

    .customers-tab-wrapper,
    .news-content-top,
    .vision-content-right .d-flex:not(:last-child),
    .archive-recruitment-title,
    .archive-recruitment-top-title,
    .contact-page-title,
    .contact-address-left,
    .single-service-route-title,
    .img-footer-logo {
        margin-bottom: 20px !important;
    }

    .about-content,
    .about-content-left,
    .about-page-content-left,
    .news-content-left,
    .footer-content-left,
    .footer-content-middle-wrapper,
    .message-content-left,
    .historySwiper2,
    .sticky-content-left,
    .related-wrapper .col-lg-4:not(:last-child),
    .img-recruitment-1,
    .single-recruitment-contact-wrapper,
    .single-recruitment-contact-left,
    .single-service-capacity-title,
    .site-info {
        margin-bottom: 20px;
    }

    .content-wrapper,
    .archive-main,
    .single-service-role-wrapper,
    .single-service-content-wrapper,
    .single-service-route-wrapper,
    .single-service-customer-wrapper .content,
    .service-related-wrapper {
        padding: 60px 0 !important;
    }

    .services-content-left,
    .customers-content-wrapper,
    .vision-content-right,
    #recruitmentModal .modal-header,
    #recruitmentModal .modal-body {
        padding: 20px !important;
    }

    .content-title-1,
    .content-title-2,
    .custom-title,
    .about-content-title,
    .about-page-content-title .counter,
    .vision-content-title,
    .history-content-year,
    .single-service-customer-title,
    .service-related-title,
    .related-recruitment-title,
    #recruitmentModal .modal-title,
    .contact-page-title,
    .banner-swiper-title,
    .content-title-1,
    .content-title-2,
    .custom-title,
    .service-swiper-title,
    .archive-recruitment-title,
    .archive-recruitment-top-title,
    .about-page-content-title .counter,
    .history-content-year,
    .single-service-role-title,
    .single-service-value-title,
    .single-service-capacity-title,
    .single-service-route-title,
    .single-service-customer-title,
    .service-related-title,
    .related-recruitment-title,
    #recruitmentModal .modal-title,
    .contact-page-title {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .nav-pills .nav-link.active,
    .nav-pills .nav-link,
    .operationsSwiper2 .swiper-slide .operations-swiper-title,
    .services-description,
    .map-description,
    .news-description,
    .about-description,
    .about-content-subtitle,
    .about-page-content-subtitle,
    .about-content-description,
    .operations-content-description,
    .archive-content-title,
    .archive-recruitment-content-title,
    .archive-news-navigation li,
    .footer-contact-title,
    .footer-address-title {
        font-size: 18px;
        line-height: 26px;
    }

    .operationsSwiper2 .swiper-slide-active .map-content-title,
    .operationsSwiper2 .swiper-slide .map-content-title,
    .archive-service-content-excerpt,
    .single-service .description,
    .recruitment-related-content-title,
    .wpcf7-form input::placeholder,
    .wpcf7-form .wpcf7-textarea::placeholder,
    #fileuploadspan,
    .footer-contact-content,
    .footer-content-middle,
    .footer-content-right #dropdown,
    .pr-address,
    .site-copyright {
        font-size: 16px;
        line-height: 24px;
    }

    .operationsSwiper2 .swiper-slide .map-content-title,
    .operationsSwiper2 .swiper-slide .operations-swiper-title {
        padding: 5px 33px 5px 0;
    }

    .about-page-content-bottom,
    .news-content-right .d-flex,
    .archive-service-content .d-flex,
    .sticky-content-right .d-flex,
    .recuitment-search-form,
    .single-recruitment-contact-wrapper,
    .address-filter-wrapper {
        flex-direction: column;
    }

    .about-content-left,
    .about-content-right,
    .about-page-content-left,
    .about-page-content-right {
        height: auto;
    }

    .nav-customers .nav-item:not(:last-child)::after,
    .nav-customers .active,
    .archive-service-content-title,
    .archive-sticky-title-left,
    .single-recruitment-contact-title {
        font-size: 20px;
        line-height: 23px;
    }

    .widget-title,
    .widgettitle,
    .widget-mostview-title {
        font-size: 24px;
        line-height: 140%;
    }

    .index-news-left-thumb,
    .index-news-right-thumb,
    .archive-sticky-left-thumb,
    .archive-sticky-right-thumb,
    .archive-content-thumb,
    .archive-service-content-thumb {
        height: 250px;
    }

    .index-news-right-thumb,
    .archive-sticky-right-thumb,
    .sticky-content-right .flex-shrink-0 {
        width: 100%;
    }

    .about-content,
    .operations-content-description {
        text-align: left !important;
    }

    .operationsSwiper2 {
        width: 100%;
    }

    .icon-vision-content {
        width: 40px;
        height: 40px;
    }

    .img-service-swiper {
        height: 650px;
    }

    .banner-swiper-title {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 45px;
    }

    .banner-swiper-button {
        margin-top: 30px;
        padding: 10px 15px;
    }

    .service-content-wrapper {
        padding: 40px;
    }

    .customers-tab-wrapper .btn-link {
        display: inline-block;
    }

    .map-title {
        justify-content: left;
    }

    .nav-map .nav-item {
        margin: 0 10px;
    }

    .about-content-bottom,
    .about-page-content-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about-content-title {
        margin-bottom: 30px;
    }

    .historySwiper .swiper-slide {
        padding-bottom: 50px;
    }

    .historySwiper-bg {
        display: none;
    }

    .history-swiper-button {
        left: 0;
        right: unset;
    }

    .nav-customers .nav-item:not(:last-child)::after {
        bottom: 0;
    }

    .nav-customers .nav-item:not(:last-child) {
        padding-right: 40px;
    }

    .services-content-left {
        height: auto;
    }

    .index-news-right-thumb {
        margin-bottom: 15px;
    }

    .news-content-right .ms-3,
    .archive-service-content .ms-3,
    .sticky-content-right .ms-3 {
        margin-left: 0 !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .img-vision-content {
        border-radius: 10px 10px 0 0;
    }

    .btn-swiper-left,
    .btn-swiper-right {
        width: 35px;
        height: 35px;
    }

    .archive-content-title {
        height: 52px;
    }

    .archive-service-content-info,
    .single-content-wrapper {
        padding: 0;
    }

    .archive-service-content .flex-shrink-0 {
        margin-bottom: 15px;
        order: 1;
    }

    .archive-service-content .flex-grow-1 {
        order: 2;
    }

    .service-related-content-info {
        bottom: 0;
    }

    .archive-news-navigation li {
        padding-top: 10px;
        padding-bottom: 7px;
    }

    .archive-news-navigation li:not(:last-child) {
        margin-right: 15px;
    }

    .archive-recruitment-content-wrapper {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .table-recruitment td {
        width: 1%;
        white-space: nowrap;
    }

    .recuitment-search-form .form-group,
    .filter-recruitment-submit,
    #location-filter,
    #address-search-field {
        width: 100%;
    }

    .recruitment-filter-wrapper select {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .recuitment-search-form .form-group {
        margin-bottom: 15px;
    }

    .filter-recruitment-submit {
        height: 57px;
    }

    .img-recruitment-1,
    .img-recruitment-2 {
        width: 100%;
        height: 300px;
        position: unset;
    }

    .archive-recruitment-requirement ul {
        height: 120px;
        overflow: hidden;
    }

    .archive-recruitment-requirement li::before,
    .entry-information li::before {
        left: 2px;
    }

    .archive-recruitment-requirement li,
    .entry-information li {
        padding-left: 25px;
    }

    .single-recruitment-contact-wrapper {
        align-items: center;
    }

    .capacity-content-wrapper {
        flex-direction: column;
    }

    .single-capacity {
        margin-left: 0;
    }

    .single-capacity:not(:last-child) {
        margin-right: 50px;
    }

    .recruitment-related-content:not(:last-child) {
        margin-bottom: 15px;
        border-bottom: solid 1px #E8E8E8;
    }

    #recruitmentModal .modal-dialog {
        width: auto;
    }

    #recruitmentModal .btn-close {
        width: 30px;
        height: 30px;
    }

    .address-filter-wrapper {
        align-items: flex-start;
    }

    #location-filter,
    #address-search-field {
        margin-top: 15px;
    }

    .img-contact-map {
        height: auto;
    }

    .footer-content-middle-wrapper {
        align-items: flex-start;
    }

    .site-footer {
        padding-top: 20px;
    }

    .site-footer .col-lg-4:not(:last-child) {
        border-bottom: solid 1px #88B5B4;
    }

    .footer-content-middle {
        padding: 4px 0 20px 0;
        width: 100%;
        column-count: 2;
    }

    .footer-content-middle p {
        margin-top: 16px;
        width: 100%;
        display: inline-block;
    }
}

@media (min-width: 600px) and (max-width: 960px) {}

@media (min-width: 768px) and (max-width: 1024px) {

    .about-content-bottom,
    .about-page-content-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .img-service-swiper {
        height: 500px;
    }

    .nav-customers .nav-item {
        padding-right: 30px;
    }

    .service-related-content-info {
        width: 100%;
    }

    .operationsSwiper2 {
        width: 50%;
    }
}

@media (min-width: 800px) and (max-width: 1280px) {}

@media (min-width: 810px) and (max-width: 1080px) {

    .about-content-bottom,
    .about-page-content-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about-content {
        margin-bottom: 30px;
    }

    .about-content-title,
    .news-content-left,
    .footer-content-left,
    .footer-content-middle,
    .message-content-left {
        margin-bottom: 20px;
    }

    .services-content-left,
    .customers-content-wrapper {
        padding: 20px !important;
    }

    .img-vision-content {
        border-radius: 10px 10px 0 0;
    }

    .archive-service-content .d-flex {
        flex-direction: column;
    }

    .archive-service-content .flex-shrink-0 {
        width: 100%;
        order: 1;
    }

    .archive-service-content-thumb {
        width: 100%;
    }

    .archive-service-content .flex-grow-1 {
        order: 2;
    }

    .archive-service-content .ms-3 {
        margin-left: 0 !important;
    }

    .archive-service-content-info {
        margin-top: 15px;
        padding: 0;
    }

    .service-related-content-info {
        width: 100%;
        bottom: 0;
    }

    .nav-customers .nav-link.active {
        font-size: 20px;
    }

    .nav-customers .nav-link {
        font-size: 18px;
        display: flex;
    }

    .operationsSwiper2 {
        width: 60%;
    }

    .footer-content-middle-wrapper {
        align-items: flex-start;
    }
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    .header-search-btn {
        padding-top: 0;
    }

    .site-logo {
        width: 148px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0 5px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1280px;
    }

    #site-navigation .container,
    #site-navigation .container-fluid,
    #site-navigation .container-lg,
    #site-navigation .container-md,
    #site-navigation .container-sm,
    #site-navigation .container-xl,
    #site-navigation .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-pll-parent-menu-item>ul.mega-sub-menu {
        margin-right: 0;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 3.5);
        padding-left: calc(var(--bs-gutter-x) * 3.5);
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
        font-size: 16px !important;
    }

    .services-content-left,
    .img-service-swiper {
        height: 500px;
    }

    .services-content-left {
        padding: 75px;
    }

    .service-content-wrapper {
        padding: 50px 30px;
    }

    .index-news-right-thumb,
    .archive-sticky-right-thumb {
        width: 175px;
        height: 125px;
    }

    .table-recruitment td:not(:last-child) {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin-right: 10px;
    }
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {}

@media (min-width: 992px) and (max-width: 1824px) {}

@media (min-width: 1824px) {}