/* footer */
.footer-default {
    background: var(--w-ghost-focus-color);
}

.footer-default-body-row span {
    font-weight: 700;
}

.footer-default-two {
    background: #FFFFFF;
    border-radius: 12px;
    color: #0E3EDA;
}

.footer-default-two li a {
    color: #434657;
}

.left-right {
    padding-left: 0;
    padding-right: 0;
}


@media (max-width: 992px ) {
    .footer-default-information {
        width: 100%;
    }

    .mobile-default-footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-default-col {
        width: 100% !important;
    }

}

.footer-default-information h4 {
    font-weight: 700;
}

.link-footer {
    background: #FFFFFF;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 8px;
}

.global__link__footer {
    color: #434657;
}

.footer-copyright {
    background: black;
    color: #ffff;
    text-align: center;
}

.footer-copyright small {
    font-size: 16px;
    color: #F473B9;
}

.footer-default-col {
    width: 25%;
}

.footer-default-col h4 {
    font-size: 16px;
}

.link-footer span:hover {
    color: #0E3EDA;
}

.footer-default-two li a:hover {
    color: #0E3EDA;
}

/* end footer */


/* about us */
.block-product {
    /*border-radius: var(--primary-border);*/
    padding: 18px 21px;
}

.item-about-us {
    background: #FFFFFF;
    /*width: 25%;*/
    border: 1px solid var(--border-default-color);
    border-radius: 12px;
    height: 212px;
}

.swiper-relative {
    position: relative;
    /* padding-bottom: 20%; */
    border-radius: 8px;
    width: 30% !important;
    overflow: hidden;
}

.swiper-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-intro-img {
    text-align: center;
}

.list-intro-title {
    color: var(--primary-color);
    line-height: 24px;
    padding: 16px 16px 8px 16px;
}

.list-intro-content {
    padding: 0 16px 16px 16px;
    line-height: 20px;
    color: var(--text-color);
}

@media (max-width: 992px) {
    .item-about-us-mobile {
        width: 220px;
        margin-right: 16px !important;
    }

    .list-intro-title-mobile {
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        padding: 0;
        /*overflow: hidden;*/
        /*-webkit-line-clamp: 3;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*word-break: break-word;*/
        /*transition: all ease .2s;*/
    }

    .item-intro-img {
        padding: 0 !important;
    }

    .list-intro-content {
        padding: 0;
        /*overflow: hidden;*/
        /*-webkit-line-clamp: 4;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*word-break: break-word;*/
        /*transition: all ease .2s;*/
    }
}

/* end about us*/

/* danh sach tin tuc */
@media screen and (max-width: 992px) {
    .item-article .card-body {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .tab-content-title .article-thumb {
        width: 31.7% !important;
        height: 0 !important;
        padding-bottom: 24.409% !important;
    }
}

.tab-content-title .article-thumb {
    position: relative;
    width: 279px;
    height: 169px;
    border-radius: 8px;
    overflow: hidden;
}

.tab-content-title img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .item-article .article-body {
        padding-left: 12px;
        width: calc(100% - 31.7% - 16px);
    }
}

@media screen and (max-width: 992px) {
    .item-article .article-body .article-title {
        min-height: 60px;
    }
}

.tab-content-title .article-info {
    display: flex;
}

.item-article .card-body {
    display: flex;
}

.item-article .article-body .article-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.article--description {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #434657;
}

.article--description p {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

#list-article.nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--primary-color);

}

#list-article.nav-link span {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .list-intro.item-about-us-mobile {
        height: 208px;
    }

    .card--mobile__title h4 {
        font-size: 26px;
    }

    .article-list {
        flex-wrap: nowrap;
        max-width: 100vw;
        overflow-x: scroll;
    }

    .nav-item {
        width: 100% !important;
    }
}

.new-all:active, .new-all.active, .new-all:hover {
    width: 100%;
}

.new-all {
    border-bottom: none;
}

/* css tin hot article */
.sub-article {
    padding: 12px 0 12px 0;
}

.sub-article--thumbnail-container {
    padding-right: 12px;
}

.sub-article--info {
    padding-left: 0px;
}

.sub-article .sub-article--thumbnail {
    height: 92px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.sub-article .sub-article--thumbnail a:after {
    content: '';
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease .2s;
}

.sub-article .sub-article--thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-article .sub-article--title__link {
    font-weight: 700;
    font-size: 15px;
    color: var(--text-color-header);
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    transition: all ease .2s;
}

.sub-article:hover .sub-article--title__link {
    color: var(--primary-color);
}

.nav-bar-article-title span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 32px;
    color: #1B1D29;
}

.text-view-more a {
    font-family: 'Roboto';
    font-style: normal;
    display: flex;
    color: #82869E;
    font-weight: 400;
    font-size: 13px;
    line-height: 3.5;
    align-items: center;
    padding-left: 128px;
}

.sub-article {
    border-bottom: 1px solid var(--border-default-color);
}

.hot-news-article {
    box-shadow: none;
}

.sub-article-block {
    border: 1px solid var(--border-default-color);
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.sub-article-block + .sub-article-block {
    margin-top: 18px;
}

.sub-article-block-header {
    color: var(--text-title-color);
    border-bottom: 1px solid var(--border-default-color);
}

.sub-article-block .sub-article:last-child {
    border-bottom: none;
}

/* end */


.new-all.notify {
    width: 100%;
}

.tab.new-all {
    padding-left: 40px;
    height: 40px;
}

.tab.new-all:after {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../../image/duong/new-all-5.svg);
    -webkit-mask-size: 24px 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--text-link-default-color);
}

.tab.new-all:hover:after,
.tab.new-all.active:after {
    background-color: var(--primary-color);
}

.tab.new-all-icon-2:after {
    -webkit-mask-image: url(../../image/duong/new-all-2.svg);
}

.tab.new-all-icon-3:after {
    -webkit-mask-image: url(../../image/duong/new-all-3.svg);
}

.tab.new-all-icon-4:after {
    -webkit-mask-image: url(../../image/duong/new-all-4.svg);
}

.tab-article {
    width: 100%;

}

.tab-article .active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    font-weight: 500;
}

/* game hot */
#weeky-hot-games {
    border: 1px solid #E4E5F0;
}

.card--header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1B1D29;
    padding: 12px 16px 12px 16px;
}

.weeky-hot-game-article {
    padding: 0 16px 12px 16px;
}

.card--mobile__title h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1B1D29;
    padding-left: 16px;
}

/* end */

/* end danh sach tin tuc */


/* chi tiet tin tuc */
.--custom.content-detail a, .--custom.content-detail span{
    font-size: unset;
}

.--custom.content-detail a:hover{
    text-decoration: underline;
}

.breadcrum--list {
    display: flex;
    list-style: none;
    padding: 8px 0 8px 20px;
    margin: 0;
}

.slider--card {
    overflow: hidden;
}

.breadcrum--item {
    display: flex;
    padding: 8px 0;
    align-items: center;
}

.breadcrum--item:after {
    content: url(../image/icons/arrow-right.png);
    line-height: 1;
    height: 16px;
    padding: 0 8px 0 10px;
}

.breadcrum--item:last-child:after {
    display: none;
}

.breadcrum--item .breadcrum--link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #82869E;
    transition: all ease .2s;
}

.breadcrum--item:hover .breadcrum--link {
    color: #434657;
    transition: all ease .2s;
}

.--custom.content-detail {
    border: 1px solid #E4E5F0;
    /*margin-left: 102px;*/
    /*margin-right: 102px;*/
    border-radius: 12px;
}

.--custom.content-detail  span{
    color: var(--text-color-header);
}
.--custom.content-detail ol li::marker {
    color: var(--text-color-header);
}

.article--title a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.item-relate-new {
    width: 234px;
    border: 1px solid #E4E5F0;
    background: #FFFFFF;
    border-radius: 12px;
}

.list-relate .article--thumbnail {
    margin-right: 0;
}

.article--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--text-color-header);
}

@media (max-width: 992px) {
    .article--thumbnail {
        height: 0;
        margin-right: 10px;
        overflow: hidden;
        border-radius: 8px;
        position: relative;
        padding-bottom: 77%;
    }

    .article--thumbnail .article--thumbnail__image {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .article-title-mobile {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
    }

    .article {
        padding: 8px;
    }

    .--custom.content-detail {
        border: none;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
}


.successful-service {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #434657;
}

.successful-service-tag {
    width: 134px;
    text-align: center;
    padding: 9px;
    border: 1px solid;
    border-radius: 7px;
    color: #0E3EDA;
}

.successful-service-tag1 {
    width: 134px;
    text-align: center;
    padding: 9px;
    border: 1px solid;
    border-radius: 7px;
    background-color: #0E3EDA;
}

.successful-service-title {
    padding-top: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

/* mini game lien quan article*/
.game-relate-article {
    border: 1px solid #E4E5F0;
    border-radius: 8px;
}

.title-detail-article {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #434657;
}

.price-detail-article {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0E3EDA;
}

.discount-detail-article {
    display: flex;
}

.discount-detail-article span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #82869E;
}

.discount-detail-article p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1px 4px;
    gap: 10px;
    background: #F473B9;
    border-radius: 4px;
    margin-left: 12px;
}

/*.article--content__text img {*/
/*    max-width: 90%;*/
/*    height: auto;*/
/*}*/

/* end */


/* css validate form dich vu*/
#formDataService div input {
    outline: none;
    border: 1px solid #c4c4c4;
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);*/
}

#formDataService label {
    display: block;
    margin-bottom: 5px;
}

#formDataService input:focus {
    border: 1px solid #f2796e;
}

#formDataService div i {
    position: absolute;
}

.error {
    color: red;
}

.error {
    font-size: 12px;
    margin-top: 5px;
}

/*#formDataService button {*/
/*    background-color: #f2796e;*/
/*    border: 2px solid #f2796e;*/
/*    border-radius: 8px;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);*/
/*    transition: all 0.1s ease;*/
/*}*/
#formDataService button:hover {
    opacity: 0.8;
}


/* page 404 */
.default-page-404 {
    padding-top: 146px;
    background: #DCDEE9;
    height: 100%;
    padding-left: 33%;
    padding-bottom: 220px;
}

.image-404 {
    padding-top: 32px;
    padding-left: 86px;
}

.title-404 p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
    color: #0E3EDA;
    padding-top: 26px;
}

.title-404 span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
}

.default-page-404.image-default img {
    height: 196px;
}

.page-404 {
    width: 600px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.description-404 p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 76px;
}

.description-404 button {
    text-align: center;
    width: 298px;
    height: 48px;
    background: #0E3EDA;
    color: #FFFFFF;
    border-radius: 8px;
    margin-left: 122px;
}

@media (max-width: 992px) {
    .page-404-mobile {
        width: 100%;
    }

    .page-404-mobile img {
        width: 100%;
    }

    .description-404 button {
        width: 100%;
    }
}
/* css description account*/
#viewMore a{
    font-size: unset;
}
#viewMore p{
    font-size: unset;
}
#viewMore li{
    font-size: unset;
}
#viewMore strong{
    font-size: unset;
}
/* intro text home*/
#intro_text_home a {
    font-size: unset;
}
#intro_text_home p {
    font-size: unset;
}
/* css icon slick*/
.icon-slick{
    display: flex;
    justify-content: center;
}
.icon-slick img{
    width: 10px;
}

.singular-footer {
    margin: 0 0 20px;
}

.singular-footer .social-pin {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 22px;
    position: static;
}

.cpanel-action {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: sticky;
    top: 60px;
    width: -moz-max-content;
    width: max-content;
}

.singular-footer .social-pin li:first-child{
    flex: 1;
}

.cpanel-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 28px;
    transition: all .3s;
}

.cpanel-item svg {
    background: #fff none;
    border: 1px solid #e4e4e4;
    border-radius: 100px;
}

.cpanel-item:hover {
    box-shadow: 0 0 8px 8px rgba(0,0,0,.05);
}

/*list-related-tag-home*/

.list-related-tag-home{
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 8px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .list-related-tag-home {
        display: flex;
        flex-direction: row;
        padding-bottom: 8px;
        flex-wrap: nowrap;
    }
    .list-related-tag-home{
        overflow-x: scroll;
    }
}
.list-related-tag-home .related-tag-home{
    margin-top: 8px;
    margin-right: 10px;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #444;
    float: right;
    font-size: 13px;
    height: 34px;
    padding: 5px 10px;
    white-space: nowrap;
}

.list-related-tag-home .related-tag-category{
    margin-top: 8px;
    margin-right: 10px;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #444;
    float: right;
    font-size: 13px;
    height: 34px;
    padding: 5px 10px;
    white-space: nowrap;
}

.list-related-tag-home a.active {
    border: 1px solid var(--primary-color);
    color: var(--primary-hover-color);
}
