* {
    margin: 0px;
    padding: 0px;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


/* @font-face {
	font-family: "baloo";
	src: url('/font/VL_Baloo_Regular.ttf');
} */

@font-face {
    font-family: "ro-re";
    src: url('/landing_page/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: "ro-bold";
    src: url('/landing_page/fonts/Roboto-Bold.ttf');
}

body {
    font-family: "ro-re";
}


/*Self-written library for page layout*/

.container_2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid_2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.column,
.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-auto,
.column-lg,
.column-lg-1,
.column-lg-10,
.column-lg-11,
.column-lg-12,
.column-lg-2,
.column-lg-3,
.column-lg-4,
.column-lg-5,
.column-lg-6,
.column-lg-7,
.column-lg-8,
.column-lg-9,
.column-lg-auto,
.column-md,
.column-md-1,
.column-md-10,
.column-md-11,
.column-md-12,
.column-md-2,
.column-md-3,
.column-md-4,
.column-md-5,
.column-md-6,
.column-md-7,
.column-md-8,
.column-md-9,
.column-md-auto,
.column-sm,
.column-sm-1,
.column-sm-10,
.column-sm-11,
.column-sm-12,
.column-sm-2,
.column-sm-3,
.column-sm-4,
.column-sm-5,
.column-sm-6,
.column-sm-7,
.column-sm-8,
.column-sm-9,
.column-sm-auto,
.column-xl,
.column-xl-1,
.column-xl-10,
.column-xl-11,
.column-xl-12,
.column-xl-2,
.column-xl-3,
.column-xl-4,
.column-xl-5,
.column-xl-6,
.column-xl-7,
.column-xl-8,
.column-xl-9,
.column-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.column_12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.clearfix {
    content: "";
    clear: both;
    overflow: auto;
}


/*Css cho section-1*/

@keyframes nut_sec {
    0% {
        transform: scale( 1);
    }
    17% {
        transform: scale( 0.95);
    }
    34% {
        transform: scale( 0.9);
    }
    50% {
        transform: scale( 0.8);
    }
    66% {
        transform: scale( 0.9);
    }
    83% {
        transform: scale( 0.95);
    }
    100% {
        transform: scale( 1);
    }
}


/*Css cho section-1*/

@keyframes orbit {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes move_sec1 {
    from {
        transform: translateY(-50%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes move_sec2 {
    from {
        transform: translateX(50%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

.container_fluid_2 {
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.container_fluid_3 {
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.outlined {
    color: #0c3153;
    text-align: center;
    padding-top: 1rem;
    text-shadow: -1px -1px 0 #ffcb4e, 0 -1px 0 #ffcb4e, 1px -1px 0 #ffcb4e, 1px 0 0 #ffcb4e, 1px 1px 0 #ffcb4e, 0 1px 0 #ffcb4e, -1px 1px 0 #ffcb4e, -1px 0 0 #ffcb4e;
}

.wrap_main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
}

.background_left_wrap_main {
    background-color: #a61911;
}

.h3_left_main {
    text-transform: uppercase;
    font-family: "ro-bold"
}

.color_h3_left_main {
    color: #ffd107;
    text-align: center;
}

.img_big_banner {
    width: 100%;
}

.content_banner_big {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    max-width: 100%;
    -ms-flex-wrap: wrap;
}

.title_month {
    text-transform: uppercase;
    color: #fddb07;
    border-radius: 4px;
    text-align: center;
    background-color: #f0432f;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.title_month span {
    font-family: "ro-bold";
}

.title_month span {
    align-self: center;
}

.p1_title_month {
    color: #141414;
    font-family: "ro-bold";
}

.p2_title_month {
    color: #818181;
}

.hr_1 {
    border: 1px solid #cb7a75;
    width: 100%;
    margin: 2rem 0rem 1.5rem 0rem;
}

.wrap_nd_cell_merchant {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}


/*.wrap_history_event_month::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
} 
.wrap_history_event_month::-webkit-scrollbar-thumb {
    background-color: #bdbdbd; 
}
.wrap_history_event_month::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5; border-radius: 6px;
}*/


/* width */

.wrap_history_event_month::-webkit-scrollbar {
    width: 6px;
}


/* Track */

.wrap_history_event_month::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    background-color: #fff;
    border-radius: 6px;
}


/* Handle */

.wrap_history_event_month::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 6px;
}


/* Handle on hover */

.wrap_history_event_month::-webkit-scrollbar-thumb:hover {
    background: #aaa6a5;
}

.event_month_done {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    opacity: 0.6;
}

.opacity_1 {
    opacity: 1;
}

.hien {
    display: block!important;
}

.img_event_done img {
    width: 100%;
}

.content_event_done:hover {
    cursor: pointer;
}

.name_month {
    font-family: "ro-bold";
    color: #fff;
}

.content_event_done p {
    font-family: 'Quicksand';
    color: #d29f9d;
}

.content_event_done p:nth-child(2) {
    color: #fff;
    font-family: "ro-re";
}

.btn_show_event {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    color: #a61911;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: none;
}


/*--------------------------------------------*/

.theme_event {
    width: 100%;
}

.p1_top {
    text-transform: uppercase;
    color: #f0432f;
    font-family: 'ro-bold';
}

.p2_top {
    color: #141414;
    font-weight: 600;
}

.p3_top {
    color: #9f9f9f;
    font-family: 'Quicksand';
}

.wrap_icon_gift {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #fff!important;
    transition: all .3s ease;
}

#sync2 {
    /* background-color: #f7f7f7;  */
    border-top: 1px dashed #d7d7d7;
    border-bottom: 1px dashed #d7d7d7;
    padding: 2rem 1rem 2rem 1rem;
}

#sync2.owl-carousel .owl-item img {
    display: block;
    margin: auto;
    max-width: 100%;
    opacity: 0.4;
    transition: all 0.2s;
}

#sync2.owl-carousel .owl-item img:hover {
    opacity: 1;
}

#sync2 .item {
    /*background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;*/
    margin: 0rem 0.5rem;
    cursor: pointer;
    padding: 0 0 12px 0px;
}

#sync2 .current .item img {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    opacity: 1;
    -webkit-box-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 6px 0px #e1e1e1;
    box-shadow: 1px 6px 6px 0px #e1e1e1;
}

#sync2 .item.doing a img {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    opacity: 1;
    -webkit-box-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 6px 0px #e1e1e1;
    box-shadow: 1px 6px 6px 0px #e1e1e1;
}

#sync1.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    background-color: transparent;
}

#sync2.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 5px;
}

.td1_merchant {
    width: 40%;
    max-width: 40%;
    overflow: hidden;
}

.td2_merchant {
    width: 60%;
    max-width: 60%;
}

.logo_merchant_big {
    display: block;
    margin: auto;
    transition: all 0.2s ease-in-out;
}

.logo_merchant_big:hover {
    cursor: pointer;
}

.h3_merchant {
    font-family: 'ro-bold';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1.2rem;
}

.line_merchant {
    overflow: auto;
    margin-bottom: 0.5rem;
}

.line_merchant::after {
    content: "";
    clear: both;
    display: table;
}

.p_position {
    float: left;
    width: 63%;
}

.p1_merchant {
    font-family: 'Quicksand';
    font-weight: 600;
}

.btn_position {
    float: right;
}

.btn_dk {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #db1c11;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    transition: all 0.2s;
}

.btn_dk:hover {
    background-image: linear-gradient(to right, #db1c11, #ce1e13, #ba1e15)
}

.btn_banner {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #c9c9c9;
    color: #2e2e2e;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    transition: all 0.2s;
}

.btn_banner:hover {
    background-image: linear-gradient(to right, #c9c9c9, #b7afaf, #a09292)
}

.btn_mgg {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #79d66d;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    transition: all 0.2s;
}

.btn_mgg:hover {
    background-image: linear-gradient(to right, #79d66d, #5ec152, #44a138)
}


/*.img_campaign { margin-top: 3rem; }*/

.wrap_log_merchant_big {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}


/*default owl-theme theme reset .disabled:hover links */


/*.owl-theme {
  .owl-nav {
    
    [class*='owl-'] {
      transition: all .3s ease;
      &.disabled:hover {
       background-color: #D6D6D6;
      }   
    }
    
  }
}*/

#sync2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2px!important;
}

#sync1.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
    opacity: 0.5;
}

#sync1.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1;
}

.footer_content {
    border-top: 1px solid #e3e3e3;
    padding: 2rem 0rem;
}

.wrap_line_footer {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    -ms-flex-wrap: wrap;
}

.icon_svg {
    width: 34px;
    height: 34px;
}

.icon_svg svg:hover path {
    fill: rgb(255, 0, 0);
}

.span_footer {
    color: rgb(0, 0, 0, 1);
}

.h1_capnhat {
    text-align: center;
    color: #acacac;
    margin-top: 3rem;
    font-size: 1.4rem;
}

.btn_capnhat {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #423abb;
}

.wrap_btn_capnhat {
    text-align: center;
    padding: 2rem 0rem 3rem 0rem;
}

.column_dived {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.img_logo_tab {
    display: block;
    margin: auto;
    max-width: 100%;
}


/*#tabs .column_dived.doing { opacity: 1;}*/

#tabs .column_dived a img {
    opacity: 0.5;
}

#tabs .column_dived.doing a img {
    border-radius: 8px;
    opacity: 1;
    -webkit-box-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 6px 0px #e1e1e1;
    box-shadow: 1px 6px 6px 0px #e1e1e1;
}

#tabs .column_dived a img:hover {
    opacity: 1;
}


/*Self- library menu*/

.side-menu-wrapper {
    /* style menu wrapper */
    background: rgba(6, 6, 6, 0.58);
    ;
    padding: 40px 0 0 40px;
    position: fixed;
    /* Fixed position */
    top: 0;
    right: 0;
    /* Sidebar initial position. "right" for right positioned menu */
    height: 100%;
    z-index: 2;
    transition: 0.5s;
    /* CSS transition speed */
    width: 250px;
    /*font: 20px "Courier New", Courier, monospace;*/
    box-sizing: border-box;
}

.side-menu-wrapper>ul {
    /* css ul list style */
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    /* enable scroll for menu items */
    height: 95%;
}

.side-menu-wrapper>ul>li>a {
    /* links */
    display: block;
    border-bottom: 1px solid #131313;
    padding: 8px 4px 8px 4px;
    color: #fbf4f4;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
}

.side-menu-wrapper>a.menu-close {
    /* close button */
    padding: 8px 0 4px 23px;
    color: #f06363;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}

.menu-overlay {
    /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.wrap_bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.9rem 1rem 0.5rem 1rem;
}

.wrap_bar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.wrap_brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.wrap_bar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.wrap_bar-toggler {
    padding: 0.4rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #00000014;
    border: 1px solid #e0c43e;
    border-radius: .25rem;
}

.wrap_bar-dark .wrap_bar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}


/*Css cho nut backTop*/

.nut_back {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button:focus {
    outline: none;
}

.backBottom {
    position: fixed;
    top: 5px;
    right: 3px;
    padding: 5px;
    background-color: #f3b0c6;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
}

.backTop {
    position: fixed;
    bottom: 5px;
    right: 3px;
    padding: 5px 12px;
    background-color: #a8a8a8;
    color: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

.show_nut {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575px) {
    .column-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xs-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xs-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .show_history {
        display: none;
    }
    .left_wrap_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_wrap_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 15px;
    }
    .top_right_wrap_main {
        max-width: 100%;
        padding: 2rem 15px;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .left_top_wrap_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_top_wrap_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .wrap_title_month {
        flex: 0 0 100%;
    }
    .wrap_content_title_month {
        flex: 0 0 100%;
    }
    .wrap_title_month {
        flex: 0 0 30%;
    }
    .wrap_content_title_month {
        flex: 0 0 70%;
        padding-left: 0.7rem;
    }
    .wrap_cell {
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: auto;
        max-width: 100%;
    }
    .left_nd_cell_merchant {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_nd_cell_merchant {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .left_nd_cell_merchant {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_nd_cell_merchant {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner_big_event_month {
        background-color: #fff;
        padding: 1rem 15px;
        border-radius: 4px;
        margin-top: 1.5rem;
    }
    .img_big_banner {
        margin-bottom: 1rem;
    }
    .p1_merchant {
        text-align: left;
    }
    .item1_cell {
        flex: 0 0 100%;
        margin-bottom: 1.5rem;
    }
    .item2_cell {
        flex: 0 0 100%;
    }
    .p1_top {
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }
    .p2_top {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .span_footer {
        padding-left: 3px;
        font-size: 0.8rem
    }
    .mb_line_footer {
        margin-bottom: 1rem;
    }
    /*#sync1 .item .wrap_content_merchant img.img_campaign { display: block; margin: 2rem auto 0rem auto; width: 88%; }*/
    #sync1.owl-carousel .owl-item img {
        display: block;
        margin: 2rem auto 0rem auto;
        width: 100%;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        margin: 2px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1%;
        width: 25px;
        height: 25px;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        margin: 2px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1%;
        width: 25px;
        height: 25px;
    }
    #sync1.owl-theme .owl-nav .owl-prev img {
        width: 85%;
    }
    #sync1.owl-theme .owl-nav .owl-next img {
        width: 85%;
    }
    .wrap_history_event_month_mobile {
        width: 100%;
        overflow-x: scroll;
        padding: 1rem 15px 1.5rem 15px;
        display: flex;
    }
    .block_event_month_done_mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        min-width: 300px;
    }
    .img_event_done {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.6rem;
    }
    .content_event_done {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
    .wrap_btn_show {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.6rem;
    }
    .position_btn_show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .event_month_done_mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-right: 15px;
    }
    .btn_show_event_mobile {
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        background-color: #fff;
        color: #a61911;
        text-transform: uppercase;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        padding: 0.4rem 1rem;
        font-size: 1.2rem;
    }
    .name_month {
        font-size: 1.15rem;
    }
    .logo_merchant_big {
        width: 75%;
        margin: 1rem auto 1rem auto;
    }
    #sync1 .item {
        background: #fff;
        padding: 1.5rem 0rem 1rem 0rem;
        text-align: center;
    }
    /* width */
    .wrap_history_event_month_mobile::-webkit-scrollbar {
        height: 6px;
    }
    /* Track */
    .wrap_history_event_month_mobile::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px #fff;
        background-color: #fff;
        border-radius: 6px;
    }
    /* Handle */
    .wrap_history_event_month_mobile::-webkit-scrollbar-thumb {
        background: #40adbf;
        border-radius: 6px;
    }
    /* Handle on hover */
    .wrap_history_event_month_mobile::-webkit-scrollbar-thumb:hover {
        background: #aaa6a5;
    }
    .column_dived {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-bottom: 1rem;
    }
    .padding_left_wrap {
        padding: 1.5rem 15px 0rem 15px;
    }
    #sync1 {
        padding-bottom: 1.5rem;
    }
    .logo_adpia_event {
        margin-bottom: 1rem;
        max-width: 100%;
    }
    .direct_mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .right_direct_mobile {
        align-items: center;
        margin-top: 8%;
    }
    .hide_banner_and_show_history {
        display: none;
    }
    .h3_left_main {
        margin: 1.5rem auto;
    }
    .direct_logo_pc {
        display: none;
    }
    .btn_dk,
    .btn_banner,
    .btn_mgg {
        width: 93px;
    }
}

@media (max-width: 500px) {}

@media (max-width: 430px) {
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -3%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -3%;
    }
}

@media (max-width: 410px) {}

@media (max-width: 380px) {}

@media (max-width: 370px) {
    #sync1 .item .wrap_content_merchant img.img_campaign {
        display: block;
        margin: 2rem auto 0rem auto;
        width: 84%;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -6%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -6%;
    }
}

@media (max-width: 320px) {
    /*Css cho section-7*/
    .wrap_slide_sec7 .owl-carousel .owl-nav .owl-prev {
        left: -8.5%;
    }
    .wrap_slide_sec7 .owl-carousel .owl-nav .owl-next {
        right: -8.5%;
    }
    .p1_merchant {
        font-size: 0.85rem;
    }
    .span_footer {
        font-size: 0.7rem
    }
    .p2_top {
        font-size: 0.9rem;
    }
    .block_event_month_done_mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        min-width: 250px;
    }
}

@media (min-width: 576px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 80%;
    }
    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-sm-5 {
        -ms-flex: 0 0 41.667%;
        flex: 0 0 41.667%;
        max-width: 41.667%;
    }
    .column-sm-7 {
        -ms-flex: 0 0 58.333%;
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pl_sm_0 {
        padding-left: 0;
    }
    .pr_sm_0 {
        padding-right: 0;
    }
    .column-xs-4 {
        -ms-flex: 0 0 33.33334%;
        flex: 0 0 33.33334%;
        max-width: 33.33334%;
    }
    .column-xs-8 {
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }
    .order_sm_1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order_sm_2 {
        -ms-flex-order: 2;
        order: 2;
    }
    /*-------------------------------*/
    .left_wrap_main {
        padding: 0px 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_wrap_main {
        padding: 0px 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wrap_title_month {
        flex: 0 0 100%;
    }
    .wrap_content_title_month {
        flex: 0 0 100%;
    }
    .wrap_title_month {
        flex: 0 0 30%;
    }
    .wrap_content_title_month {
        flex: 0 0 70%;
        padding-left: 0.7rem;
    }
    .content_banner_big {
        padding: 2rem 0px;
    }
    .wrap_btn_show {
        flex: 0 0 15%;
        text-align: center;
    }
    .span_footer {
        padding-left: 2px;
        font-size: 0.65rem
    }
    .wrap_cell {
        margin: auto;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 45%;
    }
    .padding_left_wrap {
        padding: 2rem 1rem 0.5rem 1rem;
    }
    .position_btn_show {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .top_right_wrap_main {
        max-width: 100%;
        padding: 2rem 0rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .left_top_wrap_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .right_top_wrap_main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .img_icon_gift {
        max-width: 75%;
        display: block;
        margin: 1.5rem auto;
    }
    .banner_big_event_month {
        background-color: #fff;
        padding: 10px;
        border-radius: 4px;
        margin-top: 1.5rem;
    }
    .left_nd_cell_merchant {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .right_nd_cell_merchant {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .h3_merchant,
    .p1_merchant {
        text-align: left;
    }
    .item1_cell {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }
    .item2_cell {
        flex: 0 0 100%;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        margin: 2px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    #sync1.owl-theme .owl-nav .owl-next {
        margin: 2px;
        padding: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .wrap_history_event_month_mobile {
        display: none;
    }
    #sync1 .item {
        background: #fff;
        padding: 3rem 0rem 3rem 0rem;
        text-align: center;
    }
    .logo_merchant_big {
        width: 80%;
    }
    .column_dived {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 1rem;
    }
    .logo_adpia_event {
        margin-bottom: 1rem;
        max-width: 100%;
    }
    .direct_logo_pc {
        display: none;
    }
}

@media (min-width: 768px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 80%;
    }
    .column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    /*------------------------------*/
    .content_banner_big {
        padding: 2rem 0px;
    }
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 45%;
    }
    .padding_left_wrap {
        padding: 2rem 1rem 0.5rem 1rem;
    }
    .span_footer {
        padding-left: 2px;
        font-size: 0.85rem
    }
    .wrap_cell {
        display: flex;
        margin: auto;
        max-width: 90%;
    }
    .img_icon_gift {
        max-width: 75%;
        display: block;
        margin: 1rem auto;
    }
    .column_dived {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 80%;
    }
    .column-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-lg-4_5 {
        -ms-flex: 0 0 34%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .column-lg-7_5 {
        -ms-flex: 0 0 66%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .order_lg_1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order_lg_2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order_lg_3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order_lg_4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .pl_lg_0 {
        padding-left: 0px!important;
    }
    .pr_lg_0 {
        padding-right: 0px!important;
    }
    .ml_lg_4 {
        margin-left: 33.33333%;
    }
    .mt_lg_2rem {
        margin-top: 2rem;
    }
    .mt_lg_4 {
        margin-top: 1.5rem;
    }
    .mb_lg_1rem {
        margin-bottom: 1rem;
    }
    .container_fluid_3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    /*----------------------------------*/
    .title_month span {
        font-size: 0.8rem;
    }
    .p1_title_month {
        font-size: 0.8rem;
    }
    .p2_title_month {
        font-size: 0.8rem;
    }
    .padding_left_wrap {
        padding: 2rem 1rem 0.5rem 1rem;
    }
    .img_event_done {
        flex: 0 0 100%;
    }
    .content_event_done {
        flex: 0 0 100%;
    }
    .wrap_btn_show {
        flex: 0 0 100%;
        text-align: center;
    }
    .name_month {
        font-size: 0.9rem;
    }
    .content_event_done p {
        font-size: 0.8rem
    }
    .btn_show_event {
        padding: 0.2rem 0.2rem;
        font-size: 0.8rem;
    }
    .left_wrap_main {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .right_wrap_main {
        padding: 0rem 1.5rem;
        flex: 0 0 66.666666%;
        max-width: 66.66666%;
        position: relative;
    }
    .content_banner_big {
        padding: 10px 0px;
    }
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 25%;
        margin-bottom: 1rem;
    }
    .logo_merchant_big {
        width: 85%;
    }
    .logo_adpia_event {
        display: block;
        margin: 0 auto 1rem auto;
        max-width: 100%;
    }
    /*----------------------------------*/
    .wrap_cell {
        display: flex;
        margin: auto;
        max-width: 100%;
    }
    .p1_top,
    .p2_top,
    .p3_top {
        margin-bottom: 0.07rem;
    }
    .p1_top {
        font-size: 0.8rem;
    }
    .p2_top,
    .p3_top {
        font-size: 0.75rem;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -14%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -14%;
    }
    .wrap_content_merchant {
        width: 500px;
        margin: auto;
    }
    .wrap_line_footer {
        width: 100%;
    }
    .span_footer {
        padding-left: 2px;
        font-size: 0.6rem
    }
    .left_top_wrap_main {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .right_top_wrap_main {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .img_icon_gift {
        width: 100%;
        display: block;
        margin: auto;
        margin-top: -15px;
    }
    .boc-tab {
        padding-top: 3rem;
    }
    .boc_rong_cn {
        height: 270px;
    }
    .position_bar_left {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 33.333333%;
    }
    .position_right {
        margin-left: 33.333333%;
    }
    .column_dived {
        -ms-flex: 0 0 16.666%;
        flex: 0 0 14.666%;
        max-width: 14.666%;
        margin-bottom: 1rem;
    }
    .item1_cell {
        flex: 0 0 20%;
    }
    .item2_cell {
        flex: 0 0 80%;
        padding-left: 1rem;
    }
    .background_left_wrap_main {
        border-radius: 0 1.5rem 1.5rem 0;
        -webkit-box-shadow: 5px 0px 5px 0px #fb8d8d80;
        -moz-box-shadow: 5px 0px 20px 0px #fb8d8d80;
        box-shadow: 5px 0px 5px 0px #fb8d8d80;
    }
    .direct_mobile {
        display: none;
    }
    .direct_logo_pc {
        display: block;
    }
}

@media (min-width: 1024px) {
    .boc_rong_cn {
        height: 290px;
    }
}

@media (min-width: 1200px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 80%;
    }
    .column-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .pl_xl_0 {
        padding-left: 0px!important;
    }
    .pr_xl_0 {
        padding-right: 0px!important;
    }
    /*----------------------------------*/
    .h3_left_main {
        font-size: 1.1rem;
    }
    .title_month span {
        font-size: 0.9rem;
    }
    .p1_title_month,
    .p2_title_month {
        font-size: 0.8rem;
    }
    .name_month {
        font-size: 0.8rem;
    }
    .content_event_done p {
        font-size: 0.7rem
    }
    .padding_left_wrap {
        padding: 2rem 2rem 0.5rem 2rem;
    }
    .img_event_done {
        flex: 0 0 35%;
    }
    .content_event_done {
        flex: 0 0 50%;
        padding-left: 1rem;
    }
    .wrap_btn_show {
        flex: 0 0 15%;
        text-align: center;
        padding-left: 0.5rem;
    }
    .btn_show_event {
        padding: 0.2rem 0.2rem;
        font-size: 0.8rem;
    }
    /*----------------------------------*/
    .wrap_cell {
        display: flex;
        margin: auto;
        max-width: 85%;
    }
    .p1_top,
    .p2_top,
    .p3_top {
        margin-bottom: 0.07rem;
    }
    .p1_top {
        font-size: 1rem;
    }
    .p2_top,
    .p3_top {
        font-size: 0.9rem;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -9%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -9%;
    }
    .wrap_content_merchant {
        width: 640px;
        margin: auto;
    }
    .wrap_line_footer {
        width: 97%;
    }
    .span_footer {
        padding-left: 2px;
        font-size: 0.75rem
    }
    .img_icon_gift {
        max-width: 100%;
        display: block;
        margin: auto;
        margin-top: -14px;
    }
    .logo_merchant_big {
        width: 80%;
    }
    .boc_rong_cn {
        height: 300px;
    }
    .column_dived {
        -ms-flex: 0 0 14.285%;
        flex: 0 0 14.285%;
        max-width: 14.285%;
        margin-bottom: 1rem;
    }
    .left_top_wrap_main {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }
    .right_top_wrap_main {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    .item1_cell {
        flex: 0 0 25%;
    }
    .item2_cell {
        flex: 0 0 75%;
        padding-left: 1rem;
    }
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 18%;
        margin-bottom: 1rem;
    }
    .btn_position {
        width: 32%;
    }
}

@media (min-width: 1300px) {
    .p1_top {
        font-size: 1.1rem;
    }
    .p2_top,
    .p3_top {
        font-size: 1rem;
    }
}

@media (min-width: 1400px) {
    /*----------------------------------*/
    .h3_left_main {
        font-size: 1rem;
    }
    .title_month span {
        font-size: 0.95rem;
    }
    .p1_title_month,
    .p2_title_month {
        font-size: 0.9rem;
    }
    .name_month {
        font-size: 0.9rem;
    }
    .content_event_done p {
        font-size: 0.72rem
    }
    .btn_show_event {
        padding: 0.6rem 0.3rem;
        font-size: 0.95rem;
    }
    /*------------------------------------*/
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -9%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -9%;
    }
    .wrap_content_merchant {
        width: 700px;
        margin: auto;
    }
    .wrap_line_footer {
        width: 86%;
    }
    .span_footer {
        padding-left: 4px;
        font-size: 0.85rem
    }
    .boc_rong_cn {
        height: 320px;
    }
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 18%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1500px) {}

@media (min-width: 1600px) {
    /*----------------------------------*/
    .h3_left_main {
        font-size: 1.15rem;
    }
    .title_month span {
        font-size: 1rem;
    }
    .p1_title_month,
    .p2_title_month {
        font-size: 0.95rem;
    }
    .name_month {
        font-size: 1.02rem;
    }
    .content_event_done p {
        font-size: 0.82rem
    }
    /*------------------------------------*/
    .p1_top,
    .p2_top,
    .p3_top {
        margin-bottom: 0.15rem;
    }
    .p1_top {
        font-size: 1.2rem;
    }
    .p2_top,
    .p3_top {
        font-size: 1rem;
    }
    /*------------------------------------*/
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -10%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -10%;
    }
    .wrap_content_merchant {
        width: 850px;
        margin: auto;
    }
    .span_footer {
        padding-left: 5px;
        font-size: 0.9rem
    }
    .boc_rong_cn {
        height: 340px;
    }
    .btn_position {
        width: 25%;
    }
    .btn_show_event {
        padding: 0.6rem 0.3rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 1700px) {
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 20%;
        margin-bottom: 1rem;
    }
    .btn_show_event {
        padding: 0.6rem 0.4rem;
        font-size: 1.05rem;
    }
}

@media (min-width: 1800px) {
    /*------------------------------------*/
    .h3_left_main {
        font-size: 1.35rem;
    }
    .title_month span {
        font-size: 1.1rem;
    }
    .p1_title_month,
    .p2_title_month {
        font-size: 1rem;
    }
    .name_month {
        font-size: 1.15rem;
    }
    .content_event_done p {
        font-size: 0.95rem;
    }
    /*------------------------------------*/
    #sync1.owl-theme .owl-nav .owl-prev {
        left: -12%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: -12%;
    }
    .boc_rong_cn {
        height: 360px;
    }
    .wrap_history_event_month {
        width: 100%;
        overflow-y: scroll;
        height: 26%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1350px) and (max-width: 1499px) {}

@media (min-width: 1200px) and (max-width: 1349px) {}

@media (min-width: 1025px) and (max-width: 1199px) {
    .pt_dv {
        padding-top: 1rem;
    }
    .img_event_done {
        padding-right: 10px;
    }
    .content_event_done {
        padding-right: 10px;
    }
    .btn_show_event {
        padding: 0.1rem 0.4rem;
        font-size: 0.9rem;
    }
    .btn_dk,
    .btn_banner,
    .btn_mgg {
        width: 93px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .pt_dv {
        padding-top: 1rem;
    }
    .img_event_done {
        padding-right: 10px;
    }
    .content_event_done {
        padding-right: 10px;
    }
    .btn_show_event {
        padding: 0.2rem 0.4rem;
        font-size: 0.9rem;
    }
    .btn_dk,
    .btn_banner,
    .btn_mgg {
        width: 93px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_title_month {
        padding: 0px 15px;
    }
    .wrap_content_title_month {
        padding: 0px 15px;
    }
    .img_event_done {
        flex: 0 0 35%;
    }
    .content_event_done {
        flex: 0 0 50%;
        padding-left: 1rem;
    }
    .btn_show_event {
        padding: 0.4rem 0.6rem;
        font-size: 1rem;
    }
    .name_month {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    .content_event_done p {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    .p1_top,
    .p2_top,
    .p3_top {
        font-size: 1.2rem;
    }
    /*#sync1 .item .wrap_content_merchant img.img_campaign { display: block; margin: 2rem auto 0rem auto; width: 80%; }*/
    #sync1.owl-carousel .owl-item img {
        display: block;
        margin: 2rem auto 0rem auto;
        width: 80%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: 0%;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        left: 0%;
    }
    .boc-tab {
        padding-top: 3rem;
    }
    .direct_mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .right_direct_mobile {
        align-items: center;
        margin-top: 3%;
    }
    .hide_banner_and_show_history {
        display: none;
    }
    .h3_left_main {
        margin: 1.5rem auto;
    }
    .btn_dk,
    .btn_banner,
    .btn_mgg {
        width: 93px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wrap_title_month {
        padding: 0px 15px;
    }
    .wrap_content_title_month {
        padding: 0px 15px;
    }
    .img_event_done {
        flex: 0 0 35%;
    }
    .content_event_done {
        flex: 0 0 50%;
        padding-left: 1rem;
    }
    .btn_show_event {
        padding: 0.4rem 0.6rem;
        font-size: 1rem;
    }
    .name_month {
        font-size: 1.05rem;
        margin-bottom: 0.2rem;
    }
    .content_event_done p {
        font-size: 1rem;
        margin-bottom: 0.1rem;
    }
    .p1_top,
    .p2_top,
    .p3_top {
        font-size: 1.2rem;
    }
    /*#sync1 .item .wrap_content_merchant img.img_campaign { display: block; margin: 2rem auto 0rem auto; width: 80%; }*/
    #sync1.owl-carousel .owl-item img {
        display: block;
        margin: 2rem auto 0rem auto;
        width: 80%;
    }
    #sync1.owl-theme .owl-nav .owl-next {
        right: 0%;
    }
    #sync1.owl-theme .owl-nav .owl-prev {
        left: 0%;
    }
    .boc-tab {
        padding-top: 3rem;
    }
    .direct_mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .right_direct_mobile {
        align-items: center;
        margin-top: 6%;
    }
    .hide_banner_and_show_history {
        display: none;
    }
    .h3_left_main {
        margin: 1.5rem auto;
    }
    .btn_dk,
    .btn_banner,
    .btn_mgg {
        width: 93px;
    }
}

@media (max-width: 991.9px) {}