.product {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    margin-bottom: 20px;
}

.intro__label {
    color: #fff;
    font-weight: bold;
}
.post-item .box-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 6.5em;
}
.post-item .box-img img{
width: 100%;
height: 210px;
object-fit: cover;
}
.post-item .box-text .desc{
display: none;
}
.header-main .main-nav .navbar-nav .nav-item a.nav-link{
    font-size: 14px;
    padding-left: 0.5rem;
}
.fb-page,.fb-page span,.fb-page iframe{
    height: 130px !important;
}
footer .section-footer img{
    width: 20%;
}
@media(max-width: 998px){
.header-main span.btn-dropmenu{
    right: 25px;
}
.btn-dropmenu i{
    background-color: unset;
    color: red;
}
}
@media(max-width: 426px){
    .item_body  h3.title.text-line-1{
        margin-top: 10px;
    }
    .item_body  h3.title.text-line-1 a{
    font-size: 14px;
    text-align: center;
    display: block;
    }
    .post-item .box-img img{
        height: auto;
    }
   .route .item_img img{
    padding: 10px;
    }
    .sidbar-img a,{
        display: block;
    }
    .sidbar-img a img{
        width: 100%;
    }
    .slider-home .swiper-slide img{
            height: 155px;
    }
}
.slider-home .swiper-slide img {
    height: 500px;
    object-fit: cover;
}
.signup-consultation .item_img{
        text-align: center;
        padding-top: 46px;
}
.signup-consultation .item_img img{
    width: 75%;
}
.header-main span.btn-dropmenu{
    right: 9px;
}
section.about-us .about-content-wrapper h2{
        font-size: 30px;
}
section.route .item{
    height: 250px;
    overflow: hidden;
    position: relative;
}
section.route .item .btn_readmore::before {
    height: 86px;
    margin-top: -85px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}
section.route .item .btn_readmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 32px;
}
section.route .item .btn_readmore a{
    color:#1929a4;
}
section.route .item.show{
    height: 100%;
}

/*google translate*/

/*Phuonghv google dá»‹ch*/

.google-translate {
    overflow: hidden;
    min-width: 150px;
    height: 30px;
}

.google-translate .goog-te-combo {
    margin: 0 !important;
    border: 1px solid #999 !important;
    padding: 5px 8px !important;
    border-radius: 4px !important;
    height: 30px;
    min-width: 130px;
}

.goog-te-banner-frame {
    display: none;
}


/*End*/