/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.breadcrumbs {
    text-transform: capitalize;
    font-size: 14px;
}
.breadcrumbs a {
	color:#000;
}
.breadcrumbs a:not(:last-child) {
	color: #ec2126;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb .last {
	font-size:14px;
	color:#000;
}
.rank-math-breadcrumb .last {
    font-weight: 600;
}
.rank-math-breadcrumb a:after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 12px;
    padding: 0 8px;
    color: #ec2227;
}
.rank-math-breadcrumb .separator {
	display:none;
}
.header-top {
    background-color: #f2f2f2 !important;
    font-size: 18px;
}
span.page-number.current {
    background-color: red;
    border: red;
}
.nav-pagination>li>a:hover {
    background-color: red;
    border: red;
}
.image-icon {
	padding-left:5px;
	margin-top:-3px;
}
.header-danh-muc-wrapper {
    margin-bottom: 60px;
}
.dmsp-title {
    margin-bottom: 30px;
	padding-left:15px;
	font-size:2.5rem;
}
.dmsp-title:before{
	position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 15px;
    content: "";
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, -10px);
    transform: skew(-40deg) translate(0, -10px);
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #ec2126;
    height: 56px;
    width: 56px;
}
input#woocommerce-product-search-field-1 {
    height: 56px;
}
.page-title-inner {
	padding-top:0px;
}
.title-cs h2:before {
    content: "";
    width: 5px;
    height: 50px;
    background-color: red;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.title-cs h2 {
    font-weight: inherit;
    display: flex;
    align-items: center;
}
.title-cs2 h2 {
    padding: 5px 20px;
    font-size: 2.5rem;
    margin: 0;
	border-bottom:solid 1px #ec2025;
}
.title-cs2 h2:before {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 15px;
    content: "";
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, -10px);
    transform: skew(-40deg) translate(0, -10px);
}
.title-cs3 h2 {
    font-size: 2.4rem;
	padding-top:50px;
	text-align:center;
}
.title-cs3 h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, 0);
    transform: skew(-40deg) translate(0, 0);
    top: 0;
    left: calc(50% - 0.5em);
    z-index: 1;
}
.section-title a {
    font-size: .9rem;
    background: #ec2126;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}
.section-title a:hover {
    background: #1f73be;
    -webkit-transition: color 0.7s 
ease, background 0.7s 
ease, opacity 0.7s 
ease;
    transition: color 0.7s 
ease, background 0.7s 
ease, opacity 0.7s 
ease;
}
.section-title-normal {
	border-bottom:none;
}
.section-title-normal span {
    border-left: 3px solid #ec2126;
    border-bottom: none;
    padding: 10px 0px 10px 20px;
}
.section-title i.icon-angle-right:before {
    content: "\f31e";
    font-family: 'FontAwesome';
    color: #fff;
    opacity: 1;
}
.section-title i {
	opacity:1;
}
.mota-sp h3 {
    padding: 5px 20px;
    font-size: 1rem;
    margin: 0;
	border-bottom:solid 1px #ec2025;
}
.mota-sp h3:before {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 15px;
    content: "";
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, -10px);
    transform: skew(-40deg) translate(0, -10px);
}
.term-description h3 {
    padding: 5px 20px;
    font-size: 2rem;
    margin-bottom: 30px;
	border-bottom:solid 1px #ec2025;
}
.term-description h3:before {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 15px;
    content: "";
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, -10px);
    transform: skew(-40deg) translate(0, -10px);
}
.ttsp h3 {
    padding: 5px 20px;
    font-size: 1.5rem;
    margin-bottom: 30px;
	border-bottom:solid 1px #ec2025;
}
.ttsp h3:before {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 15px;
    content: "";
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, -10px);
    transform: skew(-40deg) translate(0, -10px);
}
.mota-sp p {
    padding: 10px 20px;
    color: #000;
    margin: 0;
    font-size: 0.8rem;
    text-align: justify;
    line-height: 1.3;
    display: -webkit-box;
    max-width: 100%;
    max-height: 58px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    white-space: break-spaces;
}
.mota-sp {
    max-height: 100px;
    overflow: hidden;
}
.product-category .col-inner .box .count {
    font-weight: 600;
    padding: 0 10px;
	text-align:center;
	color:#000;
}
.ux-menu-link__link {
    font-size: 0.8em;
    line-height: 18px;
    min-height: auto;
}
.p-10 p{
	margin-bottom:10px;
}
.footer-cs i {
    color: #ec2025;
}
.footer-wrapper .icon-angle-right:before {
    content: "\f054";
    font-family: 'FontAwesome';
}
/* .box-text-inner.blog-post-inner .cat-label {
    background: #ec2126;
    opacity: 1;
    width: 100%;
    padding: 5px 10px;
	font-size:10px;
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	color:#fff;
}
.box-text-inner.blog-post-inner .cat-label a {
	color:#fff;
} */

.shop-page-title.category-page-title.page-title {
    display: none;
} 
/* home */
.slider-home .flickity-prev-next-button {
	bottom:-50px;
	color: #ec2126 !important;
	top:inherit;
}
.slider-home .slider-nav-circle .flickity-prev-next-button svg {
	border:none;
}
.slider-home .flickity-prev-next-button svg, .slider-home .slider-nav-light .flickity-prev-next-button .arrow {
	fill: #ec2126;
}
.slider-home .flickity-prev-next-button.previous {
    left: calc(50% - 80px);
}
.slider-home .flickity-prev-next-button.next {
    right: calc(50% - 80px);
}
.slider-home .flickity-page-dots {
    bottom: -40px;
}
.slider-home .flickity-page-dots {
    bottom: -40px;
    width: max-content;
    left: calc(50% - 20px);
    right: inherit;
}
.slider-home .slider-nav-light .flickity-page-dots .dot {
    border-color: #1e73be;
}
.slider-home .slider-nav-light .flickity-page-dots .dot.is-selected, .slider-home .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
	background-color:#1e73be;
}
.entry-divider.is-divider.small {
    display: none;
}
.article-inner.has-shadow .entry-header-text-top{
	padding-bottom:0;
}
.entry-content.single-page {
    padding-top: 0;
	text-align:justify;
}
.box-text .button {
    margin: 0;
}
/* thu gon */
.thu-gon {
    max-height: 150px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 50px;
}
.thu-gon.expanded {
  max-height: none;
}
.button-xemthem {
    position: absolute;
    bottom: 100px;
    width: 100%;
    background-image: linear-gradient(0deg, #ffffff, #ffffffdb);
    margin-bottom: 0px;
    text-align: center;
	right:0;
	
}
button.xem-them {
    padding: 0 10px;
/*     border: solid 1px #2196f3; */
/*     border-radius: 10px; */
    text-transform: inherit;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 0px;
	color: #2196F3;
}
button.xem-them:after {
    content: "\f0dd";
    font-family: 'FontAwesome';
    padding-left: 5px;
    margin-top: -2px;
}
.expanded button.xem-them:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    padding-left: 5px;
    margin-top: 1px;
}
/* end thu gon */
.thong-so table {
	border-collapse: collapse;
}
.thong-so td {
    border: solid 1px #dedede;
    padding: 10px;
}
.thong-so thead {
    border: solid 1px #dedede;
    background: #f3f3f3;
}
.thong-so th {
    padding: 10px !important;
    border: solid 1px #dedede;
}
.thong-so-san-pham-item {
    display: flex;
    border: solid 1px #dedede;
    margin-bottom: 15px;
}
.thong-so-san-pham-item h4 {
    flex: 3;
    padding: 10px;
    background: #f3f3f3;
    margin: 0;
	font-size:14px;
}
.noi-dung {
    flex: 9;
    padding: 10px;
}
.thong-tin-sp .nav-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 102px;
    z-index: 1000;
    background: #fff;
    border-bottom: solid 1px #dedede;
}
.product-section-title-related {
	display:none;
}
.woocommerce-loop-product__title a {
    font-weight: 600;
    color: #000;
	font-size:0.8rem;
}
.product-small.box{
	border: solid 1px #d4d4d4;
/*     border-radius: 5px; */
	background:#fff;
}
.product-small.box .box-image {
    height: 220px;
    width: auto;
}
.product-small.box .box-image img {
	padding:20px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	max-height:220px;
	width:auto;
}
/* .product-category .col-inner{
	border: solid 1px #d4d4d4;
	background:#fff;
} */
.product-category .col-inner .box {
/* 	border-radius:5px; */
}
.product-category.col .col-inner .box-image {
	width:auto;
	height:168px;
	margin:10px;
}
.product-category.col .col-inner .box-text , .product-small .box-text{
    padding: 10px;
    border-top: solid 1px #ec2025;
}
.product-category.col .col-inner .box-image img{
	padding:30px;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.single-product .flickity-prev-next-button svg {
    border: solid 1px #000;
    border-radius: 50%;
}
div#tab_video {
    display: grid !important;
    grid-template-columns: 6fr 6fr;
    gap: 10px;
    text-align: center;
}

.product-small .box-image {
    /* background: #f5f5f5; */
/*     border-radius:10px; */
	z-index:2;
	padding:10px;
}
.product-small.box .title-wrapper {
    z-index: 2;
    position: relative;
}
.product-small.box {
    border: solid 1px #dedede;
/*     border-radius: 10px; */
}
.product-small.box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-small.box:before {
    content: "";
    position: absolute;
    border-top: 1px solid #333399;
    border-bottom: 1px solid #333399;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out .10s;
    transition: all .3s ease-in-out .10s;
    z-index: 1;
	top:-1px;
	right:-2px;
	bottom:0;
	left:-2px;
/* 	border-radius:10px; */
}
.product-small.box:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-small.box:after {
    content: "";
    position: absolute;
    border-left: 1px solid #333399;
    border-right: 1px solid #333399;
  	-webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .3s ease-in-out .10s;
    transition: all .3s ease-in-out .10s;
    z-index: 1;
	top:0;
	right:-2px;
	bottom:0;
	left:-2px;
/* 	border-radius:10px; */
}

.page-box .box-text-inner {
    font-size: 1rem;
    font-weight: 600;
}

.footer-wrapper .ux-menu-link__link {
    font-size: 13px;
}
.doitac .box-image.image-zoom {
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 5%);
	border:1px solid #ddd;
/* 	border-radius: 10px; */
	height:86px;
	background:#fff;
}
.doitac .box-image.image-zoom img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68px;
	padding:10px;
    width: auto;
}
.doitac .flickity-prev-next-button {
	top:70%;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 5%);
	border:1px solid #ddd;
/* 	border-radius:10px; */
}
.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
/* 	border-radius:10px; */
}
.has-shadow>.col>.col-inner {
/* 	border-radius:10px; */
}
.brand-cs .box-image {
    height: 110px;
    background: #fff;
    display: flex;
    align-items: center;
}
.blog-box .box-push .box-text {
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 20%);
	background:#fff !important;
}
.box-text-inner.blog-post-inner .button:after {
    content: "\f105";
    font-family: 'fl-icons';
    padding-left: 5px;
}
.box-blog-post .box-text {
	padding:10px 20px;
}
.tag-label {
    background-color: #ec2025;
}
.has-hover:hover .tag-label {
    background-color: #ec2025;
    opacity: 1;
}
.tag-label a {
    color: #fff;
}
.box-blog-post .is-divider {
    max-width: 50px;
    height: 3px;
    background-color: red;
	display:none;
}
.box-blog-post .button {
    text-transform: inherit;
	color:#000;
}
.related-posts-cs .box-text-inner.blog-post-inner .post-title {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}
.blog-box .box-push .box-text:before {
    content: "";
    width: 80%;
    height: 8px;
    background: var(--fs-color-primary);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.box-vertical .box-text {
	vertical-align:top;
	padding:0 20px;
}
.recent-blog-posts a {
    font-size: .9rem;
    line-height: 1.3;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    color: #000000;
}
.cat-home .col-inner:hover {
    background: #0C5ADB;
    border-color: #0C5ADB;
}

.flip-cs {
   -webkit-perspective: 1000px;
    perspective: 1000px;
/* 	border-radius:10px; */
}

.flip-cs.bacot .col-inner {
	position: relative;
	transition: transform .8s;
	transform-style: preserve-3d;
/* 	border-radius:10px; */
	min-height:300px;
	box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 20%);
}
.flip-cs.boncot .col-inner {
	position: relative;
	transition: transform .8s;
	transform-style: preserve-3d;
/* 	border-radius:10px; */
	min-height:200px;
	box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 20%);
}
.flip-cs .icon-box-img {
    height: 68px;
    display: flex;
    align-items: center;
}
.flip-cs:hover .col-inner {
  -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-truoc,
.flip-sau {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding:30px;
	border-radius:10px;
}
.flip-truoc {
    background-color: #fff;
}
.flip-sau {
    transform: rotateY(180deg);
    background-color: #fff;
}
.hover-box .col-inner .icon-box-img {
    height: 68px;
	width: 68px;
    display: flex;
    align-items: center;
}
.hover-box .col-inner {
    position: relative;
    background: linear-gradient(to right, var(--fs-color-primary) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease-in-out, color 0.5s ease-in-out;
}
.hover-box .col-inner:hover {
    background-position: left bottom;
    color: #fff !important;
	-webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	cursor:pointer;
}
.hover-box .col-inner:hover h3, .hover-box .col-inner:hover a, .hover-box .col-inner:hover p{
	color:#fff !important;
	transition: 0.3s ease-in-out, color 0.1s ease-in-out;
}
.icon-sv rect {
    fill: none;
}
.icon-sv {
    padding: 30px 30px 10px 30px;
}
.icon-sv .icon-box-img {
    background: var(--fs-color-primary);
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 86px !important;
    height: 86px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-sv .icon-box-img svg path {
    fill: #fff !important;
}
.icon-sv:hover .icon-box-img {
    background: #fff;
}
.icon-sv:hover .icon-box-img svg {
	transform:scale(-1) rotate(180deg);
}
.icon-sv:hover .icon-box-img svg path {
    fill: var(--fs-color-primary) !important;
}
.is-divider.small {
    display: none;
}
.widget a {
    color: #000;
	font-size:0.9em;
}
.widget {
    border: solid 1px #dedede;
    padding: 10px 0px;
/*     border-radius: 10px; */
	box-shadow:2px 2px 20px 0 rgb(0 0 0 / 10%);
}
.widget .ux-menu-link__link {
	font-size:14px;
}
.widget>ul>li ul, ul.menu>li ul {
	padding:0;
	margin-left:0;
	border-left:none;
}
.widget .current-cat>a {
    background: #e6e6e6;
	width:100%;
	padding:5px 15px;
}
.widget .current-cat>a:before {
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
    width: 12px;
    height: 15px;
    content: "";
    background: #e60027;
    -webkit-transform: skew(-40deg) translate(0, -10px);
    transform: skew(-40deg) translate(0, -10px);
}
.widget_product_categories>ul>li a:hover {
    background: #e6e6e6;
    font-weight:600;
/* 	display:block; */
}
.widget>ul>li li>a, ul.menu>li li>a {
	padding:5px 15px;
}
.widget>ul>li>a, .widget>ul>li>span:first-child, ul.menu>li>a, ul.menu>li>span:first-child {
	padding:5px 15px;
	font-weight:bold;
}

ul.product_list_widget {
    padding: 5px 10px;
}
.recent-blog-posts-li {
	padding:5px 10px;
}
.post-sidebar.large-3.col {
    padding-left: 0;
}
span.widget-title {
    background: #044ea2;
    padding: 10px 15px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -10px;
    display: block;
    color: #fff;
/*     border-radius: 10px 10px 0px 0; */
    font-size: 0.9em;
}
.menu-ft.ux-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.post-type-archive-product .category-page-row .col.large-3.hide-for-medium {
    display: none;
}
.product-short-description {
    text-align: justify;
    font-size: 0.9rem;
}
.custom-product-page .product-title.product_title.entry-title {
    font-size: 1.2rem;
}
.bd-10 .box-image img {
    border-radius: 10px 10px 0 0;
}
h5.post-title a {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    max-width: 100%;
    max-height: 54px !important;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    white-space: break-spaces;
}
@media screen and (min-width: 850px) {
    .post-type-archive-product .category-page-row .large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 48em) {
	.thong-so-san-pham-item {
		display: block;
	}
	.thong-tin-sp .nav-tabs {
        top: 70px;
        overflow-y: scroll;
        white-space: nowrap;
        display: block;
    }


}