.country-detail .si-banners .banner-wrap {
    padding-left: 0;
}

.country-detail .it-program {
    background-color: #f2f3f7;
}

.country-detail .it-program div:nth-child(1) {
    width: 50px;
    background-color: #f2f3f7;
}

.country-detail .it-program div:nth-child(2) {
    width: calc(100% - 50px);
}

.country-detail .flag {
    display: flex;
    align-items: stretch;
    color: var(--primary-color);
}

.country-detail .flag div {
    font-family: var(--font-black);
    font-weight: normal;
    color: var(--si-gold-color);
}

.country-detail .flag > div:nth-child(1) {
    line-height: 0;
}
.country-detail .flag > div:nth-child(2) {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    width: auto;
    line-height: 1.5;
}

.country-detail .flag > div:nth-child(2) > div div:nth-child(1) {
    font-size: var(--size-35);
}

.country-detail .flag > div:nth-child(2) > div div:nth-child(2) {
    font-size: var(--size-20);
}
.country-detail .flag img {
    max-height: 90px;
}

.country-detail .excerpt {
    margin-top: 20px;
    padding: 5px 15px;
    font-weight: normal;
}

.country-detail .condition {
    max-width: 655px;
    margin: auto;
    .v-expansion-panel__shadow {
        display: none;
    }
    .v-expansion-panel {
        margin-top: 5px;
        border-radius: 0;
    }
    .v-expansion-panel-title {
        font-size: var(--size-20);
        font-family: var(--font-bold);
        color: var(--primary-color);
        font-weight: normal;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 55px;
        min-height: inherit;
    }
    .v-expansion-panel-text {
        font-family: var(--font-medium);
        color: var(--primary-color);
        font-weight: normal;
        .v-expansion-panel-text__wrapper {
            padding-top: 16px;
        }
    }
    .v-expansion-panel-title__icon {
        background-color: var(--denary-color);
        color: var(--background-color);
        font-size: var(--size-35);
    }
}

.country-detail .why {
    background-image: url(/assets/img/bg-loi-ich.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--background-color);
    position: relative;
}

.country-detail .why .it {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px;
    height: 100%;
}

.country-detail .why .it h2 {
    line-height: 1.5;
    font-size: var(--size-24);
    font-family: var(--font-stack);
    font-weight: normal;
    text-transform: uppercase;
    color: var(--denary-color);
    min-height: 90px;
}

.country-detail .why .it ul {
    list-style: inside;
    margin: 0;
    padding: 0;
}

.country-detail .why .it ul li {
    padding: 2px 0;
}

.country-detail .why::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.country-detail .why div {
    z-index: 10;
}

.single-countries .content a {
    text-decoration: underline;
    color: var(--si-brown-color);
}

.single-countries .content a:hover {
    color: var(--si-brown-color);
}

.single-countries .content {
    list-style: inside;
}

.single-countries .content p {
    margin: 1rem 0;
}

.single-countries .content .d-flex {
    flex-wrap: wrap;
}

.single-countries .content img {
    margin-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.single-countries .content h1,
.single-countries .content h2,
.single-countries .content h3,
.single-countries .content h4,
.single-countries .content h5,
.single-countries .content h6 {
    font-family: var(--font-black);
    /* font-weight: 700; */
}

.single-countries .content table {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}

.single-countries .content td {
    padding: 10px;
    border: 1px solid #010300;
}

.single-countries .content tr:first-child td {
    background-color: #f1d1a9;
    color: #934d26;
}

.si-title {
    font-size: 2.5rem;
    text-align: center;
    color: var(--si-brown-color);
    font-family: var(--font-heading);
}

.item-ld {
    margin-top: 20px;
}

.item-ld h2 {
    margin: 23px 0;
}

.item-ld h2 a {
    display: block;
    font-size: 25px;
    line-height: normal;
    text-align: center;
    color: var(--si-brown-color);
    font-family: var(--font-stack);
    text-transform: uppercase;
}

.item-ld .tt {
    color: var(--si-brown-color);
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 13px;
}

.item-ld .tq {
    margin-bottom: 15px;
}

.item-ld .ql {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.item-ld .ql .d-flex {
    width: 100%;
    justify-content: space-between;
}

.item-ld .ql .d-flex div:nth-child(1) {
    width: 30px;
}

.item-ld .ql .d-flex div:nth-child(2) {
    width: calc(100% - 45px);
}

.item-ld .single-countries .content p,
.item-ld .single-countries .content ul,
.item-ld .single-countries .content ol {
    margin: 0;
}

.item-ld .qt.single-countries .content ul {
    padding: 0;
}

.item-ld .qt.single-countries .content ul li::marker {
    color: var(--si-brown-color);
}

.item-ld .single-countries {
    width: 100%;
}

.item-ld .dk {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.chuong-trinh-new {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.chuong-trinh-new .col-12 {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--quinary-color);
}

.si-btn.full {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 20px;
}

.tt-more {
    color: #182982;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.item-more {
    margin-top: 30px;
}

.item-more img {
    margin: 30px 0;
    height: 349px;
    width: 100%;
    object-fit: cover;
}

.item-more h3 a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}

.si-title.si-title-more {
    border-top: 1px solid var(--quinary-color);
    padding-top: 28px;
    margin-top: -29px;
}

.learn-about .it {
    border-bottom: 1px solid var(--si-brown-color);
    padding: 10px 2rem;
}

.learn-about .it .quest {
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.learn-about .it .quest .arrow {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    border: solid var(--si-brown-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px;
}

.learn-about .it .answer {
    display: none;
}

@media (max-width: 820px) {
    .item-ld .tt,
    .item-ld h2 a,
    .tt-more {
        font-size: 20px;
    }
    .country-detail .flag > div:nth-child(2) > div div:nth-child(1) {
        font-size: var(--size-24);
    }

    .item-more h3 a,
    .country-detail .flag > div:nth-child(2) > div div:nth-child(2) {
        font-size: var(--size-16);
    }

    .si-title {
        font-size: var(--size-30);
    }
}
