.highlights-n{
    margin-top: 0px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 2;
}
.highlights_n{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    width: 100%;
    max-width: 1366px;
    height: auto; 
    padding: 20px 20px;
    margin: 20px 0px;
}
 
.highlights_n .title{
    margin-top: 96px;
    /*font-family: 'Alright Sans Black' prueba;*/
    /*font-family: "HDUAlrightSans-Black", Verdana;*/
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #BA0C2F;
}

.highlights_n .hg_c{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.highlights_n .hg_container{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    align-items: flex-start;
    transition: transform 0.5s ease-in-out;
}

.highlights_n .hg_container .item_hg{
    width: 100%;
    max-width: 191px;
    /*height: 345px;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-right: 51px;
}

.highlights_n .hg_container .item_hg:last-child{
    margin-right: 0px;
}

.highlights_n .hg_container .item_hg img{
    width: 100%;
    max-height: 164px;
    margin-bottom: 24px;
}

.highlights_n .hg_container .item_hg .label.lang_vi_font.lang_en_font{
    /*font-family: 'Alright Sans Black';*/
    /*font-family: "HDUAlrightSans-Black", Verdana;*/
    font-size: 22px;
    color: #BA0C2F;
    text-align: left;
    text-transform: uppercase;
    /*margin-bottom: 16px;*/
    margin-bottom: 25px;
    line-height: 25px;
    height: 47px;
    font-weight: 600;
}

.highlights_n .hg_container .item_hg .text.lang_vi_font.lang_en_font{
    /*font-family: 'Alright Sans Medium';*/
    /*font-family: "HDUAlrightSans-Regular", Verdana;*/
    font-size: 16px;
    text-align: left;
    color: #212F37;
    line-height: 22px;
    max-width: 150px;
}

.highlights_n .hg_container .item_hg .value{
    /*font-family: 'Alright Sans Black';*/
    font-size: 22px;
    color: #BA0C2F;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px;
    width: 177px;
    height: 164px;
    display: flex;
    align-items: center;
}

/*  */
.highlights_n .controls_btn{
    display: none;
}

.highlights_n .controls_btn .control_btn{
    display: flex;
    justify-content: space-between;
    width: 77px;
    margin-right: 30px;
}

.highlights_n .slider-btn-hg {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    font-size: 24px;
    background: transparent;
    cursor: pointer;
    background: #BA0C2F1A;
}

.highlights_n .prev-btn-hg {
    left: 10px;
    background-image: url("../images-reskin/red-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .prev-btn-hg:hover{
    background: #BA0C2F;
    background-image: url("../images-reskin/white-left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .prev-btn-hg:focus{
    outline: none;
}

.highlights_n .next-btn-hg {
    right: 10px;
    background-image: url("../images-reskin/red-right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .next-btn-hg:hover{
    background: #BA0C2F;
    background-image: url("../images-reskin/white-arrow-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

.highlights_n .next-btn-hg:focus{
    outline: none;
}
/*  */




@media (max-width: 1200px){
    .highlights_n .hg_container .item_hg{
        margin-right: 20px !important;
        max-width: 180px !important;
    }
    .highlights_n .hg_container .item_hg:last-child{
        margin-right: 0px !important;
    }
    .highlights_n .hg_container .item_hg .label.lang_vi_font.lang_en_font{
        font-size: 18px !important;
    }
}

@media (max-width: 930px){
    .highlights_n .hg_container .item_hg{
        max-width: 140px !important;
    }
    .highlights_n .hg_container .item_hg .label.lang_vi_font.lang_en_font {
        font-size: 15px !important;
        line-height: 20px !important;
        height: 8vw !important;
    }
    .highlights_n .hg_container .item_hg .text.lang_vi_font.lang_en_font{
        font-size: 14px !important;
    }
}

@media (max-width: 768px){
    .highlights_n{
        height: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 140vw !important;
    }
    .highlights_n .hg_c{
        justify-content: flex-start !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0px 10%;
        height: 110vw;

    }
    .highlights_n .hg_container .item_hg{
        box-shadow: 12px 16px 50px 0px #0000001F;
        border-radius: 25px;
    }
    .highlights_n .hg_container{
        margin: 15px 0 !important;
        flex-direction: row !important;   
        align-items: center;
        width: max-content;
        gap: 16px;
    }
    .content-margin-top{
        margin-top: 2vw;
    }
    .highlights_n .hg_container .item_hg{
        width: 74vw !important;
        max-width: none !important;
        margin-right: 00px !important;
        align-items: center;
        scroll-snap-align: start;
        height: 90vw;
        padding: 16px;
        padding-top: 4px;
    }
    .highlights_n .hg_container .item_hg:first-child{
        margin-left: 0px;
    }
    .highlights_n .hg_container .item_hg .label.lang_vi_font.lang_en_font{
        font-size: 20px !important;
        max-width: 320px !important;
        text-align: center;
        margin-bottom: 20px !important;
    }
    .highlights_n .hg_container .item_hg .text.lang_vi_font.lang_en_font{
        font-size: 16px !important;
        max-width: 320px !important;
        text-align: center;
        margin-bottom: 34px;
    }
    .highlights_n .title{
        font-size: 26px !important;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .highlights_n .controls_btn{
        display: flex;
        width: 100%;
        justify-content: end;
        position: absolute;
        margin-top: 415px;
    }
    .highlights_n .hg_container .item_hg img{
        margin-top: 18% !important;
        max-height: 100%;
        height: 35vw;
        margin-bottom: 20px !important;
    }
    @media (max-width: 390px){
        .highlights_n .hg_container .item_hg{
            height: 90vw;
        }
    }
    @media (max-width: 350px){
        .highlights_n .hg_container .item_hg{
            height: 90vw;
        }
    }
}