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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* 1️⃣ ẨN MẶC ĐỊNH */
.price-vnd-approx {
    display: none !important;
    font-size: 17px;
    color: #f56161;
    font-weight: 600;
    margin-top: 4px;
}

/* 2️⃣ TRANG CHỦ – SP THUỘC CAT YITH */
body.home .product_cat-yith .price-vnd-approx {
    display: block !important;
}

/* 3️⃣ TRANG DANH MỤC YITH */
body.tax-product_cat.term-yith .price-vnd-approx {
    display: block !important;
}

/* ===== CẤU TRÚC NGANG HÀNG ===== */
.single-product .product_cat-yith .price-wrapper,
.tax-product_cat.term-yith .price-wrapper,
.home .product_cat-yith .price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== GIÁ € (GIỮ NGUYÊN STYLE FLATSOME) ===== */
.single-product .product_cat-yith .price,
.tax-product_cat.term-yith .price,
.home .product_cat-yith .price {
    margin: 0;
}

/* ===== GIÁ VND – STYLE GẦN GIỐNG 80 € ===== */
.price-vnd-approx {
    display: none;
}

/* chỉ hiện đúng cat yith */
.single-product .product_cat-yith .price-vnd-approx,
.tax-product_cat.term-yith .price-vnd-approx,
.home .product_c_


/* 4️⃣ TRANG CHI TIẾT SẢN PHẨM – THUỘC CAT YITH */
.single-product .product_cat-yith .price-vnd-approx {
    display: block !important;
}


.menu-item-2219>a::after {
    color: #fff;
    background: #EA5E14;
    content: "Sale";
    display: inline-block;
    font-size: 9px;
    border-radius: 2px;
    letter-spacing: -.1px;
    line-height: 9px;
    margin-left: 4px;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.header-nav-main li a {
    color: #343232;
}
.header-nav-main li a:hover {
    color: #EA5E14;
}
/* ===== FIX KHỐI RATING WOOCOMMERCE / FLATSOME ===== */

/* wrapper rating */
.col-rating {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
}

/* sao đánh giá */
.kt-star,
.star-rating {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
}

/* ngăn sao bị xếp dọc */
.star-rating span {
    display: inline-block !important;
}

/* nhóm rating + đã bán + lượt xem */
.kt-ratingsale {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    width: auto !important;
    height: auto !important;
    margin-top: 6px;
    flex-wrap: wrap;
}

/* điểm đánh giá */
span.danh-gia {
    color: #2f9f1b;
    padding: 0 6px;
    white-space: nowrap;
}

/* đã bán */
.da-ban {
    color: #fff;
    background-color: #ffc300;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

/* lượt xem */
.product-views {
    font-size: 13px;
    color: #777;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

/* icon */
.kt-icon,
.product-views i {
    float: none !important;
    width: auto;
    font-size: 13px;
}
/* ===== FIX SAO ĐÁNH GIÁ BỊ XẾP DỌC ===== */

/* wrapper sao */
.kt-star,
.kt-rating {
    display: flex !important;
    flex-direction: row !important; /* QUAN TRỌNG */
    align-items: center !important;
}

/* từng icon sao */
.kt-rating .kt-icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 3px;
    float: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* ảnh sao */
.kt-rating .kt-icon img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/*ket thuc danh gia*/
.ft-toc-main-vuot {
    top: 70px !important;
}
.entry-header-text.entry-header-text-top.text-left {
    padding-bottom: 0px !important;
}
.widget .is-divider {
    height: 2px;
    display: block;
    background-color: rgb(240, 240, 240);
    max-width: 100%;
    width: 100%;
    margin: 6px 0px;
}
.is-divider {
    background-image: linear-gradient(to right, #0BAB56, #EA5E14);
}
.tag-meta-post .luot-xem {
  padding-left: 3px;
  padding-right: 10px;
}
.tag-meta-post .meta-date-capnhat {
  padding-left: 4px;
  padding-right: 6px;
}
.danh-muc ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
.danh-muc ul li{
  list-style-type: none;
}
span.fa.fa-eye {
  color: #0BAB56;
}
span.fa.fa-clock-o {
  color: #0BAB56;
}
span.fa.fa-folder {
  color: #0BAB56;
}
.widget-area {
    background-color: #f5f5f7;
    padding: 20px;
    color: var(--color-2);
    border-radius: 7px;
    font-family: arial;
    font-size: 18px;
}
ul.product_list_widget .amount {
    color: red;
}
.menu-item-78>a::after {
    color: #16a34a;
    background: rgba(34,197,94,.12);
    content: "Free";
    display: inline-block;
    font-size: 11px;
    border-radius: 2px;
    padding: 3px 7px;
    letter-spacing: -.1px;
    line-height: 9px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.product_cat-plugin-mien-phi .xem-link{
    display:none !important;
}
.product_cat-plugin-mien-phi .col-rating{
    display:none !important;
}
.product_cat-plugin .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-bat-dong-san .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-ban-hang .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-doanh-nghiep .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-thoi-trang .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-xe-hoi .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-my-pham-lam-dep .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-kien-truc-noi-that .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-cong-nghe-may-tinh .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-thuc-pham-thuoc .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-thuc-pham-thuoc .luot-tai-xuong{
    display:none !important;
}
.product_cat-theme-du-lich-khach-san .luot-tai-xuong{
    display:none !important;
}

span.download-count::before {
    font-family: "Font Awesome 5 Free";
    content: "\f358";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    font-weight: 900;
    color: #056534 !important;
}
.luot-tai-xuong {
    display: flex;
    align-content: center;
    align-items: baseline;
}

.luot-tai-xuong .product-views {
    padding-left: 10px;
    font-size: 16px;
    color: #056534 !important;
}
.luot-tai-xuong .product-views .fa-eye{
    font-size: 16px !important;
}
/*Css nút tải xuống ngay*/
.acf-countdown {
    border: 1px dashed #cf9d9c;
    padding: 10px;
    border-radius: 5px;
}
.acf-download-box {
    text-align: center;
}
.acf-download-box .acf-download-btn{
   background: var(--ggetcolor);
    padding: 10px 40px;
    color: #fff;
    border-radius: var(--ggetborra);
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid #222;
    font-size: 17px; 
}
.acf-download-box .acf-download-btn::before{
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 900;
    color: #fff !important;
}

/*kết thúc nút tải*/
.badge-container.absolute.left.top.z-1 {
    left: unset;
    right: 5px;
    top: -25px;
}
.badge-circle .badge-inner {
    border-radius: 0;
    background-color: #d26e4b00;
}
.badge-container .onsale {
    font-size: 15px;
    font-weight: 600;
    background: #0BAB56;
    padding: 3px 10px;
    line-height: 0;
    min-height: 11px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 19px;
    background-position-y: center;
    background-position-x: 5px;
    padding-left: 29px;
    color: white;
    background-image: url(https://choplugin68.com/wp-content/uploads/2026/01/icon-flash.png);
}
/* ========== HOME TEXT ========== */
@keyframes my {
  0% {
    color: yellow;
  }
  50% {
    color: #fff;
  }
  100% {
    color: yellow;
  }
}
.woocommerce-Tabs-panel--description .col.medium-4,
.woocommerce-Tabs-panel--description .col.large-4 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
.col-home-text {
    padding-top: 45px;
}
h1.h1-home {
    color: #0bd96c !important;
    text-transform: uppercase;
}
.woocommerce-ordering .orderby {
    border-radius: 10px;
}

/* ========== PRODUCT CARD ========== */
.product-short-description {
    border: 1px dashed #cf9d9c;
    background: #9ec8bd2e;
    padding: 10px;
    border-radius: 5px;
}

.related-products-wrapper .product-small .col-inner {
    background: #fff;
    border-radius: 0.5rem !important;
    box-shadow:
        0 0 1px rgb(13 102 147 / 15%),
        0 15px 80px rgb(39 45 63 / 10%);
    border: 1px solid #D8E1E5;
}
.related-products-wrapper .price .amount {
    font-weight: bold;
    color: #FF0000;
    font-size: 21px !important;
}
.archive .price .amount {
    font-weight: bold;
    color: #FF0000;
    font-size: 21px !important;
}
.archive .product-small .col-inner {
    background: #fff;
    border-radius: 0.5rem !important;
    box-shadow:
        0 0 1px rgb(13 102 147 / 15%),
        0 15px 80px rgb(39 45 63 / 10%);
    border: 1px solid #D8E1E5;
}
.product-small .name, .product-small .name a {
    height: 47px;
}
.sec-noibat .product-small {
    background: #fff;
    border-radius: 0.5rem !important;
    box-shadow:
        0 0 1px rgb(13 102 147 / 15%),
        0 15px 80px rgb(39 45 63 / 10%);
    border: 1px solid #D8E1E5;
}
.sec-mienphi .product-small {
    background: #fff;
    border-radius: 0.5rem !important;
    box-shadow:
        0 0 1px rgb(13 102 147 / 15%),
        0 15px 80px rgb(39 45 63 / 10%);
    border: 1px solid #D8E1E5;
}

/* Ảnh sản phẩm */
.product-small.box img {
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #edeae5;
}

/* ========== BOX TEXT ========== */
.product-small .box-text {
    padding: 10px !important;
    display: block !important;
    height: 120px;
}

/* ========== TITLE ========== */
.product-small .title-wrapper {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Fix text bị clamp */
.product-small .name,
.product-small .name a {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    line-height: 1.4;
}

/* ========== PRICE ========== */
.product-small .price-wrapper {
    float: left;
    width: calc(100% - 150px);
    padding-top: 10px;
}

.product-small.col .box-text-products .price {
    font-size: 20px;
}

.home .price .amount {
    font-weight: bold;
    color: #FF0000;
    font-size: 20px;
}

/* ========== ACTION BUTTONS ========== */
.product-small .theme-action {
    float: right;
    display: flex;
    align-items: center;
}

/* Cụm nút */
.product-small .button-action {
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
}

/* Nút chung */
.product-small .button-action a {
    border: 1px solid #14851e;
    background: #fff;
    color: #1c1d1d;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 9px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s;
    text-align: center;
}

/* Hover */
.product-small .button-action a:hover {
    background: #0BAB56;
    color: #fff;
}

/* Nút icon */
.product-small .button-action a.view-detail {
    width: 44px;
    height: 44px;
    font-size: 18px;
}
/* ========== PRODUCT SINGEL ========== */
.section-main-product h1.product-title.product_title.entry-title {
    margin-top: 20px;
    margin-bottom: 0;
    color: #000;
    text-transform: capitalize;
}
.xem-link {
    display: flex;
    margin-top: 35px;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    height: 70px !important;
    justify-content: center;
}
.xem-link a.button {
    width: auto;
    text-align: center;
    padding: 0 1.2em;
    height: 44px;
    border-radius: 5px;
}
a.button-demo.button {
    background: #EA5E14 !important;
}
.xem-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-intro {
    padding-bottom: 0px !important;
}
.theme-image {
    padding-bottom: 0px !important;
}
.xem-link br {
  display: none !important;
}

.table_wp_hosting tbody td {
    border: 1px solid #ddd;
    padding: 5px 5px;
}
a.coupon-code {
    background-color: #690;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 10px;
    height: initial;
    border-radius: 4px;
}
a.coupon-code:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;
    outline: none;
}
.sec-products .row.row-large {
  max-width: 1310px;
  margin: 0 auto;
  border: 1px solid #ececec;
  border-radius: 7px;
}
.sec-products .row.row-large .medium-8{
    border-right: 1px solid #ddd;
}
p.widget-title.general-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    color: #fff;
    background: #0BAB56;
}
li::marker {
    color: #0BAB56 !important;
}
.button-demo span:before {
    font-family: "Font Awesome 5 Free";
    content: "\e163";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 900;
}
.button-mua span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 900;
}
table.table_wp_hosting p {
    color: #000 !important;
}
.copyright-footer {
    color: #fff !important;
}

/*Singel product */
.single-product .wp-post-image.ux-skip-lazy {
    height: 650px !important;
    border-radius: 7px;
}
.section-main-product .row-singer-product {
    border: 1px solid #ececec;
    border-radius: 7px;
}
.product-section {
    border-top: none !important;
}
.single-product .price.product-page-price {
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-main-product .price .amount {
    font-weight: bold;
    color: #FF0000;
    font-size: 25px !important;
}
.tophosting {
  max-width: 1100px;
  margin: 30px auto;
}

.tophosting_item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #e6eef5;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

/* Hover nổi lên */
.tophosting_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Cột chung */
.hosting_item_col {
  padding: 0 20px;
}

/* Logo */
.hosting_item_logo {
  width: 20%;
}
.hosting_item_logo img {
  max-width: 100%;
  height: auto;
}

/* Mô tả */
.hosting_item_des {
  width: 55%;
}
.hosting_item_des h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.hosting_item_des p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.detail-link {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-decoration: underline;
}
.detail-link:hover {
  text-decoration: none;
   color: #0BAB56;
}

/* Button */
.hosting_item_btn {
  width: 25%;
  text-align: center;
}

.btn-visit {
  display: inline-block;
  padding: 14px 28px;
  background: #0BAB56;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-visit:hover {
  background: #EA5E14;
  transform: scale(1.05);
  color: #fff;
}
/*CSS nút khuyến mãi bảng giá host*/
.nn {
    position: relative;
    transform: translateX(-50%);
    background-color: #2B913A;
    display: inline;
    color: white;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    animation: my 1900ms infinite;
    border-radius: 5px;
    font-weight: bold;
}
/*CSS bang gia hosting*/
.pricing-table-wrapper .pricing-table:before {
  content: '';
  background: url(https://choplugin68.com/wp-content/uploads/2025/12/top-price1-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0px;
  z-index:-2;
  left: 50px;
  right: 0;
  margin: auto;
}

.pricing-table-wrapper .pricing-table {
  background: url(https://choplugin68.com/wp-content/uploads/2025/12/bot-price1-1.png) no-repeat;
  background-position: bottom left;
  z-index: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .08) !important;
  padding: 40px 0;
  border-radius: 20px !important;
  text-align: left !important;
}
.pricing-table .title {
  color: #2B913A !important ;
  letter-spacing: 0;
  text-transform: initial;
  font-size: 17px;
  font-weight: 900;
  background-color: transparent !important;
  border-bottom: 0;
  padding: 10px 20px;
  padding-bottom: 0;
}
.pricing-table .price {
  color: #102d47;
  font-weight: 800;
  padding: 10px 25px;
  font-size: 25px;
}
.pricing-table .items {
  padding: 10px 14px !important;
  font-weight: 500 !important;
  color: #212529 !important;
}
.pricing-table .items .text {
  position: relative;
  padding-left: 27px !important;
}
.pricing-table .items>div {
  border: none !important;
  padding: 7.5px 0 !important;
}
.pricing-table .items .text:before {
  content: "";
  speak: none !important;
  display: inline-block;
  font-display: block;
  font-family: fl-icons !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none !important;
  background: #2B913A;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  color: #fff;
}
.icon-box.featured-box.icon-box-center.text-center {
  border: 1px solid #e5e4e4;
  padding: 20px 40px;
  border-radius: 20px;
  background: #f8eed04f;
  position: relative;
  z-index: 1;
}
.icon-box.featured-box.icon-box-center.text-center:hover {
  background: #fff;
}
.khaweb-accordion .accordion-item {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 50px rgba(125, 125, 125, .1);
  box-shadow: 0 12px 50px rgba(125, 125, 125, .1);
}
.khaweb-accordion .accordion-title {
  position: relative;
  border: none;
  font-weight: 600;
  color: #3a3a3a;
  background-color: #fff;
  padding-left: 15px;
}
.khaweb-accordion .accordion-title:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  margin-top: -2px;
  top: 50%;
  right: 15px;
  border-top: 2px solid #999;
  color: #999;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.khaweb-accordion .accordion-title:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  margin-top: -2px;
  top: 50%;
  right: 15px;
  border-top: 2px solid #999;
  color: #999;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.khaweb-accordion .accordion-title:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.khaweb-accordion .accordion-inner {
  padding: 10px 15px;
}
.khaweb-accordion .accordion-title .toggle {
  display: none;
}

h2.h2-trangchu {
    font-size: 25px;
    font-weight: 800;
}
/* Áp dụng cho gói hosting có Featured = Yes */
.pricing-table.featured-table {
  position: relative;
  overflow: hidden;
}

.pricing-table.featured-table::before {
    content: "Được ưa thích";
    position: absolute;
    background: #e74c3c;
    color: #fff;
    padding: 5px 0px;
    height: auto;
    left: 70px;
    padding-left: 80px;
    width: 100%;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    text-align: center;
}
.row-sale-home {
    margin-top: 0px !important;
}
/*CSS trang thiet ke web*/
.section-tkw:before {
    content: '';
    background: url(https://choplugin68.com/wp-content/uploads/2026/01/Anh-man-hinh-2026-01-10-luc-09.27.37.png) no-repeat;
    width: 800px;
    height: 800px;
    background-size: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.tkw-package-lib-width {
    width: 91.6666666667%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.tkw-package-lib {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: rgba(206, 206, 206, .24);
    box-shadow: 1rem 1rem 6rem rgba(0, 0, 0, .16);
    border-radius: .8rem;
    transform: rotate(8deg);
    overflow: hidden;
}
.tkw-package-left {
    width: 40%;
    position: relative;
    z-index: 3;
}
.tkw-package-left .image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
    background: #fff;
}
.tkw-package-left img {
    width: 100%;
    height: 100%;
    transform: rotate(270deg);
}
.tkw-package-right {
    width: 60%;
}
.tkw-package-list {
    padding: 1.2rem;
}
.tkw-package-items:not(:last-child) {
    margin-bottom: .8rem;
}
.tkw-package-items {
    padding: 15px;
    background: #fff;
    border-radius: .4rem;
    align-items: center;
}
.tkw-package-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.tkw-package-item .icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
}
.tkw-package-item .icon img {
    display: block;
}
.tkw-package-item .text {
    opacity: .7;
    color: #354a60;
    margin-bottom: 0;
}
.block-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list2 ul li {
    background: url(https://choplugin68.com/wp-content/uploads/2026/01/icons8-check-48.png) no-repeat;
    background-size: 22px;
    padding-left: 29px;
    margin-left: 0;
    background-position: left 2px;
}
.text-graphic {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block;
    position: relative;
    line-height: 1.375;
    margin-top: 63px;
    margin-bottom: 48px;
    text-align: left;
    margin-left: 40px;
}
.text-graphic:before {
    content: "";
    width: 161px;
    height: 65px;
    background: url(https://miliweb.vn/wp-content/themes/flatsome-child/assets/icons/km-tag.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    left: 75px;
    transform: translateX(-50%);
    top: -75px;
    z-index: 2;
}
.pulse,.pulse2,.pulse3 {
    position: relative;
    background-color: #2C9310;
    width: 130px;
    height: 130px;
    border-radius: 50%
}

.pulse2 {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.pulse3 {
    width: 150px;
    height: 150px;
    background-color: rgba(107,193,249,.15)
}

.ring,.ring2,.ring3 {
    position: absolute;
    background-color: #2C9310;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: .8;
    animation: pulsing 4s ease-out infinite
}

.ring3 {
    background: rgba(107,193,249,.25)
}

.ring:nth-of-type(1),.ring2:nth-of-type(1),.ring3:nth-of-type(1) {
    animation-delay: -1s
}

.ring:nth-of-type(2),.ring2:nth-of-type(2),.ring3:nth-of-type(2) {
    animation-delay: -2s
}

.ring:nth-of-type(3),.ring2:nth-of-type(3),.ring3:nth-of-type(3) {
    animation-delay: -3s
}

.pulse-animation {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5
}

@keyframes pulsing {
    100% {
        transform: scale(4);
        opacity: 0
    }
}
/*ket thuc trang TKW*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.product-small .price-wrapper {
    padding-top: 5px;
}
.home .price .amount {
     font-size: 20px;
}

    .single-product .wp-post-image.ux-skip-lazy {
    height: 358px !important;
}
.widget_text{
        margin-top: 5px;
        margin-bottom: 5px !important;
}
.textwidget.custom-html-widget {
    padding-top: 15px;
}
p.nn {
    font-size: 14px !important;
}
.bXgYaR {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(36, 36, 36);
  font-weight: bold;
  color: #ff424e;
  margin: 0 3px;
}
	
		.col-rating {
    padding-top: 10px;
}
 /* khối rating tổng */
    .col-rating,
    .kt-ratingsale {
        gap: 6px;
        margin-top: 4px;
    }

    /* icon sao */
    .kt-rating .kt-icon {
        width: 14px !important;
        height: 14px !important;
        margin-right: 2px;
    }

    /* ảnh sao */
    .kt-rating .kt-icon img {
        width: 100% !important;
        height: auto;
    }

    /* điểm đánh giá */
    span.danh-gia {
        font-size: 12px;
        padding: 0 4px;
    }

    /* đã bán */
    .da-ban {
        font-size: 13px;
        padding: 2px 6px;
        border-radius: 3px;
    }

    /* lượt xem */
    .product-views {
        font-size: 13px;
        gap: 3px;
    }

    .product-views i {
        font-size: 13px;
    }
    .woocommerce-tabs .description_tab{
        width: 22%;
        text-align: center;
}
		.mobile-sidebar .sidebar-menu ul li a{
		color: #343232 !important;
	}
		.mobile-sidebar .sidebar-menu ul li a:hover{
		color: #EA5E14 !important;
	}
		.single-product .wp-post-image.ux-skip-lazy {
    height: 400px !important;
    object-fit: cover;
}
}
/*Css box hosting*/	
	@media (max-width: 768px) {
  .tophosting_item {
    flex-direction: column;
  }
 .tophosting_item .hosting_item_logo{
    text-align:center;
  }
	.tophosting_item .hosting_item_des{
    text-align:left;
  }
  .hosting_item_logo,
  .hosting_item_des,
  .hosting_item_btn {
    width: 100%;
    margin-bottom: 15px;
  }
  p.nn {
    font-size: 14px !important;
}
    .product-small .name, .product-small .name{
                overflow: hidden !important;
    }
    .bXgYaR {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(36, 36, 36);
  font-weight: bold;
  color: #ff424e;
  margin: 0 3px;
}
}


@media(max-width: 855px){
    .single-product .wp-post-image.ux-skip-lazy {
    height: 358px !important;
}
.widget_text{
        margin-top: 5px;
        margin-bottom: 5px !important;
}
.textwidget.custom-html-widget {
    padding-top: 15px;
}
}

@media only screen and (max-width: 480px) {
    .product-small .price-wrapper {
    padding-top: 5px;
}
    .home .price .amount {
     font-size: 20px;
}
.single-product .wp-post-image.ux-skip-lazy {
    height: 358px !important;
}
 .widget_text{
        margin-top: 5px;
        margin-bottom: 5px !important;
}   
.textwidget.custom-html-widget {
    padding-top: 15px;
}
p.nn {
    font-size: 14px !important;
}
    .product-small .name, .product-small .name{
                overflow: hidden !important;
    }
    .bXgYaR {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(36, 36, 36);
  font-weight: bold;
  color: #ff424e;
  margin: 0 3px;
}
	.col-rating {
    padding-top: 10px;
}

 /* khối rating tổng */
    .col-rating,
    .kt-ratingsale {
        gap: 6px;
        margin-top: 4px;
    }

    /* icon sao */
    .kt-rating .kt-icon {
        width: 14px !important;
        height: 14px !important;
        margin-right: 2px;
    }

    /* ảnh sao */
    .kt-rating .kt-icon img {
        width: 100% !important;
        height: auto;
    }

    /* điểm đánh giá */
    span.danh-gia {
        font-size: 12px;
        padding: 0 4px;
    }

    /* đã bán */
    .da-ban {
        font-size: 13px;
        padding: 2px 6px;
        border-radius: 3px;
    }

    /* lượt xem */
    .product-views {
        font-size: 13px;
        gap: 3px;
    }

    .product-views i {
        font-size: 13px;
    }
    .woocommerce-tabs .description_tab{
        width: 22%;
        text-align: center;
}
		.mobile-sidebar .sidebar-menu ul li a{
		color: #343232 !important;
	}
		.mobile-sidebar .sidebar-menu ul li a:hover{
		color: #EA5E14 !important;
	}
		.single-product .wp-post-image.ux-skip-lazy {
    height: 400px !important;
    object-fit: cover;
}
}

@media(max-width: 400px){
    .product-small .name, .product-small .name{
                overflow: hidden !important;
    }
    .product-small .price-wrapper {
    padding-top: 5px;
}
    .home .price .amount {
     font-size: 20px;
}
    .single-product .wp-post-image.ux-skip-lazy {
    height: 358px !important;
}
    .widget_text{
        margin-top: 5px;
        margin-bottom: 5px !important;
}
.textwidget.custom-html-widget {
    padding-top: 15px;
}
p.nn {
    font-size: 14px !important;
}
.bXgYaR {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(36, 36, 36);
  font-weight: bold;
  color: #ff424e;
  margin: 0 3px;
}
		.col-rating {
    padding-top: 10px;
}
	 /* khối rating tổng */
    .col-rating,
    .kt-ratingsale {
        gap: 6px;
        margin-top: 4px;
    }

    /* icon sao */
    .kt-rating .kt-icon {
        width: 14px !important;
        height: 14px !important;
        margin-right: 2px;
    }

    /* ảnh sao */
    .kt-rating .kt-icon img {
        width: 100% !important;
        height: auto;
    }

    /* điểm đánh giá */
    span.danh-gia {
        font-size: 12px;
        padding: 0 4px;
    }

    /* đã bán */
    .da-ban {
        font-size: 13px;
        padding: 2px 6px;
        border-radius: 3px;
    }

    /* lượt xem */
    .product-views {
        font-size: 13px;
        gap: 3px;
    }

    .product-views i {
        font-size: 13px;
    }
    
.woocommerce-tabs .description_tab{
        width: 22%;
        text-align: center;
}
	.mobile-sidebar .sidebar-menu ul li a{
		color: #343232 !important;
	}
		.mobile-sidebar .sidebar-menu ul li a:hover{
		color: #EA5E14 !important;
	}
	.single-product .wp-post-image.ux-skip-lazy {
    height: 400px !important;
    object-fit: cover;
}
}