/*Css*/
.entry-title{
    line-height: 35px;
}
.f>.b>a.gri3 .gift span {
    width: 100%;
    padding: 0 5px;
    height: 89px;
    text-overflow: ellipsis;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: auto;
}
.mclo::before {
    content: "x"!important;
    font: bold 29px/28px arial!important;
    margin-left: 5px;
}
cart:before {
    content: "\f07a";
    font: 20px/1 FontAwesome;
}
.cart {
    position: relative;
    margin-right: 10px;
}
header .hleft {
    width: 70%;
}
.cart b{
    position: absolute;
    top: -20px;
    left: 14px;
    width: 10px;
    height: 10px;
    font: bold 16px/34px arial;
    color: #fff;
}
.inline-bl {
    display: inline-block !important;
}
#footer #showroom1 .anv ul {
    width: 100%;
}
.ColorPrimary>.ld2banner>.flexCen h1 {
    margin-bottom: 10px;
    margin-bottom: 10px;
}
.ColorPrimary>.ld2banner p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 55px;
}
.ColorPrimary>.ld2banner .sapold {
    background: rgba(0, 0, 0, 0.2);
}
.gi h3 {
    height: 30px;
}
.regis .flexCen {
    padding-top: 10px;
}
nav {
    display: inline-block;
    width: 400px;
}
.nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-menu .nav-item {
    margin: 0 auto;
}
.nav-menu .nav-item .nav-link {
    color: #fff ;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 15px;
}
.nav-menu .nav-item .nav-link:hover,.nav-menu .nav-item .nav-link:focus {
    text-decoration: none;
}

.nav-menu .nav-item .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.pb-30-fix {
    padding-bottom: 30px;
}
#footer>.b>.tagline .lazy{
    width: 400px;
    height: 90px;
    border-radius: 5px;
}
header .head .b .hleft a img {
    height: 35px;
    width: 215px;
    border-radius: 3px;
}
header>.b>.flexJus>a>img {
    height: 35px;
    width: 215px;
    border-radius: 3px;
    margin-bottom: 5px;
}
section>#ndetail h1 {
    text-align: justify;
}
.flexJus.hp-pro-tool.btol{
    font: 13px/33px arial;
}
/*START RESPONSIVE*/
@media (max-width: 767px){
    .f>#Product>.gri .gif {
        display: none;
    }
    div.b ul.breadcrumb {
        display: inline-block;
    }
    div.b ul.breadcrumb li:last-child {
        display: none;
    }
    /*fix 3/6 */
    section .b2.boxtth .bo.f a {
        width: 46%;
        margin: 3px;
    }
    section .b2.boxtth .bo.f a .pi {
        height: 125px;
    }
    section .b2.boxtth .bo.f a p {
        height: 51px;
        margin: 8px 0;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    section .b2.boxtth .bo.f a span.pr{
        font: bold 14px/22px arial;
    }
    /*Home*/
    header .head .b .hleft a img {
        width: 180px;
    }
    header .head .b .hright a {
        right: 60px;
    }
    .cart b {
        left: 20px;
    }
    #Product .gri .gi div:nth-child(2) {
        height: 30px;
    }
    body {
        min-width: unset!important;
        overflow-x: unset !important;
        width: 100% !important;
        max-width: 100%;
    }
    .nav-mobile {
        position: absolute;
        top: 17px;
        right: 15px;
    }
    header .head .b .hleft nav {
        display: none;
    }
    header .head .b .hleft .tongdai:before {
        margin: 10px 0;
    }
    header>.head {
        position: relative;
        height: unset;
        display: inline-block;
        padding: 10px 0;
    }
    header .head .b {
        width: 100%;
        display: inline-block;
    }
    header .head .b .hleft{
        width: 100%;
        display: inline-block;
    }

    header .head .nav-mobile:before {
        font: 19px/16px FontAwesome;
        content: "\f0c9";
        background: #ff1919;
        padding: 6px 12px;
        border-radius: 5px;
    }
    header .head .nav-mobile:before:hover {
        background: #da1616;
    }
    header .head .b .hleft nav {
        width: 100%;
    }
    .nav-menu .nav-item {
        width: 100%;
    }
    header .head .b .hright {
        width: 100%;
        padding-top: 10px;
        display: inline-block;

    }

    header .head .b .hright .tim{
        width: 85%;
        display: inline;
    }
    header .head .b .hright .tim input{
        width: 100%;
        padding-right: 0;
        border-radius: 4px;
    }
    header .head .b .hright .tim button {
        right: 5px;
        top: -4px;
    }
    header>.b>.flexJus>.tc a {
        width: 23%;
    }
    nav>.nav-menu {
        margin-bottom: 10px;
    }
    nav>.nav-menu .nav-item:last-child .nav-link{
        padding-bottom: 0;
    }
    .nav .b {
        display: inline-block;
    }
    .nav .b a {
        width: 20%;
    }
    .nav .b a img {
        height: auto;
    }
    .owl-carousel .owl-wrapper, .owl-carousel .owl-item a img {
        height: 170px;
    }
    aside #sync1 .owl-controls {
        top: 35%;
    }
    .list-launcher .bra img {
        max-width: 60%;
        margin: 0px 20%;
    }
    .flexCol .bghtop {
        margin-top: 25px;
    }
    .list-launcher .flexCol div a {
        width: 31%;
    }
    .f .topic {
        display: inline-block;
        padding-top: 10px;
    }
    .f .topic .ddimg {
        width: 100%;
    }
    .f .topic img {
        height: 200px;
        width: 100%;
    }
    .f .topic .ddinfo {
        width: 100%;
        padding: 5px 15px;
    }
    .f .topic .ddinfo .hxn {
        margin: 10px 0;
    }
    .f.pb-30-fix{
        padding-bottom: 0;
    }
    .f .b .topic2 {
        display: inline-block;
    }
    .f .b .topic2 a {
        display: inline-block;
        margin: 0 4px;
        width: 47%;
        padding-bottom: 10px;
    }
    .f .b .topic2 a h2 {
        height: 35px;
        font: bold 14px/35px arial;
    }
    .bnews .b ul li{
        width: 100%;
    }
    .bnews a div img {
        width: 80%;
    }
    .f.regis {
        overflow: hidden;
    }
    .f.regis img {
        height: 260px;
        max-width: unset;
    }
    .f.regis .flexCen .regisform {
        padding: 10px 10px;
    }
    .f.regis .flexCen .regisform label {
        font-size: 20px;
        margin-bottom: 0;
    }
    .f.regis .flexCen .regisform label span {
        font-size: 13px;
    }
    .f.regis .flexCen .regisform .flexJus #rs input {
        width: 100%;
        margin: 5px 0;
        padding: 5px 0;
    }
    .f.regis .flexCen .regisform .flexJus #rs button {
        float: right;
        margin-top: 5px;
    }
    #footer .b .tagline {
        padding: 15px 0 0;
    }
    #footer .b .fsl {
        width: 100%;
    }
    #footer .b .fsr {
        width: 100%;
    }
    #footer .b .fsr #company {
        height: unset;
    }
    #footer .b .fsr #company .f label {
        text-align: left;
    }
    #footer .b .fsr #company .f .muahang {
        width: 100%;
    }
    #footer .b .fsr #company .f .incom {
        display: inline-block;
        padding-left: 0;
        width: 100%;
    }
    #footer .b .fsr #company .f .incom div{
        width: 100%;
        padding-top: 10px;
    }
    #footer .b .fsr #company .f .toptit{
        margin-bottom: 0;
    }
    #footer {
        display: inline-block;
    }
    #footer .bs .bst .ai {
        width: 100%;
    }
    #footer .bs .bst .anv {
        width: 100%;
    }
    #footer .bs .bst .anv ul {
        display: inline-block;
    }
    #footer .bs .bst .anv ul li {
         width: 100%;
        padding-top: 8px;
        margin: 0;
     }
    #footer .bs .bsf .atc {
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }
    #footer .bs .bsf .abd {
        width: 100%;
    }
    #copyright {
        font-size: 15px;
        padding: 5px 0;
    }
    /*End Home*/
    /*Khuyến mại*/
    header>.b>.flexJus {
        width: 100%;
        display: inline-block;
        padding-top: 10px;
    }
    header>.b>.flexJus>.tim {
        width: 90%;
        padding: 5px 0;
    }
    header>.b>.flexJus>.tim input{
        padding-right: 50px;
    }
    header>.b>.flexJus>.tim button {
        top: 5px;
    }
    header>.b>.flexJus>.tc {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    section>.lkm>li {
        width: 100%;
        min-height: unset;
    }
    section>.lkm>li img {
        height: 200px;
    }
    /*Thương hiệu*/
    section>.listh>ul {
        margin: 0;
    }
    section>.listh>ul>li{
        margin: 5px;
        width: 47% !important;
    }
    /*Dịch vụ*/
    .f>.dv-menu> figure a span {
       /* padding-left: 25px;*/
    }
    .f>.dv-menu> figure .flexJus {
        display: inline-block;
        text-align: center;
    }
    .f>.dv-menu> figure .flexJus a{
        margin: 0;
    }
    .f>.dv-menu> figure p{
        margin: 15px 0 0;
    }
    /*Tin tức*/
    section>#news>#nleft {
        width: 100%;
    }
    section>#news>#nleft .f{
        padding: 15px 10px;
    }
    section>#news>#nleft .tt li {
        margin: 5px 0;
    }
    section>#news>#nleft .f h1 {
        font-size: 22px;
    }
    section>#news>#nright {
        width: 100%;
    }
    /*Giỏ hàng*/
    section>.orderbox {
        width: 100%;
    }
    section>.orderbox .dieuhuong {
        width: 100%;
    }
    section>.orderbox .giohang {
        width: 100%;
        display: inline-block;
        padding: 0 10px;
    }
    section>.orderbox .giohang #cart{
        margin-bottom:  0;
    }
    section>.orderbox .giohang #cart .total {
        margin: 8px 0 0px 0;
    }
    section>.orderbox .giohang #cart .listcart .cartitem .oimg{
        width: 30%;
    }
    section>.orderbox .giohang #cart .listcart .cartitem .oimg .odel{
        margin-top: -5px;;
    }
    section>.orderbox .giohang #cart .listcart .cartitem .oname{
        width: 65%;
    }
    section>.orderbox .giohang #fod .fpanel{
        margin-top: 8px
    }
    section>.orderbox .giohang #fod .fpanel .group input[type=text] {
        margin: 0 0 15px 0;
        width: 100%;
        border-radius: 5px;
    }
    section>.orderbox .giohang #fod .fpanel .group select {
        border-radius: 5px;
        width: 100%;
    }
    section>.orderbox .giohang #fod .fpanel .od {
        width: 80%;
        margin: 0 10% 15px 10%;
    }
    section>.orderbox .los {
        font: 14px/40px arial;
    }
    /*thuong-hieu*/
    section>.bnav {
        height: 300px;
        padding: 20px 10px 10px;
    }
    section>.bnav>.pspanel>.pswrap {
        width: 100%;
    }
    section>.bnav>.pspanel>.pswrap>.psitem {
        width: 31% !important;
        text-align: center;
        min-height: 315px;
        padding: 0;
        margin: 0 10px 10px 4px;
    }
    section>.bnav>.pspanel>.pswrap>.psitem .pi {
        height: 150px;
        padding-bottom: 0;
        border-bottom: none;
    }
    section>.bnews{
        padding-top: 10px;
        margin-top: 30px;
    }
    section>.bnews>ul>li {
        padding-bottom: 10px;
        margin-top: 15px;
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }
    section>.bnews>ul>li>a>div>img {
        margin: 0 auto;
    }
    section>.bnews>ul>li>a h4 {
        margin: 0;
        padding: 10px 0 5px;
        height: auto;
        font: 20px/27px arial;
    }
    section>.bnews>ul>li> .bsum {
        height: auto;
        padding-bottom: 5px;
    }
    /*bep-tu*/
    .f2-head>.b>.f2-h {
        width: 100%;
    }
    .f2-head>.b>.f2-topic {
        padding-top: 15px;
        width: 100%;
    }
    .f2-head>.b>.f2-topic ul {
        display: inline-block;
    }
    .f2-head>.b>.f2-topic ul li {
        width: 49%;
        margin-bottom: 10px;
        margin-right: 0;
        display: inline-block;
    }
    .f2-head>.b>.f2-topic ul liimg {
        height: 80%;
    }
    .f2-topic ul li p {
        height: 250px;
    }
    .f>.inline-bl .flexJus {
        width: 100%;
        display: inline-block;
    }
    .f>.inline-bl label{
        padding-left: 20px;
    }
    .f>.inline-bl .othpro{
        width: 100%;
        padding: 5px 0 5px 20px;
        display: inline-block;
        margin: 0;
    }
    .f>.inline-bl .othpro>.oli {
        width: 44%;
        display: inline-block;
        margin-right: 7px;
    }
    .f>.inline-bl .othpro>.oli>.pp{
        min-width: unset;
    }
    .f>.inline-bl .hp-pro-tool>ul {
        padding-left: 20px;
    }
    .f>#Product>a{
        width: 48%;
        margin: 0px 4px 10px 2px;
    }
    .f .b a.gri {

    }
    #Product .gri .gi h3 {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    #Product .gri .gi div:nth-child(1) {
        height: 150px;
        margin: 10px 0;
    }
    #Product .gri .gi span b{
        margin-top: 0;
        font-size: 20px;
    }
    #Product .gri .gift {
        margin-top: 8px;
    }
    #Product .gri div:nth-last-child(1) {
        height: 40px;
    }
    #Product .gri div:nth-last-child(1) span {
        line-height: 40px;
        font-size: 12px;
    }
    .f>.b>a.gri3{
        width: 47%;
        margin: 0px 4px 10px 2px;
    }
    .f>.b>a.gri3 .gi h3 {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #000;
        font-size: 15px;
        text-transform: uppercase;
    }
    .f>.b>a.gri3 .gi p {
        padding: 0;
        height: 89px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    /*xem-hang*/
    section .dbtop {
        padding-bottom: 5px;
        margin-bottom: 0x;
    }
    section .f>.dbcol1 {
        width: 100%;
    }
    section .f>.dbcol1>.new_pro_detail_img {
        height: 200px;
    }
    section .f>.dbcol1>.new_pro_detail_img>#ProImg {
        height: 200px;
    }
    section .f>.dbcol1>.new_pro_detail_img>#ProImg .psnext, section .f>.dbcol1>.new_pro_detail_img>#ProImg .psnext, .psback {
        width: 4%;
    }
    section .f>.dbcol1>.new_pro_detail_img>#ProImg .pspanel{
        width: 92%;
    }
    .b>.btop .simM a {
        width: 49%;
        padding-bottom: 5px;
        font: 15px/10px arial;
    }
    section .f>.dbcol2{
        width: 100%;
        margin: 0;
    }
    section .f>.dbcol2 .dbprice {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    section .f>.dbcol2 .suportOnline{
        margin-top: 5px;
    }
    section .f>.dbcol3 {
        width: 100%;
    }
    section>div>.lqt{
        height: auto;
    }
    section>div>.lqt .lqt-tit{
        width: 100%;
        padding: 20px 0;
    }
    section>div>.lqt .lqt-data{
        width: 100%;
        display: inline-block;
        border-left: none;
    }
    section>div>.lqt .lqt-data>a {
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
        border-right: none;
    }
    section>div>.lqt .lqt-data>a>div {
        padding-bottom: 5px;
    }
    section>div>.lqt .lqt-data>a h5 {
        height: unset;
    }
    section>div>.lqt .lqt-total {
        width: 100%;
    }
    section>div>.dbi{
        padding-bottom: 10px;
        margin-top: 0;
    }
    section #detail>.tabdetail {
        display: inline-block;
    }
    section #detail>.tabdetail>div {
        width: 100%;
        display: inline-block;
    }
    section #detail>.tabdetail div span{
        width: 100%;
        border-bottom: 1px solid #ccc;
        font: 15px/50px arial;
        text-align: center;
    }
    section #detail>.tabdetail>.flexCen {
        width: 100% !important;
        padding: 10px 0;
    }
    section #detail>.tabdetail>.flexCen p {
        width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    #popup {
        min-width: 243px;
        max-width: 300px;
        padding: 18px;
    }
    #popup>#Map>.form-tuvan {
        margin: 20px 0 0;
    }
    #popup>#Map>.form-tuvan input {
        width: 160px;
    }
    #popup>#Map>.form-tuvan button {
        margin-top: 10px;
    }
    #popup>#Map>#ShowroomItem {
        width: 100%;
        display: inline-block;
    }
    #popup>#Map>#ShowroomItem .bst {
        width: 100%;
    }
    #popup>#Map>#ShowroomItem .bst .ai{
        width: 100%;
    }
    #popup>#Map>#ShowroomItem .bst .ai ul {
        margin: 5px 0 5px;
    }
    #popup>#Map>#ShowroomItem .bst .anv {
        width: 100%;
    }
    #popup>#Map>#ShowroomItem .bst .anv ul {
         width: 100%;
        display: inline-block;
     }
    #popup>#Map>#ShowroomItem .bst .anv ul li{
        width: 100%;
        display: inline-block;
        margin: 0;
        overflow: visible;
    }
    #detail>.padb>#dacdiemnoibat {
        margin-bottom: 10px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat{
        height: auto!important;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg {
        width: 100%;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg object {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg object embed {
        width: 100%;
        height: 200px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem .ddinfo {
        padding: 0;
        width: 100%;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem .ddinfo h2 {
            text-align: left;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem .ddinfo p {
        text-align: left;
    }
    #detail>.padb>#Pcontent {
        padding: 10px 0;
    }
    #detail #Pcontent .w50n {
        width: 100%;
        padding: 10px 0 0 0;
    }
    #detail #Pcontent .w50n #thongso .dtit {
        margin-bottom: 0px;
    }
    #detail #Pcontent .w50n #thongso .table table{
        margin-bottom: 0;
    }
    section .dbox {
        margin: 0;
    }
    section>.trainghiem {
        height: auto;
    }
    section>.trainghiem>.flexCen {
        display: inline-block;
    }
    section>.trainghiem>.flexCen {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    section>.trainghiem>.flexCen>.trainghiem-img {
        width: 100%;
    }
    section>.trainghiem>.flexCen>.trainghiem-img img {
        max-width: 60%;
        margin: 0 20%;
    }
    section>.trainghiem>.flexCen>.tnc {
        padding: 0 0 10px;
    }
    section>.trainghiem>.flexCen>.tnc p{
        text-align: left;
        padding-left: 15px;
    }
    section>.trainghiem>.flexCen>.tnc span {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    section>.trainghiem>.flexCen>.tnc .bxanh {
        width: 80%;
        margin: 0 auto;
    }
    section>.trainghiem>.bcta {
        width: 100%;
        display: inline-block;
        margin: 15px 0 0 0;
        padding: 10px;
        height: auto;
    }
    section>.trainghiem>.bcta p{
        margin: 8px 0 35px;
    }
    section>.trainghiem>.bcta .tnh label{
        top: -30px;
    }
    section>.bsitelink {
        width: 100%;
        display: inline-block;
        padding-top: 10px;
        margin-top: 15px;
        padding-bottom: 20px;
    }
    section>.bsitelink li{
        margin-right: 0;
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
    }
    section>.bsitelink li a:nth-child(1) {
        margin-bottom: 10px;
    }
    .ColorPrimary>.ld2banner img {
        height: 200px;
    }
    .ColorPrimary>.ld2banner .sapold {
        background: none;
    }
    .ColorPrimary>.ld2banner>.flexCen h1 {
        margin-bottom: 10px;
        line-height: 25px !important;
        font: bold 20px/25px arial;
        padding-bottom: 5px;
    }
    .ColorPrimary>.flexCol>.title-section {
        margin: 15px 0 !important;
        font-size: 21px;
        width: 100%;
    }
    .ColorPrimary>.flexCol>.flexJus {
        display: inline-block;
    }
    .ColorPrimary>.flexCol>.flexJus>.atn {
        width: 100%;
        height: auto;
    }
    .ColorPrimary>.flexCol>.flexJus>.atn img{
        max-height: 300px;
        width: 100%;
    }
    .ColorPrimary>.flexCol>.flexJus .listadvan {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }
    .ColorPrimary>.flexCol>.flexJus .intro {
        padding: 20px 5px 20px 20px;
    }
    .f .BGSecond .flexJus .hp-pro-hang .hp-pro-panel {
        width: 100%;
    }
    .f .BGSecond .flexJus .hp-pro-hang .hp-pro-panel a{
        border-bottom: 1px solid #f4f4f4;
    }
    .f .BGSecond .flexJus {
        padding-top: 10px;
    }
    .f .ld2-chinhsach .flexCol label {
        margin-top: 20px;
        font-size: 21px;
    }
    .f .ld2-chinhsach .flexCol ul {
        width: 100%;
        margin: 10px 0;
        display: inline-block;
    }
    .f .ld2-chinhsach .flexCol ul li {
        width: 100%;
    }
    .gi span {
        padding: 0 !important;
    }
    .f>#Product>.gri>.gi p{
        padding: 0;
        height: 89px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .f>#Product>.gri .gift {
        height: auto;
    }
    .b .headpage .breadcrumb {
        display: inline-block;
        padding-bottom: 7px;
    }
    .f2-head>.b>.f2-h .f2-hsx a {
        width: 28%;
        display: inline-block;
        margin: 0 6px 0 7px;
    }
    section>#Showroom .pbox ul li{
        width: 48%;
    }
    section>#Showroom>#detailShowroom>#infoSR {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding-bottom: 10px;
    }
    section>#Showroom>#detailShowroom>#mapSR {
        width: 100%;
    }
    section>.dbox>.ss .pspanel .pswrap .psitem {
        width: 100px !important;
    }
    header .head .b .hright .cart:before {
        font: 25px/1 FontAwesome;
        vertical-align: middle;
        margin-left: 10px;
    }
}
/*Res > 767px*/

@media screen and (min-width: 768px) and (max-width: 991px){
    /*Home*/
    .f.f2-head .hpanelwrap {
        height: 253px;
    }
    body {
        min-width: unset!important;
        overflow-x: unset !important;
        width: 100% !important;
        max-width: 100%;
    }
    header>.head {
        height: unset;
        display: inline-block;
        padding: 10px 0;
    }
    header .head .b {
        width: 100%;
        display: inline-block;
    }
    header .head .b .hleft{
        width: 100%;
        display: inline-block;
    }
    header .head .b .hleft nav {
        width: 100%;
    }
    .nav-menu .nav-item {
        width: 50%;
    }
    header .head .b .hright {
        width: 100%;
        padding-top: 15px;
        display: inline-block;
        padding-bottom: 5px;
    }
    header .head .b .hright a{
        margin-left: 15px;
        vertical-align: top;
    }
    header .head .b .hright .cart:before{
        font: 25px/1 FontAwesome;
    }
    header .head .b .hright .tim{
        width: 85%;
        display: inline;
    }
    header .head .b .hright .tim input{
        width: 100%;
        padding-right: 0;
        border-radius: 4px;
    }
    header .head .b .hright .tim button {
        right: 5px;
        top: -4px;
    }
    header .head .b .hleft .tongdai:before {
        margin: 5px 0;
    }
    nav>.nav-menu {
        margin-bottom: 10px;
    }
    nav>.nav-menu .nav-item:last-child .nav-link{
        padding-bottom: 0;
    }
    .nav .b {
        display: inline-block;
    }
    .nav .b a {
        width: 25%;
    }
    .owl-carousel .owl-wrapper, .owl-carousel .owl-item a img {
        height: 300px;
    }
    aside #sync1 .owl-controls {
        top: 40%;
    }
    .list-launcher .bra img {
        max-width: 70%;
        margin: 0px 15%;
    }
    .flexCol .bghtop {
        margin-top: 25px;
    }
    .list-launcher .flexCol div a {
        width: 23%;
    }
    .f .topic {
        display: inline-block;
        padding-top: 10px;
    }
    .f .topic .ddimg {
        width: 100%;
    }
    .f .topic img {
        height: 300px;
        width: 100%;
    }
    .f .topic .ddinfo {
        width: 100%;
        padding: 5px 15px;
    }
    .f .topic .ddinfo .hxn {
        margin: 10px 0;
    }
    .f.pb-30-fix{
        padding-bottom: 0;
    }
    .f .b .topic2 {
        display: inline-block;
    }
    .f .b .topic2 a {
        display: inline-block;
        margin: 0 3px;
        width: 32%;
        padding-bottom: 10px;
    }
    .f .b .topic2 a img {
        width: 100%;
    }
    .f .b .topic2 a h2 {
        height: 35px;
        font: bold 14px/35px arial;
    }
    .bnews .b ul li{
        width: 100%;
    }
    .bnews .b ul li a {
        float: left;
        width: 50%;
    }
    .bnews a div img {
        width: 80%;
        height: 100%;
    }
    .f.regis {
        overflow: hidden;
    }
    .f.regis img {
        height: 260px;
        max-width: unset;
    }
    .f.regis .flexCen .regisform {
        padding: 10px 10px;
    }
    .f.regis .flexCen .regisform label {
        font-size: 20px;
        margin-bottom: 0;
    }
    .f.regis .flexCen .regisform label span {
        font-size: 13px;
    }
    .f.regis .flexCen .regisform .flexJus #rs input {
        width: 100%;
        margin: 5px 0;
        padding: 5px 0;
    }
    .f.regis .flexCen .regisform .flexJus #rs button {
        float: right;
        margin-top: 5px;
    }
    #footer .b .tagline {
        padding: 15px 0 0;
    }
    #footer .b .fsl {
        width: 100%;
    }
    #footer .b .fsl .citys {
        width: 49%;
        display: inline-grid;
    }
    #footer .b .fsl .citys:nth-child(odd) {
        margin-right: 10px;
    }
    #footer .b .fsr {
        width: 100%;
    }
    #footer .b .fsr #company {
        height: unset;
    }
    #footer .b .fsr #company .f label {
        text-align: left;
    }
    #footer .b .fsr #company .f .muahang {
        width: 100%;
    }
    #footer .b .fsr #company .f .incom {
        padding-left: 0;
        width: 100%;
    }
    #footer .b .fsr #company .f .incom div{
        width: 100%;
        padding-top: 10px;
    }
    #footer .b .fsr #company .f .toptit{
        margin-bottom: 0;
    }
    #footer {
        display: inline-block;
    }
    #footer .bs .bst .ai {
        width: 100%;
    }
    #footer .bs .bst .anv {
        width: 100%;
    }
    #footer .bs .bst .anv ul {
        display: inline-block;
        width: 100%;
    }
    #footer .bs .bst .anv ul li {
        padding-top: 8px;
        margin: 0;
        width: 50%;
        display: inline-block;
    }
    #footer .bs .bsf .atc {
        width: 49%;
        margin: 0;
        padding-bottom: 10px;
        margin-right: 10px;
    }
    #footer .bs .bsf .abd {
        width: 49%;
    }
    #copyright {
        font-size: 15px;
        padding: 5px 0;
        text-align: center;
        width: 100%;
    }
    /*End Home*/
    /*Khuyến mại*/
    header>.b>.flexJus {
        width: 100%;
        display: inline-block;
        padding-top: 10px;
    }
    header>.b>.flexJus>.tim {
        width: 50%;
        padding: 5px 0;
    }
    header>.b>.flexJus>.tim input{
        padding-right: 50px;

    }
    header>.b>.flexJus>.tim button {
        top: 5px;
    }
    header>.b>.flexJus>.tc {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    section>.lkm>li {
        width: 100%;
        min-height: unset;
    }
    section>.lkm>li img {
        height: 200px;
    }
    /*Thương hiệu*/
    section>.listh>ul {
        margin: 0;
    }
    section>.listh>ul>li{
        margin: 5px;
        width: 47% !important;
    }
    /*Dịch vụ*/
    .f>.dv-menu> figure a span {
        /* padding-left: 25px;*/
    }
    .f>.dv-menu> figure .flexJus {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .f>.dv-menu> figure .flexJus a{
        margin: 0;
        display: inline-block;
        width: 49%;
    }
    .f>.dv-menu> figure p{
        margin: 15px 0 0;
    }
    /*Tin tức*/
    section>#news>#nleft {
        width: 100%;
    }
    section>#news>#nleft .f{
        padding: 15px 10px;
    }
    section>#news>#nleft .tt li {
        margin: 5px 0;
    }
    section>#news>#nleft .f h1 {
        font-size: 22px;
    }
    section>#news>#nright {
        width: 100%;
    }
    /*Giỏ hàng*/
    section>.orderbox {
        width: 100%;
    }
    section>.orderbox .dieuhuong {
        width: 100%;
    }
    section>.orderbox .giohang {
        width: 100%;
        display: inline-block;
        padding: 0 10px;
    }
    section>.orderbox .giohang #cart{
        margin-bottom:  0;
    }
    section>.orderbox .giohang #cart .total {
        margin: 8px 0 0px 0;
    }
    section>.orderbox .giohang #cart .listcart .cartitem .oimg{
        width: 30%;
    }
    section>.orderbox .giohang #cart .listcart .cartitem .oimg .odel{
        margin-top: -5px;;
    }
    section>.orderbox .giohang #cart .listcart .cartitem .oname{
        width: 65%;
    }
    section>.orderbox .giohang #fod .fpanel{
        margin-top: 8px
    }
    section>.orderbox .giohang #fod .fpanel .group input[type=text] {
        margin: 0 0 15px 0;
        width: 100%;
        border-radius: 5px;
    }
    section>.orderbox .giohang #fod .fpanel .group select {
        border-radius: 5px;
        width: 100%;
    }
    section>.orderbox .giohang #fod .fpanel .od {
        width: 80%;
        margin: 0 10% 15px 10%;
    }
    section>.orderbox .los {
        font: 14px/40px arial;
    }
    /*thuong-hieu*/
    section>.bnav {
        height: 300px;
        padding: 20px 10px 10px;
    }
    /*section>.bnav>.pspanel>.pswrap {
        width: 100%;
    }*/
    section>.bnav>.pspanel>.pswrap>.psitem {
        width: 10% !important;
        text-align: center;
        min-height: 315px;
        padding: 0;
        margin: 0 10px 10px 4px;
    }
    section>.bnav>.pspanel>.pswrap>.psitem .pi {
        height: 150px;
        padding-bottom: 0;
        border-bottom: none;
    }
    section>.bnews{
        padding-top: 10px;
        margin-top: 30px;
    }
    section>.bnews>ul>li {
        padding-bottom: 10px;
        border-bottom: 1px solid #f4f4f4;
        width: 47%;
        min-height: 348px;
        margin: 15px 12px 0 8px;
    }
    section>.bnews>ul>li>a>div>img {
        margin: 0 auto;
    }
    section>.bnews>ul>li>a h4 {
        margin: 0;
        padding: 10px 0 5px;
        height: auto;
        font: 20px/27px arial;
    }
    section>.bnews>ul>li> .bsum {
        height: auto;
        padding-bottom: 5px;
    }
    /*bep-tu*/
    .f2-head>.b>.f2-h {
        width: 100%;
    }
    .f2-head>.b>.f2-topic {
        padding-top: 15px;
        width: 100%;
    }
    .f2-head>.b>.f2-topic ul {
        display: inline-block;
    }
    .f2-head>.b>.f2-topic ul li {
        width: 32%;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .f2-head>.b>.f2-topic ul li img {
        height: 80%;
    }
    .f>.inline-bl .flexJus {
        width: 100%;
        display: inline-block;
    }
    .f>.inline-bl label{
        padding-left: 20px;
    }
    .f>.inline-bl .othpro{
        width: 100%;
        padding: 5px 0 5px 20px;
        display: inline-block;
        margin: 0;
    }
    .f>.inline-bl .othpro>.oli {
        width: 23%;
        display: inline-block;
        margin-right: 7px;
    }
    .f>.inline-bl .othpro>.oli>.pp{
        min-width: unset;
    }
    .f>.inline-bl .hp-pro-tool>ul {
        padding-left: 20px;
    }
    .f .b a.gri {
        width: 32%;
        margin: 0 3px 15px 6px;
    }
    .f .b a.gri .gi h3 {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #Product .gri .gi div:nth-child(1) {
        height: 150px;
        margin: 10px 0;
    }
    #Product .gri .gi span b{
        margin-top: 0;
    }
    #Product .gri .gift {
        margin-top: 8px;
    }
    #Product .gri div:nth-last-child(1) {
        height: 40px;
    }
    #Product .gri div:nth-last-child(1) span {
        line-height: 40px;
    }
    /*xem-hang*/
    section .dbtop {
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    section .f>.dbcol1 {
        width: 100%;
    }
    section .f>.dbcol1>.new_pro_detail_img {
        height: 200px;
    }
    section .f>.dbcol1>.new_pro_detail_img>#ProImg {
        height: 200px;
    }
    section .f>.dbcol1>.new_pro_detail_img>#ProImg .psnext, section .f>.dbcol1>.new_pro_detail_img>#ProImg .psnext, .psback {
        width: 4%;
    }
    section .f>.dbcol1>.new_pro_detail_img>#ProImg .pspanel{
        width: 92%;
    }
    .b>.btop .simM a {
        width: 24%;
        padding-bottom: 5px;
        font: 15px/10px arial;
    }
    section .f>.dbcol2{
        width: 100%;
        margin: 0;
    }
    section .f>.dbcol2 .dbprice {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    section .f>.dbcol2 .suportOnline{
        margin-top: 5px;
    }
    section .f>.dbcol3 {
        width: 100%;
    }
    section>div>.lqt{
        height: auto;
    }
    section>div>.lqt .lqt-tit{
        width: 100%;
        padding: 20px 0;
    }
    section>div>.lqt .lqt-data{
        width: 100%;
        display: inline-block;
        border-left: none;
    }
    section>div>.lqt .lqt-data>a {
        width: 32%;
        display: inline-block;
        border-bottom: 1px solid #f4f4f4;
        border-right: none;
    }
    section>div>.lqt .lqt-data>a>div {
        padding-bottom: 5px;
    }
    section>div>.lqt .lqt-data>a h5 {
        height: unset;
    }
    section>div>.lqt .lqt-total {
        width: 100%;
    }
    section>div>.dbi{
        padding-bottom: 10px;
        margin-top: 0;
    }
    section #detail>.tabdetail {
        display: inline-block;
        width: 100%;
    }
    section #detail>.tabdetail>div {
        width: 75%;
        display: inline-block;
    }
    section #detail>.tabdetail div span{
        font: 15px/50px arial;
        text-align: center;
        width: 32%;
    }
    section #detail>.tabdetail>.flexCen {
        padding: 10px 0;
        width: 23% !important;
    }
    section #detail>.tabdetail>.flexCen p {
        width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    #popup {
        padding: 18px;
    }
    #popup>#Map>.form-tuvan {
        margin: 20px 0 0;
    }
    #popup>#Map>.form-tuvan input {
        width: 160px;
    }
    #popup>#Map>.form-tuvan button {
        margin-top: 10px;
    }
    #popup>#Map>#ShowroomItem {
        width: 100%;
        display: inline-block;
    }
    #popup>#Map>#ShowroomItem .bst {
        width: 100%;
    }
    #popup>#Map>#ShowroomItem .bst .ai{
        width: 100%;
    }
    #popup>#Map>#ShowroomItem .bst .ai ul {
        margin: 5px 0 5px;
    }
    #popup>#Map>#ShowroomItem .bst .anv {
        width: 100%;
    }
    #popup>#Map>#ShowroomItem .bst .anv ul {
        width: 100%;
        display: inline-block;
    }
    #popup>#Map>#ShowroomItem .bst .anv ul li{
        width: 100%;
        display: inline-block;
        margin: 0;
        overflow: visible;
    }
    #detail>.padb>#dacdiemnoibat {
        margin-bottom: 10px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat{
        height: auto!important;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg {
        width: 100%;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg img{
        height: 250px;
        margin: 0 auto;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg object {
        display: inline-block;
        height: auto;
        width: 49%;
        margin-right: 5px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem>.ddimg object embed {
        width: 100%;
        height: 200px;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem .ddinfo {
        padding: 0;
        width: 100%;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem .ddinfo h2 {
        text-align: left;
    }
    #detail>.padb>#dacdiemnoibat>#cdacdiemnoibat>.dacdiem .ddinfo p {
        text-align: left;
    }
    #detail>.padb>#Pcontent {
        padding: 10px 0;
    }
    #detail #Pcontent .w50n {
        width: 100%;
        padding: 10px 0 0 0;
    }
    #detail #Pcontent .w50n #thongso .dtit {
        margin-bottom: 0px;
    }
    #detail #Pcontent .w50n #thongso .table table{
        margin-bottom: 0;
    }
    section .dbox {
        margin: 0;
    }
    section>.trainghiem {
        height: auto;
    }
    section>.trainghiem>.flexCen {
        display: inline-block;
    }
    section>.trainghiem>.flexCen {
        display: inline-block;
        width: 100%;
        height: auto;
        padding-top: 15px;
    }
    section>.trainghiem>.flexCen>.trainghiem-img {
        width: 100%;
    }
    section>.trainghiem>.flexCen>.trainghiem-img img {
        max-width: 30%;
        margin: 0 35%;
    }
    section>.trainghiem>.flexCen>.tnc {
        padding: 15px 0 10px;
    }
    section>.trainghiem>.flexCen>.tnc p{
        text-align: left;
        padding-left: 15px;
        margin: 15px 0;
    }
    section>.trainghiem>.flexCen>.tnc span {
        margin-bottom: 10px;
        padding: 0 10px;
    }
    section>.trainghiem>.flexCen>.tnc .bxanh {
        width: 30%;
        margin: 0 auto;
    }
    section>.trainghiem>.bcta {
        width: 100%;
        display: inline-block;
        margin: 15px 0 0 0;
        padding: 10px;
        height: auto;
    }
    section>.trainghiem>.bcta ul{
        text-align: center;
    }
    section>.trainghiem>.bcta p{
        margin: 8px 0 35px;
    }
    section>.trainghiem>.bcta .tnh label{
        top: -30px;
    }
    section>.bsitelink {
        width: 100%;
        display: inline-block;
        padding-top: 10px;
        margin-top: 15px;
        padding-bottom: 20px;
    }
    section>.bsitelink li{
        margin-right: 0;
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
        width: 25%;
        float: left;
        min-height: 160px;
    }
    section>.bsitelink li a:nth-child(1) {
        margin-bottom: 10px;
    }
    .ColorPrimary>.ld2banner img {
        height: 200px;
    }
    .ColorPrimary>.ld2banner .sapold {
        background: none;
    }
    .ColorPrimary>.ld2banner>.flexCen h1 {
        margin-bottom: 10px;
        line-height: 25px !important;
        font: bold 20px/25px arial;
        padding-bottom: 5px;
    }
    .ColorPrimary>.flexCol>.title-section {
        margin: 15px 0 !important;
        font-size: 21px;
        width: 100%;
    }
    .ColorPrimary>.flexCol>.flexJus {
        display: inline-block;
    }
    .ColorPrimary>.flexCol>.flexJus>.atn {
        width: 100%;
        height: auto;
    }
    .ColorPrimary>.flexCol>.flexJus>.atn img{
        max-height: 600px;
        width: 100%;
    }
    .ColorPrimary>.flexCol>.flexJus .listadvan {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }
    .ColorPrimary>.flexCol>.flexJus .intro {
        padding: 20px 5px 20px 20px;
    }
    .f .BGSecond .flexJus .hp-pro-hang .hp-pro-panel {
        width: 100%;
    }
    .f .BGSecond .flexJus .hp-pro-hang .hp-pro-panel a{
        border-bottom: 1px solid #f4f4f4;
    }
    .f .BGSecond .flexJus {
        padding-top: 10px;
    }
    .f .ld2-chinhsach .flexCol label {
        margin-top: 20px;
        font-size: 21px;
    }
    .f .ld2-chinhsach .flexCol ul {
        width: 100%;
        margin: 10px 0;
        display: inline-block;
    }
    .f .ld2-chinhsach .flexCol ul li {
        width: 30%;
    }
    .f>#Product>.gri>.gi p{
        padding: 0;
        height: 89px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .f>#Product>.gri .gift {
        height: auto;
    }
    header>.b>.flexJus>.tc a {
        width: 19%;
    }
    .f2-head>.b>.f2-h .f2-hsx a {
        width: 22%;
        display: inline-block;
        margin: 0 3px 0 10px;
    }
    section>#Showroom .pbox ul li{
        width: 23%;
    }
    section>#Showroom>#detailShowroom>#infoSR {
        width: 35%;
        display: inline-block;
        margin: 0;
    }
    section>#Showroom>#detailShowroom>#mapSR {
        width: 65%;
    }
    section>.dbox>.ss .pspanel .pswrap .psitem {
        width: 200px !important;
    }
}
@media only screen and (max-width: 768px) {
    .b>.btop .simM {
        width: 70%;
    }
    section .ndetail div  h1 {
        font: 25px/25px arial;
        line-height: 28px;
    }
    section>.headpage {
        height: auto;
        min-height: 50px;
    }
    section>.headpage .breadcrumb {
        display: inline-block;
        line-height: 20px;
    }
    section>#Showroom>#detailShowroom {
        width: 100%  !important;
        display: inline-block !important;
    }

    section>#Showroom>#detailShowroom>#mapSR iframe{
        height: 300px;
        width: 100%;
    }
    section>.dbox>.ss .pspanel {
        width: 90%;
        margin: 0 auto;
    }
    .nav span {
        font: bold 11px/16px arial;
        text-transform: capitalize;
        font-weight: 500;
    }
    .hpanelwrap #hpanel {
        text-align: center !important;
    }
    .psnext, .psback {
        width: 4%;
    }

    .f>.b .gri3 .gift span:first-child {
        display: none !important;
    }
    .gift span:nth-child(1){
        display: none !important;
    }
}
@media  (min-width: 768px) {
    .nav-mobile {
        display: none;
    }
}
@media only screen and (max-width: 360px) {
    .f .b .topic2 a {
        width: 46%;
    }
    .f.regis img {
        height: 280px;
    }
    .f.regis .flexCen .regisform label {
        padding-top: 10px;
    }
    section>.listh>ul>li {
        width: 46% !important;
    }
    header .head .b .hleft a img {
        width: 160px;
    }
    section .b2.boxtth .bo.f a {
        width: 46%;
        margin: 5px;
    }
    section .b2.boxtth .bo.f a .pi {
        height: 125px;
    }
    section .b2.boxtth .bo.f a p {
        height: 51px;
        margin: 8px 0;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
@media only screen and (min-width: 992px) {
    #menu-show .mcontact {
        display: none;
    }
    header .head .b .hleft a img {
        width: 210px;
    }
    .b.flexJus.inline-bl{
        padding-left: 30px !important;
    }
}
@media only screen and (max-width: 991px) {
    .tongdai {
        display: none;
    }
    #touch-menu {
        margin-right: 10px;
        display: inline-block;
        width: 25px;
        color: #fff;
        margin-left: 20px;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    #touch-menu::before {
        content: "\f0c9";
        font: 28px/1 FontAwesome;
    }
    #menu-show {
        display: none;
    }
    mcontact {
        padding-bottom: 3px;
    }
    .mcontact p {
        color: #00659f;
        background: #edebeb;
        border-top: 1px solid #e0e0e0;
        margin: 0;
        padding: 8px 10px 25px 10px;
        line-height: 18px;
    }
    .mcontact a {
        font: 300 12px Arial;
        color: #00659f;
        text-decoration: none;
        cursor: pointer;
    }
    .fa-phone::before {
        content: "\f095";
        font-family: 'FontAwesome';
        font-size: 16px;
        padding-right: 10px;
    }
    .fa-showroom::before {
        content: "\f041";
        font-family: "FontAwesome";
        font-size: 16px;
        padding-right: 8px;
    }
    header .head .b .hleft nav {
        display: none;
    }
    header .head .b .hright a{
        margin-left: 0px;
        position: absolute;
        top: 8px;
        right: 75px;
    }
    header .head .b .hright .tim input {
        height: 33px;
        padding: 5px 10px 5px 5px;
    }
}
@media (max-width: 768px) {
    .f2-topic figure {
        background: none;
    }
    .f2-topic img {
        height: auto;
    }
    .f2-topic figure h2,
    .f2-topic figure a {
        color: #000;
    }
    .f>.inline-bl .othpro>.oli label {
        width: 100%;
        display: inline-block;
        padding: 0px 3px;
    }
    .f>#Product>a {
        width: 47%;
    }
    #Product .gri .gi div:nth-child(1) {
        margin: 0;
    }
    .f>#Product>.gri>.gi p.product_intro {
        height: auto;
    }
    span.gift_content {
        padding: 0 !important;
        margin-top: 15px;
    }
    .f.regis img {
        height: 345px;
    }
    .othpro label::after {
        content: "\f0d7";
        font: 15px FontAwesome;
        padding-left: 8px;
        color: #333;
        float: right;
        margin-top: 10px;
    }
    .listh ul.fv li.rg img {
        max-width: 100% !important;
    }
    section>.bnav>.pspanel>.pswrap>.psitem {
        width: 44% !important;
    }
    .f.BGPrimary.ColorPrimary .ld2banner figure {
        display: inline-block;
        position: relative;
    }
    .ColorPrimary>.ld2banner img {
        height: auto;
    }
    .b.flexCol .intro ul {
        padding-right: 0;
    }
    .b {
        padding: 15px;
    }
    #touch-menu {
        top: 33px;
    }
    header .head .b .hright a {
        top: 19px;
    }
}
@media (max-width: 500px) {
    .flexJus.btop .simM {
        width: 100%;
        margin: 10px 0px;
        text-align: center;
    }
}
@media(min-width: 768px) {
    .topic .ddinfo {
        padding: 0px 70px !important;
    }
}

div#hpanel a.manuface {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0px 20px;
}
