.layout-news .container{
    min-width: 1068px;
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}
ul{
    list-style: none;
}
.td-header-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
}
.td-header-sp-logo img {
    max-height: 70px;
}
.td-banner-wrap-full {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}
.nav-news ul.nav-news-list {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
li.news-item a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 48px;
}
.nav-news {
    background: #d63c00;
    cursor: pointer;
}

li.news-item a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}
li.news-item:hover a:after{
    background-color: #fff;
    width: 100%;
}
li.news-item {
    position: relative;
}
.nav-news ul .sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
    background: #fff;
    display: none;
    padding-left: 20px;
    z-index: 99;
}
.news-item:hover .sub-menu{
    display: block;
}
.nav-news ul .sub-menu li a {
    color: #111;
    font-weight: 400;
    font-size: 12px;
    text-transform: initial;
}
.banner-news .item:before,.top-article .post-thumbnail:after {
    content: "";
    position: absolute;
    display: block;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.8)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
    z-index: 1;
    width: 100%;
    height: 50%;
    bottom: 0;
}
.banner-news .item {
    position: relative;
}
.banner-news {
    padding: 30px 0;
    background-color: #fff;
}
.banner-news h1,.top-article .post-content{
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    padding-left: 25px;
    bottom: 40px;
}
.top-article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-thumbnail {
    padding: 20px 30px 20px 0;
}
.post-content h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 400;
}
.top-article .post-content h5 {
    font-size: 14px;
    color: #fff;
}
.top-article .post-thumbnail{
    padding: 0;
    position: relative;
}
.post-content p,.widget-content h5 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.top-article .post-content span {
    font-size: 13px;
    position: relative;
    bottom: 20px;
}
.top-article .post-content{
    bottom: 0;
}
.top-article .post-thumbnail>a {
    display: block;
    height: 220px;
}
.slide-news {
    padding-bottom: 30px;
}
.block-title {
    border-bottom: 2px solid #249982;
}
.block-title span {
    background-color: #249982;
    padding: 10px 13px 3px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.td-social-list {
    display: flex;
    padding-top: 20px;
}
.social_facebook .td-social-box {
    background: #516eab;
}
.td-social-box {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 6px 16px;
}
.td-social-box i {
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
}
span.social_info_counter {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.td_social_info_name {
    color: #fff;
}
.social_instagram .td-social-box {
    background: #417096;
}
.td-social-box:first-child {
    margin-left: 0;
}
.social_youtube .td-social-box:last-child {
    margin-right: 0;
    background: #e14e42;
}
.widget-content h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}
.widget-content .post-thumbnail {
    padding: 0;
    padding-right: 15px;
}
.widget-content .single-blog-post {
    margin: 15px 0;
}
.section-news {
    padding-right: 20px;
}
.post-content span {
    color: #aaa;
    padding-top: 5px;
}
.news-right {
    padding-top: 39px;
}
.post-thumbnail {
    padding: 0 15px 0 0;
}
.single-blog-post {
    margin: 15px 0;
    margin-top: 0;
}
.footer-social .social-fb,.social-news.footer-social .social-fb {
    background: #1c5eb9;
}
a.social-pinterest {
    background: #c8232c;
}
a.social-youtube {
    background: #FF0000;
}
.footer-social a,.social-news.footer-social a{
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}
.social-news.footer-social a{
    border-radius: unset;
    width: 40px;
    height: 40px;
}
a.social-twitter {
    background: #1d9bf0;
}
.footer-social.social-news {
    display: flex;
    justify-content: center;
}
.footer-social.social-news {
    display: flex;
    justify-content: center;
}
h1.title-news {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    padding: 10px 8%;
    letter-spacing: .02em;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    text-align: center;
}
.news-info {
    text-align: center;
    padding-bottom: 15px;
}
.both-side {
    display: flex;
    padding: 40px 0;
}
.right-news-content {
    padding-left: 20px;
}
.news-content {
    padding-right: 20px;
}
.section-top h2 {
    color: #111;
    font-size: 21px;
    padding-top: 15px;
}

.section-list h2 a {
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.box-blogs-lists,.article-item {
    display: flex;
    align-items: center;
}
.detail-art {
    padding-left: 5px;
}
.col-mb-pd {
    padding: 15px 0;
}
.right-wrap {
    position: sticky;
    top: 0;
}
.article-pages {
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0;
    padding: 21px 0;
    margin-bottom: 10px;
}
section .box-home .header:after{
    border-top: 32px solid #00483d;
}
section .box-home .header h4{
    font-size: 16px;
}
.lts-product .item .img,.lts-product .item {
    width: 100%;
}
.lts-product .item .img{
    margin: 0;
}
.news-product-like .owl-nav button {
    position: absolute;
    top: 35%;
}
.news-product-like .owl-nav button.owl-prev {
    left: 0;
}
.news-product-like .owl-nav button.owl-next {
    right: 0;
}
.news-product-like .owl-nav button i {
    padding: 15px;
    color: #00483D;
    font-size: 28px;
}
.bottom-share .footer-social {
    justify-content: flex-start;
}
.bottom-share {
    padding-top: 15px;
}
.block-title span{
    padding: 10px 13px 2px;
}
.post-detail {
    padding: 10px 0;
}
.related-post h3 a {
    color: #111;
}
.slide-related-news {
    padding-top: 20px;
}
.related-post h3 {
    display: -webkit-box;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 0;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related-post img {
    height: 150px;
    object-fit: cover;
}
.slide-related-news .owl-nav {
    text-align: start;
    margin-top: 0;
}
.slide-related-news.owl-theme .owl-nav button {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    color: #b7b7b7;
    opacity: 1 !important;
}
.slide-related-news.owl-theme .owl-nav button span {
    position: relative;
    bottom: 2px;
    left: 0;
}
.detail-news {
    background: #fff;
}
.layout-news .td-header-header .container{
    min-width: 100%;
    width: 100%;
}
.icon-bar,.icon-search,.close-menu {
    color: #fff;
}
.icon-bar, .icon-search,.menu-mobile {
    display: none;
    cursor: pointer;
}
.top-article:first-child {
    padding-right: 2px;
}
.top-article:last-child {
    padding-left: 2px;
}
.open_search .search-mb .menu-mobile{
    display: block;
}
.search-mb .menu-mobile{
    left: auto;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.open_search .search-mb .menu-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.td-page-title {
    font-size: 30px;
    line-height: 38px;
    margin: -9px 0 19px 0;
}
.search-page-search-wrap {
    margin: 37px 0 51px 0;
}
.td-search-form-widget {
    position: relative;
    line-height: 21px;
}
.td-search-form-widget div {
    text-align: left;
}
.td-search-form-widget .td-widget-search-input {
    width: 95%;
    border-right: 0;
    height: 32px;
    line-height: 21px;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
    color: #444;
    border: 1px solid #e1e1e1;
}
.td-search-form-widget .wpb_button {
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    padding: 7px 15px 8px 15px;
    line-height: 16px;
    margin: 0;
    font-size: 13px;
    background-color: #222222;
    border-radius: 0;
    color: #fff;
    border: none;
}
.td_search_subtitle {
    position: relative;
    top: 11px;
    left: 2px;
    font-size: 12px;
}
.paginator .labelPages,.paginator .titlePages {
    display: none;
}
span.currentPage, .paginator a {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
}
span.currentPage {
    background: #00483e;
    color: #fff;
}
.paginator a:hover {
    background: #00483e;
    color: #fff;
}
.paging-next:after {
    content: "\e13a";
    font-family: 'Phosphor';
}
.paging-last:after {
    content: "\e12a";
    font-family: 'Phosphor';
}
.paging-first:after {
    content: "\e128";
    font-family: 'Phosphor';
}
.paging-previous:after {
    content: "\e138";
    font-family: 'Phosphor';
}
.news-item i {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
}
/*footer*/
footer .tdc-footer-wrap {
    padding: 40px 0;
}
footer .news-view h4 {
    background-color: transparent;
    color: #fff;
    padding: 10px 0 15px;
    line-height: 1;
}
footer .td_module_wrap {
    display: flex;
    padding: 10px;
}
.td_module_wrap:nth-child(2), .td_module_wrap:nth-child(3), .td_module_wrap:nth-child(4) {
    padding-left: 0;
}
footer .td-module-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 6px;
}
.td-footer-bottom-full .container:before {
    content: '';
    height: 1px;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    top: -50px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}
.td-footer-bottom-full {
    margin-top: 12px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.td-footer-bottom-full .container {
    position: relative;
}
.logo-footer {
    margin-top: 40px;
    padding-right: 43px;
}
.layout-news footer {
    background: #222;
}
.td-pb-padding-side a,.about-us-news p,span.td-post-date,footer .td-module-title a {
    color: #fff;
}
.icon-face {
    width: 40px;
    height: 40px;
    background: #516eab;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}
footer .cate-footer .td_module_wrap {
    display: block;
}
span.td-cat-no {
    float: right;
}