html {
    --ci: #2161f6;
    --navi: #203abf;
    --black: #000;
    --white: #fff;
    --purple: #7705bc;
    --blue: #77ddf5;
    --primary: #005eff;
    --subtext: #82807e;
}
body {
    min-height: 100vh;
}
h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.text-ci {
    color: var(--ci);
}
.text-navi {
    color: var(--navi);
}
.text-primary {
    color: var(--primary);
}
main {
    max-width: 1440px;
    /* display: block; */
    margin: 0 auto;
    min-height: 450px;
}
.btn {
    font-weight: "semi bold"!important;
}
/* slick slider */
.hero-slide-desktop {
    height: 575px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-slide-mobile {
    height: 174px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-slider {
    margin-bottom: 91.78px;
}
#online-slider {
    margin-bottom: 24px;
}
.hero-slide {
    overflow: hidden;
    height: 575px;
    position: relative;
}
#online-slider .slick-list .slick-track .slick-slide {
    margin: 0 10px 0 10px;
}
.slider-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-top: 23.78px;
    list-style: none;
    text-align: center;
}
.slider-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider-dots li button {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 1;
    color: #d9d9d9;
    background-color: #d9d9d9;
    border-radius: 100%;
    border: none;
}
.slider-dots li.slick-active {
    width: 58px;
}
.slider-dots li.slick-active button {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 1;
    color: #2161f6;
    border-radius: 25px;
    border: none;
    background-color: #2161f6;
}
/* end slick slider */
.bg-ci {
    background-color: var(--ci);
}
.navbar,
.navbar-collapse,
.navbar-brand img {
    height: 88px;
    font-family: "Noto Sans Thai";
    font-weight: bold;
}
.navbar-main .nav-item {
    min-height: 88px;
}
.navbar-sub .nav-item {
    min-height: 68px;
}
.navbar-main .nav-item > span {
    margin-top: 28px;
    display: inline-block;
}
.navbar-sub .nav-item a {
    padding-top: 26px;
    display: inline-block;
    font-weight: 700;
    color: rgba(255, 255, 255, 1) !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    margin-bottom: 3px;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255) !important;
    border: 0;
}
.navbar-toggler {
    font-size: 16px;
    font-weight: 700;
}
/* menu */
.modal-content-menu {
    background-color: rgba(255, 255, 255, 0.9);
}
.close-menu {
    height: 70px;
    padding-right: 13.62px;
    padding-left: 16px;
}
.close-menu-btn {
    width: 87px;
    line-height: 16px;
    /* margin-top: 37px; */
    background: none;
    border: none;
}
.menu-text {
    /* font-family: "Prompt"; */
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
.close-menu-icon {
    background-image: url("../../../images/icon/close-white.svg");
    display: inline-block;
    width: 21.38px;
    height: 21.6px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 3px;
    margin-top: -17px;
}
.activities-menu {
    color: #fff !important;
    /* font-family: "Prompt"; */
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 16px 0 16px 16px !important;
}
.nav-item-mobile {
    border-top: 1px solid #1877fd;
}
.earth-icon {
    height: 20px;
}
.earth-icon-mobile {
    margin-top: -4px;
}
.location-label-mobile {
    padding-top: 16px;
    padding-bottom: 9px;
    display: block;
    /* font-family: "Prompt"; */
}
.location-label-icon {
    display: block;
    padding-bottom: 17px;
    /* font-family: "Prompt"; */
}
.change-link {
    border-bottom: 1px solid #77ddf5;
}
.location-label {
    font-weight: 400;
}
.location-label strong {
    font-weight: 700;
}
.search-btn-mini {
    height: 30px;
    width: 30px;
    background-color: var(--navi);
    color: var(--white);
    text-align: center;
    border: 0;
    margin-right: 16px;
    border-radius: 0;
}
.search-btn {
    height: 36px;
    width: 144px;
    background-color: var(--navi);
    color: var(--white);
    font-size: 16px;
    text-align: center;
    border: 0;
    /* margin-top: 21px; */
}
.search-icon {
    background-image: url("../../../images/icon/search.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 3px;
    margin-bottom: 3px;
}
/* online */
#online-promotions {
    overflow: hidden;
}
#online-slider {
    height: 371px;
}
.campaign-link,
.online-link {
    text-decoration: none;
}
.size-online {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    display: inline-block;
}
.uni-btn {
    font-family: "Noto Sans Thai";
    height: 36px;
    background-color: var(--navi);
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 0;
}
.previous-btn {
    width: 48px;
    margin-right: 24px;
}
.previous-icon {
    background-image: url("../../../images/icon/previous.svg");
    display: inline-block;
    height: 10px;
    width: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}
.next-btn {
    width: 48px;
    text-align: center;
    /* margin-top: 21px; */
}
.next-icon {
    background-image: url("../../../images/icon/next.svg");
    display: inline-block;
    height: 10px;
    width: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}
.online-card {
    height: 371px;
    margin-bottom: 21px;
    background: none;
    border: none;
}
.online-banner {
    overflow: hidden;
    height: 280px;
    position: relative;
}
.online-banner img {
    width: auto;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.online-excerpt {
    font-family: "Noto Sans Thai"!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #2d2d2d;
}
/* end online */
.card-body-online {
    height: 91px;
}
/* campaign */
#latest-promotions {
    margin-top: 32px;
}
.filter-brand {
    font-family: "Noto Sans Thai";
    font-weight: bold;
    width: 202px;
    height: 32px;
    margin-top: 18px;
    margin-bottom: 24px;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #cfcfcf !important;
    background-image: url("../../../images/icon/arrowdown-primary.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.filter-brand option {
    font-family: "Noto Sans Thai";
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}
.annoucement-sign {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    background-color: var(--purple);
    /* font-family: "Prompt"; */
    color: var(--white);
    height: 30px;
    width: 96px;
    margin-top: 209px;
}
.card-img-top-campaign {
    overflow: hidden;
    height: 280px;
    text-align: center;
}
.campaign-card {
    min-height: 452px;
    margin-bottom: 21px;
    background: #f7f7ef;
    border: 1px solid #d3d3c8;
}
.campaign-banner {
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.campaign-date {
    font-family: "Noto Sans Thai";
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #82807e;
}
.campaign-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #2d2d2d;
}
.campaign-excerpt {
    font-family: "Noto Sans Thai"!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #82807e;
}

/* end campaign  */
.view-all-btn,
.view-all-btn:hover {
    display: inline-block;
    height: 48px;
    background-color: #1f36c7;
    margin-bottom: 55px;
    padding: 16px;
    color: #fff;
    text-decoration: none;
    width: 202px;
    font-size: 20px;
    line-height: 20px;
    font-weight: "bold";
}
.right-blue-icon {
    background-image: url("../../../images/icon/right-blue.svg");
    display: inline-block;
    height: 10px;
    width: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 10px;
}
/* footer */
.top-footer {
    min-height: 57px;
}
.bg-navi {
    background-color: var(--navi);
    color: var(--white);
}
.share-footer-icon {
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 14px;
    font-family: "Noto Sans Thai";
}
.share-footer-icon img {
    height: 30px;
    margin-right: 16px;
}
.social-list {
    margin-top: 16px;
}
.list-inline-item img {
    height: 25px;
}
.middle-footer {
    min-height: 129px;
}
.logo-footer {
    padding: 32px 0 32px 28px;
}
.find-us {
    margin-top: 32px;
    margin-bottom: 10px;
    color: var(--ci);
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 16px;
}
.social-list-purple {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 16px;
}
.nav-footer .list-inline-item {
    min-height: 67px;
    line-height: 67px;
    vertical-align: middle;
}
.nav-footer {
    margin-bottom: 60px;
}
.footer-link {
    font-size: 16px;
    font-weight: "semi bold";
    text-decoration: none;
    /* text-decoration-color: var(--blue); */
    text-underline-offset: 5px;
    /* font-family: "Prompt"; */
}
.back-to-top {
    /* display: none; Hidden by default */
    font-family: "Noto Sans Thai";
    font-weight: "bold";
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    height: 36px;
    width: 155px;
    bottom: 0px; /*Place the button at the bottom of the page */
    right: 0px; /* Place the button 0px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: var(--navi); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 16px; /* Increase font size */
    text-align: center;
    padding-top: 5px;
}
.to-top-icon {
    margin-right: 18px;
}
label {
    font-family: "Noto Sans Thai"!important;
}
.form-text {
    font-family: "Sarabun"!important;
}
.form-control::placeholder {
    font-family: "Sarabun"!important;
}
@media only screen and (max-width: 576px) {
    .navbar,
    .navbar-collapse,
    .navbar-brand img {
        height: 70px !important;
    }
    /* slider */
    .hero-slide {
        height: 174px;
        position: relative;
    }
    .slick-slider {
        margin-bottom: 60px !important;
    }
    .slider-dots {
        margin-top: 20.2px;
    }
    .slider-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .slider-dots li.slick-active {
        width: 29px;
    }
    .slider-dots li button {
        font-size: 6px;
        line-height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: "";
        text-align: center;
        opacity: 1;
        color: #d9d9d9;
        background-color: #d9d9d9;
        border-radius: 100%;
        border: none;
    }
    .slider-dots li.slick-active button {
        font-size: 0;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 29px;
        height: 10px;
        content: "";
        text-align: center;
        opacity: 1;
        color: #2161f6;
        border-radius: 25px;
        border: none;
        background-color: #2161f6;
    }
    #online-slider {
        margin-bottom: 0!important;
    }
    .online-card {
        height: 318px;
        background: none;
        border: none;
    }
    /* .online-banner {
        overflow: hidden;
        height: 280px;
        position: relative;
    }
    .online-banner img {
        width: auto;
        height: 280px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .online-excerpt {
        font-family: "Noto Sans Thai"!important;
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        max-height: 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #2d2d2d;
    } */
    /* end online */
    .card-body-online {
        height: 91px;
    }
    /* end slider */
    h1 {
        /* font-family: "Prompt"; */
        font-weight: "semi bold";
        font-size: 28px;
        line-height: 40px;
    }
    .size-online {
        margin-bottom: 29px;
    }
    .logo-footer {
        padding: 32px 0 32px 16px;
    }
    .find-us {
        margin: 0 0 10px 16px;
        color: var(--ci);
        font-size: 20px;
        font-weight: 600;
    }
    .nav-footer .list-inline-item {
        width: 100%;
        height: 40px;
        min-height: 40px;
        line-height: 40px !important;
        vertical-align: middle;
    }
    .nav-footer {
        padding-bottom: 20px;
        margin-top: 10px;
    }
}
