/* div#banner-0,
div#banner-r-1 {
    display: none;
} */


div#banner-0 {
    display: block;
}
div#banner-0 .col-6:last-child {
    display: none;
}
div#mvccount {
    display: none;
}

div#mvcwid,
#mvctable {
    padding: 0 !important;
}

.tktc {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
}

div#mvcwid {
    width: max-content;
}

#mvctable tbody {
    display: flex;
}

#mvctable table tr td {
    border: none;
}

div#banner-r-1 img {
    width: 100%;
}


/* Pc      --------------------------------------------- */

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

@media (min-width: 1023px) {
    section.content.main .col-center,
    section.content.main .col-right {
        position: sticky;
        top: 5px;
    }
}

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

@media (min-width: 990px) and (max-width: 1100px) {}


/*************** ------------------------PC và Tablet  --------------------------  ***************/

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


/*************** ------------------------Tablet  --------------------------  ***************/

@media (min-width: 740px) and (max-width: 1023px) {}

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


/*************** ------------------------Mobile và Tablet --------------------------  ***************/

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


/*************** ------------------------ Mobile   --------------------------  ***************/

@media screen and (max-width: 549px) {
    #mvctable tbody {
        flex-flow: column;
        align-items: center;
    }
    .tktc {
        flex-flow: column;
    }
    ul.share-social.fr {
        margin: 10px 0;
    }
	#banner-0 .col-6:last-child {
    display: block !important;
}
	#banner-0 .col-6:first-child {
    display: none;
}
}