.header_mb > .container > .row > div:last-child {
    display: flex;
    justify-content: end;
}

.header_mb .btn-action-header {
    padding: 8px 5px !important;
}

.setting-menu > .container > .row > div:nth-child(2) {
    padding: 0;
}

.setting-menu > .container > .row > div:last-child {
    padding-left: 0;
    display: flex;
    justify-content: end;
}

.img_custom {
    height: 20px;
}

.bg-footer{
    background-image: url('https://cdn2104.cdn4s6.io.vn/media/journey-of-emotion-1920-x-1080-px-1960-x-827-px.png');
    background-size: cover;
    background-position: center center;
}

.entire-info-website {
    color: white;
}


.footer-text .title-section>span {
    color: white;
    border-left: 0px solid var(--color-main);
    padding-left: 0px !important;
}

.footer-text .article-item .article-title a {
    color: #fff;
}

.footer-text .article-news .article-title a {
    color: #fff;
}

.view-small .article-news {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e3e3e3;
}

.footer-text .view-small .article-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 0px solid #e3e3e3;
}
.bg-red{
    background-color: #ed1d24;
}

/*CSS by quyettq*/
.custom-translate {
    display: inline-block;
    font-family: Arial, sans-serif;
}

/* Tùy chỉnh dropdown */
.custom-dropdown {
    position: relative;
    width: 165px;
    cursor: pointer;
}

.selected-lang {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
}

.selected-lang:hover {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.flag-icon {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.lang-list li {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    transition: background-color 0.2s ease;
}

.lang-list li:hover {
    background-color: #f0f0f0;
}

.lang-list li img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

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

.selected-lang::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    background-size: cover;
}

#countryList {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
}

#countryList.show {
    display: block;
}

.country-item {
    padding: 8px 12px;
    cursor: pointer;
}
.country-item:hover,
.country-item.active-country {
    background: #f1f1f1;
}

/*End css quyettq*/