.banner-psub.banner-banggia .banner-img img {
    width: 100%;
}

/* ================= BLOCK ================= */

.block-banggia {
    width: 100%;
    z-index: 50;
    position: relative;
    padding-top: 30px;
}


.block-banggia .box-exchange-rate {
    width: 100%;
}

.block-banggia .box-exchange-rate .title {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 44px;
    text-transform: uppercase;
    color: var(--tg-heading-color);;
    margin-bottom: 40px;
    margin-top: 0px;
}

/* ================= BOX ================= */

.block-banggia .box-exchange-rate .box-exchange {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 45px 70px;
}

/* ================= TABS ================= */

.block-banggia .box-exchange-rate .box-exchange .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
    position: relative;
}

.block-banggia .nav-tabs .nav-item {
    margin-right: 32px;
    position: relative;
    list-style-type: none;
}

.block-banggia .nav-tabs .nav-item::after {
    content: "";
    background: #D9D9D9;
    height: 2px;
    width: 32px;
    position: absolute;
    bottom: -5px;
    right: -32px;
}

.block-banggia .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.block-banggia .nav-tabs .nav-item:last-child::after {
    display: none;
}

.block-banggia .nav-tabs .nav-item button {
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    border: 1px solid #000000;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

.block-banggia .nav-tabs .nav-item button::before {
    content: "";
    background:var(--tg-heading-color);;
    height: 4px;
    width: 101%;
    position: absolute;
    bottom: -5px;
    left: -1px;
}

.block-banggia .nav-tabs .nav-item button:hover,
.block-banggia .nav-tabs .nav-item button.active {
    background: var(--tg-heading-color);;
    color: #fff;
    border-color: var(--tg-heading-color);;
}

/* ================= FORM ================= */

.block-banggia .row-change {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block-banggia .input-change {
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
}

.block-banggia .lbl-change {
    font-weight: 500;
    font-size: 20px;
    line-height: 44px;
    text-transform: uppercase;
}

.block-banggia .row-input {
    display: flex;
    margin-bottom: 18px;
}

.block-banggia .inp-text {
    width: 60%;
    font-size: 25px;
    height: 87px;
    border: 1px solid #00274B;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 0 25px;
}

.block-banggia .slc {
    width: 55%;
    height: 87px;
    background: var(--tg-heading-color);;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 90% center;
}

.block-banggia .center {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
}

.block-banggia .row-lbl {
    font-size: 20px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
    .block-banggia .box-exchange-rate .title {
        font-size: 30px;
    }

    .block-banggia .inp-text,
    .block-banggia .slc {
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .block-banggia .row-change {
        flex-direction: column;
        align-items: center;
    }

    .block-banggia .input-change {
        width: 100%;
    }

    .block-banggia .center {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    .block-banggia .nav-tabs .nav-item button{
        font-size: 12px;
    }
    .block-banggia .box-exchange-rate .box-exchange{
        padding:10px;
    }
}

@media (max-width: 479px) {
    .block-banggia .box-exchange-rate .title {
        font-size: 24px;
    }
}