.innerTopRight{
    display: none !important;
}
#footerBottom h4.text-ft {
    padding-left: 50%;
    margin-left: 10px;
}
#footerBottom h4 {
    color: #fff;
    font-size: 19px;
}
.product-content-desc {
    display: none;
}
.product-content {
    border: 1px solid #2525f8;
    padding: 20px;
}
.title-product-detail {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.noti-minigame.countCampaingTopbar {
    background: #fff;
    color: #24439d;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.contact-us {
    display: flex;
    align-items: center;
    /* column-gap: 15px; */
}

.phone-content p {
    margin-bottom: 0;
}

.phone-border {
    border: 2px solid #24439d;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #24439d;
    border-radius: 50%;
}

.phone-content p {
    border-top: 2px solid #24439d;
    margin-top: 10px;
    font-size: 9px;
    font-weight: 500;
}

.phone-content a {
    color: red;
    font-size: 22px;
    font-weight: 700;
    padding-left: 5px;
}
button.btnSearch-submit {
    position: absolute;
    height: 100%;
    width: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    background: #24439d;
    color: #fff;
}

.searchInput {
    padding-left: 45px;
}
.categories-home-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.category-item-home h4 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

h3.title-category {
    color: #24439d;
    font-weight: 600;
    font-size: 24px;
}
.videos-home-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.videos-home-list iframe {
    width: 100%;
    height: 220px;
}
.section-video-home {
    padding: 30px 0;
}
#modal-video .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#modal-video-container {
    position: relative;
    padding-bottom: 55.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

#modal-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-open .modal-backdrop {
    z-index: 9 !important;
}
#modal-video-container iframe {
    width: 100%;
}

#videoModal .modal-body {
    padding: 0;
}
#videoModal h3.title-category {
    margin-bottom: 0;
}
.categories-home-list .owl-nav>div,.bestseller-pro .product-lists-home .owl-nav>div{
    position: absolute;
    top: 40%;
    font-size: 18px;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
}
.categories-home-list .owl-nav>div.owl-prev,.bestseller-pro .product-lists-home .owl-nav>div.owl-prev{
    left: 0;
}
.categories-home-list .owl-nav>div.owl-next,.bestseller-pro .product-lists-home .owl-nav>div.owl-next{
    right: 0;
}
.innerInfoFooter .footer-div:last-child,.footer-content .wrap-map {
    display: none;
}
main.main-index {
    clear: both;
}
@media screen and (min-width: 1200px) {
    .wrap-logp-mb {
        display: none;
    }
    .menu-desktop {
        display: flex;
        justify-content: flex-start;
    }
    .main-header {
        padding: 10px 0;
    }
    #nav .main-nav>ul>li.menu-cate-item:first-child a {
        margin-left: 0;
    }
    .menu-pc {
        background: #0a3d74;
    }
    #nav nav.main-nav ul li a {
        color: #fff;
    }
    #nav nav.main-nav ul li a:hover {
        color: #fff;
    }
    .wrap-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .language .toggle {
        color: #fff;
    }

    .language ul {
        display: flex !important;
    }

    .language .toggle {
        display: none;
    }

    .language ul li .active {
        display: block;
    }

    .language img {
        width: 40px;
    }

    .wrap-menu-header {
        padding: 0 20px;
    }
    #nav .main-nav>ul>li.menu-cate-item {
        padding-right: 20px;
    }

    .language ul {
        column-gap: 15px;
    }

    .phone-content p {
        white-space: nowrap;
    }

    .noti-minigame.countCampaingTopbar {
        padding: 0 0 0 15px;
        margin: 0;
    }

    .wrap-left-header {
        display: flex;
        align-items: center;
    }

    .wrap-logo img {
        max-height: 55px;
    }
}
@media (min-width: 768px) {
    .footer-div {
        width: 33.33333333%;
    }
}
@media screen and (max-width: 768px) {
    .wrap-right-header {
        padding: 0;
    }

    #site-header>.container-fluid {
        padding: 0;
    }

    .wrap-left-header {
        display: none;
    }
    .categories-home-list{
        grid-template-columns: repeat(2, 1fr);

    }
    .videos-home-list {
        grid-template-columns: repeat(1, 1fr);

    }
}
.wrap-right-header{
    justify-content: end;
    display: flex;
}
section#sectionInfoFooter {
    display: none;
}
#bttop {
    color: #fff;
}
.news-lists-home .owl-nav>div{
    position: absolute;
    top: 40%;
    font-size: 18px;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
}
.news-lists-home .owl-nav>div.owl-prev{
    left: 0;
}
.news-lists-home .owl-nav>div.owl-next{
    right: 0;
}
.news-lists-home .owl-nav>div i {
    font-size: 20px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    height: 100%;
}
.modal-dialog-centered .modal-content {
    width: 100%;
}
.box_ct.detail_page em {
    display: none !important;
}