@charset "UTF-8";
/****** DO NOT EDIT ALL THIS FILES ******/
/****** MAIN SASS FILES FOR DEV ******/
/* รวบรวม font-size ของทุกๆ กล่องเนื้อหาเอาไว้ที่ส่วนนี้ พร้อมกับตั้งชื่อให้สื่อความหมาย */
/* สร้าง function สำหรับใช้ดึงค่า font-size ตามชื่อกล่องที่ระบุ */
/* สร้าง mixin สำหรับการกำหนด font-size โดยใช้หน่วย rem */
/********* font ********/
/********* color ********/
/********* main style ********/
.swiper3 .swiper-pagination1 .swiper-pagination-bullet a{
    background: #8fdffa;
}
.swiper-pagination1 .swiper-pagination-bullet a{
    box-shadow: 0 0 0 2px #fff;
}
.swiper-pagination1 .swiper-pagination-bullet{
background: #fff;
}
body {
  /*font-family: "sukhumvitset-light";*/
  font-family: ThaiSans Neue Regular;
  color: #787878;
  font-size: 24px;
}
span.swiper-pagination-bullet a {
    /*background: #8fdffa !important;*/
}
.signoutButton{
    max-width: 160px;
}
.modal-backdrop {
  position: inherit !important;
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

a:active,
a:hover,a:focus {
  text-decoration: none; }

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  min-width: 200px; }

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none; }

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 320px;
  height: 40px;
  float: right;
  border-radius: 25px;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 24px;
  /*line-height: 1.75;*/
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #0ebeff;
  -ms-word-break: normal;
  word-break: normal; }
@media only screen and (max-width: 480px) {
  .doctor-mobile-detail{
    /*padding: 0px;*/
  }
  .selectdiv select {
    max-width: 100%; } }

.selectdiv:after {
  content: '\f078';
  font: normal normal normal 16px/1 FontAwesome;
  color: #0ebeff;
  right: 20px;
  top: 6px;
  height: 39px;
  padding: 10px 0px 0px 0px;
  position: absolute;
  pointer-events: none; }

.banner-l {
  width: 100%; }

img {
  max-width: 100%; }

.clearfix {
  clear: both; }

.txt-center {
  text-align: center!important; }

.txt-left {
  text-align: left!important; }

.txt-right {
  text-align: right!important; }

/* text title*/
.title-txt {
  /*font-family: "sukhumvitset-light";
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 54px;
  color: #01a8e8;
  color: #0d82ad;
  padding: 10px 0 30px; */}
@media only screen and (max-width: 480px) {
  .title-txt {
    font-size: 30px;
    font-size: 3rem; } }
.title-txt a {
  color: #01a8e8; }
.title-txt a:hover {
  color: #0d82ad; }

.none-link {
  color: #0d82ad; }

.rating .fa {
  display: inline !important;
  line-height: 100%;
  pointer-events: none;
  color: #e8e8e8 !important; }

.title-txt-sub {
  /*font-family: "sukhumvitset-light";*/
  /*font-size: 40px;
  font-size: 4rem;*/
  line-height: 1;
  color: #01a8e8;
  padding: 15px 0 0; }
.box-review img {
  width: 100%;
}
.box-content {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .box-content {
    /*padding: 15px 0;*/ } }

.breadcrumb {
  background-color: #fff;
  padding: 8px 0px;
  margin-bottom: 0;
  text-align: left;}
.breadcrumb img{
  width: 15px;
  height: 15px;
  position: relative;
  top: -3px;
}
.breadcrumb li {
  /*font-size: 16px;
  font-size: 1.6rem;*/ }
.breadcrumb a {
  /*font-size: 16px;
  font-size: 1.6rem;*/ }

/* button */
.result-product div:hover {
  color: #01a8e8; }

.result-product .active {
  color: #01a8e8; }
section.qa .qa-box-recommened-detail .txt-qa-detail span:last-child{
  padding: 0px !important;
}
.btn-txt-more, .btn-txt-blue, .btn-txt-more-green, .btn-txt-more-white {
  margin: 10px 0;
  /*padding: 3px 10px 6px;*/
  text-align: center;
  max-width: 160px;
  width: 100%;
  color: #FFF;
  border: 2px solid #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size:24px;
  transition: .4s;
}


.btn-txt-more{
  margin: 30px 0 10px;
}

.btn-txt-blue {
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  max-width: 240px;
  color: #ffffff;
  border : 1px solid #01a8e8;
  background: #01a8e8;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s;}

.btn-txt-more-green {
  margin: 30px 0;
  width: 100%;
  max-width: 160px;
  color: #76c85b;
  border: 2px solid #76c85b; }


.btn-txt-more:hover{
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-s a {
  /*-webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;*/
  border: solid 2px;
  background-color: transparent;
  font-family: 'ThaiSans Neue SemBd';
  /*font-family: "sukhumvitset-medium";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 10px 20px;*/
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 100%;
  text-align: center;
  border-radius: 25px;
  /*height:40px;*/
}

.btn-tag {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding: 3px 0; }
.btn-tag a {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  border: solid 1px #a5a5a5;
  background-color: transparent;
  /*font-family: "sukhumvitset-medium";
  font-size: 18px;
  font-size: 1.8rem;*/
  /*height:40px;*/
  padding:0 15px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  color: #787878; 
  transition:.4s;}
.btn-tag a:hover {
  color: #01a8e8;
  border-color: #01a8e8;}

.dropdown-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: right;
  display: inline-block; }
.dropdown-search .search-box-container {
  display: inline-block;
  width: 25%;
  margin: 0;
  border: 2px solid #40b9e3; }
@media only screen and (max-width: 480px) {
  .dropdown-search .search-box-container {
    width: 50%; } }
.dropdown-search .submit {
  background-color: #ffffff; }
.dropdown-search .submit .fa {
  color: #01a8e8; }
.dropdown-search .search-box {
  width: calc(100% - 20px);
  padding: 0 20px;
  background-color: #ffffff; }
@media only screen and (max-width: 480px) {
  .dropdown-search .search-box {
    width: 100%; } }
.dropdown-search .search-box.placeholder {
  color: #ababab; }
.dropdown-search .search-box:-moz-placeholder {
  color: #ababab; }
.dropdown-search .search-box::-moz-placeholder {
  color: #ababab; }
.dropdown-search .search-box:-ms-input-placeholder {
  color: #ababab; }
.dropdown-search .search-box::-webkit-input-placeholder {
  color: #ababab; }

.popular {
  margin: 0 auto;
  padding: 50px 0 30px;
  width: 100%; 
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .popular {
    width: 90%; } }
.popular .control-tag {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
.popular .title-txt-pop {
  /*font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;*/
  color: #01a8e8;
  /*font-family: "sukhumvitset-bold";*/
  text-align: center;
  margin: 0 0 20px; }
.popular .btn-tag {
  /*display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding: 5px;*/ }
.popular .btn-tag a {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  border: solid 1px #a5a5a5;
  background-color: transparent;
  /*font-family: "sukhumvitset-medium";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;*/
  padding: 0 15px ;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  color: #787878;
  font-size:20px;}
.popular .btn-tag a:hover {
  color: #01a8e8; 
  border-color:#01a8e8;}

.active-tag a {
  color: #01a8e8; }

.ratting-box {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #ddd; }
@media only screen and (max-width: 480px) {
  .ratting-box {
    /*padding: 15px 25px;
    border-top: 0px;
    margin-top: 10px;*/ } }
@media only screen and (max-width: 414px) {
  .ratting-box {
    /*padding: 15px 10px;
    border-top: 0px;
    margin-top: 10px;*/ } }
.ratting-box .bottom-qa {
  padding: 10px 0;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
.ratting-box .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #c6e9f6; }
.ratting-box .bottom-qa .rating .checked {
  color: #ffdd50; }
.ratting-box .bottom-qa .count-view {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #CCC; }

.social-sect {
  display: flex;
  margin:7.5px 0;
}
.social-sect a {
  /* width: 6%;*/
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding-right: 5px; }
@media only screen and (max-width: 480px) {
  .social-sect a {
    width: 10%; } }

.tag-cl {
  margin: 10px 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
.tag-cl .title-tg {
  color: #01a8e8;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 5px; }
.tag-cl .ctn-tag{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 0;
}
.tag-cl .ctn-tag a{
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  border: solid 1px #a5a5a5;
  background-color: transparent;
  height: auto;
  font-size:20px;
  padding: 0 15px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  color: #787878;
  transition: .4s;
}
.tag-cl .ctn-tag a:hover{
  color: #01a8e8;
  border-color: #01a8e8;
}
@media only screen and (max-width: 480px) {
  .tag-cl .ctn-tag {
    /* margin: 2px;*/ } }

.active-gray {
  filter: grayscale(100); }

.qa-box-num {
  /*padding: 25px 0;*/
  text-align: center; }
.qa-box-num .qa-box-num-l .qa-box-num-ar {
  padding: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
.qa-box-num .qa-box-num-l .qa-box-num-txt {
  padding: 8px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  /*font-size: 1.6rem;*/
  line-height: 1; }
.qa-box-num .qa-box-num-l .qa-box-num-txtbox {
  padding: 0 10px;
  display: inline; }
.qa-box-num .qa-box-num-l .qa-box-num-txtbox input {
  /*padding: 5px 10px;*/
  max-width: 65px;
  text-align: center;
  border: solid 1px #a5a5a5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  line-height: 22px; }
.qa-box-num .qa-box-num-l .qa-box-num-btn {
  padding: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*font-size: 20px;
  font-size: 2rem;
  font-family: "sukhumvitset-bold";*/
  color: #FFF;
  line-height: 26px;
  background: #f95a96;
  width: 36px;}

/* view number */
.view-number {
  display: inline-block; }
.view-number .box-view {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 18px;
  border: solid 1px #01a8e8;
  background-color: #ffffff;
  color: #01a8e8;
  text-align: center;
  /*height: 30px;*/
  padding: 0px 10px;
  /*line-height: 30px;*/
  /*font-family: "sukhumvitset-semibold";
  margin-right: 5px; 
  padding: 2px 10px 4px;*/
}
.view-number .box-num {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 18px;
  border: solid 1px #01a8e8;
  background-color: #ffffff;
  color: #01a8e8;
  text-align: center;
  /*height: 30px;*/
  padding: 0px 10px;
  /*line-height: 30px;*/
  /*font-family: "sukhumvitset-semibold"; 
  padding: 2px 10px 4px;*/
}
.view-number .box-num:before, .view-number .box-num:after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0px;
  height: 0px;
  content: "";
  border: solid 2px #01a8e8; }
.view-number .box-num:after {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #ffffff;
  border-width: 5px;
  margin-top: -5px; 
  margin-right: -0.5px;}
.view-number .box-num:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #01a8e8;
  border-width: 6px;
  margin-top: -6px; }

input {
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1; }

label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1em;
  line-height: 1;
  cursor: pointer; }

label::before,
label::after {
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 1em;
  height: 1em; }

label::before {
  content: " ";
  border: 2px solid #ffffff;
  border-radius: 20%; }

/* Checkbox */
input[type="checkbox"] + label::after {
  content: "";
 /* color: #2c3e50;
  text-align: center;*/
  top:0;
  display:inline-block;
  padding: 0 0 0 0px;
  background: url(/App_Themes/Stylesheet/Images/basic-check.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  
}

input[type="checkbox"] + label::before {
  /*border-radius: 50%;*/
  top:0;
  display:inline-block;
  padding: 0 0 0 0px;
  background: url(/App_Themes/Stylesheet/Images/check-box-empty.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  border:none!important;
}

/* Radio */
input[type="radio"] + label::before {
  border-radius: 50%; }

input[type=radio] + label::after {
  content: " ";
  top: .45em;
  left: .25em;
  width: .5em;
  height: .5em;
  background: #ffffff;
  border: .2em solid transparent;
  border-radius: 50%; }

/* :checked */
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #ffffff; }

input[type="checkbox"] + label::after,
input[type=radio] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

input[type="checkbox"]:checked + label::after,
input[type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Transition */
label::before,
label::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

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

.form-control {
  box-shadow: none !important; }

.related-mobile {
  display: none; }
@media only screen and (max-width: 480px) {
  .related-mobile{
    display: block; } 
  .swiper-button-next.swiper-button-next-new,.swiper-button-prev.swiper-button-next-new{
  /*display: block !important;*/
  }
}
.related-mobile .box-review {
  display: inline-table;
  margin-bottom: 20px !important; }

@media only screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none; } }

.swiper3 .swiper-pagination-bullet-active,
.swiper4 .swiper-pagination-bullet-active {
  /*box-shadow: 0 0 0 2px #94ddff !important;*/ }
.swiper3 .swiper-pagination-bullet-active a,
.swiper4 .swiper-pagination-bullet-active a {
  background: #8fdffa !important; }

.product-wrapper {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%;
  text-align: center; }
@media (max-width: 767px){
  .product-wrapper {
    padding: 30px 0 0;
  }
}
.box-review {
  background-color: #e4f5ff;
  margin-bottom: 50px;
  position: relative;
  border: 2px solid #e4f5ff;
}
.box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
.box-review .img-review {
  width: 100%;
  /*border: 2px solid #d8f2ff;*/}
.box-review .control-title-review {
  padding:15px;
  width: 100%;
  position: relative;
  text-align: left;
  /*line-height: 1.5;*/
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
@media only screen and (max-width: 480px) {
  section.doctor .box-review{
    margin-bottom: 20px;
  }
  .box-review .control-title-review {
    /* padding: 20px 15px;
    line-height: 1.3;*/ } }
.box-review .control-title-review .txt-hm {
  /*font-family: "sukhumvitset-medium";
  font-size: 20px;
  font-size: 2rem;*/
  color: #40b9e3;
  height:50px;
  overflow: hidden;
  line-height: 1;
}
.box-review .control-title-review .txt-hm a{
  color: #40b9e3;
}
.box-review .control-title-review .txt-hm a:hover{
  color: #787878;
}
@media only screen and (max-width: 480px) {
  .box-review .control-title-review .txt-hm {
    /*font-size: 18px;
    font-size: 1.8rem;*/ } }
.box-review .control-title-review .txt-nm {
  /*font-family: "sukhumvitset-light";
  font-size: 20px;
  font-size: 2rem;*/
  line-height: 1;
  color: #787878; }
@media only screen and (max-width: 480px) {
  .box-review .control-title-review .txt-nm {
    font-size: 18px;
    font-size: 1.8rem; } }

header {
  width: 100%;
  background-image: url(/Rajdhevee/media/Rajdhevee/image/header/bg-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0; }
@media only screen and (max-width: 1366px) {
  header {
    background-position: 25%; } }
@media only screen and (max-width: 1280px) {
  header {
    background-position: 40%; } }
header .logo-size a {
  display: block; }
header .menu-size {
  float: right;
  color: #065f80; }
header .menu-size .menu-top {
  padding: 10px 0 10px; }
header .menu-size .menu-top ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }
header .menu-size .menu-top li {
  float: left;
  font-size:20px;}
header .menu-size .menu-top li a {
  display: block;
  color: #065f80;
  font-size: 20px;
  /*font-size: 1.4rem;
  line-height: 20px;*/
  padding: 0 15px; }
header .menu-size .menu-top li a:hover {
  color: #01a8e8; }
header .menu-size .menu-top .menu-top-tel {
  float: left;
  padding: 0 15px; }
header .menu-size .menu-top .menu-top-tel:before {
  padding: 0 5px 0 0;
  font-family: "FontAwesome";
  content: "\f095"; }
header .menu-size .ch-lan-size {
  float: left; }
header .menu-size .ch-lan-size .ch-language {
  vertical-align: top;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer; }
header .menu-size .menu-bottom ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }
header .menu-size .menu-bottom li {
  float: left;
  font-size: 20px;}
header .menu-size .menu-bottom li a {
  display: block;
  color: #337ab7;
  font-size: 20px;
  padding: 0 15px; }
header .menu-size .menu-bottom li a:hover {
  color: #01a8e8; }
header .menu-size .menu-bottom .log-reg {
  float: right;
  padding: 9px 0 0; }
header .menu-size .menu-bottom .log-in a {
  display: none;
  float: right;
  padding: 10px 10px 0;
  color: #065f80; }
header .menu-size .menu-bottom .log-in a:hover {
  color: #01a8e8; }
header .menu-size .menu-bottom .shop-ico {
  float: right;
  padding: 0 10px 0 5px;
  position: relative;
  width: 50px; }
header .menu-size .menu-bottom .shop-ico span{
  position: relative;
  top: -1px;
  font-size: 18px;
}
header .menu-size .menu-bottom .shop-ico .shop-ico-num {
  position: absolute;
  right: 5px;
  bottom: 0;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  background: #f4143e;
  color: #ffffff;
  font-size:14px;
  min-width: 19px;
  height: 19px;
  text-align: center;
  line-height: normal;
}
header .menu-size .menu-bottom .social-box {
  display: flex; }
header .menu-size .menu-bottom .search-head-size {
  float: right;
  padding: 7px 0 0 10px; }
header .menu-size .menu-bottom input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }
header .menu-size .menu-bottom input::-webkit-search-decoration,
header .menu-size .menu-bottom input::-webkit-search-cancel-button {
  display: none; }
header .menu-size .menu-bottom input[type=search] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(/Rajdhevee/media/Rajdhevee/image/header/search-icon.png);
  background-position: center;
  border: solid 1px #065f80;
  /*padding: 3px 6px 3px;*/
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
header .menu-size .menu-bottom #search-h input[type=search] {
  /*width: 20px;*/
  color: transparent;
  cursor: pointer;
  line-height: normal;}
header .menu-size .menu-bottom #search-h input[type=search]:hover {
  /*background-color: #fff;*/ }
header .menu-size .menu-bottom #search-h input[type=search]:focus {
  width: 100%;
  padding-right: 25px;
  padding-left: 15px;
  color: #065f80;
  background-color: #fff;
  background-position: 95%;
  cursor: auto; }
header .menu-size .menu-bottom #search-h input:-moz-placeholder {
  color: transparent; }
header .menu-size .menu-bottom #search-h input::-webkit-input-placeholder {
  color: transparent; }

.menu-bar {
  margin: 0 auto;
  width: 100%;
  background-image: url("/Rajdhevee/media/Rajdhevee/image/header/bg-bottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  text-align: center; }
.menu-bar .main-menu {
  text-align: center; }
.menu-bar .main-menu .txt-main-menu {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  /*vertical-align: top;*/
  zoom: 1;
  margin: 5px 5px 4px;
  padding: 10px 0; }
.menu-bar .main-menu .txt-main-menu a {
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  /* font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;*/
  padding: 6.5px 20px 5px;
  color: #065f80; }
.menu-bar .main-menu .txt-main-menu a:hover {
  background-color: #ffffff; }
.menu-bar .main-menu .active a {
  background-color: #ffffff;
  /*font-family: "sukhumvitset-bold";*/}

footer {
  margin: 0 auto;
  width: 100%;
  position: relative; }
footer .contact-wrapper {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; }
@media only screen and (max-width: 991px) {
  footer .contact-wrapper .tol-ico{
    display: flex;
    align-items: flex-end;
  }
  footer .contact-wrapper .title-txt-bsc.tt-call-center{float: left;}
  footer .contact-wrapper .call-center {
    padding-left: 25px;
    margin: 10px 0 0; } }

@media only screen and (max-width: 414px) {
  footer .contact-wrapper .col-xs-6 {
    padding-right: 0px;
    padding-left: 0px;} }
@media only screen and (max-width: 414px) {
  footer .contact-wrapper .social-ico {
    padding-right: 0px;
    padding-left: 0px; } }
footer .contact-wrapper .title-txt-bsc {
  /*font-size: 36px;
  font-size: 3.6rem;*/
  line-height: 48px;
  font-style: italic;
  color: #01a8e8; }
footer .contact-wrapper .title-txt-bsc a{
  color: #01a8e8;
}
@media only screen and (max-width: 768px) {
  footer .contact-wrapper .title-txt-bsc {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    padding-left: 25px; } }
@media only screen and (max-width: 480px) {
  footer .contact-wrapper .title-txt-bsc {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 0px; } }
footer .contact-wrapper .a-txt-bl {
  padding: 0px 0 30px; }
@media only screen and (max-width: 768px) {
  footer .contact-wrapper .a-txt-bl {
    padding: 0 25px 30px; } }
@media only screen and (max-width: 480px) {
  footer .contact-wrapper .a-txt-bl {
    padding: 0px 25px 20px 0; } }
footer .contact-wrapper .a-txt-bl a {
  font-size: 20px;
  font-size: 2rem;
  color: #787878; }
@media only screen and (max-width: 414px) {
  footer .contact-wrapper .a-txt-bl a {
    font-size: 12px;
    font-size: 1.2rem; } }
footer .contact-wrapper .a-txt-bl a .txt-bl {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding: 20px 10px 20px 0; }
@media only screen and (max-width: 480px) {
  footer .contact-wrapper .a-txt-bl a .txt-bl {
    padding: 0 10px 0 0; } }
footer .contact-wrapper .a-txt-bl a .img-bl {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
@media only screen and (max-width: 768px) {
  footer .contact-wrapper .a-txt-bl a .img-bl img {
    width: 80%; } }
@media only screen and (max-width: 480px) {
  footer .contact-wrapper .a-txt-bl a .img-bl img {
    width: 70%; } }
@media only screen and (max-width: 414px) {
  footer .contact-wrapper .a-txt-bl a .img-bl img {
    width: 32%; } }
footer .contact-wrapper .a-txt-bl a:hover {
  color: #01a8e8; }
footer .contact-wrapper .social-bar {
  margin: 15px 0 0;
  display: flex;}
footer .contact-wrapper .social-bar a {
  /*display: inline-block;*/
  float:left;
  padding: 0 3px;
  width: 15%; }
@media only screen and (max-width: 768px) {
  footer .contact-wrapper .social-bar {
    /*margin: 10px 0 0;*/
    padding-left: 25px; } }
@media only screen and (max-width: 768px) {
  footer .contact-wrapper .social-bar a {
    width: auto; }
}
@media only screen and (max-width: 480px) {
  footer .contact-wrapper .social-bar {
    padding-left: 0px; }
  footer .contact-wrapper .social-bar a {
    /*width: 20%;*/ } }
@media only screen and (max-width: 414px) {
  footer .contact-wrapper .social-bar {
    /*padding-left: 0px;*/ }
  footer .contact-wrapper .social-bar a {
    /*width: 18%;*/ } }
@media only screen and (max-width: 320px) {
  footer .contact-wrapper .social-bar {
    /*padding-left: 0px;*/ }
  footer .contact-wrapper .social-bar a {
    /*width: 19px;
    padding:0;*/} }
footer .contact-wrapper .call-center {
  margin: 15px 0 0;
  /*font-size: 48px;
  font-size: 4.8rem;*/
  line-height: 50px;
  font-style: italic;
  letter-spacing: 2px;
  color: #01a8e8;
  /*font-family: "sukhumvitset-bold";*/ }
@media only screen and (max-width: 768px) {
  footer .contact-wrapper .call-center {
    padding-left: 25px;
    margin: 10px 0 0; 
    line-height: 1;
  } }
@media only screen and (max-width: 480px) {
  footer .contact-wrapper .call-center {
    padding-left: 20px;
    font-size: 42px;
    font-size: 4.2rem; } }
footer .msg-face {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99999999;
  width: 100%;
  max-width: 100px;
  -webkit-animation-name: arrows;
  -moz-animation-name: arrows;
  -ms-animation-name: arrows;
  animation-name: arrows;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
@-webkit-keyframes arrows {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-10px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes arrows {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-10px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes arrows {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-10px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@keyframes arrows {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-10px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
footer .btn-hidden {
  padding: 20px;
  background-color: #01a8e8; }
footer .accordion {
  overflow: hidden;
  margin: auto; }
footer .accordion .item {
  position: relative; }
footer .accordion .item .heading {
  /*font-size: 36px;
  font-size: 3.6rem;*/
  line-height: 1;
  font-style: italic;
  cursor: pointer;
  color: #ffffff;
  background-image: url("/Rajdhevee/media/Rajdhevee/image/ico/bt-up.png");
  background-repeat: no-repeat;
  background-position: right 0px top 10px;
  box-sizing: border-box; }
footer .accordion .item .content-menufooter {
  background: #ffffff; }
@media only screen and (max-width: 480px) {
  footer .accordion .item .content-menufooter {
    /*display: none;*/ } }
footer .dimen-title,
footer .title-name,
footer .dimen-attr,
footer .feature-lists {
  /*font-family: "sukhumvitset-light";*/ }
footer .accordion .item.open .heading,
footer .accordion .item:last-child .heading {
  /*border: 0;*/ }
footer .accordion .item.open .heading {
  background-position: right 0px top 5px;
  background-image: url(/Rajdhevee/media/Rajdhevee/image/ico/bt-oc.png);
  border-bottom: 0; }
footer .sitemap {
  padding: 35px 0 50px;
  background-color: #ffffff; }
footer .sitemap .topic-site {
  padding: 10px 0;
  font-family: "ThaiSans Neue Bold";
  font-size:28px;
  /*font-family: "sukhumvitset-bold";
  font-size: 18px;
  font-size: 1.8rem;*/
  color: #a5a5a5; }
footer .sitemap ul {
  padding: 0px;
  text-align: left; }
footer .sitemap ul li {
  list-style-type: none;
  /*font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;*/ }
@media only screen and (max-width: 768px) {
  footer .sitemap ul li {
    /*font-size: 16px;
    font-size: 1.6rem;*/ } }
footer .sitemap ul li a {
  color: #a5a5a5; }
footer .sitemap ul li a:hover {
  color: #01a8e8; }
footer .bottom-ft {
  border-top: 1px solid #a5a5a5;
  /*font-size: 16px;
  font-size: 1.6rem;*/
  padding: 30px 0;
  text-align: center; }
@media only screen and (max-width: 480px) {
  footer .bottom-ft {
    padding: 30px 15px; } }

.content-banner picture {
  width: 100%; }
.content-banner .swiper-container {
  width: 100%;
  height: 100%; }
.content-banner .swiper-slide {
  text-align: center;
  background: #ffffff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.content-banner .swiper-slide img {
  width: 100%; }
.content-banner .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative;
  margin: 0 2px !important;
  outline: 0 !important; }
.content-banner .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 8px;
  top: 8px; }
.content-banner .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #ffffff;
  width: 32px;
  height: 32px; }
.content-banner .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }

@media (max-width: 767px){
  .content-banner .swiper-pagination-bullet-active{
    width: 20px;
    height: 20px;
  }
  .content-banner .swiper-pagination-bullet-active a {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 20px;
    height: 20px;
  }
  .content-banner .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
  }
  .content-banner .swiper-pagination-bullet a {
    top: 4px !important;
    left:4px !important;
    width: 12px!important;
    height: 12px !important;
  }
}

@media only screen and (max-width: 480px) {
  .content-home .container, .content-home .row {
    margin: 0;
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .content-home .col-lg-1, .content-home .col-lg-10, .content-home .col-lg-11, .content-home .col-lg-12, .content-home .col-lg-2, .content-home .col-lg-3, .content-home .col-lg-4,
  .content-home .col-lg-5, .content-home .col-lg-6, .content-home .col-lg-7, .content-home .col-lg-8, .content-home .col-lg-9, .content-home .col-md-1, .content-home .col-md-10,
  .content-home .col-md-11, .content-home .col-md-12, .content-home .col-md-2, .content-home .col-md-3, .content-home .col-md-4, .content-home .col-md-5, .content-home .col-md-6,
  .content-home .col-md-7, .content-home .col-md-8, .content-home .col-md-9, .content-home .col-sm-1, .content-home .col-sm-10, .content-home .col-sm-11, .content-home .col-sm-12,
  .content-home .col-sm-2, .content-home .col-sm-3, .content-home .col-sm-4, .content-home .col-sm-5, .content-home .col-sm-6, .content-home .col-sm-7, .content-home .col-sm-8,
  .content-home .col-sm-9, .content-home .col-xs-1, .content-home .col-xs-10, .content-home .col-xs-11, .content-home .col-xs-12, .content-home .col-xs-2, .content-home .col-xs-3,
  .content-home .col-xs-4, .content-home .col-xs-5, .content-home .col-xs-6, .content-home .col-xs-7, .content-home .col-xs-8, .content-home .col-xs-9 {
    /*margin: 0;
    padding: 0;*/ } }
.content-home .activities .container .col-sm-4 {
  margin: 10px 0; }
.content-home .img-news-act img {
  width: 100%;}
.content-home .member-wrapper {
  margin: 0 auto;
  padding:30px 0;
  background: #f3fbff;
  width: 100%; }
.content-home .member-wrapper .control-ico {
  /*width: 20%;*/
  margin: 0 auto;
  text-align: center;
  float: left; }
@media only screen and (max-width: 480px) {
  .content-home .member-wrapper .control-ico {
    width: 17%; } }
.content-home .member-wrapper .control-profile {
  /*width: 80%;*/
  margin: 0 auto;
  padding: 0 30px;
  float: left; }
@media only screen and (max-width: 480px) {
  .content-home .member-wrapper .control-profile {
    padding: 10px 20px; } }
.content-home .member-wrapper .control-profile .txt-nm-blue-en {
  color: #01a8e8;
  font-size: 30px;
  line-height: 1;
}
.content-home .member-wrapper .control-profile .txt-nm-name {
  font-size: 30px;
  color: #787878;
}
@media only screen and (max-width: 480px) {
  .content-home .member-wrapper .control-profile .txt-nm-name {
    font-size: 18px;
    font-size: 1.8rem; } }
.content-home .member-wrapper .control-profile .txt-info-edit a {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 26px;*/
  color: #a5a5a5; }
.content-home .member-wrapper .control-profile .txt-info-edit a:hover {
  color: #01a8e8; }
.content-home .member-wrapper .border-left-gl {
  border-left: solid 1px #a5a5a5; }
@media only screen and (max-width: 480px) {
  .content-home .member-wrapper .border-left-gl {
    border: none; } }
.content-home .member-wrapper .point-wrapper {
  padding: 25px 15px; }
.content-home .member-wrapper .point-wrapper .btn-s{
  margin-bottom:10px;}
.box-control-profile{
  padding-top:25px;
  padding-bottom:25px;}
.content-home .member-wrapper .point-wrapper .txt-nm-member {
  padding: 5px;
  font-size: 20px;
  font-size: 2rem;
  color: #787878;
  line-height: 1; }
.content-home .member-wrapper .point-wrapper .txt-nm-score {
  padding: 5px;
  font-size: 60px;
  font-size: 6rem;
  color: #01a8e8;
  line-height: 1; }
.content-home .member-wrapper .point-wrapper .btn-s a {
  border-color: #01a8e8;
  color: #787878; 
  pointer-events: auto;}
.content-home .member-wrapper .point-wrapper .btn-s input[type=submit]{
  color: #787878;
  border-radius: 10em;
  border: solid 2px #01a8e8;
  background-color: transparent;
  /*font-family: "sukhumvitset-medium";
  font-size: 1.8rem;
  line-height: 24px;*/
  font-size:24px;
  line-height: 1;
  padding: 3px 10px 6px;
  zoom: 1;
  width: 100%;
  text-align: center;
  background-image:none;
  transition: 0.3s;
  outline: 0;
  font-family: 'ThaiSans Neue SemBd';}
@media only screen and (max-width: 414px) {
  .content-home .member-wrapper .point-wrapper .btn-s a{
    max-width: 85%; } }
.content-home .member-wrapper .point-wrapper .btn-s a:hover {
  color: #01a8e8; }
.content-home .member-wrapper .point-wrapper .btn-s input[type=submit]:hover{
  color: #01a8e8;}
.content-home .product-wrapper {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; 
  margin-top: 20px;
}
.content-home .product-wrapper .box-highlight {
  margin-bottom: 30px;
  overflow: hidden;}
.content-home .product-wrapper .box-highlight .row {
  /*display: table;*/ }
.content-home .product-wrapper .box-highlight .box-highlight-txt {
  padding: 25px 30px;
  color: #ffffff;
  display: table-cell;
  text-align: left; }
.content-home .product-wrapper .box-highlight .box-highlight-txt .highlight-txt-title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px; }
@media only screen and (max-width: 480px) {
  .content-home .product-wrapper .box-highlight .box-highlight-txt .highlight-txt-title {
    font-size: 30px;
    font-size: 3rem;
    /*line-height: 1.3;*/ } }
.content-home .product-wrapper .box-highlight .box-highlight-txt .highlight-txt-detail {
  /*font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;*/
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.content-home .product-wrapper .box-highlight .box-highlight-txt .btn-s a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  max-width: 150px;
}
.content-home .product-wrapper .box-highlight .box-highlight-txt .btn-s a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }
.content-home .product-wrapper .box-highlight .box-highlight-img {
  padding: 0; }
@media only screen and (max-width: 800px) {
  .content-home .product-wrapper .box-highlight .box-highlight-img {
    display: block; } }
.content-home .product-wrapper .box-highlight .box-highlight-img img {
  width: 100%; }
.content-home .product-wrapper .box-highlight2 {
  padding: 0;
  background-color: #f17a96;
  width: 49.5%; }
@media only screen and (max-width: 800px) {
  .content-home .product-wrapper .box-highlight2 {
    /*width: auto;*/
    width: 49.5%;} }
.content-home .product-wrapper .box-highlight2 .btn-s a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  max-width: 160px; }
.content-home .product-wrapper .box-highlight2 .btn-s a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }
.content-home .product-wrapper .box-highlight3 {
  padding: 0;
  background-color: #b9d674;
  width: 49.5%;
  float: right; }
@media only screen and (max-width: 800px) {
  .content-home .product-wrapper .box-highlight3 {
    /*width: auto;*/ } }
@media only screen and (max-width: 800px) {
  .content-home .product-wrapper .box-highlight3 {
    /*margin: 30px 0;*/
    padding: 0; } }
.content-home .product-wrapper .box-highlight3 .btn-s a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  max-width: 150px; }
.content-home .product-wrapper .box-highlight3 .btn-s a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }
.content-home .product-wrapper .box-highlight-txt2 {
  padding: 30px 15px 0 20px;
  color: #ffffff;
  text-align: left; }
.content-home .product-wrapper .box-highlight-txt2 .highlight-txt-title2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px; }
@media only screen and (max-width: 480px) {
  .content-home .product-wrapper .box-highlight-txt2 .highlight-txt-title2 {
    font-size: 30px;
    font-size: 3rem; } }
.content-home .product-wrapper .box-highlight-txt2 .highlight-txt-detail2 {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 26px;*/
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.content-home .product-wrapper .box-highlight-img2 {
  padding: 0;
  float: right; }
.content-home .product-wrapper .box-highlight-img2 .banner-box-m {
  display: none; }
.content-home .product-wrapper .box-highlight-img2 img {
  width: 100%; }
@media only screen and (max-width: 1024px) {
  .content-home .product-wrapper .box-highlight-img2 .banner-box-l {
    display: none; }
  .content-home .product-wrapper .box-highlight-img2 .banner-box-m {
    display: block; } }
.content-home .product-wrapper .box-highlight-txt3 {
  padding: 15px 18px;
  color: #ffffff;
  text-align: left; }
.content-home .product-wrapper .box-highlight-txt3 .highlight-txt-title2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px; }
@media only screen and (max-width: 480px) {
  .content-home .product-wrapper .box-highlight-txt3 .highlight-txt-title2 {
    font-size: 30px;
    font-size: 3rem; } }
.content-home .product-wrapper .box-highlight-txt3 .highlight-txt-detail2 {
  /* font-size: 20px;
  font-size: 2rem;
  line-height: 30px;*/
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 100px; }
.content-home .product-wrapper .box-highlight-img3 {
  padding: 0; }
.content-home .product-wrapper .box-highlight-img3 img {
  width: 100%;}
.content-home .product-shop {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; }
.content-home .product-shop .online-shop-l {
  padding: 60px 15px; }
.content-home .product-shop .online-shop-l .product-size {
  width: 100%; }
.content-home .product-shop .online-shop-l .txt-ps-hm-blue {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  color: #40b9e3; }
@media only screen and (max-width: 480px) {
  .content-home .product-shop .online-shop-l .txt-ps-hm-blue {
    font-size: 32px;
    font-size: 3.2rem; } }
.content-home .product-shop .online-shop-l .txt-ps-hm-black {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  color: #000; }
@media only screen and (max-width: 480px) {
  .content-home .product-shop .online-shop-l .txt-ps-hm-black {
    font-size: 32px;
    font-size: 3.2rem; } }
.content-home .product-shop .online-shop-l .txt-ps-hm-blue-light {
  color: #40b9e3;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  padding: 0 0 20px; }
@media only screen and (max-width: 480px) {
  .content-home .product-shop .online-shop-l .txt-ps-hm-blue-light {
    font-size: 46px;
    font-size: 4.6rem; } }
.content-home .product-shop .online-shop-l .txt-ps-hm-red-light {
  color: #f4143e;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  padding: 0 0 5px; }
@media only screen and (max-width: 480px) {
  .content-home .product-shop .online-shop-l .txt-ps-hm-red-light {
    font-size: 46px;
    font-size: 4.6rem; } }
.content-home .product-shop .online-shop-l .txt-ps-nm-gray-light {
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  text-decoration: line-through;
  color: #a5a5a5; }
.content-home .product-shop .online-shop-l .txt-ps-nm-gray {
  padding: 20px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  color: #787878; }
.content-home .product-shop .online-shop-l .add-cart {
  text-align: right; }
.content-home .product-shop .online-shop-l .add-cart a {
  padding: 5px 10px;
  width: 140px;
  font-size: 14px; }
.content-home .product-shop .online-shop-l .btn-s {
  text-align: center; }
.content-home .product-shop .online-shop-l .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px; }
.content-home .product-shop .online-shop-l .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
.content-home .product-shop .online-shop-r {
  border: solid 1px #a5a5a5; }
.content-home .product-shop .online-shop-r .product-shop-pd {
  padding: 15px 0; }
.content-home .product-shop .online-shop-r .txt-ps-nm-blue {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #01a8e8; }
.content-home .product-shop .online-shop-r .txt-ps-hm-blue-light {
  color: #40b9e3;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  padding: 15px 0; }
.content-home .product-shop .online-shop-r .txt-ps-nm-gray {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  color: #787878; }
.content-home .product-shop .btn-s {
  padding: 15px 0 0 0;
  text-align: center; }
.content-home .product-shop .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px; }
.content-home .product-shop .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
.content-home .product-shop .view-s {
  padding: 15px 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
.content-home .product-shop .view-s a {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  color: #01a8e8; }
.content-home .product-shop .view-s a:hover {
  color: #787878; }
.content-home .control-vdo {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; }
.content-home .control-vdo .bg-video-block {
  /*position: relative;
  background-position: center center;
  width: 100%;
  height: 550px;*/
  position: relative;
}
.content-home .control-vdo .btn-iconplay {
  /*position: absolute;
  top: 50%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
  margin-left: -40px;
  font-size: 94px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.content-home .control-vdo .btn-iconplay:hover {
  color: rgba(255, 255, 255, 0.7); }
.content-home .review-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-image: url(/Rajdhevee/media/Rajdhevee/image/home/bg-bubble.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0 0;
  margin-top: 20px;
}
.content-home .review-wrapper .control-tag {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
.content-home .review-wrapper .control-box-review {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; }
@media only screen and (max-width: 480px) {
  .content-home .review-wrapper .control-box-review {
    /*padding: 50px 15px 0 15px;*/
    padding: 50px 0px 0 0px;} }
.content-home .review-wrapper .control-box-review .size-review {
  position: relative;
  margin-bottom: 30px;
  text-align: left; }
.content-home .review-wrapper .control-box-review .size-review .box-review {
  position: relative;
  margin-bottom: 10px;
  border: none;}
.content-home .review-wrapper .control-box-review .size-review .box-review:hover .box-review-bg {
  padding:20px; }
.content-home .review-wrapper .control-box-review .size-review .box-review a .box-review-img {
  line-height: 0;
  /*margin:15px 0 10px;*/}
.content-home .review-wrapper .control-box-review .size-review .box-review a .box-review-img img {
  width: 100%; }
.content-home .review-wrapper .control-box-review .size-review .box-review a .box-review-bg {
  /*padding: 25px 30px;*/
  padding: 10px 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(8, 122, 166, 0.6);
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
.content-home .review-wrapper .control-box-review .size-review .box-review a .box-review-bg .txt-nm {
  /*font-size: 24px;
  font-size: 2.4rem;*/
  line-height: 1;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.content-home .review-wrapper .control-box-review .size-review .box-review .top-review {
  padding: 5px 20px;
  font-size:20px;
  position: absolute;
  top: -20px;
  left: 15px;
  background-color: #01a8e8;
  /*font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;*/
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  color: #ffffff; }
.content-home .review-wrapper .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px;
  margin: 10px 0 10px; }
.content-home .review-wrapper .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
.content-home .quiz-wrapper {
  /*margin: 0 auto;
  width: 100%;
  background-image: url(/Rajdhevee/media/Rajdhevee/image/home/bg-vote.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  padding: 50px 0 0;
}
@media only screen and (max-width: 480px) {
  .content-home .quiz-wrapper {
    /*display: none;*/ } }
.content-home .quiz-wrapper .bg-quiz {
  /*background-color: rgba(100, 178, 208, 0.9);*/ }
.content-home .quiz-wrapper .quiz-poll {
  padding: 30px;
  color: #ffffff;
  /*min-height: 500px;*/
  text-align: left;
  width: 100%; }
.content-home .quiz-wrapper .quiz-poll::-webkit-scrollbar {
  width: 1px; }
.content-home .quiz-wrapper .quiz-poll .title-i {
  font-style: italic;
  font-size: 46px;
  line-height: 1;
  color: #ffffff;
}
.content-home .quiz-wrapper .quiz-poll .title-vote {
  padding: 5px 0 20px;
  font-size: 34px;
  line-height: 1;
}
.content-home .quiz-wrapper .quiz-poll .con-input .bullet-label {
  /*font-size: 24px;
  font-size: 2.4rem;*/
  line-height: 24px; }
.content-home .quiz-wrapper .quiz-poll .con-input .bullet-label label {
  font-weight: normal;
  margin-bottom: 10px;
  overflow: hidden;}
.content-home .quiz-wrapper .quiz-poll .con-input .bullet-label label::before{
  top:2;
}
.content-home .quiz-wrapper .quiz-poll .btn-s {
  margin: 30px 0; }
.content-home .quiz-wrapper .quiz-poll .btn-s a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  max-width: 160px; }
.content-home .quiz-wrapper .quiz-poll .btn-s a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }
.content-home .quiz-wrapper .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative;
  margin: 0 2px !important; }
.content-home .quiz-wrapper .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 8px;
  top: 8px; }
.content-home .quiz-wrapper .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #ffffff;
  width: 32px;
  height: 32px; }
.content-home .quiz-wrapper .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }
.content-home .activities {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; 
  margin-top: 20px;
}
.content-home .activities .txt-news-act {
  background-color: #d8f2ff;
  padding:15px }
.content-home .activities .txt-news-act a {
  color: #01a8e8;
  height:55px;
}
@media only screen and (max-width: 480px) {
  .content-home .activities .txt-news-act a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1; } }
.content-home .activities .txt-news-act a:hover {
  color: #787878; }
.content-home .activities .btn-s {
  text-align: center; }
.content-home .activities .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px;
  margin: 30px 0 0; }
.content-home .activities .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
.content-home .question {
  margin: 0 auto;
  padding: 0px 0 0;
  width: 100%; 
  margin-top: 20px;
}
.content-home .question .box-question {
  /*-webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;*/
  border-radius: 12px;
  padding: 30px;
  background-color: #beebfe;
  margin: 0 0 10px;
  text-align: left; }
.content-home .question a:nth-child(odd) .box-question{
  background: #def8ff;
}
@media only screen and (max-width: 480px) {
  .content-home .question .box-question {
    padding: 20px 25px;
  } 
  .box-question .title-qa-txt {
    /*font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    min-height: 52px;*/
    color: #787878;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.content-home .question .box-question .title-qa-txt {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  min-height: 52px;*/
  color: #787878;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .content-home .question .box-question .title-qa-txt {
    /*font-size: 18px;
    font-size: 1.8rem;*/ } }
.content-home .question .box-question .box-qa-detail {
  /*font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;*/
  color: #a5a5a5;
  display: inline-block;}
.content-home .question .box-question .box-qa-ravi {
  margin: 10px 0 0; 
  display: inline-block;}
.content-home .question .box-question .box-qa-ravi .rating {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #beebfe; }
.content-home .question .box-question .box-qa-ravi .rating .checked {
  color: #ffdd50; }
.content-home .question .box-question .box-qa-ravi .count-view-txt {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding: 0px 5px;
  font-size: 18px;
}
.content-home .question .box-question .box-qa-ravi .count-views-num {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
.content-home .question .box-question .qa-ico-arrow {
  text-align: center;
  padding: 25px 0; }
@media only screen and (max-width: 480px) {
  .content-home .question .box-question .qa-ico-arrow {
    display: none; } }
.content-home .question .size-btn-q {
  margin: 30px 0;
  text-align: center;
  clear: both;}
.content-home .question .size-btn-q .btn-s {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin: 0 5px;
  min-width: 240px; 
}
.content-home .question .size-btn-q .btn-s a {
  display:block;
  width:100%;
  max-width: 100%;
  vertical-align: top;
  zoom: 1;
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;  
  height:auto;
}
@media only screen and (max-width: 375px) {
  .content-home .question .size-btn-q .btn-s a {
    margin: 10px 0 10px; } }
.content-home .question .size-btn-q .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
.content-home .question .size-btn-q .send-q a {
  /*max-width: 260px;*/ }
.content-home .fa .fa-times-circle-o {
  color: #fff !important; }
.content-home .txt-hm {
  /*font-family: "sukhumvitset-medium";
  font-size: 30px;
  font-size: 3rem;*/
  line-height: 1;
  color: #40b9e3; }
@media only screen and (max-width: 480px) {
  .content-home .txt-hm {
    /*font-size: 18px;
    font-size: 1.8rem;*/ } }
.content-home .txt-nm {
  /*font-family: "sukhumvitset-light";
  font-size: 16px;
  font-size: 1.6rem;*/
  color: #787878; }
@media only screen and (max-width: 480px) {
  .content-home .txt-nm {
    /*font-size: 14px;
    font-size: 1.4rem;*/ } }

section.product .swiper-container {
  width: 100%;
  height: 100%; }
section.product .swiper3 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.product .swiper3 {
    display: block; } }
section.product .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
section.product .swiper-slide .box-ctn-gray {
  padding: 20px 0 60px; }
section.product .swiper-slide .box-ctn-gray p{
  line-height:1;
}
section.product .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative; 
  margin: 0 2px !important;
  outline: 0 !important;}
section.product .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: -8px; }
section.product .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #ffffff;
  width: 32px;
  height: 32px; }
section.product .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }
section.product .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px;
  margin: 20px 0 50px; }
section.product .btn-s a:hover {
  color: #787878; }
@media (max-width: 576px){
  section.product .swiper-pagination-bullet-active a{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
  }
  section.product .swiper-pagination-bullet a{
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
  }
  section.product .swiper-pagination-bullet-active a{
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
  }
}
section.product .banner-size {
  width: 100%; }
section.product .product-wrapper {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  text-align: center; }
section.product .product-wrapper .box-wrapper {
  margin: 20px auto;
  padding: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.product .category-head {
  /*font-family: "sukhumvitset-light";*/
  /*line-height: 1.5;*/
  color: #787878;
  padding: 25px 0 0; }
section.product .category-head h1 {
  /*font-size: 28px;
  font-size: 2.8rem;*/ }
section.product .category-head p {
  /*font-size: 16px;
  font-size: 1.6rem;*/ }
section.product .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9; }
section.product .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto;
  /*font-family: "sukhumvitset-medium";*/ }
@media only screen and (max-width: 480px) {
  section.product .product-search .search-block {
    padding: 50px 0 20px; } }
section.product .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
@media only screen and (max-width: 480px) {
  section.product .product-search .search-box-container {
    width: 100%; } }
section.product .product-search .submit {
  background-color: #ffffff;
  padding:0;}
section.product .product-search .submit .fa {
  color: #01a8e8; }
section.product .product-search .search-box {
  width: calc(100% - 50px);
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.product .product-search .search-box.placeholder {
  color: #ababab; }
section.product .product-search .search-box:-moz-placeholder {
  color: #ababab; }
section.product .product-search .search-box::-moz-placeholder {
  color: #ababab; }
section.product .product-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.product .product-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.product .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin: 0 auto;
  cursor: pointer; }
section.product .product-search .result-product div img {
  margin: 0 auto; }
section.product .product-search .result-product div p {
  /*font-family: "sukhumvitset-medium";
  font-size: 18px;
  font-size: 1.8rem;*/
  margin: 0 auto;
  padding-bottom: 12px;
  font-weight: 700;
  transition: .4s;
  font-size: 20px;
  margin-top: -5px;
  line-height:1;}
@media only screen and (max-width: 800px) {
  section.product .product-search .result-product div p {
    /*font-size: 14px;
    font-size: 1.4rem;*/ } }
@media only screen and (max-width: 480px) {
  section.product .product-search .desktop {
    display: none; } }
section.product .product-search .related-head {
  /*font-family: "sukhumvitset-medium";*/
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.product .ctn-select-box {
  margin: 0 auto;
  padding: 15px 15px 30px 15px;
  text-align: right; }
section.product .ctn-select-box .select-awesome {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px;
  outline: none;
  width: 25%;
  border: solid 1.5px #01a8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }
@media only screen and (max-width: 480px) {
  section.product .ctn-select-box .select-awesome {
    margin: 0;
    width: 100%; } }
section.product .bottom-qa {
  padding: 10px 0;
  text-align: left; }
section.product .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #c6e9f6; }
section.product .bottom-qa .rating .checked {
  color: #ffdd50; }
section.product .bottom-qa .count-view {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #CCC; }
section.product .detail-left {
  display: block; }
section.product .detail-left img {
  margin: 0 auto; }
section.product .detail-left .btn-txt-more-blue-main {
  max-width: 100%;
  color: #fff;
  background-color: #01a8e8;
  font-size: 20px;
  font-size: 2rem; }
section.product .detail-left .pink {
  background-color: #fc307d;
  border-color: #fc307d; }
section.product .detail-left .pink i {
  color: #fff;
  margin-right: 5px; }
section.product .detail-right {
  text-align: left; }
section.product .detail-right .branchesdetail-head {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  color: #01a8e8;
  margin: 0 0 30px; }
section.product .detail-right .branchesdetail-txt {
  padding: 10px 0; }
section.product .detail-right .branchesdetail-btn {
  padding: 30px 0; }
section.product .detail-right .branchesdetail-txt-l {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #a5a5a5; }
section.product .detail-right .branchesdetail-txt-l2 {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #a5a5a5;
  margin: 10px 0; }
section.product .detail-right .branchesdetail-txt-r {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px; }
section.product .detail-right .branchesdetail-box-container {
  display: inline-block;
  box-sizing: content-box;
  width: 100%;
  max-width: 300px;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #01a8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden; }
section.product .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.product .contact-wrapper .img-topic {
  padding: 10px 0; }
section.product .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.product .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.product .qa-box-num {
  text-align: center;
  padding: 0; }
section.product .qa-box-num .qa-box-num-ar {
  display: inline-block;
  padding: 0 10px; }
section.product .qa-box-num .qa-box-num-txt {
  display: inline-block;
  padding: 8px 10px;
  /*font-family: "sukhumvitset-light";
  font-size: 16px;
  font-size: 1.6rem;*/
  line-height: 22px; }
section.product .qa-box-num .qa-box-num-txtbox {
  /* display: inline;
  padding: 0 10px 0 0;*/ }
section.product .qa-box-num .qa-box-num-txtbox input {
  /*padding: 5px 10px;
  font-family: "sukhumvitset-light";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #787878;
  border: 2px solid #CCC;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  max-width: 65px;
  text-align: center;*/ }
section.product .qa-box-num a .qa-box-num-btn {
  display: inline-block;
  background: #f95a96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  /*font-family: "sukhumvitset-light";
  font-size: 20px;
  font-size: 2rem;*/
  line-height: 26px;
  padding: 5px; }
section.product .btn-s a {
  border-color: #01a8e8;
  color: #787878; }
section.product .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
section.product .box-ctn-gray {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.product .active {
  filter: grayscale(100); }

section.products-detail .banner-size {
  width: 100%; }
section.products-detail .swiper1 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.products-detail .swiper1 {
    display: block; } }
@media only screen and (max-width: 480px) {
  section.products-detail .box-desktop {
    display: none; } }
section.products-detail .aboutus-box-detail1 {
  display: inline-block;
  padding: 15px 0 50px 0;
  /*font-size: 18px;
  font-size: 1.8rem;*/ }
@media only screen and (max-width: 480px) {
  section.products-detail .aboutus-box-detail1 {
    padding: 15px 0; } }
section.products-detail .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.products-detail .product-wrapper .box-wrapper {
  margin: 20px auto;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.products-detail .category-head {
  line-height: 1.5;
  margin-bottom: 50px; }
section.products-detail .category-head h1 {
  font-size: 28px;
  font-size: 2.8rem; }
section.products-detail .category-head p {
  font-size: 16px;
  font-size: 1.6rem; }
section.products-detail .box-review {
  background-color: #e4f5ff;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  max-height: 500px; }
section.products-detail .box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.products-detail .box-review .img-review {
  width: 100%; }
section.products-detail .block-txt-ProductDetail .warp-txt-ProductDetail{
  padding: 10px 0;
  /*border-top: 1px solid #ddd;*/
  text-align:left;
}
@media only screen and (max-width: 480px) {
  section.products-detail .box-review .img-review {
    width: 100%;
    margin: 0 auto; } }
section.products-detail .box-review .control-title-review {
  background-color: #e4f5ff;
  padding: 15px;
  width: 100%;
  position: relative;
  text-align: left;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.products-detail .box-review .control-title-review .txt-hm {
  /*font-size: 20px;
  font-size: 2rem;*/
  color: #40b9e3; }
section.products-detail .box-review .control-title-review .txt-nm {
  font-size: 16px;
  font-size: 1.6rem;
  color: #787878; }
section.products-detail .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  /*background-color: #f9f9f9;*/ }
section.products-detail .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.products-detail .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.products-detail .product-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c; }
section.products-detail .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto;
  cursor: pointer; }
section.products-detail .product-search .result-product div img {
  margin: 0 auto; }
section.products-detail .product-search .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.products-detail .product-search .related-head {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.products-detail .activities {
  padding: 30px 0 50px 0; }
section.products-detail .ctn-act-product {
  text-align: left;
  width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
@media only screen and (max-width: 480px) {
  section.products-detail .ctn-act-product {
    text-align: center; } }
section.products-detail .ctn-act-product .btn-txt-more-blue-main {
  margin: 10px 5px;
  padding: 5px 15px;
  color: #fff;
  background-color: #01a8e8;
  /*font-size: 20px;
  font-size: 2rem;*/
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}
section.products-detail .ctn-act-product .pink {
  background-color: #fc307d;
  border-color: #fc307d; }
section.products-detail .ctn-act-product .pink i {
  color: #fff;
  margin-right: 5px; }
section.products-detail .detail-left {
  display: block; }
@media only screen and (max-width: 480px) {
  section.products-detail .detail-left {
    /*padding: 0 50px 50px;*/ } }
section.products-detail .detail-left img {
  margin: 0 auto;
  border: 2px solid #e4f5ff;}
section.products-detail .branchesdetail-head {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #01a8e8;
  padding: 15px;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section.products-detail .branchesdetail-head {
    /*font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    padding: 0 15px 30px;*/ } }
section.products-detail .detail-right {
  text-align: left; }
section.products-detail .detail-right .branchesdetail-txt {
  padding: 10px 0;
  line-height:1;
overflow: hidden;}
section.products-detail .detail-right .social-sect a {
  margin: 5px 5px 10px 0;
  /*padding-right: 0px;*/ }
section.products-detail .detail-right .branchesdetail-btn {
  padding: 30px 0; }
section.products-detail .detail-right .branchesdetail-txt-l {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 24px;*/
  color: #a5a5a5; }
@media only screen and (max-width: 480px) {
  section.products-detail .detail-right .branchesdetail-txt-l {
    line-height: 1.5; } }
section.products-detail .detail-right .branchesdetail-txt-l2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  margin: 10px 0; }
section.products-detail .detail-right .branchesdetail-txt-r {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 24px;*/ }
@media only screen and (max-width: 480px) {
  section.products-detail .detail-right .branchesdetail-txt-r {
    line-height: 1.3; } }
section.products-detail .detail-right .branchesdetail-box-container {
  display: inline-block;
  box-sizing: content-box;
  width: 100%;
  max-width: 300px;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden; }
section.products-detail .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.products-detail .contact-wrapper .img-topic {
  padding: 10px 0; }
section.products-detail .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.products-detail .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
@media only screen and (max-width: 480px) {
  section.products-detail .aboutus-box-detail1-txt {
    padding: 20px 20px; } }
section.products-detail .qa-box-num {
  text-align: center;
  padding: 25px 20px; }
section.products-detail .qa-box-num .qa-box-num-ar {
  display: inline-block;
  padding: 0 10px; }
section.products-detail .qa-box-num .qa-box-num-txt {
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px; }
section.products-detail .qa-box-num .qa-box-num-txtbox {
  display: inline;
  padding: 0 10px; }
section.products-detail .qa-box-num .qa-box-num-txtbox input {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  border: 2px solid #CCC;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  max-width: 45px;
  text-align: center; }
section.products-detail .qa-box-num a .qa-box-num-btn {
  display: inline-block;
  background: #f95a96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  padding: 5px; }

.search-box-container {
  display: block;
  /*box-sizing: content-box;*/
  height: 40px;
  width: 190px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  /*border: 1px solid #23527c;*/
  border-radius: 28px;
  overflow: hidden;
  margin: 0 auto; }

.search-box-container * {
  display: block;
  margin: 0;
  /*height: 100%;*/
  padding: 5px;
  border: 0;
  outline: none; }

.search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: rgba(255, 255, 255, 0); }

.submit {
  float: right;
  width: 50px;
  left: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0); }

.fa {
  display: inline !important;
  line-height: 100%;
  pointer-event: none;
  /*color: #23527c;*/ }

section.procedures .swiper-container {
  width: 100%;
  height: 100%; }
section.procedures .swiper-slide {
  text-align: center;
  background: #ffffff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
section.procedures .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative; }
section.procedures .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: -8px; }
section.procedures .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #ffffff;
  width: 32px;
  height: 32px; }
section.procedures .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }
@media only screen and (max-width: 480px) {
  section.procedures .box-desktop {
    display: none; } }
section.procedures .swiper1 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.procedures .swiper1 {
    display: block; } }
section.procedures .banner-size {
  width: 100%; }
section.procedures .detail-page {
  padding: 0 !important; }
section.procedures .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
@media (max-width: 767px){
  
}
section.procedures .product-wrapper .bg-product1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100%;
  width: 100%;
  height: 395px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
section.procedures .box-wrapper {
  margin: 20px auto;
  padding: 0px; }
section.procedures .box-wrapper .box-detail {
  padding: 70px 0;
  color: #FFF; }
section.procedures .box-wrapper .box-detail .box-txt-hm {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2; }
section.procedures .box-wrapper .box-detail .box-txt-hm-sm {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2; }
section.procedures .box-wrapper .box-detail .box-txt-nm-sm {
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2; }
section.procedures .box-wrapper .box-detail .box-txt-detail {
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold; }
section.procedures .box-wrapper .box-detail .box-txt-detail-sm {
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
section.procedures .box-wrapper .box-content {
  padding: 20px 0px;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section.procedures .box-wrapper .box-content {
    padding: 20px 0; } }
section.procedures .box-wrapper .box-content .txt-title {
  font-size: 40px;
  font-size: 4rem;
  color: #40b9e3;
  padding-bottom: 20px; }
section.procedures .box-wrapper .box-content p {
  /*font-size: 16px;
  font-size: 1.6rem;*/ }
section.procedures .box-wrapper .box-content .txt-hm {
  font-size: 20px;
  font-size: 2rem;
  color: #40b9e3;
  line-height: 1; }
@media only screen and (max-width: 480px) {
  section.procedures .desktop {
    display: none; } }
section.procedures .search-wrapper {
  padding: 2% 0;
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;}
section.procedures .search-wrapper .border-left {
  border-left: 1px solid #ddd; }
@media only screen and (max-width: 480px) {
  section.procedures .search-wrapper .border-left {
    border: none; } }
section.procedures .search-wrapper .center {
  margin: 0 auto;
  padding: 15px 0;
  width: 85%; }
@media only screen and (max-width: 480px) {
  section.procedures .search-wrapper .center {
    width: 100%; } }
section.procedures .search-wrapper .center .btn-right {
  text-align: right; }
section.procedures .search-wrapper .control-ico {
  margin: 0 auto;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.procedures .box-detail{
  margin-bottom: 50px;
}
section.procedures .search-wrapper .control-ico .ico-member {
  width: 100%;
  max-width: 100px; }
section.procedures .search-wrapper .control-content {
  margin: 0 auto;
  padding: 0px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  line-height: 1; }
section.procedures .search-wrapper .control-content .txt-nm-green {
  /*font-size: 28px;
  font-size: 2.8rem;*/
  color: #40b9e3; }
@media only screen and (max-width: 480px) {
  section.procedures .search-wrapper .control-content .txt-nm-green {
    font-size: 26px;
    font-size: 2.6rem; } }
@media only screen and (max-width: 375px) {
  section.procedures .search-wrapper .control-content .txt-nm-green {
    font-size: 22px;
    font-size: 2.2rem; } }
section.procedures .search-wrapper .control-content .txt-nm-green span {
  font-size: 20px;
  font-size: 2rem; }
section.procedures .btn-s a {
  background-color: transparent;
  /*font-size: 1.5rem;*/
  padding: 0 10px;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px;
  margin: 20px 0 0;
  font-size:24px;}
section.procedures .btn-s a:hover {
  color: #ffffff;
  background-color: #01a8e8; }
section.procedures .btn-txt-more-blue-main {
  font-weight: bold;
  color: #01a8e8;
  border: 1px solid #01a8e8;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1; }
section.procedures .search-block {
  padding: 20px 0 0;
  margin: 0 auto; }
section.procedures .search-box-container {
  width: 100%;
  margin: 0;
  border: 1px solid #40b9e3; }
section.procedures .submit {
  background-color: #ffffff; }
section.procedures .submit .fa {
  color: #01a8e8; }
section.procedures .search-box {
  width: calc(100% - 15px);
  padding: 0 20px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff;
  font-size:24px;
  width: 100%;}
section.procedures .search-box.placeholder {
  color: #ababab; }
section.procedures .search-box:-moz-placeholder {
  color: #ababab; }
section.procedures .search-box::-moz-placeholder {
  color: #ababab; }
section.procedures .search-box:-ms-input-placeholder {
  color: #ababab; }
section.procedures .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.procedures .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto; }
section.procedures .result-product div img {
  margin: 0 auto; }
section.procedures .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.procedures .related-head {
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.procedures .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  /*background-color: #f9f9f9;*/ }
section.procedures .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.procedures .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.procedures .product-search .submit {
  background-color: #ffffff; }
section.procedures .product-search .submit .fa {
  color: #01a8e8; }
section.procedures .product-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff; }
section.procedures .product-search .search-box.placeholder {
  color: #01a8e8; }
section.procedures .product-search .search-box:-moz-placeholder {
  color: #01a8e8; }
section.procedures .product-search .search-box::-moz-placeholder {
  color: #01a8e8; }
section.procedures .product-search .search-box:-ms-input-placeholder {
  color: #01a8e8; }
section.procedures .product-search .search-box::-webkit-input-placeholder {
  color: #01a8e8; }
section.procedures .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto; }
section.procedures .product-search .result-product div img {
  margin: 0 auto; }
section.procedures .product-search .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.procedures .product-search .related-head {
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.procedures .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.procedures .contact-wrapper .img-topic {
  padding: 10px 0; }
section.procedures .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.procedures .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }

section.reviews {
  margin: 0 auto;
  padding: 0px;
  width: 100%; }
section.reviews .ctn-banner img {
  width: 100%; }
section.reviews .search-block {
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center; }
section.reviews .search-box{
  width: calc(100% - 50px);
  /*padding: 3px 20px 6px;*/
  float: left;
  color: #23527c;
  background-color: #ffffff;
}
section.reviews .search-block .search-box-container {
  width: 50%;
  border: solid 1px #a5a5a5; }
@media only screen and (max-width: 480px) {
  section.reviews .search-block .search-box-container {
    margin: 0 auto;
    width: 80%; } }
section.reviews .search-block .search-box-container .submit {
  background-color: #FFFFFF;
  padding:0;}
section.reviews .search-block .search-box-container .submit .fa {
  color: #01a8e8; }
section.reviews .search-block .search-box-container .search-box {
  background-color: #FFFFFF; }
section.reviews .search-block .search-box-container .search-box.placeholder {
  color: #ababab; }
section.reviews .search-block .search-box-container .search-box:-moz-placeholder {
  color: #ababab; }
section.reviews .search-block .search-box-container .search-box::-moz-placeholder {
  color: #ababab; }
section.reviews .search-block .search-box-container .search-box:-ms-input-placeholder {
  color: #ababab; }
section.reviews .search-block .search-box-container .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.reviews .content-home .review-wrapper {
  /*padding: 2% 0;*/
  background-image: none; }

section.beautyhack .swiper-container {
  width: 100%;
  height: 100%; }
section.beautyhack .swiper3 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.beautyhack .swiper3 {
    display: block; } }
section.beautyhack .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
section.beautyhack .swiper-slide .box-ctn-gray {
  padding: 50px 0; }
section.beautyhack .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative; }
section.beautyhack .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: -8px; }
section.beautyhack .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #ffffff;
  width: 32px;
  height: 32px; }
section.beautyhack .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }
@media (max-width: 767px){
  section.beautyhack .swiper-pagination-bullet-active a {
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
section.beautyhack .banner-size {
  width: 100%; }
section.beautyhack .search-block {
  padding: 0 0 20px;
  margin: 0 auto;
  width: 40%; }
@media only screen and (max-width: 480px) {
  section.beautyhack .search-block {
    width: 80%; } }
section.beautyhack .swiper1 {
  /*display: none; */}
@media only screen and (max-width: 480px) {
  section.beautyhack .swiper1 {
    display: block; } }
@media only screen and (max-width: 480px) {
  section.beautyhack .box-desktop {
    display: none; } }
section.beautyhack .search-box-container {
  width: 100%;
  border: 1px solid #e2e2e2; }
section.beautyhack .submit {
  background-color: #ffffff;
  padding: 0;}
section.beautyhack .submit .fa {
  color: #01a8e8; }
section.beautyhack .search-box {
  width: calc(100% - 50px);
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.beautyhack .search-box.placeholder {
  color: #ababab; }
section.beautyhack .search-box:-moz-placeholder {
  color: #ababab; }
section.beautyhack .search-box::-moz-placeholder {
  color: #ababab; }
section.beautyhack .search-box:-ms-input-placeholder {
  color: #ababab; }
section.beautyhack .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.beautyhack .control-box-review {
  margin: 50px auto;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.beautyhack .control-box-review .box-review {
  /*margin-top: 15px;
  margin-bottom: 10px;*/
  position: relative; }
@media only screen and (max-width: 480px) {
  section.beautyhack .control-box-review .box-review {
    margin-bottom: 35px; } }
section.beautyhack .control-box-review .box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.beautyhack .control-box-review .box-review:hover .control-title-review {
  padding: 25px 30px; }
section.beautyhack .control-box-review .box-review .img-review img {
  width: 100%; }
section.beautyhack .control-box-review .box-review .control-title-review {
  padding: 15px 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(8, 122, 166, 0.6);
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.beautyhack .control-box-review .box-review .control-title-review .txt-nm {
  font-size: 20px;
  font-size: 2rem;
  color: #FFF; }
section.beautyhack .qa-box-num {
  text-align: center;
  /*padding: 25px 20px;*/ }
section.beautyhack .qa-box-num .qa-box-num-ar {
  display: inline-block;
  padding: 0 10px; }
section.beautyhack .qa-box-num .qa-box-num-txt {
  display: inline-block;
  padding: 8px 10px; }
section.beautyhack .qa-box-num .qa-box-num-txtbox {
  display: inline;
  padding: 0 10px; }
section.beautyhack .qa-box-num .qa-box-num-txtbox input {
  /*padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;*/
  line-height: 22px;
  color: #787878;
  border: 2px solid #CCC;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  max-width: 65px;
  text-align: center; }
section.beautyhack .qa-box-num a .qa-box-num-btn {
  display: inline-block;
  background: #f95a96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  padding: 5px; }
section.beautyhack .txt-created {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 0 0; }
section.beautyhack .txt-created span:nth-child(2) {
  color: #000;
  font-weight: 700; }
section.beautyhack .txt-created span:nth-child(3) {
  color: #01a8e8;
  font-weight: 700; }
section.beautyhack .box-wrapper {
  margin: 20px auto;
  padding: 0px;
  /* Create four equal columns that sits next to each other */
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ }
section.beautyhack .box-wrapper .box-detail {
  padding: 70px 0;
  color: #FFF; }
section.beautyhack .box-wrapper .box-detail .box-txt-hm {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2; }
section.beautyhack .box-wrapper .box-detail .box-txt-hm-sm {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2; }
section.beautyhack .box-wrapper .box-detail .box-txt-nm-sm {
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2; }
section.beautyhack .box-wrapper .box-detail .box-txt-detail {
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold; }
section.beautyhack .box-wrapper .box-detail .box-txt-detail-sm {
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
section.beautyhack .box-wrapper .box-content {
  padding: 20px 0px;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section.beautyhack .box-wrapper .box-content {
    padding: 10px; }
  section.beautyhack .box-wrapper .box-content p {
    padding: 15px 0;
    padding-bottom: 0px; } }
section.beautyhack .box-wrapper .box-content .txt-title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #40b9e3;
  padding-bottom: 20px; }
@media only screen and (max-width: 480px) {
  section.beautyhack .box-wrapper .box-content .txt-title {
    padding: 10px; }
  section.beautyhack .box-wrapper .box-content .txt-title p {
    padding: 15px 0;
    padding-bottom: 0px; } }
section.beautyhack .box-wrapper .box-content p {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 20px; }
section.beautyhack .box-wrapper .box-content .txt-hm {
  font-size: 20px;
  font-size: 2rem;
  color: #40b9e3;
  line-height: 1; }
section.beautyhack .box-wrapper .ratting-box {
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #ddd; }
section.beautyhack .box-wrapper .ratting-box .bottom-qa {
  padding: 10px 0;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.beautyhack .box-wrapper .ratting-box .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #c6e9f6; }
section.beautyhack .box-wrapper .ratting-box .bottom-qa .rating .checked {
  color: #ffdd50; }
section.beautyhack .box-wrapper .ratting-box .bottom-qa .count-view {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #CCC; }
section.beautyhack .box-wrapper .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 30px 4px;
  width: 80%;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  section.beautyhack .box-wrapper .row {
    width: 100%;
    padding: 15px 0; } }
section.beautyhack .box-wrapper .column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 33%;
  padding: 0 15px; }
section.beautyhack .box-wrapper .column img {
  margin-top: 8px;
  vertical-align: middle; }
@media screen and (max-width: 800px) {
  section.beautyhack .box-wrapper .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }
@media screen and (max-width: 600px) {
  section.beautyhack .box-wrapper .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }
section.beautyhack .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9; }
section.beautyhack .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.beautyhack .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.beautyhack .product-search .submit {
  background-color: #ffffff; }
section.beautyhack .product-search .submit .fa {
  color: #01a8e8; }
section.beautyhack .product-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.beautyhack .product-search .search-box.placeholder {
  color: #ababab; }
section.beautyhack .product-search .search-box:-moz-placeholder {
  color: #ababab; }
section.beautyhack .product-search .search-box::-moz-placeholder {
  color: #ababab; }
section.beautyhack .product-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.beautyhack .product-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.beautyhack .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto;
  cursor: pointer; }
section.beautyhack .product-search .result-product div img {
  margin: 0 auto; }
section.beautyhack .product-search .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.beautyhack .product-search .related-head {
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.beautyhack .product-search .col-md-6 {
  padding: 0 15px 0 0; }
section.beautyhack .product-search .col-md-12 {
  padding: 0px; }
section.beautyhack .product-search .form-control {
  border: none;
  border-radius: 0px; }
section.beautyhack .product-search .btn-txt-blue {
  padding: 5px;
  outline: none; }
section.beautyhack .product-search .box-commened {
  text-align: left; }
section.beautyhack .product-search .box-commened .content-qa {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 30px 15px;
  margin: 5px 0; }
section.beautyhack .product-search .box-commened .content-qa .qa-ico-arrow {
  text-align: left;
  padding: 30px 0; }
section.beautyhack .product-search .box-commened .content-qa .txt-qa-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.beautyhack .product-search .box-commened .content-qa .box-commened-detail {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.beautyhack .product-search .box-commened .content-qa .txt-qa-detail {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #a5a5a5;
  padding: 5px 0; }
section.beautyhack .product-search .box-commened h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
  line-height: 0.5; }
section.beautyhack .product-search .box-commened .btn-txt-blue {
  max-width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 10px; }
section.beautyhack .treatments-search {
  margin: 0 auto;
  padding: 38px 0 0 0;
  width: 100%;
  text-align: center; }
section.beautyhack .treatments-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.beautyhack .treatments-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.beautyhack .treatments-search .submit {
  background-color: #ffffff; }
section.beautyhack .treatments-search .submit .fa {
  color: #01a8e8; }
section.beautyhack .treatments-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.beautyhack .treatments-search .search-box.placeholder {
  color: #ababab; }
section.beautyhack .treatments-search .search-box:-moz-placeholder {
  color: #ababab; }
section.beautyhack .treatments-search .search-box::-moz-placeholder {
  color: #ababab; }
section.beautyhack .treatments-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.beautyhack .treatments-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.beautyhack .treatments-search .result-product {
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px; }
section.beautyhack .treatments-search .result-product a .result-product-box {
  color: #787878; }
section.beautyhack .treatments-search .result-product .result-product-box-img img {
  width: 100%; }
section.beautyhack .treatments-search .result-product .result-product-box-txt {
  padding: 10px 0 20px; }
section.beautyhack .treatments-search .treatments-related-txt {
  color: #01a8e8;
  text-align: left;
  margin: 0 0 20px; }
section.beautyhack .treatments-related-txt {
  color: #01a8e8;
  text-align: left;
  margin: 0 0 20px; }
section.beautyhack .box-review {
  background-color: #e4f5ff;
  /*margin-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 10px;*/
  position: relative; }
section.beautyhack .box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.beautyhack .box-review .img-review {
  width: 100%; }
section.beautyhack .box-review .control-title-review {
  padding: 20px 30px;
  width: 100%;
  min-height: 90px;
  position: relative;
  text-align: left;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.beautyhack .box-review .control-title-review .txt-hm {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 20px;
  font-size: 2rem;
  color: #40b9e3; }
section.beautyhack .box-review .control-title-review .txt-nm {
  /*font-family: "sukhumvitset-light";*/
  font-size: 16px;
  font-size: 1.6rem;
  color: #787878; }
section.beautyhack .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.beautyhack .contact-wrapper .img-topic {
  padding: 10px 0; }
section.beautyhack .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.beautyhack .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.beautyhack .bannerbeauty {
  margin: 2.5% 0;
  padding: 15px; }
section.beautyhack .control-tag {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.beautyhack .control-box-review {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; }
section.beautyhack .control-box-review .size-review {
  position: relative;
  margin-bottom: 30px; }
section.beautyhack .control-box-review .size-review .box-review {
  position: relative;
  margin-bottom: 10px;
  border:none;}
section.beautyhack .control-box-review .size-review .box-review:hover .box-review-bg {
  padding: 20px; }
section.beautyhack .control-box-review .size-review .box-review a .box-review-img {
  line-height: 0; }
section.beautyhack .control-box-review .size-review .box-review a .box-review-img img {
  width: 100%; }
section.beautyhack .control-box-review .size-review .box-review a .box-review-bg {
  /*padding: 20px 30px;*/
  padding: 10px 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(8, 122, 166, 0.6);
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
@media only screen and (max-width: 480px) {
  section.beautyhack .control-box-review .size-review .box-review a .box-review-bg {
    padding: 20px 10px; } }
section.beautyhack .control-box-review .size-review .box-review a .box-review-bg .txt-nm {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height:48px;}
@media only screen and (max-width: 480px) {
  section.beautyhack .control-box-review .size-review .box-review a .box-review-bg .txt-nm {
    /*font-size: 18px;
    font-size: 1.8rem;*/ } }
section.beautyhack .control-box-review .size-review .box-review .top-review {
  padding: 10px 20px;
  position: absolute;
  top: -20px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  color: #ffffff; }

section.qa {
  /* :checked */ }
section.qa .search-block::before {
  content: "*";
  color: #e60000; }
section.qa input[type=radio] + label::after {
  content: " ";
  top: .25em;
  left: .25em;
  width: .5em;
  height: .5em;
  background: #01a8e8;
  border: .2em solid transparent;
  border-radius: 50%; }
section.qa input[type="checkbox"]:checked + label::before,
section.qa input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #01a8e8; }
section.qa .popular {
  padding: 30px 15px; }
section.qa .banner-size {
  width: 100%; }
section.qa .banner-size img {
  width: 100%; }
section.qa .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.qa .contact-wrapper .img-topic {
  padding: 10px 0; }
section.qa .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.qa .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.qa .qa-main {
  overflow: hidden;}
section.qa .qa-main .qa-box-search {
  /*padding: 60px 0 30px;*/
  margin: 0 auto;
  text-align: center; }
@media only screen and (max-width: 480px) {
  section.qa .qa-main .qa-box-search {
    /*padding: 30px 0 30px;*/ } }
section.qa .qa-main .search-box-container {
  /*font-size: 20px;
  font-size: 2rem;*/
  width: 50%;
  border: 1px solid #e2e2e2;
  margin: 0 auto 20px; }
@media only screen and (max-width: 480px) {
  section.qa .qa-main .search-box-container {
    width: 80%; } }
section.qa .qa-main .submit {
  background-color: #fff;
  padding:0;}
section.qa .qa-main .submit .fa {
  color: #01a8e8; }
section.qa .qa-main .search-box {
  width: calc(100% - 50px);
  float: left;
  color: #23527c;
  background-color: #fff;
  box-shadow: none; }
section.qa .qa-main .search-box.placeholder {
  color: #ababab; }
section.qa .qa-main .search-box:-moz-placeholder {
  color: #ababab; }
section.qa .qa-main .search-box::-moz-placeholder {
  color: #ababab; }
section.qa .qa-main .search-box:-ms-input-placeholder {
  color: #ababab; }
section.qa .qa-main .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.qa .qa-main .qa-box-num {
  text-align: left;
  padding: 0 20px; }
section.qa .qa-main .qa-box-num .qa-box-num-l {
  text-align: center;
  margin: 0 auto;
  width: 50%; }
@media only screen and (max-width: 480px) {
  section.qa .qa-main .qa-box-num .qa-box-num-l {
    width: 100%; } }
section.qa .qa-main .qa-box-num .qa-box-num-ar {
  float: left;
  padding: 0 10px; }
section.qa .qa-main .qa-box-num .qa-box-num-txt {
  float: left;
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px; }
section.qa .qa-main .qa-box-num .qa-box-num-txtbox {
  float: left;
  padding: 0 10px; }
section.qa .qa-main .qa-box-num .qa-box-num-txtbox input {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #787878;
  border: 2px solid #CCC;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  max-width: 65px;
  text-align: center; }
section.qa .qa-main .qa-box-num a .qa-box-num-btn {
  float: left;
  background: #f95a96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  padding: 5px; }
section.qa .qa-main .btn-send-quest {
  color: #ffffff;
  border: 1px solid #ffffff;
  display: -moz-inline-stack;
  float: right;
  padding: 5px 10px;
  text-align: center;
  max-width: 240px;
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  margin: 10px 0 0;
  line-height:1;}
section.qa .qa-main .btn-send-quest2 {
  color: #01a8e8;
  border: 1px solid #01a8e8;
  display: -moz-inline-stack;
  float: right;
  padding: 5px 10px;
  margin: 5px 0;
  text-align: center;
  max-width: 240px;
  width: 100%;
  margin-right: 20px;
  /*font-size: 14px;*/
  /*font-family: "sukhumvitset-bold";*/
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  line-height:1;}
@media only screen and (max-width: 480px) {
  section.qa .qa-main .btn-send-quest2 {
    display: block;
    margin: 10px auto !important;
    float: none !important;
  } 
  section.qa .qa-main .btn-send-quest{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
section.qa .qa-main .btn-send-quest3 {
  color: #01a8e8;
  border: 1px solid #01a8e8;
  display: -moz-inline-stack;
  float: right;
  padding: 5px 10px;
  text-align: center;
  max-width: 240px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  /*font-family: "sukhumvitset-bold";*/
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer; }
section.qa .qa-main .sizebtn-main-qa {
  text-align: center; }
section.qa .qa-main .size-btn-ss {
  padding: 0 30px 30px; }
section.qa .qa-main .size-btn-ss .size-aq-share {
  float: left; }
section.qa .qa-box-recommened {
  background: #01a8e8;
  padding: 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px; }
@media only screen and (max-width: 480px) {
  section.qa .qa-box-recommened {
    padding: 30px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; } }
section.qa .qa-box-recommened .txt-qa-title {
  color: #787878;
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  min-height: 52px;*/
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
@media only screen and (max-width: 603px) {
  section.qa .content-qa .ctn-ico {
    padding: 0; } }
section.qa .content-qa .ctn-ico img {
  width: 100%; }
section.qa .qa-box-recommened .content-qa {
  background: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 30px 15px;
  margin: 5px 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.qa .qa-box-recommened .content-qa .qa-ico-arrow {
  text-align: center;
  padding: 30px 0; }
@media only screen and (max-width: 767px) {
  section.qa .qa-box-recommened .content-qa .qa-ico-arrow {
    display: none; } }
section.qa .qa-box-recommened-detail .txt-qa-detail {
  float: left;
  color: #a5a5a5;
  padding: 5px 0;
  color: #787878; }
section.qa .qa-box-recommened-detail .txt-qa-detail span {
  padding: 0 7.5px; }
section.qa .qa-box-recommened-detail .bottom-qa {
  float: left;
  padding: 5px 0;}
section.qa .qa-box-recommened-detail .bottom-qa div {
  float: left; }
section.qa .qa-box-recommened-detail .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font-size: 2rem; }
section.qa .qa-box-recommened-detail .bottom-qa .rating span {
  color: #c6e9f6; }
section.qa .qa-box-recommened-detail .bottom-qa .rating .checked {
  color: #ffdd50 !important; }
section.qa .qa-box-recommened-detail .bottom-qa .count-view {
  color: #a5a5a5;
  padding: 0 10px; }
section.qa .qa-box-recommened-detail .bottom-qa .countviews {
  /*margin: 5px 0 0;*/ }
section.qa .qa-box-recommened2 {
  padding: 30px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
@media only screen and (max-width: 767px) {
  section.qa .qa-box-recommened2 {
    padding: 15px 0 0; } }
section.qa .qa-box-recommened2 .img-size-ico{
  margin-bottom: 10px;
}
section.qa .qa-box-recommened2 .txt-qa-title {
  /* font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  min-height: 52px;*/
  line-height: 24px;
  color: #787878;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.qa .qa-box-recommened2 .txt-qa-answer {
  /*font-size: 18px;
  font-size: 1.8rem;*/
  line-height: 24px;
  margin: 0 0 20px; }
section.qa .qa-box-recommened2 .txt-qa-title2 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  color: #01a8e8;
  padding: 10px 0 20px; }
section.qa .qa-box-recommened2 .content-qa {
  background: #def8ff;
  border: 1px solid #def8ff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 30px 15px;
  margin: 5px 0;
  color: #787878;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.qa .qa-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  padding: 30px 0; }
section.qa .qa-box-recommened2 .content-qa2, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa {
  padding: 30px 15px;
  margin: 5px 0;
  width:100%;
  background: #beebfe;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
@media only screen and (max-width: 603px) {
  section.qa .qa-box-recommened2 .content-qa2 .ctn-ico, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .ctn-ico, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .ctn-ico {
    padding: 0; } }
section.qa .qa-box-recommened2 .content-qa2 .ctn-ico img, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .ctn-ico img, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .ctn-ico img {
  width: 100%; }
section.qa .qa-box-recommened2 .content-qa2 .qa-ico-arrow, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  padding: 30px 0; }
section.qa .qa-box-recommened2 .content-qa2 .txt-qa-title, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .txt-qa-title, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .txt-qa-title {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  min-height: 52px;*/
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #787878; }
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .txt-qa-detail, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .txt-qa-detail, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .txt-qa-detail {
  float: left;
  color: #787878;
  padding: 5px 0; }
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .txt-qa-detail span, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .txt-qa-detail span, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .txt-qa-detail span {
  padding: 0 10px; }
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa {
  float: none;
  overflow: hidden;
  clear: both;
}
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa div, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa div, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa div {
  float: left; }

section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa .rating, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .rating, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font-size: 2rem; }
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa .rating span, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .rating span, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .rating span {
  color: #c6e9f6; }
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa .rating .checked, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .rating .checked, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .rating .checked {
  color: #ffdd50; }
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa .count-view, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .count-view, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .count-view {
  color: #787878;
  padding:0 5px;
  line-height:24px;}
section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa .countviews, section.qa .qa-box-recommened2 section.careers .careers-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .countviews, section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 .content-qa .qa-box-recommened-detail .bottom-qa .countviews {
  margin: 5px 0 0;
  color: #787878; }
section.qa .qa-box-recommened2 .bgqa {
  background: #ffffff;
  border: 1px solid #ddd; }
section.qa .qa-box-recommened2 a .content-qa:hover,
section.qa .qa-box-recommened2 a .content-qa2:hover,
section.qa .qa-box-recommened2 a section.careers .careers-box-recommened2 .content-qa:hover,
section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 a .content-qa:hover {
  background-color: #00a8e8; }
section.qa .qa-box-recommened2 a .content-qa:hover .txt-qa-title,
section.qa .qa-box-recommened2 a .content-qa2:hover .txt-qa-title,
section.qa .qa-box-recommened2 a section.careers .careers-box-recommened2 .content-qa:hover .txt-qa-title,
section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 a .content-qa:hover .txt-qa-title {
  color: #ffffff; }
section.qa .qa-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .txt-qa-detail,
section.qa .qa-box-recommened2 a .content-qa2:hover .qa-box-recommened-detail .txt-qa-detail,
section.qa .qa-box-recommened2 a section.careers .careers-box-recommened2 .content-qa:hover .qa-box-recommened-detail .txt-qa-detail,
section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .txt-qa-detail {
  color: #ffffff; }
section.qa .qa-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .count-view,
section.qa .qa-box-recommened2 a .content-qa2:hover .qa-box-recommened-detail .bottom-qa .count-view,
section.qa .qa-box-recommened2 a section.careers .careers-box-recommened2 .content-qa:hover .qa-box-recommened-detail .bottom-qa .count-view,
section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .count-view {
  color: #ffffff; }
section.qa .qa-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .countviews,
section.qa .qa-box-recommened2 a .content-qa2:hover .qa-box-recommened-detail .bottom-qa .countviews,
section.qa .qa-box-recommened2 a section.careers .careers-box-recommened2 .content-qa:hover .qa-box-recommened-detail .bottom-qa .countviews,
section.careers .careers-box-recommened2 section.qa .qa-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .countviews {
  color: #ffffff; }
section.qa .qa-box-recommened-detail .txt-qa-detail {
  float: left;
  color: #a5a5a5;
  padding: 5px 0; }
section.qa .qa-box-recommened-detail .txt-qa-detail span {
  padding: 0 7.5px; }
section.qa .qa-box-recommened-detail .bottom-qa {
  float: left; }
section.qa .qa-box-recommened-detail .bottom-qa div {
  float: left; }
section.qa .qa-box-recommened-detail .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font-size: 2rem; }
section.qa .qa-box-recommened-detail .bottom-qa .rating span {
  color: #c6e9f6; }
section.qa .qa-box-recommened-detail .bottom-qa .rating .checked {
  color: #ffdd50 !important; }
section.qa .qa-box-recommened-detail .bottom-qa .count-view {
  color: #a5a5a5;
  padding: 0 10px; }
section.qa .qa-box-recommened-detail .bottom-qa .countviews {
  /*margin: 5px 0 0;*/ }
section.qa .qa-box-recommened-head {
  padding: 0 0 5px; }
section.qa .qa-box-recommened-head-txt {
  float: left;
  font-size:30px;
  color: #ffffff; }
@media only screen and (max-width: 480px) {
  section.qa .qa-box-recommened-detail .txt-qa-detail span{
    /*display: inline-block;*/
  }
  section.qa .qa-box-recommened-head-txt {
    width: 100%;
    text-align: center; } }
section.qa .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align:left;
}
section.qa .box-wrapper {
  margin: 20px auto;
  padding: 0px;
  width: 80%;
  clear: both;
}
section.qa .box-wrapper .box-content {
  padding: 20px 50px;
  padding-top:0;
  text-align: left; }
section.qa .box-wrapper .box-content p {
  /*font-size: 18px;
  font-size: 1.8rem;*/
  text-align: center;
  padding: 0; }
section.qa .box-wrapper .box-content .search-block {
  padding: 20px 0 0;
  margin: 0 auto; }
section.qa .box-wrapper .box-content .search-block .search-box-container {
  width: 100%;
  margin: 0;
  border: 1px solid #40b9e3;
  box-shadow: none; }
section.qa .box-wrapper .box-content .search-block .textarea {
  height: 100%; }
section.qa .box-wrapper .box-content .search-block .search-box {
  width: calc(100% - 15px);
  padding: 10px 20px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff;
  box-shadow: none;
  font-size:24px;
  padding: 0 35px 0 15px;
  height:100%;
  width:100%;
}
section.qa .box-wrapper .box-content .search-block select.search-box{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/App_Themes/Stylesheet/Images/down-arrow.png)!important;
  background-size: 15px 15px!important;
  background-repeat: no-repeat;
  background-position: center right 15px;
}
section.qa .box-wrapper .box-content .search-block .search-box.placeholder {
  color: #ababab; }
section.qa .box-wrapper .box-content .search-block .search-box:-moz-placeholder {
  color: #ababab; }
section.qa .box-wrapper .box-content .search-block .search-box::-moz-placeholder {
  color: #ababab; }
section.qa .box-wrapper .box-content .search-block .search-box:-ms-input-placeholder {
  color: #ababab; }
section.qa .box-wrapper .box-content .search-block .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.qa .box-wrapper .box-content .search-block .submit {
  background-color: #ffffff; }
section.qa .box-wrapper .box-content .search-block .submit .fa {
  color: #01a8e8; }
section.qa .box-wrapper .box-content .submit-block {
  padding: 20px 0 0;
  margin: 0 auto;
  clear: both;
}
section.qa .box-wrapper .box-content .note {
  text-align: left; }
section.qa .box-wrapper .box-content .check-block {
  padding: 5px 0 0;
  margin: 0 auto; }
section.qa .box-wrapper .box-content .check-block p {
  font-size: 18px;
  font-size: 1.8rem;
  /*font-family: "sukhumvitset-bold";*/
  text-align: left;
  padding: 5px 0; }
section.qa .box-wrapper .box-content .check-block .quiz-poll {
  padding: 30px;
  color: #01a8e8;
  min-height: 500px;
  text-align: left;
  width: 100%; }
section.qa .box-wrapper .box-content .check-block .quiz-poll::-webkit-scrollbar {
  width: 1px; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .title-i {
  font-style: italic;
  font-size: 36px;
  font-size: 3.6rem;
  color: #01a8e8; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .title-vote {
  padding: 30px 0;
  font-size: 30px;
  font-size: 3rem; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .con-input .bullet-label {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .con-input .bullet-label label {
  font-weight: normal;
  margin-bottom: 10px; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .btn-s {
  margin: 30px 0; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px; }
section.qa .box-wrapper .box-content .check-block .quiz-poll .btn-s a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #01a8e8; }
section.qa .box-wrapper .box-content .check-block .code-box {
  display: inline-flex; }
section.qa .box-wrapper .box-content .check-block .code-box img {
  /*width: 50%;
  display: inline-block;*/
  margin: auto;
  width: 100%;}
section.qa .box-wrapper .box-content .check-block .code-box span {
  width: 50%;
  display: inline-block;
  padding: 0 15px;
  line-height: 1;}

section.treatment {
  margin: 0 auto;
  padding: 0px;
  width: 100%; }
section.treatment .swiper-container {
  width: 100%;
  height: 100%; }
section.treatment .swiper3 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.treatment .swiper3 {
    display: block; } }
section.treatment .product-wrapper{
  padding:50px 0;
}
section.treatment .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
section.treatment .swiper-slide .box-ctn-gray {
  padding: 20px 0 60px; }
section.treatment .swiper-slide .box-ctn-gray p{
  line-height:1;
}
section.treatment .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative;
  margin: 0 2px !important;
  outline: 0 !important;
}
section.treatment .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: -8px; }
section.treatment .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #ffffff;
  width: 32px;
  height: 32px; }
section.treatment .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }
@media (max-width: 768px){
  section.qa .qa-box-recommened2 .content-qa2 .ctn-ico{
    padding:0;
  }
}
@media (max-width: 767px){
  section.qa .qa-box-recommened2 .content-qa2 .qa-box-recommened-detail .bottom-qa .view-number{
    clear: both;
  }
}
@media (max-width: 576px){
  section.treatment .swiper-pagination-bullet-active a{
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  section.treatment .swiper-pagination-bullet a{
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
  }
}
@media only screen and (max-width: 480px) {
  section.treatment .desktop {
    display: none; } }
section.treatment .ctn-banner img {
  width: 100%; }
section.treatment .activities {
  padding: 50px 0; }
@media (max-width: 767px){
  section.treatment .activities {
    padding: 30px 0; }
}
section.treatment .activities .title-txt {
  /*padding: 30px 0 15px 0;*/ }
section.treatment .activities .txt-sub-nm {
  padding-bottom: 15px;
  /*font-size: 18px;
  font-size: 1.8rem;*/
  text-align: center; }
section.treatment .activities .ctn-select-box {
  margin: 0 auto;
  padding: 15px 15px 30px 15px;
  text-align: right; }
section.treatment .activities .ctn-select-box .select-awesome {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px;
  outline: none;
  width: 25%;
  border: solid 1.5px #01a8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }
@media only screen and (max-width: 480px) {
  section.treatment .activities .ctn-select-box .select-awesome {
    margin: 0;
    width: 100%; } }
section.treatment .activities .ctn-treatment {
  padding: 15px 0; }
@media only screen and (max-width: 480px) {
  section.treatment .activities .ctn-treatment {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  section.treatment .activities .ctn-treatment .ctn-mb-box {
    padding: 15px; } }
section.treatment .activities .ctn-treatment img {
  width: 100%; }
section.treatment .activities .ctn-treatment .txt-hm {
  /*font-family: "sukhumvitset-semibold";*/
  font-size: 30px;
  font-size: 3rem;
  color: #01a8e8;
  padding-bottom: 10px; }
@media only screen and (max-width: 480px) {
  section.treatment .activities .ctn-treatment .txt-hm {
    font-size: 26px;
    font-size: 2.6rem; } }
section.treatment .activities .ctn-treatment p {
  margin: 0; }
section.treatment .search-block {
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center; }
section.treatment .search-block .search-box-container {
  width: 50%;
  border: solid 1px #e2e2e2; }
@media only screen and (max-width: 480px) {
  section.treatment .search-block .search-box-container {
    margin: 0;
    width: 100%; } }
section.treatment .search-block .search-box-container .submit {
  background-color: #FFFFFF; 
  padding:0;}
section.treatment .search-block .search-box-container .submit .fa {
  color: #01a8e8; }
section.treatment .search-block .search-box-container .search-box {
  background-color: #FFFFFF;}
section.treatment .search-block .search-box-container .search-box.placeholder {
  color: #ababab; }
section.treatment .search-block .search-box-container .search-box:-moz-placeholder {
  color: #ababab; }
section.treatment .search-block .search-box-container .search-box::-moz-placeholder {
  color: #ababab; }
section.treatment .search-block .search-box-container .search-box:-ms-input-placeholder {
  color: #ababab; }
section.treatment .search-block .search-box-container .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.treatment .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9; }
section.treatment .product-search .search-block {
  padding: 20px 15px;
  margin: 0 auto;
  /*font-family: "sukhumvitset-medium";*/ }
@media only screen and (max-width: 480px) {
  section.treatment .product-search .search-block {
    padding: 50px 15px 20px; } }
section.treatment .product-search .submit {
  background-color: #ffffff; }
section.treatment .product-search .submit .fa {
  color: #01a8e8; }
section.treatment .product-search .search-box {
  width: calc(100% - 50px);
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.treatment .product-search .search-box.placeholder {
  color: #ababab; }
section.treatment .product-search .search-box:-moz-placeholder {
  color: #ababab; }
section.treatment .product-search .search-box::-moz-placeholder {
  color: #ababab; }
section.treatment .product-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.treatment .product-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.treatment .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin: 0 auto;
  cursor: pointer; }
section.treatment .product-search .result-product div img {
  margin: 0 auto; }
section.treatment .product-search .result-product div p {
  /*font-family: "sukhumvitset-medium";
  font-size: 18px;
  font-size: 1.8rem;*/
  margin: 0 auto;
  padding-bottom: 6px;
  font-weight: 700;
  transition: .4s;
  font-size:20px;
  margin-top: -10px;
  line-height: normal;
}
section.treatment .product-search .related-head {
  /*font-family: "sukhumvitset-medium";*/
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.treatment .product-search .result-product div p{
  line-height:1;
}
section.treatment .qa-box-num {
  padding: 0;
  text-align: center; }
section.treatment .qa-box-num .qa-box-num-l .qa-box-num-ar {
  padding: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.treatment .qa-box-num .qa-box-num-l .qa-box-num-txt {
  padding: 8px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  /*font-size: 1.6rem;*/
  line-height: 1; }
section.treatment .qa-box-num .qa-box-num-l .qa-box-num-txtbox {
  /*padding: 0 10px;*/
  display: inline; }
section.treatment .qa-box-num .qa-box-num-l .qa-box-num-txtbox input {
  /*padding: 5px 10px;
  max-width: 45px;*/
  text-align: center;
  border: solid 1px #a5a5a5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  line-height: 22px; }
section.treatment .qa-box-num .qa-box-num-l .qa-box-num-btn {
  padding: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*font-size: 20px;
  font-size: 2rem;
  font-family: "sukhumvitset-bold";*/
  color: #FFF;
  line-height: 26px;
  background: #f95a96; }

section.aboutus .banner-size {
  width: 100%; }
section.aboutus .banner-size img {
  width: 100%; }
section.aboutus .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.aboutus .contact-wrapper .img-topic {
  padding: 10px 0; }
section.aboutus .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.aboutus .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.aboutus .aboutus-main {
  padding: 5% 0 0; }
section.aboutus .aboutus-main .nav-justified {
  /*width: 70%;*/
  margin: 0 auto;
  color: #01a8e8; }
@media only screen and (max-width: 480px) {
  section.aboutus .aboutus-main .nav-justified {
    width: 100%; } }
section.aboutus .aboutus-main .nav-justified > li a {
  text-decoration: none;
  background-color: #ffffff;
  color: #01a8e8;
  padding: 6px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: solid 1px #01a8e8;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin-right: 15px; }
@media only screen and (max-width: 480px) {
  section.aboutus .aboutus-main .nav-justified > li a {
    margin-right: 0px; } }
section.aboutus .aboutus-main .nav-justified > li.active a {
  color: #ffffff;
  text-decoration: none;
  background-color: #01a8e8;
  padding: 6px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }
section.aboutus .aboutus-main .nav > li > a:hover, section.aboutus .aboutus-main .nav > li > a:focus {
  text-decoration: none;
  background-color: #01a8e8;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }
section.aboutus .aboutus-main .tab-content > .tab-pane {
  display: none; }
section.aboutus .aboutus-main .tab-content > .active {
  display: block; }
section.aboutus .aboutus-main .aboutus-box-detail {
  /*font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;*/
  margin-top: 40px; }
section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail1-txt h1 {
  color: #01a8e8;
  margin-top: 0px;
  margin-bottom: 20px; }
section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail1-img {
  float: left;
  width: 40%;
  padding: 0 40px 0 0; }
@media only screen and (max-width: 480px) {
  section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail1-img {
    width: 90%;
    padding: 30px;
    float: none; } }
section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail1-img img {
  width: 100%; }
section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail1-txt {
  float: left;
  width: 60%; }
@media only screen and (max-width: 480px) {
  section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail1-txt {
    width: 100%;
    /*padding: 15px;*/
    float: none; } }
section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail2 {
  padding: 40px 0 0; }
@media only screen and (max-width: 480px) {
  section.aboutus .aboutus-main .aboutus-box-detail .aboutus-box-detail2 {
    width: 100%;
    padding: 15px;
    float: none; } }

section.service .banner-size {
  width: 100%; }
@media only screen and (max-width: 480px) {
  section.service .desktop {
    display: none; } }
section.service .btn-right {
  text-align: right;
  padding: 30px 15px; }
section.service .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
padding:50px 0}
section.service .product-wrapper .txt-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  color: #01a8e8;
  text-align: center;
  padding: 0 0 30px; }
@media only screen and (max-width: 480px) {
  section.service .product-wrapper .txt-title {
    /*padding: 30px 0;*/ } }
section.service .product-wrapper .promo-sizebox {
  /*padding: 10px 0*/
text-align:left;}
section.service .product-wrapper .promo-sizebox a .promo-box {
  color: #a5a5a5;
  background-color: #e4f5ff;
  margin-bottom: 20px; }
section.service .product-wrapper .promo-sizebox .promo-box {
  padding: 0 0 30px;
  min-height: 530px; }
@media only screen and (max-width: 768px) {
  section.service .product-wrapper .promo-sizebox .promo-box {
    min-height: 430px; } }
@media only screen and (max-width: 480px) {
  section.service .product-wrapper .promo-sizebox .promo-box {
    min-height: 330px; } }
section.service .product-wrapper .promo-sizebox .promo-box-img img {
  width: 100%; }
section.service .product-wrapper .promo-sizebox .promo-box-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 0px 20px;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section.service .product-wrapper .promo-sizebox .promo-box-txt {
    padding: 0px 10px; } }
section.service .product-wrapper .promo-sizebox .promo-box-txt h3 {
  color: #01a8e8;
  line-height: 1.3;
  height: 3em;
  overflow: hidden; }
section.service .product-wrapper .promo-sizebox .promo-box-txt p {
  line-height: 1.5;
  height: 3em;
  overflow: hidden; }
section.service .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.service .contact-wrapper .img-topic {
  padding: 10px 0; }
section.service .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.service .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }

section.careers {
  /* :checked */ }
section.careers .search-block::before {
  content: "*";
  color: #e60000; }
section.careers input[type=radio] + label::after {
  content: " ";
  top: .25em;
  left: .25em;
  width: .5em;
  height: .5em;
  background: #01a8e8;
  border: .2em solid transparent;
  border-radius: 50%; }
section.careers input[type="checkbox"]:checked + label::before,
section.careers input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #01a8e8; }
section.careers .popular {
  padding: 30px 15px; }
section.careers .banner-size {
  width: 100%; }
section.careers .banner-size img {
  width: 100%; }
section.careers .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.careers .contact-wrapper .img-topic {
  padding: 10px 0; }
section.careers .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.careers .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.careers .title-txt-sub {
  padding: 10px 0 30px; }
section.careers .title-txt-sub p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01a8e8;
  line-height: 1;
  margin: 0 0 0px; }
section.careers .careers-main {
  padding: 30px 0; }
section.careers .careers-main .qa-box-search {
  padding: 60px 0 30px;
  margin: 0 auto;
  text-align: center; }
section.careers .careers-box-recommened2 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding: 15px 0 30px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
@media only screen and (max-width: 480px) {
  section.careers .careers-box-recommened2 {
    padding: 15px; } }
section.careers .careers-box-recommened2 .txt-qa-title {
  color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.careers .careers-box-recommened2 .txt-qa-answer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 0 20px; }
section.careers .careers-box-recommened2 .content-qa2, section.careers .careers-box-recommened2 .content-qa {
  margin-bottom:7.5px ;
  padding: 30px 15px 25px;
  background-color: #beebfe;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.careers .careers-box-recommened2 .content-qa2 .ctn-bullet, section.careers .careers-box-recommened2 .content-qa .ctn-bullet {
  text-align: right; }
section.careers .careers-box-recommened2 .content-qa2 .ctn-bullet .bullet-disc, section.careers .careers-box-recommened2 .content-qa .ctn-bullet .bullet-disc {
  width: 8px;
  height: 8px;
  background-color: #00a8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  vertical-align: middle;
  margin-right: 15px; }
section.careers .careers-box-recommened2 .content-qa2 .ctn-txt-careers, section.careers .careers-box-recommened2 .content-qa .ctn-txt-careers {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.careers .careers-box-recommened2 .content-qa2 .ctn-txt-careers .txt-qa-title, section.careers .careers-box-recommened2 .content-qa .ctn-txt-careers .txt-qa-title {
  font-size: 28px;
  /*font-size: 2.2rem;
  line-height: 1;*/
  color: #01a8e8; }
@media only screen and (max-width: 480px) {
  section.careers .careers-box-recommened2 .content-qa2 .ctn-txt-careers .txt-qa-title, section.careers .careers-box-recommened2 .content-qa .ctn-txt-careers .txt-qa-title {
    /*font-size: 20px;
    font-size: 2rem;*/ } }
section.careers .careers-box-recommened2 .content-qa2 .ctn-txt-careers .txt-qa-detail, section.careers .careers-box-recommened2 .content-qa .ctn-txt-careers .txt-qa-detail {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 20px;*/
  color: #787878;
  /*padding: 5px 0;*/ }
@media only screen and (max-width: 480px) {
  section.careers .careers-box-recommened2 .content-qa2 .ctn-txt-careers .txt-qa-detail, section.careers .careers-box-recommened2 .content-qa .ctn-txt-careers .txt-qa-detail {
    font-size: 18px;
    font-size: 1.8rem; } }
section.careers .careers-box-recommened2 .content-qa2 .qa-ico-arrow, section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  position: relative;
  top: 15px; }
@media only screen and (max-width: 520px) {
  section.careers .careers-box-recommened2 .content-qa2 .qa-ico-arrow .img-size-ico-arrow, section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow .img-size-ico-arrow {
    display: none; } }
section.careers .careers-box-recommened2 a .content-qa:hover,
section.careers .careers-box-recommened2 a .content-qa2:hover,
section.careers .careers-box-recommened2 a .content-qa:hover {
  background-color: #00a8e8; }
section.careers .careers-box-recommened2 a .content-qa:hover .txt-qa-title,
section.careers .careers-box-recommened2 a .content-qa:hover .txt-qa-detail,
section.careers .careers-box-recommened2 a .content-qa2:hover .txt-qa-title,
section.careers .careers-box-recommened2 a .content-qa:hover .txt-qa-title,
section.careers .careers-box-recommened2 a .content-qa2:hover .txt-qa-detail,
section.careers .careers-box-recommened2 a .content-qa:hover .txt-qa-detail {
  color: #ffffff; }
section.careers .careers-box-recommened2 a .content-qa:hover .bullet-disc,
section.careers .careers-box-recommened2 a .content-qa2:hover .bullet-disc,
section.careers .careers-box-recommened2 a .content-qa:hover .bullet-disc {
  background-color: #ffffff; }
section.careers .careers-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .txt-qa-detail,
section.careers .careers-box-recommened2 a .content-qa2:hover .qa-box-recommened-detail .txt-qa-detail,
section.careers .careers-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .txt-qa-detail {
  color: #ffffff; }
section.careers .careers-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .count-view,
section.careers .careers-box-recommened2 a .content-qa2:hover .qa-box-recommened-detail .bottom-qa .count-view,
section.careers .careers-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .count-view {
  color: #ffffff; }
section.careers .careers-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .countviews,
section.careers .careers-box-recommened2 a .content-qa2:hover .qa-box-recommened-detail .bottom-qa .countviews,
section.careers .careers-box-recommened2 a .content-qa:hover .qa-box-recommened-detail .bottom-qa .countviews {
  color: #ffffff; }
section.careers .careers-box-recommened2 .content-qa {
  background-color: #def8ff; }
section.careers .qa-box-recommened-head {
  padding: 0 0 25px; }
section.careers .qa-box-recommened-head-txt {
  float: left;
  font-size: 40px;
  font-size: 4rem;
  line-height: 46px;
  color: #ffffff; }
section.careers address {
  margin-bottom: 0;
  line-height: 1.5; }
section.careers .address-info {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 0; }
@media only screen and (max-width: 480px) {
  section.careers .address-info {
    font-size: 18px;
    padding: 20px 20px !important;
    font-size: 1.8rem; } }
section.careers .careers-detail {
  /*line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;*/ }
@media only screen and (max-width: 480px) {
  section.careers .careers-detail {
    /*font-size: 18px;
    font-size: 1.8rem; */} }
section.careers .careers-detail h1 {
  /* font-size: 24px;
  font-size: 2.4rem;
  font-family: "sukhumvitset-bold";*/
  color: #01a8e8;
}
section.careers .careers-detail .careers-type {
  padding: 15px 0; }
section.careers .careers-detail .careers-property {
  padding: 15px 0; }
section.careers .careers-detail .careers-property ul {
  margin: 0;
  padding: 5px 0; }
section.careers .careers-detail .careers-property ul li {
  list-style: none;
  padding-left: 25px;
  text-indent: -10px; }
section.careers .careers-detail .careers-note {
  padding: 15px 0; }
section.careers .careers-detail .btn-s {
  width: 100%;
  padding: 20px 0; }
section.careers .careers-detail .btn-s a {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  border: solid 1px #01a8e7;
  background-color: transparent;
  /*font-family: "sukhumvitset-medium";*/
  padding: 10px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 100%;
  text-align: center; }
section.careers .careers-detail .btn-s img {
  display: inline-block;
  width: 40px;
}
section.careers .careers-detail .btn-s span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01a8e8;
  display: inline-block;
  vertical-align: middle; }

section.doctor {
  /* :checked */ }
section.doctor input[type=radio] + label::after {
  content: " ";
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: #01a8e8;
  border: 0.2em solid transparent;
  border-radius: 50%; }
section.doctor input[type="checkbox"]:checked + label::before,
section.doctor input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #01a8e8; }
section.doctor .box-content {
  padding: 15px 0; }
section.doctor .popular {
  padding: 30px 15px; }
section.doctor .banner-size {
  width: 100%; }
section.doctor .banner-size img {
  width: 100%; }
section.doctor .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.doctor .contact-wrapper .img-topic {
  padding: 10px 0; }
section.doctor .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.doctor .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.doctor .title-txt-sub {
  padding: 10px 0 15px; }
section.doctor .title-txt-sub p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01a8e8;
  line-height: 1;
  margin: 0; }
section.doctor .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left; }
section.doctor .search-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 350px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: left; }
section.doctor .search-wrapper .border-left {
  border-left: 1px solid #ddd; }
@media only screen and (max-width: 480px) {
  section.doctor .search-wrapper{
    float: left;
  }
  section.doctor .search-wrapper .border-left {
    border: none; } }
section.doctor .search-wrapper .center {
  margin: 0 auto;
  padding: 15px 0 30px 0;
  width: 100%; }
@media only screen and (max-width: 480px) {
  section.doctor .search-wrapper .center {
    width: 100%; } }
section.doctor .search-wrapper .center .btn-right {
  text-align: right; }
section.doctor .search-wrapper .control-ico {
  margin: 0 auto;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.doctor .search-wrapper .control-ico .ico-member {
  width: 100%;
  max-width: 100px; }
section.doctor .search-wrapper .control-content {
  margin: 0 auto;
  padding: 0 15px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  line-height: 1; }
section.doctor .search-wrapper .control-content .txt-nm-green {
  font-size: 20px;
  font-size: 2rem; }
section.doctor .search-block {
  padding: 10px 0;
  margin: 0 auto; }
section.doctor .search-box-container {
  width: 100%;
  border: 1px solid;
  border-color: #40b9e3; }
section.doctor .submit {
  background-color: #ffffff; }
section.doctor .submit .fa {
  color: #01a8e8; }
section.doctor .search-box {
  width: calc(100% - 15px);
  padding: 0 20px;
  float: left;
  box-shadow: none;
  background-color: transparent; }
section.doctor .search-box.placeholder {
  color: #ababab; }
section.doctor .search-box:-moz-placeholder {
  color: #ababab; }
section.doctor .search-box::-moz-placeholder {
  color: #ababab; }
section.doctor .search-box:-ms-input-placeholder {
  color: #ababab; }
section.doctor .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.doctor .profile {
  padding: 0px; }
section.doctor .profile img {
  max-width: 260px;
  width: 100%; }
@media only screen and (max-width: 480px) {
  section.doctor .profile img {
    max-width: none; } }
section.doctor .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.doctor .img-review {
  width: 100%;
}
section.doctor .control-title-review {
  padding: 15px;
  width: 100%;
  /*min-height: 100px;*/
  position: relative;
  text-align: left;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background-color: #e4f4ff; }
section.doctor .control-title-review .txt-hm {
  /*font-family: "sukhumvitset-medium";
  font-size: 20px;
  font-size: 2rem;*/
  color: #40b9e3; }
@media only screen and (max-width: 480px) {
  section.doctor .control-title-review .txt-hm {
    line-height: 1; } }
section.doctor .control-title-review .txt-nm {
  /*font-family: "sukhumvitset-light";
  font-size: 16px;
  font-size: 1.6rem;*/
  color: #787878; }
section.doctor .control-title-profile {
  padding: 0;
  min-height: 100px;
  position: relative;
  text-align: left;
  line-height: 1.3;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
@media only screen and (max-width: 480px) {
  section.doctor .control-title-profile {
    padding: 10px 0; } }
section.doctor .control-title-profile .txt-hm {
  padding: 0 0 15px 0;
  /*font-family: "sukhumvitset-medium";
  font-size: 36px;
  font-size: 3.6rem;*/
  color: #40b9e3;
  line-height: 1; }
section.doctor .control-title-profile .txt-nm {
  /*font-family: "sukhumvitset-light";
  font-size: 26px;
  font-size: 2.6rem;*/
  color: #787878; }
section.doctor .profile-info {
  /*font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;*/
  padding: 10px 15px;
  text-align: left; }
section.doctor .careers-box-recommened2 {
  /*padding: 30px 15px;*/
  text-align: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
section.doctor .careers-box-recommened2 .header-bg {
  background-image: url("/Rajdhevee/media/RCSkin-Upload/image/head-table.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff !important; }
section.doctor .careers-box-recommened2 .header-bg .txt-qa-title {
  color: #ffffff;
  font-size:24px;
  /*font-size: 22px;
  font-size: 2.2rem;*/
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.doctor .careers-box-recommened2 .txt-qa-title {
  /* color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;*/
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.doctor .careers-box-recommened2 .txt-qa-answer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 0 20px; }
section.doctor .careers-box-recommened2 .content-qa {
  background: #d1f0fc;
  padding: 30px 15px;
  margin: 3px 0; }
section.doctor .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }
section.doctor .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.doctor .careers-box-recommened2 .content-qa2, section.doctor section.careers .careers-box-recommened2 .content-qa, section.careers section.doctor .careers-box-recommened2 .content-qa {
  background: #adeefd;
  padding: 30px 15px; }
section.doctor .careers-box-recommened2 .content-qa2 .qa-ico-arrow, section.doctor section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow, section.careers section.doctor .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.doctor .careers-box-recommened2 .content-qa2 .txt-qa-title, section.doctor section.careers .careers-box-recommened2 .content-qa .txt-qa-title, section.careers section.doctor .careers-box-recommened2 .content-qa .txt-qa-title {
  /*color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;*/
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.doctor .careers-box-recommened2 .content-qa2 .txt-qa-detail, section.doctor section.careers .careers-box-recommened2 .content-qa .txt-qa-detail, section.careers section.doctor .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }
section.doctor .careers-box-recommened2 .content-qa {
  background: #d1f0fc;
  padding: 30px 15px;
  margin: 3px 0; }
section.doctor .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }
section.doctor .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.doctor .careers-box-recommened2 .content-qa2, section.doctor section.careers .careers-box-recommened2 .content-qa, section.careers section.doctor .careers-box-recommened2 .content-qa {
  background: #adeefd;
  padding: 30px 15px; }
section.doctor .careers-box-recommened2 .content-qa2 .qa-ico-arrow, section.doctor section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow, section.careers section.doctor .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.doctor .careers-box-recommened2 .content-qa2 .txt-qa-title, section.doctor section.careers .careers-box-recommened2 .content-qa .txt-qa-title, section.careers section.doctor .careers-box-recommened2 .content-qa .txt-qa-title {
  /* color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;*/
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.doctor .careers-box-recommened2 .content-qa2 .txt-qa-detail, section.doctor section.careers .careers-box-recommened2 .content-qa .txt-qa-detail, section.careers section.doctor .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }

section.quiz-poll {
  margin: 0 auto;
  padding: 0px 0px;
  width: 100%; }
section.quiz-poll .title-txt-sub {
  padding: 10px 0 30px; }
section.quiz-poll .title-txt-sub p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01a8e8;
  line-height: 1;
  margin: 0; }
section.quiz-poll .ctn-banner img {
  width: 100%; }
section.quiz-poll .quiz-bg {
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  max-height: 100%;
  position: relative;
  background-size: cover; }
section.quiz-poll .gird-none {
  padding: 0 !important; }
section.quiz-poll .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.quiz-poll .activities {
  padding: 0 0 30px 0; }
section.quiz-poll .activities .title-txt {
  padding: 30px 0 15px 0; }
section.quiz-poll .activities .txt-sub-nm {
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center; }
section.quiz-poll .activities .ctn-select-box {
  margin: 0 auto;
  padding: 15px 15px 30px 15px;
  text-align: right; }
section.quiz-poll .activities .ctn-select-box .select-awesome {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px;
  outline: none;
  width: 25%;
  border: solid 1px #01a8e8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }
@media only screen and (max-width: 480px) {
  section.quiz-poll .activities .ctn-select-box .select-awesome {
    margin: 0;
    width: 100%; } }
section.quiz-poll .activities .box-review {
  background-color: #e4f5ff;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative; }
section.quiz-poll .activities .box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.quiz-poll .activities .box-review .img-review {
  width: 100%; }
section.quiz-poll .activities .box-review .control-title-review {
  padding: 30px;
  width: 100%;
  min-height: 150px;
  position: relative;
  text-align: left !important;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.quiz-poll .activities .box-review .control-title-review .txt-hm {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 20px;
  font-size: 2rem;
  color: #40b9e3; }
section.quiz-poll .activities .box-review .control-title-review .txt-nm {
  /*font-family: "sukhumvitset-light";*/
  font-size: 16px;
  font-size: 1.6rem;
  color: #787878; }
section.quiz-poll .activities .quiz-poll {
  padding: 30px;
  color: #ffffff;
  background-color: rgba(100, 178, 208, 0.9);
  min-height: 500px;
  text-align: left;
  width: 100%;
  /*
  .btn-tag {
  @include inline-block();
  padding: 5px;
  
  .txt-bt-tag {
  @include border-radius(10em);
  border: solid 1px $LightGray;
  background-color: transparent;
  font-family: $FontMedium;
  @include font-size(16);
  line-height: 22px;
  padding: 10px 20px;
  @include inline-block();
  text-align: center;
  color: $Gray;
  
  &:hover {color: $Blue;}
}
}
  */ }
section.quiz-poll .activities .quiz-poll::-webkit-scrollbar {
  width: 1px; }
section.quiz-poll .activities .quiz-poll .title-i {
  font-style: italic;
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff; }
section.quiz-poll .activities .quiz-poll .title-vote {
  padding: 30px 0;
  font-size: 30px;
  font-size: 3rem; }
@media only screen and (max-width: 480px) {
  section.quiz-poll .activities .quiz-poll .title-vote {
    font-size: 20px;
    font-size: 2rem; } }
section.quiz-poll .activities .quiz-poll .con-input .bullet-label {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px; }
@media only screen and (max-width: 480px) {
  section.quiz-poll .activities .quiz-poll .con-input .bullet-label {
    padding: 5px 0;
    font-size: 18px;
    font-size: 1.8rem; } }
section.quiz-poll .activities .quiz-poll .con-input .bullet-label label {
  font-weight: normal;
  margin-bottom: 10px; }
section.quiz-poll .activities .quiz-poll .btn-confirm {
  margin: 30px 0;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  max-width: 160px;
  outline: none;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  border: solid 2px;
  background-color: transparent;
  /*font-family: "sukhumvitset-medium";*/
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 10px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 100%;
  text-align: center;
  cursor: pointer; }
section.quiz-poll .activities .quiz-poll .btn-confirm:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }
section.quiz-poll .activities .quiz-poll .txt-sm-thx {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333; }
section.quiz-poll .activities .ctn-treatment {
  padding: 15px 0; }
@media only screen and (max-width: 480px) {
  section.quiz-poll .activities .ctn-treatment {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  section.quiz-poll .activities .ctn-treatment .ctn-mb-box {
    padding: 15px; } }
section.quiz-poll .activities .ctn-treatment img {
  width: 100%; }
section.quiz-poll .activities .ctn-treatment .txt-hm {
  /*font-family: "sukhumvitset-semibold";*/
  font-size: 30px;
  font-size: 3rem;
  color: #01a8e8;
  padding-bottom: 10px; }
section.quiz-poll .activities .ctn-treatment p {
  margin: 0; }
section.quiz-poll .search-block {
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center; }
section.quiz-poll .search-block .search-box-container {
  width: 50%;
  border: solid 1px #f8f8f8; }
@media only screen and (max-width: 480px) {
  section.quiz-poll .search-block .search-box-container {
    margin: 0;
    width: 100%; } }
section.quiz-poll .search-block .search-box-container .submit {
  background-color: #FFFFFF; }
section.quiz-poll .search-block .search-box-container .submit .fa {
  color: #01a8e8; }
section.quiz-poll .search-block .search-box-container .search-box {
  background-color: #FFFFFF; }
section.quiz-poll .search-block .search-box-container .search-box.placeholder {
  color: #ababab; }
section.quiz-poll .search-block .search-box-container .search-box:-moz-placeholder {
  color: #ababab; }
section.quiz-poll .search-block .search-box-container .search-box::-moz-placeholder {
  color: #ababab; }
section.quiz-poll .search-block .search-box-container .search-box:-ms-input-placeholder {
  color: #ababab; }
section.quiz-poll .search-block .search-box-container .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.quiz-poll .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9; }
section.quiz-poll .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto;
  /*font-family: "sukhumvitset-medium";*/ }
section.quiz-poll .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.quiz-poll .product-search .submit {
  background-color: #ffffff; }
section.quiz-poll .product-search .submit .fa {
  color: #01a8e8; }
section.quiz-poll .product-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.quiz-poll .product-search .search-box.placeholder {
  color: #ababab; }
section.quiz-poll .product-search .search-box:-moz-placeholder {
  color: #ababab; }
section.quiz-poll .product-search .search-box::-moz-placeholder {
  color: #ababab; }
section.quiz-poll .product-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.quiz-poll .product-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.quiz-poll .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin: 0 auto;
  cursor: pointer; }
section.quiz-poll .product-search .result-product div img {
  margin: 0 auto; }
section.quiz-poll .product-search .result-product div p {
  /*font-family: "sukhumvitset-medium";*/
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto; }
section.quiz-poll .product-search .related-head {
  /*font-family: "sukhumvitset-medium";*/
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.quiz-poll .qa-box-num {
  padding: 25px 20px;
  text-align: center; }
section.quiz-poll .qa-box-num .qa-box-num-l .qa-box-num-ar {
  padding: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.quiz-poll .qa-box-num .qa-box-num-l .qa-box-num-txt {
  padding: 8px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  /*font-size: 1.6rem;*/
  line-height: 22px; }
section.quiz-poll .qa-box-num .qa-box-num-l .qa-box-num-txtbox {
  padding: 0 10px;
  display: inline; }
section.quiz-poll .qa-box-num .qa-box-num-l .qa-box-num-txtbox input {
  /*padding: 5px 10px;*/
  max-width: 45px;
  text-align: center;
  border: solid 1px #a5a5a5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  line-height: 22px; }
section.quiz-poll .qa-box-num .qa-box-num-l .qa-box-num-btn {
  padding: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*font-size: 20px;
  font-size: 2rem;
  font-family: "sukhumvitset-bold";*/
  color: #FFF;
  line-height: 26px;
  background: #f95a96; }

section.branches .banner-size {
  width: 100%; }
section.branches .banner-size img {
  width: 100%; }
section.branches .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.branches .contact-wrapper .img-topic {
  padding: 10px 0; }
section.branches .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.branches .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.branches .wrapper-btn-map{
  max-width: 210px;
  width:100%;
  display:inline-block;
}
section.branches .btn-txt-blue {
  max-width: 210px;
  border-radius: 13px;
  /*background: #fec486;
  background: -moz-linear-gradient(-45deg, #fec486 0%, #e69030 51%, #fec486 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fec486), color-stop(51%, #e69030), color-stop(100%, #fec486));
  background: -webkit-linear-gradient(-45deg, #fec486 0%, #e69030 51%, #fec486 100%);
  background: -o-linear-gradient(-45deg, #fec486 0%, #e69030 51%, #fec486 100%);
  background: -ms-linear-gradient(-45deg, #fec486 0%, #e69030 51%, #fec486 100%);
  background: linear-gradient(135deg, #fec486 0%, #e69030 51%, #fec486 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec486', endColorstr='#fec486', GradientType=1 );*/ }
section.branches .branches-main {
  padding: 2% 0 0; }
section.branches .branches-head {
  color: #01a8e8;
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px; }
section.branches .branches-head2 {
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px; }
section.branches .branches-map {
  padding: 30px 0; }
section.branches .boxmap {
  border: 2px solid #40b9e3;
  border-radius: 10px;
  overflow: hidden; }
section.branches .nav-pills > li {
  width: 50%;
  text-align: center; }
/*section.branches .social-sect {
display: -moz-inline-stack;
display: inline-block;
*display: inline;
vertical-align: top;
zoom: 1; }*/
section.branches .social-sect a {
  width: 10%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  /*padding-top: 10px;
  padding-right: 5px;*/ }
@media only screen and (max-width: 480px) {
  section.branches .social-sect a {
    width: 10%; } }
section.branches .branches-box {
  position: relative; }
section.branches .nav-pills > li + li {
  margin-left: 0; }
section.branches .nav-pills > li.tb1 a {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
section.branches .nav-pills > li.tb2 a {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -ms-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
section.branches .nav-pills > li.active > a {
  color: #5d5d5d;
  /*font-family: "sukhumvitset-bold";*/
  background-color: rgba(30, 178, 235, 0.18); }
section.branches .nav-pills > li.active > a:hover {
  background-color: rgba(30, 178, 235, 0.18); }
section.branches .nav-pills > li.active > a:focus {
  background-color: rgba(30, 178, 235, 0.18); }
section.branches .nav-pills > li a {
  line-height: 20px;
  color: #b0acac;
  padding: 15px 0px;
  border: 1px solid #40b9e3; }
section.branches .nav-pills > li h3 {
  width: max-content;
  margin: 0 auto;
  padding-bottom: 8px;
  font-size: 20px;
  font-size: 2rem; }
section.branches .tab-content > .tab-pane {
  /*font-size: 18px;
  font-size: 1.8rem;*/
  line-height: 30px;
  color: #787878;
  background-color: transparent; }
section.branches .tab-content > .tab-pane ul {
  margin-left: 40px;
  margin-bottom: 0;
  padding: 30px 20px 50px 20px; }
section.branches .tab-content > .tab-pane ul li a {
  color: #787878; }
section.branches .branches-boxmap-footer {
  background-color: #01a8e8;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 10px; }
section.branches .silde-size {
  width: 100%;
  height: 310px; }
section.branches .branchesdetail-head {
  /*font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  color: #01a8e8;
  margin: 0 0 30px;*/ }
section.branches .branchesdetail-txt {
  padding: 5px 0; }
section.branches .branchesdetail-btn {
  /*padding: 30px 0;*/ }
section.branches .branchesdetail-txt-l {
  /*font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;*/
  color: #a5a5a5; }
section.branches .branchesdetail-txt-l2 {
  /*font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;*/
  color: #a5a5a5;
  margin: 10px 0; }
section.branches .branchesdetail-txt-r {
  /*font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px; */}
section.branches .branchesdetail-box-container {
  display: inline-block;
  box-sizing: content-box;
  width: 100%;
  max-width: 300px;
  text-align: center;
  height: 40px;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #01a8e8;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden; }
section.branches .branches-headtb thead {
  /*background: url(../images/branches/branches-head-tb.jpg);*/ }
section.branches .branches-headtb thead tr td {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  color: #ffffff;
  padding: 20px;
  height: 93px; }
section.branches .branches-headtb tbody tr td.lightblue1 {
  /*font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;*/
  padding: 20px;
  vertical-align: top;
  background: #adeefd;
  border-bottom: solid 1px #ffffff; }
section.branches .branches-headtb tbody tr td.lightblue1 a {
  color: #787878; }
section.branches .branches-headtb tbody tr td.lightblue1 a:hover {
  color: #01a8e8; }
section.branches .branches-headtb tbody tr td.lightblue2 {
  /*font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;*/
  padding: 20px;
  vertical-align: top;
  background: #d1f0fc;
  border-bottom: solid 1px #ffffff; }
section.branches .branches-headtb tbody tr td.lightblue2 a {
  color: #787878; }
section.branches .branches-headtb tbody tr td.lightblue2 a:hover {
  color: #01a8e8; }
@media screen and (max-width: 479px) {
  section.branches {
    /* 0px - 479px */ }
  section.branches .flip thead {
    display: none;
    /* ตัดหัวข้อของแต่ละคอลัมน์ออกไป */ }
  section.branches .flip td {
    display: block;
    /* กำหนดให้ td เรียงต่อๆ กันในแนวตั้ง */ }
  section.branches .flip td:before {
    display: inline-block;
    width: 50%;
    content: attr(data-column);
    /* สร้างหัวข้อโดยเอาข้อมูลมาจาก data-column ของ td นั้นๆ */
    font-weight: bold; } }
section.searchresult .txt-search{
  margin-top:0;
}
section.searchresult .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.searchresult .search-block {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid #f8f8f8; }
section.searchresult .search-box-container {
  width: 45%;
  margin: 0;
  border: 1px solid #40b9e3;
  display: inline-block; }
@media only screen and (max-width: 480px) {
  section.searchresult .search-box-container {
    width: 100%; } }
section.searchresult .submit {
  background-color: #ffffff;
  padding:0;}
section.searchresult .submit .fa {
  color: #01a8e8; }
section.searchresult .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  font-size:24px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff; }
section.searchresult .search-box.placeholder {
  color: #ababab; }
section.searchresult .search-box:-moz-placeholder {
  color: #ababab; }
section.searchresult .search-box::-moz-placeholder {
  color: #ababab; }
section.searchresult .search-box:-ms-input-placeholder {
  color: #ababab; }
section.searchresult .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.searchresult .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto; }
section.searchresult .result-product div img {
  margin: 0 auto; }
section.searchresult .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.searchresult .related-head {
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.searchresult .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9; }
section.searchresult .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.searchresult .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.searchresult .product-search .submit {
  background-color: #ffffff; }
section.searchresult .product-search .submit .fa {
  color: #01a8e8; }
section.searchresult .product-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff; }
section.searchresult .product-search .search-box.placeholder {
  color: #ababab; }
section.searchresult .product-search .search-box:-moz-placeholder {
  color: #ababab; }
section.searchresult .product-search .search-box::-moz-placeholder {
  color: #ababab; }
section.searchresult .product-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.searchresult .product-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.searchresult .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto; }
section.searchresult .product-search .result-product div img {
  margin: 0 auto; }
section.searchresult .product-search .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.searchresult .product-search .related-head {
  color: #01a8e8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: left; }
section.searchresult .result-box {
  padding: 20px 20px; }
section.searchresult .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.searchresult .contact-wrapper .img-topic {
  padding: 10px 0; }
section.searchresult .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.searchresult .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }

section.news {
  /* :checked */ }
section.news input[type=radio] + label::after {
  content: " ";
  top: .25em;
  left: .25em;
  width: .5em;
  height: .5em;
  background: #01a8e8;
  border: .2em solid transparent;
  border-radius: 50%; }
section.news input[type="checkbox"]:checked + label::before,
section.news input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #01a8e8; }
section.news .popular {
  padding: 30px 15px; }
section.news .banner-size {
  width: 100%; }
section.news .banner-size img {
  width: 100%; }
section.news .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.news .contact-wrapper .img-topic {
  padding: 10px 0; }
section.news .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.news .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.news .title-txt-sub {
  padding: 10px 0 30px; }
section.news .title-txt-sub p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #01a8e8;
  line-height: 1;
  margin: 0 0 0px; }
section.news .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.news .search-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left; }
section.news .search-wrapper .border-left {
  border-left: 1px solid #ddd; }
@media only screen and (max-width: 480px) {
  section.news .search-wrapper .border-left {
    border: none; } }
section.news .search-wrapper .center {
  margin: 0 auto;
  padding: 15px 0;
  width: 70%; }
@media only screen and (max-width: 480px) {
  section.news .search-wrapper .center {
    width: 100%; } }
section.news .search-wrapper .center .btn-right {
  text-align: right; }
section.news .search-wrapper .control-ico {
  margin: 0 auto;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.news .search-wrapper .control-ico .ico-member {
  width: 100%;
  max-width: 100px; }
section.news .search-wrapper .control-content {
  margin: 0 auto;
  padding: 0px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  line-height: 1; }
section.news .search-wrapper .control-content .txt-nm-green {
  font-size: 20px;
  font-size: 2rem; }
section.news .search-block {
  padding: 10px 0;
  margin: 0 auto; }
section.news .search-box-container {
  width: 100%;
  border: 1px solid;
  border-color: #40b9e3; }
section.news .submit {
  background-color: #ffffff; }
section.news .submit .fa {
  color: #01a8e8; }
section.news .search-box {
  width: calc(100% - 15px);
  padding: 0 20px;
  float: left;
  background-color: transparent; }
section.news .search-box.placeholder {
  color: #ababab; }
section.news .search-box:-moz-placeholder {
  color: #ababab; }
section.news .search-box::-moz-placeholder {
  color: #ababab; }
section.news .search-box:-ms-input-placeholder {
  color: #ababab; }
section.news .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.news .careers-box-recommened2 {
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
@media only screen and (max-width: 480px) {
  section.news .careers-box-recommened2 {
    padding: 15px; } }
section.news .careers-box-recommened2 .header-bg {
  background-image: url(../images/doctor/head-table.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff !important; }
section.news .careers-box-recommened2 .header-bg .txt-qa-title {
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.news .careers-box-recommened2 .txt-qa-title {
  color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.news .careers-box-recommened2 .txt-qa-answer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 0 20px; }
section.news .careers-box-recommened2 .content-qa {
  background: #d1f0fc;
  padding: 30px 15px;
  margin: 3px 0px; }
section.news .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }
section.news .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.news .careers-box-recommened2 .content-qa2, section.news section.careers .careers-box-recommened2 .content-qa, section.careers section.news .careers-box-recommened2 .content-qa {
  background: #adeefd;
  padding: 30px 15px; }
section.news .careers-box-recommened2 .content-qa2 .qa-ico-arrow, section.news section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow, section.careers section.news .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.news .careers-box-recommened2 .content-qa2 .txt-qa-title, section.news section.careers .careers-box-recommened2 .content-qa .txt-qa-title, section.careers section.news .careers-box-recommened2 .content-qa .txt-qa-title {
  color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.news .careers-box-recommened2 .content-qa2 .txt-qa-detail, section.news section.careers .careers-box-recommened2 .content-qa .txt-qa-detail, section.careers section.news .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }
section.news .careers-box-recommened2 .content-qa {
  background: #d1f0fc;
  padding: 30px 15px;
  margin: 3px 0px; }
section.news .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }
section.news .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.news .careers-box-recommened2 .content-qa2, section.news section.careers .careers-box-recommened2 .content-qa, section.careers section.news .careers-box-recommened2 .content-qa {
  background: #adeefd;
  padding: 30px 15px; }
section.news .careers-box-recommened2 .content-qa2 .qa-ico-arrow, section.news section.careers .careers-box-recommened2 .content-qa .qa-ico-arrow, section.careers section.news .careers-box-recommened2 .content-qa .qa-ico-arrow {
  text-align: center;
  top: 15px; }
section.news .careers-box-recommened2 .content-qa2 .txt-qa-title, section.news section.careers .careers-box-recommened2 .content-qa .txt-qa-title, section.careers section.news .careers-box-recommened2 .content-qa .txt-qa-title {
  color: #01a8e8;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.news .careers-box-recommened2 .content-qa2 .txt-qa-detail, section.news section.careers .careers-box-recommened2 .content-qa .txt-qa-detail, section.careers section.news .careers-box-recommened2 .content-qa .txt-qa-detail {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  color: #787878;
  padding: 5px 0;
  text-indent: 25px; }

section.rc-club {
  /* :checked */ }
section.rc-club .search-block::before {
  content: "*";
  color: #e60000; }
section.rc-club label::before {
  border-color: #00a8e8; }
section.rc-club .none-mark::before {
  content: "";
  color: #e60000; }
section.rc-club input[type=radio] + label::after {
  content: " ";
  top: .45em;
  left: .25em;
  width: .5em;
  height: .5em;
  background: #01a8e8;
  border: .2em solid transparent;
  border-radius: 50%; }
section.rc-club input[type="checkbox"]:checked + label::before,
section.rc-club input[type="radio"]:checked + label::before {
  background: transparent;
  border-color: #01a8e8; }
section.rc-club .nav-tabs {
  border: none; }
section.rc-club .nav-tabs > li > a {
  margin: 0;
  padding: 15px 30px; }
section.rc-club .breadcrumb input[type="radio"] {
  display: none; }
section.rc-club .breadcrumb input[type="checkbox"] {
  display: none; }
section.rc-club .breadcrumb {
  width: 75%;
  background: transparent;
  display: inline-block;
  padding: 1px;
  padding-right: 14px; }
section.rc-club .tab-content {
  padding: 15px 0 0 ;}
section.rc-club .tab-content .form-section {
  padding: 15px 0 50px;
  border-bottom: 1px solid #40b9e3;
  display: inline-block;
  width: 100%; }
section.rc-club .tab-content .help {
  padding: 0 5px;
  display: inline-block; }
section.rc-club .tab-content .search-block {
  padding: 10px 0 0;
  margin: 0 auto;
  text-align: left; }
section.rc-club .tab-content .search-block .search-box-container {
  width: 60%;
  margin: 0;
  height: 100%;
  border: 1px solid #40b9e3;
  display: inline-block;
  border-radius: 25px;}
section.rc-club .tab-content .search-block .form-group {
  margin-bottom: 0; }
section.rc-club .tab-content .search-block .textarea {
  height: 100%; }
section.rc-club .tab-content .search-block .search-box {
  width: 100%;
  padding: 0 15px;
  height:40px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff;
  font-size:24px;
}
section.rc-club .tab-content .search-block .search-box.placeholder {
  color: #01a8e8; }
section.rc-club .tab-content .search-block .search-box:-moz-placeholder {
  color: #01a8e8; }
section.rc-club .tab-content .search-block .search-box::-moz-placeholder {
  color: #01a8e8; }
section.rc-club .tab-content .search-block .search-box:-ms-input-placeholder {
  color: #01a8e8; }
section.rc-club .tab-content .search-block .search-box::-webkit-input-placeholder {
  color: #01a8e8; }
section.rc-club .tab-content .search-block .submit {
  background-color: #ffffff; }
section.rc-club .tab-content .search-block .submit .fa {
  color: #01a8e8; }
section.rc-club .tab-content .check-block {
  padding: 5px 0 0;
  margin: 0 auto; }
section.rc-club .tab-content .check-block p {
  /*font-size: 18px;
  font-size: 1.8rem;
  font-family: "sukhumvitset-bold";*/
  text-align: left;
  padding: 5px 0; }
section.rc-club .tab-content .check-block .note {
  /*font-size: 18px;
  font-size: 1.8rem;*/
  text-align: left;
  padding: 7.5px 0; }
section.rc-club .tab-content .check-block .con-input {
  padding: 0;
  text-align: left;
  width: 100%; }
section.rc-club .tab-content .check-block .con-input input[type="checkbox"] + label::before {
  border-radius: 20%; }
section.rc-club .tab-content .check-block .con-input .bullet-label {
  /*font-size: 20px;
  font-size: 2rem;*/
  line-height: 1.5; }
section.rc-club .tab-content .check-block .con-input .half-bar {
  width: 49%;
  display: -webkit-inline-box; }
section.rc-club .tab-content .check-block .con-input .bullet-label label {
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 10px; }
section.rc-club .tab-content .check-block .submit-box {
  width: 100%;
  /*display: -webkit-inline-box;*/
  display:block;
}
section.rc-club .tab-content .check-block .submit-box .submit-block {
  padding: 0;
  text-align: left;
  width: 50%; }
section.rc-club .tab-content .check-block .quiz-poll {
  padding: 30px;
  color: #01a8e8;
  min-height: 500px;
  text-align: left;
  width: 100%; }
section.rc-club .tab-content .check-block .quiz-poll::-webkit-scrollbar {
  width: 1px; }
section.rc-club .tab-content .check-block .quiz-poll .title-i {
  font-style: italic;
  font-size: 36px;
  font-size: 3.6rem;
  color: #01a8e8; }
section.rc-club .tab-content .check-block .quiz-poll .title-vote {
  padding: 30px 0;
  font-size: 30px;
  font-size: 3rem; }
section.rc-club .tab-content .check-block .quiz-poll .btn-s {
  margin: 30px 0; }
section.rc-club .tab-content .check-block .quiz-poll .btn-s a {
  background-color: transparent;
  border-color: #01a8e8;
  color: #01a8e8;
  max-width: 160px; }
section.rc-club .tab-content .check-block .quiz-poll .btn-s a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #01a8e8; }
section.rc-club .tab-content .check-block .code-box {
  /*display: inline-flex;*/
  float: left;
  width: 60%;
}
section.rc-club .tab-content .check-block .code-box img {
  width: 50%;
  display: inline-block; }
section.rc-club .tab-content .check-block .code-box span {
  display: inline-block;
  padding: 0 15px; }
section.rc-club .breadcrumb li {
  display: inline-block;
  background: #f7f7f7;
  padding: 0;
  position: relative;
  min-width: 50px;
  width: 100%;
  max-width: 225px;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  margin-right: 50px; }
section.rc-club .nav-tabs > li.active > a, section.rc-club .nav-tabs > li.active > a:focus, section.rc-club .nav-tabs > li.active > a:hover {
  border-bottom: 2px solid #5cfeea;
  background-color: #ebf8fd; }
@media (max-width: 408px) {
  section.rc-club .breadcrumb li {
    display: inline-block;
    background: white;
    padding: 5px 30px 5px 30px;
    position: relative;
    min-width: 40%;
    border: 1px solid black;
    text-decoration: none;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    padding-left: 20px;
    margin-right: -13px; }
  section.rc-club .breadcrumb li#last {
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    padding-left: 20px; }
  section.rc-club .breadcrumb {
    background: none;
    -webkit-filter: drop-shadow(1px 1px 0px black) drop-shadow(1px -1px 0px black) drop-shadow(-1px 1px 0px black) drop-shadow(-1px -1px 0px black);
    filter: drop-shadow(1px 1px 0px black) drop-shadow(1px -1px 0px black) drop-shadow(-1px 1px 0px black) drop-shadow(-1px -1px 0px black); } }
section.rc-club .banner-size {
  width: 100%; }
section.rc-club .banner-size img {
  width: 100%; }
section.rc-club .product-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.rc-club .txt-nm {
  /*font-size: 20px;
  font-size: 2rem;*/
  line-height: 1.3;
  padding: 20px 0;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 100%; }
section.rc-club .title-txt-sub {
  /*padding: 10px 0 20px;*/ }
section.rc-club .title-txt-sub p {
  font-size: 48px;
  color: #01a8e8;
  line-height: 1;
  margin: 0 0 0px; }
section.rc-club .title-txt-sub h4 {
  color: #787878;
  line-height: 1.5;
  margin: 0 0 0px;
  font-size: 24px;
  font-size: 2.4rem;}
section.rc-club .search-block {
  /*padding: 10px 0 0;*/
  margin: 0 auto;
  text-align: left; }
section.rc-club .search-block .search-box-container {
  width: 100%;
  margin: 0;
  /*border: 1px solid #40b9e3;*/ }
section.rc-club .search-block .textarea {
  height: 100%; }
section.rc-club .search-block .search-box {
  width: calc(100% - 15px);
  padding: 10px 20px;
  float: left;
  color: #01a8e8;
  background-color: #ffffff; }
section.rc-club .search-block .search-box.placeholder {
  color: #ababab; }
section.rc-club .search-block .search-box:-moz-placeholder {
  color: #ababab; }
section.rc-club .search-block .search-box::-moz-placeholder {
  color: #ababab; }
section.rc-club .search-block .search-box:-ms-input-placeholder {
  color: #ababab; }
section.rc-club .search-block .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.rc-club .search-block .submit {
  background-color: #ffffff; }
section.rc-club .search-block .submit .fa {
  color: #01a8e8; }
section.rc-club .submit-box {
  width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  padding: 0; }
section.rc-club .submit-box .submit-block {
  
  text-align: left; }
section.rc-club .submit-box .con-input {
  padding: 20px 0 0;
  text-align: left; }
section.rc-club .submit-box .con-input .bullet-label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; }
section.rc-club .submit-box .con-input .bullet-label label {
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 10px; }
section.rc-club .other-link {
  padding: 20px 0 0;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 100%; }
section.rc-club .bg-login {
  background-color: #ebf8fd;
  padding: 20px 30px;
  text-align: left; }
section.rc-club .ico-box {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 5px 0; }
section.rc-club .ico-box img {
  /*width: 40px; */}
section.rc-club .ico-box p {
  margin: 0;
  padding: 0 15px; }

section.main-detail .swiper-container {
  width: 100%;
  height: 100%; }
section.main-detail .swiper3 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.main-detail .swiper3 {
    display: block; } }
section.main-detail .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
section.main-detail .swiper-slide .box-ctn-gray {
  padding: 50px 0; }
section.main-detail .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  position: relative; }
section.main-detail .swiper-pagination-bullet a {
  background: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: -8px; }
section.main-detail .swiper-pagination-bullet-active {
  /*box-shadow: 0 0 0 2px #ffffff;*/
  box-shadow: 0 0 0 2px #8fdffa;
  width: 32px;
  height: 32px; }
section.main-detail .swiper-pagination-bullet-active a {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0; }
@media (max-width: 576px){
  section.main-detail .swiper-pagination-bullet-active a{
    webkit-transform: scale(1);
    transform: scale(1);
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
  }
  section.main-detail .swiper-pagination-bullet a{
    top: 4px !important;
    left: 4px !important;
    width: 12px!important;
    height: 12px !important;
  }
}
section.main-detail .banner-size {
  width: 100%; }
section.main-detail .search-block {
  padding: 20px 0;
  margin: 0 auto;
  width: 40%; }
@media only screen and (max-width: 480px) {
  section.main-detail .search-block {
    width: 80%; } }
section.main-detail .swiper1 {
  display: none; }
@media only screen and (max-width: 480px) {
  section.main-detail .swiper1 {
    display: block; } }
@media only screen and (max-width: 480px) {
  section.main-detail .box-desktop {
    display: none; } }
section.main-detail .search-box-container {
  width: 100%;
  border: 1px solid #e2e2e2; }
section.main-detail .submit {
  background-color: #ffffff; }
section.main-detail .submit .fa {
  color: #01a8e8; }
section.main-detail .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.main-detail .search-box.placeholder {
  color: #ababab; }
section.main-detail .search-box:-moz-placeholder {
  color: #ababab; }
section.main-detail .search-box::-moz-placeholder {
  color: #ababab; }
section.main-detail .search-box:-ms-input-placeholder {
  color: #ababab; }
section.main-detail .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.main-detail .control-box-review {
  margin: 50px auto;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.main-detail .control-box-review .box-review {
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative; }
@media only screen and (max-width: 480px) {
  section.main-detail .control-box-review .box-review {
    margin-bottom: 35px; } }
section.main-detail .control-box-review .box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.main-detail .control-box-review .box-review:hover .control-title-review {
  padding: 25px 30px; }
section.main-detail .control-box-review .box-review .img-review img {
  width: 100%; }
section.main-detail .control-box-review .box-review .control-title-review {
  padding: 15px 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(8, 122, 166, 0.6);
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.main-detail .control-box-review .box-review .control-title-review .txt-nm {
  font-size: 20px;
  font-size: 2rem;
  color: #FFF; }
section.main-detail .qa-box-num {
  text-align: center;
  padding: 25px 20px; }
section.main-detail .qa-box-num .qa-box-num-ar {
  display: inline-block;
  padding: 0 10px; }
section.main-detail .qa-box-num .qa-box-num-txt {
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px; }
section.main-detail .qa-box-num .qa-box-num-txtbox {
  display: inline;
  padding: 0 10px; }
section.main-detail .qa-box-num .qa-box-num-txtbox input {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #787878;
  border: 2px solid #CCC;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  max-width: 65px;
  text-align: center; }
section.main-detail .qa-box-num a .qa-box-num-btn {
  display: inline-block;
  background: #f95a96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  padding: 5px; }
section.main-detail .txt-created {
  /*font-size: 20px;
  font-size: 2rem;*/
  padding: 5px 0 0;
  margin-bottom:15px;
  color:#ccc;}
/*section.main-detail .txt-created span:nth-child(2) {
color: #000;
font-weight: 700; }
section.main-detail .txt-created span:nth-child(3) {
/*color: #01a8e8;
font-weight: 700; }*/
section.main-detail .box-wrapper {
  margin: 20px auto;
  padding: 0px;
  /* Create four equal columns that sits next to each other */
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ }
section.main-detail .box-wrapper .box-detail {
  padding: 70px 0;
  color: #FFF; }
section.main-detail .box-wrapper .box-detail .box-txt-hm {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2; }
section.main-detail .box-wrapper .box-detail .box-txt-hm-sm {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2; }
section.main-detail .box-wrapper .box-detail .box-txt-nm-sm {
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2; }
section.main-detail .box-wrapper .box-detail .box-txt-detail {
  padding: 10px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold; }
section.main-detail .box-wrapper .box-detail .box-txt-detail-sm {
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
section.main-detail .box-wrapper .box-content {
  padding: 20px 0px;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section.main-detail .box-wrapper .box-content {
    padding: 10px; }
  section.main-detail .box-wrapper .box-content p {
    padding: 15px 0;
    padding-bottom: 0px; } }
section.main-detail .box-wrapper .box-content .txt-title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #40b9e3;
  padding-bottom: 20px; }
@media only screen and (max-width: 480px) {
  section.main-detail .box-wrapper .box-content .txt-title {
    padding: 10px; }
  section.main-detail .box-wrapper .box-content .txt-title p {
    padding: 15px 0;
    padding-bottom: 0px; } }
section.main-detail .box-wrapper .box-content p {
  /*font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 20px; */}
section.main-detail .box-wrapper .box-content .txt-hm {
  font-size: 20px;
  font-size: 2rem;
  color: #40b9e3;
  line-height: 1; }
section.main-detail .box-wrapper .ratting-box {
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #ddd; }
section.main-detail .box-wrapper .ratting-box .bottom-qa {
  padding: 10px 0;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1; }
section.main-detail .box-wrapper .ratting-box .bottom-qa .rating {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #c6e9f6; }
section.main-detail .box-wrapper .ratting-box .bottom-qa .rating .checked {
  color: #ffdd50; }
section.main-detail .box-wrapper .ratting-box .bottom-qa .count-view {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #CCC; }
section.main-detail .box-wrapper .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 30px 4px;
  width: 80%;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  section.main-detail .box-wrapper .row {
    width: 100%;
    padding: 15px 0; } }
section.main-detail .box-wrapper .column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 33%;
  padding: 0 15px; }
section.main-detail .box-wrapper .column img {
  margin-top: 8px;
  vertical-align: middle; }
@media screen and (max-width: 800px) {
  section.main-detail .box-wrapper .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; } }
@media screen and (max-width: 600px) {
  section.main-detail .box-wrapper .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }
section.main-detail .product-search {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
}
section.main-detail .product-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.main-detail .product-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.main-detail .product-search .submit {
  background-color: #ffffff; }
section.main-detail .product-search .submit .fa {
  color: #01a8e8; }
section.main-detail .product-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.main-detail .product-search .search-box.placeholder {
  color: #ababab; }
section.main-detail .product-search .search-box:-moz-placeholder {
  color: #ababab; }
section.main-detail .product-search .search-box::-moz-placeholder {
  color: #ababab; }
section.main-detail .product-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.main-detail .product-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.main-detail .product-search .result-product div {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  width: 19%;
  margin: 0 auto;
  cursor: pointer; }
section.main-detail .product-search .result-product div img {
  margin: 0 auto; }
section.main-detail .product-search .result-product div p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 50%;
  margin: 0 auto; }
section.main-detail .product-search .related-head {
  color: #01a8e8;
  font-size: 28px;
  text-align: left; }
section.main-detail .product-search .col-md-6 {
  /*padding: 0 15px 0 0;*/ 
  padding-right: 0px;
    padding-left: 0px;
}
section.main-detail .product-search .col-md-12 {
  padding: 0px; }
section.main-detail .product-search .form-control {
  border: none;
  border-radius: 0px;
  font-size:24px;}
section.main-detail .product-search .btn-txt-blue {
  padding: 5px;
  outline: none; }
section.main-detail .product-search .box-commened {
  text-align: left; }
section.main-detail .product-search .box-commened .content-qa {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 30px 15px;
  margin: 5px 0; }
section.main-detail .product-search .box-commened .content-qa .qa-ico-arrow {
  text-align: left;
  padding: 30px 0; }
section.main-detail .product-search .box-commened .content-qa .txt-qa-title {
  line-height: normal;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
section.main-detail .product-search .box-commened .content-qa .box-commened-detail {
  /*padding-bottom: 30px;*/
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  /*display: -moz-inline-stack;
  display: inline-block;
  *display: inline;*/
  vertical-align: top;
  zoom: 1; }
section.main-detail .product-search .box-commened .content-qa .txt-qa-detail {
  float: left;
  /*font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;*/
  color: #a5a5a5;
  padding: 5px 0; }
section.main-detail .product-search .box-commened h4 {
  margin-top: 0;
  font-size:20px;}
section.main-detail .product-search .box-commened .btn-txt-blue {
  max-width: 100px;
  font-size: 24px;
  padding: 3px 10px 6px; }
section.main-detail .treatments-search {
  margin: 0 auto;
  padding: 38px 0 0 0;
  width: 100%;
  text-align: center; }
section.main-detail .treatments-search .search-block {
  padding: 20px 0;
  margin: 0 auto; }
section.main-detail .treatments-search .search-box-container {
  width: 50%;
  border: 1px solid #e2e2e2; }
section.main-detail .treatments-search .submit {
  background-color: #ffffff; }
section.main-detail .treatments-search .submit .fa {
  color: #01a8e8; }
section.main-detail .treatments-search .search-box {
  width: calc(100% - 50px);
  padding: 0 20px;
  float: left;
  color: #23527c;
  background-color: #ffffff; }
section.main-detail .treatments-search .search-box.placeholder {
  color: #ababab; }
section.main-detail .treatments-search .search-box:-moz-placeholder {
  color: #ababab; }
section.main-detail .treatments-search .search-box::-moz-placeholder {
  color: #ababab; }
section.main-detail .treatments-search .search-box:-ms-input-placeholder {
  color: #ababab; }
section.main-detail .treatments-search .search-box::-webkit-input-placeholder {
  color: #ababab; }
section.main-detail .treatments-search .result-product {
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px; }
section.main-detail .treatments-search .result-product a .result-product-box {
  color: #787878; }
section.main-detail .treatments-search .result-product .result-product-box-img img {
  width: 100%; }
section.main-detail .treatments-search .result-product .result-product-box-txt {
  padding: 10px 0 20px; }
section.main-detail .treatments-search .treatments-related-txt {
  color: #01a8e8;
  text-align: left;
  margin: 0 0 20px; }
section.main-detail .box-review {
  background-color: #e4f5ff;
  margin-bottom: 20px;
  /*margin-top: 15px;*/
  margin-bottom: 10px;
  position: relative; }
section.main-detail .box-review .top-review {
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #FFF; }
section.main-detail .box-review .img-review {
  width: 100%; }
section.main-detail .box-review .control-title-review {
  padding: 15px;
  width: 100%;
  position: relative;
  text-align: left;
  /*line-height: 1.3;*/
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; }
section.main-detail .box-review .control-title-review .txt-hm {
  /*font-family: "sukhumvitset-medium";
  font-size: 20px;
  font-size: 2rem;*/
  color: #40b9e3; }
section.main-detail .box-review .control-title-review .txt-nm {
  /*font-family: "sukhumvitset-light";*/
  font-size: 16px;
  font-size: 1.6rem;
  color: #787878; }
section.main-detail .contact-wrapper {
  margin: 0 auto;
  padding: 2% 15px; }
section.main-detail .contact-wrapper .img-topic {
  padding: 10px 0; }
section.main-detail .contact-wrapper .social-bar .ico-social-size {
  width: 40px; }
section.main-detail .contact-wrapper .social-bar .ico-social-size-mg {
  margin: 0 5px; }
section.main-detail .bannerbeauty {
  margin: 2.5% 0;
  padding: 15px; }
section.main-detail .control-tag {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
section.main-detail .control-box-review {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%; }
section.main-detail .control-box-review .size-review {
  position: relative;
  margin-bottom: 30px; }
section.main-detail .control-box-review .size-review .box-review {
  position: relative;
  margin-bottom: 10px; }
section.main-detail .control-box-review .size-review .box-review:hover .box-review-bg {
  padding: 30px; }
section.main-detail .control-box-review .size-review .box-review a .box-review-img {
  line-height: 0; }
section.main-detail .control-box-review .size-review .box-review a .box-review-img img {
  width: 100%; }
section.main-detail .control-box-review .size-review .box-review a .box-review-bg {
  padding: 20px 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(8, 122, 166, 0.6);
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
@media only screen and (max-width: 480px) {
  section.main-detail .control-box-review .size-review .box-review a .box-review-bg {
    padding: 20px 10px; } 
}
section.main-detail .control-box-review .size-review .box-review a .box-review-bg .txt-nm {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
@media only screen and (max-width: 480px) {
  section.main-detail .control-box-review .size-review .box-review a .box-review-bg .txt-nm {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3; } 
}
section.main-detail .control-box-review .size-review .box-review .top-review {
  padding: 10px 20px;
  position: absolute;
  top: -20px;
  left: 15px;
  background-color: #01a8e8;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -ms-border-radius: 10em;
  border-radius: 10em;
  color: #ffffff; }
.Treatments_home .box-highlight3:last-child{
  float:left;
}
/****** THIS SASS FOR SECTION ******/

.btn-txt-more-white{
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  max-width: 240px;
  color: #787878;
  background: transparent;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #01a8e8;
}

#search-h{
  position: relative;
  margin-left: 35px;
}
header .menu-size .menu-bottom #search-h input[type=search]{
  position: absolute;
  right: 0;
  top:-4px;
  font-size:20px;
  padding:0;
  width:30px;
  height:30px;
}

/*
.content-home .product-wrapper .box-highlight3 .btn-s a {
zoom: unset;
vertical-align: unset;
display:inline-block;
height: auto;

}
.content-home .product-wrapper .box-highlight3 .btn-s a span{
display: inline-flex;
line-height: 36px;

}
*/

.beautyhack .txt-search,
.reviews .txt-search{
  margin-top:0;
  margin-bottom: 20px;
}
section.beautyhack .control-box-review,
.content-home .review-wrapper .control-box-review{
  padding: 40px 0 0;
}


.safeSecurityCode span{
  line-height:1.2;
  display:block;
  padding-left: 10px;
  margin-bottom: 5px;
  
}

.block-captcha{
  padding:10px 0 13px;
}

.branches-headtb tbody tr td{
  display: none;
}

.icon-bookmark{
  float: right;
  display: inherit;
  width: 35px;
  position: absolute;
  right: 25px;
  top: -3px;
}

.CntRatingContent > div > a:hover span.icon-star-fill{
  background-color :#a1a1a1;
}
.CntRatingContent > div > a:hover span.icon-star-full{
  background-color :#ffdd50;
}
.star5 > div > a span.icon-star-fill{
  background-color :#ffdd50;
}
.star4 > div > a span.icon-star-fill{
  background-color :#ffdd50;
}
.star4 > div > a span.icon-star-fill:last-child{
  background-color :#a1a1a1;
}
.star3 > div > a span.icon-star-fill{
  background-color :#ffdd50;
}
.star3 > div > a span.icon-star-fill:last-child{
  background-color :#a1a1a1;
}
.star3 > div > a span.icon-star-fill:nth-child(4){
  background-color :#a1a1a1;
}
.star2 > div > a span.icon-star-fill:first-child{
  background-color :#ffdd50;
}
.star2 > div > a span.icon-star-fill:nth-child(2){
  background-color :#ffdd50;
}
.star1 > div > a span.icon-star-fill:first-child{
  background-color :#ffdd50;
}
.count-total{
  display:inline;
}

/*# From Dev Site #*/
/* Policy page 20/5/2020 */


.link-to-scroll img {
  width: 130px;
}

.hover-wrapper {
  width:200px;
  text-align: center;
  margin: auto;
  
}
.hover-wrapper:hover {
  cursor: pointer;
}

.tap-to-scroll {
  padding-bottom: 60px;
  padding-top: 20px;
}

#PrivacyPolicies {
  padding-top: 20px;
}
#Cookie {
  padding-top: 15px;
}

.howto-content {
  padding: 0 15px 0 25px;
}

.tabscroll-wrapper {
  text-align: center;
  padding-top: 55px;
}
.blue-text {
  color: #01a8e8!important;
}

.right-text {
  text-align: center;
  float: right;
  padding-right: 5%;
  display: block;
}

.white-space-15 {
  padding-top: 10px;
}

#Form-Quick-Apply #id_submit {
    margin-top: 22px;
}
#Maintenance-Popup .modal-title {
  font-family: unset;
  text-align: center;
}
#Maintenance-Popup .close {
  opacity: 0.7;
}

@media (max-width:767px) {
  .hover-wrapper h2 {
    margin-top: 0;
    padding-bottom: 37px;
  }
}

.btn-normal {
  border: 0;
  outline: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.acc-cookie {
  margin: 0 5px;
  font-size: 14px;
  padding: 2px 8px;
  background-color: #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.top-bar .close-cookie-new {
  margin-left: 15px;
  color: #EEE;
  font-size: 30px;
  cursor: pointer;
}
/*cookie popup */
.cookie-wrapper {
  
  border: 1px solid rgb(204, 204, 204);
  background-color: rgba(86, 86, 80, 0.7);
  padding: 14px 20px 10px 15px;
  position: fixed;
  bottom: 10px;
  right: 110px;
  opacity: 1;
  z-index: 999;
  color: #fff;
  font-size: 18px !important;
  width: 465px;
  border-radius: 20px;
}

.ConsentButtons {
  float: right;
  padding-right: 30px;
  margin-left: 10px;
}

.ConsentButton {
  font-size: 18px;
  padding: 2px 8px;
  
}

.close-cookie {
  position: absolute!important;
  right: 10px!important;
  top: -10px!important;
  font-size: 32px!important;
  width: 26px!important;
  height: 26px!important;
  text-align: center!important;
  line-height: 16px!important;
  cursor: pointer!important;
  background-color: #000!important;
  border-radius: 50%!important;
  border: 2px solid #fff;
}

input#p_lt_ctl07_pageplaceholder_p_lt_ctl00_SimpleCookieLawConsent_btnAllowAll {
  font-weight: bold;
  font-size: 18px;
  padding: 1px 10px;
  
}

.CookieConsent a {
  color: #a6c5d9;
  font-weight: bold;
  font-size: 19px;
}

.link-terms-conditions {
  white-space: nowrap;
}

button#btnNext {
  margin-top: 17px;
  margin-bottom: 10px;
  
}

.section-1 {
  border-bottom: unset!important;
  padding-bottom: 0px!important;
  padding-top: 60px!important;
}

.section-1 .title-txt-sub.txt-left {
  display: none!important;
}

table#p_lt_ctl07_pageplaceholder_p_lt_ctl02_RC_UserRegister_rblTreat label {
  margin-bottom: 0!important;
}

.section-1 .bullet-label {
  margin-left: 0!important;
}

.section-2 {
  border-bottom: unset!important;
  padding: 15px 0 45px;
  
}
.section-3 {
  padding: 0 0 50px !important;
} 
button.btn.btn-txt-blue.prev-step, #btnSave {
  height: 46px!important;
}

button.btn.btn-txt-blue.prev-step, #btnSave {
  height: 46px!important;
  padding: 5px 15px !important;
}

.at-share-btn-elements {
  padding-top: 10px;
}
.Block-Rating {
  padding-top: 60px;
}

.viewzone-wrapper {
  border-top: 1px solid #ddd;
  margin: 15px 0;
  padding: 0 0px 60px;
}
.Block-Rating {
  padding-top: 45px;
}
.form-control {
  font-size: 24px !important;
}
.form-control {
  border: 1px solid #40b9e3!important;
  border-radius: 28px!important;
  
}

/*.Content-Terms-Conditions {
    padding: 20px 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: 1050px;
    margin: auto;
}*/

section.rc-club .wizard {
  margin: 20px auto;
  background: #fff;
  width: 100%!important;
  padding: 0 20px;
}
.other-input {
  width: 86%;
}
table.CaptchaTable > tbody > tr > td:last-child {
  display:none;
}

.section-3 {
  margin-top: -40.5px;
}


@media (max-width:767px) {
  .bullet-label {
    margin-right: 0%!important;
  }
  
  .section-2 {
    padding: 15px 0 0px;
  }
  .section-3 {
    padding: 15px 0 45px!important;
    margin-top: 0;
  }
  
  input#txtSecurityCode {
    margin-bottom: 7.5px;
  }
  section.rc-club .btn-info-full {
    margin-top: 0;
  }
  .Content-Terms-Conditions {
    padding-top: 20px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 0;
  }
  
}
@media (max-width:576px) {
  #Maintenance-Popup .close {
    font-size: 30px;
  }
  #Maintenance-Popup .modal-header {
    padding-top: 35px;
  }
  .cookie-wrapper {
    right: unset;
    width: 75%;
    font-size: 16px !important;
    padding: 14px 11px 10px 15px;
    
  }
  .ConsentButtons {
    padding-right: 10px;
    margin-left: 10px;
  }
  button#btnNext {
    margin-bottom: 40px;
  }
  .viewzone-wrapper {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    margin: 30px 15px 0;
  }
  .Block-Rating {
    padding-top: 54px;
  }
  .at-share-btn-elements {
    padding-top: 13px;
  }
  
  .other-input {
    width: 93%;
  }
  footer .msg-face {
    right: -13px;
  }
  .cookie-wrapper {
    margin-left: 10px;
  }
}
@media (max-width:532px) {
  section.rc-club .btn-info-full {
    margin-top: 15px;
  }
}
