/*-----------------------------------------------------------------------------------

    Theme Name: Capi x Mobifone
    Description: Capi x Mobifone
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    :: 1.0 Font Google
    :: 2.0 Variable CSS
	:: 3.0 Reset CSS
	:: 4.0 Class Global
		:: 4.1 Class Color
		:: 4.2 Class Background
		:: 4.3 Class Button
	:: 5.0 Layout CSS
	 	:: 5.1 Header
		:: 5.2 Footer
-----------------------------------------------------------------------------------*/


/*=============================
	:: 1.0 Font Google
===============================*/

@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");

/*=============================
	:: 2.0 Variable CSS
===============================*/

:root {
    --primary-font: "Manrope", serif;
    --cta-bg-o: #0e1525;
    --black-bg: #001733;
    --white-bg: #ffffff;
    --linear-gradient-bg: linear-gradient(92deg, #0a77ff 1.96%, #5ca5ff 99.71%);
    --cta-text: #6d15a2;
    --cta-text-o: #240044;
    --black-text: #0e1525;
    --white-text: #ffffff;
    --primary-text: #ffdc00;
}


/*=============================
	:: 3.0 Reset CSS
===============================*/

a {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #f6f9fb;
    font-family: var(--primary-font);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none !important;
    outline: 0 none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}


/*=============================
	:: 4.0 Class Global
===============================*/

a:hover {
    text-decoration: none !important;
}

button:focus {
    outline: none !important;
}

.mobile-nav,
.mobile-controls {
    display: none;
}

.desktop-tabs {
    display: flex;
}

.mobile-tabs-dropdown {
    display: none;
}

@media (max-width: 809px) {
    body {
        width: 100%;
        /* Sử dụng 100% thay vì 768px */
        overflow-x: hidden;
    }
    .container-header {
        width: 100%;
        background: #f6f9fb !important;
        margin: 0 auto;
        padding: 0;
    }
    .cp-header-top {
        display: none !important;
    }
    .cp-header-bottom__left a img {
        width: 100px;
    }
    .banner .banner-button-wapper {
        display: none;
    }
    .banner {
        padding: 20px 14px 0 14px !important;
        /* height: 110px; */
    }
    .introduce-content,
    .content-title,
    .content-header {
        width: 100%;
        padding: 10px;
    }
    .content-title {
        gap: 10px;
    }
    .introduce-content {
        flex-direction: column-reverse;
        gap: 0;
    }
    .content-header h1,
    .content-header span {
        font-size: 24px;
    }
    .content-button :first-child span {
        font-size: 14px;
    }
    .content-button button {
        height: 35px;
        padding: 20px 25px;
        font-size: 14px;
    }
    .image-mobifone {
        height: 294px;
        width: 90%;
        margin: 15px 10px;
        background-size: cover;
        background-position: center;
        flex: unset;
    }
    .image-mobifone_button {
        width: 150px;
        height: 50px;
    }
    .image-mobifone_button span {
        font-size: 14px;
    }
    .image-button {
        width: 24px;
        height: 24px;
    }
    .news_viewall {
        width: 100px;
        height: 40px;
        font-size: 12px;
        padding: 0;
        justify-content: center;
    }
    .prize-title {
        font-size: 20px;
    }
    .scrolling-tabs-mobile {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
    }
    .scrolling-tabs-mobile::-webkit-scrollbar {
        display: none;
    }
    #prevBtn,
    #nextBtn {
        display: none !important;
    }
    .mobile-nav,
    .mobile-controls {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }
    .mobile-btn {
        background: #FFF;
        border: 1px solid var(--border-border-secondary, #DBDCDE);
        width: 42px;
        height: 42px;
        cursor: pointer;
        border-radius: 50%;
    }
    .package-product {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .package-product_header_title {
        gap: 5px;
    }
    .package-product_header_title h2 {
        font-size: 20px;
    }
    .package-product_header_title h2 span {
        font-size: 20px;
    }
    .package-product_header_category {
        justify-content: space-between;
        padding: 0;
        margin-top: 10px;
    }
    .package-product_content {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .tabs-wrapper {
        margin: 0 30px;
    }
    .desktop-tabs {
        display: none !important;
    }
    .mobile-tabs-dropdown {
        display: block !important;
        position: relative;
    }
    .mobile-tabs-dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 20px;
        background: #fff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none;
        outline: none;
        box-shadow: 0px -12px 10px rgba(0, 0, 0, 0.03);
    }
    .mobile-tabs-dropdown .dropdown-toggle::after {
        display: none !important;
        content: none !important;
        background-image: none !important;
    }
    .mobile-tabs-dropdown .dropdown-menu {
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 1000;
    }
    .mobile-tabs-dropdown .dropdown-toggle::-ms-expand {
        display: none;
    }
    .mobile-tabs-dropdown .dropdown-menu li {
        padding: 10px 15px;
        cursor: pointer;
    }
    .mobile-tabs-dropdown .dropdown-menu li:hover {
        background: #f0f0f0;
    }
    .mobile-tabs-dropdown.open .dropdown-menu {
        display: block !important;
        border: none;
        margin-top: 5px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
        border-radius: 16px;
    }
    .mobile-tabs-dropdown .dropdown-arrow {
        transition: transform 0.3s ease;
    }
    .mobile-tabs-dropdown.open .dropdown-arrow {
        transform: rotate(90deg) !important;
    }
    .package-product_content_main {
        display: flex;
        flex-direction: column;
    }
    .package-product_content_main_left {
        border: none;
        padding: 0;
        margin: 0;
    }
    .package-product_content_main_left_banner {
        height: 220px;
        object-fit: cover;
    }
    .package-product_hot {
        /* top: -330px !important; */
    }
    .package-product_content_main_right {
        gap: 20px;
        padding-top: 20px;
        position: relative;
    }
    .package-product_content_main_right_title {
        font-size: 20px;
    }
    .package-product_content_main_right_description {
        font-size: 14px;
    }
    .package-product_content_main_right_price {
        font-size: 18px;
        margin-top: 0;
    }
    .package-product_content_main_right_price2 {
        font-size: 14px;
        line-height: 0;
    }
    .package-product_content_main_right_support {
        padding: 4px;
    }
    .btn_trans {
        width: 80%;
    }
    .ilus1 {
        display: none;
    }
    .prize {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .homeClient {
        padding: 20px;
    }
    .--listClient .slick-list {
        padding: 0;
    }
    .homeClient .slick-track {
        padding: 0;
    }
    .homeClient .itemClient {
        margin: 0;
    }
    .homeStandard {
        margin-bottom: 35px !important;
    }
    .standard_description p {
        font-size: 14px;
    }
    .homeClient .--listStandard .slick-track {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .homeClient .--listStandard .content_standard .text {
        line-height: 1.7;
    }
    .review {
        height: auto;
        padding-bottom: 30px;
    }
    .review_tag {
        font-size: 14px;
        padding-top: 10px;
    }
    .review_title1 {
        font-size: 20px;
    }
    .review_title2 {
        font-size: 24px;
    }
    .review_tag2 {
        font-size: 14px;
    }
    .review_main {
        width: auto;
        margin-top: 30px;
        padding: 20px 44px 60px;
    }
    .review_description {
        padding: 25px 0 12px 0;
    }
    .news_subtitle {
        font-size: 14px;
    }
    .news_title {
        font-size: 18px;
    }
    .footer-shape {
        height: auto !important;
        padding-top: 25px;
    }
    .content-footer {
        padding: 0 24px !important;
    }
    .box-input {
        flex-direction: column;
    }
    .box-input .infor {
        width: auto !important;
        padding-bottom: 20px !important;
    }
    .box-input .infor h2 {
        font-size: 20px !important;
    }
    .box-input .infor p {
        font-size: 14px !important;
    }
    .input-box {
        width: auto !important;
        padding: 20px 30px !important;
        border-radius: 16px 16px 0 0 !important;
    }
    .box-content {
        flex-direction: column-reverse !important;
        padding: 40px 0 0 0 !important;
        gap: 25px !important;
    }
    .box-content .list-infor {
        margin-left: 0 !important;
        width: auto !important;
    }
    .list-page ul {
        gap: 0 !important;
    }
    .footer-end {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

.container-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


/* container 0 -> 767px */

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 14px;
}


/* container 768px - 1023px*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 920px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1024px - 1279px*/

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1280px - 1439px*/

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .container {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1440px - 1599px*/

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .container {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1600px - 1919px*/

@media screen and (min-width: 1600px) {
    .container {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1920px*/

@media screen and (min-width: 1920px) {
    .container {
        width: 1440px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.badge {
    border-radius: 30px;
    padding: 4px 16px !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.72px;
}

.badge-secondary {
    background: #303030 !important;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../img/icon/calendar.svg") no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.bg-gray {
    background-color: #f6f6f6;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Extra small devices (phones, 600px and down) */

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
th,
td {
    line-height: 1.4;
}

fw-3 {
    font-weight: 300 !important;
}

fw-4 {
    font-weight: 400 !important;
}

fw-5 {
    font-weight: 500 !important;
}

fw-6 {
    font-weight: bold !important;
}

fw-7 {
    font-weight: 700 !important;
}


/*=============================
	:: 4.1 Class Color
===============================*/

.text-primary {
    color: var(--primary-text) !important;
}

.text-black {
    color: var(--black-text) !important;
}

.text-cta {
    color: var(--cta-text) !important;
}

.text-cta-o {
    color: var(--cta-text-o) !important;
}

.text-white {
    color: var(--white-text) !important;
}

.text-danger {
    color: #ff2626 !important;
}

.text-success {
    color: #2feb42 !important;
}

.text-warning {
    color: #ffe81e !important;
}


/*=============================
	:: 4.1 Class Background
===============================*/

.bg-primary {
    background-color: var(--primary-bg) !important;
}

.bg-black {
    background-color: var(--black-bg) !important;
}

.bg-cta {
    background-color: var(--cta-bg) !important;
}

.bg-cta-o {
    background-color: var(--cta-bg-o) !important;
}

.bg-white {
    background-color: var(--white-bg) !important;
}


/*=============================
	:: 4.3 Class Button
===============================*/

.btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    cursor: pointer;
}

.btn.btn-primary {
    color: var(--white-text);
    background: var(--linear-gradient-bg);
    border: none;
    padding: 20px 40px;
    border-radius: 9999px;
}

.btn.btn--primary {
    padding: 16px 24px;
    color: var(--black-text);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--linear-gradient-bg);
}

.btn.btn-secondary {
    color: var(--black-text);
    background: var(--white-bg);
    border: 1px solid #000;
    padding: 20px 40px;
    border-radius: 9999px;
}

@media only screen and (max-width: 768px) {
    .btn.btn-primary,
    .btn.btn--primary,
    .btn.btn--cta,
    .btn.btn--gray {
        font-size: 14px;
        padding: 12px 24px;
    }
    .form-control {
        font-size: 14px;
    }
}


/*=============================
	:: 5.0 Layout CSS
===============================*/

#app {
    overflow-x: hidden;
}

.button-fixed {
    position: fixed;
    z-index: 99999;
    right: 32px;
    bottom: 32px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.button-fixed__cs {
    cursor: pointer;
    svg {
        width: 32px;
        height: 32px;
    }
}

.button-fixed__cs .icon-2 {
    display: none;
}

.button-fixed__list {
    position: absolute;
    transform: translateY(-100%);
    top: -16px;
    display: none;
    gap: 16px;
    flex-direction: column;
}

.button-fixed__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }
}


/*=============================
	:: 5.1 Header
===============================*/

.cp-header {
    margin: 0 auto;
    top: 0;
    z-index: 999;
    transition: all 0.3s;
    margin: 0px 20px 0 20px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate(-50%, -100%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.header-fixed {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    animation: fadeInDown 0.5s ease-out forwards;
}

.cp-header .cp-header-top {
    background-color: #96c5ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 44px;
}

.cp-header .cp-header-top .cp-header-top__left ul {
    display: flex;
    gap: 6px;
}

.cp-header .cp-header-top a {
    color: var(--white-text);
    text-decoration: none;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cp-header .cp-header-top .cp-header-top__left ul li a {
    border-radius: 18px;
    padding-left: 16px;
    padding-right: 16px;
    background: white;
    color: #0a77ff;
    border: 1px solid #0a77ff;
    cursor: initial;
}

.cp-header .cp-header-top .cp-header-top__left ul li a:hover {
    /* background-color: var(--white-bg);
    color: var(--black-text); */
}

.cp-header .cp-header-top .cp-header-top__right ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cp-header .cp-header-top .cp-header-top__right ul li a {
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.language-select select {
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    appearance: none;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
}

.language-select select:focus {
    outline: none;
}

.language-select select option {
    padding: 10px;
}


/*=============================
	:: 5.2 Footer
===============================*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.footer {
    overflow-x: hidden;
}

.footer-shape {
    width: 100%;
    height: 161px;
    margin-bottom: -25px;
}

.footer-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-footer {
    display: flex;
    padding: 0px 150px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: #001733;
}

.box-input {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid var(--background-bg-solid-senary, #93969d);
    gap: 30px;
}

.box-input .infor {
    display: flex;
    width: 492px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.box-input .infor h2 {
    color: #f5f5f5;
    /* H2/Semibold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
}

.box-input .infor p {
    color: #f5f5f5;
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.input-box {
    display: flex;
    width: 787px;
    padding: 41px 59px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border: 1px solid #111;
    border-radius: 32px 32px 0px 0px;
    background: var(--background-bg-primary, #fff);
}

.input-box .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.input-box .input input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--border-border-secondary, #dbdcde);
    color: var(--text-placeholder, #626771);
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.input div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    margin-bottom: 10px;
}

.input-box button {
    display: flex;
    padding: 14px 36px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: var( --Button, linear-gradient(83deg, #0a77ff 23.35%, #5ca5ff 105.14%));
    border: none;
    outline: none;
    cursor: pointer;
}

.input-box button span {
    color: var(--background-bg-primary, #fff);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
}

.box-content {
    display: flex;
    align-self: stretch;
    padding: 40px 0px 100px 0px;
    align-items: flex-start;
}

.box-content .list-page {
    display: flex;
    align-items: center;
    gap: 56px;
    flex: 1 0 0;
    align-self: stretch;
}

.list-page ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.list-page ul li:first-child {
    color: var(--blue-blue-500, #0a77ff);
    /* BodyLarge/Medium */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.list-page ul li {
    color: var(--text-placeholder, #626771);
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.box-content .list-infor {
    display: flex;
    width: 380px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    /* margin-left: 80px; */
}

.list-infor .infor-location {
    display: flex;
    /* max-width: 219.08px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.list-infor .infor-location div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.list-infor .infor-location div p:first-child {
    color: var(--text-heading-inverted, #fff);
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.list-infor .infor-location div p {
    color: var(--text-placeholder, #626771);
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.list-infor .infor-icon {
    display: flex;
    align-items: center;
    gap: 32px;
}

.list-infor .infor-icon div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-infor .infor-icon div:first-child a {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px 12px 0px 12px;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.list-infor .infor-icon div:first-child a img {
    width: 20px;
    height: 20px;
}

.list-infor .infor-icon div img {
    width: 168px;
    height: 63px;
    object-fit: cover;
}

.footer-end {
    display: flex;
    height: 70.2px;
    padding: 26.2px 0px 25px 0px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-top: 1.2px solid var(--background-bg-solid-senary, #93969d);
}

.footer-end div p {
    color: var(--text-placeholder, #626771);
    /* CaptionLarge/Regular */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.footer-end .footer-end-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.footer-marquee {
    position: relative;
    display: flex;
    padding-top: 200px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.wapper {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: var(--blue-blue-500, #0a77ff);
    color: white;
    font-size: 48px;
    font-weight: bold;
    transform: rotate(1deg);
    padding: 24px 40px;
    top: 30px;
    width: 100%;
}

.wapper-two {
    width: 100%;
    transform: rotate(-2deg);
    padding: 24px 40px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    background: var(--blue-blue-900, #053673);
    color: white;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 100px;
}

.marquee-text {
    display: flex;
    gap: 56px;
}

.marquee-text div {
    display: flex;
    align-items: center;
    gap: 56px;
}

.marquee-text div img {
    width: 32px;
    height: 47.982px;
    aspect-ratio: 32/47.98;
}

.marquee {}

.marquee .js-marquee {
    display: flex;
    gap: 56px;
}

.marquee .js-marquee div {
    display: flex;
    align-items: center;
    gap: 56px;
}

.marquee-two .js-marquee {
    display: flex;
    gap: 56px;
}

.marquee-two .js-marquee div {
    display: flex;
    align-items: center;
    gap: 56px;
}


/* Nội dung marquee */

.marquee-text {
    display: flex;
    animation: marquee 15s linear infinite;
    gap: 56px;
    /* Khoảng cách giữa các chữ */
}

.marquee-text div {
    display: flex;
    align-items: center;
    gap: 56px;
}

.marquee-text div img {
    width: 32px;
    height: 47.982px;
    aspect-ratio: 32/47.98;
}

.infor-location p,
.menu_ft .list-unstyled li a {
    font-size: 16px;
}


/* Hiệu ứng chạy ngang */

@keyframes marquee {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1440px) {
    .btn,
    .btn.btn-primary,
    .btn.btn--primary,
    .btn.btn--cta,
    .btn.btn--gray {
        font-size: 14px;
        padding: 12px 14px;
    }
    .cp-header-bottom__logo img {
        width: 120px;
    }
    .box-input .infor h2 {
        font-size: 38px;
    }
}

@media (max-width: 1200px) {
    .menu_ft .list-unstyled li a {
        font-size: 16px;
    }
    .box-content {
        flex-direction: column-reverse;
    }
    .box-content .list-page .menu_ft {
        width: 120px;
    }
    .content-footer {
        padding: 0px 50px;
    }
    .box-input .infor h2 {
        font-size: 36px;
    }
    .box-input {
        gap: 20px;
    }
    .wapper {
        font-size: 38px;
    }
    .wapper-two {
        font-size: 38px;
    }
}

@media (max-width: 1100px) {}

@media (max-width: 1000px) {
    .cp-header .cp-header-bottom .cp-header-bottom__center ul {
        gap: 10px;
    }
    .cp-header-bottom__right .search-bar .search {
        width: 28px;
    }
    .cp-header .cp-header-bottom .cp-header-bottom__right ul {
        gap: 10px;
    }
    .cp-header-bottom__logo img {
        width: 100px;
    }
    .btn.btn-primary,
    .btn.btn--primary,
    .btn.btn--cta,
    .btn.btn--gray {
        font-size: 12px;
        padding: 12px 14px;
    }
    .menu_ft .list-unstyled li a {
        font-size: 15px;
    }
    .wapper-two {
        font-size: 28px;
    }
    .wapper {
        font-size: 28px;
    }
}

@media (max-width: 900px) {
    .cp-header-bottom__logo img {
        width: 90px;
    }
}

@media (max-width: 1280px) {
    .package-product_content_tabs button {
        font-size: 14px;
        padding: 14px 30px;
    }
    .package-product_content_main {
        flex-direction: column;
        z-index: 9;
    }
    .package-product_content_main_left {
        width: 100%;
    }
    .package-product_content_main_right {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .package-product_content_tabs {
        width: 180px;
    }
    .package-product_content_tabs button {
        font-size: 14px;
        padding: 14px 16px;
        padding-right: 8px;
    }
    .package-product_content_main {
        /* padding: 21px; */
    }
    .legalTermsTxt article p {
        line-height: 28px
    }
}

@media (max-width: 940px) {
    .package-product_content_main_left_itemlist {
        width: 100%;
    }
}

@media (max-width: 810px) {
    .package-product_content_main_left_itemlist {
        width: 100%;
    }
    .package-product_content_main {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .package-product_content_main {
        margin-bottom: 0px !important;
    }
    .package-product_content_main {
        position: relative;
        z-index: 1;
    }
}


/* ---------- 520px ---------- */

@media (max-width: 520px) {
    .banner .banner-title {
        font-size: 18px;
    }
    .banner-ul-customer .breadcrumb__item--home a,
    .breadcrumb__item a,
    .banner-ul-customer {
        font-size: 12px;
    }
    .banner {
        margin: 0px;
        width: auto !important;
        /* height: 100px !important; */
    }
    .cp-header {
        margin: 0px 10px 0 10px;
    }
}
