/*
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);
*/
.bottom-contact {
	display: none;
}
.header-main .nav > li > a {
    color: #fff !important;
}
.form-footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.form-footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.desk-contact {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
}
.desk-contact a, #status a {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 16px;
}
.desk-contact a:hover, #status a:hover {
    color: #fff;
}
.dang-ky, .phone, .box-chat {
    padding: 8px 25px;
    border-radius: 22px;
    background: #6ba224;
    background-origin: border-box;
    position: relative;
    border: 0;
}
.phone img {
    width: 30px;
    height: auto;
    vertical-align: text-bottom;
}
.dang-ky:after, .phone:after, .box-chat:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 26px;
    border: 4px solid rgba(255, 255, 255, 0.22);
}
div#dang-ky {
    border: 10px solid var(--primary-color);
}
.footer-2:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 1, 1, 0.65);
}
.form-action > .col-inner {
    padding: 20px 20px 20px 20px;
    background-color: rgb(255, 255, 255);
    border: 6px solid rgb(238, 238, 238);
    border-radius: 6px;
}
.form-action ul {
    list-style: none !important;
    margin: 0px;
}
.form-action ul li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: left;
}
.form-action ul li::before {
    content: "— ";
}
.form-action b, .form-action strong {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    font-weight: normal;
}
.imgtext .col-inner {
    padding: 5%;
    background-color: #fff;
    z-index: 10;
}
.imgtext .col-inner ul {
    list-style: none !important;
    margin: 0px;
}
.imgtext .col-inner ul li {
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
}
.imgtext .col-inner ul li::before {
    content: "— ";
}
a#top-link {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 15px 1px;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
    bottom: 55px;
}
.home a.btn-dat-hang.btn-fixed {
	display: block;
}
a.btn-dat-hang.btn-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 99;
}
.wpcf7-form input {
	margin-bottom: 10px;
	height: 45px;
	font-weight: 400;
}
input.wpcf7-form-control.wpcf7-submit.btn-mh {
    font-weight: 600;
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    box-shadow: 1px 1px 2px 0px #000;
    -webkit-box-shadow: 1px 1px 2px 0px #000;
    border-radius: 58px;
    background: rgba(130, 159, 223, 1.0);
    background: -webkit-radial-gradient(circle, #6ba22494, #6ba224);
    background: radial-gradient(circle, #6ba22494, #6ba224);
}
.sec-footer .icon-box-img svg path {
	fill: #fff !important;
}
.video.video-fit.mb {
    margin-bottom: 10px;
}
a.btn-dat-hang {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    background: rgba(145, 170, 225, 1.0);
    background: -webkit-radial-gradient(circle, #6ba22494, #6ba224);
    background: radial-gradient(circle, #6ba22494, #6ba224);
    box-shadow: 1px 1px 2px 0px #000;
    -webkit-box-shadow: 1px 1px 2px 0px #000;
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    border-radius: 48px;
    padding: 10px 20px;
}

.title-top {
    color: #1a2672;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.title-sub {
    color: rgb(72, 69, 69);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    padding-right: 15px;
    position: relative;
}
.title-sub:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 38.4999px;
    height: 25.6666px;
	background-image: url(https://viensuisatochii.vn/wp-content/uploads/2021/02/jp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-banner .overlay {
    background-color: rgb(0 0 0 / 0%);
}
.top-banner .box-text.text-center {
    top: 0;
    padding-top: 20px;
    text-shadow: none !important;
}
@media (min-width: 850px) {
    #main {
        margin-bottom: 90px;
    }
    .form-footer {
        margin-top: -177px;
    }
    .imgtext .col-inner {
        margin-left: -10%!important;
    }
}
@media (max-width: 849px) {
	a#top-link {
		bottom: 73px;
	}
	.desk-contact {
		display: none;
	}
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: #6ba224;
		width: 100%;
		z-index: 99;
	}
	.bottom-contact ul li {
		width: 25%;
		float: left;
		list-style: none;
		text-align: center;
		font-size: 13.5px;
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.bottom-contact ul li span {
		color: #fff;
	}
}

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


}