/*
Theme Name: web447
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

@keyframes floatUpDown1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatUpDown2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes floatUpDown3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatUpDown4 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.icon-6 {
  animation: floatUpDown1 2.5s ease-in-out infinite;
}

.icon-7 {
  animation: floatUpDown2 3s ease-in-out infinite;
}

.icon-8 {
  animation: floatUpDown3 2s ease-in-out infinite;
}

.icon-9 {
  animation: floatUpDown4 3.5s ease-in-out infinite;
}


.icon-6, .icon-7, .icon-8, .icon-9 {
	border-radius: 100%;
	overflow: hidden;
}
.icon-6 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 125px !important;
    height: 125px !important;
}
.icon-7 {
    position: absolute;
    top: 0;
    right: 10px;
    width: 125px !important;
    height: 125px !important;
}
.icon-8 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 125px !important;
    height: 125px !important;
}
.icon-9 {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 150px !important;
    height: 150px !important;
}
.fs47 h1 {
	font-size: 47px;
	font-style: italic;
	text-shadow: rgb(53, 32, 21) 3px 1px 3px;
	margin-bottom: 0;
}
.fs28 h2 {
	font-size: 28px;
	margin-bottom: 0;
}
.fs36 h2 {
	font-size: 36px;
	margin-bottom: 0;
}
.fs17 {
	font-size: 17px;
}
.fs35 h2 {
	font-size: 35px;
	margin-bottom: 0;
}
.fs47 h2 {
	font-size: 47px;
	margin-bottom: 0;
}
.fs28 {
	font-size: 28px;
	margin-bottom: 0;
}
.fs60 {
	font-size: 60px;
	margin-bottom: 0;
}
.pl50 {
	padding-left: 50px;
}
.stroke {
	-webkit-text-stroke: 1px rgb(255, 255, 255);
}
.stroke > h2 {
	font-size: 47px;
	display: inline-block;
	transform-origin: center;
	animation: zoomScale 1.5s ease-in-out infinite;
}
@keyframes zoomScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.19);
  }
}
.heading-line {
	width: 100%;
    padding: 8px 0px;
	position: relative;
}
.heading-line > .line-container {
	border-top: 2px solid rgb(207, 207, 207);
	border-left: 0px !important;
	border-bottom: 0 !important;
    border-right: 0 !important;
    width: 113px;
	margin: 0 auto;
}
.bg1 {
    background: #03989e;
    border-radius: 8px;
}
.bg2 {
    background-image: linear-gradient(rgb(3, 152, 158), rgb(0, 194, 203));
    border-radius: 8px;
}
/*** QUY TRÌNH ***/
.mw-box {
    position: relative;
}
.box-transition {
    content: "";
    background-color: rgb(58, 249, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.box-container {
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px;
}
.txt-heading {
	font-family: 'Quicksand', sans-serif;
    display: inline-block !important;
    width: auto;
	position: relative;
}
.txt-heading:before {
	content: "";
	position: absolute;
    border-top: 2px solid rgb(203, 203, 203);
    border-left: 0px !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 75px;
    bottom: 5px;
}
.num {
    display: inline-block;
    position: relative;
}
.num-heading, .num-heading-2 {
	font-family: 'Quicksand', sans-serif;
    display: inline-block !important;
    width: auto;
    height: auto;
    line-height: normal;
}
.num-heading {
	color: #03989e;
}
.num-heading-2 {
    color: #ffffff;
    position: absolute;
    left: 0;
	text-shadow: rgba(0, 0, 0, 0.3) 3px 4px 7px;
    -webkit-text-stroke: 11px rgb(255, 255, 255);
	z-index: -1;
}
.txt-base {
    color: #434343;
    font-family: Quicksand, sans-serif;
    min-height: 55px;
}
.rm-border table tr td {
    border-bottom: 1px dashed rgb(205, 205, 205);
}
.ss-fee .bg1 {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.custom-icon-box {
    display: flex;
    flex-direction: column-reverse;
	background: rgb(3, 152, 158);
}
.custom-icon-box .icon-box-text {
    background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
	padding: 15px 15px 50px 15px;
}
.custom-icon-box .icon-box-text h3 {
	min-height: 64px;
}
.custom-icon-box .icon-box-text p {
	font-size: 15px;
}
.custom-icon-box .icon-box-img {
	bottom: 45px;
}
.txt-absolute {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
	font-size: 15px;
}
.displayflex .col-inner {
	border-radius: 10px;
}
.col-featured {
    background-color: rgb(1, 71, 74);
    border-width: 2px;
    border-radius: 10px;
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(41, 41, 102) 0px 10px 25px -10px;
}
.col-featured .num-2 {
	font-size: 70px;
	bottom: -30px;
}
.num-2 {
    font-family: "Barlow Condensed", sans-serif;
    color: #ffffff;
    right: 10px;
    font-size: 60px;
    position: absolute;
    bottom: -10px;
}
.num-2 p {
	margin-bottom: 0 !important;
}
.fwn p:nth-of-type(2) {
    margin-bottom: 0;
    min-height: 155px;
}
.col-featured .col-inner {
    background-color: transparent !important;
}
.img-circle {
    border-radius: 100% !important;
    overflow: hidden;
}
.bgw {
	background: #ffffff;
}
.bgw ul {
    margin-bottom: 0;
    list-style: none;
}
.br10 {
	border-radius: 10px;
}
.pd10 {
	padding: 10px;
}
.bgw ul li {
	position: relative;
	margin-left: 0;
	padding-left: 34px;
}
.bgw ul li:before {
    content: "";
    position: absolute;
	top: 5px;
	left: 0;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/04/ic-list.png);
}
.bgw img {
	margin-bottom: 0 !important;
}
a.button {
    background-image: linear-gradient(rgb(255, 179, 55), rgb(239, 80, 1));
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
}

a.button {
  animation: zoomInOut 0.6s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.ss-footer .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotlinefix .phone {
    display: none;
}
#button-contact-vr {
    right: 0 !important;
    bottom: 10%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.fs35 h2 {
		font-size: 26px;
		margin-bottom: 0;
	}
	.pl10 {
		padding-left: 10px;
	}
	.pr10 {
		padding-right: 10px;
	}
	.arrow-right-90deg {
		transform: rotate(90deg);
	}
	.col.m0, .col.m0 .col-inner {
		margin: 0 !important;
	}
	.col.p0, .col.p0 .col-inner {
		padding: 0 !important
	}
	.ss-fee .bg1 {
		padding-top: 20px;
	}
	.custom-icon-box .icon-box-text h3 {
		font-size: 17px;
	}
	.col-featured {
		border: none !important;
	}
	.fwn p:nth-of-type(1) {
		font-size: 14px;
	}
	.fwn p:nth-of-type(2) {
		font-size: 15px;
		min-height: 200px;
	}
	.fs47 h1 {
		font-size: 38px;
	}
	.fs47 h2 {
		font-size: 38px;
	}
	.icon-6 {
		width: 80px !important;
		height: 80px !important;
		left: 35px;
	}
	.icon-7 {
		width: 70px !important;
		height: 70px !important;
		right: 50px !important;
	}
	.icon-8 {
		width: 85px !important;
		height: 85px !important;
		right: 40px !important;
	}
	.icon-9 {
		width: 105px !important;
		height: 105px !important;
	}
	
	.ss-footer .icon-box-img img {
		padding: 0 !important;
		width: 35px;
	}
	.ss-footer .icon-box-img {
		max-width: fit-content !important;
	}
	.ss-footer .row .col {
		padding-bottom: 0;
	}
}