@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    scroll-behavior: smooth;
}
@font-face {
    font-family: "UTM HelvetIns";
    src: url('/frontend/fonts/UTM HelvetIns.ttf');
}
@font-face {
    font-family: "UVN HongHa";
    src: url('/frontend/fonts/UVN HongHa Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UVN HongHa";
    src: url('/frontend/fonts/UVN HongHa.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "UVN HongHa";
    src: url('/frontend/fonts/UVN HongHa Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
.container {
    max-width: 1230px;
}
.wrapper{
    position: relative;
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    padding-top: 61px;
}

/*menu*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.header-container{
    display: flex;
    align-items: center;
    position: relative;
    background: #f47820;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.header-left .hl-menu {
    margin-left: 40px;
    color: white;
    font-size: 21px;
    font-weight: bold;
}
.header-left .hl-menu:hover,.hl-menu.active{
    color: black;
    text-decoration: none;
}
.header-left .menu-link{
    position: relative;
    padding: 15px 0;
}
.header-left .menu-link:hover .menu-sub{
    display: block;
}
.menu-sub {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 100;
    background: white;
    transform: translate(-36%, 100%);
    width: 80%;
    min-width: 100px;
}
.menu-sub a{
    text-decoration: none;
    padding: 5px 20px;
    color: black;
    font-weight: bold;
}
.menu-sub a:hover{
    background: rgba(244, 120, 32, 0.8);
}
.mt-40{
    margin-top: 40px;
}
.logo{
}
.logo:hover{
}
.hr-title{
    border-bottom: 2px solid #918c95;
}
.h3-title{
    font-family: "UTM HelvetIns", sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 29px;
}
.h3-title img{
    vertical-align: baseline;
    margin-right: 5px;
}
.h4-readmore{
    font-family: "UTM HelvetIns", sans-serif;
    color: #f47820;
    font-size: 21px;
}
.h4-readmore:hover{
    color: #f47820;
    text-decoration: none;
}
.h4-readmore img{
    margin-left: 5px;
    margin-bottom: 10px;
}
.title-h2{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 25px;
}
.title-h2 img{
    width: 20px;
    margin-bottom: 5px;
    margin-right: 3px;
}
.bg-cm-gray{
    background-color: #f7f6fb;
}
.cursor-pointer{
    cursor: pointer;
}
.icon-right{
    margin-right: 1rem;
}
/*search bar*/
.searchBox {
    position: relative;
    display: inline-block;
    background: white;
    height: 36px;
    border-radius: 36px;
    margin-right: 1rem;
    padding: 3px;
    transition: 0.4s;
}
.searchButton {
    color: white;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: black;
    font-size: 16px;
    line-height: 30px;
    width: 0;
    transition: 0.4s;
}
.searchBox.open > .searchInput {
    width: 300px;
    padding: 0 10px;
}
.searchBox.open > .searchButton {
    background: white;
    color : #2f3640;
}
/*end search bar*/
.btn-auth{
    padding: 5px 15px;
    color: white;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-align: center;
}
.btn-auth:hover{
    filter: brightness(110%);
    color: white;
    text-decoration: none;
}
.btn-register{
    border-radius: 25px;
    background: rgb(248,111,100);
    background: -moz-linear-gradient(180deg, rgba(248,111,100,1) 0%, rgba(251,95,126,1) 50%, rgba(253,83,144,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,111,100,1) 0%, rgba(251,95,126,1) 50%, rgba(253,83,144,1) 100%);
    background: linear-gradient(180deg, rgba(248,111,100,1) 0%, rgba(251,95,126,1) 50%, rgba(253,83,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f86f64",endColorstr="#fd5390",GradientType=1);
}
.btn-user{
    margin-right: 1rem;
    color: white;
}
.btn-user:hover{
    text-decoration: none;
    color: black;
}
.btn-user-mb{
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-user-mb:hover{
    text-decoration: none;
    color: white;
    background: black;
}
.account-info__pc{
    display: inline-block;
    position: relative;
}
.account-info__dropdown{
    display: none;
}
.account-info__dropdown-item{
    display: block;
    color: white;
    font-weight: bold;
}
.account-info__dropdown-item:hover{
    color: white;
    text-decoration: none;
}
.account-info__pc.open .account-info__dropdown{
    display: block;
    padding: 10px 15px;
    width: 160px;
    position: absolute;
    bottom:0;
    right: 0;
    transform: translateY(104%);
    background: rgb(248,166,107);
    background: -moz-linear-gradient(180deg, rgba(248,166,107,1) 0%, rgba(245,127,43,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,166,107,1) 0%, rgba(245,127,43,1) 100%);
    background: linear-gradient(180deg, rgba(248,166,107,1) 0%, rgba(245,127,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8a66b",endColorstr="#f57f2b",GradientType=1);
    border-radius: 10px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.searchBox__result{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(101%);
    z-index: 2;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
.searchBox__result-container{
    max-height: 500px;
    overflow-y: auto;
}
.searchBox__result-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.3);
}

.searchBox__result-container::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0,0,0,0.3);
}

.searchBox__result-container::-webkit-scrollbar-thumb {
    background-color: #fb617e;
    cursor: pointer;
}
.searchBox__result-item{
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 10px;
    margin-bottom: 10px;
}
.searchBox__result-thumb img{
    border-radius: 10px;
}
.searchBox__result-title{
    color: black;
    font-size: 16px;
}
.searchBox__result-title:hover{
    text-decoration: none;
    color: #fb617e;
}
#modalAppToHome{
    background: #000000cc;
}
#modalAppToHome .modal-dialog{
    position:fixed;
    top:auto;
    right:auto;
    left:auto;
    bottom:0;
    margin: 0;
    width: 100%;
}
#modalAppToHome .modal-content{
    border-radius: 15px 15px 0 0;
}
#modalAppToHome .ath__top{
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
#modalAppToHome .ath__top img{
    width: 50px;
    border-radius: 10px;
}
#modalAppToHome .title-desc{
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: grey;
}
#modalAppToHome .ath__content p{
    margin-bottom: 0;
}
#modalAppToHome .ath__content img{
    width: 25px;
}
#modalWarning18{
    background-color: rgba(29,38,48,.902);
}
#modalWarning18 .modal-dialog{
    max-width: 519px!important;
}
#modalWarning18 .modal-content{
    background-color: transparent;
    border-radius: 15px;
    text-align: center;
    border: none;
}
#modalWarning18 .modal-body{
    padding: 0;
}
#modalWarning18 a:hover{
    filter: brightness(115%);
}
.wn-container{
    position: relative;
    padding: 10px;
    background: #fff;
}
.wn-container a+a{
    margin-top: 5px;
}
.warning-confirm{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.warning-title{
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.warning-desc{
    color: #ff61b6;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.warning-btn{
    position: absolute;
    bottom: 5%;
    left: 16%;
}
.warning-btn a{
    display: inline-block;
    border: 2px solid white;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 8px;
    padding: 8px 20px;
    width: 110px;
    text-align: center;
}
.warning-btn a:hover{
    background-color: #4f565d;
    text-decoration: none;
}
.warning-btn a+a{
    background-color: #ff61b6;
}
.warning-btn a+a:hover{
    background-color: #ff49ab;
}
.warning-note{
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 30px;
    text-align: justify;
}

footer{
    margin-top: 50px;
}
.logo-ft img{
    width: 300px;
    max-width: 50%;
}
.copy-right-ft{
    color: #929291;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    padding: 15px 0;
}
.desc-ft{
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}
.list-link-ft{
    background: #f47820;
    color: white;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}
.list-link-ft a{
    color: white;
}
.list-link-ft a:hover{
    color: white;
    text-decoration: none;
}
.header-sub{
    display: none;
}
.icon-mb{
    display: none;
}

.mode-night{
    background: #262b3d;
}
.mode-night .desc-ft, .mode-night .title-h2, .mode-night .comic-item__title,.mode-night .h3-title, .mode-night .title-h2, .mode-night .category-desc{
    color: white!important;
}

/*breadcrumb*/
.breadcumb {
    width: 100%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    margin: 5px 0;
}
.breadcumb i {
    width: 5px;
    float: left;
    background: #f47820;
    height: 33px;
}
.breadcumb ol{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: none;
}
.breadcumb ol li {
    background: #eae9e9;
    float: left;
}
.breadcumb a.breadcrumb-item {
    color: #8c8d8c;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    background: #eae9e9;
    text-transform: uppercase;
}
.sidebar-right-icon{
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 70px;
    max-width: 12vw;
    z-index: 1;
}
.popup-img img{
    border-radius: 50%;
    border: 3px solid #f47820;
}
.left{
    padding: 20px 0;
    background: #232329;
    position: fixed;
    top: 61px;
    left: 0;
    height: calc(100vh - 61px);
    width: 285px;
}
.container-dede {
    width: 100%;
    display: grid;
    grid-template-columns: 285px calc(100% - 285px);
}
.menu-left{
    display: block;
    padding: 10px 25px;
    font-weight: bold;
    color: #ffffff;
}
.menu-left:hover,.menu-left.active{
    background: #f47820;
    color: #ffffff;
    text-decoration: none;
}
.banner-qc:hover{
    background: transparent;
}
.banner-qc:hover img{
    filter:brightness(110%);
}
.content-dede{
    padding: 0 15px;
    max-width: 100%;
}
/*end breadcrumb*/
#modalUrgentAlert{
    background: rgba(0, 0, 0, 0.81);
}
#modalUrgentAlert .modal-dialog {
    max-width: 900px;
}
#modalUrgentAlert .modal-content{
    background: transparent;
    border: none;
}
#modalUrgentAlert .modal-body{
    position: relative;
}
#modalUrgentAlert .btn-confirm-ua{
    position: absolute;
    width: 15%;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
/*desktop*/
@media only screen and (max-width: 1460px) {
    .header,.logo img{

    }
    .header-left .hl-menu{
        margin-left: 10px;
    }
    .header-left .menu-link{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1380px){
    .btn-user span{
        display: none;
    }
}
@media only screen and (max-width: 1300px){
    .wrapper{
        padding-top: 118px;
    }
    .header-left .menu-link{
        display: none!important;
    }
    .header-sub{
        display: block;
        text-align: center;
        background: #1a1b1b;
        padding: 10px;
    }
    .left{
        top: 137px;
        height: calc(100vh - 137px);
    }
    .header-sub a{
        text-decoration: none;
        margin: 0 10px;
        color: white;
        font-size: 25px;
        font-weight: bold;
    }
    .header-sub a:hover,.hl-menu.active{
        color: #f47820;
        text-decoration: none;
    }
    .menu-sub{

    }
}
@media only screen and (max-width: 1200px) {

}
/*Ipad pro*/
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 992px) {
    .container-dede {
        grid-template-columns: 235px calc(100% - 235px);
    }
    .left{
        width: 235px;
    }
    .menu-left{
        font-size: 14px;
        padding: 10px 15px;
    }
    .menu-left img{
        width: 35px;
    }
}
@media only screen and (max-width: 910px) {
    .wrapper{
        padding-top: 107px;
    }
    .header,.logo img{
        height: 50px;
    }
    .left{
        top: 107px;
        height: calc(100vh - 107px);
    }
    #modalUrgentAlert .c1-pc{
        display: none!important;
    }
    #modalUrgentAlert .c1-mb{
        display: block!important;
    }
    #modalUrgentAlert .btn-confirm-ua{
        width: 25%;
        bottom: 15px;
    }
}
/*Ipad*/
@media only screen and (max-width: 768px) {
    .wrapper{
        padding-top: 97px;
    }
    .account-info__pc{
        display: none;
    }
    .account-info__mb{
        display: inline-block!important;
        position: relative;
    }
    .account-info__pc.open .account-info__dropdown{
        display: none;
    }
    .account-info__mb.open .account-info__dropdown{
        display: block;
        padding: 10px 15px;
        width: 160px;
        position: absolute;
        bottom:0;
        right: 0;
        transform: translateY(104%);
        background: rgb(248,166,107);
        background: -moz-linear-gradient(180deg, rgba(248,166,107,1) 0%, rgba(245,127,43,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(248,166,107,1) 0%, rgba(245,127,43,1) 100%);
        background: linear-gradient(180deg, rgba(248,166,107,1) 0%, rgba(245,127,43,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8a66b",endColorstr="#f57f2b",GradientType=1);
        border-radius: 10px;
        z-index: 2;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .account-info__mb.open .btn-auth{
        display: block;
    }
    .account-info__mb.open .btn-auth ~ .btn-auth{
        margin-top: 10px;
    }
    .header-sub a{
        font-size: 18px;
    }
    .social-item img{
        width: 35px;
    }
    .container-dede{
        grid-template-columns: 70px calc(100% - 70px);
    }
    .menu-left{
        padding: 10px;
    }
    .menu-left span{
        display: none;
    }
    .left{
        top: 97px;
        height: calc(100vh - 97px);
        width: 55px;
    }
}
@media only screen and (max-width: 610px) {
    .icon-pc{
        display: none;
    }
    .icon-mb{
        display: inline-block;
    }
    .icon-mb img{
        width: 25px;
    }
    .header-sub a{
        margin: 0 5px;
        font-size: 14px;
    }
    .warning-title {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .warning-btn a{
        padding: 4px 25px;
        width: 110px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 550px) {
    .searchBox{
        position: static;
    }
    .searchBox__result{
        left: 50%;
        width: 80vw;
        transform: translate(-50%, 98%);
    }
    .searchBox__result-title{
        font-size: 14px;
    }
    .searchBox.open > .searchInput{
        width: 40vw;
    }
    #modalWarning18 .modal-content{
        padding: 0;
    }
    .warning-desc{
        margin-bottom: 20px;
    }
}
/*Mobile*/
@media only screen and (max-width: 500px) {
    .wrapper{
        padding-top: 84px;
    }
    .logo img{
        height: auto;
        width: 150px;
    }
    .copy-right-ft,.desc-ft,.list-link-ft{
        font-size: 16px;
    }
    .breadcumb{
        height: 25px;
        line-height: 25px;
    }
    .breadcumb a.breadcrumb-item{
        font-size: 10px;
    }
    .page-link{
        padding: 3px 7px;
    }
    .header-sub a{
        margin: 0 3px;
        font-size: 11px;
    }
    .left{
        top: 84px;
        height: calc(100vh - 84px);
        width: 55px;
    }
    .container-dede{
        grid-template-columns: 55px calc(100% - 55px);
    }
    .icon-mb img {
        width: 20px;
    }
}

@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
