/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
header, body, footer {
    font-family: "Nunito Sans", sans-serif;
}

.bg-higtlight {
    background: var(--color-hightlight);
}

.color-highlight {
    color: var(--color-hightlight) !important;
}
/*Block Logo-HTML*/
.logo-html .logo-section .img-fluid {
    height: auto !important;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-about {
    background: url(/templates/ecommerce01/assets/media/template/bg.png);
}

.item-des-category,
.article-home .inner-content.bottom-me.text-center {
    background: rgb(9 60 76 / 71%);
    bottom: 0;
}

.bg-construction {
    background: url(/templates/ecommerce01/assets/media/template/bg-cong-trinh.jpg) no-repeat;
    background-size: cover;
}

.bg-construction .title-section {
    color: #fff;
}

.bg-reg {
    background: url(/templates/ecommerce01/assets/media/template/contact_form.png) no-repeat;
    background-size: cover;
}

.inner-content {
    min-height: 90px;
}

.color-main {
    color: var(--color-main);
}

.item-des-category, .article-home .inner-content.bottom-me.text-center {
    background: rgb(11 50 87 / 71%);
    bottom: 0;
}

.article-item .article-title a {
    color: var(--color-main);
}

.home_tintuc .inner-content, .home_tintuc .article-item .article-title a, .home_tintuc a {
    color: #fff !important;
}



.article-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.4;
}

.about-us .border_about {
    color: var(--white);
    position: relative;
    z-index: 1;
    background: #0b3257cf;
    width: 138%;
    padding: 50px;
    left: -22%;
    top: 8%;
}

.about-us .intro-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
}

.about-us .intro-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--white);
}

.about-us .intro-title a {
    color: var(--white);
}

.about-us .read-more {
    color: var(--white);
    text-transform: uppercase;
}

.contact-info-website {
    position: relative;
    bottom: -70px;
    left: -190px;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: #000000;
}

.icon-call {
    position: fixed;
    bottom: 50px;
    z-index: 1024;
}

.icon-call img {
    width: 45px;
    height: auto;
}

.item_left {
    left: -15px;
}

.item_right {
    right: 15px;
}


.icon-call li {
    margin-top: 10px;
    list-style: none;
}

.top-btn {
    width: 40px;
    height: 40px;
    background: var(--color-main);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    z-index: 999;
    transition: .5s;
}

/*Block Thông tin website HTML*/
.info-website .logo-section .img-fluid {
    height: auto !important;
}

.logo_contact img {
    width: 40px;
    margin: 0 10px;
}

.logo_contact ul {
    display: inline-flex !important;
}

.logo_contact {
    text-align: center;
}

.info-website p {
    margin-bottom: 0 !important;
}

.footer-menu-section ul li {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .about-us .border_about {
    color: #fff;
    position: relative;
    z-index: 1;
    background: #0b3257cf;
    width: 100%;
    padding: 50px;
    left: 0;
    top: 0;
}

.is-mobile .logo_contact {
    display: none;
}

.is-mobile .title-footer {
    font-size: 16px;
}

.is-mobile .contact-info-website {
    position: relative;
    bottom: -30px;
    left: 0;
}

.is-mobile .content_lienhe {
    margin-bottom: 0 !important;
}

.is-mobile .entire-map {
    padding-top: 75%;
}