 

/*************************
*******Typography******
**************************/
body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to   { opacity: 1; }
}

@keyframes animation-btn-line {
  from { background-position: right center; }
  to { background-position: left center;;}
}

@keyframes animation-btn-line {
  from { background-position: right center; }
  to { background-position: left center;;}
}

@keyframes btn-animate {
  from { background-position: right center; }
  to { background-position: left center;;}
}

@keyframes bg-gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.bg-gradient-animation {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: bg-gradient 15s ease infinite;
}

.color-01 {
  color:#725e3d;
}
.color-02 {
  color:#bd9331;
}
.fnt-poppins {
  font-family: "Poppins" !important;
}
.fnt-brand {
  font-family: "Poppins" !important;
}
.fnt-blog {
  font-family: "Sarabun" !important;
}
.fn-colorText {
  color:#533C2C;
}
.clear {
  clear: both;
}

.justify {
  text-align: justify;
}
body {
  background: #ffffff;
  font-family: 'Prompt', sans-serif;
  color:#030000;
  line-height: 22px;
  font-size:16px;

  overflow-x: hidden;
}
.img-responsive {
  display: inline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Prompt', sans-serif;
  color:#c03939;
}

h1{
  font-size: 4rem;
   
}

h2{
  font-size: 3.5rem;
}

h3{
  font-size: 2.1;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

h6{
  font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

a {
  color: #d9b127;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  transition: 0.5s;
}

a:hover, a:focus {
  color: #d9b127;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  
   

  background: #002196;
  background-image: linear-gradient(to right, #002196 0%, #2561ff 51%, #002196 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  border-radius: 60px;
  max-width: 300px;
  width: 100%;
  position: relative;
   
  display: inline-block;
  font-size:18px;
  border:0px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #002196;
   
  outline: none;
  box-shadow: none;
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
  width:300px;
  padding: 5px 0px;

  
}

.navbar-brand img {
  width:250px;
}
.top-bar {

    padding: 10px 0;
    background: #d31414;
    border-bottom: 1px solid #891700;
    line-height: 28px;
    background-image: url(../images/menu-toolbar-01.png?v=2);
    
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;

}

.top-number{
  color: #fff;
  display:inline-block;
}

.top-number a{
  margin: 0;
  color: #fff;
  font-family: "Poppins";
  font-size:14px;
}
.top-number a span.icon {
  display: inline-block;
    color: rgb(255 255 255);
    background: #ffffff00;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #FFF;
    font-size: 14px;
}
.top-number a span.icon.lineOA-icon {
  border: 0px;
  font-size: 25px;
  color: rgb(97 193 0);
  border-radius: 30px;
  /* overflow: hidden; */
  background: #FFF;
  float: left;
  line-height: 28px;
  margin-right: 5px;
  margin-left: 10px;
}

.banner-contact-container {
  margin-left:10px;
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
  margin-right:5px;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #ffffff00;
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #FFF;
}

ul.social-share li a:hover {
  background: #ffffff00;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  
  padding: 0;
  padding-bottom: 0;
}
.navbar.navbar-inverse{

  background-color:#f1c40f;
  /*background-image: linear-gradient(to top, #00000000 0%, #0000003d 51%, #00000042 100%);*/
  
  background-position: left top;
  background-repeat: no-repeat;


  position:absolute;
  z-index:100;
  width:100%;

  
}
 
  
.navbar.navbar-inverse.fixed.fixed-top{
  top:0px;
  background-color: #f1c40f;
  position:absolute;
}
 .navbar-nav{
  
  margin-top: 15px;
 }

.navbar-nav>li{
  margin-left: 0px;
   
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 0px;
  margin: 0 10px;
  border-radius: 0px;
  color: #000;
  line-height: 24px;
  display: inline-block;
  font-size:16px;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #ffb80000;
  color: #b30000;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 20px;
  line-height: 50px;
  color: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
 /* background-color: #d7a82f;*/
  background-color:#ffb80000;
  color: #000000;
    border-bottom: 2px solid #000000;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #ffb100;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;   
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 0;
}

#main-slider .carousel .slide-margin{
  margin-top: 0;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #ffb100;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 550px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  bottom: 50px;
  background-color: #002196;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #b71c1c;
  opacity:0.8;
}

#main-slider .prev {
  right: 90px;
}

#main-slider .next {
  right: 30px;
}

#main-slider .carousel-indicators {
  bottom: auto;
  width: 30px;
  right: 30px;
  left: auto;
  margin: 0px;
 
  top: 40%;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #a926009c;
  border:0px;
  margin: 5px 0 5px 0;
  position: relative;
  transition: 0.5s;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  /*border: 1px solid #725e3d;*/
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 40px;
  background-color: #d7a82f;
  margin: 5px 0 5px 0;
  border: 1px solid #efae42;
  position: relative;
  transition: 0.5s;

}

#main-slider .carousel-indicators .active:after {
  position: absolute;
    content: "";
    width: 24px;
    height: 44px;
    border-radius: 24px;
    background: #b81b1b;
    border: 1px solid #b31e1e;
    left: -3px;
    top: -3px;

}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #ffb100;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #ffb100;
  color: #fff;
  box-shadow: inset 0 0 0 5px #ffb100;
  -webkit-box-shadow: inset 0 0 0 5px #ffb100;
  border: 3px solid #ffb100;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #ffb100;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #ffb100;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #ffb100;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

 
 

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#about-page .btn-video , .article-thumb .btn-video {
  width:200px;
  height: 200px;
  margin-top:-100px;
  margin-left:-100px;
  z-index:1;
}


.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.about-lab-thumb a.btn-video {
  bottom:-80px;
  right:-80px;
  left:auto;
  top:auto;
  margin:0;
}



#about-service {
  background-color:#FFF;
  background-image:url("../images/about-us/about-us-bg-02.png") ;
  background-position:top center;
  background-repeat: no-repeat;
  background-size:inherit;
}


#about-service .content-title {
  text-align: center;
  margin-bottom:50px;
  font-size:2.5rem;
  line-height: 120%;
}
#about-service .content-title h1 {

}
#about-service  .article-item {
  margin-bottom:30px;
  color:#533C2C;
  font-size:2.5rem;
  
}
#about-service  .article-item h5 {
  font-size: 2.5rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
#about-service  .article-item h3 {
  font-size: 5rem;
  margin: 0px;
  color: #bd9331;
  margin-bottom: 20px;


}
#about-service .article-thumb {
  margin-bottom:20px;
  position:relative;
}
#about-service .article-caption {
  margin-left:2.5rem;
}
#about-service .article-caption p {
  font-size: 1.8rem;
  line-height: 150%;
}




/** PRODUCTION PROCESS */
#process-main {
  
  background-image:url("../images/process/bg.png");
  background-repeat: no-repeat;
  background-position: top center;

  
  min-height: 600px;

}

#process-main .page-title{
  text-align: center;
  padding:20px 0px 80px 0px;
}
.process-item {
  padding:0px 0px 60px 0;
}
.process-item a {
  display: block;
   
}
.process-item .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.process-item .caption {
  position: absolute;
  bottom:30px;
  right:20px;
  text-align: right;
}
.process-item .caption h3 {
  font-size:2rem;
  font-weight: normal;
  color:#6f5120;
  margin:0px;
}
.process-item .caption h2 {
  font-size:3.5rem;
  color:#FFF; 
  font-weight: normal;
  margin-top:10px;
}
.process-item .thumb img {
  transition: 0.5s;
}
.process-item .thumb:hover img{
  transform: scale(1.2);
}

#process-main .iso-container h2 {
  font-size:3.5rem;
}
#process-main .iso-container .page-title {
  margin:50px 0px;
  padding:0px ;
}
.iso-set {
  
  text-align: center;
}
.iso-set .iso-icon {
  display:inline-block;
  margin:20px;
}



.production-processs-slide .process-item {
  margin-bottom:10px;
  padding:0px;
}

.production-processs-slide .process-item .caption {
  position: absolute;
  bottom:10px;
  right:10px;
  text-align: right;
}

.production-processs-slide .process-item .caption h3 {
  font-size:1.5rem;
  font-weight: normal;
  color:#6f5120;
  margin:0px;
}
.production-processs-slide .process-item .caption h2 {
  font-size:2.25rem;
  color:#FFF; 
  font-weight: normal;
  margin:0px;
  padding:0px;
}






.ib-tab:hover{
  cursor: pointer;
  opacity: 0.7;
}
.ib-tab-item {
  position:relative;
  margin-bottom:30px;
}
.ib-tab {
  
  margin-top:-20px;
  position: relative;
  z-index:2;
}
.ib-tab-content {
  
  margin-top:-60px;
  position: relative;
  z-index:1;
  margin-bottom:50px;
  margin-left:15px;
   
}










/*** HEADER SLIDEER ***/
#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
    border: 1px solid #777;
    border-radius:50%;
    font-size: 28px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
    color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#ffb100;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #ffb100 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #ffb100 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #ffb100;
  border: 1px solid #ffb100;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}
.img-dna {
  float: right;
  margin-top: -50px;
}

#contact-us #main-slider {
  text-align:center;
}
#contact-us #main-slider h2 ,h1 {

  margin:0px;

}
#contact-us #main-slider .item {
  height: 450px;
  background-size: cover;
  background-position: center top;
}
#contact-page{
  padding-top: 0;
  background: #FFF;
   
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 10px 20px;
  /* border-color: #f2f2f2; */
  box-shadow: none;
  font-size: 16px;
  border-radius: 20px;
  height: auto;
  border: 1px solid #ffffff;
  background: #DDD;
}

textarea#message{
  resize: none;
  padding: 20px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#ffb100;
  color: #fff;
}
.blog_category li.active a {
  background:#ffb100;
  color: #fff;
}
 .badge:before {
  border-color: transparent transparent transparent #ffb100;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #ffb100;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
    /* overflow: hidden; */
    margin-bottom: 50px;
    padding: 0px 0px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 0px;
}
.blog-content {
  margin-top:20px;
}

.blog .blog-thumb-header {
  overflow: hidden;
  border-radius: 20px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #ffb100;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #ffb100 !important;
  border-color: #ffb100 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#ffb100;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#ffb100;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #ffb100;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #ffb100 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f3ecd9;
  border-bottom: 5p5px solid #750000;
  font-size: 14px;
  background-image: url("../images/footer-bg.png");
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #FFF;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #FFF;
}

#bottom ul li a {
  color: #FFF;
}

#bottom ul li a:hover {
  color: #FFF;
  text-decoration: underline;

}

#bottom .widget {
  margin-bottom: 0;
}
#bottom .widget.first {
  border-right: 2px solid #5b000066 ;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background:  #7f8c8d ;
  font-size:13px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
   
}
.container-fluid .row{
  margin:0px;
  padding:0px;
}
.pd-0 {
  padding:0px !important;
}

.mb-15 {
  margin-bottom:15px !important;
}

.dec-mt-100 {
  margin-top:100px;
}
.ceo-thumb {
   text-align:right;
   margin-top:50px;
}



#bottom .social-icon { 
  padding-top:15px;
  display: inline-block;
}
#bottom .social-icon i {
  font-size: 20px;
  background: #ffffff00;
  border-radius: 10px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #FFF;
}


#bottom  a.about-phone {
  font-size: 3.2rem !important;
  color: #FFF !important;
  float: right;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 40px;
  margin-left: 0;
}

#bottom .contact-title {
  font-size:14px;
  font-weight:normal;
  color:#ffffff;
}

#bottom .contact-des {
  font-size:16px;
  font-weight:normal;
}

/**
homepage
*/

#master-product h1 { 
   
  font-size: 4rem;
    color: #da2828;
    margin-top: 0px;
  
}
#master-product h5 {
  font-size:20px;
  color:#333;
  font-weight: normal;
  margin-top: 60px;
}
#master-product .item {
  display: inline-block;
   
  text-align: center;
  font-size:18px;


}
#master-product .item a {
  border-radius: 30px;
  overflow: hidden;
  display:inline-block;
}
#master-product .item a img {
  transition: 0.5s;
}

#master-product .item a:hover img {
  transform: scale(1.2);
}


#master-product .item .name {
  
  
  height: 50px;
  font-size: 1.5rem;
  padding: 10px 0px;

}
#product-rec.owl-carousel .owl-stage {
  left:-30px;
}


.ib-recommend-item .ib-media-cover {

  border-radius: 20px;
  overflow: hidden;

}
.ib-recommend-item .ib-media-cover img{
  margin:0px !important;
  transition: 0.5s;
}
.ib-recommend-item .ib-media-cover a{
   display: block;
}
.ib-recommend-item .ib-media-cover:hover img {
  transform: scale(1.2);
}
.ib-recommend-item .name {
  padding:5px 0px;
}

 


#lab-iso {

    background-image:url("../images/home/banner-iso-bg.png") ;
  
    background-size: cover;
    background-color: #FFF;
    min-height: 300px;
    color: #725e3d;
    font-size: 18px;
    line-height: 150%;
    background-repeat: no-repeat;

}
.lab-iso-content {
  margin-left:20px;
  margin-top:100px;
}
#lab-iso h2 {
  font-size: 3.5rem;
  color:#725e3d;
}
.iso-icon {
  display:inline-block;
  margin:10px 10px 0 0 ;
}
.iso-icon-set {
  margin-top:20px;
}
.iso-icon-set .iso-icon img{
  width:120px;
}
.img-about-us-01  {
  margin-top:-100px;
  position:relative;
  z-index:10;
}

.about-text {
  padding:50px 20px 0px 20px;
  font-size: 20px;
  color: #222;
  position: relative;
    z-index: 21;

    margin-top:120px;

}

.about-text h2{
  color:#002196;
  font-size:22px;
  font-weight: normal;
  
}

.about-text h3 {
  color: #bf0000;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 30px;

}

.about-text .txt-hili {
  color:#bf0000;
   
}

.img-contact-form {
  border-radius: 25px;
  margin-top:60px;
}


#product-featuer {
   min-height: 800px;
   background-color: #FFF;;
}

.product-feature-item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.product-feature-item img {
  
  transition: 0.8s;
}
.product-feature-item:hover  img {
  transform: scale(1.2);
  z-index:1;
}
.product-feature-item .item-caption {
  position:absolute;
  bottom:30px;
  left:0px;
  right:0px;
  text-align: center;
  z-index:10;
}
.product-feature-item .item-caption .cate-name {
  font-size: 3.5rem;
    color: #ffffff;
    font-weight: bold;
    font-family: "Poppins";
    padding-bottom: 15px;
    text-shadow: 0px 0px 10px #000000d6;
}
.product-feature-item .item-caption .cate-link {
   margin:10px auto 10px auto ;
}
.product-feature-item .item-caption .cate-link a{ 

  background:#FFF;
  border-radius: 30px;
  padding:10px 25px;
  color:#4d3e27;
  font-size:2rem;
  display:inline-block;
 
  font-family: "Poppins";
  transition: 0.5s;
  
}   
.product-feature-item .item-caption .cate-link a:hover{
  background:#ffc500;
  color:#FFF;
}

.about-text-p-01 , .about-text-p-02 {
  line-height: 150%;
  font-size: 1.75rem;

}
.about-text-p-02 {
  margin-top:30px;
}
.about-footer {
  width:50%;
  position:absolute;
  bottom:0px;
  right:0px;
  z-index:20;
}

.about-footer-image {
  position: relative;
}
.about-footer img {
  width:100%;
}

.about-footer-image .about-footer-button {
  position:absolute;
  width:100%;
  bottom:30px;
  text-align: center;
}

.about-footer-image a{
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #725e3d;
  box-shadow: 0 0 20px #eee;
  border-radius: 60px;
  max-width: 300px;
  width: 100%;
  position: relative;
  width: 200px;
  display: inline-block;
  font-size:18px;

}

.about-footer-image a i {
  float:left;
  width:25px;
  height: 25px;
  font-size:25px;
  position:absolute;
  left:15px;

}

.about-footer-image a:hover {
  background-position: right center; /* change the direction of the change here */
  color: #725e3d;
  text-decoration: none;
  transform: scale(1.2);
}

#master-product {
      min-height: 400px;
    background-position: right center;
    
    background-size: cover;

}


#banner-contact {
  background-image:url("../images/home/banner-contact.png?v=2");
  min-height: 350px;
  background-position: -10px center;
  background-repeat: no-repeat;
  background-color:#a10000;
  background-size:cover;
  text-align: center;
  color:#FFF;
}

#banner-contact h2 {
  color:#FFF;
  font-size:40px;
}
 #banner-contact h3 {
  color:#FFF;
  font-size:25px;
 }


 #banner-contact.version-02 {
  background-image:url("../images/about-us/banner-contact.png?v=2");
  min-height: 150px;
  background-position: -10px center;
  background-repeat: no-repeat;
  background-color:#a10000;
  background-size:cover;
  text-align: center;
  color:#FFF;
  font-size:25px;
}

#banner-contact.version-02 h2 {
  color: #FFF;
  font-size: 5.5rem;
  text-shadow: 0px 0px 10px #FFF;
}
#banner-contact.version-02 h3 {
  color: #FFF;
  font-size: 3.5rem;
  text-shadow: 0px 0px 10px #FFF;
}

#banner-contact.version-blue {
  background-image:url("../images/bg-banner-contact.png?v=2");
  min-height: 350px;
  background-position: -10px center;
  background-repeat: no-repeat;
  background-color:#002196;
  background-size:cover;
  text-align: center;
  color:#FFF;
  font-size:25px;
}

#banner-contact.version-blue h2 {
  color: #FFF;
  font-size: 7.5rem;
  text-shadow: 0px 0px 10px #FFF;
}
#banner-contact.version-blue h3 {
  color: #FFF;
  font-size: 3.5rem;
  text-shadow: 0px 0px 10px #FFF;
}

#banner-contact.version-03 {
  background-image:url("../images/banner-contact-v03.png?v=2");
  min-height: 350px;
  background-position: -10px center;
  background-repeat: no-repeat;
  background-color:#cd0000;
  background-size:cover;
  text-align: left;
  color:#FFF;
   
}

 

 .mt-15 {
  margin-top:15px;
 }



 #one-stop {
  text-align: center;
  padding:100px 0px;
}
#one-stop h2{
  font-size:30px;
  color:#333;
  font-weight: normal;
}
#one-stop h3{
  font-size:50px;
  color:#d30000;
  font-weight: bold;
  margin-bottom: 50px;
}
.ons-item {
   
  max-width: 400px;
  margin:10px auto 50px auto ;
}
.ons-item img{
  width:180px;
}
.ons-subject {
  font-size: 2.25rem;
  margin-bottom:15px;
  margin-top:20px;
  color:#c80707;
}



#iso-green-factory {
  color:#725e3d;
  font-size:30px;
  position:relative;
}
#iso-green-factory h2 {
  font-size:40px;
  color:#725e3d;
  margin-bottom:10px;
  
}
#iso-green-factory h3 {
  font-size:20px;
  color:#725e3d;
  margin:0px;
  
}
.iso-product-content {
  position:absolute;
  
  left: 0px;
  width: 55%;
  top: 100px;
  /*background: #ffe1d7;*/
  border-radius: 0px 400px 400px 0;

  text-align: right;
}
.iso-product-img {
  position: absolute;
  width: 55%;
  top: 0px;
  right: 5%;
}

#customer-talk {

  padding:0px;
  

}
.btn-toggole-menusub i {
  transition: 0.5s;
}
.btn-toggole-menusub.actived i {
  transform: rotate(90deg); 
 
}

.customer-talk-inner {
  max-width: 1360px;
}

.customer-talk-des-01 , .customer-talk-des-02{
  min-height: 250px;
}

.customer-talk-des-01 {
  text-align: center;
  position: relative;
}
.customer-talk-des-01 h2 {
  font-size:4rem;
  color:#c09739;
  padding-top:5rem;
  margin:0px;
}
.customer-talk-des-01 h3 {
  font-size:2.5rem;
  color:#725e3d;
  
}
#customer-icon-set {
  position:absolute;
  left:0px;
  right:0px;
  bottom:30px;
   
}
.customer-icon-set {
  height: 220px;
}
.customer-icon-set .item {
  display: inline-block;
  
}
.customer-icon-set .item img {
   
  
  transition: 0.5s;

}
.customer-icon-set .owl-item.active.center .item {
 /* width:200px !important; */
}
.customer-icon-set .owl-item.active.center .item img {
  /*width:200px !important;
  margin-top:0px; */
}

.owl-dots {
  width: 100%;
  height: 50px;
  z-index: 100;
  position: absolute;
  text-align: center;
   padding:20px;
}
.owl-dot {
  width: 25px;
  height: 10px;
  border-radius: 20px;
  background-color: #890000;  
  display: inline-block;
  margin: 5px;
}
.owl-dot.active {
  background-color:#f90000  ;
  cursor:default !important;
}
.customer-icon-set .owl-item > div {
  /*cursor: pointer;*/
  margin: 6% 9%;
  transition: margin 0.4s ease;
}
.customer-icon-set .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.customer-icon-set .owl-item:not(.center) > div:hover {
  opacity: .75;
}

.customer-icon-set .owl-dots {
  
  top:-70px;
}

.custalk-triangle {
  background-image: url(../images/home/custalk-triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: -68px;
  margin-left: -45px;
}
.customer-talk-des-01 {
  background-image:url("../images/bg-cus-talk-014.png");
  height: 450px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size:inherit;

}
.customer-talk-des-02 {
  background-image: url("../images/bg-cus-talk-024.png");
    min-height: 350px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 100px 100px 100px;
    background-size: inherit;
}

.custalk-content-block {
  background: #FFF;
  font-size: 2.5rem;
  line-height: 150%;
  color: #725e3d;
  text-align: center;
  padding: 50px;
  margin: 0px auto;
  border-radius: 200px;
  min-height: 300px;
  position: relative;
  max-width: 1400px;
}

.cus-talk-message {
  margin:0px 100px;
  display: inline-block;
  position:relative;
}

.tk-s01 {
  background-image:url("../images/custalk/s01.png") ;
  background-position: center;
  background-repeat: no-repeat;
  float:left;
  width:37px;
  height: 34px;
  position:absolute;
   
      /* top: 100px; */
      left: -50px;
     
      top: -20px;
  
}
.tk-s02 {
  background-image:url("../images/custalk/s02.png") ;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  width:37px;
  height: 34px;
  position:absolute;
      /* top: 100px; */
      right: -50px;
     
      top: -20px;
}
.tk-s03 {
  background-image: url(../images/custalk/s03.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -90px;
  right: 0px;
  float: right;
  background-size: contain;
}

.custalk-content-block h2 { 
  font-size: 50px;
  color: #725e3d;
  margin-bottom: 40px;
  font-weight: bold;
  }
.custalk-content-block h3 { 
  font-size: 5rem;
    color: #725e3d;
    margin-top: 50px;
    font-weight: bold;
    display: inline-block;

  
    padding: 25px 40px;
    /*
    border: 1px solid #d9b127;
    border-radius: 50px;
    font-weight: normal;
    background: #d9b127;
    */
}
.custalk-content-block .cus-name {
  color:#bd9331;
}


 /**
 * button
 */
 .btn-video {
  position: absolute;
  top:50%;
  left:50%;
  width:250px;
  height: 250px;
  margin-top:-125px;
  margin-left:-125px;
  transition: 0.5s;
  z-index:1;
}
.btn-video:hover{
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
 
.btn-readmore {
  
  background-image: linear-gradient(to right, #002196 0%, #2561ff 51%, #002196 100%);
  margin: 10px 0;
  margin-top:30px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  position: relative;
  width: 200px;
  display: inline-block;
  font-size: 18px;
}
 
.btn-readmore:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transform: scale(1.2);
}


.btn-add-line {
  background-image: linear-gradient(to right, #1fcb00 0%, #75e305 51%, #26cd00 100%);
  margin: 10px 0;
  padding: 15px 45px;
  text-align: center;
  
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  position: relative;
 
  display: inline-block;
  border: 1px solid #ffffff94;

  font-size: 2rem;

  animation: animation-btn-line 0.8s infinite;

}



.btn-add-line i {
  float:left;
  width:25px;
  height: 25px;
  font-size:25px;
  position:absolute;
  left:15px;

}

.btn-add-line:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transform: scale(1.2);
}


.btn-orange {
  background-image: linear-gradient(to right, #f9c200 0%, #ff8f00 51%, #ffb100 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
   
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  position: relative;
  min-width: 200px;
  display: inline-block;
  font-size:2rem;
  font-weight: bold;

  border: 1px solid #ffffff94;

}

.btn-orange i {
  float:left;
  width:25px;
  height: 25px;
  font-size:25px;
  position:absolute;
  left:15px;

}

.btn-orange:hover {
  background-position: right center; /* change the direction of the change here */
  color: #FFF;
  text-decoration: none;
  transform: scale(1.2);
}

.btn-blue {
  background-image: linear-gradient(to right, #002196 0%, #2561ff 51%, #002196 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  position: relative;
  min-width: 200px;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;

  border: 1px solid #ffffff94;
}

.btn-next { 
  background-image: linear-gradient(to right, #002196 0%, #2561ff 51%, #002196 100%);
  margin: 10px 0 0 0;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  border-radius: 5px;
  max-width: 250px;
  /* width: 100%; */
  position: relative;
  min-width: 150px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  /* border: 1px solid #ffffff94; */
  font-weight: normal;

}
.btn-next:hover{
  color:#FFF;
  background-position: right center; 
}

.btn-blue i {
  float:left;
  width:25px;
  height: 25px;
  font-size:25px;
  position:absolute;
  left:15px;

}

.btn-animate{
  animation: btn-animate 0.8s infinite !important;
}

.btn-blue:hover {
  background-position: right center; /* change the direction of the change here */
  color: #FFF;
  text-decoration: none;
  transform: scale(1.2);
}

.btn-red {
  background-image: linear-gradient(to right, #b30000 0%, #ff1818 51%, #a90000 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  position: relative;
  min-width: 200px;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;

  border: 1px solid #ffffff94;
}

.btn-red i {
  float:left;
  width:25px;
  height: 25px;
  font-size:25px;
  position:absolute;
  left:15px;

}

.btn-red:hover {
  background-position: right center; /* change the direction of the change here */
  color: #FFF;
  text-decoration: none;
  transform: scale(1.2);
}

.btn-white {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #4e4e4e;
     
    border-radius: 10px;
    max-width: 250px;
    width: 100%;
    position: relative;
    min-width: 200px;
    display: inline-block;
    font-size:2rem;
    font-weight: bold;

}

.btn-white i {
  float:left;
  width:25px;
  height: 25px;
  font-size:25px;
  position:absolute;
  left:15px;

}

.btn-white:hover {
  background-position: right center; /* change the direction of the change here */
  color: #725e3d;
  text-decoration: none;
  transform: scale(1.2);
}




/**
* ABOUT US
*/

.about-lab-thumb {
  position: relative;
    margin-top: -250px;
    z-index: 10;
}

.vision-bg {
  background-image: url(../images/about-us/bg-vision.png);
    background-repeat: no-repeat;
    background-position: 950px center;
    padding-top: 100px !important;
}

#about-page {
  background:#FFF;
  /*background-image:url("../images/about-us/about-us-bg-page.png");*/
  background-position:center;
  background-size:cover;
}


#about-team-contact {

  background:#FFF;
  background-image:url("../images/about-us/about-contact-team.png");
  background-position:right center;
  background-size:cover;
  color:#FFF;
  position: relative;
}


.team-contact-des {
    min-height: 400px;
    margin: 100px 30px 100px 0;
}
#about-team-contact h2 {
  font-size: 80px;
    color: #FFF;
    margin: 0px;
}

#about-team-contact .img-team {
  float: right;
  width: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#about-team-contact h3 {
  font-size: 60px;
  color: #FFF;
  font-weight: bold;
  
  padding-bottom: 50px;
}

#about-team-contact h4 {
  font-size: 25px;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 30px;
  margin-top: 50px;
}
#about-team-contact h5 {
  font-size: 30px;
  color: #FFF;
  font-weight: normal;
  margin: 0px;
  padding: 0px;

}
.line-w {
  width:300px;
  border:1px solid #FFF;
}


a.btn-video-popuup  {
  position: relative;
}
a.btn-video-popuup:after {
  position: absolute;
  content: '';
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.3;
  border-radius: 200px;
}

a.btn-video-popuup:hover {
   opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

a.btn-video-popuupa:hover:after {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(1.8, 1.8);
  transform: scale(1.8, 1.8);
  opacity: 0;
  background: white;
}


.img-dna {
  float: right;
  margin-top: -350px;
}




/**
* SERVICE
*/
.section-title{
  margin-bottom:50px;
}
.service-content {
  margin-bottom:0px;
}
#service-main {
  
  /*background-image: url(../images/service/bg-page-02.png);*/
  background-color: #FFF;
  background-position: top center;
  min-height: 700px;
  background-size: inherit;
  background-repeat: no-repeat;

}

#service-main h2 {
  color: #000000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;;
}

#service-main h1 {
  color: #cb0000;
  text-align: center;
  margin-top: 0px;
  text-shadow: 1px 1px 5px #6f000099;

}

.page-title {
  margin-top:50px;
}

.banner-video {
  min-height: 500px;
  max-width: 1200px;
  margin:50px auto 200px auto;
  background-color: #FFF;
  border-radius: 50px;
  overflow: hidden;
}

#service-main .article-thumb {
  border-radius: 0;
  overflow: hidden;
}
#service-main h3 {
  font-size: 2.5rem;
  color: #dd0000;
  margin-bottom: 0;
  line-height: 120%;
  font-weight: bold;
  margin-bottom:10px;
  text-shadow: 1px 1px 5px #6f000099 ;
}
#service-main {
  padding-bottom:0px;
}
#service #why-us {
  padding-top:50px;
  background-image: url(../images/service/page-background-02.jpg);
  background-position: center -150px;
  background-repeat: no-repeat;
}
#service #iso-service {
  padding-top:0px;
  background-image: url(../images/service/page-background-03.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
#service #why-us h2 {
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom:10px;
  color:#000;

}
#service #why-us h3 {
  color:#000;
  font-size:4rem;
  padding:15px 0px;
}
 
#service #iso-service .section-title {
  margin-bottom: 0px;
  margin-top:100px;
}
.red-hili {
  color: #dd0000;
}
#service-main .article-item {
  margin-bottom: 0;
  font-size: 1.8rem ;
  line-height: 150%;
  margin:0px;
  padding:0px;

  
}
#service-main .article-item .col-md-6 {
  padding:0px;
}
#service-main .article-item:nth-child(odd) {
  background:#DD0000;
  color:#FFF;
}

#service-main .article-item:nth-child(odd) h3 {
   
  color: #ffffff;
  text-shadow: 1px 1px 5px #6f0000;
  font-weight: bold;
  
   
}

#service-main .article-caption {
  margin: 60px 30px 0 30px;
  
}

#service-main .article-item:nth-child(odd) .article-caption {
  text-align: right;
}

.faq-tab {
  
  
}
.faq-tab .tab-item {
  background-color: #373737;
  margin: 10px auto;
  color: #FFF;
  font-size: 2rem;
 
  padding: 0px 30px;
  text-align: center;
  line-height: 150%;
  
}
.faq-tab .tab-item:hover {
  background-color: #530101;
}
.faq-tab .btn-toggle-tab {
  float:right;
  width:50px;
  height: 50px;
  text-align: center;
}
.faq-tab .tab-item.active    {
  background-color: #b50000 ;
  padding: 30px;
}
.faq-tab .tab-item .tab-title  {
   
   
   
  font-size: 2.5rem;
    padding: 15px 0px;
    cursor: pointer;

}
.faq-tab .tab-item.active .tab-title  {
   
}
.faq-tab .tab-item.active .tab-desc{
  display: block;
  max-width: 900px;
  margin: 50px auto 20px auto;
  text-align: left;
}
.faq-tab .tab-item .tab-desc{
  display:none;
}
.service-07 {
 
  text-align: center;
  color:#FFF;
  background-color:#d9b127d9;
 
}
.service-07 h2 {
  color:#FFF;
  font-size:4rem;
  margin:0 0 30px 0;
}
.service-07 .item-icon {
  margin-bottom:20px;
}
.service-07 .item-name {
  margin-bottom:20px;
  font-size:2.0rem;
}




/** PRODUCT ALL */


.ib-page-inner #main-slider .carousel .item {
  height: 300px;
}

.ib-page-inner #main-slider h1 {
  color:#725e3d;
  text-align: center;
}


.ib-page-inner  #main-slider .ib-page-header{
 margin-top: 80px;
 margin-bottom: 50px;
 text-align: center;
}
.ib-page-inner #main-slider .ib-page-header h1 {
 font-size:4rem;
 color:#4e3d21;
 margin-top:10px;
 text-transform: uppercase;
}

.ib-page-inner  #main-slider .ib-page-header h2 {

 font-size:3.25rem;
 color:#725e3d;
 font-weight: normal;
 text-transform: uppercase;
 margin-top:0px;


}


#product-all {

  background-image: url(../images/product/bg-page-product.png);
  background-color: #FFF;
  background-position: top center;
  min-height: 700px;
  background-size: inherit;
  background-repeat: no-repeat;

}

 
.ib-product-item .ib-thumbnail {
  margin-bottom:15px;
} 
.ib-product-item .ib-thumbnail .ib-media-cover  {
    border-radius: 20px;;
    overflow: hidden;
    
}
 
.ib-product-item .ib-thumbnail .ib-media-cover img , .ib-thumbnail .ib-media-cover img {
  transition: 0.5s;
  width:100%
}
.ib-product-item .ib-thumbnail .ib-media-cover:hover img {
  transform: scale(1.2);
}
.ib-product-item .ib-thumbnail .ib-square  a {
   display: block;
}


.ib-product-item .ib-thumbnail .caption {
  display: block;
  text-align: left;
  padding:10px;
  height:120px;
  overflow:hidden;

}

.ib-product-item .ib-thumbnail .caption h4 {
  font-size:1.5rem;
  margin:5px 0px 15px 0px;
  font-weight: normal;
  
}
.ib-product-item .ib-thumbnail .caption .ib-items-title a {
  color:#3d2600;
  font-size:2rem;
  text-decoration: none;
}
.ib-product-item .ib-thumbnail .caption .ib-items-title a:hover{
  text-decoration: underline;
}


.h-product-page {
  text-transform: uppercase;
}



.product-nav {
    padding:10px 0px;
    font-size:14px;
    color:#e9b910;
    margin-bottom:0px;
    
}

#product-all h2.product-cate-name{

    font-size: 4.6rem;
    text-transform: uppercase;
    color: #5f4110;
    margin-top: 0px;
    margin-bottom: 50px;
    

}

#product-all #acticle {
    padding:50px 50px;
}


#page_no {
  text-align: center;
  padding:20px 0px 5px 0px;
}
#page_no .totle_page {
  font-size: 13px;
  margin-bottom: 15px;
}

#page_no a {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  background: #d9b127ad;
  color: #FFF;
  margin: 2px;
  border-radius: 30px;
}
#page_no a:hover {
  background:#725e3d;
}
#page_no a.actives {
  background:#e9b910; 
}


#product-all #sidebar {
  padding:50px 0px;
  position: relative;
}
#product-all #sidebar::before {
  content:' ';
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
   
  right:0px;
}

#sidebar .list-group {

    border: 10px solid #ccc;
    border-radius: 30px;
    padding: 5px;
}

#sidebar .list-group-item {
  
   
  font-size: 1.5rem;
  background: #fff0;
  border: 0px;
 
}
#sidebar .list-group-item a:hover{
  color:#e9b910 !important;
}

 

.btn-toggole-menusub {
  position: absolute;
  right: -2px;
  top: 5px;
  font-size: 13px;
  width: 35px;
  height: 35px;
  background: #dbdbdb;
  text-align: center;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  line-height: 37px;
  border: 1px solid #bd933138;

}
#sidebar .menuside_head {
  font-size: 1.6rem;
    background: #dbdbdb;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: 35px;
}

#sidebar .menuside_head .ib-acitve-sub {
  float: right;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  color:#FFF;
}

#sidebar .list-group-item  .quantity {

  display: inline-block;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background: #d9b127;
  color: #FFF;
  font-family: "poppins";
  margin-left:10px;

}

.list-group-item.menuside_sub:hover{
  color:#d9b127;
}
.list-group-item.menuside_sub.active {
  display:block  !important;
  color:#d9b127;
}


/**
* PRODUCT INFO
*/
.ib-product-info  .ib-product-image {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #DDD;
  background: #FFF;
}
.ib-product-info  .ib-product-image a {
  display: block;
}
.ib-product-info  .ib-product-image a img {
  transition: 0.5s;
}
.ib-product-info  .ib-product-image a:hover img{
  transform: scale(1.2) rotate(10deg); 
}

.info-product-name {
  min-height: 50px;
}
.image_list {
  margin-top:20px;
}

 .image_list .item {
  display: inline-block ;
   
  border-radius: 20px;
  border: 1px solid #DDD;
  overflow: hidden;
  height: auto;
  cursor: pointer;
  background:#FFF;
 
} 
.image_list .item img {
  transition: 0.5s;
}
.image_list .item:hover img{
  transform: scale(1.2) rotate(10deg); 
}

.underline-effect {
  width:150px;
  border:2px solid #DDD;
  margin:20px 0px;
}
.product-title {
  min-height: 150px;
  font-size: 2.25rem;
  line-height: 150%;
  color: #494949;

}
.product-forum {
  font-size:1.5rem;
}

.info-forum-name {
  color: #d30000;
  font-size: 2rem;
  text-transform: uppercase;
}
.info-product-name {
   
  font-size: 4rem;
  text-transform: uppercase;
  color: #111;
  margin-top: 10px;
  line-height: 120%;
  padding-bottom: 0px;
  margin-bottom:0px;
}


#product-ai-reccomend h2 {
  font-weight: normal;
  margin-bottom:20px;
}




/*** PRODUCT MAIN **/

#product-cate-menu .row { margin:0px; padding:0px;}
#product-cate-menu .col {
    margin:0px; padding:0px;
}

#product-cate-update {
  background-image:url("../images/product/bg-page-product.png");
  background-size:cover;
  background-position: top center;
}


#product-rec-02 .owl-item > div {
  /*cursor: pointer;*/
  margin: 6% 9%;
  transition: margin 0.4s ease;
}
#product-rec-02 .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
#product-rec-02 .owl-item:not(.center) > div:hover {
  opacity: .75;
}

#product-rec-02 .owl-dots {
   
   
}

#product-rec-02 {

}


#product-cate-menu .menu-thumb  {
   overflow: hidden;
   position: relative;
}
#product-cate-menu .menu-thumb img {
  transition: 0.5s;
  width:100%;
}

#product-cate-menu .menu-thumb:hover img {
  transform: scale(1.2);
}

.product-cate-update {
  padding: 30px 0;
  border: 10px solid #d9b127;
  margin: 0 30px 100px 30px;
  border-radius: 30px;
  background: #ffffffbd;
}

.product-cate-update {
  
  position:relative;

}
.section-readmore {
  position:absolute;
  width:300px;
  left: 50%;
  margin-left:-150px;
  bottom:-25px;
  text-align: center;
}
.section-readmore a {
  display: block;
    background: #d9b127;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 30px;
}
.section-readmore a:hover{
  background:#f3bd00;
}
/*
#product-cate-menu .menu-thumb .caption {
  text-align:center;
  position:absolute;
  top:50%;
  margin-top:-50px;
  height:100px;
 
}
#product-cate-menu .menu-thumb .caption h2 {
  font-size:2.2rem;
}
#product-cate-menu .menu-thumb .caption a {
  display: block;
  width:80px;
  font-size:14px;
  padding:5px 15px;
  border-radius: 20px;
}

.ib-msg-nodata {
  padding:50px;
}
  */


/*** ARTICLE MAIN **/

#homepage #main-slider {
  margin-top:100px;
}

.carousel-inner .container, .carousel-inner .container .row {
  height: 100%;
}
.carousel-inner .container, .carousel-inner .container .row {
  height: 100%;
}
.carousel-inner .container .row .col {
  display: table;
  height: 100%;
}
.carousel-inner .container .carousel-content {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 50px;
  font-size:3rem;
} 
#homepage  #main-slider .carousel-inner .container .carousel-content h1 {
  font-size:6rem;
}
#homepage #main-slider .carousel-inner .container .carousel-content h2 {
  font-size:4rem;
}

#aritcle #main-slider .carousel .item {
    height: 250px;
    background-size:cover;
    filter: blur(7px);
}
#aritcle  #main-slider .carousel .carousel-content {
    margin-top: 50px;
   
    text-align: center !important;
}
#aritcle .btn-white {
    width:250px;
}
#aritcle #main-slider .carousel h1 {
    color: #FFF;
    line-height: 120%;
    font-size: 4.5rem;
    margin:0px;
     
}
#aritcle #main-slider .carousel h5 {
    color: #FFF;
    line-height: 120%;
    font-size: 2rem;
    margin:0px;
     
}
#aritcle #main-slider .carousel h2 {
    color: #FFF;
    line-height: 150%;
    font-weight: normal;
    font-size: 2rem;
    margin:5px 0px;
}


.contents-subject {
  min-height: 50px;
}
.contents-subject input {
  padding:5px;
  text-align: left;
}




.contents-title {
  min-height: 40px;
}
.contents-title input {
  padding:5px;
  text-align: left;
}

.blog .blog-entry-meta {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #111; 
} 
.blog .blog-entry-meta .entry-meta-item {
  display: inline-block;
  min-width: 200px;
  padding: 5px 0px;
}
.blog-entry-meta i {
  color:#111;
}

.content-entry-item {
  margin: 30px 0px 50px 0px;
}
.content-entry-item .entry-title {
  font-size:25px;
  margin-top:40px;
  min-height: 35px;
}
.content-entry-item .entry-body {
  
  margin-top:5px;
  min-height: 50px;
}

.content-entry-item .entry-video{
  min-height: 250px;
}



.ib-article-item  .caption {
  margin-top:15px;
  min-height: 100px;
}
.ib-article-item  .caption h4 {
      font-size:18px;
       margin:0px 0px 5px 0px;
       overflow: hidden;
       overflow-wrap: break-word;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 1;
       -webkit-box-orient: vertical;
     }
    .ib-article-item  .caption p {

        font-size:14px;
        color:#333;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }
.ib-article-item .caption .ib-item-date {
  font-size: 11px;
  padding: 4px 0px;
  color: #725e3d;
}
    .ib-article-item {
        margin-bottom:20px;
    }
    .ib-media-cover {
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }
    .ib-media-cover a {
        display: block;
    }

    .ib-media-cover .icon-play {
        position:absolute;
        left:50%;
        top:50%;
        width:100px;
        height: 100px;
        opacity: 0.8;
        margin-top:-50px;
        margin-left:-50px;
    }


    a.read-more {

      
        background-image: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: #725e3d;
        box-shadow: 0 0 20px #eee;
        border-radius: 60px;
        max-width: 300px;
        width: 100%;
        position: relative;
        width: 200px;
        display: inline-block;
        font-size: 18px;
    
    }



    #howto-produce {
      background:url("../images/home/section-3-bg.png") ;
      background-repeat: no-repeat;
      background-size:100%;
      background-position: top center;
    }

    #howto-produce  {
      color:#FFF;
      text-align: center;
       
    }

    .howto-produce-image {
      max-width: 1300px;
      position:relative;
      margin:0 auto;
    }

    #howto-produce h1 , h2 {
      color:#FFF;
    }
    #howto-produce  h2 {
      font-size:2rem;
    }
    


    .count-down.promotion-date {
      font-size:14px !important;
      margin-top:20px;
      text-shadow: 0px 2px 4px #999;
      margin-bottom:20px;
    }
    .count-down.promotion-date div.cd-row {
      display: inline-block;
      
    
    }
    .count-down.promotion-date div.cd-row div{
      display: inline-block;
      width: 80px;
      margin-right: 10px;
      border-radius: 5px;
      color: #FFF;
      padding: 20px 0px 10px 0;

      
      /*background: linear-gradient(175deg, rgb(221 15 0) 0%, rgb(255 18 0) 38%, rgb(171 12 0) 100%);*/
      background: linear-gradient(175deg, rgb(15, 0, 221) 0%, rgb(17, 0, 255) 38%, rgb(11, 0, 171) 100%);

    }
    .count-down.promotion-date div.cd-row  h1 {
      font-size:3.5rem; padding:0px; margin:0px;
      text-align: center;
      color:#FFF;
    }
    .count-down.promotion-date div.cd-row  p {
      padding:5px ; margin:0px;
      text-align: center;
    }




    #why-us {
      text-align: center;
    }

    #why-us h2 { font-size:2.25rem; color:#515151;}
    #why-us h3 {
      font-size:3.75rem;
      color:#DD0000;
      font-weight: bold;
    }

    #why-us .section-title {
      margin-bottom:80px;
    }

    .why-us-item {
      margin-bottom:30px;
    }
    .why-us-item img {
      width:100%;
    }


    #iso-service {
      text-align: center;
    }
    #iso-service h2 {
      font-size:4.25rem;
      color:#D30000;
      text-shadow: 1px 1px 5px #670000a8;
    }
    #iso-service .iso-icon {
      width: 300px;
      display: inline-block;
      border: 1px solid #DDD;
      border-radius: 10px;
      padding: 5px;
    }


    .card-columns {
       
    }

                
    .card-columns .card {
     
    }
   
    .logo-footer {
      border-right: 2px solid #5b000066;
      margin-bottom:30px;
    }
    .logo-footer img {
        max-width: 400px;
        
    }
    

    section#bottom {
      padding:30px 0px 70px 0px;
    }


    .portfolio {
      margin:80px 0px;
    }

    .portfolio img {
      margin-bottom:25px;
    }

    .office-time {
      padding: 20px 0px;
      font-size: 2.5rem;
      color: #FFF;
      line-height: 150%;
    }


    #page-portfolio #main-slider .carousel .item {
      height: 400px;
    }
    #page-portfolio #main-slider .carousel .carousel-content {
      margin-top:0px;
    }

    #page-portfolio #main-slider h1 {
      color: #ffffff;
      text-shadow: 0px 0px 10px #00000091;
    }


    .portfolio-item .recent-work-wrap {
      overflow: hidden;
    }
    .portfolio-item .recent-work-wrap img {
      transition: 0.5s;
    }
    .portfolio-item .recent-work-wrap:hover img {
      transform: scale(1.2) rotate(10deg); 
    }

    .portfolio img {
      transition: 0.5s;
    } 

    .portfolio img:hover {
      transform: scale(1.2) ; 
      position:relative;
      z-index:1;
    }


    #product-main #product-content {
      background-image:url("../images/product/bg-product.png?v=2") ;
      background-size:100%;
      background-position: top center;
      background-repeat: no-repeat;
      min-height: 600px;
    }

    #product-main  #main-slider {
      color:#FFF;
      
      
      margin-top: 100px;
       
    }
    #product-main  #main-slider .item {
      background-size: cover;
      background-position: top center;
      position:relative
    }
    #product-main  #main-slider .item::before {
      position: absolute;
      content: ' ';
      background: #2d2d2d66;
      left: 0px;
      bottom: 0px;
      right: 0px;
      top: 0px;
      background-image: linear-gradient(to right, #002196 0%, #2561ff00 51%, #ff787854 100%);


    }
    #product-main  #main-slider h1 {
      color:#FFF;
      font-size:5rem;
    }
    #product-main  #main-slider h2 {
      color:#FFF;
      font-size:2.25rem;
      font-weight: normal;
    }

    #product-main   #main-slider .carousel .carousel-content {
      margin-top:100px;
    }

    #product-content .article-item {
       
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 20px;
    }

    #product-content .article-item .article-caption    {
      
      margin-top:20%;
    }

    #product-content .article-item .article-caption  h3 {
      color: #000;
      line-height: 150%;
      font-size: 2.75rem;
      font-weight: bold;
    }

    #product-content .article-item .article-thumb img {
      transition: 0.5s;
    }
    #product-content .article-item .article-thumb:hover img {
      transform: scale(1.2);
    }
    #product-content .article-item .article-caption  p {
      color:#757575;
    } 

    #product-content .article-item .article-gallery {
      margin-top:20px;
    }
    #product-content .article-item .article-gallery .item {
      
      display:inline-block;
      margin:0px;
      border-radius:30px;
      overflow: hidden;
    }
    #product-content .article-item .article-gallery .item img {
       
    }
    #product-content .article-item .article-gallery .item:first-child {
      
    }
    #product-content .article-item .owl-dots {
      position: relative;
    }


    #product-content .article-item .owl-dot.active {
      background-color: #5f5f5f;
       
    }
    #product-content .article-item .owl-dot {
      background-color: #b7b7b7;
       
       
    }

    #product-content .article-item  .owl-dots {
      padding:10px;
    }
    


    .float-right {
      float:right;
    }


    #product-info  #main-slider {
      color:#FFF;
      
      
      margin-top: 100px;
       
    }
    #product-info  #main-slider .item {
      background-size: cover;
      background-position: top center;
      position:relative;
      min-height: 350px;
      max-height: 450px;
    }
    #product-info  #main-slider .item::before {
      position: absolute;
      content: ' ';
      background: #2d2d2d66;
      left: 0px;
      bottom: 0px;
      right: 0px;
      top: 0px;
      background-image: linear-gradient(to right, #960000 0%, #2561ff00 51%, #ff7878 100%);


    }
    #product-info  #main-slider h1 {
      color:#FFF;
      font-size:5rem;
    }
    #product-info  #main-slider h2 {
      color:#FFF;
      font-size:2.25rem;
      font-weight: normal;
    }

    #product-info   #main-slider .carousel .carousel-content {
      
      margin-top: 100px;
      border-left: 5px solid #FFF;
      padding-left: 20px;
  
    }


    #product-info {
      background-image:url("../images/product/bg-product-info.png")
    }
		

    .article-button {
      text-align: left;
    }
    


  #homepage #main-slider h1 {
      color: #FFF;
      font-size: 4rem;
  }

  #homepage #main-slider h2 {
    color: #FFF;
    font-size:4rem;
    padding: 0px;
    margin: 0px;
  }

  #homepage #main-slider h3 {
    
    color: #FFF;
    font-weight: normal;
    line-height: 150%;
    font-size: 2rem;

  }

  #homepage   #main-slider .carousel .carousel-content {
      
    margin-top: 250px;
    color:#FFF;
     
   

  }



  #page-aboutus  #main-slider {
    color:#FFF;
    
    
    margin-top: 100px;
     
  }
  #page-aboutus  #main-slider .item {
    background-size: cover;
    background-position:  center;
    
    color:#FFF ;
     
    height: 600px;
  }
  #page-aboutus  #main-slider .item::before {
    position: absolute;
    content: ' ';
    background: #2d2d2d66;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(to right, #002196d4 0%, #0046ff00 51%, #ffffff00 100%);


  }
  #page-aboutus  #main-slider {
    color:#FFF
  }
  #page-aboutus  #main-slider h1 {
    color:#FFF;
    font-size:4rem;
  }
  #page-aboutus  #main-slider h3 {
    color: #FFF;
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 150%;

  }

  #page-aboutus   #main-slider .carousel .carousel-content {
    
    margin-top: 100px;
     
    padding-left: 20px;

  }


  
#service {}


#service  #main-slider {
  color:#FFF;
  
  
  margin-top: 100px;
   
}
#service  #main-slider .item {
  background-size: cover;
  background-position: top center;
  position:relative;
  color:#FFF ;
   
  height: 500px;
}
#service  #main-slider .item::before {
  position: absolute;
  content: ' ';
  background: #2d2d2d66;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(to right, #002196d4 0%, #0046ff00 51%, #ffffff00 100%);


}
#service #main-slider {
  color:#FFF
}
#service #main-slider h1 {
  color:#FFF;
  font-size:4rem;
}
#service #main-slider h3 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 150%;

}

#service  #main-slider .carousel .carousel-content {
  
  margin-top: 100px;
   
  padding-left: 20px;

}





#ib-chat-widget {

  position:fixed;
  right:20px;
  bottom:50px;
  z-index:10;
  width: 60px;

}

.chat-widget-menu {
  text-align: center;
  display: none;
}
.chat-widget-item  {
  display: inline-block; 
  margin-bottom:10px;

}

.chat-widget-item a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #0047c9;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 15px 0px;
  box-shadow: 0px 0px 5px #003ce5ad;
  text-decoration: none;
  transition: 0.5s;
}
.chat-widget-item a.chat-btn-line {
  background-color: #1fcb00 ;
  box-shadow: 0px 0px 5px #1fcb00 ;
}
.chat-widget-item a.chat-btn-facebook {
  background-color: #0072ff;
  box-shadow: 0px 0px 5px #0072ff;
}
.chat-widget-item a.chat-btn-phone {
  background-color: #ffc600;
  box-shadow: 0px 0px 5px #ffb10061;
}
.chat-widget-item a:hover{
  opacity: 0.8;
  transform: scale(1.1);
} 

.chat-widget-toggle-menu {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #0047c9;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 15px 0px;
  box-shadow: 0px 0px 5px #003ce5ad;

 
  cursor: pointer;
}
.chat-widget-toggle-menu i {
  transform: rotate(90deg);
  transform: scaleX(-1);
}


.home-gallery  {
  text-align: center;
  padding:20px 50px;
  line-height: 0px;
}
.home-gallery  .item {
  width:20%;
  display: inline-block;
  position: relative;
  padding:10px;
  
}
.home-gallery  .item a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.home-gallery  .item .name {
  position: absolute ;
  left:0px;
  right:0px;
  width:100%;
  bottom:30px;
  line-height: 20px;
}


.home-gallery  .item  img {
  transition: 0.5s;
}
.home-gallery  .item:hover img {
  transform: scale(1.2);
}