/* 
COLOR 
Blue : #0072c5
Orange : #ff9c1b
*/

/*START NAVIGATION CSS*/
.top-bar {
    padding: 10px 0;
    background-color: #0072c5;
}
.top-header {
    padding: 15px 0;
}
.row-th {
    display: table;
    width: 100%;
}
.ctg-logo {
    display: block;
    float: left;
    width: 40%;
    padding: 0 15px;
}
.ctg-right {
    display: block;
    float: left;
    width: 60%;
    padding: 0 15px;
}
.ctg-logo > a {
    display: inline-block;
}
.ctg-logo > a > img {
    width: 200px;
    max-width: 100%;
}
.ctg-row {
    display: table;
    width: 100%;
}
.col-ctg {
    display: inline-block;
    width: 55%;
    padding: 0 40px;
    vertical-align: top;
    border-right: solid 1px #909090;
    height: 145px;
}
.rc-ctg {
    display: table;
    width: 100%;
    padding: 20px 0 0 0;
}
.ctg-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.ctg-content {
    display: table-cell;
    font-family: ProximaNovaRegular;
    vertical-align: top;
    font-size: 15px;
    text-align: right;
}
.ctg-icon > img {
    width: 38px;
}
.col-ctg:last-child {
    border: 0;
    width: 45%;
}
.ctg-phone > a {
    color: #333333;
    font-size: 16px;
    font-family: ProximaNovaBold;
}
.ctg-email > a {
    color: #333333;
    font-size: 16px;
    font-family: ProximaNovaRegular;
}
#desktop-navigation {
    background-color: #333333;
}
.desktop-navwrap {
    padding: 15px 0;
}
.nav-list {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    padding: 0 15px;
}
.nav-list > li {
    display: inline-block;
    padding: 0px 30px;
    border-right: solid 2px #ffffff;
}
.nav-link {
    color: #FFFFFF;
    font-family: ProximaNovaRegular;
    text-transform: uppercase;
    font-size: 15px;
}
.nav-list > li:first-child {
    padding-left: 0;
}
.nav-list > li:last-child {
    border: 0;
}
.nav-link:hover,.nav-link:focus,.nav-link:active {
    color: #ff9c1b;
    font-family: ProximaNovaBold;
}
.nav-active {
    color: #ff9c1b;
    font-family: ProximaNovaBold;
}
.mobile-head {
    background-color: #000000;
    padding: 8px 0;
}
.btn-mnav {
    display: inline-block;
    background-color: transparent;
    line-height: 100%;
    text-align: center;
    height: 35px;
    width: 35px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 7px 5px;
    border: solid 2px #ffffff;
}
.btn-mnav:hover,.btn-mnav:focus,.btn-mnav:active {
    background-color: #0072c5;
    color: #FFFFFF;
}
.mobile-nav {
    border-top: solid 1px #ffffff;
    background-color: #000000;
    display: none;
}
.mnav-list {
    margin: 0;
    padding: 0;
    display: block;
}
.mnav-list > li {
    display: block;
}
.mnav-link {
    display: block;
    border-bottom: solid 1px #ffffff;
    padding: 10px 15px;
    font-family: ProximaNovaBoldItalic;
    color: #FFFFFF;
    font-size: 15px;
}
.mnav-link:hover,.mnav-link:focus,.mnav-link:active {
    color: #ffffff;
    background-color: #0072c5;
}
.fixed-mnav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
/*END NAVIGATION CSS*/
/*START SLIDER CSS*/
.hslide-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.hslide-layer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(55vw / 1.5);
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.4); */
}
.hslide-pos {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.hslide-title {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}
.hslide-title > hr {
    border-top: solid 2px #fff;
    width: 80px;
    margin: 20px auto 0 auto !important;
}
.hslide-title > h3 {
    color: #ffffff;
    font-size: 50px;
    font-family: RalewayBold;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    text-shadow: 0 0 2px #bdbdbd;
}
.hslide-btn {
    text-align: center;
    font-family: AvenirMedium;
    color: #000000;
}
.btn-hslide {
    font-family: AvenirMedium;
    color: #000000;
    background-color: #CDABA9;
    border-radius: 0;
    min-width: 130px;
    font-size: 14px;
    border: solid 1px #CDABA9;
}
.btn-hslide:hover,.btn-hslide:focus,.btn-hslide:active {
    background-color: #ffffff;
    color: #CDABA9;
}
.hslider-pag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 15px 0;
}
.hslide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #CDABA9;
    margin: 0 7px;
}
.hslide-pagination {
    position: initial !important;
}
.hslide-pagination .swiper-pagination-bullet-active {
    background-color: #B56976;
}
.hslide-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    color: #FFFFFF;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 4px 1px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}
.hslide-prev {
    left: 30px;
}
.hslide-next {
    right: 30px;
}
.hslide-arrow:hover,.hslide-arrow:focus,.hslide-arrow:active {
    background-color: #000000;
}
#home-slider:hover >  .hslide-arrow,#home-slider:focus >  .hslide-arrow,#home-slider:active >  .hslide-arrow {
    opacity: 1;
}
/*END SLIDER CSS*/
/*START OFFER CSS*/
.offer-wrap{
    padding: 0 15px;
}
.offer-wrap > .row {
    margin: 30px 0;
    padding: 25px 0;
    border-top: solid 3px #0072c5;
    border-bottom: solid 3px #0072c5;
}
.col-offer-head {
    text-align: right;
}
.col-offer-desc {
    font-family: ProximaNovaRegular;
}
.col-offer-head span {
    font-size: 27px;
    font-family: RalewayBoldItalic;
    text-transform: capitalize;
    color: #0072c5;
}
/* .col-offer-head {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 0 15px;
    text-align: right;
}
.col-offer {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding: 0 15px;
}
.col-offer-head > span {
    font-size: 27px;
    font-family: RalewayBold;
    text-transform: capitalize;
    max-width: 100%;
    display: inline-block;
    color: #000000;
}
.offer-desc > strong {
    font-family: ProximaNovaBold;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
    color: #BF1E2E;
}
.offer-desc > span {
    font-family: ProximaNovaRegular;
    font-size: 16px;
    color: #545454;
}
.offer-desc {
    width: 700px;
    max-width: 100%;
} */
/*END OFFER CSS*/
/*START PRODUCT CSS*/
.hproduct-head {
    padding: 0 15px;
    margin-bottom: 30px;
}
.hproduct-head > h3 {
    border-bottom: solid 3px #dedede;
    padding-bottom: 10px;
    text-align: center;
    font-family: ProximaNovaBold;
    color: #333333;
    font-size: 30px;;
}
.col-hproduct {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}
.hproduct-wrap {
    display: block;
    margin-bottom: 30px;
    background-color: #EEEEEE;
    border: solid 1px #eeeeee;
}
.hproduct-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 86%;
    background-color: #FFFFFF;
}
.hproduct-content {
    padding: 20px;
}
.hproduct-title {
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000000;
    font-family: ProximaNovaBold;
    color: #0072c5;
    font-size: 22px;
}
.hproduct-desc {
    font-family: ProximaNovaBold;
    font-size: 14px;
    color: #4E4E4E;
}
.hproduct-wrap:hover,.hproduct-wrap:focus,.hproduct-wrap:active {
    box-shadow: 0 0 9px #4b4b4b25;
}
.hproduct-more {
    text-align: center;
}
.btn-more {
    display: inline-block;
    background-color: #ff9c1b;
    border: solid 3px #ff9c1b;
    padding: 8px 12px;
    width: 200px;
    color: #FFFFFF;
    font-family: ProximaNovaBold;
    font-size: 18px;
}
#section-product {
    margin-bottom: 30px;
}
.btn-more:hover,.btn-more:focus,.btn-more:active {
    color: #ff9c1b;
    background-color: #FFFFFF;
}
/*END PRODUCT CSS*/
/*START CUSTOMER/CLIENT CSS*/
#section-customer {
    padding: 30px 0;
    background-color: #ffffff;
}
.hcustomer-head {
    padding: 0 15px;
    margin-bottom: 30px;
}
.hcustomer-head > h3 {
    border-bottom: solid 3px #dedede;
    padding-bottom: 10px;
    text-align: center;
    font-family: ProximaNovaBold;
    color: #333333;
    font-size: 30px;
}
.hcustomer-contain {
    display: block;
    padding: 8px;
    /* pointer-events: none !important; */
    /* cursor: not-allowed !important; */
}
.hcustomer-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80%;
}
.hcustomer-content {
    padding: 10px 0;
    /* display: none; */
}
.hcustomer-title {
    font-family: ProximaNovaBold;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-align: center;
    transition: .3s;
}
.hcustomer-contain:hover,.hcustomer-contain:focus,.hcustomer-contain:active {
    /* box-shadow: 0 0 10px #ddd; */
}
.hcustomer-contain:hover .hcustomer-title,.hcustomer-contain:focus .hcustomer-title,.hcustomer-contain:active .hcustomer-title {
    color: #0072c5;
}
.hcustomer-wrap {
    position: relative;
    padding: 0 80px;
}
.hcustomer-arrow-wrap {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.hcustomer-arrow {
    font-size: 22px;
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 45px;
    padding: 4px 0px;
    height: 45px;
    border: solid 3px #ff9c1b;
    text-align: center;
    color: #ff9c1b;
    border-radius: 100%;
    cursor: pointer;
    outline: none !important;
    transition: .2s;
}
.hcustomer-prev {
    left: 15px;
}
.hcustomer-box {
    margin: 5px 5px 20px 5px;
}
.hcustomer-next {
    right: 15px;
}
.hcustomer-arrow:hover,.hcustomer-arrow:focus,.hcustomer-arrow:active {
    background-color: #ff9c1b;
    color: #ffffff;
}
/*START CUSTOMER/CLIENT CSS*/
/*START PART ABOUT*/
.section-habout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.habout-lcol {
    width: -webkit-calc(50% - 115px);
    width: calc(50% - 115px);
    float: left;
    text-align: right;
    display: block;
    position: relative;
    color: black;
}
.habout-rcol {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;
    background-color: #0072c5;
    padding: 50px 80px;
}
.habout-title {
    font-family: ProximaNovaBold;
    color: #FFFFFF;
    font-size: 35px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ffffff;
    line-height: 100%;
}
.habout-desc {
    color: #FFFFFF;
    font-size: 14px;
    font-family: ProximaNovaRegular;
}
/*END PART ABOUT*/
/*PART CONTACT AND QUOTE*/
#section-contact {
    background-color: #eeeeee;
    padding: 50px 0;
}
.hcontact-text {
    text-align: center;
    padding: 0 15px;
    font-family: RalewayBold;
    color: #333333;
    font-size: 28px;
    margin-bottom: 15px;
}
.hcontact-btn {
    display: inline-block;
    background-color: #ff9c1b;
    border: solid 3px #ff9c1b;
    padding: 7px 12px;
    width: 200px;
    color: #ffffff;
    font-family: ProximaNovaBold;
    font-size: 18px;
    /* border-radius: 50px; */
}
.hcontact-link {
    text-align: center;
    padding: 0 15px;
}
.hcontact-btn:hover,.hcontact-btn:focus,.hcontact-btn:active {
    color: #ff9c1b;
    background-color: #ffffff;
    border: solid 3px #ff9c1b;
}
.hquote-wrap {
    background-color: #333333;
    border-top: solid 3px #333333;
    border-bottom: solid 3px #333333;
    padding: 80px 0 50px 0;
}
.hquote-text {
    text-align: center;
    font-family: RalewayBoldItalic;
    color: #FFFFFF;
    font-size: 28px;
}
.hquote-box {
    padding: 50px 15px 30px 15px;
    border: solid 2px #ffffff;
    position: relative;
}
.hquote-icon {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.hquote-icon > span {
    display: inline-block;
    background-color: #333333;
    padding: 0 30px;
}
.hquote-icon > span > img {
    width: 80px;
}
/*PART CONTACT AND QUOTE*/
/*START PROJECT CSS*/
#section-project {
    padding: 30px 0;
    background-color: #0072c5;
}
#hproject-customer {
    padding: 30px 0;
}
.hproject-head {
    padding: 0 15px;
    margin-bottom: 30px;
}
.hproject-head > h3 {
    border-bottom: solid 2px #ffffff;
    padding-bottom: 10px;
    text-align: center;
    font-family: ProximaNovaBold;
    color: #ffffff;
    font-size: 30px;
}
.hproject-box {
    display: block;
    padding: 0 15px;
}
.hproject-contain {
    display: block;
}
.hproject-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    background-color: #FFFFFF;
}
.hproject-contain:hover,.hproject-contain:focus,.hproject-contain:active {
    box-shadow: 0 0 10px #ddd;
}
.hproject-wrap {
    position: relative;
    padding: 0 80px;
}
.hproject-arrow-wrap {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}
.hproject-arrow {
    font-size: 22px;
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 45px;
    padding: 4px 0px;
    height: 45px;
    border: solid 3px #ff9c1b;
    text-align: center;
    color: #ff9c1b;
    border-radius: 100%;
    cursor: pointer;
    outline: none !important;
    transition: .2s;
}
.hproject-prev {
    left: 15px;
}
.hproject-box {
    margin: 5px 5px 20px 5px;
}
.hproject-next {
    right: 15px;
}
.hproject-arrow:hover,.hcustomer-arrow:focus,.hproject-arrow:active {
    background-color: #ff9c1b;
    color: #ffffff;
}
/*END PROJECT CSS*/
/*START FOOTER CSS*/
.footer-top {
    background-color: #EEEEEE;
    padding: 50px 0;
    border-bottom: solid 1px #ffffff;
}
.footer-copyright {
    background-color: #0072c5;
    padding: 12px;
}
.row-footer{
    display: table;
    width: 100%;
}
.col-footer {
    display: block;
    float: left;
    width: 40%;
    padding: 0 15px;
}
.footer-logo {position: relative;}
.footer-logo > a {
    display: inline-block;
}
.footer-logo > a > img {
    width: 150px;
    max-width: 100%;
}
.footer-nav {
    margin: 0;
    padding: 0;
}
.footer-nav > li {
    display: block;
    margin-bottom: 5px;
}
.footer-nav > li > a {
    font-family: ProximaNovaBold;
    font-size: 14px;
    color: #0072c5;
}
.footer-nav > li > a:hover,.footer-nav > li > a:focus,.footer-nav > li > a:active {
    color: #000000;
}
.footer-head {
    margin-bottom: 10px;
    font-family: ProximaNovaBold;
    font-size: 15px;
    color: #0072c5;
}
.footer-phone {
    position: relative;
}
.footer-phone > a > .fa {
    margin-right: 10px;
}
.footer-social {
    position: relative;
}
.footer-social > a {
    display: inline-block;
    margin-right: 15px;
}
.footer-social > a:hover,.footer-social > a:focus,.footer-social > a:active{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.footer-social > a > img {
    height: 20px;
}
.row-footer:first-child > .col-footer-logo {
    display: inline-block;
    float: none;
}
.footer-loc-head {
    font-family: ProximaNovaBold;
    font-size: 20px;
    padding-bottom: 5px;
    color: #0072c5;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
.footer-address {
    font-family: ProximaNovaRegular;
    font-size: 14px;
    margin-bottom: 15px;
    color: #777777;
}
.footer-phone > a {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    min-width: 130px;
    background-color: #0072c5;
    color: #FFFFFF;
    border-radius: 50px;
    font-family: ProximaNovaBold;
    font-size: 14px;
    box-shadow: 2px 1px 7px #676767;
}
.copyright {
    color: #ffffff;
    font-family: ProximaNovaRegular;
    font-size: 14px;
    text-align: center;
}
.engineered {
    color: #ffffff;
    font-family: ProximaNovaRegular;
    font-size: 14px;
    text-align: center;
    margin: 2px 0 0 0;
    border-left: solid 1px #ffffff;
    padding-left: 8px;
    margin-left: 5px;
}
.engineered > a {
    color: #ffffff !important;
    font-family: ProximaNovaBold;
}
.col-footer-logo {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
}
.col-fnav {
    display: block;
    float: left;
    width: 50%;
}
.row-footer:first-child > .col-footer {
    display: inline-block;
    float: none;
}
/*END FOOTER CSS*/
/*START BANNER AND BREADCRUMB ALL PAGE*/
.banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.banner-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.4);
}
.banner-pos {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.banner-content {
    text-align: left;
    padding: 0 15px;
    position: relative;
}
.banner-title {
    position: relative;
    display: inline-block;
    padding: 0;
}
.banner-title {
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 44px;
}
/* .banner-title > hr {
    width: 50px;
    margin: 10px 0 0 0 !important;
    border-top: solid 2px #fff;
} */
.breadcrumb-page {
    position: relative;
    background-color: #EEEEEE;
    padding: 14px 0;
}
.breadcrumb-list {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    padding: 0 15px;
}
.breadcrumb-list > li {
    display: inline-block;
}
.breadcrumb-list > li > a {
    font-family: ProximaNovaRegular;
    font-size: 13px;
    color: #333333;
}
.breadcrumb-list > li > a:hover,.breadcrumb-list > li > a:focus,.breadcrumb-list > li > a:active {
    color: #0072c5;
}
.breadcrumb-list > li > .gap {
    margin: 0 10px;
}
.breadcrumb-list > li:last-child > a {
    color: #0072c5;
    font-family: ProximaNovaBold;
}
/*END BANNER AND BREADCRUMB ALL PAGE*/
/*START PAGINATION CSS*/
.ean-pagination {
    padding: 20px 15px;
}
.ean-pagination > ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.ean-pagination > ul > li {
    display: inline-block;
    margin: 0 3px;
}
.ean-pagination > ul > li > a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px 2px;
    font-family: ProximaNovaBold;
    color: #444444;
    font-size: 16px;
}
.pag-active {
    color: #0072c5 !important;
}
.ean-pagination > ul > li > a:hover,.ean-pagination > ul > li > a:focus,.ean-pagination > ul > li > a:active {
    color: #0072c5;
}
.pag-nav {
    border: solid 1px #0072c5;
    border-radius: 100%;
    color: #0072c5 !important;
}
.pag-nav:hover, .pag-nav:focus, .pag-nav:active {
    background-color:#0072c5;
    color:#FFFFFF !important;
}
/*END PAGINATION CSS*/
.load-img {
    text-align: center;
    padding: 100px 0;
}
.load-img > img {
    width: 80px;
}
.no-item {
    text-align: center;
    font-family: ProximaNovaBold;
    font-size: 20px;
    padding: 100px 0;
}
.part-wi {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 20;
}
.box-wi {
    text-align: center;
    width: 100%;
    height: 60px;
}
.box-wa {
    background-color: #26D367;
    border-radius: 5px 0 0 5px;
}
.box-inquiry {
    background-color: #0096c8;
}
.wrap-wi {
    box-shadow: 0 0 10px #26d367f0;
    width: 60px;
    border-radius: 5px 0 0 5px;
}
.side-wa {
    display: block;
    padding: 12px 0;
}
.side-wa > img {
    width: 35px;
}
.box-wi > a:hover,.box-wi > a:focus,.box-wi > a:active {
    opacity: 0.7;
}
@media(max-width: 1200px){
    .container-ean{
        width: 100% !important;
    }
}
@media(max-width: 991px){
    .ctg-logo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .row-th {
        display: block;
    }
    .top-bar {
        padding: 5px 0;
    }
    .nav-list > li {
        padding: 0 15px;
    }
    .nav-link {
        font-size: 14px;
    }
    /* .col-offer-head {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    } */
    .col-offer-desc {
        font-family: ProximaNovaRegular;
        text-align: center;
    }
    .col-offer {
        display: block;
        width: 100%;
        text-align: center;
    }
    .offer-desc > span {
        font-size: 14px;
    }
    .col-hproduct {
        width: 50%;
    }
    .habout-lcol {
        float: none;
        width: 100%;
        display: block;
    }
    .habout-rcol {
        float: none;
        width: 100%;
        display: block;
    }
    .hcontact-btn {
        font-size: 14px;
        width: auto;
        min-width: 150px;
    }
    .btn-more {
        font-size: 14px;
        width: auto;
        min-width: 150px;
    }
    .section-habout {
        display: block;
    }
    .footer-loc-head {
        display: none;
    }
    .col-footer {
        float: none;
        width: 100%;
        text-align: center;
    }
    .row-footer {
        display: block;
    }
    .row-footer:first-child {
        display: none;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .footer-head {
        margin-top: 15px;
    }
    .footer-address {
        width: 300px;
        max-width: 100%;
        margin: 0 auto 15px auto;
    }
    .footer-top {
        padding: 30px 0;
    }
    .engineered {
        display: block;
        border: 0;
        padding: 0;
    }
    .hquote-text {
        font-size: 25px;
    }
    .hcontact-text {
        font-size: 25px;
    }
    .hslide-title > h3 {
        font-size: 30px;
    }
    .col-footer-logo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .col-fnav {
        float: none;
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 767px){
    .banner-pos {
        top: 40%;
    }
    .ctg-logo > a > img {
        width: 150px;
    }
    .top-header {
        padding: 10px 0;
    }
    .hslide-title > h3 {
        font-size: 22px;
    }
    .hslide-title > hr {
        width: 50px;
        margin: 15px auto 0 auto !important;
    }
    .col-offer-head {
        text-align: center;
    }
    .col-offer-head > span {
        font-size: 22px;
    }
    .col-offer-desc {
        margin-top: 10px;
    }
    .col-offer-desc > strong {
        font-size: 12px;
    }
    .col-offer-desc > p {
        font-size: 12px;
    }
    .hproduct-head > h3 {
        font-size: 22px;
    }
    .col-hproduct {
        width: 100%;
    }
    .hcustomer-head > h3 {
        font-size: 22px;
    }
    .habout-rcol {
        padding: 30px 15px;
    }
    .habout-title {
        font-size: 25px;
    }
    .hcontact-text {
        font-size: 22px;
    }
    .hcontact-btn {
        font-size: 14px;
        width: auto;
        min-width: 150px;
    }
    .hquote-text {
        font-size: 22px;
    }
    .hproject-head > h3 {
        font-size: 22px;
    }
    .col-offer-head {
        padding: 0;
    }
    .col-offer {
        padding: 0;
    }
    .hslide-layer {
        height: 300px;
    }
    .banner-title {
        font-size: 25px;
    }
    .banner-layer {
        height: 200px;
    }
    .breadcrumb-list > li > a {
        font-size: 13px;
    }
    .breadcrumb-page {
        padding: 10px 0;
    }
    .ean-pagination > ul > li {
        margin: 0;
    }
    .part-wi {
        top: initial;
        bottom: 0;
    }
    .side-wa > img {
        width: 26px;
    }
    .box-wi {
        height: 50px;
    }
    .wrap-wi {
        width: 50px;
    }
    .side-wa {
        padding: 12px 0;
    }
    .btn-more {
        font-size: 14px;
        width: auto;
        min-width: 150px;
    }
}