.nav-tabs-container-list-customer {
    padding: 80px 0px 45px 0px;
}

.nav-tabs-container-list-customer .nav-tab-container::before {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #f0f1f4;
    content: '';
}
.nav-tabs-container-list-customer .nav-tab-container {
    padding-left: 30px;
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    position: relative;
}
.nav-tabs-container-list-customer  .brand-list-title{
    padding-left: 26px;
    margin-bottom: 50px;
    text-align: center;
}
.nav-tabs-container-list-customer .brand-list-notice {
    font-size: 12px;
    line-height: 20px;
    color: #747e91;
    text-align: center;
    margin-top: 12px;
}
.nav-tabs-container-list-customer .d-flex-customer {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.nav-tabs-container-list-customer .nav-tab {
    margin-right: 5%;
    font-size: 20px;
    color: #071330;
    opacity: .5;
    cursor: pointer;
    position: relative;
    /* border: 1px solid #071330; */
    padding:15px 16px;
}

.nav-tabs-container-list-customer .nav-tab:last-child {
    margin-right: 0;
}

.nav-tabs-container-list-customer .nav-tab.active {
    color: #071330;
    opacity: 1;
}

.nav-tabs-container-list-customer .nav-tab:hover {
    color: #071330;
    opacity: 1;
}

.nav-tabs-container-list-customer .nav-tab::after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #071330;
    z-index: 5;
    transition: all .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
}

.nav-tabs-container-list-customer .nav-tab:hover::after,
.nav-tabs-container-list-customer .nav-tab.active::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #071330;
}

.nav-tabs-container-list-customer .nav-item-content {
    justify-content: flex-start;
    margin-top: 1.2vw;
    width: 100%;
    /* border:1px solid red; */
    margin: auto;
    flex-wrap: wrap;
    display: none;
    
    /* transition: all 1s ease-in-out; */
}

.nav-tabs-container-list-customer .nav-item-content.active {
    display: flex;
}

.nav-tabs-container-list-customer .nav-item-content .nav-item {
    width: 15%;
    margin-top: 3%;
    margin: 2% 2.5% 0 2.5%;
}

.nav-tabs-container-list-customer .nav-item-content img {
    width: 100%;
    text-align: center;
}

/* news begin */

.section-news {
    background: #f0f1f4;
    padding: 0px 0 120px 0;
}

.section-news .news-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 80px;
    margin-bottom: 76px;
    margin-top: 60px;
    text-align: center;
    color: #071330;
}

.section-news .news-more {
    display: block;
    font-size: 18px;
    line-height: 50px;
    width: 120px;
    height: 50px;
    color: #464C57;
    border: 1px solid #747E91;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-top: 80px;
}
.section-news .news-container{
    margin-bottom: 40px;
    background-color: #fff;
    padding-bottom: 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f2f2f2;
    -webkit-box-shadow: 0 0 15px 0 #e5e5e5;
    box-shadow: 0 0 15px 0 #e5e5e5;
    height: 550px;
}
.section-news .news-container .img-container {
    height: 220px;
    /* border: 1px solid red; */
    background-color: #000000;
    overflow: hidden;
    /* vertical-align: middle; */
    /* display:flex; */
}

.section-news .news-container .img-container img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s;
}

.section-news .news-container:hover .img-container img {
    transform: scale(1.1) translateY(-50%);
}

.section-news .news-container .category {
    font-size: 18px;
    line-height: 32px;
    margin-top: 23px;
    width: 180px;
    color: #1268FB;
    padding-left: 15px;
}

.section-news .news-container .title {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    margin-top: 23px;
    margin-bottom: 14px;
    padding: 0 15px 0 15px;
}

.section-news .news-container .date {
    font-size: 14px;
    line-height: 25px;
    color: #747E91;
    padding: 0 15px 0 15px;
}

.section-news .news-more {
    display: block;
    font-size: 18px;
    line-height: 50px;
    width: 120px;
    height: 50px;
    color: #464C57;
    border: 1px solid #747E91;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
}

/* news end */


@media screen and (max-width: 414px) {
    .nav-tabs-container-list-customer {
        padding: 30px 0px 36px 0px;
    }
.nav-tabs-container-list-customer .nav-tab-container {
    padding-left: 12px;
    margin-bottom: 30px;
}

.nav-tabs-container-list-customer .brand-list-title {
    padding-left: 12px;
    margin-bottom: 50px;
    font-size: 20px;
    
}
    .nav-tabs-container-list-customer .nav-tab {
        font-size: 14px;
        padding: 5px 6px;
    }

    .nav-tabs-container-list-customer .nav-item-content {
        width: 98%;
    }

    .nav-tabs-container-list-customer .nav-item-content .nav-item {
        width: 28%;
    }

    /* news begin */
    .section-news {
        padding: 40px 0 40px 0;
    }

    .section-news .news-container {
        margin-bottom: 44px;
        height: auto;
    }

    .section-news .news-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 45px;
        margin-top: 10px;
    }

    .section-news .news-container .title {
        font-size: 18px;
        line-height: 32px;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .section-news .news-container .category {
        font-size: 14px;
        line-height: 26px;
    }

    .section-news .news-container .date {
        font-size: 12px;
        line-height: 21px;
    }

    .section-news .news-more {
        display: block;
        font-size: 14px;
        line-height: 46px;
        width: 104px;
        height: 46px;
        color: #464C57;
        border: 1px solid #747E91;
        background-color: #fff;
        border-radius: 2px;
        text-align: center;
        margin: 0 auto;
    }

    /* news end */
}