/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
a {
  color: #39adda;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #177296;
  text-decoration: none;
  background-color: transparent;
}

body {
  background: url("../images/bgMain.png") center bottom repeat-x;
  font-family: 'Kanit', sans-serif;
}

.navbar-toggler {
  width: 100%;
  height: 40px;
  background-color: #39adda;
  color: #FFF;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
  display: block;
}

.topText {
  padding: 5px 0px;
  background-color: #6ac1f0;
  color: #FFF;
  font-size: 20px;
}

.topLine {
  background: url("../images/topLine.png") center repeat-x;
  height: 20px;
}

.logo {
  padding-bottom: 5px;
}

.boxSearch {
  /*position: absolute;*/
}

.boxSearch .inputSearch {
  width: 60%;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0 !important;
}

.boxSearch .selectSearch {
  width: 30%;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0 !important;
}

.boxSearch .buttonSearch, .boxSearch .buttonSearch:hover, .boxSearch .buttonSearch:active, .boxSearch .buttonSearch:focus, .boxSearch .buttonSearch:visited  {
  width: 150px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  position: relative;
  left: -30px;
  z-index: 0;
  box-shadow: 0 0 0 0 !important;
}

.boxSearch .buttonSearch i {
  padding-left: 25px;
}

.formSearch form {
  padding-top: 20px;
}

.formSearch .btn-blue {
  background-color: #78acbe;
  border-color: #588cbe;
  color: #FFF;
}

.tabSocial ul {
  padding-top: 20px;
}

.tabSocial li {
  float: left;
  list-style: none;
  padding-top: 8px;
  background-color: #b5b5b5;
  color: #FFF;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
}

.tabSocial li a {
  color: #FFF;
}

.selectLanguage {
  color: #b5b5b5;
  font-size: 20px;
}

.selectLanguage a {
  color: #b5b5b5;
  text-decoration: none;
}

.selectLanguage .active {
  color: #00a3d5;
}

.navbar-nav {
  font-size: 25px;
}

.navbar-nav .active {
  border-bottom: 4px solid #39adda;
}

.navbar-nav li {
  border-bottom: 4px solid #FFF;
  cursor: pointer;
}

.navbar-nav li:hover {
  border-bottom: 4px solid #39adda;
  cursor: pointer;
}

.navbar-nav li .aMain {
  margin: 0px 30px;
  color: #898989;
}

.carousel-item {
  height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.text-gray {
  color: #898989;
}

.substrText{
  white-space:nowrap;
  width:auto;
  overflow:hidden;
  text-overflow: ellipsis;
}

.textSuggest {
  font-size: 28px;
  text-align: center;
  color: #39adda;
}

.textSuggest p {
  margin: 0px;
}

.card-title {
  color: #39adda;
}

.blogContent {
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.partnerMap{
  width:100%;
  height:400px;
}

.error {
  display: none;
  color: #e74c3c;
  font-weight: bold;
}

.success {
  color: #2980b9;
  font-weight: bold;
}

.warning {
  color: #e67e22;
  font-weight: bold;
}

.blogProductTitle {
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.blogProductDetail {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
}

.blogProductDetailAll {
  background-color: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product .price{font-family:'Conv_PSL029',Sans-Serif; font-size: 22px; display: block; margin-top: 30px;}
.product .price div{display: inline-flex; padding: 0px; margin: 0px;}
.product .price .no-price .txt{ font-size: 22px; background: #FFF; color:#000; margin:0px; padding-top: 5px; padding-right: 15px;}
.product .price .no-price{background: url(../images/tag-bg.jpg); font-size: 30px; color:#FFF; height: 40px;}
.product .price .no-price span{margin-left: 15px; margin-right: 15px;}
.product .price img{margin:0px;}

/* Tweak styles for small viewports */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .carousel-item {
    height: auto !important;
  }
  footer {
    font-size: 10px!important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .carousel-item {
    height: auto !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .carousel-item {
    height: auto !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .carousel-item {
    height: auto !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

footer {
  color: #4a4a4a;
  font-size: 16px;
}