/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
.edit-comment span.btn{
     font-size: 17px !important;
}
.fs-17{
    font-size: 17px !important;
}
article.article-detail {
    font-size: 17px;
}
.article-description {
    font-size: 17px;
}
header, body, footer {
    font-family: 'Nunito', sans-serif;
}
.product-content-detail a {
    font-size: 17px !important;
}
.product-content-detail {
    font-size: 17px;
}
.bg-higtlight {
    background: var(--color-hightlight);
}

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

.menu {
    float: right;
    width: calc(100% - 50px);
}

.language-picker {
    margin: 10px 0;
}

.language-picker img {
    width: 30px;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget span {
    display: none;
}

/*--------------------------------------------------------------------------
|  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);
}
.slogan{
    font-size: 16px;
}
img.img-icon {
        margin-bottom: 5px;
    margin-right: 4px;
    height: 29px;
    width: 30px;
}
.item-des-category, .article-home .inner-content.bottom-me.text-center {
    background: rgb(38 172 226 / 50%);
    bottom: 0;
}
.search-pro {
    bottom: 19px;
       right: 227px;
    position: absolute;
}
.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: rgb(38 172 226 / 80%);
    width: 138%;
    padding: 50px;
    left: -22%;
    top: 50%;
    transform: translateY(-50%);
}

.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;
}

.tooltip-top {
    display: inline-block;
    font-size: 14px;
    color: transparent;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*--------------------------------------------------------------------------
|  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 {
    max-height: 10rem;
}

.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;
}

/*popup*/
.title-section-popup {
    text-transform: uppercase;
    font-size: 22px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.btn-detailPro {
       margin: 1rem 0px;
}
button.btn-new {
    border: 0;
    width: 30%;
    background-color: #fdc600;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: rgb(0 0 0 / 20%) 0 3px 5px;
}
button.btn-closee {
    font-size: 1.1rem;
    color: var(--color-main);
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 98;
    top: 21%;
    position: absolute;
    right: 28%;
}
.modal-bookroom {
    /* padding: 0px; */
    max-width: 700px;
}
/*popup*/
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .about-us .border_about {
    color: #fff;
    position: relative;
    z-index: 1;
    background: #0b3257cf;
    width: 100%;
    padding: 50px;
    left: 0;
    top: 0;
    transform: translateY(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%;
}
@media(min-width:1200px) and (max-width: 1400px){
    .search-pro {
    right: 6%;
}
}
@media(min-width:1600px){
   .search-pro {
    right: 22%;
}
}
@media(max-width:768px){
   .menu {
    float: right;
    width: calc(100% - -8px);
}
.search-pro {
    bottom: 19px;
    right: 0;
    position: absolute;
}
a.language-picker, a.currency-picker {
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 35px;
    color: #666;
}
}