     .img-item-bg {
    position: relative;
}

.img-item-bg img {
    width: 100%;
    height: auto;
    display: block;
}

.img-item-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25); /* light dark layer */
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

@media (max-width: 768px) {
    .h1 { font-size: 32px; }
    .h2 { font-size: 28px; }
    .h3 { font-size: 24px; }
    .h4 { font-size: 20px; }
    .h5 { font-size: 18px; }
    .h6 { font-size: 16px; }
      a {
        font-size: 14px;
    }
}

.slider-wrap {
    position: relative;
}

.slider-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

.footer-info .link i {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.footer-info .infor-phone{
       font-size: 17px; 
}

.section-contact .list-contact .mini-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

    .section-contact .container,
.section-contact .row,
.list-contact .h5 {
    overflow-x: hidden;
    word-break: break-word;
}
.bg-img-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section-map iframe{
    width:100%;
    height:450px;
    border:0;
}

.map-wrapper{
    line-height:0;
}

.quick-contact {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 60px;
  z-index: 9999;
}

.quick-contact img {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  z-index: 9;
}

                .wg-benefit{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wg-benefit .ic-wrap{
    margin: 0 auto;
}

.banner-benefit .title{
        text-align: center;
}
    .banner-benefit .desc{
           text-align: center;
    }
    @media (max-width: 767px) {
    .banner-benefit .col-lg-4:first-child,
    .banner-benefit .col-lg-4:last-child {
        display: none;
    }
    .text-body-large{
            font-size: 17px;
    }

    /* Make center content full width */
    .banner-benefit .col-lg-4.text-center {
        flex: 0 0 100%;
        max-width: 100%;
    }
}.footer-heading{
        color: #000000;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.footer-info .link i{
        color: black;
    font-weight: 800;
}
@media (min-width: 1025px) {
    .footer-inner {
        justify-content: space-around;
    }
}
     .footer-info .infor-email{
             font-size: 15px;
     }

    .image-modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    text-align:center;
}

.modal-content{
    margin:auto;
    display:block;
    max-width:90%;
    max-height:90%;
    margin-top:5%;
}

.close-modal{
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}
