/*hex color:
light-green: #7abe29;
dark-green: #039e40;
blue: #1ab9eb;*/


/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/

html {
    overflow-x: hidden !important;
}
body {
    color: #6a6a6a;
    font-family: 'Kanit', "MS PGothic", "MS Serif", "MS Reference Sans Serif", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    padding: 0 !important;
    font-weight: 100;
}

body.boxed-simple {
  background-color: #f8f8f8;
  background-image: url(../images/bg-body.jpg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
    TYPOGRAPHY HEADING STYLES
-----------------------------------------------------------------*/

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #515151;
  font-family: 'Raleway', 'Kanit', "MS PGothic", "MS Serif", "MS Reference Sans Serif", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 15px 0;
  text-rendering: optimizelegibility;

}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; margin-bottom: 20px; }

p,
p.lead {
  color: #6a6a6a;
  font-family: 'Kanit', "MS PGothic", "MS Serif", "MS Reference Sans Serif", sans-serif;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
}

body.boxed-simple .wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.heading-komatsu .bg-komatsu { background-image: linear-gradient(to right,  #1ab9eb 0%, #039e40 40%, #7abe29 100%); color: #fff; padding: 5px 20px; }
.heading-komatsu h3 { width: auto; font-size: 16px; font-weight: 700; line-height: 1.25; width: 200px; }

.label-komatsu { background-image: linear-gradient(to right,  #7abe29 10%, #1ab9eb 100%); border-radius: 0px; }

.btn-komatsu { 
  border-radius: 6px;
  color: #696f6f;
  border: 1px solid #eee;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 100%;
  margin: 10px 0;
  outline: 0 none;
  padding: 18px 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-komatsu:hover { 
  color: #fff;
  border: 2px solid transparent;
  background: #039e40;
}


/* ----------------------------------------------------------------
    SLIDER
-----------------------------------------------------------------*/

.boxed-slider {
    height: auto;
    width: 100%;
}
.boxed-slider .owl-item {
    height: auto;
}
.boxed-slider .owl-bg-img,
.owl-item img {
    height: auto;
}
#slider,
#slider .owl-stage-outer,
#slider .owl-stage,
#slider .slide {
 height: auto !important;
}

.inspiro-slider.owl-carousel .owl-controls .owl-nav .owl-next, 
.inspiro-slider.owl-carousel .owl-controls .owl-nav .owl-prev { 
  border: none;
}
.inspiro-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover, 
.inspiro-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover { 
  border: none;
  background: transparent;
}
.owl-theme .owl-controls .owl-nav .owl-prev i, 
.owl-theme .owl-controls .owl-nav .owl-next i { font-size: 35px; }

.inspiro-slider .owl-dots .owl-dot span {
    background-color: #fff;
    border-radius: inherit;
    height: 3px;
    width: 30px;
    opacity: .5;
} 

/* ----------------------------------------------------------------
    RESET THEME BASE / THEME ELEMENTS
-----------------------------------------------------------------*/

dl, ol, ul { padding-left: 20px; }
footer { padding: 0; }

.logo-box { height: 60px; padding-left: 30px; }

.contact-box .icon-box { margin-bottom: 0; }
.contact-box .icon-box.border .icon { border: 1px solid #eee; }
.contact-box .icon-box.border.small .icon i { font-size: 18px; line-height: 45px; color: #039e40; }
.contact-box .icon-box.small > h3 { font-size: 14px; font-weight: 600; margin: 5px 10px 4px 60px; }
.contact-box .icon-box.small > p { font-size: 13px; margin-bottom: 0; }
.contact-box .icon-box.small > p a { color: #696f6f; }
.contact-box .icon-box.small > p a:hover{ color: #039e40; }
.contact-box .icon-box.effect .icon i:after { box-shadow: 0 0 0 3px #eee; }

.contact-box .social-box { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.contact-box .social-box .social-icons ul { padding-left: 10px; }

.contact-box .lang-box { 
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

#header { 
  border-bottom: none; 
  background-image: url(../images/bg-overlay-header.png), linear-gradient(to right,  #1ab9eb 0%, #039e40 40%, #7abe29 100%);
  background-position: right, left; 
  background-size: contain, 100%;
  background-repeat: no-repeat;
}

#header.header-sticky #header-wrap {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-image: linear-gradient(to right, rgba(26,185,235,0.9) 0%, rgba(3,158,64,0.9) 40%, rgba(122,190,41,0.9) 100%);
  background-color: transparent;
}

#header,
#header-wrap,
#logo img,
#header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
#mainMenu > ul,
#header.header-sticky:not(.header-static) .nav-main-menu-responsive,
#header .side-panel-button
 {
    height: 60px;
}

#mainMenu > ul > li > a { 
  height: 60px; 
  line-height: 40px; 
  font-weight: 600; 
  font-family: 'Raleway', sans-serif; 
  font-size: 16px; 
  padding: 10px 25px; 
  color: #fff;
  transition: none;
}
#mainMenu > ul > li > a:hover { 
  color: #025924; 
  transition: none; 
}
#mainMenu .main-menu > li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 55%;
  right: 0;
  width: 1px;
  height: 25px;
  margin-top: -15px;
  background: rgba(255,255,255,0.3);
}

nav.mega-menu .dropdown { position: relative; }

/* ----------------------------------------------------------------
    SECTION: PRODUCTS
-----------------------------------------------------------------*/

.section-products {  }

.section-products .jumbotron h3, 
.section-products .jumbotron p { width: 100%; }

.jumbotron p { font-size: 14px; line-height: 22px; }

.section-products .jumbotron h3 { font-size: 16px; width: auto; border-radius: 0; }
.section-products .jumbotron h6 { font-size: 14px; }

.owl-controls .owl-nav { opacity: 0.65; }
.owl-theme .owl-controls .owl-nav .owl-prev { left: -15px; background: rgba(3, 158, 64, 1); }
.owl-theme .owl-controls .owl-nav .owl-next { right: -15px; background: rgba(3, 158, 64, 1); }

/* ----------------------------------------------------------------
    SECTION: NEWS
-----------------------------------------------------------------*/

.section-news {  }

.post-thumbnail-entry { width: 100%; }

.grid-articles .post-date { font-size: 13px; }

.post-thumbnail-entry .post-thumbnail-content .post-date ~ .post-category a { color: #999; }
.post-thumbnail-entry .post-thumbnail-content .post-date ~ .post-category a:hover { color: #039e40; }

/* ----------------------------------------------------------------
    SECTION: HTML
-----------------------------------------------------------------*/

.section-html .html-left, 
.section-html .html-right { 
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 120px;
}

.section-html .html-left h4 a { color: #fff; margin-bottom: 0; font-weight: normal; } 
.section-html .html-right h4 a { color: #6a6a6a; margin-bottom: 0; font-weight: normal; }
.section-html .html-left h4 a:hover, 
.section-html .html-right h4 a:hover { color: #333; } 

.section-html .html-left { 
  background-image: url(../images/bg-overlay-1.png), linear-gradient(to right,  #1ab9eb 0%, #039e40 40%, #7abe29 100%);
  background-position: left, left; 
  background-size: contain, 100%;
  background-repeat: no-repeat;
}
.section-html .html-left::after {
  content: '';
  width: 120px;
  height: 120px;
  border-bottom: 120px solid #7abe29;
  border-right: 120px solid transparent;
  position: absolute;
  right: -120px;
  top: 0;
  z-index: 10;
}
.section-html .html-right { background: #e4e4e4; }

.section-html .bg-overlay-1 { 
  background-image: url(../images/bg-overlay-1.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.section-html .bg-overlay-1::after { 
 content: "";
 display: table;
 clear: both;
}

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

footer { background-color: transparent; }
footer .widget { margin-bottom: 0; }

.footer-logo { border-right: 1px solid #ccc; }

.footer-content { background: #ededed; padding: 40px 0 30px 0; color: #6a6a6a; font-size: 13px; line-height: 20px; min-height: 150px; }
.footer-content .widget-title { color: #6a6a6a; font-size: 14px; font-weight: 600; }
.footer-content a { color: #6a6a6a; font-size: 13px; font-weight: 300; }
.footer-content a:hover { color: #039e40; }

.footer-content li { border-right: 1px solid #eee; padding: 0 15px; margin: 10px 0; }
.footer-content li:last-child { border-right: none; }

.copyright-text { padding-top: 0px; text-align: center; color: #6a6a6a; min-height: 25px; }
.copyright-content { border-top: none; min-height: 40px; padding: 10px 0; background-color: #e4e4e4; color: #fff; }
.copyright-content a { color: #039e40; }
.copyright-content a:hover { color: #051e61; }

.copyright-links a { padding: 10px 1px; }

.engine_by_shopup_bottom { background: transparent; }

/* ----------------------------------------------------------------
    GO TO TOP BUTTON
-----------------------------------------------------------------*/

.gototop-button {
    border-radius: 50px;
    bottom: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 8px 13px 9px;
    position: fixed;
    right: 15px;
    z-index: 199;
    background: #039e40;
}
.gototop-button:hover, 
.gototop-button:focus {
    background: #1ab9eb;
}

/* ----------------------------------------------------------------
    RESPONSIVE
-----------------------------------------------------------------*/

@media(max-width: 991px) {
    
    .lines, .lines:before, .lines:after { background: #fff; }
    .main-menu ul li { text-align: center; }

    /* komatsu */
    #header {
      border-bottom: none; 
      background-image: linear-gradient(to right, #1ab9eb 0%, #039e40 40%, #7abe29 100%);
      background-position: left; 
      background-size: 100%;
      background-repeat: no-repeat;
    }
    #mainMenu .main-menu > li:not(:last-child)::after { display: none; }
    .logo-box { width: 100%; margin: 0 auto; text-align: center; padding-bottom: 100px; }
    .contact-box { padding: 0 90px; }
    .contact-box .col-md-4.phone-box, 
    .contact-box .col-md-4.mail-box { width: 40%; float: left; clear: none; }
    .contact-box .col-md-4.lang-box { width: 20%; float: left; clear: none; }

    .post-thumbnail-list { padding-top: 40px; }

    .section-vdo .vdo { padding-bottom: 30px;  }

}

@media(max-width: 768px) {

}

@media(max-width: 600px) {

}

@media(max-width: 480px) {

}

/* iPhone 6 Plus */
@media(max-width: 414px) {
    .contact-box { padding: 0 30px; }
    .contact-box .col-md-4.phone-box, 
    .contact-box .col-md-4.mail-box { width: 50%; float: left; clear: none; }
    .contact-box .col-md-4.lang-box { width: 100%; float: left; clear: none; }
    /*Edit---02-06-2020*/
    .contact-box .col-md-4.lang-box {width: 50%;}

    .grid-articles { margin-bottom: 20px; }

    .section-html .html-left h4 a, 
    .section-html .html-right h4 a  { font-size: 80%; }
}

/* iPhone 6 */
@media(max-width: 375px) {
    .logo-box { padding-bottom: 40px; }
    .logo-box img { height: auto; width: 250px; }

    .contact-box .icon-box.small > p { display: none !important; }
    .contact-box .col-md-4.lang-box { width: 100%; float: left; clear: none; padding-top: 25px !important; }
    /*Edit---02-06-2020*/
    .contact-box .col-md-4.lang-box {width: 50%;}
}

/* Galaxy S5 */
@media(max-width: 360px) {

}

/* iPhone 5 */
@media(max-width: 320px) {
  /*.contact-box .icon-box.small > h3 { display: none; }*/
}
/* //////// end: responsive //////// */



/* Effect 13: three circles */
.cl-effect-13 a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cl-effect-13 a::before {
  position: absolute;
  top: 45%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
  color: #fff;
   text-shadow: 10px 0 #fff, -10px 0 #fff; 
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
  color: #ba7700;
}

.section-top {
  overflow: inherit;
}
.section-top:after {
  content: "";
  display: table;
  clear: both;
}






/*for #sh_index_fz_2_banner_with_preview*/
.banner-preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-preview-list > li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.banner-preview-list > li.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.banner-preview-list:after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------Edit hidden 02-06-2020-----------------*/
.contact-box .col-md-4.mail-box {
  display: none;
}
.contact-box .col-md-4 {float: right !important;}