#error-not-found #content{
    padding-top: 88px;
    min-height: 848px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}

#error-not-found #content p{
    margin-bottom: 40px;
}

#error-not-found .title-error {
    text-transform: capitalize;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

#error-not-found h1{
    margin: 0 0 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
}

#error-not-found .button.primary.large {
    padding: 12.5px 20px;
    width: 534px;
    max-width: 100%;
    justify-content: center;
}

@media(max-width: 767.98px){
    #error-not-found .button.primary.large {
        width: 100%;
    }

    #error-not-found #content {
        min-height: 534px;
        padding-top: 0px;
    }
}

/* cookie */
#privacy-pop-up p{
    color: #FFF;
    margin: 0;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    margin-bottom: 32px;
}

#privacy-pop-up p a{
    letter-spacing: 0;
}
#privacy-pop-up .pop-up-inner{
    justify-content: space-between;
}
#privacy-pop-up .actions{
    margin-left: 0;
}
#privacy-pop-up .pop-up-inner{
    display: block;
}

#privacy-pop-up .actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
}

#privacy-pop-up .btn:not(:last-child){
    margin-right: 0;
}
#privacy-pop-up .btn:hover{
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #9F7021;
}
#privacy-pop-up .btn{
    border: 1px solid #fff;
    color: #111111;
    width: 124px;
    max-width: 124px;
    padding: 7px 10px;
    outline: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    display: block;
    -webkit-text-fill-color: inherit;
}

#privacy-pop-up a.btn.btn-primary.text-and-button-btn.deny-button{
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #9F7021;
    width: 124px;
    max-width: 124px;
}

#privacy-pop-up a.btn.btn-primary.text-and-button-btn.deny-button:hover{
    border: 1px solid #fff;
    color: #000F2D;
    background: #fff;
}

#privacy-pop-up{
    display: none;
    background: linear-gradient(0deg, #1E1E1E, #1E1E1E), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px 0;
    width: auto;
    height: auto;
    z-index: 999;
    border-radius: 10px;
}

#privacy-pop-up .container{
    max-width: 312px;
    padding: 0 20px;
}

#promotion-popup .popup-privacy {
    display: none;
}

#promotion-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.40);
    padding: 0 37px;
}

#promotion-popup .popup-infor {
    display: flex;
    background: #000F2D;
    align-items: center;
    width: 1000px;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

#promotion-popup .popup-infor:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg-popup.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

#promotion-popup .popup-infor .popup-title {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

#promotion-popup .popup-infor .popup-description{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0;
}

#promotion-popup .popup-infor .popup-content-left {
    height: 100%;
    display: block;
    width: 50%;
    padding-left: 72px;
    padding-top: 21px;
}

#promotion-popup .popup-infor .popup-content-right {
    width: 50%;
}

#promotion-popup .popup-infor img.popup-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#promotion-popup span.close-popup {
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 34px;
    cursor: pointer;
    z-index: 2;
}

#promotion-popup img.popup-image {
    width: 923px;
    height: 518px;
    display: block;
    object-fit: cover;
}

#promotion-popup .popup-content {
    position: relative;
    padding-top: 0;
    width: 923px;
    height: 520px;
    border: 1px solid #F79F00;
}

#promotion-popup .swiper-container {
    overflow: hidden;
    position: relative;
}

#promotion-popup .popup-content-left {
    position: absolute;
    z-index: 1;
    padding: 55px 87px 0px;
    width: 100%;
    display: block;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-left {
    padding: 0px 27px 0px;
    text-align: center;
    max-width: 448px;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-left h4.popup-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    margin-bottom: 14px;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-left .popup-description h2{
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#promotion-popup .swiper-slide.promotion_popup {
    display: flex;
    align-items: center;
}

#promotion-popup .swiper-slide.message_popup .popup-content-left .content-text{
    max-height: 372px;
    overflow: auto;
    display: block;
    width: 100%;
}

#promotion-popup .swiper-slide.message_popup .popup-content-left .content-text::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

#promotion-popup .swiper-slide.message_popup .popup-content-left .content-text::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 60px;
}

#promotion-popup .swiper-slide.message_popup .popup-content-left .content-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 60px;
}

#promotion-popup .swiper-slide.message_popup .popup-content-left .content-text::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

#promotion-popup .swiper-slide.message_popup .popup-content-left .content-text h6{
    font-family: 'Cinzel';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

#promotion-popup .popup-content-right:before {
    background: rgba(0, 0, 0, 0.40);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

#promotion-popup .swiper-slide.message_popup h4.popup-title {
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    max-width: 512px;
    margin: 0 auto;
    text-transform: capitalize;
    margin-bottom: 32px;
}

#promotion-popup .swiper-slide.message_popup .popup-description {
    padding: 0px 33px;
    display: block;
}

#promotion-popup .swiper-slide.message_popup .popup-description p {
    line-height: 22.4px;
}

#promotion-popup .popup-content-right {
    position: relative;
}

#promotion-popup .swiper-button-next:after, 
#promotion-popup .swiper-button-prev:after{
    display: none;
}

#promotion-popup .popup-infor .popup-description p {
    margin-bottom: 15px;
}

#promotion-popup .popup-infor .popup-description p:last-child {
    margin-bottom: 0;
}

#promotion-popup .item-bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 19px;
    width: 100%;
    padding: 0 34px;
}

#promotion-popup .button-navigation {
    display: inline-flex;
    width: auto;
    justify-content: flex-end;
    column-gap: 20px;
}

#promotion-popup .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 80%;
    text-align: left;
    padding-left: 10px;
    position: relative;
}

#promotion-popup .swiper-button-next, 
#promotion-popup .swiper-rtl .swiper-button-prev {
    position: relative;
    right: inherit;
    width: 64px;
}

#promotion-popup .swiper-button-prev, 
#promotion-popup .swiper-rtl .swiper-button-next {
    position: relative;
    left: inherit;
    order: -1;
    width: 64px;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-left h5 {
    text-transform: capitalize;
    margin-bottom: 40px;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-left p a {
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    position: relative;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-left p a:before {
    position: absolute;
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    left: 0;
    bottom: -1px;
    background: #9F7021;
}

#promotion-popup .popup-content-right {
    width: 100%;
}

#promotion-popup .swiper-slide.promotion_popup .popup-content-right:before{
    display: none;
}

#error-not-found {
    position: relative;
    max-width: 100%;
    border-bottom: 1px solid #F79F00;
}

#error-not-found::before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #F79F00;
    left: 0;
    bottom: -10px;
}

#error-not-found .row{
    position: relative;
    z-index: 1;
}

@media(max-width: 1280.98px){
    #promotion-popup .popup-infor {
        width: 100%;
    }

    #promotion-popup .popup-infor .popup-content-left {
        padding-left: 25px;
    }
}

@media(max-width: 991.98px){
    #promotion-popup img.popup-image {
        width: 100%;
    }

    #promotion-popup .popup-content {
        width: 100%;
    }

    #promotion-popup .popup-content-left {
        padding: 55px 30px 0px;
    }

    #promotion-popup span.close-popup {
        top: 18px;
        right: 30px;
    }

    #promotion-popup .swiper-slide.promotion_popup .popup-content-left {
        max-width: 340px;
    }
}

@media(max-width: 767.98px){
    #privacy-pop-up .pop-up-inner{
        display: block;
    }

    #promotion-popup .popup-infor .popup-content-right {
        width: 100%;
        order: -1;
        z-index: 1;
    }

    #promotion-popup .popup-infor .popup-content-left {
        width: 100%;
    }

    #promotion-popup .popup-infor {
        flex-wrap: wrap;
        overflow: hidden;
    }

    #promotion-popup .popup-infor .popup-description {
        font-size: 28.05px;
        font-weight: 300;
        line-height: 38.45px;
    }

    #promotion-popup .popup-infor .popup-title {
        font-size: 11.22px;
        font-weight: 400;
        line-height: 16.83px;
        margin-bottom: 13px;
    }

    #promotion-popup .popup-infor .popup-description .button.large{
        font-size: 12.62px;
        font-weight: 400;
        line-height: 15.38px;
        letter-spacing: 0.04em;
    }

    #promotion-popup span.close-popup svg{
        width: 23px;
        height: 23px;
    }

    #promotion-popup .popup-infor .popup-description p {
        margin-bottom: 8px;
    }

    #promotion-popup .button.secondary.large:after {
        width: 81px;
        margin-left: 12px;
        top: 8px;
    }

}

@media (max-width: 640px) {
    #promotion-popup span.close-popup {
        top: -14px;
        right: -9px;
        width: 100%;
        position: relative;
        text-align: right;
    }

    #promotion-popup .swiper-slide.message_popup .popup-content-left .content-text {
        max-height: 520px;
    }

    #promotion-popup .button-navigation {
        display: none;
    }

    #promotion-popup .item-bottom {
        position: relative;
        padding: 0;
        bottom: 0;
    }

    #promotion-popup {
        background: rgba(0, 0, 0, 0.5);
    }

    #promotion-popup .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 100%;
        padding-left: 0;
        bottom: 0px;
    }

    #promotion-popup .swiper-slide {
        border: 1px solid #F79F00;
        height: 600px;
    }

    #promotion-popup .popup-content{
        border: 0;
        height: 600px;
    }

    #promotion-popup .popup-content-left {
        padding: 40px 20px 0px;
    }

    #promotion-popup .swiper-slide.message_popup h4.popup-title {
        max-width: 100%;
        text-align: left;
        margin-bottom: 30px;
    }

    #promotion-popup .swiper-slide.message_popup .popup-description {
        padding: 0 15px 0 0;
    }

    #promotion-popup img.popup-image {
        height: 598px;
    }

}

@media(max-width: 500px){
    #privacy-pop-up {
        right: 50%;
        transform: translateX(50%);
    }
}

@media(max-width: 390px){
    #promotion-popup .swiper-slide.promotion_popup .popup-content-right {
        width: 100%;
        padding-bottom: 105%;
        background-size: cover;
        background-position: 77% 100%;
        background-repeat: no-repeat;
    }

    #promotion-popup .swiper-slide.promotion_popup img.popup-image {
        width: 100%;
        height: 0;
    }

    #promotion-popup .swiper-slide.promotion_popup .popup-content-left {
        max-width: 100%;
        position: relative;
        padding: 40px 27px 14px;
    }

    #promotion-popup .swiper-slide.promotion_popup {
        flex-wrap: wrap;
        overflow: hidden;
        background: #000;
    }
}

@media(max-width: 380.98px){
    #promotion-popup .popup-infor:before {
        left: 0;
        height: 60%;
    }

    #promotion-popup .popup-infor .popup-content-left {
        padding: 72px 25px 72px;
    }
}

@media(max-width: 375px){
    #promotion-popup {
        padding: 0 15px;
    }
}

/* text animation */
.text-and-button-section.text-banner .text-and-button-title.text-animation p{
    display: inline;
}
.text-and-button-section.text-banner .text-and-button-title.text-animation {
    color: #000;
}
.text-and-button-section.text-banner .text-and-button-title.text-animation.animation-done::after{
    display: none;
}