/*
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.   ***************/
@font-face {
  font-family: Nobel;
  src: url(https://lexushanoi-chinhhang.com.vn/fonts/Nobel.otf);
  font-weight: normal;
}

@font-face {
  font-family: 'NobelVnu-Light';
  src: url('/fonts/2249NobelVnu-book.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body,.nav > li > a {
font-family: 'NobelVnu-Light', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-weight: 700 !important;
}
.mb-0{
margin-bottom: 0px !important;
}
.m-0{
margin: 0px !important;
}
input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], textarea{
background-color: rgb(0 0 0 / .03);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgb(0 0 0 / .09);
  color: currentColor !important;
  border-radius: 99px;
}
.wpcf7-form-control.wpcf7-submit{
border-radius: 99px;
}
@media (max-width: 767px) {
.accordion .accordion-inner, .accordion .accordion-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
.bang-gia-chung{
width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  table-layout: fixed;
  word-wrap: break-word;
  margin: 0 auto;
}
.bang-gia-chung th, .bang-gia-chung td {
border: 1px solid #ccc;
padding: 5px;
text-align: left;
}
.table-td-white td,.nav>li.has-icon>a>i{
  color: white !important;
}