/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: Nhan
Template: flatsome
Version: 3.19.7
*/
@import url("./fonts/stylesheet.css");
body {
	font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Regular", sans-serif;
}
/* .header-nav a.nav-top-link {
	font-family:'Noto Regular',sans-serif!important;
} */
.footer-wrapper{
	font-size:14px!important;
}
i.image-icon{
	padding-left:10px;
}
.children li a{
	gap:10px;
}

/* Cusotm input type file */
.custom-file-upload-wrapper {
  margin-bottom: 20px;
}
.wpcf7-form{
	padding-bottom:30px!important;
}
.custom-upload-label {
  display: block;
  background-color: #5271FF;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}

.custom-upload-label.secondary {
  background-color: #181C3E;
}

.custom-upload-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.custom-upload-label:hover {
  background-color: #3E5BD6;
}

.custom-upload-label.secondary:hover {
  background-color: #252B5A;
}

.file-name {
  display: block;
  font-size: 14px;
  color: #e0e0e0;
  word-break: break-word;
}
/* End */
#top-bar,
.nav-dropdown {
	background: var(--fs-color-secondary);
}
.header-language-dropdown a {
	font-size:0px!important;
}
.header-language-dropdown .nav-dropdown-default.dark {
	display:flex!important;
	flex-direction:column;
	min-width:60px!important;
	padding:10px!important;
}
.header-language-dropdown .nav-dropdown-default.dark li{
	display:inline-block!important;
}
.entry-title {
	font-size: 2em;
}
.form-custom-k .wpcf7 input,
.form-custom-k .wpcf7 textarea,
.form-custom-k .wpcf7 select {
	width: 100%;
	padding: 15px;
	border-radius: 6px;
	border: none;
	box-shadow:none;
	margin-bottom: 15px;
	background: #fff;
	font-size: 16px;
	color: #333;
	margin-top:8px;
}

.form-custom-k .wpcf7 input::placeholder {
	color: #ccc;
}

.form-custom-k .wpcf7-spinner{
	display:none;
}
.form-custom-k .wpcf7-submit {
	background-color: var(--fs-color-primary)!important;
	color: #fff!important;
	border: none;
	padding: 5px 15px!important;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
}
.section-title-normal {
	border-bottom:none;
}
.section-contact-form-k {
	padding-bottom:30px!important;
}
/* End Form */
.entry-category {
	font-size: 1.1em;
	text-transform: none;
}

.category-title {
	text-transform: uppercase;
	font-size: 2em;
}

.phone-bar a {
	background: #ba0909;
}
.item-topbar .col-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.item-topbar p,
.item-topbar a {
	white-space: nowrap;
}

.item-topbar a {
	padding: 0 5px;
	font-size: 13px;
	min-height: 20px;
	height: 20px;
	line-height: 0;
	color: var(--primary-color) !important;
	background-color:transparent!important;
}
.item-topbar a:hover{
	background-color: rgb(249, 249, 249) !important;	
}
.top-divider {
	border-top: 2px solid !important;
}

.sliderHome h2 {
	line-height: 1.3;
	font-weight: 400 !important;
}

.textWelcome p {
	letter-spacing: 6px;
}

.sliderHome .button span {
	font-size: 12px;
}

.sliderHome .flickity-page-dots {
	bottom: 120px;
}

.imgAbousUs img {
	border-radius: 8px 0 0 8px;
}

.boxShadow {
	box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
	-moz-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
	-webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
}

/* .itemLinhVuc .col-inner {
box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
-moz-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
-webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
border-radius: 8px;
position: relative;
overflow: hidden;
} */

.itemLinhVuc .col-inner .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 3;
	-webkit-line-clamp: 2;
	margin-bottom: 15px;
}
.itemLinhVuc .col-inner .text p {
	margin-bottom: 0;
}
/* .itemLinhVuc .col-inner::after {
content: "";
position: absolute;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
opacity: 0;
background-color: var(--primary-color);
transition: all 0.3s ease-in-out;
} */

.itemLinhVuc .col-inner:hover::after {
	opacity: 1;
}

/* .itemLinhVuc .button {
letter-spacing: 4px;
} */

.button i,
button i {
	top: -0.5px;
}

.title h3 {
	position: relative;
}

.title h3::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	bottom: -15px;
	left: 50%;
	background-color: var(--primary-color);
	transform: translateX(-50%);
}

.title.text-left h3::after {
	left: 0;
	transform: translateX(0);
}

.itemLinhVuc img {
	filter: grayscale(100%) brightness(200%);
}
.itemLinhVuc a.is-link:hover{
	color:var(--fs-color-primary)!important;
	transform:scale(1.1);
}
.itemLinhVuc .img-inner{
	border: 2px solid var(--fs-color-primary);
	border-radius: 50%;
	padding: 20px;
}
.border-bottom-left {
	position: relative;
}

.border-bottom-left::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	bottom: -20px;
	left: 0;
	background-color: #fff;
}
.client-say-img .icon-box-img {
	align-items: center;
	display: flex;
	justify-content: center;
}
.iconChuyenMon .icon-box-text {
	padding-left: 2em !important;
}

.iconChuyenMon img {
	filter: brightness(2.5);
}

.divCountUp p {
	margin-bottom: 0;
	line-height: 1.5;
}

.divCountUp.white .count-up {
	color: #000;
}

.divCountUp.white .plus {
	position: absolute;
	top: 22px;
	color: #000;
}

.count-up {
	color: #fff;
	font-family: Playfair Display, sans-serif;
}

.rowTaiSao {
	border: 1px solid;
	width: 90%;
}

.filter-primary .fill img {
	filter: hue-rotate(45deg);
}

.menuContact i {
	color: var(--fs-color-secondary);
}

.newsletter P {
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsletter .wpcf7-spinner {
	display: none;
}

.newsletter input[type="email"]:focus,
.newsletter input[type="email"] {
	background-color: #373737;
	height: 63px;
	box-shadow: none;
	border: none;
	color: #e6e6e6;
}

.newsletter input[type="submit"] {
	height: 63px;
}

.contactHome .newsletter p {
	display: flex;
	justify-content: start;
	align-items: center;
}

.contactHome .newsletter input[type="email"]:focus,
.contactHome .newsletter input[type="email"] {
	background-color: #fff;
	height: 63px;
	box-shadow: none;
	border: none;
	color: #373737;
}

.colDangKy .col-inner {
	background: linear-gradient(to bottom right, var(--fs-color-secondary));
	border-radius: 8px;
}
.colDangKy .col-inner .text h3 {
	color: rgb(249, 249, 249)!important;
}
.colDangKy .wpcf7-form {
	background: var(249, 249, 249);
	padding: 20px;
	margin-bottom: 0;
	border-radius: 8px;
}

.blogsidebar .post-title {
	font-family: Poppins, sans-serif;
}

.blogsidebar .post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.post-sidebar {
	padding: 0 !important;
}

.blog-featured-title {
	background-image: url('../../uploads/2025/01/page-title-background-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
	.title h3::after {
		display: none;
	}
}
.footer-wrapper .ux-menu-link__link {
	color: rgb(249, 249, 249);

	text-transform: capitalize;
}
.section-title b {
	opacity: 0;
}
.footer-wrapper .ux-menu-link__link:hover {
	color: var(--primary-color);
}

#logo .header_logo,
.header-top .flex-left .nav {
	animation-name: fadeInLeftBig;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0s;
}

.header-nav,
.header-search .icon-search {
	animation-name: fadeInRightBig;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 0s;
}
.blog-featured-title .page-title-bg {
	background-color: rgba(102, 85, 10, 0.541);
}
.mfp-content {
	background: rgb(249, 249, 249);
}
.sidebar-menu ul li a {
	color: var(--fs-color-secondary);
}
.from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;           /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;              /* Đảm bảo đủ chiều cao dòng */
	max-height: 3em;
}
#post-list h5.post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;           /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;              /* Đảm bảo đủ chiều cao dòng */
	max-height: 3em;     
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@media screen and (max-width: 768px) {
	.blog-featured-title .page-title-inner {
		min-height: 200px !important;
	}
	.blog-wrapper.blog-archive .post-sidebar,
	.blog-wrapper.blog-single .post-sidebar{
		padding: 0 15px!important;
	}
	.section-contact-form-k{
		padding:0 15px;
	}
	.filter-primary{
		padding: 0 15px;
	}
	.rowTaiSao{
		padding:10px;
	}
}
}
