.footer-right-fixed {
    position: fixed;
    right: 14px;
    bottom: 80px;
    z-index: 999;
}
.list-fixed-support li.hotline-fixed-sp {
    background: rgba(221, 51, 51, 0.7);
    box-shadow: 0 0 0 0 rgba(221, 51, 51, 0.7);
}

.list-fixed-support li {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px;
}
.list-fixed-support li a {
    background: #dd3333;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.list-fixed-support img {
    width: 50px;
    height: auto;
    object-fit: contain;
}
.hotline-fixed-sp img, .zalo-fixed-sp img {
    width: auto;
    height: 30px;
}
.list-fixed-support li.zalo-fixed-sp a {
    background: #2196F3;
}
.footer .custom_md_3 .col_1{
    display: none;
}
.footer_map iframe {
    height: 250px;
    width: auto;
}
#blog .section-blog:first-child {
    display: none;
}
.article-pages p{
    line-height: 1.5;
}
.menu_cap1{
    text-transform: uppercase;
}
.categoryDescription-button{
    position: relative;
}
.categoryDescription-content{
    height: 135px;
    overflow: hidden;
}
.categoryDescription.active .categoryDescription-content {
    height: auto;
}
.categoryDescription-button p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
}
.categoryDescription {
    padding: 10px 15px;
}
.categoryDescription-button:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    display: block;
}
#blog .news-item .news-img img {
    height: 319px;
    width: 500px;
    object-fit: cover;
    max-width: 500px;
    object-position: left;
}
@media (max-width: 768px) {
    .categoryDescription {
        padding: 0 0 40px;
    }
}