.untamedpg .wrap-text h2 {
  text-transform: lowercase;
}
.untamed_introduction {
  max-width: 865px;
  margin: 0 auto;
}
.untamed_introduction h4 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  font-family: "Kanit", sans-serif;
  line-height: 31px;
}
.page-about-content.untamed_introduction p {
  margin: 0px 20px 50px;
}

.yellowband {
  background: url(../images/yellow-band.png) repeat-x center top; /*background-clip: contain;*/
  min-height: 160px;
  margin-bottom: 50px;
}
.yellowband h3 {
  font-size: 41px;
  line-height: 52px;
  color: #000;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  z-index: 10;
  margin: 50px auto;
  text-align: center;
}
.untamed_athletes {
  padding: 50px 0;
}
.untamed_athletes .utrw {
  padding-bottom: 70px;
}
/*.untamed_athletes .utrw:nth-child(2) .clm1, 
.untamed_athletes .utrw:nth-child(4) .clm1 { float: right; }*/
.untamed_athletes .utrw:nth-child(even) .clm1 {
  float: right;
}
.untamed_athletes .description {
  padding-left: 30px;
  color: #666666;
  font-size: 17px;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
}
.untamed_athletes .hdname {
  padding: 30px 0;
  text-transform: uppercase;
  margin-top: 50px;
}
.untamed_athletes .hdname h3 {
  font-size: 50px;
  font-family: "LeagueGothic-Regular", sans-serif;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 0; /*text-align:left; display: block;*/
}
.untamed_athletes .hdname h3 span {
  background: #fff;
  display: inline;
  padding-right: 20px;
}
.untamed_athletes .followtxt {
  font-family: "LeagueGothic-Regular", sans-serif;
  color: #ff6f00;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0;
}
.untamed_athletes .followicon {
  font-family: "Kanit", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  background: url(../images/follow-icon.png) no-repeat 0 5px;
  padding: 0 0 20px 0px;
}
.untamed_athletes .followicon a {
  color: #000;
  padding-left: 30px;
}
.untamed_athletes .followicon a:hover {
  color: #ff6f00;
}
.untamed_athletes .clm2 .imagediv {
  position: relative;
  text-align: center;
}
.untamed_athletes .clm2 .imagediv img {
  margin-right: 0px; /*z-index: 100; position: relative; */
}
/*.untamed_athletes .clm2 .imagediv:before { width: 513px; height: 458px; position: absolute; content: ''; display: block; 
    background: url(../images/untamed-mask.png) no-repeat 0 0 / cover; opacity: .7; }*/
.untamed_athletes .clm2 .imagediv:after {
  width: 117px;
  height: 117px;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/orange-dots) no-repeat 0 0 / cover;
  bottom: 35px;
  right: 30px;
}

.carousel-control-prev-icon {
  background: url(../images/icon-previous.png) no-repeat top center;
  height: 32px;
  width: 32px;
}
.carousel-control-next-icon {
  background: url(../images/icon-next.png) no-repeat top center;
  height: 32px;
  width: 32px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* minimal slider for home page  start   */
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel [class*="carousel-control"] {
  background: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 38px;
  color: #fff;
  background-color: transparent;
  visibility: visible !important;
  opacity: 1;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 5px;
  opacity: 0.5;
  position: absolute;
  text-align: center;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel [class*="carousel-control"] {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  #minimal-bootstrap-carousel [class*="carousel-control"] {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    border-radius: 5px;
  }
}

#minimal-bootstrap-carousel .carousel-control-prev {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
  right: 1%;
}

#minimal-bootstrap-carousel [class*="carousel-control"]:hover {
  opacity: 1;
  background: #2093d1;
  border-color: #fff;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 751px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #e8f4fa;
}

.slider-content-style .content {
  text-align: center;
  position: relative;
  z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
  margin: 0;
}

.slider-content-style .content h3 {
  color: #062f77;
  font-size: 37px;
  line-height: 1.3em;
  font-weight: 800;
  /* font-family: 'Josefin Sans'; */
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  text-transform: uppercase;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  font-family: "Montserrat-semibold";
}
.slider-content-style .content h3 b {
  font-size: 43px;
  font-family: "Montserrat-Bold";
  font-weight: normal;
}

.slider-content-style .content p {
  /* font-family: 'Josefin Sans'; */
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.15em;
  margin-top: 20px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
  background: #062f77;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.1em;
  /* font-family: 'Josefin Sans'; */
  font-weight: 600;
  padding: 10px 17px;
  margin-top: 27px;
  transition: all 0.4s ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
  background: #fff;
}

/* minimal slider for home page end */

/* animation start  */
#minimal-bootstrap-carousel.slider-home-one .content {
  position: absolute;
  top: 300px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner {
  height: 740px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  animation-duration: 5s;
  animation-name: homebandmove;
  /* animation-iteration-count: 2;
    animation-direction: alternate; */
}

@keyframes homebandmove {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0px;
  }
}

@keyframes fadeInDown {
  from {
    top: 10px;
  }
  to {
    top: 0px;
  }
}

.countsec {
  background: #e8f4fa;
  padding: 30px 0;
}
.countsec.temp2 {
  background: #2093d1;
}

.testimonialsec {
  background: url(../images/blue-band.png) no-repeat center 0px / cover;
}
.testimonialsec .carousel-control-prev {
  right: -85px !important;
  left: auto;
  top: 10px;
}
.testimonialsec .carousel-control-next {
  width: 40px;
  bottom: auto;
  right: -42px;
}
.testimonialsec .carousel-indicators {
  left: 46%;
  bottom: -40px !important;
}

.testimonialsec.temp2 {
  background: #fff;
}
.testimonialsec.temp2 .customertsm .carousel-indicators li {
  border-color: #cdcdcd;
}
.testimonialsec.temp2 .customertsm .carousel-indicators li.active {
  background: #e5e5e5;
}
.testimonialsec.temp2 .customertsm .tsmbox {
  background: #fff url(../images/first.png) no-repeat left 0 !important;
  box-shadow: none;
  border: 2px solid #cea160;
}


section.inner-body h4 {
  font-size: 18px;
  font-family: "Kanit", sans-serif;
}

section.inner-body h5 {
  font-size: 16px;
  color: #3d3d3d;
  margin: 30px 0;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
}

.verticalcustomtab {
  text-decoration: none;
}
.verticalcustomtab .nav-tabs {
  float: left;
  width: 30%;
}
.verticalcustomtab .tab-content {
  float: left;
  width: 70%;
}
.verticalcustomtab .nav-tabs > li {
  float: none;
}

/* easy responsive tab.css file  */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 1px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  border-bottom: 1px solid #cad6e0;
  color: #636363;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border-bottom: none;
  padding: 12px 14px 14px 14px !important;
  color: #000;
}

.resp-tab-active {
  border-bottom: none;
}

.resp-content-active,
.relativesp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #008486;
}

h2.resp-accordion {
  font-size: 16px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 42%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 10px 5px 10px 35px !important;
  margin: 0 0 1px 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  float: left;
  width: 56%;
  min-height: 290px;
  border-radius: 0px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  color: #000;
  background: #ccc;
  
}
/* .resp-vtabs li:hover {
  position: relative;
  z-index: 1;
  color: #000;
  background: #ccc;
} */
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #999;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #999;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #dbdbdb; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}
/* easy responsive tab.css file end */

ul.resp-tabs-list.hor_1 {
  background: #ccc !important;
  float: left !important;
  width: 100% !important;
}

.tbsection_main .resp-tabs-list li {
  background: #ccc !important;
  position: relative;
}

.tbsection_main .resp-tabs-list li.resp-tab-active {
  background: #008486 !important;
  color: #fff;
}

.resp-tab-content ul {
  padding-left: 10px;
}

.tbsection_main .htab_content.resp-tab-content {
  border-color: #fff;
  padding: 30px 20px;
}

.tbsection_main .htab_content.resp-tab-content.vtabsec {
  padding-left: 0;
}

.tbsection_main .resp-tabs-list li.resp-tab-active::after {
  /* content:  "▼"; font-size:14px; transform: rotate(-180deg); */

  position: absolute;
  bottom: -8px;
  left: 45%;
  content: " "; /*width: 0; height: 0; */

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

  border-top: 9px solid #008486;
}

.tbsection_main .resp-vtabs .resp-tabs-list li.resp-tab-active::after {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  bottom: 15px;
  right: -1px;
  content: " ";
}

.resp-vtabs ul.resp-tabs-list {
  padding-left: 0;
  margin-top: 10px !important;
}

.resp-vtabs li.resp-tab-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 19px;
}

.tbsection_main .vtab_content {
  padding: 5px 0px 25px 30px;
}

#ChildVerticalTab_1 {
  min-height: 350px;
}
.resp-vtabs li.resp-tab-active::after {
  position: absolute;
  right: 0px;
  top: 5px;
  content: " ";
  height: 30px;
  width: 30px;
  background: url(../images/arrow-green.png) no-repeat 5px 10px !important;
}

/* Home our product */
.ourproduct {
  padding: 50px 0;
  background: #2e368f;
}
.ourproduct h5 {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
}
.ourproduct h3 {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
}

.ourproduct .resp-vtabs li.resp-tab-item {
  border: 2px solid #676dae !important;
  padding: 25px 20px 5px 25px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 15px;
}
.ourproduct .resp-vtabs li.resp-tab-item p {
  margin-bottom: 20px;
}
.ourproduct .resp-vtabs li.resp-tab-item p a {
  font-size: 0;
}
.ourproduct .resp-vtabs li.resp-tab-item.resp-tab-active p a {
  font-size: inherit;
}
.ourproduct .resp-vtabs li.resp-tab-item strong {
  font-size: 19px;
  font-weight: 500 !important;
  font-family: "Kanit";
}
.ourproduct .resp-vtabs li.resp-tab-item a {
  color: #39b44a;
  font-weight: 500;
}
.ourproduct .resp-vtabs li.resp-tab-item.resp-tab-active {
  background: #fff !important;
  color: #191919 !important;
  border-color: #fff !important;
  border-left: 5px solid #39b44a !important;
  padding: 25px 20px 1px 22px !important;
}
.ourproduct .resp-vtabs li.resp-tab-active::after {
  background: none !important;
}
.prodtbimg {
  -webkit-animation-name: prdInLeft;
  animation-name: prdInLeft;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  /* animation-fill-mode: both;
  -webkit-animation-fill-mode: both; */
}
@-webkit-keyframes prdInLeft {
  from {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
  }
}
@keyframes prdInLeft {
  from {
    -webkit-transform: translate3d(-6%, 0, 0);
    transform: translate3d(-6%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.readyproject {
  padding: 50px 0;
}
.readyproject .readybbox {
  padding: 40px 30px 30px 30px;
  color: #fff;
  font-size: 20px;
}
.readyproject .txt {
  padding: 0px 10px 0 50px;
}
.readyproject h2 {
  color: #fff;

  margin-bottom: 20px;
}
.readyproject a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 25px;
  background: #119123;
  border: 1px solid transparent;
  margin-top: 55px;
  display: inline-block;
}
.readyproject a:hover {
  border: 1px solid #fff;
}

.innerbandimage {
  text-decoration: none;
  position: relative;
}
.innerbandimage img {
  margin-bottom: -220px;
  /* -webkit-animation-name: zoomIn;
  animation-name: zoomIn; */
  -webkit-animation-name: inbandInDown;
  animation-name: inbandInDown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes inbandInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inbandInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.firstrow,
.secondrow {
  font-size: 20px;
}

.breadcrumb {
  padding:0px;
  background-color: transparent;
  text-align: left;
  list-style: none;
  font-size: 15px;
  font-family: "Kanit";
  font-weight: 400;
}
.breadcrumb a {
  color: #131313 !important;
  text-decoration: none !important;
  margin: 0 0px;
}
.breadcrumb a:hover {
  color: #000000;
  text-decoration: underline;
}
.inner-introduction {
  max-width: 870px;
  margin: 0 auto;
  padding: 0px 0 30px 0;
  text-align: center;
  font-size: 17px;
}
.wwdclm {
}
.wwdbox {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d5e1ed;
  padding: 20px 0px 0px 0px;
  line-height: 21px;
  min-height: 210px;
}
.wwdclm:last-child .wwdbox {
  border: 1px solid transparent;
}
.wwdbox .icon {
  display: table-cell;
  width: 50px;
}
.wwdbox .icon img {
  width: 30px;
}
.wwdbox .txt {
  width: auto;
}
.wwdbox .txt h4 {
  font-size: 22px;
  color: #323232;
  padding-bottom: 15px;
  letter-spacing: 0;
}
.secondrow {
  padding-bottom: 30px;
}
.secondrow .imageright {
  padding-top: 20px;
}
.bullettxt {
  max-width: 490px;
  font-size: 19px;
  padding: 20px 0;
}
.bullettxt ul {
  margin-bottom: 20px !important;
}
.bullettxt h4 {
  font-size: 22px !important;
  color: #444 !important;
  padding-bottom: 19px !important;
  letter-spacing: 0 !important;
}
.ourtechnology {
  background: #f6f8fa;
  padding: 30px 0;
}
.ourtechnology .intro {
  text-align: center;
  max-width: 950px;
  font-size: 19px;
  margin: 20px auto 30px auto;
  color: #555656;
}
.ourtechnology h4 {
  letter-spacing: 0 !important;
  margin: 15px auto;
}
.ourtechnology .otbox {
  min-height: 257px;
  padding-bottom: 20px;
}
.ourtechnology .otbox .icon {
  margin-bottom: 15px;
}
.ourtechnology .otbox .txt {
  max-width: 346px;
  font-size: 16px;
}
.readyproject .readybbox.innerpg {
  font-size: 18px;
  min-height: 270px;
}
.readyproject .readybbox.innerpg h2 {
  font-size: 21px;
}
.readyproject .readybbox.innerpg a {
  margin-top: 5px !important;
}

.customerbox {
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-left: 5px solid #f05a28;
  min-height: 270px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.customerbox .text {
  padding: 0px;
}
.customerbox .profile {
  display: table;
  width: 100%;
}
.customerbox h2 {
  color: #434343;
  font-size: 22px;
}
.customerbox .profile .picture {
  display: table-cell;
  width: 60px;
  vertical-align: top;
}
.customerbox .profile .namedetails {
  display: table-cell;
  width: auto;
  vertical-align: bottom;
  padding: 0 0 0 20px;
}
.customerbox .profile .namedetails p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #4e4e4e;
}
.customerbox .profile .namedetails strong {
  font-family: "Kanit";
  font-weight: 500;
}

.ourtechnology.valurite {
  text-decoration: none;
}
.ourtechnology.valurite .firstrw,
.ourtechnology.valurite .secondrw,
.ourtechnology.valurite .thirdrw {
  padding-bottom: 40px;
  padding-top: 40px;
}
.ourtechnology.valurite .txt {
  max-width: 426px;
}

.ourtechnology.valurite .vrtbox {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.ourtechnology.valurite .vrtbox .icon {
  display: table-cell;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  float: left;
  padding: 10px;
  margin-top: 5px;
}
.ourtechnology.valurite .vrtbox .txt {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding-left: 25px;
}
.ourtechnology.valurite .vrtbox h4 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 20px;
}
.careers .crclm {
}
.careers .crclm .crbox {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.careers .crclm .crbox .icon {
  width: 215px;
  height: 190px;
  margin: 20px auto;
  padding-top: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
}
.open-position {
  text-align: center;
  padding: 30px 0;
}
.open-position .opbox {
  padding: 15px 15px;
  background-color: #f6f8fa;
  display: table;
  margin: 10px auto;
  max-width: 920px;
  width: 100%;
}
.open-position .opbox .title {
  display: inline-block;
  float: left;
}
.open-position .opbox .title h4 {
  font-size: 24px;
  letter-spacing: 0;
}
.open-position .opbox .txt {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 20px 0 30px;
}
.open-position .opbox .link {
  display: inline-block;
  width: auto;
  float: right;
}
.open-position .opbox .link a {
  text-decoration: none !important;
}
.open-position .opbox .link a:hover {
  text-decoration: none !important;
  color: #2e368f;
}

.readybbox.innerpg.careers {
  background: #2e368f;
  max-width: 830px;
  margin: 20px auto;
  text-align: center;
}
.readybbox.innerpg.careers .txt {
  text-align: center;
  padding: 5px 30px;
}

.contactmainbx {
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5f5f5;
  display: table;
  width: 100%;
}
.contactmainbx .ctclm1 {
  width: 50%;
  float: none;
  background: #fff;
  display: table-cell;
  vertical-align: top;
  padding: 49px;
}
.contactmainbx .ctclm2 {
  width: 50%;
  float: none;
  background: #f6f8fa;
  display: table-cell;
  vertical-align: top;
  padding: 49px;
}
.contactfirstrow h4 {
  letter-spacing: 0 !important;
  font-size: 20px !important;
  font-family: "Kanit";
  font-weight: 600;
  margin-bottom: 10px;
}
.contactbox .footer-right ul {
  margin-top: 10px !important;
}
.contact-map {
  background: #f6f8fa;
}
.contact-map p {
  padding: 0;
  margin: 0;
}

.teamclm {
  margin-top: 20px;
}
.teambox {
  background: #fff;
  max-width: 277px;
}
.teambox figure {
  margin: 0;
  padding: 0;
}
.teambox figure img {
  max-width: 277px;
  width: 100%;
  /* height: 100%;
  min-height: 267px; */
}
.teambox .txt {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 21px;
  min-height: 85px;
}
.teambox .txt h4 {
  font-size: 22px;
  color: #323232;
  padding: 0 0 5px 0;
  margin: 0;
  letter-spacing: 0;
}

.page-id-177 .otbox h4 {
  display: none;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

/*  dev 2 */
/* product page start */
.innerbanner {
  height: 260px;
}
.innerbanner_text {
  position: relative;
}

.product-details {
  padding: 35px 0 140px;
}
.product-details .breadcrumb {
  padding-top: 0;
  font-size: 13px;
  color: #7c7c7c;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  margin-bottom: 70px;
  padding-bottom: 0;
}
.product-details .breadcrumb a {
  color: #2f3880 !important;
  font-size: 13px;
}
.product-details .breadcrumb i {
  margin: 0 1px 0 4px;
}
.product-details h2 {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  color: #2b357d;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 30px;
}
.product-details p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}
.top-content {
  margin-bottom: 38px;
}
.product-right img {
  margin-left: auto;
}
.product-details h4 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  color: #2b357d;
  font-size: 18px;
  margin-bottom: 22px;
}
.pat-box {
  /* width: 100px;
  height: 100px; */
  width: 90px;
  height: 90px;
  background: #ed1c24;
  border-radius: 9px;
  margin-bottom: 15px;
}
.pat-img {
  /* transform: translate(18px, 16px); */
  transform: translate(0px, 16px);
}
.col-md-3:first-child .pat-img {
  /* transform: translate(15px, 30px); */
  transform: translate(0px, 20px);
}
.col-md-3:nth-child(3) .pat-img {
  transform: translate(15px, 20px); 
}
.pat-img img {
  max-width: 100px;
  max-height: 74px;
}
.patterns-section p {
  margin-bottom: 0;
}
.patterns-section {
  margin-bottom: 70px;
}
.availables-section h4::after {
  content: "";
  width: 40%;
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  top: 13px;
  margin-left: 6px;
}
.availables-section h4 {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 50px;
}
.flexer {
  display: flex;
}
.av-box {
  align-items: center;
  margin-bottom: 25px;
}
.av-box img {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  margin-right: 18px;
}
.av-box p {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.product-left {
  max-width: 600px;
}
.other-products {
  background: #f8f4ee;
  padding: 60px 0 70px;
}
.other-products h3 {
  color: #ed1c24;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  text-align: center;
}
.other-products .col-md-2 {
  width: 19.666667%;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
.oproduct-box img {
  border-radius: 6px;
  width: 200px;
  height: 171px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.oproduct-box p {
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  margin-bottom: 0;
}
/* .custom-col-3 {
  max-width: 215px;
} */
.other-products .slick-next:before,
.other-products .slick-prev:before {
  display: none;
}
.other-products .slick-next {
  background: url(../images/arrow-testimonial.png) no-repeat center;
  transform: rotate(180deg);
  bottom: -45px;
  right: 5px;
  position: absolute;
}
.other-products .slick-prev {
  background: url(../images/arrow-testimonial.png) no-repeat center;
  bottom: -45px;
  left: 5px;
  position: absolute;
}
.other-products .slick-prev,
.other-products .slick-next {
  width: 35px;
  height: 35px;
  border: transparent;
  color: transparent;
}
.other-products .slick-prev:hover,
.other-products .slick-prev:focus {
  background: url(../images/arrow-testimonial.png) no-repeat center;
  opacity: 0.8;
  transition: 0.2s linear;
}
.other-products .slick-next:hover,
.other-products .slick-next:focus {
  background: url(../images/arrow-testimonial.png) no-repeat center;
  transform: rotate(180deg);
  opacity: 0.8;
  transition: 0.2s linear;
}
.top-content ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}
.top-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.top-content ul li::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../images/tick-icon.png) no-repeat center;
  width: 17px;
  height: 12px;
  top: 5px;
}

/* product page end */

/* quality page start*/
.qms-bg {
  background: #f8f4ee;
  position: relative;
}

.qms-cover {
  background: #f8f4ee url(../images/qm-bg.png) no-repeat 94% 138%;
  padding: 68px 0;
}
.blue-bx {
  background: #2b357d;
  color: #fff;
  padding: 18px 28px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.stp-bx {
  margin-top: 60px;
}
.blue-bx h4 {
  margin: 15px 0 13px;
  font-size: 16px;
  font-weight: 700;
}
.blue-bx p {
  font-size: 15px;
  opacity: 0.7;
}
.qms-right {
  margin: 80px 0px 0 30px;
}
.qms-right h3,
.qa-bg h3,
.qc-top h3 {
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 23px;
  color: #2b357d;
}
.qms-right p {
  color: #333;
  font-size: 16px;
  opacity: 0.9;
  line-height: 26px;
}
.qa-bg {
  padding: 80px 0;
}
.qa-top,
.qc-top {
  text-align: center;
  max-width: 948px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.qa-bg p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 26px;
}
.qa-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #ec6618;
  border-radius: 4px;
  position: relative;
}
.qa-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.qa-content {
  margin-left: 30px;
}
.qa-box {
  padding: 0 0 28px 50px;
}
.qa-content h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.qcontrol-bg {
  padding: 65px 0 90px;
}
.qc-top h3 {
  color: #fff;
}
.qc-top p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}
.qcontrol-box {
  padding: 0 70px;
}
.custom-col-qc {
  background: #ffffff;
  text-align: center;
  padding: 48px 30px 40px;
  margin: 0 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 16px #00000094;
}
.qc-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.qc-box img {
  margin: 0 auto;
  margin-bottom: 30px;
}
/* quality page end*/
/* contact page */
.contact-form h2 {
  margin-bottom: 40px;
}
.contact-form .formfield .col-sm-6:first-child {
  padding: 0 20px 0 0;
}
.contact-form .formfield .col-sm-6:last-child {
  padding: 0 0px 0 20px;
}
.contact-form .formfield .col-sm-12 {
  padding: 0;
}
.contact-form textarea {
  border-radius: 0;
  resize: none;
  height: 60px;
  font-size: 15px;
}
.contact-form input[type="submit"] {
  /* margin-left: 0 !important; */
  margin-top: 10px !important;
  text-transform: capitalize !important;
}

.address ul{
  list-style: none;
  padding-left: 0;
}
.address ul li{
  padding-left: 40px;
  margin-bottom: 30px;
  line-height: 26px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.comp-address{
  background: url(../images/location.png) no-repeat left top/ 30px;
}
.phone-ic{
  background: url(../images/phone.png) no-repeat left top/ 30px;
}
.mail-ic{
  background: url(../images/mail.png) no-repeat left top/ 30px;
}
.clock-ic{
  background: url(../images/clock.png) no-repeat left 5px/ 20px;
}
.mail-ic a{
  color: #333;
  transition: .2s linear;
}
.mail-ic a:hover{
text-decoration: underline;
transition: .2s linear;
}
.social-media{ text-align: left; }
.social-media ul{
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-top: 15px;
}
.social-media ul li{
  flex-shrink: 0;
}
.social-media ul li a{
  color: #fff;
  width: 40px;
  height: 40px;
  background: #231f20;
  display: block;
  margin-right: 12px;
  border-radius: 50px;
  align-items: center;
  text-align: center;
  line-height: 39px;
  transition: .2s linear;
  border: 1px solid transparent;
}
.social-media ul li a:hover{
  background: #fff;
  color: #231f20;
  transition: .2s linear;
  border: 1px solid #231f20;
}

 




/* custom media start */

@media screen and (max-width: 1200px) {
  .success_story .sbox .txt {
    padding: 250px 0px 0px 0px;
  }
  .teambox .txt {
    padding: 10px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  /* dev 2 */
  .oproduct-box img {
    max-height: 150px;
  }
  .qa-box {
    padding: 0 0 28px 15px;
  }
  /* dev 2 */
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .success_story .sbox .txt {
    padding: 220px 0px 0px 0px;
  }
  .success_story .sbox {
    padding: 20px;
  }
  .readyproject .txt {
    padding: 0px 10px 0 0px;
  }
  .readyproject a {
    margin-top: 0;
  }

  .bullettxt {
    max-width: inherit;
  }
  .breadcrumb {
    padding-bottom: 20px;
    margin: 0;
  }
  /* dev 2 */
  .other-products .col-md-2 {
    width: unset;
  }

  .custom-col-3 {
    max-width: 100%;
  }
  .product-details {
    padding-bottom: 75px;
  }
  .qms-cover {
    background-position: 50% 138%;
  }
  .qa-content {
    margin-left: 20px;
  }
  .qa-box {
    padding-left: 0;
  }
  .custom-col-qc {
    max-width: 220px;
    flex-shrink: 0;
    padding: 35px 20px 35px;
    margin: 0 10px;
  }
  .qcontrol-box .flexer {
    justify-content: center;
  }
  .qc-content p {
    font-size: 16px;
  }
  .qms-right {
    margin: 20px 0 0;
  }
  
  .contact-form .formfield .col-sm-6:first-child {
    padding: 0;
  }
  .contact-form .formfield .col-sm-6:last-child {
    padding: 0;
  }
  
  /* dev 2 */
}

@media screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
    background: #fff !important;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  section.whatwe_believe.whatwedo .resp-vtabs .resp-tab-content {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  .success_story .sclm .sbox {
    min-height: inherit;
    margin: 20px auto;
    background-size: cover !important;
  }
  .success_story .sbox .txt {
    padding: 250px 0px 0px 0px;
  }
  .readyproject h2 {
    font-size: 25px;
  }
  .readyproject .readybbox {
    font-size: 16px;
  }

  .open-position .opbox .title {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
  }
  .open-position .opbox .txt {
    width: auto;
    padding: 10px 0;
    text-align: left;
  }
  .readybbox {
    margin-top: 20px;
  }
  .ourtechnology .otbox .txt {
    max-width: inherit;
  }
  .innerbandimage {
    text-align: center;
  }
  .innerbandimage img {
    margin-bottom: 0px;
    max-width: 356px;
    width: 100%;
  }
  .firstrow,
  .secondrow {
    font-size: 16px;
  }
  .ourtechnology .tmrw {
    max-width: 600px;
    margin: 0 auto;
  }
  .teambox .txt {
    font-size: 16px;
  }
  .teambox .txt h4 {
    font-size: 18px;
  }
  /* dev 2 */
  .innerbanner {
    height: 220px !important;
  }
  
  .product-details .breadcrumb {
    margin-bottom: 30px;
  }
  .product-details h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .pat-box {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .patterns-section p {
    text-align: center;
    margin-bottom: 20px;
  }
  .product-right img {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .patterns-section {
    margin-bottom: 35px;
  }
  .av-box {
    margin-bottom: 30px;
    justify-content: center;
  }
  .av-box img {
    margin-right: 0;
  }
  .av-box p {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .product-details {
    padding: 35px 0 40px;
  }
  .oproduct-box {
    text-align: center;
  }
  .oproduct-box img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .oproduct-box {
    margin-bottom: 20px;
  }
  .availables-section h4::after {
    width: 100%;
  }
  .other-products {
    padding-bottom: 50px;
  }
  .other-products .slick-prev {
    bottom: -22px;
    left: 15px;
  }
  .other-products .slick-next {
    bottom: -22px;
    right: 15px;
  }
  .qms-cover {
    padding: 20px 0;
  }
  .stp-bx {
    text-align: center;
  }
  .blue-bx img {
    margin: 0 auto;
  }
  .qms-cover {
    background-position: 50% 108%;
  }
  .qa-bg,
  .qcontrol-bg {
    padding: 40px 0;
  }
  .qcontrol-box .flexer {
    display: block;
  }
  .custom-col-qc {
    max-width: 100%;
    margin: 0 auto;
  }
  /* dev 2 */
}

@media screen and (max-width: 640px) {
  .home h3,
  section.inner-body h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .careers .crclm {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .teamclm {
    width: 100% !important;
  }
  .ourtechnology .tmrw {
    max-width: 277px;
  }
}
@media screen and (max-width: 400px) {
  .open-position .opbox .txt {
    width: 100%;
  }
}
