body {
    font-family: math !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: var(--text_main_color, #aaaaaa);
    background-color: #fff;
}
@media (max-width: 375px){
    .widget-title.big{
	    font-size: 20px;
    }
    .header .icon-box__subtitle{
	    text-align: left;
    }
}
.header .icon-box .fa {
    color: #f7c525;
    margin-right: 3px;
}
.img-news{
	width: 100%;
}
.latest-news__date{
  right: -10px;
  top: -15px;
}
.header__logo img{
  width:105px;
}
.checkbox-button i{
    display:none;
}
.lang-menu{
  display: flex;
    align-items: center;  
}
/* container */
.language{
  position: relative;
}

/* nút ngôn ngữ */
.language #first-li{
  cursor: pointer;
}

/* dropdown list */
.language .dropdown-menu{
  display: none;              /* mặc định ẩn */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 180px;
  margin: 0px 0 0;
  padding: 8px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

/* item */
.language .dropdown-menu li{
  list-style: none;
}
.language .dropdown-menu .language-select{
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  background: transparent;
  border: 0;
}
.language .dropdown-menu .language-select:hover{
  background: rgba(0,0,0,.05);
}

/* ===== Desktop: hover để sổ xuống ===== */
@media (hover: hover) and (pointer: fine){
  .language:hover .dropdown-menu{
    display: block;
  }
}
.language #first-li:hover{
    color:#f7c525;
}
 .main-navigation > li > a{
     font-size:16px;
     font-weight: 500;
 }
 .page-box__title{
     min-height:78px;
 }
 .jumbotron-overlap .clamp{
     min-height:160px;
 }
 .header__widgets{
    position: relative;  
 }
 .header__widgets .header_name{
    position: absolute;
    left: 0;
    top: 50%;
    color: #6faf45;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
 }
 

.btn-link {
    color: #6faf45;
    font-weight: normal;
    border-radius: 0;
}
.testimonial__quote {
    min-height: 150px;
}
.quickQuoteForm_wrapper {
     width: 80% !important;
     margin: 0 auto;
 }
 .number-counter__icon {
    color: #f7c525;
}
 @media (min-width: 1200px) {
    .header__navigation {
        width: 100%;
        margin-left: 105px;
        margin-top: -30px;
    }
    .header__widgets {
        width: calc(100% - 120px);
        align-items: baseline;
    }
}
@media (min-width: 992px) {
    .header__logo {
        width: 120px;
        height: 120px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, .main-navigation > li[aria-expanded="true"] > a::after {
       background-color: #f7c525;
    }
    .main-navigation > .current-menu-item > a::after {
        position: absolute;
        content: "";
        width: calc(100% - 30px);
        height: 5px;
        left: 15px;
        bottom: 0;
        background-color: #f7c525;
    }
}
 @media (max-width: 768px) {
     .header {
         display: block;
     }
     .header__widgets .header_name {
         display: none;
     }
     .jumbotron-content__title h2 {
         color: #fff;
     }
     .quickQuoteForm_wrapper {
         width: 100% !important;
     }
 }     
