/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url("./fonts/style-typography.css");
:root {
	--text-color: #032b48;
	--background-color: #e25629;
}
.section-gt .video{
	padding-top:0!important;
}
#masthead {
	box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
}
.nav-dropdown.nav-dropdown-bold > li > a:hover {
	background-color: var(--fs-color-secondary) !important;
	color: #fff !important;
}
.large-columns-3 .post-item .col-inner,
.large-columns-4 .post-item .col-inner {
	overflow: hidden;
	border-radius: 12px;
}
.btn-none-hover,
.btn-none-hover:hover {
	margin: 0px 0px 16px 0px;
	padding: 0px 25px;
	background-color: #e2562945 !important;
	border-radius: 25px;
	border: none !important;
	cursor: auto;
}
.btn-none-hover span {
	color: var(--background-color);
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
}
.section-title b {
	opacity: 0;
}
.box-blog-post .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Số dòng muốn hiển thị */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.section-title-normal,
.section-title-normal span {
	border-bottom: none;
}
.section-banner-home {
	background-color: transparent;
	background-image: linear-gradient(
		180deg,
		#fff 0%,
		var(--fs-color-primary) 100%
	);
}
/* .section .img-inner img {
border-radius: 25px;
} */
.section-banner-home p {
	font-size: 29px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: -0.1px;
	word-spacing: 0px;
	color: var(--text-color);
}
.section-banner-home .text-dh {
	z-index: auto;
	font-family: 'Great Vibes', cursive;
	font-weight: bolder;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: 2.9px;
	word-spacing: 0px;
	font-size:36px;
}
.stack-custom-lt {
	align-items: stretch !important;
}
.stack-custom-lt .row {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}
.stack-custom-lt .row .col {
	padding: 15px;
}
.stack-custom-lt .row .col-inner {
	padding: 36px 12px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.2);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.custom-accordion i {
	display: none;
}
.custom-accordion .accordion-title {
	text-align: left;
	background-color: #fff;
	margin-bottom: 10px;
	border-top: none;
}
.custom-accordion .accordion-title.active {
	background-color: #fff;
	border-color: var(--fs-color-primary);
	color: var(--text-color);
	font-weight: 500;
}
.custom-accordion .accordion-inner {
	text-align: left;
}
.section-lt {
	background-image: url("../../uploads/2025/05/bg-circles5.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 28vw auto;
}
/*----------------------- Start css Custom img box -------------------------*/
.custom-img-box .box-image {
	padding: 20px;
}
.custom-img-box .box-image img {
	filter: invert(1);
}
.custom-img-box .box-image > div:hover img {
	filter: invert(0.5);
	cursor: pointer;
}
.custom-img-box .box-image > div {
	background-color: var(--background-color);
	border-radius: 50%;
	padding: 10px;
}
.custom-img-box.graduate .box-image > div {
	padding: 15px;
}
.custom-img-box.school .box-image > div {
	padding: 16px;
}
.custom-img-box.like .box-image > div {
	padding: 18px;
}
.custom-img-box .box-text {
	padding: 0 10px !important;
}
.custom-img-box .box-text h4 {
	font-size: 36px;
}
.custom-img-box .box-text p {
	font-size: 14px;
	font-weight: 500;
}
.custom-img-box-ct {
	animation: fadeInLeft 2s ease-in-out;
}
.custom-img-box-ct img {
	padding: 20px;
}
.custom-img-box-ct .box-text {
	color: #333 !important;
}
.custom-img-box-ct .box-text h4 {
	color: var(--text-color);
}
.stack-custom-lt > .row > .col {
	cursor: pointer;
	min-height: 300px;
}
.stack-custom-lt > .row > .col::after {
	content: "";
	position: absolute;
	top: -45px;
	right: -48px;
	width: 28%;
	height: 100%;
	background-image: url("../../uploads/2025/05/right-arrow.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.6;
}
.stack-custom-lt > .row > .col::before {
	content: "01.";
	display: flex;
	position: absolute;
	top: 60px;
	right: 21px;
	width: 40px;
	height: 40px;
	z-index: 1;
	color: #333 !important;
	border: 1px solid #ebebeb;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.stack-custom-lt > .row > .col.two::before {
	content: "02.";
}
.stack-custom-lt > .row > .col.three::before {
	content: "03.";
}
.stack-custom-lt > .row > .col.four::before {
	content: "04.";
}
.stack-custom-lt > .row > .col.last-child::before {
	content: "05.";
}
.stack-custom-lt > .row > .col.last-child::after {
	width: 0%;
}
.stack-custom-lt > .row > .col:hover .col-inner {
	background-color: var(--background-color);
	color: #fff;
	z-index: 2;
}
.stack-custom-lt > .row > .col:hover .text-lt {
	display: block;
}
.stack-custom-lt > .row > .col:hover .custom-img-box-lt {
	display: none;
}
.text-lt {
	font-size: 14px;
	display: none;
	font-weight: 500;
}
.text-lt h4 b {
	font-size: 16px;
	color: #fff;
}
/* End custom img box all */
.tablepress caption {
	display: none;
}
thead th,
tbody td {
	padding-left: 10px !important;
}

/* ẨN COMMENT */
.entry-author,
#comments {
	display: none;
}
/* END  */
/* td[rowspan] {
vertical-align: middle;
text-align: center;
} */
.title-divider::after {
	content: "";
	position: relative;
	border-bottom: 2px solid var(--fs-color-secondary);
	min-width: 60px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select {
	width: 100%;
	max-width: 100%;
	border: 1px solid #69727d;
	background-color: transparent;
	color: #1f2124;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 4px;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
	height: 40px;
}
input[type="submit"] {
	background-color: var(--fs-color-secondary) !important;
	border-radius: 4px;
}
.wpcf7-spinner {
	display: none;
}
.post-sidebar,
.right-sidebar-contact-form > .col,
.right-sidebar-news-blog > .col {
	padding: 0 !important;
}
.right-sidebar-contact-form {
	border: 0.5px solid #ebebeb;
	border-radius: 5px;
	/* padding: 10px 20px; */
}
.right-sidebar-contact-form .section-title-container,
.right-sidebar-news-blog .section-title-container {
	margin-bottom: 0;
}
.right-sidebar-contact-form .text,
.right-sidebar-contact-form .ux-menu,
.right-sidebar-contact-form .wpcf7 {
	padding: 0 15px;
}
.right-sidebar-contact-form .text p {
	margin-bottom: 0;
	font-size: 14px;
}
.right-sidebar-contact-form .ux-menu {
	align-items: center;
	font-size: 24px;
	color: var(--fs-color-secondary);
	font-weight: 600;
}
.blog-wrapper.blog-single .row-divided > .col + .col:not(.large-12) {
	border-left: none;
}
.right-sidebar-contact-form h4 {
	background-color: var(--fs-color-secondary);
	padding: 10px 0;
	color: #fff;
}
.right-sidebar-contact-form h4 span {
	font-size: 16px !important;
}
.right-sidebar-news-blog {
	margin-top: 30px;
	border: 0.5px solid #ebebeb;
	border-radius: 5px;
}
.right-sidebar-news-blog h4 {
	background-color: var(--fs-color-secondary);
	padding: 10px 0;
	color: #fff;
}
.right-sidebar-news-blog .post-item {
	padding-bottom: 0;
}
.right-sidebar-news-blog .post-item .col-inner {
	padding: 15px;
	border-bottom: 0.5px solid #ebebeb;
}
.right-sidebar-news-blog .post-item .post-title {
	font-size: 14px;
}
.right-sidebar-news-blog .box-text {
	padding: 0 10px;
}
.blog-wrapper.blog-archive .image-cover {
	padding-top: 75% !important ;
}
/* .banner-custom img{
object-position: 50% 27%!important;
} */
.section-footer .container.section-title-container {
	margin-bottom: 0 !important;
}
.custom-stack-dh > .row {
	flex: 1;
}
@media screen and (max-width: 768px) {
	.custom-img-box .box-image {
		width: 30% !important;
	}
	.custom-img-box .box-text p {
		font-size: 16px;
		font-weight: 500;
	}
	.custom-img-box-ct .box-image {
		width: 30% !important;
	}
	.stack-custom-lt {
		display: flex;
		flex-direction: column;
	}
	.stack-custom-lt > .row > .col::after {
		width: 0;
	}
	.custom-img-box-lt img {
		width: 50% !important;
	}
	.custom-img-box-lt h4 {
		font-size: 16px;
	}
	.pb-0 .col {
		padding-bottom: 0;
	}
	.right-sidebar-contact-form > .col .col-inner,
	.right-sidebar-news-blog > .col .col-inner {
		padding: 0 30px !important;
	}
	.right-sidebar-news-blog .post-item .col-inner {
		padding: 15px 10px !important;
	}
	.right-sidebar-news-blog .box-text {
		padding: 10px 0;
	}
	.right-sidebar-news-blog .image-zoom.image-cover {
		padding-top: 75% !important;
	}
	.custom-stack-dh {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.custom-stack-dh .box-image {
		width: 100% !important;
	}
	.custom-stack-dh .profile-dh .box-image {
		width: 30% !important;
	}
	.custom-stack-dh .box-text-inner {
		font-size: 18px;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.row-col-p-t {
	.col {
		.col-inner {
			padding: 20px 10px;
			height: 100%;

		}
		&:hover .col-inner {
			cursor:pointer;
			background-color: var(--primary-color);
			.text {
				h3 {
					color:#fff!important;
				}
				p {
					color:#fff!important;
				}
			}
		}
	}
	.bg-xam .col-inner {
		background-color: rgb(242, 242, 242);
	}
	.bg-xam-den .col-inner {
		background-color: #636569;
	}
	.bg-xam-vua .col-inner {
		background-color: #dadada;
	}
	.bg-xam-dam .col-inner {
		background-color: #c4c4c4;
	}
}
.custom-title .section-title-main, .page-title span {
	position: relative;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 24px;
}

.custom-title .section-title-main::after, .page-title span::after {
	background-color: var(--primary-color);
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60%;
}

.custom-according .accordion-item {
	background-color: var(--fs-color-secondary);
	.accordion-inner {
		background:var(--fs-color-primary);
	}
	i {
		color:#fff!important;
	}
	span {
		color:#fff!important;
	}
	p {
		color:#fff!important;
	}
	.accordion-title.active {
		color: white;
	}
}