header {
    background: #282f3d;
}

a:hover {
    text-decoration: none!important;
}

.news-logo {
    width: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-search {
    width: 155px;
}

.news-search .form-search {
    width: 100%;
    height: 60px;
}

.news-search .form-search input {
    width: 70%;
    border-radius: 5px 0 0 5px;
    border: none;
    background: #fff;
    text-indent: 10px;
}

.news-search .form-search input::placeholder {
    font-style: normal;
    font-size: 15px;
}

.news-search .form-search button {
    width: 30%;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #fff;
}

.news-logo .logo {
    display: flex;
    height: auto;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.news-logo img {
    width: 50px;
}

.news-menu {
    width: calc(100% - 235px);
}

.news-menu>ul {
    display: flex;
}

.news-menu>ul>li {
    width: calc(100% / 8);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.news-menu>ul>li>a {
    color: #fff;
    text-align: center;
}

.news-menu>ul>li>a>img {
    width: 32px;
}

.news-menu>ul>li>ul {
    position: absolute;
    width: 220px;
    height: auto;
    background: #fff;
    top: 100%;
    left: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    border-radius: 0 0 1px 1px;
    z-index: 10;
    display: none;
}

header>.container>.row {
    align-items: center;
}

.news-menu>ul>li>ul>li {
    padding: 0 15px;
}

.news-menu>ul>li>ul>li>a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.news-menu>ul>li>ul>li:last-child>a {
    border: none;
}

.news-menu>ul>li:hover {
    background: #fff;
}

.news-menu>ul>li:hover>a {
    color: #444;
}

.news-menu>ul>li>ul>li:hover {
    background: #444;
}

.news-menu>ul>li>ul>li:hover>a {
    color: #fff;
}

.left-news {
    width: 66.666%;
}

.right-news {
    width: 33.333%;
    padding-left: 10px;
    margin-top: 20px;
}

.left-news {
    margin-top: 20px;
}

.big-news {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.big-news span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0 35% 31px 10%;
    z-index: 9;
}

.big-news:after {
    content: "";
    display: block;
    clear: both;
    background: #4e4e50;
    box-shadow: 0 -55px 20px -3px #4e4e50;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100px;
}

.big-news img {
    width: 100%;
    height: 414px;
    object-fit: cover;
}

.owl-news {
    margin-top: 20px;
}

.owl-news img {
    height: 186px;
    object-fit: cover;
}

.item-news a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.item-news span {
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
}

.right-news .news-item-3 {
    flex-direction: row-reverse;
}

.block-head {
    background: #f15928;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    padding-right: 10px;
    color: #fff;
}

.block-inner .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
}

.block-inner.owl-carousel .owl-nav button {
    position: unset;
    width: 25px;
    height: 25px;
    margin: 0 2px;
}

.block-inner.owl-carousel .owl-nav button.owl-prev, .block-inner.owl-carousel .owl-nav button.owl-next {
    border: 1px solid #e0e0e0;
}

.block-inner.owl-carousel .owl-nav:before {
    position: absolute;
    content: "";
    width: calc(50% - 38px);
    height: 0.05rem;
    background: #e0e0e0;
    top: 0;
    left: 0;
}

.block-inner.owl-carousel .owl-nav:after {
    position: absolute;
    content: "";
    width: calc(50% - 38px);
    height: 0.05rem;
    background: #e0e0e0;
    top: 0;
    right: 0;
}

.news-menu>ul>li {
    position: relative;
}

.news-menu>ul>li>i {
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    transform: translateY(-50%);
}