/*Theme Name: PhongMy
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ══════════════════════════════════════════
   CSS VARIABLES
══════════════════════════════════════════ */
:root {
    --pri: #ef7d43;
    --second: #222e32;
    --black: #000;
    --white: #fff;
    --green: #61bc76;
    --blue: #6181bc;
    --dark: #222e32;
    --ddd: #ddd;
    --red: red;
}
 	.gap-tong-couter {
        gap: 20px;
        flex-wrap: nowrap;
    }

    .thanh-tuu-chay-so {
        align-items: flex-start;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 10px;
        box-shadow: rgb(0, 0, 0) 0px 15px 9px -13px;
    }

    .count {
        text-align: center;
        font-weight: bold;
        font-size: 2.5rem;
        margin: 0;
        padding: 0;
        margin-top: 70px;
        transform: translateY(-50px);
        color: white;
    }

    .count-text {
        text-align: center;
        color: white;
        transform: translateY(-80px);
    }


/* ══════════════════════════════════════════
   GENERAL
══════════════════════════════════════════ */
.header-bottom {
    background-color: #0B2115 !important;
}

.nav>li>a {
    font-weight: 600 !important;
}

html {
    overflow-x: hidden;
}

#woocommerce-product-search-field-0 {
    color: white !important;
}

.height-0 {
    height: 0;
}

.col.col_fix {
    position: unset !important;
}

.col_fix .col-inner {
    position: absolute !important;
    top: 30px;
}

.mx-auto .col-inner {
    margin: 0 auto !important;
}

.col_white .titlehassub .left_title {
    color: var(--pri) !important;
    font-size: 1.5em;
}

.col_white .titlehassub {
    display: inline-block;
    border-bottom: 3px solid #fff;
}

.text-center .titlehassub {
    text-align: center;
    justify-content: center;
    border: 0;
}

.col_white .titlehassub .subtitle {
    text-transform: initial !important;
    color: var(--pri) !important;
    font-weight: normal;
    font-size: .8em;
}

.bgpri {
    background: var(--pri);
}

.bggreen {
    background: var(--green);
}

.bgblue {
    background: var(--blue);
}

.bgdark {
    background: var(--dark);
}

p:last-child {
    margin: 0 !important;
}

.category div#content {
    padding-top: 0;
}

.wrap_breadcrumb {
    background-color: #f5f5f5;
    margin-top: 1px;
    margin-bottom: 30px;
    box-shadow: -2px 6px 10px -5px #ccc inset;
    line-height: 2 !important;
    padding: 10px 0;
}

.box-vertical .box-text {
    vertical-align: top;
    padding-top: 0;
}


/* ══════════════════════════════════════════
   LESSON BOX
══════════════════════════════════════════ */
.lesson-box {
    border: 2px solid #00d9ff;
    height: 30rem;
    margin-top: 3%;
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 217, 255, 0.1);
    line-height: 2rem;
    color: white;
}
	.lesson-box h1 {
		color:orange;
	}

.lesson-box:hover {
    box-shadow: 0 0 40px rgba(0, 246, 255, 0.6), 0 0 60px rgba(0, 246, 255, 0.3);
    border-color: #00f6ff;
    color: white;
    transform: translateY(-10px) scale(1.02);
}


/* ══════════════════════════════════════════
   BON COT / FOOTER COLUMNS
══════════════════════════════════════════ */
.bon-cot {
    width: 100%;
    height: auto;
    display: flex;
}

.cot {
    background-color: black;
    width: 25%;
    font-family: "Oswald", Arial, Helvetica, serif;
    font-weight: 300;
    font-style: normal;
}

.tieu-de-cot {
    font-family: "Oswald", Arial, Helvetica, serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 12px;
    margin-left: 1rem;
    font-weight: 300;
    font-style: normal;
}

.thanh-ngan {
    display: block;
    float: left;
    width: 30px;
    margin-top: -19px;
    margin-left: 1rem;
    border-top: 3px solid darkgrey;
}

.cot1 {
    color: #fff;
    margin-left: 10px;
}

.cot2-ds {
    list-style-type: none;
}

.cot2-ds li {
    line-height: 1.7;
}

.cot2-ds a {
    color: beige;
    text-decoration: none;
    font-family: Roboto, Tahoma, Geneva, sans-serif;
}

.cot2-ds a:hover {
    color: yellow;
}

.cot3-ds {
    list-style-type: none;
}

.cot3-ds li {
    line-height: 1.7;
    display: flex;
}

.cot3-ds a {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.cot3-ds a:hover {
    color: yellow;
}

.cot3-ds li a {
    display: inline-block;
    height: 32px;
    margin-left: 0.5rem;
    margin-top: 2px;
}

.gmail,
.sdt,
.dia-chi {
    color: red;
}

.gmail {
    margin-left: -6px;
}

.i-color {
    color: beige;
    display: table-cell;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1/1;
    vertical-align: middle;
    text-align: center;
}

.thut1 {
    padding-left: 10px;
}

.img-bct {
    width: 280px;
    margin-bottom: 20px;
}

.img-dmca {
    margin-bottom: 20px;
}


/* ══════════════════════════════════════════
   MEGA MENU
══════════════════════════════════════════ */
.mega-menu-row ul.mega-sub-menu ul.mega-menu-row li:first-child a {
    background: var(--red) !important;
}

.rev_slider_wrapper,
.rev_slider,
.tp-fullwidth-forcer,
.rev_slider .tp-bgimg.defaultimg {
    max-height: 300px !important;
}


/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
input#woocommerce-product-search-field-0 {
    border: 2px solid var(--pri);
    min-height: 40px;
}

li.html.header-social-icons {
    margin-left: 30px !important;
}

.hot.menu-item>a:after {
    content: 'HOT';
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: green;
    font-weight: bolder;
    border-radius: 2px;
    color: #fff;
    padding: 2px 3px 3px;
    position: relative;
    top: -5px;
}

.new.menu-item>a:after {
    content: 'NEW';
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: var(--second);
    font-weight: bolder;
    border-radius: 2px;
    color: #fff;
    padding: 2px 3px 3px;
    position: relative;
    top: -5px;
}

.laptop-cua-toi.menu-item>a:after {
    content: 'New';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #572fbd;
    font-weight: bolder;
    border-radius: 2px;
    color: #fff;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}

li.home {
    padding: 0 15px;
    color: #fff;
    background: transparent;
}

li.home a,
li.home img {
    margin: 0 !important;
    vertical-align: middle;
}

li.home img {
    width: 25px;
    height: auto;
}

#wide-nav li {
    margin: 0 10px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    width: fit-content;
}

/* #wide-nav li:hover {
    margin: auto !important;
} */

.cart-item .header-button a {
    background: var(--pri);
    font-size: .9em;
    border: none;
}

.cart-item .header-button a i {
    color: var(--white);
}

.header-bottom {
    background-color: #0B2115;
    height: 60px;
}

.header-main.hide-for-sticky {
    background-color: #0B2115;
}

.header-vertical-menu {
    background-color: #0B2115;
}

.header-vertical-menu__opener.dark {
    background-color: green;
    height: 55px;
    border: 2px solid gray;
    border-radius: 20px;
    margin-top: -1px;
}

.header-vertical-menu__fly-out {
    width: 100%;
    background-color: #0B2115;
    border-radius: 10px;
}

.header-vertical-menu__fly-out li:hover {
    background-color: #383838;
}

#menu-menu-doc .nav-top-link {
    color: white;
    font-size: 18px;
    line-height: 40px;
}

#menu-menu-doc .nav-top-link:hover {
    color: orange;
}

/* .nomargin:hover {
    background-color: grey;
} */

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover {
    color: #ef7d43;
}


/* ══════════════════════════════════════════
   NAV DROPDOWN
══════════════════════════════════════════ */
.nav-dropdown {
    padding: 0;
}

.sub-menu.nav-dropdown.nav-dropdown-default {
    background-color: #0B2115;
}

.sub-menu.nav-dropdown.nav-dropdown-default li>a {
    color: white;
    font-weight: bold;
    padding: 10px;
    border-bottom: none !important;
    line-height: 36px;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li:hover {
    width: 100% !important;
    margin: auto !important;
    background-color: #383838 !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    color: orange;
}

.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-design-custom-size {
    width: 250px !important;
    margin-left: 0 !important;
}


/* ══════════════════════════════════════════
   HOME / TITLE
══════════════════════════════════════════ */
.titlehassub {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: thin solid var(--pri);
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.titlehassub .left_title {
    font-size: 1.25em;
    color: #000000;
    font-weight: bold;
    background: url(assets/img/title.png) left 10px no-repeat;
    padding-left: 25px;
}

.right_title a {
    font-size: .9em;
    color: #000;
}

.right_title a span {
    padding: 0 15px;
}

.product-small .product-title.woocommerce-loop-product__title a {
    color: #000;
    font-size: .95em;
    line-height: 1.3em;
}

.product-small .price-wrapper {
    margin: 10px auto 0;
    padding: 10px 0;
}

.product-small .box-image {
    border: 1px solid #b2b2b2;
    border-radius: 0 !important;
}

.product-small:hover .box-image {
    border-color: var(--pri);
}

.dichvutinhoc .titlehassub {
    border: 0;
    justify-content: center;
    margin-bottom: 0;
}

span.amount {
    color: var(--red);
    font-size: 1.1em;
}


/* ══════════════════════════════════════════
   DICH VU TINH HOC
══════════════════════════════════════════ */
.dichvutinhoc .icon-box {
    text-align: center;
    padding: 45px 15px;
    transition: all 500ms;
}

.dichvutinhoc .icon-box:hover {
    background: var(--black);
}

.dichvutinhoc .icon-box h5,
.dichvutinhoc .icon-box h6 {
    color: var(--white);
    opacity: 1;
}

.dichvutinhoc h5 {
    font-size: 1em;
    position: relative;
    margin-left: 10px;
    display: unset;
}

.dichvutinhoc h5:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
    background: url(assets/img/title-white.png) no-repeat;
    width: 20px;
    height: 20px;
}

.dichvutinhoc h6 {
    margin-top: 15px;
    text-transform: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.25em;
    min-height: 60px;
}


/* ══════════════════════════════════════════
   QUY TRINH
══════════════════════════════════════════ */
.quytrinh .icon-box:hover {
    background: var(--dark);
}

.quytrinh .icon-box {
    text-align: left !important;
    padding: 0;
    padding-bottom: 15px !important;
}

.quytrinh h5 {
    border-bottom: 1px solid var(--ddd);
    margin: 0;
    display: block;
    padding: 15px 55px;
    font-size: .9em;
}

.quytrinh h5:before {
    left: 15px;
    top: 13px;
    width: 25px;
    height: 25px;
    position: absolute;
}

.quytrinh .col1 h5:before {
    background: url(assets/img/icon-kiemtra.png) !important;
    background-size: contain !important;
}

.quytrinh .col2 h5:before {
    background: url(assets/img/icon-suachua.png) !important;
    background-size: contain !important;
}

.quytrinh li {
    list-style: none;
    color: var(--white);
    position: relative;
    padding-left: 20px;
    font-size: .9em;
}

.quytrinh li:first-child {
    margin-top: 1em;
}

.quytrinh li:before {
    content: '';
    background: url(assets/img/title.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
}

.quytrinh-step {
    position: relative;
    margin: 25px 0 35px;
}

.quytrinh-step ul li p:first-child {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.quytrinh-step:before,
.quytrinh-step:after {
    content: "";
    position: absolute;
    bottom: 53px;
}

.quytrinh-step:before {
    background: url(assets/img/icon-quytrinh3.png);
    width: 106px;
    height: 36px;
    left: 0;
    z-index: 9;
}

.quytrinh-step:after {
    background: url(assets/img/icon-quytrinh4.png);
    width: 108px;
    height: 36px;
    right: -2px;
}

.quytrinh-step ul {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 90px;
}

.quytrinh-step ul:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
    background: #ef7d43;
}

.quytrinh-step ul li {
    font-size: 14px;
    font-weight: bold;
    flex: 1;
    text-align: center;
    color: #ef7d43;
    text-transform: uppercase;
    list-style: none;
}

.quytrinh-step ul li p {
    margin-bottom: 0;
    padding: 0 20px 20px;
    min-height: 64px;
}

.quytrinh-step ul li span {
    position: relative;
    display: inline-block;
    padding-top: 28px;
    top: 31px;
}

.quytrinh-step ul li span:after {
    content: "";
    height: 28px;
    width: 1px;
    border-left: thin dashed #ef7d43;
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    margin: auto;
}

.quytrinh-step ul li span:before {
    content: "";
    position: absolute;
    bottom: 53px;
    right: -100px;
    width: 36px;
    height: 36px;
    background: url(assets/img/cirle.png);
}

.quytrinh-step ul li:last-child span:before {
    display: none;
}

.quytrinh-items {
    background: #222e32;
    color: #fff;
    height: 100%;
}

.quytrinh-items h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 25px 15px 75px;
    border-bottom: thin solid #646d70;
}

.title-kiemtra {
    background: url(assets/img/icon-kiemtra.png) 30px center no-repeat;
}

.title-suachua {
    background: url(assets/imgicon-suachua.png) 30px center no-repeat;
}

.quytrinh-content {
    padding: 20px 30px 10px;
}

.quytrinh-content li {
    background: url(assets/img/title.png) left center no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}

.mb-quytrinh {
    margin-bottom: 20px;
}


/* ══════════════════════════════════════════
   TOOLTIP
══════════════════════════════════════════ */
.wph_tooltip_box {
    overflow: hidden;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
}

.wph_tooltip_box ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    border-top: 1px solid #e5e5e5;
}

.wph_tooltip_box strong {
    display: block;
}

.wph_tooltip * {
    height: initial !important;
}

.wph_tooltip {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    font-size: 11px;
    width: 250px;
    height: auto;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #666;
    background: #fff;
    color: #000 !important;
}

.wph_tooltip_box ul li {
    margin: 2px;
}

.wph_tooltip .wph_tooltip_title {
    background-color: red;
    color: #fff;
    margin: -5px;
    margin-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
}

.wph_tooltip img {
    display: none !important;
}


/* ══════════════════════════════════════════
   CATEGORY / SIDEBAR
══════════════════════════════════════════ */
article.format-standard header .entry-title {
    font-size: .8em;
    line-height: 1.2em;
}

article.format-standard header .filterright {
    flex: 0 1 60%;
}

article.format-standard header .entry-image {
    flex: 0 1 35%;
    padding-right: 10px;
}

article.format-standard header .entry-image img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}

article.format-standard header {
    display: flex;
    flex-flow: row wrap;
}

.upw-posts article {
    margin: 1em 0;
    padding-bottom: 0;
}

.widget_product_data {
    position: relative;
}

.widget_product_data button.flickity-button {
    margin-top: inherit !important;
    position: absolute;
    opacity: 1;
    height: 20px;
    width: 30px;
    top: -35px;
}

.widget_product_data button.flickity-button svg {
    border: 1px solid #ddd;
}

.widget_product_data.slider button.flickity-prev-next-button {
    transform: unset !important;
}

.widget_product_data.slider button.flickity-prev-next-button:hover svg {
    opacity: 1;
    background: var(--black);
}

.widget_product_data.slider button.flickity-prev-next-button:hover path {
    fill: var(--white);
}

.widget_product_data button.flickity-button.flickity-prev-next-button.next {
    right: 15px;
}

.widget_product_data button.flickity-button.flickity-prev-next-button.previous {
    right: unset;
    left: calc(100% - 80px);
}

.widget-area,
#product-sidebar {
    overflow: hidden !important;
}

aside span.widget-title {
    background: #ef7d43;
    position: relative;
    padding: 5px;
}

aside .price-wrapper .price {
    text-align: center;
}

aside span.widget-title:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-left: 30px solid #ef7d43;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0;
    right: -30px;
}

.widget .is-divider {
    display: none;
}

aside span.widget-title:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1px;
    background: var(--pri) !important;
    bottom: 0;
    right: -1000px;
}

span.widget-title.shop-sidebar::before {
    width: 260px;
    left: 0;
}


/* ══════════════════════════════════════════
   SINGLE / PRODUCT
══════════════════════════════════════════ */
.product-short-description {
    background: #00aaff1f;
    padding: 15px;
    margin: 15px 0;
}

.mota2 p {
    margin: 0;
}

.mota2 {
    background: #ef7d4391;
    padding: 10px;
    font-size: .9em;
    margin-top: 15px;
}

h1.entry-title {
    font-size: 1.5em !important;
    color: var(--pri) !important;
}

.single .page-wrapper {
    padding-top: 0;
}

.product-info span.amount {
    color: var(--pri);
}

form.cart {
    margin-top: 15px;
}


/* ══════════════════════════════════════════
   TABLE / BAO GIA
══════════════════════════════════════════ */
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
}

td {
    border: 2px solid #000;
    padding: 10px;
    background-color: #eee;
}

.page-template-default table {
    width: 100% !important;
    display: table !important;
    max-width: 100% !important;
}

.wc-product-table-controls.wc-product-table-above {
    display: block;
}

.dataTables_wrapper .dataTables_filter {
    text-align: left !important;
}


/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.footertitle {
    text-transform: uppercase;
    color: var(--pri);
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--pri);
    padding-bottom: 15px;
}

#footer,
#footer a,
#footer li,
#footer div {
    color: var(--white);
}

#footer ul.menu li {
    border: 0;
}

#footer .tencty {
    font-weight: bold;
    font-size: 1.2em;
}

#footer .row .col:first-child div:nth-child(n+2) {
    padding: 6px 0;
}


/* ══════════════════════════════════════════
   FORM TU VAN / POPUP
══════════════════════════════════════════ */
.app-fixed-footer {
    z-index: 9999;
    position: fixed;
    bottom: 15px;
    right: 90px;
    transition: all .5s ease;
    width: max-content;
}

.app-fixed-footer>.footer-constant-area {
    text-align: right;
}

.app-fixed-footer>.footer-constant-area>button {
    background-color: #d62a4e;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 !important;
}

.app-fixed-footer>.footer-constant-area>button:hover {
    background-color: var(--pri);
}

.app-fixed-footer>.footer-constant-area>button img {
    width: 20px;
    vertical-align: middle;
}

.app-fixed-footer>.footer-constant-area>button>a {
    font-weight: 500;
    color: #fff;
    font-size: .9em;
    vertical-align: middle;
    margin-left: 0.5rem;
    padding: 5px 0;
}

.popup_header {
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem;
    background: #af9e5d3b;
    margin-bottom: 15px;
}

#tuvanform .mfp-close {
    color: #fff !important;
}

#tuvanform {
    border-radius: 10px;
    padding: 0;
}

.popup_content .form_lienhe p {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 1 50% !important;
    margin-right: 0 !important;
}

.popup_content .form_lienhe p:last-child {
    padding: 0;
    margin-top: 30px !important;
}

.popup_content .form_lienhe {
    padding: 0 !important;
    box-shadow: none;
}

#tuvanform input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: #d62a4e;
    margin: 0;
    position: absolute;
    border-radius: 0;
    padding: 5px;
}

.popup_content .wpcf7-response-output {
    position: absolute;
    bottom: 27px;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
    border: 0 !important;
    color: #d62a4e;
}


/* ══════════════════════════════════════════
   HERO / FEATURES
══════════════════════════════════════════ */

.feature-item {
    display: flex;
    width: 320px;
    align-items: center;
    padding: 20px;
    gap: 15px;
    font-size: 20px;
    color: white;
    margin: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(0, 246, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 246, 255, 0.3);
}

.box-tong-hero {
    position: relative;
}

.text-box-hero {
    position: absolute;
    left: 20%;
}


/* ══════════════════════════════════════════
   FLICKITY
══════════════════════════════════════════ */
.flickity-enabled.is-draggable .flickity-viewport {
    margin-top: -50px;
}


/* ══════════════════════════════════════════
   MISC
══════════════════════════════════════════ */
.fb_iframe_widget {
    max-height: 370px;
    overflow: hidden;
}

#row-639209882 {
    display: none;
}

.gio-mo-cua {
    padding-top: 20px;
    padding-left: 10px;
}


/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════════════════════════════════════════ */


/* ─────────────────────────────────────────
   Mobile nhỏ: 375px – 479px
───────────────────────────────────────── */
@media screen and (min-width: 375px) and (max-width: 479px) {

    /* Layout chung */
    html {
        overflow-x: hidden;
    }
	.ccsb-bottom-right.ccsb {
		width:50%;
		right:0;
		bottom:0;
		height:100px;
		left:0;
	}
	.ccsb ul {
		width:200px;
		padding-top:30px;
	}
	.ccsb ul li {
		display:inline-block;
	}
    i.icon-angle-right {
        color: white;
    }

    .box-tong-hero {
        position: relative;
        width: 100%;
    }

    .text-box-hero {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
    }
	.feature-item br {
		display: none; /* ẩn br đi */
	}

    .mobile-sidebar-levels-1 .nav-slide>li>.sub-menu {
        background-color: #0B2115;
    }

    .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
        color: white;
    }

    li.nav-slide-header.pt-half.pb-half {
        color: white;
    }

    .title-thanh-tuu-noi-bat h2 {
        font-size: 20px !important;
    }

    .gap-tong-couter {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* hoặc 50% 50% */
        gap: 10px;
        width: 90%;
        margin: auto;
    }

    .count-text {
        text-align: center;
        color: white;
    }

    /* Bon cot footer: 1 cột */
    .bon-cot {
        display: block;
        width: 100%;
        height: auto;
    }

    .cot {
        width: 100%;
        padding-top: 20px;
    }

    .cot2-ds {
        padding-left: 10px;
    }

    .cot3-ds {
        padding-left: 10px;
    }

    .gio-mo-cua {
        padding-top: 20px;
        padding-left: 10px;
    }

    .thut1 {
        padding-left: 10px;
    }

    .img-bct {
        width: 220px;
    }

    /* Header */
    .header-bottom {
        height: auto;
        padding: 5px 0;
    }

    .header-vertical-menu__fly-out {
        width: 95%;
        border-radius: 8px;
    }

    #wide-nav li {
        height: auto;
        line-height: 40px;
        margin: 0 4px;
        padding: 0 6px;
    }

    li.home img {
        display: none;
    }

    li.home b {
        display: inline-block;
        margin-left: 0;
    }

    li.home {
        background: unset;
        padding: 0 8px;
    }

    /* Tooltip ẩn trên mobile */
    .wph_tooltip {
        display: none !important;
    }

    /* Lesson box */
    .lesson-box {
        height: auto;
        min-height: 200px;
        padding: 20px 15px;
        margin-top: 5%;
    }

    .lesson-box h1 {
        font-size: 1.6rem;
        color: orange;
    }

    .lesson-box:hover {
        transform: translateY(-4px) scale(1.01);
    }

    /* Hero / Title */
    .title-bg-destop {
        font-size: 28px;
        padding-top: 8%;
        text-align: center;
		font-weight:bold;
    }

    .feature-item {
        width: 250px;
        margin: 8px 0;
        font-size: 15px;
        padding: 12px;
    }

    /* Popup / Form */
    .app-fixed-footer {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 90%;
        text-align: center;
    }

    .popup_header {
        padding: 8px 0;
        font-size: .85em;
    }

    .popup_content .form_lienhe p {
        flex: 0 1 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Quy trinh step ẩn */
    .quytrinh-step {
        display: none;
    }

    /* Box vertical */
    .box-vertical h5 {
        font-size: .85em;
    }

    .box-vertical .box-image {
        vertical-align: top;
    }

    /* Table */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    td {
        padding: 6px;
        font-size: 13px;
    }

    /* Nav sidebar search */
    ul.nav.nav-sidebar.nav-vertical .autocomplete-suggestion img {
        width: 42px;
        height: 42px;
        float: left;
    }

    ul.nav.nav-sidebar.nav-vertical span.amount {
        color: yellow;
        font-size: inherit;
    }

    ul.nav.nav-sidebar.nav-vertical .autocomplete-suggestion {
        display: block;
    }

    ul.nav.nav-sidebar.nav-vertical .search-name {
        color: var(--white);
    }

    ul.nav.nav-sidebar.nav-vertical {
        background: #0B2115;
    }

    ul.nav.nav-sidebar.nav-vertical .form-flat input:not([type=submit]) {
        background-color: var(--white);
        border-color: var(--white);
    }

    ul.nav.nav-sidebar.nav-vertical>li>a {
        color: var(--white);
    }

    /* Product */
    .product-gallery {
        order: 1;
    }

    .thanh-tuu-chay-so {
        border-radius: 20px;
        box-shadow: rgb(0, 0, 0) 0px 15px 9px -13px;
        background-color: #1C2C22;
        max-width: 100%;
        height: 200px;
    }

    .count {
        color: white;
        transform: translateY(-50px);
        text-align: center;
        font-weight: bold;
        font-size: 2.5rem;
        margin-top: 20px;
        padding: 0;
    }

    . .count-text {
        text-align: center;
        Font-size: 20px;
        color: white;
        transform: translateY(-90px);
    }
}


/* ─────────────────────────────────────────
   Mobile: 480px – 767px
───────────────────────────────────────── */
@media screen and (min-width: 480px) and (max-width: 767px) {
    i.icon-angle-right {
        color: white;
    }

    /* Layout chung */
    html {
        overflow-x: hidden;
    }
	.ccsb-bottom-right.ccsb {
		width:50%;
		right:0;
		bottom:0;
		height:100px;
		left:0;
	}
	.ccsb ul {
		width:200px;
		padding-top:30px;
	}
	.ccsb ul li {
		display:inline-block;
	}

    .mobile-sidebar-levels-1 .nav-slide>li>.sub-menu {
        background-color: #0B2115;
    }

    .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
        color: white;
    }

    li.nav-slide-header.pt-half.pb-half {
        color: white;
    }

    .title-thanh-tuu-noi-bat h2 {
        font-size: 20px !important;
    }

    .gap-tong-couter {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* hoặc 50% 50% */
        gap: 10px;
        width: 90%;
        margin: auto;
    }

    .count-text {
        margin-top: -70px;
        text-align: center;
        color: white;
    }

    /* Bon cot footer: 1 cột */
    .bon-cot {
        display: block;
        width: 100%;
        height: auto;
    }

    .cot {
        width: 100%;
        padding-top: 20px;
    }

    .cot2-ds {
        padding-left: 10px;
    }

    .cot3-ds {
        padding-left: 10px;
    }

    .gio-mo-cua {
        padding-top: 20px;
        padding-left: 10px;
    }

    .thut1 {
        padding-left: 10px;
    }

    .img-bct {
        width: 250px;
    }

    /* Header */
    .header-bottom {
        height: auto;
        padding: 5px 0;
    }

    .header-vertical-menu__fly-out {
        width: 90%;
        border-radius: 8px;
    }

    #wide-nav li {
        height: auto;
        line-height: 44px;
        margin: 0 5px;
        padding: 0 8px;
    }

    li.home img {
        display: none;
    }

    li.home b {
        display: inline-block;
    }

    li.home {
        background: unset;
        padding: 0 10px;
    }

    /* Tooltip ẩn */
    .wph_tooltip {
        display: none !important;
    }

    /* Lesson box */
    .lesson-box {
        height: auto;
        min-height: 220px;
        padding: 22px 18px;
        margin-top: 4%;
    }

    .lesson-box h1 {
        font-size: 1.8rem;
    }

    .lesson-box:hover {
        transform: translateY(-5px) scale(1.01);
    }

    /* Hero / Title */
    .title-bg-destop {
        font-size: 42px;
        padding-top: 7%;
        text-align: center;
    }

    .text-box-hero {
        position: relative;
        left: 0;
        padding: 15px;
    }

    .feature-item {
        width: 250px;
        margin: 10px 0;
        font-size: 16px;
        padding: 14px;
    }

    /* Popup / Form */
    .app-fixed-footer {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 80%;
        text-align: center;
    }

    .popup_header {
        padding: 10px 0;
        font-size: .9em;
    }

    .popup_content .form_lienhe p {
        flex: 0 1 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Quy trinh step ẩn */
    .quytrinh-step {
        display: none;
    }

    /* Box vertical */
    .box-vertical h5 {
        font-size: .9em;
    }

    .box-vertical .box-image {
        vertical-align: top;
    }

    /* Table */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    td {
        padding: 8px;
        font-size: 14px;
    }

    /* Nav sidebar search */
    ul.nav.nav-sidebar.nav-vertical .autocomplete-suggestion img {
        width: 42px;
        height: 42px;
        float: left;
    }

    ul.nav.nav-sidebar.nav-vertical span.amount {
        color: yellow;
        font-size: inherit;
    }

    ul.nav.nav-sidebar.nav-vertical .autocomplete-suggestion {
        display: block;
    }

    ul.nav.nav-sidebar.nav-vertical .search-name {
        color: var(--white);
    }

    ul.nav.nav-sidebar.nav-vertical {
        background: var(--pri) !important;
    }

    ul.nav.nav-sidebar.nav-vertical .form-flat input:not([type=submit]) {
        background-color: var(--white);
        border-color: var(--white);
    }

    ul.nav.nav-sidebar.nav-vertical>li>a {
        color: var(--white);
    }

    /* Product */
    .product-gallery {
        order: 1;
    }

    .thanh-tuu-chay-so {
        border-radius: 20px;
        box-shadow: rgb(0, 0, 0) 0px 15px 9px -13px;
        background-color: #1C2C22;
        max-width: 100%;
        height: 250px;
    }

    .count {
        color: white;
        transform: translateY(-50px);
        text-align: center;
        font-weight: bold;
        font-size: 2.5rem;
        margin-top: -10px;
        padding: 0;
    }

    .count-text {
        text-align: center;
        Font-size: 20px;
        color: white;
        transform: translateY(-90px);
    }
}


/* ─────────────────────────────────────────
   Tablet lớn: 768px – 1023px
───────────────────────────────────────── */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    .box-tong-hero {
        position: relative;

    }

    .text-box-hero {
        position: absolute;
        width: 100%;
        top: 40%;
        left: 50%;
		gap:80px!important;
    }

    .feature-item {
        width: 300px!important;
		height:100px;
    }
	.gap-tong-couter {
		margin:auto!important;
		width: 96%;
        height: 250px;
	}

    /* Hero / Title */
    .title-bg-destop {
        font-size: 56px;
        padding-top: 6%;
    }

    /* Bon cot footer: 2 cột */
    .bon-cot {
        flex-wrap: wrap;
    }

    .cot {
        width: 50%;
        padding-top: 15px;
        box-sizing: border-box;
    }

    .cot2-ds {
        padding-left: 10px;
    }

    .cot3-ds {
        padding-left: 10px;
    }

    .gio-mo-cua {
        padding-top: 20px;
        padding-left: 10px;
    }

    .thut1 {
        padding-left: 10px;
    }

    .img-bct {
        width: 260px;
    }

    /* Header */
    .header-bottom {
        height: auto;
        min-height: 55px;
    }

    #wide-nav li {
        margin: 0 5px;
        padding: 0 8px;
        height: 50px;
        line-height: 50px;
    }

    .header-vertical-menu__fly-out {
        width: 75%;
    }

    /* Lesson box */
    .lesson-box {
        height: auto;
        min-height: 260px;
        padding: 25px 20px;
    }

    .lesson-box h1 {
        color:orange;
		font-size:22px;
    }

    /* Popup / Form */
    .app-fixed-footer {
        bottom: 10px;
        right: 20px;
    }

    .popup_content .form_lienhe p {
        flex: 0 1 100% !important;
    }

    /* Quy trinh step ẩn trên tablet */
    .quytrinh-step {
        display: none;
    }

    /* Box vertical */
    .box-vertical h5 {
        font-size: .9em;
    }

    .box-vertical .box-image {
        vertical-align: top;
    }

    /* Table */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    td {
        padding: 9px;
        font-size: 14px;
    }

    /* Nav item custom size */
    .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-design-custom-size {
        width: 180px !important;
    }

    /* Tooltip ẩn */
    .wph_tooltip {
        display: none !important;
    }
}


/* ─────────────────────────────────────────
   Desktop chuẩn: 1024px – 1439px
───────────────────────────────────────── */

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .title-bg-destop {
        font-size: 80px;
        padding-top: 5%;
        font-weight: bold;
    }
	div#logo img {
		margin-left:10%;
	}

}



/* ─────────────────────────────────────────
   Large desktop: 1440px – 1920px
───────────────────────────────────────── */
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .gap-tong-couter {
        gap: 20px;
        flex-wrap: nowrap;
    }

    .thanh-tuu-chay-so {
        height: 300px;
    }

    /* Header rộng hơn */
    #wide-nav li {
        margin: 0 0 !important;
        padding: 0 14px;
        height: 58px;
        line-height: 58px;
        /* 		width:100%; */
    }

    #menu-menu-doc>li {
        width: 100%;
    }

    .header-bottom {
        height: 65px;
    }

    /* Lesson box lớn hơn */
    .lesson-box {
        height: 34rem;
        padding: 35px 30px;
    }

    .lesson-box h1 {
        font-size: 2.5rem;
        color: orange;
    }

    /* Hero / Title */
    .title-bg-destop {
        font-size: 90px;
        padding-top: 4%;
		font-weight: bold;
    }

    .feature-item {
        width: 340px;
		display:block;
        font-size: 22px;
        padding: 15px;
        margin: 18px;
    }

    /* Quy trinh step hiển thị đầy đủ */
    .quytrinh-step {
        display: block;
    }

    /* Bon cot footer: 4 cột bình thường */
    .cot {
        width: 25%;
    }

    /* Popup */
    .app-fixed-footer {
        bottom: 20px;
        right: 110px;
    }

    /* Nav dropdown rộng hơn */
    .nav-dropdown {
        min-width: 320px;
    }

    /* Product title */
    .product-small .product-title.woocommerce-loop-product__title a {
        font-size: 1em;
    }

    /* Table */
    table {
        max-width: 960px;
    }
	div#logo img {
		margin-left:10%;
	}
}