@font-face {
    font-family: nokora-bold;
    src: url(../fonts/Nokora-Bold.ttf);
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: nokora-regular;
    src: url(../fonts/Nokora-Regular.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: CoreSansCR-Bold;
    src: url(../fonts/CoreSansCR-Bold.ttf);
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: CoreSansCR-Regular;
    src: url(../fonts/CoreSansCR-Regular.ttf);
    font-weight: normal;
    font-style: normal
}

body:lang(km),
p:lang(km),
li:lang(km),
a:lang(km),
b:lang(km),
strong:lang(km),
div:lang(km),
span:lang(km),
th:lang(km),
td:lang(km),
h1:lang(km),
h2:lang(km),
h3:lang(km),
h4:lang(km),
h5:lang(km),
h6:lang(km) {
    font-family: 'nokora-regular', sans-serif;
    letter-spacing: -0.5px;
}

body:lang(en),
p:lang(en),
li:lang(en),
a:lang(en),
b:lang(en),
strong:lang(en),
div:lang(en),
span:lang(en),
th:lang(en),
td:lang(en),
h1:lang(en),
h2:lang(en),
h3:lang(en),
h4:lang(en),
h5:lang(en),
h6:lang(en) {
    font-family: 'CoreSansCR-Regular', sans-serif;
    letter-spacing: -0.5px;
}

a {
    text-decoration: none;
}

:root {
    --blue: #003595;
    --main: #FFCC00;
    --main-light: #FFE787;
    --gray: #E9ECEF;
    --gray-light: #FAFAFA;
    --gray-bold: #515C6F;
    --red: #D22229;
}

.post-content-right {
    float: right;
    max-width: 32%;
    margin-left: 30px;
}

.post-content-right img {
    border-radius: 25px;
}

.color-gray-bold {
    color: var(--gray-bold);
}

.color-blue {
    color: var(--blue);
}

.color-yellow {
    color: var(--main);
}

.fs-20 {
    font-size: 20px;
}

.bg-gray-light {
    background: var(--gray-light);
}

.bg-blue {
    background: var(--blue);
}

img {
    max-width: 100%;
}

.box-sadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.wingmall-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.menu-top {
    margin-top: 25px;
    margin-bottom: 45px;
}

.main-menu .menu {
    margin-right: 25px;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-menu .menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.main-menu .menu ul li {
    list-style: none;
    margin-right: 30px;
}

.main-menu .menu-active {
    background: var(--main-light);
    border-radius: 15px;
}

.main-menu .menu-active a {
    font-weight: bold;
}

.main-menu .menu ul li:last-child {
    margin-right: 0;
}

.main-menu .menu ul li a {
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 5px 25px 5px 25px;
    color: var(--blue);
    overflow: hidden;
    transition: opacity .15s;
    position: relative;
    font-weight: bold;
}

.main-menu .menu ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--blue);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1);
    transform-origin: 50% 50%;
}

.main-menu .menu ul li a:hover {
    background: var(--main-light);
    border-radius: 15px;
}

.main-menu .menu ul li a:hover::after {
    animation: buttonripple 1s ease-out;
    text-decoration: none;
}

@keyframes buttonripple {
    0% {
        transform: scale(0, 0);
        opacity: .2
    }

    20% {
        transform: scale(25, 25);
        opacity: .2
    }

    100% {
        opacity: 0;
        transform: scale(40, 40)
    }
}

.main-menu .language a {
    text-decoration: none;
    font-family: 'nokora-regular', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--blue);
}

.main-menu .language img {
    margin-top: -3px;
}

/* .information {
    padding: 120px 0;
} */
.content-information {
    padding: 30px 0;
    background: var(--main);
}

.information .info-box {
    text-align: center;
    padding: 0 10px;
}

.information .info-box p {
    margin-bottom: 0;
    color: var(--blue);
    font-size: 17px;
}

.information .info-box h4 {
    margin-bottom: 15px;
    color: var(--blue);
    font-weight: bold;
}

.information .info-box img {
    margin-bottom: 25px;
    height: 160px;
}

.service-area {
    padding: 120px 0;
}

.service-area .main-service-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.service-area .service-area-title {
    position: relative;
    z-index: 1;
    background: var(--main);
    padding: 15px;
    -webkit-box-shadow: 0px -50px 80px 0px rgb(255 204 0);
    -moz-box-shadow: 0px -50px 80px 0px rgb(255 204 0);
    box-shadow: 0px -50px 80px 0px rgb(255 204 0);
    border-radius: 0px 0px 15px 15px;
    color: var(--blue);
}

.service-area .service-area-title h5 {
    font-weight: bold;
}

.service-area .service-area-title p {
    margin-bottom: 0;
}

.service-area-box {
    border-radius: 10px;
    overflow: hidden;
}

.title-h1 {
    margin-bottom: 60px;
}

.title-h1 h1 {
    position: relative;
    text-align: center;
    color: var(--blue);
    font-size: 50px;
    font-weight: bold;
}

.circle-green {
    width: 20px;
    height: 20px;
    background: #1BF684;
    position: absolute;
    border-radius: 10px;
    left: 20%;
    top: 40%;
    z-index: 1;
}

.circle-pink {
    width: 20px;
    height: 20px;
    background: #FF66A9;
    position: absolute;
    border-radius: 10px;
    top: 0%;
    right: 7%;
    z-index: 1;
}

.pill-blue {
    position: absolute;
    border-radius: 10px;
    right: 2%;
    top: -8%;
    z-index: 1;
}

.cross-pink {
    position: absolute;
    border-radius: 10px;
    left: 1%;
    top: -5%;
    z-index: 1;
}

.app {
    padding: 120px 0;
}

.app .dl-amount {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 20px;
}

.app .dl-amount h2 {
    color: var(--main);
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
}

.app .dl-amount span {
    color: var(--blue);
    margin-left: 10px;
    font-size: 20px;
}

.app .dl-app {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app .dl-app a {
    margin: 0 10px;
}

.with-us {
    padding: 120px 0;
}

.with-us .title-h1 {
    margin-bottom: 20px;
}

.with-us-box .get-start {
    background: var(--blue);
    color: #fff;
    padding: 8px 20px 8px 20px;
    border-radius: 15px;
}

.with-us-box .get-start:hover {
    color: var(--main);
}

.with-us-box {
    height: 100%;
    padding: 30px 0;
}

.with-us-box h5 {
    color: var(--blue);
    font-weight: bold;
}

.with-us-box p {
    height: 60px;
}

.wrapper-animate-img {
    overflow: hidden;
}

.animate-scale {
    transition: scale 400ms;
}

.animate-scale:hover {
    scale: 102%;
}

.wrapper-animate-img img {
    margin-bottom: 20px;
    width: 100%;
    transition: scale 400ms;
}

.wrapper-animate-img:hover img {
    scale: 102%;
}

.with-us-box .wrapper-animate-img {
    padding: 10px;
}

.promotion,
.news {
    padding: 120px 0;
}

.main-promotion,
.main-news {
    position: relative;
}

.more-post {
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 20px;
    color: var(--blue);
    font-weight: bold;
    border: 2px solid var(--blue);
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
}

.more-post:hover {
    color: var(--main);
}

.more-post:hover i {
    display: inline-block !important;
}

.promotion-box img,
.news-box img {
    margin-bottom: 0px;
}

.promotion-box h6,
.news-box h6 {
    color: var(--blue);
    font-weight: bold;
}

.promotion-box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.promotion-box:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.promotion-wrapper-img {
    height: 190px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-detail {
    color: #fff;
    margin-bottom: 7px;
    height: 20px;
}

.promo-main-detail {
    padding: 10px 10px 15px 10px;
    height: 160px;
    position: relative;
}

.promo-main-detail .read-more {
    position: absolute;
    bottom: 10px;
}

.promo-items {
    background: var(--blue);
    padding: 3px 10px 3px 10px;
    border-radius: 0px 10px 10px 0px;
    font-size: 11px;
}

.promo-items img {
    width: 15px;
    margin-top: -2px;
}

.main-promo-items {
    position: absolute;
    top: 10px;
}


.single-promo-detail {
    color: #fff;
    margin-bottom: 7px;
    height: 20px;
    text-align: end;
}

.single-promo-main-detail {
    padding: 10px 10px 15px 10px;
    height: 175px;
}

.single-promo-items {
    background: var(--blue);
    padding: 3px 10px 3px 10px;
    border-radius: 10px 0px 0px 10px;
    font-size: 11px;
}

.single-promo-items img {
    width: 15px;
    margin-top: -2px;
}

.single-main-promo-items {
    position: absolute;
    top: 20px;
    right: -8px;
}


.read-more {
    background: var(--blue);
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 15px;
}

.read-more:hover {
    color: var(--main);
}

.news-box {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.news-box:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1)
}

.news-main-detail {
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 10px 10px 15px 10px;
    border-radius: 0px 0px 10px 10px;
    height: 100%;
}

.news-main-detail .read-more {
    position: absolute;
    bottom: 10px;
}

.news-main-detail p,
.promo-main-detail p {
    font-size: 14px;
}

.news-box .wrapper-animate-img {
    height: 190px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.footer-menu {
    margin: 20px 0;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    width: 50%;
    list-style: none;
    margin: 10px 0;
}

.footer-menu ul li a {
    color: var(--blue);
    font-weight: bold;
}

.footer-menu ul li a:hover {
    color: var(--main);
}

.footer-app {
    margin-top: 30px;
}

.footer-app h3 {
    margin-bottom: 25px;
    color: var(--blue);
    font-weight: bold;
}

.footer-bottom {
    background: var(--blue);
    padding: 20px 0;
}
.footer-dl-app {
    margin-bottom: 25px;
}

.social-media ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.social-media ul li {
    margin-right: 20px;
}

.social-media ul li a {
    color: #fff;
    font-size: 22px;
}

.social-media ul li i:hover {
    color: var(--main);
}

.copy-right p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.page-wrapper {
    position: relative;
    margin-top: -160px;
}

.page-bg {
    background: var(--gray-light);
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.page-title-container {
    background: #fff;
    border-radius: 0px 0px 80px 80px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.page-title {
    padding: 60px 0;
}

.single-page-title {
    padding: 20px 0px 160px 0px;
}

.single-page-title h1 {
    font-size: 50px;
    color: var(--blue);
    font-weight: bold;
}

.page-title h1 {
    font-size: 50px;
    color: var(--blue);
    font-weight: bold;
}

.page-lists {
    margin-top: 40px;
}

.page-breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.page-breadcrumbs ul li {
    list-style: none;
    margin-right: 10px;
}

.page-breadcrumbs ul li:last-child a {
    color: #515C6F;
}

.page-breadcrumbs ul li a {
    color: var(--blue);
    font-weight: bold;
    text-transform: uppercase;
}

.page-subtitle h3 {
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 0;
}

.page-subtitle {
    margin-top: 30px;
}

.page-container {
    padding-bottom: 40px;
}

.btn-see-more {
    text-align: center;
    padding: 40px 0;
}

.btn-see-more span {
    padding: 10px 15px 10px 15px;
    border-radius: 15px;
    border: 2px solid var(--blue);
    color: var(--blue);
    font-weight: bold;
}

.post-container {
    background: #fff;
    padding: 20px;
    border-radius: 35px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    min-height: 630px;
}

.post-title {
    margin: 20px 0;
}

.post-title h5 {
    color: var(--blue);
    font-weight: bold;
}

.post-content {
    padding: 30px 0;
}

.related-post h4 {
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 25px;
}

/* Lucky Spins Style */
#spin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#wheel-of-fortune {
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

#wheel {
    display: block;
}

#spin {
    font-size: 27px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 53%;
    left: 53%;
    width: 24%;
    height: 24%;
    margin: -15%;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transition: 0.8s;
}

#spin::after {
    content: '';
    position: absolute;
    top: -16px;
    border: 10px solid transparent;
    border-bottom-color: currentColor;
    border-top: none;
}

.popup-content {
    border-radius: 2rem;
}

.popup-content .modal-title {
    color: var(--blue);
    font-weight: bold;
    font-size: 28px;
}

.popup-content .modal-footer {
    display: flex;
    flex-wrap: nowrap;
}

.btn-popup-close {
    width: 50%;
    border: none;
    outline: none;
    background: #F0F1F5;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-right: 25px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.btn-popup-learnmore {
    width: 50%;
    border: none;
    outline: none;
    background: var(--blue);
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.btn-popup-learnmore:hover {
    color: var(--main);
}

/* Popup Animation */
.pop-outin {
    animation: 2s anim-popoutin ease;
}

@keyframes anim-popoutin {
    0% {
        color: black;
        transform: scale(0);
        opacity: 0;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    25% {
        color: red;
        transform: scale(1.5);
        opacity: 1;
        text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
    }

    50% {
        color: black;
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        /* animate nothing to add pause at the end of animation */
        transform: scale(1);
        opacity: 1;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
}

.home-popup img {
    margin-bottom: 10px;
    border-radius: 20px;
}

.home-popup h3 {
    font-weight: bold;
}

.check-address {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    color: #5A5A5A;
}

.check-address .radio {
    width: 20px;
}

.form-title p {
    color: #003595;
}

.btn-form-submit {
    padding: 10px 20px 10px 20px;
    border: 2px solid #084298;
    border-radius: 25px;
    color: #084298;
    font-weight: bold;
    background: transparent;
}

.btn-form-submit:hover {
    color: var(--main);
}

.subtitle-phone-num {
    font-size: 18px;
    text-decoration: underline;
}

.form-thank {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 550px;
    margin: 0 auto;
}

.form-thank img {
    width: 130px;
    margin-bottom: 25px;
}

.form-thank h2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--blue);
}

.btn-back-home {
    background: var(--blue);
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 20px;
}

.btn-back-home:hover {
    color: #fff;
}


/* Fade Slide */
.slideshow {
    width: 100%;
    height: 650px;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.slideshow img {
    object-fit: cover;
    width: 100%;
}

.fade-animation {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* End */

/* New Slide */
.swiper {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    /* padding-bottom: 50px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* End */

.navbar-toggler {
    border: none;
    background-color: transparent;
}

.navbar-toggler:focus {
    outline: none;
}

.headerBannerSwiper .autoplay-progress {
    color: var(--blue);
    font-size: 18px;
}

.headerBannerSwiper .autoplay-progress svg {
    stroke: var(--blue);
}

.headerBannerSwiper .swiper-pagination-bullet {
    color: var(--blue);
    background: var(--blue);
    width: 15px;
    height: 15px;
}

.corporate {
    padding: 120px 0;
    background: #fff;
}

.corporate .swiper-pagination {
    position: relative;
    bottom: 0px !important;
}

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

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

/* FAQ style */
.faq-section {
    margin-top: 60px;
    padding-bottom: 50px;
}

#accordion {
    margin-top: 50px;
}

.faq-section .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.faq-section .card-header {
    background: #fff;
    border: none;
    border-radius: 15px;
}

.faq-section .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    color: #003595;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.faq-section .card-body {
    padding: 0px 15px 10px 28px;
}

.faq-section p {
    font-size: 18px;
    color: #003595;
}

.faq-section h2 {
    color: #003595;
    font-weight: bold;
}

/* End FAQ */
.promo-end-title {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 11px;
    background: var(--red);
    padding: 3px 10px 3px 10px;
    border-radius: 10px 0px 0px 10px;
    top: 12px;
}

.single-promo-end-title {
    position: absolute;
    right: -8px;
    color: #fff;
    font-size: 11px;
    background: var(--red);
    padding: 3px 10px 3px 10px;
    border-radius: 10px 0px 0px 10px;
    top: -5px;
}

.animated-text {
    display: inline-block;
    animation: moveUpDown 1.5s linear infinite;
}

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

    50% {
        transform: translateY(-20%);
    }

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

.animated-scroll-top {
    display: inline-block;
    animation: moveUpDownScrollTop 1.5s alternate infinite;
}

.animated-up-down {
    display: inline-block;
    animation: moveUpDownScrollTop 1.5s alternate infinite;
}

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

    50% {
        transform: translateY(-20%);
    }

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

.page-breadcrumbs {
    padding-bottom: 20px;
}

.about-white-box {
    background: var(--gray-light);
    padding: 40px;
    border-radius: 35px;
    margin-bottom: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.about-info-content h2 {
    color: var(--main);
    font-weight: bold;
    margin: 20px 0;
}

.about-white-box .about-img {
    position: relative;
    bottom: -55px;
    right: -70px;
}

.about-info-content .about-phone,
.about-info-content .about-location {
    color: var(--blue);
    font-weight: bold;
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 99;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    width: 100px;
}

.content-404 {
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px;
    border-radius: 20px;
}

.content-404 img {
    width: 300px;
    margin-bottom: 30px;
}

.title-404 h1 {
    color: var(--main);
    font-weight: bold;
    font-size: 50px;
}

.clear-float {
    clear: both;
}

.language-sp a {
    font-family: 'nokora-regular', sans-serif;
    letter-spacing: -0.5px;
    color: var(--blue) !important;
    background: #fff;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

.myAreaSwiper .swiper-pagination {
    bottom: 0 !important;
}

.main-spin {
    padding: 80px 0;
}

.pagination li span,
.pagination li a {
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .active span {
    background: var(--blue);
    border: none;
}

.disabled {
    cursor: not-allowed;
}

.modal-footer {
    border-top: none;
}

.bg-curve-white {
    background: var(--gray-light);
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.sp-block {
    display: none !important;
}

.js-slideshow,
.js-slideshow-reverse {
    padding-bottom: 4vw;
}

.slide-partner {
    width: 12vw;
    margin-right: 2vw;
    height: 22vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-partner img {
    max-width: 85%;
    border-radius: 15px;
}

.slide {
    margin-top: 65px;
}


/* Desktop Hamburger */
.dt-hamberger-menu {
    width: 200px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.dt-hamberger-menu .hamberger-menu {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    right: -150px;
    background: var(--blue);
    padding: 10px;
    border-radius: 25px;
}

.dt-hamberger-menu .bar {
    width: 58%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.3s ease-out;
}

.dt-hamberger-menu .bar.upper-bar {
    transform: translateY(-10px);
}

.dt-hamberger-menu .bar.lower-bar {
    transform: translateY(10px);
}

.dt-hamberger-menu .hamberger-menu,
.dt-hamberger-menu .menu-list {
    position: relative;
    z-index: 2;
}

.dt-hamberger-menu .menu-list {
    display: none;
}

.dt-hamberger-menu .menu-list>ul {
    list-style: none;
    margin-top: 20px;
}

.dt-hamberger-menu .menu-list>ul>li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.dt-hamberger-menu .menu-list>ul>li a:hover {
    background-color: rgb(255 255 255 / 20%);
    animation: linkAnimation 0.2s ease-out;
    color: var(--blue);
}

.dt-hamberger-menu .menu-background {
    width: 600px;
    height: 600px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: var(--main);
    transform: translate(100%, -100%);
    transition: all 0.3s ease-out;
    border-radius: 100%;
}

.dt-hamberger-menu:hover .bar.upper-bar,
.dt-hamberger-menu:hover .bar.lower-bar {
    transform: translateY(0px);
}

.dt-hamberger-menu:hover .bar.upper-bar {
    transform: rotate(45deg);
}

.dt-hamberger-menu:hover .bar.lower-bar {
    transform: rotate(-45deg);
}

.dt-hamberger-menu:hover .bar.middle-bar {
    transform: translateX(100px);
}

.dt-hamberger-menu:hover .menu-list {
    display: block;
    animation: fadeIn 0.8s forwards;
    transition-delay: 0.8s;
}

.dt-hamberger-menu:hover .menu-background {
    animation: bubblePresent 0.3s ease-out;
    transform: translate(50%, -30%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes linkAnimation {
    0% {
        /*transform: translateX(50px);*/
        transform: scale(1.1);
    }

    80% {
        /*transform: translateX(-10px);*/
        transform: scale(0.9);
    }

    100% {
        /*transform: translateX(0px);*/
        transform: scale(1);
    }
}

@keyframes bubblePresent {
    0% {
        transform: translate(100%, -100%);
    }

    80% {
        transform: translate(55%, -25%);
    }

    100% {
        transform: translate(50%, -30%);
    }
}

/* End */

.right-menu-active {
    color: var(--blue) !important;
    font-weight: bold;
}
.sp-menu-active {
    color: var(--blue) !important;
    font-weight: bold;
}

.shareButton {
    position: absolute;
    right: 20px;
    bottom: 15px;
    cursor: pointer
}

.shareButton i {
    background: #0077FF;
    padding: 10px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
}

.animate-block {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
