:root{
    --main-cl: #054000;
    --sub-cl: #FBB813;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
body{
    overflow-x: hidden;
    background-color: #fff;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
}
.section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_white{
    color: #FFF;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.al_center{
    align-items: center;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-family: 'Montserrat 600';
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
section.section_full_height{
    overflow: hidden;
}
section.section_full_height .promotion_list_wrap{
    max-width: 100%;
    width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    overflow: hidden;
}
section.section_full_height .heading_banner{
    width: 308px;
    max-width: 100%;
    margin: 20px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.swiper_pagination{
    position: absolute;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_pagination > .swiper-pagination-bullet{
    width: 16px;
    height: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.3;
    background-color: var(--main-cl);
    margin: 0 2px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.swiper_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 28px;
    opacity: 1;
}
.item_promotion_single,
section.section_full_height .promotion_swiper{
    width: 375px;
    overflow: unset;
}
.item_promotion_single{
    margin-left: auto;
    margin-right: auto;
}
.item_promotion_single .img_wrap,
section.section_full_height .promotion_swiper .img_wrap{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.item_promotion_single .btn{
    margin-top: 20px;
}
section.section_full_height .promotion_swiper .swiper-slide{
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}
section.section_full_height .promotion_swiper .swiper-slide-next,
section.section_full_height .promotion_swiper .swiper-slide-prev{
    opacity: 0.7;
}
section.section_full_height .promotion_swiper .swiper-slide-active{
    opacity: 1;
}
section.section_full_height .promotion_swiper .swiper_arrow{
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
section.section_full_height .promotion_swiper .swiper_arrow.next{
    right: 0;
    transform:translateY(-50%) translateX(50%);
}
section.section_full_height .promotion_swiper .swiper_arrow.prev{
    left: 0;
    transform:translateY(-50%) translateX(-50%);
}
section.section_full_height .promotion_swiper .btn{
    position: absolute;
    bottom: -67px;
    width: 100%;
    left: 0;
    opacity: 0;
}
section.section_full_height .promotion_swiper .swiper-slide-active .btn{
    opacity: 1;
}
section.section_full_height h1.title{
    font-family: GT America LCG;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}
.btn{
    height: 47px;
    font-family: GT America LCG;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
    padding-left: 20px;
    padding-right: 20px;
}
.btn_primary{
    color: var(--main-cl);
    background-color: var(--sub-cl);
}
section.section_full_height .promotion_swiper{
    margin-bottom: 87px;
}
#footer .copyright-footer{
    font-family: GT America LCG;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
#footer .absolute-footer.dark ul.flex_box {
    padding-bottom: 0;
    opacity: 1;
    border-bottom: none;
    margin-top: 0.521rem;
}
#footer .absolute-footer.dark ul.flex_box  > li{
    margin-bottom: 0;
}
#footer .absolute-footer.dark ul.flex_box > li > a{
    display: flex;
    width: 22px;
    height: 22px;
    margin: 0 9px;
}
.promotion_details_wrap .promotion_box{
    width: 455px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.promotion_details_wrap .promotion_box .expired_date{
    position: absolute;
    z-index: 3;
    font-family: GT America LCG;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: var(--main-cl);
    width: 230px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10.8%;
    top: 64%;
}
.promotion_details_wrap .promotion_box .coupon_code{
    position: absolute;
    z-index: 3;
    font-family: GT America LCG;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    color: #FFF;
    width: 230px;
    height: 35px;
    right: 10.8%;
    top: 53.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion_details_wrap .promotion_box .img_qr{
    position: absolute;
    bottom: 6.5%;
    left: 10.5%;
    z-index: 3;
    overflow: hidden;
    width: 91px;
    height: 91px;
}
.promotion_details_wrap .promotion_box .image_qr{
    width: 120px !important;
    max-width: inherit;
    height: 120px !important;
    margin-left: -15px;
    margin-top: -14px;
}
.promotion_details_wrap .promotion_box .img_logo{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 1;
    display: flex;
    display: none !important;
}
section.section_full_height .promotion_details_wrap .heading_banner{
    width: 455px;
    max-width: 100%;
}
section.section_full_height{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.section_full_height .finish_page_wrap{
    width: 926px;
    max-width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #FFF5EB;
    border: 4px solid #FDB913;
    margin: 0 auto;
    padding: 122px 140px;
}
section.section_full_height .finish_page_wrap h1.text_finish{
    color: #FBB813;
    font-family: Open Sans;
    font-size: 35px;
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 29px;
    text-transform: uppercase;
    margin-top: 44px;
    -webkit-text-stroke: 2px var(--main-cl);
    text-shadow: 0 5px 5px #00000045;
}
section.section_full_height .finish_page_wrap p{
    margin-bottom: 9px;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 30px;
}
section.section_full_height .finish_page_wrap p:last-of-type{
    margin-bottom: 0;
}
.header-wrapper.stuck{
    position: unset !important
}
.header-wrapper.stuck #logo img{
    max-height: 100px !important;
}
#popup_alert{
    display: none;
    width: 416px;
    max-width: 95%;
    padding: 32px 32px 24px;
}
#popup_alert .text_alert{
    font-family: GT America LCG;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }

}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    section.section_full_height .finish_page_wrap{
        padding: 40px 60px;
        max-width: calc(100% - 30px);
    }
    section.section_full_height .finish_page_wrap h1.text_finish{
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .mobile_text_center{
        text-align: center;
    }
    section.section_full_height .promotion_swiper{
        width: 235px;
    }
    .btn{
        height: 32px;
        font-size: 15px;
        line-height: 19px;
    }
    .page_footer > .text_center{
        font-size: 12px;
        line-height: 15px;
    }
    .page_footer > ul > li > a{
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
    section.section_full_height h1.title{
        font-size: 15px;
        line-height: 19px;
    }
    section.section_full_height .promotion_details_wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    .promotion_details_wrap .promotion_box{
        font-size: 1vw;
    }
    .promotion_details_wrap .promotion_box,
    section.section_full_height .promotion_details_wrap .heading_banner,
    section.section_full_height .heading_banner{
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    section.section_full_height .promotion_swiper .img_wrap,
    section.section_full_height .heading_banner{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .promotion_details_wrap .promotion_box .expired_date,
    .promotion_details_wrap .promotion_box .coupon_code{
        font-size: 3.06rem;
        line-height: 4rem;
        width: 47.06rem;
        height: 6.82rem;
    }
    .promotion_details_wrap .promotion_box .image_qr{
        width: 18.35rem;
        height: 18.35rem;
    }
    body,html{
        font-size: 1vw;
    }
    section.section_full_height .finish_page_wrap h1.text_finish{
        font-size: 25px;
        line-height: 35px;
    }
    section.section_full_height .finish_page_wrap{
        padding: 50px 30px 80px;
        max-width: calc(100% - 60px);
    }
    section.section_full_height .finish_page_wrap p{
        font-size: 15px;
        line-height: 21px;
    }
    section.section_full_height .finish_page_wrap .logo_wrap > *{
        width: 200px;
        height: auto;
    }
    .promotion_details_wrap .promotion_box .image_qr{
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        transform: scale(1.3);
    }
    .promotion_details_wrap .promotion_box .img_qr{

        width: 18.95rem !important;
        height: 18.95rem !important;
    }
    #footer .copyright-footer{
        font-size: 12px;
    }
    section.section_full_height{
        min-height: unset;
        padding: 20px 0;
    }
}