/*
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.   ***************/
p {
    margin-bottom: 10px;
}
.title-thanks h2 {
  /* Thiết lập dải màu gradient từ trái sang phải */
  background: linear-gradient(90deg, #107DC0 0%, #578D82 35%, #9A9F59 65%, #EBA725 100%);
  
  /* Cắt background theo hình dáng của chữ */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* Làm trong suốt màu chữ gốc để hiển thị background ở dưới */
  -webkit-text-fill-color: transparent;
  color: transparent;

  /* Các thuộc tính phụ trợ (bạn có thể điều chỉnh theo font chữ của dự án) */
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; /* Giúp gradient ôm sát giới hạn của chữ */
}
.box-img {
    border-radius: 15px;
    overflow: hidden;
}
.box-img img {
    border-radius: 15px;
}
.box-img .box-text {
    border-radius: 0 0 10px 10px;
}
.footer-wrapper ul {
    margin-bottom: 0;
}
.footer-wrapper ul li {
    list-style: none;
    margin-left: 0;
}
.icon-box-left {
    display: flex;
    align-items: center;
}
.icon-box-left p {
    margin-bottom: 0;
}
.button {
    font-weight: normal !important;
}
.tab-home.tabbed-content .nav-vertical {
    padding-top: 0;
    width: 6%;
}
.tab-home.tabbed-content .nav-vertical > li {
    border: none;
}
.row-ungdung-mb .tab-home.tabbed-content li > a,
.tab-home.tabbed-content .nav-vertical > li > a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    border: 1px dashed var(--primary-color);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 40px;
    flex-grow: inherit;
    position: relative;
}
.row-ungdung-mb .tab-home.tabbed-content li.active>a:before {
    display: none !important;
}
.row-ungdung-mb .tab-home.tabbed-content li.active > a,
.tab-home.tabbed-content .nav-vertical.nav-line>li.active>a {
    background-color: var(--primary-color);
    color: #fff;
}
.tab-home.tabbed-content .nav-vertical.nav-line>li>a:before {
    display: none;
}
.tab-home.tabbed-content .nav-vertical.nav-line>li>a:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;
    opacity: 1;
}
.tab-home.tabbed-content .nav-vertical.nav-line>li:last-child {
    margin-bottom: 0;
}
.tab-home.tabbed-content .nav-vertical.nav-line>li:last-child>a:before {
    display: none;
}
.tab-home.tabbed-content .nav-vertical+.tab-panels {
    border: none;
}
.wpcf7-form label {
    color: var(--primary-color);
}
.wpcf7-form .col {
    padding-bottom: 5px;
}
.wpcf7-form input.wpcf7-form-control {
    height: 48px;
    border-radius: 6px;
}
.wpcf7-form textarea {
    height: 130px;
    border-radius: 6px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    text-transform: none;
}
.wpcf7-form .row textarea {
    height: 174px;
}
.note b {
    color: #F99D1C;
}
.footer-wrapper .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background-color: #F99D1C;
}
.widget-area, .sidebar-inner, #product-sidebar.shop-sidebar {
    background-color: #fff;
    /*padding: 20px;*/
    font-size: 14px;
}
/*.archive .col.post-item .box {
    background-color: #fff;
}
.archive .col.post-item .box:before {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: calc(3px / -1);
    left: calc(3px / -1);
    background: linear-gradient(to right, #a2102e 0%, #a2102e 100%), linear-gradient(to top, #a2102e 50%, transparent 50%), linear-gradient(to top, #a2102e 50%, transparent 50%), linear-gradient(to right, #a2102e 0%, #a2102e 100%), linear-gradient(to left, #a2102e 0%, #a2102e 100%);
    background-size: 100% 3px, 3px 200%, 3px 200%, 0% 3px, 0% 3px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.4s, 0.2s, 0s;
}*/
/*.archive .col.post-item .box .box-text {
    padding: 15px;
}
.archive .col.post-item .box:hover:before {
    background-size: 200% 3px, 3px 400%, 3px 400%, 55% 3px, 55% 3px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.2s, 0.4s;
}*/
.shop-page-title.category-page-title.page-title {
    display: none;
}
.tax-product_cat.term-gia-cong-my-pham .category-page-row > .col.large-3 {
    display: none;
}
.tax-product_cat.term-gia-cong-my-pham .category-page-row > .col.large-9 {
    max-width: 100%;
    flex-basis: 100%;
}
.des {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}
.category-des {
    background-color: #fff;
    padding-top: 30px;
}
.page-title-bar h1, 
.page-title-bar h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}
.page-title-bar .breadcrumb {
    padding: 6px 0;
    font-size: 14px;
}
/*.product-category .box {
    background-color: #fff;
    text-align: left;
}
.product-category .box .box-text {
    padding: 20px;
}
.product-category .box .box-text-inner {
    text-align: left;
}
.product-category .box .header-title {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    color: #a2102e;
    font-size: 20px;
}*/
/*.product-category .box:before {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: calc(3px / -1);
    left: calc(3px / -1);
    background: linear-gradient(90deg, rgba(189,24,57,1) 0%, rgba(87,11,26,1) 100%);
    background-size: 100% 3px, 3px 200%, 3px 200%, 0% 3px, 0% 3px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.4s, 0.2s, 0s;
}*/
.des {
    color: #666;
}
/*.product-category .box:hover:before {
    background-size: 200% 3px, 3px 400%, 3px 400%, 55% 3px, 55% 3px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg);
    transition-delay: 0s, 0.2s, 0.4s;
}*/
.readmore {
    padding: 4px 15px;
    background: #b0b4b5;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
}
.readmore:hover {
    background-color: var(--primary-color);
}
.product-small.box {
    background-color: #fff;
}
.product-small.box .price {
    display: none;
}
.product-small.box .box-text {
    padding: 15px 0px 0px 0px;
}
.product-small.box .woocommerce-LoopProduct-link {
    /*text-transform: uppercase;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0054a6;
    font-size: 16px;
    line-height: 1.5em;
}
.box.service h4 {
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
}
.box.service .button {
    margin-bottom: 0;
}
.row-giatri .col-inner{
min-height: 240px;}
#header .button.primary:not(.is-outline) {background: linear-gradient(90deg, rgba(189,24,57,1) 0%, rgba(87,11,26,1) 100%) !important; border:none;}
img.size-full.alignnone {margin-bottom:5px;}
.tintuc-tc img {border-radius:20px;}
.tab-tieuchuan .nav > li > a {border:2px solid; margin-right:15px; margin-bottom:10px;}
.footer-secondary {display:none;}
.icon-col1 {min-width:20%;}
.icon-col1 .icon-inner img {border-radius:99%;}
.row {
top: 0;}
.gt-banner1 .banner-bg {border-radius:25px;}
img.size-full.alignnone {margin-bottom:-5px;}
.icon-play {color:#F99D1C;}
.video-button-wrapper a {background:#fff !important}
.uytin-box .box {border-radius:20px;}
.uytin-box .overlay {border-radius:20px;}
.uytin-box:hover .box-text {background:transparent !important; top:0; height:100%;}
.uytin-box .box-text {bottom:0; border-radius:0 0 20px 20px;}
.uytin-box p {height:48px; overflow:hidden;}
.uytin-box:hover p {height:auto;}
.readmore:hover {color:#fff;}
.product-small.box {
    padding:15px; 
    border-radius:22px; 
    border:2px solid #fff;
    background: #F8F8F8;
}
.product-small.box .box-image img {
    border-radius: 15px;
    height: 225px;
    object-fit: contain;
}
.product-small.box:hover {
box-shadow: 0 0 18px 0 hsl(190.12deg 100% 50% / 60%);
	
}
.trachnhiem-col1 img {
    margin-bottom: -6px;
}

.sanpham-tab .nav {margin-bottom:10px;}
.sanpham-tab .nav>li.active>a {color:#0054a6;}
.congdong-section .nav-vertical {padding-top:110px !important}
.col.post-item .box-vertical {margin-bottom:0px;  border-radius:15px; border:2px solid #fff;}
.tintucblog-tc .box-vertical {background:#f2f6fa;}
.tintucblog-tc .box-image {border-radius:15px 0px 0px 15px;}
.box-blog-post .is-divider {display:none;}
.tuvan-vol2 input[type=submit] {
    margin-bottom:0;
    width: 146px !important;
    background-color: #AFAFAF !important;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    height: 37px;
    float: right;
    margin: 0;
    border-radius: 99px !important;
}
.tuvan-vol2 input.wpcf7-form-control {
    background-color: #F7F7F7;
    border: 1px solid #D7D7D7;
}
.tuvan-vol2 textarea {
    height:280px;
    background-color: #F7F7F7;
    border: 1px solid #D7D7D7;
}
.page-title-bar {display:none;}
.page-wrapper {padding-top:0px;}
body #main {background:#fff; min-height: 500px;}
.blog-wrapper .image-cover {padding-top:89% !important;}
.blog-wrapper .box-image {border-radius:14px;}
.lienhe-footer {display:none;}
.category .lienhe-footer {display:block;}
.single-post .lienhe-footer {display:block;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row-ungdung-mb .tab-home.tabbed-content li > a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
        margin: 0 0 15px;
    }
    .congdong-section .nav-vertical {padding-top:0px !important}
    .col.post-item .box-vertical .box-text {padding:10px;}
    .col.post-item .box-vertical .box-image {border-radius:10px 10px 0px 0px;}

}
/* */
.view-more-home .accordion-title {
	text-align: center;
	border: none;
}
.accordion .view-more-home .toggle {
	position: initial;
}
.view-more-home .accordion-inner {
	padding: 10px 0;
}
.view-more-lc .toggle{
	display: none;
}
.view-more-lc .accordion-title span {
    background: #a2102e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 17px;
}
/* */
.row-ct-h .box-img .box-text {
    transition: 0.2s ease-out;
    height: 140px;
    cursor: pointer;
}
.row-ct-h .box-img .box-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.row-ct-h .box-img .box-text h4 {
	margin-bottom: 15px;
}
.row-ct-h .box-img:hover .box-text {
	height: 100%;
}
.row-ct-h .box-img:hover .box-text p {
	display: block;
}
/* */
.des-blog {
    margin-bottom: 35px;
}
.entry-content.single-page {
    padding-top: 0;
}
.entry-header .entry-header-text {
    padding-bottom: 0;
}
.blog-single .large-9.medium-col-first {
    border: none !important;
    background: #fff;
    padding-top: 15px;
}
.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px !important;
    height: 66px;
    font-size: 16px;
    text-transform: uppercase;
}
.cat-label {
    font-size: 13px;
    text-transform: none;
    margin-bottom: 5px;
}
.post-meta {
    margin: 6px 0;
}

.button:hover {
    box-shadow: 0 0 9.2px 0 rgba(0, 212, 255, 0.8) !important;
}
.success.button:hover {
    background-color: var(--primary-color) !important;
    box-shadow: none;
}
.icon-angle-right:before {
    content: '';
    font-family: "Line Awesome Free";
    font-weight: 900;
}
.hpt-magic-wrapper {
    overflow: visible !important;
}
.hpt-magic-wrapper .slick-arrow  {
    transition: none !important;
}
.hpt-magic-wrapper .slick-arrow:before {
    display: none !important;
}
.hpt-magic-wrapper .slick-prev {
    background-image: url(images/arrow-left.png) !important;
    background-size: cover !important;
    width: 63px !important;
    height: 63px !important;
    text-indent: -9999px;
    background-color: transparent !important;
    box-shadow: none !important;
    left: -60px !important;
}
.hpt-magic-wrapper .slick-prev:hover {
    background-image: url(images/arrow-hover-left.png) !important;
    background-size: cover !important;
}
.hpt-magic-wrapper .slick-next {
    width: 63px !important;
    height: 63px !important;
    text-indent: -9999px;
    background-color: transparent !important;
    box-shadow: none !important;
    right: -60px !important;
    background-image: url(images/arrow-right.png) !important;
    background-size: 100% !important;
}
.hpt-magic-wrapper .slick-next:hover {
    background-image: url(images/arrow-hover-right.png) !important;
    background-size: 100% !important;
}
.hpt-magic-wrapper .flickity-prev-next-button svg {
    fill: var(--primary-color) !important;
    color: var(--primary-color) !important;
    display: none;
}

.col-slider .hpt-magic-wrapper .slick-prev {
    left: auto !important;
    right: 95px;
    top: -80px;
}
.col-slider .hpt-magic-wrapper .slick-next {
    right: 20px !important;
    top: -80px;
}
.col-product {
    padding-top: 15px;
}
.col-product .col-inner {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border: 1.5px solid #fff;
}
.col-product .col-inner:hover {
    /*border: 1.5px solid var(--primary-color);*/
    box-shadow: 0 0 9.2px 0 rgba(0, 212, 255, 0.8) !important;
}
/*.tabbed-content .nav-line-bottom.nav-center {
    justify-content: space-evenly;
}*/
.tabbed-content .nav-line-bottom:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: var(--primary-color);
    opacity: .1;
    border-radius: 20px;
    position: relative;
}
.tabbed-content .nav-line-bottom>li {
    width: 23%;
    margin: 0 28px 0 0;
    text-align: center;
}
.tabbed-content .nav-line-bottom>li>a {
    font-size: 17px;
    color: #000;
    padding: 0;
}
.tabbed-content .nav-line-bottom>li>a span {
    position: relative;
    line-height: 2em;
}
.tabbed-content .nav-line-bottom>li>a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 100px;
    background-color: #ffffff00;
    bottom: -5px;
    position: relative;
}
/*.tabbed-content .nav-line-bottom>li.active >a span:after,*/
.tabbed-content .nav-line-bottom>li:hover>a span:after {
    background-color: var(--primary-color);
    box-shadow: 1px 2px 3px 0 rgba(0, 212, 255, 0.8) !important;
}
.tabbed-content .nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 5px;
    border-radius: 20px;
    z-index: 2;
    opacity: 0;
}
.tabbed-content .nav-line-bottom>li>a:before {
    bottom: -4px;
}
.tabbed-content .nav-line-bottom>li>a:after {
    content: '';
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    bottom: 0;
    height: 0;
    z-index: 1;
    position: absolute;
}
/*.tabbed-content .nav-line-bottom>li:hover>a:after{
    display: block;
    width: 131px;
    background-image: url(images/bottom-shadow.png);
    height: 10px;
    background-position: bottom center;
    bottom: -14px;
    margin: auto;
    left: 0;
    right: 0;
}*/
/*.section > .section-content > .row > .col {
    padding-bottom: 0;
}*/


.col-box-slider .hpt-mode-slider .hpt-step-nav-col {
    justify-content: center;
}
/* 1. Khai báo biến ảo để có thể animate được gradient (Quan trọng) */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.line-img .img-inner {
  position: relative;
  width: 417px; /* Tùy chỉnh kích thước */
  height: 417px;
  margin: 20px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Màu nền nhạt phía sau vòng tròn (track) */
  padding: 10px;
}

.line-img .img-inner:after {
    content: '';
    display: block;
    width: 98%;
    height: 98%;
    border: 1px solid #2f74b738;
    position: absolute;
    top: 3px;
    border-radius: 100%;
}
/* 2. Tạo vòng tròn Countdown */
.line-img .img-inner::before {
  content: '';
  position: absolute;
  inset: -1px; /* Làm vòng tròn to hơn ảnh một chút */
  border-radius: 50%;
  padding: 8px; /* Độ dày của viền */
  
  /* Tạo hiệu ứng gradient chạy theo góc --angle */
  background: conic-gradient(
    #0054a6  var(--angle), 
    transparent 0deg
  );
  
  /* Đục lỗ ở giữa để chỉ hiện viền */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  
  /* Tạo hiệu ứng phát sáng (Glow) cho đường viền */
  filter: drop-shadow(0 0 10px #0054a6 );
  
  /* Gọi Animation */
  animation: countdown 15s linear infinite; /* Chạy vô tận, 3s một vòng */
  z-index: 2;
}


/* 3. Style cho hình ảnh bên trong */
.line-img .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  /* Thu nhỏ ảnh 1 chút để lọt lòng vòng tròn */
  transform: scale(0.9); 
  box-shadow: 0 0 28.8px 0 rgba(0, 212, 255, 0.8) !important;
  border: 10px solid rgb(0 84 166 / 10%);
}

/* 4. Định nghĩa chuyển động Countdown */
@keyframes countdown {
  0% {
    --angle: 0deg; /* Bắt đầu: Vòng tròn đầy (360 độ) */
  }
  100% {
    --angle: 360deg;   /* Kết thúc: Vòng tròn biến mất (0 độ) */
  }
}
.meta-box-single {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 30px;
}
.meta-time {
	font-size: 14px;
	color: hsl(0deg 0% 0% / 40%);
}
.share-fb {
	text-indent: -99999px;
	background: url(images/share-fb.png) center center no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 110px;
    height: 24px;
    margin-left: 25px;
}
.entry-content.single-page h2,
.entry-content.single-page h3,
.entry-content.single-page h4 {
	margin-top: 30px;
}
.cont-td, 
.entry-content.single-page {
	font-size: 14px;
}
/* */
.box-thongtintd {
	overflow: hidden;
}
.box-thongtintd .items-td {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.box-thongtintd .items-td h3 {
	font-size: 23px;
}
.box-thongtintd .items-td h3:after {
	content: '';
	display: block;
	width: 81px;
	height: 1px;
	background: #0369A6;
    margin: 8px 0 20px;
}
.box-thongtintd .items-td ul,
.box-thongtintd .items-td ol {
	margin-left: 20px;
	list-style: none;
}
.box-thongtintd .items-td li {
	position: relative;
}
.box-thongtintd .items-td ul li:before {
	display: inline-block;
    font: normal normal normal 8px / 1 FontAwesome;
    content: "\f111";
    color: #0369A6;
    position: absolute;
    top: 8px;
    left: -18px;
}

.box-thongtintd .items-td ol li:before {
	display: inline-block;
    content: "+";
    color: #0369A6;
    position: absolute;
	top: -1px;
    left: -15px;
}
/* */
.col.post-item .image-cover {
	padding-top: 281px !important;
}
.col.post-item .cat-label {
	margin-bottom: 10px;
    color: #333;
}
.col.post-item .post-meta {
    position: absolute;
    bottom: 40px;
    font-size: 13px;
}
.col.post-item .post-title {
	margin-bottom: 15px;
}
.col.post-item .from_the_blog_excerpt  {
	font-size: 16px;
}
.col.post-item .box-text {
    display: block;
    height: 281px;
    padding-top: 40px;
}
/* */
.price {
	display: none;
}
.show-ar .flickity-prev-next-button {
	opacity: 1;
	color: #0054A6;
	top: 0;
}
.show-ar .flickity-prev-next-button svg .arrow,
.show-ar .flickity-prev-next-button svg {
	fill: #0054A6;
}
/* */
.product-category .box-image {
	border-radius: 100%;
	background: #EDF3F9;
}
.product-category:hover .box-image {
	box-shadow: 0 0 31px 0 hsl(190.12deg 100% 50% / 60%);
}
/*.product-category .box-image img {
	height: 245px;
	object-fit: contain;
}*/
.product-category .header-title {
	font-size: 16px;
	color: #0054A6;
	margin-top: 15px;
	text-transform: initial;
}
/* */
.widget_nav_menu ul li {
	border: none !important;
	display: block !important;
    margin-bottom: 10px;
}
.widget_nav_menu ul li a {
	font-size: 18px;
	color: #0054A6;
	font-weight: bold;
    padding: 3px 0;
}
.widget_nav_menu ul li:hover > a,
.widget_nav_menu ul li.current-menu-item > a {
    color: #f99d1c;
}

.widget_nav_menu ul li:hover ul {
    display: block;
}
.widget_nav_menu ul li.active > a {
	border-bottom: 1px solid #0054A6;
	margin-bottom: 10px;
}
.widget_nav_menu .toggle {
    position: absolute;
    width: 100%;
    left: 0;
    height: 46px;
    display: none;
}
.widget_nav_menu .toggle i {
    visibility: hidden;
}
.widget_nav_menu .sub-menu {
    /*display: block !important;*/
    border: none;
    margin: 0;
    padding: 3px;
}
.widget_nav_menu .sub-menu li a {
	font-size: 16px;
	font-weight: 500;
}
.category-page-row > .large-2 {
	padding-right: 0;
}

h1.entry-title {
    font-size: 40px;
    color: #3B3B3B;
}
.widget .col.post-item .box-vertical .image-cover {
    padding-top: 57px !important;
}
.post-sidebar .widget {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.widget input[type=search] {
    border: none;
    box-shadow: none;
    height: 50px;
}
.widget .searchform .button.icon {
    height: 50px;
    width: 50px;
}

.related-posts-section-wrapper {
    padding: 0px 0 50px;
    background-color: #fff; /* Hoặc màu nền bạn muốn */
}
.related-section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0f5b99; /* Màu xanh tiêu đề lớn */
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 40px;
}
.related-post-card {
    display: flex;
    margin-bottom: 30px;
    gap: 20px; /* Khoảng cách giữa ảnh và chữ */
}
/* Style cho Ảnh */
.related-card-img {
    width: 45%; /* Ảnh chiếm khoảng 45% chiều rộng thẻ */
    flex-shrink: 0;
}
.related-card-img img {
    width: 100%;
    height: 280px; /* Chiều cao cố định để ảnh đều nhau */
    object-fit: cover; /* Cắt ảnh đẹp không bị méo */
    border-radius: 10px; /* Bo góc ảnh giống mẫu */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
/* Style cho Nội dung */
.related-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.related-cat {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}
.related-title {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 16px;
}
.related-title a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}
.related-title a:hover {
    color: #0f5b99;
}
.related-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
    /* Giới hạn 3 dòng mô tả */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-date {
    font-size: 13px;
    color: #888;
    /*margin-top: auto; /* Đẩy ngày xuống dưới cùng */*/
}

.blog-single .post {
    margin-bottom: 0;
}
@media (min-width: 850px) {
    .row-col-5 .col {
        max-width: 20%;
        flex-basis: 20%;
    }
}


.row-shadow > .col > .col-inner {
  position: relative;
  
  /* 2. Drop Shadow: X=0, Y=0, Blur=19.8px, Color=#0054A6 */
  box-shadow: 0 0 19.8px #0054A6;

  /* Tạo hình tròn (như ảnh kết quả thực tế) */
  border-radius: 50%;
  
  z-index: 1; /* Để nổi lên trên */

  /* Tạo chuyển động mượt trong 0.3 giây */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.row-shadow > .col > .col-inner::before {
  content: "";
  position: absolute;
  
  /* Position: Outside - Đẩy viền ra ngoài bằng độ dày viền (3px) */
  inset: -3px; 
  
  /* Bo tròn theo thẻ cha */
  border-radius: inherit; 
  
  /* Weight: 3 (Độ dày viền) */
  padding: 3px; 
  
  /* --- PHẦN QUAN TRỌNG ĐÃ SỬA --- */
  /* Đổi 180deg thành 90deg để hiệu ứng chạy ngang (Top/Bottom) */
  background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 1) 53%, 
    rgba(255, 255, 255, 0) 100%
  );
  
  /* Kỹ thuật Mask để đục lỗ ở giữa, chỉ hiện viền */
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  
  z-index: -1; /* Nằm dưới nội dung chính */
}

.row-shadow > .col > .col-inner:hover {
    /* Phóng to 1.05 lần (tức là to thêm 5%) */
    transform: scale(1.05);
  
    /* (Tùy chọn) Thêm bóng đổ để tạo cảm giác nổi lên 3D */
    box-shadow: 0 10px 20px #71e5fd;
  
    /* Đưa phần tử lên lớp trên cùng để không bị đè bởi các cột bên cạnh */
    z-index: 99;
}

.row-2-shadow > .col > .col-inner {
  position: relative;
  
  /* 1. Border 1px màu trắng */
  border: 0px solid #fff;
  
  /* 2. Box Shadow chung: màu 0054A6 */
  /* Lấy độ nhòe 19.8px từ ngữ cảnh ảnh cũ */
  box-shadow: 0 0 19.8px #0054A6;
  
  /* Bo góc 10px (theo thông số trong ảnh Custom) */
  border-radius: 20px;
  
  /* Đảm bảo nội dung không đè lên pseudo-element nếu có nền trong suốt */
  background-clip: padding-box;
  z-index: 1;
}

/* 3. Tạo hiệu ứng Shadow/Glow Gradient ở Top và Bottom */
.row-2-shadow > .col > .col-inner::before {
  content: "";
  position: absolute;
  
  /* Đẩy viền glow ra ngoài 3px (Weight: 3) */
  inset: -3px;
  
  /* Bo tròn theo thẻ cha */
  border-radius: inherit;
  
  /* Độ dày của viền glow */
  padding: 3px;
  
  /* Gradient Settings chính xác từ ảnh: 
     - 0%:  #00D4FF (Opacity 0%)
     - 53%: #00EAFF (Opacity 100% - Màu chính)
     - 100%: #00D4FF (Opacity 0%)
     - 90deg: Để dải màu chạy ngang -> Hiển thị ở Top và Bottom
  */
  background: linear-gradient(
    90deg, 
    rgba(0, 212, 255, 0) 0%, 
    #00EAFF 53%, 
    rgba(0, 212, 255, 0) 100%
  );
  
  /* Mask để đục lỗ, chỉ giữ lại phần viền phát sáng */
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  
  /* Nằm dưới layer chính */
  z-index: -1;
}
.row-2-shadow > .col > .col-inner .box-image img {
    border-radius: 20px;
}

.row-2-shadow  .box-img .box-text {
    height: 240px;
}

/* */
#header .container  {
    padding: 0 6% !important;
}
/* */
.row-icon-lh > .col > .col-inner {
    position: relative;
}
.row-icon-lh > .col > .col-inner > div {
    position: relative;
    z-index: 2;
}
.row-icon-lh > .col > .col-inner:after {
    content: '';
    display: block;
    width: 2px;
    height: 85%;
    position: absolute;
    border: 1px dashed #0054a6;
    top: 26px;
    left: 32px;
}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    border-radius: 10px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.11);
    padding: 10px 0;
}
body.nav-dropdown-has-border .nav-dropdown li {
    padding: 0 10px;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px 0px;
    margin: 0;
    transition: 0.2s ease-out;
    font-size: 16px;
}
body.nav-dropdown-has-border .nav-dropdown li:hover {
    background: rgb(0 84 166 / 10%);
}
body.nav-dropdown-has-border .nav-dropdown li:hover > a {
    color: rgba(0, 84, 166, 1);
}
body.nav-dropdown-has-border .nav-dropdown a:hover:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f105";
    margin: 0 5px 0 5px;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover:before, 
.header:not(.transparent) .header-nav-main.nav > li.active > a:before  {
   /* content: '';
    display: block;
    background: url(images/bg-bottom-header.png) center bottom no-repeat;
    background-size: 148px;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: -7px;*/
        box-shadow: 1px 2px 3px 0 rgba(0, 212, 255, 0.8) !important;
}
/* */
.view-more-button.products-archive {
    background: none !important;
    color: rgba(249, 157, 28, 1);
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 0 0 !important;
    font-weight: bold !important;
    border-bottom: 1px solid;
    padding: 3px 0;
    line-height: 1em;
    min-height: initial;
    margin: 15px 0;
}
.category-page-row {
    padding-bottom: 30px;
}
.product-loop-excerpt {
    font-size: 14px; /* Chữ nhỏ hơn tiêu đề */
    color: #3F3F3F;       /* Màu xám nhạt */
    margin-top: 5px;   /* Cách tiêu đề một chút */
    line-height: 1.3;  /* Giãn dòng */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Giới hạn hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    height: 54px;
    text-align: justify;
}
/* */
.fix-support {
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 999999;
    width: 100px;
}
.fix-support .ux-logo-link {
    padding: 0 !important;
}
.back-to-top.button {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
    border: none;
    background: url(images/ic4.png) center center no-repeat !important;
    width: 70px;
    height: 70px;
    bottom: initial;
    top: 54%;
    right: 0px;
    box-shadow: 0 0 0 !important;
}
.back-to-top.button i {
    visibility: hidden;
}
/* */
.row-kh .box-shadow-2 {
    box-shadow: 0 4px 16px 0 hsl(0deg 0% 0% / 9%);
}
.row-kh .box-shadow-2:hover {
    box-shadow: 0 4px 32px 0 hsl(190deg 100% 50% / 70%);
}
/* Container chứa các icon */
.floating-contact {
    position: fixed;
    right: 5px;          /* Cách lề phải 20px */
    bottom: 50%;         /* Cách lề dưới 50px */
    z-index: 9999;        /* Luôn nổi lên trên cùng */
    display: flex;
    flex-direction: column; /* Xếp dọc */
    gap: px;            /* Khoảng cách giữa các icon */
}

/* Style chung cho từng item */
.contact-item {
    display: block;
    width: 70px;          /* Kích thước icon (tăng giảm tùy ý) */
    height: 70px;
    transition: transform 0.3s ease; /* Hiệu ứng mượt khi rê chuột */
    cursor: pointer;
}

/* Đảm bảo ảnh nằm gọn trong thẻ a */
.contact-item img {
    width: 100%;
    height: auto;
    display: block;
    /* Loại bỏ viền ảnh mặc định nếu có */
    border: none; 
}

/* Hiệu ứng khi rê chuột vào: Phóng to nhẹ */
.contact-item:hover {
    transform: scale(1.1);
}

/* --- TÙY CHỌN: Hiệu ứng rung lắc cho nút gọi điện để gây chú ý --- */
.contact-item.phone {
    animation: phone-shake 2s infinite;
    transform-origin: center;
}

.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border: none;
    transform: translateY(0px);
}
.product-thumbnails img {
    border-radius: 15px;
}
.product-thumbnails a img {
    margin-bottom: 0;
    border: none;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    transform: translateY(0px);
    border: none;
}
h1.product_title {
    font-size: 30px;
    color: #0054A6;
}
.product-info .breadcrumbs {
    display: none;
}
.product-short-description {
    font-size: 15px;
}
.button.btn-yellow {
    background-color: #F99D1C !important;
}
h3.product-section-title-related {
    text-align: center;
    font-size: 40px;
    color: #0054A6;
}
.product-section {
    border-top: none;
}
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: transparent;
    box-shadow: none;
}
.product-footer .woocommerce-tabs {
    border-top: none;
    
}
.woocommerce-tabs .nav {
    border-bottom: 1px solid #CACACA;
}
.woocommerce-tabs .nav>li {
    margin: 0 15px;
}
.woocommerce-tabs .nav>li>a {
    font-size: 18px;
}
.nav-line-grow>li:hover>a:before, 
.nav-line-grow>li.active>a:before {
    top: auto;
    bottom: -3px;
}

/* 1. Thiết lập cho khung bao ngoài (thẻ chứa) */
.col.post-item .box-vertical {
    /* Thêm transition để hiệu ứng đổ bóng mượt mà, không bị giật */
    transition: box-shadow 0.3s ease-in-out;
}

/* 2. Thiết lập cho khung chứa ảnh */
.col.post-item .box-vertical .box-image {
    /* Quan trọng: Ẩn phần ảnh bị thừa ra khi phóng to */
    overflow: hidden;
}

/* 3. Thiết lập cho hình ảnh */
.col.post-item .box-vertical .box-image img {
    width: 100%; /* Đảm bảo ảnh full khung */
    height: auto;
    /* Thêm transition để hiệu ứng zoom mượt mà */
    transition: transform 0.5s ease;
    display: block; /* Loại bỏ khoảng trắng thừa dưới chân ảnh (nếu có) */
}

/* --- HIỆU ỨNG HOVER --- */

/* 4. Khi hover vào khung .box-vertical thì đổ bóng */
.col.post-item .box-vertical:hover {
    box-shadow: 0 0 9.2px 0 rgba(0, 212, 255, 0.8);
}
.col.post-item .box-vertical:hover .post-title {
    color: var(--primary-color);
}

/* 5. Khi hover vào khung .box-vertical thì zoom ảnh bên trong */
/* Lưu ý: Hover vào khung cha nhưng tác động lên thẻ img con */
.col.post-item .box-vertical:hover .box-image img {
    transform: scale(1.1); /* Phóng to 1.1 lần (tăng 10%) */
}

/* Keyframes rung lắc */
@keyframes phone-shake {
    0% { transform: rotate(0) scale(1); }
    10% { transform: rotate(-25deg) scale(1); }
    20% { transform: rotate(25deg) scale(1); }
    30% { transform: rotate(-25deg) scale(1); }
    40% { transform: rotate(25deg) scale(1); }
    50% { transform: rotate(0) scale(1); }
    100% { transform: rotate(0) scale(1); }
}
.from_the_blog_excerpt {
    color: #333;
}
.col.post-item .post-meta {
    color: #333;
}

/* Container bao quanh 2 nút */
.cta-button-group {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start; /* Để 'center' nếu muốn ra giữa */
    margin: 20px 0;
    flex-wrap: wrap; /* Xuống dòng trên mobile */
}

/* Style chung cho nút */
.btn-cta {
    display: inline-block;
    padding: 10px 25px;
    width: 185px;
    border-radius: 50px; /* Bo tròn viên thuốc */
    text-decoration: none !important;
    color: #fff !important;
    font-family: sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    white-space: nowrap;
}

/* Màu nút Báo giá (Cam) */
.btn-quote {
    background-color: #f76332;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
.btn-book {
	background-color: #F99D1C;
}

.btn-lazada {
	background-color: #ef039f;
}
.btn-tiktok {
	background-color: #000;
}
/* Màu nút Liên hệ (Xanh) */
.btn-contact {
    background-color: #0056b3;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

/* Hiệu ứng Hover */
.btn-cta:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* --- CUSTOM PAGINATION CHO CATEGORY POST (BLOG) --- */

/* 1. Thiết lập khung chứa chính */
.nav-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Để làm mốc tọa độ cho nút Next/Prev */
    width: 100%;
    padding: 30px 0;
    border: none;
    border-top: 1px solid #D9D9D9;
    margin-top: 50px !important;
}

/* 2. Xử lý các con số (1, 2, 3...) */
.nav-pagination .page-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 44px; /* Chiều cao cố định để vuông vắn */
    min-width: 44px;
    line-height: 44px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 15px;
    border-radius: 4px;
}
.nav-pagination li {
    margin: 0;
}

/* 3. Style cho số trang HIỆN TẠI (Active - Màu xanh) */
.nav-pagination .page-number.current {
    background-color: #3b5998; /* Màu xanh đậm giống ảnh */
    color: #fff;
    border-radius: 6px; /* Bo góc */
    font-weight: bold;
}

/* 4. TẨY NÚT MŨI TÊN MẶC ĐỊNH & THAY BẰNG CHỮ */
/* Ẩn icon mặc định của Flatsome */
.nav-pagination .prev .icon-angle-left,
.nav-pagination .next .icon-angle-right {
    display: none;
}

/* Thêm chữ "Trang trước" vào nút Prev */
.nav-pagination .prev::after {
    content: "← Trang trước";
    font-family: Inter, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* Thêm chữ "Trang sau" vào nút Next */
.nav-pagination .next::before {
    content: "Trang sau →";
    font-family: Inter, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* 5. GHIM CỨNG VỊ TRÍ (ABSOLUTE) ĐỂ TÁCH 2 MÉP */

/* Nút Trang trước dính chặt lề trái */
.nav-pagination .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important; /* Đảm bảo không dính nền xanh */
    width: auto !important; /* Bỏ giới hạn chiều rộng của page-number */
    padding: 0;
}

/* Nút Trang sau dính chặt lề phải */
.nav-pagination .next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    width: auto !important;
    padding: 0;
}

.box-send p {
    display: flex;
    align-items: center;
}
.box-send a {
    border: 1px solid #000;
    border-radius: 99px;
    width: 181px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
    text-align: center;
}
.box-send a:hover {
    background-color: #f99d21;
    color: #fff;
    border: 1px solid #f99d21;
}
.box-send input.wpcf7-form-control.wpcf7-submit {
    margin-right: 0;
    margin: 0;
    width: 181px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    border-radius: 99px;
}
.wpcf7-spinner {
    display: none;
}
.blog-single.page-wrapper {
    padding-top: 30px;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    border-radius: 6px;
}

.hpt-advanced-slider .hpt-col-slider .slick-prev {
    background-image: url(images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--primary-color);
}
.hpt-advanced-slider .hpt-col-slider .slick-next { 
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--primary-color);
}
.hpt-advanced-slider .hpt-col-slider .slick-prev:hover {
    background-image: url(images/arrow-hover-left.png);
}
.hpt-advanced-slider .hpt-col-slider .slick-next:hover { 
    background-image: url(images/arrow-hover-right.png);
}

.related-post-card:hover {
    box-shadow: 0 0 9.2px 0 rgba(0, 212, 255, 0.8);
}
.related-products-wrapper .product-small.col > .col-inner {
	padding-top: 20px;
}
.related-post-card .related-card-img {
    overflow: hidden;
    transition: 0.5s ease-out;
    border-radius: 10px;
}
.related-post-card .related-card-img img {
    transition: 0.5s ease-out;
}
.related-post-card:hover .related-card-img img {
    transform: scale(1.2);
}
.product-gallery-slider .woocommerce-product-gallery__image {
    height: 540px;
    background: #F8F8F8;
    display: table;
    width: 100%;
    text-align: center;
}
.product-gallery-slider .woocommerce-product-gallery__image a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.product-gallery-slider img {
    max-height: 540px;
    width: auto;
    object-fit: contain;
}
body .flickity-prev-next-button {
    opacity: 1;
    width: 56px;
}
body .hpt-advanced-slider .flickity-prev-next-button svg {
    background: url(images/icon-l.png) 0 0 no-repeat !important;
    border: none !important;
}
body .hpt-advanced-slider  .flickity-prev-next-button.next svg {
    background: url(images/icon-r.png) 0 0 no-repeat !important;
}
/* */
.hpt-slick-slider .slick-slide-item img {
   padding: 0 10px;
}
/*.hpt-slick-slider .slick-current img {
    left: -55px;
    bottom: 44px;
    position: relative;
    transform: scale(1.5);
}

.row-chungnhan .hpt-slick-wrapper,
.hpt-slick-slider .slick-list {
    overflow: initial !important;
}
.hpt-slick-slider .slick-slide-item {
    visibility: hidden;
}
.hpt-slick-slider .slick-slide-item.slick-active {
    visibility: visible;
}*/
/*.row-chungnhan:after {
    content: '';
    width: 38%;
    height: 560px;
    z-index: 99;
    position: absolute;
    background: #eff4f9;
    bottom: 0;
    left: 0;
}*/
/*.row-chungnhan .mota {
    visibility: hidden;
}
.hpt-slick-slider .slick-current .mota {
    visibility: visible;
}*/
.form-lienhe-p input[type=submit] {
    margin-top: 10px;
}
.form-lienhe-p input[type=submit]:hover {
    box-shadow: 0 0 9.2px 0 rgba(0, 212, 255, 0.8) !important;
    background-color: var(--primary-color) !important;
}
/* */
.slider-gg .box-text{
    left: -339px;
    width: 200px;
    bottom: 0;
}
.slider-gg .flickity-viewport {
    overflow: initial;
}

/* --- RESPONSIVE MOBILE --- */
/* Trên điện thoại thì bỏ ghim để không đè lên số */
@media (max-width: 550px) {
    .nav-pagination .prev,
    .nav-pagination .next {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        width: 100%; /* Cho nút full dòng để dễ bấm hoặc tùy chỉnh */
        justify-content: center;
    }
    
    .nav-pagination {
        flex-wrap: wrap; /* Cho phép xuống dòng */
        margin-top: 20px !important;
    }
}

/* Responsive cho Mobile: Nút full chiều rộng */
@media (max-width: 600px) {
    .cta-button-group {
        flex-direction: column;
        gap: 15px;
    }
    .btn-cta {
        width: 100%;
        display: block;
    }
}

/* Responsive: Trên mobile thu nhỏ lại một chút để không che màn hình */
@media (max-width: 820px) {
    .floating-contact {
        right: 10px;
        bottom: 20px;
        gap: 10px;
    }
    .contact-item {
        width: 55px;
        height: 55px;
    }
    .product-info {
        padding-top: 30px;
    }
}


/* Responsive cho Mobile */
@media (max-width: 550px) {
    .related-post-card {
        flex-direction: column; /* Trên mobile thì ảnh nằm trên, chữ nằm dưới */
    }
    .related-card-img {
        width: 100%;
    }
    .related-card-img img {
        height: auto;
        aspect-ratio: 16/9;
    }
}
@media (max-width: 1024px) {
    .hpt-magic-wrapper .flickity-prev-next-button.previous {
        left: 25px !important;
    }
    .hpt-magic-wrapper .flickity-prev-next-button.next {
        right: 25px !important;
    }
}
@media (max-width: 480px) {
    .tabbed-content .nav {
        width: 880px;
        overflow-x: scroll;
        flex-flow: nowrap;
        padding-bottom: 20px;
    }
    .tabbed-content .nav li {
        margin: 0 20px;
    }
    .tabbed-content .nav li a {
        white-space: nowrap;
    }
    .tabbed-content .nav-line-bottom:after {
        display: none;
    }
    .line-img .img-inner {
        height: 350px;
        width: 350px;
    }
    h1.entry-title {
        font-size: 28px;
    }
    .hpt-advanced-slider .hpt-col-slider .slick-arrow {
        top: auto;
        bottom: -40px;
    }
    .hpt-advanced-slider .hpt-col-text {
        padding-right: 30px;
    }
    .hpt-advanced-slider .main-slick-slider .slick-list {
        padding-left: 0 !important;
    }
}
.line-vn:after {
    content: '';
    width: 166px;
    height: 3px;
    background: #0054a6;
    display: inline-block;
    position: relative;
    top: -3px;
    right: -4px;
}
#shop-sidebar .widget {
    padding-right: 0;
}
.footer-wrapper img.size-full.alignnone {
	margin-bottom: 0;
}