.header-search-content {
    height: 50px;
    display: flex;
    align-items: center;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .navbar-brand {
    float: none;
    height: auto !important;
}

.welcome-content {
    font-size: 0.8rem;
}

.h5-search-content,
.header-search-content {
    width: 140px;
    float: right !important;
    height: 51px;
    display: flex !important;
    align-items: center;
    position: relative;
}

.h5-search-content > input,
.header-search-content > input {
    width: 100%;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    box-shadow: none;
    padding: 0 10px;
}

.h5-search-content > button,
.header-search-content > button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 40px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.h5-search-content > button > i,
.header-search-content > button > i {
    color: #999;
}

.h5-search-content {
    float: none !important;
    justify-content: center;
    width: 240px;
    margin: 0 auto !important;
}

.app-container {
    padding-top: 130px;
}

.dang-banner-swiper .swiper-pagination-bullet,
.news-swiper .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
}

.dang-banner-swiper .swiper-pagination-bullet-active,
.news-swiper .swiper-pagination-bullet-active,
.banner-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.home-news-box .home-new-img {
    overflow: hidden;
}

.news-swiper .swiper-slide {
    height: 330px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.home-thematic-box .thematic-btn .t-btn {
    display: inline-block;
    padding: 0 15px;
    width: auto;
    max-width: 100%;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dang-col-content {
    margin-bottom: 20px;
}

.dang-col-content > .dang-box {
    margin-bottom: 0;
}

.dang-col-content > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    margin-top: 10px;
}

.new-company-intro > .text {
    float: none;
    width: 100%;
    text-align: justify;
}

.new-news-list-item {
    display: flex;
    align-items: center;
}

.new-news-list-item > .text-ellipsis {
    flex: 1;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-list-item.new .item-title,
.new-dang-item > .item-title,
.new-news-list-item > .text-ellipsis .item-title {
    flex: 1;
    display: flex;
    align-items: center;
}

.info-list-item.new .item-title p,
.new-dang-item > .item-title p,
.new-news-list-item > .text-ellipsis .item-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.info-list-item.new .item-title > img,
.new-dang-item > .item-title > img,
.new-news-list-item > .text-ellipsis .item-title > img {
    height: 14px;
    width: auto;
}

.new-news-list-item > .text-ellipsis > .num-content {
    display: flex;
    font-size: .7rem;
    color: #999;
}

.new-news-list-item > .text-ellipsis > .num-content > div:first-child {
    margin-right: 20px;
}

#toTop {
    background-size: 30px 30px;
}

.new-dang-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 2px solid #ddd;
}

.new-dang-title > p {
    font-weight: bold;
    font-size: 16px;
}

.new-dang-title > a {
    color: #000;
    font-size: 12px;
}

.new-dang-page {
    margin-top: 50px;
    margin-bottom: 30px;
}

.dang-banner-swiper {
    height: 400px;
}

.dang-banner-swiper .slide-img {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.new-dang-item {
    width: 100%;
    color: #000;
    padding: 15px;
    background-color: #f6f7f9;
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.new-dang-item.red {
    background-color: transparent;
    color: #fff;
}

.new-dang-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #cb141e;
    left: 10px;
}

.new-dang-item.red::before {
    border-left: 10px solid #fff;
}

.new-dang-item > .item-title {
    flex: 1;
    padding-right: 20px;
    width: 0;
}

.new-dang-source {
    background-color: #cb141e;
    margin-bottom: 20px;
}

.new-dang-source-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.new-dang-source-item > .title {
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 7px;
    border-bottom: 1px solid #fff;
}

.new-dang-source-item > .title::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    left: 0;
    top: 15px;
}

.new-dang-source-item > .title > p {
    font-size: 16px;
    font-weight: bold;
}

.new-dang-source-item > .title > a {
    color: #fff;
    font-size: 12px;
}

.new-dang-block-content {
    padding-bottom: 30px;
}

.new-dang-block-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.new-dang-block-item > .poster {
    width: 100%;
    height: 250px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-dang-block-item > .title {
    display: inline-block;
    padding: 0 15px;
    width: auto;
    max-width: 100%;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

.info-item-title .more {
    color: #000;
}

.info-list-item.new {
    display: flex;
    position: relative;
    padding-left: 15px;
}

.info-list-item.new::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    background-color: #4a4949;
}

.info-list-item.new .item-title {
    flex: 1;
    width: 0;
    padding-right: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .header-top .navbar-brand {
        display: none;
    }

    .header-top {
        margin-right: -15px;
        margin-left: -15px;
    }

    .welcome-content {
        padding-left: 7px;
        font-size: 0.62rem;
    }

    .header-search-content {
        display: none !important;
        
    }
    
    .nf-nav-content .navbar-nav>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .app-container {
        padding-top: 76px;
    }

    .home-news-box .home-new-img {
        height: 200px;
        margin-bottom: 15px;
    }
    
    .news-swiper .swiper-slide {
        height: 180px;
    }

    .new-news-list-item > .text-ellipsis {
        display: block;
    }

    .new-dang-item-content,
    .new-news-list-item > .text-ellipsis > .num-content {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .nf-nav-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .nf-nav-content .navbar-nav {
        float: none;
    }
    
    .nf-nav-content .navbar-nav>li:nth-child(2)>a {
        padding-left: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: none;
    }

    .navbar > .container .header-top .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: block;
    }

    .header-search-content {
        display: none !important;
    }

    .h5-search-content {
        display: none !important;
    }
}

@media (min-width: 900px) {
    .header-search-content {
        width: 70px;
        display: flex !important;
    }
}

@media (min-width: 1000px) {
    .header-search-content {
        width: 140px;
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .header-search-content {
        width: 200px;
    }
}