/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.form-register label {
	font-weight: 400;
	font-size: 14px;
}

.form-register input,
.form-register textarea {
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
} 

.wpcf7-radio input {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 2px;
}

.wpcf7-radio label {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 15px;
}

.form-register .sub {
	position: relative;
}

.form-register .sub input {
	width: 100%;
	margin-bottom: 0;
}

.form-register .sub .wpcf7-spinner {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate( -50%, -50%);
}

*:not(i, .ab-icon, .dashicons, p) {
	font-family: 'Helvetica', sans-serif !important;
}
/* 
p {
	font-family: 'Roboto', sans-serif;
} */

/*Header*/
.nav-right {
	gap: 50px;
}

/*Home*/
.border {
	border-radius: 10px;
}

.border-image img {
	border-radius: 10px;
}

.hero-banner {
	margin-top: -100px;
	z-index: 0;
}

.hero-button {
	background: none;
	padding: 0;
	animation: bounce 2.3s ease infinite;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
}

.hero-button .icon-angle-down {
	margin: 0 !important;
}

.hero-button:hover {
	box-shadow: none !important;
}

.hero-title {
	position: absolute;
	bottom: 40%;
}

@keyframes bounce {
     0% {
    transform: scale(1, 1) translateY(0);
}
10% {
    transform: scale(1.1, .9) translateY(0);
}
30% {
    transform: scale(.9, 1.1) translateY(-20px);
}
50% {
    transform: scale(1, 1) translateY(0);
}
57% {
    transform: scale(1, 1) translateY(-7px);
}
64% {
    transform: scale(1, 1) translateY(0);
}
100% {
    transform: scale(1, 1) translateY(0);
}
    }

.section-content {
	z-index: 1;
}


#masthead{
	background: linear-gradient(180deg, rgb(0 0 0 / 77%), rgb(0 0 0 / 8%));
}

.value .col-inner {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.value .col-inner .icon-box {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border: 1px #DEDEDE solid;
	border-radius: 10px;
	flex: 1 1 calc(20% - 10px);
}

.home-image img {
	border-radius: 10px;
}

/*Linh vuc*/
.project-slider-container .flickity-button{
	display: none;
}

.project-slider-container .box-image {
	padding: 20px;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px
}

.box-image .project-slider {
	height: 100px;
	object-fit: contain;
}

.row-large>.col, .row-large>.flickity-viewport>.flickity-slider>.col {
	padding: 0 60px 60px;
}

/*Hanh Trinh*/
.line {
	background: #333F50;
}

.post-title {
	color: #14557B;
	font-size: 32px;
}

.box-text {
	vertical-align: top !important;
}

.box-text .button{
	font-size: 16px;
	text-transform: none;
}

/*Footer*/
footer ul li a span:hover {
	color: #14557B !important;
	transition: 0.4s;
}

/* Tablet: 3 item hàng 1, 2 item hàng 2 */
@media (max-width: 1024px) {
  .value .col-inner .icon-box {
    flex: 1 1 calc(33.33% - 10px); /* 3 item một hàng */
  }
	.post-title {
	font-size: 28px;
}
}

/* Điện thoại: 2 item 1 hàng */
@media (max-width: 768px) {
  .value .col-inner .icon-box {
    flex: 1 1 calc(100% - 10px); /* 2 item một hàng */
  }
	.post-title {
	font-size: 20px;
	}
	.hero-button {
		left: 44%;
	}
}