* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

@font-face {
    src: url('../font/Roboto-Regular.ttf');
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: averta;
    src: url('../font/Averta-ExtraBold.otf');
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: red;
}

p {
    display: block
}

ul li {
    list-style: none;
}

ol,
ul {
    padding-left: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
}
.w-1140 {
    max-width: 1140px;
    margin: 0 auto;
}
.w-1080 {
    max-width: 1080px;
    margin: 0 auto;
}
.full-screen {
    padding-left: 0;
    padding-right: 0;
}
.time-weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px 0;
    color: #666;
}
.qc-header {
    max-width: 680px;
    height: auto;
}
.qc-header img {
    width: 100%;
}

.qc-header-mobile>img {
    width: 100%;
    height: auto;
}

.menu-pc__ul {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
    background: #00753b;
    text-transform: uppercase;
    padding: 0 15px;
}

.logo-home>a>img {
    width: 300px;
    height: auto;
}

.nav_item {
    padding: 1px 0;
}
.border-left__item {
    padding: 0 15px;
    border-left: 1px solid #fff;
}
.border-left__item:nth-child(2) {
    border-left: none;
}
.nav_item a {
    color: #fff;
}
.form-control {
    font-size: 15px;
    width: 200px !important;
    height: 24px !important;
    padding: 2px 5px !important;
}
.btn.btn-outline-secondary {
    font-size: 14px;
    padding: 1px 5px 0 !important;
}
.container-fluid.full-screen.bg-snow {
    position: -webkit-sticky;
    position: sticky;
    top: -2px;
    z-index: 10;
}

.dropdown {
    position: relative;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    /* right: 0; */
    margin-top: 10px;
    background-color: #fff;
    display: none;
    min-width: 150px;
    width: max-content;
    z-index: 10;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border-top: 1px solid #ac4823;
}
.dropdown-list:before {
    content: "";
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    transform: translateY(-100%);
}
li.dropdown_item {
    padding: 8px 16px;
}

.dropdown_item> a {
    text-transform: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.dropdown:hover .dropdown-list {
    display: block;
}

.dropdown-list .dropdown_item:hover {
    /*background-color: #ac4823;*/

}

.dropdown-list .dropdown_item:hover a {
    border-bottom: 1px solid black;
}

.menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-item__mb i {
    color: #A4A6A5;
}
.nav-search__mb i {
    color: #A4A6A5;
}
.logo-home__mb img {
    width: 150px;
    padding: 15px 0;
}

.slide-menu-mb {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: -100%;
    transition: 0.7s;
    z-index: 1000;
}

.icon-menu__close {
    font-size: 23px;
    color: #808080c4;
    text-align-last: right;
}

.slide-menu__list>li {
    padding: 5px 0;
}

.slide-menu-mb.open {
    left: 0;
}

.input-group.dropdown-item.bg-white {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.btn-outline-secondary {
    border-color: #c7c7c7;
}
.qc-top-header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 85px;
}

.qc-top-header img {
    width: 100%;
    height: auto;
}

.main-content1 {
    background: #fff;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
}
.main-box1 {
    display: flex;
}
.main-box3 {
    display: flex;
}
.line {
    padding: 15px 0;
}
.line-item {
    border-top: 1px solid #efeeee;

}
.line-item__green {
    border-top: 1px solid #efeeee;
}
.article-news-item {
    border-bottom: 1px solid #efeeee;
    padding: 15px 0 15px;
    display: flex;
}

.article-news-item:first-child {
    padding-top: 0;
}
.article-news-item-load-more:first-child {
    padding-top: 15px;
}
.article-news-item:last-child {
    border-bottom: none;
}
.article-news-item1 {
    padding-bottom: 15px;
    display: flex;
}

.main-bottom-economy {
    display: flex;
    align-items: center;
}
.main-opinion {
    width: 240px;
    padding-right: 15px;
}
.main-opinion__from {
    background: #90d8f5;
    padding: 15px;
    border: 1px solid #2ea4da;
}

.menu-header.menu-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 7px rgb(0 0 0 / 50%);
    background: #00753b;

}
.scroll-right-box1 {
    overflow-y: scroll;
    max-height: 400px;
}
.scroll-right-box1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll-right-box1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll-right-box1::-webkit-scrollbar-thumb {
    background-color: #a09c9c;
}
.main-media-left {
    width: 680px;
}


.main-media-right {
    overflow-y: scroll;
    max-height: 454px;
    width: 400px;
}
.main-media-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.main-media-right::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.main-media-right::-webkit-scrollbar-thumb {
    background-color: #a09c9c;
}



.category-right-news-list {
    overflow-y: scroll;
    max-height: 628px;
    margin-bottom: 15px;
}
.category-right-news-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.category-right-news-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.category-right-news-list::-webkit-scrollbar-thumb {
    background-color: #a09c9c;
}



.detail-tags {
    overflow-x: scroll;
    max-width: 780px;
}
.detail-tags::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.detail-tags::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

.detail-tagst::-webkit-scrollbar-thumb {
    background-color: #a09c9c;
}
.expNoEdit {
    background: #fff8f2;
}
.expNoEdit > figcaption > h2 {
    font-size: 15px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff8f2;
    text-align: center;
    margin: 0;
    color: gray;
    font-style: italic;
    font-weight: normal;
}











.tag-hot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.tag-hot-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tag-hot__item {
    background: #f8f6f5;
    padding: 3px 10px;
    margin-right: 15px;
    font-weight: 600;
    
}
.tag-hot__icon {
    margin-right: 15px;
}
.tag-hot__icon i {
    color: gray;
    font-size: 20px;
}
.time-home {
    font-size: 14px;
    /*font-weight: 600;*/
}
.content-right-box1 {
    display: flex;
    padding-bottom: 15px;
}
.content-right-box3 {
    display: flex;
}
.text-right-box1 {
    padding-left: 5px;
}
.text-right-box3 {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
}
.icone-right-box1 {
    color: #A4A6A5;
}
.bottom-box1 {
    display: flex;
    justify-content: space-between;
}
.main-media {
    padding: 15px;
}
.main-media-thumb {
    display: flex;

}
.main-media-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.main-media__text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #00753b;
    padding-left: 5px;
    line-height: 1.3;
}
.main-media__info i {
    color: red;
    font-size: 20px;
}
.main-box-left {
    width: 780px;
    padding-right: 15px;
}
.main-box3-left {
    max-width: 50%;
    padding-right: 20px;
}
.main-box3-right {
    max-width: 50%;
}
.main-economy {
    display: flex;
}
.main-right-economy {
    border-left: 1px solid #d2d2d2;
    padding-left: 15px;
}
.qc-home-right {
    width: 300px;
    height: auto;
}

.qc-home-right img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.qc-home-center {
    max-width: 1080px;
    height: auto;
    text-align: center;
}

.qc-home-center img {
    max-width: 860px;
    max-width: 100%;
    height: auto;
}
.video-thumb {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    padding: 15px 0 15px 15px;
    flex-wrap: wrap;
}

.video-thumb__1 {
    width: 20%;
    /*margin-left: 20px;*/
}

.video-thumb__1:first-child {
    /*padding-left: 0px;*/
}
.news-thumb__1 {
    width: 20%;
}

.main-box4-content {
    display: flex;
}
.main-box4-intro {
    display: flex;
}
.main-box4-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-box4-list {
    display: flex;
}
.main-box4-list > div {
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 12px;    
    font-weight: bold;
}
.main-box4-right {
    border-left: 1px solid #d2d2d2;
}
.main-box4-right__item {
    display: flex;
    padding-bottom: 15px;
}
.play-button {
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    padding-left: 2px;
}
.play-button img {
    width: 14px;
    height: auto;
}
.main-box5-right {
    border-left: 1px solid #d2d2d2;
}
.main-box6-title {
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #163ea2;
    padding: 5px;
    line-height: 1.3;
    background: #f3f3f3b5;
}
.main-box6-title a {
     color: #163ea2;
}
.main-box6-title a:hover {
    color: red;
}
.main-box6-content {
    border: 1px solid #f5f5f5;
}

.menu-footer-title {
    font-size: 12px;
    font-style: italic;
    text-transform: normal;
    text-transform: none;
    color: #fff;
}
.menu-footer-fb {
    background: #3c83da;
    padding: 8px 12px;
    border-radius: 50%;
    margin-right: 5px;
}
.menu-footer-twitter {
    background: #22a7db;
    padding: 8px 9px;
    border-radius: 50%;
     margin-right: 5px;
}
.menu-footer-yt {
    background: #e9112b;
    padding: 8px 8px;
    border-radius: 50%;
}

.main-footer {
    margin-top: 15px;
    padding: 15px;
    background: #f3f3f3b5;
    display: flex;
}
.footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.footer-list > div {
    padding: 0 10px;
    border-right: 1px solid #000;
}
.footer-list > div:nth-child(1) {
    padding-left: 0;
}
.footer-list > div:last-child {
    border: none;
}
.main-footer-info {
    width: 100%;
}
.main-footer-copyright {
    float: right;
}
.modal-title {
    text-transform: uppercase;
}
.from-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-gap: 0 20px;
}

.from-group {
    margin-bottom: 20px;
}
textarea, select {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #7D7C83;
    outline: none;
}
input[type="radio" i] {
    background-color: initial;
    cursor: pointer;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 5px 0px 5px !important;
    padding: initial !important;
    border: initial;

}


.scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    background-color: #cc1818de;
    padding: 10px 15px;
    border-radius: 6px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 100;
}
.scrollTop i {
    color: #fff;
}
.category-hot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
}
.category-hot-list {
    display: flex;
}
.category-hot__tile {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid #00753b;
    padding-left: 5px;
    line-height: 1;
}
.category-hot-list {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.category-hot-list > div {
    padding: 0 10px;
}
.category-tag-list {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
}
.category-tag-list > div {
    padding-right: 50px;
}
.category-tag__icon  a,
.category-tag__icon  i{
    color: #9e9e9e;
}
.category-tag__icon  a:hover {
    color: red;
}
.article-category-box1 {
    display: flex;
    background: #fbfbfa;
}
.article-category-boxchild {
    background: #fff;
}
.category-hot-news__title {
    font-size: 24px;
    font-weight: 600;
}
.category-intro-des {
    font-weight: 600;
    font-size: 15px;
    padding-top: 20px;
}
.article-category-hot-new {
    display: flex;
    border-bottom: 1px solid #efeeee;
}
.main-box1-right {
    width: 300px;
}
.category-right-news__title {
    text-transform: uppercase;
    background: #17a553;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
}
.category-right-news__des {
    padding:2px 10px 10px;
}
.category-right-news__des:nth-child(even) {
        background: #d7ffe4;
}
.category-right-news__des:nth-child(odd) {
    background: #b2f1c8;
}
.category-travel-links {
    background: #fffbd8;
}
.category-travel-links__thumb {
    padding-bottom: 15px;
    border-bottom: 1px solid #efeeee;
}
.category-travel-links {
    padding-left: 15px;
    padding-right: 15px;
}
.article-category-media {
    display: flex;
}
.article-category-hot-new__text1 {
    display: none;
}
.article-category-media__text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.detail-img {
    width: 100%;
    height: auto;
}
.detail-img img {
    width: 100%;
    height: auto;
}
.icon-share-2 {
    position: sticky;
    top: 20%;
    border: 1px solid #EEF4ED;
}
.detail-icon-comment.active {
    background: #EEF4ED;
}

.icon-share-2 div {
    padding: 10px 12px;
}
.detail-icon-comment {
    width: 48px;
    height: auto;
    text-align: center;
}
.detail-icon-comment img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.detail-box {
    display: flex;
}
.detail-description {
    background-color: #f9fafa;
    padding: 16px 50px;
    border: 1px solid #6aa244;
    border-radius: 4px;
    margin-bottom: 25px;
}
.detail-author {
    font-size: 18px;
    font-weight: bold;
    text-align: end;
    padding-bottom: 15px;
    padding-top: 10px;
}
.detail-icon-share-line {
    padding-bottom: 20px;
}

.detail-icon-share-line, .detail-facebook, .detail-like {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-right: 15px;
}
.detail-icon-share-line, .detail-facebook, .detail-like {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-right: 15px;
}
.detail-fb-icon {
    background: #3B5999;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-fb-text {
    background: #087CCE;
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-fb-icon i, .detail-fb-text i, .detail-fb-text a {
    color: #fff;
}
.detail-like-icon {
    background: #087CCE;
    width: 68px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-like-icon a, .detail-twitter a {
    color: #fff;
}
.detail-time {
    font-size: 14px;
    color: gray;
    padding-bottom: 10px;
}
.border-top-t {
    border-top: 1px solid #efeeee;
}
figure.expNoEdit {
    max-width: 100%;
    height: auto;
    text-align: center;
}
figure.expNoEdit img {
    width: 100%;
    height: auto;
}
.detail-tags {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    padding-bottom: 15px;
}
.detail-tags div {
    margin-right: 10px;
}
.detail-tag-icon {
    color: #666;
    font-size: 14px;
    background: #f7f7f7;
    width: 80px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-tag-item {
    background: #f9f9f9;
    border: 1px solid #FFEEDB;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
}
.detail-food-list,
.detail-food__item {
    display: flex;
}
.detail-food-list {
    padding-top: 15px;
}
.detail-food__intro:nth-child(even) {
    border-left: 1px solid #00753b;
}

.thumb-5x3 {
    padding-bottom: 60%;
}
.thumb-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.thumb-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-thumb__2 {
    padding-right: 15px;
}
.title-text-box3 {
    font-size: 16px;
    line-height: 1.3;
}
.detail-content blockquote {
    background: #f9fafa !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 16px 50px !important;
    margin-bottom: 25px !important;
    border: 1px solid #6aa244 !important;
    border-radius: 4px !important;
}
.article-news-item.abc > p {
    width: 780px;
    text-align: center;
}
.pagination-ul {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}
.line-height1_2 {
    line-height: 1.2;
}
.box3-360 {
    display: flex;
}
.box-newhot {
    background: #eaf6ee;
    padding: 7px 15px;
    width: 100%;
    box-shadow: 3px 5px 10px #e0dfdf;
    margin-bottom: 20px;
}
.box-newhot-title {
    color: #28a653;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.box-newhot-one {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}
.box-newhot-one:last-child {
    border-bottom: none;
}
.box-newhot__number {
    font-size: 33px;
    font-style: italic;
    color: #a5a2a2;
    padding-right: 15px;
}
.cate-paging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 5px;
}
.cate-paging-item {
    border: 1px solid #d8cfcf;
    padding: 5px 10px;
    margin-right: 4px;
    border-radius: 6px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate-paging-item i {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}
.cate-paging-item.active,
.cate-paging-item.active i {
    background: #28a653;
    color: #fff;
    border: inherit;
}
.cate_hot_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 740px;
}
.bg-beige {
    background-color: #f5f5f5;
}
.bg-black {
    background: #333;
}
.bg-snow {
    background-color: #F0EFF4;
}
.bg-white {
    background-color: #fff;
}
.bg-red {
    background: red;
}
.text-blue, .text-blue a {
    color: #3E4095;
}
.text-black,
.text-black a {
    color: black;
}

.text-white,
.text-white a {
    color: white !important;
}

.text-gray,
.text-gray a {
    color: #777;
}

.text-red,
.text-red a {
    color: red;
}

.fix-text {
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.fix-text3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fix-text4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h1-ari {
    font-family: arial;
}

.fs-12 {
    font-size: 12px;
    font-style: normal;
}
.fs-13 {
    font-size: 13px;
    font-style: normal;
}
.fs-14 {
    font-size: 14px;
    font-style: normal;
}
.fs-15 {
    font-size: 15px;
    font-style: normal;
}

.fs-16 {
    font-size: 16px;
    font-style: normal;
}
.fs-18 {
    font-size: 18px;
    font-style: normal;
}
.fs-20 {
    font-size: 20px;
    font-style: normal;
}

.fs-24 {
    font-size: 24px;
    font-style: normal;
}

.fs-32 {
    font-size: 32px;
    font-style: normal;
}

.f-400 {
    font-weight: 400;
}

.f-600 {
    font-weight: 600;
}



/*tien update*/
.input-group>.custom-file,
 .input-group>.custom-select, 
 .input-group>.form-control, 
 .input-group>.form-control-plaintext {
    max-width: 180px;
}
.slide-menu-mb {
    width: 250px;
}
li.slide-menuu__item {
    padding-bottom: 10px;
}
.dropdown-list-mb__title {
    font-weight: bold;
}
.dropdown-list-mb__item a {
    font-size: 14px;
    padding: 5px 0 10px 10px;
}
.dropdown-list-mb__item {
    position: relative;
    z-index: 99;
    align-items: stretch;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.slide-menuu__item.open .dropdown-list-mb__item {
    height: auto;
    opacity: 1;
}
.slide-menuu__item.open .fa-angle-down {
    transform: rotate(180deg);
}
li.slide-menuu__item.open.active-mobile .dropdown-list-mb__title {
    color: #00753b;
}
.active-mobile {
    color: #00753b;
}
.detail-title--lineheight {
    line-height: 1;
}
.boder-box-t {
    border: 1px solid #999993;
    border-top: 5px solid #999993;
    padding-left: 15px;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 20px;
    padding-bottom: 15px;
}

.green-cate {
    color: #00753b !important;
}
.fix-pc_home2030p{
    padding: 20px 30px;
}
.cate-paging-item {
    display: block;
    width: auto;
}

.w-1080.cate-paging {
    margin-bottom: 20px;
}
/*end tien update*/