/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('assets/fonts/GoogleSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: 'GoogleSans', sans-serif;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    text-shadow: unset;
    box-shadow: unset;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: unset;
}
.npdbt {
    padding-bottom: 0px !important;
}

.nav-dropdown > li.nav-dropdown-col {
     display:block 
}
 .nav-dropdown .nav-dropdown-col > ul{
    margin-top:-40px;
    display:none;
    position: absolute;
    left: 100%;
    min-width: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    padding: 20px 0px;
}
 .nav-dropdown>li.nav-dropdown-col{
    width:100%;
    border-right:0
}
 .nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;
    text-transform: none;
    color:black
}
 .header-nav li.nav-dropdown-col:hover >ul{
    display:block !important
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a {
    color: rgba(74,74,74,.85);
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
}
 
.dabilux-contact-navigation {
    z-index: 99 !important;
}
.mfp-container {
    z-index: 99999999;
}
.nav>li.active>a {
    font-weight: 600;
}
.img_radius img {
    border-radius: 6px;
}
.header-main, .header-bottom {
	border-bottom: solid 1px #E3E6EE;
}
.header-nav > li {
	margin: 0 15px;
}
.header-nav .html .icon-box h6 {
	font-size: 16px;
}
.top_header_btn a {
	font-size: 16px;
	background: var(--primary-color);
    color: #fff;
    padding: 7px 20px;
    margin: 0px 10px;
    display: unset;
    font-weight: 500 !important;
    border: unset;
}
.top_header_btn a:last-child {
	margin-right: 0px;
	background: rgb(7, 22, 60);
}
.banner_label {
	background: #fff;
    color: rgb(7, 54, 53);
    width: 275px;
    text-align: center;
    padding: 5px 0px 3px;
    margin-bottom: 15px;
}
.banner_check {
	display: flex;
}
.bnc_item {
	display: flex;
	margin: 0 15px;
}
.bnc_item:last-child {
    margin-right: 0px;
}
.lc_item {
    display: flex;
    margin-bottom: 15px;
}
.lc_item .bnci_icon {
    background: #EFF2FB;
}
.bnc_item:first-child {
	margin-left: 0px;
}
.bnci_icon {
	background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 29px;
    color: var(--fs-color-primary);
    font-size: 15px;
}
.bnci_text {
	color: #073635;
	margin-left: 10px;
}
.bncbtn {
	background: rgb(7, 22, 60);
    color: #fff !important;
    padding: 7px 0px;
    margin-bottom: 25px;
    display: block;
    max-width: 250px;
    text-align: center;
}
a.fw4 {
	font-weight: 400;
}
.dv_label {
    background: #EFF2FB;
    max-width: 100px;
    text-align: center;
    color: #073635;
    margin-bottom: 15px;
    font-weight: 500;
    padding: 5px 0px 3px;
    font-size: 14px;
}
.tt-section-title {
    display: none;
}
.review_customer .col .col-inner {
    background: #ffffff0f;
    padding: 25px 15px 25px 15px;
    min-height: 255px;
}
.flickity-page-dots {
    bottom: -10px;
}
.flickity-page-dots .dot.is-selected {
    background-color: #fff;
    width: 20px;
}
.flickity-page-dots .dot {
    border-color: #fff;
    height: unset;
    border-radius: 10px;
}
.ctmr_txt {
    min-height: 115px;
}
.ctmr_infobox {
    align-items: center;
}
.ctmr_infobox img {
    border-radius: 50%;
}
.ctmr_infobox h4 {
    font-weight: 400;
    margin-bottom: 0px;
}
.hp_faqs .accordion-item {
    background-color: #E3F3EB;
    margin-bottom: 20px;
    color: #073635;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hp_faqs .accordion-title {
    border-top: unset;
    padding-left: 20px;
    padding-right: 20px;
}
.hp_faqs .accordion-title.active
{
    color: #073635;
    background: unset;
}
.hp_faqs .toggle i {
    font-size: 25px;
}
.accordion .toggle {
    right: 0px;
    left: unset;
}
#fluentform_3 label {
    color: rgb(7, 54, 53);
}
form.fluent_form_3 .ff_btn_style {
    background-color: var(--primary-color) !important;
}
form.fluent_form_3 .ff_btn_style:hover {
    background-color: #026233 !important;
    opacity: unset !important;
}
/* Container chính */
.contact-box{
  background: #ffffff;
  border: 1px solid #e6edf5; /* viền nhạt */
  padding: 22px;
  box-sizing: border-box;
  max-width: 900px; /* điều chỉnh theo cần */
  margin: 0px auto 20px;
}

/* Layout flex */
.contact-inner{
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Icon trái */
.contact-icon{
  flex: 0 0 68px; /* cố định kích thước vùng icon */
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon img{
  width: 54px; /* kích thước icon như hình */
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(120%); /* nếu muốn giống tông xám */
}

/* Nội dung chữ */
.contact-content{
  flex: 1 1 auto;
  position: relative;
}

/* nhãn nhỏ phía trên */
.small-label{
  margin: 0 0 6px 0;
  color: #6b7280; /* xám nhẹ */
  font-size: 14px;
  line-height: 1.3;
}

/* tiêu đề lớn */
.big-title{
  margin: 0 0 12px 0;
  color: rgb(7, 54, 53);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.4px;
}

/* mô tả nhỏ và số điện thoại */
.desc{
  margin: 0 0 22px 0;
  color: #5b6770; /* xám tối vừa phải */
  font-size: 15px;
  line-height: 1.5;
}

/* Wrap để canh nút ở dưới giữa khung nội dung */
.btn-wrap{
  display: flex;
  align-items: center;
}

/* Nút chính */
.contact-btn{
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.06);
  transition: background .15s ease, transform .08s ease;
  margin-top: 8px;
}

/* hover */
.contact-btn:hover{
  background: #026233;
  transform: translateY(-1px);
  color: #fff;
}
.ft_heading h3 {
    font-weight: 500;
    margin-bottom: 15px;
}
.ft_menu a {
    color: #d3e1da;
}
.ft_menu a:hover {
    color: #02904A !important;
}
.ft_menu .ux-menu-link--active .ux-menu-link__link {
    color: #fff;
    font-weight: 500;
}
.business-hours {
  width: 100%;
  color: #d3e1da;
  font-size: 16px;
  box-sizing: border-box;
}

.business-hours .row_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.business-hours .row_time:first-child {
    padding-top: 0px;
}
.business-hours .row_time:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
.business-hours .day {
  flex: 1 1 auto;
  text-align: left;
  font-weight: 500;
}
.business-hours .time {
  flex: 0 0 auto;
  text-align: right;
  font-weight: 400;
  opacity: 0.95;
}
.absolute-footer {
    padding: 0px 0px 10px 0px;
}
.footer-primary {
    float: unset;
    text-align: center;
    color: #fff;
}
.number_countup {
    background: #e6edf5;
    padding: 20px;
    text-align: center;
    color: rgb(7, 54, 53);
}
.number_countup .count-up {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.csvc_img {
    max-height: 300px;
    overflow: hidden;
}
.dabilux-contact-icon-bar-wrapper {
	right: 20px;
	left: unset;
}
.video_btn {
    background: #fff;
    color: #000;
    padding: 1px 15px;
}
.video_btn:hover {
    background-color: var(--fs-color-primary);
}
.video_btn img {
    width: 30px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
/* --- CSS cho các card cộng đồng --- */

/* Cấu trúc chung cho card */
.community-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.community-card .box-text-inner {
    padding: 20px;
}

.community-card .box-image {
    padding: 25px 25px 0 25px;
    background: #f9f9f9;
}

.community-card .box-image img {
    max-width: 300px;
    display: block;
    margin: 30px auto;
}

/* Icon SVG */
.community-card .social-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

/* Nút bấm */
.community-card .button {
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Màu sắc cho từng mạng xã hội --- */

/* Card Facebook */
.card-facebook .social-icon { fill: #1877f2; }
.card-facebook .button { background-color: #1877f2; border-color: #1877f2; }
.card-facebook .button:hover { background-color: #166fe5; border-color: #166fe5; }

/* Card YouTube */
.card-youtube .social-icon { fill: #ff0000; }
.card-youtube .button { background-color: #ff0000; border-color: #ff0000; }
.card-youtube .button:hover { background-color: #e60000; border-color: #e60000; }

/* Card Zalo */
.card-zalo .social-icon { fill: #0068ff; }
.card-zalo .button { background-color: #0068ff; border-color: #0068ff; }
.card-zalo .button:hover { background-color: #0052cc; border-color: #0052cc; }

#bsithaopopup, #bsitinhpopup {
    border-radius: 30px;
}

.bsi_img_popup img {
    border-radius: 16px;
    border: solid 3px green;
}

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


}