/*
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;
} */

body{

	font-family: "Huninn", sans-serif;
	font-weight: 400;
	font-style: normal;

}
.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: black !important;
}
.large-columns-3 .post-item .col-inner,
.large-columns-4 .post-item .col-inner {
	overflow: hidden;
	border-radius: 12px;
}
.header-nav-main.nav-line-bottom > li > a:before{
	    background-color: #f4bc43 !important;
}
.is-divider {

    margin-bottom: 2rem !important;
}
.gallery-img .box-image img{
	    height: 85px;
    object-fit: cover;
}
.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 white;
    background-color: transparent;
    color: white;
	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;
    color: var(--primary-color);
    text-align: center;
    display: flex;
    margin: auto;
}
.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);
	}
}
.header-main .nav > li > a {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#header-contact a{
	color: black;
	font-size: 16px;
}
.ux-search-submit.submit-button{
	background: var(--primary-color);
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-nav.header-nav-main{
	GAP: 30PX;
}
.txt-uppercase{
	line-height: 1.5 !important;
	letter-spacing: 5.25px;
}
.txt-uppercase strong{
	font-size: 40px;
	text-transform: capitalize;
}

.row-icon-box-home .col-inner{
	background-color: transparent;
/* 	background-image: linear-gradient(180deg, #fff 0%, var(--fs-color-primary) 100%); */
	padding: 20px;
	background: var(--fs-color-success);
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}
.row-icon-box-home .col-inner:hover{
	transform:scale(1.1);
	transition: all 0.5s ease-in-out;

}
.btn-color{
	background:  #030387 !important;
}
.row-icon-box-home .icon-box{
	display: flex;
	align-items: center;
}
.row-icon-box-home .icon-box h3{
	color: black;
	font-size: 2.5rem;
	margin: 0;
}
.row-icon-box-home .icon-box p{
	color: white;
	font-size: 16px;
	margin-bottom: 1rem;
}
.section-title-container{
	margin:0;
}
.row-4-number h2{
	font-size: 72px;

	    color: #030387;
	margin: 0;
}
.row-4-number h3{
	font-size: 36px;

	color: #808080;
	margin: 0;
}
.slider-camnhan .icon-box-img img{
	    border-radius: 99px;
}
.sec-camnhan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: var(--primary-color);
    display: block;
}
.sec-camnhan .row.row-collapse{
	    background: white;
    padding: 40px;
    border: 2px solid var(--fs-color-secondary);
    border-radius: 8px;
}
@media screen and (max-width: 768px) { 
	.txt-uppercase strong{
		font-size: 25px;
		text-transform: capitalize;
	}
	.txt-uppercase p{
		font-size: 13px;
	}
}
.wpcf7-form-control-wrap input {
    border: 2px solid var(--fs-color-success);
    background: white;
}
select {
    -webkit-appearance: auto !important;

    background: url(https://ktech1.k-tech-services.com/info288/wp-content/uploads/2025/07/32195.svg);
}
.acc-page 	.row .col{
	    background: #8097b63d;
    padding: 10px;
    border-radius: 8px;
}
.acc-page 	.row .col .col-inner p { 
	    margin: 0;
}
.accordion-title {
    border: none;
    background: var(--fs-color-primary);
    margin-bottom: 1rem;
    border-radius: 8px;
    color: white !important;
}
.accordion-title.active {
   background: var(--fs-color-primary);
 margin:0;
    border-radius: 8px;
    color: white !important;
}
.simple-breadcrumb {
    FONT-SIZE: 26PX;
    position: absolute;
    top: 1%;
    z-index: 999;
    color: white;
    left: 8%;
}
.simple-breadcrumb a{
   color: white;
}
.simple-breadcrumb a:hover{
	color:#F4BC43;
}
@media screen and (max-width: 768px) {
	.simple-breadcrumb {
    FONT-SIZE: 26PX;
    position: absolute;
    top: 10px;
    z-index: 999;
    color: white;
    left: 12%;
}
	
}