.inner-page {
    margin-top: 40px;
    padding-bottom: 40px;
}

.bg-abouts {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/Design/bg-abouts.png);
    background-position: center top;
    margin: auto;
    padding: 35px 0;
    background-attachment: fixed;
}

.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 {
    /* border-bottom: 2px solid #22acfd; */
    /* margin-top:0 */
    position: relative;
    background: #69b43a;
    border-radius: 7px 7px;
    color: #fff;
}

    .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: 30px;
}

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: 73%;
    float: right;
    /* 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 {
    background: #f5f5f5;
    padding: 0px 0;
    font-size: 16px;
    color: #666161;
}

    .breadcrumb a:hover {
        color: #69b43a;
    }

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

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

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

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

.breadcrumb span { /* float:right; */
    color: #000;
    font-family: nsb;
}

.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;
    }

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

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

    .detail li:before {
        color: #fdd10b;
        content: "";
        width: 7px;
        height: 7px;
        background-size: 100% 100%;
        position: absolute;
        left: -20px;
        top: 5px;
        border-radius: 100%;
    }

.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: 30px;
    row-gap: 30px;
    list-style: none;
    padding: 0;
    margin: auto;
    margin-top: 30px;
}

    .list-article-category .item {
        overflow: hidden;
        padding: 0;
        background: #fff;
    }

        .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;
        }

.postImg {
    height: 275px;
    border-radius: 6px;
}

.content-catygory {
    display: block;
    padding: 25px 20px 30px;
}

.inner-page .content-catygory {
    padding: 15px 2px 20px;
}

.postImg a {
    width: 100%;
    height: 100%;
}

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

.widget-information-child ul.list-article-category {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .widget-information-child ul.list-article-category li.item.item-news {
        display: flex;
        border: 1px solid #cbcbcb;
    }

        .widget-information-child ul.list-article-category li.item.item-news .postImg {
            width: 25%;
            height: 125px;
        }

        .widget-information-child ul.list-article-category li.item.item-news .content-catygory {
            width: 75%;
            padding-left: 15px;
            padding-bottom: 10px;
        }

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

.content-catygory h4 {
    margin: 0;
    font-size: 22px;
    text-align: left;
    color: #1e1e1e;
    font-family: 'asb';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    margin-top: 15px;
}

.content-catygory .desc {
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    color: #6e6e6e;
    margin-top: 15px;
}

.list-article-category .item:hover h4, .item-news:hover h4 {
    color: #69b43a;
}

.content-catygory a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
    font-size: inherit;
    display: block;
}

{
}

.detail-post {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #69b43a;
    font-family: 'asl';
}

    .detail-post a {
        display: flex;
    }

        .detail-post a:after {
            content: "";
            width: 50px;
            height: 1px;
            display: inline-block;
            background: #69b43a;
            margin: auto 0;
            margin-left: 5px;
        }

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

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

.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;
}

.title-inner-pro {
    font-size: 28px;
    color: #69b43a;
}

    .title-inner-pro:after {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        background: #69b43a;
        margin-top: 10px;
    }

.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; */
}

    .detail h1, .detail h1 * {
        font-size: 28px !important;
        font-family: nb !important;
    }

    .detail h2, .detail h2 * {
        font-size: 22px !important;
    }

    .detail h3, .detail h3 * {
        font-size: 18px !important;
    }

.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%;
}

.slideShow {
    overflow: hidden;
    position: relative;
}

.fix-slide {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
}

.slideShow img {
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* transition: 0.5s; */
}

.fix-slide a {
}

.fix-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-pro img {
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* transition: 0.5s; */
    margin: auto;
    object-fit: cover;
}

.item-pro a {
    height: 100%;
    display: flex;
    width: 100%;
}

.swiper-pro, .fix-slide {
    height: 323px;
}

.swiper-pro {
    position: relative;
}

.item-pro {
    display: block;
    text-align: center;
}

.swiper-thumb {
    height: 70px;
    margin-top: 20px;
}

.thumb-pro {
    display: block;
    position: relative;
}

    .thumb-pro:before,
    .thumb-pro:before {
        content: "";
        position: absolute;
        background: #00000094;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .thumb-pro.swiper-slide-thumb-active:before,
    .thumb-pro:hover:before {
        background: #0000;
    }

.swiper-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    transform: translate(0, -50%);
    z-index: 2;
}

    .swiper-btn > div {
        width: 40px;
        height: 40px;
        left: 0;
        right: 0;
        position: relative;
        text-align: center;
        background: #69b43ab8;
        color: #fff;
        line-height: 42px;
        font-size: 20px;
    }

    .swiper-btn .swiper-button-prev {
        float: left;
    }

    .swiper-btn .swiper-button-next {
        float: right;
    }

        .swiper-btn .swiper-button-next:before,
        .swiper-btn .swiper-button-prev:before {
            display: none;
        }

.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: #69b43a;
    margin: 0;
    margin-bottom: 15px;
}

.product-default {
    padding: 50px 0;
    background-color: #fff;
    position: relative;
}

    .product-default.pro-rt {
        background: #f4f4f4;
    }

    .product-default .container {
        max-width: 1200px;
        position: relative;
        z-index: 4;
    }

.pro-y {
    /* background: #f1f1f1; */
    padding: 1px 0 85px;
}


    .pro-y .container {
        position: initial;
    }

.inner-page-info-child {
    background: #ededed;
    padding-top: 20px;
    padding-bottom: 30px;
}

.pro-tp {
    background-image: url(/Design/bg-pro-tp-min.png);
    background-color: #f6f0ea;
    padding-bottom: 115px;
}

    .pro-tp:after {
        content: "";
        width: 188px;
        height: 256px;
        background-image: url('/Design/pro-tp-after-2.png');
        position: absolute;
        bottom: 35px;
        right: 0;
    }

    .pro-tp:before {
        content: "";
        width: 378px;
        height: 313px;
        background-image: url('/Design/pro-tp-before.png');
        position: absolute;
        left: 0;
        top: -40px;
    }

.title-big {
    text-align: center;
    font-family: 'swib';
    text-transform: uppercase;
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 2px 2px 3px #78d683db;
}

.box-category-product { /* background: #ffffff80; */ /* border: 1px solid #c9ff9c; */ /* border-radius: 20px; */ /* padding: 30px 40px 35px; */
}

    .box-category-product:nth-child(n+2) {
        margin-top: 20px;
    }

.menu-title {
    text-align: center;
    margin-top: 20px;
}

    .menu-title a {
        display: inline-block;
        font-family: asl;
        font-size: 14px;
        color: #ffffff;
        border: 1px solid #dbdbdb;
        line-height: 35px;
        padding: 0 25px;
        margin: 3px;
        border-radius: 5px;
        text-transform: uppercase;
    }

        .menu-title a:hover {
            background: #fff;
            color: #69b43a;
        }

        .menu-title a:last-child {
            padding-left: 18px;
            padding-right: 60px;
        }

.title-category {
    text-align: center;
    position: relative;
}

a#ctl00_ContentPlaceHolder1_hplMenuDoiNoiThat {
    position: relative;
}

    a#ctl00_ContentPlaceHolder1_hplMenuDoiNoiThat:after {
        content: "\f054";
        font-family: 'fontawesome';
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #dbdbdb;
        width: 30px;
        text-align: center;
        line-height: 34px;
        color: #fff;
    }

    a#ctl00_ContentPlaceHolder1_hplMenuDoiNoiThat:before {
        content: "";
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        border-top: 35px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 17px solid #dbdbdb;
    }

.title-category h2,
.title-category h3,
.title-category h1,
.title-category strong {
    font-family: 'asb';
    color: #69b43a;
    font-size: 38px;
    display: block;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 0px 60px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    /* text-align: left; */
}

.pro-y .title-category h2 {
    display: none;
}

.title-category h2:after,
.title-category h3:after,
.title-category h1:after,
.title-category strong:after {
    content: "";
    display: block;
    background: url('/Design/bg-tit.png');
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-page .title-category h2:after,
.inner-page .title-category h3:after,
.inner-page .title-category h1:after,
.inner-page .title-category strong:after {
    background-image: url('/Design/bg-tit-in.png');
}

.inner-page .title-category h4 {
    font-size: 20px;
    font-weight: normal;
    color: #56544f;
    line-height: 26px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    font-family: 'asl';
}

.pro-y .title-category h4 {
    color: #fff;
    font-size: 20px;
    font-family: asl;
    font-weight: normal;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    display: none;
}

.col-section .title-category h1 {
    font-size: 16px;
    padding: 8px 40px 5px;
    padding-right: 17px;
    background-image: url(/Design/before-tit-h3-v2-32.png);
    border-radius: 24px 40px 0 24px;
}

    .col-section .title-category h1:after {
    }

.title-category span {
    font-size: 15px;
    color: #404040;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
    padding: 0 30px;
    position: relative;
}

    .title-category span:after, .title-category span:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #51bf0f;
        display: inline-block;
        position: absolute;
        top: 9px;
    }

    .title-category span:after {
        right: 0;
    }

    .title-category span:before {
        left: 0;
    }

.title-category > a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
}

.tit-product {
    position: relative;
}

    .tit-product h3, .tit-product h1 {
        font-size: 38px;
        color: #69b43a;
        text-transform: uppercase;
        margin: auto;
        font-weight: normal;
        font-family: 'asb';
    }

.inner-page .tit-product h3, .inner-page .tit-product h1 {
    font-size: 32px;
}

.tit-product h3 a, .tit-product h1 a {
    display: block;
    font-family: inherit;
    font-size: inherit;
    position: relative;
}

    .tit-product h3 a:after, .tit-product h1:after {
        content: "";
        width: 57px;
        height: 2px;
        background: #69b43a;
        display: block;
        margin-top: 5px;
    }

.tit-product h5 {
    font-size: 18px;
    color: #5d5d5d;
    font-family: 'asl';
    width: 59%;
    margin-top: 15px;
    font-weight: normal;
}

.more-tit {
    position: absolute;
    right: 0;
    top: 65%;
    margin: 0;
    transform: translateY(-50%);
}

    .more-tit a {
        width: 160px;
        height: 37px;
        display: inline-block;
        border: 1px solid #dbdbdb;
        background: #fff;
        box-sizing: border-box;
        line-height: 35px;
        padding-left: 15px;
        border-radius: 4px;
        font-size: 14px;
        color: #9f9f9f;
        font-family: asl;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
    }

        .more-tit a:before {
            content: "";
            position: absolute;
            right: 30px;
            top: 0;
            bottom: 0;
            border-top: 35px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 17px solid #dbdbdb;
        }

        .more-tit a:after {
            content: "\f054";
            font-family: 'fontawesome';
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            background: #dbdbdb;
            width: 30px;
            text-align: center;
            line-height: 34px;
            color: #fff;
        }

        .more-tit a:hover {
            background: #69b43a;
            color: #fff;
            border-color: #69b43a;
        }

            .more-tit a:hover:before {
                border-right-color: #fff;
            }

            .more-tit a:hover:after {
                background: #fff;
                color: #69b43a;
            }

.sort-pro {
    position: absolute;
    right: 4px;
    top: 4px;
    display: flex;
}

    .sort-pro label {
        margin: auto;
        margin-right: 5px;
        font-size: 14px;
    }

    .sort-pro select {
        border: 1px solid #d1c9c9;
        padding: 4px 5px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        font-family: 'asr';
        background: #69b43a;
        color: #fff;
    }

.list-child {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

    .list-child a {
        display: inline-block;
        color: #4f4f4f;
        font-size: 15px;
        padding: 15px 9px;
        position: relative;
    }

        .list-child a:before {
            content: "";
            position: absolute;
            height: 11px;
            width: 1px;
            background: #d0d0d0;
            left: 0;
            top: 18px;
        }

        .list-child a:first-child:before {
            display: none;
        }

        .list-child a:after {
            display: none;
            content: "\f0d8";
            font-family: fontawesome;
            font-weight: bold;
            color: #ffa510;
            position: absolute;
            bottom: -4px;
            left: 50%;
            transform: translate(-50%, 0);
        }

        .list-child a:hover:after {
            display: block;
        }

        .list-child a:hover {
            color: #69b43a;
        }

.title-product {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    color: #69b43a;
    text-align: left;
    font-family: 'assb';
    overflow: hidden;
    line-height: 26px;
}

.product-default ul li:hover .title-product,
.product-list li:hover .title-product {
    color: #69b43a;
}

.rate {
    margin-top: 10px;
    font-size: 16px;
    color: #757575;
}

    .rate span {
        font-size: 14px;
        color: #737373;
    }

.rate-star {
    display: inline-block;
    line-height: 9px;
}

    .rate-star i {
        font-size: 9px;
        color: #fdc040;
    }

.cost-product {
    overflow: hidden;
    margin-top: 5px;
}

    .cost-product span {
        font-size: 16px;
        color: #dd1010;
        display: block;
    }

    .cost-product sup {
        vertical-align: middle;
        text-decoration: underline;
        font-size: inherit;
        font-family: inherit;
    }

    .cost-product p {
        font-size: 14px;
        color: #606060;
        display: block;
        font-family: asi;
        margin-top: 5px;
    }

.des-product {
    padding: 11px 10px;
    background: #beff71;
}

    .des-product span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.title-inner-page {
    font-size: 26px;
    color: #ffa510;
    text-transform: capitalize;
    margin: auto;
    font-weight: normal;
    font-family: 'asb';
}

.description {
    margin-top: 10px;
}

.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: 52%;
    overflow: hidden;
    margin-bottom: 20px;
}

.detail-left {
    width: 71.306%;
}

.row1 {
    width: 45%;
}

.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: 15px;
    overflow: hidden;
}

.fb_iframe_widget iframe {
    width: 129px !important;
    max-width: 129px !important;
}

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

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

.supporot-pro { /* border: 1px solid #e1e0e0; */
    padding: 8px 15px 1px; /* text-align: center; */
    background: #69b43a;
    border-radius: 6px;
    box-shadow: 1px 2px 5px #0000009c;
    margin: 0 0px;
    margin-top: 16px;
    margin-bottom: 5px;
    height: 49px;
    box-sizing: border-box;
}

    .supporot-pro i {
        margin-right: 3px; /* color: #69b43a; */
        font-size: 20px;
    }

.hotline-pro {
    display: block;
    font-size: 22px;
    font-family: swib;
    color: #fff;
}

    .hotline-pro a {
        display: inline-block;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        margin-bottom: 5px;
    }

        .hotline-pro a:nth-child(3):before {
            content: "-";
        }

    .hotline-pro i {
        transform: rotate(-41deg);
        margin-right: 5px;
        font-size: 24px;
    }

.email-pro {
    display: block; /* text-align: center; */
    margin-top: 5px;
}

    .email-pro a {
        display: block;
        font-size: 19px;
        color: #fff;
    }

.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: 15px;
    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: 10px; /* border-top: 1px dashed #69b43a85; */
    padding-top: 0;
}

.info_contain .price-old {
    color: #8f8f8f;
    font-size: 18px;
    text-decoration: line-through;
    color: #656564;
    font-weight: 500;
    display: inline-block;
    margin-left: 18px;
}

.info_contain .price-new {
    font-size: 28px;
    font-weight: bold;
    color: #ca0c00;
    display: inline-block;
    margin: 0;
}

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

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

        .info_contain .contact-us a:hover {
            background: #eeab51;
        }

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

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

    .info_contain .contact-us:hover span {
        color: #fff;
        background: #3f2c20;
    }

.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%;
        }

.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;
}

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

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

.lstImgContent .postImg {
    height: 140px;
    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 {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    color: #3a3a3a;
    overflow: hidden;
}

.clearfix {
}

    .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%;
    }

    .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%; */
        background: none;
    }

        .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:30px; */
    }

    .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: 16px;
        margin-top: 10px;
    }

    .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;
    padding-bottom: 5px;
}

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

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

    .textsl input {
        display: inline-block;
        font-size: 14px;
        width: 30px;
        background: none;
        border: 1px solid #e1e0e0;
        border-radius: 0;
        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;
        width: 50px;
        padding-left: 14px;
    }

.box-buy {
    display: flex; /* overflow:hidden; */
    margin-top: 10px;
    margin-left: 0;
}

    .box-buy input {
        background: #ffa510;
        color: #000;
        width: 282px;
        padding: 8px 0;
        border-radius: 3px;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        background-position: center bottom;
        background-size: 100%; /* box-shadow: 1px 2px 5px #0000009c; */
        margin-left: 1px;
        font-family: nb;
        width: 50%;
        font-size: 17px;
    }

    .box-buy .clickbuybtn {
        background: #ffa510;
        color: #000;
        border-radius: 3px;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        font-family: nb;
        padding: 8px 0px;
        display: inline-block;
        height: 44px;
        box-sizing: border-box;
        line-height: 32px;
        font-size: 17px;
        width: 50%;
        text-align: center;
    }

.btnAddCart {
    background: #ffa510;
    color: #000;
    padding: 8px 0;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background-position: center bottom;
    background-size: 100%; /* box-shadow: 1px 2px 5px #0000009c; */
    margin-left: 1px;
    font-family: nb;
}

.processbtn.btnAddCart {
    padding: 8px 0px;
    display: inline-block;
    height: 44px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 17px;
    width: 50%;
    text-align: center;
    margin-left: 15px;
}

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

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

.bot-notice {
    font-size: 17px;
    text-transform: uppercase;
    font-family: nb;
    background: #ffa510;
    color: #000;
    padding: 11px 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: nb;
    text-align: center;
}

.typepro {
}

    .typepro.none {
        display: none;
    }

.none {
    display: none !important;
}

.typepro > div {
    margin-bottom: 15px;
    overflow: hidden;
}

.typepro .lbtitType {
    font-size: 16px;
    font-weight: bold;
    font-family: 'nb';
    color: #69b43a;
    float: left;
    width: 100px;
    margin-top: 10px;
}

.list-type {
    overflow: hidden;
}

    .list-type a {
        display: inline-block;
        min-width: 60px;
        border: 1px solid;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        line-height: 28px;
        color: #757575;
        cursor: pointer;
        border-radius: 2px;
        margin: 4px 3px;
        position: relative; /* overflow: hidden; */
    }

        .list-type a.out,
        .list-type a.out:hover,
        .list-type a.out.active {
            color: #757575;
            opacity: .4;
            cursor: no-drop;
        }

        .list-type a:before {
            content: "\f00c";
            position: absolute;
            right: 0px;
            bottom: -1px;
            height: 20px;
            font-family: "fontawesome";
            color: #fff;
            z-index: 2;
            font-size: 8px;
            display: none;
        }

        .list-type a:after {
            border: 8px solid transparent;
            border-right: 8px solid #69b43a;
            border-bottom: 8px solid #69b43a;
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            font-family: "fontawesome";
            padding: 0;
            margin: auto;
            display: none;
        }

.typepro table {
    width: 100%;
    border: none;
    display: block;
    margin-top: 10px;
}

.list-type a.active, .list-type a:hover {
    color: #69b43a;
}

    .list-type a.active:before, .list-type a.active:after {
        display: block;
    }

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

.typepro tr {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.typepro td {
    display: block;
    border: 1px solid #90949c;
    padding: 0;
    cursor: pointer;
}

.typepro input {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 9px;
    opacity: 0;
}

.typepro label {
    cursor: pointer;
    padding: 5px 15px;
    /* padding-left: 25px; */
    display: block;
    background: #fff;
}

.activetr label {
    background: #ffa510;
    color: #fff;
}

.activetr td {
    border-color: #ffa510;
}

.notice-cus { /* padding: 30px 10px 10px; */ /* margin-top: 15px; */
}

.span-notice {
    /* border: 10px solid #fff; */
    background: #fd6f1d;
    text-align: center;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    font-family: 'nb';
    font-size: 16px;
}

    .span-notice p {
        position: relative;
        z-index: 3;
        line-height: 1.2;
        font-size: 18px;
        color: #fff;
    }

    .span-notice:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; /* background: #fff; */
        z-index: 1;
    }

    .span-notice:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 10px; /* background: #fd6f1d; */
        border-radius: 6px;
        z-index: 2; /* border-bottom: 3px solid #278a54; */
    }

.hotline-cus {
    margin-top: 10px;
    text-align: center;
}

    .hotline-cus a {
        font-size: 18px;
        display: block;
        color: #fff;
        background: #69b43a;
        text-align: center;
        padding: 11px;
        position: relative;
        border-radius: 5px;
        font-family: 'nb';
        text-transform: uppercase;
    }

.warning-cus {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
}

@media only screen and (max-width :409px) {
    .span-notice {
        padding: 20px 10px;
        font-size: 15px;
    }
}

.album-default {
    overflow: hidden;
    padding: 75px 0 90px;
    background: url('/Design/bg-image.jpg') no-repeat top center;
    background-size: cover;
}

    .album-default .tit-product h3 {
        color: #fff;
        font-size: 30px;
    }

        .album-default .tit-product h3 a:after {
            background: #fff;
        }

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

.photo-left {
    width: 49.5%;
    float: left;
}

.box-photo-default {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
}

    .box-photo-default a {
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        overflow: hidden;
        height: 194px;
        box-sizing: border-box;
        display: flex;
        background: #fff;
    }

    .box-photo-default img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        object-fit: cover;
    }

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

.box-video-default {
    margin-top: 40px;
    overflow: hidden;
}

.item-video {
    height: 408px;
}

    .item-video a {
        height: 100%;
        display: block;
        position: relative;
    }

    .item-video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .item-video i {
        position: absolute;
        width: 68px;
        height: 68px;
        border: 4px solid;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        line-height: 60px;
        box-sizing: border-box;
        font-size: 31px;
        border-radius: 50%;
    }

    .item-video h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f3f3f3;
        color: #69b43a;
        padding: 15px;
    }

.inner-page .product-list li {
    border: 1px solid #e4e1e1;
    border-radius: 5px;
}

    .inner-page .product-list li .info-product {
        padding-left: 5px;
    }

.boxes.product-side {
    display: none;
}
