.bg-header-images {
    background-image: url(http://cdn1946.cdn4s4.io.vn/media/bg-web/admindp15760500161481.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-header-images > .container > .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.entire-info-website-header span {
    color: var(--color-highlight2);
    font-size: 22px;
    font-weight: bold;
}

.button-link-dat-lich {
    position: relative;
}

.cus-link-img-baner-home1 {
    position: absolute;
    right: 50px;
    bottom: 45px;
    background-color: var(--color-highlight2);
    color: white;
    font-weight: 700;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.cus-link-img-baner-home1:hover {
    background-color: #08eecf;
}

.category-header h3 {
    text-transform: uppercase;
    background-color: var(--color-highlight);
    color: white;
    font-size: 15px;
    /*font-family: Verdana, sans-serif;*/
    font-weight: 700;
    height: 38px;
    line-height: 1.5;
    margin: -7px 0 0;
    float: left;
    box-shadow: 3px 5px 5px #a7a6a5;
    border-left: 5px solid #42a0ff;
    padding: 7px;
}

.category-header {
    width: 100%;
    height: 38px;
    margin-top: 10px;
}

.category-header-hr {
    z-index: -1;
    width: 100%;
    height: 24px;
    background-color: var(--color-highlight);
    margin-right: 15px;
}

.border-shadow-bv {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 20px;
}
.cus-chi-tiet-bv {
    color: var(--color-highlight);
}
.cus-chi-tiet-bv i {
    font-size: 12px;
}
.cus-chi-tiet-bv i {
    font-size: 11px;
}


.card-header button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-khuyenmai {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-top: 30px;
}

.cus-cam-nghi-kh .article-item .article-title a {
    color: black;
    font-weight: 400;
}

.cus-rounded8 {
    border-radius: 8px;
}

.menu-footer ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
    margin-top: 1rem;
}

.menu-footer ul > li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.menu-footer ul > li > a {
    color: var(--white);
    text-transform: inherit;
    font-weight: 600;
    font-size: 16px;
}

.box-feature-map img {
    width: 100%;
}

.cus-ten-bv-ctbv {
    position: relative;
    background-color: white;
    margin-top: -1rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    margin: 0 15px;
    top: -30px;
    padding: 25px 10px;
    text-align: center;
    font-size: 22px;
}
 
@media (max-width: 769px) {
.is-mobile .logo-section img {
    height: 9rem;
}
.menu-footer ul > li > a {
    font-size: 13px;
}

.menu-footer ul > li {
    margin-right: 2px;
    margin-bottom: 10px;
    border-right: 1px solid white;
    padding-right: 2px;
}

.box-feature-map img {
    display: none;
}

.is-mobile .menu-section .active {
    color: var(--color-highlight) !important;
}






}







