/* Import Kanit Font */
@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700&subset=thai');

html {
  overflow-x: hidden;
  height: 100% !important;
}

body {
  background-repeat: repeat;
  background-size: 60%;
  background-color: #fff;
}

html,
body {
  min-height: 100%;
  position: relative;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kanit', sans-serif;
  margin: 0 0 35px;
  letter-spacing: 1px;
}

p {
  color: #2B3043;
  font-family: 'Sarabun', sans-serif;
}

.banner-container {
  padding: 0;
  margin-bottom: 30px;
}

.owl-banner-container {
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f21529;
}

.main-title-txt,
.sub-main-title-txt {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.underline-title {
  background-color: #f21529;
  height: 3px;
  width: 150px;
  margin-bottom: 10px;
}

.inline-img-line {
  width: 100%;
}

.each-content-container,
.line-img {
  margin-bottom: 30px;
}

.img-content-collect {
  text-align: center;
}

.img-content {
  width: 90%;
}

.sub-main-title-txt {
  margin-bottom: 30px;
}

.each-pic-content-container {
  margin-bottom: 30px;
  text-align: center;
}

.img-content-collect {
  margin-bottom: 10px;
}

#ps-txt {
  text-align: left;
}

.list-main-content-txt {
  padding-left: 20px;
}

.download-btn {
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #f21529;
  border-radius: 40px;
  width: 100%;
  padding: .75rem;
}

.download-btn:hover,
.download-btn:focus {
  color: #fff;
  text-decoration: none;
}

.bold-content {
  font-weight: 600;
}

@media (min-width: 992px)
{
  .banner-container {
      margin-bottom: 50px;
  }

  .main-title-txt,
  .sub-main-title-txt {
    font-weight: 600;
    font-size: 1.7rem;
  }

  .each-content-container,
  .line-img {
    margin-bottom: 50px;
  }

  .download-btn {
    font-size: 1.25rem;
    padding: 1.2rem;
  }
}
