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

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", sans-serif!important;
}
p, a, strong, div, ul, li {
	font-family: "Barlow", sans-serif;
	font-size: 19px;
}
.header-nav-main.nav > li > a {
	font-family: "Oswald", sans-serif!important;
}
.nav-spacing-xlarge>li {
    margin: 0 25px;
}
.header-main .container{
    background: hsl(178.93deg 100% 10.98% / 85%);
    margin-top: 30px;
    border-radius: 5px;
}
.header-wrapper.stuck {
    box-shadow: none;
}
.bg-sec{
    background-image: linear-gradient(0deg, #003837, transparent);
}
.bg-sec1{
    background-image: linear-gradient(0deg, #10696a, #003837);
}
.bg-sec2{
    background-image: linear-gradient(0deg, #10696a, #003837);
}
.video-gt{
    padding-top: 56.25%;
    border: 3px solid #82b97e;
    border-radius: 13px;
}
.text-h p {
	margin-bottom: 4px;
}
.text17 p{
	font-size: 17px;
}
.anh-border img{
	border-radius: 15px;
}
.row-form{
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.wpcf7-spinner {
    display: none;
}
.form-lh input{
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #002D2C;
	border-radius: 7px;
}
.form-lh .col{
    padding: 0 15px 5px;
}
.form-lh input[type=submit]{
	background-image: linear-gradient(90deg, #0f6a6b 0, #82b97e)!important;
}
.form-lh input:focus{
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    border: 0;
}
.icon-cg {
    align-items: center;
    background-image: linear-gradient(90deg, #003837, transparent);
    padding: 2px 10px;
    border-radius: 10px;
}
.col-dothi .col-inner {
    background-image: linear-gradient(0deg, transparent, #003837);
    padding: 7px;
    border-radius: 8px;
}
.col-dothi img{
	border-radius: 8px 8px 0 0;
}
.margin-top50 {
	margin-top: -230px;
}
.slide-qh .slider-nav-light .flickity-page-dots .dot.is-selected{
    background-color: #82b97e;
    border-color: #82b97e;
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: #fff;
    background: #fff;
    opacity: 1;
}
.camket ul {
	list-style: none;
	margin-left: -20px;
}
.camket ul li:before {
	content: "\f007";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 16px;
	color: #fff;
}
.text-nhay h2 {
    background: linear-gradient(180deg, rgba(255, 0, 204, 1) 0%, rgb(51, 51, 153) 100%);
    font-size: 35px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 1.6;
}
.text-nhay {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes pulse{
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.add-plus {
	position: fixed;
	z-index: 999;
	bottom: 0;
	font-size: 15px;
	right: 2%;
	-webkit-transition: all 1.25s ease;
	-moz-transition: all 1.25s ease;
	-o-transition: all 1.25s ease;
	transition: all 1.25s ease;
	cursor: pointer;
	text-align: left;
	letter-spacing: 1px;
	width: 250px;
	justify-content: flex-start;
	padding: 15px 10px;
	display: -webkit-flex;
	align-items: center;
	height: 45px;
	background: #ed1c24;
	color: #fff;
	border-top: 2px solid #ec9410;
	border-right: 2px solid #ec9410;
	border-left: 2px solid #ec9410;
}
.my-icon-top {
	margin-top: -40px;
	margin-bottom: 10px;
	visibility: hidden;
	transition: all .2s linear;
}
.my-icon-bottom {
	visibility: visible;
}
#test-my-custom-button.add-plus:hover > .icon-bao-gia > .my-icon-top {
	margin-top: 31px!important;
	visibility: visible;
	transition: all .2s linear;
}
.add-plus a{
	color: #fff;
	margin-top: 9px;
	font-size: 17px;
}
.title-pop p{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
}
.my-text-typing {
	animation: tp-typing 4s steps(20) infinite;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 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;
	}
}

.form-pop{
	background-image: linear-gradient(rgb(7 76 76), rgb(0 32 32));
	border: 1px solid rgba(255, 251, 242, 0.8);
	border-radius: 10px;
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	padding: 25px 30px 0;
}
.form-pop::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/11/t4-20250509035535-gozbm-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 2;
    pointer-events: none;
    transform: perspective(1000px) rotateX(180deg) rotateY(180deg);
    opacity: 0.3;
}
.form-pop h2{
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.6;
    color: #fff !important;
    text-align: center;
}
.form-pop h3{
    /* font-family: "Open Sans", sans-serif !important; */
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    text-align: center;
    text-shadow: rgba(59, 42, 42, 0.12) 1px 1px 2px;
    -webkit-text-stroke: 0.5px rgb(251, 246, 243);
    font-size: 38px;
}
.form-pop h4{
    background-image: linear-gradient(rgb(255, 255, 255), rgb(163, 143, 141));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-family: "Open Sans", sans-serif;
    color: rgb(251, 246, 243);
    text-transform: uppercase;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0px rgb(251, 246, 243);
    -webkit-text-fill-color: transparent;
    max-width: max-content;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    font-size: 24px;
}
.form-pop h3::before {
    content: "";
    position: absolute;
    left: 65px;
    top: 65px;
    right: 100%;
    width: 27px;
    height: 27px;
    background-image: url(/wp-content/uploads/2025/11/t1-20250509035707-lklhq-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.form-pop h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 150px;
    left: 70%;
    width: 28px;
    height: 28px;
    background-image: url(/wp-content/uploads/2025/11/t1-20250509035707-lklhq-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.form-pop ul{
    list-style: none;
    text-align: left;
}
.form-pop ul li p{
	    color: rgb(255, 251, 242)!important;
	    font-size: 15px;
	line-height: 1.6;
}
.form-pop ul li p:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
    background-image: linear-gradient(rgb(251, 246, 243), rgb(169, 130, 78));
    -webkit-text-stroke: 0px rgb(251, 246, 243);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    filter: drop-shadow(rgb(71, 59, 57) 0px 6px 1px);
}
.form-pop ul li b{
    background-image: linear-gradient(rgb(251, 246, 243), rgb(169, 130, 78));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-family: UZOLUdpbHJveSBYQmsZCvdGY;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: rgb(251, 246, 243);
    text-transform: uppercase;
    text-align: left;
    -webkit-background-clip: text;
    filter: drop-shadow(rgb(71, 59, 57) 0px 6px 1px);
    -webkit-text-stroke: 0px rgb(251, 246, 243);
    -webkit-text-fill-color: transparent;
}
.form-pop .text-q{
	        font-size: 15px;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(rgb(255, 251, 242), rgb(169, 130, 78));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
	padding-bottom: 20px;
}
.form-pop input {
    border-radius: 5px;
    height: 42px;
    background: transparent;
    width: 100%;
	color: #fff;
}
.form-pop input[type=submit]{
	
    background-color: #ed1c24 !important;
}
.form-pop input::placeholder{
	color: #fff;
}
.form-pop input::value{
	    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.pum-overlay.pum-overlay-disabled {
    visibility: inherit !important;
}
.is-divider {
    display: none;
}
.entry-header-text {
    padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #033232; /* Green */
	background: #033232;
	color: #fff;
}





@media screen and (max-width: 849px) {
    .header-nav-main.nav-right {
    justify-content: flex-end;
    display: none;
}
}
@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-tiny {
        margin-left: -15%;
        width: 25%;
    }
}
@media (max-width: 849px) {
    .hide-for-medium, [data-show=hide-for-medium] {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 860px){
	.transparent .header-main {
    height: 70px;
}
	.transparent #logo img {
    max-height: 70px;
}
	.text-nhay h2 {
    font-size: 15px;
}
	.absolute-footer {
    padding: 10px 0 50px;
}
}






.off-canvas .sidebar-menu {
    padding: 0;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    position: absolute;
    background-color: rgb(16, 106, 107);
    --drawer-width: 250px;
    height: min-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%);
    position: relative;
}