/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.img.br10 {
	border-radius: 10px;
	overflow: hidden;
}
#wrapper .button.primary {
	background: linear-gradient(90deg, var(--fs-color-primary) 0%, var(--fs-color-secondary) 100%);
    color: #031e33;
	border: none;
}
#wrapper .button.primary.is-link, #wrapper .button.primary.is-underline {
	background: none;
}

.bg-gradient {
	background: linear-gradient(to bottom, #0b1225 40%, var(--fs-color-secondary) 70%);
}
.over-hidden .col-inner {
	overflow: hidden;
}
#wrapper .video {
	padding: 0 !important;
}
#footer:before {
	content: '';
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #f8ffee 30%, transparent 70%);
	z-index: 1;
}
#footer .absolute-footer {
	display: none;
}
.sec-kien-truc {
	min-height: 70vh;
	margin-bottom: 4px;
}
.sec-kien-truc:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, #f8ffee 10%, transparent 50%);
	z-index: 1;
}
.sec-gioi-thieu .img {
	border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.sec-phan-khu .img {
	border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.text-title-star h4 {
	background: linear-gradient(90deg, rgba(144, 242, 241, 1) 0%, rgba(144, 242, 241, 0) 100%);
    color: #003366;
    font-weight: bold;
    padding: 2px 15px 0;
    padding-left: 20px;
    position: relative;
    border-radius: 10px 0 0 10px;
}
.text-title-star h4:before {
	position: absolute;
    content: "✦";
    left: -11px;
    top: -10px;
    font-size: 30px;
}
.fluentform .frm-fluent-form .ff-el-form-control {
	border: none;
	border-bottom: 1px solid var(--fs-color-primary);
	background: none;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
.fluentform .frm-fluent-form .ff-el-form-control:focus {
	background: none;
}
.dark .fluentform .frm-fluent-form .ff-el-form-control {
	color: white;
}
.fluentform .frm-fluent-form .ff-btn.ff-btn-submit {
	background: linear-gradient(90deg, var(--fs-color-primary) 0%, var(--fs-color-secondary) 100%);
    color: #031e33;
	border: none;
    border-radius: 10px 0 10px 0 !important;
	font-weight: bold;
}
.cta {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--fs-color-primary);
}




/* Glass Box */
.box-glass {
	text-align: center;
	position: relative;
	perspective: 50vw;
	-webkit-perspective: 50vw;
	font-family: Manrope;
	font-size: 14pt;
	color: var(--fs-color-secondary) !important;
}
.box-glass .col-inner {
	display: inline-block;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
	padding: 5%;
	z-index: 1;
	position: relative;
	background-color: rgba(7, 45, 54, 0.4);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	padding: 50px 25px;
	-webkit-box-shadow: 0 25px 23px rgba(0, 0, 0, 0.15);
	box-shadow: 0 25px 23px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transform: rotateY(30deg);
	transform-origin: 50% 50% 0px;
}
.box-glass .round {
	position: absolute;
}
.box-glass .green {
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	background: #072d36;
	right: 9vw;
	top: -8vw;
	animation: movingGreen 15s ease-in-out infinite;
}
.box-glass .yellow {
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	background: #7ac043;
	left: 20vw;
	bottom: -5vw;
	animation: movingYellow 18s ease-in-out infinite;
}
	
@keyframes movingGreen {
	0% {right: 9vw;}
	50% {right: 0vw;}
	100% {right: 9vw;}
}
@keyframes movingYellow {
	0% {left: 20vw;}
	50% {left: 7vw;}
	100% {left: 20vw;}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.sec-gioi-thieu .img, .sec-phan-khu .img {
		border-radius: 0;
	}
	#footer:before {
		background: linear-gradient(to bottom, #f8ffee 20%, rgb(0 0 0 / 50%) 35%);
		height: 100%;
	}

}