@charset "UTF-8";
*,
td,
th {
    vertical-align: top;
}
*,
a {
    font-size: 100%;
}
body,
td,
th {
    font-weight: 400;
}
iframe {
    max-width: 100%;
}
.form-control,
html[xmlns] .clearfix {
    display: block;
}
#header,
.gNavi {
    z-index: 100;
    position: relative;
}
#header,
.gNavi,
.gNavi .menu > li {
    position: relative;
}
.lst-car li:nth-child(4n + 1),
.lst-post li:nth-child(2n + 1) {
    clear: both;
}
*,
.nav,
.pagination {
    list-style: none;
}
.nav-link:focus,
.nav-link:hover,
.page-link:hover,
a,
a:hover {
    text-decoration: none;
}
.btn-submit,
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
* {
    margin: 0;
    padding: 0;
    /* border: 0; */
    outline: 0;
    background: 0 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
td,
th {
    padding: 0.5em;
}
a {
    vertical-align: baseline;
    transition: all ease 0.3s;
    color: #000;
}
.form-control,
body {
    font-size: 14px;
    width: 100%;
}
p {
    line-height: 22px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
input,
select {
    vertical-align: middle;
}
.clearfix:after {
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
* html .clearfix {
    height: 1%;
}
a:focus {
    outline: 0;
    border: none;
}
img {
    max-width: 100%;
}
body {
    /* font-family: tahoma, sans-serif, Arial, Helvetica; */
    /* font: 400 15px arial; */
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    color: #333;
    background-color: #fff;
    word-break: break-word;
    word-wrap: break-word;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-3 {
    padding-bottom: 1rem;
}
.pb-4 {
    padding-bottom: 2rem;
}
.pb-5 {
    padding-bottom: 3rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 2rem;
}
.mb-5 {
    margin-bottom: 3rem;
}
.red {
    color: red;
}
.blue {
    color: #00f;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    /* Arial, Helvetica, sans-serif */
}
/* a:hover {
    color: #e12228 !important;
} */
.form-control,
.form-control:focus {
    color: #495057;
    background-color: #fff;
}
.form-control {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #ccc;
    opacity: 1;
}
.wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
#header {
    padding: 10px 0;
    background-color: #fff;
}
#header .btn-menu,
#header .btn-search {
    display: none;
    cursor: pointer;
    top: 0;
    color: #9e9e9f;
}
.wrap.logo {
    padding-bottom: 0;
}
.header-logo {
    flex: 30%;
    float: left;
}
.header-logo img {
    margin-top: 10px;
    margin-left: 4%;
}
.banner-header-desktop {
    flex: 70%;
}
.box-banner {
    width: 80%;
    margin-left: 20%;
    min-height: 80px;
    
}
.adv-item img {
    border: 1px solid #ddd;
}
.box-banner img {
    border: 1px solid #ddd;
    float: right;
}
.gNavi {
    background-color:#1a7900;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.gNavi .menu > li {
    float: left;
}
.gNavi .menu > li > a {
    font-size: 13px;
    height: 36px;
    display: block;
    line-height: 36px;
    padding: 0 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.gNavi .menu > li > a.active {
    background-color: #1260ab;
}
.gNavi .menu > li > a.active:hover {
    background-color: #4db748;
    color: #fff !important;
}
.gNavi .menu > li:hover a,
.gNavi .menu > li > a:hover {
    background-color: #fff;
    color: #06c;
}
.gNavi .menu li a {
    color: #fff;
}
.gNavi .menu li .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
    padding: 10px 10px 0 10px;
    display: none;
    transition: all ease 0.3s;
}
.gNavi .menu li .sub-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e8e8;
}
.gNavi .menu li .sub-menu li:last-child {
    border-bottom: none;
}
.gNavi .menu li .sub-menu li a {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 10px 5px 0;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
}
.gNavi .menu li:hover .sub-menu {
    display: block;
}
.gNavi .search-menu,
.search-wrap {
    display: none;
    position: relative;
}
.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay,
.overlay-search {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 90;
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d" !important;
}
#contents {
    padding-top: 20px;
    margin-bottom: 50px;
}
.main-content {
    width: 75%;
    float: left;
    padding: 0 15px;
}
.single-page {
    width: 100%;
}
.lst-car li .name-car,
.title-cmn {
    padding-bottom: 8px;
}
.title-cmn {
    margin-bottom: 25px;
    color: #06c;
    font-size: 22px;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    font-weight: 600;
}
h1.title-cmn {
    margin-bottom: 10px;
}
.lst-car {
    /* margin-left: -3%; */
    margin-bottom: 5px;
    width: 96%;
}
.lst-car li {
    width: 100%;
    float: left;
    /* margin-left: 4%; */
    margin-bottom: 20px;
}
.lst-car li .thumb {
    background-color: #fff;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    margin-right: 0px;
    float: left;
    min-height: 80px;
}
.lst-car li .thumb a:hover,
.lst-post li .thumb-post a:hover {
    opacity: 0.7;
}
.lst-car li .thumb img {
    /* border: 1px solid #ddd; */
}
.lst-car li .name-car a {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}
.lst-car li .desc-car {
    /* text-align: justify; */
    font-size: 14px;
    line-height: 1.5;
}
.lst-car li .meta-car {
    margin-top: 8px;
    overflow: hidden;
    color: #8e8e8e;
    font-size: 13px;
}
.read-more {
    padding: 6px 15px;
    border: 1px solid #333;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}
.read-more:hover {
    border-color: #e12228;
}
.lst-car.car-rating .name-car a {
    font-weight: 600;
    font-size: 14px;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px;
}
.nav-link {
    display: block;
    padding: 10px 15px;
    font-weight: 700;
}
.nav-link.active {
    color: #dd1922 !important;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.lst-post {
    margin-left: -4%;
}
.lst-post li {
    float: left;
    width: 96%;
    margin-left: 4%;
    margin-bottom: 25px;
}
.lst-post li .title-post {
    margin-bottom: 10px;
}
.lst-post li .title-post a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 17px;
}
.lst-post li .thumb-post {
    width: 42%;
    padding-right: 10px;
    float: left;
    text-align: center;
}
.lst-post li .thumb-post img {
    border: 1px solid #ddd;
}
.lst-post li .info-post {
    float: right;
    width: 58%;
}
.lst-post li .info-post .date-time {
    color: #888;
    padding-bottom: 5px;
    font-size: 12px;
}
.lst-post li .info-post .text-post {
    text-align: justify;
    line-height: 16px;
}
.side-bar {
    float: right;
    width: 25%;
    padding: 0 15px;
}
.category-menu {
    margin-top: -15px;
}
.category-menu li {
    border-bottom: 1px solid #eee;
}
.category-menu li:last-child {
    border-bottom: none;
}
.category-menu li a {
    display: block;
    padding: 12px 0;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-submit {
    color: #fff;
    background-color: #449d44;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.box-search-mobile {
    display: none;
    padding: 10px;
}
.box-search-mobile .search-text {
    border: 1px solid #e5e5e5;
    height: 34px;
    line-height: 30px;
    width: 70%;
    padding: 0px 10px;
}
.box-search-mobile  .search-btn {
    border: none;
    background-color: #06c;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
}
.btn-submit:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.lst-high li {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}
.lst-high li .title-high {
    color: #333;
    font-size: 14px;
    margin-bottom: 3px;
}
.lst-high li .date-time {
    color: #8e8e8e;
    font-size: 12px;
    margin-bottom: 1px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
#footer .fNavi,
#footer .info-footer {
    padding: 15px 0;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
#footer .fNavi li a:hover,
.detail-page .text-note {
    text-decoration: underline;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #dee2e6;
    pointer-events: none;
}
#footer {
    background-color: #f4f4f4;
    /* padding: 24px 0; */
    padding-top: 20px;
    color: #616161;
    font-size: 13px;
    line-height: 20px;
}
#footer .fNavi li {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 14px;
}
#footer .fNavi li a {
    display: block;
    color: #999;
}
.breadcrumb li,
.social-ul li {
    display: inline-block;
}
#footer .info-left {
    float: left;
    width: 75%;
    /* padding: 0 15px; */
    /* text-align: center; */
    /* color: #fff; */
}
#footer .info-left .title-footer {
    text-transform: uppercase;
    color: red;
}
#footer .info-left p {
    padding-bottom: 2px;
}
#footer .info-right {
    width: 25%;
    float: right;
    padding: 0 15px;
}
#footer .info-right .title-social {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}
#footer .info-right .lst-social li {
    display: inline-block;
    font-size: 30px;
    margin-right: 0px;
}
#footer .info-right .lst-social .google-plus {
    color: #d34836;
}
#footer .info-right .lst-social .facebook {
    color: #3b5998;
}
#footer .info-right .lst-social .youtube {
    color: #cc181e;
}
#footer .info-right .lst-social .twitter {
    color: #00aced;
}
#footer .info-right .lst-social .pinterest {
    color: #bd081c;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.list-page .text-intro {
    font-size: 14px;
    text-align: justify;
}
.breadcrumb {
    padding: 8px 15px 8px 0;
    border-radius: 4px;
    border-bottom: 1px solid #ece9e9;
}
.breadcrumb > li + li::before {
    content: "›";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li a {
    color:  #06c;
}
.breadcrumb > li.active a {
    color: #333;
}
.detail-page .title-detail {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 30px;
}
.detail h2 {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 3px;
    font-weight: 700;
}
.detail-page .date-time {
    margin-top: 4px;
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}
.detail-page .sub-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.detail-page .thumb-desc,
.detail-page .thumb-detail {
    margin-bottom: 12px;
    text-align: center;
}
.detail-page .thumb-desc p {
    text-align: center;
}
.detail-page .thumb-desc a:hover {
    text-decoration: underline;
    color: navy !important;
}
.detail-page table {
    margin-bottom: 15px;
}
.detail-page table td,
.detail-page table th {
    border: 1px solid #333;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}
.detail-page .lst-post .thumb-post {
    width: 105px;
}
.detail-page .lst-post .info-post {
    width: calc(100% - 105px);
}
.detail-page .lst-post .title-post {
    margin-bottom: 0;
}
.detail-page .lst-post .date-time {
    margin-top: 0;
}
.left-detail-page {
    flex: 70%;
}
.right-detail-page {
    flex: 30%;
    padding-left: 15px;
}
.header-detail {
    display: flex;
    flex-direction: row;
}
.left-header-detail {
    flex: 50%;
}
.right-header-detail {
    text-align: right;
    flex: 50%;
}
.ic {
    width: 16px;
    height: 16px;
    fill: #757575;
    display: inline-block;
    vertical-align: middle;
}
.tag-detail {
    line-height: 24px;
    margin-bottom: 5px;
}
.tag-detail .item-tag {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ebebeb;
    padding: 2px 5px;
    margin-bottom: 7px;
}

.page-detail .tags .item-tag:last-child {
    margin-right: 0;
}
.tag-detail a {
    color: #625f5f;
    font-size: 14px;
}
.tag-hidden {
    height: 0;
    margin: 0;
    text-indent: -9999px;
}
.fb-comments,
.fb-comments iframe span[style],
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}
.detail-page img {
    max-width: 100%;
    height: auto !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    
}
.detail {
    font-size: 16px;
    line-height: 22px;
}
.home-highlight p a,.home-highlight td a,.home-highlight li a
		{color:#00f;text-decoration:underline}
.detail p a,.detail td a,.detail li a
		{color:#00f;text-decoration:underline}
.home-content {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 3px solid #E5E5E5;
}
.home-highlight-left {
    flex: 75%;
}
  
.home-highlight-right {
    /* background-color: dodgerblue; */
    flex: 25%;
}
.left-h-top-news {
    flex: 62%;
}
.home-content-left {
    flex: 70%;
}
.home-content-center {
    flex: 30%;
}

/* .home-content-right {
    flex: 5%;
} */
.left-h-top-news article {

}
.right-popular-news {
    background-color: #06c;
    padding: 20px 10px;
    min-height: 100px;
}
.no-border {
    border: none;
    margin-bottom: 10px;
}

article h3, article h2 {
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    
}
article h3 a, article h2 a {
    color: #333;
}
 .article-desc {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
}
.article-desc a{
    font-weight: normal;
    color: #333;
}
article .article-desc a:hover{
    color: #333;
}
article .meta-news {
    color: #757575;
    font-size: 14px;
}
.box-category {
    margin-bottom: 35px;
    width: 32%;
    float: left;
    margin-right: 2%;
}
.box-category h2.box-category-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 22px;
    position: relative;
    padding-right: 3px;
    z-index: 1;
    overflow: hidden;
    border-bottom: 2px solid #eee;
}
.box-category article h3 {
    font-size: 16px;
    line-height: 22px;
    min-height: 50px;
    overflow: hidden;
}
.section-home-category>*:nth-child(3n) {
    margin-right: 0;
}
.left-block-category {
    flex: 50%;
}
.right-block-category {
    flex: 50%;
}

.right-block-category .list-sub-article {
    width: 50%;
    float: left;
}
.list-sub-top-category {
    width: 50%;
    padding-left: 4%;
    float: left;
}
.list-sub-top-category article.border-bottom {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.list-sub-top-category article h3 {
    font-size: 15px;
    line-height: 1.4;
    min-height: 42px;
}
/* .box-category h2.box-category-title:after {
    position: absolute;
    top: 48%;
    overflow: hidden;
    width: 100%;
    height: 3px;
    content: '\a0';
    background-color: #06c;
} */
.box-category h2.box-category-title a {
    color: #06c;
}
.sub-category {
    margin-bottom: 7px;
}
.sub-category ul {
    
}
.sub-category ul li {
    display:inline;
    margin-right: 10px;
}
.sub-category ul li a {
    font-size: 12px;
    color: #4f4f4f;
}
.home-content-center article h3 {
    font-size: 15px;
    line-height: 22px;
}
.home-content-center article h3 a {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.list-news {
    margin-top: 10px;
}
.list-news li {
    margin-top: 5px;
    margin-bottom: 8px;
}
.list-news li a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.right-h-top-news {
    flex: 35%;
    padding: 0 15px 10px 15px;
}
.right-h-top-news h3 a {
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.right-h-top-news-title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    white-space: nowrap;
    border-bottom: 2px solid #06c;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.slide-news {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* background-color: #f1faff;
    padding-top: 15px;
    padding-bottom: 15px; */
}
.slide-news article {
    width: 100%;
    float: left;
}
.slide-news ul {
    width: 100%;
    display: flex;
}
.slide-news ul li {
    display:inline;
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
}
.slide-news article h3 {
    font-size: 14px;
    line-height: 20px;
}
.right-h-top-news-lists li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efeff4;
}
.right-h-top-news-lists li a {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 17px;
}
  
.highlight-sub-news {
    width: 100%;
}
.list-sub-news {
    width: calc(100% + 20px);
    margin-left: -20px;
    /* font-size: 0; */
    padding-right: 0;
}
.list-sub-news li {
    width: 32%;
    float: none;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.list-sub-news li img.thumb {
    max-width: 100%;
}
.list-sub-news li a {
    line-height: 22px;
}
.thumb {
    margin-bottom: 10px;
}
.section {
    width: 100%;
    float: left;
}
.section-most-view {
    width: 100%;
    float: left;
    /* min-height: 400px; */
    background-color: #e0f0f9;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    border: 1px solid #b9e3fb;
    margin-bottom: 15px;
}
.section-most-view h2 {
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.page-index {
    margin-top: 20px;
}
.page-index .home-content {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.news-high {
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
}
.title-news-high {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #06c;
}
.category-navigation{
    margin-bottom: 5px;
}
.category-navigation>li {
    display:inline;
    margin-right: 10px;
}
.category-navigation>li a {
    color: #555;
    font-size: 14px;
    line-height: 22px;
}
.list-popular {

}
.list-popular li {
    width: 100%;
    float: left;
}
.list-popular li .thumb {
    width: 100px;
    float: left;
    margin-right: 8px;
}
@media (min-width: 992px) {
    .fixed-menu {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .fixed-pin {
        position: fixed;
        top: 36px;
    }
}
@media (max-width: 991px) {
    body {
        padding-top: 46px !important;
    }
    #header {
        height: 46px;
        overflow: hidden;
        border-bottom: 1px solid #e7e7e7;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    #header .logo {
        text-align: center;
    }
    #header .logo img {
        height: 26px !important;
        width: auto;
        margin-top: 0;
    }
    #header .btn-menu {
        display: block;
        height: 40px;
        width: 40px;
        overflow: hidden;
        font-size: 25px;
        position: absolute;
        left: 0;
    }
    #header .btn-search {
        display: block;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 13px;
        color: #9e9e9f;
    }
    .search-wrap {
        position: fixed;
        width: 100%;
        left: 0;
        top: 46px;
        height: 37px;
        /* padding: 3px 10px 0; */
        background-color: #fff;
    }
    .search-wrap .search-text {
        width: calc(100% - 70px);
        float: left;
        height: 37px;
        font-size: 14px;
        border: 1px solid #e7e7e7;
        padding-left: 10px;
    }
    .search-wrap .search-btn {
        width: 70px;
        float: right;
        height: 37px;
        border: none;
        font-size: 14px;
        background-color: #06c;
        color: #fff;
        cursor: pointer;
    }
    .gNavi {
        position: fixed;
        left: -350px;
        width: 350px;
        height: calc(100vh - 46px);
        top: 46px;
        overflow-y: auto;
        background-color: #f7f7f7;
    }
    .gNavi .menu {
        margin-left: 10px;
        margin-right: 10px;;
    }
    .gNavi .menu > li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #e9e9e9;
    }
    .gNavi .menu > li > a {
        height: auto;
        line-height: inherit;
        padding: 13px 10px;
        color: #333333;
        font-size: 15px;
    }
    .gNavi .menu li .sub-menu {
        display: none !important;
    }
    .gNavi .search-menu {
        display: block;
        margin-bottom: 10px;
    }
    .gNavi .search-menu .search-text {
        width: 100%;
        border: 1px solid #ccc;
        height: 45px;
        padding: 5px 40px 5px 5px;
    }
    .gNavi .search-menu .search-btn {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 5px;
        right: 0;
        border: none;
        font-size: 18px;
        cursor: pointer;
    }
    .main-content,
    .side-bar {
        width: 100%;
        float: none;
        padding: 0;
    }
    .main-content {
        margin-bottom: 30px;
    }
    .side-bar .category-car,
    .side-bar .news-high {
        display: none;
    }
    .flex-container {
        flex-direction: column;
    }
    .list-sub-news li {
        width: 100%;
        margin-bottom: 25px;
    }
    .list-sub-news li h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
    }
    .article-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .right-h-top-news h3 {
        font-size: 18px;
    }
    .slide-news ul {
        flex-direction: column;
    }
    .slide-news ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-highlight-right{
        display: none;
    }
    .section-most-view h2 {
        font-size: 20px;
    }
    .slide-news article h3{font-size: 18px;}
    .box-category {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    .wrap {
        padding: 0 0;
    }
    .banner-header-desktop {
        display: none;
    }
    .header-logo {
        flex: 100%;
        float: none;
    }
    .lst-car {
        width: 100%;
        margin-bottom: 10px;
    }
    .section.home-content {
        padding-left: 5px;
        padding-right: 5px;
    }
    .lst-car li .desc-car {
        font-size: 16px;
    }
    .lst-car li .name-car a {
        font-size: 18px;
    }
    .lst-car li {
        margin-bottom: 20px;
    }
    .title-news-high {
        font-size: 20px;
    }
    .lst-high li a {
        font-size: 16px;
    }
    .lst-high li .date-time {
        font-size: 14px;
    }
    .box-category h2.box-category-title {
        font-size: 20px;
    }
    .box-category article h3 {
        font-size: 18px;
    }
    .lst-post li .title-post a {
        font-size: 16px;
        line-height: 22px;
    }
    .lst-post li .info-post .date-time {
        font-size: 14px;
    }
    .sub-category ul li a {
        font-size: 14px;
    }
    #footer .fNavi, #footer .info-footer {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
        line-height: 22px;
    }
    #footer .info-left p {
        margin-bottom: 8px;
    }
    #footer .info-right .title-social {
        font-size: 18px;
    }
    .copyright {
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .detail-page {
        padding-left: 8px;
        padding-right: 8px;
    }
    .breadcrumb > li a {
        font-weight: bold;
        font-size: 14px;
    }
    .detail p {
        font-size: 18px;
    }
    .detail-page .date-time {
        font-size: 14px;
    }
    .tag-detail {
        font-size: 16px;
    }
    .tag-detail a {
        font-size: 18px;
    }
    .box-search-mobile {
        display: block;
    }
    .list-page {
        padding-left: 5px;
        padding-right: 5px;
    }
    .left-block-category .title-news, .left-block-category .article-desc{
        padding-left: 10px;
        padding-right: 10px;
    }
    .left-block-category .meta-news {
        display: none;
    }
    .left-block-category {
        margin-bottom: 20px;
    }
    .right-block-category {
        padding-left: 5px;
        padding-right: 5px;
    }
    .list-sub-top-category {
        padding-left: 5px;
        padding-right: 5px;
    }
    .home-content-left {
        margin-bottom: 20px;
    }
    .category-navigation>li a {
        font-size: 16px;
    }
    .list-sub-top-category article h3 {
        min-height: 68px;
    }
    .list-sub-top-category article.border-bottom {
        border:none
    }
    .right-detail-page {
        padding-left: 0px;
    }
    .detail {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .lst-car {
        /* margin-left: -3%; */
    } 
    .lst-car li {
        /* width: 30.33%; */
        /* margin-left: 3%; */
    }
    .lst-car li:nth-child(4n + 1) {
        clear: none;
    }
    .lst-car li:nth-child(3n + 1) {
        clear: both;
    }
    .lst-car li .thumb {
        margin-bottom: 15px;
        /* width: 140px; */
    }
    .lst-car li .meta-car {
        display: none;
    }
    #footer .info-left,
    #footer .info-right {
        float: none;
        width: 100%;
        text-align: left;
    }
    #footer .fNavi {
        margin-left: -5%;
    }
    #footer .fNavi li {
        width: 45%;
        margin-left: 5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        text-align: left;
    }
    #footer .fNavi li a {
        padding: 8px 5px;
        display: block;
    }
    #footer .info-right {
        padding-top: 20px;
        padding-left: 0px;
    }
   
  
}
@media (max-width: 576px) {
    .lst-car {
        /* margin-left: -5%; */
    }
    .lst-car li {
        /* width: 45%;
        margin-left: 5%; */
    }
    .lst-post,
    .lst-post li {
        margin-left: 0;
    }
    .lst-car li:nth-child(3n + 1) {
        clear: none;
    }
    .lst-car li:nth-child(2n + 1) {
        clear: both;
    }
    .lst-post li {
        width: 100%;
        float: none;
    }
    .lst-post li .thumb-post img {
        width: 100%;
    }
    .lst-post li .info-post .text-post {
        font-size: 14px;
        line-height: 18px;
    }
}
.gNavi.is-active {
    left: 0;
}
.btn-menu span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: 14.75px;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    width: 16px;
}
.btn-menu span:nth-child(1) {
    top: 16.75px;
}
.btn-menu span:nth-child(2) {
    top: 21.75px;
}
.btn-menu span:nth-child(3) {
    top: 26.75px;
}
.btn-menu.active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
.btn-menu.active span:nth-child(2) {
    opacity: 0;
}
.btn-menu.active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}
.search-wrap.is-active {
    display: block;
}
.dgx {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 18px;
}
.dgx li {
    width: 21%;
    margin-left: 4%;
    margin-bottom: 25px;
    float: left;

}

.dgx li .thumb {
    background-color: #fff;
    margin-bottom: 15px;
    text-align: center;
}


.dgx li h3 {
    float: left;
    margin-bottom: 5px;
}
.dgx li .desc-car {
    line-height: 18px;
    text-align: justify;
    float: left;
}

@media (min-width: 768px) {
    .dgx li:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .lst-car li {
        width: 30.33%;
        margin-left: 3%;
    }
    .dgx {
        padding-left: 5px;
        padding-right: 5px;
    }
    .home-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .dgx li:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .dgx li {
        width: 47%;
        margin-left: 3%;
    }
    
    .dgx li:nth-child(3n+1) {
        clear: none;
        margin-left: 3%;
    }



    .dgx li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
        margin-right: 3%;
    }

}