/*
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.   ***************/
@media screen and (max-width: 549px) {
	.my-sidebar .col.post-item .col-inner .box-blog-post{
		display:flex;
		gap:15px;
	}
	.my-sidebar .col.post-item .col-inner .box-blog-post .box-image{
		width:25% !important;
	}
	
	
}

@media only screen and (max-width: 850px ) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.name.product-title.woocommerce-loop-product__title a{
  font-size: 14px !important;
}
.call-zalo{
  font-size: 14px !important;
}
.product-main{
		padding-bottom:10px
}
.product-info{
  padding-bottom: 10px;
}
a[aria-current="page"] {
    color: #003cbf  !important; 
    
}

.nav.nav-vertical > li > a:hover {
  color:#003cbf ;


}
.nav.nav-vertical{
  border-top:1px solid #003cbf;
}
.blog-wrapper .large-9 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.blog-wrapper .large-3 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px;
    font-size: 16px;
}
	.product-footer .woocommerce-tabs{
		padding:0px;
	}
	



}
@media (max-width: 1024px) {
    body.home .flickity-prev-next-button.next,
    body.home .flickity-prev-next-button.previous {
        top: 200px !important;
    }
	.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a{
		justify-content:center 
	}
	
}
@media (max-width: 320px) {
    body.home .flickity-prev-next-button.next,
    body.home .flickity-prev-next-button.previous {
        top: 100px !important;
    }
	
	
}	
@media (max-width: 450px) {
   .stars > span{
		display:flex;
	   flex-direction:column;
	}
	
	
}
@media (max-width: 850px) {
    .stars a:after {
    color: #ddd;
    content: "";
    position: absolute;
}
	.stars > span > a{
	display:flex;
	justify-content:start
}
	
.star-1{
	margin-left:4.8px !important;
	border-left:1px solid #f4f4f4;
}
	.stars > span{
		display:flex;
	}
}	

@media  (min-width: 850px ) {
/* Ẩn menu cấp 3 */
.nav .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(10px);
  transition: all 0.25s ease;
}
.nav .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  min-width: 200px;
}
.nav.header-nav-main li ul.sub-menu li ul.sub-menu > li > a {
  padding-left: 10px;
}

}
.top-right-menu{
		display:flex;
		min-width:284px;
		justify-content:space-between
	
}
.text-top-menu span{
		font-size: 18px; font-weight: 600; color: #ef4923;
		
}
.content1 > div {
		background-image: linear-gradient(to bottom, #ffd900, #c4181a, #894b00, #ffd900);
    border-radius: 10px;	
}


.box-khuyen-mai {
    order: 6;
    margin-bottom: 20px;
}
.box-khuyen-mai .title {
  margin-top:10px;
    width: auto;
    color: #fff;
    font-weight: 600;
    background: #b92720;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 15px;
    align-items: center;
    border: 2px solid #ffffff;
}
.title img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.box-cam-ket .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 10px;
}

.content ul{
		list-style: none;
}
.title-content1 h3{
		font-size:25.6px
}
.title-line{
		position:relative;
    color: #894b00;
    font-size: 15px;
    line-height: 1;
}
.title-line::before{
		position:absolute;
		right:30px;
		top:8px;
		content: "";
		width:80px ;
		background:linear-gradient(to right, RED, #ffcc00);
		height:3px;
		display: inline-block;
				
}
.title-line::after{
		position:absolute;
	  right:-96px;
		top:8px;
		content: "";
		width:80px ;
		background:linear-gradient(to right, RED, #ffcc00);
		height:3px;
		display: inline-block;
				
}
strong{
		font-weight:700
}
.text-marquee {
  width: 900px;
  overflow: hidden;
  white-space: nowrap;
}

.text-marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee-left 30s linear infinite;
		font-size:15px;
		font-weight:600
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.name.product-title.woocommerce-loop-product__title a{
		color:black;
		font-size:16px;
		font-weight:600;
}

.product-zalo-call {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  
 
}


.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a{
    font-size: 16px !important;
    display: block;
    text-transform: none;
}
.nav-dropdown li > a{
    color:black;
}

/* Hover menu cấp 2 → hiện menu cấp 3 */
.nav .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
	padding:6px 0;
}
.nav .sub-menu > li {
  position: relative;
}


.my-html{
    padding: 10px;
    background: white;
    border: 1px solid #d4dfed;
}
.cf7-forms{
    
}
.about-us{
    color: white;
    margin: 10px;
	padding:5px 0;
	margin-bottom: 0;
    font-weight: 700;
	height: 38px;
    display: block;
}
a.plain{
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dark .social-icons, .nav-dark .social-icons{
  display: flex;
}
.back-to-top.active{
  border-radius: 10px !important;
   box-shadow: 0 15px 40px rgba(0,0,0,.2);
   
}
.huongdandathang{
  padding: 5px 10px;
  color: white;
  background: #894b00;
  border-radius: 3px;
}
.dangcapnhat{
  width: 100%;
  border: 1px solid black;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom:30px ;
}
.custom-between-desc-related{
  padding-bottom: 30px;
}


.dark .breadcrumbs span{
  color:black;
}
 .breadcrumbs a:hover{
  color:#003cbf;
 }


@keyframes swing {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(5deg); }
    40%  { transform: rotate(-5deg); }
    60%  { transform: rotate(4deg); }
    80%  { transform: rotate(-4deg); }
    100% { transform: rotate(0deg); }
}

.button-call-zalo {
    display: flex !important;
    transition: .2s;
    gap:5px
}

.button-call-zalo:hover {
    animation: swing 0.6s ease-in-out 1;
    
}
.is-divider{
    max-width: 300px;
    width: 100%;
}
.call-zalo{
  display:flex;gap:5px;font-size:16px;font-weight:600;height:15px;color:black;
}



.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 400;
    font-style: normal;
}
.text-header {
  display: inline-block;
	
}

.text-header {
  font-weight: 600 ;
  text-decoration: none;
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMove 5s linear infinite;
}

@keyframes gradientMove {
 0% {
    background-position: 0% 50%;
}
100% {
    background-position: 100% 50%;
}
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
    height: 40px;
    font-size: 14px;
    border-radius: 15px;
    padding-right: 40px;
	background:#f5f1f1;

}
.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a{
		margin:2px 8px;
		padding:10px 18px;
		font-weight: 500;
		border-radius: 6px;
		transition: all 0.25s ease;
    display: flex;
    justify-content: space-between;
    width: auto !important;
    line-height: 1.8;
	min-width:180px;
    
   
}
.nav-dropdown-bold .nav-column li>a:hover, .nav-dropdown-bold.dark .nav-column li>a:hover, .nav-dropdown.nav-dropdown-bold.dark>li>a:hover, .nav-dropdown.nav-dropdown-bold>li>a:hover{
  background: linear-gradient(90deg, #ffc107, #ffb300);
    color: #fff !important;
    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.4);
}

.nav-dropdown-bold .nav-column li>a{
  text-transform:capitalize ;
}
*::first-letter {
  text-transform: uppercase;
}
.nav-dropdown>li.image-column:not(:last-child), .nav-dropdown>li.nav-dropdown-col:not(:last-child){
		border : none;
}
.nav-dropdown-has-border .nav-dropdown{
		padding:8px 0;
    border-radius: 8px;
}
.name.product-title.woocommerce-loop-product__title:hover a{
		color:rgb(25,72,144)
}
.fa-chisel .fa-regular .fa-comment{
		position:relative;
		
}
.back-to-top.active{
		background-color: #b3710f;
    border-color: #f8ffff;
    color: #fdfffe !important;
    box-shadow: 1px 0px 25px 5px #bf1515;
    position: relative;
    bottom: 70px;
}
.dark .breadcrumbs a{
		font-weight:500;
		color:black
}
.col-inner ol li, .col-inner ul li, .entry-content ol li, .entry-content ul li, .entry-summary ol li, .entry-summary ul li{
		margin-left:0;
		min-width:50%
}
.content {
    padding-bottom: 5px !important;
    padding: 25px 0  15px 15px ;
    border-radius: 0 5px 5px 5px;
    position: relative;
    border: 1px solid #d0d8e3;
}
li > img{
		height:26px
}
.product-info .box-cam-ket ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
		list-style: none;
	justify-content:space-between
}
li > span {
		font-size:14px
}
.content ul > li{
		font-size:14px
}
.content ul > li > img{
		height:20px;
		margin-right:4px
}
.dark .breadcrumbs{
		color:#003cbf;
        text-align: left;
}
.breadcrumbs{
		font-weight:500
}
.breadcrumbs a:last-child{
  color:#003cbf !important;
}
.product-gallery-slider img, .product-thumbnails img{
		border-radius:5px;
}

.woocommerce-tabs .tabs li a {
    text-transform: none !important;
}

.woocommerce-tabs .tabs li a::first-letter {
    text-transform: uppercase;
}

.badge-inner{
	border-radius:5px !important;
	background:blue;
	position:relative;
	right:10px;
	bottom:20px;
	display: flex;
    flex-direction: column;
	padding:5px 0;
	background:#ef4923;
	font-size: 14px;
}
.widget {
  border: 1px solid #1b74e7;
  border-radius: 5px;
}

.widget-title span{
  font-size: 20px;
  color: white;
  font-weight: 700;
}

.widget-title {
  width: 100%;
  display: block;
  background:#bf2d0c;
  padding: 15px 10px;
  
}

/* Blog layout 66% content - 33% sidebar */
.blog-wrapper .large-9 {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
}

.blog-wrapper .large-3 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
.widget > .is-divider {
  display: none;

}
.widget >div{
  margin: 5px 5px 0px 5px;
 
}
.page-title{
  font-weight: 600;
  text-align: left;
  
}
.page-title span{
  font-weight: 600;
}
.text-top-menu > span > center {
  font-weight: 600;
}
.post-title.is-large > a{
	font-size:18px !important
}
.post-title.is-large.uppercase > a {
	font-size:16px !important;
}
.post-sidebar .widget-title {
    text-transform: lowercase !important;
}

.post-sidebar .widget-title::first-letter {
    text-transform: uppercase;
}
.text-header a{
  font-weight: 600;
}
.call-zalo p{
  font-weight: 600;
	color:#ef4923;
}
.has-shadow .box:not(.box-overlay):not(.box-shade), .has-shadow.box:not(.box-overlay):not(.box-shade){
  background-color: inherit;

}



.entry-title {
  font-weight: 700;
}
.category .page-title {
  font-size: 0;
}

.category .page-title span {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav.nav-vertical li > a {
  color:black;
  font-weight: 700;
  font-size: 16px;
  text-transform:capitalize;;
}
.has-hover .bg, .has-hover [class*=image-] img{
  border-radius: 10px;
}
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6{
  font-size: 16px ;
  margin-top: 10px;
  font-weight: 600;
}


/* Bo góc ảnh bên trong */
.products .box-image img {
  border-radius: 5px 5px 0 0;
}
.title-wrapper p >a{
  font-weight: 600;
}
.products .product-small .col-inner {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
  transition: all 0.3s ease;
}
.nav-pagination>li>a, .nav-pagination>li>span{
      width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0 2px;
    border: 1px solid #000;
    border-radius: 5px
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover{
  color: #fff;
    font-weight: bold;
    background: #ef4923;
    border-color: #1b74e7;
}
.single-product .related .product-small .col-inner {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0px 2px 0 rgba(60,64,67,0.1), 0 0px 6px 0px rgba(60,64,67,0.25);
  transition: all 0.3s ease;
}


.single-product .flickity-prev-next-button:hover {
    color:black
}

/* Luôn hiện mũi tên flickity (không cần hover) */
.flickity-prev-next-button {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Bỏ điều kiện hover của Flatsome */
.has-hover .flickity-prev-next-button {
    opacity: 1 !important;
}
body.home .flickity-prev-next-button.next {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(233, 233, 233, 0.74);
    transition: .3s;
    outline: none;
    border-radius: 0 99px 99px 0;
    top: 250px;
    position: absolute;
}
.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg{
	fill:#ef4923
}
body.home .flickity-prev-next-button.previous {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(233, 233, 233, 0.74);
    transition: .3s;
    outline: none;
    border-radius: 99px 0 0 99px;
    top: 250px;
    position: absolute;
}
body.home .slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg {
  fill:white;
}
body.home .slider .flickity-prev-next-button:hover{
  background: #ef4923;
}
.sub-menu .nav-sidebar-ul > li > a::before{
  content: "•";
  color: #007bff;
  margin-right: 10px;
}

/* Chỉ thêm > vào menu cấp 2 nếu nó có menu cấp 3 */
.nav-dropdown > .menu-item-has-children > a::after {
    content: " >";
    font-weight: 500;
    margin-left: 6px;
    font-size: 16px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner{
  background: red;
  border-radius: 5px;
  margin: 0;
  
  font-size: 14px;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{
      border-radius: 10px
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url]{
  height: 35.09px ;
}

.shop-page-title .is-xlarge{
	color:black !important;
	font-weight:500
}

.text_footer > ul > li{
	margin-left:17px
}
.text_footer1 > ul > li{
	margin-left:17px
}
.col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover {
  box-shadow: 0 0px 22px rgba(0, 142, 255, 0.12);
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
  will-change: transform;
}

.col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover:hover .box-text-inner.blog-post-inner {
  transform: scale(1.009);
}
.col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover .box-text-inner.blog-post-inner {
  transition: transform 0.3s ease;
}
.col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover:hover{
	box-shadow: 0 0px 22px #84c8ff;
}
.post-date-month.is-xsmall{
	font-size:9.8px;
}
.box-cam-ket ul > li{
	min-width: 50%;
    max-width: 45%;
 
    display: flex;
    gap: 12px;
    margin: 0 0 5px;
}
.star-rating.star-rating--inline{
	display:none;
}
.related.related-products-wrapper.product-section h3{
	font-weight:700;
	font-size:30px;
}
.text_footer1 > ul > li > a:hover {
    color: inherit;
    text-decoration: none;
    background: none;
    opacity: 1;
    transform: none;
}
.text_footer1 > ul > li > a{
    color: inherit;
    text-decoration: none;
    background: none;
    opacity: 1;
    transform: none;
}
.button-lienhe:hover{
	background-color:#681db6;
}
.button-lienhe{
	background:#ef4923 !important;
}
.has-hover .bg, .has-hover [class*=image-] img {
    border-radius: 0px; 
}
.back-home{
	border:1px solid black;
	background:#8224e3;
	color:white;
	padding:10px;
	border-radius:5px;
	
}
.badge-circle-inside .badge-inner.bg-fill{
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	    width: 90px;
    height: 60px;
	
}
.recent-blog-posts a{
	font-weight:600;
	font-size:14px;
	
}
.is-border{
	box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
	margin-top: 10px;
}

.product-footer .woocommerce-tabs ul.tabs{
	margin-bottom: 20px;
    font-size: 14px;
    color: var(--black-color);
}
.product-footer .woocommerce-tabs ul.tabs>li{
	    margin: 0 10px 0 0;
}
.product-footer .woocommerce-tabs ul.tabs>li.active>a, .product-footer .woocommerce-tabs ul.tabs>li:hover>a{
	background: #894b00;
    color: #fff;
	border-top:2px solid #dd9933;
}
.product-footer .woocommerce-tabs ul.tabs>li>a{
	font-size: 16px;
    font-weight: 700;
    text-transform: none;
    
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
	line-height:1.5;
	border-top:2px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	
}
.header:not(.transparent) .header-bottom-nav.nav > li > a{
	font-weight:400
}


















   .entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2{
  color:#003cc5;
  border-left: 1px solid #003cc5 ;
  padding-left: 5px;
}
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 22px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}

