.fixed {
    width: 100%;
    top: 0;
    z-index: 99;
    -moz-animation: slideInDown 0.6s ease;
    -webkit-animation: slideInDown 0.6s ease; 
    animation: slideInDown 0.6s ease; 
    background: white;            
    position: fixed;
}
.des_highlight {
    font-weight: 500;
}
.title-footer {
    text-transform: uppercase;
    font-size: 2.5rem;
}
a.btn_full_web:hover {
    background: #BF1E2E;
    color: white;
}
.btn-header {
    background: #b20000;
    color: var(--white);
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.6rem 1.4rem;
    border-radius: 5rem;
} .btn-header:hover {
    cursor: pointer;
    background: #900000;
}

.text-highlight {
    color: var(--color-highlight);
}

.fit-content {
    width: fit-content;
}

.w-full img {
    min-width: 100% !important;
    height: auto;
}

.fs-xl {
    font-size: 2rem;
}

.x-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.fs-xxl {
    font-size: 4rem;
}

.line-block {
    position: relative;
}

.line-block .line:after {
    content: '';
    display: block;
    position: absolute;
    padding-left: 2rem;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 50%;
    z-index: -1;
}

.footer-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn1305.cdn4s2.com/media/anh-chan-trang/anh-footer-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
}

.logo-footer img {
    height: 10rem !important;
}

/*Module tim kiem*/
.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*End Module tim kiem*/

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

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

@media (min-width: 1000px) {
    .ggt {
        display: none;
    }
}
.article-title-about {
    text-align: justify;
    margin-top: 1rem;
    line-height: 3.4rem;
}
.x-b {
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--color-top);
}
.article-title-about > a {
       text-transform: uppercase;
    color: black;
    font-size: 25px;
    font-weight: 700;
}
a.btn_full_web {
    border: 1px solid #BF1E2E;
    color: #BF1E2E;
    background-color: #fff;
    display: inline-block;
    padding: 8px 1.5rem;
    border-radius: 25px;
}
.banner img {
    object-fit: cover;
    max-height: 34rem;
}
.swiper-slide--wrap {
    width: 50% ;
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
}
.swiper-slide--link {
    border-radius: 25px;
    border: 0;
    color: white;
    background: red;
}
a.swiper-slide--link > i {
    margin-left: 5px;
}
.title-highlight {
    font-size: 2rem;
}
/*reponsive mobile*/
@media (max-width: 768px) {
    .ggt {
        display: block;
    }
}
@media (min-width: 992px){
.col-md-5-custom {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
}