@font-face {
  font-family: 'ThaiSansNeue-Bold';  
  src: url('font/ThaiSansNeue-Bold.eot'); /* IE9 Compat Modes */
  src: url('font/ThaiSansNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('font/ThaiSansNeue-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ThaiSansNeue-Regular';        
  src: url('font/ThaiSansNeue-Regular.eot'); /* IE9 Compat Modes */
  src: url('font/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),
    url('font/ThaiSansNeue-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;

}
body{
  font-family: 'ThaiSansNeue-Regular', Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-size: 16pt;
}
body.font-md{
  font-size: 18pt;
}
body.font-lg{
  font-size: 22pt;
}

.section-title, .page-title, .b-card .b-card-title{
  color: #0ab4ab;
}

.rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-0.5);

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: translate3d(0,0,0);
  transform: rotate(-45deg);

  -webkit-backface-visibility: hidden;

  /* FOR CHROME */
  -webkit-filter: blur(0px); /* or any other filter*/
  
  /* FOR FIREFOX */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.header-nav .navbar-nav{
  font-size: 15pt;
  font-family: 'ThaiSansNeue-Regular';
}
@media only screen and (min-width: 768px){
  .header-nav .navbar-nav > li > a {
    font-size: 0.65em;
  }
}
@media only screen and (min-width: 768px) {
  .header-nav .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 992px){
  .header-nav .navbar-nav > li > a {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 1200px) {
  .header-nav .navbar-nav > li > a {
    font-size: 1.1em;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 768px){
  .section-title-lg {
    font-size: 60pt;
    font-family: 'ThaiSansNeue-Bold';
  }
}

.btn{
  font-size: 0.8em;
}

.b-card .b-card-title{
  font-family: 'ThaiSansNeue-Bold';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  line-height: 1;
}
.contact-info .glyphicon{
  top:7px;
}
.contact-info > p{
  padding-left: 25px;
}
.center-card .center-card-title .title-inner{  
  font-family: 'ThaiSansNeue-Bold';
}

div.section.container div.row div.col-sm-8 img{
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.header-nav{
  height: 50px;
  min-height: 50px;
}

.home-slider .slick-slide{
  height:auto;
  background:none;
}
.slick-slider{
  margin-bottom: 10px;
}
.section-top-banner .slide-text-container{
  margin-top: 0px;
}

body{
    padding-top: 125px;
}
@media only screen and (min-width: 768px){
  body{
    padding-top: 188px;
  }
}

@media only screen and (min-width: 768px) {
  .header-nav .navbar-nav > li > .sub-menu {
    top: 187px;
  }
}

.b-card-bg .b-card-details{
  min-height: 219px;
}


@media only screen and (min-width: 768px){
  li.resp-only{
    display: none;
  }
}
.center-slider .center-card .center-card-title{
  display: block;
  height:59px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.center-card .center-card-space{
  height: 10px;
}

.center-card .center-card-title .title-inner{
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  vertical-align: middle;  
  padding-left: 5px;
  padding-right: 5px;
}

.center-card .center-card-title{
  display: block;
  height:59px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}

.center-card{
  display: block;
} 

.pagination li > a{
  margin-top: 5px;
}

.doctor-card .doctor-card-title div{
  height: 1.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.1em;
}

.doctor-card .doctor-card-title div.doctor-card-subtitle{
  font-size: 0.9em;
  height: 1.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.selectize-input input{
  position: absolute;
}

.doctor-card .dl-horizontal dd{
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (min-width: 768px){
  .doctor-card .dl-horizontal dd {
    margin-left: 0px;
  }
  .doctor-card .dl-horizontal dt{
    width: 63px;
  }
}

.doctor-panel-title{
  font-size: 30px;
  margin-top: 0px;
}

.doctor-card-subtitle{
  font-size: 0.7em;
}

@media only screen and (min-width: 768px){
  .doctor-panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.doctor-panel .doctor-image{
  max-width: 350px;
  width: 100%;
}

.b-card .b-card-title {
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2em;
}

.b-card .tag{
  height: 23px;
  overflow: hidden;
  max-width: calc(100% - 27px);
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  clear: both;
  float: left;
  margin-bottom: 3px;
  line-height: 20px;
}
body.font-md .b-card .tag{
  max-width: calc(100% - 35px);
}
body.font-lg .b-card .tag{
  max-width: calc(100% - 48px);
}

@media only screen and (min-width: 480px){
  .b-card .b-card-desc {
    height: 65px;
  }
  body .b-card .b-card-info {
    max-height: 78px;
  }
  body.font-lg .b-card .b-card-info {
    max-height: 89px;
  }
  body.font-md .b-card .b-card-info {
    max-height: 81px;
  }
}

.b-card-featured{
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.b-card-featured-inner{
  color: white;
  background-color: red;
  font-weight: bold;
  width: 110px;
  position: relative;
  top:14px;
  left:-26px;
  text-align: center;
}

.page-title{
  margin-top: 0px;
  margin-bottom: 0px;
}

.pagination li > a {
  padding: 2px 16px 7px 16px;
  font-size: 0.9em;
}

select.bold{
  font-weight: bolder;
  font-size: 16px;
}

.my-slide div{
  display: none;
}
.my-slide div.active{
  display: block;
}
.my-slide-button .slick-prev{
  left:5px;
}
.my-slide-button .slick-next{
  right:5px;
}

.b-card .b-card-desc.b-card-desc-long{
  height: auto;
}

.section-service a.thumbnail{
  display: inline-block;
}

.map-canvas{
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 300px;
}

.contact-address{
  padding-left: 0px;  
}

.contact-address ul li{
  padding-bottom: 25px;
  padding-left: 0px;
}

.contact-address .glyphicon{
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 992px){
  .contact-address ul li{
    padding-bottom: 3px;
  }
}

.contact-branch-outer{
  margin:0px;
}
.contact-branch{
  width: 20%;
  float: left;
  margin: 0px;
  min-width: 220px;
  padding-bottom: 10px;
  height: 400px;
}
.contact-branch li.mini-map div{
  display: inline-block;
}
.contact-branch img{
  width: 195px;
}
.contact-branch ul li{
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
}
.login-menu{
  margin-right: 10px;
}
@media only screen and (max-width: 767px){
  .login-menu {
    font-size: 16px;  
  }
}
@media only screen and (max-width: 767px){
  .language-selector .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px){
  .header-row .hotline-icon {
    width: 48px;
    height: 40px;
  }
  .header-row{
    padding-left: 150px;
    position: absolute;
    right: 10px;
    bottom: 0;
    top:20px;
  }
}
@media only screen and (min-width: 768px){
  .header-nav {
      top: 90px;
  }
}
@media only screen and (min-width: 768px){
  .header-nav .navbar-form {
      top: -63px;
  }
}
@media only screen and (min-width: 768px){
  body {
    padding-top: 135px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
  .header-nav .navbar-form {
      top: -40px;
  }
  .header-row{
    padding-left: 250px;
    margin-top: -15px;
  }
}
.live-chat {
  background-image: url(../img/icon/live-chat-icon-small.png);
  width: 61px;
  height: 48px;
}
@media only screen and (min-width: 768px){
  .live-chat {
    background-image: url(../img/icon/live-chat-icon-mid.png);
    width: 92px;
    height: 72px;
  }
}
@media only screen and (min-width: 768px){
  .header-nav .navbar-nav > li > .sub-menu {
      top: 139px;
  }
}

.form-control{
  font-size: 0.9em;
  line-height: 1em;
}
.input-group-btn{
  font-size: 0.9em;
  line-height: 1em;
  font-family: 'ThaiSansNeue-Bold';
}
.language-selector select{
  padding: 0 2px;
}

@media only screen and (max-width: 992px) and (min-width: 768px){
  .header .hotline-icon {
    margin-right: 0px;
    height: 45px
  }
}
.dropdown-menu{
  font-size: 1em;
}
.section-banner .section-text-container{
  top: 20%;
}

.doctor-card .doctor-card-thumb, .doctor-card .doctor-card-title{
  /*min-width: 260px;*/
  line-height: 1em;
}

.b-card .b-card-desc{
  line-height: 1.1em;
}

@media only screen and (max-width: 480px){
  .b-card .b-card-info {
    padding-top: 35px;
  }
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header{
  font-family: "ThaiSansNeue-Regular";
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input{
  font-family: "ThaiSansNeue-Regular";
  font-size: 1em;  
  line-height: 27px;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 992px){
  .header-nav .sub-menu > li > a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px){
  .header-nav .sub-menu > li > a {
    line-height: 1em;
  }
}

.b-card .b-card-details.has-arrow{
  padding-left: 65px;
  padding-right: 65px;
}

.input-group-search .input-group-btn:last-child > .btn {
  font-size: 12pt;
}

.bpk-nav-tabs .slick-nav-item a {
  line-height: 20px;
}

.submit-filter .btn-submit{
  height: 35px;
  padding: 0;
  display: block;
}

body.font-md .contact-info > p{
  padding-left: 27px;
}
body.font-lg .contact-info > p{
  padding-left: 32px;
}

.b-card-bg .branch-list{
  margin-top: 0px;
}

.b-card-details.has-arrow .b-card-info span.tag{
  margin-right:10px;
}
.b-card-details.has-arrow .branch-list li{
  padding-top: 0px;
  padding-bottom: 8px;
}

.contact-form .form-control{
  height: auto;
}

body .selectize-control.single .selectize-input, body.font-md .selectize-control.single .selectize-input input{  
  height: 39px;
  line-height: 36px;
}

body.font-lg .contact-form .selectize-control.single .selectize-input, body.font-sm .contact-form .selectize-control.single .selectize-input input{
  height: 48px;
  line-height: 40px;
  display: block;
}
body.font-lg .selectize-control.single .selectize-input, body.font-lg .selectize-control.single .selectize-input input{  
  height: 48px;
  line-height: 40px;
}

body.font-md .contact-form .selectize-control.single .selectize-input, body.font-sm .contact-form .selectize-control.single .selectize-input input{
  height: 42px;
  line-height: 38px;
  display: block;
}
body.font-md .selectize-control.single .selectize-input, body.font-md .selectize-control.single .selectize-input input{  
  height: 42px;
  line-height: 38px;
}

body.font-sm .contact-form .selectize-control.single .selectize-input, body.font-sm .contact-form .selectize-control.single .selectize-input input{
  height: 39px;
  line-height: 36px;
  display: block;
}

body.font-lg .b-card-featured{
  width: 140px;
  height: 140px;
}

body.font-lg .b-card-featured-inner{
  width: 140px;
  top: 12px;
  left: -36px;
}

body.font-md .b-card-featured{
  width: 120px;
  height: 120px;
}
body.font-md .b-card-featured-inner{
  width: 120px;
  top: 13px;
  left: -31px;
}

.footer .footer-logo{
  width: 252px;
}

div.section.container div.row div.col-ms-6{
  min-width: 320px;
}

.input-group.input-group-search input.form-control{
  padding-top: 4px;
}
div.filter-panel .form-control{
  height: auto;
}

div.section.container div.filter-panel div.row div.col-ms-6{
  min-width: 220px;
}

@media only screen and (min-width: 480px){
  .text-controls .font-sm {
    font-size: 16px;
  }
  .text-controls .font-md {
    font-size: 20px;
  }
  .text-controls .font-lg {
    font-size: 24px;
  }
}

.doctor-card .doctor-card-thumb {
  height: 275px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.header-nav .navbar-nav > .open > a, .header-nav .navbar-nav > .open > a:hover, .header-nav .navbar-nav > .open > a:focus{
  background-color: #969696;
}

.doctor-page .doctor-card .doctor-card-title{
  margin-top: -25px;
}

.doctor-slider .doctor-card .doctor-card-thumb{
  height: 250px;
}

.section-service .thumbnail{
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0px;
  padding-right: 0px;
}

div.div-more{
  padding-top: 25px;
  padding-bottom: 25px;
}


div.sidebar>.section-title:first-of-type{
  padding-top: 0;
  margin-top: -10px;
}

body.font-lg div.sidebar>.section-title:first-of-type{
  padding-top: 0;
  margin-top: -15px;
}

body.font-md div.sidebar>.section-title:first-of-type{
  padding-top: 0;
  margin-top: -11px;
}

.b-card .b-card-thumb{
  cursor: pointer;
}
.b-card .b-card-title{
  cursor: pointer;
}

.contact-address .address-text{
  display:inline-block;
  padding-left:32px;
}
body.font-md .contact-address .address-text{
  display:inline-block;
  padding-left:35px;
}
body.font-lg .contact-address .address-text{
  display:inline-block;
  padding-left:42px;
}

@media only screen and (min-width: 768px){
  .branch-list li {
      width: auto;
      padding: 3px 3px;
  }
  .branch-list li a img {
    height: 38px;
  }
}

.social-icon-white.facebook:hover{
  background-image:url('../img/icon/Social-FB.png');
  background-position: 0 0;
}
.social-icon-white.twitter{
  background-position: -44px 0;
}
.social-icon-white.twitter:hover{
  background-image:url('../img/icon/Social-Twitter.png');
  background-position: 0 0;
}
.social-icon-white.youtube:hover{
  background-image:url('../img/icon/Social-Youtube.png');
  background-position: 0 0;
}
.social-icon-white.skype:hover{
  background-image:url('../img/icon/Social-Skype.png');
  background-position: 0 0;
}
.social-icon-white.google-plus:hover{
  background-image:url('../img/icon/Social-Google.png');
  background-position: 0 0;
}
.section-top-banner .slide-text-container{
  text-align: center;
}
.slick-prev{
  background-image: url(../img/icon/arrow/arrow-bpk9-l.png);
  background-size: cover;
}
.slick-next{
  background-image: url(../img/icon/arrow/arrow-bpk9-r.png);
  background-size: cover;
}
.slick-prev:hover{
  background-image: url(../img/icon/arrow/arrow-bpk9-l.png);
}
.slick-next:hover{
  background-image: url(../img/icon/arrow/arrow-bpk9-r.png);
}
div.home-slider button.slick-prev, div.home-slider button.slick-next{
  width: 0;
  height: 0;
}
div.home-slider:hover button.slick-prev, div.home-slider:hover button.slick-next{
  width: 56px;
  height: 56px;
}
@media only screen and (max-width: 768px){  
  .slick-prev, .slick-next{
    width: 30px;
    height: 30px;
  }
  div.home-slider:hover button.slick-prev, div.home-slider:hover button.slick-next{
    width: 30px;
    height: 30px;
  }
}


.footer-menu-list{
  padding-left: 0px;
}

.section-center .slick-prev, .section-center .slick-next{
  margin-top: 30px;
}

.package-slider .package-thumb{
  height: auto;
}

.map-to-print{
  padding-right:30px;
}

.map-to-print a{
  color:#666666;
  text-decoration: none;
}

.mapModal .modal-header{
  border-bottom: none;
}

@media (min-width: 992px){
  div.div-who-we-are{
    position: relative;
  }
  div.div-who-we-are .aboutus-right-img{
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.contact-address .fa{
  color: #005194;
}

#tinymce{
  padding-top: 0px;
}

#tinymce img, div.aboutus-page img{
  display: block;
  max-width: 100%;
  height: auto;
}

#tinymce .text-center > img, div.aboutus-page .text-center > img {
    display: inline-block;
}

div.contact-job{
  background-color: #054988;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 2px;
  height: 370px;
  position: relative;
}
img.contact-job-img{
  z-index: 11;
  position: absolute;
  max-height: 100%;
  left: 0;
}
div.contact-job-list{
  z-index: 12;
  color:#fff;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  right: 10px;
  width: 350px;
}
.contact-job-list-head{
  font-size: 36px;
  text-align: left;
  display: block;
  margin-left: 20px;
}
ul.contact-job-list-name{
 list-style: none;
 padding: 0;
 margin-left: 20px;
 height: 310px;
 overflow-y: auto;
}
ul.contact-job-list-name li{
  border-bottom: 1px solid #ccc;
  text-align: left;
}
ul.contact-job-list-name li a{
  line-height: 1.8em;
  color: #fff;
  text-decoration: none;
  display: block;
}

.scroll-style-1::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #a9a9a9;
}

.scroll-style-1::-webkit-scrollbar
{
  width: 12px;
  background-color: #a9a9a9;
}

.scroll-style-1::-webkit-scrollbar-thumb
{
  background-color: #e9e9e9;
}

#jobModal .job-head{
  display: block;
}
#jobModal .modal-body{
  padding: 0 15px;
  position: relative;
  min-height: 200px;
}
#jobModal .job-amount{
  position: absolute;
  top: 0;
  right: 15px;
  color: red;
}
@media only screen and (min-width: 768px){
  #jobModal .job-amount{
    top:10px;
  }
}

/* loading image */
div.page-loading{
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
#page-overlay{background-color:rgb(255, 255, 255);filter:alpha(opacity=70);-moz-opacity:.10;opacity:.70;cursor:pointer;height:100%;width:100%;top:0;left:0;position:fixed;z-index:1100;}

.facility-icon{
  margin-bottom: 20px;
  padding: 5px;
}
@media only screen and (min-width: 768px){
  .facility-icon{
    padding: 0px;
  }
}
.facility-icon .media-highlight .media-object{
  width: 120px;
}
.facility-icon .media-highlight .media-body{
  padding: 3px;
}
.facility-icon .media-body p{
  line-height: 1.1em;
  padding: 0;
  margin: 0;
}
.facility-icon .media-highlight .media-body .content2{
  color: #005194;
}
.facility-icon .media-highlight h4{
  color: #0ab4ab;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: bold;
}
.facility-icon .media-highlight{
  border: none;
}

.b-card2{
  box-shadow: none;
}
.b-card2 .b-card-title{
  cursor: default;
}
.b-card .b-card-details2{
  padding: 15px 0 40px 0;
}
.b-card-details2 .b-card-info{
  left: 0;
  padding-top: 0;
}
.b-card2 .b-card-desc{
  height: auto;
}
@media only screen and (min-width: 768px){
  .b-card2 .b-card-desc{
    height: 150px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px){
  .language-selector .form-control {
    height: 22px;
  }
}

.footer-item-right{
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 22px;
}

.footer-item-right-logo{
  position: absolute;
  right: 0;
  bottom: 15px;
}

@media only screen and (min-width: 768px){
  .footer-item-right-logo{
    bottom: 6px;
  }
  .footer-item-right span p{
    padding-top: 3px;
  }
}

@media only screen and (max-width: 768px){
  .dropdown-submenu>.dropdown-menu {
    width: 100%;
    border: 1px solid #ccc !important;
  }
}
@media only screen and (min-width: 768px){
  .dropdown-submenu {
      position:relative;
  }
  .dropdown-submenu .caret{
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
  }
  .dropdown-submenu>.dropdown-menu {
      top:0;
      left:100%;
      margin-top:-6px;
      margin-left:-1px;
      -webkit-border-radius:0 6px 6px 6px;
      -moz-border-radius:0 6px 6px 6px;
      border-radius:0 6px 6px 6px;
  }
  .dropdown-submenu:hover>a:after {
      border-left-color:#555;
  }
  .dropdown-submenu.pull-left {
      float:none;
  }
  .dropdown-submenu.pull-left>.dropdown-menu {
      left:-100%;
      margin-left:10px;
      -webkit-border-radius:6px 0 6px 6px;
      -moz-border-radius:6px 0 6px 6px;
      border-radius:6px 0 6px 6px;
  }
}

.footer{
  background-color:#efefef;
  background-image:linear-gradient(
    to bottom,
    #f2f2f2,
    #d9d9d9
  );
}
.footer, .footer a{
  color: #666666;
}
.social-icon-white{
  width: 29px;
  height: 29px;
}
.footer .social-icon.facebook, .social-icon.facebook:hover{
  background-image: url(../img/icon/social-icon-facebook1.png);
  background-position: 0 0;
}
.footer .social-icon.youtube, .social-icon.youtube:hover{
  background-image: url(../img/icon/social-icon-youtube1.png);
  background-position: 0 0;
}
.footer .social-icon.line, .social-icon.line:hover{
  background-image: url(../img/icon/social-icon-line1.png);
  background-position: 0 0;
}
.section-service-link{
  display:inline-block;
  width:210px;
  height:250px;
  margin:10px 0;
  padding:0;
  vertical-align: middle;
}
.section-service-link img{
  margin: auto;
}
.section-service-link img.icon-center{
  height: 150px;
  margin-top: 50px;
}
.section-service-link img.icon-find-doctor{
  height: 130px;
  margin-top: 60px;
}
.section-service-link img.icon-checkup{
  height: 130px;
  margin-top: 60px;
}
.section.section-center.container-fluid{
  padding-top: 0;
  padding-bottom: 0;
}
.div-more .btn-secondary{
  font-weight: bold;
}

.section-room-rates .section-title, .section-room-rates .section-desc{
  color: #666666;
}

.go-to-top{
  right: auto;
  left: 5px;
}

.btn-square-group{
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px){
  .btn-square-group{
    flex-direction: column;
  }
}
.btn-square{
  text-align: center;
  vertical-align: middle;
  flex:1;
  margin: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-square a{
  text-decoration: none;
  font-size: 1.1em;
  padding: 3px;
  height: 100%;
  color: #fff;
  font-family: 'ThaiSansNeue-Bold';
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.medical_travel-page a[data-toggle="tab"].active{
  background-color: #d55d53;
}
.medical_travel-page .section-title2{
  background-color: #0ab4ab;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  display: block;
  text-decoration: none;
}
.medical_travel-page .section-inner .section-title2 i{
  float: right;
  font-size: 0.8em;
  margin-top: 5px;
}
.medical_travel-page .section-content{
  background-color: #f6f7f9;
  color: #000;
  padding: 10px 30px;
  margin: 0 10px;
}
.medical_travel-page .section-content img{
  max-width: 100%;
}
.medical_travel-page .section-inner.closed .section-title2 i.glyphicon-chevron-down{
  display: none;
}
.medical_travel-page .section-inner.closed .section-title2 i.glyphicon-chevron-right{
  display: block;
}
.medical_travel-page .section-inner.open .section-title2 i.glyphicon-chevron-right{
  display: none;
}
.medical_travel-page .section-inner.open .section-title2 i.glyphicon-chevron-down{
  display: block;
}
.medical_travel-page .section-inner.closed .section-title2{
  background-color: #eef0f2;
  color: #737b7f;
}
.medical_travel-page .section-inner.closed .section-content{
  display: none;
}
.medical_travel-page .section-inner.open .section-content{
  display: block;
}

.privacy_policy-page a[data-toggle="tab"].active{
  background-color: #d55d53;
}
.privacy_policy-page .section-title2{
  background-color: #2eb7c4;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  display: block;
  text-decoration: none;
}
.privacy_policy-page .section-inner .section-title2 i{
  float: right;
  font-size: 0.8em;
  margin-top: 5px;
}
.privacy_policy-page .section-content{
  background-color: #f6f7f9;
  color: #000;
  padding: 10px 30px;
  margin: 0 10px;
}
.privacy_policy-page .section-content img{
  max-width: 100%;
}
.contact-form .checkbox-inline{
  vertical-align: middle;
  line-height: 1em;
}
.contact-form .checkbox-inline input[type=checkbox]{
  margin-top:2px;
  height:1em;
}