.models-wrap .col-4 .content .img img:hover,
.product-wrap .col-4 .content .img img:hover {
    transform: scale(1.1)
}

.clearfix,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
    display: block
}

:focus,
a:focus {
    outline: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Lato, sans-serif
}

.header .content,
.header .top {
    padding: 13px 50px
}

body {
    line-height: 1;
    overflow-x: hidden
}

a,
a:hover {
    text-decoration: none!important;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

.about-company .content h3:after,
.banner:after,
.detail-content h2:after,
.detail-enquiry .container:after,
.detail-header:after,
.gallery .img:hover:after,
.landing .link:after,
.our-product h2:after {
    content: ''
}

.form h2:after,
.in-the-news h2:after,
.our-brands h2:after,
.our-product .content h3:after,
.profile-wrap .left-content h2:after {
    bottom: 0;
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    width: auto!important
}

.clearfix {
    clear: both
}

*,
::after,
::before {
    box-sizing: border-box
}

.container {
    max-width: 1460px;
    margin: 0 auto;
    width: 100%
}

.header .top {
    border-bottom: 1px solid #E6E6E6
}

.header .top .left {
    float: left;
    font-size: 16px;
    color: #A0A0A0
}

.header .top .social {
    float: right
}

.header .top .social div {
    float: left
}

.header .top .social p {
    float: left;
    font-size: 16px;
    color: #A0A0A0
}

.header .top .social img {
    float: left;
    margin: 0 0 0 25px
}

.header .top .social img:hover {
    opacity: .8
}

.banner-content .owl-carousel .owl-nav .owl-next:hover,
.banner-content .owl-carousel .owl-nav .owl-prev:hover,
.our-brands .owl-carousel .owl-nav .owl-next:hover,
.our-brands .owl-carousel .owl-nav .owl-prev:hover {
    opacity: .6
}

.header .content .logo {
    float: left
}

.header .content .menu {
    float: right;
    margin: 25px 0 0
}

.header .content .menu div {
    float: left
}

.header .content .menu div ul {
    float: left;
    margin: 10px 0 0
}

.header .content .menu div ul li {
    float: left;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
}

.header .content .menu div ul li a {
    color: #111;padding: 10px 20px;
}

.header .content .menu div ul li a:hover {
    border-radius: 3px;
    background: #0871de; color: #fff;
    background: -moz-linear-gradient(-45deg, #0871de 0, #263d8a 100%);
    background: -webkit-linear-gradient(-45deg, #0871de 0, #263d8a 100%);
    background: linear-gradient(135deg, #0871de 0, #263d8a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0871de', endColorstr='#263d8a', GradientType=1)
}

.header .content .menu div ul li a.active {
    border-radius: 3px;
    background: #0871de; color: #fff;
    background: -moz-linear-gradient(-45deg, #0871de 0, #263d8a 100%);
    background: -webkit-linear-gradient(-45deg, #0871de 0, #263d8a 100%);
    background: linear-gradient(135deg, #0871de 0, #263d8a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0871de', endColorstr='#263d8a', GradientType=1)
}

/*.header .content .menu div .contact {
    padding-right: 0;
    margin: -10px 0 0
}


.header .content .menu div .contact a {
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 3px;
    float: left;
    background: #0871de;
    background: -moz-linear-gradient(-45deg, #0871de 0, #263d8a 100%);
    background: -webkit-linear-gradient(-45deg, #0871de 0, #263d8a 100%);
    background: linear-gradient(135deg, #0871de 0, #263d8a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0871de', endColorstr='#263d8a', GradientType=1)
}
*/

/*
.header .content .menu div .contact a:hover {
    color: #fff;
    background: #0871de;
    background: -moz-linear-gradient(-45deg, #0871de 0, #0871de 100%);
    background: -webkit-linear-gradient(-45deg, #0871de 0, #0871de 100%);
    background: linear-gradient(135deg, #0871de 0, #0871de 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0871de', endColorstr='#0871de', GradientType=1)
}
*/

.banner {
    width: 100%;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0px 10px 26px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 26px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 26px -8px rgba(0, 0, 0, 0.75);
}

.banner-content {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background: #fff
}

.in-the-news .col,
.map-contact .container,
.product-wrap .col-4 .content {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.banner-content .left-col {
    width: 410px;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle
}

.banner-content .right-col {
    width: 60%;
    float: left
}

.banner-content .content {
    background: top center no-repeat #fff;
    height: 900px;
    position: relative;
    display: table;
    width: 100%;
    padding: 0 0 0 230px;
}

.banner-content .content.slide1 {
    background-image: url(../images/slide-1.jpg)
}

.banner-content .content.slide2 {
    background-image: url(../images/slide-2.jpg)
}

.banner-content .content.slide3 {
    background-image: url(../images/slide-3.jpg)
}

.banner-content .content h2 {
    font-size: 40px;
    color: #111;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 15px
}

.banner-content .content h2 b {
    font-weight: 700
}

.banner-content .content p {
    font-size: 18px;
    color: #111;
    line-height: 26px;
    margin: 0 0 20px
}

.banner-content .content a {
    font-size: 16px;
    color: #666;
    border: 2px solid #d6d6d6;
    display: inline-block;
    padding: 15px 30px
}

.banner-content .content a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.banner-content .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 64px
}

.banner-content .owl-carousel .owl-nav .owl-prev {
    width: 64px;
    height: 64px;
    background: url(../images/banner-left.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    left: 50px;
    z-index: 9
}

.about-company .content h3:after,
.our-product h2:after {
    left: 0;
    bottom: 0
}

.banner-content .owl-carousel .owl-nav .owl-next {
    width: 64px;
    height: 64px;
    background: url(../images/banner-right.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: 50px;
    z-index: 9
}

.about-company {
    padding: 120px 0 110px;
    background: #fff
}

.about-company h2 {
    width: 100%;
    font-size: 45px;
    color: #111;
    font-weight: 700;
    padding: 0 0 50px 220px
}

.about-company h2 span {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #1953df;
    display: inline-block
}

.about-company .content {
    float: right
}

.about-company .content .box1 {
    width: 400px;
    float: left;
    margin: 0 70px 0 0
}

.about-company .content .box2 {
    width: 440px;
    float: left
}

.about-company .content p {
    font-size: 16px;
    color: #111;
    line-height: 24px
}

.about-company .content h3 {
    font-size: 20px;
    color: #111;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 20px
}

.about-company .content h3:after {
    width: 80px;
    height: 1px;
    background: #1953DF;
    position: absolute
}

.about-company .content .box1 p {
    margin: 0 0 20px
}

.about-company .content a {
    font-size: 14px;
    color: #111;
    border: 1px solid #A4A4A4;
    display: inline-block;
    background: url(../images/arrow.png) 140px 11px no-repeat;
    padding: 10px 60px 10px 35px
}

.about-company .content a:hover {
    background-color: #000;
    color: #fff
}

.our-product {
    background: #e9f4fa;
    padding: 100px 0 150px
}

.our-product h2 {
    position: relative;
    font-size: 30px;
    color: #111;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    padding: 0 0 13px;
    margin: 0 0 75px
}

.our-product h2:after {
    position: absolute;
    right: 0;
    margin: auto;
    width: 70px;
    height: 7px;
    background: #1953DF
}

.our-product .leftbox {
    float: left;
    width: 650px;
    position: relative
}

.our-product .leftbox .content {
    right: -50px;
    top: 100px
}

.our-product .rightbox {
    float: right;
    width: 650px;
    position: relative
}

.our-product .rightbox .content {
    left: -50px;
    top: 100px
}

.our-brands h2:after,
.our-product .content h3:after {
    left: 0
}

.our-product .content {
    background: rgba(25, 83, 223, .9);
    padding: 50px 25px 40px;
    width: 400px;
    height: 300px;
    position: absolute
}

.our-product .content h3 {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    position: relative;
    padding: 0 0 13px;
    margin: 0 0 35px
}

.our-product .content h3:after {
    width: 50px;
    height: 4px;
    background: #fff;
    position: absolute
}

.our-product .content p {
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    margin: 0 0 20px
}

.in-the-news h2,
.our-brands h2 {
    text-align: center;
    line-height: normal;
    font-weight: 700
}

.our-product .content .link .learn-more {
    float: left;
    background: url(../images/arrow-w.png) right 0 no-repeat;
    padding: 0 14px 0 0
}

.our-product .content .link .download {
    float: right;
    background: url(../images/pdf.png) right 0 no-repeat;
    padding: 5px 25px 5px 0
}

.our-product .content .link a {
    font-size: 12px;
    color: #FFF
}

.our-product .owl-carousel .owl-nav .owl-next,
.our-product .owl-carousel .owl-nav .owl-prev {
    width: 43px;
    height: 44px;
    font-size: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.our-product .content .link a:hover {
    color: #000
}

.our-product .owl-carousel .owl-nav .owl-prev {
    background: url(../images/galler-arrow-let.png) no-repeat;
    left: -20px
}

.our-product .owl-carousel .owl-nav .owl-next {
    background: url(../images/galler-arrow-right.png) no-repeat;
    right: -20px
}

.our-product .owl-carousel .owl-dots {
    text-align: center;
    margin: 50px 0 0;
    position: relative;
    z-index: 9
}

.our-product .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #1953df;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px
}

.our-product .owl-carousel .owl-dots .owl-dot.active {
    background: #04236d
}

.our-brands {
    padding: 120px 0
}

.our-brands h2 {
    position: relative;
    font-size: 30px;
    color: #111;
    padding: 0 0 13px;
    margin: 0 0 55px
}

.our-brands h2:after {
    position: absolute;
    right: 0;
    margin: auto;
    width: 70px;
    height: 7px;
    background: #1953DF
}

.our-brands .owl-carousel .owl-item img {
    display: inline-block
}

.our-brands .owl-carousel .owl-item .item {
    display: table;
    text-align: center;
    width: 100%
}

.our-brands .owl-carousel .owl-item .item .img {
    height: 152px;
    border-left: 1px solid #c7c7c7;
    display: table-cell;
    vertical-align: middle
}

.our-brands .owl-carousel .owl-stage-outer {
    border: 1px solid #c7c7c7;
    width: 99.7%;
    border-left: 0
}

.our-brands .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 44px
}

.our-brands .owl-carousel .owl-nav .owl-prev {
    width: 43px;
    height: 44px;
    background: url(../images/brand-left-arrow.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    left: -21px
}

.our-brands .owl-carousel .owl-nav .owl-next {
    width: 43px;
    height: 44px;
    background: url(../images/brand-right-arrow.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: -21px
}

.in-the-news {
    background: #F2F2F2;
    padding: 115px 0 120px
}

.in-the-news .col {
    width: 440px;
    margin: 0 auto;
    background: #fff
}

.in-the-news .col.align {
    margin: 0 70px
}

.in-the-news h2 {
    position: relative;
    font-size: 30px;
    color: #111;
    padding: 0 0 13px;
    margin: 0 0 55px
}

.in-the-news h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 7px;
    background: #1953DF
}

.in-the-news .col .content {
    padding: 50px 30px 40px
}

.in-the-news .col .content p {
    font-size: 20px;
    color: #111;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 10px
}

.in-the-news .col .content .date {
    font-size: 14px;
    color: #A5A5A5;
    margin: 0 0 30px
}

.in-the-news .col .content .lm {
    font-size: 12px;
    color: #1953DF;
    display: inline-block;
    background: url(../images/arrow.png) right 1px no-repeat;
    padding: 0 12px 0 0;
    background-size: 6px
}

.in-the-news .owl-carousel .owl-nav .owl-next,
.in-the-news .owl-carousel .owl-nav .owl-prev {
    width: 43px;
    height: 44px;
    font-size: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.in-the-news .owl-carousel .owl-nav .owl-prev {
    background: url(../images/galler-arrow-let.png) no-repeat;
    left: 0
}

.in-the-news .owl-carousel .owl-nav .owl-next {
    background: url(../images/galler-arrow-right.png) no-repeat;
    right: 0
}

.in-the-news .owl-carousel .owl-dots {
    text-align: center;
    margin: 50px 0 0
}

.in-the-news .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #1953df;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px
}

.in-the-news .owl-carousel .owl-dots .owl-dot.active {
    background: #04236d
}

.blue-wrap p,
.form h2 {
    font-size: 30px;
    font-weight: 700
}

.in-the-news .col .content .lm:hover {
    color: #000
}

.blue-wrap {
    background: #1953df;
    padding: 55px 0
}

.blue-wrap p {
    float: left;
    color: #FFF
}

.blue-wrap a {
    color: #FFF
}

.blue-wrap a:hover {
    color: #000
}

.blue-wrap .mail,
.blue-wrap .phone {
    color: #FFF;
    min-height: 33px;
    font-size: 30px;
    float: left;
    font-weight: 700
}

.blue-wrap .mail {
    background: url(../images/mail.png) no-repeat;
    padding: 0 0 0 50px;
    margin: 0 50px
}

.blue-wrap .phone {
    background: url(../images/phone.png) no-repeat;
    padding: 0 0 0 45px
}

.map-contact {
    background: #F2F2F2;
    padding: 120px 0
}

.map-contact .map {
    width: 50%;
    float: left
}

.map-contact .map iframe {
    width: 100%;
    height: 500px
}

.form {
    width: 50%;
    float: left;
    background: #fff
}

.form .content {
    padding: 70px;
    height: 500px
}

.form h2 {
    position: relative;
    color: #111;
    text-align: left;
    line-height: normal;
    padding: 0 0 13px;
    margin: 0 0 30px
}

.form .text,
.form textarea {
    font-size: 16px;
    color: #A4A4A4
}

.form h2:after {
    position: absolute;
    left: 0;
    width: 70px;
    height: 7px;
    background: #1953DF
}

.form .text {
    border-bottom: 1px solid #D6D6D6;
    width: 45%;
    padding: 5px 0;
    float: left;
    margin: 0 0 30px
}

.form .text.right-align {
    float: right
}

.form textarea {
    width: 100%;
    height: 70px;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    font-family: Lato, sans-serif;
    padding: 0;
    line-height: normal
}

.form button {
    float: right;
    cursor: pointer;
    background: 0 0;
    margin: 10px 0 0;
    font-size: 20px;
    color: #111;
    font-weight: 700;
    border: 0;
    padding: 0
}

.form button:hover {
    color: #1953df
}

.footer {
    text-align: center;
    background: #1a1a1a;
    padding: 90px 0 30px
}

.footer-logo {
    display: inline-block;
    margin: 0 0 25px
}

.footer .menu {
    margin: 0 0 65px;
    display: inline-block;
    width: 100%
}

.footer .menu li {
    display: inline-block;
    font-size: 14px;
    margin: 0 25px
}

.footer .menu li a {
    color: #d6d6d6
}

.footer .menu li a:hover {
    color: #1953df
}

.footer .content .col {
    width: 33.3333333333%;
    float: left;
    text-align: left
}

.footer .content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

.footer .content p span {
    width: 70px;
    display: inline-block
}

.footer .content p a {
    color: #fff
}

.footer .content p a:hover {
    color: #1953df
}

.footer .content img {
    display: inline-block;
    margin: 10px 20px 0 0
}

.footer .content img:hover {
    opacity: .8
}

.copyright {
    background: #0d0d0d;
    padding: 40px 0
}

.copyright .left {
    text-align: left;
    width: 50%;
    float: left
}

.copyright .right {
    text-align: right;
    width: 50%;
    float: right
}

.copyright p {
    font-size: 14px;
    color: #fff;
    line-height: normal
}

.copyright p a {
    color: #fff
}

.copyright p a:hover {
    color: #1953df
}

.inner-header {
    width: 100%;
    height: 250px;
    background-color: #e9f4fa;
    background-repeat: no-repeat;
    background-position: center top;
    display: table
}

.inner-header h1 {
    font-size: 45px;
    color: #111;
    font-weight: 700;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: normal
}

.product-wrap {
    padding: 120px 0 100px
}

.product-wrap .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-wrap .col-4 {
    width: 450px;
    float: left;
    margin-bottom: 50px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px
}

.product-wrap .col-4 .content {
    height: 100%
}

.product-wrap .col-4 .content .img {
    width: 450px;
    height: 350px;
    overflow: hidden
}

.product-wrap .col-4 .content .img img {
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease
}

.product-wrap .col-4 .content .name-logo-wrap {
    border-top: 1px solid #d6d6d6
}

.product-wrap .col-4 .content .name-logo-wrap h2 {
    float: left;
    font-size: 30px;
    color: #1953DF;
    font-weight: 700;
    padding: 38px 0 0 25px
}

.product-wrap .col-4 .content .name-logo-wrap .logo {
    float: right;
    width: 150px;
    border-left: 1px solid #d6d6d6;
    height: 100px;
    position: relative
}

.product-wrap .col-4 .content .name-logo-wrap .logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 85%;
    max-height: 60%
}

.product-wrap .col-4:nth-child(3n+2) {
    margin-left: 55px;
    margin-right: 55px
}

.product-wrap .links {
    padding: 0 0 20px
}

.product-wrap .links a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    border: 1px solid #D6D6D6;
    display: inline-block;
    padding: 10px 25px;
    line-height: normal;
    margin: 0 10px 10px 0
}

.product-wrap .links a.active,
.product-wrap .links a:hover {
    background: #1953DF;
    color: #fff
}

.our-product.inner {
    background: 0 0;
    padding: 120px 0 150px
}

.models-wrap {
    padding: 120px 0 100px
}

.models-wrap .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.models-wrap .col-4 {
    width: 450px;
    float: left;
    margin-bottom: 50px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px
}

.models-wrap .col-4 .content {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    height: 100%
}

.models-wrap .col-4 .content .img {
    width: 450px;
    height: 350px;
    position: relative;
    overflow: hidden
}

.models-wrap .col-4 .content .img img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease
}

.models-wrap .col-4:nth-child(3n+2) {
    margin-left: 55px;
    margin-right: 55px
}

.models-wrap .col-4 .description {
    border-top: 1px solid #D6D6D6;
    padding: 25px 20px
}

.models-wrap .col-4 .description p {
    float: left;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
    max-width: 270px;
    padding: 0 10px 0 0
}

.models-wrap .col-4 .description a.enquiry {
    float: left;
    background: url(../images/enquiry.png) 90px 9px no-repeat #1953DF;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    padding: 10px 50px 10px 10px;
    margin: 7px 0 0
}

.popup-content .map-contact {
    padding: 0;
    background: 0 0
}

.popup-content .map-contact .form {
    float: none;
    width: 100%
}

.popup-content .map-contact .form .content {
    padding: 70px;
    height: auto;
    position: relative;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .5)
}

.popup-content {
    width: 730px;
    margin: 0 auto
}

.popup-content .map-contact .form button.mfp-close {
    margin: 0;
    font-weight: 400;
    font-size: 30px
}

.profile-wrap {
    padding: 120px 0 100px
}

.profile-wrap .left-content p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin: 0 0 20px;
    text-align: justify
}

.profile-wrap .left-content img {
    margin: 0 0 25px
}

.profile-wrap .left-content h2 {
    position: relative;
    font-size: 24px;
    color: #1952DF;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    padding: 0 0 13px;
    margin: 0 0 30px
}

.profile-wrap .left-content h2:after {
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #1953DF
}

.contact-detail {
    word-break: break-all
}

.contact-detail h2 {
    font-size: 24px;
    color: #1953DF;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: normal
}

.contact-detail p {
    font-size: 16px;
    color: #000;
    line-height: normal;
    padding: 0 0 0 70px;
    margin: 0 0 30px
}

.contact-detail p b {
    font-weight: 700;
    margin: 0 0 3px;
    display: inline-block
}

.contact-detail .phone {
    background: url(../images/phone-icon.jpg) left top no-repeat
}

.contact-detail .fax {
    background: url(../images/fax-icon.jpg) left top no-repeat
}

.contact-detail .email {
    background: url(../images/message-icon.jpg) left top no-repeat
}

.contact-detail .address {
    background: url(../images/location-icon.jpg) left top no-repeat
}

.profile-wrap .col-8 {
    float: left;
    width: 70%
}

.profile-wrap .col-4 {
    float: right;
    width: 30%;
    padding: 0 0 0 90px
}

.profile-wrap .col-6 {
    width: 440px;
    float: left
}

.profile-wrap .col-6.right {
    float: right
}

.profile-wrap .left-content .two-col {
    padding-top: 50px
}

.contact-wrap {
    padding: 120px 0 100px
}

.contact-wrap .left-content h2 {
    font-size: 24px;
    color: #1953DF;
    font-weight: 700;
    margin: 0 0 40px;
    line-height: normal
}

.contact-wrap .left-content h2 span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: block;
    margin: 5px 0 0
}

.contact-wrap .left-content .form {
    width: 100%;
    padding: 0;
    float: none
}

.contact-wrap .left-content .form .content {
    width: 100%;
    padding: 0;
    height: auto
}

.contact-wrap .left-content .form textarea {
    height: 115px
}

.contact-wrap .left-content .form button {
    margin: 20px 0 0;
    float: left;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    padding: 12px 40px;
    background: #646464
}

.contact-wrap .left-content .locate {
    margin: 85px 0 0
}

.contact-wrap .left-content .locate h2 {
    margin: 0 0 25px
}

.contact-wrap .left-content .locate .map iframe {
    width: 100%;
    height: 320px
}

.contact-wrap .col-8 {
    float: left;
    width: 70%
}

.contact-wrap .col-4 {
    float: right;
    width: 30%;
    padding: 0 0 0 90px
}

.mfp-bg {
    opacity: 0
}

.detail-header {
    text-align: center;
    position: relative;
    padding: 50px 0 0;
    margin: 0 0 120px
}

.detail-header h1 {
    width: 800px;
    height: 190px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 60px;
    color: #FFF;
    font-weight: 700;
    padding: 55px 0 0;
    line-height: normal
}

.detail-header img {
    display: inline-block;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.detail-header:after {
    width: 100%;
    height: 250px;
    background: #e9f4fa;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1
}

.detail-content {
    max-width: 970px;
    margin: 0 auto 120px
}

.detail-content h2 {
    font-size: 24px;
    color: #1952DF;
    font-weight: 700;
    position: relative;
    line-height: normal;
    padding: 0 0 10px;
    margin: 0 0 30px
}

.detail-content h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #1953DF
}

.detail-content p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin: 0 0 20px
}

.gallery {
    margin: 0 0 120px
}

.gallery h2 {
    font-size: 24px;
    color: #1952DF;
    font-weight: 700;
    line-height: normal;
    border-top: 4px solid #D6D6D6;
    padding: 25px 0
}

.gallery .owl-carousel .owl-nav .owl-next,
.gallery .owl-carousel .owl-nav .owl-prev {
    width: 43px;
    height: 44px;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.gallery .owl-carousel .owl-nav .owl-prev {
    background: url(../images/galler-arrow-let.png) no-repeat;
    left: -20px
}

.detail-enquiry .container:after,
.gallery .img:hover:after {
    left: 0;
    bottom: 0;
    top: 0
}

.gallery .owl-carousel .owl-nav .owl-next {
    background: url(../images/galler-arrow-right.png) no-repeat;
    right: -20px
}

.gallery .img {
    position: relative
}

.gallery .img:hover:after {
    position: absolute;
    right: 0;
    width: 64px;
    height: 64px;
    background: url(../images/zoom.png);
    margin: auto;
    pointer-events: none
}

.detail-enquiry,
.detail-enquiry .container {
    position: relative
}

.gallery .img:hover {
    opacity: .9
}

.detail-enquiry {
    margin-bottom: 120px
}

.detail-enquiry .container:after {
    position: absolute;
    right: 0;
    height: 340px;
    background: #F0F0F0;
    z-index: -1;
    margin: auto
}

.header,
.mm-menu.mm-offcanvas {
    z-index: 9
}

.detail-enquiry .form {
    float: none;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    width: 730px
}

.detail-enquiry .form button {
    color: #1953DF
}

.detail-enquiry .form button:hover {
    color: #000
}

.detail-enquiry .form .content {
    height: auto
}

.landing {
    max-width: 1170px;
    margin: 0 auto;
    display: table;
    height: 100%;
    padding: 20px 0
}

.landing .content {
    display: table-cell;
    vertical-align: middle
}

.landing .col-2 {
    width: 50%;
    float: left
}

.landing .logo {
    padding: 0 0 25px
}

.landing .logo.border {
    border-right: 1px solid #D1D1D1
}

.landing .logo img {
    max-height: 69px;
    margin: 0 0 0 25px
}

.landing .link {
    font-size: 20px;
    color: #FFF;
    background: #1953DF;
    font-weight: 700;
    display: block;
    border-top: 1px solid #fff;
    padding: 22px 0 22px 30px;
    position: relative
}

.landing .link:after {
    position: absolute;
    left: 140px;
    top: 20px;
    width: 14px;
    height: 24px;
    background: url(../images/dot-arrow.png) no-repeat
}

.landing .link.red {
    background: #fa191d
}

.landing .link:hover {
    background: #000
}

.landing .col-3 {
    width: 33.33333%;
    float: left;
    margin: 45px 0 0;
    border-top: 1px solid #A4A4A4;
    padding: 35px 0 0 25px
}

.landing .col-3.align {
    border-right: 1px solid #A4A4A4;
    border-left: 1px solid #A4A4A4
}

.landing .col-3 img {
    display: inline-block;
    margin: 10px 10px 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.mmenu-ico,
.scrollup {
    display: none
}

.landing .col-3 img:hover {
    -webkit-filter: none;
    filter: none
}

.landing .col-3 p {
    font-size: 16px;
    color: #444;
    line-height: 22px
}

.landing .col-3 p a {
    color: #444
}

.landing .col-3 p a:hover {
    color: #fa191d
}

.header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #fff
}

body {
    padding: 160px 0 0
}

#menu .mm-panel {
    background: #005DAC
}

#menu .mm-panel li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 10px 12px 20px
}

#menu .mm-panel li.current-menu-item a {
    color: #FE7F43
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 0 0
}

.mm-menu .mm-listview {
    border-color: #393c4e
}

.mm-opening .mm-slideout {
    opacity: .6
}

.mm-navbar {
    height: 55px;
    border-color: #000!important
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0
}

.mm-listview>li:not(.mm-divider):after {
    border-color: #000
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff
}

.scrollup {
    position: fixed;
    bottom: 60px;
    z-index: 99;
    right: 50px;
    width: 57px;
    height: 57px
}

@media all and (max-width:1799px) {
    .banner-content .content {
        padding: 0 0 0 150px;
        height: 720px
    }
    .about-company {
        padding: 60px 0 110px
    }
    .detail-header {
        padding-left: 20px;
        padding-right: 20px
    }
    .scrollup {
        width: 40px;
        height: 40px;
        right: 20px
    }
    .banner-content .content {
        background-size: 100% auto
    }
}

@media all and (max-width:1599px) {
    .banner-content .content {
        height: 630px;
        padding: 0 0 0 120px
    }
    .banner-content .owl-carousel .owl-nav .owl-prev {
        left: 20px
    }
    .banner-content .owl-carousel .owl-nav .owl-next {
        right: 20px
    }
}

@media all and (max-width:1550px) {
    .our-brands .container {
        max-width: 1400px
    }
}

@media all and (max-width:1459px) {
    .blue-wrap .phone,
    .blue-wrap p {
        font-size: 24px
    }
    .header .content,
    .header .top {
        padding: 13px 20px
    }
    .container {
        max-width: 1190px
    }
    .our-brands .container {
        max-width: 1150px
    }
    .our-product .leftbox,
    .our-product .rightbox {
        width: 570px
    }
    .our-product .leftbox .content {
        right: -20px;
        top: 70px
    }
    .our-product .rightbox .content {
        left: -20px;
        top: 70px
    }
    .in-the-news .col {
        width: 370px;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px
    }
    .in-the-news .col.align {
        margin: 0 40px
    }
    .blue-wrap .mail {
        font-size: 24px;
        margin: 0 40px
    }
    .models-wrap .col-4:nth-child(3n+2),
    .product-wrap .col-4:nth-child(3n+2) {
        margin-left: 25px;
        margin-right: 25px
    }
    .product-wrap .col-4 {
        flex: 0 0 380px;
        -ms-flex: 0 0 380px;
        width: 380px
    }
    .product-wrap .col-4 .content .img {
        width: 100%;
        height: 296px
    }
    .product-wrap .col-4 .content .name-logo-wrap h2 {
        padding: 40px 0 0 15px;
        font-size: 22px
    }
    .models-wrap .col-4 {
        flex: 0 0 380px;
        -ms-flex: 0 0 380px;
        width: 380px
    }
    .models-wrap .col-4 .content .img {
        width: auto
    }
    .models-wrap .col-4 .description p {
        max-width: 200px
    }
    .profile-wrap .col-6 {
        width: 400px
    }
    .contact-wrap .col-4,
    .profile-wrap .col-4 {
        padding: 0 0 0 40px
    }
    .in-the-news .owl-carousel .owl-nav .owl-prev {
        left: -10px
    }
    .in-the-news .owl-carousel .owl-nav .owl-next {
        right: -10px
    }
}

@media all and (max-width:1399px) {
    .banner-content .right-col {
        width: 55%
    }
    .banner-content .content h2 {
        font-size: 32px;
        line-height: 42px
    }
    .banner-content .content p {
        font-size: 17px
    }
    .banner-content .content a {
        font-size: 15px
    }
    .banner {
        background-size: 100% auto
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        background-size: 100% auto!important
    }
    .banner-content .owl-carousel .owl-nav .owl-next,
    .banner-content .owl-carousel .owl-nav .owl-prev {
        width: 45px;
        height: 45px
    }
    .about-company h2 {
        padding: 0 0 50px 150px
    }
    .gallery .container {
        max-width: 1140px
    }
    .banner-content .content {
        height: 562px
    }
    .banner-content .left-col {
        width: 310px
    }
    .our-product .leftbox .content {
        right: 0
    }
    .our-product .rightbox .content {
        left: 0
    }
    .scrollup {
        width: 37px;
        height: 37px;
        right: 10px
    }
}

@media all and (max-width:1199px) {
    .our-brands .container {
        max-width: 940px
    }
    .banner-content .owl-carousel .owl-nav .owl-prev {
        left: 10px
    }
    .banner-content .owl-carousel .owl-nav .owl-next {
        right: 10px
    }
    .banner-content .content {
        background-size: auto 100%;
        padding: 0 0 0 80px
    }
    .banner-content .left-col {
        margin: 0;
        width: 300px
    }
    .about-company h2 {
        padding: 0 0 50px 70px
    }
    .about-company {
        padding: 40px 0 110px
    }
    .our-product .leftbox,
    .our-product .rightbox {
        width: 460px
    }
    .our-product .leftbox .content,
    .our-product .rightbox .content {
        top: 30px
    }
    .in-the-news .col.align {
        margin: 0 20px
    }
    .in-the-news .col {
        -ms-flex: 0 0 313px;
        flex: 0 0 313px;
        width: 313px
    }
    .in-the-news .col .content {
        padding: 30px 20px
    }
    .blue-wrap p {
        margin: 0 0 10px
    }
    .blue-wrap .mail {
        margin: 0 40px 10px
    }
    .blue-wrap {
        padding: 40px 0
    }
    .inner-header h1 {
        font-size: 40px
    }
    .inner-header {
        height: 220px;
        background-size: auto 100%
    }
    .product-wrap .col-4 {
        flex: 0 0 310px;
        -ms-flex: 0 0 310px;
        width: 310px
    }
    .contact-wrap .col-4 {
        padding: 0 0 0 30px
    }
    .contact-detail h2 {
        font-size: 21px
    }
    .models-wrap .col-4 {
        flex: 0 0 310px;
        -ms-flex: 0 0 310px;
        width: 310px
    }
    .models-wrap .col-4 .description p {
        max-width: 100%;
        padding: 0
    }
    .models-wrap .col-4 .description a.enquiry {
        margin: 10px 0 0
    }
    .profile-wrap .col-4 {
        padding: 0 0 0 40px
    }
    .profile-wrap .col-6 {
        width: 320px
    }
    .detail-header {
        margin: 0 0 50px
    }
    .detail-content,
    .detail-enquiry,
    .gallery {
        margin-bottom: 50px
    }
    .detail-header h1 {
        font-size: 50px;
        height: 170px
    }
    .gallery .container {
        max-width: 940px
    }
    .gallery .img img {
        max-height: 320px
    }
    .landing {
        max-width: 990px
    }
    .banner-content .content {
        height: 478px
    }
    .product-wrap .col-4 .content .img {
        height: auto
    }
}

@media all and (max-width:991px) {
    .header .top .left {
        font-size: 14px;
        padding: 3px 0 0
    }
    .header .top .social p {
        font-size: 14px;
        margin: 2px 0 0
    }
    .header .content .menu div ul li {
        padding: 0 25px 0 0
    }
    .header .content .logo {
        max-width: 280px
    }
    .header .content .menu div .contact a,
    .header .content .menu div ul li {
        font-size: 14px
    }
    .header .content .menu {
        margin: 15px 0 0
    }
    .banner {
        background: #e9f4fa;
        min-height: inherit
    }
    .banner-content {
        width: 100%
    }
    .banner-content .left-col {
        position: relative;
        z-index: 11
    }
    .banner-content .content:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1;
        opacity: .7
    }
    .banner-content .owl-carousel .owl-nav .owl-next,
    .banner-content .owl-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px
    }
    .banner-content .content {
        padding: 30px 80px;
        height: 346px
    }
    .banner-content .left-col {
        width: 100%;
        padding: 0
    }
    .banner-content .right-col {
        width: 70%;
        margin: 30px 0 0
    }
    .banner-content .content h2 {
        margin: 0 0 10px
    }
    .banner-content .content a {
        padding: 10px 20px;
        font-size: 14px
    }
    .container {
        max-width: 720px
    }
    .about-company {
        padding: 40px 0
    }
    .about-company h2 {
        padding: 0 0 40px;
        font-size: 38px
    }
    .in-the-news,
    .our-brands,
    .our-product {
        padding: 40px 0
    }
    .about-company .content .box1 {
        width: 100%;
        margin: 0 0 30px
    }
    .about-company .content .box1 p,
    .about-company .content h3 {
        margin: 0 0 10px
    }
    .about-company .content .box2 {
        width: 100%
    }
    .our-product .leftbox .content {
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        height: auto
    }
    .our-product h2 {
        font-size: 27px;
        margin: 0 0 40px
    }
    .our-product .leftbox {
        float: none;
        margin: 0 auto 50px;
        width: 520px
    }
    .our-product .rightbox {
        float: none;
        margin: 0 auto;
        width: 520px
    }
    .footer .content .col,
    .form,
    .in-the-news h2,
    .map-contact .map {
        width: 100%
    }
    .our-product .rightbox .content {
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        height: auto
    }
    .in-the-news h2,
    .our-brands h2 {
        font-size: 27px;
        margin: 0 0 40px
    }
    .in-the-news h2:after,
    .our-brands h2:after,
    .our-product h2:after {
        height: 5px
    }
    .our-brands .container {
        max-width: 710px
    }
    .in-the-news .col {
        -ms-flex: 0 0 226px;
        flex: 0 0 226px
    }
    .in-the-news .col .content {
        padding: 15px
    }
    .in-the-news .col .content .date {
        font-size: 12px
    }
    .blue-wrap .mail,
    .blue-wrap .phone,
    .blue-wrap p {
        font-size: 22px;
        width: 100%
    }
    .blue-wrap p {
        margin: 0
    }
    .blue-wrap .mail {
        margin: 20px 0
    }
    .blue-wrap {
        padding: 30px 0
    }
    .map-contact {
        padding: 40px 0
    }
    .form h2 {
        font-size: 27px
    }
    .map-contact .map iframe {
        height: 280px
    }
    .form .content {
        padding: 30px;
        height: auto
    }
    .form h2:after {
        height: 5px
    }
    .footer {
        padding: 40px 0 30px
    }
    .footer-logo {
        max-width: 70px
    }
    .footer .content .col {
        padding: 10px 0;
        text-align: center
    }
    .footer .content p span {
        width: auto;
        font-weight: 700;
        margin: 0 10px 0 0
    }
    .footer .menu {
        margin: 0 0 40px
    }
    .copyright p {
        font-size: 13px
    }
    .inner-header h1 {
        font-size: 34px
    }
    .inner-header {
        height: 170px
    }
    .product-wrap .links a {
        font-size: 12px
    }
    .product-wrap {
        padding: 70px 0 40px
    }
    .product-wrap .col-4 {
        flex: 0 0 223px;
        -ms-flex: 0 0 223px;
        width: 223px
    }
    .product-wrap .col-4 .content .img {
        height: 173px
    }
    .product-wrap .col-4 .content .name-logo-wrap {
        text-align: center
    }
    .product-wrap .col-4 .content .name-logo-wrap h2 {
        width: 100%;
        font-size: 18px;
        padding: 10px 0;
        float: none
    }
    .product-wrap .col-4 .content .name-logo-wrap .logo {
        width: auto;
        height: auto;
        float: none;
        text-align: center;
        border: 0;
        padding: 0 0 15px
    }
    .product-wrap .col-4 .content .name-logo-wrap .logo img {
        position: inherit;
        max-height: 40px;
        max-width: 100px
    }
    .contact-wrap {
        padding: 50px 0 40px
    }
    .contact-wrap .col-8 {
        width: 100%
    }
    .contact-wrap .col-4 {
        padding: 50px 0 0;
        width: 100%
    }
    .contact-wrap .left-content .locate {
        margin: 20px 0 0
    }
    .models-wrap {
        padding: 70px 0 40px
    }
    .models-wrap .col-4 {
        flex: 0 0 223px;
        -ms-flex: 0 0 223px;
        width: 223px
    }
    .detail-enquiry .form,
    .profile-wrap .col-8 {
        width: 100%
    }
    .models-wrap .col-4 .description {
        padding: 15px
    }
    .models-wrap .col-4 .description p {
        font-size: 15px
    }
    .models-wrap .col-4 .description a.enquiry {
        font-size: 14px;
        background-size: 20px
    }
    .models-wrap .col-4 .content .img img {
        max-width: 55%;
        max-height: 75%
    }
    .popup-content .map-contact .form .content {
        padding: 50px 20px
    }
    .our-product.inner {
        padding: 40px 0
    }
    .profile-wrap {
        padding: 50px 0 40px
    }
    .profile-wrap .col-4 {
        width: 100%;
        padding: 50px 0 0
    }
    .detail-header:after {
        display: none
    }
    .landing,
    .landing .content {
        display: block
    }
    .gallery .container {
        max-width: 710px
    }
    .detail-header {
        padding: 0;
        margin: 0 0 40px
    }
    .detail-content,
    .detail-enquiry,
    .gallery {
        margin-bottom: 40px
    }
    .detail-header h1 {
        width: 90%;
        height: auto;
        top: 90px;
        bottom: inherit;
        padding: 20px 0
    }
    .detail-content h2 {
        font-size: 22px
    }
    .gallery .img img {
        max-height: 240px
    }
    .gallery .owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 31px;
        left: -15px
    }
    .gallery .owl-carousel .owl-nav .owl-next {
        width: 30px;
        height: 31px;
        right: -15px
    }
    .landing {
        max-width: 740px
    }
    .landing .col-2 {
        width: 585px;
        margin: 0 auto 50px;
        float: none
    }
    .landing .logo.border {
        border: 0
    }
    .landing .col-3 {
        padding: 15px 20px;
        margin: 0
    }
    .landing .col-3 p {
        font-size: 15px
    }
    body {
        padding: 135px 0 0
    }
    .scrollup {
        right: 10px;
        width: 30px;
        height: 30px;
        bottom: 10px
    }
    .in-the-news .owl-carousel .owl-dots .owl-dot,
    .our-product .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px
    }
    .banner:after {
        display: none
    }
    .in-the-news .col .content p {
        font-size: 16px
    }
    .our-product .owl-carousel .owl-dots {
        margin: -20px 0 0
    }
    .in-the-news .owl-carousel .owl-dots {
        margin: 20px 0 0
    }
}

@media all and (max-width:767px) {
    .copyright .left,
    .copyright .right,
    .header,
    .landing .col-3 {
        text-align: center
    }
    .header .top .left {
        padding: 0 0 20px;
        width: 100%
    }
    .header .top .social {
        float: none;
        margin: 0 auto;
        display: inline-block
    }
    .header .content .logo {
        float: none;
        margin: 0 auto 20px;
        max-width: 260px
    }
    .header .content .menu {
        float: none;
        margin: 0 auto;
        display: inline-block
    }
    .banner-content .content {
        height: 259px
    }
    .banner-content .content h2 {
        font-size: 25px;
        line-height: normal
    }
    .banner-content .content p {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 10px
    }
    .banner-content .content a {
        font-size: 13px
    }
    .container {
        max-width: 540px
    }
    .our-brands .container {
        max-width: 520px
    }
    .about-company h2 {
        font-size: 30px;
        padding: 0 0 30px
    }
    .models-wrap,
    .product-wrap {
        padding: 50px 0 20px
    }
    .about-company h2 span {
        width: 5px;
        height: 5px
    }
    .about-company .content h3 {
        font-size: 18px
    }
    .about-company .content p {
        font-size: 15px
    }
    .in-the-news .col {
        flex: none;
        -ms-flex: none;
        float: none;
        margin: 0 auto;
        max-width: 420px;
        width: 100%
    }
    .in-the-news .col.align {
        margin: 20px auto
    }
    .copyright .left {
        width: 100%;
        margin: 0 0 10px
    }
    .copyright .right {
        width: 100%
    }
    .inner-header h1 {
        font-size: 26px
    }
    .inner-header {
        height: 150px
    }
    .product-wrap .col-4 {
        flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        width: 45%
    }
    .product-wrap .col-4:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .product-wrap .col-4:nth-child(2n+2) {
        margin-left: 20px;
        margin-right: 0
    }
    .product-wrap .col-4 .content .img {
        height: 189px
    }
    .models-wrap .col-4 {
        flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        width: 45%
    }
    .popup-content,
    .profile-wrap .col-6 {
        width: 100%
    }
    .models-wrap .col-4:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .models-wrap .col-4:nth-child(2n+2) {
        margin-left: 20px;
        margin-right: 0
    }
    .profile-wrap .left-content p {
        font-size: 15px
    }
    .profile-wrap .left-content .two-col {
        padding-top: 20px
    }
    .profile-wrap .left-content h2 {
        font-size: 20px;
        margin: 0 0 20px
    }
    .profile-wrap .col-6.right {
        margin: 20px 0 0
    }
    .profile-wrap .col-4 {
        padding: 20px 0 0
    }
    .detail-header h1 {
        font-size: 32px;
        top: 60px
    }
    .gallery .container {
        max-width: 530px
    }
    .gallery h2 {
        font-size: 22px;
        padding: 20px 0
    }
    .landing {
        max-width: 540px
    }
    .landing .col-2 {
        width: 540px;
        margin: 0 auto 30px
    }
    .landing .logo img {
        max-width: 350px
    }
    .in-the-news .container,
    .our-product .container {
        max-width: 520px
    }
    .landing .col-3 {
        width: 100%;
        padding: 0;
        border: 0
    }
    .in-the-news .owl-carousel .owl-nav .owl-next,
    .in-the-news .owl-carousel .owl-nav .owl-prev,
    .our-product .owl-carousel .owl-nav .owl-next,
    .our-product .owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 30px
    }
    .landing .col-3.align {
        border: 0
    }
    .landing .col-3 .wrap {
        margin: 0 0 20px
    }
    .header {
        position: inherit
    }
    body {
        padding: 0
    }
    .mmenu-ico {
        display: block
    }
    .menu div {
        display: none
    }
}

@media all and (max-width:575px) {
    .blue-wrap .mail,
    .blue-wrap .phone {
        background-size: 29px;
        padding: 5px 0 0 40px;
        font-size: 17px
    }
    .header .top .left,
    .header .top .social p {
        font-size: 13px
    }
    .header .top .social img {
        margin: 0 0 0 20px
    }
    .header .content .menu div .contact a {
        padding: 10px;
        font-size: 13px
    }
    .header .content .menu div ul li {
        font-size: 13px;
        padding: 0 10px 0 0
    }
    .banner-content .owl-carousel .owl-nav .owl-next,
    .banner-content .owl-carousel .owl-nav .owl-prev {
        width: 25px;
        height: 25px
    }
    .detail-header h1,
    .our-product .leftbox .content,
    .our-product .rightbox .content {
        top: 0;
        left: 0;
        right: 0
    }
    .banner-content .content {
        padding: 30px 50px
    }
    .banner-content .content h2 {
        font-size: 23px
    }
    .banner-content .content p {
        font-size: 14px
    }
    .banner-content .content a {
        font-size: 12px;
        padding: 10px 15px
    }
    .banner-content .right-col {
        margin: 20px 0 0
    }
    .container {
        max-width: 300px
    }
    .our-brands .container {
        max-width: 270px
    }
    .about-company h2 {
        font-size: 25px
    }
    .about-company .content h3 {
        font-size: 16px
    }
    .about-company .content p {
        font-size: 14px
    }
    .about-company .content a {
        font-size: 13px
    }
    .form h2,
    .in-the-news h2,
    .our-brands h2,
    .our-product h2 {
        font-size: 24px
    }
    .our-product .leftbox {
        width: 100%;
        margin: 0 auto 30px
    }
    .our-product .content {
        padding: 20px 15px;
        width: 100%;
        height: auto
    }
    .our-product .content h3 {
        font-size: 20px;
        margin: 0 0 10px
    }
    .our-product .content h3:after {
        height: 3px
    }
    .our-product .content p {
        font-size: 15px
    }
    .our-product .content .link .learn-more {
        margin: 6px 0 0
    }
    .our-product .rightbox {
        width: 100%
    }
    .blue-wrap p {
        font-size: 19px;
        line-height: normal
    }
    .blue-wrap .mail {
        word-wrap: break-word
    }
    .form .content {
        padding: 20px 15px
    }
    .form .text {
        width: 100%;
        float: none
    }
    .footer .menu {
        display: none
    }
    .footer-logo {
        max-width: 50px
    }
    .footer .content p {
        font-size: 14px
    }
    .inner-header h1 {
        font-size: 24px
    }
    .inner-header {
        height: 130px
    }
    .product-wrap .links a {
        font-size: 11px;
        padding: 10px 11px
    }
    .product-wrap .col-4 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        width: 100%
    }
    .product-wrap .col-4 .content .img {
        height: auto
    }
    .product-wrap .col-4:nth-child(2n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .contact-wrap {
        padding: 30px 0 40px
    }
    .contact-wrap .left-content h2 span {
        font-size: 15px
    }
    .contact-wrap .left-content .form button {
        padding: 12px 30px;
        font-size: 16px
    }
    .contact-detail h2 {
        font-size: 19px;
        margin: 0 0 25px
    }
    .contact-detail p {
        margin: 0 0 20px;
        background-size: 30px!important;
        padding: 0 0 0 45px;
        font-size: 15px
    }
    .contact-wrap .left-content h2 {
        font-size: 20px
    }
    .contact-wrap .left-content .locate .map iframe {
        height: 240px
    }
    .models-wrap .col-4 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        width: 100%
    }
    .models-wrap .col-4:nth-child(2n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .models-wrap .col-4 .content .img img {
        position: inherit
    }
    .models-wrap .col-4 .content .img {
        height: auto;
        padding: 30px 0
    }
    .popup-content .map-contact .form .content h2 {
        font-size: 21px
    }
    .profile-wrap {
        padding: 30px 0 20px
    }
    .gallery .container {
        max-width: 280px
    }
    .gallery .img img {
        max-height: 180px
    }
    .detail-header h1 {
        position: inherit;
        padding: 15px 0;
        width: 100%;
        font-size: 23px
    }
    .detail-header {
        margin-bottom: 20px
    }
    .detail-header img {
        display: block
    }
    .detail-content h2 {
        font-size: 19px;
        margin: 0 0 20px
    }
    .detail-content p {
        font-size: 15px
    }
    .landing {
        max-width: 300px
    }
    .landing .logo img {
        margin: 0;
        max-width: 100%
    }
    .landing .col-2 {
        width: 100%
    }
    .landing .link {
        font-size: 16px;
        padding: 22px 0 22px 20px
    }
    .landing .link:after {
        background-size: 100% auto;
        width: 10px;
        left: 120px;
        top: 22px
    }
    .in-the-news,
    .our-product {
        padding-left: 10px;
        padding-right: 10px
    }
}