.px-250 {
    padding-top: var(--space-250);
    padding-bottom: var(--space-250);
}

.px-200 {
    padding-top: var(--space-200);
    padding-bottom: var(--space-200);
}

.pt-200 {
    padding-top: var(--space-200);
}

.pb-200 {
    padding-bottom: var(--space-200);
}

.px-180 {
    padding-top: var(--space-180);
    padding-bottom: var(--space-180);
}

.pt-180 {
    padding-top: var(--space-180);
}

.pb-180 {
    padding-bottom: var(--space-180);
}

.px-160 {
    padding-top: var(--space-160);
    padding-bottom: var(--space-160);
}

.pt-160 {
    padding-top: var(--space-160);
}

.pb-160 {
    padding-bottom: var(--space-160);
}

.px-140 {
    padding-top: var(--space-140);
    padding-bottom: var(--space-140);
}

.pt-140 {
    padding-top: var(--space-140);
}

.pb-140 {
    padding-bottom: var(--space-140);
}

.px-130 {
    padding-top: var(--space-130);
    padding-bottom: var(--space-130);
}

.pt-130 {
    padding-top: var(--space-130);
}

.pb-130 {
    padding-bottom: var(--space-130);
}

.px-120 {
    padding-top: var(--space-120);
    padding-bottom: var(--space-120);
}

.pt-120 {
    padding-top: var(--space-120);
}

.pb-120 {
    padding-bottom: var(--space-120);
}

.px-80 {
    padding-top: var(--space-80);
    padding-bottom: var(--space-80);
}

.pt-80 {
    padding-top: var(--space-80);
}

.pb-80 {
    padding-bottom: var(--space-80);
}

.between-120 {
    margin-top: 120px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    top: 3px;
    position: relative;
}

.file-upload-wrapper .wpcf7-not-valid-tip {
    top: auto;
    position: relative;
    bottom: -48px;
    right: 0;
    text-align: right;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
    text-align: center;
    background: #46b450;
    font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3232;
    background: #dc3232;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

/* -------------------------------------------------------------- */

.banner .owl-item.active .banner-content h1 {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1s;
}

.banner .owl-item.active .banner-content p {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1s;
}

.banner .owl-item.active .site-button {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1s;
}

/* -------------------------------------------------------------- */

.main-title {
    font-size: 65px;
    font-weight: 200;
    line-height: 84px;
}

.sub-title span,
.main-title span,
.sub-title strong,
.main-title strong {
    font-weight: 500;
    /* display: contents; */
    /* margin-right:12px; */
}

.sub-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 62px;
}

.overview_title {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.overview_title h2 {
    padding-right: 20px;
    width: 50%;
    margin: 0;
}

.overview_title p {
    width: 50%;
    margin-left: auto;
    opacity: .8;
    font-size:16px;
    line-height: 28px;
}



/* -------------------------------------------------------------- */
.title {
    margin-bottom: 30px;
}

.section_title {
    color: #363636;
    margin-bottom: 50px;
}

.center_title {
    text-align: center;
}

.center_title,
.section_title p {
    margin: 0;
}

.center_title p {
    font-size: 20px;
    line-height: 34px;
}

.center_title,
.overview_title {
    margin-bottom: 100px;
}

/* -------------------------------------------------------------- */

.media_list {
    --space: 2%;
    --width: 29.33%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    margin: 0 calc(var(--space) * -1);
}

.media_list_item {
    width: var(--width);
    margin: 0 var(--space);
}

.media_list_image {
    margin-bottom: 30px;
}

.media_list_content .date {
    position: relative;
    font-size: 12px;
    padding-left: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

.media_list_content .date::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    background: #FFE800;
}

.media_list_content h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}

.media_list_content p {
    opacity: .7;
}

/* -------------------------------------------------------------- */

.arrow-link-green {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--color-primary);
    line-height: 1;
}

.arrow-link-green img {
    margin-left: 10px;
}

.arrow-link-green:hover {
    color: #1b80cb;
}

/* -------------------------------------------------------------- */

.breadcrumbs-outer {
    padding: 50px 0;
}

.related-section h2 {
    margin-bottom: 60px;
}

.related-section
/* -------------------------------------------------------------- */

.media-detail-section .container {
    max-width: 1300px;
}

.media-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 30px;
    margin-bottom: 60px;
}

.media-detail .left {
    width: 52%;
}

.media-detail .left .date {
    margin-bottom: 15px;
}

.media-detail .right {
    padding-left: 70px;
    width: 48%;
}

/* -------------------------------------------------------------- */

.video_block {
    margin: 0 auto 120px auto;
    max-width: 1650px;
    padding: 0 15px;
    position: relative;
}

.video_content {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.video_content img {
    margin-bottom: 30px;
}

/* -------------------------------------------------------------- */

.tic-list ul {
    padding: 0;
    list-style: none;
}

.tic-list li {
    line-height: 22px;
    padding-left: 30px;
    position: relative;
}

.tic-list li:not(:first-child) {
    margin-top: 35px;
}

.tic-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    background: url("../images/tick.png") no-repeat;
    background-position: center center;
}

/* -------------------------------------------------------------- */

.media_item {
    padding: 50px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    min-height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    z-index: 0;
}

.media_item .badge {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}

.media_item:not(:hover) .badge {
    opacity: .5;
}

.media_item p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.5px;
    transition: transform .5s ease-in-out;
}

.media_item_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
    z-index: -1;
}

.media_item:hover .media_item_image {
    opacity: 1;
    visibility: visible;
}

.media_item:hover {
    color: #ffffff;
}

.media_item:hover p {
    transform: translateY(100px);
}

.media_item .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.postdate {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.postdate .date,
.postdate .month {
    font-weight: 300;
}

.postdate .date {
    font-size: 60px;
    line-height: 45px;
}

.postdate .month {
    line-height: 1;
    font-size: 20px;
}

/* -------------------------------------------------------------- */

.share-post {
    margin: 100px 0;
    text-align: center;
}

.share-title {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 18px;
}

.share-list {
    display: flex;
    justify-content: center;
}

.share-list a {
    --size: 64px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    text-align: center;
    border: 1px solid #A3A3A3;
    display: inline-block;
    font-size: 24px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.share-list img {
    margin-top: -3px;
}

.share-list li:not(:first-child) {
    margin-left: 25px;
}

.share-list a:hover {
    color: #ffffff;
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.share-list a:hover img {
    filter: invert();
}

/* -------------------------------------------------------------- */

.oil-products {
    --space: 1%;
    --width: 31.33%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.oil-products .item {
    width: var(--width);
    margin: 0 var(--space);
    border-bottom: 1px solid #A3A3A3;
    transition: border-color .35s ease-in-out;
}

.oil-products .image img {
    width: 100%;
}

.oil-products .content {
    padding: 20px 0;
}

.oil-products .content p{
    font-size:16px;
    line-height:24px;
}

.oil-products .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.tax-product_category .oil-products .title {
    text-transform: uppercase;
}

.oil-products .link {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
}

.oil-products .link:hover {
    color: var(--color-primary-hover);
}

.oil-products .link img {
    margin-left: 11px;
}

.oil-products .item:hover {
    border-color: #FFE800;
}

/* -------------------------------------------------------------- */

.sidings {
    --space: 40px;
}

.siding-item:not(:first-child) {
    margin-top: 120px;
}

.siding-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 30px;
}

.siding-item>* {
    width: 50%;
}

.siding-item p{
    font-size:16px;
    line-height:24px;
}

.siding-item img {
    width: 100%;
}

.siding-item .main-title {
    line-height: 70px;
}

.flip-y .siding-item:nth-child(odd),
.flip-x .siding-item:nth-child(even) {
    flex-direction: row-reverse;
}

.flip-y .siding-item:nth-child(even) .right,
.flip-x .siding-item:nth-child(even) .left {
    padding-left: var(--space);
}

.flip-y .siding-item:nth-child(even) .left,
.flip-x .siding-item:nth-child(even) .right {
    padding-right: var(--space);
}

.flip-y .siding-item:nth-child(odd) .right,
.flip-x .siding-item:nth-child(odd) .left {
    padding-right: var(--space);
}

.flip-y .siding-item:nth-child(odd) .left,
.flip-x .siding-item:nth-child(odd) .right {
    padding-left: var(--space);
}

/* -------------------------------------------------------------- */

.history_list {
    --space-80: 80px;
    --space-90: 90px;
    row-gap: 100px;
    padding: 100px 0;
    background: url(../images/style_pattern.png) repeat-y;
    background-position: top center;
    position: relative;
    margin-bottom: 5px;
}

.history_list::after,
.history_list::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.history_list::after {
    background: #ffffff;
    border: 1px solid var(--color-primary);
    top: -5px;
}

.history_list::before {
    background: var(--color-primary);
    bottom: -5px;
}

.history_item {
    background-position: top center;
    position: relative;
    row-gap: 30px;
    width: 100%;
}

.history_item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: #ffffff url(../images/style-dot.png) no-repeat;
}

.history_list,
.history_item {
    display: flex;
    flex-wrap: wrap;
}

.history_item {
    align-items: center;
}

.history_item>* {
    width: 50%;
}

.history_item:nth-child(even) {
    flex-direction: row-reverse;
}

.history_image img {
    width: 100%;
}

.history_content .title-outer {
    position: relative;
    width: fit-content;
}

.history_content .title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
    background: #ffffff;
}

.history_content .dot_line {
    position: absolute;
    left: 30px;
    top: -45px;
    z-index: -1;
}

.history_content p {
    padding-left: 105px;
    opacity: .8;
}

.history_item:nth-child(odd) .history_content {
    padding-right: var(--space-80);
}

.history_item:nth-child(even) .history_content {
    padding-left: var(--space-80);
}

.history_item:nth-child(odd) .history_image {
    padding-left: var(--space-90);
}

.history_item:nth-child(even) .history_image {
    padding-right: var(--space-90);
}

/* -------------------------------------------------------------- */

.product_list {
    --space: .8%;
    --width: 31.7%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 0 calc(var(--space) * -1);
}

.product_list_item {
    margin: 0 var(--space);
    width: var(--width);
    overflow: hidden;
}

.product_list_image {
    position: relative;
}

.product_list_image>a img {
    width: 100%;
}

.product_list_image>img {
    width: 100%;
}

.product_list_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.5%, rgba(0, 92, 44, 0.80) 100%);
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    z-index: 1;
}

.product_list_item:hover .product_list_image::after {
    background: linear-gradient(0deg, rgba(0, 127, 61, 0.80) 0%, rgba(0, 127, 61, 0.80) 100%), url(<path-to-image>), lightgray -333.898px 0px / 204.104% 100% no-repeat;
    opacity: .8;
    /* visibility: visible; */
}

.product_list_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 55px;
    z-index: 2;
}

.product_list_content h3 {
    margin: 0;
    font-weight: 500;
    line-height: 52px;
    transition: transform .5s ease-in-out;
}

.home .product_list_item .product_list_content h3 {
    font-size: 45px;
}

.home .product_list_item:not(:hover) .product_list_content h3 {
    transform: translateY(95px);
}

body:not(.home) .product_list_item:not(:hover) .product_list_content h3 {
    transform: translateY(132px);
}

body:not(.home) .product_list_item .product_list_content h3 {
    font-size: 40px;
}

.product_list_item:hover .product_list_content h3 {
    transform: translateY(-20px);
}

.product_list_content p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height:24px;
}

.product_list_content .link {
    color: #ffffff;
}

.link-button,
.product_list_content p {
    transition: opacity .5s ease-in-out;
}

.product_list_item:not(:hover) .link-button,
.product_list_item:not(:hover) .product_list_content p {
    opacity: 0;
}

.link-button {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.link-button img {
    margin-left: 5px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.flex {
    display: flex;
}

.banner .container {
    height: 100vh;
}

.banner-content {
    margin: auto;
    color: #f9f9f9;
    text-align: center;
    transform: translateY(60px);
}

.banner .owl-item.active .banner-content h1 {
    font-weight: 500 !important;
    margin-bottom: 20px;
    line-height: 50px;
}

.banner-content h1 {
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 25px;
    line-height: 50px;
}

.banner-content p {
    margin: 0;
}

.banner-content .site-button {
    margin: 50px 0;
}

.banner-content .line {
    width: 1px;
    height: 125px;
    background: #ffffff;
    margin: auto;
    position: relative;
    top: 70px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.hm_about,
.wave_pattern {
    background: url(../images/wave.png) no-repeat;
    background-position: top center;
}

.hm_about_content .title {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}

.hm_about_content h2 {
    color: #000;
    line-height: 60px;
    font-weight: 100;
    margin: 0;
    font-size: 45px;
}

.hm_about_content h2 strong {
    font-weight: 700;
}

.hm_about_content .site-button {
    margin-top: 50px;
    transition: background .35s ease-in-out;
}

.hm_about_content .site-button:not(:hover) {
    color: #53676E;
    border-color: #000000;
    background: #ffffff;
}

.hm_about_content .site-button:hover img {
    filter: brightness(10);
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.oil_gas_content {
    color: #f9f9f9;
    max-width: 600px;
}

.oil_gas_content h2 {
    font-size: 70px;
    font-weight: 300;
    line-height: 70px;
}

.oil_gas_content h2 span {
    font-weight: 300;
}

.oil_gas_content p {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
}

.oil_gas_content .site-button {
    margin-top: 50px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.glob-section {
    padding: 160px 0 325px 0;
    background: url(../images/fade_image.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    overflow: hidden;
}

.glob-section .container {
    position: relative;
}

.glob-section .listing {
    margin-top: 200px;
}

.glob-wraper {
    position: relative;
    width: fit-content;
    margin: auto;
}

.glob-circle {
    --size: 660px;
    position: absolute;
    left: 25.6%;
    top: 23px;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/glob-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
}

.point-list {
    position: relative;
}

.glob-circle [class*="point-"] {
    position: absolute;
}

.point-1 {
    left: 24.2%;
    top: 30%;
}

.point-2 {
    top: 41.3%;
    left: 30%;
}

.point-3 {
    top: 50.7%;
    left: 29.5%;
}

.point-4 {
    top: 41.3%;
    left: 38.5%;
}

.point-5 {
    top: 26%;
    left: 43%;
}

.point-6 {
    top: 28%;
    left: 47.8%;
}

.point-7 {
    top: 30%;
    right: 26.8%;
}

.glob-circle [class*="tooltip-"] {
    position: absolute;
    bottom: 35px;
    left: -38px;
    font-size: 15px;
    border: 2px solid var(--color-primary);
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
    cursor: pointer;
    z-index: 6;
}

.glob-circle [class*="point-"]:not(:hover) [class*="tooltip-"] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.glob-circle .blank,
.glob-circle [class*="tooltip-"] {
    background: #ffffff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.glob-circle .blank {
    position: relative;
    padding: 35px;
    min-width: 350px;
}

.glob-circle .blank::after {
    background: #fff;
}

.glob-circle .blank::after,
.glob-circle .blank::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -7px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
}

.glob-circle .blank::after {
    border: 2px solid var(--color-primary);
    z-index: -2;
}

.glob-title {
    position: absolute;
    right: -372px;
    top: 97px;
    z-index: 5;
}

.glob-title .inside {
    max-width: 56%;
    margin-left: auto;
}

.glob-title .inside p {
    color: rgba(70, 70, 70, 0.50);
    font-size: 16px;
    font-weight: 500;
    line-height: 25.5px;
    letter-spacing: 0.16px;
    margin: 0;
}

.glob-title .arrow-link-green {
    margin-top: 25px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.responsibility {
    padding: 300px 0 250px 0;
}

.responsibility_content {
    color: #ffffff;
}

.responsibility_content p{
    line-height:34px;
}

.responsibility_content .csr {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 30px;
}

.responsibility_content {
    margin: 0;
}

.responsibility_content .site-button {
    margin-top: 30px;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.media_center {
    overflow: hidden;
}

.media_center_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media_center .swiper {
    overflow: visible;
}

.swiper-button-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.swiper-button-next1,
.swiper-button-prev1 {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    transition: background .5s ease-in-out, border-color .5s ease-in-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.swiper-button-prev1 {
    margin-right: 20px;
}

.swiper-button-next1:hover,
.swiper-button-prev1:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.swiper-button-next1:hover img,
.swiper-button-prev1:hover img {
    filter: invert(1);
}

.swiper-button-disabled {
    opacity: .5;
}

.video_block_video {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.play_icon {
    width: 65px;
    height: 65px;
    cursor: pointer;
    border: 1px solid #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.play_icon:not(.play_icon_active) {
    background: url(../images/play_icon.png) no-repeat;
    background-position: center center;
}

.play_icon_active {
    background: url(../images/play_pause.png) no-repeat;
    background-position: center center;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */

.footer {
    background: #464646;
}

.footer-top {
    padding: 68px 0 140px 0;
}

.footer-top .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}

.footer-logo {
    width: 23%;
}

.links {
    width: 42%;
}

.footer-address {
    width: 20%;
}

.share {
    width: 16%;
}

.links-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
}

.footer_links li {
    width: 50%;
    padding-right: 10px;
}

.footer-address p,
.footer_links a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
}

.footer_links a:hover {
    color: #007F3D;
}

.footer-address p {
    line-height: 28px;
}

.footer-address p a {
    display: block;
    color: #ffffff;
}

.footer-address p a:hover {
    color: #007F3D;
}

.footer-address p+p {
    margin-top: 30px;
}

.footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(183, 183, 183, 0.50);
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 10px;
}

.footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.footer-privacy {
    display: flex;
}

.footer-privacy a {
    color: #ffffff;
    font-size: 14px;
}

.footer-privacy a:hover {
    color: #007F3D;
}

.footer-privacy li {
    line-height: 1;
}

.footer-privacy li:not(:first-child) {
    margin-left: 10px;
}

.footer-privacy li:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid #ffffff;
}

.social-media {
    display: flex;
}

.social-media a {
    --size: 55px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    text-align: center;
    color: #ffffff;
    display: block;
    border: 1px solid #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.social-media a:hover {
    background: #007F3D;
    border-color: #007F3D;
}

/* --------------------------------------------------------------
                        About Page
-------------------------------------------------------------- */

.page_menu {
    display: flex;
    justify-content: center;
    margin: 0 auto 120px auto;
    flex-wrap: wrap;
    background: #007F3D;
    width: fit-content;
    overflow: hidden;
    position: sticky;
    top: 140px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: 5;
}

.page_link {
    display: block;
    padding: 20px 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    transition: background .5s ease-in-out;
}

.page_link:hover,
.page_link_active {
    background: #01602E;
}

.overview {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 20px;
}

.overview .main-title {
    margin: 0;
    line-height: 80px;
}

.overview-left {
    width: 35%;
    padding-right: 50px;
}

.overview-left img {
    margin-top: 40px;
}

.overview-right {
    width: 65%;
}

.overview-right p {
    font-size:16px;
    opacity:.8;
    line-height: 24px;
}

.page-template-page-ceo-message-php .overview {
    align-items: flex-end;
}

.mission_vision {
    --space: .8%;
    --width: 48.4%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 calc(var(--space) * -1);
}

.mission_vision_inside {
    width: var(--width);
    margin: 0 var(--space);
    background: #ffffff;
    padding: 90px 100px;
    transition: background .5s ease-in-out;
}

.mission_vision_inside:hover {
    color: #ffffff;
    background: #1E82C5;
}

.mission_vision_inside:hover img {
    filter: invert(1);
}

.mission_vision_inside img {
    margin-bottom: 45px;
}

.mission_vision_inside h2 {
    line-height: 1;
    font-size: 45px;
    font-weight: 400;
}

.mission_vision_inside p {
    margin: 0;
    font-size: 16px;
    line-height:24px;
}

.sideby {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 30px;
}

.sideby>* {
    width: 50%;
}

.sideby_left {
    padding-right: 140px;
}


.discover_title {
    color: #ffffff;
    margin-bottom: 55px;
}

.discover_title h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 65px;
    margin-bottom: 10px;
}

.discover_title span {
    font-weight: 500;
}

.discover_title p {
    margin: 0;
    font-size: 18px;
}

.discover_list {
    /* --space: .5%; */
    --width: 33.3%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin: 0 calc(var(--space) * -1);
}

.discover_list .item {
    padding: 10px 40px;
    color: #ffffff;
    width: var(--width);
    margin: 0 var(--space);
    /* border: 2px solid rgba(255, 255, 255, 0.40);
    background: rgba(12, 12, 12, 0.20); */
}

.discover_list .item:nth-child(1),
.discover_list .item:nth-child(4),
.discover_list .item:nth-child(2),
.discover_list .item:nth-child(5) {
    border-right: 2px solid #99837B;
}

.discover_list h4 {
    font-size: 40px;
    line-height: 35px;
    margin-top: 15px;
}

.discover_list p {
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    opacity: .8;
}

.discover_list p:nth-child(1) {
    margin-bottom: 10px !important;
}

.innovating p {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2px;
}

.innovating .span-title {
    margin-bottom: 25px;
}

.innovating .site-button {
    margin-top: 25px;
    text-transform: uppercase;
}

.innovating .main-title {
    text-transform: capitalize;
}

/*------------------------------------------------------------------
Page Contact
-------------------------------------------------------------------*/
.contact-form {
    max-width: 860px;
    margin: auto;
}

.contact-form .wpcf7-form{
    padding: 0 20px;
}

.contact-page .center_title {
    margin-bottom: 60px;
}

.check_submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check_submit input {
    margin-right: 6px;
}

.contact-option {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}

.contact-option .item {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
}

.contact-option .item:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .2);
}

.contact-option .icon {
    --height: 90px;
    margin: 0 auto 20px auto;
    width: var(--height);
    height: var(--height);
    line-height: var(--height);
    background: var(--color-primary);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.contact-option p {
    font-size:16px;
    line-height:24px;
}

.contact-option .link:hover {
    color: var(--color-primary);
}

.location-block {
    margin-top: 120px;
}

.location-block .center_title {
    margin-bottom: 60px;
}

.location-list {
    --space: 2%;
    --width: 46%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--space) * -1);
}

.location-item {
    width: var(--width);
    margin: 0 var(--space);
}

.location-content {
    padding-top: 30px;
}

.location-content h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.location-content p {
    font-weight: 300;
}

.location-content .link:hover {
    color: var(--color-primary-hover);
}

/*------------------------------------------------------------------
Page Career
-------------------------------------------------------------------*/

.career-page .center_title h2 {
    margin-bottom: 30px;
}

.career-page .center_title p {
    font-size: 20px;
    color: #363636;
    line-height: 34px;
}

.career-title {
    margin-bottom: 50px;
}

.career-title h2 {
    margin: 0;
    line-height: 85px;
}

.career_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.career_list_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 28px 38px 28px 28px;
    border: 1px solid #E4E4E4;
}

.career_list_left,
.career_list_right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.career_list_left {
    --size: 116px;
    row-gap: 15px;
}

.career_list_left_icon,
.career_list_right_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}

.career_list_right_icon {
    --size: 50px;
    background: #D9D9D9;
}

.career_list_right_icon:hover {
    color: #ffffff;
    background: var(--color-primary);
}

.career_list_right_icon:hover img {
    filter: invert();
}

.career_list_left_icon {
    background: var(--color-primary);
}

.career_list_left_content {
    width: calc(100% - var(--size));
    padding: 0 25px 0 65px;
}

.career_list_left_content .title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

.career_list_left_content .title a {
    color: #53676E;
}

.career_list_left_content .title:hover a {
    color: var(--color-secondary);
}

.career_list_left_content h4 {
    font-size: 25px;
    color: #000000;
    margin: 12px 0;
}

.career_list_right_content {
    width: calc(100% - 56px);
    padding-right: 110px;
}

.career_list_right_content p {
    margin: 0;
}

.career_list_right_content p+p {
    margin-top: 12px;
}

.career_list_right_content .link-more {
    display: none;
}

.career-detail-list {
    --space: 90px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.career-detail-list,
.career-detail-title {
    max-width: 1100px;
    margin: auto;
}

.career-detail-left {
    max-width: 650px;
    padding-right: var(--space);
}

.career-detail-right {
    padding-left: var(--space);
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.career-detail-item:not(:first-child) {
    margin-top: 45px;
}

.career-detail-list h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 35px;
}

/* -------------------------------------------------------------- */

.career-detail-title {
    color: #363636;
    margin-bottom: 90px;
}

.career-detail-title .date {
    margin-bottom: 15px;
}

.career-detail-title ul {
    display: flex;
}

.career-detail-title li {
    font-size: 20px;
    line-height: 1;
}

.career-detail-title li:not(:first-child) {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid;
}

.apply-section {
    background: #f6f6f6;
}

.apply-title {
    margin-bottom: 60px;
}

.apply-title h2 {
    margin: 0;
}

.apply-form {
    max-width: 820px;
    margin: auto;
}

.apply-form .form-style {
    row-gap: 20px;
}

.apply-form .form-field {
    border: 1px solid #E4E4E4;
}

.apply-form .arrow-btn {
    color: #ffffff;
    border-radius: 0;
}

.file-upload-wrapper {
    --height: 50px;
    --width: 135px;
    position: relative;
    width: 100%;
    height: var(--height);
    background: #fff;
    border: 1px solid #E4E4E4;
}

.file-upload-wrapper,
.file-upload-wrapper:after,
.file-upload-wrapper:before {
    height: var(--height);
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 0 15px;
    display: block;
    width: calc(100% - var(--width));
    pointer-events: none;
    line-height: var(--height);
    color: #353A3F;
    font-weight: 300;
    border-right: none;
    z-index: 20;
}

.file-upload-wrapper:before {
    content: "Browse";
    position: absolute;
    width: var(--width);
    top: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    background: var(--color-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: var(--height);
    padding: 0 15px;
    pointer-events: none;
    transition: background .5s ease-in-out;
}

.file-upload-wrapper,
.file-upload-wrapper input,
.file-upload-wrapper:after,
.file-upload-wrapper:before {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}


.file-upload-wrapper:hover:before {
    background: var(--color-secondary);
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    color: #353A3F;
}

/* -------------------------------------------------------------- */

.global-presence-text {
    margin-bottom: var(--space-80);
}

.global-presence-text p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.66px;
    margin: 0;
    text-align: center;
}

/* -------------------------------------------------------------- */

.companie-title {
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}

.logo-item {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #D9D9D9;
    transition: border-color .3s ease-in-out;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.logo-item:hover {
    border-color: var(--color-primary);
}

.logo_carousel .owl-stage-outer {
    width: calc(100% + 2px);
    padding: 0 1px;
}

.wpcf7-form-control-wrap {
    position: initial;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.btn-secton {
    text-align: center;
}

.enq-button.site-button {
    margin-top: 30px;
}

.enq-button.site-button:not(:hover) {
    color: #000;
    border-color: #000000;
}

.enq-button.site-button:hover img {
    filter: brightness(0) invert(1);
}

.arrow-link-green.site-button img {
    width: auto;
}

.arrow-link-green.site-button {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: var(--color-primary);
    line-height: 1;
    border: 1px solid var(--color-primary);
}

.arrow-link-green.site-button:hover {
    color: #FFF;
}

.arrow-link-green.site-button:hover img {
    filter: brightness(0) invert(1);
}



.footer.no-address .links {
    width: 61%;
    padding-left:100px;
}

.footer.no-address .footer_links li {
    width: 33%;
}

.enquire_apply.fancybox-content {
    max-width: 800px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.location-item {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.location-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.location-content.new-gp-class {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
}

.location-content.new-gp-class h3 {
    width: 40%;
    padding-right: 5%;

}

ul.gp-location {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 20px;
}

ul.gp-location li {
    width: 48%;
    position: relative;
    padding-left: 50px;
}

/* ul.gp-location li:last-child {
    padding-left: 0px;
} */

.location-icon-main {
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 30px;
}

.location-icon-main img {
    max-width: 24px;
}

ul.gp-location li h3 {
    font-size: 24px;
    line-height: 32px;
    width: 100% !important;
}

ul.gp-location li .enq-button.site-button {
    margin-top: 0;
}

.footer .share {
    text-align: center;
}

.footer .social-media {
    justify-content: center;
}

.location-block .center_title {
    display: flex;
}

.location-block .center_title {
    text-align: left;
}

.location-block .center_title .main-title {
    width: 30%;
    padding-right: 20px;
    text-align: left;
    line-height: 50px;
}

.global-presence-text {
    text-align: center;
}

.global-presence-text .main-title {
    line-height: 55px;
}