@import url("style_color.css");
@import url("stylesheets_decoration.css");

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-family: "thaisans_neueregular";
}
/*body{-webkit-font-smoothing:antialiased; 
 -webkit-filter: grayscale(100%); 
 -moz-filter: grayscale(100%);
 filter: gray; 
 filter: grayscale(100%);}*/
button,
input,
select,
textarea {
}
p,
div {
  padding: 0px;
}

h1 {
  font-size: 36px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
}
h2 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
}
h3 {
  font-size: 26px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
}
h4 {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
}
h6 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
}

header {
  margin: 0 auto;
}
section {
  margin: 0 auto;
}
footer {
  margin: 0 auto;
  font-size: 14px;
}
footer .sitemap {
  padding: 40px 0;
}
footer .sitemap ul.footerfix {
  list-style: none;
}
footer .sitemap ul.footerfix li {
  padding: 4px 0;
}
footer .sitemap ul.footerfix li a {
  color: #262626;
}
footer .copy {
  padding: 40px 0;
  color: #fff;
  background: #262626;
  text-align: center;
}
footer .col-sitemap1 {
  float: left;
}
footer .col-sitemap2 {
  float: left;
  margin-left: 50px;
  width: 300px;
}
footer .col-sitemap3 {
  float: left;
  margin-left: 50px;
  width: 300px;
}
footer .col-sitemap4 {
  float: left;
  margin-left: 30px;
  border-left: solid 1px #eee;
  padding: 0 0 0 35px;
}
footer .bulletfooter {
  padding: 2px 0 2px 30px;
  background: #fff url(../images/template/bullet-gray.png) no-repeat top left;
  background-position: 5px 8px;
}
footer .bulletfooter a {
  color: #262626;
}
footer .footer-h {
  font-size: 18px;
  font-family: "thaisans_neuebold";
  text-transform: uppercase;
}
footer .logofooter {
  line-height: 0;
}
footer .callcenter {
  line-height: 0;
}
footer .callcenter-tel {
  font-size: 40px;
  font-family: "thaisans_neue_extbdregular";
  margin: 22px 0 0 0;
}
footer .follow-all {
  margin-top: 60px;
}
footer .follow {
  font-size: 18px;
  font-family: "thaisans_neuebold";
}

.content {
  width: 1170px;
  margin: 0 auto;
}

#banner {
  height: 450px;
}

.menuber {
  background: url(../images/bg/menu.jpg) repeat-x top center;
  height: 100px;
}
.menuber .logo {
  float: left;
  line-height: 0;
}
.menuber .logo img {
  width: 140px;
  height: 100px;
}

/* menu bar */
nav {
  float: right;
}
nav ul.menufix {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
nav ul.menufix li {
  padding: 42px 22px 0 22px;
  float: left;
}
nav ul.menufix li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.menufix li a:hover {
  color: #bbb;
}
nav ul.menufix li.flagall {
  padding: 37px 0 0 22px;
}
select.flag {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
}
select.flag option {
  color: #262626;
}

select.flag-mobile {
  background: none;
  border: none;
  color: #fff;
  margin: 0;
  float: right;
  top: 20px;
  position: absolute;
  right: 100px;
}
select.flag-mobile option {
  color: #262626;
}

.product-top {
  font-size: 36px;
  line-height: 60px;
  font-family: "thaisans_neuebold";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-sub {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-topdetail {
  line-height: 30px;
  margin: 20px 0 0 0;
  max-height: 360px;
  overflow: hidden;
}
.border-inner {
  background: #fff;
  color: #262626;
  padding: 7px 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.border-inner:hover {
  background: rgba(255, 204, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 204, 0, 1)),
    color-stop(21%, rgba(255, 204, 0, 1)),
    color-stop(50%, rgba(255, 235, 145, 1)),
    color-stop(83%, rgba(255, 204, 0, 1)),
    color-stop(100%, rgba(255, 204, 0, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
}

.product {
  width: 25%;
  float: left;
  margin: 40px 0 0 0;
  background: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-img {
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-detail {
  padding: 20px 10px 20px 10px;
  color: #262626;
}
.product-h {
  font-size: 20px;
  text-align: center;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
}
.border-product {
  background: #f5f5f5;
  padding: 5px 30px 3px 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product:hover {
  background: #e5e5e5;
}
.product:hover .product-img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.product:hover .border-product {
  background: rgba(255, 204, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 204, 0, 1)),
    color-stop(21%, rgba(255, 204, 0, 1)),
    color-stop(50%, rgba(255, 235, 145, 1)),
    color-stop(83%, rgba(255, 204, 0, 1)),
    color-stop(100%, rgba(255, 204, 0, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
}

.productlogo {
  padding: 20px 30px 0px 30px;
  height: 115px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.productlogo img {
  padding: 0 30px;
  height: 65px;
}
.productlogo-arrowleft {
  float: left;
  position: relative;
  z-index: 2;
  margin: -80px 0 0 0;
}
.productlogo-arrowright {
  float: right;
  position: relative;
  z-index: 2;
  margin: -80px 0 0 0;
}

.testimonail-bg {
  background: url(../images/bg/bgtestimonial.jpg) top center no-repeat;
  padding: 30px 0;
  min-height: 515px;
}
.testimonail {
  text-align: center;
  margin: 40px 0 0 0;
  color: #262626;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonail-img {
  line-height: 0;
}
.testimonail-img img {
  width: 170px;
  height: 170px;
  -moz-border: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  box-shadow: 0 0 10px #ccc; /*object-fit: cover; object-position: center;*/
}
.testimonail-h {
  font-size: 20px;
  font-family: "thaisans_neuebold";
  margin: 30px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.testimonail-d {
  margin: 15px 0 0 0;
  height: 65px;
  overflow: hidden;
}
.testimonail:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.clinic {
  margin: 0;
}
.clinic img {
  width: 100%;
}

.news-bg {
  padding: 30px 0 0 0;
}
.news {
  color: #262626;
  margin: 40px 0 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newstop-img {
  line-height: 0;
}
.newstop-img img {
  width: 570px;
  height: 340px;
}
.newstop-d {
  line-height: 30px;
  height: 207px;
  overflow: hidden;
  font-size: 14px;
}
.news-img {
  line-height: 0;
  float: left;
}
.news-img img {
  width: 170px;
  height: 101px;
}
.news-detail {
  margin-left: 15px;
  width: 370px;
  float: left;
}
.news-h {
  margin: 0px 0 0 0;
  font-size: 20px;
  font-family: "thaisans_neuebold";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-d {
  height: 45px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
.news:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.news-border {
  border: 0;
  height: 2px;
  padding: 0;
  margin: 10px 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}

.letter-bg {
  padding: 50px 0;
  margin: 50px 0 0 0;
  background: url(../images/bg/bgletter.jpg) bottom center;
  color: #fff;
}
.letter-title {
  font-size: 30px;
  font-family: "thaisans_neue_extbdregular";
  text-align: center;
}
.letter-bg input {
  height: 60px;
  padding: 20px 15px 20px 15px;
  width: 100%;
  margin: 30px 0 0 0;
  border: none;
  color: #262626;
  font-size: 14px;
}
.border-confirm {
  height: 56px;
  background: #262626;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  font-size: 14px;
}
.letter-icon a {
  width: 33.33%;
  margin: 50px 0 0 0;
  float: left;
  text-align: center;
}
.letter-icon + div.letter-icon a {
  width: 33.33%;
  border-left: solid 1px #fff;
}
.letter-icon img {
  width: auto;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.letter-icon:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.comment1 {
  background: rgba(153, 153, 153, 0.03);
  padding: 15px 20px;
  border-bottom: dotted 1px #ccc;
  line-height: 30px;
}
.comment2 {
  background: rgba(153, 153, 153, 0.08);
  padding: 15px 20px;
  border-bottom: dotted 1px #ccc;
  line-height: 30px;
}
.comment-user {
  font-size: 18px;
  font-family: "thaisans_neuebold";
}
.comment-time {
  font-size: 12px;
}
.comment-comment {
  margin: 10px 0 0 0;
}
.comment-reply {
  float: right;
  font-size: 13px;
  font-family: "thaisans_neue_lightregular";
  color: #999;
  cursor: pointer;
}
.comment-reply i {
  color: #999;
}
.comment-commentreply {
  margin: 10px 0px 0 30px;
  padding: 12px;
  border: dotted 1px #eee;
}
.comment-commentreply-user {
  font-size: 13px;
  border-top: solid 1px #eee;
  margin: 10px 0 0 0;
  padding: 2px 0 0 0;
}

/* price */
.price {
  margin: 40px 0 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #262626;
}
.price-img {
  line-height: 0;
}
.price-img img {
  width: 270px;
  height: 180px;
  border: solid 1px #eee;
}
.price-h {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-family: "thaisans_neuebold";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.price:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.vdo {
  margin: 40px 0 0 0;
}
.vdo-img {
  line-height: 0;
  cursor: pointer;
}
.vdo-img img {
  width: 370px;
  height: 278px;
}
.vdoplayicon {
  position: absolute;
  margin-left: 40%;
  margin-top: 30%;
  padding-top: 13px;
  padding-left: 3px;
  text-align: center;
  background: rgba(204, 204, 204, 0.5);
  width: 60px;
  height: 40px;
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.vdo-img:hover .vdoplayicon {
  background: rgba(204, 204, 204, 1);
}
.vdo-img iframe {
  width: 370px;
  height: 278px;
}
.vdo-h {
  margin: 10px 0 0 0;
  height: 63px;
  overflow: hidden;
}

.tips {
  margin: 40px 0 0 0;
  color: #262626;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tips-img {
  line-height: 0;
}
.tips-img img {
  width: 570px;
  height: 285px;
}
.tips-h {
  margin: 10px 0 0 0;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tips:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.testimobialinner {
  color: #262626;
  margin: 40px 0 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #262626;
}
.testimobialinner-img {
  line-height: 0;
  text-align: center;
  text-align: center;
}
.testimobialinner-img img {
  width: 370px;
  height: 370px;
}
/*.testimobialinner-img img{ width:170px; height:170px; -moz-border: 200px; -webkit-border-radius:200px; border-radius:200px; box-shadow:0 0 10px #ccc;}*/
.testimobialinner-h {
  margin: 20px 0 0 0;
  font-family: "thaisans_neue_sembdregular";
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.testimobialinner-d {
  line-height: 28px;
  margin: 5px 0 0 0;
  text-align: center;
  height: 115px;
  overflow: hidden;
}
.testimobialinner:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.faq {
  margin: 40px 0 0 0;
}
.faq-q {
  color: #fff;
}
.faq-q-img {
  width: 10%;
  float: left;
}
.faq-q-detail {
  width: 85%;
  float: left;
  margin: 0 0 0 5%;
  padding: 20px 25px;
  font-size: 20px;
  position: relative;
  background: #262626;
  border: 2px solid #262626;
}
.faq-q-detail:after,
.faq-q-detail:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.faq-q-detail:after {
  border-color: rgba(38, 38, 38, 0);
  border-right-color: #262626;
  border-width: 15px;
  margin-top: -15px;
}
.faq-q-detail:before {
  border-color: rgba(38, 38, 38, 0);
  border-right-color: #262626;
  border-width: 18px;
  margin-top: -18px;
}

.faq-a {
  margin: 20px 0 0 0;
  color: #262626;
}
.faq-a-img {
  width: 20%;
  float: left;
}
.faq-a-img img {
  width: 100%;
}
.faq-a-detail {
  width: 75%;
  float: left;
  margin: 0 5% 0 0;
  padding: 25px;
  position: relative;
  background: #ffffff;
  border: 2px solid #262626;
}
.faq-a-detail:after,
.faq-a-detail:before {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.faq-a-detail:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.faq-a-detail:before {
  border-color: rgba(38, 38, 38, 0);
  border-left-color: #262626;
  border-width: 18px;
  margin-top: -18px;
}
.border-faq {
  background: #fff;
  color: #262626;
  padding: 12px 0px;
  text-align: center;
  width: 150px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.border-faq:hover {
  background: rgba(255, 204, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 204, 0, 1)),
    color-stop(21%, rgba(255, 204, 0, 1)),
    color-stop(50%, rgba(255, 235, 145, 1)),
    color-stop(83%, rgba(255, 204, 0, 1)),
    color-stop(100%, rgba(255, 204, 0, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
}
.border-faq-over {
  background: #fff;
  color: #262626;
  padding: 12px 0px;
  text-align: center;
  width: 150px;
  font-size: 18px;
  background: rgba(255, 204, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 204, 0, 1)),
    color-stop(21%, rgba(255, 204, 0, 1)),
    color-stop(50%, rgba(255, 235, 145, 1)),
    color-stop(83%, rgba(255, 204, 0, 1)),
    color-stop(100%, rgba(255, 204, 0, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(255, 204, 0, 1) 0%,
    rgba(255, 204, 0, 1) 21%,
    rgba(255, 235, 145, 1) 50%,
    rgba(255, 204, 0, 1) 83%,
    rgba(255, 204, 0, 1) 100%
  );
}

/* contact */
.title-contact {
  font-family: "thaisans_neue_sembdregular";
  font-size: 32px;
  color: #262626;
}
.contact_h {
  color: #262626;
  width: 20%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_colon {
  color: #666;
  width: 5%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_d {
  color: #666;
  width: 75%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_information {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-family: "thaisans_neue_sembdregular";
}
.contactform_h {
  color: #666;
  width: 25%;
  float: left;
  margin-top: 10px;
  padding-top: 12px;
}
.contactform_input {
  width: 75%;
  float: left;
  margin-top: 10px;
}
.contactform_input input {
  width: 100%;
  border: solid 1px #ccc;
  padding: 5px;
  margin-top: 10px;
}
.contactform_input textarea {
  width: 100%;
  border: solid 1px #ccc;
  padding: 5px;
  margin-top: 10px;
}
.contactform_input input.contact-btn {
  background: #262626;
  color: #fff;
  text-align: center;
  border: none;
  padding: 7px;
  width: 200px;
  margin: 0px 0 0 0;
  cursor: pointer;
  width: 180px;
}
.contact-tabmap-over {
  background: #262626;
  color: #fff;
  border: solid 1px #262626;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
  border-bottom: none;
}
.contact-tabmap {
  background: #fff;
  color: #262626;
  border: solid 1px #262626;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
  border-bottom: none;
}
.contact-tabmap:hover {
  background: #262626;
  color: #fff;
}
.contact-map {
  width: 100%;
  height: 430px;
  background: #eee;
}
.contact-map img {
  width: 570px;
  height: 430px;
  border: solid 1px #262626;
  object-fit: cover;
  object-position: center;
}
.contact-map iframe {
  width: 570px;
  height: 430px;
  border: solid 1px #262626;
}

.number {
  width: 30px;
  height: 30px;
  background: #666;
  color: #000;
  margin-right: 7px;
  padding-top: 3px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.number:hover {
  background: #333;
  color: #fff;
}
.number-ovrer {
  width: 30px;
  height: 30px;
  background: #333;
  color: #fff;
  margin-right: 7px;
  float: left;
  padding-top: 3px;
  text-align: center;
  cursor: pointer;
}
.number-next {
  width: 80px;
  height: 30px;
  background: #666;
  color: #000;
  margin-right: 7px;
  float: left;
  padding-top: 3px;
  text-align: center;
  cursor: pointer;
}

/*######################################################################################################################################################*/
@media (max-width: 767px) {
  /*body{ overflow:hidden;}*/
  header {
    width: 100%;
    background: url(../images/bg/menu.jpg) repeat-x;
  }
  nav ul {
    list-style: none;
    padding: 0;
  }
  footer .col-sitemap4 {
    float: none;
    width: 100%;
    margin-left: 0px;
    border-left: none;
    padding: 0 0 0 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  footer .logofooter {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .logofooter img {
    width: auto;
    max-width: 100%;
  }
  footer .callcenter-tel {
    float: left;
    width: 100%;
  }
  footer .follow {
    margin: 90px 0 0 0;
  }

  .content {
    width: 95%;
    max-width: 440px;
    margin: 0 auto;
  }

  .title {
    font-size: 28px;
  }

  #banner {
    margin-top: 20px;
    height: auto !important;
  }

  .product {
    width: 50%;
  }
  .product-h {
    height: 70px;
    font-size: 15px;
    overflow: inherit;
    line-height: 1.5;
  }
  .border-product {
    font-size: 14px;
  }

  .testimonail-img img {
    width: 120px;
    height: 120px;
  }
  .testimobialinner-d {
    height: inherit;
  }

  .newstop-d {
    line-height: 30px;
    height: auto;
    overflow: inherit;
    font-size: 14px;
  }
  .newstop-img img {
    width: 100%;
    height: auto;
  }
  .news-img img {
    width: 100%;
    height: auto;
  }
  .news-h {
    margin: 15px 0 0 0;
  }
  .news-detail {
    margin: 0px 0 0 0;
    width: 100%;
  }

  .price-img img {
    width: 100%;
    height: inherit;
  }

  .vdo-img img {
    width: 100%;
    height: 230px;
  }
  .vdo-img iframe {
    width: 100%;
    height: 230px;
  }

  .tips-img img {
    width: 100%;
    height: inherit;
  }

  .testimobialinner-img img {
    width: 100%;
    height: inherit;
  }

  .contact_information {
    margin: 50px 0 0 0;
  }
  .contactform_h {
    width: 100%;
    margin-top: 10px;
  }
  .contactform_input {
    width: 100%;
    margin-top: 0px;
  }

  .contact-map {
    width: 100%;
    height: 300px;
  }
  .contact-map img {
    width: 100%;
    height: 300px;
  }
  .contact-map iframe {
    width: 100%;
    height: 300px;
  }
  /* .speech.right::after {
    border-left-color: rgba(0, 0, 0, 0.5);
    border-right: 0;
    right: -5.3% !important;
    top: calc(61% - 15px);
  }
  .speech {
    font-size: 1.2rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4% 3%;
    border-radius: 5px;
    min-width: 185px !important;
    position: relative;
    margin: 0 5% 0 0;
  } */
  .social-contact {
    right: 3% !important;
  }
  .social-contact .box {
    margin: 5% 0 !important;
  }
  .social-contact .box .icon {
    width: 50px !important;
    height: 50px;
  }
  .speechimg {
    display: none;
  }
  .promotionpopup .button .click{
    width: 28px !important; 
    margin-left: 2% !important;
  }
  .promotionpopup .button{
    width: 90% !important;
    justify-content: center !important;
  }
}

/*######################################################################################################################################################*/
@media (min-width: 768px) and (max-width: 991px) {
  header {
    width: 100%;
  }
  nav ul {
    list-style: none;
    padding: 0;
  }
  footer .col-sitemap4 {
    float: none;
    width: 100%;
    margin-left: 0px;
    border-left: none;
    padding: 0 0 0 0px;
  }
  footer .logofooter {
    float: left;
    width: 33.33%;
  }
  footer .logofooter img {
    width: auto;
    max-width: 100%;
  }
  footer .callcenter-tel {
    float: left;
    width: 33.33%;
  }
  footer .follow-all {
    float: left;
    width: 33.33%;
    margin-top: -10px;
    padding: 0 0 0 8%;
  }

  .content {
    width: 720px;
    margin: 0 auto;
  }
  #banner {
    margin-top: 20px;
    height: auto !important;
  }
  .product-h {
    height: 90px;
  }

  .testimonail-img img {
    width: 345px;
    height: 345px;
  }
  .testimobialinner-d {
    height: 150px;
  }

  .newstop-d {
    width: 100%;
    height: 150px;
  }
  .newstop-img img {
    width: 345px;
    height: 206px;
  }
  .news-img img {
    width: 345px;
    height: 206px;
  }
  .news-detail {
    margin: 15px 0 0 0;
    width: 100%;
  }

  .price-img img {
    width: 220px;
    height: 147px;
  }

  .vdo-img img {
    width: 345px;
    height: 259px;
  }
  .vdo-img iframe {
    width: 345px;
    height: 259px;
  }

  .tips-img img {
    width: 345px;
    height: 173px;
  }
  .social-contact {
    right: 3% !important;
  }
  .social-contact .box {
    margin: 5% 0 !important;
  }
  .social-contact .box .icon {
    width: 50px !important;
    height: 50px;
  }
  .speechimg {
    display: none;
  }
  .promotionpopup .button .click{
    width: 28px !important; 
  }
  .promotionpopup .button{
    width: 90% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

/*######################################################################################################################################################*/
@media (min-width: 992px) and (max-width: 1199px) {
  header {
    width: 100%;
  }
  nav ul {
    list-style: none;
    padding: 0;
  }
  footer .col-sitemap1 {
    float: left;
  }
  footer .col-sitemap2 {
    float: left;
    margin-left: 50px;
    width: 200px;
  }
  footer .col-sitemap3 {
    float: left;
    margin-left: 50px;
    width: 200px;
  }
  footer .col-sitemap4 {
    float: left;
    margin-left: 50px;
    border-left: solid 1px #eee;
    padding: 0 0 0 35px;
  }

  .content {
    width: 950px;
    margin: 0 auto;
  }
  #banner {
    margin-top: 20px;
    height: auto !important;
  }
  .product-h {
    height: 90px;
  }

  .newstop-d {
    width: 100%;
    height: 200px;
  }
  .newstop-img img {
    width: 455px;
    height: 271px;
  }
  .news-img img {
    width: 170px;
    height: 101px;
  }
  .news-detail {
    margin: 0px 0 0 15px;
    width: 270px;
  }

  .price-img img {
    width: 213px;
    height: 142px;
  }

  .vdo-img img {
    width: 295px;
    height: 221px;
  }
  .vdo-img iframe {
    width: 295px;
    height: 221px;
  }

  .tips-img img {
    width: 455px;
    height: 228px;
  }

  .testimonail-img img {
    width: 215px;
    height: 215px;
  }
  .testimobialinner-d {
    height: 180px;
  }
  .social-contact {
    right: 3% !important;
  }
  .social-contact .box {
    margin: 5% 0 !important;
  }
  .social-contact .box .icon {
    width: 50px !important;
    height: 50px;
  }
  .speechimg {
    display: none;
  }
  .promotionpopup .button .click{
    width: 28px !important; 
  }
  .promotionpopup .button{
    width: 90% !important;
    display: flex !important;
    justify-content: center !important;
  }

}

.promotion .box img {
  background-color: red;
  border-radius: 100px;
  padding: 11%;
  width: 75%;
}
.promotion {
  float: right;
  position: fixed;
  bottom: 9%;
  right: 0%;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.social-contact {
  float: right;
  position: fixed;
  bottom: 2%;
  right: 1%;
  display: flex;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
.social-contact .box {
  display: flex;
  align-items: center;
  margin: 2% 0;
}
.social-contact .box .icon {
  width: 3.25vw;
}
.social-contact .box .icon img {
  width: 100%;
}
.speechimg {
  position: relative;
  width: 7vw;
}
.speechimg img {
  width: 100%;
}
.speechtext {
  color: white;
  position: absolute;
  width: 100%;
  top: 25%;
  text-align: center;
  font-size: 0.63vw;
}
.promotionpopup {
  text-align: center;
  background: white;
}
.promotionpopup a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
}
/* .promotionpopup .button:hover {
  color: #00b900;
  background: white;
  border :#00b900 2px solid;
} */
.promotionpopup .button {
  background: #00b900;
  padding: 2% 4% 2% 4%;
  margin: 3% 0 ;
  width: 55%;
  border-radius: 50px;
  box-shadow: 0px 0px 9px -1px #00000091;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border: #ffffff 2px solid;

}
.promotionpopup .button .click{
  width: 1.5vw; 
}