/*
Theme Name: Megashop Bath Child
Theme URI: https://autelvietnam.com/
Description: Child theme cho Megashop Bath
Author: Autel Vi&#7879;t Nam
Author URI: https://autelvietnam.com/
Template: megashop-bath
Version: 1.0.0
Text Domain: megashop-bath-child
*/
.header-contact {
	display: none;
}
#main.site-main{
	color: #000000;
}
/* Đảm bảo toàn bộ section hiển thị đẹp trên mọi màn hình */
.home-container {
    width: 100%;
    max-width: 1250px; /* Giới hạn chiều rộng */
    margin: 0 auto;
    display:  block;
}
/* Căn chỉnh lại hàng để không bị lệch */
.home-container .vc_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
/* Đảm bảo các cột có kích thước đồng đều */
.home-container .wpb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Căn chỉnh hình ảnh */
.home-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Chỉnh lại khoảng cách giữa các box */
.vc_column_container {
    padding: 15px;
}

/* Chỉnh lại phần "View All" button */
.home-container .vc_single_image-wrapper {
    text-align: center;
}

/* Chỉnh sửa lại các block để cân đối */
.vc_col-sm-6 {
    width: 48%;
    padding: 10px;
}

.vc_col-sm-12 {
    width: 100%;
    padding: 10px;
}

/* Định dạng lại nút View All */
.view-all-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.view-all-btn:hover {
    background-color: #d70000;
    color: #fff;
}

/* Đảm bảo hiển thị đẹp trên mobile */
@media (max-width: 768px) {
    .vc_col-sm-6 {
        width: 100%;
        text-align: center;
    }
	.spinner {
		left: 44%;
	}
}
#mega-menu-wrap-primary #mega-menu-primary {
	   display: flex;
    justify-content: center;
}
.header-main .header-bottom{
	border-bottom: 1px solid #B00000;
}
@media only screen and (min-width: 768px) {
    .payment-area {
        text-align: right;
    }
.entry-content img{
		width: 100%;
    height: 100%;
	}
}
.payment-area figure:first-child {
    margin-left: 0;
}
.payment-area figure {
    display: inline-flex;
}
#slider-autel {
    opacity: 1 !important; /* Đảm bảo carousel luôn hiển thị */
    visibility: visible !important;
    transform: none !important; /* Ngăn hiệu ứng dịch chuyển */
    transition: none !important; /* Bỏ hiệu ứng chuyển động */
		min-height: 400px;
}
@media (max-width: 768px) {
    #slider-autel {
        min-height: 350px;
    }
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}
ul.vc_tta-tabs-list>li{
	font-size: 16px !important;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
	    border-bottom: 1px solid #ccc;
}
.vc_tta-tabs-container {
    position: relative;
}

.vc_tta-tabs-list {
    display: flex;
    position: relative;
}

.vc_tta-tab {
    position: relative;
    padding-bottom: 10px; /* Để có khoảng trống cho line */
}

.vc_tta-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B00000;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.video-section {
    position: relative;
    text-align: center;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    max-width: 1920px;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.play-button i {
    font-size: 50px;
    color: white;
}
#playVideo>i.fa{
	margin-right: -7px !important;
}

.play-button:hover {
    background: rgba(255, 0, 0, 0.8);
}

/* Popup Video */
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Đảm bảo nằm trên tất cả các phần tử khác */
}

.video-container {
    position: relative;
    width: 800px;
    max-width: 90%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
	  display: none;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
}
.close-btn:hover {
    background: red;
}
.vc_section {
	margin-top: 20px !important;
  margin-bottom: 20px!important;
}
.bg-color{
	background-color:#f6f6f0;
}
.wpb_wrapper .text-icon-home p{
	color: #777777;
  font-size: 12px;
}
.wpb_wrapper .text-icon-home h4{
  font-size: 14px;
	line-height: 1;
}
#container-icon.vc_section.bg-color{
	margin-bottom: 0px !important;
	padding: 50px 0 35px;
}
#container-icon .vc_row.wpb_row{
	align-items: center;
  display: flex;
}
.home-container .icon-home .vc_single_image-wrapper {
	display: flex;
}
.icon-home {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-home .vc_single_image-wrapper {
    width: 70px; /* Điều chỉnh kích thước của vòng tròn */
    height: 70px;
    border-radius: 50%; /* Biến thành hình tròn */
    border: 2px solid #e0e0e0; /* Màu viền xám nhạt */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* Đảm bảo nền trắng */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Hiệu ứng đổ bóng nhẹ */
}
.icon-home .vc_single_image-wrapper img {
    width: 35px; /* Điều chỉnh kích thước icon */
    height: auto;
}
.wpb_content_element.text-icon-home{
	padding-left:10px
}
.woocommerce ul.products li.product{
	width: 25% !important;
}
.home-container div.vc_row div.wpb_column .vc_tta-panels{
	background-color:#ffffff !important;
	border-color:#ffffff !important;
}
.woocommerce ul.products li.product .image-block{
	background: #f2f2f2;
    height: 264px;
    padding: 5% 5% 0;
    margin-bottom: 18px;
}
.woocommerce ul.products li.product .product-name{
	overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.woocommerce ul.products li.product .yith-add-to-wishlist-button-block{
	display: none;
}
.woocommerce ul.products li.product .star-rating{
		display: none;
}
.woocommerce ul.products li.product .product_type_simple{
	display: none;
}
.woocommerce ul.products li.product .secondary-image{
	display: none;
}
.woocommerce ul.products li.product .compare{
	display: none;
}
.vc_tta-tab.vc_active.active .vc_tta-title-text{
	color: #000000;
	font-weight: 500;
}
.yith-wcqv-button {
    position: absolute !important;
    top: 10px;
    right: 10px;
	   display: flex;
    align-items: center;
    justify-content: center;
	  transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}
.yith-wcqv-button:hover {
    border-radius: 10px;
    min-width: 120px;
    min-height: auto;
    padding: 10px 20px;
}

/* Đổi nội dung khi hover */
.yith-wcqv-button:hover::after {
    content: "Xem nhanh";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 5px;
	  color: #B00000;
}
#main.site-main .main_inner .page-title-inner{
	color: #000000;
}
#main.site-main .main_inner .woocommerce-breadcrumb a{
	color: #000000;
}
.single-product .product {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}
#closeVideo.close-btn:before {
	padding: 4px 8px;
	font-size: 20px;
}
@media screen and (min-width: 850px){
	.woocommerce #content .product div.images {
	flex-basis: 58.3333333333%;
  max-width: 56.3333333333%;
	}
}
.woocommerce #content .product div.images {
	margin-right: 0px !important;
}
.yith-wcqv-head .yith-quick-view-close{
	color: #000000;
}
.yith-quick-view-content.yith-quick-view-content div.images {
	width: 200%;
}
.yith-quick-view-content div.images a{
	height: auto;
}
.yith-quick-view-content div.summary.entry-summary{
	color: #000000
}
.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
	background: #000000;
  color: #ffffff;
  font-weight: 700;
}
.yith-quick-view-content.woocommerce div.summary .price {
	color: #B00000 !important;
  font-weight: 600;
}
.home-container .wpb_wrapper .banner-right-1{
	padding: 20px 0px 0px 10px;
}
.home-container .wpb_wrapper  .banner-left-1{
	padding: 0px 10px 0 10px;
}
.yith-quick-view-content.woocommerce div.summary button.button.alt:hover {
	border: 2px solid #B00000;
}
.short-desc-expand-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.short-desc-content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.short-desc-content.expanded {
  max-height: 1000px;
}

.short-desc-toggle {
  display: flex;
  margin-top: 6px;
  font-weight: bold;
  color: #d00;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
	padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
}

.short-desc-toggle:hover {
  color: #a00;
}
.short-desc-content.collapsed {
  position: relative;
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.short-desc-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); /* nền trắng */
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Khi đã mở rộng – loại bỏ làm mờ */
.short-desc-content.expanded {
  max-height: 2000px;
  mask-image: none;
  -webkit-mask-image: none;
  overflow: visible;
}

.short-desc-content.expanded::after {
  display: none;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	display: none;
}
.custom-product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.custom-product-benefits .benefit-item {
  display: flex;
  align-items: flex-start;
  flex: 1 1 45%;
  gap: 10px;
  min-width: 220px;
}

.custom-product-benefits .benefit-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 4px;
}

.custom-product-benefits .benefit-item strong {
  font-size: 12px;
  font-weight: 600;
  color: #111;
}

.custom-product-benefits .benefit-item p {
  font-size: 12px;
  margin: 4px 0 0;
  color: #666;
}
.custom-product-benefits .benefit-item p{
	margin-top: 0px !important;
}
.buy-now-button {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border: none;
  margin-top: 12px;
  transition: background-color 0.3s ease;
}

.buy-now-button:hover {
  background-color: #ffffff !important;
	color: #B00000 !important;
	border: 2px solid #B00000 !important;
}
.product-sidebar .summary .price{
	font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-right: 18px;
    font-weight: 600;
}
.product-sidebar .summary .price .custom-price{
	  font-size: 30px;
    color: #b00000;
}
.product-sidebar .entry-summary h1.entry-title{
		font-size: 30px;
    line-height: 2.375rem;
}

/* Video product */
.product-videos-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  align-items: flex-start;
	margin-bottom: 50px;
}

.main-video-box {
  flex: 2;
}

.main-video-box iframe {
  width: 100%;
  height: 380px;
  border-radius: 6px;
}

.video-sidebar {
  flex: 1;
  max-height: 427px;
	padding: 20px 15px;
	background: #f7f9fa;
}

.video-title-heading {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.video-thumbs {
  display: block;
  max-height: 330px;
  overflow-y: auto;
}

.video-item {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 5px;
  padding: 10px 5px;
}

.video-item:hover,
.video-item.active {
  background: #f1f1f1;
}

.video-item img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  border-radius: 3px;
}

.video-caption {
  font-size: 14px;
  line-height: 1.3;
}
.video-item.active {
  border: 2px solid #B00000; /* Viền đỏ */
  background: #fff7f7;
  border-radius: 5px;
}
.main-video-box {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  aspect-ratio: 1820 / 720;
}

.main-video-box iframe {
  width: 100%;
  height: 425px;
  border-radius: 6px;
  display: block;
}
/* Description Product*/
.product-description-section {
  padding: 50px 20px;
  background: #fff;
  border-top: 1px solid #eee;
}

.product-description-section .section-heading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}

.product-description-section .section-heading::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #d80000;
  display: block;
  margin: 10px auto 0;
}

.product-full-description {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.product-full-description h2,
.product-full-description h3 {
  color: #d80000;
  font-weight: 600;
  margin-top: 40px;
}

.product-full-description img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px auto;
  border-radius: 6px;
}

.product-full-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fafafa;
  border: 1px solid #ddd;
}

.product-full-description table th,
.product-full-description table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: left;
}

.product-full-description table th {
  background: #f2f2f2;
  font-weight: 600;
  color: #222;
}

.product-full-description ul {
  padding-left: 20px;
  margin: 15px 0;
}

.product-full-description ul li {
  margin-bottom: 8px;
  position: relative;
}
/* sản phẩm quan tâm*/
.section-cross-sells .products{
	display: inline-flex;
}
.category-dropdown {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-family: sans-serif;
  background: #fff;
  overflow: hidden;
}

.category-header {
  padding: 12px 16px;
	font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
}

.category-header .arrow {
  transition: transform 0.3s ease;
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; /* Ẩn mặc định */
}

.category-list li {
  padding: 10px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}

.category-list li:hover {
  background-color: #f9f9f9;
}
#secondary .primary-sidebar #block-19{
	margin: 0px;
}
#secondary .primary-sidebar #block-22 ul.category-list{
	background-color: #f2f2f2
}
#secondary .primary-sidebar #block-22 ul.category-list a{
	color: #000000;
	font-weight: 500;
   font-size: 14px;
   line-height: 28px;
   letter-spacing: 1px;
}
/*menu-product-categories*/
.category-horizontal {
      display: grid;
    justify-content: start;
    margin: 0;
    grid-template-columns: repeat(8, 12.5%);
    width: 100%;
}

.category-item .cs_nav-sec {
  flex: 0 0 auto;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  scroll-snap-align: start;
  transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category-item img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.category-item:hover {
	background: #f1f1f1ab;
}
.category-item a:hover {
	color: #e60000;
	font-weight: 600;
}
.category-item{
	list-style: none;
	padding: 1.25rem 0;
}
ul.category-horizontal{
	margin: 0px;
}
.category-item.active{
		background: #f1f1f1ab;
}
.category-item.active a{
  font-weight: 600;
  color: #e60000;
}
.category-item a span{
	margin-bottom: 20px;
}
#main.site-main.left-sidebar  .main_inner{
	background-color: #fafafa;
}
.vc_section.product-categories{
	margin-top: 0px !important;
}
/*banner-product-category*/
.category-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.category-banner img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
}

.category-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
#main-content.box-page.left-sidebar .content-area{
	margin-bottom: 50px;
}
#primary .site-main .woocommerce-pagination a{
	color: #000000;
}

/*page-contact*/
.bg-contact {
  position: relative;
  padding: 0 !important;
  margin-bottom: 40px;
}

.bg-contact figure {
  margin: 0;
  line-height: 0;
}

.bg-contact .vc_single_image-wrapper {
  position: relative;
  overflow: hidden;
}

.bg-contact .vc_single_image-wrapper img {
	min-height: 300px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 400px; /* tùy chỉnh chiều cao ảnh */
}

/* Tiêu đề nằm giữa ảnh */
.bg-contact h2.wpb_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 20px;
  z-index: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .bg-contact h2.wpb_heading {
    font-size: 28px;
		width: 100%;
  }
}
.main-content-inner.left-sidebar,
.shop-full-width #main-content.main-content.left-sidebar.box-page {
	width: 100%;
	max-width: none;
	margin:0;
	padding:0;
}
.page-id-20.woocommerce-checkout #main.box-page{
	max-width: 1250px;
	margin: 0 auto;
} 
.page-id-20.woocommerce-checkout .page-title.header{
	display: block;
	padding: 50px 0;
}
.blog.theme-megashop-bath #main.box-page{
	max-width: 1250px;
	margin: 0 auto;
}
.entry-content .vc_section.bg-contact{
	margin-top:0 !important;
}
.home-container .wpb_column.contact-right{
	justify-content: normal !important;
	padding-top: 20px !important;
}
.home-container .wpb_column.contact-left{
	padding-right: 60px !important;
}
.home-container .normal-title::before,.home-container .normal-title::after{
	display: none;
}
.home-container .normal-title{
	padding: 0 0 25px 0;
}

/* Container form */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.home-container .tech-contact{
	margin-top: 30px !important;
}

.wpcf7 .form-row.two-cols > p {
  flex: 1 1 45%;
  margin: 0;
}

.wpcf7-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f6f7f8;
  font-size: 14px;
  box-sizing: border-box;
}
.wpcf7-form .wpcf7-submit{
	  background: #000000 !important;
    color: #FFFFFF !important;
}
.wpcf7-form .wpcf7-submit:hover{
		  background: #B00000 !important;
}

.wpcf7 textarea {
  resize: vertical;
  min-height: 150px;
}

.wpcf7-submit {
  background-color: #d72027;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/*Local page*/
.home-container  .local-left.wpb_column{
	justify-content: normal;
}
.local-left .wpb_wrapper{
	margin-bottom: 20px !important;
}
.local-left .ult-just-icon-wrapper{
	width: 35px;
  height: 35px;
  line-height: 35px;
	border-radius: 50%;
  border: 1px solid #000000;
  padding: 5px;
}
.home-container .vc_tta-panel-body{
	padding: 14px 0px !important;
}
.home-container .local-tab .vc_tta-tab.vc_active.active a{
	background-color: #e4e4e4 !important;
}
/*FAQS page*/
.tab-faqs .vc_tta-tabs-list{
	border-bottom: 1px solid #b00000 !important;
}
.home-container #tab-faqs .tab-faqs li.vc_tta-tab{
	width: 15%;
	text-align: center;
	margin-left: 7px;
}
.home-container #tab-faqs .tab-faqs li.vc_tta-tab a{
	background-color: #545454 !important;
	color: #ffffff !important;
}
.home-container #tab-faqs .tab-faqs li.vc_tta-tab.vc_active.active a{
	background-color: #b00000 !important;
}
.home-container #tab-faqs .tab-faqs li.vc_tta-tab.vc_active.active a span.vc_tta-title-text{
	color: #ffffff;
  font-weight: 500;
}
.tab-faqs .wpb_column{
	justify-content: normal !important;
}
/* Page -update*/
.home-container .vc_row.row-update{
	  border-bottom: 1px solid;
    padding: 21px 0;
}
.home-container .row-update a.vc_btn3{
	  background: #b00000 !important;
    color: #ffffff !important;
}
/*download -page*/
.dowload-page .wpb_wrapper p{
	overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.dowload-page .wpb_column{
	position: relative;
  width: 24.4%;
	margin-bottom: 0.75%;
  float: left;
  border: solid 2px #E5E5E5;
  box-sizing: border-box;
}
.dowload-page .vc_single_image-wrapper img{
    width: 100%;
    height: 172px;
    margin: 0 auto;
    display: block;
    padding: 10px 0 10px 0;
}
.dowload-page .wpb_wrapper p{
	padding: 0 25px;
}
.dowload-page .wpb_wrapper .vc_btn3{
	    margin-top: 20px;
    padding: 5px 64px;
    font-size: 20px;
    background-color: #b00000;
    color: #ffffff;
}
.home-container.download-page .vc_row{
	justify-content: normal !important;
	gap: 5px;
}
.download-page .wpb_wrapper .vc_tta-panels h2{
	margin: 39px 0px 48px 0 !important;
  border-bottom: 1px solid #000000;
}
.download-page .dowload-page .wpb_wrapper .wpb_text_column.wpb_content_element{
	  height: 35px;
    width: auto;
}
.home-service.vc_section{
	margin-bottom: 0px !important;
}
.home-service .service .style-2 .service-icon{
	  height: 70px;
    width: 70px;
    border-radius: 70px;
    background: #fff;
	  display: inline-flex;
    font-size: 30px;
	  align-items: center;
	  justify-content: center;
}
.read-more-link {
    display: inline-block;
    padding: 8px 16px;
    background-color: #b00000;  /* đỏ đậm - giống màu bạn dùng cho tab */
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 12px;
}
.product-description-section .product-full-description p{
	text-align: justify;
}
.product-full-description h2, .product-full-description h3 {
	line-height: 1.5;
}

.read-more-link:hover {
    background-color: #8c0000;
    transform: translateY(-2px);
    text-decoration: none;
}
.wpgs-thumb .thumbnail_image.slick-slide {
	width: 80px !important;
}
@media (min-width: 1025px) {
    .wpgs-image {
        width: 84%;
}
	@media (min-width: 1025px) {
    .wpgs-thumb {
        width: 15%;
}
		.wpgs-thumb.slick-vertical .slick-list{
	max-height: 600px;
	overflow-y: auto !important;
  overflow-x: hidden;
	scrollbar-width: none;
		}
		.wpgs-thumb.slick-vertical .slick-list .slick-track{
			transform: none !important;
		}
}
}
	.video-modal{
		display: none;
	}
	
.user-login-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 20px;
    display: none;
    z-index: 9999;
    border-radius: 6px;
		display: block;
}

.user-login-dropdown h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.user-login-dropdown p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
		color: #677279;
}

.user-login-dropdown form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-submit-btn {
    width: 100%;
    background: #d40000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.user-login-links {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
		color: #677279;
}

.user-login-links a {
    color: #d40000;
    text-decoration: none;
    margin-left: 5px;
}

/* Hover */
.user-login-wrapper:hover .user-login-dropdown {
    display: block;
}

.wp-block-media-text>.wp-block-media-text__content{
	  padding: 0 2%;
}
.wp-block-media-text img.size-full{
		width: 30px;
}
#footer-widget-area .toggle-block .contact_title{
	  font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    padding-bottom: 6px;
    padding-top: 7px;
}
/* Bảo đảm phần tử icon có rule để hiển thị */
.mega-menu .mega-indicator:after,
.mega-menu .mega-custom-icon:before,
.mega-menu .mega-icon:before {
  display:inline-block;
  line-height:1;
}

/* Nếu dùng Font Awesome 5 trở lên */
.mega-menu .mega-indicator:after {
  font-family:"Font Awesome 5 Free"; font-weight:900; content:"\f107"; /* caret-down */
}

/* Nếu muốn thay icon lá cờ tạm thời (có thể đổi về SVG riêng của bạn) */
a.mega-custom-icon.mega-menu-link:before {
  content:"\f024"; /* fa-flag */
  font-family:"Font Awesome 5 Free"; font-weight:900; margin-right:.4rem;
}
aside.widget .wp-block-media-text{
	    display: grid;
}
.wp-block-media-text>.wp-block-media-text__content{
	padding: 0 0 0 7px !important;
}
.woocommerce-MyAccount-navigation{
	margin: 0 50px 0 0;
	padding: 20px;
}
.woocommerce-MyAccount-content{
	padding: 20px;
}