/**
* Template Name: Moderna - v4.7.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #68A4C4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
@charset "UTF-8";
   @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
    a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
textarea {
    overflow: auto;
    margin: 0;
}
input {
    border: 0 solid #fff;
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #29308e;
    text-decoration: none;
    outline: none;
}
a:hover {
    cursor: pointer;
    color: #333;
}
input, select, textarea {
    font-family: arial, tahoma, times new roman;
    padding: 4px;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
th {
    font-weight: 400;
}
.left {
    float: left;
}
.left, .right {
    display: inline;
}
.right {
    float: right;
}
.clear {
    padding: 0;
    margin: 0;
}
.after_clear:after, .before_clear:before {
    content: "";
    display: block;
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h3 {
    font-size: 18px;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ""}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}
.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "â†"}
[dir=rtl] .slick-prev:before {
    content: "â†’"}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "â†’"}
[dir=rtl] .slick-next:before {
    content: "â†"}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li, .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
body {
    color: #000;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    position: relative;
    overflow-x: hidden;
    font-weight: 400;
    background: #f4f4f4;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
p {
    margin: 1px 0 15px;
    line-height: 20px;
}
input, select, textarea {
    font-size: 12px;
    border: none;
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin: 0;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=checkbox], input[type=radio] {
    border: none;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
body.clock {
    overflow: hidden;
}
section {
    position: relative;
}
.container, .wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.after_clear:after, .before_clear:before, .wrapper:after, section:after {
    clear: both;
    display: block;
    content: " "}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-center {
    text-align: center;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.regular {
    font-weight: lighter;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: ""}
.clearfix:after {
    clear: both;
}
a {
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
hr {
    height: 1px;
    border: none;
    background: #d8d8d8;
    margin: 22px 0;
}
input, select, textarea {
    font-family: Montserrat;
}
header {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 12;
    background: #0c4338;
    top: 0;
    left: 0;
}

 
header .logo {
    position: absolute;
    width: 157px;
    height: 42px;
    left: 50%;
    top: 50%;
    transform: translate(-43%, -40%);
}
header .logo a {
    
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    background: url(../images/material/logo_hijau.png) no-repeat 0 0;
}
header .menu ul li {
    display: inline-block;
    vertical-align: top;
}
header .menu ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    z-index: 7;
    padding: 0 48.5px;
    position: relative;
    margin-right: -3px;
}
header .menu ul li a:after {
    position: absolute;
    width: 0;
    height: 4px;
    background: #fabe42;
    left: 50%;
    bottom: -2px;
    content: "";
    transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -ms-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
}
header .menu ul li:hover a:after, header .menu ul li a.active:after, header .menu ul li a.cur:after {
    width: 100%;
    left: 0;
}
header .menu ul li.subchild {
    position: absolute;
    width: 100%;
    left: 0;
}
header .menu ul li.hasChild {
    position: static;
}
header .menu ul li.hasChild .scSub {
    display: none;
}
header.fix {
    border-bottom: 0px solid #ededed;
}
.navChild, header .menuMobile {
    display: none;
}
.navChild {
    position: fixed;
    width: 100%;
    top: 100px;
    z-index: 6;
    left: 0;
}
.navChild .inn {
    margin: 0 18px;
    background: rgba(0, 0, 0, .9);
    position: relative;
}
.navChild .subChild .container {
    position: static;
}
.navChild .subChild ul li {
    display: inline-block;
    width: 50%;
    margin: 0 -2px 0 0;
}
.navChild .subChild ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}
.navChild .subChild ul li a span {
    display: block;
}
.navChild .subChild ul li a .span1 {
    font-size: 24px;
    padding: 40px 0 0;
}
.navChild .subChild ul li a .span2 {
    font-size: 18px;
}
.navChild .subChild ul li.navProd {
    position: static;
}
.navChild .subChild ul li.navProd a {
    height: 120px;
    padding: 0 0 0 188px;
    position: relative;
    line-height: 25px;
}
.navChild .subChild ul li.navProd a .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 154px;
    height: 100%}
.navChild .subChild ul li.navProd a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 87px;
    transform: translate(-50%, -50%);
}
.navChild .subChild ul li.navProd a:after {
    display: none;
}
.navChild .subChild ul li.navProd.nv_1 a .img {
    width: 154px;
}
.navChild .subChild ul li.navProd.nv_2 a {
    padding-left: 188px;
}
.navChild .subChild ul li.navProd.nv_2 a .img {
    width: 154px;
}
.navChild .subChild ul li.navProd.nv_2 .sChild_2 a {
    padding-left: 0;
}
.navChild .subChild ul li.navProd:hover a:after {
    display: block;
}
.navChild .scSub {
    background: #fabe42;
    position: absolute;
    width: 100%;
    left: 0;
    max-height: 755px;
    overflow-y: auto;
}
.navChild .scSub .sChild_2 {
    padding: 30px 0;
}
.navChild .scSub .sChild_2 ul li {
    display: inline-block;
    vertical-align: top;
    width: 265px;
    margin: 0 40px 0 0;
}
.navChild .scSub .sChild_2 ul li:nth-child(4n+4) {
    margin-right: 0;
}
.navChild .scSub .sChild_2 ul li.htitle {
    font-size: 16px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.navChild .scSub .sChild_2 ul li a {
    font-size: 14px;
    color: #212121;
    display: block;
    padding: 3px 0;
    font-weight: 400;
    line-height: 14px;
    height: auto;
    text-transform: capitalize;
}
.navChild .scSub .sChild_2 ul li a:before {
    display: none;
}
.navChild .scSub .sChild_2 ul li a:hover {
    color: #444;
}
.navChild .scSub .sChild_2 ul li ul {
    border-bottom: 1px solid #e1ab3b;
    margin: 0 0 12px;
    padding: 0 0 10px;
}
.navChild .scSub .sChild_2 ul li ul.nosub li a {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
}
.navChild .scSub .sChild_2 ul li ul:last-child {
    border: 0;
}
.showMenuMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 15;
    transform: scale(.9);
    opacity: 0;
    display: none;
}
.showMenuMobile .mmClose {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../img/mmClose.png) no-repeat 0 0;
    top: 25px;
    right: 20px;
    z-index: 8;
}
.showMenuMobile .inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.showMenuMobile .mmNav {
    padding: 215px 0 205px;
    text-align: center;
    width: auto;
    margin: auto 70px;
}
.showMenuMobile .mmNav .subChild {
    position: relative;
    padding: 50px 0 0;
}
.showMenuMobile .mmNav .subChild:before {
    position: absolute;
    width: 50px;
    height: 4px;
    top: 0;
    left: 0;
    content: "";
    background: #fabe42;
    left: 50%;
    transform: translateX(-50%);
}
.showMenuMobile .mmNav .subChild li a {
    display: inline-block;
    font-size: 40px;
    padding: 15px 0;
    color: #212121;
    font-weight: 300;
}
.showMenuMobile .mmNav .subChild li a.active, .showMenuMobile .mmNav .subChild li a:hover {
    font-weight: 500;
}
.showMenuMobile .mmNav .subChild li.hasChild ul {
    padding: 5px 0 20px;
    display: none;
}
.showMenuMobile .mmNav .subChild li.hasChild ul li a {
    font-size: 24px;
    padding: 8px 0;
}
.showMenuMobile .mmNav .subChild li.active a.parent {
    font-weight: 500;
}
.showMenuMobile .socialMob {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow-x: 34;
}
.showMenuMobile .socialMob .inn {
    width: auto;
    margin: auto 70px;
    padding: 30px 0 50px;
    border-top: 1px solid #d8d8d8;
    text-align: center;
}
.showMenuMobile .socialMob ul li {
    display: inline-block;
    margin-right: 12px;
}
.showMenuMobile .socialMob ul li:last-child {
    margin-right: 0;
}
.showMenuMobile .socialMob ul li a {
    display: block;
    text-indent: -999999px;
}
.showMenuMobile .socialMob ul li a.scm_ig {
    width: 18px;
    height: 17px;
    background: url(../images/material/scm_ig.png) no-repeat center 50%}
.showMenuMobile .socialMob ul li a.scm_fb {
    width: 18px;
    height: 17px;
    background: url(../images/material/scm_fb.png) no-repeat center 50%}
.showMenuMobile .socialMob ul li a.scm_tw {
    width: 18px;
    height: 17px;
    background: url(../images/material/scm_tw.png) no-repeat center 50%}
#middle {
    background: #f4f4f4;
    padding: 0 18px;
    min-height: 400px;
    margin-top: 100px;
}
.homeslider {
    position: relative;
}
.homeslider .slick-dots {
    bottom: 10%;
    transform: translateY(-10%);
}
.homeslider .slick-dots li {
    width: 23px;
    height: 23px;
}
.homeslider .slick-dots li button {
    width: 23px;
    height: 23px;
    padding: 0;
}
.homeslider .slick-dots li button:before {
    width: 23px;
    height: 3px;
    line-height: 3px;
    content: "";
    background: #dbdbdb;
    top: 9px;
    opacity: 1;
}
.homeslider .slick-dots li.slick-active button:before {
    background: #fabe42;
    opacity: 1;
}
.homeslider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.homeslider .caption {
    display: none;
    position: absolute;
    width: 770px;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%);
}
.homeslider .caption .in {
    padding: 0 115px 0 120px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.homeslider .caption .in h3 {
    font-size: 65px;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 25px;
}
.homeslider .caption .in .sl {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.home h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #292929;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
}
.home h3.v2 {
    font-size: 40px;
}
.home h3.v2 span {
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 40px;
}
.bg_img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.homeFeature {
    position: relative;
    background: #f4f5f5
;
    overflow: hidden;
    padding: 0 0 0px;
}
.homeFeature .container {
    padding-top: 40px;
    z-index: 2;
}
.homeFeature .feature {
    text-align: center;
    padding-top: 68px;
}
.homeFeature .feature .col {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    margin: 0 39px 100px;
}
.homeFeature .feature .col .img {
    height: 68px;
    margin: 0 0 30px;
}
.homeFeature .feature .col .img img {
    max-height: 66px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.homeFeature .feature .col p {
    font-size: 14px;
    color: #797979;
    line-height: 20px;
    margin: 0;
    height: 38px;
    overflow: hidden;
}
.homeFeature .ourProduct {
    position: absolute;
    width: 100%;
    bottom: 125px;
    left: 0;
    text-align: center;
    z-index: 2;
}
.homeFeature .ourProduct .container {
    width: 475px;
}
.homeFeature .ourProduct .tdes {
    font-size: 14px;
    line-height: 25px;
}
.homeFeature .ourProduct .tdes p {
    margin: 0 0 30px;
}
.btn_more a {
    display: inline-block;
    padding: 15px 63px 15px 25px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    background: rgba(0, 0, 0, .2);
    position: relative;
    font-weight: 400;
}
.btn_more a:after {
    position: absolute;
    width: 29px;
    height: 100%;
    background: url(../images/material/arr_btn.png) no-repeat 0 50%;
    top: 0;
    right: 24px;
    content: "";
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
.btn_more a:hover {
    color: #fff;
    background: #fabe42;
}
.btn_more a:hover:after {
    right: 14px;
    background: url(../images/material/arr_btn_fff.png) no-repeat 0 50%}
.btn_more.v2 a {
    background: none;
    font-size: 13px;
    padding-left: 0;
    padding-right: 42px;
    line-height: 13px;
}
.btn_more.v2 a:after {
    right: 0;
}
.btn_more.v2 a:hover {
    color: #fabe42;
}
.btn_more.v2 a:hover:after {
    right: -10px;
    background: url(../images/material/arr_btn.png) no-repeat 0 50%}
.btn_more.v3 a {
    font-size: 18px;
    padding: 15px 78px 15px 20px;
    background: none;
}
.btn_more.v3 a:after {
    right: 25px;
}
.btn_more.v3 a:hover {
    background: #fabe42;
}
.btn_more.v3 a:hover:after {
    right: 20px;
}
.btn_download {
    text-align: center;
}
.btn_download a {
    display: inline-block;
    position: relative;
    padding: 0 4px 12px;
    font-size: 14px;
    color: #292929;
}
.btn_download a:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fabe42;
    left: 0;
    bottom: 0;
    content: ""}
.btn_download a:hover {
    color: #fabe42;
}
.homeTech {
    margin: 10px 0;
}
.homeTech, .homeTech .col {
    position: relative;
    overflow: hidden;
}
.homeTech .col {
    max-width: 32%;
    line-height: 0;
    
}
.homeTech .col .productText {
    position: absolute;
    margin-bottom: 38px;
    width: 480px;
    z-index: 2;
}
.homeTech .col .productText .title {
    position: relative;
    font-size: 40px;
    line-height: 40px;
    padding: 30px 0 15px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
}
.homeTech .col .productText .title:before {
    position: absolute;
    width: 66px;
    height: 4px;
    background: #fabe42;
    content: "";
    left: 0;
    top: 0;
}
.homeTech .col .productText .cate {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0;
}
.homeTech .col .productText .sDes {
    margin: 58px 0 48px;
    font-size: 14px;
    line-height: 25px;
    height: 48px;
    overflow: hidden;
    color: #878;
}
.homeTech .col img {
    position: relative;
    z-index: 1;
}

.homeTech .col.fr {
    text-align: right;
}
.homeTech .col.fr:before {
    position: absolute;
    width: 8px;
    height: 100%;
    content: "";
    background: #f4f4f4;
    top: 0;
    left: 0;
    z-index: 3;
}
.homeTech .col.fr .productText {
    right: 58px;
}
.homeTech .col.fr .productText .title:before {
    left: 100%;
    margin-left: -66px;
}
.homeTech.v2 {
    margin: 0;
    padding: 8px 0;
}
.homeTech.v2 .productText {
    bottom: 130px;
}
.homeCarousel {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}
.homeCarousel .iCarousel {
    line-height: 0;
    position: relative;
}
.homeCarousel .iCarousel .slide {
    padding: 0;
    position: relative;
}
.homeCarousel .iCarousel .slide:before {
    position: absolute;
    height: 100%;
    content: "";
    background: #fff;
    top: 0;
    left: 0;
    z-index: 3;
    width: 8px;
    transform: translate(0);
}
.homeCarousel .iCarousel .slide img {
    max-width: 100%;
    width: 100%}
.homeCarousel .iCarousel .slide .cts {
    margin-right: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.homeCarousel .iCarousel .slide .cts img {
    transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    position: relative;
}
.homeCarousel .iCarousel .slide .cts:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
}
.homeCarousel .iCarousel .slide .cts .tcaption {
    position: absolute;
    width: 100%;
    height: 46px;
    top: 50%;
    left: 0;
    z-index: 4;
    color: #fefefe;
    transform: translateY(-50%);
    text-align: center;
}
.homeCarousel .iCarousel .slide .cts .tcaption .ctitle {
    padding: 0 20px;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.homeCarousel .iCarousel .slide .cts .tcaption .tcate {
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.homeCarousel .iCarousel .slide .cts:hover img {
    transform: scale(1.1);
}
.homeCarousel .iCarousel .slick-current:before {
    width: 0;
}
.homeCarousel .iCarousel .slick-next, .homeCarousel .iCarousel .slick-prev {
    z-index: 4;
    width: 76px;
    height: 46px;
    background: rgba(0, 0, 0, .4);
    top: 45%}
.homeCarousel .iCarousel .slick-next {
    right: 48%;
    transform: translateX(-48%);
    margin-right: 0;
}
.homeCarousel .iCarousel .slick-prev {
    left: 52.6%;
    transform: translateX(-52.6%);
    margin-left: 0;
}
.homeCarousel .iCarousel .slick-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/material/btn_arr_prev.png) no-repeat center 50%}
.homeCarousel .iCarousel .slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/material/btn_arr_next.png) no-repeat center 50%}
.homeDownload {
    height: 380px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.homeDownload .container {
    padding: 60px 0 0;
    z-index: 3;
}
.bannerPage {
    position: relative;
}
.bannerPage .caption {
    position: absolute;
    width: 770px;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%);
}
.bannerPage .caption .in {
    padding: 0 115px 0 120px;
    text-align: center;
    position: relative;
    top: 45%;
    transform: translateY(-45%);
}
.bannerPage .caption .in h1, .bannerPage .caption .in h3 {
    font-size: 65px;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 25px;
}
.bannerPage .caption .in .sDes {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 30px;
}
.bannerPage .caption .in .ddMenu {
    width: 430px;
    margin: auto;
    text-align: left;
    position: relative;
}
.bannerPage .caption .in .ddMenu .current {
    position: relative;
    font-size: 18px;
    color: #717171;
    padding: 18px;
    background: #fff;
    display: block;
    cursor: pointer;
}
.bannerPage .caption .in .ddMenu .current:after {
    position: absolute;
    width: 14px;
    height: 100%;
    content: "";
    top: 0;
    right: 21px;
    background: url(../images/material/arrSelect_2.png) no-repeat 0 50%}
.bannerPage .caption .in .ddMenu .scdropdown {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%}
.bannerPage .caption .in .ddMenu .scdropdown li a {
    display: block;
    font-size: 18px;
    color: #717171;
    padding: 18px;
}
.bannerPage .caption .in .ddMenu .scdropdown li a:hover {
    background: #333;
    color: #fff;
}
.bannerPage .caption .in .ddMenu .styledSelect2 {
    position: relative;
    background: #fff;
    width: 100%}
.bannerPage .caption .in .ddMenu .styledSelect2 select {
    font-size: 18px;
    color: #717171;
    padding: 18px;
    background: none;
    border: 0;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
.bannerPage .caption .in .ddMenu .styledSelect2:after {
    position: absolute;
    width: 14px;
    height: 100%;
    content: "";
    top: 0;
    right: 21px;
    background: url(../images/material/arrSelect_2.png) no-repeat 0 50%}
.bannerPage .img {
    line-height: 0;
}
.bannerPage.v2 {
    padding-bottom: 20px;
}
.aboutprofile {
    background: #fff;
    min-height: 594px;
}
.aboutprofile .container {
    width: 770px;
    padding: 40px 0;
}
.tabContainer .tab {
    padding-bottom: 60px;
}
.tabContainer .tab li {
    display: inline-block;
    padding-right: 45px;
}
.tabContainer .tab li a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 300;
    position: relative;
    padding: 0 0 12px;
}
.tabContainer .tab li a:after {
    position: absolute;
    width: 0;
    height: 4px;
    background: #fabe42;
    left: 0;
    bottom: 0;
    content: "";
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
.tabContainer .tab li.active a {
    font-weight: 700;
}
.tabContainer .tab li.active a:after {
    width: 100%}
.tabContainer .tab li:hover a {
    font-weight: 700;
}
.tabContainer .tab li:hover a:after {
    width: 100%}
.tabContainer .ct_descrip p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
}
.boxLanding {
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.boxLanding .container {
    width: 1030px;
    height: 100%;
    padding-top: 0;
    position: relative;
}
.boxLanding .descrip {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.boxLanding .descrip .descText {
    width: 420px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.boxLanding .descrip .descText .title {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    padding: 25px 0 10px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 200;
}
.boxLanding .descrip .descText .title:before {
    position: absolute;
    width: 66px;
    height: 4px;
    background: #fabe42;
    content: "";
    left: 0;
    top: 0;
}
.boxLanding .descrip .descText .cate {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0;
    color: #292929;
}
.boxLanding .descrip .descText .sDes {
    margin: 30px 0 48px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.boxLanding img {
    z-index: 1;
}
.boxLanding.left, .boxLanding.right {
    float: none;
    display: block;
}
.landingTech {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: linear-gradient(180deg, #fff 10%, #f4f4f4 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f4f4", GradientType=0);
}
.landingTech .container {
    width: 1200px;
    padding: 0;
    position: relative;
    height: 100%}
.landingTech.td_1 {
    height: 910px;
}
.landingTech.td_2 {
    height: 845px;
}
.landingTech.td_2 .descrip .container {
    padding-top: 300px;
}
.landingTech.td_3 {
    height: 985px;
}
.landingTech.td_5 {
    height: 750px;
}
.landingTech.td_6 {
    height: 898px;
}
.landingTech.td_6 .decrip .container {
    padding-top: 300px;
}
.landingTech.td_7 {
    background: #fff;
}
.landingTech.td_7 .descrip .container {
    padding-top: 130px;
}
.landingTech .gbr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    line-height: 0;
}
.landingTech .gbr.right {
    float: none;
    display: block;
    text-align: right;
}
.landingTech .gbr_fl, .landingTech .gbr img {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
}
.landingTech .gbr_fl {
    width: 100%;
    z-index: 1;
    line-height: 0;
}
.landingTech .gbr_fl img, .landingTech .gbr_fr {
    position: absolute;
    bottom: 0;
}
.landingTech .gbr_fr {
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    line-height: 0;
}
.landingTech .gbr_fr img {
    position: absolute;
    bottom: 0;
}
.landingTech .descrip {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.landingTech .descrip .container {
    padding: 175px 0;
    height: auto;
}
.landingTech .descrip .descText {
    width: 605px;
    position: relative;
    z-index: 3;
}
.landingTech .descrip .descText .scat {
    color: #292929;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
.landingTech .descrip .descText .title {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 40px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 200;
}
.landingTech .descrip .descText .sDes {
    margin: 0 115px 48px 0;
    font-size: 18px;
    line-height: 26px;
    color: #020202;
}
.landingTech .descrip .descText .sDes p {
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 18px;
}
.landingTech .descrip .descText .sDes img {
    max-width: none;
}
.landingTech .descrip .descText .sDes_list {
    margin: 0 120px;
    text-align: left;
}
.landingTech .descrip .descText .sDes_list ul li {
    line-height: 28px;
    font-size: 18px;
    margin: 0 0 25px;
}
.landingTech .descrip .descText .sDes_list ul li .im {
    float: left;
    height: 65px;
}
.landingTech .descrip .descText .sDes_list ul li span {
    margin-left: 93px;
    display: block;
    padding-top: 5px;
}
.landingTech .descrip .imgct {
    position: absolute;
    left: -180px;
}
.landingTech .descrip .imgct img {
    bottom: 65px;
}
.landingTech.modSLider {
    background: #f4f4f4;
}
.landingTech.modSLider .container {
    width: 100%;
    padding: 0;
}
.landingTech.modSLider .descText {
    width: 100%}
.landingTech.modSLider .descText .scat {
    text-align: center;
    margin: 0 0 10px;
}
.landingTech.modSLider .descText .title {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 60px;
}
.landingTech.modSLider .descrip {
    position: relative;
    padding: 75px 0;
}
.landingTech.modSLider .descrip .descText {
    position: relative;
    top: 0;
    transform: translateY(0);
}
.landingTech.modSLider .techSLider {
    padding-bottom: 60px;
}
.landingTech.modSLider .slick-dotted.slick-slider {
    width: 1200px;
    margin: 0 auto;
}
.landingTech.modSLider .slick-list {
    overflow: visible;
}
.landingTech.modSLider .slick-slide {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
.landingTech.modSLider .slick-slide.slick-current.slick-active {
    opacity: 1;
    filter: alpha(opacity=1);
}
.landingTech.modSLider .slick-dots {
    width: 518px;
    right: 0;
    text-align: left;
    bottom: 0;
}
.landingTech.modSLider .slick-dots li {
    width: 50px;
    height: 15px;
    margin: 0 25px 0 0;
}
.landingTech.modSLider .slick-dots li button {
    width: 50px;
    height: 15px;
    padding: 0;
}
.landingTech.modSLider .slick-dots li button:before {
    width: 50px;
    height: 5px;
    line-height: 5px;
    content: "";
    background: #dbdbdb;
    top: 5px;
    opacity: 1;
}
.landingTech.modSLider .slick-dots li.slick-active button:before {
    background: #fabe42;
    opacity: 1;
}
.landingTech.modSLider .description .fl {
    width: 565px;
}
.landingTech.modSLider .description .fr {
    width: 518px;
}
.landingTech.modSLider .description .sDes {
    margin: 0;
}
.landingTech.modSLider .description .sDes h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin: 0 0 25px;
}
.landingTech.modSLider .description .sDes h3:before {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    left: -50px;
    content: "";
    background: url(../images/material/h3Yellow.png) no-repeat 0 0;
}
.landingTech.modSLider .description .sDes img.left {
    margin-right: 24px;
    margin-top: -8px;
}
.landingTech.modSLider .description .sDes ol {
    margin-left: 25px;
}
.landingTech.modSLider .description .sDes ol li {
    list-style-type: decimal;
    padding-left: 10px;
    padding-bottom: 5px;
}
.landingTech.modSLider.v2 {
    background: #fff;
    background: linear-gradient(180deg, #fff 40%, #f4f4f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f4f4", GradientType=0);
}
.landingTech.modSLider.v2 .descText .title {
    text-align: left;
    margin-bottom: 0;
}
.landingTech.modSLider.v2 .slick-dots {
    width: 100%}
.landingTech.modSLider.v2 .slick-slide {
    position: relative;
}
.landingTech.modSLider.v2 .description .fl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.landingTech.modSLider.v2 .description .fr {
    width: 592px;
    text-align: right;
}
.landingTech.modSLider.v2 .description .im {
    float: left;
}
.landingTech.modSLider.v2 .description .col {
    padding-left: 150px;
}
.landingTech.center {
    float: none;
    display: block;
    text-align: center;
}
.landingTech.center .container {
    width: 800px;
}
.landingTech.center .descText {
    width: 100%}
.landingTech.center.center2 .container {
    width: 685px;
}
.landingTech.right {
    float: none;
    display: block;
}
.landingTech.right .descText {
    width: 720px;
    float: right;
}
.landingTech.relative .descrip {
    position: relative;
}
.landingTech.relative .descrip .container {
    padding: 85px 0 60px;
}
.landingTech.relative .descrip .descText {
    position: relative;
}
.landingTech.relative .descrip .descText .sDes {
    margin-right: 0;
}
.landingTech.relative .descrip .descText .sDes img {
    width: 599px;
}
.landingTech.g2 {
    padding-bottom: 0;
}
.landingTech.g3 .descText {
    width: 675px;
}
.landingTech.g3 .descText .sDes {
    margin-right: 0;
}
.product_list .col {
    width: 238px;
    height: 298px;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 -3px 20px 0;
    vertical-align: top;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
.product_list .col .img {
    display: block;
    padding: 44px 20px 20px;
}
.product_list .col .txt {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%}
.product_list .col .txt .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #555;
    margin: 0;
}
.product_list .col .txt .item {
    display: block;
    font-size: 13px;
    color: #999;
}
.product_list .col:hover {
    border: 1px solid #fabe42;
    box-shadow: 2px 2px 5px #d2d2d2;
    -webkit-box-shadow: 2px 2px 5px #d2d2d2;
    -moz-box-shadow: 2px 2px 5px #d2d2d2;
    -ms-box-shadow: 2px 2px 5px #d2d2d2;
    -o-box-shadow: 2px 2px 5px #d2d2d2;
}
.styledSelect {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 25px;
    border: 1px solid #ccc;
}
.styledSelect select {
    height: 25px;
    padding: 0;
    line-height: 25px;
    padding: 0 22px 0 7px;
    cursor: pointer;
    border: 0;
    min-width: 125px;
    font-family: Montserrat;
    position: relative;
    background: none;
    z-index: 4;
}
.styledSelect:after {
    position: absolute;
    width: 7px;
    height: 4px;
    content: "";
    top: 10px;
    right: 8px;
    background: url(../images/material/arrSelect.png) no-repeat 0 0;
}
.styledSelect.v2, .styledSelect.v2 select {
    height: 32px;
}
.styledSelect.v2:after {
    top: 14px;
}
.styledSelect.v3 {
    height: 36px;
    line-height: 36px;
    width: 200px;
    float: right;
}
.styledSelect.v3:after {
    background: url(../images/material/arrSelect_2.png) no-repeat 0 50%;
    width: 14px;
    height: 100%;
    top: 0;
}
.styledSelect.v3 select {
    font-size: 18px;
    height: 100%;
    font-weight: 200;
    padding-left: 15px;
    padding-right: 35px;
    width: 100%}
.styledSelect.v3 select option {
    font-weight: 300;
    font-size: 14px;
}
.styledSelect.v4 {
    display: block;
    width: 100%;
    border: none;
    height: 30px;
}
.styledSelect.v4:after {
    background: url(../images/material/arrSelect_or_2.png) no-repeat 0 50%;
    width: 14px;
    height: 100%;
    top: 0;
}
.styledSelect.v4 select {
    font-size: 16px;
    height: 100%;
    font-weight: 600;
    padding-left: 0;
    padding-right: 35px;
    width: 100%;
    color: #333;
}
.styledSelect.v4 select option {
    font-weight: 300;
    font-size: 14px;
}
.product {
    background: #fff;
}
.product .container {
    padding: 45px 0 75px;
    position: relative;
}
.product .side {
    width: 223px;
}
.product .side h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.product .side h4 {
    font-size: 18px;
    color: #666;
    font-weight: 700;
    margin: 0 0 14px;
}
.product .side .colCategories {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.product .side .colCategories ul {
    padding: 0 0 10px;
}
.product .side .colCategories ul li a {
    display: block;
    font-size: 16px;
    color: #999;
    padding: 7px 0 7px 25px;
    background: url(../images/material/btn_arr_prev_small.png) no-repeat 0 8px;
}
.product .side .colCategories p {
    font-size: 16px;
    color: #333;
    padding-left: 25px;
    font-weight: 700;
}
.product .side .sfiltering .col {
    margin-bottom: 25px;
}
.product .side .sfiltering ul li {
    margin: 0 0 14px;
}
.product .side .sfiltering ul li .opt {
    display: block;
    position: relative;
}
.product .side .sfiltering ul li .opt .check-custom {
    display: inline-block;
    width: 100%;
    height: 15px;
    vertical-align: top;
    margin: 0 2px 0 0;
    cursor: pointer;
    z-index: 3;
}
.product .side .sfiltering ul li .opt .check-custom input {
    cursor: pointer;
}
.product .side .sfiltering ul li .opt .check-custom:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/material/opt_checkox.png) no-repeat 0 0;
}
.product .side .sfiltering ul li .opt .check-custom.active:before {
    background-position: 0 -15px;
}
.product .side .sfiltering ul li .opt .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #666;
}
.product .side .sfiltering ul li .opt .txt p {
    margin: 0 0 0 20px;
    line-height: 16px;
}
.product .side .sfiltering .viewAll {
    display: inline-block;
    color: #fabe42;
    text-decoration: underline;
    font-size: 13px;
    text-transform: capitalize;
}
.product .side .sfiltering .viewAll:hover {
    text-decoration: none;
}
.product .side .sfiltering h3.vmore {
    position: relative;
}
.product .side .sfiltering h3.vmore .viewAll {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}
.product .side.sideMobile {
    display: none;
}
.product .content_col {
    width: 935px;
}
.product .content_col.full {
    width: 100%;
    float: left;
}
.product .content_col .topTitle {
    margin: 0 0 25px;
}
.product .content_col .topTitle h3 {
    position: relative;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 27px 0 10px;
}
.product .content_col .topTitle h3:before {
    position: absolute;
    width: 66px;
    height: 4px;
    background: #fabe42;
    content: "";
    top: 0;
    left: 0;
}
.product .content_col .topTitle .col_filter .itemOf {
    font-size: 14px;
    color: #666;
    padding: 5px 0 0;
}
.product .content_col .topTitle .col_filter .blockSelect {
    position: relative;
}
.product .content_col .topTitle .col_filter .blockSelect label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 25px;
    margin-right: 5px;
}
.product.v2 .product_list {
    padding-bottom: 40px;
}
.product.v2 .product_list .col {
    width: 232px;
}
.product.v2 .vline {
    position: absolute;
    width: 1px;
    height: 92%;
    background: #f0f0f0;
    content: "";
    left: 240px;
    top: 45px;
}
.paging ul {
    text-align: right;
}
.paging ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.paging ul li a {
    display: block;
    font-size: 14px;
    width: 38px;
    height: 38px;
    color: #7a7a7a;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
}
.paging ul li a.active, .paging ul li a:hover {
    color: #000;
    font-weight: 700;
}
.paging ul li.next a, .paging ul li.prev a {
    width: 75px;
    border-left: 0;
}
.paging.v2 ul {
    text-align: left;
}
.product_detail .container {
    padding: 175px 0 80px;
}
.product_detail .col.bot {
    background: #fff;
}
.product_detail .col.bot .container {
    padding: 60px 0;
    width: 1080px;
}
.product_detail .col.bot h3 {
    text-align: center;
    margin-bottom: 100px;
    font-size: 36px;
}
.product_detail .pd_image {
    width: 516px;
}
.product_detail .pd_image .pdGal .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.product_detail .pd_image .pdGal .pimg {
    margin-bottom: 130px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide {
    cursor: pointer;
    text-align: center;
    margin-right: 24px;
    border: 1px solid #fff;
    opacity: 1!important;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide .bor {
    border: 1px solid #ccc;
    height: 98px;
    width: 98px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide img {
    width: 82px;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide.slick-current.slick-active, .product_detail .pd_image .pdGal .pd-thumb .slick-slide.slick-current.slick-active .bor {
    border-color: #fabe42;
}
.product_detail .deCate {
    font-size: 18px;
    color: #555;
}
.product_detail .deCate table td {
    padding: 3px;
    line-height: 22px;
}
.product_detail .deCate table td.label {
    width: 20%}
.product_detail .deCate table td.label_2 {
    width: 23%}
.product_detail .deCate table td.label_2_b {
    width: 30%}
.product_detail .deCate table tr:first-child td {
    padding-top: 0;
}
.product_detail .deCate.twocol {
    padding: 0;
    vertical-align: top;
    display: inline-block;
    width: 550px;
    margin-right: 49px;
}
.product_detail .deCate.twocol td {
    padding: 12px 3px;
    line-height: 28px;
}
.product_detail .deCate .timg {
    margin-bottom: 55px;
    height: 405px;
}
.product_detail .deCate .timg img {
    width: auto;
    max-width: none;
    height: 100%}
.product_detail .pd_description {
    width: 516px;
}
.product_detail .pd_description .stitle {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.product_detail .pd_description .title {
    font-size: 56px;
    text-transform: uppercase;
    color: #333;
    line-height: 56px;
    margin: 0;
}
.product_detail .pd_description .shortDes {
    padding: 22px 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #555;
}
.product_detail .pd_description .shortDes p {
    margin: 0;
    line-height: 28px;
}
.product_detail .pd_description .cl .cselect {
    display: inline-block;
    vertical-align: top;
}
.product_detail .pd_description .cl .cselect label {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    font-weight: 700;
    color: #666;
    padding-right: 25px;
    font-size: 14px;
}
.product_detail .pd_description .cl .cselect .wstyled {
    display: inline-block;
    vertical-align: top;
}
.product_detail .pd_description .cl .cselect.size {
    margin-right: 35px;
}
.product_detail .pd_description .blockDownload a {
    display: inline-block;
    margin-right: 70px;
    color: #717171;
    font-size: 18px;
    line-height: 25px;
}
.product_detail .pd_description .blockDownload a .ico {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.product_detail .pd_description .blockDownload a span {
    display: inline;
    vertical-align: top;
}
.product_detail .pd_description .blockDownload a:last-child {
    margin-right: 0;
}
.product_detail .coldecate .twocol:last-child {
    width: 455px;
    margin-right: 0;
    padding: 50px 0;
}
.colStores {
    background: #fff;
    min-height: 200px;
}
.colStores .container {
    padding-bottom: 60px;
}
.colStores .srmenu {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.colStores .srmenu ul li {
    display: inline-block;
    margin: 0 205px 0 0;
}
.colStores .srmenu ul li a {
    display: block;
    font-size: 18px;
    color: #717171;
    line-height: 18px;
    padding: 40px 0;
}
.colStores .srmenu ul li a.active, .colStores .srmenu ul li a:hover {
    font-weight: 700;
}
.colStores .srmenu ul li:last-child {
    margin-right: 0;
}
.colStores .srmenuMobile {
    display: none;
}
.colStores .inStore {
    padding: 0 0 20px;
}
.colStores .inStore .col {
    display: inline-block;
    width: 50%;
    margin: 0 -2px 50px 0;
    vertical-align: top;
}
.colStores .inStore .col .image {
    display: inline-block;
    vertical-align: top;
    width: 148px;
    height: 98px;
    border: 1px solid #eaeaea;
    text-align: center;
}
.colStores .inStore .col .image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.colStores .inStore .col .txtAddress {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    margin-left: 20px;
}
.colStores .inStore .col .txtAddress .title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
}
.colStores .inStore .col .txtAddress .address {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 0 0 15px;
}
.colStores .inStore .col .txtAddress .btn_more a {
    background-color: #fff;
    padding-left: 0;
}
.colStores .inStore .col .txtAddress .btn_more a:hover {
    color: #333;
}
.colStores .inStore .col .txtAddress .btn_more a:hover:after {
    background: url(../images/material/arr_btn.png) no-repeat 0 50%}
.colGuide {
    background: #fff;
    min-height: 250px;
}
.colGuide .container {
    padding: 60px 0 150px;
}
.colGuide .head_filter {
    margin: 0 0 65px;
}
.colGuide .head_filter h3 {
    float: left;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}
.colGuide .head_filter .styledSelect {
    float: right;
}
.colGuide .gdlist .inn {
    margin-left: 0;
    text-align: center;
}
.colGuide .gdlist .col {
    display: inline-block;
    vertical-align: top;
    width: 136px;
    margin: 0 50px 100px;
    color: #333;
    cursor: pointer;
}
.colGuide .gdlist .col .img {
    margin: 0 0 45px;
    width: 136px;
    height: 136px;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.colGuide .gdlist .col .img, .colGuide .gdlist .col .img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%}
.colGuide .gdlist .col .img img {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.colGuide .gdlist .col .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 2px;
}
.colGuide .gdlist .col .stitle {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.colGuide .gdlist .col:hover .img img {
    transform: scale(1.1);
}
.colGuide .gdlist.v2 .inn {
    text-align: left;
}
.colGuide .gdlist.v2 .col {
    width: 385px;
    margin: 0 19px 55px 0;
}
.colGuide .gdlist.v2 .col:nth-child(3n+3) {
    margin-right: 0;
}
.colGuide .gdlist.v2 .col .img {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
}
.colGuide .gdlist.v2 .col .img, .colGuide .gdlist.v2 .col .img img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.colContact {
    position: relative;
    overflow: hidden;
}
.colContact #idMap {
    height: 772px;
    position: relative;
}
.colContact #idMap img {
    height: 100%;
    max-width: none;
}
.colContact .open_map {
    display: none;
    position: absolute;
    width: 233px;
    height: 46px;
    line-height: 46px;
    background: rgba(0, 0, 0, .4);
    top: 48%;
    transform: translateY(-48%);
    left: 0;
    color: #fff;
    font-size: 16px;
    z-index: 6;
}
.colContact .open_map span {
    position: relative;
    padding: 0 15px 0 64px;
}
.colContact .open_map span:before {
    position: absolute;
    width: 23px;
    height: 100%;
    content: "";
    top: 0;
    left: 30px;
    background: url(../images/material/btn_arr_prev.png) no-repeat 0 50%;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
.colContact .open_map span:hover:before {
    left: 25px;
}
.colContact .contact {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 680px;
    z-index: 10;
    background: hsla(0, 0%, 100%, .8);
    text-align: center;
    overflow: auto;
}
.colContact .contact .inn {
    padding: 120px 65px;
}
.colContact .contact h1, .colContact .contact h3 {
    font-size: 62px;
    line-height: 62px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.colContact .contact .col.hidden {
    display: none;
}
.colContact .contact .col.col_2 {
    text-align: left;
    display: none;
}
.colContact .contact .csDes {
    font-size: 16px;
}
.colContact .contact .csDes p {
    line-height: 26px;
    margin: 0 0 30px;
}
.colContact .contact .csAddress {
    font-size: 18px;
}
.colContact .contact .csAddress p {
    line-height: 26px;
}
.colContact .contact .colButton {
    padding: 35px 0 0;
    text-align: center;
}
.colContact .contact .colButton .btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    font-size: 16px;
    color: #717171;
    border: 1px solid #333;
    margin: 0 22px 0 0;
    position: relative;
}
.colContact .contact .colButton .btn:last-child {
    margin-right: 0;
}
.colContact .contact .colButton .btn.cform {
    background: #333;
    color: #fff;
}
.colContact .contact .colButton .btn.get {
    padding-right: 45px;
}
.colContact .contact .colButton .btn.get:after {
    position: absolute;
    width: 23px;
    height: 100%;
    top: 0;
    right: 13px;
    content: "";
    background: url(../images/material/btn_arr_next.png) no-repeat 0 50%}
.colContact .contact .colButton .btn.get:hover {
    padding-right: 55px;
}
.colContact .contact .form_std {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.colContact .contact .form_std .field {
    margin: 0 0 65px;
    position: relative;
}
.colContact .contact .form_std .field label {
    color: #717171;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 12px;
}
.colContact .contact .form_std .field input[type=email], .colContact .contact .form_std .field input[type=text], .colContact .contact .form_std .field textarea {
    color: #717171;
    font-size: 18px;
    border: 0;
    border-bottom: 2px solid #ccc;
    width: 96%;
    background: none;
    position: relative;
    z-index: 5;
}
.colContact .contact .form_std .field.fsubmit .cancel, .colContact .contact .form_std .field.fsubmit .submit {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #333;
    padding: 0;
    background: none;
    color: #717171;
    font-size: 18px;
    cursor: pointer;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.colContact .contact .form_std .field.fsubmit .cancel:hover, .colContact .contact .form_std .field.fsubmit .submit:hover {
    background: #333;
    color: #fff;
}
.colContact .contact .form_std .field.fsubmit .submit {
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
}
.colContact .contact .form_std .field.act label {
    position: relative;
    display: block;
}
.colContact .contact .form_std .field.act input[type=email], .colContact .contact .form_std .field.act input[type=text], .colContact .contact .form_std .field.act textarea {
    border: 1px solid #fabe42;
}
.colContact .contact .form_std.pur {
    padding-top: 35px;
}
.blockCareer .container {
    padding: 85px 0;
}
.blockCareer .inShort {
    padding: 0 215px;
    font-size: 18px;
}
.blockCareer .inShort p {
    line-height: 26px;
    margin-bottom: 28px;
}
.blockCareer .listCareer {
    padding: 52px 0 70px;
}
.blockCareer .listCareer h3 {
    font-size: 36px;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.blockCareer .listCareer .tbl table {
    width: 100%}
.blockCareer .listCareer .tbl table td {
    padding: 25px 15px 25px 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #717171;
    vertical-align: middle;
}
.blockCareer .listCareer .tbl table td .position {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #343434;
}
.blockCareer .listCareer .tbl table td:last-child {
    text-align: right;
    padding-right: 0;
}
.blockCareer .listCareer .tbl table tr:first-child td {
    padding-top: 0;
}
.colCMS {
    font-size: 18px;
    color: #333;
}
.colCMS .container {
    padding: 85px 0 150px;
}
.colCMS .inner {
    padding: 0 215px;
}
.colCMS .inner .cm_title {
    font-size: 48px;
    line-height: 48px;
    color: #333;
    margin: 0 0 27px;
}
.colCMS .inner .col_locate {
    margin: 0 0 35px;
}
.colCMS .inner .col_locate .col {
    display: inline-block;
    vertical-align: top;
    color: #717171;
    font-size: 21px;
}
.colCMS .inner .col_locate .col:first-child {
    margin-right: 120px;
}
.colCMS .inner .col_locate .col span {
    position: relative;
    padding-left: 50px;
    line-height: 38px;
    display: block;
}
.colCMS .inner .col_locate .col span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%}
.colCMS .inner .col_locate .col.locate span:before {
    width: 36px;
    background: url(../images/material/cm-ico-locate.png) no-repeat 0 50%}
.colCMS .inner .col_locate .col.date span:before {
    width: 36px;
    background: url(../images/material/cm-ico-date.png) no-repeat 0 50%}
.colCMS .inner p {
    line-height: 32px;
    margin: 0 0 35px;
}
.colCMS .inner h3 {
    font-size: 30px;
    color: #717171;
    margin: 0 0 20px;
}
.colCMS .inner ul {
    padding-bottom: 20px;
    line-height: 32px;
}
.colCMS .inner ul li {
    background: url(../images/material/bullet.png) no-repeat 0 10px;
    padding: 0 0 5px 37px;
}
.colCMS .inner ol {
    padding-bottom: 20px;
    margin-left: 20px;
    line-height: 32px;
}
.colCMS .inner ol li {
    list-style: decimal;
    padding: 0 0 5px 20px;
}
.colCMS .colApply {
    padding: 65px 0 0 215px;
}
.colCMS .colApply .btn_apply {
    font-size: 24px;
    color: #717171;
}
.colCMS .colApply .btn_apply .ic {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 75px;
    background: #212121;
    margin-right: -6px;
    position: relative;
}
.colCMS .colApply .btn_apply .ic:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/material/ic_apply.png) no-repeat center 50%}
.colCMS .colApply .btn_apply span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    border-left: 0;
    text-align: center;
    height: 73px;
    line-height: 73px;
    width: 165px;
    padding: 0 15px;
}
.colCMS .colApply .btn_apply:hover {
    color: #fff;
}
.colCMS .colApply .btn_apply:hover span {
    background: #212121;
    border-color: #212121;
}
.colCMS .colApply .btn_more {
    margin-top: 15px;
}

body.lock {
    overflow-y: hidden;
}
.wrap_popup {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 13;
    top: 0;
    left: 0;
    overflow-y: auto;
}
.wrap_popup .pop_inner {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
}
.wrap_popup .pop_inner .middle_pop {
    display: table-cell;
    vertical-align: middle;
}
.wrap_popup .overlay_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    margin: 0;
}
#boxPop {
    min-width: 720px;
    max-width: 720px;
    min-height: 0;
    background: none;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
#boxPop .close_pop {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/material/pop_close_gray.png) no-repeat 0 0;
    right: -30px;
    top: 0;
    cursor: pointer;
}
#boxPop hr {
    margin: 20px 0;
    height: 1px;
    border: 0;
    border-bottom: 1px dotted #e0e0e0;
}
#boxPop .content_pop {
    background: none;
    min-height: 0;
    position: relative;
    text-align: center;
}
#boxPop .content_pop .descrip .video {
    width: 100%;
    height: 450px;
}
.scrollAnimate {
    top: 150px;
}
.scrollAnimate, .scrollAnimate_right {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}
.scrollAnimate_right {
    right: -150px;
}
.scrollAnimate_absolute_bottom {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -150px;
}
.scrollAnimate_absolute_top {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: -150px;
}
.scrollAnimate_absolute_left {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -200px;
}
.scrollAnimate_absolute_right {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    right: -200px;
}
.scrollAnimate_fade {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
}

.float-wa {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 150px;
    z-index: 14;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
}
.float-wa.absSroll {
    position: absolute;
    bottom: 150px;
    right: 20px;
}

header {
    height: 80px;
}
header .menu ul li a {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    padding: 0 27.5px;
}
header .logo {
    width: 157px;
    height: 42px;
    
    position:pxenter;
    
    
}
header .logo a {
    background-size: 100%!important;
    
}
.navChild {
    top: 80px;
}
.navChild .scSub {
    max-height: 458px;
}
.navChild .subChild ul li.navProd a {
    height: 100px;
}
.navChild .subChild ul li.navProd ul {
    margin-bottom: 20px;
}
.navChild .subChild ul li.navProd ul li a {
    height: auto;
    padding: 3px 0;
}
.navChild .scSub .sChild_2 ul li.htitle {
    font-size: 14px;
}
.navChild .scSub .sChild_2 ul li a {
    font-size: 12px;
}
.navChild .subChild ul li a .span1 {
    font-size: 20px;
    padding: 20px 0 0;
}
.navChild .subChild ul li a .span2 {
    font-size: 14px;
}
#middle {
    margin-top: 80px;
}
.homeslider .caption {
    width: 630px;
}
.homeslider .caption .in {
    padding: 0 70px;
}
.homeslider .caption .in h3 {
    font-size: 51px;
    line-height: 60px;
    margin-bottom: 15px;
}
.homeslider .caption .in .sl {
    font-size: 15px;
    line-height: 25px;
}
.homeslider .slick-dots {
    bottom: 28%}
.homeCarousel .iCarousel .slick-prev {
    right: 45%;
    transform: translateX(-45%);
}
.homeCarousel .iCarousel .slick-next {
    right: 47.9%;
    transform: translateX(-47.9%);
}
.home h3 {
    font-size: 22px;
}
.home h3.v2 {
    font-size: 36px;
    line-height: 36px;
}
.home h3.v2 span {
    font-size: 18px;
    line-height: 36px;
}
.homeFeature {
    padding: 0 0 0px;
}
.homeFeature .bg_img {
    background-size: 100%!important;
}
.homeFeature .feature {
    padding-top: 38px;
}
.homeFeature .feature .col {
    width: 140px;
    margin-bottom: 60px;
}
.homeTech .col .productText .title {
    font-size: 28px;
    padding: 15px 0 10px;
    line-height: 30px;
}
.homeTech .col .productText .cate {
    font-size: 20px;
    line-height: 20px;
}
.homeCarousel .iCarousel .slide .cts .tcaption .ctitle {
    font-size: 20px;
}
.homeCarousel .iCarousel .slide .cts .tcaption .tcate {
    font-size: 13px;
}
.homeCarousel .iCarousel .slick-next, .homeCarousel .iCarousel .slick-prev {
    width: 60px;
    height: 36px;
}
.homeDownload {
    height: 340px;
}
.homeDownload .bg_img {
    background-size: 100% 280px!important;
}
.bannerPage .caption .in h1 {
    font-size: 40px;
    line-height: 48px;
}
.bannerPage .caption .in .sDes {
    font-size: 15px;
    line-height: 22px;
}
.bannerPage .caption .in .ddMenu .current, .bannerPage .caption .in .ddMenu .scdropdown li a, .bannerPage .caption .in .ddMenu .styledSelect2 select {
    font-size: 14px;
    padding: 16px;
}
.tabContainer .tab li a {
    font-size: 15px;
}
.boxLanding .container {
    width: 865px;
}
.boxLanding .descrip .descText {
    width: 405px;
}
.boxLanding .descrip .descText .title {
    font-size: 40px;
    line-height: 40px;
    padding-top: 20px;
}
.boxLanding .descrip .descText .cate {
    font-size: 20px;
    line-height: 20px;
}
.boxLanding .descrip .descText .sDes {
    font-size: 15px;
    line-height: 22px;
    margin: 25px 0 38px;
}
.boxLanding.right .descText {
    margin-left: -405px;
}
.boxLanding .descrip .descText .title:before, .homeTech .col .productText .title:before {
    width: 50px;
}
.homeTech.v2 .productText {
    bottom: 100px;
}
.landingTech {
    background: #fff;
    background: linear-gradient(180deg, #fff 15%, #f4f4f4 30%);
}
.landingTech.modSLider .descrip {
    padding-bottom: 0;
}
.landingTech.modSLider .descrip .container {
    width: 870px;
    padding: 0;
}
.landingTech.modSLider .descrip .descText, .landingTech.modSLider .slick-dotted.slick-slider {
    width: 100%}
.landingTech.modSLider .descText .scat {
    font-size: 18px;
    line-height: 22px;
}
.landingTech.modSLider .descText .title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 0;
    margin-bottom: 45px;
}
.landingTech.modSLider .description .fl {
    width: 350px;
}
.landingTech.modSLider .description .fr {
    width: 425px;
}
.landingTech.modSLider .description .sDes h3 {
    font-size: 26px;
}
.landingTech.modSLider.v2 .description .fl {
    width: 430px;
}
.landingTech.modSLider.v2 .description .fr {
    width: 440px;
}
.landingTech .descrip .descText .sDes {
    font-size: 16px;
    line-height: 22px;
    margin-right: 0;
}
.landingTech .descrip .descText .sDes p {
    line-height: 22px;
}
.landingTech .descrip .descText .sDes img {
    max-width: 100%}
.landingTech.modSLider .slick-dots {
    width: 465px;
}
.landingTech.modSLider .slick-dots li {
    width: 29px;
    height: 3px;
    margin-right: 10px;
}
.landingTech.modSLider .slick-dots li button {
    width: 29px;
}
.landingTech.modSLider .slick-dots li button:before {
    width: 29px;
    height: 3px;
}
.landingTech .container {
    width: 910px;
}
.landingTech .descrip .descText {
    width: 485px;
}
.landingTech .descrip .descText .title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 25px;
}
.landingTech .descrip .descText .sDes_list {
    margin: 0 48px;
    text-align: left;
}
.landingTech .descrip .descText .sDes_list ul li {
    font-size: 16px;
    line-height: 26px;
}
.landingTech .descrip .descText .sDes_list ul li .im {
    height: 57px;
}
.landingTech .descrip .descText .sDes_list ul li .im img {
    height: 57px;
    width: auto;
}
.landingTech .descrip .descText .sDes_list ul li span {
    margin-left: 75px;
}
.landingTech .descrip .imgct {
    width: 390px;
    left: 0;
}
.landingTech .descrip .container {
    padding: 100px 0;
}
.landingTech.td_2 .descrip .container {
    padding-top: 208px;
}
.landingTech.td_2 .gbr_fr {
    width: 460px;
}
.landingTech.td_2 .gbr_fr img {
    height: 475px;
    max-width: none;
    left: -40%}
.landingTech.td_3 .container {
    padding: 90px 0;
}
.landingTech.td_3 .descrip .descText {
    width: 540px;
}
.landingTech.td_3 .descrip .descText .sDes {
    margin-right: 0;
}
.landingTech.td_3 .descrip .descText .sDes .lst {
    text-align: left;
}
.landingTech.td_3 .descrip .descText .sDes .lst img {
    max-width: none;
    height: 94px;
}
.landingTech.td_3 .gbr_fl {
    width: 545px;
    height: 400px;
}
.landingTech.td_3 .gbr_fl img {
    height: 100%;
    max-width: none;
    margin-left: -15%}
.landingTech.relative.td_4 .descrip .container {
    width: 615px;
}
.landingTech.relative .descrip .descText .sDes img {
    width: 318px;
}
.landingTech.td_5 .gbr_fl img {
    height: 400px;
    max-width: none;
}
.landingTech.relative.td_5 .descrip .descText .sDes img {
    width: 100%}
.landingTech .descrip .imgct img {
    top: 90px;
}
.landingTech.td_6 .descrip .container {
    padding-top: 160px;
}
.landingTech.td_6 .gbr_fr img {
    height: 100%;
    margin-right: -10%}
.landingTech.td_7 .descrip .container {
    padding-top: 65px;
}
.landingTech.td_7 .gbr_fl img {
    height: 580px;
    max-width: none;
    margin-left: -11%}
.landingTech.td_7 .descrip .descText {
    width: 520px;
}
.landingTech .gbr_fl img, .landingTech .gbr_fr img {
    height: 300px;
}
.landingTech.center .container {
    width: 555px;
    text-align: center;
}
.landingTech.center .descrip .descText {
    width: 100%}
.landingTech.center .descrip .descText .sDes {
    margin: 0;
}
.landingTech.center .descrip .descText img {
    width: 315px;
}
.landingTech.right .descText {
    margin-left: -53%}
.landingTech.td_1 {
    height: 552px;
}
.landingTech.td_2, .landingTech.td_3 {
    height: 600px;
}
.landingTech.td_3 .decrip .descText .sDes img {
    height: 94px;
}
.landingTech.td_5 {
    height: 605px;
}
.landingTech.td_6 {
    height: 594px;
}
.product .content_col {
    width: 710px;
}
.product .side h3 {
    font-size: 16px;
}
.product .side .colCategories p, .product .side .colCategories ul li a {
    font-size: 15px;
}
.product .content_col .topTitle h3 {
    font-size: 30px;
}
.product.v2 .product_list .col {
    width: 176px;
}
.product_detail .container {
    padding-top: 65px;
    width: 870px;
}
.product_detail .pd_image {
    width: 368px;
}
.product_detail .pd_description {
    width: 452px;
}
.product_detail .pd_image .pdGal .pimg {
    margin-bottom: 90px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide {
    margin-right: 20px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide .bor {
    width: 78px;
    height: 78px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide img {
    width: 56px;
}
.product_detail .pd_description .title {
    font-size: 40px;
    line-height: 45px;
}
.product_detail .pd_description .shortDes {
    font-size: 16px;
    line-height: 22px;
}
.product_detail .pd_description .shortDes p {
    line-height: 22px;
}
.product_detail .deCate {
    font-size: 16px;
}
.product_detail .pd_description .blockDownload a {
    font-size: 16px;
    margin-right: 50px;
}
.product_detail .col.bot .container {
    width: 880px;
}
.product_detail .col.bot h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}
.product_detail .deCate.twocol {
    padding-left: 0;
    padding-right: 0;
    width: 480px;
    margin-right: 26px;
}
.product_detail .coldecate .twocol:last-child {
    width: 370px;
}
.product_detail .deCate .timg {
    height: 310px;
}
.btn_more a {
    font-size: 13px;
}
.btn_more.v3 a {
    font-size: 16px;
    padding-right: 55px;
}
.btn_more.v3 a:after {
    right: 15px;
}
.btn_more.v3 a:hover:after {
    right: 10px;
}
.colStores .srmenu {
    margin-bottom: 35px;
}
.colGuide .gdlist, .colGuide .head_filter, .colStores .inStore, .colStores .srmenu {
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 50px;
}
.colStores .inStore {
    margin-bottom: 0;
}
.colStores .srmenu ul li {
    margin-right: 110px;
}
.colStores .srmenu ul li a {
    padding: 30px 0;
    font-size: 16px;
}
.colStores .inStore .col .image {
    width: 118px;
    height: 78px;
}
.colStores .inStore .col .txtAddress {
    width: 268px;
}
.colStores .inStore .col .txtAddress .title {
    font-size: 18px;
}
.colStores .inStore .col .txtAddress .address {
    font-size: 15px;
}
.colStores .paging {
    padding: 0 35px;
}
.colGuide .container {
    padding-bottom: 60px;
}
.colGuide .head_filter h3 {
    font-size: 30px;
}
.colGuide .gdlist .col {
    width: 105px;
    margin: 0 37.5px 40px;
}
.colGuide .gdlist .col .img {
    width: 105px;
    height: 105px;
    margin-bottom: 17px;
}
.colGuide .gdlist .col .title {
    font-size: 18px;
    line-height: 20px;
}
.colGuide .gdlist .col .stitle {
    font-size: 14px;
    line-height: 16px;
}
.colGuide .gdlist.v2 .col {
    width: 268px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.colGuide .gdlist.v2 .col .img {
    margin-bottom: 15px;
}
.colContact #idMap {
    height: calc(100vh - 80px - 116px);
}
.colContact .contact {
    width: 485px;
}
.colContact .contact .inn {
    padding: 49px 60px;
}
.colContact .contact h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.colContact .contact .csDes {
    font-size: 15px;
}
.colContact .contact .csDes p {
    line-height: 24px;
    margin-bottom: 25px;
}
.colContact .contact .csAddress {
    font-size: 16px;
}
.colContact .contact .csAddress p {
    line-height: 22px;
}
.colContact .contact .colButton {
    padding: 30px 0 0;
}
.colContact .contact .colButton .btn {
    padding: 0 20px;
}
.colContact .contact .form_std .field {
    margin-bottom: 30px;
}
.colContact .contact .form_std .field.fsubmit .cancel, .colContact .contact .form_std .field.fsubmit .submit {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    width: 130px;
}
.colContact .contact .form_std .field input[type=email], .colContact .contact .form_std .field input[type=text], .colContact .contact .form_std .field textarea {
    font-size: 16px;
}
.colContact .contact .form_std .field label {
    font-size: 14px;
}
.blockCareer {
    background: #fff;
    background: linear-gradient(180deg, #fff 10%, #f4f4f4 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4f4f4", GradientType=0);
}
.blockCareer .container {
    padding: 45px 0;
}
.blockCareer .inShort {
    padding: 0 105px;
    font-size: 16px;
}
.blockCareer .inShort p {
    line-height: 24px;
    margin-bottom: 26px;
}
.blockCareer .listCareer {
    padding: 75px 35px 70px;
}
.blockCareer .listCareer h3 {
    font-size: 30px;
    margin-bottom: 45px;
}
.blockCareer .listCareer .tbl table td {
    font-size: 16px;
}
.blockCareer .listCareer .tbl table td .position {
    font-size: 22px;
    margin-bottom: 5px;
}
.colCMS {
    font-size: 16px;
}
.colCMS .container {
    background: #fff;
    padding: 52px 0 85px;
    margin-bottom: 85px;
}
.colCMS .inner {
    padding: 0 105px;
}
.colCMS .inner .cm_title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 35px;
}
.colCMS .inner .col_locate .col {
    font-size: 18px;
}
.colCMS .inner p {
    line-height: 26px;
}
.colCMS .inner h3 {
    font-size: 26px;
}
.colCMS .inner ul {
    padding-bottom: 40px;
}
.colCMS .colApply {
    padding: 65px 105px 0;
}
.colCMS .colApply .btn_apply {
    background: #f4f4f4;
}
.colCMS .colApply .btn_apply .ic {
    height: 60px;
    width: 60px;
}
.colCMS .colApply .btn_apply span {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
}



@media (max-width:2560px) {
    .navChild .subChild .container {
    width: 984px;
}
header .logo a {
    position: absolute;
    width: 157px;
    height: 42px;
   
}

.homeslider .slick-dots {
    bottom: 20%}
.homeFeature .container {
    padding-top: 50px;
}
.homeTech .col .productText .sDes {
    display: none;
}
.homeTech .col .productText .cate {
    margin-bottom: 40px;
}
.homeCarousel .iCarousel .slick-next, .homeCarousel .iCarousel .slick-prev {
    top: 100%;
    margin-top: -36px;
}
.homeCarousel .iCarousel .slick-prev {
    right: 31%;
    transform: translateX(-31%);
}
.homeCarousel .iCarousel .slick-next {
    right: 47.1%;
    transform: translateX(-47.1%);
}
.boxLanding:last-child {
    margin-bottom: 0;
}
.landingTech .gbr img {
    max-width: none;
    height: 100%;
    left: -15%}
.landingTech.td_1 .gbr img {
    max-width: 100%;
    height: auto;
    left: 0;
}
.btn_more.v3 a:hover:after {
    right: 0;
}
.btn_more.v2 a:hover:after {
    right: 0;
    background-size: 100%}
.product .side.sideDesktop {
    display: none;
}
.product .content_col {
    float: none;
    width: auto;
    display: block;
    margin: 0 35px;
}
.product.v2 .vline {
    display: none;
}
.product.v2 .container {
    padding-top: 0;
}
.product.v2 .product_list .col {
    width: 227px;
}
.product .side.sideMobile {
    display: block;
    width: auto;
    border-bottom: 1px solid #d8d8d8;
    padding: 0 35px;
    margin: 0 0 32px;
}
.product .side.sideMobile .colCategories {
    display: inline-block;
    vertical-align: top;
    width: 318px;
    border-bottom: 0 solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 23px 20px 15px 0;
    margin: 0;
}
.product .side.sideMobile h3 {
    margin-bottom: 0;
}
.product .side.sideMobile .sfiltering {
    display: inline-block;
    vertical-align: top;
    width: 545px;
    padding: 23px 0 0 20px;
}
.product .side.sideMobile .sfiltering .col {
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    margin: 0 1.5% 0 0;
    position: relative;
}
.product .side.sideMobile .sfiltering .col:after {
    width: 1px;
    background: #eaeaea;
    top: 0;
    right: 0;
    height: 30px;
    content: "";
    position: absolute;
}
.product .side.sideMobile .sfiltering .col:last-child {
    margin-right: 0;
}
.product .side.sideMobile .sfiltering .col:last-child:after {
    display: none;
}
.product .side.sideMobile .sfiltering h3.vmore .viewAll {
    color: #676767;
}
.product .side.sideMobile .sfiltering .styledSelect.v4 select {
    color: #666;
}
#middle {
    position: relative;
    overflow: hidden;
}
.scrollAnimate {
    top: 0!important;
}
.scrollAnimate, .scrollAnimate_right {
    opacity: 1!important;
    filter: alpha(opacity=1)!important;
}
.scrollAnimate_right {
    right: 0!important;
}
.scrollAnimate_absolute_bottom {
    opacity: 1;
    filter: alpha(opacity=1)!important;
    bottom: 0!important;
}
.scrollAnimate_absolute_top {
    opacity: 1!important;
    filter: alpha(opacity=1)!important;
    top: 0!important;
}
.scrollAnimate_absolute_left {
    opacity: 1!important;
    filter: alpha(opacity=1)!important;
    left: 0!important;
}
.scrollAnimate_absolute_right {
    right: 0!important;
}
.scrollAnimate_absolute_right, .scrollAnimate_fade {
    opacity: 1!important;
    filter: alpha(opacity=1)!important;
}
.scrollAnimate_fade {
    top: 0!important;
}

}
@media (max-width:1023px) {
    .aboutprofile .container, .container, .landingTech.modSLider .descrip .container, .wrapper {
    width: 738px;
}
header {
    height: 70px;
}
header .container {
    width: 100%}
header .menu {
    display: none;
}
header .logo {
    left: 0;
    top: 0;
    position: relative;
    float: left;
    transform: translate(0);
    margin: 20px 0 0 15px;
}
header .menuMobile {
    float: right;
    position: relative;
    cursor: pointer;
    display: block;
    width: 68px;
    height: 70px;
    border-left: 0px solid #d8d8d8;
}
header .menuMobile span {
    width: 35px;
    height: 3px;
    background: #000;
    position: absolute;
    display: block;
    left: 18px;
    text-indent: -999999px;
}
header .menuMobile span.span_1 {
    top: 23px;
}
header .menuMobile span.span_2 {
    top: 35px;
}
header .menuMobile span.span_3 {
    top: 47px;
}
#middle {
    padding: 0 15px;
    margin-top: 70px;
}
.homeslider, .homeslider .slick-track {
    height: auto;
}
.homeslider .slick-slide img {
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: auto;
}
.homeslider .caption {
    width: 452px;
}
.homeslider .caption .in {
    padding: 0 35px;
}
.homeslider .caption .in h3 {
    font-size: 50px;
}
.homeslider .caption .in .sl {
    line-height: 20px;
}
.homeslider .slick-dots {
    bottom: 30%}
.homeFeature {
    background-size: 150%}
.homeFeature .feature .col {
    margin: 0 20px 45px;
}
.homeTech .col .productText {
    width: 187px;
    bottom: 30px;
}

.homeTech .col.fr .productText {
    right: 23px;
}
.homeTech .col .productText .title {
    line-height: 28px;
    padding: 25px 0 5px;
    font-size: 20px;
    line-height: 20px;
}
.homeTech .col .productText .cate {
    font-size: 16px;
    line-height: 16px;
}
.home h3 {
    font-size: 20px;
}
.home h3.v2 {
    font-size: 30px;
    line-height: 30px;
}
.home h3.v2 span {
    font-size: 16px;
    line-height: 30px;
}
.homeCarousel .iCarousel .slide .cts .tcaption .ctitle {
    font-size: 16px;
    line-height: 20px;
}
.homeCarousel .iCarousel .slide .cts .tcaption .tcate {
    line-height: 16px;
}
.homeCarousel .iCarousel .slick-prev {
    right: 18%;
    transform: translateX(-18%);
}
.homeCarousel .iCarousel .slick-next {
    right: 46%;
    transform: translateX(-46%);
}
.btn_download a {
    font-size: 12px;
    padding: 0 8px 12px;
}
.homeDownload {
    height: 285px;
}
.homeDownload .bg_img {
    background-size: 100% 200px!important;
}
.homeDownload .container {
    padding: 50px 0 0;
}
.bannerPage .img {
    height: 100%}
.bannerPage .img img {
    width: 100%;
    height: auto;
}
.bannerPage .caption {
    width: 450px;
}
.bannerPage .caption .in, .bannerPage .caption .in .sDes {
    padding: 0 25px;
}
.aboutprofile {
    height: auto;
}
.aboutprofile .tabContainer {
    margin: 0 45px;
}
.tabContainer .tab {
    padding-bottom: 40px;
}
.tabContainer .ct_descrip p {
    line-height: 24px;
}
.boxLanding {
    margin-bottom: 55px;
}
.boxLanding .container {
    width: 100%}
.boxLanding img {
    position: relative;
    z-index: 1;
}
.boxLanding .descrip {
    z-index: 3;
    position: relative;
}
.boxLanding .descrip .descText {
    left: 0;
    position: relative;
    padding-top: 30px;
    top: 0;
    transform: translateY(0);
    width: auto;
    margin: 0 45px;
}
.boxLanding .descrip .descText .title {
    font-size: 36px;
    line-height: 36px;
    padding-top: 15px;
}
.boxLanding .descrip .descText .sDes {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 20px;
}
.boxLanding .descrip .descText .cate {
    font-size: 18px;
    line-height: 18px;
}
.boxLanding.right .descText {
    left: 0;
    margin-left: 45px;
}
.homeTech.v2 .col {
    width: 100%;
    height: 424px;
    background: #fff;
}
.homeTech.v2 .col img {
    position: absolute;
    width: auto;
    max-width: none;
    height: 100%;
    z-index: 1;
}
.homeTech.v2 .col .productText {
    z-index: 3;
    width: 60%}

.homeTech.v2 .col.fr img {
    left: 0;
}
.homeTech.v2 .col .productText .title {
    font-size: 28px;
    line-height: 28px;
}
.homeTech.v2 .col .productText .cate {
    font-size: 20px;
}
.landingTech.modSLider .techSLider {
    padding-bottom: 47px;
}
.landingTech.modSLider .decrip .descText .title {
    padding-bottom: 0;
}
.landingTech.modSLider .decrip .descText .sDes {
    margin: 0 15px;
}
.landingTech.modSLider .decrip {
    padding: 65px 0 0;
}
.landingTech.modSLider .decrip .container {
    width: 100%}
.landingTech.modSLider .description .fl {
    width: 100%;
    margin-bottom: 35px;
}
.landingTech.modSLider .description .fr {
    width: 100%}
.landingTech.modSLider .slick-slide .description .fl img {
    width: 280px;
    margin: auto;
}
.landingTech.modSLider .description .sDes h3 {
    padding-left: 38px;
}
.landingTech.modSLider .description .sDes h3:before {
    left: 0;
    top: 0;
}
.landingTech.modSLider .description .sDes img.left {
    width: 57px;
    height: 57px;
    margin-right: 15px;
    margin-top: -4px;
}
.landingTech .container {
    width: 648px;
}
.landingTech .gbr {
    background: #fff;
}
.landingTech.center .container {
    width: 600px;
}
.landingTech .decrip .descText {
    top: 30%;
    transform: translateY(-30%);
}
.landingTech .decrip .descText .sDes_list {
    margin: 0 74px;
}
.landingTech .decrip .descText .sDes .lst {
    margin-left: 262px;
    text-align: left;
}
.landingTech.relative {
    padding: 85px 0 60px;
}
.landingTech.modSLider.v2 .techSLider {
    padding-bottom: 0;
}
.landingTech.modSLider.v2 .descrip {
    padding: 130px 0 0;
    height: auto;
}
.landingTech.modSLider.v2 .description {
    width: 670px;
    margin: auto;
}
.landingTech.modSLider.v2 .decrip .descText .sDes {
    margin: 0;
}
.landingTech.modSLider.v2 .descText .title {
    margin-bottom: 35px;
}
.landingTech.modSLider.v2 .description .fl, .landingTech.modSLider.v2 .description .fr {
    position: relative;
}
.landingTech.modSLider.v2 .description .fl {
    width: 437px;
    float: none;
    display: block;
    top: 0;
    transform: translateY(0);
}
.landingTech.modSLider.v2 .description .fr {
    width: 100%;
    float: none;
    display: block;
    text-align: right;
}
.landingTech.modSLider.v2 .description .fr img {
    width: 435px;
    display: inline-block;
}
.landingTech.modSLider.v2 .slick-slide .description .fl img {
    width: auto;
}
.landingTech.modSLider.v2 .slick-dots {
    bottom: 190px;
    left: 40px;
    width: auto;
}
.landingTech.td_1, .landingTech.td_2 {
    min-height: 700px;
    height: auto;
}
.landingTech.td_2 .descrip .container {
    padding-top: 130px;
}
.landingTech.td_2 .gbr_fr img {
    height: 375px;
    left: -15%}
.landingTech.td_2 .gbr img {
    height: 505px;
    left: -24%}
.landingTech.td_3 {
    height: 700px;
}
.landingTech.td_3 .descrip .descText {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.landingTech.td_3 .gbr_fl {
    width: 490px;
    height: 330px;
}
.landingTech.td_3 .gbr img {
    height: 392px;
    left: 0;
}
.landingTech.td_3 .descrip .descText .sDes .lst {
    padding-left: 260px;
}
.landingTech.relative.td_4 {
    padding: 0;
}
.landingTech.td_5 {
    height: 700px;
    padding: 0;
}
.landingTech.td_5 .descrip .imgct {
    display: none;
}
.landingTech.td_6 {
    height: 700px;
}
.landingTech.td_6 .gbr_fr img {
    margin-right: -27%}
.landingTech.td_6 .descrip .container {
    width: 360px;
    margin: 0 0 0 44px;
}
.landingTech.td_6 .descrip .descText {
    width: 100%}
.landingTech.right.td_5 .descText {
    margin-left: 0;
    float: none;
}
.landingTech.relative.td_5 .descrip {
    width: 675px;
    margin: 0 auto;
}
.landingTech.relative.td_5 .descrip .imgct {
    display: none;
}
.landingTech.relative.td_5 .descrip .descText {
    margin-left: 0;
    left: 0;
}
.landingTech.relative.td_5 .descrip .descText .sDes p {
    margin-bottom: 30px;
}
.landingTech.td_7 {
    background: #fff;
}
.landingTech.td_7 .descrip .descText {
    width: 360px;
}
.landingTech.td_7 .gbr_fl img {
    margin-left: -22%;
    height: 540px;
}
.landingTech.td_6 .gbr {
    background: url(../images/material/landingTech_rainshower_short_med.jpg) no-repeat 100% 100%;
    height: 100%;
    right: 0;
}
.landingTech.td_6 .gbr img {
    left: -14%;
    transform: translate(-14%);
    margin-left: 0;
    display: none;
}
.landingTech.td_6 .decrip .descText {
    width: 358px;
}
.landingTech.td_7 {
    height: auto;
}
.landingTech.td_7 .gbr img {
    height: 470px;
}
.landingTech.td_7 .decrip .descText {
    width: 370px;
    margin-left: -370px;
    left: 100%}
.product .content_col.full {
    width: auto;
}
.product_list .col {
    width: 221px;
}
.product .side.sideMobile {
    padding: 0 15px;
}
.product .side.sideMobile .colCategories {
    display: block;
    width: auto;
    position: relative;
    padding: 0 25px;
    margin: 23px 0 15px;
    height: 35px;
    border-right: 0 solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.product .side.sideMobile .colCategories h3 {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
}
.product .side.sideMobile .colCategories .styledSelect.v4 {
    position: absolute;
    top: 0;
    right: 28px;
    width: 265px;
}
.product .side.sideMobile .sfiltering {
    padding: 0 28px 15px;
    display: block;
    width: auto;
}
.product .side.sideMobile .sfiltering h3 {
    display: inline-block;
    width: 120px;
    margin: 0 10px 0 0;
    height: 36px;
}
.product .side.sideMobile .sfiltering .col {
    width: 164px;
    margin-right: 10px;
}
.product .side.sideMobile .sfiltering h3.vmore .viewAll {
    left: 0;
    top: 22px;
    font-size: 10px;
}
.product .content_col .topTitle h3 {
    font-size: 26px;
    line-height: 30px;
}
.product.v2 .product_list .col {
    width: 221px;
}
.product_detail .container {
    width: 652px;
    padding: 50px 0 35px;
}
.product_detail .pd_image {
    width: 276px;
}
.product_detail .pd_description {
    width: 322px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide {
    margin-right: 14px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide .bor {
    width: 56px;
    height: 56px;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide img {
    width: 42px;
}
.product_detail .pd_description .stitle {
    font-size: 12px;
}
.product_detail .pd_description .title {
    font-size: 36px;
    line-height: 36px;
}
.product_detail .pd_description .shortDes {
    font-size: 16px;
    line-height: 20px;
}
.product_detail .pd_description .shortDes p {
    line-height: 20px;
}
.product_detail .deCate {
    font-size: 14px;
}
.product_detail .deCate .timg {
    height: 300px;
}
.product_detail .pd_description .cl .cselect .styledSelect.v2 select {
    min-width: 50px;
    width: 100%}
.product_detail .pd_description .cl .cselect label {
    padding-right: 10px;
}
.product_detail .pd_description .cl .cselect.size {
    margin: 0 10px 10px 0;
}
.product_detail .pd_description .blockDownload a {
    margin: 0 0 10px;
    font-size: 14px;
}
.product_detail .col.bot .container {
    width: 668px;
}
.product_detail .col.bot h3 {
    font-size: 26px;
    line-height: 26px;
}
.product_detail .deCate.twocol {
    width: 320px;
}
.product_detail .coldecate .twocol:last-child {
    width: 315px;
}
.product_detail .deCate {
    font-size: 13px;
}
.product_detail .deCate.twocol td {
    padding: 6px 3px;
    line-height: 18px;
}
.product_detail .deCate table td.label_2 {
    width: 26%}
.bannerPage .caption .in .ddMenu {
    width: 350px;
}
.colStores .srmenu ul li {
    margin-right: 52px;
}
.colGuide .gdlist, .colGuide .head_filter, .colStores .inStore, .colStores .srmenu {
    padding-right: 0;
    padding-left: 0;
    margin-right: 35px;
    margin-left: 35px;
}
.colStores .inStore .col .image {
    margin-bottom: 22px;
}
.colStores .inStore .col .txtAddress {
    margin-left: 0;
}
.colStores .inStore .col .txtAddress .title {
    margin: 0 0 5px;
}
.bannerPage.v2 {
    height: 856px;
    padding-bottom: 0;
}
.bannerPage.v2 .img img {
    position: relative;
    left: 25%;
    transform: translateX(-25%);
}
.colGuide .gdlist {
    margin-bottom: 0;
}
.colGuide .gdlist .col {
    margin: 0 29.5px 40px;
}
.colGuide .gdlist.v2 .col {
    width: 307px;
}
.colGuide .gdlist.v2 .col:nth-child(2n+2) {
    margin-right: 0;
}
.colGuide .gdlist.v2 .col:nth-child(2n+3) {
    margin-right: 50px;
}
.colGuide .gdlist .col .title {
    padding: 0 20px;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 8px;
}
.colGuide .gdlist .col .stitle {
    padding: 0 20px;
    font-size: 15px;
}
.btn_more.v3 a {
    font-size: 14px;
}
.colContact #idMap {
    height: auto;
}
.colContact #idMap img {
    width: 100%;
    height: auto;
    max-width: 100%}
.colContact .contact {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: #fff;
}
.colContact .contact .inn {
    width: 360px;
    margin: 0 auto;
    padding: 50px 0 90px;
}
.colContact .contact h1 {
    font-size: 36px;
    line-height: 36px;
}
.colContact .contact .colButton .btn {
    padding: 0 25px;
}
.colContact .open_map {
    display: none;
}
.blockCareer .inShort {
    padding: 0 45px;
}
.blockCareer .listCareer .tbl table td {
    padding: 20px 15px 20px 0;
}
.blockCareer .listCareer .tbl table td .position {
    font-size: 20px;
}
.blockCareer .listCareer .tbl table td .location {
    font-size: 14px;
}
.blockCareer .listCareer .btn_more.v3 a {
    display: block;
    font-size: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    text-indent: -999999px;
}
.colCMS .inner {
    padding: 0 38px;
}
.colCMS .inner .cm_title {
    font-size: 30px;
    line-height: 30px;
}
.colCMS .inner h3 {
    font-size: 24px;
}
.colCMS .colApply {
    padding: 0 38px;
}
.colCMS .colApply .btn_apply span {
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    width: 145px;
}
.colCMS .colApply .btn_apply .ic {
    height: 55px;
    width: 56px;
}

#boxPop {
    min-width: 600px;
    max-width: 600px;
}
#boxPop .content_pop .descrip .video {
    height: 340px;
}
footer {
    height: 70px;
}
footer .container {
    margin: 0 15px;
}
footer .fl {
    margin-top: 17px;
    margin-left: 9px;
    width: 267px;
}
footer .fl .col {
    font-size: 11px;
}
footer .fl .col.address {
    display: none;
}
footer .fl .col.contact .row {
    margin: 0 0 7px;
}
footer .fl .col.contact .row.telp {
    padding: 3px 0 3px 28px;
}
footer .logo {
    width: 105px;
    height: 28px;
    top: 25px;
    transform: translate(-50%);
}
footer .fr {
    margin-top: 17px;
    margin-right: 9px;
}
footer .fr .block_social {
    margin-bottom: 8px;
}
footer .fr .block_social ul li {
    margin: 0 8px;
}
footer .fr .block_social ul li:last-child {
    margin-right: 0;
}
footer .fr .naf_foot ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
footer .fr .naf_foot ul li a {
    font-size: 11px;
}
.float-wa {
    width: 100px;
    bottom: 15px;
}
.float-wa.absSroll {
    bottom: 80px;
}
}@media (max-width:767px) {
    .float-wa {
    width: 100px;
    right: 5px;
}
.float-wa.absSroll {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    margin-top: -27px;
    text-align: right;
    padding: 0 5px;
    box-sizing: border-box;
}
.float-wa.absSroll img {
    width: 100px;
}
.container, .wrapper {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.aboutprofile .container {
    width: auto;
}
header {
    height: 60px;
    border-bottom: 1px solid #eaeaea;
}
header .container {
    padding-left: 0;
    padding-right: 0;
}
header .logo {
    width: 110px;
    height: 29px;
    margin: 20px 0 0 15px;
}
header .menuMobile {
    width: 60px;
    height: 60px;
}
header .menuMobile span {
    left: 15px;
    width: 31px;
    height: 3px;
}
header .menuMobile span.span_1 {
    top: 19px;
}
header .menuMobile span.span_2 {
    top: 28px;
}
header .menuMobile span.span_3 {
    top: 37px;
}
.showMenuMobile .socialMob .inn {
    padding: 20px 0 30px;
}
.showMenuMobile .mmNav {
    margin: 0 20px;
    padding: 45px 0 85px;
    top: 25%;
    transform: translateY(-20%);
    position: relative;
}
.showMenuMobile .mmClose {
    width: 20px;
    height: 20px;
    background-size: 100%}
.showMenuMobile .mmNav .subChild {
    padding: 30px 0 0;
}
.showMenuMobile .mmNav .subChild li a {
    font-size: 18px;
    padding: 10px 0;
}
.showMenuMobile .mmNav .subChild li.hasChild ul li a {
    font-size: 14px;
}
#middle {
    padding: 0;
    margin-top: 60px;
    min-height: 150px;
}
.homeslider .caption {
    width: 100%}
.homeslider .caption .in {
    padding: 0 20px;
}
.homeslider .caption .in h3 {
    font-size: 36px;
    line-height: 36px;
}
.homeslider .slick-dots {
    bottom: 74px;
}
.homeslider .caption .in .sl {
    margin-left: 10px;
    margin-right: 10px;
}
.home h3 {
    line-height: 24px;
}
.btn_more a:after {
    width: 20px;
    background-size: 100%}
.btn_more.v2 a {
    padding-right: 28px;
}
.homeFeature {
    height: auto;
    padding-bottom: 75px;
    background-size: 300%}
.homeFeature .container {
    padding-top: 30px;
}
.homeFeature .feature {
    padding-top: 19px;
    padding-bottom: 50px;
}
.homeFeature .feature .col {
    width: 136px;
    margin: 0 3px 45px;
}
.homeFeature .ourProduct {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 0 15px;
}
.homeFeature .ourProduct .container {
    width: auto;
    padding: 0;
}
.homeTech {
    margin: 0 0 4px;
}
.homeTech .col {
    width: 100%}
.homeTech .col.fr:before {
    display: none;
}
.homeTech .col .productText .title {
    padding: 20px 0 2px;
}
.homeTech .col .productText .cate {
    margin-bottom: 35px;
}
.homeCarousel {
    margin: 5px 0 0;
}
.homeCarousel .iCarousel .slide:before {
    width: 0;
}
.homeCarousel .iCarousel .slide.slick-current:before {
    width: 4px;
    left: 100%;
    margin-left: -4px;
}
.homeCarousel .iCarousel .slick-prev {
    right: 11%;
    transform: translateX(-11%);
}
.homeCarousel .iCarousel .slick-next {
    right: 43%;
    transform: translateX(-43%);
}
.homeCarousel .iCarousel .slide .cts .tcaption .ctitle {
    padding: 0 10px;
}
.homeDownload {
    height: 253px;
}
.homeDownload .bg_img {
    background-size: 170% auto!important;
}
.homeDownload .container {
    padding: 45px 0 0;
}
.homeDownload h3 {
    padding: 0 28px;
}
.bannerPage .caption {
    width: 100%}
.bannerPage .caption .in h1 {
    font-size: 30px;
    line-height: 30px;
}
.bannerPage .caption .in .ddMenu {
    width: auto;
}
.bannerPage .caption .in .sDes {
    display: none;
}
.bannerPage.v2 {
    height: auto;
}
.paging ul {
    text-align: left;
}
.paging ul li a {
    width: 34px;
    height: 40px;
    line-height: 40px;
}
.aboutprofile .tabContainer {
    margin: 0 15px;
}
.tabContainer .ct_descrip p {
    font-size: 14px;
    line-height: 22px;
}
.tabContainer .tab li {
    padding-right: 25px;
}
.boxLanding {
    margin-bottom: 25px;
}
.boxLanding .container {
    width: auto;
}
.boxLanding .descrip .descText {
    margin: 0;
}
.boxLanding .descrip .descText .title {
    font-size: 30px;
    line-height: 30px;
}
.boxLanding .descrip .descText .cate {
    font-size: 16px;
    line-height: 16px;
}
.homeTech.v2 {
    padding: 0;
}
.homeTech.v2 .col {
    height: 250px;
}
.homeTech.v2 .col .productText {
    width: 85%}
.homeTech.v2 .col .productText .title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 4px;
}
.landingTech {
    background: #fff;
}
.landingTech .container {
    width: auto;
    padding: 0 15px;
}
.landingTech .descrip {
    position: relative;
    height: auto;
    padding: 25px 15px 0;
    width: auto;
}
.landingTech .descrip .descText {
    top: 0;
    transform: translateY(0);
    position: relative;
    width: auto;
}
.landingTech .descrip .descText .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.landingTech .descrip .descText .sDes {
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
}
.landingTech .descrip .descText .sDes p {
    line-height: 20px;
}
.landingTech .descrip .descText .sDes_list {
    margin: 0;
}
.landingTech .descrip .descText .sDes_list ul li {
    font-size: 14px;
    line-height: 20px;
}
.landingTech .descrip .descText .sDes .lst {
    margin-left: 0;
}
.landingTech .gbr {
    position: relative;
    height: auto;
}
.landingTech .gbr img {
    position: relative;
}
.landingTech.center .container {
    width: auto;
    padding: 0 15px;
}
.landingTech.center.td_1 .container {
    padding-bottom: 250px;
}
.landingTech.td_2 .descrip .container {
    padding-top: 60px;
}
.landingTech.td_2 .container {
    padding-bottom: 380px;
}
.landingTech .gbr_fl img, .landingTech .gbr_fr img {
    height: 200px;
}
.landingTech.td_2 .gbr_fr {
    width: 270px;
    height: 330px;
}
.landingTech.td_2 .gbr_fr img {
    left: -50%}
.landingTech.td_3 .container {
    padding: 30px 0 350px;
}
.landingTech.td_3 .descrip .descText .sDes .lst {
    padding-left: 0;
}
.landingTech.td_3 .gbr_fl {
    width: auto;
}
.landingTech.td_3 .gbr_fl img {
    margin-left: 0;
}
.landingTech.relative.td_4 .descrip .container {
    width: auto;
    padding: 30px 0;
}
.landingTech.relative.td_5 .descrip {
    width: auto;
}
.landingTech.relative.td_5 .descrip .container {
    padding: 25px 0;
}
.landingTech.td_6 .descrip .container {
    width: auto;
    margin: auto;
    padding: 25px 0;
}
.landingTech.td_6 .gbr_fr {
    display: none;
}
.landingTech.td_7 .container {
    padding: 25px 0;
}
.landingTech.td_7 .descrip .container {
    padding-top: 0;
}
.landingTech.td_7 .gbr_fl {
    position: relative;
}
.landingTech.td_7 .gbr_fl .img {
    position: relative;
    margin-top: -105px;
}
.landingTech.modSLider .descrip {
    padding: 30px 0 0;
}
.landingTech.modSLider .descrip .container {
    width: auto;
    padding: 0 15px;
}
.landingTech.modSLider .descText .scat {
    font-size: 16px;
    line-height: 20px;
}
.landingTech.modSLider .slick-slide .description .fl img {
    width: 80%}
.landingTech.modSLider .descrip .descText .sDes {
    margin: 0;
}
.landingTech.modSLider .description .sDes img.left {
    width: 47px;
    height: auto;
}
.landingTech.modSLider .slick-dots {
    width: 100%;
    bottom: -15px;
}
.landingTech.modSLider.v2 .descrip {
    padding: 20px 0;
}
.landingTech.td_1, .landingTech.td_2, .landingTech.td_3, .landingTech.td_5, .landingTech.td_6, .landingTech.td_7 {
    height: auto;
    min-height: 100px;
}
.landingTech.td_2 .gbr img, .landingTech.td_3 .gbr img, .landingTech.td_7 .gbr img {
    height: auto;
    left: 0;
    max-width: 100%}
.landingTech.relative.td_5 .decrip, .landingTech.td_6 .descrip .descText {
    width: auto;
}
.landingTech.td_7 .descrip .descText {
    width: auto;
    left: 0;
    margin-left: 0;
}
.landingTech.relative {
    padding: 0;
}
.landingTech.modSLider.v2 .description, .landingTech.modSLider.v2 .description .fl {
    width: auto;
}
.landingTech.modSLider.v2 .slick-slide .description .fl img {
    height: 100px;
}
.landingTech.modSLider.v2 .description .col {
    padding-left: 60px;
}
.landingTech.modSLider.v2 .slick-dots {
    bottom: 15px;
}
.styledSelect select {
    min-width: 225px;
}
.product .container {
    padding: 30px 0 50px;
}
.product .content_col.full {
    float: none;
    margin: 0;
}
.product_list .col {
    width: 49%;
    height: auto;
}
.product_list .col .img {
    padding: 18px;
}
.product_list .col .txt {
    position: relative;
    padding: 18px;
    display: block;
    width: auto;
}
.product_list .col .txt .title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.product .side.sideMobile .colCategories {
    padding: 0;
}
.product .side.sideMobile .colCategories h3 {
    display: none;
}
.product .side.sideMobile .colCategories .styledSelect.v4 {
    width: 100%;
    right: 0;
}
.product .side.sideMobile .sfiltering {
    padding: 0 0 15px;
}
.product .side.sideMobile .sfiltering h3 {
    display: block;
    width: auto;
    margin: 0;
}
.product .side.sideMobile .sfiltering .col {
    display: block;
    margin: 0 0 5px;
    width: auto;
}
.product .side.sideMobile .sfiltering .col:after {
    display: none;
}
.product .content_col {
    margin: 0 15px;
}
.product .content_col .topTitle .col_filter .itemOf {
    float: none;
    display: block;
    margin: 0 0 18px;
}
.product .content_col .topTitle .col_filter .blockSelect {
    float: none;
    display: block;
}
.product.v2 .product_list {
    padding-bottom: 15px;
}
.product.v2 .product_list .col {
    width: 49%}
.product_detail .pd_description .shortDes {
    padding: 15px 0 0;
}
.product_detail .pd_description .shortDes p {
    line-height: 24px;
}
.product_detail .container {
    width: auto;
    padding: 40px 15px 35px;
}
.product_detail .pd_image {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 30px;
}
.product_detail .pd_image .pdGal .pimg {
    margin-bottom: 30px;
}
.product_detail .pd_image .pdGal .pimg img {
    margin: auto;
}
.product_detail .pd_image .pdGal .pd-thumb .slick-slide {
    float: none;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
}
.product_detail .pd-thumb .slick-track {
    width: 100%!important;
    text-align: center;
}
.product_detail .pd_description {
    width: auto;
}
.product_detail .pd_description .title {
    font-size: 30px;
}
.product_detail .deCate {
    font-size: 16px;
}
.product_detail .deCate table td {
    display: block;
    line-height: 24px;
}
.product_detail .deCate table td.label {
    width: 100%}
.product_detail .deCate .timg {
    height: auto;
    margin-bottom: 50px;
}
.product_detail .deCate.twocol {
    width: auto;
    display: block;
    margin-right: 0;
}
.product_detail .coldecate .twocol:last-child {
    width: auto;
}
.product_detail .deCate .timg img {
    width: 100%;
    height: auto;
}
.product_detail .coldecate .twocol:last-child .product_detail .pd_description .cl .cselect.size {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
.product_detail .pd_description .cl .cselect label {
    width: 55px;
}
.product_detail .pd_description .cl .cselect .styledSelect.v2 select {
    width: 105px;
}
.product_detail .pd_description .blockDownload a {
    display: block;
}
.product_detail .col.bot .container {
    width: auto;
    padding: 45px 15px;
}
.colStores .srmenu {
    display: none;
}
.colStores .srmenuMobile {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.colGuide .gdlist, .colGuide .head_filter, .colStores .inStore, .colStores .srmenu {
    margin: 0;
}
.colStores .inStore .col {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.colStores .inStore .col:last-child {
    padding-bottom: 50px;
}
.colStores .inStore .col .txtAddress .btn_more a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.colStores .paging {
    padding: 0;
}
.colStores .inStore .col .image {
    display: block;
}
.colStores .inStore .col .txtAddress {
    display: block;
    width: 100%}
.colGuide .container {
    padding: 30px 15px;
}
.colGuide .head_filter {
    margin-bottom: 30px;
}
.colGuide .head_filter h3 {
    display: block;
    float: none;
    margin-bottom: 17px;
    font-size: 26px;
    line-height: 26px;
}
.colGuide .head_filter .styledSelect {
    float: none;
    width: auto;
}
.colGuide .gdlist .col {
    margin: 0 19px 40px;
}
.colGuide .gdlist .col .img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}
.colGuide .gdlist.v2 .col {
    width: 100%;
    display: block;
    margin-right: 0;
}
.colGuide .gdlist.v2 .col .img img {
    width: 100%}
.colGuide .gdlist .col .title {
    font-size: 20px;
    line-height: 24px;
}
.colGuide .gdlist .col .stitle {
    font-size: 14px;
}
.colContact .contact .inn {
    width: auto;
    padding: 30px 20px 55px 15px;
}
.colContact .contact h1 {
    font-size: 30px;
    line-height: 30px;
}
.colContact .contact .colButton .btn {
    width: 140px;
    height: 45px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
}
.colContact .contact .colButton .btn.cform, .colContact .contact .colButton .btn.get {
    margin-right: 0;
}
.colContact .contact .form_std .field.fsubmit .cancel, .colContact .contact .form_std .field.fsubmit .submit {
    width: 128px;
    height: 45px;
}
.colContact .contact .form_std .field.fsubmit .submit {
    margin-right: 12px;
}
.colContact .contact .form_std .field.fsubmit .cancel {
    margin-right: 0;
}
.colContact .contact .form_std .field input[type=email], .colContact .contact .form_std .field input[type=text], .colContact .contact .form_std .field textarea {
    width: 89%}
.blockCareer .container {
    padding: 35px 15px 75px;
}
.blockCareer .inShort {
    padding: 0;
}
.blockCareer .listCareer {
    padding: 15px 0;
}
.blockCareer .listCareer h3 {
    font-size: 24px;
    line-height: 26px;
}
.blockCareer .listCareer .tbl table td {
    display: block;
    padding: 0 0 7px;
    border: 0;
    position: relative;
}
.blockCareer .listCareer .tbl table td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
.blockCareer .listCareer .tbl table td:first-child {
    padding-top: 17px;
}
.blockCareer .listCareer .tbl table td.date {
    display: none;
}
.blockCareer .listCareer .tbl table td .location {
    padding-bottom: 15px;
}
.blockCareer .listCareer .tbl .btn_more {
    position: absolute;
    right: 0;
    bottom: 22px;
}
.blockCareer .listCareer .tbl .btn_more a:after {
    width: 29px;
    height: 100%;
    background-size: auto 100%}
.colCMS .container {
    padding: 25px 15px 100px;
    margin-bottom: 0;
}
.colCMS .inner {
    padding: 0;
}
.colCMS .inner .cm_title {
    font-size: 24px;
    margin-bottom: 20px;
}
.colCMS .inner .col_locate .col {
    display: block;
    margin-bottom: 10px;
}
.colCMS .inner .col_locate .col:first-child {
    margin-right: 0;
}
.colCMS .inner .col_locate .col span {
    padding-left: 48px;
    line-height: 30px;
}
.colCMS .inner .col_locate .col.locate span:before {
    width: 27px;
    height: 25px;
    background-size: 100%}
.colCMS .inner .col_locate .col.date span:before {
    width: 22px;
    height: 30px;
    background-size: 100%}
.colCMS .inner ul li {
    line-height: 26px;
    padding: 0 0 10px 28px;
}
.colCMS .colApply {
    padding: 0;
}
.colCMS .colApply .btn_apply {
    float: none;
    display: block;
    position: relative;
}
.colCMS .colApply .btn_apply .ic {
    position: absolute;
    top: 0;
    left: 0;
}
.colCMS .colApply .btn_apply span {
    display: block;
    width: auto;
    padding-left: 70px;
}
.colCMS .colApply .btn_more {
    float: none;
}
.colCMS .btn_more.v3 a {
    padding-left: 0;
}


#boxPop {
    min-width: 540px;
    max-width: 540px;
}
#boxPop .content_pop .descrip .video {
    height: 280px;
}
footer {
    height: auto;
}
footer .container {
    margin: 0;
    padding: 0 0 25px;
}
footer .logo {
    display: none;
}
footer .fl {
    width: 100%;
    margin: 15px 0 0;
}
footer .fl .col {
    width: 220px;
    margin: auto;
    padding-bottom: 15px;
}
footer .fl .col.address {
    display: block;
    margin: auto;
}
footer .fl .col.address p {
    font-size: 11px;
    line-height: 16px;
}
footer .fr {
    margin: 0;
    width: 100%}
footer .fr .block_social {
    text-align: center;
    padding: 0 15px;
}
footer .fr .naf_foot {
    margin: 0;
    padding: 13px 15px 0;
    text-align: center;
}
}@media (max-width:640px) {
    .homeCarousel .iCarousel .slick-prev {
    right: 26%;
    transform: translateX(-26%);
}
.homeCarousel .iCarousel .slick-next {
    right: 46.5%;
    transform: translateX(-46.5%);
}
#boxPop {
    min-width: 360px;
    max-width: 360px;
}
#boxPop .content_pop .descrip .video {
    height: 280px;
}
.g-recaptcha {
    width: 280px;
}
.g-recaptcha>div {
    margin: auto;
    width: 100%!important;
}
.g-recaptcha>div>div {
    width: 100%!important;
    height: 78px;
    transform: scale(.8);
    webkit-transform: scale(.8);
    text-align: center;
    position: relative;
    margin-left: 0;
    left: -25px;
}
}@media (max-width:540px) {
    .homeCarousel .iCarousel .slick-prev {
    right: 25%;
    transform: translateX(-25%);
}
.homeCarousel .iCarousel .slick-next {
    right: 45.5%;
    transform: translateX(-45.5%);
}
}@media (max-width:480px) {
    .homeCarousel .iCarousel .slick-prev {
    right: 17%;
    transform: translateX(-17%);
}
.homeCarousel .iCarousel .slick-next {
    right: 45.1%;
    transform: translateX(-45.1%);
}
}@media (max-width:375px) {
    .homeCarousel .iCarousel .slick-prev {
    right: 11%;
    transform: translateX(-11%);
}
.homeCarousel .iCarousel .slick-next {
    right: 44%;
    transform: translateX(-44%);
}
#boxPop {
    min-width: 250px;
    max-width: 250px;
}
#boxPop .content_pop .descrip .video {
    height: 280px;
}
}@media (max-width:320px) {
    .homeCarousel .iCarousel .slick-prev {
    right: 11%;
    transform: translateX(-11%);
}
.homeCarousel .iCarousel .slick-next {
    right: 43%;
    transform: translateX(-43%);
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}
#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #68A4C4;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}
#hero .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#hero-no-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
}
#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}
#hero-no-slider p {
  color: #fff;
}
#hero-no-slider .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}
#hero-no-slider .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0;
}

.videowrapper { float: none; clear: both; width: 100%; position: center; padding-bottom: 56.25%; padding-top: 25px; height: 0; } 
.videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box-pink .icon {
  background: #fceef3;
}
.services .icon-box-pink .icon i {
  color: #ff689b;
}
.services .icon-box-pink:hover {
  border-color: #ff689b;
}
.services .icon-box-cyan .icon {
  background: #e6fdfc;
}
.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}
.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}
.services .icon-box-green .icon {
  background: #eafde7;
}
.services .icon-box-green .icon i {
  color: #41cf2e;
}
.services .icon-box-green:hover {
  border-color: #41cf2e;
}
.services .icon-box-blue .icon {
  background: #e1eeff;
}
.services .icon-box-blue .icon i {
  color: #2282ff;
}
.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #f4f4f4;
}
.why-us .icon-box + .icon-box {
  margin-top: 50px;
}
.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}
.why-us .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}
.why-us .icon-box:hover .icon {
  background: #68A4C4;
}
.why-us .icon-box:hover .icon i {
  color: #fff;
}
.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.why-us .icon-box .title a:hover {
  color: #68A4C4;
}
.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}
.why-us .video-box {
  position: relative;
}
.why-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}
.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.why-us .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}
.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
  margin-top: 100px;
}
.features h3 {
  font-weight: 400;
  font-size: 24px;
}
.features ul {
  list-style: none;
  padding: 0;
}
.features ul li {
  padding-bottom: 10px;
}
.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}
.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}
.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
  font-size: 48px;
  display: block;
  color: #68A4C4;
}
.facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding: 60px 0;
}
.skills .progress {
  height: 35px;
  margin-bottom: 10px;
}
.skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
.skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #68A4C4;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 10px;
}
.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}
.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}
.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}
.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}
.service-details .card-text {
  color: #5e5e5e;
}
.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}
.service-details .read-more a:hover {
  color: #68A4C4;
}
.service-details .card:hover img {
  transform: scale(1.1);
}
.service-details .card:hover .card-body {
  border-color: #68A4C4;
}
.service-details .card:hover .card-body .card-title a {
  color: #68A4C4;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 60px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Montserrat", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-app {
  border-color: #68A4C4;
  color: #68A4C4;
}
.portfolio .portfolio-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}
.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}
.portfolio .portfolio-item .portfolio-info h3 {
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.portfolio .portfolio-item .portfolio-info a i {
    text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info a i:hover {
    text-transform: capitalize;
  color: white;
}
.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    max-height : auto ;
  max-width: auto;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #68A4C4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
}
.portfolio-details .portfolio-info h3 {
    text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    text-transform: capitalize;
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    text-transform: capitalize;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    text-transform: capitalize;
    
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 30px;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 12px;
  display: inline-block;
}
.team .member .social a:hover {
  color: #68A4C4;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}
.team .member:hover .social a, .team .member:hover .social i {
  line-height: 0;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}
.contact .info-box i {
  font-size: 32px;
  color: #68A4C4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a2cce3;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #68A4C4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #8dbad2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}
.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #1e4356;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #68A4C4;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #72afce;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #7aafcb;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1e4356;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #255269;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #68A4C4;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #1e4356;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(30, 67, 86, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #68A4C4;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #1e4356;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b607c;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #b1d0e1;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #b1d0e1;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #1e4356;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #255269;
}
.blog .blog-pagination {
  color: #387ea2;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #1e4356;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #68A4C4;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #1e4356;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #77adca;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #1e4356;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #68A4C4;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #1e4356;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #68A4C4;
  background: #68A4C4;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0b212d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 12px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #0c4338;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin-top: 30px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #808080;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}
#footer .footer-top {
  background: #0c4338;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #123649;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
#footer .footer-top .footer-info p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0c4338;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    
  line-height: 36px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #fff;
}
.container,
.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative
}
.colCatalogue {
    background: #f4f4f4;
    min-height: 250px
}

.colCatalogue {}

.colCatalogue .container {
    padding: 100px 0 120px
}

.colCatalogue .catList .col {
    display: inline-block;
    vertical-align: top;
    width: 392px;
    height: 500px;
    border: 3px solid #ccc;
    padding: 27px;
    margin: 0 67px 62px 0;
    cursor: pointer
}

.colCatalogue .catList .col:nth-child(3n+3) {
    margin-right: 0
}

.colCatalogue .catList .col .img {
    max-height:291px;
    max-width:291px;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden
}

.colCatalogue .catList .col .img img {
    transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out
}

.colCatalogue .catList .col p {
    margin: 0
}

.colCatalogue .catList .col .title {
    font-size: 27px;
    font-weight: 300;
    position: relative;
    padding: 22px 0 0;
    margin: 0 0 8px;
    text-transform: uppercase;
    line-height: 27px
}

.colCatalogue .catList .col .title:before {
    position: absolute;
    width: 42px;
    height: 4px;
    background: #fabe42;
    content: "";
    top: 0;
    left: 0;
    transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out
}

.colCatalogue .catList .col .stitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px
}

.colCatalogue .catList .col:hover .img img {
    transform: scale(1.1)
}

.colCatalogue .catList .col:hover .title:before {
    width: 62px
}

@media (max-width:1890px) {
    .container,
    .wrapper {
        width: 100%;
    }
    .colCatalogue .container {
        padding: 58px 0
    }
    .colCatalogue .catList {
        padding: 0 39px
    }
    .colCatalogue .catList .col {
        padding: 20px;
        width: 326px;
        height: 415px;
        margin: 0 51px 60px 50px
    }
    .colCatalogue .catList .col .img {
        margin: 0 0 20px
    }
    .colCatalogue .catList .col .title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 5px
    }
    .colCatalogue .catList .col .stitle {
        font-size: 14px;
        line-height: 16px
    }
    .colCatalogue .catList .col .title:before {
        width: 40px
    }
}
@media (max-width:1360px) {
    .container,
    .colCatalogue .container {
        
    }
    .colCatalogue .catList .col {
        width: 350px;
        height: 448px;
        margin-right: 50px
    }
    .colCatalogue .catList .col:nth-child(2n+2) {
        margin-right: 0
    }
    .colCatalogue .catList .col:nth-child(2n+3) {
        margin-right: 50px
    }
}
@media (max-width:767px) {
    header .logo a {
        margin-top:-10px;
    }
    
    
    .colCatalogue .container {
        padding: 35px 0px 55px
    }
    .colCatalogue .catList {
        padding: 0
    }
    .colCatalogue .catList .col {
        display: block;
        margin-right: 0;
        max-width: 80%;
        height: auto;
        padding-bottom: 25px;
        margin-bottom: 30px;
        border-width: 2px
    }
    .colCatalogue .catList .col .img img {
        width: 100%
    }
    .colCatalogue .catList .col:nth-child(2n+3) {
        margin-right: 0
    }
    
    .section-products .single-product .part-1 {
    position: relative;
    max-width :500px;
    width : 86.50519031141869vw;
    height: 86.50519031141869vw;
    max-height:500px;
    margin-bottom: 20px;
    overflow: hidden;
}
}

#middle {
    
    padding: 0 18px;
    min-height: 400px;
    margin-top: 100px
}

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
 
}
section.module.parallax {
    min-width:100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 45px;
  line-height: 200px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/bannerhome/3.png");
}
section.module.parallax-2 {
  background-image: url("http://lorempixel.com/output/abstract-q-c-1920-1920-6.jpg");
}
section.module.parallax-3 {
  background-image: url("http://lorempixel.com/output/abstract-q-c-1920-1920-6.jpg");
}

@media all and (min-width: 600px) {
   
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
  
 
}

   .card1{
	
	position:relative;
	width:90%;
	min-height:160px;
	display:block;
	left:5%;
}
.card1 figure {
	padding : 10%;
	position:relative;
	width:100%;
	min-height:460px;
	display:block;
	float:left;
	overflow:hidden;
	margin: 0 0;
	box-shadow:inset 0px 2px 3px rgba(0,0,0,.2);
	-webkit-transition: all .15s ease-in-out;
}
.digital {
	background-color:#000;
	background-image: url("../img/pbanner/digital_lock.png");
	background-size:cover;
	background-position:no-repeat center;
}
.hard {
	background-color:#000;
	background-image: url("../img/pbanner/hardware.png");
	background-size:cover;
	background-position:center center;
}
.smart {
	background-color:#000;
	background-image: url("../img/pbanner/smart_home.png");
	background-size:cover;
	background-position:center center;
}
figcaption {
    opacity: 0.6;
	display:block;
	float:left;
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:rgba(0,0,0,.7);
	width:50%;
	height:100%;
	margin:0 0 0 -20px;;
	padding:20px;
	padding-left:40px;
	-webkit-transform: skew(-10deg);
       -moz-transform: skew(-10deg);
         -o-transform: skew(-10deg);
	-webkit-transition: all .15s ease-in-out;
}
figcaption a, figcaption a:hover {
	color:#FFF;
	text-decoration:none;
}
figcaption strong {
	display:block;
	word-wrap: normal;
	-webkit-transform: skew(10deg);
       -moz-transform: skew(10deg);
         -o-transform: skew(10deg);
}
figcaption strong:before {
	content:" ";
	border-top:solid 3px rgba(211,29,26,1);
	width:140%;
	display:block;
	clear:both;
	margin-bottom:20px;
	-webkit-transition: all .15s ease-in-out;
}

/* HOVERS */
figure:hover figcaption {
    opacity: 0.8;
	background-color:#0c4338;
	-webkit-transition: all .15s ease-in-out;
}
figure:hover figcaption strong:before {
	width:200%;
	border-color:#FFF;
	-webkit-transition: all .15s ease-in-out;
}

 
.button {
  font: 1em Arial, sans-serif;
  display: inline-block;
  padding: 1em;margin: 1em;
/*   border-radius: 5px; */
  text-decoration: none;
  color: gray;
  
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: linear-gradient(dodgerblue, dodgerblue), linear-gradient(silver, silver);
  background-size: 0 5px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
}

.button:hover {
  /* The following line makes the underline only as wide as the text */
  /* background-size: calc(100% - 2em) 5px, auto; */
  background-size: 100% 5px, auto;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}



.logos-flex-container {
    background-image: url("../img/bannerhome/olsop.png");
    width: auto;
    height: 60vh;
    background-size:cover;
	background-position:no-repeat center;
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.logos-flex-item {
    position:relative;
  top : 50%;
  width: 200px;
  height: 80px;
  
  text-align: center;
}

@media screen and (max-width: 970px) {
    
  .logos-flex-item {
      top : 20%;
    width: 140px;
    height: 80px;
    margin-top: 10px;
    text-align: center;
  }
}


.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    min-height: 299px;
    
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("../img/produk/digitallock/DIGITAL LOCK RFID CARD.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("../img/produk/digitallock/TG 508 AL.png") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("../img/produk/digitallock/TG 509 AL NEW 1.png") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("../img/produk/digitallock/TG 906 B.png") no-repeat center;
    background-size: cover;
}
.section-products #product-5 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 708 B.png") no-repeat center;
    background-size: cover;
}

.section-products #product-6 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 902 SS.png") no-repeat center;
    background-size: cover;
}
.section-products #product-7 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 907.png") no-repeat center;
    background-size: cover;
}

.section-products #product-8 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 916.png") no-repeat center;
    background-size: cover;
}
.section-products #product-10 .part-1::before {
    background: url("../img/produk/digitallock/TG 910 B.png") no-repeat center;
    background-size: cover;
}
.section-products #product-9 .part-1::before {
    background: url("../img/produk/digitallock/TG 907 RB.png") no-repeat center;
    background-size: cover;
}
.section-products #product-11 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 893 B.png") no-repeat center;
    background-size: cover;
}
.section-products #product-12 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 897 B.png") no-repeat center;
    background-size: cover;
}

.section-products #product-13 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 898 B.png") no-repeat center;
    background-size: cover;
}

.section-products #product-14 .part-1::before {
    background: url("../img/produk/digitallock/DIGITAL LOCK CAMERA TG RF 809 FC B.png") no-repeat center;
    background-size: cover;
}

.section-products #product-15 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 805 FC.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}
.section-products #product-17 .part-1::before {
    background: url("../img/produk/digitallock/toyagi TG RF FC 3D 810.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}
.section-products #product-18 .part-1::before {
    background: url("../img/produk/digitallock/PREMIUM DIGITAL LOCK CAMERA TG RF 821 3D FC.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}
.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -200%; }
100% { left: -200%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slidy infinite; 
}

.content {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
    font-family: "Montserrat", sans-serif;
    
  position: relative;
  background: #f9f9f9;
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
    line-height:30px;
    font-family: "Montserrat", sans-serif;
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}
.container1{
     width: 100%;
     max-height:auto;
  background-color: #f4f4f4;
  display:flex;
  align-items: center;
  justify-content: center;
}
.button1 {
    font-weight: 600;
    width: auto;
     max-height:auto;
  font: 1em;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 1em;
/*   border-radius: 5px; */
  text-decoration: none;
  color: black;
  
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: linear-gradient(dodgerblue, dodgerblue);
  background-size: 0 5px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
}

.button1:hover {
  /* The following line makes the underline only as wide as the text */
  /* background-size: calc(100% - 2em) 5px, auto; */
  background-size: 100% 5px, auto;
}


.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444; 
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    min-height: 299px;
    min-width:auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-products .single-product .part-1::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
		transform: scale(1.2,1.2) rotate(5deg);
}

.section-products #product-1 .part-1::before {
    background: url("../img/produk/digitallock/DIGITAL LOCK RFID CARD.png") no-repeat center;
    background-size: 100% auto;
		transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("../img/produk/digitallock/TG 508 AL.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #product-3 .part-1::before {
    background: url("../img/produk/digitallock/TG 509 AL NEW 1.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #product-4 .part-1::before {
    background: url("../img/produk/digitallock/TG 906 B.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #product-5 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 708 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #product-6 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 902 SS.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #product-7 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 907.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #product-8 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 916.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #product-10 .part-1::before {
    background: url("../img/produk/digitallock/TG 910 B.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #product-9 .part-1::before {
    background: url("../img/produk/digitallock/TG 907 RB.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #product-11 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 893 B.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #product-12 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 897 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #product-13 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 898 B.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #product-14 .part-1::before {
    background: url("../img/produk/digitallock/DIGITAL LOCK CAMERA TG RF 809 FC B.png") no-repeat center;
    background-size: cover;
}

.section-products #product-15 .part-1::before {
    background: url("../img/produk/digitallock/TG RF 805 FC.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
		
}

.section-products #product-16 .part-1::before {
    background: url("../img/produk/digitallock/DIGITAL LOCK TG RF 709 B.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
		
}

.section-products #product-17 .part-1::before {
    background: url("../img/produk/digitallock/toyagi TG RF FC 3D 810.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
		
}
.section-products #product-18 .part-1::before {
    background: url("../img/produk/digitallock/PREMIUM DIGITAL LOCK CAMERA TG RF 821 3D FC.png") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}

/*smart home*/
.section-products #sh-1 .part-1::before {
    background: url("../img/produk/smarthome/TG 10.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-2 .part-1::before {
    background: url("../img/produk/smarthome/TG 11.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-3 .part-1::before {
    background: url("../img/produk/smarthome/TG 19 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-4 .part-1::before {
    background: url("../img/produk/smarthome/TG 91 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-5 .part-1::before {
    background: url("../img/produk/smarthome/TG 101.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-6 .part-1::before {
    background: url("../img/produk/smarthome/TG DS 10.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-7 .part-1::before {
    background: url("../img/produk/smarthome/TG IPC 9 W.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-8 .part-1::before {
    background: url("../img/produk/smarthome/TG IPC 11 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-9 .part-1::before {
    background: url("../img/produk/smarthome/TG IPC 12 W.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-10 .part-1::before {
    background: url("../img/produk/smarthome/TG WP 16.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-11 .part-1::before {
    background: url("../img/produk/smarthome/TG 20 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-12 .part-1::before {
    background: url("../img/produk/smarthome/TG 21 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-13 .part-1::before {
    background: url("../img/produk/smarthome/TOYAGI SMART IP ROBOT CAMERA TG IPC ROBOT 88.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #sh-14 .part-1::before {
    background: url("../img/produk/smarthome/TOYAGI SMART SIRENE 3 IN 1 TG SR 1.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #sh-15 .part-1::before {
    background: url("../img/produk/smarthome/TOYAGI SMART SOCKET TG 11.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #sh-16 .part-1::before {
    background: url("../img/produk/smarthome/Smart Control Panel Gateways 4 Inch.jpg") no-repeat center;
    background-size: 100% auto;
}
.section-products #sh-17 .part-1::before {
    background: url("../img/produk/smarthome/Smart Control Panel Gateways 8 Inch.jpg") no-repeat center;
    background-size: 100% auto;
}

/*hardware*/

.section-products #hd-1 .part-1::before {
    background: url("../img/produk/hardware/CASEMENT TG 621 HEAVY DUTY.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-2 .part-1::before {
    background: url("../img/produk/hardware/CASEMENT TG 621 STANDARD.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-3 .part-1::before {
    background: url("../img/produk/hardware/CASEMENT TG 721 HEAVY DUTY.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-4 .part-1::before {
    background: url("../img/produk/hardware/CASEMENT TG 721 STANDARD.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-5 .part-1::before {
    background: url("../img/produk/hardware/ENGSEL JENDELA TG 32 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-6 .part-1::before {
    background: url("../img/produk/hardware/RAMBUNCIS TG RB 05 AL B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-7 .part-1::before {
    background: url("../img/produk/hardware/RAMBUNCIS TG RB 05 AL RH, LH.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-8 .part-1::before {
    background: url("../img/produk/hardware/RAMBUNCIS TG RB 06 AL LH RH.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-9 .part-1::before {
    background: url("../img/produk/hardware/RAMSKAR TG RMS 308 NB.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-10 .part-1::before {
    background: url("../img/produk/hardware/CYLINDER TDC 09-60 NP.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-11 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DC 02.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-12 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DS 07.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-13 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DS 09.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-14 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DS 11.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-15 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DS 14.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-16 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DS W 11.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-17 .part-1::before {
    background: url("../img/produk/hardware/DUST PROOF STRIKER TG DPS 25.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-18 .part-1::before {
    background: url("../img/produk/hardware/HINGE TG 41 B & 81 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-19 .part-1::before {
    background: url("../img/produk/hardware/ENGSEL TG 53 B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-20 .part-1::before {
    background: url("../img/produk/hardware/ESCUTHEON TP 02.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-21 .part-1::before {
    background: url("../img/produk/hardware/ESCUTHEON TR 02.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-22 .part-1::before {
    background: url("../img/produk/hardware/FLUSH PULL HANDLE TG FP 02.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-23 .part-1::before {
    background: url("../img/produk/hardware/GRENDEL TANAM TG FB AL 02 6 12.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-24 .part-1::before {
    background: url("../img/produk/hardware/GRENDEL TANAM TG FB GT 6 8 12 24.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #hd-25 .part-1::before {
    background: url("../img/produk/hardware/HALF CYLINDER TDC 09-45 NP.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-26 .part-1::before {
    background: url("../img/produk/hardware/KNOB CYLINDER TDCK 09-60 NP.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-27 .part-1::before {
    background: url("../img/produk/hardware/LOCKASE TLC 80-30.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-28 .part-1::before {
    background: url("../img/produk/hardware/LOCKASE TLC 80-40.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-29 .part-1::before {
    background: url("../img/produk/hardware/LOCKASE TLC 90-50.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-30 .part-1::before {
    background: url("../img/produk/hardware/ROLLER LOCKASE TLCR 90-50.png") no-repeat center;
    background-size: 100% auto;
}
.section-products #hd-31 .part-1::before {
    background: url("../img/produk/hardware/SLIDING RAIL TLGS 01.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-32 .part-1::before {
    background: url("../img/produk/hardware/HINGE TG 42 B & 82  B.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-33 .part-1::before {
    background: url("../img/produk/hardware/DOOR STOPPER TG DS 12 SS SUS 304.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #hd-34 .part-1::before {
    background: url("../img/produk/hardware/ESCUTHEON TP 021 SS, SUS 304.png") no-repeat center;
    background-size: 100% auto;
}


/*hard pull handle*/
.section-products #ph-1 .part-1::before {
    background: url("../img/produk/hardware/TG PH 10.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-2 .part-1::before {
    background: url("../img/produk/hardware/TG PH 518.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #ph-3 .part-1::before {
    background: url("../img/produk/hardware/TG PH 604.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #ph-4 .part-1::before {
    background: url("../img/produk/hardware/TG PH 618.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #ph-5 .part-1::before {
    background: url("../img/produk/hardware/TG PH 1808.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #ph-6 .part-1::before {
    background: url("../img/produk/hardware/PULL HANDLE TG PH 618 SS - 80.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-7 .part-1::before {
    background: url("../img/produk/hardware/PULL HANDLETG PH 10 SS.png") no-repeat center;
    background-size: 100% auto;
}


.section-products #ph-8 .part-1::before {
    background: url("../img/produk/hardware/TG 1205 R.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-9 .part-1::before {
    background: url("../img/produk/hardware/TG 1205.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-10 .part-1::before {
    background: url("../img/produk/hardware/TG PH 12.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-11 .part-1::before {
    background: url("../img/produk/hardware/TG PH 602.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-12 .part-1::before {
    background: url("../img/produk/hardware/TG PH 611.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-13 .part-1::before {
    background: url("../img/produk/hardware/TG PH 621.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-14 .part-1::before {
    background: url("../img/produk/hardware/TG PH 701.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-15 .part-1::before {
    background: url("../img/produk/hardware/TG PH 1206 W.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-16 .part-1::before {
    background: url("../img/produk/hardware/TG PH 1207 W.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-17 .part-1::before {
    background: url("../img/produk/hardware/TG PH 1808.png") no-repeat center;
    background-size: 100% auto;
}

.section-products #ph-18 .part-1::before {
    background: url("../img/produk/hardware/.png") no-repeat center;
    background-size: 100% auto;
}

/* lever handle hardware*/

.section-products #lh-1 .part-1::before {
    background: url("../img/produk/hardware/TG 02 BB.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-2 .part-1::before {
    background: url("../img/produk/hardware/TG 119 B.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-3 .part-1::before {
    background: url("../img/produk/hardware/TG 559 B.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-4 .part-1::before {
    background: url("../img/produk/hardware/TG 782 GB.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-5 .part-1::before {
    background: url("../img/produk/hardware/TG 783 GB.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-6 .part-1::before {
    background: url("../img/produk/hardware/TG 787 BB.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-7 .part-1::before {
    background: url("../img/produk/hardware/TG 788 BSW.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-8 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 02.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-9 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 108 PS.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-10 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 109.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-11 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 110.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-12 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 118 R.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-13 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 209.png") no-repeat center;
    background-size: 100% auto
}
.section-products #lh-14 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 880 R.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-15 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 881.png") no-repeat center;
    background-size: 100% auto
}


.section-products #lh-16 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG TH 03.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-17 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG TH 04.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-18 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG TH 09.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-19 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG TH 12.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-20 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG TH 80.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-21 .part-1::before {
    background: url("../img/produk/hardware/TG 204 SS.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-22 .part-1::before {
    background: url("../img/produk/hardware/TG 211.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-23 .part-1::before {
    background: url("../img/produk/hardware/TG 785 CB.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-24 .part-1::before {
    background: url("../img/produk/hardware/TG 883 SS.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-25 .part-1::before {
    background: url("../img/produk/hardware/TG 891 CW.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-26 .part-1::before {
    background: url("../img/produk/hardware/TG 895.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-27 .part-1::before {
    background: url("../img/produk/hardware/TG 908.png") no-repeat center;
    background-size: 100% auto
}

.section-products #lh-28 .part-1::before {
    background: url("../img/produk/hardware/LEVER HANDLE TG 608 SB.png") no-repeat center;
    background-size: 100% auto;
}



.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

.section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -200%; }
100% { left: -200%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slidy infinite; 
}

.content {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
    font-family: "Montserrat", sans-serif;
    
  position: relative;
  background: #f9f9f9;
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
    line-height:30px;
    font-family: "Montserrat", sans-serif;
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}





.button2 {
    font-weight: 900;
    width: auto;
     max-height:auto;
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 1em;
/*   border-radius: 5px; */
  text-decoration: none;
  color: black;
  
  /* Set up the hover */
  /* If you aren't using autoprefix, remember to prefix the gradient for other browsers */
  background-image: linear-gradient(dodgerblue, dodgerblue);
  background-size: 0 5px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out;
}

.button2:hover {
  /* The following line makes the underline only as wide as the text */
  /* background-size: calc(100% - 2em) 5px, auto; */
  background-size: 100% 5px, auto;
}

.parallax1{
    height:250px;
    background: url('../img/bannerhome/pro.png') no-repeat;
    background-size: 100% auto;
    color: aliceblue;
}
.parallax2{
     height:250px;
    background: url('../img/bannerhome/cata.png') no-repeat;
    background-size: 100% auto;
    color: aliceblue;
}
.parallax1-1{
    background: url('https://images.pexels.com/photos/1835712/pexels-photo-1835712.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}
.parallax1-2{
    background: url('https://images.pexels.com/photos/4275885/pexels-photo-4275885.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}
.parallax1-inner{
    height:auto;
}
.parallax2-inner{
    height:auto;
}

.float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

div1{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h11 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
}

/* Pattern styles */
.container2 {
  display: flex;
}

.left-half {
  background-color: #ff9e2c;
  flex: 1;
  padding: 1rem;
}

.right-half {
  background-color: #b6701e;
  flex: 1;
  padding: 1rem;
}

.img-container {
  position: relative;
  /* Crucial that the image container is positioned relative */
}
.img-container img {
  /* Responsive image styling */
  display: block;
  width: 100%;
  height: auto;
}
.img-container p {
    font-weight: 600;
    text-transform: uppercase;
  /* Aesthetic styles */
  color: #2D2525;
  font-family: "Montserrat", sans-serif;
  /* Styles relevant to centering */
  /* Using vw makes text scale with respect to the viewport width */
  font-size: 4vw;
  position: absolute;
  text-align: center;
  top: calc(60% - 4vw);
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 
     1px  1px     #fff, 
    -1px  1px     #fff, 
     1px -1px     #fff, 
    -1px -1px     #fff,
     1px  1px 5px #555;
}

/* Use media queries to reduce font size for smaller viewports */
@media (max-width: 1000px) {
  .img-container p {
    font-size: 5vw;
    top: calc(60% - 5vw);
  }
}
@media (max-width: 600px) {
  .img-container p {
    font-size: 5.5vw;
    top: calc(70% - 5.5vw);
  }
}

h12 {
  text-align : center;
  padding-top : 30px;
  font-size : 3vw;
}

aside {
    font-weight:600;
  width : 25%;
  float : left;
  height : 300px;
  margin : 10px 0px 10px 0px;
}

nav1 ul {
margin-left : 20%;
  list-style-type : none;
  font-size : 1.5vw;
}

.content2 {
  margin : 10px 0px 10px 0px;
  width : 75%;
  float : left;
}

.content2 p {
    text-align: justify;
  padding : 5px 10px;
  font-size : 18px;
  
}



@media screen and (max-width:480px){
 
  
  h12 {
    font-size : 6vw;
  }
  
  aside {
    width : 100%;
    height : 50px;
    margin : 10px 0px 0px 0px;
    text-align : center;
  }
  
  nav1 li {
    display : inline;
    font-size : 4vw;
    margin-right : 115px;
  }
  
  .content2 {
    margin : 10px 0px 10px 0px;
    width : 100%;
  }
  
  
  .content2 p {
    padding : 5px 10px;
    font-size :12px;
  }
 
}


/*our client*/

.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }
      
#client .type-01 {
	margin: 0 20px;
}
.client .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
}
.client .owl-nav > div {
	height: 300px;
	width: 300px;
	font-size: 0px;
	position: absolute;
}
.client .owl-nav .owl-next {
	cursor: url(../images/right_arrow_white.png), auto !important;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.client .owl-nav .owl-prev {
	cursor: url(../images/left_arrow_white.png), auto !important;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.client .owl-nav .owl-prev {
	left: -200px;
}
.client .owl-nav .owl-next {
	right: -200px;
}
.client .type-01 h2 {
	margin-left: 30px;
	margin-right: 30px;
}
.client .fa.fa-quote-left {
	color: #e30613;
	font-size: 50px;
}
.client-designation {
	display: inline-block;
}
.client-title strong {
	color: #000;
}
.client-detail {
    color: #F5F5F5;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
  font-family: "Montserrat", sans-serif;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px;
  border-bottom: 0;
  cursor: pointer;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  height: 5	px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #e20613;
font-family: "Montserrat", sans-serif;

}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #e20613;
  font-family: "Montserrat", sans-serif;
}

.tabset > input:checked + label {
  border-color: #e20613;
  border-bottom: 2px solid #e20613;
  margin-bottom: -1px;
  font-family: "Montserrat", sans-serif;
}

.tab-panel {
  padding: 30px 0;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.tabset {
  width: 100%;
}



/*sideprod*/

.container3 {
    
    width: 100%;
    margin-top:50px;
    margin-bottom:50px;
      padding-left :8%;
    padding-right:8%;
    position: relative;
    height:auto;
}

/* Slider */ 
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
}

.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8D99AE;
  text-decoration: none;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #D10024;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #D10024;
}

.section-tab-nav li a:hover:after, .section-tab-nav li a:focus:after, .section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

/*----------------------------*\
	product
\*----------------------------*/

.product {
   
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
}

.product .product-img {
    
  position: relative;
}

.product .product-img>img {
  
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  background-color: #FFF;
  border-color: #000000;
  color: #000000;
}

.product .product-img .product-label>span.new {
  background-color: #293a4f;
  border-color: #ffffff;
  color: #FFF;
}

.product .product-body {
  position: relative;

  background-color: #FFF;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 1em;
  color: black;
   font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 14px;
}

.product .product-body .product-name>a {
  font-weight: 700;
  text-decoration: none;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #D10024;
}

.product .product-body .product-price {
  color: #3169af;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  margin-right: -4px;
  background: #FFF;
  color: #E4E7ED;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color: #e58b19;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #E4E7ED;
}

/*----------------------------*\
	Widget product
\*----------------------------*/

.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
    
    
}

.product-widget .product-img>img {
     border-radius: 6px;
    height:auto;
  width: 100%;
}

.product-widget .product-body {
  padding-left: 75px;
  max-height: 10px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 10px;
  color: black;
   font-family: "Montserrat", sans-serif;
    font-weight: 400;
   
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: 700;
}

.product-widget .product-body .product-name>a:hover, .product-widget .product-body .product-name>a:focus {
  color: #D10024;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #D10024;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background: #1e1f29;
  border: none;
  color: #FFF;
}

/*----------------------------*\
	Products slick
\*----------------------------*/

.slick-track{
    
	opacity: 1;
	width: 100%;
	transform:
	translate3d(-1465px, 0px, 0px);
}

.products-slick .slick-list {
  padding-bottom: 60px;
  margin-bottom: -60px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev, .products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before, .products-slick-nav .slick-next:before {
  font-size: 14px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/


.main-raised {

    margin: -7px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}
.main {

    background: #fff;
    position: relative;
    z-index: 3;

}
.mainn-raised {

    margin: px 0px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}
.mainn {

    background: #f4f4f4;  /* fallback for old browsers */
background:  #f4f4f4;
background: #f4f4f4;




    position: relative;
    z-index: 3;

}
/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Montserrat', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;text-align:center}
#parallax-world-of-ugg h2 {font-family:'Montserrat', sans-serif; font-size:7.1vh; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.8;}
#parallax-world-of-ugg h3 {font-family:'Montserrat', sans-serif; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}
#parallax-world-of-ugg p {font-family:'Montserrat', sans-serif; font-weight:bold; font-size:14px; line-height:24px;color:#000000;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #F5F5F4;}
.ny {color: #F5F5F4;}
.atw {color: #F5F5F4;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: #F5F5F4; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(../img/paralax2.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
#parallax-world-of-ugg .parallax-two {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(../img/paralax1.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-three {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(../img/paralax3.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-four {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(../img/); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-five {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(../img/paralax6.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}


/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:3em;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three 
  , #parallax-world-of-ugg .parallax-four , #parallax-world-of-ugg .parallax-five {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}


.suppoprt-me {
  display: inline-block;
  position: fixed;
  width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.suppoprt-me img {
  width: 100%;
  height: auto;
}




