/*
Theme Name: Flastsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.12
*/
.button-contact-vr {
	position: fixed;
	bottom: 10%;
	left: 18px;
	z-index: 9999999999;
}

.item-phone-all br {
	display: none;
}

.item-phone {
	margin-bottom: 15px;
}

.item-phone-all {
	background-color: #019342;
	border-radius: 25px;
	padding: 10px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	transition: 0.3s ease-in;
}

.item-phone-all:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
	transition: 0.3s ease-in;
}

.item-phone-all a {
	font-weight: 700;
	color: #FFF;
	font-size: 14px;
}

.item-phone-all a img {
	display: none;
}

#phone-vr {
	display: none;
}

#phone-vr2 {
	display: none;
}
.post-item .box-image {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.post-item .col-inner,
.post-item .box-blog-post {
	border-radius: 16px;
}
.tintuc .services-contact {
	display: none;
}
.services-contact a {
	color: var(--primary-color);
}
.services-contact {
	display: inline-block;
	padding-top: 12px;
	font-size: 18px;
    font-weight: 700;
}
.row-footer h2 {
	margin-bottom: 10px;
}
.section-contact-now {
	padding: 5% 8% 5% 8%;
}
.row-contact-now {
	padding: 24px 32px;
	border: 1px solid #000;
}

.row-contact-now .icon-box-text {
	margin-left: 40px;
}

.row-contact-now .icon-box-img{
	height: 100px;
    padding: 20px;
    position: absolute;
    left: -81px;
    top: 50%;
    translate: 0 -50%;
    background: green;
}
.contact-now {
	display: flex;
	justify-content: space-around;
}
.btn-contact {
	display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	font-size: 22px;
    font-weight: 600;
    fill: #02417E;
    color: #02417E;
    background-color: transparent;
    background-image: linear-gradient(104deg, #FFCA01 0%, var(--primary-color) 100%);
}

.header .nav-left {
    justify-content: center;
}
.banner-top {
    width: 400px;
    height: 110px;
}


.top-header-right {
display: flex;
align-items: center;
	gap: 20px;
}
.top-header-right .btn-phone{
padding: 10px;
color: #fff;
background-color: #d60303;
transition: 0.4s ease-in;
border: 1px solid #d60303;
border-radius: 18px;
font-size: 16px;
line-height: 1.5;
font-weight: 700;
text-decoration: unset;
}

.top-header-right .btn-phone:hover{
transition: 0.4s ease-in;
background-color: #FFF;
color: #d60303;
}
