@media (max-width: 1439px){
    .logo-txt {
        font-size: 21px;
    }
    #main-menu .navbar .nav > li > a {
        background-color: transparent;
    }
    .affix .cd-search {
        height: 98px;
    }
}
@media (max-width: 1199px){
    .products .pdItem:nth-child(4n+1){
        clear: unset;
    }
    .products .pdItem:nth-child(3n+1){
        clear: both;
    }

    .logo-img {
        height: 55px;
    }
    .logo-txt {
        font-size: 18px;
    }
    .cd-search {
        height: 75px;
    }
    .cd-header-buttons,
    .affix .cd-header-buttons {
        top: 18px;  
        right: 15px;
    }
    .affix .cd-search {
        height: 74px;
    }
    .affix .cd-header-buttons {
        top: 18px;
    }
    header .logo-2 a > .logo-certified ul li > img {
        max-height: 32px;
        padding-right: 17px;
    }
    .header-1 #main-menu .nav.navbar-nav {
        margin-right: 37px;
    }
    #main-menu .navbar .nav > li > a{
        padding: 27px 3px;
    }
    .affix.header-1 #main-menu .navbar .nav > li > a {
        padding: 27px 3px;
    }
    .lang {
        right: 52px;
    }
    .lang li a {
        padding: 5px 15px;
    }

    .aboutCertification .cfItem {
        max-height: 375px;
    }
    /* INDEX */
    .index-editor .edContent .edLeft,
    .index-editor .edContent .edRight{
        width: calc( 100% / 2 );
    }
    .index-editor .edContent .edLeft{
        padding: 30px;
    }

    /* FOOTER */
    footer .ft-content{
        align-items: flex-start;
        /* width: calc( 100% - 220px ); */
    }
    footer .ft-content .ft-area{
        flex-wrap: wrap;
    }
    footer .ft-content .ft-area .widget{
        width: 100%;
    }
    footer .ft-content .ft-area .logo-footer-cont {
        border-right: unset;
        border-bottom: solid 1px #fff;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    footer .ft-content .ft-area .logo-footer-cont ul{
        display: flex;
    }
    footer .ft-content .ft-area .logo-footer-cont ul li:first-child {
        padding-right: 20px;
        padding-bottom: 0px;
        margin-right: 20px;
    }
    
    footer .ftQrcode{
        min-width: 220px;
    }
}
@media (max-width: 1024px){
    .logo-txt{
        font-size: 21px;
    }
    header .logo-2 a > div .logoImg {
        width: 65px;
    }
    .header-1 #main-menu .nav.navbar-nav {
        margin-right: 0px;
    }
    .cd-header-buttons,
    .affix .cd-header-buttons {
        top: 14px;
        right: 55px;
        margin: 0;
        padding: 0;
    }
    .cd-search {
        height: 73px;
    }
    .affix .cd-search{
        height: 73px;
    }
    #cd-menu-trigger {
        right: 20px;
    }
    .cd-search-trigger::before {
        width: 16px;
        height: 16px;
        left: 15px;
        top: 13px;
    }
    .cd-search-trigger::after {
        width: 11px;
        bottom: 14px;
        right: 7px;
        height: 2px;
    }
    .lang {
        margin-bottom: 0;
        right: 95px;
        top: 29px;
        transform: translateX(0);
    }

    /* PAGE HEADER */
    .page-title-cont{
        padding: 205px 0 100px;
        background-position: center 37%;
    }
    .page-title-small .page-title {
        margin-top: 0px;
    }
    .page-title-small .breadcrumbs {
        margin-top: 20px;
        margin-bottom: 0px;
    }

 /* INDEX */
    .rs-fullscr-container{
        padding-top: 70px;
    }
.index-editor .edContent ul li {
        padding: 15px;
    }


    /* SIDEBAR */
    .sidebar-shop.sidebar .widget-title button, 
    .sidebar-shop.sidebar a:not([data-toggle="collapse"]) {
        padding: 10px 10px 10px 15px;
    }

    /* CONTACT */
    .contact .contactInfo .contact-form-cont {
        padding: 80px 0px 0px 0px;
    }
    .contact .contactInfo .contact-form-cont form .licheng {
        margin-bottom: 10px;
    }

    /* FOOTER */
    #footer5 .row.align-items-center {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .footerCopyright {
        font-size: 13px;
    }
}

@media (max-width: 991px){
    .align-items-center{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .main-title {
        padding: 0px 50px;
    }
    .local-scroll-cont {
        bottom: 0px;
    }

    /* INDEX */
    .index-about {
        padding: 50px 0;
    }
    .index-news{
        padding: 30px 0;
    }
    .index-news .news-info {
        padding-top: 0;
    }
    .index-news .news-info .entry-body,
    .index-news .news-info .entry-body .entry-top,
    .news .news-info .entry-body,
    .news .news-info .entry-body .entry-top{
        display: block;
    }
    .index-news .news-info .entry-body .entry-top,
    .news .news-info .entry-body .entry-top{
        padding: 0 0;
        margin-bottom: 0;
    }
    .index-news .news-info .entry-list:not(:last-child), 
    .news-info .entry-list:not(:last-child) {
        padding: 0 0 10px;
        margin: 0 0 20px;
    }
    .entry-body{
        max-height: 100%;
    }
    .entry-top,
    .entry-content,
    .news .entry-top,
    .news .entry-content,
    .entry-body .entry-content,
    .entry-body .entry-top .entry-links .entry-title{
        width: 100%;
    }
    .entry-body .entry-content {
        padding-left: 0px;
    }
    .entry-body .entry-bottom {
        min-width: 100%;
    }
    .entry-body .entry-bottom a{
        max-width: 100%;
    }
    .entry-content{
        padding: 0 10px;
    }
    .entry-body .entry-top .entry-links {
        padding-right: 0px;
        margin-bottom: 5px;
    }
    .entry-body .entry-top .entry-links .entry-cf{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .entry-meta span{
        display: inline-block;
    }
    .entry-bottom{
        margin: 15px 0 0;
        text-align: right;
    }
 .index-editor .edContent ul{
        flex-wrap: wrap;
    }
    .index-editor .edContent ul li {
        width: calc( ( 100% / 2 ) - 20px );
        margin: 10px;
    }

    /* ABOUT */
    .aboutBg {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        z-index: -999;
        height: 100vh;
    }
    .aboutCertification .cfItem {
        max-height: 425px;
    }

    /* NEWS */
    .news .news-info{
        margin-top: 30px;
    }

    /* PRODUCT */
    .products{
        padding-top: 30px;
    }
    .products .main-title,
    .news .main-title {
        top: 15px;
        left: 0px;
        transform: unset;
        padding-bottom: 20px;
    }
    .product.ed-style{
        padding: 10px;
    }
    .product-tool {
        padding-top: 10px;
    }
    .products .product-title, .product .product-body .product-title{
        margin: 15px 0 10px;
    }
    
    /* FOOTER */
    .logo-footer {
        padding-left: 0px;
    }
    .footerInfo ul{
        display: block;
        padding-left: 0;
    }
    .footerInfo ul li a, .footerInfo ul li p {
        font-size: 15px;
    }
    .footer-txt{
        font-size: 17px;
        padding-left: 0;
        text-align: left;
    }
    .footer-txt p > span{
        display: block;
    }
    footer .ft-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .ft-content .ft-area .logo-footer-cont {
        padding-right: 0;
        margin-right: 0;
    }
    footer .ft-content .ft-area .logo-footer-cont ul,
    footer .ft-content .ft-area .ftInfo ul,
    footer .ft-content .ftQrcode {
        justify-content: center;
    }
    footer .ft-content .ftQrcode {
        margin-top: 10px;
    }

    /* CONTACT */
    /* .contact .main-title {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 0;
        text-align: center;
    } */
    .contact .contactInfo .contact-form-cont {
        max-width: 100%;
        padding: 30px 60px 0px;
    }
    .contact .contactInfo .contact-form-cont .main-title {
        top: 0;
        left: 50%;
        padding: 0px 0px 0 50px;
        transform: translateX(-50%);
        max-width: 150px;
    }
    .contact .contactInfo .contact-form-cont .sub-title{
        text-align: center;
    }

    /* CART */
    .cart.p-80-cont{
        padding-top: 50px;
    }
}

@media (max-width: 767px){
    .products .pdItem:nth-child(3n+1){
        clear: unset;
    }
    .products .pdItem:nth-child(2n+1){
        clear: both;
    }
    .products .product.ed-style{
        margin-bottom: 20px;
    }
    .product-content .product-body {
        flex-wrap: wrap;
    }
    .product-content .product-body .product-left {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .product-content .product-body .product-right,
    .product-content .product-body .product-right .product-tool {
        display: block;
        width: 100%;
    }
    .product.ed-style .product-body,
    .product-tool {
        padding: 0px 10px 10px;
    }
    .product.ed-style .product-body .product-intro p{
        margin: 10px 0 0;
    }
    .main-title,
    .aboutLcu .aboutName,
    .aboutCertification .aboutName,
    .aboutGroup .aboutName,
    .aboutHistory .aboutName {
        font-size: 17px;
        padding: 11px 25px;
        margin-left: 0;
        z-index: 9;
    }
    header .logo-2 a > div > .logo-txt{
        max-width: 235px;
        padding-left: 12px;
    }
    header .logo-2 a > .logo-certified{
        display: none;
    }
    .cd-search,
    .affix .cd-search {
        height: 73px;
    }
      .lang {
        top: 25px;
    }
    .page-title{
        font-size: 24px;
    }
    .page-sub-title {
        padding-top: 0px;
    }

    /* INDEX */
    .index-editor .edContent .edLeft,
    .index-editor .edContent .edRight{
        width: 100%;
    }
    .index-editor .edContent .edLeft{
        padding: 30px;
    }

    /* ABOUT */
    .aboutLcu .aboutCf span{
        display: inline-block;
        top: 0;
        width: calc( ( 100% / 2 ) - 10px );
        padding: 5px;
        margin: 0 5px;
    }
    .aboutLcu .aboutCf span::before{
        padding: 0 0;
        top: 4px;
    }
    .aboutGroup .align-items-center.group{
        flex-direction: column;
    }
    .aboutGroup .groupTxt {
        margin-top: 10px;
        min-width: 100%;
    }
    .aboutGroup .group.two{
        flex-direction: column-reverse;
    }
  
    .group.one, .group.two, .group.three{
        margin: 0 0 30px;
    }
    .group.three{
        margin-bottom: 0;
    }
    .aboutCertification .cfItem {
        max-height: 100%;
        overflow: unset;
        text-align: center;
        width: fit-content;
        margin: auto;
    }
    
    /* PRODUCT */
    .product.ed-style {
        padding: 0px;
    }
    .product-tool .addToCart {
        max-width: 45px;
    }
    .eod-editor .eodTable.lineStyle table th:first-child, .eod-editor .eodTable.lineStyle table td:first-child {
        text-align: left;
        max-width: unset;
        width: 100%;
    }
    .eod-editor .eodTable.lineStyle table th,
    .eod-editor .eodTable.lineStyle table td{
        padding: 10px 20px;
        display: block;
        width: 100%;
        border-top: none;
    }
    
    /* FOOTER */
    footer .ft-content .ft-area .logo-footer-cont ul {
        flex-wrap: wrap;
    }
    footer .ft-content .ft-area .logo-footer-cont ul li{
        width: 100%;
        justify-content: center;
    }
    footer .ft-content .ft-area .logo-footer-cont ul li:first-child {
        padding-right: 0px;
        padding-bottom: 10px;
        margin-right: 0px;
    }

    /* CART */
    .cart .eod-editor .eodTable.lineStyle table td{
        padding: 10px 20px;
    }
    .cart .eod-editor .eodTable.lineStyle table td > a:first-child {
        padding-right: 0px;
    }
    .cart .eod-editor .eodTable.lineStyle table td > a > span{
        display: block;
        text-align: center;
    }
}
@media (max-width: 575px){
    footer .ft-content .ft-area .ftInfo ul {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    footer .ft-content .ft-area .ftInfo ul li {
        width: calc( (100% / 2) - 10px );
        text-align: center;
        margin-bottom: 10px;
    }
    footer .ft-content .ft-area .ftInfo ul li:not(:last-child) {
        margin-right: 0px;
    }
}
@media (max-width: 479px){
    .header-side-menu .logo-row {
		width:200px;
	}
    .logo-img {
        height: 42px;
    }
    .logo-txt{
        font-size: 17px;
    }
    .lang {
        display: block;
        top: 9px;
        right: 95px;
    }
    .lang li {
        height: 29px;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .lang li a {
        padding: 3px 10px;
        min-width: 50px;
        text-align: center;
    }
    .lang li:last-child span {
        display: none;
    }
    .logo-2, .header.no-transparent .logo-2 {
        padding: 9px 0;
    }
    .cd-search,
    .affix .cd-search {
        height: 60px;
    }
    .cd-header-buttons,
    .affix .cd-header-buttons {
        top: 7px;
        right: 50px;
    }
    .hamb-mob-icon,
    .affix .hamb-mob-icon {
        padding: 16px 17px 15px 5px;
    }
    header .logo-2 a > div .logoImg {
        width: 50px;
    }
    header .logo-2 a > div > .logo-txt {
        padding-left: 7px;
    }
    #nav-stick2.has-bg .header-wrapper{
        border-left: 0;
    }

    /* INDEX */
    .rs-fullscr-container{
        padding-top: 60px;
    }
    .index-product {
        background-position: center;
        padding-top: 60px;
        margin-top: 80px;
    }
    .index-product .port-title-cont h3 a,
    .index-topic .port-title-cont h3 a {
        color: #fff;
        font-size: 17px;
    }
    .index-product .port-grid.port-grid-gut .port-item,
    .index-topic .port-grid.port-grid-gut .port-item{
        width: 100%;
        padding: 0 0 5px 5px;
    }

    .index-topic{
        margin-top: 30px;
    }
    .index-editor p.slogan {
        font-size: 17px;
        padding: 15px 25px;
    }
     .index-editor .edContent ul li {
        width: 100%;
        margin: 10px 30px;
    }

    /* ABOUT */
    .hsContent .hsItem ul{
        padding: 30px 20px;
    }

    /* PRODUCT */
    .f-carousel {
        --f-button-next-pos: -12px;
        --f-button-prev-pos: -12px;
    }

    /* CONTACT */
    .contact .contactInfo .contact-form-cont {
        padding: 30px 0px 0px;
    }
    .contact .contactInfo .contact-form-cont form .licheng {
        margin-bottom: 20px;
    }

    /* FOOTER */
    .align-items-center{
        flex-direction: column;
    }
    #footer5 .row.align-items-center {
        flex-direction: column;
        align-items: center;
    }
    .ftQrcode{
        margin-top: 15px;
    }
    .ftQrcode .qrImg {
        max-width: 125px;
    }
    .ftQrcode h4 {
        font-size: 15px;
        margin: 0 0;
    }

    #back-top {
        bottom: 68px;
    }
}
