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

/*************** ADD CUSTOM CSS HERE.   ***************/
#zalo-vr .phone-bar a {
    bottom: 114px;
    background-color: #2196F3;
}

.info-sidebar {
  color: #445068;
  font-size: 15px;
  line-height: 1.55;
}

.box {
  background: #f3f3f3;
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
}

.box h3 {
  margin: 0;
  padding: 13px 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-policy h3 {
  background: #c9c9c9;
  color: #14134f;
  text-align: center;
}

.check-list,
.contact-list {
  padding: 12px 16px 16px;
}

.check-item,
.contact-item {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}

.check-item {
  gap: 7px;
  margin-bottom: 8px;
}

.check-item i {
  flex: 0 0 16px;
  margin-top: 4px;
  color: #263f71;
  font-size: 15px;
}

.box-contact h3 {
  color: #333;
  padding-bottom: 8px;
}

.title-line {
  height: 3px;
  margin: 0 16px 10px;
  background: linear-gradient(to right, #c6aa42, #f6e7a3, #c6aa42);
}

.contact-item {
  gap: 8px;
  margin-bottom: 10px;
}

.contact-item strong {
  color: #445068;
  font-weight: 700;
}

.contact-item i {
  flex: 0 0 15px;
  width: 15px;
  margin-top: 5px;
  color: #1b2d58;
  font-size: 14px;
  text-align: center;
}

.contact-item .fa-phone,
.contact-item i.fa-phone {
  margin-top: 6px;
  font-size: 13px;
}

.bh-wrap .tab-icon,
.bh-wrap .tab-step{
	display: none;
}

body .bh-wrap .bh-tab-btn {
	display: block;
	text-align: center;
	min-height: unset;
}

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


}