/*//custom css*/
a.close {
    padding: 4px 11px;
    border-radius: 50px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 4%;
    top: 3%;
    opacity: 1;
}
a.close > .close-icon{
    font-size: 1.2em;   
}
.custom_form_ds label{
	    /*font-family: nycarlsbergdisplay-bold,arial;*/
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
    font-size: 1rem;
    /*display: flex;*/
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0 0 20px;
    color: #000;
}
.custom_form_ds input.form-control, .custom_form_ds textarea.form-control{
	display: inline-block;
	padding: 10px 35px 10px 15px;
	margin: 0;
	height: auto;
	width: 100%;
	min-height: 50px;
	position: relative;
	border: 2px solid #000000;
	background-color: #fff;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	touch-action: manipulation;
	border-radius: initial;
}
 label.error{
     width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
 }
 .form-control.error {
    border-color: red !important; 
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}
.custom_form_ds .label-box{
	    display: block;
	    position: absolute;
	    height: 24px;
	    width: 24px;
	    border: 2px solid #000000;
}
.custom_form_ds .label-box:after{
	top: 7px;
    left: 0;
    right: 0;
    height: 7px;
    width: 7px;
    margin: auto;
    content: "";
    position: absolute;
    background-color: #006939;
    opacity: 0;
    transition: opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out,transform .25s ease-in-out;
    transition: opacity .25s ease-in-out,transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-transform: scale(.95);
    transform: scale(.95);
}
.custom_form_ds .input-checkbox input[type=checkbox]~label:before{
	    content: " ";
    display: table;
}
.custom_form_ds .input-checkbox input[type=checkbox]~label{
	    position: relative;
    /*font-family: nycarlsbergdisplay-bold,arial;*/
    /*letter-spacing: 2px;*/
    font-size: .8rem;
    display: block;
    /*text-transform: uppercase;*/
    line-height: 1.8;
}
.custom_form_ds .input-checkbox input[type=checkbox]~label .label-text{
    padding-left: 40px;
    display: block;
}
.custom_form_ds .input-checkbox input[type=checkbox]:checked~label .label-box:after{
	    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.custom_form_ds .input-checkbox input[type=checkbox]{
	position: absolute;
    opacity: 0;
   /* height: 0;
    visibility: hidden;
    display: none;*/
}
.form-control.is-invalid, .was-validated .form-control:invalid + .nice-select{
	background: #FBE3E4;
    border-color: #dc3545;
}
.form-control.is-valid, .was-validated .form-control:valid + .nice-select{
    border-color: #28a745;
}
.custom_form_ds button.btn.btn-primary {
    color: #fff;
    background-color: #006939;
    border-color: #006939;

}
.custom_form_ds button.btn.btn-primary,
.custom_form_ds a.btn.btn-primary{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
	outline: none;
	background: transparent;
	vertical-align: bottom;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: #b91f25;
	border: 3px solid #b91f25;
	transition: background-color .25s ease-in-out,color .25s ease-in;
	font-family: nycarlsbergdisplay-bold,arial;
	/*letter-spacing: 3px;*/
	/*text-transform: uppercase;*/
	font-size: 1rem;
	display: inline-flex;
	width: auto;
}
.custom_form_ds button.btn.btn-primary:hover{
	color: #b91f25;
	background-color: transparent;
	border-color: #b91f25;
}
.custom_form_ds .invalid-feedback{
    color: #8a1f11 !important;
    background: transparent !important;
    font-family: nycarlsbergdisplay-regular,arial;
    letter-spacing: 1px;
    align-self: center;
}
.custom_form_ds .label-text{
	/*font-family: nycarlsbergdisplay-bold,arial;*/
}
.custom_form_ds .form-control-file{
	    display: inline-block;
	    padding: 10px 35px 10px 15px;
	    margin: 0;
	    height: auto;
	    width: 100%;
	    min-height: 50px;
	    position: relative;
	    border: 2px solid #000000;
	    background-color: #fff;
	    line-height: normal;
	    text-align: left;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    cursor: pointer;
	    touch-action: manipulation;
	    border-radius: initial;
}
.form-control-file.is-invalid, .was-validated .form-control-file:invalid {
    background: #FBE3E4;
        border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.card.card2{
	height:460px;
}
.nice-select.wide{
    display: inline-block;
    padding: 10px 35px 10px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 50px;
    position: relative;
    border: 2px solid #000000;
    background-color: #fff;
    line-height: 26px;
    text-align: left;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    cursor: pointer;
    touch-action: manipulation;
    border-radius: initial;
}
.nice-select:after{
        content: '\25bc';
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000000;
        width: initial;
        height: initial;
        margin: initial;
        border: initial;
}
.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 5%;
    right: 15px;
}
.nice-select .option.selected.focus:before{
        content: '\2713';
    display: block;
    float: right;
    clear: right;
    margin-left: 10px;
}
body{
	    font-family: ASD SAN APP;
}
.font-somersby{
    font-family:Somersbyheader2015;
}
.text-green{
    color: #006E43;
}
.button--dark:hover .button__text {
    color: #fff;
}

.frontpage .burger-menu.back-botton{
    left: 4vw;
    top: 4vw;
}
.back_btn{
    display: block;
    width: 100px;
    color: #000;
    font-size: 28px;
    position: absolute;
    right: 0%;
    margin: auto;
    display: block;
    width: 31px;
    left: 0%;
    /* height: 23px; */
    top: 29%;
    z-index: 3;
}
.relative{
    position:relative;
    height: 100%;
    width: 100%;
}
.colm_img_big{
    bottom: 0;
    right: 0;
    position: absolute;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.module-qrcode{
    position: relative;
    /*display: flex;*/
   /* flex-direction: column;*/
    /*align-items: flex-start;*/
    justify-content: center;
    background-color: #ebebeb;
    padding: 5%;
}
.contain_middle{
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-qrcode .carlsberg-logo{
margin-bottom: 15px;
}
.promo_box_out{
    border: 1px solid #ddd;
}
.promo_box_in{
    padding: 5px;
}
.promo_box_head{
    color: #fff;
    padding: 10px;
}
.promo_box_body{
    color: #d91e2c;
    padding: 10px;
}
.promo_box_head{
    background-image: url('../Images/bg_promo.jpg');
    background-size: cover;
}
.promo_box_body{
    background-image: url('../Images/new/LeftBigSquare_1.jpg');
    background-size: cover;
    margin-top: 5px;
}
.card {
    border: 0;
}
.borderbg{
    /*border: 15px solid transparent;*/
    /*padding: 15px;*/
  /*  border-image-source: url(../Images/borderbg.png);
    border-image-repeat: repeat;
    border-image-slice: 30;*/
}
.home_banner{
    position:relative;
}
.desktop_vid, .mobile_vid{
    width: 100%;
}
.desktop_vid{
    display:block;
}
.mobile_vid{
    display:none;
}
.background--carlsberg-rich-gold{
    background-color: #f2dfaa;
}
.agegate__date-box .input{
    opacity: 1; 
    /*color: #000000;*/
    text-align: left;
    font-size: 12px;
    height: auto; 
    transform: initial;
    outline: none;
    caret-color: #ffffff00;
}
.agegate__date-box{
    background-color: #B92025;
}
.navigation__list  a:hover{
    color: #006939;
}
.background--carlsberg-rich-green.card{
    background-color: #006939;
}

.article-container.background--carlsberg-light-grey{
    background: rgb(208, 33, 38);
}
.module-text__manchet{
    color: #fff;
    text-align: center;
    font-size: 3rem;
}
.ajax_button_verify_loading{
    position: absolute;
    display: none;
}
#em_form5, #wm_form5{
    display: none;
}
.input-group>input.form-control, .input-group>select.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.bg-footer {
    color: #fff;
    font-size: 12px;
}
/*custom*/


/*menu*/
.navbar-nav .dropdown-menu {
    position: absolute;
}
.cny2022-nav .navbar-nav .nav-link{
    padding-left: 0;
}
.cny2022-nav .dropdown-menu li a::before {
    /*content: "\f067";*/
}
.cny2022-nav .dropdown-menu-sub > li > a::before {
    content: "\f054";
        left: 3em;
}
.cny2022-nav .dropdown-menu-sub2 > li > a::before {
    content: "\f068";
        left: 5em;
}
.dropdown-menu-sub, .dropdown-menu-sub2{
    padding-left: 0;
    list-style: none;}
.cny2022-nav .dropdown-menu-sub li a{
    padding-left: 4em;
}
.cny2022-nav .dropdown-menu-sub2 li a{
    padding-left: 7em;
}
.dropdown-menu-sub{
    list-style: none;
}
.cny2022-nav .dropdown-menu-sub li a:hover {
    padding-left: 5.5em;
}
.cny2022-nav .dropdown-menu-sub li a:hover::before {
    left: 3.5em;
}
.cny2022-nav .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    background: #000000;
    box-shadow: 0px 0px 7px #fff;
}
.cny2022-nav .dropdown-menu li a{
    color: #ffffff;
    font-weight: bold;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    background-color: #b91f25;
}
.dropdown-item.no-hover:focus, .dropdown-item.no-hover:hover {
    color: #fff!important;
    background-color: #b91f2500;
    padding-left: 2em!important;
}
.gift-icon{
    width: 48px;
    padding-top: 15px;
}
/*.cny2022-nav-mobile .navbar-nav{
    position: absolute;
    right: 1rem;
    left: 1rem;
    z-index: 9999;
}*/
.home_join{
    position: absolute;
    width: 19.6%;
    height: 8%;
    bottom: 23.6%;
    left: 40.2%;
}


/*popout*/
.desk .cny2022-redemption-link-bar {
    left: 21.7%;
}
.desk .cny2022-redemption-link-bar, .desk .cny2022-redemption-link-tont, .desk .cny2022-redemption-link-cvs, .desk .cny2022-redemption-link-tiffin, .desk .cny2022-redemption-link-hotpot, .desk .cny2022-redemption-link-moft {
    position: absolute;
    bottom: 11.4%;
    display: block;
    width: 27%;
    height: 10.2%;
}
.desk .cny2022-redemption-link-tont {
    left: 51.3%;
}
.desk .cny2022-redemption-link-cvs, .desk .cny2022-redemption-link-tiffin, .desk .cny2022-redemption-link-spinwin{
    position: absolute;
    bottom: 5%;
    display: block;
    width: 26%;
    height: 40%;
}
.desk .cny2022-redemption-link-cvs {
    left: 8%;
}
.desk .cny2022-redemption-link-tiffin {
    left: 63.7%;
}
.desk .cny2022-redemption-link-spinwin {
    left: 36%;
}

/*submission*/
.footer_banner{
    background-color: #b91f25;
}

.btn-close {
    opacity: 0;
    width: 3em;
    height: 3em;
}
.btn-close:hover{
    opacity: 0;
}
#redemptionModal .modal-dialog .modal-content {
    background-color: #ffffff00;
    border: 0;
}
.cny2022-landing .cny2022-slider .cny2022-container {
    max-width: 1600px;
}
.home-h1{
    font-size: 68px;
}
.home-h1-date{
    width: 27vw;
    display: block;
    margin: auto;
}
.navbar-toggler-icon {
    width: 3.5em;
    height: 3.5em;
        background-size: 99%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../Images/menu.png');
}
.navbar-light .navbar-brand{
    margin: 0;
}
.cny2022-nav .navbar-brand img {
    width: 100px;
}
.cny2022-nav .cny2022-redemption-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block!important;
}
.ft-celebrate{
    width: 200px;
}
.agegate, body{
    /* background-color: #000; */
}
.bg-footer {
    color: #fff;
    font-size: 12px;
}
.agegate p {
    color: #fff;
}
.agegate{
        background-color: #000;
        color: #fff;
        z-index: 9999999;
}
.agegate__logo-container .logo{
    width: 150px;
}
.placeholder {
    background-color: initial;
    opacity: 1;
}
.agegate__border{
    border: 5px solid #000000;
}
.home-h1 {
    font-size: 68px;
}

/*particitating*/
.cny2022-participating-outlets .accordion-button:not(.collapsed){
    border-bottom: 1px solid #000000;
    border-top: none;
    border-right: none;
    box-shadow: none;
    background-color: #000000;
    color: #fff;
    border-left: 10px solid #000000;
}
.cny2022-participating-outlets .accordion-item{
        background: #000000;
        box-shadow: 1px 1px 5px;
}
.cny2022-participating-outlets .accordion-item .accordion-collapse li{
    color: #ffffff;
}
.cny2022-general-head{
         background-color: #fff0; 
    /* background-image: url(../Images/web/Web_Background_CNY2022.png); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
     padding-top: 40px; 
    padding-bottom: 50px;
     margin-bottom: 0;
}
.cny2022-participating-outlets-body{
    margin-bottom: 3rem;
}
.cny2022-fill-body {
    min-height: calc(100vh - 100px - 100px);
}
.cny2022-tnc-body .container{
    padding: 2rem;
    background: #000000;
    box-shadow: 1px 1px 5px #000;
    color: #ffffff;
}
.cny2022-tnc-body .container table{
    color: #ffffff;
    border-color: #ffffff;
}
.module-404{
    background: #000000;
    box-shadow: 1px 1px 5px #000;
}
.color--carlsberg-rich-purple, .custom_form_ds .color--carlsberg-rich-purple{
    color: #ffffff;
}
.modal-body .cny2022-tnc-body .container{
    padding: 0rem;
    background: #000000;
    box-shadow: 0px 0px 0px;
    color: #ffffff;
}
/*modal*/
.modal-content{
    background-color: #000000;
    color: #ffffff;
}
.box_padding{
    font-size: .9rem;
}
/*outlet*/
.cny2022-participating-outlets-body .cny2022-tab-content {
    /* border-left: 2px solid #e6e6e6; */
}
.cny2022-participating-outlets-body button.active {
    border-left: 10px solid #186738;
    color: #186738 !important;
}
.cny2022-participating-outlets-body .nav-link {
    color: #000;
    /* background-color: #FFF; */
    border: none;
    box-shadow: none;
    border-left: 10px solid #e6e6e6;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../Images/submission/arrow-down.png?v=1');
    transform: rotate(-180deg);
}
.cny2022-participating-outlets-kkmart .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #6a3460;
    border-top: none;
    border-right: none;
    box-shadow: none;
    background-color: #6a3460;
    color: #fff;
    border-left: 10px solid #6a3460;
}
.cny2022-participating-outlets-kkmart .accordion-item {
    background: #fcf2b9;
    box-shadow: 1px 1px 5px;
}
.cny2022-participating-outlets-kkmart .accordion-button {
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: 10px solid #6a3460;
    box-shadow: none;
}
.module-text__manchet{
    font-family: 'ASDBOLD';
}
/*footer*/
.footer-fb-ico, .footer-in-ico{
    height: 20px;
    display: flex;
    width: auto;
    margin-top: -4px;
    margin-left: 6px;
}
.submission-fb-link, .submission-in-link{
    position: absolute;
    bottom: 3%;
    height: 2.7%;
    width: 1.7%;
}
.submission-fb-link{
    left: 51.2%;
} 
.submission-in-link{
    left: 53.2%;
}
.footer-resp-ico{
    width: 250px;
}
.btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*home footer*/
.home_fb_link, .home_in_link{
    position: absolute;
    width: 1.7%;
    height: 3%;
    bottom: 5%;
}
.home_fb_link{
    left: 51.1%;
} 
.home_in_link{
    left: 53.1%;
}

@media (min-width: 768px){


    .agegate__dropdown{
        display: none;
    }
    .agegate__logo-container {
        padding: 50px 20px 30px;
    }
    .agegate__instruction {
        font-size: 26px;
        margin: 0px 10px 0px;
    }
    .agegate__birthday-groups {
        height: 300px;
    }
    .agegate__date-box .input, .agegate__date-box .placeholder, .agegate__date-box .value {
        width: 117px;
        height: 170px;
        line-height: 170px;
        margin: auto;
    }
    .agegate__feedback {
        margin: 0px 0;
    }
}
@media (min-width: 992px){
    .agegate__markets {
        padding: 0px 0 0;
        height: 0;
    }
}
@media (min-width: 1220px){
    .module-404 {
        min-height: 700px;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}
@media (max-width: 768px){
    /*home footer*/
    .home_fb_link, .home_in_link{
        position: absolute;
        width: 5%;
        height: 2.5%;
        bottom: 9.8%;
    }
    .home_fb_link{
        left: 53%;
    } 
    .home_in_link{
        left: 58.5%;
    }

    .footer-resp-ico{
        width: 200px;
    }
    .submission-fb-link, .submission-in-link{
        bottom: 7.4%;
        width: 4%;
        height: 2.2%;
    }
    .submission-fb-link{
        left: 53%;
    } 
    .submission-in-link{
        left: 58%;
    }
    .cny2020-footer p {
        margin: 0;
    }
    .cny2020-footer{
        padding-bottom: 1em;
    }
    .home_join{
        width: 43.6%;
        height: 5.7%;
        bottom: 31.5%;
        left: 28.2%;
    }
    .ft-celebrate{
        margin-top: 0;
    }
    .desktop_vid{
        display:none;
    }
    .mobile_vid{        
        display:block;
    }
    /*.card {
        height: 100%;
        border: 0;
    }
    
    .module-four-card-tall .card-container__card-right .card:first-of-type {
        margin: 0 30px 30px 0;
    }
    .module-four-card-tall .card-container__card-right .card {
        width: calc(50% - 15px);
    }
    .module-four-card-tall--left .card-container__card-left {
        margin: 0 0 30px;
    }
    .module-four-card-tall .card-container__card-left, .module-four-card-tall .card-container__card-right {
        display: flex;
    }
    .home-h1 {
        font-size: 58px;
    }
    .home-h1-date{
        width: 75vw;
    }

    /*menu*/
    .cny2022-nav-mobile .dropdown-menu{
        width: 100%;
        padding: 10px 0 10px;
    }
    .cny2022-nav-mobile .dropdown-menu-sub li a::before{
        content: "\f067";
        top: 15px;
    }
    .cny2022-nav-mobile .dropdown-menu-sub li a::before {
        content: "\f054";
        /* left: 3em; */
    }
    .cny2022-nav-mobile .dropdown-menu-sub2 li a::before {
        content: "\f068";
            left: 5em;
    }
    .cny2022-nav-mobile .dropdown-menu-sub{
        padding-left: 0;
    }
    .cny2022-nav-mobile .dropdown-menu-sub li a{
        /* padding-left: 5em; */
    }
    .cny2022-nav-mobile .dropdown-menu-sub2 li a{
        padding-left: 7em;
    }
    .cny2022-nav-mobile .dropdown-menu {
        margin-top: 0;
        background: #000000;
        box-shadow: 0px 0px 7px #fff;
    }
    .cny2022-nav-mobile .dropdown-menu li a{
        color: #ffffff;
        font-weight: bold;
    }
    .cny2022-nav-mobile .dropdown-item:focus, .dropdown-item:hover {
        color: #fff!important;
        background-color: #b91f25;
    }
    .cny2022-nav-mobile .dropdown-menu li a{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*agegate*/
    .agegate__markets .market-text-wrapper{
        display: none;
    }
    .bg-footer{
        position: relative;
    }
    /*.agegate__birthday-group{
        margin-top: 0;
    }*/
    .agegate__birthday-groups{
        height:235px;
    }
    /*.ft-celebrate{
        margin-top: 25px;
    }*/
    .module-text__manchet {
        font-size: 1.5rem;
    }
    .custom_form_ds label{
        font-size: .8rem;
    }
    .custom_form_ds .label-text{
        font-size: .7rem;
    }
    .footer_banner{
            padding: 0 5px;
    }

    .footer_banner a{
        padding: 1.5em 0;
    }
    .footer_banner img{
            height: 34px;
    }
    .footer_banner .ft_title{
        font-size: 10px;

    }
    .gift-icon {
        width: 45px;
    }
    .cny2022-nav-mobile .nav-item.dropdown > a.dropdown-toggle.show::after{
        display: none;
    }
    .home-h1-date{
        width: 80%;
    }
}
