body {
    font-family: "tahoma";
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6,b, strong {
    font-family: "tahoma-bold";
    line-height: 1.5;
}
.article-content a {
    color: #1260ab!important
}
.article-content a:hover {
    color: var(--color-hightlight) !important;
}

.logo-section img {
    height: 70px;
}
.header-flex > .container > .row {
    display: flex;
    align-items: center;
}
.header-top {
     background-color: #333;
     border-bottom: 2px solid #ffd401;
     padding: 5px 0px;
}
.container-desktop {
    left: 0 !important;
    right: 0 !important;
}
.menu-section .container-desktop .container-menu {
    width: 100% !important;
}
.menu-section > ul > li > .container-desktop li.column-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50;
    max-width: 50%;
    padding: 0 5px;
    float: left;
}
.menu-section .menu-title {
    text-align: center;
}
.img-sub-menu {
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.is-mobile .menu-section .container-desktop .container-menu {
    border-left: none !important;
}
.is-mobile .menu-section .has-child > .entry-menu {
    padding-left: 15px;
}
.is-mobile .menu-section .has-child > .entry-menu.container-desktop {
    padding-left: 0px;
}
.box-header-phone > a {
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #0035ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-family: "tahoma-bold";
}
.box-header-phone > a .icon-call-header {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 10px;
    background-image: url(http://media.oto-hanoi.com/media/icon/call_white.png);
}
.slider-section, .slider-section .item img {
    height: 35vw;
}
.slider-section .slick-dots {
    bottom: 15px;
}
.bk-slogan {
    background: #746b6b42;
    padding: 30px 0px;
}
.slick-dots li button:before {
    background-color: #0035ff;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    background-color: #fff;
    opacity: 1 !important;
}
.form-register-top {
    text-align: center;
}
.form-register-top h1 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #c4172c;
    text-transform: uppercase;
}
.form-register-top p {
    font-size: 14px;
    margin-bottom: 0px;
    color:  #333;
}
.form-register-top {
    margin-bottom: 15px;
}
.box-form-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    background-color: #222;
    color: #fff !important;
    cursor: pointer;
}
.box-form-item .fast-access-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #0035ff;
    padding: 10px;
    margin-bottom:  10px;
    margin-right: 0px;
}
.box-form-item .fast-access-icon i {
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 30px;
}
.box-form-item .fast-access-icon i:before {
    position: absolute;
    top: 10px;
    left: 7px;
}
.box-form-item .fast-access-title {
    font-size: 20px;
    font-family: "tahoma-bold";
}
.modal-header-img img {
    width: auto;
    height: 60px;
}
.box-modal-popup .modal-header > .row {
    display:  flex;
    align-items: center;
}
.box-modal-popup .modal-header-logo img {
    float: left;
    height: 60px;
}
.box-modal-popup .modal-header-care img {
    float: right;
}
.box-modal-popup .modal-header {
    width: 100%;
    display: table;
    border-bottom: none;
    border-radius: 0px;
}
.modal-header-title {
    padding: 15px 15px 15px 15px;
    border-bottom: 5px solid #991223;
    text-align: center;
    background-color:  #111;
}
.modal-header-title h3 {
    color: #fdfb56;
    font-size: 16px;
    margin-bottom: 5px;
}
.modal-header-title p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    font-style: italic;
}
.frm-modal-custom > form > .row {
    margin: 0 -7.5px;
}
.frm-modal-custom > form > .row > div {
    padding: 0 7.5px;
    margin-bottom: 15px;
}
.invalid-feedback {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 12px;
    font-style: italic;
}
.button-frm {
    text-align: center;
}
.button-frm > span {
    background-color: #c4172c!important;
    border-color: #c4172c!important;
    color: #fff!important;
    border-radius: 30px;
    padding: 10px 30px !important;
    display: inline-block;
    font-family: "tahoma-bold";
    font-size: 14px;
}
.box-modal-popup .close {
    opacity: 1;
    color: #fff;
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height:0px;
    height: 30px;
    background-color: #991223;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
}
.box-modal-popup .close i {
    font-size: 15px;
}
.bk-slogan {
    margin-bottom: 30px;
}
.box-title h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
}
.box-title {
    margin-bottom: 30px;
}
.item_category_custom .img_category {
    border-radius: 0;
    padding-top: 45%;
}
.item_category_custom .img_category img {
    object-fit: contain;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.item_category_custom {
    margin-bottom: 15px;
}
.item-title-category h3 {
    font-size:  14px;
    margin-bottom: 0px;
}
.box-category {
    margin-bottom: 15px;
}
.bk-aboutUs {
    background-color: #e9ecef;
    padding: 30px 0px;
    margin-bottom: 30px;
}
.aboutus-top-img img {
    width: 100%;
    height: auto;
}
.aboutus-top-img {
    margin-bottom: 15px;
}
.aboutus-top-link h3 {
    text-align: center;
}
.seller-name {
    color: #0035ff;
    font-size: 15px;
    margin-bottom: 10px;
}
.seller-showroom {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.btn-showroom-item .btn-seller{
    cursor: pointer;
    background-color: #c4172c;
    position: relative;
    width: 100%;
    text-align: left;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 5px 5px 40px!important;
    margin-bottom: 10px;
    display: table;
    font-family: "tahoma-bold";

}
.btn-showroom-item .btn-seller:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(http://media.oto-hanoi.com/media/icon/icon-saller.png);
}
.btn-showroom-item .btn-seller-2:before {
    background-image: url(http://media.oto-hanoi.com/media/icon/icon-usd.png);
}
.btn-showroom-item .btn-seller-3:before {
    background-image: url(http://media.oto-hanoi.com/media/icon/group_65.png);
}
.btn-product-showroom .btn-seller-2:before {
    background-image: url(http://media.oto-hanoi.com/media/icon/icon-test-driver.png);
}
.btn-showroom-item .btn-seller-4:before {
    background-image: url(http://media.oto-hanoi.com/media/icon/facebook.png);
}
.btn-showroom-item .btn-seller-1:hover {
    background-color: #333;
}
.btn-showroom-item .btn-seller-2:hover {
    background-color: #c4172c;
}
.btn-showroom-item span {
    display: block;
    color: #f1f1f1;
    padding-top: 2px;
    font-size: 13px;
}
.btn-showroom-item .fast-text-2 {
    color: #fdfb56;
    padding-top: 0;
    font-size: 15px;
}
.btn-showroom > .row {
    margin: 0 -7.5px;
}
.btn-showroom > .row > div {
    padding: 0 7.5px;
}
.btn-seller-2 {
    margin-bottom: 0px;
}
.aboutus-top {
    margin-bottom: 15px;
}
.aboutus-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.aboutus-info ul li {
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    color: #333;
    list-style: none;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.aboutus-info ul li:before {
    content: "";
    background: #777;
    position: absolute;
    left: 0;
    top: 7px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.aboutus-info ul li:first-child {
    padding-top: 0px;
}
.aboutus-info ul li:first-child:before {
    top: 7px;
}
.section-header-line .section-title {
    border-left: 5px solid #0035ff;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333; 
}
.aboutus-info {
    margin-bottom: 15px;
}
.box-check-main p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.7;
}
.box-check-main {
    position: relative;
    background-color: #f5f6f7;
    border-left: 3px solid #0035ff;
    border-radius: 4px;
    color: #3c4043;
    font-weight: 500;
    padding: 12px 10px 12px 50px;
}
.box-check-main:before {
    position: absolute;
    background: no-repeat url(http://media.oto-hanoi.com/media/icon/bden.png);
    content: '';
    left: 0;
    top: 15px;
    height: 24px;
    width: 24px;
    margin-left: 15px;
}
.product-item .inner-image {
    padding-top: 70%;
    margin-bottom: 10px;
}
.product-item .wrp-rating-price .price-amount {
    font-family: "tahoma-bold";
    font-size: 13px;
}
.box-product-call a{
    line-height: 30px;
    padding: 0px 47px 0px 10px;
    background-color: #717d91;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    display: table;
    margin-top: 5px;
    font-size: 13px;
    position: relative;
}
.box-product-call span i {
    line-height: 30px;
    background-color: #c4172c;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom:0;
    right: 0;
    font-size: 14px;
    text-align: center;
    transform: rotate(-90deg);
}
.box-product-call a:hover {
    background-color: #0035ff;
}
.product-item .inner-content .product-title a:hover {
    color: #0035ff;
}
.footer-top {
    padding-top: 30px;
    padding-bottom: 0px;
}
.ft-introduce-logo img {
    width: 300px;
}
.ft-introduce-logo {
    margin-bottom: 15px;
}
.ft-introduce-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ft-introduce-main p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.7;
}
.box-footer {
    margin-bottom: 15px;
}
.footer-title  h2{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
}
.footer-title {
    margin-bottom: 15px;
}
.footer-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-list ul li {
    margin-bottom: 10px;
}
.footer-menu-list ul li:last-child {
    margin-bottom: 0;
}
.footer-menu-list ul li a {
    color: #fff;
}
.coppyright-payment {
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
}
.bg-breadcrums {
    background-color: #ffd401;
    margin-bottom: 30px;
}
.breadcrumbs-section {
    padding: 8px 0px 10px 0px !important;
    line-height: 1.5;
}
.page-item.active .page-link {
    color: #fff;
    border-color: #c4172c;
    background-color: #c4172c;
    font-family: "tahoma-bold";
}
.page-link:hover {
    color: #fff;
    border-color: #c4172c;
    background-color: #c4172c;
}
.page-product {
    margin-bottom: 30px;
}
.product-detail-header {
    margin-bottom: 30px;
}
.product-detail-header .slider-main {
   margin-bottom: 15px;
}
.product-detail-header .product-additional-action .btn-addition-action {
    margin-bottom: 10px;
}
.product-detail-header :not(.slick-vertical).slider-thumbs.slick-slider img {
    height: 70px;
}
.product-detail-header :not(.slick-vertical).slider-thumbs .slick-arrow {
    display: none !important;
}
.product-detail-header .slider-thumbs .slick-slide {
    margin: 0 7.5px;
}
.product-detail-header .slider-thumbs .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.product-detail-header .slider-thumbs {
    margin: 0px 0px;
}
.product-detail-header .slider-thumbs .thumb-item.slick-current {
    border: 1px solid #c4172c;
}
.product-detail-header-img .slider-main img {
    height:100%;
    object-fit:cover;
}
.product-detail-header .slick-prev,
.product-detail-header .slick-next {
    display: none !important;
}
.product-detail-header .slick-slider::after, .product-detail-header .slick-slider::before {
    display: none;
}
.product-detail-title h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
}
.product-detail-title {
    margin-bottom: 10px;
}
.list-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.list-social ul li {
    display: inline-block;
}
.list-social ul li a {
    display: block;
    color: #fff;
    width: 40px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: #3d5a98;
}
.list-social ul li:last-child a {
    margin-right: 0px;
}
.social-twitter {
    background: #00aced !important;
}
.social-linkedin {
    background: #0077b5 !important;
}
.rate-social {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.rate-social > .row {
    align-items: center;
}
.product-price-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.product-price-lable {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.product-price-value {
    text-align: right;
}
.product-price-value .price-amount {
    font-family: "tahoma-bold";
    font-size: 15px;
}
.product-price-information {
    margin-bottom: 20px;
}
.product-parameter-information ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-parameter-information ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #ccc;
}
.product-parameter-information ul li:last-child {
    margin-bottom: 0px;
}
.parameter-name {
    text-align: left;
    margin-right: auto;
    color: #333;
}
.parameter-info {
    text-align: right;
    color: #333;
    font-family: "tahoma-bold";
}
.parameter-info-red {
    color: red;
}
.product-parameter-information ul li span {
    font-size: 14px;
}
.product-parameter-information {
    margin-bottom: 15px;
}
.product-detail-des {
    background-color: #f5f6f7;
    border-left: 3px solid #0035ff;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
.product-detail-des p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7;
}
.btn-product-showroom .btn-seller-2 {
    background-color: #444;
}
.form-hidden {
    display: none;
}
.boxProduct-detail {
    margin-bottom: 30px;
}
.product-infor-main-title {
    background-color: #0035ff;
    margin-bottom: 15px;
}
.product-infor-main-title h2 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.3);
    display: table;
}
.article-content {
    font-size: 14px !important;
    margin-bottom: 15px;
}
.article-content h1 {
	font-size: 22px !important;
}
.article-content h2 {
	font-size: 20px !important;
}
.article-content h3 {
	font-size: 18px !important;
}
.article-content h4 {
	font-size: 16px !important;
}
.article-item .article-title {
    font-size: 14px;
    margin-bottom: 0px;
}
.article-item .article-description {
    font-size: 13px;
    margin-bottom: 0px;
}
.article-item {
    margin-bottom: 15px !important;
}
.article-detail-title h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
}
.article-detail-title {
    margin-bottom: 10px;
}
.article-entry-time .article-category a {
    color: #c4172c;
}
.article-detail-description p {
    font-family: "tahoma-bold";
    color: #333;
    font-size: 14px;
    margin-bottom: 0px;
}
.article-detail-description {
    margin-bottom: 15px;
}
.page-article-detail {
    margin-bottom: 30px;
}
.box-product-home {
    margin-bottom: 30px;
}
.box-news-custom .article-item .article-entry-info,
.box-news-custom .article-item .article-description {
    display: none !important;
}
.contact-slogan-title h2 {
    font-size: 18px;
    color: #0035ff !important;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.contact-slogan-title {
    margin-bottom: 15px;
}
.contact-slogan-content p {
    color: #333;
    font-size: 14px;
    line-height:  1.7;
    margin-bottom: 0px;
    font-style: italic;
}
.contact-slogan {
    margin-bottom:  15px;
}
.entire-info-contact .title-contact {
    margin-bottom: 15px !important;
    color: #333;
}
.entire-info-contact {
    border: 2px dashed #0035ff;
    padding:  10px 10px 10px 10px;
    border-radius: 5px;
}
.entire-info-contact address {
    margin-bottom: 0px;
}
.entire-info-contact .text-contact>i {
    background-color: #0035ff !important;
    color: #fff;
    border: 1px solid #0035ff;
}
.form-send-contact .title-contact:before {
    display:  none;
}
.form-send-contact-custom {
    padding: 15px 15px 15px 15px;
    background-color: #c4172c !important;
}
.form-send-contact-custom .title-contact {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    font-size: 18px !important;
    text-transform: uppercase;
}
.form-send-contact-custom .form-group input {
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
}
.form-send-contact-custom .form-group textarea {
    border: 1px solid #fff;
    color: #fff;
}
.form-send-contact-custom .form-group .btn-submit {
    background: #fdfb56;
    color: #333;
    font-family: "tahoma-bold";
}
.form-send-contact-custom form .row {
    margin: 0 -7.5px;
}
.form-send-contact-custom form .row > div {
    padding: 0 7.5px;
}
.form-send-contact-custom .form-group input::placeholder,
.form-send-contact-custom .form-group textarea::placeholder  {
      color: #fff;
      opacity: 1;
}

.form-send-contact-custom .form-group input:-ms-input-placeholder,
.form-send-contact-custom .form-group textarea:-ms-input-placeholder  {
    color: #fff;
}

.form-send-contact-custom .form-group input::-ms-input-placeholder,
.form-send-contact-custom .form-group textarea::-ms-input-placeholder {
    color: #fff;
}
.form-send-contact-custom .invalid-feedback {
    color: #fff;
}
.bk-aboutUs-contact {
    margin-bottom: 0px !important;
}
.status-car {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 11;
    pointer-events: none;
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
@media (min-width: 768px) {
    .slider-section, .slider-section .item img {
        height: 30vw;
    }
    .box-modal-popup .modal-header-img img {
        height: 60px;
        width: auto;
    }
    .box-modal-popup .modal-header-logo img {
        height: 50px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .logo-section img {
        height: 70px;
    }
    .header-top {
       padding: 5px 0px;
    }
    .menu-section > ul > li > a {
        color: #fff;
    }
    .header-top > .container > .row > div {
        position: static;
    }
    .menu-section > ul > li > .container-desktop li.column-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding: 0 10px;
    }
    .menu-section .container-desktop {
        padding: 15px 10px 0px 10px;
        border-top: none !important;
        border: 2px solid #ccc;
        box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    }
    .img-sub-menu {
        height: 80px;
    }
    .menu-section .menu-title {
        margin-bottom: 0px;
        text-align: center;
        font-size: 15px;
    }
    .menu-section > ul > li > .container-desktop li.column-6 {
        margin-bottom: 15px;
    }
    .menu-section > ul > li > .entry-menu {
        border: 2px solid #ccc;
        box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
        border-top: none !important;
    }
    .menu-section > ul > li:hover > a {
        color: var(--color-hightlight) !important;
    }
    .menu-section > ul > li {
        margin: 0 15px !important;
    }
    .menu-section > ul > li:last-child {
        margin-right: 0px !important;
    }
    .slider-section, .slider-section .item img {
        height: 34vw;
    }
    .bk-slogan {
        padding: 30px 0px;
    }
    .slider-section .slick-dots {
        bottom: 15px;
    }
    .form-register-top h1 {
        font-size: 24px;
    }
    .form-register-top p {
        font-size:  15px;
    }
    .form-register-top {
        margin-bottom: 30px;
    }
    .box-form-item .fast-access-icon i {
        font-size: 36px;
    }
    .box-form-item .fast-access-icon i:before {
        top: 10px;
        left: 8.5px;
    }
    .box-form-item .fast-access-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
        font-size: 20px;
        text-transform: uppercase;
    }
    .box-form-item .fast-access-icon {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 10px;
        margin-bottom:  0px;
        margin-right: 10px;
    }
    .box-modal-popup .modal-dialog {
        max-width: 800px;
    }
    .modal-header-title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .modal-header-title p {
        font-size: 14px;
    }
    .modal-header-title {
        padding: 15px 15px 15px 15px;
        border-bottom: 5px solid #991223;
    }
    .invalid-feedback {
        font-size:  13px;
    }
    .button-frm > span {
        font-size: 15px;
        padding: 15px 30px !important;
        height: auto;
        line-height: 0 !important;
    }
    .bk-slogan {
        margin-bottom: 50px;
    }
    .box-title h3 {
        font-size: 26px;
    }
    .box-title {
        margin-bottom: 30px;
    }
    .main-category > .row > div {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .item_category_custom .img_category {
        padding-top: 45%;
    }
    .item_category_custom {
        margin-bottom: 30px;
    }
    .item-title-category h3 {
        font-size: 14px;
    }
    .item_category_custom:hover .img_category img {
        transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .item_category_custom:hover h3 a {
        color: #0035ff;
    }
    .box-category {
        margin-bottom: 20px;
    }
    .bk-aboutUs {
        padding: 30px 0px;
        margin-bottom: 50px;
    }
    .aboutus-top-img img {
        width: auto;
        height: auto;
    }
    .aboutus-top-img {
        margin-bottom: 15px;
    }
    .seller-name {
        font-size: 16px;
    }
    .seller-showroom {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .btn-showroom-item .btn-seller {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 0px;
        padding: 5px 5px 5px 65px!important;
    }
    .btn-showroom-item .btn-seller:before {
        left: 5px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .btn-showroom-item span {
        padding-top: 2px;
        font-size: 14px;
    }
    .btn-product-showroom .btn-seller {
        margin-bottom: 15px;
    }
    .btn-seller-3, 
    .btn-seller-4 {
        margin-bottom: 0px !important;
    }
    .btn-showroom-item .fast-text-2 {
        font-size: 16px;
    }
    .aboutus-top {
        margin-bottom: 0px;
    }
    .aboutus-info ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        padding-left: 15px;
        margin-left: 16px;
    }
    .aboutus-info ul li:before {
        left: 0;
        top: 18px;
        width: 8px;
        height: 8px;
    }
    .aboutus-info ul li:first-child:before {
        top: 7px;
    }
    .section-header-line .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .aboutus-info {
        margin-bottom: 30px;
    }
    .box-check-main p {
        font-size: 15px;
        line-height: 1.7;
    }
    .box-check-main {
        padding: 12px 10px 12px 50px;
    }
    .box-check-main:before {
        left: 0;
        top: 15px;
        height: 24px;
        width: 24px;
        margin-left: 15px;
    }
    .product-item .inner-image {
        padding-top: 70%;
        margin-bottom: 10px;
    }
    .product-item .inner-content .product-title a {
        font-size: 14px;
    }
    .product-item .wrp-rating-price .price-amount {
        font-size: 14px;
    }
    .product-item {
        margin-bottom: 30px;
    }
    .box-product-call a{
        line-height: 30px;
        padding: 0px 47px 0px 10px;
        margin-top: 5px;
        font-size: 14px;
    }
    .box-product-call span i {
        line-height: 30px;
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .footer-top {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .ft-introduce-logo img {
        width: 300px;
    }
    .ft-introduce-logo {
        margin-bottom: 15px;
    }
    .ft-introduce-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .ft-introduce-main p {
        font-size: 14px;
        line-height: 1.7;
    }
    .box-footer {
        margin-bottom: 30px;
    }
    .footer-title  h2{
        font-size: 20px;
    }
    .footer-title {
        margin-bottom: 15px;
    }
    .coppyright-payment {
        padding: 10px 0px;
        font-size: 14px;
    }
    .breadcrumbs-section {
        padding: 13px 0px 15px 0px !important;
        line-height: 1.5;
    }
    .bg-breadcrums {
        margin-bottom: 50px;
    }
    .page-product {
        margin-bottom: 30px;
    }
    .product-detail-header {
        margin-bottom: 30px;
    }
    .product-detail-header :not(.slick-vertical).slider-thumbs.slick-slider img {
        height: 80px;
    }
    .product-detail-header > div >  .row  >  div:nth-child(1) {
        order: 2;
    }
    .product-detail-header > div > .row > div:nth-child(2) {
        order: 1;
    }
    .product-detail-title h2 {
        font-size: 24px;
    }
    .product-detail-title {
        margin-bottom: 10px;
    }
    .rate-social {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .product-price-lable {
        font-size: 14px;
    }
    .product-price-value .price-amount {
        font-size: 15px;
    }
    .product-price-information {
        margin-bottom: 20px;
    }
    .product-parameter-information ul li span {
        font-size: 14px;
    }
    .product-parameter-information {
        margin-bottom: 30px;
    }
    .product-detail-des {
        border-radius: 4px;
        padding: 15px 15px 15px 15px;
        margin-bottom: 30px;
    }
    .product-detail-des p {
        font-size: 14px;
        line-height: 1.7;
    }
    .boxProduct-detail {
        margin-bottom: 30px;
    }
    .product-infor-main-title h2 {
        font-size: 14px;
        text-transform: uppercase;
        padding: 7px 20px;
    }
    .product-infor-main-title {
        margin-bottom: 30px;
    }
    .article-content{
        font-size: 14px !important;
        margin-bottom: 15px;
    }
    .article-content h1 {
		font-size: 26px !important;
	}
	.article-content h2 {
		font-size: 24px !important;
	}
	.article-content h3 {
		font-size: 22px !important;
	}
	.article-content h4 {
		font-size: 20px !important;
	}
	.article-item .inner-image {
        padding-top: 60%;
        margin-bottom: 10px;
    }
    .article-item .article-title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .article-item .article-description {
        font-size: 14px;
    }
    .article-item {
        margin-bottom: 30px !important;
    }
    .article-detail-title h2 {
        font-size: 26px;
    }
    .article-detail-title {
        margin-bottom: 10px;
    }
    .article-entry-time {
        font-size: 13px;
    }
    .article-detail-description p {
        font-size: 14px;
    }
    .article-detail-description {
        margin-bottom: 15px;
    }
    .entire-file {
        margin-bottom: 15px;
    }
    .page-article-detail {
        margin-bottom: 30px;
    }
    .box-product-home {
        margin-bottom: 30px;
    }
    .contact-slogan-title h2 {
        font-size: 22px;
    }
    .contact-slogan-title {
        margin-bottom: 15px;
    }
    .contact-slogan-content p {
        font-size: 14px;
        line-height:  1.7;
    }
    .contact-slogan {
        margin-bottom:  15px;
    }
    .form-send-contact-custom {
        padding: 30px 30px 30px 30px;
        background-color: #0035ff !important;
    }
    .form-send-contact-custom .title-contact {
        font-size: 20px !important;
    }
    .sub-drop-menu {
        margin-top: 10px !important;
    }
}

@media (min-width: 1200px) {
    .slider-section, .slider-section .item img {
        height: 34vw;
    }
}

@media (min-width: 1400px) {
    .slider-section, .slider-section .item img {
        height: 34vw;
    }
}

@media (max-width: 576px) {
    .box-form-item a {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .box-form-item .fast-access-icon {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .box-form-item .fast-access-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        padding: 0px 5px 5px 5px;
    }
    .box-form-item .fast-access-icon i:before {
        top: 12px;
        left: 13px;
    }
}
@media (max-width: 768px) {
    .form-register-main > .row {
        margin: 0 -7.5px;
    }
    .form-register-main > .row > div {
        padding:  0 7.5px;
    }
    .box-product-view > .row,
    .main-category > .row {
        margin: 0 -7.5px;
    }
    .box-product-view > .row >  div,
    .main-category > .row > div {
        padding: 0  7.5px;
    }
    .product-detail-header-img {
        margin-bottom: 30px;
    }
    .page-content-contact {
        margin-bottom: 30px;
    }
    .contact_text_form {
        padding-bottom: 30px !important;
    }
}