/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
color: var(--primary-color);
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.rank-math-breadcrumb a,
.rank-math-breadcrumb .last {
    color: #9c9c9c;
}
.rank-math-breadcrumb a:hover {
    color: #fd6f1b;
}
input.wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0;
}
.wpcf7-spinner {
    position: absolute;
}
#top-link {
    border-radius: 0;
	color: var(--primary-color);
}
#top-link:hover {
	color: #fff;
}
.social-icons.follow-icons .button.is-outline {
    border-width: 1px;
    margin-bottom: 0;
}
.social-icons.follow-icons .button.is-outline i {
	top: 0;
}
.social-icons.follow-icons .button.is-outline {
	border-width: 1px;
}
.footer-2 a:hover .ux-menu-link__text {
    color: #fd6f1b;
}
.flatsome_recent_posts .widget-title {
    display: block;
    padding: 10px;
    background-color: #012d76;
    color: #fff;
	margin-bottom: 10px;
	text-transform: initial;
    letter-spacing: 0;
}
.entry-header-text-top .entry-title {
	margin-bottom: 0;
}
.entry-content.single-page {
    padding-top: 0;
}
.rank-math-breadcrumb p {
	margin-bottom: 0;
}
.flatsome_recent_posts.widget .is-divider,
.display-none {
    display: none;
}
.entry-divider.is-divider {
    display: none;
}
.form-flat input[type=email], .form-flat input[type=search], .form-flat input[type=number], .form-flat input[type=url], .form-flat input[type=tel], .form-flat input[type=text], .form-flat select, .form-flat textarea {
    height: 45px;
    border-radius: 0;
}
.consult-cf7-form {
	--consult-teal: #14b8a6;
	--consult-teal-hover: #0d9488;
	--consult-label: #1e293b;
	--consult-border: #e2e8f0;
	--consult-placeholder: #94a3b8;
	--consult-radius: 5px;
	max-width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.consult-cf7-form .consult-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
	margin-bottom: 16px;
}

.consult-cf7-form .consult-col {
	flex: 1 1 calc(50% - 10px);
	min-width: 0;
}

.consult-cf7-form .consult-col-full,
.consult-cf7-form .consult-row-full .consult-col {
	flex: 1 1 100%;
}

.consult-cf7-form label {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.consult-cf7-form label .required {
	color: #ef4444;
}

.consult-cf7-form .wpcf7-form-control-wrap {
	display: block;
}

.consult-cf7-form input.wpcf7-form-control,
.consult-cf7-form textarea.wpcf7-form-control {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 14px;
	font-size: 15px;
	line-height: 1.4;
	color: #0f172a;
	background: #fff;
	border: 1px solid var(--consult-border);
	border-radius: var(--consult-radius);
	box-shadow: none;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.consult-cf7-form textarea.wpcf7-form-control {
	min-height: 130px;
	resize: vertical;
}

.consult-cf7-form input.wpcf7-form-control::placeholder,
.consult-cf7-form textarea.wpcf7-form-control::placeholder {
	color: var(--consult-placeholder);
	opacity: 1;
}

.consult-cf7-form input.wpcf7-form-control:focus,
.consult-cf7-form textarea.wpcf7-form-control:focus {
	border-color: var(--consult-teal);
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
}

.consult-cf7-form .consult-row-submit {
	margin-bottom: 0;
	margin-top: 8px;
}

.consult-cf7-form .consult-row-submit .wpcf7-form-control-wrap,
.consult-cf7-form .consult-row-submit p {
	margin: 0;
	width: 100%;
}

.consult-cf7-form input.wpcf7-submit.consult-submit,
.consult-cf7-form .consult-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff !important;
	background-color: var(--consult-teal) !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: var(--consult-radius);
	box-shadow: none !important;
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.consult-cf7-form input.wpcf7-submit.consult-submit:hover,
.consult-cf7-form .consult-submit:hover {
	background-color: var(--consult-teal-hover) !important;
	color: #fff !important;
}

.consult-cf7-form input.wpcf7-submit.consult-submit:active,
.consult-cf7-form .consult-submit:active {
	transform: translateY(1px);
}

.wpcf7 .consult-cf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 6px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 16px 0 0;
	border-radius: 10px;
}

@media (max-width: 640px) {
	.consult-cf7-form .consult-col {
		flex: 1 1 100%;
	}
}
.footer-primary {
    border-top: 1px solid #353535;
    padding-top: 20px;
}
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 31px;
    text-align: center;
    font-size: 36px;
    z-index: 99999;
}
.text-justify {
    text-align: justify;
}
#tu-van {
    border-radius: 5px;
}
.ladi-button {
	position: fixed;
    bottom: 30px;
    right: 30px;
    width: 200px;
    height: 55px;
    overflow: hidden;
	z-index: 99;
	text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 70, 223, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 70, 223, 0.4);
    border-color: rgb(9, 226, 181);
    border-width: 2px;
    border-radius: 3px;
	background: rgba(0, 70, 223, 1.0);
    background: -webkit-linear-gradient(90deg, rgba(0, 70, 223, 1.0), rgba(9, 226, 181, 1.0));
    background: linear-gradient(90deg, rgba(0, 70, 223, 1.0), rgba(9, 226, 181, 1.0));
	padding: 5px 15px;
}
.ladi-button span {
	color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
	display: block;
}
.ladi-button span:last-child {
	font-weight: 300;
	font-size: 13px;
}
#tu-van .flex-row.medium-flex-wrap.form-nhan-file {
    display: block;
}
#tu-van .flex-row.medium-flex-wrap.form-nhan-file input[type='text'],
#tu-van .flex-row.medium-flex-wrap.form-nhan-file input[type='email'] {
    margin-bottom: 9px;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, select {
    box-shadow: none;
    height: 45px;
    border-radius: 3px;
    margin-bottom: 0;
    font-weight: 400;
}
#tu-van .flex-row.medium-flex-wrap.form-nhan-file input[type='text'],
#tu-van .flex-row.medium-flex-wrap.form-nhan-file input[type='email'] {
    margin-bottom: 9px;
}
form.wpcf7-form {
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit.button.btn-bang-gia {
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 45px;
    border-radius: 3px;
}
input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    box-shadow: none;
}

@media (min-width: 850px) {

}
@media (max-width: 849px) {

}
@media (max-width: 549px) {

}
@media (max-width: 480px) {

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.relatedcat ul > li {
	list-style: none;
}
@media (min-width: 849px) {
    .relatedcat ul {
        display: flex;
        margin: 0 -10px;
    }
    .relatedcat ul > li {
        list-style: none;
        width: 33.3333%;
        padding: 0 10px;
    }
    .relatedcat ul > li img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        border-radius: 5px;
        transition: transform .5s;
    }
    .relatedcat ul > li > a {
        line-height: 20px;
        display: block;
        margin-top: 10px;
    }
}
.suntory-alo-phone{background-color:transparent;cursor:pointer;height:120px;position:fixed;-webkit-transition:visibility 0.5s ease 0s;transition:visibility 0.5s ease 0s;width:120px;z-index:200 !important;left:0px;bottom:0px;}
.suntory-alo-phone .suntory-alo-ph-circle{-webkit-animation:1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;animation:1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;background-color:transparent;border:2px solid rgba(30, 30, 30, 0.4);border-radius:100%;height:100px;left:0px;opacity:0.1;position:absolute;top:0px;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:100px;}
.suntory-alo-phone .suntory-alo-ph-circle{border-color:#ff3301;opacity:1;}
.suntory-alo-phone .suntory-alo-ph-img-circle{border:2px solid transparent;border-radius:100%;height:50px;left:25px;opacity:0.7;position:absolute;top:25px;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;width:50px;}
.suntory-alo-phone .suntory-alo-ph-img-circle{background-color:#ff3301;}
.suntory-alo-phone .suntory-alo-ph-img-circle i{-webkit-animation:1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;animation:1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;font-size:30px;line-height:50px;padding-left:10px;color:#fff;}
.suntory-alo-phone .suntory-alo-ph-circle-fill{-webkit-animation:2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;animation:2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;border:2px solid transparent;border-radius:100%;height:70px;left:15px;position:absolute;top:15px;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:70px;}
.suntory-alo-phone .suntory-alo-ph-circle-fill{background-color:#ff3301;}
.suntory-alo-phone .phone-number{position:absolute;top:35px;left:82px;color:#ffffff;background-color:rgba(255, 51, 1, 0.67);padding:6px 10px;border-radius:3px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%;}
.suntory-alo-phone:hover .phone-number{left:78px;visibility:visible;opacity:1;}
@-webkit-keyframes suntory-alo-circle-anim {
0%{opacity:0.1;-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);transform:rotate(0deg) scale(0.5) skew(1deg);}
30%{opacity:0.5;-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);}
100%{opacity:0.6;-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
}
@keyframes suntory-alo-circle-anim {
0%{opacity:0.1;-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);transform:rotate(0deg) scale(0.5) skew(1deg);}
30%{opacity:0.5;-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);}
100%{opacity:0.6;-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
}
@-webkit-keyframes suntory-alo-circle-fill-anim {
0%{opacity:0.2;-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);}
50%{opacity:0.2;-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
100%{opacity:0.2;-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);}
}
@keyframes suntory-alo-circle-fill-anim {
0%{opacity:0.2;-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);}
50%{opacity:0.2;-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
100%{opacity:0.2;-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);}
}
@-webkit-keyframes suntory-alo-circle-img-anim {
0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg);}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg);}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg);}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg);}
50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
}
@keyframes suntory-alo-circle-img-anim {
0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg);}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg);}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg);}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg);}
50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);}
}
.suntory-alo-phone .suntory-alo-ph-img-circle img {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	filter: brightness(0) invert(1);
	width: 30px;
    position: absolute;
    top: 10px;
    left: 7px;
}
.mobile-hotline {
    display: none;
}
@media (max-width: 849px) {
	.suntory-alo-phone .phone-number {
		display: none;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		color: var(--primary-color);
	}
}
@media (max-width: 549px) {

}