/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--primary-color: #121f38;
	--secondary-color: #ff0000;
}
body {
	font-family: "Montserrat", sans-serif;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
.col-inner:last-child {
	padding-bottom: 0;
}
a {
	transition: all 0.25s ease;
}
p {
	margin-bottom: 0;
}
.entry-content p {
	margin-bottom: 1.3em;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.header-main .nav > li > a {
	font-weight: 600;
	font-size: 13px;
}
.ss-pd {
	padding-top: 40px !important;
	padding-bottom: 10px !important;
}
.ss-footer h3 {
	font-size: 16px;
	font-weight: 700;
}
.ss-footer .ux-logo a{
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 15px;
	box-shadow: 5px 4px 0px 0px var(--secondary-color);
	border: 1px dashed var(--secondary-color);
}
.ss-footer ul {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	flex-flow: wrap;
}
.ss-footer ul li{
	list-style-type: none;
	margin: 0;
}
.ss-footer ul li, .ss-footer ul li a {
	font-size: 14px;
}
.ss-footer ul li a:hover{
	color: var(--secondary-color);
}
.ss-footer ul li:last-child {
	margin-bottom: 0;
}
.ss-footer p {
	font-size: 14px;
}
.flickity-page-dots .dot {
	width: 7px !important;
	height: 7px !important;
	border: 0;
	background: #fff;
	border-radius: 24px;
	transition: all 0.25s ease;
}
.flickity-page-dots .dot.is-selected {
	width: 18px !important;
}
h2.section-title-center b {
	height: 4px;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	opacity: 1;
}
h2.section-title-center .section-title-main {
	font-weight: 500;
	font-size: 20px;
}
h3.section-title-center {
	border-bottom: 2px solid gray;
	margin-bottom: 0;
}
h3.section-title-center b {
	height: 0;
	background-color: transparent;
}
h3.section-title-center .section-title-main {
	font-weight: 600;
	font-size: 14px;
}
.section-title-container {
	margin-bottom: 15px;
}
.row-xsmall > .flickity-viewport > .flickity-slider > .col {
	padding-bottom: 0;
}
.ss-category-product .box-category {
	border-radius: 8px;
	background-color: #ebebeb;
	overflow: hidden;
}
.ss-category-product .box-category .box-text {
	padding: 8px;
}
.ss-category-product .box-category .box-text h5 {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ss-category-product .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	margin-top: 0;
}
.ss-video-highlight .col.large-12 {
	padding-bottom: 10px;
}
.ss-video-highlight .text-box-content h3 {
	margin: 0;
	line-height: 1.3;
	font-size: 14px;
}
.ss-overview-brand p {
	font-size: 14px;
}
.nav-dropdown {
	padding: 0;
}
.nav-dropdown li a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	max-width: 500px;
	width: 100%;
}
.nav:not(.nav-slide) .active > .children {
	padding-bottom: 10px;
}
.nav-vertical > li > ul li a {
	color: #333;
}
.breadcrumb-edit {
	padding: 14px 0;
	background-color: #eeeeef;
}
.breadcrumb-edit p {
	font-size: 14px;
}
.breadcrumb-edit p .separator {
	margin: 0px 4px;
}
.home .breadcrumb-edit, .product-info .breadcrumbs {
	display: none !important;
}
.product-single-edit .row {
	max-width: 100%;
}
.product-single-edit .product-footer {
	background-color: #f2f2f2;
}
.product-single-edit .product-tabs {
	display: none;
}
.product-single-edit .woocommerce-tabs {
	padding-top: 0;
	border-top: 0;
}
.product-single-edit .woocommerce-tabs .tab-panels {
	background-color: #fff;
	padding: 15px;
}
.product-single-edit .product-section {
	border-top: 0;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
.product-single-edit .product-section .product-section-title {
	padding: 0;
	text-transform: math-auto;
}
.product-single-edit .product-section .product-small {
	padding-bottom: 0 !important;
}
.product-single-edit .product-section .product-small .box {
	background-color: #ebebeb;
	border-radius: 8px;
	overflow: hidden;
}
.product-single-edit .product-section .product-small .box .box-text {
	padding: 10px;
}
.product-single-edit .product-section .product-small .box .box-text a {
	font-size: 14px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.product-single-edit .product-section .product-small .box .price-wrapper {
	display: none;
}
.product-short-description {
	padding: 15px;
	border: 1px solid #eee;
	background: #f4f4f485;
	font-size: 14px;
	color: #000;
	border-left: 1px solid #858585;
}
.product-short-description ul:last-child, .product-short-description li:last-child {
	margin-bottom: 0;
}
.product-short-description a {
	font-size: 14px;
	color: #000;
}
span.price-note {
	font-size: 14px;
	color: #aeae0e;
}
.shop-page-title .flex-grow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.shop-page-title h1 {
	text-align: center;
	color: #333;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	flex-shrink: 0;
}
.shop-page-title b {
	display: inline-block;
	width: 100%;
	height: 4px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.woocommerce-no-products-found {
	text-align: center;
	background: #ffeb3b 3d;
	padding: 9px;
	padding-bottom: 0;
	border-radius: 4px;
	font-size: 14px;
}
.archive .product-small .col-inner {
	background-color: #ebebeb;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	height: 100%;
}
.archive .product-small .col-inner .box-text {
	padding: 10px;
	height: auto !important;
}
.archive .product-small .col-inner .box-text .product-title {
	height: auto !important;
}
.archive .product-small .col-inner .box-text a {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product-small.box .price-wrapper {
	display: none;
}
.blog-wrapper {
	padding-bottom: 0;
}
.blog-wrapper .large-12.col {
	padding-bottom: 0;
}
.entry-content {
	padding-bottom: 0;
}
.ss-showroom .icon-box .icon-box-img {
	max-width: 100%;
}
.ss-about .icon-box-text h3 {
	color: #cb5219;
	margin-bottom: 0;
	font-size: 36px;
}
.ss-about .icon-box-img img{
	filter: brightness(0) saturate(100%) invert(47%) sepia(20%) saturate(6498%) hue-rotate(350deg) brightness(81%) contrast(94%);
}
.row-dashed .col-inner, .row-solid .col-inner {
	padding: 15px !important;
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}
.ss-vision .icon-box {
	align-items: center;
}
.ss-vision .icon-box .icon-box-img {
	padding: 10px;
	border: 1px dashed #333;
	border-radius: 50px;
}
.ss-vision .icon-box-text h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}
.slider-style-container .flickity-slider > :not(.is-selected), 
.slider-style-focus .flickity-slider > :not(.is-selected), 
.slider-style-shadow .flickity-slider > :not(.is-selected) {
	opacity: 1;
}
.box-overlay .box-text, .box-shade .box-text {
	padding: 15px;
}
.ss-mission .flickity-slider {
	background-image: url(/wp-content/uploads/2025/11/bannerf2-2.webp);
	background-position: bottom center;
	position: relative;
}
.ss-mission .flickity-slider > .row .col {
	opacity: 0;
	transition: all 0.25s ease;
}
.ss-mission .flickity-slider > .row:hover .col {
	opacity: 1;
}
.ss-mission .flickity-slider > .row:after {
	content: 'Sứ mệnh';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
}
.ss-mission .flickity-slider > .row:nth-child(2):after {
	content: 'Thông minh';
}
.ss-mission .flickity-slider > .row:nth-child(3):after {
	content: 'Hiện đại';
}
.ss-mission .flickity-slider > .row:hover:after {
	content: none;
}
.ss-mission .flickity-slider .row:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #fafafa;
	transform: translateX(1px);
}
.ss-mission .flickity-slider:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #170808;
	opacity: 0.3;
	z-index: -1;
}
.ss-mission .flickity-page-dots {
	bottom: -25px !important;
	display: none;
}
.ss-power p {
	font-size: 14px;
}
.ss-contact-address .item .col-inner {
	box-shadow: 1px 0px 4px 0px #21216d;
	border: 1px solid #333;
	padding: 15px;
	border-radius: 8px;
}
.ss-contact-address .item .col-inner h3 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 4px;
}
.ss-contact-address .item .col-inner p {
	font-size: 14px;
}
.ss-contact-address .item .col-inner a {
	margin-bottom: 0;
}
.ss-form-contact form {
	margin-top: 30px;
	margin-bottom: 0;
}
.ss-form-contact form label {
	font-size: 16px;
	font-weight: 600;
}
.ss-form-contact form label span {
	color: red;
}
.ss-form-contact form input, .ss-form-contact form textarea {
	min-height: 40px;
	border-radius: 6px;
	border: 1px dashed #21216d;
	box-shadow: none !important;
	background: #80808012;
}
.ss-form-contact form textarea {
	min-height: 120px;
}
.ss-form-contact form .wpcf7-submit {
	margin-bottom: 0;
}
.ss-form-contact .form-2-column {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}
textarea {
	resize: vertical;
}
b, strong {
	font-weight: bold;
}
.back-to-top {
	height: 74px;
	width: 74px;
	background-color: rgba(255, 167, 0, 0.3) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	position: relative;
	border: 0 !important;
	transition: all 0.25s ease;
}
.back-to-top:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #ffa700;
	opacity: 0.4;
	width: 55px;
	height: 55px;
	transition: all 0.25s ease;
}
.back-to-top:before {
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #ffa700;
	opacity: 0.7;
	width: 40px;
	height: 40px;
	transition: all 0.25s ease;
}
.back-to-top:hover {
	background-color: #0001 !important;
}
.back-to-top:hover:after {
	background-color: #0006 !important;
}
.back-to-top:hover:before {
	background-color: #000 !important;
}
.header-nav .sub-menu {
	display: flex;
	flex-direction: column;
	min-width: 250px;
}
.header-nav .sub-menu li {
	width: 100%;
}
.header-nav .sub-menu li a {
	text-transform: none;
	font-weight: 600;
}
.header-nav .sub-menu .menu-item-has-children {
	position: relative;
}
.header-nav .sub-menu > .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
	display: block;
	opacity: 1;
}
.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}
.mb-3{
	margin-bottom: 30px;
}


@media (max-width: 998px) {
	.ss-mission .flickity-page-dots {
		display: block;
	}
	.ss-mission .flickity-slider {
		background-image: none;
	}
	.ss-mission .flickity-slider > .row .col {
		opacity: 1;
	}
	.ss-mission .flickity-slider > .row:after, .ss-mission .flickity-slider .row:before {
		content: none !important;
	}
	.ss-pd {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}
	.product-single-edit .product-main {
		padding: 15px 0;
	}
	.product-single-edit .product-info {
		padding-bottom: 0;
	}
}
@media (max-width: 580px) {
	.ss-hover{
		.bg-overlay-add{
			.overlay, .hover-zoom-in{
				opacity: 1;
			}
		}
	}
	.shop-page-title .flex-grow {
		gap: 8px;
		flex-direction: column;
	}
	.ss-form-contact .form-2-column {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.ss-video-highlight .banner-grid .grid-col-1 {
		height: 300px !important;
	}
	h2.section-title-center .section-title-main {
		font-size: 18px;
	}
	.shop-page-title h1 {
		font-size: 18px;
	}
}
