.sc {
    max-width: 100vw !important;
}
/* START: section_menu_width_banner */
.section-menu-width-banner .slide img {
    border-radius: 30px;
}

.section-menu-width-banner ul.listMenus {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.section-menu-width-banner ul {
    background: #fff;
    font-weight: 600;
    font-size: 1.15rem;
    color: blue;
}

.section-menu-width-banner ul.listMenus-parent {
    height: 400px;
    overflow-y: auto;
    box-shadow: 0 0 10px #888888;
}

.section-menu-width-banner .listMenus-parent li:hover > :first-child{
    color: #fff;
    background-color: #aba5a5;
    box-shadow: 0 0 10px #888888;
}

.section-menu-width-banner .listMenus-parent li:hover > :first-child .menu-name{
    color: #fff !important;
}

.section-menu-width-banner ul.listMenus li > .li-content {
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

.section-menu-width-banner ul.listMenus li .menu-icon {
    width: 32px;
    height: 32px;
    display: flex;
}

.section-menu-width-banner .fa:not(.fix-size) {
    font-size: 20px;
    margin: auto;
}

.section-menu-width-banner .listMenu_child {
    visibility: hidden;
    top: 20px;
    left: 100%;
    z-index: 1000;
    min-width: 200px;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
}

.section-menu-width-banner li:hover > :nth-child(1) .menu-name,
.section-menu-width-banner li:active > :nth-child(1) .menu-name,
.section-menu-width-banner li:focus > :nth-child(1) .menu-name {
    color: #0aa3e7;
}

.section-menu-width-banner li.li-active:hover .listMenu_child,
.section-menu-width-banner li.li-active:active .listMenu_child,
.section-menu-width-banner li.li-active:focus .listMenu_child {
    visibility: visible;
    top: 0;
}
.section-menu-width-banner .menu-child-tablet {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .section-menu-width-banner ul.listMenus-parent {
        visibility: hidden;
        position: absolute;
        width: 0;
        top: 0;
        left: 0;
        z-index: 999;
        height: 0;
        -webkit-transition: all 0.5s ease-in-out;
    }

    .section-menu-width-banner .webkit-parent {
        height: 400px !important;
        width: 100% !important;
        visibility: visible !important;
        top: 100% !important;
    }

    .section-menu-width-banner .listMenu_child {
        left: 0;
        width: 100%;
    }
    .section-menu-width-banner .menu-child-tablet {
        top: 100%;
        width: 50%;
        left: 50%;
        -webkit-transition: all 0.3s ease-in-out;
        z-index: 1000;
        height: 400px;
        overflow-y: auto;
    }
    .section-menu-width-banner .webkit-menu-child-tablet {
        left: 0 !important;
        visibility: visible !important;
        width: 100% !important;
    }
}
/* END: section_menu_width_banner */

/* START: section_poster */

.section-poster a.poster-a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.section-poster .poster-a .poster-image {
    display: block;
    height: 0;
    padding-bottom: 50%;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-poster .poster-a .overlay {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.section-poster .poster-a .poster-info {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8)
}
.section-poster .poster-a .poster-info .icon {
    /*background-color: #018e39;*/
    /*padding: 5px;*/
    overflow: hidden;
    border-radius: 8px;
}

.section-poster .poster-a .poster-info .poster-info_text {
    max-height: 50px;
}
.section-poster .poster-child:hover {
    transform: scale(1.1);
}
/* END: section_poster */

/* START: section_product_ads */
.section-product-ads .slide-image {
    width: 120px;
    overflow: hidden;
}
.section-product-ads .slide-image .image-content {
    padding-top: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: calc(0.25rem - 1px);
}
.section-product-ads .slide-price {
    color: #333;
    font-weight: 500;
}
.section-product-ads .slide {
    border-radius: 5px;
}
.section-product-ads .card {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
/* END: section_product_ads */

/* START: section_product_ads_layout_2 */
.section-product-ads-layout-2 .card:hover{
    box-shadow: 0 4px 8px #62b0fd, 0 4px 12px rgb(0 0 0 / 8%);
}
.section-product-ads-layout-2 .hide_slide_section .card-img{
    overflow: hidden;
}
.section-product-ads-layout-2 .card .card-img .card-img-content{
    padding-top: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: calc(0.25rem - 1px);
}
.section-product-ads-layout-2 .card-body_a_title{
    height: 42px;
}
.section-product-ads-layout-2 .card-body_price{
    font-weight: 500;
}
.section-product-ads-layout-2 .hide_slide_section {
    column-gap: 20px !important;
}
.section-product-ads-layout-2 .hide_slide_section .slide-animation {
    visibility: hidden;
    animation-name: none;
}
/* END: section_product_ads_layout_2 */

/* START: section_whychoice_v2_layout_2 */
@media screen and (min-width: 992px) {
    .section-whychoice-v2-layout-2 .left{
        position: absolute;
        top: 0;
        left: 0;
    }

    .section-whychoice-v2-layout-2 .right{
        position: absolute;
        top: 0;
        right: 0;
    }

    .section-whychoice-v2-layout-2 iframe {
        max-width: 100%;
    }
}
/* END: section_whychoice_v2_layout_2 */

.hover-zoom {
    transition: all .3s linear;
}

.hover-zoom:hover {
    transform: scale(1.1);
}

/* START: section-teachers-layout-2 */
.section-teachers-layout-2 img {
    height: 90px;
    width: 90px;
}
.section-teachers-layout-2 .section-teachers-layout-2_content_list img {
    margin: auto;
}
.section-teachers-layout-2 .icon-fa {
    font-size: 42px;
}
.section-teachers-layout-2 .detail-item {
    border: 1px solid;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .section-teachers-layout-2 .photo-left {
        width: 150px;
    }
}
/* END: section-teachers-layout-2 */