/*
Theme Name: AZ9s.com
Description: Flatsome Team developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/

/*************** CSS By TunNgyn07   ***************/
:root{
--main-col:#ee0033;
--secon-color:rgb(235 40 124);
--thir-color:#be0129;
--grey-color:#e7e7e7;
--color-border:#b5b4b4;
--gap-s: clamp(0.4rem, 0.4rem + 0vw, 0.4rem);
--gap-xs: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
--gap-m: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
--gap-xm: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
--gap-l: clamp(3.2rem, 3.2rem + 0vw, 3.2rem);
--gap-xl: clamp(4rem, 4rem + 0vw, 4rem);
--gap-xl: clamp(5.4rem, 5.2258rem + 0.4839vw, 6rem);
--gap-h: clamp(6.4rem, 6.4rem + 0vw, 6.4rem);
--gap-xh: clamp(8rem, 8rem + 0vw, 8rem);
--border-radius-s: clamp(0.4rem, 0.4rem + 0vw, 0.4rem);
--border-radius-xs: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
--border-radius-m: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
--border-radius-l: clamp(3.2rem, 3.2rem + 0vw, 3.2rem);
--border-radius-h: clamp(6.4rem, 6.4rem + 0vw, 6.4rem);
--border-radius-c: clamp(100rem, 100rem + 0vw, 100rem);
--font-h1: clamp(4.8rem, 4.5677rem + 0.6452vw, 5.6rem);
--font-h2: clamp(3.6rem, 3.3677rem + 0.6452vw, 4.4rem);
--font-h3: clamp(2.8rem, 2.5677rem + 0.6452vw, 3.6rem);
--font-h4: clamp(2.4rem, 2.2839rem + 0.3226vw, 2.8rem);
--font-h5: clamp(2rem, 1.8839rem + 0.3226vw, 2.4rem);
--font-h6: clamp(1.6rem, 1.4839rem + 0.3226vw, 2rem);
--font-l: clamp(1.8rem, 1.8rem + 0vw, 1.8rem);
--font-m: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
--font-s: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
--line-height-s: 1;
--line-height-m: 1.3;
--line-height-l: 1.6;
}
/*Scroll bar*/
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--main-col);
    border: 1px solid var(--main-col);
}

@font-face {
    font-family: 'ViettelFont';
    src: url('/wp-content/themes/az9s-com/font/FS-PFBeauSansPro-Thin.otf');
    font-weight: 100;
}
@font-face {
    font-family: 'ViettelFont';
    src: url('/wp-content/themes/az9s-com/font/FS-PFBeauSansPro-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: 'ViettelFont';
    src: url('/wp-content/themes/az9s-com/font/FS-PFBeauSansPro-SemiBold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'ViettelFont';
    src: url('/wp-content/themes/az9s-com/font/FS-PFBeauSansPro-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: 'ViettelFont';
    src: url('/wp-content/themes/az9s-com/font/FS-PFBeauSansPro-Black.otf');
    font-weight: 900;
}
span.breadcrumb-title {
    color: var(--main-col);
}
.row-brc .col-inner {
    padding: 15px 0;
}
.row-brc-ct {
    margin-top: 0 !important;
}
.row-brc-ct a:nth-child(1) {
    font-size: 0;
    position: relative;
    margin-right: 30px;
}
.row-brc-ct a:nth-child(1):before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2025/06/logo-viettel-2.png);
    width: 26px;
    height: 26px;
    position: absolute;
}
h1, h2, h3, h4, h5, h6, strong {
    font-family: "ViettelFont" !important;
    text-transform: uppercase;
    font-weight: 600;
}
p,li,span,a{
    font-family: "ViettelFont", sans-serif;
    font-weight: 400;
}
b, strong {
    font-weight: 500 !important;
}   
p, span, li {
    font-size: 16px;
}
.entry-content p,.entry-content li{
    text-align: justify;
}
.title-home h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.title-home h2 strong{
    color: var(--main-col);
    font-weight: 600 !important;
}
.title-home h2:after{
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: var(--main-col);
    margin: 0 auto;
    border-radius: 99px;
    margin-top: 15px;
}
/*Header*/
div#masthead {
    background: var(--grey-color);
}
ul.menu-header-custom {
    display: flex;
    align-items: center;
}
li.menu-item-custom {
    list-style: none;
    margin-right: 20px;
    margin-bottom: 0;
}
li.menu-item-custom a{
    font-size: 14px;
    color: #576C8A;
}
div#masthead .header-nav-main {
    justify-content: center !important;
}
#masthead .search-field{
    background-color: rgb(255 255 255);
    border-radius: 8px 8px 8px 0;
}
.col-pd-none{
    padding-bottom: 0;
}
a.nav-top-link {
    font-weight: 500;
    font-size: 16px !important;
}
#wide-nav .nav>li.menu-item {
    margin: 0px 16px;
}
.btn-dangky a.nav-top-link {
    background: var(--main-col);
    padding: 10px 25px;
    border-radius: 8px 8px 8px 0;
    color: white !important;
    font-size: 14px !important;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0 !important;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    border-radius: 12px;
    padding: 10px;
    min-width: 295px;
    background: #eeeeee;
    box-shadow: 0 10px 20px 0 rgb(25 51 147 / 10%);
}
.has-dropdown .icon-angle-down {
    font-size: 20px;
    margin-left: .2em;
    opacity: 1;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
    color: var(--main-col);
}
.button.is-underline {
    text-transform: math-auto;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-col) !important;
}
.button.is-underline:before {
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 1;
    background: var(--main-col);
    transition: all 0.2s linear;
    transform: scalex(20%); 
    transform-origin: 0 50%;
}
.button.is-underline:hover:before {
    background: var(--main-col);
    transform: scalex(100%);
}
.footer-secondary.pull-right {
    display: none;
}
/*Đăng ký thành công*/
.row-runlac .icon-box img{
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
}
@keyframes ring-alo-circle-img-anim{
    0% {
    transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
b, strong {
    font-weight: 700;
}
/*Home page*/
.st_internet{
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
.row-bg-red .col-inner {
    background-image: url(https://vietteltongdai.vn/wp-content/uploads/2024/02/bg_it_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 290px;
    padding: 70px;
}
.row-bg-red h2 {
    color: white;
    font-size: 35px;
    width: 68%;
    margin: 0 auto;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}
.row-bg-red p {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.st_internet .title-h3 h3{
    margin-top: 30px;
}
.title-h3 h3,.title-h3 p strong{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
.ul-none ul li{
    list-style: none;
    margin-left: 0;
}
/*************** CSS By TunNgyn07   ***************/
/*Box Product custom*/
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}
.pd_internet_vt .custom-product-item {
    height: auto;
}
.warp-text-title{
    background-image: url(/wp-content/themes/az9s-com/img/packdata_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.warp-text-title .product-title {
    font-size: 28px;
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    padding: 20px;
    text-transform: uppercase;
    line-height: var(--line-height-s);
}
.custom-product-item {
    border: 1px solid var(--main-col);
    border-top-left-radius: var(--border-radius-m);
    border-top-right-radius: var(--border-radius-m);
    border-bottom-right-radius: var(--border-radius-m);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-product-item .box-text-full {
    margin-bottom: auto;
}
.warp-box-text{
    width: 100%;
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    column-gap: var(--gap-m);
    row-gap: var(--gap-m);
    height: 100%;
}
.box-line{
    border-bottom: 1px solid #dddedf;   
    width: 100%;
}
ul.box-text-info li {
    list-style: none;
    margin-left: 0 !important;
}
ul.box-text-info li .content-product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: justify;
}
ul.box-text-info li span.icon {
    padding-right: 10px;
}
.txt-goicuoc {
    display: flex;
    flex-direction: column;
}
.custom-product-item .price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.txt-goicuoc span.gia-goi-cuoc {
    font-size: 18px;
    margin-bottom: 5px;
}
.txt-goicuoc span.txt-vat {
    font-style: italic;
    font-size: 14px;
}
.custom-product-item .price span.amount {
    font-size: 28px;
}
.box-button a.button {
    width: 100%;
    border-radius: 10px 10px 10px 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 5px;
    overflow: hidden;
    text-transform: math-auto;
    font-weight: 600;
}
.box-button a.button.btn-red{
    background: var(--main-col);
}
.box-button a.button.btn-gray{
    background: white;
    border: 1px solid #b5b4b4;
    color: #44494d;
}
.box-button a.button:hover {
    color: white;
    z-index: 1;
}
.box-button a.button:hover:before {
    transform: scalex(100%);
    z-index: -1;
}
.box-button a.button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    transform: scalex(0%);
    transform-origin: 0 50%;
}
.box-button a.button.btn-red:before{
        background: var(--thir-color);
}
.box-button a.button.btn-gray:before{
        background: #b5b4b4;
}
/*************** CSS By TunNgyn07   ***************/
/*Truyền hình */
.st_truyenhinh .nav-normal li{
    margin-right: 0;
}
.st_truyenhinh .nav-normal li>a{
    border-bottom: 2px solid;
    padding-right: 10px;
    padding-left: 10px;
}
.st_truyenhinh .nav-normal li.active>a{
    color: #ee0033;
}
.pd_internet_vt {
    padding-bottom: 10px;
}
.pd-2-col .pd_internet_vt .custom-product-item{
     width: calc(50% - 15px) !important;
}
.ablum-dth img {
    width: 35px;
    height: 35px;
}
.img-bg-ablum{
    height: 26px;
    width: 100%;
}
.bg-box-border p {
    text-transform: uppercase;
    border: 2px solid var(--main-col);
    border-radius: 6px;
    padding: 0px 10px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.bg-box-border p strong{
    font-weight: bold !important;
    color: var(--main-col);
}
.tab_banggia ul.nav-simple>li {
    background: white;
    border-radius: 99px;
    border: 2px solid #c4c4c4;
}
.tab_banggia ul.nav-simple>li a{
    padding: 7px 20px;
}
.tab_banggia ul.nav-simple>li.active{
    background: var(--main-col);
    color: white;
    border: 2px solid var(--main-col);
}
.tab_banggia ul.nav-simple>li.active a {
    color: white;
}
.tab_banggia .tab-panels {
    padding-top: 1.5em;
}
.tab_banggia .col-inner{
    border-top-left-radius: var(--border-radius-m);
    border-top-right-radius: var(--border-radius-m);
    border-bottom-right-radius: var(--border-radius-m);
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.tab_banggia .col-inner {
    border-top: 5px solid var(--color-border);
    border-left: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    transition: all 0.3s ease-in;
    height: 100%;
}
.tab_banggia .col-inner:hover {
    border-top: 5px solid var(--main-col);
    border-left: 1px solid var(--main-col);
    border-bottom: 1px solid var(--main-col);
    border-right: 1px solid var(--main-col);
    transform: scale(1.05);
}
.tab_banggia .col-inner h3 {
    font-size: 30px;
    color: var(--color-border);
    line-height: var(--line-height-m);
    text-transform: uppercase;
    text-align: center;
}
.tab_banggia .col-inner p:nth-child(2) {
    text-transform: capitalize;
    font-size: 34px;
    color: var(--main-col);
    font-weight: 400;
    line-height: var(--line-height-s);
    text-align: center;
    margin-bottom: 20px;
}
.tab_banggia .col-inner p:nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    line-height: 1.2;
}
.tab_banggia .col-inner ul {
    text-align: left;
}

.tab_banggia .col-inner ul li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #33d543;
}
.wp-video {
    justify-self: center;
}
a.btn-dangky-red {
    width: 100%;
    border-radius: 10px 10px 10px 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 3px;
    overflow: hidden;
    text-transform: math-auto;
    font-weight: 600;
}
a.btn-dangky-red:hover {
    color: white;
    z-index: 1;
}
.btn-dangky-red:hover:before {
    transform: scalex(100%);
    z-index: -1;
}
a.btn-dangky-red:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    transform: scalex(0%);
    transform-origin: 0 50%;
}
a.btn-dangky-red:before{
        background: var(--thir-color);
}
.st_truyenhinh .product-small .box-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    background: white;
    margin-top: -50px;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-radius: 40px 0 25px 0;
    border: 1px solid rgb(0 0 0 / 0%);
    transition: all 0.2s ease-in;
}
.st_truyenhinh .product-small .box-text .title-wrapper,
.st_truyenhinh .product-small .box-text .price-wrapper{
    width: 50%;
}
.st_truyenhinh .product-small .box-text .title-wrapper {
    text-align: left;
}
.st_truyenhinh .product-small .box-text .price-wrapper {
    text-align: right;
}
.st_truyenhinh .product-small .product-title,.st_truyenhinh .product-small span.amount {
    font-size: 24px;
}
span.date-data {
    color: #576C8A;
}
.st_truyenhinh .product-small img.attachment-woocommerce_thumbnail {
    border-radius: 16px;
}
.st_truyenhinh .product-small:hover .box-text{
        border: 1px solid var(--main-col);
}
.st_truyenhinh .product-small a.btn-dangky-red {
    width: auto;
    padding: 0px 20px;
    line-height: 40px;
    margin-right: 0;
}
.box-button-data {
    order: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.box-button-data .btn-dangky-red {
    text-align: right;
    margin-right: 0;
}
.box-button-data .btn-line{
    text-align: left;
}
.box-tintuc-sk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.box-tintuc-sk ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
}
.box-tintuc-sk ul li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    margin: 0 7px;
}
.box-tintuc-sk h2{
    width: auto;
    margin-bottom: 0;
}
.box-tintuc-sk ul li a{
    color: #44494d;
    border-bottom: 2px solid #44494d;
}
.box-tintuc-sk ul li:hover a{
    color: var(--main-col);
    border-bottom: 2px solid var(--main-col);
}
.st_tintuc .col.post-item .col-inner .box-vertical {
    border: 1px solid var(--color-border);
    border-top-left-radius: var(--border-radius-m);
    border-top-right-radius: var(--border-radius-m);
    border-bottom-right-radius: var(--border-radius-m);
    height: 200px;
}
.st_tintuc .blog-full .col-inner .box-normal{
    border: 1px solid var(--color-border);
    border-top-left-radius: var(--border-radius-m);
    border-top-right-radius: var(--border-radius-m);
    border-bottom-right-radius: var(--border-radius-m);
    height: 732px;
}
.st_tintuc .post-item .box-vertical .image-cover{
    border-radius: 25px 0 0 0;
}
.st_tintuc .post-item .box-normal .image-cover {
    border-radius: 25px 25px 0 0;
}
.is-divider {
    display: none;
}
.st_tintuc .post-item .box-text-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.st_tintuc .post-item .post-meta{
    order: 3;
}
.st_tintuc .post-item p.from_the_blog_excerpt {
    margin-bottom: auto;
}
.st_tintuc .post-item .box-text.text-left {
    padding: 15px !important;
}
.st_tintuc .post-item .post-title a {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.st_dangkygoi h2 {
    font-size: 36px;
}
.st_dangkygoi .section-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.2)) !important;
}
.col-dk-padding .col-inner {
    padding: 60px 0;
}
.col-dk-padding  .button.is-outline {
    background-color: #be0129;
    border: 1px solid rgba(235, 58, 58, 0.65);
    color: white !important;
}
.col-dk-padding  .button.is-outline:hover {
    background-color: #cb002a;
}
.col-dk-padding .button.is-outline span {
    font-size: 14px;
}
.td_tongdai .box-text p {
    font-size: 18px !important;
}
.td_tongdai .box-text h3 {
    font-size: 24px;
}
.st_hotrokh .border-col .col-inner {
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 12px 12px 12px 0;
    cursor: pointer;
}
.h-tintuc .post-item .col-inner{
    height: 100%;
    border-radius: 12px 12px 12px 0;
    border: 1px solid var(--color-border);
}
.h-tintuc .post-title a.plain,.h-tintuc .from_the_blog_excerpt  {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.h-tintuc .post-item .col-inner .box-image,.h-tintuc .post-item .col-inner img,
.st_hotrokh .border-col .col-inner .box-image,.st_hotrokh .border-col .col-inner img{
    border-radius: 12px 12px 12px 0;
}
.st_hotrokh .border-col .col-inner {
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 12px 12px 12px 0;
    cursor: pointer;
}
.st_hotrokh .border-col .col-inner:hover {
    border: 1px solid var(--main-col);
}
.st_hotrokh .border-col .col-inner .box-text{
    padding: 25px 10px;
}
.st_hotrokh .border-col .col-inner .box-text p {
    font-size: 24px;
}
.st_hotrokh .border-col .col-inner:hover .box-text p {
    color: var(--main-col);
}

#footer .social-icons a.icon {
    background-color: var(--main-col) !important;
    border-color: var(--main-col) !important;
    border-radius: 6px !important;
}
.st_footer p,.st_footer li,.st_footer a,.st_footer span{
    font-size: 14px;
}
.st_footer p strong{
    font-size: 20px;
}
.st_footer p strong:after {
    content: "";
    width: 35px;
    height: 2px;
    background: var(--main-col);
    display: block;
    margin-top: 5px;
    margin-bottom: -8px;
}
.st_footer i{
    color: var(--main-col);
}
/*Liên hệ*/
.link-maps iframe {
    width: 100%;
    height: 330px;
}
.txt-info {
    border: 1px solid red;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px 20px 20px 0;
    display: flex
;
    flex-direction: row;
    align-items: center;
}
.txt-info i {
    font-size: 36px;
    background: var(--main-col);
    padding: 10px;
    border-radius: 8px;
    color: white;
}
.txt-info .content {
    display: flex
;
    flex-direction: column;
    padding-left: 20px;
}
.txt-info .content span:nth-child(1){
    font-size: 22px;
    font-weight: 700;
}
.form-lh{
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: var(--gap-xm);
    row-gap: var(--gap-xm);
    border-top: 5px solid #ee0033;
    border-right: 1px solid #ee0033;
    border-bottom: 1px solid #ee0033;
    border-left: 1px solid #ee0033;
    border-top-left-radius: var(--border-radius-l);
    border-top-right-radius: var(--border-radius-l);
    border-bottom-right-radius: var(--border-radius-l);
    width: 60%;
}
.form-lh .title-form {
    font-size: 20px;
    color: var(--thir-color);
    line-height: var(--line-height-m);
    text-align: center;
    margin-bottom: 30px !important;
}
.form-lh .col{
    padding-bottom: 0;
}
.form-lh input,.form-lh select{
    font-size: 16px;
    height: 50px;
    border-top-left-radius: var(--border-radius-xs);
    border-top-right-radius: var(--border-radius-xs);
    border-bottom-right-radius: var(--border-radius-xs);
}
.form-lh textarea{
    font-size: 16px;
    border-top-left-radius: var(--border-radius-xs);
    border-top-right-radius: var(--border-radius-xs);
    border-bottom-right-radius: var(--border-radius-xs);
}
.btn-center{
    text-align: center;
}
.btn-center input{
    height: auto;
}
/*Trang Internet*/
.width-68 {
    width: 68%;
    margin: 0 auto;
}
.iv_ftth{
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
.iv-img-bg {
    margin: 0 auto;
    padding-bottom: 0;
}
.bg-img-iv-1 {
    position: absolute;
    bottom: -10px;
}
.bg-img-iv-1 img {
    width: 100%;
    height: 236px;
    object-fit: contain;
}
.bg-img-iv-2 {
    margin-bottom: 0 !important;
}
.iv_uudiem {
    padding-top: 40px !important;
    margin-top: -311px;
    background: #fdf1f1;
}
.iv_uudiem .icon-box p strong{
    font-size: 18px;
    text-align: center;
    color: #44494d;
    font-weight: 700 !important;
    padding-top: var(--gap-l);
    padding-bottom: var(--gap-m);
}
.iv_uudiem .icon-box  .icon-box-text{
    margin-right: auto;
    margin-left: auto;
    width: 68%;
}
.iv_goicuocdn {
    background-color: white !important;
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}
.iv_goicuocdn .img-inner {
    border-radius: 60px 60px 60px 0;

}
.row-li-check ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    padding: 9px;
    border-radius: var(--border-radius-c);
    background-color: #d3676c;
    transition: all 0.2s ease-in-out;
    font-size: 10px;
    margin-right: 10px;
}
.row-li-check ul li{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}
.blog-iv h3:nth-child(1){
    font-size: 28px;
    font-weight: 600;
}
.blog-iv h2{
    color: var(--thir-color);
    font-size: 28px;
    font-weight: 700;
}
.blog-iv p{
    text-align: justify;
}
.iv_faq .accordion-title {
    background: var(--thir-color);
    border-radius: 4px;
    padding: 10px !important;
    display: flex;
    color: white;
    border: none;
    margin-bottom: 5px;
}
.accordion .toggle {
    left: auto;
    right: 0;
    top: 8px;
    color: white !important;
    font-size: 12px;
}
.btn-lienhe:before {
    content: "Liên hệ";
    display: block;
    font-size: 8px;
    color: var(--main-col);
    position: absolute;
    top: -5px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    line-height: 1;
}
.btn-lienhe:hover{
    background: white !important;
    color: var(--main-col) !important;
}
.row-4-col-color .col .col-inner {
    padding: 60px;
}
.row-4-col-color .col:nth-child(1) .col-inner {
    background: #f8b5a4;
}
.row-4-col-color .col:nth-child(2) .col-inner {
    background: #ee0033;
}
.row-4-col-color .col:nth-child(3) .col-inner {
    background: #a80024;
}
.row-4-col-color .col:nth-child(4) .col-inner {
    background: #5c1c29;
}
.row-4-col-color .col:not(:nth-child(1)) .col-inner p {
    color: white;
}
.img-4-col-bg {
    position: absolute;
    top: 5%;
    left: 30%;
}
.img-4-col-bg .img-inner.dark {
    width: 200px;
}
.row-4-col-color .icon-box p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.row-4-col-color .icon-box p:nth-child(2){
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
}
.icon-box-left, .icon-box-right {
    align-items: center;
}
.ck_tinhnang .row-bg-gray-ck .col-inner{
    padding-top: var(--gap-l);
    padding-right: var(--gap-xm);
    padding-bottom: var(--gap-l);
    padding-left: var(--gap-xm);
    background-color: #f2f2f2;
    border-radius: var(--border-radius-m);
    height: 100%;
}

.row-li-check ul li ul li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.row-li-check ul li ul {
    counter-reset: item;
}

.row-li-check ul li ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.row-li-check ul li ul li::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 7px;
    text-align: center;
    font-size: 10px;
    color: white;
    background-color: #d3676c;
    border-radius: var(--border-radius-c);
    transition: all 0.2s ease-in-out;
}

.iv_goicuocdn .tabbed-content span {
    font-size: 20px;
}
.title-pd-iv{
    padding-top: 30px;
    padding-bottom: 30px;
}
.row-5-col .col{
    flex-basis: 20%;
    max-width: 20%;
}
.row-5-icon {
    margin-bottom: 30px;
}
.row-5-icon .icon {
    background: white;
    border-radius: 99px;
    padding: 14px;
}
.row-5-icon .icon-box-text p{
    font-size: 24px;
    font-weight: 700 !important;
}
/*Chi tiết blog*/
.blog-single {
    padding-top: 0;
}
.post-sidebar span.widget-title {
    background-color: var(--thir-color);
    border-radius: 8px;
    display: flex;
    padding: 15px;
    width: 100%;
    color: white;
    justify-content: space-between;
    margin-bottom: 10px;
}
#categories-7 span.widget-title:after {
    content: "\f0c9";
    font-family: 'FontAwesome';

}
aside#categories-7 li {
    padding-left: 15px;
    display: flex;
    padding-right: 15px;
    align-items: center;
}
#categories-7 ul li.cat-item:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 12px;

}
#categories-7 ul li:hover a{
    color: var(--main-col);
}
span.widget-title.shop-sidebar {
    background: var(--thir-color);
    padding: 15px;
    width: 100%;
    display: block;
    border-radius: 8px;
    color: white;
}
aside#categories-7 {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #ee0033;
    border-radius: var(--border-radius-xs);
    width: 100%;
}
aside#categories-7 li{
    padding-left: 15px;
}
aside#categories-7 li a{
    font-weight: 600 !important;
    color: black;
}
aside#categories-7>ul>li+li{
    border-top: none;
}
.blog-single .entry-header-text-top {
    border-bottom: 4px solid #f2f2f2;
    padding-bottom: 15px;
    position: relative;
}
.blog-single .entry-header-text-top:before {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0px;
    width: 60px;
    height: 4px;
    background-color: var(--thir-color);
    z-index: 1;
}
.single .entry-content h2,.single .entry-content h2 strong {
    color: var(--thir-color);
    font-size: 28px;
    font-weight: 700 !important;
}
.single .entry-content h3,.single .entry-content h3 strong  {
    color: #44494d;
    font-size: 22px;
    font-weight: 700;
}
/*--TABLE--*/
.single .entry-content table {
    width: 100%;
}
.single .entry-content table {
    border-collapse: collapse;
}
.w-post-content .wp-block-table table tbody tr:hover {
    background: var(--color-section);
}
.single .entry-content table td {
    border: 1px solid gray;
}
.single .entry-content table tbody td {
    text-align: center;
    padding: 7px 5px;
    color: black;
}
.blog-cate-single ul.parent-blog-categories {
    display: flex;
    align-items: center;
}
.blog-cate-single ul.parent-blog-categories li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-xs);
    background-color: #b5b4b4;
    transition: all 0.2s ease-in;
    margin-right: 5px;
    margin-top: 15px;
}
.blog-cate-single ul.parent-blog-categories li:hover {
    background-color: var(--main-col);
}
.blog-cate-single ul.parent-blog-categories li a {
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: var(--line-height-s);
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-family: sans-serif;
}
/* Css cate */
.blog-archive {
    padding-top: 0 !important;
}
.blog-archive .col.post-item .col-inner{
    line-height: 1.5em;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    overflow: hidden;
    height: 100%;
}
.blog-archive .col.post-item .col-inner:hover{
    box-shadow: 1px 2px 15px rgb(0 0 0 / 30%);
}

.blog-archive .col.post-item .box-text{
    padding: 15px;
}
.blog-archive .post-item:nth-child(n + 3) .box-text h5{
    min-height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}
/*
.blog-archive .col.post-item .box-text h5:hover{
    color: var(--secon-color);
}*/
.blog-archive .post-item .col-inner{
    box-shadow: 0 1px 4px 0 rgb(102 98 98 / 40%);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.blog-archive .col.post-item:nth-child(1) .image-cover:after,
.blog-archive .col.post-item:nth-child(2) .image-cover:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(transparent, #495065);
    pointer-events: none;
    backface-visibility: hidden;
    transition: opacity .3s;
}
.blog-archive .col.post-item:nth-child(1) .image-cover,
.blog-archive .col.post-item:nth-child(2) .image-cover{
    padding-top: 65% !important;
}
.blog-archive .col.post-item:nth-child(1) .box-text,
.blog-archive .col.post-item:nth-child(2) .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.blog-archive .col.post-item:nth-child(1),
.blog-archive .col.post-item:nth-child(2){
    max-width: 50%;
    flex-basis: 50%;
}
.blog-archive .col.post-item:nth-child(1) .box-text,
.blog-archive .col.post-item:nth-child(2) .box-text{
    padding: 1.5rem !important;
    color: #fff;
}
.blog-archive .col.post-item .box-text p.cat-label{
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
}
.blog-archive .post-item .box-text h5{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: "ViettelFont";
    font-weight: 500;
}
.blog-archive .post-item:hover img{
    transform: scale(1.1);
}
.blog-archive .post-item:nth-child(n + 3) .box-text{
    padding: 1rem 1.25rem;
    border-top: 2px solid var(--main-col);
}
.blog-archive .post-item:nth-child(n + 3) .box-text p.cat-label{
    position: absolute;
    top: -14px;
    left: 1rem;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--main-col);
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 4rem;
    opacity: 1;
    text-transform: none;
    font-family: "ViettelFont";
    font-weight: 500;
}
/*Trang đăng ký*/
.col-form-dk{
    background: white;
    padding: 20px;
    width: 70%;
    margin: 0 auto;
}
.col-form-dk {
    background: white;
    padding: 60px;
    flex-basis: 70%;
    max-width: 70%;
    margin: 0 auto;
    border-radius: 30px 30px 30px 0;
}
.col-form-dk .form-group .col{
    padding-bottom: 0;
}
.form-group label {
    color: #44494d;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
}
.col-form-dk input {
    font-size: 16px;
    height: 50px;
    border-top-left-radius: var(--border-radius-xs);
    border-top-right-radius: var(--border-radius-xs);
    border-bottom-right-radius: var(--border-radius-xs);
}
.col-form-dk textarea{
    font-size: 16px;
    border-top-left-radius: var(--border-radius-xs);
    border-top-right-radius: var(--border-radius-xs);
    border-bottom-right-radius: var(--border-radius-xs);
}
.button-center {
    text-align: center;
}
.button-center input{
    height: auto;
}
/*Trang danh mục dịch vụ Woo*/
/*.shop-page-title.category-page-title.page-title {
    display: none;
}*/
#woocommerce_product_categories-6 span.widget-title {
    display: none;
}
#woocommerce_product_categories-6 ul li a {
    border-radius: 8px;
    background: #f2f2f2;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #f2f2f2;
    padding: 10px;
}
#woocommerce_product_categories-6 ul li.current-cat>a {
    background: var(--main-col);
    border: 1px solid var(--main-col);
    color: white !important;
}
#woocommerce_product_categories-6 ul li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    border: none !important;
}
.category-page-row .box-image,
.category-page-row span.date-data,
.category-page-row .price-wrapper,
.category-page-row .box-button-data {
    display: none;
}
.category-page-row .product-small .box-text {
    display: flex;
    flex-direction: column;
    padding: 0;
}
aside#woocommerce_layered_nav-2 {
    border: 1px solid var(--main-col);
    padding: 12px;
    border-radius: 20px;
}
ul.woocommerce-widget-layered-nav-list {
    margin-top: 15px;
}
.category-page-row .title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/wp-content/themes/az9s-com/img/img-similar-pack.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    transition: all 0.3s ease-in;
    width: 100%;
}
.category-page-row  .content-archive {
    display: flex;
}
.box-text-archive {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    column-gap: var(--gap-xs);
    row-gap: var(--gap-xs);
    height: 100%;
}
.category-page-row .product-small .col-inner{
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    border-radius: var(--border-radius-m);
    overflow: hidden;
    width: 100%;
    transition: all 0.2s ease-in;
    height: 100%;
}
.category-page-row .title-wrapper a {
    font-size: 24px;
    color: white;
    font-weight: 700;
}
.category-page-row .content-archive .icon {
    padding-right: 10px;
}
.category-page-row .box-button{
    padding: 0 15px;
    padding-bottom: 5px;
}
.category-page-row .box-button a.button {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
/*Single Product*/
.box-text-single-pd ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-text-single-pd ul li {
    flex: 1;
    border: 1px solid #b5b4b4;
    border-radius: var(--border-radius-xs);
    flex-direction: row;
    align-items: center;
    column-gap: var(--gap-xs);
    row-gap: var(--gap-xs);
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
}
.box-price-single,.box-text-single-pd .box-flex {
    display: flex;
    flex-direction: column;
}
.box-text-single-pd .content{
    display: flex;
    align-items: center;
}
.box-text-single-pd .title-pd {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
}
.box-text-single-pd .icon {
    padding-right: 10px;
}
.box-text-single-pd .content .icon img{
    width: 32px;
    height: 32px;
}
.box-flex span:nth-child(1){
    font-size: 14px;
    line-height: 1;
}
.single-product .product-tabs{
    display: none;
}
.single-product .entry-content {
    width: 100%;
    background-color: #ffffff;
    border: 12px solid #dee6ee;
    border-top-left-radius: var(--border-radius-m);
    border-top-right-radius: var(--border-radius-m);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    padding-bottom: 50px;
}
.img-tab {
    position: absolute;
    bottom: 0;
}
.single-product  a.btn-dangky-red {
    width: auto;
    padding: 3px 20px;
    margin-top: 30px;
}
/*CSS on Mobile By Tunnguyn07*/
@media only screen and (max-width: 48em) {
    /*  Meu Mobile  */
    .off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        background: transparent !important;
        box-shadow: none;
    }
    .mobile-sidebar {
        background: white;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 17px;
        color: var(--main-col);
    }
    .mfp-content .toggle {
        color: #fff;
    }
    .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        font-size: 18px;
    }
    #masthead .mobile-nav a {
        color: var(--main-col); !important;
    }
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
    .mfp-content .sidebar-menu .search-field {background: white;}
    .row-bg-red .col-inner {
        padding: 40px;
    }.row-bg-red h2 {
        font-size: 24px;
        width: 100%;
    }
    .pd-bottom{
        padding-bottom: 0;
    }
    ul.parent-blog-categories {
        display: none;
    }
    .st_tintuc .blog-full .col-inner .box-normal{
        height: auto;
    }
    .col-dk-padding .col-inner {
        padding: 30px;
    }
    .st_dangkygoi h2 {
        font-size: 28px;
    }
    div#shop-sidebar {
        background: white;
    }
    .box-text-single-pd ul {
        flex-direction: column;
    }
    .box-text-single-pd ul li,.width-68 {
        width: 100%;
    }
    .iv_uudiem {
        padding-top: 30px !important;
        margin-top: -184px;
        background: #fdf1f1;
    }
    .bg-img-iv-1 {
        position: absolute;
        bottom: -27px;
    }
    .row-5-col {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
.row-5-col .col {
    flex-basis: 100%;
    max-width: 100%;
}
.row-5-icon .icon-box-text p {
    font-size: 16px;
    text-align: center;
}
.blog-iv h2 {
    font-size: 24px;
}
.pd-2-col .pd_internet_vt .custom-product-item {
    width: 100% !important;
}
    .row-4-col-color .icon-box {
        display: flex;
        flex-direction: column;
        z-index: 1;
        position: relative;
    }
.row-4-col-color .icon-box .icon-box-img {
    margin-bottom: 20px !important;
}
.row-4-col-color .icon-box .icon-box-text.last-reset {
    text-align: center;
}
.img-4-col-bg {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.dk_dangky h2 {
    font-size: 24px;
}
.col-form-dk {
    padding: 15px;
    flex-basis: 95%;
    max-width: 95%;
}
.blog-archive .col.post-item:nth-child(1), .blog-archive .col.post-item:nth-child(2) {
    max-width: 100%;
    flex-basis: 100%;
}
.blog-cate-single ul.parent-blog-categories {
    display: flex;    
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-cate-single ul.parent-blog-categories li {
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 0;
}
.row-brc .col-inner {
    padding: 15px;
}
}