.home-container {
    overflow: auto;
    height: 100%;
    background-color: white;
    width: 100%;
    margin-bottom: 70px;
}

.home-header-container a {
    display: flex;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--color-red-gradient);
    gap: 5px;
    /* margin-top: 2px; */
}

.home-header-container a i {
    font-size: 2rem;
}

.home-header-container a span {
    font-size: 1rem;
    line-height: 1rem;
}

.home-company-name {
    background-color: var(--color-contact-header);
    border-radius: 8px;
    padding: 5px;
    color: white;
    font-weight: bold;
}

.home-header-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    color: var(--color-red-gradient);
    align-items: center;
    padding: 20px 20px 5px 20px;
}

.divider-horizontal {
    width: 100%;
    height: 2px;
    background-color: var(--color-contact-header);
}

.home-container-content {
    padding-block: 10px;
}

.title-home {
    padding-left: 12px;
    gap: 2px !important;
    padding-right: 60px;
    align-items: start !important;
    flex-direction: column !important;
}

.country-container {
    display: flex;
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
    background-color: var(--color-home-section);
}

.service-img {
    width: 100%;
    height: 163px;
    border-radius: 0px 0px 15px 15px;
    background: url(<path-to-image>), lightgray -56.712px 0px / 122.236% 100% no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.another-container {
    background-image: url("/media/home/PT1.png");
    background-size: 100% 100%;
    height: 150px;
    display: flex;
    margin-top: 30px;

}

.p-question {
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
}

.p-our-team {
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 400;
}

.more-infomation {
    background-color: var(--color-background);
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    color: white;
    width: fit-content;
}

.another-list {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.another-list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.another-list li a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.another-list a span {
    color: white;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
}

.another-list li a img {
    width: 50px;
}

.country-list {
    display: grid;
    margin-block-start: 0;
    margin-block-end: 0;

    padding-inline-start: 0;
    grid-template-columns: 1fr 1fr;
    row-gap: 5px;
    padding-inline: 10px;
}

.li-country {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    background-color: var(--color-background);
    gap: 20px;
    align-items: center;
    padding: 5px;
}

.country-left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}

.country-right {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}

.li-country:hover {
    color: var(--color-first);
    background-color: var(--color-fifth);
}

.li-country span {
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

.li-country img {
    width: 40px;
    border: 5px solid white;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.bank-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.bank-name {
    font-weight: bolder;
}

.s-dot {
    font-size: 2rem !important;
}

.bank-logo p {
    color: #000;
    font-size: 0.7rem;
    font-weight: 800;
}

.img-mission-1 {
    width: 100%;
}

.mission-container {
    display: flex;
    flex-direction: column;
    gap: 20PX;
}

img {
    vertical-align: middle;
}

.product-header {
    display: flex;
    flex-direction: row;
}

.product-header div {
    width: 60%;
    border-top: 2px solid var(--color-contact-header);
}

.product-header p {
    text-align: left;
    width: fit-content;
    padding-inline: 15px;
    background-color: var(--color-contact-header);
    font-size: 1.125rem;
    font-weight: bold;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.end {
    justify-content: end;
}


/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.tsr-img {
    margin-top: 40px;
    width: 100%;
}

.currency-table {
    margin-top: 20px;
    width: 100%;
}

.currency-table th {
    color: var(--color-gray-text);
}

.currency-table th,
.currency-table td {
    padding: 10px;
}

.currency-flag-frame {
    display: flex;
    gap: 15px;
    align-items: center;
}

.currency-flag-frame img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.last-currency-update {
    margin-inline: 10px;
    border-radius: 10px;
    background: var(--color-home-section);
    padding: 2px 5px;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 400;
}

.td-currency-value {
    text-align: right;
}

.td-currency-code {
    text-align: left;
}

.top-home-container {
    background-color: var(--color-background);
    padding-inline: 10px;
}

.top-home-container p {
    text-align: right;
    color: #FFF;
    font-size: 0.5625rem;
    font-weight: 600;
}

.ceo-section {
    padding-inline: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: var(--color-home-section);
}

.award-section {
    background-color: var(--color-home-section);
    padding-inline: 60px;
}

.award-title {
    color: #DBAF56;
    font-size: 1.25rem;
    font-weight: 800;
}

.award-info {
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 800;
    padding-top: 40px;
}

.ceo-name,
.ceo-degree {
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 0.75rem;
    font-weight: 800;
}

.ceo-degree {
    font-size: 0.625rem;
    font-weight: 200;
}

.ceo-said {
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 0.9375rem;
    font-weight: 800;
}

.ceo-infomation img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid var(--color-background);
}

.product-img {
    height: 349px;
    width: 100%;
    object-fit: cover;
}

/* Fading animation */

.service-section {
    background-color: var(--color-home-section);
    padding-block-start: 0;
}

.service-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.room-section-logo {
    background-color: var(--color-background);
    border-bottom-right-radius: 20px;
    width: fit-content;
    padding-inline: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.room-section-logo .vertical-divider {
    width: 2px;
    height: 30px;
    background: white;
}

.room-section-logo p {
    color: #FFF;
    text-align: justify;
    font-size: 1.25rem;
    line-height: 1rem;
    font-weight: 800;
}

.p-market {
    font-size: 1rem !important;

}

.p-current-date {
    color: #FFF;
    font-size: 0.6875rem;
    font-weight: 400;
    text-align: center;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }

}

@media only screen and (max-width: 768px) {
    .splide {
        width: 100%;
        height: 100%;
    }

    .tsr-img {
        width: 100%;
    }

    /* For mobile phones: */
    .home-container {
        background-color: white;
        width: 100%;
        padding: 20px 30px;
        height: 100%;
    }


    .img-mission-1,
    .mySlides img {
        width: 100%;
        height: 100%;
    }

    .li-country img {
        width: 30px;
        height: 30px;
    }

    .li-country span {
        font-size: 1rem;
    }

    .product-header p {
        font-size: 1rem;
    }

    .product-header div {
        width: 40%;
    }

    .another-container {
        height: unset;
    }

    .another-list {
        padding-top: 20px;
    }

    .another-list li a img {
        width: 40px;
        height: 40px;
    }

    .another-list a span {
        font-size: 0.6rem;
    }
}

@media (max-height: 668px) {
    .li-country img {
        width: 35px;
        height: 35px;
    }

    .header-title {
        font-size: 1rem;
    }
}