@import url(../fonts/stylesheet.css);
@import url(bootstrap.css);
@import url(animate.css);
@import url(swiper.css);
@import url(fancybox.css);
@import url(select2.css);
@import url(rating.css);
@import url(sweetalert.css);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

#banner .text,
#banner .title {
    z-index: 99;
    position: relative
}

:root {
    --padding: calc((100% - 1300px) / 2);
    --main_color: #23272a;
    --orange: #FF5532;
    --white: #fff;
    --black: #000;
    --soft_grey: #68686D;
    --off_white: #D9D9D9;
    --default_padding: 70px;
}

::-webkit-scrollbar {
    display: none
}

.font_orange {
    color: var(--orange);
}

.font_soft_grey {
    color: var(--soft_grey);
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

.font_100 {
    font-weight: 100 !important;
}

.font_200 {
    font-weight: 200 !important;
}

.font_300 {
    font-weight: 300 !important;
}

.font_400 {
    font-weight: 400 !important;
}

.font_500 {
    font-weight: 500 !important;
}

.font_600 {
    font-weight: 600 !important;
}

.font_700 {
    font-weight: 700 !important;
}

.font_800 {
    font-weight: 800 !important;
}

.font_900 {
    font-weight: 900 !important;
}

[data-overlay="0"]::before {
    opacity: 0
}

[data-overlay="1"]::before {
    opacity: .1
}

[data-overlay="2"]::before {
    opacity: .2
}

[data-overlay="3"]::before {
    opacity: .3
}

[data-overlay="4"]::before {
    opacity: .4
}

[data-overlay="5"]::before {
    opacity: .5
}

[data-overlay="6"]::before {
    opacity: .6
}

[data-overlay="7"]::before {
    opacity: .7
}

[data-overlay="8"]::before {
    opacity: .8
}

[data-overlay="9"]::before {
    opacity: .9
}

.parsley-errors-list.filled,
[data-overlay="10"]::before {
    opacity: 1
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    z-index: 9
}

.upload-area.error,
.upload-area.success {
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

#slider .text-wrapper .btn,
#slider .text-wrapper .slide-text,
#slider .text-wrapper .slide-title {
    -webkit-transform: translateX(-1500%);
    transform: translateX(-1500%)
}

body,
html {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

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

#header .navbar-toggler {
    padding: 5px;
    margin: 15px 0;
    border-color: var(--white);
}

#header .navbar-toggler span {
    width: 30px;
    height: 2px;
    margin: 4px;
    display: block;
    background: var(--white)
}

*,
:hover {
    -webkit-transition: .25s;
    transition: .25s
}

::-moz-selection {
    color: var(--white) !important;
    background: var(--orange) !important
}

::selection {
    color: var(--white) !important;
    background: var(--orange) !important
}

:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

a {
    text-decoration: none;
    color: #1c2f25
}

a:hover {
    color: var(--orange)
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border-color: #006400 !important
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: #c00 !important
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

p.parsley-success {
    color: #468847 !important;
    background-color: #fff !important;
    border: 1px solid #89a663 !important
}

p.parsley-error {
    color: #b94a48 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important
}

ul.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: none
}

ul.parsley-errors-list li {
    font-size: 10px;
    background: #d86786;
    padding: 5px 10px;
    border-radius: 4px
}

.child_center {
    align-items: center !important;
    justify-content: center !important;
    display: inline-flex !important;
}

.big_container {
    width: 90vw;
    margin: 0 auto
}

#header .navbar-nav>li,
.navbar {
    padding: 0
}

.navbar .dropdown {
    position: static
}

.navbar .dropdown-menu:hover,
.navbar .dropdown:hover .dropdown-menu {
    display: block !important
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
}



#header .navbar .dropdown-menu {
    border-top: 30px solid transparent;
    background-color: var(--soft_grey);
}

#header .navbar .dropdown-menu li {
    border-bottom: 1px solid #79787d;
}

#header .navbar .dropdown-menu li>a {
    padding: 15px 0 !important;
}

#header .dropdown-item:focus,
#header .dropdown-item:hover {
    background-color: transparent;
    color: var(--orange) !important;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100vw
}

#header.fixed {
    background: url('../images/banner.jpg') center top no-repeat;
    background-size: cover;
}

#header .navbar-brand {
    padding: 20px 0;
    margin: 0
}

#header .navbar-brand img {
    height: 55px;
    object-fit: contain
}

#header .navbar-nav>li {
    position: relative;
    padding: 0 40px;
}

#header .navbar .dropdown-menu li>a,
#header .navbar-nav>li>a {
    text-align: center;
    color: var(--white);
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}

#header .navbar-nav>li::after {
    content: '';
    position: absolute;
    background: url('../images/icon.svg') center center no-repeat;
    width: 16px;
    height: 16px;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    opacity: 0;
    transition: ease all .25s;
}

#header .navbar-nav>li.active::after,
#header .navbar-nav>li:hover::after {
    opacity: 1;
    transition: ease all .25s;
}

#banner .go-bottom:hover,
#header .right .language-selector:hover {
    cursor: pointer
}

#header .right .language-selector .selected {
    position: relative;
    z-index: 2;
    border: 1px solid var(--white);
    padding: 10px 15px;
    border-radius: 50px;
    color: var(--white);
    width: 85px;
}

#header .right .language-selector .selected .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#header .right .language-selector .others {
    list-style: none;
    padding: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(-200%);
    transition: transform 2s, opacity .5s;
    width: 85px;
}

#header .right .language-selector .others>li {
    border: 1px solid var(--white);
    padding: 10px 15px;
    border-radius: 50px;
    color: var(--white);
    margin-top: 5px;
}

#header .right .language-selector .others>li:hover {
    background-color: var(--orange);
}

#header .right .language-selector .others>li a {
    color: var(--white);
}

#header .right .language-selector .others>li a:hover {
    color: var(--white)
}

#header .right .language-selector:hover .others {
    transform: translateY(0);
    opacity: 1;
    transition: transform, opacity .75s
}

#banner {
    position: relative
}

#banner .video-wrapper {
    width: 100vw;
    height: 100vh;
}

#banner video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.height_20vh {
    height: 20vh !important;
}

.height_30vh {
    height: 30vh !important;
}

#banner .inner-banner {
    position: relative;
    background: url('../images/banner.jpg') center top no-repeat;
    background-size: cover;
    min-height: 12vh;
}

#banner .inner-banner .text-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

#banner .inner-banner .text-wrapper .page-title {
    font-size: 50px;
    color: var(--white);
}

#banner .go-bottom {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 99;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#banner .go-bottom .icon {
    width: 16px;
    height: 16px;
    animation-name: bounce;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


#body .corporate {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

#body .corporate .image-wrapper::after {
    content: '';
    position: absolute;
    left: -15%;
    bottom: -15%;
    width: 100%;
    height: 55vh;
    background-color: #FFDDD6;
    border-radius: 20px;
    z-index: -1;
}

#body .corporate .image-wrapper img {
    width: 100%;
    height: 55vh;
    object-fit: cover;
    border-radius: 20px;
}

#body .corporate .text-wrapper .title {
    font-size: 35px;
}

#body .corporate .text-wrapper {
    padding-left: 3vw;
}

#body .corporate .text-wrapper .detail {
    font-size: 16px;
    margin-bottom: 80px;
}

#body .counter {
    background: url('../images/counter_bg.png') center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

#body .counter .title {
    font-size: 28px;
    color: var(--off_white);
    width: 60%;
    margin: 0 auto 100px auto;
}

#body .counter .title b {
    font-weight: 900;
    color: var(--orange);
}

#body .counter .item .number-wrapper {
    width: 180px;
    height: 180px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    display: flex !important;
    position: relative;
    margin-bottom: 100px;
}

#body .counter .item .number-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: var(--orange);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}

#body .counter .item .number-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: var(--orange);
    box-shadow: 0px 0px 0px 8px rgba(255, 85, 50, 0.3);
}

#body .counter .item .number-wrapper span,
#body .counter .item .number-wrapper .number {
    font-size: 60px;
    color: var(--off_white);
}

#body .counter .item:hover .number-wrapper {
    background-color: var(--orange);
}

#body .counter .item .text {
    color: var(--off_white);
    font-size: 25px;
    text-align: center;
}

#body .counter .item .text b,
#body .counter .item .text strong {
    display: block;
}

#body .services {
    padding: 60px 0;
    background-color: #F6F6F6;
}

#body .services .title {
    line-height: 45px;
    font-size: 32px;
    margin-bottom: 60px;
}

#body .services .item {
    border-radius: 15px;
    overflow: hidden;
}

#body .services .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

#body .services .item img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
}

#body .services .item .text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 25px 30px;
}

#body .services .item .text-wrapper span {
    position: relative;
    font-size: 20px;
    color: var(--white);
    transform: translateX(-200%);
}

#body .services .item .text-wrapper .icon-wrapper {
    width: 55px;
    height: 55px;
    background-color: var(--orange);
    border-radius: 50%;
    transform: translateX(200%);
}

#body .services .item .text-wrapper .icon {
    width: 20px;
    height: 20px;
}

#body .services .item:hover span {
    transform: translateX(0);
}

#body .services .item:hover .icon-wrapper {
    transform: translateX(0);
}

#body .blog {
    padding: 60px 0;
}

#body .blog .swiper-slide .text-wrapper {
    padding-right: 10vw;
}

#body .blog .swiper-slide .text-wrapper .title {
    font-size: 24px;
}

#body .blog .swiper-slide .text-wrapper .detail {
    font-size: 15px;
    margin-top: 35px;
}

#body .blog .swiper-slide .image-wrapper img {
    width: 100%;
    height: 35vh;
    border-radius: 15px;
}

#body .blog .button-wrapper {
    position: absolute;
    bottom: -15px;
    right: 42%;
    z-index: 999;
    display: inline-block;
    background-color: var(--orange);
    padding: 15px 20px;
    border-radius: 20px;
    transform: translateX(40%);
}

#body .blog .button-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60%;
    background-color: #FFA795;
}

#body .blog .button-wrapper .swiper-button {
    width: 35px;
    height: 35px;
    border: 1px solid var(--white);
    border-radius: 50%;
}

#body .blog .button-wrapper .swiper-button img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

#body .blog .button-wrapper .swiper-button.prev {
    margin-right: 20px;
}

#body .blog .button-wrapper .swiper-button.next {
    transform: scaleX(-1);
}

.swiper-button-disabled {
    opacity: .5;
}

#body .page-content {
    background-color: #F6F6F6;
}

#body .page-content .image-wrapper img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

#body .page-content .text-wrapper {
    padding: var(--default_padding);
    color: var(--soft_grey);
    font-size: 16px;
    height: calc(80vh - 70px);
    overflow-y: scroll;
}

#body .page-content .text-wrapper strong {
    font-weight: bold !important;
}

.contact-banner {
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 99;
}

#body .contact-page {
    width: 100vw;
    height: 100vh;
}

#body .contact-page .map iframe {
    width: 100vw;
    height: 100vh;
    border: 0;
}

#body .contact-page .info-wrapper {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

#body .contact-page .info-wrapper .road-map-button {
    background-color: var(--orange);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.5);
}

#body .contact-page .info-wrapper .road-map-button .icon-wrapper {
    transform: rotate(0deg);
    background-color: var(--white);
    margin-right: 15px;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.5);
}

#body .contact-page .info-wrapper .road-map-button span {
    color: var(--white);
}

#body .contact-page .info-wrapper .road-map-button:hover {
    box-shadow: 0px 0px 0px 5px rgba(255, 84, 50, 0.75);
}

#body .contact-page .info-wrapper .contact-info {
    padding: 35px 100px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.5);
}

#body .contact-page .info-wrapper .wrapper-title {
    font-size: 32px;
    margin-bottom: 35px;
}

#body .contact-page .info-wrapper .contact-info .icon-wrapper {
    border: 1px solid #F2F2F2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    flex: 0 0 70px;
}

#body .contact-page .info-wrapper .contact-info .icon-wrapper .icon {
    width: 36px;
    height: 36px;
}

#body .contact-page .info-wrapper a {
    color: var(--soft_grey);
    font-size: 14px;
}

#body .service_list-page {
    padding: 50px;
}

#footer {
    position: relative;
    overflow: hidden;
    background-color: var(--soft_grey);
}

#footer .main-footer {
    padding: 70px 0;
}

#footer::before {
    content: '';
    position: absolute;
    width: 567px;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../images/footer_icon.png') center center no-repeat;
    background-size: contain;
}

#footer .logo-wrapper {
    padding: 40px;
    position: relative;
    z-index: 1;
}

#footer .logo-wrapper img {
    height: 75px
}

#footer .links a {
    font-size: 15px;
    margin-right: 25px
}

#footer .social-media .title {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--white);
}

#footer .social-media .socials .icon-wrapper {
    margin: 0 10px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #707075;
    display: inline-block;
    line-height: 20px
}

#footer .social-media .socials .icon {
    width: 22px;
    height: 22px;
}

#footer .social-media .socials .icon-wrapper:hover {
    background-color: var(--orange);
    border-color: var(--orange);
}

#footer .contact {
    border-left: 1px solid #737378;
    padding-left: 3vw;
}

#footer .contact .title {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 50px;
}

#footer .contact .info-wrapper .item:not(:last-child) {
    margin-bottom: 25px;
}

#footer .contact .info-wrapper .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

#footer .contact .info-wrapper a {
    color: var(--white);
    font-size: 14px;
}

#body .contact-page .info-wrapper a[href]:hover,
#footer .contact .info-wrapper a[href]:hover {
    color: var(--orange);
}

#footer .copyright {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #737378;
}

#footer .copyright span {
    font-size: 16px;
    color: var(--white);
}

.button {
    background: #F2F2F2;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;

}

.button .icon-wrapper {
    background-color: var(--orange);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(135deg);
}

.button .icon-wrapper .icon {
    width: 15px;
    height: 15px;
}

.button:hover .icon-wrapper {
    transform: rotate(180deg);
}

.button:hover .text {
    color: var(--orange);
}

@keyframes MoveUpDown {

    0%,
    100% {
        transform: rotate(0) translateY(0)
    }

    50% {
        transform: rotate(24deg) translateY(-7px) translateX(-3px)
    }
}

@media only screen and (min-width:2440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px
    }

    :root {
        --padding: calc((100% - 1600px) / 2)
    }
}

.swal2-popup.swal2-toast .swal2-title {
    line-height: 40px
}

.upload-area {
    height: 115px;
    border: 1px solid #b5c3b4;
    background-color: rgba(181, 195, 180, .35);
    border-radius: 20px;
    overflow: auto;
    padding: 20px
}

.upload-area.active,
.upload-area:hover {
    cursor: pointer;
    background-color: rgba(181, 195, 180, .75)
}

.upload-area.error {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/></svg>")
}

.upload-area.success {
    border-color: #198754;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")
}

.upload-area p {
    font-size: 17px;
    margin-bottom: 0;
    padding-left: 20px
}

.size,
.upload-area p small {
    font-size: 12px
}

#cv,
#phone .iti__arrow,
.iti__selected-dial-code {
    display: none
}

#phone .iti {
    width: 100% !important
}

#phone .iti__selected-flag {
    padding-left: 20px;
    padding-right: 10px !important;
    border-right: 1px solid #b5c3b4;
    background-color: transparent
}

#phone .form-control {
    padding-left: 60px !important
}

.grecaptcha-badge {
    z-index: 99999
}


@keyframes bounce {
    0% {
        transform: translateY(3px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(3px);
    }
}

#filters {
    margin-bottom: 25px;
}

#filters .button {
    border: 0 !important;
    background-color: var(--off_white);
    padding: 8px 50px;
    margin: 0 4px;
    font-size: 16px;
    position: relative;
}

#filters .button.is-checked {
    background-color: var(--orange);
    color: var(--white);
}


#filters .button.is-checked::before {
    content: '';
    position: absolute;
    background: url('../images/icon.svg') center center no-repeat;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#filters .button.is-checked::after {
    content: '';
    position: absolute;
    background: url('../images/icon.svg') center center no-repeat;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.blogs-page {
    background-color: var(--white);
    padding: var(--default_padding) 0;
}

.list .featured-item {
    margin-bottom: var(--default_padding);
}

.list .item .image-wrapper img,
.list .featured-item .image-wrapper img {
    width: 100%;
    height: 420px !important;
    object-fit: cover;
    border-radius: 15px;
}

.list .item .image-wrapper img {
    height: 275px !important;
}

.list .image-wrapper .date {
    position: absolute;
    left: 15px;
    top: 15px;
    color: var(--soft_grey);
    background-color: var(--white);
    border: 1px solid var(--soft_grey);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
}

.list .content .title {
    font-size: 25px;
}

.list .content .blog-excerpt {
    font-size: 16px;
}


#body .corporate-content .header-text {
    padding-top: var(--default_padding);
    position: relative;
    background: url('../images/counter_bg.png') center center no-repeat;
    background-size: cover;
}

#body .corporate-content .header-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--soft_grey);
    z-index: 1;
    opacity: .25;
}

#body .corporate-content .header-text .text-wrapper {
    position: relative;
    z-index: 2;
    padding: var(--default_padding) 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

#body .corporate-content .header-text .page-title {
    position: relative;
    z-index: 2;
    color: var(--white);
    padding: 25px 0;
    border-bottom: 1px solid rgba(246, 246, 246, 0.1);
}

#body .corporate-content .image-wrapper img {
    width: 100vw;
    height: 70vh;
    object-fit: cover;
}

#body .corporate-content .vision-mission {
    padding: var(--default_padding) 0;
    position: relative;
}

#body .corporate-content .vision-mission::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--soft_grey);
    width: 1px;
    height: calc(100% - calc(var(--default_padding) * 2));
    opacity: .25;
}

#body .corporate-content .vision-mission .title {
    margin-bottom: 20px;
    font-size: 32px;
}

#body .corporate-content .vision-mission .detail {
    line-height: 1.75;
}

/* Timeline Container */
#body .corporate-content .golden-six {
    position: relative;
    padding: 60px 0 120px 0;
}

/* Timeline Center Line */
#body .corporate-content .golden-six::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, transparent, #d4af37, transparent);
    transform: translateX(-50%);
}

/* Timeline Items */
#body .corporate-content .golden-six .item {
    position: relative;
    margin-bottom: 80px;
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

#body .corporate-content .golden-six .item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

#body .corporate-content .golden-six .item:nth-child(odd):hover {
    transform: translateY(-5px);
}

#body .corporate-content .golden-six .item:nth-child(even):hover {
    transform: translateY(175px);
}

/* Timeline Dots */
#body .corporate-content .golden-six .item::before {
    content: '';
    position: absolute;
    top: 50px;
    width: 20px;
    height: 20px;
    background: #d4af37;
    border: 4px solid rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
}

#body .corporate-content .golden-six .item:hover::before {
    transform: scale(1.3);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.8);
}

/* Timeline Arrows/Lines */
#body .corporate-content .golden-six .item::after {
    content: '';
    position: absolute;
    top: 60px;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #d4af37, transparent);
    z-index: 1;
}

/* Left Side Items (Odd) */
#body .corporate-content .golden-six .item:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}

#body .corporate-content .golden-six .item:nth-child(odd)::before {
    right: -60px;
}

#body .corporate-content .golden-six .item:nth-child(odd)::after {
    right: -50px;
    background: linear-gradient(to right, transparent, #d4af37);
}

/* Right Side Items (Even) */
#body .corporate-content .golden-six .item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
    transform: translateY(180px);
}

#body .corporate-content .golden-six .item:nth-child(even)::before {
    left: -60px;
}

#body .corporate-content .golden-six .item:nth-child(even)::after {
    left: -50px;
    background: linear-gradient(to left, transparent, #d4af37);
}

/* Timeline Item Content */
#body .corporate-content .golden-six .item .title {
    margin-bottom: 20px;
    font-size: 28px;
    color: #d4af37;
    font-weight: 600;
}

#body .corporate-content .golden-six .item p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-align: justify;
}

/* Responsive Design - Tablet */
@media (max-width: 991px) {
    #body .corporate-content .golden-six::before {
        left: 30px;
    }

    #body .corporate-content .golden-six .item {
        width: calc(100% - 80px);
        margin-left: 80px !important;
        margin-right: 0 !important;
    }

    #body .corporate-content .golden-six .item:nth-child(even) {
        transform: none !important;
    }

    #body .corporate-content .golden-six .item::before {
        left: -60px !important;
        right: auto !important;
    }

    #body .corporate-content .golden-six .item::after {
        left: -50px !important;
        right: auto !important;
        background: linear-gradient(to left, transparent, #d4af37) !important;
    }
}

@media only screen and (max-width:992px) {
    :root {
        --padding: 5vw;
        --content_height: unset !important;
        --default_padding: 40px;
    }

    #banner .inner-banner {
        min-height: 8vh;
    }

    .big_container {
        width: 95vw
    }

    #banner .video-wrapper,
    #banner video {
        height: 50vh;
    }

    #banner {
        padding-bottom: 0
    }


    #banner .title {
        font-size: 32px
    }

    #banner .text {
        width: 100%;
        margin-top: 25px
    }

    #banner .buttons {
        margin-top: 15px;
        z-index: 9999;
        position: relative;
    }

    #banner .go-bottom,
    #features .swiper-slide .text-wrapper .slide-title br {
        display: none !important;
    }

    #job_applications {
        height: unset
    }

    #job_applications .content {
        padding: 40px 15px;
        height: unset;
        margin: 0 auto
    }

    #job_applications .content .role-selector {
        margin-bottom: 50px
    }

    #job_applications .content .role-selector .nav {
        width: 100%
    }

    #job_applications .content .role-selector img {
        margin-top: 15px;
        height: 200px
    }

    #job_applications .content .form-wrapper {
        margin: 0;
        padding: 15px 10px;
        border-radius: 20px
    }

    .upload-area {
        margin-bottom: 1rem
    }

    #footer .social-media {
        margin: 30px
    }

    #footer .social-media .title {
        margin-bottom: 30px;
        font-size: 30px
    }

    #footer .social-media .title::after {
        content: none
    }

    #footer .contact .title {
        font-size: 24px;
    }

    #footer .app-buttons {
        justify-content: center !important
    }

    #footer::after {
        bottom: 0;
        width: 1000vw;
        height: 100px
    }

    #features .swiper-slide .text-wrapper .slide-text,
    .upload-area p {
        font-size: 14px
    }

    #job_applications .content .form-wrapper .send {
        height: 60px
    }

    #footer .main-footer {
        padding: 0 0 60px
    }

    #banner .image-wrapper {
        margin-bottom: 20px;
        top: -5%;
        right: 0;
        position: relative
    }

    #banner .image-wrapper img {
        height: 350px;
        z-index: 9
    }

    #banner::before {
        width: 250px;
        height: 250px;
        left: -40%
    }

    #banner::after {
        height: 550px;
        width: 300px;
        transform: rotate(15deg);
        bottom: 0;
        right: -23%
    }

    #features .swiper-pagination {
        bottom: 3.5%
    }

    #features .swiper-slide .image-wrapper img {
        height: 30vh
    }

    #features {
        height: unset;
        padding: 100px 0
    }

    #features .swiper-slide .text-wrapper {
        padding: 35px 25px;
        height: unset
    }

    #features .swiper-slide .text-wrapper .slide-title {
        font-size: 36px;
        margin-bottom: 25px
    }

    #features .swiper-slide .text_bg {
        width: 250%
    }

    #special .content .image-wrapper img {
        height: 40vh
    }

    #special .content .image-wrapper::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #77445e 100%);
        bottom: -1px
    }

    #special .content .text-wrapper .text {
        font-size: 32px;
        width: 85%
    }

    #special .content .text-wrapper::before {
        width: 120px;
        height: 120px
    }

    #special .content .text-wrapper::after {
        width: 100px;
        height: 200px
    }

    #faq .content .title {
        font-size: 40px
    }

    #faq::after {
        width: 150px;
        height: 250px;
        bottom: unset;
        top: -30%;
        transform: rotate(-40deg)
    }

    #faq::before {
        width: 150px;
        height: 150px;
        top: 35%;
        left: -25%
    }

    #footer .logo-wrapper {
        display: none;
    }

    #footer::before {
        opacity: .25;
    }

    #our_books .content {
        padding: 50px;
        width: 95vw;
        margin: 0 auto
    }

    #our_books .text-wrapper {
        margin-left: 0
    }

    #our_books .text-wrapper .title {
        margin: 20px 0;
        font-size: 30px
    }

    #our_books .text-wrapper .title br {
        display: none !important
    }

    #our_books .text-wrapper .text {
        margin-bottom: 16px
    }

    #body .corporate-content .vision-mission::before {
        display: none;

    }

    #body .corporate {
        padding: 50px 15px;
    }

    #body .corporate .image-wrapper {
        margin-bottom: 25px;
    }

    #body .corporate .image-wrapper img {
        height: 30vh;
    }

    #body .corporate .image-wrapper::after {
        height: 30vh;
        left: 5px;
        width: 85%;
        bottom: -5px;
    }

    #body .corporate .text-wrapper .detail {
        margin-bottom: 40px;
    }

    #body .counter .title {
        margin: 0 auto 50px auto;
        width: 90%;
        font-size: 22px;
    }

    #body .counter .item {
        margin-bottom: 50px;
    }

    #body .counter .item .number-wrapper {
        width: 130px;
        height: 130px;
        margin-bottom: 50px;
    }

    #body .counter .item .number-wrapper span,
    #body .counter .item .number-wrapper .number {
        font-size: 40px;
    }

    #body .counter .item .number-wrapper::before {
        height: 30px;
    }

    #body .counter .item .number-wrapper::after {
        bottom: -40px;
    }

    #body .blog .button.read-more {
        width: 70% !important;
    }

    #body .blog .swiper-slide .text-wrapper {
        margin-bottom: 30px;
    }

    #header .navbar-brand img {
        height: 40px;
    }

    #header .navbar-nav>li::after {
        display: none;
    }

    #header .navbar-nav>li {
        border-bottom: 1px solid rgba(104, 104, 109, .9);
    }

    #header .navbar .dropdown-menu li>a,
    #header .navbar-nav>li>a {
        padding: 6px 0;
    }

    .navbar-collapse {
        background-color: rgba(104, 104, 109, .75);
        border-radius: 5px;
        border: 1px solid rgba(104, 104, 109, .9);
        margin-bottom: 20px;
    }

    #body .corporate-content .image-wrapper img {
        height: 45vh;
    }

    #banner .inner-banner .text-wrapper {
        width: 100%;
        text-align: center;
    }

    #banner .inner-banner .text-wrapper .page-title {
        font-size: 32px;
    }

    .list .item .image-wrapper img,
    .list .featured-item .image-wrapper img {
        height: 250px !important;
    }

    .list .item .image-wrapper,
    .list .featured-item .image-wrapper {
        margin-bottom: 20px;
    }

    .list .featured-item .content .title {
        color: var(--soft_grey);
        margin-bottom: 15px;
    }

    .list .featured-item .content .blog-excerpt {
        display: none;
    }

    #body .contact-page .info-wrapper .contact-info {
        padding: 20px 40px;
    }

    #body .contact-page .info-wrapper .contact-info .item {
        justify-content: flex-start !important;
    }

    #body .contact-page .info-wrapper .contact-info .item {
        margin-bottom: 15px;
    }

    #body .contact-page .info-wrapper .wrapper-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #body .contact-page .info-wrapper {
        max-width: 95vw;
    }

    #body .contact-page .info-wrapper .contact-info .icon-wrapper {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    #body .contact-page .info-wrapper .contact-info .icon-wrapper .icon {
        width: 24px;
        height: 24px;
    }

    #body .page-content .image-wrapper img {
        height: 40vh;
    }

    #body .page-content .text-wrapper {
        height: unset;
    }
}

@media (max-height:800px) {
    #banner .image-wrapper img {
        height: 375px
    }
}

.form_required_text {
    font-size: 12px;
    color: #04480065
}

@media only screen and (min-width:993px) and (max-width:1500px) {
    #banner .image-wrapper img {
        height: 550px !important
    }

    #features .swiper-slide .text-wrapper .slide-title {
        font-size: 45px !important
    }

    #features .swiper-slide .text-wrapper {
        padding: 50px 80px !important
    }

    #special .content .text-wrapper .text {
        width: 80% !important;
        font-size: 45px !important
    }

    #banner::before {
        left: -15%
    }

    #banner::after {
        right: -15%
    }

    #our_books .text-wrapper .title {
        font-size: 50px;
    }

    #our_books .content {
        padding: 50px;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 576px) {
    #body .corporate-content .golden-six {
        padding: 30px 0;
    }

    #body .corporate-content .golden-six::before {
        left: 20px;
    }

    #body .corporate-content .golden-six .item {
        width: calc(100% - 60px);
        margin-left: 45px !important;
        margin-bottom: 50px;
        padding: 20px;
    }

    #body .corporate-content .golden-six .item:nth-child(even) {
        transform: none !important;
    }

    #body .corporate-content .golden-six .item::before {
        left: -35px !important;
        width: 16px;
        height: 16px;
        top: 40px;
    }

    #body .corporate-content .golden-six .item::after {
        left: -25px !important;
        width: 20px;
        top: 48px;
    }

    #body .corporate-content .golden-six .item .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #body .corporate-content .golden-six .item p {
        font-size: 14px;
    }
}
