.box-home-01 {background-image: linear-gradient(180deg, #236047 0%, #000000 100%);padding-bottom: 20px;}

.box-banner .info-left .title {
    color: rgb(255 255 255);
    font-weight: 700;
    margin-bottom: 15px;
}

.box-banner .info-left .item {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
}

.box-banner .info-left .update-note {
    color: var(--color-main);
    font-weight: 700;
    font-size: 16px;
}
.box-banner .info-left .item i {
    display: inline-block;
    flex: 0 0 35px;
    color: #ffffff;
    top: 5px;
    position: relative;
}

article.article-item {
    padding: 30px 30px 30px 50px;
    position: relative;
    background: var(--bg-light);
    border: 1px #d4d4d8 solid;
    background: #fff;
    border-radius: 8px;
}
article.article-item.article-featured-item {
    border-color: var(--color-main);
}

.article-item .inner-image .img {
    padding-top: 88px;
}

.article-item .inner-image .img img {
    object-fit: contain;
    object-position: center;
}



.article-item .inter-item .featured-top {
    margin-bottom: 7px;
}

.article-item .inter-item .featured-top .item-fd-top a {
    border-radius: 4px;
    color: #000;
    display: inline-block;
}

.article-item .inter-item .featured-top .item-fd-top {
    margin-right: 5px;
    margin-bottom: 5px;
}


.article-item .inter-item .featured-bottom .item-fd-bottom a {
    color: #000;
    position: relative;
}

.article-item .inter-item .featured-bottom .item-fd-bottom {
    margin-bottom: 5px;
    padding: 5px;
    background: var(--bg-light);
    margin-right: 5px;
    border-radius: 5px;
}

.article-item .inter-item .featured-bottom .item-fd-bottom a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-highlight);
    position: relative;
    top: -1px;
    margin-right: 7px;
}

.box-home-02 {
    padding-top: 75px;
    padding-bottom: 20px;
}

article.article-item .inter-item.inter-item-03 {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

article.article-item .inter-item .star {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%); */
}

article.article-item .inter-item.inter-item-03 .star i {
    color: #FF9E2D;
    font-size: 15px;
    margin-right: 10px;
}

article.article-item .inter-item .website a {
    display: inline-flex;
    position: relative;
    border-radius: 8px;
    background: var(--color-main);
    color: #000;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
    border: 1px solid var(--color-main);
    height: 60px;
    border-radius: 50px;
    align-items: center;
    padding: 0 43px;
    font-size: 16px;
    animation: pulse-animation 2s infinite;
}


@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 #4CAF50;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    70% {
        box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        box-shadow: 0 0 transparent;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}


article.article-item .inter-item .name-website a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}
article.article-item .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 700;
    z-index: 9;
    font-size: 30px;
    background: #dddd;
    flex-direction: column;
}


.box-home-03 {
    background: var(--bg-light);
    padding-top: 40px;
    padding-bottom: 70px;
    margin-bottom: 40px;
}

.box-xh-top .list-xh .item-xh {
    background: #fff;
    padding: 20px 15px 15px 15px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--color-highlight););
    height: 100%;
}

.box-xh-top .list-xh >.row>div {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.box-xh-top .list-xh >.row {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    justify-content: center;
}

.box-xh-top .list-xh .item-xh .icon {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    background: var(--color-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.box-xh-top .list-xh .item-xh .icon img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.box-xh-top .list-xh .item-xh .title {
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 1.4;
}

.box-xh-top .item .dsc {
    margin-bottom: 10px;
}

@media (min-width:1200px){
    .content-review .swiper .swiper-slide {
        width: 26%;
        height: auto;
    }

}
.box-home-04 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.box-vpn-top .title-section {
    margin-bottom: 30px;
}

.box-home-05 {
    background: var(--color-main);
    padding: 50px 0;
}

.content-review .item {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 90px;
}

.content-review .item>.inter-img {
    flex: 0 0 200px;
    padding: 60px 20px;
    background: var(--bg-light);
    height: 100%;
}

.content-review .item>.inter-img .img {
    padding-top: 57px;
    margin-bottom: 15px;
}

.content-review .item>.inter-img .img img {
    object-fit: contain;
}

.content-review .item .inter-star {
    text-align: center;
}

.content-review .item .inter-star .star {
    color: #FFB114;
    margin-bottom: 10px;
}

.content-review .item .inter-star .link a {
    height: 40px;
    background: #ED6808;
    display: inline-flex;
    color: #fff;
    padding: 0 15px;
    align-items: center;
    border-radius: 10px;
}

.box-vpn-top .article-item .inter-item .inner-image {
    margin-bottom: 20px;
}

.box-vpn-top .article-item .inter-item .website {
    margin-bottom: -25px;
    display: flex;
    justify-content: center;
}

.content-review .item .inter-content {
    padding: 15px;
}

.content-review .item .inter-content .name {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
}

.content-review .item .inter-content .description {
    margin-top: 5px;
    font-weight: 700;
}

.box-customer-reviews .title-section {
    color: #fff;
}

.box-customer-reviews .dsc {
    color: #fff;
    margin-bottom: 35px;
}
.content-review .swiper-pagination {
    color: #fff;
    bottom: 0;
}

.content-review .swiper-button-next {
    bottom: 30px;
    top: inherit;
    right: calc(50% - 70px);
    transform: translateX(-50%);
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}

.content-review  .swiper-button-prev {
    left: calc(50% - 30px);
    transform: translateX(-50%);
    top: inherit;
    bottom: 30px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}


.box-tkweb-02 .content .supported .card {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.box-tkweb-02 .content .supported .card .item-title-process {
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    padding-bottom: 10px;
}

.box-tkweb-02 .content .supported .card .collapse.show {
    border-color: #B7E4E4;
}

.box-tkweb-02 .content .supported .card .item-title-process.collapsed {
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-tkweb-02 .content .supported .card .item-title-process i:before {
    content: "\f068";
}

.box-tkweb-02 .content .supported .card .item-title-process.collapsed i:before {
    content: "\2b";
}
.box-tkweb-02 {padding-bottom: 40px;padding-top: 10px;}

.box-tkweb-02 .content {
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
}

.box-tkweb-02 .content .title-section {
    margin-bottom: 30px;
}
.header-top>.container>.row>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topbar-section .language-switch .title {
    border: 1px solid #fff;
    border-radius: 8px;
}
.box-banner {
    background-size: cover;
    padding: 50px 0;
    background-position: center;
}
.box-banner .img img {
    object-fit: contain;
}

.box-banner .img {
    padding-top: 48.25%;
}


.dsc-footer {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

.menu-footer>ul>li>a {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
    margin-bottom: 15px;
}

.menu-footer>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    height: 25px;
}
.marquee-wrapper {
    display: flex;
    position: absolute;
    white-space: nowrap;
}
.marquee-content {
    display: flex;
}
.marquee-item {
    padding: 0px 20px;
    margin-right: 10px;
    border-radius: 5px;
    white-space: nowrap;
    color: #fff;
    font-size:16px;
}

.top-vip .title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.header-top>.container>.row{
    display: flex;
    align-items: center;
}

.box-vpn-top .article-item .inter-item .inner-image .img img {
    object-position: center;
}

.box-vpn-top>.row>div:nth-child(2) {
    order: 1;
}

.box-vpn-top>.row>div:nth-child(1) {
    order: 2;
}

.box-vpn-top>.row>div:nth-child(3) {
    order: 3;
}
.box-vpn-top .article-item.article-featured {border: 2px solid var(--color-main);}

@media (max-width:1200px){
    .box-banner .info-left .title {
        font-size: 19px;
    }
    
    .box-banner .info-left .item {
        font-size: 14px;
    }
    
    .box-banner .info-left .item i {
        flex: 0 0 25px;
    }
    
    .box-banner .img {
        display: none;
    }
    
    .box-home-01 {
        padding: 30px 0 0;
    }
    
    .box-home-02 {
        padding-top: 65px;
        padding-bottom: 10px;
    }
    
    article.article-item {
        padding: 15px 15px 15px 45px;
    }
    
    .article-item .inner-image .img img {
        object-position: center;
    }
    
    article.article-item .inter-item {
        margin-bottom: 0;
    }
    
    
    article.article-item .inter-item .website {
        margin-bottom: 10px;
    }
    
    article.article-item .inter-item .name-website a {
        font-size: 14px;
    }
    .box-xh-top .list-xh >.row>div {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-xh-top .list-xh >.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .box-home-03 {
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    
    .title-section {
        font-size: 18px;
    }
    .header-top>.container>.row>div:nth-child(2) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .box-home-05 {
        padding: 30px 15px;
    }
    
    .box-customer-reviews .title-section {
        margin-bottom: 10px;
    }
    
    .box-customer-reviews .dsc {
        margin-bottom: 20px;
    }
    
    .content-review .item .inter-content .name {
        font-size: 14px;
    }
    
    .content-review .item>.inter-img {
        padding: 95px 20px;
    }
    .box-tkweb-02 .content .supported .card .item-title-process {
        font-size: 14px;
    }
    
    .box-tkweb-02 .content .supported .card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .box-tkweb-02 {
        padding: 30px 0 15px;
    }
    .menu-footer>ul>li>a {
        font-size: 14px;
    }
    
    .dsc-footer {
        font-size: 14px;
    }
    .header-top .logo-section {
        text-align: left;
    }
    .article-item>.row>div:after {
        display: none;
    }

}

@media (min-width:767px) and (max-width:1200px){
    .article-item>.row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .article-item>.row>div {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:767px){
    .content-review .item>.inter-img {
        flex: 0 0 50%;
    }
    .footer-mid>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .dsc-footer {
        margin-bottom: 15px;
    }
}

.article-item.article-featured-item .info-featured {
    position: absolute;
    top: -3px;
    left: -3px;
    background: var(--color-main);
    height: 40px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0 15px 0 20px;
    left: 39px;
}


.article-item.article-featured-item .info-featured span {
    border-top: 20px solid var(--color-main);
    border-bottom: 20px solid var(--color-main);
    border-right: 18px solid transparent;
    width: 24px;
    height: inherit;
    margin-left: inherit;
    right: -24px;
    position: absolute;
}

.box-vpn-top .article-item.article-featured .inter-item .website a {
    background: var(--white);
    color: var(--color-main);
    color: #ffffff;
    background-image: linear-gradient(122deg, #61ce70 0%, #329D9C 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00e284;
    border-radius: 42px;
}

article.article-item .inter-item .website a:hover {
    background: #fff;
    color: var(--color-main);
}
article.article-item:hover {
    /* border-color: var(--color-main); */
}

footer .logo-section {
    text-align: center;
}

.footer-top>.container>.row {
    display: flex;
    align-items: flex-end;
}

.backtotop {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.box-scol-bottom .article-item {
    padding: 30px 0 !important;
    border: 0 !important;
    border-width: 2px;
    margin-bottom: 0;
    background: #ffffff00;
}
.box-footer-scoll {
    position: fixed;
    bottom: -270px;
    width: 100%;
    z-index: 99;
    transition: 1s;
    background-image: linear-gradient(180deg, #236047 0%, #111312 100%);
}
.box-footer-scoll.show {bottom: 0;}
article.article-item>.row>div:nth-child(1) {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

article.article-item>.row>div:nth-child(1) .inter-item {
    flex: 0 0 100%;
}


.article-item .inter-item .featured-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

article.article-item .description {
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
}
.box-scol-bottom .article-item .img {
    padding-top: 65px;
}

.box-scol-bottom .article-item .inter-item .inner-image {
    margin: 0;
    margin-top: 0 !important;
}
.flipdown.flipdown__theme-dark .rotor-group:first-child {
    display: none;
}
.modal-uu-dai-flipp .modal-dialog {
    max-width: 900px;
}

.modal-uu-dai-flipp .modal-dialog button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.modal-uu-dai-flipp .modal-dialog .close img {
    width: 30px;
    height: 30px;
}

.box-modal-uu-dai>.row {
    display: flex;
    align-items: center;
}

.box-modal-uu-dai .img img {
    object-fit: contain;
}

.box-modal-uu-dai .info-modal-right {
    text-align: center;
}

.box-modal-uu-dai .info-modal-right .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-modal-uu-dai .info-modal-right .dsc {
    font-size: 18px;
    margin-bottom: 15px;
}

.box-modal-uu-dai .info-modal-right .flipdown.flipdown__theme-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.box-modal-uu-dai .info-modal-right .flipdown.flipdown__theme-dark .rotor {
    font-size: 60px;
    font-weight: 700;
}

.box-modal-uu-dai .info-modal-right .info-star img {
    height: 25px;
}

.box-modal-uu-dai .info-modal-right .btn-discount a {
    width: 100%;
    height: 80px;
    background: #e2223b;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-modal-uu-dai .info-modal-right .btn-discount {
    margin-top: 20px;
    margin-bottom: 15px;
}

.modal-uu-dai-flipp .modal-dialog .modal-body {
    padding: 30px;
}

.box-modal-uu-dai .info-modal-right .name-web {
    font-size: 18px;
}


@media (max-width:767px){
    .article-item .inner-image .img {
        padding-top: 65px;
    }
    .box-modal-uu-dai .info-modal-right .flipdown.flipdown__theme-dark .rotor {
        font-size: 36px;
    }
    
    .box-modal-uu-dai .img {
        padding-top: 30%;
        margin-bottom: 15px;
    }
    
    .box-modal-uu-dai .info-modal-right .btn-discount a {
        font-size: 19px;
    }
    .flipdown.flipdown__theme-dark {
        width: 100%;
    }
    article.article-item .description {
        font-size: 14px;
    }
    
    .box-scol-bottom .article-item .inter-item.inter-item-03 .website {
        margin-bottom: 0;
    }
    
    body {
        padding-bottom: 220px;
    }
    .box-modal-uu-dai .info-modal-right .title {
        font-size: 26px;
    }
    
    .box-modal-uu-dai .info-modal-right .dsc {
        font-size: 14px;
    }
}
.box-slider-prd .content .article-item .inter-item .website {
    margin-bottom: 0;
}

.box-slider-prd .content .article-item .inter-item.inter-item-03 .website {
    display: flex;
    justify-content: flex-end;
}

.box-slider-prd .content .article-item .inter-item.inter-item-03 .website a {
    color: #000000;
    background-image: linear-gradient(122deg, #61ce70 0%, #329D9C 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00e284;
    border-radius: 42px;
    padding: 15px 20px;
    font-size: 14px;
}

.box-slider-prd .content .article-item {
    background: rgb(255 255 255 / 20%);
    padding: 15px 30px;
    border-color: #fff;
    border-radius: 8px;
}

.box-slider-prd .content .article-item .article-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-slider-prd .content .article-item .description {
    color: #fff;
}

.box-slider-prd article.article-item.article-featured-item>.row {
    display: flex;
    align-items: center;
}
.box-slider-prd article.article-item.article-featured-item .info-rd .item-td {
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
}

.box-slider-prd article.article-item.article-featured-item .info-rd .item-td>span {
    font-weight: 700;
    color: #00e284;
    font-size: 22px;
}
.article-item .inter-item .featured-top .item-fd-top a i {
    color: #61ce70;
    display: inline-block;
    margin-right: 5px;
}
article.article-item .count span.fg img {
    width: 23px;
    margin-bottom: 10px;
}

article.article-item .inter-item .star span {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-left: 5px;
}

article.article-item.article-featured-item .count {
    color: var(--color-main);
}

.box-scol-bottom .article-item .inter-item.inter-item-03 .website a {
    color: #00e284;
    background-image: linear-gradient(180deg, #236047 0%, #236047 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00e284;
    border-radius: 42px;
}

.box-scol-bottom .article-item .description {
    color: #fff;
}

.box-scol-bottom .article-item .article-title {
    color: #fff;
}

.box-scol-bottom .article-item .inter-item.inter-item-03 {
    display: flex;
    align-items: flex-end;
}

.box-footer-scoll .sdown {
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    background: #ffffff42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9;
    display: none;
}

.box-vpn-top .article-item {
    margin-bottom: 0;
    height: 100%;
    padding: 30px 30px 0px 30px;
}

.box-vpn-top .article-item .inter-item .info-mid {
    margin-bottom: 25px;
}

.box-vpn-top .article-item .inter-item .info-mid .title {
    font-weight: 700;
    font-size: 17px;
}
.box-vpn-top .article-item .inter-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.box-vpn-top .article-item .inter-item .top-item {
    margin-bottom: 15px;
}

article.article-item .inter-item .ho-tro {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #9f9f9f;
    margin-top: 10px;
}

article.article-item .inter-item .ho-tro .list-hd {
    display: flex;
    margin-left: 10px;
    align-items: flex-end;
}

article.article-item .inter-item .ho-tro .list-hd img {
    width: 20px;
    height: 20px;
}

article.article-item .inter-item .ho-tro .list-hd>span {
    display: inline-block;
    margin-right: 10px;
}


.box-top .article-item .provider__badge {
    position: absolute;
    top: -36px;
    left: -32px;
    background-color: var(--white);
    padding: 0 30px;);););););););););
    border: 2px solid var(--color-main);
    z-index: 1;
    height: 36px;
    display: flex;
    align-items: center;
    color: var(--color-main);
    font-weight: 700;
    font-size: 16px;
}

.box-top .article-item.article-featured-item {
    border-top-left-radius: 0;
}

.box-top .article-item.article-featured-item .count {
    border-top-left-radius: 0;
}

.box-top .article-item .provider__badge:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: -23px;
    border-width: 0 31px 21px 0;
    border-color: rgba(0, 0, 0, 0) #459350 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
}
.box-slider-prd .content .article-item .list-option {
    display: flex;
    justify-content: space-around;
}
.box-slider-prd .content .article-item .inner-image {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.box-slider-prd .content .article-item  .item-td {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.box-slider-prd .content .article-item .item-td span {
    font-size: 26px;
    font-weight: 700;
}
@media (max-width:1200px){
    .box-scol-bottom .article-item {
        padding: 0 !important;
    }
    .box-vpn-top .article-item {
        height: auto;
        margin-bottom: 40px;
    }
    
    .box-scol-bottom .article-item .inter-item.inter-item-03 {
        display: none;
    }
    
    .box-scol-bottom .article-item .inter-item .inner-image .img {
        padding-top: 50px;
    }
    .box-banner {
        padding: 0 0 20px;
    }
    
    .box-slider-prd .content .article-item .inter-item.inter-item-03 .website {
        justify-content: center;
        margin-top: 0;
    }
    article.article-item .count {
        width: 35px;
    }
    .box-slider-prd .content .article-item .inter-item {
        margin-bottom: 10px;
    }
    
    .box-slider-prd .content .article-item .list-option .item-td {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .box-slider-prd .content .article-item .list-option {
        display: flex;
        flex-wrap: wrap;
    }
    
    .box-slider-prd .content .article-item .list-option .item-td:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.menu-footer-05 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.menu-footer-05 ul>li {
    list-style: none;
    margin-right: 15px;
}

.menu-footer-05 ul>li>a {
    color: #000;
}

.menu-footer-05 {
    margin-top: 15px;
}

.menu-footer-05>ul {
    margin-bottom: 0;
}

.menu-footer-05>ul>li>a:hover {
    color: var(--color-main);
}

.box-scol-bottom .article-item .discount {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.box-scol-bottom .article-item .discount {
    border: 1px dashed #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}

.box-scol-bottom .article-item .discount span.text {
    display: inline-block;
    margin-right: 15px;
}

[nh-copy-discount] {
    cursor: pointer;
}

[nh-copy-discount]:hover {
    color: red;
}

.discount-box {
    display: flex;
}

.discount-box span.title {
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    color: #fff;
}
@media (max-width:1200px){
    .menu-footer-05>ul {
        display: flex;
        justify-content: center;
    }
}