/* @font-face {
font-family: 'ArialCustom';
src: url('/wp-content/themes/flatsome-child/font/ARIAL.TTF') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'ArialCustom';
} */
:root{
	--primary-color: #f51818;
}
.box-image img,
.searchform .button.icon {
	background: var(--primary-color);
}
.off-canvas .sidebar-menu {
	background: #fff;
}
.off-canvas .nav-vertical>li>a {
	color: #000;
}
h2 {
	font-size: 30px !important;
	position: relative;
	display: inline-block; 
	padding-bottom: 12px;
}

h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);

	width: 20%;
	height: 4px;
	background: #ff3b3b;
	border-radius: 10px;
}
#comments .comment-respond {
	display: none;
}
.section .row {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* KHUNG TỔNG */
.kb1 .tabbed-content {
	/*     background: linear-gradient(90deg, #2cb7df 0%, #5b8df2 100%); */
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #cbcbcb;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

/* MENU TAB */
.kb1 .nav {
	display: flex;
	gap: 10px;
	margin-bottom: 0;
	padding: 0;
}

.kb1 .nav li {
	flex: 1;
	margin: 0 !important;
}

.kb1 .nav li a {
	background: #00000014;
	color: var(--primary-color);
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 10px;
	display: block;
	transition: all .3s ease;
}

/* TAB ACTIVE */
.kb1 .nav li.active a {
	background: var(--primary-color);
	color: #fff;
}

/* KHUNG CONTENT */
.kb1 .tab-panels {
	border: 1px solid rgba(255,255,255,0.8);
	margin: 5px 5px -25px;
	padding: 10px 10px;
}

/* ROW */
.kb1 .tab-panels .row {
	align-items: center;
}

/* ẢNH */
.kb1 .img-inner {
	border-radius: 0;
	overflow: hidden;
}

.kb1 .img-inner img {
	object-fit: cover;
	width: 100%;
}

/* TEXT */
.kb1 .panel p {
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.kb1 .panel p strong,
.kb1 .panel p b {
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin-top: 10px;
}

/* TITLE ĐẦU */
.kb1 .panel p:first-child strong {
	font-size: 20px;
	margin-bottom: 15px;
}

/* MOBILE */
@media (max-width: 849px){

	.kb1 .nav {
		gap: 5px;
	}

	.kb1 .nav li a {
		font-size: 16px;
		padding: 12px 5px;
	}

	.kb1 .tab-panels {
		padding: 20px 15px;
		margin: 0 10px;
	}

	.kb1 .panel p {
		font-size: 16px;
	}

	.kb1 .panel p strong,
	.kb1 .panel p b {
		font-size: 24px;
	}

	.kb1 .panel p:first-child strong {
		font-size: 28px;
	}

	.kb1 .col.medium-6 {
		padding-bottom: 0;
	}
}/* ===== SECTION ===== */
.service {
	padding: 40px 0;
}

.service .section-content {
	/*     max-width: 1280px; */
	margin: auto;
}

/* reset gutter của Flatsome */
.service .row .col {
	padding: 0 8px;
}

/* ===== CỘT ===== */
.service .text,
.service .img-col {
	display: flex;
}

/* ===== BOX TEXT ===== */
.service .text .col-inner {
	background: #f5f5f5;
	padding: 40px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/* ===== TITLE ===== */
.service h2 {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.service h3 {
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #111;
}

/* ===== CONTENT ===== */
.service p {
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 5px;
	color: #222;
}

.service ul {
	margin: 0px 0 10px;
	padding-left: 15px;
}

.service ul li {
	margin-bottom: 12px;
	line-height: 1.8;
}

/* ===== BUTTON ===== */
.service .button {
	margin-top: auto;
	width: fit-content;
	background: #ff1f1f;
	border: none;
	border-radius: 10px !important;
	padding: 5px 30px;
	min-height: unset;
	box-shadow: none;
}

.service .button span {
	line-height: normal !important;
	font-size: 17px;
	font-weight: 600;
}

/* ===== IMAGE ===== */
.service .img {
	width: 100%;
	height: 100%;
}

.service .img-inner {
	height: 100%;
	padding-top: 0 !important;
}

.service .img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ===== ĐỒNG ĐỀU CHIỀU CAO ===== */
.service .row > .col {
	display: flex;
}

.service .row > .col > .col-inner {
	width: 100%;
	height: 100%;
}

/* ===== MOBILE ===== */
@media (max-width: 849px) {

	.service .row {
		flex-direction: column;
		margin-bottom: 25px;
	}

	.service .text .col-inner {
		padding: 25px;
	}

	.service h2 {
		font-size: 28px;
	}

	.service h3 {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.service p,
	.service li {
		font-size: 15px;
		line-height: 1.7;
	}

	.service .img-inner {
		min-height: 320px;
	}
}
.slider-nav-light .flickity-page-dots .dot {
	background: var(--primary-color);
	border-color:  var(--primary-color) !important;
}
/* Khu vực tổng */
.solieu{
	margin-top: 60px;
}

/* Tiêu đề */
#col-1682313967 h2{
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
	color: #001634;
	margin-bottom: 70px;
	letter-spacing: -1px;
}

/* Chia 4 cột */
.solieu > .col{
	text-align: center;
}
.solieu > .col:after {
	content: "";
	position: absolute;
	right: 0;
	top: 40px;
	width: 1px;
	height: 70px;
	background-color: var(--primary-color);
}
/* Số liệu */
.solieu .text p{
	margin: 0;
	font-size: 40px;
	line-height: 1;
	font-weight: 800;
	color: #001634;
	letter-spacing: -2px;
}

/* Tiêu đề bên dưới */
.solieu .text h3{
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Khoảng cách giữa các cột */
.solieu .col-inner{
	padding: 10px;
}

/* Responsive */
@media (max-width: 849px){
	.sp {
		padding-left:0 !important;
		padding-right: 0 !important;
	}

	#col-1682313967 h2{
		font-size: 34px;
		margin-bottom: 40px;
	}

	.solieu .text p{
		font-size: 30px;
	}

	.solieu .text h3{
		font-size: 15px;
		letter-spacing: 1px;
	}

	.solieu > .col{
		margin-bottom: 35px;
	}
}
@media (max-width: 549px){
	h2 {
		font-size: 23px !important;
	}
	.khacbiet .row.solieu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: -30px !important;
	}
}
/* ===== SECTION ===== */
.hotline {
	background: #f5f5f5;
	padding: 60px 0;
}

/* ===== ROW ===== */
.hotline .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* ===== CỘT ===== */
.hotline .row > .col {
	display: flex;
	align-items: center;
}

/* ===== ẢNH ===== */
.hotline .img {
	width: 100%;
}

.hotline .img-inner {
	text-align: center;
}

.hotline .img-inner img {
	width: 100%;
	max-width: 650px;
	height: auto;
	display: block;
	margin: auto;
}

/* ===== CỘT PHẢI ===== */
.hotline .text-center {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/* ===== TITLE ===== */
.hotline h2 {
	font-size: 54px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 25px;
	position: relative;
}

/* Gạch đỏ dưới title */
.hotline h2::after {
	content: "";
	width: 120px;
	height: 4px;
	background: #ff2a2a;
	display: block;
	margin: 18px auto 0;
	border-radius: 10px;
}

/* ===== TEXT ===== */
.hotline p {
	font-size: 27px;
	line-height: 1.8;
	color: #222;
	margin-bottom: 0;
}

/* ===== BUTTON ===== */
.hotline .button {
	margin: 30px auto 0;
	background: #ff1e1e;
	border: none;
	border-radius: 14px !important;
	padding: 10px 20px;
	min-height: unset;
	box-shadow: none;
	width: 100%;
	max-width: 80%;
	align-self: center;
}

.hotline .button span {
	font-size: 30px;
	font-weight: 700;
}

.hotline .button i {
	font-size: 30px;
	margin-top: -15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 849px) {

	.hotline {
		padding: 40px 0;
	}

	.hotline .row {
		flex-direction: column;
		gap: 30px;
	}

	.hotline .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}

	.hotline h2 {
		font-size: 30px;
	}

	.hotline h2::after {
		width: 80px;
		margin-top: 12px;
	}

	.hotline p {
		font-size: 18px;
		line-height: 1.7;
	}

	.hotline .button {
		padding: 12px 24px;
	}

	.hotline .button span {
		font-size: 24px;
	}

	.hotline .button i {
		font-size: 22px;
		margin-right: 8px;
	}

	.hotline .img-inner img {
		max-width: 100%;
	}
}

/* ===== GRID ===== */
.sp .products,
.sp .row-small {
	display: flex;
	flex-wrap: wrap;
}

/* ===== ITEM ===== */
.sp .product-small.col {
	padding: 0 10px 20px;
	display: flex;
}

/* ===== CARD ===== */
.sp .product-small .col-inner {
	width: 100%;
	height: 100%;
}

.sp .product-small .box {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all .3s ease;
	border: 1px solid #eee;
}

/* Hover */
.sp .product-small .box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* ===== IMAGE ===== */
.sp .box-image {
	width: 100%;
	height: 260px; /* set cứng chiều cao */
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.sp .box-image img {
	width: 100%;
	height: 260px; /* cùng chiều cao */
	object-fit: cover; /* ảnh không méo */
	display: block;
}

/* Ẩn hover image của Flatsome */
.sp .back-image {
	display: none !important;
}

/* ===== CONTENT ===== */
.sp .box-text {
	padding: 15px 10px 15px;
	text-align: center;
	flex: 1;
	display: block;
	align-items: center;
	justify-content: center;
}

/* ===== TITLE PRODUCT ===== */
.sp .product-title,
.sp .product-title a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #111;
	text-decoration: none;
	margin: 0;

	/* set đều chiều cao text */
	min-height: 25px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ===== FIX CHIỀU CAO ĐỒNG ĐỀU ===== */
.sp .product-small,
.sp .product-small .box,
.sp .product-small .col-inner {
	height: 100%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 849px) {

	.sp h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.sp .product-small.col {
		padding: 0 6px 15px;
	}

	.sp .product-title,
	.sp .product-title a {
		font-size: 15px;
		min-height: 44px;
	}

	.sp .box-text {
		padding: 14px 10px 18px;
	}
}
@media (max-width: 549px) {
	.sp .box-image img,
	.sp .box-image{
		height: 200px;
	}
	.sp .product-title, .sp .product-title a {
		min-height: 40px;
	}
}
/* Liên hệ */
.contact-price {
	text-align: center;
	margin-top: 10px;
}

.contact-price span {
	display: inline-block;
	background: #ff1e1e;
	color: #fff;
	padding: 8px 18px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.company-intro{
	display:flex;
	align-items:flex-start;
	gap:80px;
	position:relative;
		margin:auto;
	padding:30px 0px;
	margin-bottom: -100px;
}
.khacbiet .tangtruong {
	margin-bottom: -30px !important;
}
/* LEFT */

.company-left{
	width:50%;
	position:relative;
	min-height:700px;
}

.company-img-main{
	position:relative;
	z-index:3;
}

.company-img-main img{
    width: 100%;
    max-width: 60%;
    height: 500px;
    display: block;
    object-fit: cover;
    position: relative;
    bottom: 30px;
}

.company-img-small{
	position:absolute;
	right:185px;
	bottom:110px;
	z-index:1;
}

.company-img-small img{
    width: 100%;
    max-width: 100%;
    left: 120px;
    bottom: 20px;
    height: 480px;
    display: block;
    object-fit: cover;
    position: relative;
}
.company-img-large {
	position: absolute;
	z-index: 2;
}
.company-img-large img {
    width: 100%;
    max-width: 230px;
    height: 190px;
    left: 455px;
    bottom: 185px;
    display: block;
    object-fit: cover;
    position: relative;
}

/* RIGHT */

.company-right{
	width:35%;
}

.company-welcome{
	font-family:cursive;
	font-size:60px;
	color:#000;
	margin-bottom:10px;
	line-height:1;
}

.company-title{
	color:#c40000;
	font-size:52px;
	font-weight:800;
	text-transform:uppercase;
	line-height:1.15;
	margin-bottom:30px;
}

.company-content{
	font-size:17px;
	line-height:1.9;
	color:#333;
	margin-bottom:25px;
}

.contact-item{
	display:flex;
	align-items:flex-start;
	gap:12px;
	margin-bottom:12px;
}

.contact-icon{
	width:22px;
	flex:0 0 22px;
}

.contact-icon img{
	filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(6577%) hue-rotate(353deg) brightness(98%) contrast(97%);
	width:22px;
	height:auto;
}

.contact-text p{
	margin:0;
	line-height:1.7;
}

.company-button{
	margin-top: 35px;
	color: #ffffff;
	font-weight: 800;
	background: var(--primary-color);
	padding: 10px 20px;
	border-radius: 5px;
	width: 100%;
	max-width: 35%;
	text-align: -webkit-center;
}

.company-button a,
.company-button .button{
	background:#f7ad00;
	color:#000;
	padding:18px 45px;
	text-decoration:none;
	display:inline-block;
	font-size:20px;
	font-weight:500;
	border:none;
	border-radius:0;
}
.cohoi .box-image img {
	width: 100%;
	max-width: 60%;
}
/* Responsive */

@media(max-width:549px){
	.cohoi .box-text-inner {
		font-size: 12px;
	}
	.khacbiet {
		padding-top: 0 !important;
	}
	.section .row {
		margin-bottom: 0 !important;
	}
	.company-button {
		max-width: 45%;
	}
	.company-intro{
		flex-direction: column;
		gap :130px;
		margin-bottom: -30px;
	}

	.company-left,
	.company-right{
		width:100%;
	}
	.company-left{
		min-height:auto;
		padding-bottom:250px;
		position:relative;
		padding:0;
	}

	.company-img-small{
		display: none;
	}

	.company-frame{
		display: none;
	}
	.company-img-main img{
		width: 100%;
		max-width: 85%;
		height: 300px;
		left: 0;
		bottom: 0;
		display: block;
		object-fit: cover;
		position: relative;
	}
	.company-img-small img{
		width: 100%;
		height: 150px;
		object-fit:cover;
		/* 		border:8px solid #fff; */
		box-shadow:0 5px 20px rgba(0,0,0,0.15);
		display:block;
	}
	.company-img-large {
		position: absolute;
		z-index: 4;
	}
	.company-img-large img {
		width: 100%;
		max-width: 230px;
		left: 130px;
		bottom: 110px;
		display: block;
		object-fit: cover;
		position: relative;
	}

	.company-title{
		font-size:34px;
	}

	.company-welcome{
		font-size:42px;
	}
}
.feedback-wrap{
	display:flex;
	gap:24px;
	flex-wrap:wrap;
}

.feedback-card{
	width:380px;
	background:#fff;
	border:1px solid #dcdcdc;
	border-radius:20px;
	padding:30px;
	position:relative;
	overflow:hidden;
	box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.feedback-card:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:100%;
	background: var(--primary-color);
}

.feedback-stars{
	color:#ffb400;
	font-size:22px;
	margin-bottom:20px;
	letter-spacing:3px;
}

.feedback-content{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	min-height: 45px;
	font-size: 20px;
	line-height: 1.8;
	color: #2b3b55;
	font-style: italic;
	margin-bottom: 35px;
	min-height: 250px;
}

.feedback-user{
	display:flex;
	align-items:center;
	gap:15px;
	border-top:1px solid #e5e5e5;
	padding-top:20px;
}
.feedback-avatar img{
	width:65px;
	height:65px;
	border-radius:50%;
	object-fit:cover;
}

.feedback-info h3{
	margin:0;
	font-size:20px;
	color:#0b1c39;
	font-weight:700;
}

.feedback-info span{
	color:#7b8aa0;
	font-size:15px;
}
