.subcribe-frm-title .caption {
	flex: 0 0 79%;
	max-width: 79%;
	width: 100%;
}

.language-wrapper {
	position: relative;
	padding: 0 20px !important;
}

.language-wrapper .current-language {
	display: flex;
	align-items: center;
}

.language-wrapper ul {
	display: flex;
	align-items: center;
	gap: 5px;
}

.language-wrapper ul a {
	display: block;
	width: 20px;
	height: 12px;
}

.language-wrapper ul a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-top h3{
	color: white;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

/* ===== FIX HEADER CAC TRANG CON ===== */
@media screen and (min-width: 1025px) {

    html body #header .container {
        width: calc(100% - 60px) !important;
        max-width: 1680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Logo trang con */
    html body #header .header-wrapper-left {
        flex: 0 0 120px !important;
        min-width: 120px !important;
        width: 120px !important;
        margin: 0 !important;
    }

    html body #header .header-wrapper-left img {
        width: 100px !important;
        max-width: 100px !important;
        height: auto !important;
    }

    /* Khu vực menu chính */
    html body #header .header-wrapper-center {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        padding-left: 12px !important;
    }

    html body #header .main-menu-nav .nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
    }

    html body #header .main-menu-nav .nav > li > a {
        white-space: nowrap !important;
    }

    /* Ngôn ngữ, tìm kiếm và hotline */
    html body #header .header-wrapper-right {
        flex: 0 0 auto !important;
        margin: 0 !important;
    }
}

/* Cân đối trên màn hình laptop */
@media screen and (min-width: 1025px) and (max-width: 1440px) {

    html body #header .main-menu-nav .nav {
        column-gap: 8px !important;
    }

    html body #header .main-menu-nav .nav > li > a {
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 14px !important;
    }

    html body #header .language-wrapper {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    html body #header .header-wrapper-right {
        gap: 5px !important;
    }
}