.header-top {
    border-bottom: 1px solid #ccccccba;
    padding: 10px 0px;
}
.header-top > .container > .row {
    align-items: center;
}
.header-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li {
    margin-right: 8px;
}
.header-social ul li:last-child {
    margin-right: 0px;
}
.header-social ul li a {
    display: block;
    font-size: 18px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    transition: 0.5s;
    border-radius: 3px;
}
.header-social ul li a:hover {
    transform: rotate(40deg);
}
.header-between {
    padding: 10px 0px;
}
.item-language {
    margin-left: 5px;
}
.item-language:first-child {
    margin-left: 0px;
}
.header-scholl-top {
    text-align: center;
}
.header-scholl-top h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #077a3f !important;
}
.header-scholl-slogan p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ed1b24;
}
.iconIcon-img {
    width: 50px;
    float: left;
}
.iconIcon-img i {
    text-align: center;
    width: 52px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
    font-size: 26px;
    border: 2px solid #ed1b24;
    border-radius: 100%;
    background: #ed1b24;
    color: #fff;
}
.iconIcon-text {
    width: calc(100% - 50px);
    float: left;
    padding-left: 10px;
}
.itemIcon {
    float: left;
    padding-left: 0px;
    float: right;
}
.itemIcon:first-child {
    padding-left: 0px;
}
.text-infor {
    font-size: 15px;
    margin-bottom: 0px;
    color: #ed1b24;
}
.info-title {
    margin-bottom: 0px;
    font-size: 20px;
    color: #ed1b24;
}
.itemIcon > a:hover .iconIcon-img i {
    border: 2px solid #077a3f;
    background: #077a3f;
}
.itemIcon > a:hover .text-infor,
.itemIcon > a:hover .info-title {
    color: #077a3f;
}
.header-bottom {
    background: var(--color-main);
}
.section-slider-main .rti-custom {
    padding-top: 40%;
    margin-bottom: 0px;
}
.section-slider-main .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.section-slider-main {
    margin-bottom: 0px;
}
.section-slider-main  .slick-dots {
    bottom: 15px;
}
.section-slider-main .slick-dots li button:before {
    background: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.itemIntroduce-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.itemIntroduce-img {
    padding-top: 70%;
    overflow: hidden;
    position: relative;
}
.itemIntroduce-image {
    margin-bottom: 30px;
}
.bk-introduce,
.bk-service,
.bk-news {
    background: #f2faff;
    padding: 30px 0px;
    margin-bottom: 30px;
}
.itemIntroduce-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 1.7;
    position: relative;
}
.itemIntroduce-top {
    margin-bottom: 15px;
}
.itemIntroduce-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #ed1b24;
}
.itemIntroduce-description {
    font-size: 14px;
    line-height: 1.7;
}
.itemIntroduce-description {
    margin-bottom: 15px;
}
.readMore-customize a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 12px 25px;
    display: table;
    border-radius: 5px;
    background-color: #ed1b24;
    transition: .3s;
    color: #fff;
}
.readMore-customize a:hover {
    background: var(--color-main);
}
.boxTitle-customize h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0px;
}
.boxTitle-customize {
    margin-bottom: 30px;
}
.itemProduct-image {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,.05);
}
.boxProduct-home .itemProduct-image {
    padding-top: 70%;
    margin-bottom: 10px;
}
.itemProduct-image img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    object-fit: contain;
}
.itemProduct:hover .itemProduct-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.itemProduct {
    margin-bottom: 15px;
}
.boxProdut-main > .row {
    margin: 0 -7.5px;
}
.boxProdut-main > .row > div {
    padding: 0 7.5px;
}
.itemProduct-information {
    text-align: center;
}
.itemProduct-title h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
.itemProduct-title h4 a {
    color: #333;
}
.itemProduct:hover .itemProduct-title h4 a {
    color: #ed1b24;
}
.itemProduct-title {
    margin-bottom: 10px;
}
.itemProduct-price .price a,
.itemProduct-price .price span {
    font-weight: 500 !important;
    font-size: 13px !important;
}
.boxProduct-home {
    margin-bottom: 20px;
}
.itemNews-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.itemNews-img {
    padding-top: 60%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}
.boxSlider-news .itemNews-img {
    padding-top: 60%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.article-item-customize:hover .itemNews-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.article-item-customize {
    margin-bottom: 15px;
}
.boxSlider-news .article-item-customize {
    margin-bottom: 0px;
}
.boxSlider-news {
    margin-bottom: 0px;
}
.itemNews-title h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
.itemNews-title h4 a {
    color: #333;
}
.article-item-customize:hover .itemNews-title h4 a {
    color: #ed1b24;
}
.itemNews-title {
    margin-bottom: 10px;
}
.itemNews-date .post-date {
    font-size: 12px;
}
.itemNews-date {
    margin-bottom: 5px;
}
.itemNews-description {
    font-size: 13px;
}
.boxSlider-customize .slick-next, 
.boxSlider-customize .slick-prev {
    opacity: 1 !important;
    filter: opacity(1) !important;
    border-radius: 0px;
    height: 50px;
    width: 40px;
    line-height: 0;
    background-color: #ed1b24a1;
    border: 2px solid #ed1b24;
    border-radius: 0px;
}
.boxSlider-customize .slick-next:hover,
.boxSlider-customize .slick-prev:hover {
    background-color: #077a3f;
    border: 2px solid #077a3f;
}
.boxSlider-customize .slick-next:before, 
.boxSlider-customize .slick-prev:before {
    opacity: 1;
}
.boxSlider-customize .slick-slider:hover .slick-prev {
    left: unset;
}
.boxSlider-customize .slick-slider .slick-prev {
    left: -30px !important;
}
.boxSlider-customize .slick-slider:hover .slick-next {
    right: unset;
}
.boxSlider-customize .slick-slider .slick-next {
    right: -30px !important;
}
.boxSlider-solution {
    margin-bottom: 30px;
}
.boxSlider-solution .itemNews-img {
    padding-top: 100% !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.boxSlider-solution .itemNews-date,
.boxSlider-solution .itemNews-description {
    display: none;
}
.boxSlider-solution .article-item-customize {
    position: relative;
}
.boxSlider-solution .article-item-customize .itemNews-information {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    background: #077a3fcc;
    text-align: center;
}
.boxSlider-solution .article-item-customize .itemNews-title {
    margin-bottom: 0px;
}
.boxSlider-solution .article-item-customize .itemNews-title h4 a {
    color: #fff;
}
.bk-news {
    background-image: url(http://cdn1825.cdn4s4.io.vn/media/icon/2-layersdsada.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bk-news .boxTitle-customize h3 {
    color: #fff;
}
.bk-news .itemNews-title h4 a,
.bk-news .itemNews-date .post-date,
.bk-news .itemNews-description{
    color: #fff;
}
.bk-news .article-item-customize:hover .itemNews-title h4 a {
    color: #fff;
}
.boxPartner-home {
    margin-bottom: 30px;
}
.boxPartner-home .img-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 15px 15px;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.boxPartner-home .img-item {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}
.boxPartner-home .slick-slide {
    margin: 0 7.5px;
}
.boxPartner-home .slick-list {
    margin: 0 -7.5px;
}
footer {
    background: var(--color-main);
    padding-top: 30px;
    color: #fff;
}
.footer-title {
    font-size: 18px;
    margin-bottom: 0px;
}
.box-footer-top {
    margin-bottom: 15px;
}
.company-name h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.company-name {
    margin-bottom: 10px;
}
.company-information p i {
    margin-right: 5px;
    font-size: 16px;
}
.company-information p {
    font-size: 14px;
    margin-bottom: 10px;
}
.company-information p:last-child {
    margin-bottom: 0px;
}
.box-footer {
    margin-bottom: 30px;
}
.footer-menu-section  ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.footer-menu-section  ul li {
    margin-bottom: 10px !important;
}
.footer-menu-section  ul li:last-child {
    margin-bottom: 0px;
}
.footer-bottom {
    background: #024824;
    padding: 10px 0px;
    font-size: 13px;
}
.moduleCategory-product,
.boxContact-page,
.moduleNews-small {
    margin-bottom: 15px;
}
.box-title-page h3 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.box-title-page {
    background: var(--color-main);
    padding: 10px 15px;
    border: 1px solid var(--color-main);
}
.box-category-main .categories-section > li > a,
.categories-section a{
    padding: 10px 0px;
}
.box-category-main .categories-section>li.has-child>.list-child {
    border-top: 1px dashed #dee2e6
}
.box-category-main .categories-section .list-child {
    border-top: 1px dashed #dee2e6
}
.box-category-main .categories-section li {
    padding: 0 15px;
}
.box-category-main .categories-section li.has-child > ul > li {
    padding: 0 0px;
}
.categories-section > li.has-child > a {
    font-weight: 500;
}
.boxContact-main,
.boxNews-small-main {
    padding: 15px 15px 15px 15px;
}
.box-category-main,
.boxContact-main,
.boxNews-small-main {
    border: 1px solid #dee2e6 !important;
    border-top: none !important;
}
.itemArticle-small-images {
    width: 30%;
    float: left;
    padding-top: 25%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.itemArticle-small-images img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.itemArticle-small-information {
    width: 70%;
    padding-left: 15px;
    float: left;
}
.itemArticle-small-title h4 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
}
.itemArticle-small-title h4 a {
    color: #333;
}
.itemArticle-small-title h4:hover a {
    color: #ed1b24;
}
.itemArticle-small {
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.view-small > .row > div:last-child .itemArticle-small {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.boxArrange-customize .bg-toolbar {
    padding: 15px 15px !important;
    background: var(--color-main) !important;
    color: #fff;
    margin-bottom: 30px !important;
}
.boxArrange-customize .orderby-section .orderby-title,
.boxArrange-customize .per-page-title, 
.boxArrange-customize .per-page-variation > span {
    color: #fff !important;
}
.boxArrange-customize .orderby-section .dropdown-menu {
    top: 15px !important;
    left: 15px !important;
}
.boxArrange-customize .dropdown-item:focus, .boxArrange-customize .dropdown-item:hover {
    background: var(--color-main);
    color: #fff;
}
.bk-page-margin {
    margin-bottom: 30px;
}
.inner-image-detail {
    padding-top: 70%;
    border: 1px solid #dee2e6 !important;
}
.inner-image-detail  img.rti-abs-cover {
    object-fit: contain;
}
.product-image-detail .thumb-item.thumb-item-product img {
    object-fit: contain;
}
.slider-thumbs-img {
    margin-top: 15px;
}
.product-image-detail {
    margin-bottom: 30px;
}
.slider-thumbs .thumb-item.slick-current,
.slider-thumbs .thumb-item:hover {
    border: 1px solid var(--color-main);
}
.productDetail-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.product-title-detail {
    margin-bottom: 10px;
}
.price-detail {
    margin-bottom: 10px;
}
.btnProduct-detail a {
    width: 100%;
    text-align: center;
    display: table;
    background: var(--color-main);
    padding: 10px 15px;
    border: 1px solid var(--color-main);
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 5px;
}
.button-social-top > .row {
    margin: 0 -7.5px;
}
.button-social-top > .row > div {
    padding: 0 7.5px;
}
.btnProduct-detail a i {
    margin-right: 5px;
    font-size: 16px;
}
.btnProduct-detail-popup a:hover {
    background:#ed1b24;
    border: 1px solid #ed1b24;
}
.btnProduct-detail-hotline a {
    background:#ed1b24;
    border: 1px solid #ed1b24;
}
.btnProduct-detail-hotline a:hover {
    background:var(--color-main);
    border: 1px solid var(--color-main);
}
.button-social-top > .row > div:last-child .btnProduct-detail a {
    margin-bottom: 0px;
}
.button-social-bottom {
    margin-top: 15px;
}
.button-social-bottom p {
    margin-bottom: 0px;
    text-align: justify;
}
#popup-dangkydathang .modal-header {
    background: var(--color-main);
    border-radius: 0;
    color: #fff;
    text-align: center;
}
.popup-product-header-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;
}
.button-close {
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
    background-color: #ed1b24 !important;
    border: 1px solid #ed1b24 !important;
    width: 30px;
    height: 30px;
    line-height: 0px;
    display: table;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50%;
}
#popup-dangkydathang .modal-dialog {
    max-width: 430px;
    position: relative;
}
.popup-product-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.popup-product-slogan {
    font-size: 13px;
    margin-bottom: 0px;
}
.popup-product .modal-body .form-group input.form-control,
.popup-product .modal-body .form-group textarea {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.popup-product .modal-body .form-group:last-child {
    margin-bottom: 15px;
}
.popup-product .modal-body .form-group:last-child .btn-submit {
    background-color: #ed1b24 !important;
    border: 1px solid #ed1b24 !important;
    font-weight: bold;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
}
.popup-product .modal-body .form-group:last-child .btn-submit:hover {
    background:var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
}
.popup-product .modal-body .form-group .invalid-feedback {
    text-align: left;
}
.product-detail-head {
    margin-bottom: 30px;
}
.tab-content-product {
    padding: 0px 0px 0px 0px;
    background: #fff !important;
}
.product-detail-footer .nav li a.active,
.product-detail-footer .nav li:hover a{
    border: 1px solid var(--color-main);
    color: #fff;
    background: var(--color-main);
    color: #fff !important;
    padding: 10px 15px !important;
}
.nav-content {
    border-bottom: 1px solid var(--color-main) !important;
    margin-bottom: 30px !important;
}
.content-product-custom {
    margin-bottom: 15px;
}
.boxFile-top h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.boxFile-top {
    margin-bottom: 15px;
}
.boxFile-customize {
    margin-bottom: 0px;
}
.product-detail-footer {
    margin-bottom: 15px;
}
.file-item {
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    width: 100%;
}
.entire-file > .row {
    margin: 0 -7.5px;
}
.entire-file > .row > div {
    padding: 0 7.5px;
}
.file-item a {
    display: table;
    width: 100%;
    color: #333;
}
.file-item-img {
    width: 35px;
    float: left;
}
.file-item-img img {
    width: 100%;
    height: auto;
}
.file-item-infor {
    width: calc(100% - 35px);
    padding-left: 15px;
    float: left;
}
.file-item-infor-title {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    height: auto;
}
.file-item-infor-title i {
    font-size: 16px;
    margin-left: 5px;
}
.boxComment {
    margin-bottom: 30px;
}
.article-title-detail h1 {
    font-size: 24px;
    margin-bottom: 0px;
}
.article-title-detail {
    margin-bottom: 10px;
}
.article-entry-info {
    font-size: 14px;
    margin-bottom: 10px !important;
}
.content-news-customize {
    margin-bottom: 15px;
}
.boxFile-customize-news {
    margin-bottom: 15px !important;
}
.article-detail {
    margin-bottom: 30px;
}
.boxDocument .boxDocument-main > .row {
    margin: 0 -7.5px;
}
.boxDocument .boxDocument-main > .row > div {
    padding: 0 7.5px;
}
.boxDocument .boxDocument-main .itemFile-article {
    margin-bottom: 15px;
}
.boxDocument .boxDocument-main .file-item-infor-title {
    font-weight: bold;
}
.itemFile-article-date {
    font-size: 13px;
}
.box-title-right h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 0px;
}
.box-title-right h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: var(--red);
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0 auto;
}
.box-title-right {
    text-align: left;
    margin-bottom: 30px;
}
.boxContact-form,
.boxContact-company {
    margin-bottom: 30px;
}
.formContact .form-group input.form-control, 
.formContact .form-group textarea {
    border: 1px solid #f4f4f4;
}
.formContact .form-group input.form-control {
    height: 40px;
}
.form-button {
    margin-bottom: 0px;
}
.form-button span {
    margin: 0 auto;
    display: table;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 100%;
}
.form-button span:hover {
    background: #ed1b24 !important;
}
@media (min-width: 992px) {
    .header-top {
        padding: 10px 0px;
    }
    .header-between {
        padding: 30px 0px;
    }
    .logo-section .img-fluid {
        width: 300px;
        height: auto;
    }
    .item-language {
        margin-left: 8px;
    }
    .header-between > .container > .row {
        align-items: center;
    }
    
    .header-between > .container > .row> div:nth-child(1) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .header-between > .container > .row > div:nth-child(2) {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .header-between > .container > .row > div:nth-child(3) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .header-scholl-top h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .header-scholl-slogan p {
        font-size: 13px;
    }
    .menu-section>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 25px;
        display: table;
    }
    .menu-section>ul>li>a.active,
    .menu-section>ul>li:hover>a{
        text-decoration: none;
        background: #ed1b24;
    }
    .menu-section>ul>li {
        margin-right: 0px;
        margin-left: 0px;
    }
    .menu-section > .menu-cus > li.position-relative > .entry-menu {
        margin-top: 0px;
        border-top: none;
        padding: 0px 0px;
        background: var(--color-main);
    }
    .menu-section > .menu-cus > li.position-relative > .entry-menu > li > a {
        padding: 15px 15px;
        color: #fff;
    }
    .menu-section > .menu-cus > li.position-relative > .entry-menu > li.has-child > a.menu-link > .child-indicator {
        right: 15px;
    }
    .menu-section ul li a:hover,
    .menu-section .active {
        text-decoration: none;
    }
    .menu-section > .menu-cus > li.position-relative > .entry-menu > li:hover > a {
        background: #ed1b24;
    }
    .menu-section .entry-menu.dropdown ul {
        top: 0px;
        left: 100%;
        margin-top: 0px;
        border-top: none;
        padding: 0px 0px;
        background: var(--color-main);
    }
    .menu-section .entry-menu.dropdown ul li a {
        padding: 15px 15px;
        color: #fff;
    }
    .menu-section .entry-menu.dropdown ul > li:hover > a,
    .menu-section > .menu-cus > li.position-relative > .entry-menu > li > a.active,
    .menu-section>ul>li>.entry-menu li > a.active{
        background: #ed1b24;
        color: #fff;
    }
    .menu-section .entry-menu.dropdown ul > li.has-child  > a.menu-link > .child-indicator {
        right: 15px;
    }
    .section-slider-main .rti-custom {
        padding-top: 38%;
        margin-bottom: 0px;
    }
    .section-slider-main {
        margin-bottom: 0px;
    }
    .section-slider-main  .slick-dots {
        bottom: 15px;
    }
    .section-slider-main .slick-dots li button:before {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
    .bk-introduce,
    .bk-service,
    .bk-news {
        padding: 50px 0px;
        margin-bottom: 80px;
    }
    .itemIntroduce-img {
        padding-top: 70%;
    }
    .itemIntroduce-image {
        margin-bottom: 0px;
    }
    .itemIntroduce-title {
        font-size: 22px;
        line-height: 1.7;
        padding-bottom: 15px;
    }
    .itemIntroduce-top {
        margin-bottom: 15px;
    }
    .itemIntroduce-title:before {
        width: 120px;
    }
    .itemIntroduce-description {
        font-size: 16px;
        line-height: 1.7;
        text-align: justify;
    }
    .itemIntroduce-description {
        margin-bottom: 30px;
    }
    .readMore-customize a {
        font-size: 14px;
        letter-spacing: 1.2px;
        padding: 12px 25px;
        border-radius: 5px;
    }
    .boxTitle-customize h3 {
        font-size: 30px;
    }
    .boxTitle-customize {
        margin-bottom: 30px;
    }
    .itemProduct-image {
        padding-top: 70%;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .boxProduct-home .itemProduct-image {
        padding-top: 70%;
        margin-bottom: 10px;
    }
    .itemProduct {
        margin-bottom: 30px;
    }
    .boxProdut-main > .row {
        margin: 0 -15px;
    }
    .boxProdut-main > .row > div {
        padding: 0 15px;
    }
    .itemProduct-title h4 {
        font-size: 16px;
    }
    .itemProduct-price .price a,
    .itemProduct-price .price span {
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    .boxProduct-home {
        margin-bottom: 60px;
    }
    .itemNews-img {
        padding-top: 70%;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .boxSlider-news .itemNews-img {
        padding-top: 70%;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .article-item-customize {
        margin-bottom: 30px;
    }
    .boxSlider-news {
        margin-bottom: 0px;
    }
    .itemNews-title h4 {
        font-size: 16px;
    }
    .itemNews-title {
        margin-bottom: 10px;
    }
    .itemNews-date .post-date {
        font-size: 13px;
    }
    .itemNews-date {
        margin-bottom: 5px;
    }
    .itemNews-description {
        font-size: 14px;
    }
    .boxSlider-customize .slick-next, 
    .boxSlider-customize .slick-prev {
        height: 50px;
        width: 40px;
    }
    .boxSlider-customize .slick-slider .slick-prev {
        left: -55px !important;
    }
    .boxSlider-customize .slick-slider .slick-next {
        right: -55px !important;
    }
    .boxSlider-solution {
        margin-bottom: 80px;
    }
    .boxSlider-solution .itemNews-img {
        padding-top: 120% !important;
    }
    .boxPartner-home {
        margin-bottom: 80px;
    }
    footer {
        padding-top: 50px;
    }
    .footer-title {
        font-size: 22px;
    }
    .box-footer-top {
        margin-bottom: 15px;
    }
    .company-name h3 {
        font-size: 16px;
    }
    .company-name {
        margin-bottom: 10px;
    }
    .company-information p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box-footer {
        margin-bottom: 50px;
    }
    .footer-bottom {
        padding: 15px 0px;
        font-size: 14px;
    }
    .bg-breadcrums {
        background-color: #f5f5f5;
        padding: 15px 0px !important;
        margin-bottom: 30px !important;
    }
    .moduleCategory-product,
    .boxContact-page,
    .moduleNews-small {
        margin-bottom: 30px;
    }
    .box-title-page h3 {
        font-size: 18px;
    }
    .box-title-page {
        padding: 10px 15px;
    }
    .company-information p i {
        margin-right: 5px;
        font-size: 16px;
    }
    .boxContact-main .company-information p {
        margin-bottom: 15px !important;
    }
    .boxContact-main .company-information p:last-child {
        margin-bottom: 0px !important;
    }
    .boxArrange-customize .bg-toolbar {
        padding: 15px 15px !important;
        margin-bottom: 30px !important;
    }
    .bk-page-margin {
        margin-bottom: 50px;
    }
    .inner-image-detail {
        padding-top: 80%;
    }
    .slider-thumbs-img {
        margin-top: 30px;
    }
    .product-image-detail {
        margin-bottom: 0px;
    }
    .productDetail-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .product-title-detail {
        margin-bottom: 10px;
    }
    .product-content-detail .price .price-amount {
        font-size: 16px;
    }
    .price-detail {
        margin-bottom: 10px;
    }
    .btnProduct-detail a {
        width: 100%;
        padding: 10px 12px;
        margin-bottom: 0px;
    }
    .popup-product-header-title {
        font-size: 18px;
    }
    .popup-product-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .popup-product-slogan {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .product-detail-head {
        margin-bottom: 50px;
    }
    .tab-content-product {
        padding: 0px 0px 0px 0px;
    }
    .nav-content {
        margin-bottom: 30px !important;
    }
    .content-product-custom {
        margin-bottom: 15px;
    }
    .boxFile-top h3 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .boxFile-top {
        margin-bottom: 15px;
    }
    .boxFile-customize {
        margin-bottom: 0px;
    }
    .product-detail-footer {
        margin-bottom: 15px;
    }
    .file-item {
        padding: 15px 15px 15px 15px;
        margin-bottom: 15px;
    }
    .entire-file > .row {
        margin: 0 -7.5px;
    }
    .entire-file > .row > div {
        padding: 0 7.5px;
    }
    .file-item-img {
        width: 35px;
    }
    .file-item-infor {
        width: calc(100% - 35px);
        padding-left: 15px;
    }
    .file-item-infor-title {
        font-size: 14px;
        height: 50px;
    }
    .boxComment {
        margin-bottom: 50px;
    }
    .article-title-detail h1 {
        font-size: 24px;
    }
    .article-title-detail {
        margin-bottom: 10px;
    }
    .article-entry-info {
        font-size: 14px;
        margin-bottom: 10px !important;
    }
    .content-news-customize {
        margin-bottom: 30px;
    }
    .boxFile-customize-news {
        margin-bottom: 15px !important;
    }
    .article-detail {
        margin-bottom: 30px;
    }
    .boxDocument .boxDocument-main > .row {
        margin: 0 -15px;
    }
    .boxDocument .boxDocument-main > .row > div {
        padding: 0 15px;
    }
    .boxDocument .boxDocument-main .itemFile-article {
        margin-bottom: 30px;
    }
    .box-title-right h3 {
        padding-bottom: 15px;
        font-size: 24px;
    }
    .boxContact-form,
    .boxContact-company {
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px) {
    .header-scholl-top h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .header-scholl-slogan p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .header-top-mobile {
        border-bottom: none;
        background: #fff;
    }
    .is-mobile .section-slider-main .slick-next, 
    .is-mobile .section-slider-main .slick-prev {
        display: none !important;
    }
    .is-mobile .boxSlider-customize .slick-next, 
    .is-mobile .boxSlider-customize .slick-prev {
        display: none !important;
    }
    .is-mobile .pageProduct-customize,
    .is-mobile .pageNews-customize{
        margin-bottom: 30px;
    }
}