/* Minification failed. Returning unminified contents.
(115,23): run-time error CSS1046: Expect comma, found '0'
(115,27): run-time error CSS1046: Expect comma, found '/'
(376,35): run-time error CSS1046: Expect comma, found '0'
(376,39): run-time error CSS1046: Expect comma, found '/'
(1521,34): run-time error CSS1046: Expect comma, found '0'
(1521,38): run-time error CSS1046: Expect comma, found '/'
 */
.content-header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 1% 0;
    height: 100%;
    /*    width: 100%;*/
}
.i-content-header-right {
    padding: 0;
}

    .content-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 10%;
        height: 100px;
        margin: 0 0 10px 0;
        z-index: 1040;
    }
.i-content-header {
    height: 80px;
}

    .item-bottom-filter {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 49%;
        width: 100%;
        margin-bottom: -1%;
    }
.i-search{
    width:80% !important;
}
.i-item-bottom-filter {
    justify-content: flex-start;
}
#btnSearchInput {
    position: absolute;
    z-index: 1;
    right: 12px;
    color: #056295;
    cursor: pointer;
    font-size: 22px;
    top: 6px;
}
#i-btnSearchInput {
    position: absolute;
    z-index: 1;
    right: 12px;
    color: #056295;
    cursor: pointer;
    font-size: 22px;
    top: 3px;
}
#search_info_page {
    background: transparent;
    border: 2px solid #00aaec;
    border-radius: 25px;
    padding: 4px 0 4px 10px;
    width: 100%;
    height: 100%;
}

    #search_info_page:focus {
        outline: none;
    }

.item-top-login {
    display: flex;
    height: 48%;
    margin-bottom: 3%;
    z-index: 2;
    width: 100%;
}
.i-item-top-login {
    height: 80% !important;
    margin-bottom: 0;
}

#toggle_Login {
    position: absolute;
    z-index: 1052;
    top: 50px;
    right: -51px;
}

.content-toggle-NoLogin {
    width: 200px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 5%;
    box-shadow: 1px 1px 10px 0px #a2a2a2;
    font-family: 'Montserrat';
    text-align: center;
}

.content-toggle-Login {
    width: 200px;
    /* height: 210px !important; */
    /* background-color: white; */
    border-radius: 5px;
    padding: 2% 8%;
    /*box-shadow: 1px 1px 10px 0px #a2a2a2;*/
    font-family: 'Montserrat';
    text-align: center;
    box-shadow: rgb(0 0 0 / 50%) 0px 1px 3px;
    background-color: rgba(235, 248, 250, 1);
}

.toggle-info-User {
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #999692;
    font-family: 'Montserrat';
}

.toggle-control-button {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn-infoUser {
    color: #fff;
    background-color: #47aded;
    border-color: #47aded;
    padding: 3px 0;
    width: 75px;
    border-radius: 7px;
}

    .btn-infoUser:active:hover {
        color: #fff;
        background-color: #47aded;
        border-color: #47aded;
        border-radius: 7px;
    }

    .btn-infoUser:focus > span {
        color: #fff;
    }

    .btn-infoUser:hover > span {
        color: #fff;
    }

.btn-Signout {
    color: #fff;
    background-color: #15b715;
    border-color: #15b715;
    padding: 3px 0;
    width: 75px;
    border-radius: 7px;
}

    .btn-Signout:active:hover {
        color: #fff;
        background-color: #15b715;
        border-color: #15b715;
        border-radius: 7px;
    }

    .btn-Signout:focus > span {
        color: #fff;
    }

    .btn-Signout:hover > span {
        color: #fff;
    }

.btn:active:focus {
    outline: none;
}

.content-header-between {
    margin: 0 1%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1% 0;
}

.content-header ul {
    justify-content: flex-start;
    align-items: flex-end;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.nav-item {
    /* width: 25%; */
    height: 100%;
    display: flex;
    justify-content: center;
}

li.nav-item {
}

.nav-link {
    color: #606060;
    font-family: 'MontserratBold';
    font-size: 1.18vw;
    width: 100%;
    padding: 3px 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    white-space: nowrap;
}
/**** Section Slide List Book ****/

.list-book {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.background-shadow {
    height: 50px;
    width: 100%;
    background-color: #40C28F;
    border-radius: 10px;
    opacity: 0.3;
    background-attachment: scroll;
    z-index: -1;
    position: absolute;
    bottom: 119px;
}

.carousel-control-next, .carousel-control-prev {
    border: 0;
}

/***Hover****/
.carousel-item {
    position: relative;
    width: 50%;
}

.img-fluid {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    /* transition: .5s ease; */
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-item:hover .img-fluid {
    opacity: 0.3;
}

.carousel-item:hover .middle {
    opacity: 1;
}

#ContentLogin {
    background-color: #fff3c2;
    display: flex;
    height: calc(100vh - 90px);
    position: relative;
    overflow: hidden;
}

.item-book-header {
    width: 35%;
    position: absolute;
    left: 50%;
    /* height: 85%; */
    top: 15%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#text-titleBook {
    text-align: center;
    font-size: 2vw;
    color: #006C80;
    font-family: 'MontserratBold';
}

#content-book {
    background: url(images/bgb.png);
    background-size: cover;
}

.list-book .splide {
    width: 100%;
}

.list-book .splide__track {
    padding: 0% 0 2% 0 !important;
}

.list-book .splide__slide {
    cursor: pointer;
    display: flex;
}

.list-book .splide__arrow--next {
    right: -4em !important;
}

.list-book .splide__arrow--prev {
    left: -4em !important;
}

.box-itemBook {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.level-book {
    width: 80%;
}

/*.splide__pagination {
    display: none !important;
}*/
/*Display and hide free or price*/
.page-slide-content {
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background-color: white;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}

.free-tag {
    width: 60%;
    height: auto;
    position: absolute;
    left: -3.5%;
    bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-top {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.text-free-tag {
    color: white;
    position: absolute;
    font-size: 15px;
    margin-top: 5px;
}

span.text-label-top {
    color: white;
    position: absolute;
    font-size: 1vw;
    text-align: center;
}

.text-price-tag {
    color: white;
    position: absolute;
    margin-top: 5px;
    margin-left: -5px;
    font-size: 15px;
}

.price-tag {
    width: 60%;
    height: auto;
    position: absolute;
    left: -5.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5%;
}

/*Footer*/
.ft-logo {
    width: 19%;
    padding-right: 3%;
    position: absolute;
    left: 3%;
    top: 39%;
    border-right: 2.5px solid #595959;
}

    .ft-logo img {
        width: 100%;
        height: auto;
    }

.text-social {
    position: absolute;
    left: 76%;
    top: 17%;
    font-size: 1.7vw;
    color: black;
}

.button-sign-in {
    width: 13%;
    position: absolute;
    left: 77%;
    height: 13%;
    top: 70%;
    align-items: center;
    justify-content: center;
}


.list-box-info {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 45%;
    display: flex;
    left: 22%;
    justify-content: center;
    align-items: center;
}

.box-info {
    width: 26%;
    height: 100%;
    text-align: left;
    padding: 0 1%;
}

    .box-info > p {
        font-size: 0.9vw;
        margin: 5% 0;
    }

.item-box-info {
    width: 100%;
    height: 63%;
    background-color: #f3e5a3;
    margin-top: 3%;
}

.more-info-column {
    position: absolute;
    width: 21%;
    height: 83%;
    top: 13%;
    left: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-media-content-1 {
    width: 100%;
    height: 49%;
}

.list-box-social {
    width: 88%;
    height: 46%;
    display: flex;
    align-items: center;
}

.box-social {
    width: 17%;
    margin-right: 9%;
    background-color: white;
    border-radius: 10px;
}

.social-media-content-2 {
    height: 47%;
    top: 53%;
}

.class-btn-login {
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 4%;
}

    .class-btn-login span {
        color: white;
        font-size: 1.2vw;
        text-shadow: 1px 1px 0px #24a3dc;
    }

/*.dropdown {
    display: flex;*/
/* position: relative; */
/*cursor: pointer;
    min-width: 119px;*/
/* padding: 0px 12px; */
/*transition: all 500ms ease-in-out;
    justify-content: center;
    z-index: 9999;
}*/



.dropdown {
    display: flex;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    justify-content: center;
    /*z-index: 9999;*/
}


.dropdown-content {
    display: none;
    position: absolute;
    right: 2px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
    padding: 10px;
    margin-top: 26%;
    border-radius: 5px;
    transition: all 500ms ease-in-out;
    width: 125px;
}

.icon-show-lang {
    color: #046296;
    font-size: 11px;
    margin-left: -1px;
}

/*.text-language {
    color: #046296;
    font-weight: bold;
    white-space: nowrap;
}

    .text-language:hover {
        color: #ffc731;
    }
*/
.text-banner {
    display: flex;
    position: absolute;
    top: 40%;
    right: 43%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
}

#personal-info-content {
    display: flex;
    justify-content: center;
    background-image: url(../Content/images/SignUp/background.png);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -120px;
    padding-bottom: 70px;
}

.text-box-info {
    font-size: 1.1vw;
    font-weight: bold;
}

.DHA-tag {
    width: 35%;
    height: auto;
    position: absolute;
    top: -4px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DCR-tag {
    width: 35%;
    height: auto;
    position: absolute;
    top: -4px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.happy-dragon-icon {
    width: 35%;
    position: absolute;
    left: -18%;
    bottom: -10%;
}

.green-tree-icon {
    width: 15%;
    position: absolute;
    right: -2%;
    bottom: 4%;
}

.ribbon-today-book {
    width: 63%;
    position: absolute;
    left: 15%;
    top: -5%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.title-book {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

#banner-content {
    width: 62%;
    position: absolute;
    left: 17%;
    top: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.book-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-signinFooter {
    color: #fff;
    border-color: #61d1fe;
    padding: 4px 15px;
    background-image: linear-gradient(to bottom, #66d3fe, #26c1fd);
    border-radius: 12px;
    box-shadow: 0px 1px 3px 0px #888888;
}

    .btn-signinFooter:active:hover {
        color: #fff;
        border-color: #61d1fe;
        background-image: linear-gradient(to bottom, #66d3fe, #26c1fd);
        border-radius: 12px;
    }

    .btn-signinFooter:focus > span {
        color: #fff;
    }

    .btn-signinFooter:hover > span {
        color: #fff;
    }


.btn-Readermore {
    color: #fff;
    background-color: #54d354;
    border-color: #54d354;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0px 2px #41bf41;
}

    .btn-Readermore:active:hover {
        color: #fff;
        background-color: #15b715;
        border-color: #15b715;
        border-radius: 5px;
    }

.btn:active:focus {
    outline: none;
}

.btn-Readermore:hover,
.btn-Readermore:focus,
.btn-Readermore:active,
.btn-Readermore.active,
.open > .dropdown-toggle.btn-Readermore {
    color: #fff;
    background-color: #15b715;
    border-color: #15b715;
}

#top {
    width: 40px;
    position: fixed;
    right: 10px;
    text-indent: -99999px;
    cursor: pointer;
    transition: all 0.8s ease 0s;
}

.text-book-title {
    color: black;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.txt-type-tag {
    font-family: 'MontserratSemiBold';
    font-size: 18px;
    color: #055381;
    line-height: 0.8;
    white-space: nowrap
}

.txt-tag-choose {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #595959;
}
/*End New Footer Css*/
/*New Header Css*/
.txt-notif {
    font-family: 'MontserratMedium';
    color: #056295;
    font-size: 11px;
    white-space: nowrap;
}

.txt-menu {
    color: #606060;
    font-family: 'MontserratBold';
    height: 100%;
    width: 100%;
    padding: 0 10px;
    transition: all 0.2s ease-out;
}

    .txt-menu:hover {
        background-color: #F5F8FA;
        border-bottom: 3px solid #2A96D1;
        color: #2A96D1;
    }

    .txt-menu.active {
        /*background-color: #F5F8FA;*/
        border-bottom: 3px solid #2A96D1;
        color: #2A96D1;
        padding: 0px 10px;
    }
.i-txt-menu {
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.i-nav-link {
    height: unset !important;
}
.txt-menu.active > .i-bottom-line {
    display: flex;
}
    .i-bottom-line {
    width: 100%;
    background-color: #2A96D1;
    height: 2px;
    display: none;
}

.nav-link:hover {
    color: #2A96D1;
}

.nav-link.active {
    color: #2A96D1;
}
/*End New Header Css */
.btn-SignIn-Header {
    color: #fff;
    background-color: #47aded;
    border-color: #47aded;
    padding: 7px;
    width: 100%;
    border-radius: 7px;
}

.btn-SignUp-Header {
    color: #fff;
    background-color: #47aded;
    border-color: #47aded;
    padding: 7px;
    width: 100%;
    border-radius: 7px;
}

.btn-SignIn-Header:active:hover {
    color: #fff;
    background-color: #47aded;
    border-color: #47aded;
    border-radius: 7px;
}

.btn-SignIn-Header:focus > span {
    color: #fff;
}

.btn-SignIn-Header:hover > span {
    color: #fff;
}

.btn-SignUp-Header:active:hover {
    color: #fff;
    background-color: #47aded;
    border-color: #47aded;
    border-radius: 7px;
}

.btn-SignUp-Header:focus > span {
    color: #fff;
}

.btn-SignUp-Header:hover > span {
    color: #fff;
}

.list-Series .splide__arrow--next {
    right: -2em !important;
}

.list-Series .splide__arrow--prev {
    left: -2em !important;
}

.list-book .splide__arrows {
    display: none;
}


.header-iconRing {
    width: 25px;
}

/*.header-iconRing div {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #e81300;
        width: 16px;
        height: 16px;
        position: absolute;
        top: -21%;
        border: 1px solid #f48d84;
        text-align: center;
        right: 0;
    }*/
/*
.header-iconCart {
    position: absolute;
    border-radius: 10px;
    width: 17px;
    height: 45%;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}*/

.header_Notification {
    padding-right: 5px;
}

.header_ChooseLang {
    padding: 0 5px;
}

.header_iconAvatar {
    height: 100%;
}

.header_BorderLine {
    border-right: 2px solid #00aaec;
    height: 75%;
}

#icHeaderAvatar {
    height: 35px;
    width: 35px;
}
.icHeaderAvatar {
    height: 60px !important;
    width: 60px !important;
}

    .avatarImage {
        width: 35px;
        height: 35px;
        flex: none;
        margin: 0px 5px;
    }

.header_login_box {
    max-width: 105px;
}



@media only screen and (max-width: 1200px) {
    #icHeaderAvatar {
        height: 32px;
        width: 32px;
    }

    .avatarImage {
        width: 30px;
        height: 30px;
        margin: 0px 3px;
    }

    .item-bottom-filter {
        height: 40%;
    }

    .header_Notification {
        padding-right: 3px;
    }

    .header_ChooseLang {
        padding: 0 3px;
    }

    .header_iconAvatar {
        justify-content: center;
        align-items: center;
    }


    .txt-notif {
        font-size: 0.9vw;
    }


    .content-header-between {
        width: 50%
    }

    .header-iconRing {
        width: 22px;
    }

    /*.header-iconRing div {
            position: absolute;
            border-radius: 10px;
            width: 15px;
            height: 15px;
            right: -2px;
            top: -4.2px;
            display: flex;
            justify-content: center;
            align-items: center;
        }*/

    /*  .header-iconCart {
        position: absolute;
        border-radius: 10px;
        width: 17px;
        height: 45%;
        left: 17px;
        display: flex;
        justify-content: center;
        align-items: center
    }*/

    #btnSearchInput {
        top: 4px;
    }

    .header_BorderLine {
        height: 66%;
    }

    .header_login_box {
        max-width: 102px;
    }
}

@media only screen and (max-width: 1070px) {
    .header_login_box_txt {
        /*white-space: break-spaces;*/
    }

    .header_login_box {
        max-width: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .header_Notification {
        padding-right: 3px;
    }

    .header_ChooseLang {
        padding: 0 3px;
    }

    .content-header-between {
        margin: 0 0.5%;
    }

    .defautAvatar {
        margin: 0 3px;
    }
}

#toggle_Login:before {
    position: absolute;
    bottom: 100%;
    right: 80px;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid rgba(230, 248, 250, 1);
    z-index: 2;
}

#toggle_Login:after {
    position: absolute;
    bottom: 100%;
    right: 78px;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(0,0,0, 0.1);
    z-index: 1;
}
.toggle_Login {
    top: 60px !important;
}
/* CONTENT HOME PAGE*/
.imgApp-hidden-custom:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.info-app {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    /*    height: 45px;*/
    align-items: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.text-info-app {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.text-info-appfree {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.box-btn-productAction {
    /*    display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 60px;
    position: absolute;
    left: 9px;
    bottom: 50px;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    display: none;
}

.btn-cartProduct {
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    background-color: #889ba6a6;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 3px;
    transition: all 0.1s ease-in-out;
}

    .btn-cartProduct:hover {
        background-color: #21c6ff;
        box-shadow: 0 3px #00afeb;
        padding: 2px 5px;
    }

        .btn-cartProduct:hover span {
            display: block;
        }

.btn-showDetail {
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    background-color: #889ba6a6;
    padding: 2px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

    .btn-showDetail:hover {
        background-color: #21c6ff;
        box-shadow: 0 3px #00afeb;
        padding: 2px 5px;
    }

        .btn-showDetail:hover span {
            display: block;
        }

.brick {
    height: 100%;
    border-right: 1px solid white;
    margin: 0 5px;
    display: none;
}

.text-btn-cartProduct {
    color: white;
    display: none;
}

.text-btn-showDetail {
    color: white;
    display: none;
}

.page-slide-content:hover > .box-btn-productAction {
    display: flex;
}

.page-slide-content:hover > a .info-app .text-info-app {
    margin-left: 15%;
}
/*-------------------Slide barr--------------------*/
.box_slide_bar {
    position: fixed;
    right: 15px;
    bottom: 110px;
    width: 65px;
    border-radius: 60px;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 1;
    transition: all 0.8s ease 0s;
}

.box_item_slidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20% 0;
    padding: 0 5%;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

    .box_item_slidebar:hover > .box_img-slidebar {
        width: 68px;
        height: 68px;
        border: 5px solid rgba(255,228,146,0.7);
        filter: contrast(1);
        box-shadow: 0px 0px 10px #ccc;
    }

        .box_item_slidebar:hover > .box_img-slidebar > .img-icon_slidebar {
            filter: contrast(1);
        }

    .box_item_slidebar:hover > .txt_slide_bar {
        color: #ffc107;
    }

    .box_item_slidebar:hover {
        margin-top: 0;
    }

.txt_slide_bar {
    text-align: center;
    font-family: 'MontserratMedium';
    font-size: 9px;
    margin-top: 6px;
    color: #5a6166;
}

.img-icon_slidebar {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 65%;
    filter: contrast(0.1);
}

.box_img-slidebar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    border: 3px solid #cccccc40;
    transition: all 0.2s ease 0s;
}

.box_img-slidebar_chat {
    width: 68px;
    height: 68px;
    border: none;
    filter: contrast(1);
    box-shadow: none;
}

.box_item_slidebar_chat:hover > .box_img-slidebar {
    width: 75px;
    height: 75px;
    border: 5px solid rgba(255,228,146,0.7);
    filter: contrast(1);
    box-shadow: 0px 0px 10px #ccc;
}

    .box_item_slidebar_chat:hover > .box_img-slidebar > .img-icon_slidebar {
        filter: contrast(1);
    }

.box_item_slidebar_chat:hover > .txt_slide_bar {
    color: #ffc107;
}

.box_item_slidebar_chat:hover {
    margin-top: 0;
}

.img-icon_slidebar_chat {
    width: auto;
    height: auto;
    max-width: 103%;
    max-height: 103%;
    filter: contrast(1);
}

.btn-close_box_chat {
    width: 240px;
    height: 35px;
    position: fixed;
    bottom: 415px;
    display: none;
    align-items: center;
    justify-content: flex-end;
    right: 30px;
    z-index: 1037;
    background-color: #7b7c79;
    border-radius: 5px;
    border-bottom-left-radius: unset;
}

.cover_top_chat {
    height: 25px;
    width: 70px;
    background-color: #7b7c79;
    position: absolute;
    left: -60px;
    top: 0;
    border-radius: 5px;
}

.cover_left_chat {
    height: 25px;
    width: 10px;
    background-color: #7b7c79;
    position: absolute;
    left: -60px;
    bottom: 0;
}

#search_info_page::placeholder {
    color: #929ea0;
    font-family: 'Montserrat-Light';
}

#slideshow-bannerPromotionHome .splide__arrows {
    display: none;
}

#banner_series > a:nth-child(1) {
    margin-bottom: 10px
}
/*SECTION HOMEPAGE BANNER PROMOTION SPLIDE*/
#banner_promotion_splide .splide {
    width: 100%;
}

#banner_promotion_splide .splide__slide {
    cursor: pointer;
    display: flex;
}

#banner_promotion_splide-Seri .splide__pagination {
    display: none
}
/*END SECTION HOMEPAGE BANNER PROMOTION SPLIDE*/

/*SECTION MY APP BANNER PROMOTION SPLIDE*/
#slideshow-bannerPromotionMyApp .splide__arrows {
    display: none;
}

#slideshow-bannerPromotionMyApp .splide__slide {
    cursor: pointer;
    display: flex;
}

#slideshow-bannerPromotionMyApp .splide__pagination {
    display: none
}
/*END SECTION MY APP BANNER PROMOTION SPLIDE*/
/*CSS FOR BACKGROUND ITEM*/
#item_bg_1 {
    width: 6%;
    position: absolute;
    left: 9%;
    z-index: 0;
    top: 5%;
    opacity: 0.2;
}

#item_bg_2 {
    width: 11%;
    position: absolute;
    left: 4%;
    z-index: 0;
    top: 31%;
    opacity: 0.2;
}

#item_bg_3 {
    width: 10%;
    position: absolute;
    left: -3%;
    z-index: 0;
    bottom: 24%;
    opacity: 0.2;
}

#item_bg_4 {
    width: 2%;
    position: absolute;
    right: 9%;
    z-index: 0;
    top: 44%;
    opacity: 0.2;
}

#item_bg_5 {
    width: 2%;
    position: absolute;
    left: 3%;
    z-index: 0;
    top: -1%;
    opacity: 0.2;
}

#item_bg_6 {
    width: 2%;
    position: absolute;
    right: 1%;
    z-index: 0;
    top: 35%;
    opacity: 0.2;
}

#item_bg_7 {
    width: 11%;
    position: absolute;
    right: 3%;
    z-index: 0;
    opacity: 0.2;
    bottom: 28px;
    transform: rotate(180deg);
}

#item_bg_8 {
    width: 2%;
    position: absolute;
    left: 50%;
    z-index: 0;
    top: 25%;
    opacity: 0.2;
}

#item_bg_9 {
    width: 2%;
    position: absolute;
    left: 28%;
    z-index: 0;
    bottom: 25%;
    opacity: 0.2
}

#item_bg_10 {
    width: 7%;
    position: absolute;
    right: 0%;
    z-index: 0;
    top: -6%;
    opacity: 0.2;
}

#item_bg_11 {
    width: 3%;
    position: absolute;
    left: -2%;
    z-index: 0;
    bottom: 4%;
    opacity: 0.2;
}
/*END CSS FOR BACKGROUND ITEM*/
.banner_img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}

