body {
    background: #D1F9FF;
}

.mauto {
    display: inherit;
    margin: 0 auto;
}

.box_head {
    padding: 1rem 1.5rem;
}

.box_head .box_head_title {
    color: white;
    font-weight: bold;
}

.box_head .box_head_btn {
    display: inline-block;
    padding-left: 1rem;
    float: right;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.box_body {
    padding: 0 1.5rem;
}

.owl-carousel .owl-item img {
    height: 88px;
    object-fit: scale-down;
}


/**/

.event_links {
    margin-top: 2rem;
}

.event_link_title {
    margin-top: 1rem;
}

.event_link_item {
    margin-top: 1rem;
    display: inline-block;
}


/**/

.event_slide {
    margin-top: 3rem;
}

.event_slide_mer .item {
    background: white;
    border-radius: 10px;
}


/**/

.event_tikme {
    margin-top: 3rem;
}


/**/

.event_elsa {
    margin-top: 3rem;
}

.event_elsa .box {
    background: #11C4C9;
}

.item_elsa {
    text-decoration: unset;
}

.p_code {
    text-align: center;
    color: white;
    margin: 1rem 0;
    font-size: 1.2rem;
}

.span_code {
    font-weight: bold;
    color: #FFF859;
}


/**/

.event_visang {
    margin-top: 3rem;
}

.event_visang .box {
    background: #293C9E;
}

.item_visang {
    text-decoration: unset;
}

.item_visang img {
    border-radius: 1.5rem;
}

.item_visang_name {
    display: block;
    text-align: center;
    color: white;
    margin-top: 0.75rem;
    font-size: 1rem;
}

.item_visang_price {
    display: block;
    text-align: center;
    color: #FFF859;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


/**/

.event_pierecardin {
    margin-top: 3rem;
}

.event_pierecardin .box {
    background: #DA292A;
}

.item_pierecardin {
    text-decoration: unset;
}

/**/

.event_pizkie {
    margin-top: 3rem;
}

/**/

.event_watsons {
    margin-top: 3rem;
}


/**/

.event_vstyle {
    margin-top: 3rem;
}


/**/

#back_to_top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    padding: 3.5px 9.5px;
    color: white;
    background: #fc5b02;
    display: none;
    border-radius: 2px;
    opacity: 0.8;
    z-index: 9999;
}

#back_to_top:hover {
    cursor: pointer;
    opacity: 1;
}