.inner-page {
    padding: 40px 0;
}

.back-services {
    background-image: url(/Design/bg-sevices.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 60px;
}

.inner-page .container > .contain {
    margin-top: 30px;
}

#Slideshow.fix {
    height: 296px;
    position: relative;
    z-index: 1;
}

    #Slideshow.fix > img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #Slideshow.fix .container {
        position: absolute;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #Slideshow.fix h2 {
        color: #fff;
        font-size: 25px;
        height: 100%;
        display: table;
        font-weight: normal;
        text-shadow: 1px 0 3px #6f6f6f;
    }

        #Slideshow.fix h2 span {
            display: table-cell;
            vertical-align: middle;
        }

.sologan {
    display: none;
}

.pro-duct .col-sidebar, .col-sidebar { /* float:right; */ /* background:#fff */
}

    .col-sidebar .img img {
        width: 100%;
        height: auto;
    }

.contain .book-list {
}

    .contain .book-list li {
        padding-right: 0;
        width: 32.15%;
        margin-right: 1.775%;
    }

        .contain .book-list li:nth-child(3n+3) {
            margin-right: 0;
        }

.title-aside { /* font-size:25px; */ /* text-transform:uppercase; */ /* color:#3a3a3a; */ /* border-bottom:1px solid #e3e3e3; */ /* margin-top:0 */
    position: relative;
}

    .title-aside a {
        position: absolute;
        right: 19px;
        color: #fff;
        top: 10px;
        font-size: 12px;
        text-decoration: none;
    }

    .title-aside i {
        font-size: 11px;
        font-weight: normal;
    }

    .title-aside h1 { /* line-height:0; */
        font-size: 25px;
    }

    .title-aside span {
        font-size: 25px; /* position:relative; */
        display: inline-block;
        padding-bottom: 10px;
    }

.title-left {
    margin-bottom: 0;
    color: #3a3a3a;
    border-bottom: 1px solid #ca0c00;
    padding: 15px;
    margin-top: 0;
    background: #fdefce;
}

    .title-left span { /* padding-left:10px; */
        font-size: 25px;
        color: #ca0c00;
    }

.col-side .product-message {
    font-size: 15px;
    color: #fdd10b;
}

.col-side .list-content {
    margin-bottom: 10px;
}

    .col-side .list-content > li {
        border-bottom: 1px solid #e3e3e3;
        cursor: pointer;
    }

    .col-side .list-content .article-item {
        padding: 15px 0;
    }

    .col-side .list-content .menu-item {
        position: relative;
        color: #5b5b5b;
        font-size: 15px;
        text-transform: uppercase;
    }

        .col-side .list-content .menu-item > a {
            display: block;
            padding: 15px 0;
            transition: transform .5s;
        }

        .col-side .list-content .menu-item.active, .col-side .list-content .menu-item:hover {
            color: #ca0c00;
            font-weight: bold;
            background: #fff;
        }

        .col-side .list-content .menu-item:after {
            content: "";
            width: 6px;
            height: 12px;
            background: url(/Design/icon-menu-2.png)no-repeat;
            position: absolute;
            right: 10px;
            top: 20px;
        }

        .col-side .list-content .menu-item.active:after {
            background: url(/Design/icon-menu-active.png)no-repeat;
        }

        .col-side .list-content .menu-item.active a, .col-side .list-content .menu-item:hover a {
            transform: translateX(10px);
        }

    .col-side .list-content .sub-menu {
        background-color: #f1f1f1;
        padding: 20px;
        display: none;
    }

    .col-side .list-content .menu-item.active .sub-menu {
        display: block;
    }

    .col-side .list-content .sub-menu li {
        font-weight: normal;
        color: #212121;
        text-transform: none;
        padding-left: 30px;
        position: relative;
        font-size: 15px;
    }

        .col-side .list-content .sub-menu li:before {
            content: "";
            width: 12px;
            height: 12px;
            background: url(/Design/icon.png);
            background-size: 100% 100%;
            position: absolute;
            left: 5px;
            top: 8px;
            border-radius: 100%;
        }

        .col-side .list-content .sub-menu li:hover {
            color: #fdd10b;
        }

        .col-side .list-content .sub-menu li a {
            display: block;
            padding: 4px 0;
        }

.box-video {
    border: 1px solid #ebebeb;
    border-top: none;
    background: #f5f5f5;
}

.list-video-slide {
    padding: 0 20px;
    margin: 0;
    list-style: none;
    position: relative;
}

    .list-video-slide li {
        display: block;
        list-style: none;
        position: relative;
        z-index: 2;
    }

.first-video {
    margin-bottom: 10px;
}

.list-video-slide li a {
    display: block;
    text-decoration: none;
}

.list-video-slide:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    height: 80px;
    background: #e4002b;
    z-index: 1;
}

.Img-box-video {
    border-radius: 7px;
    overflow: hidden;
}

    .Img-box-video img {
        width: 100%;
        display: block;
    }

.title-box-video {
    font-size: 15px;
    text-decoration: none;
    color: #4d4d4d;
    padding: 15px 0;
}

    .title-box-video:after {
        content: "";
        width: 15px;
        height: 11px;
        position: absolute;
        background-image: url('/Design/after-tit-video.png');
        right: 0;
        top: 18px;
    }

.list-video-slide li:nth-child(n+3) .title-box-video {
    border-top: 1px solid #ebebeb;
}

.menuDM li {
    position: relative;
    padding: 12px 10px;
    color: #3a3a3a;
    border: 1px solid #ca0c00;
    background: #fff;
    box-sizing: border-box;
}

    .menuDM li:nth-child(n+2) {
        border-top: none;
    }

    .menuDM li a {
        display: block;
        padding: 5px 0;
        transition: transform .5s;
        font-size: 15px;
        position: relative;
        text-transform: uppercase;
        font-family: avos;
    }

        .menuDM li a:before {
            content: "\f111";
            font-family: fontawesome;
            font-weight: 900;
            font-size: 4px;
            top: -4px;
            position: relative;
        }

        .menuDM li a:hover {
            transform: translateX(10px);
        }

        .menuDM li a:hover {
            color: #ca0c00;
            font-weight: bold;
            background: #fff;
        }

.boxes + .boxes {
    margin-top: 20px;
}

article {
    padding-top: 0;
    padding-bottom: 0;
}

    article .container.overHide {
        /* padding-bottom: 50px; */
    }

    article .bread-crums .container.overHide {
        padding: 0;
    }

.article-item {
    overflow: hidden;
}

    .article-item .postImg {
        width: 40%;
        float: left;
        height: 80px;
    }

    .article-item h4 {
        width: 56%;
        float: right;
        font-weight: normal;
        color: #555;
        height: 65px;
        padding-top: 5px;
        overflow: hidden;
    }

    .article-item:hover h4 {
        color: #fdd10b;
    }

.banerAside {
    margin-top: 20px;
}

    .banerAside img {
        width: 100%;
        height: auto;
    }

.col-section {
    width: 67%;
    float: left; /* margin-top:50px */
}

.col-mid {
    width: 71.306%;
    float: left;
}

    .col-mid .contain {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 30px;
    }

        .col-mid .contain:last-child {
            border-bottom: none;
        }

        .col-mid .contain ul {
            padding: 15px;
            padding-top: 0;
        }

        .col-mid .contain p {
            line-height: 1.4;
        }

.col-right {
    width: 25.918%;
}

.inner-page .right {
    float: right;
}

    .inner-page .right .about-side { /* float:right; */ /* width:100%; */
        background: #fff; /* margin-top:50px */
    }

        .inner-page .right .about-side img {
            width: 100%;
        }

.slogan-about {
    background: #fff;
    position: relative;
    padding: 25px 42px;
    border-bottom: 3px solid #cecece;
}

    .slogan-about h1 {
        font-family: muli;
        font-size: 17px;
        color: #3a3a3a;
        text-align: justify;
    }

    .slogan-about span {
        font-weight: normal;
    }

    .slogan-about:before {
        content: "";
        position: absolute;
        background: url(/Design/icon-nhay-top.png)no-repeat;
        width: 21px;
        height: 16px;
        top: 12%;
        left: 3.5%;
    }

    .slogan-about:after {
        content: "";
        position: absolute;
        background: url(/Design/icon-nhay-bottom.png)no-repeat;
        width: 21px;
        height: 16px;
        bottom: 12%;
        right: 28%;
    }

section .contain {
    margin-top: 30px;
}

.inner-page .contain .contain {
    border-bottom: 1px solid #fdd10b;
    padding-bottom: 25px;
}

.bread-crums {
    background: #e4002b;
    padding: 8px 0;
}



.breadcrumb a:hover {
    color: #009548;
}

.breadcrumb a {
    color: #666161;
    text-decoration: none;
}

.breadcrumb i {
    padding-right: 2px;
    color: #666161;
}

.breadcrumb a:last-child {
    color: #009548;
}

.bread-crumb a.about-b {
    color: #fdd10b;
}

.bread-crumb span { /* float:right; */
    color: #fff;
}

.bread-crumb .container > span { /* float:right */
}

.books-boxes { /* margin-top:50px */
}

.cat-sub {
}

    .cat-sub li {
        display: inline-block;
        position: relative;
        padding: 6px 0;
        font-size: 11px;
        font-weight: normal;
        font-family: muli;
    }

        .cat-sub li:before {
            content: "";
            border: 5px solid transparent;
            position: absolute;
            width: 0;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -3px;
            border-bottom-color: #fdd10b;
            opacity: 0;
        }

        .cat-sub li a {
            display: block;
            padding: 8px 10px;
            display: table-cell;
            vertical-align: middle;
        }

        .cat-sub li:nth-child(5n+5) {
            margin-right: 0;
        }

        .cat-sub li:hover {
            color: #fdd10b;
        }

            .cat-sub li:hover:before {
                opacity: 1;
            }

.title-inner {
    position: relative;
}

    .title-inner h1, .title-post, .title-side {
        font-size: 30px;
        font-weight: normal;
        color: #1e1e1e;
        position: relative;
        margin: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #fdd10b;
        padding-bottom: 15px;
    }

        .title-inner h1 span {
            display: inline-block;
            position: relative; /* background-color:#fff; */
        }

            .title-inner h1 span:after {
                content: "";
                position: absolute;
                width: 100%;
                border-bottom: 1px solid #ddd;
                bottom: 8px;
                left: 100%;
            }

    .title-inner .breadcrumb {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 4px;
        background-color: #f9f9f9;
        z-index: 4;
        font-size: 14px;
        color: #fdd10b;
    }

.project-default {
    overflow: hidden;
    padding: 45px 0 75px;
}

.tit.tit-project strong {
    background-image: url(/Design/bg-tit-project.png);
    padding: 0 130px;
    color: #fff;
    padding-bottom: 7px;
    font-size: 38px;
}

    .tit.tit-project strong:before {
        bottom: 10px;
        left: 70px;
    }

    .tit.tit-project strong:after {
        bottom: 10px;
        right: 70px;
    }

.bg-ar {
    background-image: url('/Design/bg-article.jpg');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.contain-project {
    background: #fff;
    padding: 65px 50px;
    border-radius: 20px;
    margin-top: 50px;
}

.info.border {
    border: 1px solid #ddd;
    padding: 11px 20px;
}

.detail li {
    position: relative;
    color: #2d2d2d;
}

.count-default {
    background-color: #fff;
    padding: 60px 0;
}

    .count-default .absolute {
        display: none;
    }

.location-boxes {
    margin-top: 0 !important;
}

.list-article-category {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 15px;
    row-gap: 20px;
    padding: 0;
    margin: auto;
    list-style: none;
}

    .list-article-category .item {
        overflow: hidden;
        padding: 0px 0;
    }

.get-9 .list-article-category .item:nth-child(n+10) {
    display: none;
}

.list-article-category .item:nth-child(4n+4) {
    margin-right: 0;
}

.list-article-category .item:first-child {
    border: none;
}

.list-article-category .item:nth-child(n+5) {
    margin-top: 0;
}

.list-article-category .item .postImg {
    height: 247px;
    border-radius: 10px;
}

    .list-article-category .item .postImg a {
        width: 100%;
        height: 100%;
    }

.list-article-category .postImg:hover:before {
    opacity: 1;
}

.list-article-category .postImg:hover:after {
    transform: translateX(0);
}

.list-article-category .item h4 {
    margin: 0;
    font-size: 19px;
    overflow: hidden;
    text-align: center;
    color: #3c3c3c;
    margin-top: 10px;
    font-family: swissb;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-article-category .item .desc {
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: #4d4d4d;
    height: 62px;
    margin-top: 10px;
}

.contain-project .list-article-category .item .desc {
    display: none;
}

.list-article-category h4:hover, .nth-article h4:hover {
    color: #000;
}

.list-article-category .item a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
    font-size: inherit;
}

.inner-page .list-article-category {
    padding: 0;
}

.inner-page .tit-article { /* padding:10px 0; */
    border-bottom: 1px solid #d7d7d7;
}

.inner-page .list-article-category .item,
.inner-page .list-article-category .item h4,
.inner-page .list-article-category .item .desc {
    text-align: left;
}

.commit {
    overflow: hidden;
    margin-top: 20px;
    background: #000;
    font-size: 16px;
    color: #ffb03d;
    padding: 15px 35px;
    border-radius: 15px;
    line-height: 26px;
}

.left-commit {
    width: 44%;
    float: left;
}

.right-commit {
    width: 39%;
    float: right;
}

.slogan {
}

.Search-project {
    overflow: hidden;
    position: relative;
    margin-top: 8px;
}

    .Search-project .txt {
        width: 100%;
        display: block;
        background-color: #fff;
        font-size: 14px;
        color: #000;
        border: 1px solid #afaead;
        padding: 11px 120px 11px 40px;
        border-radius: 34px;
        box-sizing: border-box;
        outline: none;
        background-image: url('/Design/icon-search.png');
        background-repeat: no-repeat;
        background-position: 16px 11px;
    }

    .Search-project .btn {
        font-size: 16px;
        color: #fefeff;
        background: #d19800;
        border: none;
        outline: none;
        position: absolute;
        right: 2px;
        top: 2px;
        padding: 9px 26px;
        border-radius: 33px;
        cursor: pointer;
    }

.top-info {
    margin-top: 20px;
}

.project-over.inner {
    position: static;
    overflow: hidden;
}

    .project-over.inner .project-item {
        width: 32%;
        margin-right: 2%;
    }

        .project-over.inner .project-item:nth-child(3n+3) {
            margin-right: 0;
        }

        .project-over.inner .project-item:nth-child(n+4) {
            margin-top: 20px;
        }

.tab-title {
    margin-top: 20px;
    padding: 0 10px;
    position: relative;
}

    .tab-title:after {
        position: absolute;
        border-bottom: 1px solid #fdd10b;
        width: 100%;
        bottom: 0;
        left: 0;
        content: "";
    }

    .tab-title a {
        display: inline-block;
        border: 1px solid #eee;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 14px 30px 8px 30px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        font-family: Fester;
        background-color: #eee;
    }

        .tab-title a.active {
            color: #fdd10b;
            background-color: #fff;
            z-index: 2;
            border-color: #fdd10b;
        }

.info_contain {
    color: #3f3f3f;
    font-size: 15px;
    margin-top: 15px;
}

    .info_contain table {
        border-top: 3px solid #e1e1e1;
    }

    .info_contain td {
        vertical-align: top;
        border: 1px solid #e1e1e1;
        padding: 8px;
    }

        .info_contain td:first-child {
            font-weight: bold;
            white-space: nowrap;
        }

    .info_contain h2 {
        font-size: 20px;
        color: #fdd10b;
        margin-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
    }

        .info_contain h2:nth-of-type(2) {
            margin-top: 30px;
        }

    .info_contain p {
        font-size: 16px;
        color: #222;
        line-height: 1.8;
        position: relative;
    }

    .info_contain em {
        font-style: normal;
        display: inline-block;
        padding-left: 30px;
        position: relative;
    }

        .info_contain em:before {
            font-family: fontawesome;
            font-size: 13px;
            left: 0;
            position: absolute;
            border: 1px solid #fff;
            padding: 2px 0;
            width: 23px;
            text-align: center;
            border-radius: 100%;
        }

        .info_contain em:first-of-type:before {
            content: "\f041";
        }

        .info_contain em:nth-of-type(2):before {
            content: "\f095";
        }

        .info_contain em:nth-of-type(3):before {
            content: "\f1ac";
        }

        .info_contain em:nth-of-type(4):before {
            content: "\f003";
        }

        .info_contain em:nth-of-type(5):before {
            content: "\f0ac";
        }

.title-project {
    font-family: Fester;
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    color: #fdd10b;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    line-height: 1.7;
}

.title-comment {
    background-color: #fdd10b;
    color: #fff;
    padding: 10px 20px;
    font-family: svnavo;
    font-weight: normal;
    margin: 0;
}

.comment-contain {
    margin-top: 20px;
}

    .comment-contain .comment {
        padding: 20px 2%;
        background-color: #f1f1f1;
    }

.share {
    text-align: right;
}

.detail b, .detail strong, .detail h1, .detail h2, .detail h3, .detail h4, .detail h5, .detail h6 { /* font-family:segoe ui; */ /* color: #3a3a3a; */ /* font-weight:500; */
}

.list-same-post {
    overflow: hidden;
    margin-top: 18px;
}

    .list-same-post .item {
        width: 32%;
        margin-right: 2%;
        float: left;
        overflow: hidden;
    }

        .list-same-post .item:nth-child(3n+3) {
            margin-right: 0;
        }

        .list-same-post .item:nth-child(n+4) {
            margin-top: 20px;
        }

    .list-same-post .postImg {
        height: 180px;
    }

    .list-same-post h4 {
        color: #ca0c00;
        font-size: 16px;
        font-weight: normal;
        height: 48px;
        margin-top: 6px;
        overflow: hidden;
    }

        .list-same-post h4:hover {
            color: #fdd10b;
        }

    .list-same-post .item .desc {
        font-family: segoe ui;
    }

.title-detail {
    font-size: 23px;
    font-family: avo;
    font-weight: normal;
    color: #fdd10b;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 10px;
}

    .title-detail:before {
        content: "";
        position: absolute;
        height: 25px;
        border-left: 3px solid #fdd10b;
        left: 0;
        top: 15%;
    }

.slider_contain {
    overflow: hidden;
    float: left;
    width: 100%;
}

    .slider_contain.slidemobile {
        display: none;
    }

    .slider_contain .sliderPhotos {
        height: 360px;
        position: relative;
    }

        .slider_contain .sliderPhotos .next {
            cursor: pointer;
            background: url(../Design/icon_next.png)no-repeat;
            background-size: 100% 100%;
            position: absolute;
            top: 43%;
            right: 10px;
            z-index: 99;
            width: 40px;
            height: 40px;
            display: none;
        }

        .slider_contain .sliderPhotos .prev {
            cursor: pointer;
            background: url(../Design/icon_prev.png)no-repeat;
            background-size: 100% 100%;
            position: absolute;
            top: 43%;
            left: 10px;
            z-index: 99;
            width: 40px;
            height: 40px;
            display: none;
        }

        .slider_contain .sliderPhotos ul {
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .slider_contain .sliderPhotos li {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            text-align: center;
            overflow: hidden;
        }

            .slider_contain .sliderPhotos li img {
                height: 100%;
                width: 100%;
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }

    .slider_contain .thumbnail {
        margin-top: 30px;
        text-align: center;
    }

        .slider_contain .thumbnail img {
            width: auto;
            height: 30px;
            cursor: pointer;
            border: 1px solid transparent;
            opacity: .8;
            border: 1px solid #d1d1d1;
            padding: 3px;
            background: #fff;
        }

        .slider_contain .thumbnail .active {
            opacity: 1;
            border: 1px solid #fdd10b;
        }

.info_contain {
}

.product-tab {
    width: 100%;
}

.detail-pro { /* background: #eeab51; */
    border-bottom: 1px solid #333;
    margin: 0;
    padding: 0; /* text-align: center; */
}

    .detail-pro .tab-link {
        position: relative;
        display: inline-block; /* border: 1px solid #e1e1e1; */
        padding: 0 0px;
        border-bottom: 0; /* margin-top:2px; */ /* background:#191919; */
        margin-right: 20px;
    }

        .detail-pro .tab-link:nth-child(n+2) {
        }

        .detail-pro .tab-link.active { /* background:#ca0c00; */ /* color:#fff; */
            border-bottom: 3px solid #333333;
        }

.title-tab h3 { /* color:#fff; */
    margin: 6px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.tab-link.active h3 { /* color:#fff */
}

.tab-over {
    background: #fff;
    position: relative;
}

.tab-contain {
    display: none;
    border-top: 0;
}

    .tab-contain .fb-comments iframe {
        width: 100% !important;
    }

    .tab-contain article {
        background: inherit;
        padding-bottom: 0;
        margin: 20px 0;
    }

.de-tail {
    font-size: 14px;
    color: #474c5f;
    padding: 20px 0;
    overflow: hidden;
}

.title-promotion {
    font-size: 17px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}

.title-product {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #2e2e2e;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 15px;
    bottom: -200px;
    transition: 0.5s;
}

.product-list li:hover .title-product {
    bottom: 0;
}

.boxes h1.title-product {
    font-size: 25px;
    margin-top: 0;
    height: auto;
    font-family: 'rm';
}

.description {
    margin-top: 10px;
}

.inner-page .description {
    font-size: 18px;
}

.img-detail-pro {
    margin-top: 15px;
}

    .img-detail-pro img {
        width: 100%;
        display: block;
    }

.title-article {
    font-size: 26px;
    margin: auto;
}

.title-post, .title-side {
    font-size: 25px;
    color: #fdd10b;
    font-family: segoe ui;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.title-link {
    position: relative;
}

    .title-link span {
        position: relative;
        display: inline-block;
        font-weight: bold;
    }

.title-about {
    font-family: avosb;
    border-left: 3px solid #ca0c00;
    text-transform: uppercase;
    line-height: .8;
    padding-left: 10px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #ca0c00;
    background: #fff;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.link {
    position: absolute;
    right: 0;
    bottom: -1px;
    font-size: 13px;
    color: #1e1e1e;
}

.bread-crum { /* background:#ca0c00; */
    text-align: center;
}

.breadcrum {
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

    .breadcrum i {
        margin: 0 5px;
    }

    .breadcrum span {
        color: #fff;
    }

        .breadcrum span:before {
            color: #fff;
        }

    .breadcrum a:hover {
        color: #e8b065;
    }

.row-50 {
    width: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.detail-left {
    width: 71.306%;
}

.row1 {
    width: 47%;
}

.row2 {
}

.row-70 {
    width: 70%;
    overflow: hidden;
    float: left;
}

.pro-duct {
    padding-top: 30px;
}

.status {
    font-size: 14px;
    color: #4f4f4f;
}

    .status strong {
        color: #F62D3E;
    }

.describe {
    margin-top: 10px;
    width: 95%;
    list-style: aliceblue;
}

    .describe > p {
        font-size: 16px;
        color: #707070;
        overflow: hidden;
    }

    .describe li {
        list-style: inside;
    }

.fb {
    margin-top: 10px;
    overflow: hidden;
}


.fb-customerchat.fb_iframe_widget iframe {
    width: 392px !important;
}

.fb-like.fb_iframe_widget { /* width:200px; */
    height: 20px;
    float: left;
}

.col-section .fb-like.fb_iframe_widget {
    width: auto;
    padding-right: 8px;
}

.tacgia, .nhaxuatban {
    font-size: 14px;
    color: #8f8f8f;
    font-family: segoe ui;
    display: inline-block;
}

.tacgia {
    margin-right: 20px;
}

    .tacgia:before {
        content: "\f007";
        font-family: fontawesome;
        display: inline-block;
        margin-right: 5px;
    }

.thebest-product {
    width: 29%;
    overflow: hidden;
    background: #fff;
    float: right;
}

.nhaxuatban:before {
    content: "\f02e";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 5px;
}

.info_contain .contain {
    padding-left: 30px;
    margin-top: 0; /* padding-top:20px; */
    overflow: hidden;
}

.info_contain .left-content {
    float: left;
    width: 45%;
    color: #fff;
    text-align: justify;
    background: #fd4d4d;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.info_contain .description { /* background:#eeab51; */
    padding: 0px 0px 0px;
    box-sizing: border-box; /* border-bottom: 1px dashed #dadde1; */
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 25px;
}

    .info_contain .description p {
        color: #3f3f3f;
        font-family: avos;
        font-size: 16px;
        line-height: 1.4;
    }

.info_contain .percent {
    position: absolute;
    right: 20px;
    width: 62px;
    padding-top: 30px;
    padding-bottom: 10px;
    background: url(/Design/sale-icon.png) no-repeat;
    color: #fff;
    text-align: center;
    top: 0;
}

.info_contain .price {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.info_contain .price-old {
    color: #8f8f8f;
    font-size: 18px;
    text-decoration: line-through;
    font-family: segoe ui;
    color: #656564;
    font-weight: 500;
}

.info_contain .price-new {
    font-size: 22px;
    font-weight: bold;
    color: #ca0c00;
    font-family: avos;
}

.info_contain .contact-us {
    text-transform: uppercase;
    font-size: 16px;
}

    .info_contain .contact-us a {
        margin: 10px 0;
        padding: 10px;
        background: #f79420;
        transition: background .4s;
        color: #fff;
        border: 1px solid #f79420;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 5px;
    }

        .info_contain .contact-us a:hover {
            background: #114b8c;
            border: 1px solid #114b8c;
            color: #fff;
        }




.info_contain .contact-phone {
    width: 80%;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
}

    .info_contain .contact-phone span:before {
        content: "\f098";
        font-weight: 400;
        font-family: fontawesome;
        margin-left: -50px;
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 100%;
        left: 20%;
        top: 14%;
        font-size: 25px;
    }

    .info_contain .contact-phone span {
        display: block;
        padding: 13px 30px;
        color: #ca0c00;
        font-family: muli;
        font-weight: bold;
        border-radius: 5px;
        position: relative;
        padding-left: 30px;
        background: #fff;
        transition: all .5s;
    }

    .info_contain .contact-phone:hover span {
        color: #fff;
        background: #ca0c00;
    }

.info_contain .right-content {
    width: 50%;
    float: right;
}

.info_contain .promotion {
    border: 1px solid #fdd10b;
    border-radius: 20px;
    margin-top: 10px;
    padding: 30px 20px;
}

.info_contain .right-content li {
    font-size: 15px;
    color: #1e1e1e;
    padding-left: 30px;
    position: relative;
}

    .info_contain .right-content li + li {
        margin-top: 8px;
    }

    .info_contain .right-content li:before {
        content: "\f00c";
        font-family: fontawesome;
        color: #2bca08;
        position: absolute;
        left: 0;
    }

.info_contain .right-content a:hover {
    color: #fdd10b;
}

.title-same {
    margin-top: 80px;
}

    .title-same h2 {
        font-size: 26px;
        text-align: center;
        color: #3a3a3a;
        line-height: 1.1;
        font-weight: normal;
        text-transform: uppercase;
    }

.border-same {
    position: relative; /* width:80px; */
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .border-same:before {
        content: "";
        position: absolute;
        background: url(/Design/border-products.png);
        width: 222px;
        height: 22px;
        top: -11px;
        left: 0;
        right: 0;
        margin: auto;
    }

.book-category {
    position: relative;
    z-index: 99;
}

    .book-category h3 {
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        background-color: #fdd10b;
        padding: 12px 25px;
        position: relative;
        padding-left: 50px;
    }

        .book-category h3:before {
            content: "";
            position: absolute;
            width: 23px;
            height: 13px;
            background: url(/Design/icon-menu.png);
            left: 20px;
            top: 38%;
        }

.menu-product {
    border-top: 0;
    background: #ddd;
}

    .menu-product > li {
        position: relative;
        padding: 12px 10px;
        color: #474747;
        border-top: 1px solid #fff;
    }

    .menu-product li a {
        display: block;
        padding: 5px 0;
        transition: all 1s;
        font-size: 15px;
        position: relative;
    }

    .menu-product > li > a {
        padding-left: 40px;
    }

    .menu-product > li i {
        width: 31px;
        height: 31px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .menu-product > li:hover {
        background-color: #fff;
        color: #de0017;
    }

    .menu-product .menusub {
        position: absolute;
        left: 100%;
        top: 0;
        display: none;
        min-width: 100%;
        box-sizing: border-box;
    }

        .menu-product .menusub li > a {
            background-color: #1e1e1e;
            padding: 12px 20px;
            color: #fff;
        }

        .menu-product .menusub li:hover > a {
            background: #de0017;
            text-indent: 30px;
        }

        .menu-product .menusub li + li {
            border-top: 1px solid #3f3f3f;
        }

.boxes .book-list li:nth-child(n+5) { /* margin-top:20px */
}

.lstImgContent {
    margin-top: 16px;
    overflow: hidden;
    padding: 2px;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.col-mid .contain ul.lstImgContent {
    padding: 0;
}

.lstImgContent li {
    padding: 0;
    box-sizing: border-box;
    border: 0; /* outline:1px solid #e1e1e1; */
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

    .lstImgContent li:nth-child(3n+3) {
        margin-right: 0;
    }

    .lstImgContent li:nth-child(n+4) {
        margin-top: 0;
    }

.lstImgContent .postImg {
    height: 230px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

    .lstImgContent .postImg img {
        height: 100%;
        width: auto;
        left: 0;
        right: 0;
        margin: auto;
        min-width: 100%;
    }


.clearfix .left > p {
    float: left;
}

.clearfix td input {
    margin-left: 20px;
}

.clearfix td label {
    margin-left: 10px;
}

.boxes .contain.clearfm {
    margin: auto;
    padding: 1px;
    margin-top: 20px;
}

.boxes .contain-in {
    padding: 1px;
    margin-top: 20px;
    overflow: unset;
}

    .boxes .contain-in li:last-child { /* display:none */
    }

.bot-header {
}

.boxes.overHide.clearfm {
    padding-top: 30px;
    overflow: unset;
}

.productSpecification_table {
    width: 100%;
}

table {
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
    /* margin: 0; */
    /* padding: 0; */
    /* border: 0; */
    /* font-size: 100%; */
    /* font: inherit; */
    /* vertical-align: baseline; */
}

.productSpecification_table .productSpecification_title {
    font-size: 18px;
    font-weight: bolder;
    text-align: left;
}

caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#productSpecification_fullContent .popup_content .productSpecification_table tbody {
    max-height: 70vh;
}

.productSpecification_table tbody.popup {
    overflow-x: hidden;
    overflow-y: auto;
}

.productSpecification_table tbody {
    display: block;
    width: 100%;
}

    .productSpecification_table tbody tr td.title {
        width: 40%;
        color: #7a7d8d;
        padding-right: 10px;
        font-size: 14px;
    }

    .productSpecification_table tbody tr td {
        padding-top: 20px;
        vertical-align: top;
    }

.fullparameter .scroll {
    height: 100vh;
    width: auto;
    padding: 0 30px 0 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

    .fullparameter .scroll h4, .fullparameter .scroll h3 {
        display: block;
        font-size: 18px;
        color: #666;
        font-weight: 600;
        margin-top: 15px;
        line-height: 1.3em;
    }

.fullparameter ul {
    padding: 10px 30px 10px 30px;
    width: 600px;
    margin: 0 auto;
}

.specs li {
    display: block !important;
    background: #f4f4f4;
    padding: 10px;
    font-size: 20px;
    color: #999;
}

    .specs li:nth-child(2n) {
        background: #fff;
    }

    .specs li span.specname {
        font-size: 14px;
        color: #333;
        font-weight: 600;
    }

    .specs li span.specval {
        font-size: 14px;
        color: #333;
        margin-left: 5px;
    }

@media only screen and (max-width :1279px) {
    .col-side .postImg { /* height:178px */
    }

    .row-70 {
        width: 100%;
        margin-bottom: 50px;
    }

    .thebest-product {
        width: 100%;
    }

    .slogan-about:before {
        top: 9%;
    }

    .slogan-about:after {
        bottom: 9%;
        right: 15%;
    }

    .pro-duct .col-sidebar {
    }
}

@media only screen and (max-width :1023px) {
    article {
        background-size: auto 100%;
    }

    .wrapper { /* padding-top:30px */
    }

    .link {
        display: none;
    }

    .inner-page { /* margin-top:20px; */ /* margin-bottom:30px; */
    }

    .col-section, .col-side { /* float:none; */ /* width:100%; */
    }

    .col-side, .col-right { /* display:none; */
    }

    .col-mid {
        width: 100%;
        margin-left: 0;
    }

    .title-inner h1, .title-post {
        font-size: 24px;
    }

    .list-article-category .item { /* width:49%; */ /* margin-right:2%; */
    }

        .list-article-category .item:nth-child(3n+3) { /* margin-right: 0; */
        }

        .list-article-category .item:nth-child(2n+2) {
            margin-right: 0;
        }

        .list-article-category .item:nth-child(n+3) { /* margin-top:20px; */
        }

    .cat-sub li, .cat-sub li:nth-child(5n+5) {
        width: 24%;
        height: 58px;
        margin-right: 1.25%;
    }

        .cat-sub li:nth-child(4n+4) {
            margin-right: 0;
        }

    .boxes .book-list li {
    }

    .info_contain .contact-phone, .info_contain .price, .info_contain .contact-us {
        width: 100%;
    }
}

@media only screen and (max-width :765px) {
    .col-section, .col-side {
        float: none;
        width: 100%;
    }

    .col-side, .col-right { /* display:none; */
    }
}

@media only screen and (max-width :467px) {
    .detail-left {
        width: 100%;
    }
}

@media only screen and (max-width :467px) {
    .boxes + .boxes {
        margin-top: 30px;
    }

    .title-inner h1, .title-post {
        font-size: 20px;
    }

    .title-inner .breadcrumb {
        display: none;
    }

    .col-section .contain {
        margin-top: 20px;
    }

    .project-over.inner .project-item {
        width: 49%;
        margin-right: 0;
    }

        .project-over.inner .project-item:nth-child(2n+2) {
            float: right;
        }

        .project-over.inner .project-item:nth-child(n+3) {
            margin-top: 20px;
        }

    .title-project {
        font-size: 20px;
    }

    .list-article-category .item { /* width:100%; */ /* float:none !important; */ /* margin-right:0; */
    }

        .list-article-category .item:nth-child(2n+2) { /* margin-right:0; */
        }

        .list-article-category .item + .item { /* margin-top:20px; */
        }

    .list-same-post h4 {
        height: 64px;
    }

    .list-same-post .desc {
        display: none;
    }

    .list-same-post .postImg {
        height: 100px;
    }

    .info .share {
        display: none;
    }

    .slider_contain {
        width: auto;
    }

        .slider_contain .sliderPhotos {
            height: 506px;
        }

    .cat-sub li, .cat-sub li:nth-child(4n+4), .cat-sub li:nth-child(5n+5) {
        width: 32%;
        height: 48px;
        margin-right: 2%;
        font-size: 11px;
    }

        .cat-sub li:nth-child(3n+3) {
            margin-right: 0;
        }

    .info_contain .price { /* text-align:center; */
    }

    .info_contain .contact-us {
        margin: 0;
        margin-top: 10px;
    }

    .slider_contain {
        width: 100%;
        float: none;
        margin-top: 5px;
    }

    .info_contain {
        width: 100%;
        float: none;
    }

        .info_contain .price-new {
            font-size: 20px;
        }

    .title-product { /* font-size:22px; */
    }

    .title-detail {
        font-size: 20px;
    }

    .info_contain .contact-phone {
        margin-top: 10px;
    }

    .info_contain .contact-us {
        font-size: 15px;
        /* margin-top: 39px; */
    }

    .boxes .book-list li {
        width: 49%;
        margin-right: 2%;
    }

    .contain .book-list li:nth-child(3n+3) {
        margin-right: 2%;
    }

    .contain .book-list li:nth-child(2n+2) {
        margin-right: 0;
        display: list-item;
    }

    .clearfix td label {
        font-size: 14px;
    }

    .books-boxes {
        margin-top: 30px;
    }

    .row-50 {
        width: 100%;
    }

    .info_contain .left-content {
        width: 100%;
        float: none;
    }

    .info_contain .right-content {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .boxes.overHide.clearfm {
        padding-top: 20px;
    }

    .title-tab h3 {
        font-size: 15px;
    }

    .detail-pro .tab-link { /* padding: 0 15px; */
    }

    .info_contain .contain {
        padding-left: 0;
    }
}

@media only screen and (max-width :410px) {
    .clearfix td label {
        font-size: 12px;
    }
}

@media only screen and (max-width :374px) {
    .clearfix td label {
        font-size: 11px;
        margin-left: 5px;
    }

    .clearfix td input {
        margin-left: 10px;
    }
}

.Status-ct {
    display: block;
    margin-top: 5px;
}

    .Status-ct span {
        display: inline-block;
        font-size: 15px;
        color: #000;
    }

    .Status-ct strong {
        color: #ca0c00;
    }

.start {
    display: block;
    color: #ffbe00;
    margin-top: 5px;
}

.themgiohang {
    display: block;
    overflow: hidden;
}

    .themgiohang p {
        display: inline-block;
        float: left;
        margin-right: 20px;
        margin-top: 2px;
    }

.textsl {
    overflow: hidden;
    display: inline-block;
}

    .textsl input {
        display: inline-block;
        font-size: 14px;
        width: 32px;
        background: none;
        border: 1px solid #43210e;
        border-radius: 50%;
        text-align: center;
        height: 32px;
        outline: none;
        padding: 5px 0;
        box-sizing: border-box;
        cursor: pointer;
    }

        .textsl input.qtyminus, .textsl input.qtyplus {
            height: 32px;
        }

    .textsl .quantity-selector {
        margin: 0 5px;
    }

.box-buy {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

    .box-buy input {
        background: #021540;
        color: #fff;
        width: 282px;
        padding: 14px 0;
        border-radius: 50px;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        background-image: url(/Design/bgh2.jpg);
        background-position: center bottom;
        background-size: 100%;
    }

.box-white {
    background: #fff;
    padding: 30px 30px;
}

.padding-page {
    padding: 15px 0 45px;
}

/*reason default -----------------------------------*/
.reason-default {
    display: block;
    position: relative;
    text-align: right;
    background-image: url('/Design/bg-why.png');
    padding: 0;
    background-size: cover;
    text-align: right;
}

    .reason-default .container {
        position: relative;
        padding: 40px 0;
    }

.content-reason {
    width: 51%;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
}

.tit.tit-reason {
    text-align: left;
}

    .tit.tit-reason strong {
        font-size: 24px;
        color: #ffffff;
        padding-right: 0;
        padding-left: 41px;
        padding-bottom: 0px;
    }

        .tit.tit-reason strong:after {
            display: none;
        }

        .tit.tit-reason strong:before {
            left: 0;
            bottom: 3px;
        }

    .tit.tit-reason span {
        display: block;
        font-size: 16px;
        color: #ffffff;
        text-transform: none;
        line-height: normal;
        margin-top: 3px;
    }

.list-reason {
    text-align: center;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 13px;
    row-gap: 13px;
    margin-top: 25px;
}

.li-reason {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
}

.tit-w {
    font-size: 20px;
    color: #43361d;
    font-family: hb;
}

    .tit-w i {
        margin-right: 7px;
    }

.des-w {
    font-size: 16px;
    color: #43361d;
    margin-top: 12px;
    line-height: 22px;
}

.img-benefit {
    float: left;
    position: absolute;
    left: 5%;
    bottom: 0;
    height: 110%;
}

    .img-benefit img {
        display: block;
        height: 100%; /* float: left; */
    }

.tit-benefit {
    font-family: 'asm';
    color: #3c3c3c;
    font-size: 28px;
}

    .tit-benefit:after {
        content: "";
        width: 50px;
        height: 4px;
        display: block;
        background: #000000;
        margin-top: 15px;
    }

.detail-benefit {
    overflow: hidden;
    color: #212121;
    font-size: 17px;
    margin-top: 10px;
}

    .detail-benefit * {
        font-size: inherit;
        color: inherit;
    }

    .detail-benefit ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .detail-benefit li {
        padding: 5px 0;
    }

        .detail-benefit li:before {
            content: "\f00c";
            font-family: "fontawesome";
            background: #3c3c3c;
            border-radius: 50%;
            color: #fffb3b;
            font-size: 11px;
            padding: 3px;
            float: left;
            margin-top: 2px;
            margin-right: 5px;
        }

.hotline-benefit {
    background: #3c3c3c;
    overflow: hidden;
    margin-top: 15px;
    padding: 8px 10px;
    padding-right: 25px;
    border-radius: 6px;
    display: inline-block;
}

    .hotline-benefit i {
        transform: rotate(90deg);
        font-size: 14px;
        width: 31px;
        height: 31px;
        background: #3c3c3c;
        color: #ffeb3b;
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        float: left;
        margin-right: 10px;
        border: 1px solid;
        box-sizing: border-box;
        margin-bottom: 0;
    }

        .hotline-benefit i:before {
            margin: auto;
        }

    .hotline-benefit a {
        color: #ffeb3b;
        font-family: 'barsb';
        font-size: 18px;
        text-decoration: none;
        margin-top: 3px;
        display: inline-block;
    }

        .hotline-benefit a:before {
            content: "-";
        }

        .hotline-benefit a:nth-child(2):before {
            content: "";
        }

.slogan-benefit {
    font-family: 'asr';
    color: #3c3c3c;
    font-size: 17px;
    margin-top: 10px;
}

@media only screen and (min-width :1500px) {
    .reason-default .container { /* width:96%; */ /* max-width:1150px */
    }

    .content-reason { /* border-radius:25px; */
    }
}

/*bottom default -----------------------------------        */
.bottom-default {
    padding: 0 0 43px;
    background: #fff;
}

    .bottom-default .container {
        overflow: hidden;
    }

.tit.tit-bottom {
    text-align: left;
}

    .tit.tit-bottom strong {
        font-size: 28px;
    }

    .tit.tit-bottom a {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        text-decoration: none;
    }

    .tit.tit-bottom span {
    }

    .tit.tit-bottom strong:before {
    }

    .tit.tit-bottom strong:after {
    }
/*bottom video -----------------------------------        */
.video-default {
    width: 37%;
    float: right;
}

.video-default {
    overflow: hidden;
    display: block;
    padding: 0;
    padding-bottom: 10px;
}

.left-video {
    width: 52%;
    float: left;
    margin-top: 20px;
}

.right-video {
    float: right;
    width: 46%;
}

    .right-video a {
        position: relative;
        display: block;
        height: 320px;
        background: none;
        border-radius: 40px;
    }

    .right-video i {
        position: absolute;
        width: 68px;
        height: 68px;
        left: calc((100% - 68px) / 2);
        top: calc((100% - 68px) / 2);
        color: #000000;
        font-size: 26px;
        text-align: center;
        border: 4px solid;
        box-sizing: border-box;
        line-height: 60px;
        border-radius: 50%;
        padding-left: 5px;
        opacity: 0.5;
        background: #fff;
        z-index: 2;
    }

    .right-video img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

.tit-video {
    display: block;
    font-size: 55px;
    color: #43210e;
    font-family: 'azuki';
}

.slogan-video {
    display: block;
    font-size: 42px;
    color: #c11f2f;
    font-family: 'azuki';
    width: 80%;
    line-height: 40px;
}

.list-video {
    display: block;
    margin-top: 25px;
    overflow: hidden;
}

    .list-video a {
        display: block;
        font-size: 20px;
        color: #43210e;
        text-decoration: none;
        width: 32%;
        float: left;
        overflow: hidden;
        height: 100px;
        margin-left: 2%;
        position: relative;
    }

        .list-video a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;
            display: block;
        }

        .list-video a:nth-child(2) {
            margin-left: 0;
        }

        .list-video a:first-child {
            width: 100%;
            margin-left: 0;
            height: 330px;
            margin-bottom: 35px;
        }

        .list-video a .hover {
            width: 40px;
            height: 40px;
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            top: 50%;
            text-align: center;
            color: #000;
            opacity: 0.5;
            overflow: hidden;
        }

            .list-video a .hover i {
                font-size: 40px;
                border-radius: 50%;
                overflow: hidden;
                background: #fff;
            }

        .list-video a:hover .hover {
            opacity: 0.7;
        }

        .list-video a:first-child .hover i {
            font-size: 67px;
        }

        .list-video a:first-child .hover {
            width: 67px;
            height: 67px;
        }

        .list-video a:hover img {
            transform: scale(1.1);
        }
/*bottom trade -----------------------------------         */
.news-trade { /* width:60%; */ /* float: left; */
}

.news-trade {
    display: block;
    position: relative;
}

.boxes .news-trade:after, .boxes .news-trade:before {
    display: none;
}

.boxes .news-trade {
    padding-top: 0;
}

.box-trade {
    overflow: hidden;
    padding: 0;
}

.list-trade {
    overflow: hidden;
    margin-top: 35px;
    width: 66%;
    float: left;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 24px;
}

.tit-article .tit-a {
    color: #727272;
    font-size: 15px;
    text-transform: none;
    position: absolute;
    right: 19px;
    top: 14px;
    font-weight: normal;
}

    .tit-article .tit-a i {
        font-weight: normal;
        margin-left: 5px;
    }

.tit-trade a:first-child {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 0;
}

.swiper-trade {
    text-align: center;
    margin-top: 20px;
}


.trade {
    display: block;
    overflow: hidden;
    box-shadow: 1px 3px 6px #00000026;
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

    .trade:hover {
    }

        .trade:hover img {
        }

        .trade:hover .trade-name a {
        }

.trade-name {
    border-top: none;
    padding: 10px 10px 14px 14px;
}

    .trade-name.trade-name-f { /* padding: 30px 30px 0; */
        background: #f4f4f4;
    }

.trade span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade-image {
    display: block;
    position: relative;
    height: 200px;
    border-radius: 0;
    overflow: hidden;
}

.view-trade {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0px 0;
    color: #9d9d9d;
    font-size: 14px;
    margin: auto;
}

.trade:hover .view-trade {
}

.trade-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #363636;
    text-decoration: none;
    font-family: inherit;
}

.trade-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}

.view-trade i {
    width: 20px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    margin-right: 0px;
}

.trade.trade-f {
    border-radius: 0 4px 4px 0; /* width: 40%; */ /* float: left; */
}

.trade-image.trade-image-f {
    height: 247px;
}

.trade:hover .trade-image img {
    transform: scale(1.1);
}

.trade.trade-f .trade-name a {
    font-size: 17.6px;
    color: #4f4f4f;
    font-family: 'swiss';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* line-height: 29px; */
}

.trade.trade-f .trade-name span {
    font-size: 16px;
    -webkit-line-clamp: 5;
    border-top: 1px solid #f5f5f5;
    padding-top: 13px;
    margin-top: 13px;
    color: #2b2b2b;
}

.trade.trade-f:hover .trade-name a, .trade.trade-f:hover .trade-name span {
}

.trade.trade-f .view-trade {
    margin-top: 7px;
}

.detail-news-a {
    display: block;
    margin-top: 10px;
    margin: 18px 30px 30px;
}

    .detail-news-a a {
        padding: 10px 20px 12px;
        display: inline-block;
        color: #ffffff;
        font-size: 17px;
        background: #0776d2;
        text-decoration: none;
        border-radius: 4px;
    }

    .detail-news-a i {
        font-size: 14px;
        margin-left: 5px;
    }
