/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

.glink.nturl span {
	color: #fff!important;
}
.btn_tu_van a{
	background: linear-gradient(90deg, #07417e, #00244a, #033870);
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	border-radius: 20px;
	display:block;
}
.btn_tu_van i{
	margin-right: 5px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}  
.btn_tu_van a,.btn_tu_van a:hover{
	color:#fff;
}
.chinhsach ul {
	list-style: none;
	margin-left: -15px;
}
.chinhsach ul li:before {
	content: "\f06b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	font-size: 16px;
	color: red;
	display: inline-block;
} 
.anh-trang img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.tab-mb .nav-tabs>li.active>a {
	border-top-color: #bba378;
	background: #bba378;
}
.icon-1 .col-inner {
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-bottom: 3px solid #bba378;
	padding: 20px 20px 5px;
	height: 100%;
}
.text1 h3{
	width: max-content;
	text-align: center;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	font-family: "Prata", serif !important;
	font-size: 26px;
	margin-bottom: 0;
}
.my-text-typing {
	animation: tp-typing 4s steps(20) infinite;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px 0 0;
	margin: 0;
	border-right: 0.15em solid #fff;
}
@keyframes tp-typing {
	0% {
		width: 0;
	}
	50% {
		width: 100%;
	}
	55%, 65%, 75% {
		opacity: 1;
	}
	60%, 70% {
		opacity: 0;
	}
	80% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
.sec-form .form-ft {
	border: 0;
	border-radius: 0;
	padding: 0 !important;
	/* background-color: #554927; */
	background-image: none;
	/* background-position: bottom center; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* color: #fff; */
}
.sec-form  .form-ft input[type=submit] {
	background-color: #ff2a1a !important;
	width: 100%;
}





.wpcf7-spinner {
	display: none;
}
.form-ft i {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 1;
	font-size: 15px;
	color: #333;
}
.form-ft .col {
	padding: 0 15px 10px;
}
.form-ft input, .form-ft select{
	height: 45px;
	box-shadow: none;
	border-radius: 4px;
}
.form-ft  input[type=submit]{
	background-color: #ff2a1a!important;
}
.form-ft {
	border: 5px solid #bba378;
	border-radius: 30px 0 30px 0;
	padding: 25px 45px 30px !important;
	/* background-color: #554927; */
	background-image: url(/wp-content/uploads/2025/10/ngha_v_mt_tam_l_va_cm_xuc_ca_mau_xanh_than1.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.form-ft h2{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.add-plus {
	position: fixed;
	z-index: 999;
	bottom: 0;
	font-size: 15px;
	right: 2%;
	cursor: pointer;
	letter-spacing: 1px;
	width: max-content;
	justify-content: flex-start;
	padding: 15px 25px;
	display: -webkit-flex;
	align-items: center;
	height: 45px;
	background: #ed1c24;
	color: #fff !important;
	bottom: 2%;
	border-radius: 99px;
	box-shadow: 0 0 0 rgba(255, 204, 0, 0.4);
	transform: scale(1.05);
	animation: comboShake 1.5s infinite;
}
.add-plus a{
	color: #fff !important;
}
@keyframes comboShake {
	0%, 100% { transform: scale(1) translateX(0); }
	10% { transform: scale(1.05) translateX(-3px); }
	20% { transform: scale(1.05) translateX(3px); }
	30% { transform: scale(1.05) translateX(-3px); }
	40% { transform: scale(1.05) translateX(3px); }
	50% { transform: scale(1.05) translateX(0); }
	60% { transform: scale(1) translateX(0); }
	100% { transform: scale(1) translateX(0); }
}
.pum-overlay.pum-overlay-disabled {
	visibility: unset;
}
@media only screen and (min-width: 1024px) {
	.pum-container.pum-responsive.pum-responsive-tiny {
		margin-left: 0;
		width: 23%;
		transform: translateX(-50%);
	}
}
#pum-950 .form-ft {
	padding: 35px 20px 30px !important;
}
.tabbed-content .nav-tabs>li {
	margin: 0 .1em 8px;
}






.absolute-footer {
	color: #fff !important;
}
@media only screen and (min-width: 320px) and (max-width: 860px){
	.absolute-footer {
		padding: 10px 0 90px;
	}
	.glink.nturl span {
		color: #111 !important;
	}
	.gtranslate_wrapper{
		display: grid;
	}
	.gtranslate_wrapper a{
		padding: 10px 0;
	}
	.btn_nn .glink.nturl span {
		display: none;
	}
	.btn_nn .gtranslate_wrapper a{
		padding: 0;
		line-height: 2;
	}
	.form-ft {
		padding: 25px 20px 30px !important;
	}
}
.hotline-phone-ring-wrap,.zalo-container{
	z-index:99;
}
@media only screen and (max-width:568px){
	.zalo-container{
		left:15px !important;
		bottom:100px !important;
	}
	.hotline-phone-ring-wrap {
		left: -19px !important;
		bottom: -15px !important;
	}
}