@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
    --c-primary: #f0ae24;
    /*Gold*/
    --c-secondary: #d48c2b;
    /*Semi Gold*/
    --c-white: #f4f4f4;
    /*White*/
    --c-black: #060707;
    /*Pure Black*/
    --c-body-black: #000000;
    /*Background Black*/
    --bg-body: #e9e9e9;
    /*Body Background*/
    --c-white: #ffffff;
    /* White */
    --c-grey: #d1d1d1;
    /* Grey */
    --c-transparent: transparent;
    /* Transparent */
    --ts-cubic: all 0.3s cubic-bezier(0.47, 0.71, 0.66, 0.84);
    /* Animation */
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "montserrat";
    src: url("/fonts/montserrat/montserrat.ttf") format("truetype");
}

@font-face {
    font-family: "hanken_grotesk";
    src: url("/fonts/hanken_grotesk/hanken_grotesk.ttf") format("truetype");
}

@font-face {
    font-family: "proxima-nova";
    src: url("/fonts/proxima-nova/Proxima-Nova-Regular.otf") format("opentype");
}

/* public\fonts\montserrat\static\Montserrat-Regular.ttf */
*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: var(--c-primary);
    color: var(--c-white);
}

html,
body {
    /* font-family: "DM Sans", sans-serif; */
    font-family: roboto;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    background-color: var(--c-body-black);
    color: var(--c-white);
    font-weight: 400;
    width: 100%;
    height: 100%;
    transition: ease 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto;
    font-weight: 400 !important;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.48rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.72rem;
}

h5 {
    font-size: 1.44rem;
}

h6 {
    font-size: 1.2rem;
    line-height: 0;
}

p {
    font-size: 1rem;
}

p:last-child {
    margin-bottom: 0px;
}

small {
    font-size: 0.833rem;
    line-height: 1.5;
    letter-spacing: 0;
}

ul {
    list-style: none;
    padding: 0px;
    margin-left: 0.9375rem;
}

a {
    color: var(--c-primary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}

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

span,
i {
    transition: all 0.3s;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.icon-16 {
    width: 1rem;
    height: 1rem;
}

img.icon-24 {
    width: 1.5rem;
    height: 1.5rem;
}

img.icon-32 {
    width: 2rem;
    height: 2rem;
}

img.icon-48 {
    width: 3rem;
    height: 3rem;
}

img.icon-64 {
    width: 4rem;
    height: 4rem;
}

.img-128 {
    width: 8rem;
}

.img-rounded {
    border-radius: 50%;
}

hr {
    margin-top: 1.25px;
    margin-bottom: 1.25px;
    border: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

i {
    transition: all 0.3s;
}

.ts-03 {
    transition: ease-in-out 0.3s;
}

.ts-05 {
    transition: ease-in-out 0.5s;
}

.ts-spring {
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-sta {
    position: relative;
    outline: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 1.5;
    align-items: center;
    display: inline-flex;
    border: 0;
    border-radius: 2rem;
    padding: 0.5px 1rem;
    background-color: transparent;
    -webkit-box-pack: center;
    vertical-align: middle;
    justify-content: center;
    -webkit-box-align: center;
    transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
    transition-duration: 0.3s;
    text-decoration: none;
    outline: 0;
}

.btn-primary {
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    color: var(--c-white);
    background: transparent linear-gradient(180deg, #efc966 0%, #d58f2c 100%) 0%
        0% no-repeat padding-box;
}

.cta:hover .btn-primary,
.btn-primary:hover {
    border-color: var(--c-transparent);
    background-color: var(--c-black);
    color: var(--c-primary) !important;
    box-shadow: none;
}

.btn-primary::before {
    position: absolute;
    font: var(--fa-font-solid);
    content: "\f061";
    font-size: 1.125rem;
    width: 100%;
    text-align: center;
    transform: rotate(-36deg) translateX(-32px);
    opacity: 0;
    color: var(--c-white);
    transition: all 0.3s;
}

.btn-primary i {
    opacity: 1;
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 1.125rem;
    color: var(--c-black);
    transform: rotate(-36deg);
}

.cta:hover .btn-primary i,
.btn-primary:hover i {
    opacity: 0;
    transform: rotate(-36deg) translateX(32px);
}

.cta:hover .btn-primary::before,
.btn-primary:hover::before {
    opacity: 1;
    transform: rotate(-36deg) translateX(0);
    color: var(--c-white) !important;
}

.btn-load {
    color: var(--c-secondary);
}

.btn-load:before,
.btn-load:active,
.btn-load:focus {
    background-color: var(--c-secondary) !important;
}

.btn-load i {
    background-color: var(--c-secondary);
    color: var(--c-black);
    transform: rotate(90deg);
}

.btn-load:hover span,
.btn-load:hover i {
    color: var(--c-black);
}

.btn-secondary {
    color: var(--c-black);
    background: transparent linear-gradient(180deg, #efc966 0%, #d58f2c 100%) 0%
        0% no-repeat padding-box;
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    /* box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, .5); */
    outline: 0;
    box-shadow: none;
    color: var(--c-white) !important;
}

.btn--secondary {
    color: var(--c-white);
    border: 1px solid var(--c-white);
    padding: 0.5rem 1rem;
}

.btn-tertiary {
    z-index: 2;
    border: 0;
    overflow: hidden;
    padding: 0;
    color: var(--c-primary);
}

.btn-tertiary i {
    opacity: 1;
    padding: 0.5rem;
    font-size: 1.25rem;
    color: var(--c-primary);
    transform: rotate(-36deg);
}

.cta:hover .btn-tertiary i,
.btn-tertiary:hover i {
    opacity: 0;
    color: var(--c-black);
    transform: rotate(-36deg) translateX(32px);
}

.btn-tertiary::before {
    position: absolute;
    font: var(--fa-font-solid);
    content: "\f061";
    font-size: 1.125rem;
    width: 100%;
    text-align: center;
    transform: rotate(-36deg) translateX(-32px);
    opacity: 0;
    color: var(--c-white);
    transition: all 0.3s;
}

.cta:hover .btn-tertiary::before,
.btn-tertiary:hover::before {
    opacity: 1;
    transform: rotate(-36deg) translateX(0);
    color: var(--c-white) !important;
}

.btn-back {
    padding: 0rem;
}

.btn-back .icon {
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-black);
    background: var(--c-white);
    border-radius: 50%;
    transition: all 0.3s;
}

.btn-back:hover .icon {
    background: var(--c-black);
}

.btn-back:hover .icon {
    color: var(--c-white);
}

.underline-cta {
    border-bottom: 1px solid var(--c-primary);
}

.btn-google {
    background-color: var(--c-white);
    color: var(--c-black) !important;
}

.btn-google:hover {
    color: var(--c-black) !important;
}

.btn-fb {
    background-color: #4267b2;
    color: var(--c-white) !important;
}

.cta a:hover span {
    color: var(--c-primary);
}

.wa-bg {
    background-color: #25d366;
}

/* ========================== FORM FIELD ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}

.form-control[disabled] {
    border: 0;
    background-color: #dedede;
}

.form-control[disabled]:hover {
    border: 0;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.has-error .form-control {
    box-shadow: none;
}

input.form-control {
    position: relative;
    height: 3.125rem;
    padding: 0 0.9375rem;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 0.0625rem solid var(--c-white);
    color: var(--c-white) !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: rgb(205, 205, 205);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
    border-color: var(--c-primary);
}

input.form-control[readonly] {
    background-color: transparent;
    cursor: default;
    border: 0;
}

select.form-control {
    cursor: pointer;
    height: auto;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    letter-spacing: 1rem;
    font-weight: 500;
    /*background-color: 08284b;*/
    color: var(--c-black);
    border: 1px solid var(--c-black);
    border-radius: 1.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/general/dd-b-bot.svg");
    background-size: 0.75rem;
    box-shadow: none;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
    border-color: var(--c-black);
    color: var(--c-black);
}

.select2-container--default .select2-selection--single {
    height: 2.5rem !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--c-black) !important;
    font-size: 1rem !important;
    font-weight: 600;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.3125rem !important;
}

ul.select2-results__options > li:hover {
    color: var(--c-black) !important;
    background-color: #ffe3b8 !important;
}

.select2-container--default .select2-results__option--selected {
    color: var(--c-white) !important;
    background-color: var(--c-primary) !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
    color: var(--c-white) !important;
    background-color: var(--c-primary) !important;
}

li.select2-results__option--selectable {
    color: var(--c-black) !important;
}

textarea.form-control {
    background-color: transparent;
    /* height: 3.125rem; */
    position: relative;
    display: block;
    width: 100%;
    padding: 0.3125rem;
    text-transform: none;
    border: 0;
    border-radius: 0;
    color: var(--c-white) !important;
    border-bottom: 1px solid var(--c-primary);
    box-shadow: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.3s;
    /*resize: none;*/
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active {
    border-bottom: 1px solid var(--c-primary);
}

label.control-label {
    position: relative;
    display: inline-block;
    font-size: 0.75rem;
    color: var(--c-primary);
    letter-spacing: 0.0625rem;
    font-weight: 700;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 0.3125rem;
}

.underline {
    text-decoration: underline;
}

/*====================================== SECTION MODAL SECTION ======================================*/
.modal-content {
    background-color: #fff;
    border: 0;
    border-radius: 1.25rem;
}

.modal-header {
    padding: 1.5rem 2rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-color: var(--c-black);
}

.modal-header .modal-logo {
    max-width: 7.25rem;
    margin: 0 auto 1rem auto;
}

.modal-header .close {
    z-index: 9;
    opacity: 1;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--c-primary);
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.modal-header .close span {
    font-size: 1.25rem;
    color: var(--c-white);
    position: relative;
    transition: all 0.3s;
}

.modal-header .close:hover {
    opacity: 1;
    background-color: #f54036;
}

.modal-header .close:hover span {
    color: var(--c-white);
}

.modal-body {
    padding: 1rem 2rem;
}

.modal-footer {
    border-top: 0.0625rem solid var(--c-white);
    padding: 1rem;
    /*border: 0;*/
    text-align: center;
}

/*====================================== SECTION COMPONENT BUTTON ======================================*/
#select-dropdown {
    margin-top: 0.25rem;
    background: transparent;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    display: block;
    text-align: left;
    font-size: 1rem;
    width: 100%;
    color: #5a5957;
    text-decoration: none;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

#select-dropdown.open {
    opacity: 0;
}

.button-group {
    position: relative;
    width: 13.5rem;
}

.button-group .marka {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 9999;
}

.button-group .marka i {
    background: grey !important;
}

.marka-icon-times {
    border: 1px solid grey;
    border-radius: 50%;
    top: 0.25rem !important;
    right: 0.25rem !important;
}

#dropdown-menu {
    position: absolute;
    top: -1rem;
    right: 0;
    left: 0;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    width: 100%;
    list-style: none;
    text-align: left;
    border-radius: 0.25rem;
    background: #fff;
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: box-shadow 0.5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

#dropdown-menu li {
    position: relative;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
    margin-bottom: 0;
}

#dropdown-menu li:hover {
    background-color: #33b8c41a;
}

#dropdown-menu li a {
    color: #5a5957;
    text-decoration: none;
    font-size: 1rem;
}

#dropdown-menu.open {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#dropdown-menu.open li {
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.open li:nth-child(1) {
    transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
    transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
    transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
    transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
    transition-delay: 0.35s !important;
}

/*====================================== SECTION COMPONENT WORDING ======================================*/
.sta-h {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    color: var(--c-white);
    transition: all 0.3s;
}

.sta-b {
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--c-white);
    transition: all 0.3s;
}

.sta-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sta-break {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c-small {
    font-size: 0.75rem;
}

.c-primary {
    color: var(--c-primary) !important;
}

.c-secondary {
    color: var(--c-secondary) !important;
}

.c-white {
    color: var(--c-white) !important;
}

.c-black {
    color: var(--c-black) !important;
}

.c-red {
    color: var(--c-red) !important;
}

.c-grey {
    color: var(--c-grey) !important;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

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

.x-bold {
    font-weight: 800 !important;
    /* letter-spacing: 1; */
}

.xx-bold {
    font-weight: 900;
}

.box-shadow {
    -webkit-transition: box-shadow 0.5s ease-out;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s ease-out;
}

.no-pad {
    padding: 0;
}

.rd-sta {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.rd-12 {
    border-radius: 0.75rem;
}

.rd-16 {
    border-radius: 1rem;
}

.rd-24 {
    border-radius: 1.5rem;
}

.rd-32 {
    border-radius: 2rem;
}

.rd-50 {
    border-radius: 50%;
}

.rd-100 {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
}

.no-transform {
    text-transform: none !important;
}

.bg-red {
    background-color: var(--c-red) !important;
}

.bg-black {
    background-color: var(--c-black) !important;
}

.bg-white {
    background-color: var(--c-white) !important;
}

.bg-body {
    background-color: var(--bg-body) !important;
}

.bg-transparent {
    background-color: var(--c-transparent) !important;
}

.bg-form {
    background-color: var(--bg-form);
}

.bg-wa {
    background-color: #25d366 !important;
}

.bg-fb {
    background-color: #4267b2 !important;
}

.max-160 {
    max-width: 10rem !important;
}

.max-240 {
    max-width: 15rem !important;
}

.max-320 {
    max-width: 20rem !important;
}

.max-480 {
    max-width: 30rem !important;
}

.max-720 {
    max-width: 45rem !important;
}

.max-1024 {
    max-width: 64rem !important;
}

.max-1440 {
    max-width: 90rem !important;
}

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

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.subject-title {
    max-width: 64rem;
    margin: 0 auto;
}

.subject-desc,
.subject-info {
    max-width: 45rem;
    margin: 0 auto;
}

.sticky-subhead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.no-result {
    background-color: #08284b69;
    padding: 1rem;
    text-align: center;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.cover {
    object-fit: cover;
}

.pointer {
    cursor: pointer !important;
}

.c-default {
    cursor: default;
}

.line-clamp-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.line-clamp-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.line-clamp-4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
}

.line-clamp-5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom-label {
    line-height: 1.5rem;
    padding-left: 2.5rem;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    position: absolute;
    left: 0;
    top: -0.125rem;
    content: "";
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.24);
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin-right: 0.75rem;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    background: #000000;
    color: #fff;
    border-color: #fff;
}

/*====================================== SECTION NAVBAR ======================================*/
header {
    /* overflow: hidden; */
    background-color: var(--c-transparent);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    will-change: transform;
    transition: background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header nav {
    position: relative;
    /* overflow: hidden; */
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--ts-cubic);
}

header nav#navigation.scrolled {
    position: relative;
    background-color: var(--c-body-black);
    border-bottom: 1px solid var(--c-white);
}

header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.close-menu {
    cursor: pointer;
    position: absolute;
    top: 0.75rem;
    left: 85%;
}

.close-menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--c-white);
    font-size: 1.5rem;
    color: var(--c-white);
    text-align: center;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.container-nav {
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-nav .nav-logo {
    z-index: 2;
    position: relative;
    padding-right: 1rem;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    margin-right: auto;
}

.container-nav .nav-logo a .image {
    width: 3.5rem;
}

.nav-toggle {
    /* display: none; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border: none;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--c-primary);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
    background-color: var(--c-secondary);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    cursor: pointer;
}

.nav-wave {
    background-color: var(--c-primary);
    position: absolute;
    top: 110%;
    height: 200%;
    width: 200%;
    border-radius: 38%;
    left: -50%;
    transform: rotate(360deg);
    transition: all 2.5s ease;
    animation: wave 30s linear infinite;
    cursor: pointer;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(3600deg);
    }
}

.nav-toggle:hover .nav-wave {
    top: 0%;
}

.nav-toggle span {
    margin-top: 4px;
    z-index: 7;
    display: block;
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 400;
    transition: var(--ts-cubic);
    color: var(--c-black) !important;
    cursor: pointer;
}

.nav-menu {
    position: absolute;
    transform: translate(46px, -46px);
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(to right, #202020 0%, #252525 100%);
    transition: all 0.6s;
}

.nav-menu .menu-nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    height: 100%;
}

/* .nav-toggle:hover~.nav-menu {
	transform: translate(0, 0);
} */

.nav-menu ul {
    z-index: 9;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    text-align: center;
    transition: all 0.3s;
    /* transition-delay: 0.3s; */
}

.nav-menu ul li {
    opacity: 1;
    position: relative;
}

.nav-menu li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    opacity: 1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--c-white);
    transition: all 0.3s;
}

.nav-menu .menu-nav-bottom li a {
    font-size: 1.5rem;
}

.nav-menu li a:hover {
    color: var(--c-primary) !important;
}

.nav-menu li a:hover span {
    color: var(--c-primary);
}

.nav-menu li a:active,
.nav-menu li a:focus {
    color: var(--c-primary);
}

.nav-menu li.active a,
.nav-menu li.active a:hover {
    color: var(--c-primary) !important;
    border-bottom: solid 1px var(--c-primary);
}

.nav-menu .nav-footer {
    width: 100%;
    position: absolute;
    opacity: 0;
    bottom: -32px;
    left: 0;
    transform: translateY(320px);
    transition: all 1s;
    transition-delay: 0.6s;
}

.nav-menu .nav-header {
    z-index: 99;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 0;
    opacity: 0;
    transform: translateY(-160px);
    transition: all 0.6s;
}

.nav-menu .nav-header .nav-socmed {
    margin-top: 8px;
}

.nav-menu .nav-header .nav-socmed a {
    width: 48px;
    height: 48px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-white);
    color: var(--c-black);
    border-radius: 50%;
    transition: all 0.3s;
}

.nav-menu .nav-header .nav-socmed a:hover {
    background-color: var(--c-secondary);
}

.nav-menu .nav-close {
    z-index: 999;
    display: flex;
    position: absolute;
    top: 0;
    right: 28px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    box-shadow: none;
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--c-primary);
    opacity: 0;
    transition: ease-in-out 0.6s;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: transparent;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper .swiper-slide > a {
    width: 100%;
}

.swiper-button-wrapper {
    position: absolute;
    top: 1.375rem;
    text-align: center;
}

.swiper-button-next {
    background-color: var(--c-transparent);
    background-image: url("../images/general/chevron-right.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    right: 1.5rem;
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px hsl(0deg 0% 100% / 70%);
}

.swiper-button-prev {
    background-color: var(--c-transparent);
    background-image: url("../images/general/chevron-left.svg") !important;
    opacity: 1;
    transition: all 0.3s;
    left: 1.5rem;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px hsl(0deg 0% 100% / 70%);
}

.swiper-button-next,
.swiper-button-prev {
    top: 45%;
    width: 3rem !important;
    height: 3rem !important;
    background-size: contain;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.1;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 0.25rem;
    border-radius: 1.25rem;
}

.swiper-pagination-bullet-active {
    background: var(--c-primary);
}

@media only screen and (max-device-width: 1248px) {
    header #navigation .logo img.navbar-logo {
    }

    .menu-right li {
    }

    .menu-right li a {
    }
}

.outline-font {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #c1c1c1;
}

/*====================================== SECTION HOME PAGE ======================================*/
section {
    padding: 3rem 0;
}

section.section-home-hero {
    position: relative;
    /* background: transparent linear-gradient(180deg, #fff1c5 0%, #ffffff 100%) 0% 0% no-repeat padding-box; */
    /* background-image: url("../images/hero-home-black.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

.section-home-hero .swiper-pagination-wrapper {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    height: 20px;
    width: 100%;
}

.section-home-hero .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
    right: 0;
}

.section-home-hero .swiper-news-home-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.section-home-hero .bullet-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: none;
    cursor: pointer;
}

.section-home-hero .swiper-pagination-bullet {
    position: relative;
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 4px;
    margin: 0 4px;
}

.section-home-hero .swiper-pagination-progress-bar {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0%;
    background: var(--c-primary);
    transition: width 0s linear;
}

.section-home-hero .swiper-home-hero .cta-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.section-home-hero .home-hero-image {
    position: relative;
    min-height: 100dvh;
    max-height: 100dvh;
    z-index: 0;
}

.section-home-hero .home-hero-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 1;
}

.each-word {
    /* display: block; */
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;
    transform: translate(0, 16px);
    opacity: 0;
}

.mouse-scroll-wrapper {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 100%;
    text-align: center;
}
.mouse-scroll {
    bottom: 0;
    overflow: hidden;
    width: 24px;
    height: 36px;
    margin: 1.5rem auto 0.5rem auto;
    border: 3px solid var(--c-primary);
    border-radius: 60px;
    position: relative;
}

.mouse-scroll::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--c-primary);
    border-radius: 50%;
    opacity: 1;
    animation: wheel 4s infinite;
    -webkit-animation: wheel 4s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

.hero-image {
    margin-top: -6rem;
    transform: scale(1.1);
}

section.section-home-about {
    background-color: var(--c-body-black);
}

section.section-home-showcase {
    margin-top: 0rem;
    padding-top: 0;
    padding-bottom: 0;
    /* background-image: url("../images/hero-bg.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #0a0a0a
        linear-gradient(0deg, #2c2c2c 0%, #111111 54%, #000000 100%) 0% 0%
        no-repeat padding-box;
    opacity: 1;
}

.swiper-hero-slider {
    padding-top: 8rem;
    padding-bottom: 12.5rem;
}

.swiper-hero-slider .swiper-button-next,
.swiper-hero-slider .swiper-button-prev {
    top: 43%;
}

.swiper-hero-slider .swiper-slide {
    z-index: 9;
    /* cursor: grab; */
}

.swiper-hero-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.hero-home__slider .subject-title {
    top: -8px;
    left: 0;
}

.hero-home__slider--card {
    width: 100%;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.hero-home__slider--card .slider--card__logo {
    width: 8rem;
    height: auto;
}

.hero-home__slider--card .word {
    opacity: 0;
    bottom: -7.5rem;
    width: 200%;
    text-align: center;
    transform: scale(0) translateY(3rem);
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity linear 0.3s;
    filter: blur(24px);
}

.hero-home__slider--card .word h2.sta-h {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: #00000075;
    /* text-shadow: #f0ae248c -2px 3px 20px; */
    /* text-shadow: #00000075 0px 0px 14px; */
}

.hero-home__slider--card .image {
    width: 100%;
    height: 280px;
}

.hero-home__slider--card .image .hero-home__cta {
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: scale(0);
    transition: all 0.6s;
}

.hero-home__slider--card .image .hero-home__cta .btn-secondary {
    border-radius: 1rem;
}

.popup-l,
.popup-r {
    z-index: 99999;
    position: absolute;
    width: 114px;
    height: 140px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.6s;
    animation: none;
    cursor: pointer;
}

.popup-l img,
.popup-r img {
    border: 1px solid var(--c-white);
    border-radius: 10px;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.popup-l {
    left: -32px;
    top: -16px;
}

.popup-r {
    right: -8px;
    bottom: -24px;
    transition-delay: 0.2s;
}

.swiper-hero-slider .swiper-slide.swiper-slide-active .hero-home__slider--card {
    z-index: 2;
    transform: scale(1.15);
}

.swiper-hero-slider
    .swiper-slide.swiper-slide-active
    .hero-home__slider--card
    .word {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
}

.swiper-hero-slider .swiper-slide.swiper-slide-active .popup-l {
    opacity: 1;
    transform: scale(1);
}

.swiper-hero-slider .swiper-slide.swiper-slide-active .popup-l img {
    animation: up-down 3s infinite ease-in-out alternate;
}

.swiper-hero-slider .swiper-slide.swiper-slide-active .popup-r {
    opacity: 1;
    transform: scale(1);
}

.swiper-hero-slider .swiper-slide.swiper-slide-active .popup-r img {
    animation: down-up 3s infinite ease-in-out alternate;
}

@keyframes up-down {
    from {
        transform: translatey(8px);
    }

    to {
        transform: translatey(-24px);
    }
}

@keyframes down-up {
    from {
        transform: translatey(-16px);
    }

    to {
        transform: translatey(0px);
    }
}

.hero-home__slider--card .image:hover .hero-home__cta {
    opacity: 1;
    transform: scale(1);
}

.hero-home__slider--card .image:hover ~ .popup-l,
.hero-home__slider--card .image:hover ~ .popup-r {
    opacity: 0 !important;
    transform: scale(0) !important;
}

.modal-bg-detail {
    /* background-color: #ffffff40; */
    background: linear-gradient(to right, #f0ae243d 50%, #d48c2b78 100%);
    border-radius: 1.25rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.modal-bg-detail .modal-body {
    padding: 2rem;
}

.swiper-detail-gallery .image {
    height: 25rem;
}

.home-about span.span-a::before {
    height: 3px;
}

.home-about span.d-inline-block {
    transform: translateY(1rem);
}

.home-about-client {
    padding: 4rem 0;
    text-align: center;
}

.c-color-gradient {
    display: inline-block;
    background: linear-gradient(
        to right,
        var(--c-primary) 50%,
        var(--c-secondary) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-small {
    display: flex;
    height: 4.5rem;
    width: 6rem;
}

.img-small img {
    object-position: center;
}

.random-word {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 55px;
    /* margin-top: 12px; */
}

.random-word .line {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /* animation: slidedown 8s infinite;
	-webkit-animation: slidedown 8s infinite;
	-moz-animation: slidedown 8s infinite; */
}

/* @keyframes slidedown {
	0%, 5% {
		opacity: 0;

	}

	10%, 35% {
		transform: translateY(-120%);
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	45%, 65% {
		transform: translateY(-220%);
		opacity: 1;
	}

	70% {
		opacity: 0;
	}

	75%, 100% {
		transform: translateY(-320%);
		opacity: 1;

	}
} */

.home-wave {
    margin-top: 0;
}

.logo-wave {
    top: 160px;
    left: 0;
    transform: scale(0);
}

.logo-wave .image {
    width: 8rem;
}

.bg-floor {
    height: 10rem;
}

section.section-home-brand {
    /* overflow: visible !important; */
    padding-top: 6.25rem;
    padding-bottom: 12rem;
}

.img_container {
    max-width: 320px;
    width: 100%;
}

.img_container:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
    margin: 0;
}

.img_container img {
    transform-origin: left;
}

.image-brand-fly {
    z-index: 1;
}

.image-brand-fly.one {
    /* z-index: -1; */
    top: 800px;
    left: 32px;
}

.image-brand-fly.two {
    /* z-index: 2; */
    top: 460px;
    right: 18px;
}

.image-brand-fly.three {
    /* z-index: 2; */
    bottom: 240px;
    left: 48px;
}

.image-brand-fly.four {
    /* z-index: 2; */
    bottom: 360px;
    right: 48px;
}

.image-brand-fly .img_container {
    max-width: 8rem;
}

.mask {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.brand-home-container {
    max-width: 1024px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.brand-home-card {
    z-index: 2;
    width: 100%;
    height: 320px;
    margin-bottom: 50px;
    background: white;
    font-size: 36px;
    top: 0;
}

.brand-home-card .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s;
    padding: 1rem 1.5rem 2rem 1.5rem;
}

.brand-home-card:hover .image {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
}

.brand-home-card:nth-child(2) {
    z-index: 7;
}

.brand-home-card:nth-child(3) {
    z-index: 9;
}

.brand-home-card__desc {
    gap: 16px;
}

.brand-card {
    margin-bottom: 3rem;
}

.brand-card__image {
    height: 240px;
}

.brand-card__image,
.brand-card__image img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bg-brand-card {
    width: 101%;
    left: -1px;
    bottom: -1px;
}

.brand-card .brand-card__desc {
    background: transparent linear-gradient(180deg, #efc966 0%, #d58f2c 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
    padding: 0 1rem 1rem 1rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.brand-card .brand-card__desc-logo {
    max-width: 10rem;
}

.brand-card .brand-card__desc .cta a i {
    font-size: 1.5rem;
    color: var(--c-black);
}

.brand-card .brand-card__desc .cta a::before {
    font-size: 1.5rem;
    color: var(--c-white) !important;
}

.home-product-card {
    height: 12rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-product-card a {
    padding: 0 6rem;
}

.home-product-card a {
    z-index: 2;
    background: transparent linear-gradient(90deg, #010101 0%, #ffffff26 100%)
        0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    background-size: 100%;
    transition: all 0.3s;
}

.home-product-card a:hover {
    background-size: 300%;
}

.home-product-card:nth-child(even) a {
    flex-direction: row-reverse;
    justify-content: space-between;
    background: transparent linear-gradient(90deg, #ffffff00 0%, #010101 100%)
        0% 0% no-repeat padding-box;
    background-size: 100%;
}

.home-product-card:nth-child(even) a:hover {
    background-size: 300% !important;
    background-position: right center;
}

.home-product-card:nth-child(even) .home-product-card__logo {
    align-items: end;
}

.home-product-card:nth-child(even) .home-product-card__desc {
    text-align: right;
}

.home-product-card .home-product-card__logo img {
    width: 10rem;
    transition: all 0.6s;
}

.home-product-card a:hover .home-product-card__logo img {
    width: 7rem;
}

.home-product-card .home-product-card__desc {
    height: 0;
    opacity: 0;
    transform: translateY(32px);
    transition: all 0.6s;
}

.home-product-card a:hover .home-product-card__desc {
    opacity: 1;
    transform: translateY(0px);
}

.home-product-card a:hover .home-product-card__logo {
    transform: translateY(-16px);
}

.home-product-card__detail {
}

.career-sticky {
    position: sticky;
    top: 128px;
}

.image-graphic {
    z-index: -1;
    max-width: 8rem;
    position: absolute;
    top: 80px;
    left: -80px;
}

.career-home-left .subject-title h1,
.section-home-blog .subject-title h1 {
    line-height: 1.75rem;
}

.career-card {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--c-white);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.career-card::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -200px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #000000 0%, #b67c18 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
    background-position: 0 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.career-card:hover {
    border-bottom-color: var(--c-transparent);
}

.career-card:hover::before {
    bottom: 0;
}

.career-card:hover a {
    padding: 0 0.5rem;
}

.career-card__top .career-card__top-logo {
    max-width: 8rem;
}

.career-card__body-desc ul li {
    list-style: decimal;
    font-size: 0.9375rem;
}

#modalCareer .modal-content {
    background: #ebaa24;
    background: linear-gradient(
        180deg,
        rgba(235, 170, 36, 1) 0%,
        rgba(0, 0, 0, 1) 24%
    );
    box-shadow: 0 0 20px 12px rgb(255 255 255 / 18%);
}

/* #modalCareer .modal-header {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(3deg,
            rgba(255, 255, 255, 1) 45%,
            rgba(240, 174, 36, 1) 100%);
    background: -webkit-linear-gradient(3deg,
            rgba(255, 255, 255, 1) 45%,
            rgba(240, 174, 36, 1) 100%);
    background: linear-gradient(3deg,
            rgba(255, 255, 255, 1) 45%,
            rgba(240, 174, 36, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f0ae24", GradientType=1);
} */

#modalCareer .modal-footer {
    border-radius: 0;
}

.subject-arrow {
    max-width: 184px;
}

.blog-card {
    border: 1px solid var(--c-primary);
    border-radius: 12px;
    padding: 1rem;
}

.blog-card .blog-card__image img {
    transition: all 0.6s;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.2);
}
.blog-card__body-top {
    max-height: 65px;
    min-height: 65px;
}

.blog-card__body-bot {
    max-height: 68px;
    min-height: 68px;
}

.blog-card__body a h5 {
    min-height: 64px;
}

.blog-card__body a p {
    min-height: 67px;
}

.blog-card__image {
    margin: 0 auto;
    width: 224px;
    height: 240px;
    overflow: hidden;
}

.blog-card-wrapper .blog-card__top img {
    max-width: 24px;
}

.blog-card__bot {
    width: 100%;
    border-top: 1px solid var(--c-primary);
    padding-top: 0.75rem;
}

.contact-home-img {
    width: 48px;
}

.contact-home-image {
    max-width: 320px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.contact-home-wrapper .contact-home-title {
    overflow: hidden;
    max-height: 191px;
    margin-left: -1.5rem;
    width: 240px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 3rem;
    background-image: url("../images/bg-cta-contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background: rgb(181, 133, 96);
	background: -moz-linear-gradient(150deg, rgb(197 145 105) 0%, rgb(181 133 96) 100%);
	background: -webkit-linear-gradient(150deg, rgb(197 145 105) 0%, rgb(181 133 96) 100%);
	background: linear-gradient(150deg, rgb(197 145 105) 0%, rgb(181 133 96) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efc966", endColorstr="#d58f2c", GradientType=1); */
    transition: all 1s ease-in-out;
}

.contact-home-wrapper .contact-home-title h1 {
    font-size: 1.5rem;
}

.contact-home-wrapper .contact-home-title .subject-title,
.contact-home-wrapper .contact-home-title .cta {
    margin-left: -300px !important;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.contact-home-wrapper .contact-home-title .cta a:hover span {
    color: var(--c-white) !important;
}

.contact-home-wrapper.onscreen .contact-home-title {
    width: 100%;
    padding: 3rem;
    transition: all 1s ease-in-out;
}

.contact-home-wrapper.onscreen .contact-home-title h1 {
    font-size: 3rem;
}

.contact-home-wrapper.onscreen .contact-home-title .subject-title,
.contact-home-wrapper.onscreen .contact-home-title .cta {
    margin-left: 0 !important;
    opacity: 1;
}

.wrapper-marq {
    /* padding: .5rem 0; */
    height: auto;
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: var(--c-transparent);
    position: relative;
    display: flex;
    gap: 5rem;
    align-items: center;
    overflow: hidden;
}

.wrapper-marq.marq-flip {
    padding-top: 0;
    padding-bottom: 3rem;
}

.home-about-client:before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 20rem;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
    pointer-events: none;
    z-index: 4;
}

.home-about-client:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 20rem;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
    pointer-events: none;
    z-index: 4;
}

.wrapper-marq .box-marq {
    z-index: 2;
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
    border: 0;
    align-items: center;
    margin: 0 2rem 0 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border-radius: 24px;
    /* transition: all 0.3s; */
}

.wrapper-marq .box-marq .image {
    transition: all 0.3s;
}

.box-marq.spacer {
    width: 1rem;
    height: 1px;
    pointer-events: none;
    opacity: 0;
}

.box-marq {
    background-color: transparent;
}

.box-marq .image {
    display: flex;
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
}

.wrapper-marq.marq-flip {
    transform: scale(-1, 1);
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
}

.wrapper-marq.marq-flip .box-marq .image {
    transform: scale(-1, 1) !important;
    -moz-transform: scale(1, -1) !important;
    -o-transform: scale(1, -1) !important;
    -ms-transform: scale(1, -1) !important;
}

/*====================================== SECTION ABOUT PAGE ======================================*/
section.section-about-hero {
    height: 100vh;
    /* background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 174, 36, 0.408) 100%
    );
    background: -webkit-linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 174, 36, 0.408) 100%
    );
    background: linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 175, 36, 0.408) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f0ae24", GradientType=1); */
}

.home-about-container {
    padding: 16px 0 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapperRollingText,
.wrapperRollingText02 {
    white-space: nowrap;
}

.rollingText {
    /* transform: translate(50%, 0%) */
}

.rollingText,
.rollingText02 {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.rollingText .image,
.rollingText02 .image {
    opacity: 0.8;
    display: inline-block;
    width: 12rem;
    height: 14rem;
    border-radius: 8px;
    margin-left: 1rem;
}

.about-flying {
    position: absolute;
    transform: scale(1);
}

.about-flying .image {
    width: 16rem;
}

.about-flying .image img {
    object-fit: cover;
}

.about-flying.one {
    top: 40%;
    left: 5%;
    transform: rotate(-2deg);
}

.about-flying.two {
    top: 30%;
    left: 20%;
    transform: rotate(4deg);
}

.about-flying.two .image {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.about-flying.three {
    top: 70%;
    left: 12%;
    transform: rotate(-10deg);
}

.about-flying.three .image {
    width: 14rem;
}

.about-flying.four {
    top: 90%;
    left: 5%;
    transform: rotate(6deg);
}

.about-flying.four .image {
    width: 18rem;
}

.about-flying.five {
    top: 20%;
    right: 16%;
}

.about-flying.five .image {
    width: 12rem;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.about-flying.six {
    top: 32%;
    right: 6%;
    transform: rotate(-8deg);
}

.about-flying.six .image {
    width: 15rem;
}

.about-flying.seven {
    top: 65%;
    right: 22%;
    transform: rotate(-8deg);
}

.about-flying.seven .image {
    width: 10rem;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.about-flying.eight {
    top: 75%;
    right: 8%;
    transform: rotate(12deg);
}

.about-flying.eight .image {
    width: 14rem;
}

.about-hero-image {
    max-width: 80px;
}

.image-about__about {
    max-width: 11.5rem;
}

section.section-about-vm {
    margin-top: -80px;
}

.testing {
    width: 120px;
    height: 120px;
    padding: 10px;
    border: 1px solid fuchsia;
}

.initial {
    margin: 50px auto;
    width: 160px;
    height: 160px;
}

.about-vm-image {
    position: relative;
    z-index: 10;
    width: 160px;
    /* transition: all 0.6s; */
}

.second-marker {
    width: 160px;
    height: 160px;
    position: absolute;
    /* top: 16px; */
    margin-top: 0;
    top: 40px;
    right: -48px;
}

.third-marker {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0%;
}

.about-vm__wrapper {
    margin-bottom: 160px;
}

.about-vm__left {
    margin-left: 160px;
}

.about-vm__right {
    margin-left: auto;
    margin-right: 160px;
}

.service-indicator-wrapper {
    left: 2rem;
    top: 0;
    margin: 0 0;
    height: 100vh;
    width: 3px;
    border-radius: 1rem;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999;
}

.service-indicator {
    width: 100%;
    background-color: #bebebe;
    margin: 0.25rem 0;
    height: 1rem;
    border-radius: 20px;
    /* cursor: pointer; */
}

.section-about-services .service-card {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 4rem 0 14rem;
}

.section-about-services .service-wrapper {
    height: 100vh;
    width: 100%;
}

.service-card article {
    flex-basis: 35%;
    margin-right: auto;
}

.service-card article p {
    font-size: 18px;
}

.service-card .service-image {
    position: relative;
    height: 100%;
    flex-basis: 35%;
    max-width: 30vw;
    width: 100%;
    height: 70vh;
    border-radius: 1.5rem;
    margin: auto;
    margin-left: 0;
}

.service-card .service-image img {
    border-radius: 1rem;
    object-fit: cover;
}

section.section-about-subsidiaries {
    background: linear-gradient(to right, #000000 0%, var(--c-secondary) 100%);
}

.swiper-subsidiaries {
    padding: 2rem 0 5rem 0;
}

.swiper-slide.swiper-slide-active .about-subs-container__image {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide .about-subs-container__desc {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(128px);
    /* transition: ease-in-out 0.2s; */
    transition-duration: 1s;
}

.swiper-slide .about-subs-container__image {
    opacity: 0;
    transform: translateY(128px);
    transition: ease-in-out 0.6s;
    transition-duration: 1s;
}

.swiper-slide.swiper-slide-active .about-subs-container__desc,
.swiper-slide.swiper-slide-active .about-subs-container__image {
    opacity: 1;
    transform: translateY(0);
}

.subs-logo .image {
    max-width: 128px;
}

.about-subs-container__desc {
    padding-left: 3rem;
    padding-right: 2rem;
    flex-basis: 40%;
}

.about-subs-container__desc .subs-container__body p {
    font-size: 125%;
}

.about-subs-container__image {
    max-width: 40rem;
    width: 100%;
}

.about-subs-container__image .image {
    flex-basis: 55%;
    height: 30rem;
}

.year-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 8px;
}

.year-wrapper li {
    position: relative;
    display: flex;
    flex-grow: 1;
    opacity: 1;
    background: #ffffff78;
}

.year-wrapper li::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--c-secondary);
    border-radius: 1rem;
    transition: ease-in-out 4.9s;
}

.year-wrapper li span {
    position: relative;
    top: -32px;
    display: block;
    text-align: center;
    color: var(--c-white);
    transition: all 0.6s;
}

.year-wrapper li.swiper-pagination-bullet-active {
    z-index: 2;
    background: #ffffff78;
}

.year-wrapper li.swiper-pagination-bullet-active::before {
    width: 100%;
}

.year-wrapper li.swiper-pagination-bullet-active span {
    color: var(--c-secondary);
    font-weight: 700;
}

body.modal-open header,
body.modal-open section,
.modal-backdrop.fade.show {
    z-index: 1;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.modal-video {
    height: 450px;
}

.about-video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    clip-path: circle(10.5% at 50% 50%);
}

.about-video-wrapper .image {
    /* box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .4); */
}

.about-video-wrapper .video-about {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-video-wrapper .video-about .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
    overflow: hidden;
}

.about-video-wrapper .video-about video {
    transform: scale(1.1);
    object-fit: cover;
}

.about-video-wrapper .video-about img {
    display: none;
}

.about-video-wrapper .image .play-button {
    font-size: 2rem;
}

section.section-about-contact {
    padding-bottom: 0;
    margin-bottom: -8rem;
}

/*====================================== SECTION BRAND LIST ======================================*/

.career-hero .career-hero__image {
    /* opacity: 0.8; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 174, 36, 0.201) 100%
    );
    background: -webkit-linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 174, 36, 0.201) 100%
    );
    background: linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 175, 36, 0.201) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f0ae24", GradientType=1);
}

section.section-hero-top {
    min-height: 85vh;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}

section.section-hero-brand {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}

section.section-hero-top .subject-title {
    margin-top: -10rem;
}

.bg-hero-wave {
    bottom: -16px;
}

.img-brand-wrapper {
    z-index: 5;
}

.img-brand-wrapper .img_container {
    max-width: 160px;
    width: 100%;
    height: 160px;
}

.img-brand-wrapper.one {
    top: 100px;
    left: 32px;
}

.img-brand-wrapper.two {
    top: 120px;
    right: 16px;
}

.img-brand-wrapper.three {
    bottom: 200px;
    left: 8px;
}

.img-brand-wrapper.four {
    bottom: 24px;
    right: 24px;
}

.brand-card-list {
    width: 100%;
    height: 320px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 40%);
    margin-bottom: 3rem;
}

.brand-card-list:hover {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 70%);
}

.brand-card-list .brand-card-logo {
    max-width: 128px;
    margin: 0 auto;
}

.brand-card-list__desc {
    padding: 0 1.5rem;
}

.brand-card-list__desc .desc {
    min-height: 67px;
}

.brand-card-list:hover .brand-card-list__desc .cta a span {
    color: var(--c-primary);
}

/*====================================== SECTION BRAND DETAIL ======================================*/
section.section-detail-hero {
    padding-top: 8rem;
}

section.section-detail-hero .subject-title h1 {
    font-size: 5rem;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
    -webkit-text-stroke: 2px var(--c-primary);
}

.cta-backto .btn-primary {
    background-color: var(--c-white) !important;
    background: none;
}

.cta-backto .btn-primary i {
    color: var(--c-black);
    transform: rotate(0deg) translateX(0);
}

.cta-backto:hover .btn-primary:hover i {
    transform: rotate(0deg) translateX(-32px);
}

.cta-backto .btn-primary::before {
    content: "\f060";
    color: var(--c-primary) !important;
    transform: rotate(0deg) translateX(32px);
}

.cta-backto:hover .btn-primary:hover::before {
    color: var(--c-primary) !important;
    transform: rotate(0) translateX(0px);
}

.swiper-hero-detail .swiper-slide .hero-detail--card {
    width: 100%;
    transform: scale(0.9);
}

.swiper-hero-detail .swiper-slide .hero-detail--card .image {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
}

.swiper-hero-detail .swiper-slide.swiper-slide-active .hero-detail--card {
    z-index: 2;
    transform: scale(1.15);
}

.detail-about-image .wrapper:nth-child(2) {
    margin-left: 16px;
}

.detail-about-image .wrapper:nth-child(2) {
    position: absolute;
    bottom: -72px;
    right: 64px;
}

.detail-about-image .wrapper:nth-child(1) .image {
    width: 280px;
    height: 320px;
}

.detail-about-image .wrapper:nth-child(2) .image {
    height: 248px;
    width: 224px;
}

.detail-logo {
    max-width: 8rem;
}

.service-list {
    margin-bottom: 2.5rem;
}

.service-list .icon {
    margin-top: 4px;
}

.service-img.left {
    top: -48px;
    left: 240px;
    animation: down-up 3s infinite ease-in-out alternate;
}

.service-img.right {
    top: -32px;
    right: 240px;
    animation: up-down 3s infinite ease-in-out alternate;
}

.service-img .image {
    max-width: 8rem;
}

.wwo-card {
    /* background-color: var(--c-primary); */
    padding: 5rem 5rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid var(--c-white);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
    transition: all 7s;
}

.wwo-card:hover {
    border-color: var(--c-primary);
    background-size: 150%;
}

.modal-bg-wwo {
    background: none;
    background-color: #ffffff40;
}

.modal-bg-wwo .modal-body {
    padding: 1rem 2rem 2rem 2rem;
}

.iframe-wwo {
    height: 600px;
}

.product-card {
    margin-bottom: 3rem;
}

.product-card .image {
    height: 16rem;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.product-card .image .hero-home__cta {
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: scale(0);
    transition: all 0.6s;
}

.product-card .image .hero-home__cta .btn-secondary {
    border-radius: 1rem;
}

.product-card .image:hover .hero-home__cta {
    opacity: 1;
    transform: scale(1);
}

.detail-visit {
    height: 16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
    transition: all 12s;
}

.detail-visit a {
    padding: 2rem;
}

.detail-visit-another {
    width: 100%;
    height: 20rem;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
    transition: all 12s;
}

.detail-visit:hover,
.detail-visit-another:hover {
    background-size: 250%;
}

.detail-visit-another__logo {
    max-width: 10rem;
    margin: 0 auto;
}

.detail-visit-another p {
    min-height: 67px;
}

.service-list {
    width: 80%;
}

/*====================================== SECTION CAREER ======================================*/
.w-fit {
    width: fit-content;
}

.radio-customs {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-customs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #eee;
    border-radius: 6px;
}

.radio-customs:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-customs input:checked ~ .checkmark {
    background-color: var(--c-primary);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-customs input:checked ~ .checkmark:after {
    display: block;
}

.radio-customs .checkmark:after {
    content: "\f00c";
    font-family: "FontAwesome";
    color: var(--c-white);
    top: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    font-size: 14px;
}

/*====================================== SECTION BLOG ======================================*/
section.section-blog .blog-card {
    margin-bottom: 2rem;
}

.author-image {
    border: 1px solid var(--c-white);
    padding: 2px;
}

/*====================================== SECTION SUB BLOG ======================================*/
.section-blog-top .cta-position,
.section-blog-detail-top .cta-position {
    position: fixed;
    top: 8rem;
    z-index: 10;
}

.section-sub-blog .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000000;
    border: none;
    background-image: url("../images/general/charet-down.svg");
    border-bottom: 1px solid var(--c-white);
    border-radius: unset;
    color: var(--c-white);
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem;
    cursor: pointer;
}

.section-sub-blog .form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.sub-blog-card-wrapper .blog-card__image {
    margin: 0 auto;
    width: 240px;
    height: 240px;
    overflow: hidden;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    margin: 2rem 0;
}

.pagination ul {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.pagination a,
.pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: var(--c-white);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s;
}

.pagination a:hover,
.pagination a:hover span {
    background: var(--c-white);
    color: var(--c-black) !important;
}

.pagination a.active {
    background: var(--c-primary);
    color: var(--c-black);
}

.pagination .dots {
    width: auto;
    border-radius: 0;
    pointer-events: none;
    opacity: 0.7;
}

/*====================================== SECTION SUB BLOG DETAIL======================================*/
section.section-blog-detail-top {
    position: relative;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.section-blog-detail-top .hero-subblog-wrapper {
    min-height: 100vh;
    padding: 10rem 0 15rem;
}

section.section-blog-detail-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none;
}

/*====================================== SECTION CONTACT PAGE ======================================*/
section.section-contact {
    padding-top: 10rem;
    /* background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 174, 36, 0.201) 100%
    );
    background: -webkit-linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 174, 36, 0.201) 100%
    );
    background: linear-gradient(
        3deg,
        rgba(255, 255, 255, 1) 45%,
        rgba(240, 175, 36, 0.201) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f0ae24", GradientType=1); */
}

.location-card {
    height: 32rem;
    padding: 2rem 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.location-card__desc {
    max-width: 540px;
}

.location-card.location-card-child {
    height: 12rem;
}

.location-card a:hover {
    color: var(--c-secondary) !important;
}

.span-a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-primary);
    transition: all 0.3s ease-in-out;
}

a:hover .span-a::before {
    width: 100%;
}

.requirement-list {
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.requirement-list .radio-customs {
    padding-left: 1.75rem;
}

.row-contact {
    padding-top: 64px;
}

.contact-image .image {
    max-width: 6rem;
}

.form-contact {
    padding: 2rem 1.5rem;
}

.form-contact:hover {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.requirement-list img.icon-64 {
    height: 1.5rem;
}

/*====================================== SECTION 404  ======================================*/

/*====================================== SECTION FOOTER ======================================*/
footer {
    position: relative;
    z-index: 99;
    margin-top: -24px;
    padding: 48px 0 0 0;
    background-color: var(--c-primary);
}

.footer-logo {
    max-width: 6rem;
}

.footer-contact li a img {
    width: 24px;
    height: 24px;
}

.footer-link ul {
    border-top: 1px solid var(--c-black);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem 1rem;
}

.footer-link ul li a:hover {
    color: var(--c-white) !important;
}

.footer-socmed a {
    width: 36px;
    height: 36px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-black);
    color: var(--c-white);
    border-radius: 50%;
    transition: all 0.3s;
}

.footer-socmed a:hover {
    color: var(--c-primary) !important;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.footer-menu ul li a {
    display: inline-block;
    width: auto;
    color: var(--c-orange);
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.footer-menu ul li:hover a {
    transform: translateY(-3px);
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.footer-logo .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-logo .image:hover a {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}

.footer-sta {
    transform: translate(0, 90px);
    margin-top: 0;
    margin-bottom: -66px;
    transition: ease-in-out 0.6s;
}

.footer-sta.onscreen {
    transform: translate(0, 0px);
}

.footer-sta::before {
    /* z-index: 1; */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: transparent linear-gradient(180deg, #f0ae2414 0%, #f0ae24 100%)
        0% 0% no-repeat padding-box;
}

.footer-sta h1 {
    font-size: 7rem;
}

.footer-copyright .copyright {
    margin-top: 10px;
}

.wa-floating {
    z-index: 999;
    position: fixed;
    bottom: 2%;
    right: 20px;
    transition: all 0.3s;
}

.wa-floating:hover {
    transform: translateY(-10px);
    /*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
}

.wa-floating a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.wa-floating p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #0303c6;
}

.wa-floating .image {
    max-width: 60px;
}

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

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

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

footer.footer .footer-copyright span {
    display: inline-block;
    margin-right: 1px;
}

.maka-color {
    color: #ceebf8 !important;
}

footer.footer .footer-copyright span a {
    color: #ceebf8 !important;
}

footer.footer .footer-copyright:hover span:nth-child(1) {
    animation: maka 0.9s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(2) {
    animation: maka 1.1s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(3) {
    animation: maka 1.3s ease-in-out;
}

footer.footer .footer-copyright:hover span:nth-child(4) {
    animation: maka 1.5s ease-in-out;
}

.mb0 {
    margin-bottom: 0px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt8 {
    margin-top: 8px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt48 {
    margin-top: 48px;
}

.mt64 {
    margin-top: 64px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt100 {
    margin-top: 100px;
}

.row-gap-1 {
    row-gap: 1rem;
}

.row-gap-2 {
    row-gap: 2rem;
}

.z-5 {
    z-index: 5;
}
