@import url('https://fonts.googleapis.com/css2?family=Gotu&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    overflow-x: hidden;
    /* background: #F7F6E8 !important; */
}
.logo {z-index: 9999;}
.header {
    background-color: rgb(241 224 250);
}

.header.sticky {
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: 0;
}

.header.sticky .logo img {
    height: 70px;
    width: auto;
}

.list-style-none {
    list-style: none;
}

.top-menu ul {
    display: block;
    margin: 0;
    padding: 0;
}

.top-menu ul li {
    display: inline-block;
}

.top-menu ul li a {
    color: rgba(102, 102, 102, 0.85);
}

.top-menu ul li::after {
    content: '|';
    padding-left: 5px;
    color: rgba(102, 102, 102, 0.85);
}

.top-menu ul li:last-child::after {
    content: '';
}

.social_share,
.social_share a {
    color: rgba(102, 102, 102, 0.85);
}

.navigation-wrapper {
    background-color: transparent;
}

.navigation-wrapper svg {
    fill: #1F1E0B;
}

.navbar ul li a {
    color: #f2f2f2;
}

.navbar ul li:hover .navbar ul li a {
    color: #fff;
}

.bg-green {
    background-color: #86ca54 !important;
    color: #fff !important;
}

.menu-area {
    height: 100%;
}

.menu-area ul {
    justify-content: end;
    height: 100%;
}

.menu-area ul li a {
    color: #000;
    padding: 10px 0;
}

.menu-area ul li.main-menus a::after {
    content: '';
    padding-left: 15px;

}

.menu-area ul li.main-menus.end-main-item a::after {
    content: none;
    padding-left: 0px;

}

.menu-area ul li div a::after {
    content: none !important;
    padding-left: 0px;
}

li.main-menus {
    display: flex;
    align-items: center;
}

.child-menu-items {
    width: 300px;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border: 1px solid #cccccc69;
    display: none;
    z-index: 999;

}

.child-menu-items .list-menu-child {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.child-menu-items a {
    color: #333 !important;
}

.menu-area li:hover .child-menu-items {
    display: block;
}

.select-categories {
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    outline: none;
}

.btn-search {
    background-color: #dd3333 !important;
    border-color: #dd3333 !important;
}

.btn-search svg {
    margin: 0 10px;
}

.owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.htitle {
    font-family: 'Gotu', sans-serif;
}

.f55 {
    font-size: 55px;
}

.w1000 {
    max-width: 1000px;
}

.slideshow {
    position: relative;
}

.bgs {
    background: #F7F6E8
}

.slideshow .image-col p {
    margin: 0;
}

.slideshow .image-col img {
    width: 100%;
    height: auto;
}

.footer {
    background-color: rgb(241 224 250);
    padding: 30px 0;
    min-height: 420px;
    position: relative;
}

.footer-head-title {
    font-size: 1.25rem;
    padding: 10px;
    font-weight: 700;

}

.footer a {
    text-decoration: none;
    color: #000;
}

#about {
    color: #202634;
    min-height: 391px;
    background: linear-gradient(110.38deg, rgba(247, 56, 224, 0.2) 0%, rgba(66, 198, 255, 0.2) 100%);
    border-radius: 16px;
    padding: 50px;
}


#page-detail {
    padding: 20px 0
}

#page-detail img {
    width: 100%;
    height: auto;
}

#page-detail-bangxephang {
    background-image: url('images/back_rank.png');
}

.section-event {
    padding-top: 106px;
    padding-bottom: 50px;
    position: relative;
    background: url(images/background-list.png) no-repeat;
    overflow: hidden;
    background-size: 100%;
}

.list-products {
    padding-top: 100px;
}

.list-products-htitle {
    padding: 40px 0;
}

.module-event::before {
    content: "";
    background-image: url(images/befo_event.png);
    width: 128px;
    height: 130px;
    position: absolute;
    top: 10%;
    right: 5%;

    background-repeat: no-repeat;
    z-index: -1;
}

.module-event::after {
    content: "";
    background-image: url(images/befo2_event.png);
    width: 121px;
    height: 130px;
    position: absolute;
    top: 48%;
    left: 5%;
    background-repeat: no-repeat;
    z-index: -1;
}

.box_shadow {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 26px;
    filter: drop-shadow(rgba(166, 98, 207, 0.16) 4px 4px 24px);
}

.box_shadow img {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.product-infor {
    padding: 30px;
}

.product-name {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.votes {
    text-align: center;
}

.votes .vote_total {
    display: block;
    font-size: 24px !important;
    line-height: 150% !important;
    color: rgb(247, 56, 224) !important;
    font-weight: 700;
}

.product-slug {
    background: rgb(136, 84, 223) !important;
    border-radius: 4px 4px 4px 0px !important;
    top: 10%;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    left: -8px;
}

.product-slug p {
    margin: 0;
}

.product-slug p::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-top: 4px solid rgb(136, 84, 223);
    border-right: 4px solid rgb(136, 84, 223);
    background: transparent;
    top: 100%;
    left: 0;
}

.votes-button {
    padding-top: 15px;
}

#details {
    padding: 45px 100px;
    border-top: unset;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 26px;
    filter: drop-shadow(rgba(166, 98, 207, 0.16) 4px 4px 24px);
    margin-bottom: 60px;
    margin-top: 80px;
}

#details .product-infor {
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(110.38deg, rgba(247, 56, 224, 0.1) 0%, rgba(66, 198, 255, 0.1) 100%);
    border-radius: 8px;
}

#details .product-description {
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(110.38deg, rgba(247, 56, 224, 0.1) 0%, rgba(66, 198, 255, 0.1) 100%);
    border-radius: 8px;
}

#details .votes-now-button {
    background: linear-gradient(110.38deg, rgb(247, 56, 224) 0%, rgb(142 91 224) 100%) !important;
    outline: none;
    border-style: solid !important;
    border-image: linear-gradient(110.38deg, rgb(247, 56, 224) 0%, rgb(142 91 224) 100%) !important;
    border-width: 1px !important;
    padding: 10px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px !important;
}

#submit-vote {
    background: linear-gradient(110.38deg, rgb(247, 56, 224) 0%, rgb(142 91 224) 100%) !important;
    outline: none;
    border-style: solid !important;
    border-image: linear-gradient(110.38deg, rgb(247, 56, 224) 0%, rgb(142 91 224) 100%) !important;
    border-width: 1px !important;
    padding: 10px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px !important;
}

#submit-vote.disabled {
    background: #ccc !important;
}

#details .votes-now-button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px, rgba(0, 0, 0, 0.3) -1px -1px 5px;
}

.holds-the-iframe {
    background: url(images/loading.gif) center center no-repeat;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}

.ratings {
    text-align: center;
    margin-top: 10px;
}

.border-box {
    background: linear-gradient(110.38deg, rgb(247, 56, 224) 0%, rgb(66, 198, 255) 100%);
    border-radius: 10px;
    box-shadow: rgba(166, 98, 207, 0.16) 4px 4px 24px;
    padding: 5px;
}

.border-box .product-infor {
    background-color: #FFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.top2 {
    margin-top: 10%
}

.top3 {
    margin-top: 10%
}

.product-image img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.king {
    position: absolute;
    top: -30px;
    right: -30px;
}

.king {
    -webkit-animation: king 2s ease infinite;
    -moz-animation: king 2s ease infinite;
    -o-animation: king 2s ease infinite;
    animation: king 2s ease infinite;
}

@keyframes king {

    0%,
    10%,
    20%,
    40%,
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30%,
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.top1 .king:before {
    content: "";
    display: block;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../assets/images/no1.png);
    width: 70px;
    height: 70px;
    animation: king 2s ease infinite;
    -webkit-animation: king 2s ease infinite;
}

.top2 .king:before {
    content: "";
    display: block;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../assets/images/no2.png);
    width: 70px;
    height: 70px;
    animation: king 2s ease infinite;
    -webkit-animation: king 2s ease infinite;
}

.top3 .king:before {
    content: "";
    display: block;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../assets/images/no3.png);
    width: 70px;
    height: 70px;
    animation: king 2s ease infinite;
    -webkit-animation: king 2s ease infinite;
}

.btn-pink {
    background: #d947c7 !important;
    border-color: #d947c7 !important;
    color: #FFF !important;
}

/* #voteModal .modal-body{background: url(images/loading.gif) center center no-repeat;background-repeat: no-repeat;background-size: 100px 100px;}
#vote-form{background-color: #fff;} */
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    #home-about-images {
        border-radius: 8px;
        position: relative;
        left: -10%;
        top: 10%;
    }

    .about-us {
        padding: 120px 0;
    }

    .btn-about-more {
        margin-top: 30px;
    }

    .btn-about-more a {
        border: 1px solid #444;
        padding: 10px 0px 10px 20px;
        border-radius: 5px;
        color: #444;
    }

    .btn-about-more a::after {
        top: 3px;
        position: relative;
        padding: 0 10px;
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
    }


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}


@media only screen and (max-width : 1000px) {
    .header.sticky .logo img {
        height: 45px;
        width: auto;
    }

    .mobileclose {
        position: fixed;
        left: -100%;
        background: #ccc;
        padding: 10px;
        opacity: 0;
    }

    .navigation-wrapper {
        position: absolute;
        top: 0;
        width: 80%;
        height: 100vh;
        left: -80%;

        background-color: rgb(54 52 52 / 24%);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        transition: transform 0.2s;
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        opacity: 0;
    }

    .mobile_active .mobileclose {
        position: fixed;
        left: 80%;
        background: #fff;
        padding: 10px;
        opacity: 1;
    }

    .navigation-wrapper.mobile_active {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        left: 0%;
        transform: translate(0, 0);
        opacity: 1;
        z-index: 99;
        padding: 0;
    }

    .menu-area {
        width: 80% !important;
        background: #fff;
        height: 100vh;
        margin: 0 !important;
        flex-direction: column;
        justify-content: start;
    }

    .menu-area ul {
        flex-direction: column;
        justify-content: start;
    }

    .menu-area ul li a {
        color: #000;
    }

    .menu-area ul li.main-menus a::after {
        content: none;
    }

    .slideshow.my-3 {
        margin-top: 115px !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .slideshow .slideshome {
        padding: 0 !important;
        min-height: 111px;
    }

    .menu-area ul li {

        padding-left: 0 !important;
        padding-right: 0 !important;
        border-bottom: 1px solid #efefef;
    }

    .navigation-wrapper svg {
        fill: #333 !important;
    }

    .child-menu-items {
        width: 100%;
    }

    #about {
        margin: 20px 0;
    }

    .section-event {
        padding-top: 0;
        margin-top: 50px;
    }

    .list-products-htitle {
        flex-direction: column;
    }

    #details {
        padding: 50px 20px;
        border-top: unset;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 26px;
        filter: drop-shadow(rgba(166, 98, 207, 0.16) 4px 4px 24px);
        margin-bottom: 0;
        margin-top: 0;
    }

    #details h1 .product-name {
        margin-top: 30px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #search-desk-cate {
        width: 100px;
    }

    #search-desk-text {
        max-width: 180px !important;
        width: 180px !important;
        min-width: 180px !important;
    }


}

@media only screen and (min-width : 1180px) {
    .search-area input {
        max-width: 280px !important;
        min-width: 280px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .search-area input {
        max-width: 350px !important;
        min-width: 350px !important;
    }

    .sidebar.categories .news-images {
        padding: 0;
    }

    .news-images {
        padding: 3px;
    }

    .slideshome {
        height: 328px
    }

}

@media only screen and (min-width : 1333px) {
    .search-area input {
        max-width: 250px !important;
        min-width: 250px !important;
        width: 350px !important;
    }

    #search-desk-text {
        max-width: 480px !important;
        min-width: 480px !important;
        width: 480px !important;
    }

    .slideshome {
        height: 328px
    }

}

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