/*
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: #ffc30e;
    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 #ffc30e;
    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: #ffc30e;
	text-shadow: 1px 1px 3px #000;
}
.text-banner h3{
	font-size: 40px;
	color: #ffc30e;
	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: #ffc30e;
    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%);
    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, #fff 0%, #afe2fa 45.18%, #fef4f3 76%, #bce5fa 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(248deg, #a6af98 0%, #00373d 100%)!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;
}
.sec-bg-right:after {
    content: "";
    height: 100%;
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: url(../images/leaft_background.png) no-repeat bottom right;
    background-size: 100%;
}
.form-pop input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #cb8639;
	border-radius: 0 !important;
}
.form-pop i{
	color: #cb8639!important;
}
.form-pop input::placeholder{
	color: #cb8639!important;
}
.form-pop input[type=submit] {
    width: max-content!important;
}
.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{
	height: 42px;
	border-radius: 5px;
	box-shadow: none;
}
.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;
}
.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 55px;
}
	.text-banner h2 {
    font-size: 23px;
}
	.text-banner h3 {
    font-size: 18px;
}
	.gap-mobi {
		background-color: #00383d !important;
	}
	.title-mega span {
    font-size: 20px;
}
}