/*
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=Montserrat:ital,wght@0,100..900;1,100..900&family=Prata&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif!important;
}
p, a, div, li, strong, b {
	font-family: "Roboto", sans-serif;
}
.header-main .nav > li > a {
	color: #e7bf77;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px;
	font-weight: 600;
}
.header-main .nav > li > a:hover {
	color: #f8da3c;
}
.nav-spacing-xlarge>li {
	margin: 0 25px;
}
.header-nav.header-nav-main{
	border-bottom: 0.5px solid #e7bf77;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 15px;
}
.stuck .header-nav.header-nav-main {
	border-bottom: 0;
	justify-content: space-between;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav-dropdown-default {
	padding: 0;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
	color: #111;
}
.nav-dropdown-default .nav-column li>a:hover, .nav-dropdown.nav-dropdown-default>li>a:hover{
	color: #e7bf77;
}
.text-banner h2{
	font-family: "Prata", serif!important;
	font-size: 60px;
	color: #ffc458;
	text-shadow: 1px 1px 3px #000;
	--c1: #ffc458; 
  --c2: rgb(92, 18, 18); 
  --blink-speed: 3s; 
	*animation: blinkText var(--blink-speed) steps(2, end) infinite;
	animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes blinkText {
  0%   { color: var(--c1); }
  50%  { color: var(--c2); }
  100% { color: var(--c1); }
}
.text-banner h3{
	font-size: 40px;
	color: #ffc458;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000;
}
.sec-bg:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/wp-content/uploads/2025/06/zeit-river-thu-thiem_section.png) no-repeat center right;
	background-size: 100%;
	opacity: 0.5;
	z-index: 1;
}
.border-img img{
	border: 0.5px solid #fff6ed;
}
.col-bor .col-inner{
	border-color: rgb(206, 187, 160);
	border-width: 0.5px 0.5px 0.5px 0.5px;
	border-style: solid;
	padding: 20px 20px 0;
	border-radius: 2px;
}
.text1 h3{
	color: #fff6ed;
	font-size: 16pt;
}
.text1 h2{
	font-size: 16.5pt;
	color: #fff6ed;
}
.button:hover{
	box-shadow: none;
}
.bnt-1 {
	width: 100%;
	/* 	background: linear-gradient(248deg, #a6af98 0%, #00373d 100%); */
background: linear-gradient(90deg,rgba(245, 200, 76, 1) 31%, rgba(198, 82, 82, 1) 70%, rgba(145, 12, 16, 1) 100%);	border: 0.5px solid #fff6ed;
	border-radius: 8px;
	padding: 10px 0px 10px 0px;
}
.bnt-1:hover span, .bnt-1:hover i{
	color: var(--primary-color);
	z-index: 2;
	position: relative;
}
.bnt-1:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	background: #fff6ed!important;
	transition: all 0.3s ease;
}
.bnt-1:hover:after {
	left: auto;
	right: 0;
	border-radius: 8px;
	width: 100%;
	z-index: 1;
}
.title-mega span {
	background: linear-gradient(356deg, #f1f1f1 0%, #ffca29 45.18%, #fffbf1 76%, #ffc30e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bolder !important;
	text-transform: capitalize;
	font-size: 34px;
	font-weight: 600!important;
}
.section-title-bold-center span, .section-title-bold span {
	border: 0;
	padding: .3em .8em;
}
.title-mega .section-title b:first-child, .title-mega .section-title b:last-child {
	background: linear-gradient(356deg, #fff 0%, #afe2fa 45.18%, #fef4f3 76%, #bce5fa 100%) !important;
	opacity: 0.5;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.css_overlay .box-text {
	background-color: rgba(0, 0, 0, 0.5);
}
.list-value .box-text {
	top: 75%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	overflow: hidden;
}
.list-value .box.has-hover:hover .box-text {
	top: 0;
}
.list-value .box.has-hover:hover .box-text .box-text-inner {
	padding-top: 30%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 850px) {
	.css_overlay .box.has-hover:hover .box-text .box-text-inner {
		padding-top: 50%;
	}
}
.sec-bg2:before {
	/*     content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/wp-content/uploads/2025/06/bubbel-design.png) no-repeat left center;
	width: 100%;
	opacity: 0.3;
	background-size: 100% auto; */
}
.sec-blue {
	/*     background: linear-gradient(0deg, #000, #024a43 19.06%, #009688 51.16%, #024a43 78.28%, #000); */
}
.table-custom table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
}
.table-custom tr td {
	border: 0.9px solid #ffffff80;
	padding: 10px 5px !important;
}
table tr:nth-child(even) {
	background-color: hsl(195deg 47% 33%/3%);
}
.img-hover-zoom img{
	border-radius: 8px;
}
.img-hover-zoom .img-inner:before {
	content: "\e012";
	font-family: fl-icons;
	font-size: 6px;
	color: #fff;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
	visibility: hidden;
}
.img-hover-zoom .img-inner:hover:before {
	font-size: 20px;
	top: 50%;
	visibility: visible;
	margin-top: -20px;
	margin-left: -20px;
	border: solid 2px;
	border-radius: 6px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	text-align: center;
	transition: all 0.6s ease;
	color: #f8da3c;
}
.button.primary.lowercase {
	border-radius: 8px;
	overflow: hidden;
}
.img-hover-zoom .overlay {
	box-sizing: border-box;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.img-hover-zoom:hover .overlay {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	transition: all 0.6s ease;
}
.img-hover-zoom .caption {
	transform: translateY(90%);
	height: 100%;
	font-size: 16px;
	padding: 2px 10px;
	text-align: center;
}
.img-hover-zoom:hover .caption {
	padding-top: 50%;
}
.text2 h3{
	font-family: "Prata", serif!important;
	font-size: 17pt;
}
.form-lh input[type=submit]{
	width: 100%;
	background: linear-gradient(90deg,rgba(145, 12, 16, 1) 0%, rgba(198, 82, 82, 1) 23%, rgba(245, 200, 76, 1) 68%); !important;
	border: 0.5px solid #fff6ed;
}
.sec-bg-right:after {
	content: "";
	height: 100%;
	width: 20%;
	position: absolute;
	right: 0;
	bottom: 10px;
	background: url(/wp-content/uploads/2025/06/leaft_background.png) no-repeat bottom right;
	background-size: 100%;
}
.css_img_box_position .icon-inner{
	border: 2px solid;
	border-radius: 99px;
	padding: 13px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(255, 246, 237);
}
.sec-bg-left:before {
	content: "";
	height: 100%;
	width: 25%;
	position: absolute;
	left: 0;
	bottom: 10px;
	background: url(/wp-content/uploads/2025/06/leaft_background_1.png) no-repeat bottom right;
	background-size: 100%;
	z-index: 1;
}
.bnt2 {
	width: 100%;
	padding: 5px 0;
}
.bnt2:hover span, .bnt-2:hover i{
	color: var(--primary-color);
	z-index: 2;
	position: relative;
}
.bnt2:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	background: #fff6ed!important;
	transition: all 0.3s ease;
}
.bnt2:hover:after {
	left: auto;
	right: 0;
	border-radius: 8px;
	width: 100%;
	z-index: 1;
}
.form-pop input{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #f5c84c;
	border-radius: 0 !important;
	box-shadow: none;
}
.form-pop i{
	color: #cb8639!important;
}
.form-pop input::placeholder{
	color: #cb8639!important;
}
.form-pop input[type=submit] {
	width: max-content!important;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.text-left .is-divider, h6.entry-category.is-xsmall {
	display: none;
}
.entry-header-text {
	padding: 0;
}
h1.entry-title{
	color: #00373d;
	text-align: center;
}






.pum-overlay.pum-overlay-disabled {
	visibility: unset;
}
.sec-footer .section-bg{
	box-shadow: inset 0 -1vw 15vw 0 #335f64;
	mix-blend-mode: multiply;
}
.form-ft i {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 1;
	font-size: 15px;
	color: #333;
}
.form-ft .col {
	padding: 0 10px 0;
}
.form-ft input::placeholder, .form-ft textarea::placeholder{
	*position: absolute;
	*left: 35px;
	font-size: 16px;
}
.form-ft input, .form-ft select{
	height: 42px;
	border-radius: 5px;
	box-shadow: none;
}
.form-ft input[type=submit]{
	background-color:#b30000 !important;
	
}
.form-ft textarea{
	border-radius: 5px;
}
.wpcf7-spinner {
	display: none;
}
.col-form-ft .col-inner{
	border: 1px solid #fff;
	padding: 20px 30px 0;
}
.absolute-footer {
	color: #fff !important;
	padding: 10px 0 10px;
	text-align: left !important;
}
.add-plus {
	position: fixed;
	z-index: 999;
	bottom: 0;
	font-size: 15px;
	left: 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;
}
.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;
	}
}
#main-div {
	position: absolute;
	z-index: 24;
}
#main-div a:nth-of-type(1) {
	bottom: 60px;
}
#main-div a:nth-of-type(2) {
	bottom: 120px;
}
#main-div a:nth-of-type(3) {
	bottom: 180px;
}
#main-div a:nth-of-type(4) {
	bottom: 240px;
}
.hot-custom, .zalo-custom, .whatsapp-custom, .viber-custom {
	position: fixed;
	right: 10px;
}
#main-div .fab.fa-whatsapp {
	padding: 7px;
	border-radius: 99%;
	background: linear-gradient(0deg,#ed1c24,#b20000);
	border: 1px solid;
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 30px;
}
#main-div .hot-custom .hotline-bar-chat {
	background: #ed1c24;
	width: 170px;
}
#main-div .zalo-custom .hotline-bar-chat {
	background: #41a0d7;
}
#main-div .hotline-bar-chat {
	position: absolute;
	border: 1px solid #fff;
	height: 45px;
	width: 45px;
	padding: 8px 10px 0;
	background-size: 100%;
	cursor: pointer;
	transition: all .8s;
	-webkit-transition: all .8s;
	z-index: -1;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
	border-radius: 50px;
	right: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: width 2s;
	transition: width .6s;
}
#main-div .fab.fa-whatsapp:hover + .hotline-bar-chat {
	/* width: 165px; */
}
.zalo-custom .zalo-pt {
	padding: 22px;
	border-radius: 99%;
	border: 1px solid #fff;
	display: flex;
	cursor: pointer;
}
.zalo-pt {
	background: url(/wp-content/uploads/2025/06/zalo-1.svg) center center no-repeat;
}
#main-div .hotline-bar-chat > span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: Arial;
	padding-left: 3px;
}
#main-div .zalo-pt:hover + .hotline-bar-chat {
	width: 143px;
}
#main-div .whatsapp-custom svg {
	padding: 7px;
	border-radius: 99%;
	background: linear-gradient(0deg, #2a8c35, #4fce5d);
	border: 1px solid;
	width: 45px;
	height: 45px;
	color: #fff;
	font-size: 30px;
}
#main-div .whatsapp-custom .hotline-bar-chat {
	background: #2a8c35;
	bottom: 8px;
}
#main-div .whatsapp-custom svg:hover + .hotline-bar-chat {
	width: 149px;
}

#main-div .whatsapp-custom .hotline-bar-chat {
	background: #2a8c35;
}







@media only screen and (min-width: 320px) and (max-width: 860px){
	.absolute-footer {
		padding: 10px 0 125px;
	}
	.text-banner h2 {
		font-size: 20px;
		margin-top: 10px;
	}
	.text-banner h3 {
		font-size: 18px;
	}
	.gap-mobi {
		background-color: #00383d !important;
	}
	.title-mega span {
		font-size: 20px;
	}
}

#popmake-950 .form-lh input[type=submit] {
background: linear-gradient(90deg,rgba(180, 58, 93, 1) 0%, rgba(212, 28, 28, 1) 50%) !important;
}
.sec-tienich .section-bg{
	opacity:0.3;
}
.tabmatbang > .nav{
	gap:15px;
}
.tabmatbang > .nav li{
	margin:0;
}
.tabmatbang > .nav li a{
	padding:8px 15px;
	border-radius:5px;
	border:1px solid #e2e2e2;
	font-size:13px;
	font-weight:400;
	color:#fff !important;
}
.tabmatbang > .nav li.active a {
	background:linear-gradient(90deg, rgb(195 0 6) 0%, rgb(201 52 52) 23%, rgb(233 172 7) 68%);
}
.gal-mb .dot.is-selected {
    background-color: #fff;
    opacity: 1 !important;
}
.gal-mb .flickity-page-dots .dot {
    opacity: .5;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #fff;
}



.form-pop{
	background-image: linear-gradient(rgb(43 0 10), rgb(59, 42, 42));
	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/10/t4-20250509035535-gozbm.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: 26px;
    text-transform: uppercase;
    line-height: 1.6;
    color: #fff !important;
    text-align: center;
    font-family: "Lora", serif !important;
}
.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 #fff;
    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 h4::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    right: 100%;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/10/t1-20250509035707-lklhq.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 h4::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    left: 100%;
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/10/t1-20250509035707-lklhq.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), #f5c84c);
    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::placeholder{
	color: #f5c84c;
}
.form-pop input::value{
	    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 3s;
    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);
	}
}
#popmake-950 {
    max-width: 25%!important;
}
@media only screen and (min-width: 320px) and (max-width: 860px){
	#popmake-950 {
    max-width: 100%!important;
}
}