/* @import url("https://fonts.googleapis.com/css?family=Prompt:200,300,400,500,600,700&display=swap&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Sarabun:200,300,400,500,600,700&display=swap&subset=thai"); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,800;0,900;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,800;0,900;1,600&display=swap');
@-webkit-keyframes mouse-over {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 54px;
  }
}
@keyframes mouse-over {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 54px;
  }
}

@-webkit-keyframes mouse-out {
  0% {
    opacity: 1;
    top: 54px;
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }
  100% {
    opacity: 0;
    top: 70px;
    max-height: 0px;
  }
}

@keyframes mouse-out {
  0% {
    opacity: 1;
    top: 54px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  100% {
    opacity: 0;
    top: 70px;
    max-height: 0px;
  }
}

@-webkit-keyframes slide-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  background: url("../images/bg.jpg") no-repeat center top fixed;
  background-size: cover;
  font: 300 1rem/1.5 'Kanit', sans-serif, tahoma;
  color: #444;
  font-display: swap;
  position: relative;
  min-height: 100vh;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
}

.img {
  display: block;
  margin: 0px 0;
  width: 100%;
}

a {
  color: #293C92;
  text-decoration: none;
  display: inline;
  display: inline-block;
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #293C92;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input:active, input:focus, button:active, button:focus {
  outline: none;
  border: none;
}

.txt{border: none;
background: none;
width: 100%;
height: 100%;
color: #444;
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 3;
outline: none;}


.p {
  width: 100%;
  margin: 0 0px 20px 0px;
  clear: both;
}

p {
  margin: 0 0 0px 0;
  padding: 0;
}

br {
  display: block;
  margin: 0px 0 0px 0;
  line-height: 0;
  content: ' ';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1400px;
}

.box-reset .row {
  margin-right: -8px;
  margin-left: -8px;
}

.box-reset .col-1, .box-reset .col-2, .box-reset .col-3, .box-reset .col-4, .box-reset .col-5, .box-reset .col-6, .box-reset .col-7, .box-reset .col-8, .box-reset .col-9, .box-reset .col-10, .box-reset .col-11, .box-reset .col-12, .box-reset .col, .box-reset .col-auto, .box-reset .col-sm-1, .box-reset .col-sm-2, .box-reset .col-sm-3, .box-reset .col-sm-4, .box-reset .col-sm-5, .box-reset .col-sm-6, .box-reset .col-sm-7, .box-reset .col-sm-8, .box-reset .col-sm-9, .box-reset .col-sm-10, .box-reset .col-sm-11, .box-reset .col-sm-12, .box-reset .col-sm, .box-reset .col-sm-auto, .box-reset .col-md-1, .box-reset .col-md-2, .box-reset .col-md-3, .box-reset .col-md-4, .box-reset .col-md-5, .box-reset .col-md-6, .box-reset .col-md-7, .box-reset .col-md-8, .box-reset .col-md-9, .box-reset .col-md-10, .box-reset .col-md-11, .box-reset .col-md-12, .box-reset .col-md, .box-reset .col-md-auto, .box-reset .col-lg-1, .box-reset .col-lg-2, .box-reset .col-lg-3, .box-reset .col-lg-4, .box-reset .col-lg-5, .box-reset .col-lg-6, .box-reset .col-lg-7, .box-reset .col-lg-8, .box-reset .col-lg-9, .box-reset .col-lg-10, .box-reset .col-lg-11, .box-reset .col-lg-12, .box-reset .col-lg, .box-reset .col-lg-auto, .box-reset .col-xl-1, .box-reset .col-xl-2, .box-reset .col-xl-3, .box-reset .col-xl-4, .box-reset .col-xl-5, .box-reset .col-xl-6, .box-reset .col-xl-7, .box-reset .col-xl-8, .box-reset .col-xl-9, .box-reset .col-xl-10, .box-reset .col-xl-11, .box-reset .col-xl-12, .box-reset .col-xl, .box-reset .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}

.one-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.two-clamp {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}

.three-clamp {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.four-clamp {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  word-wrap: break-word;
}

.five-clamp {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  word-wrap: break-word;
}

.six-clamp {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  word-wrap: break-word;
}

.flexx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-section {
  color: #293C92;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.h-section2 {
  text-transform: uppercase;
  border-left: 10px solid #373737;
  height: 20px;
  line-height: 0.9;
  vertical-align: center;
  padding-left: 10px;
  margin: 0 0 20px;
  font-size: 1.4rem;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
  display: none;
}

.shadow.show {
  display: block;
}

.w-100 {
  width: 100%;
  display: inline-block;
}

.btn, .btn1, .btn2, .page-detail .tabien-tag a {
  display: inline-block;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  font-size: 0.9rem;
  font-family: 'Prompt';
  -webkit-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
}

.btn:hover, .btn1:hover, .btn2:hover, .page-detail .tabien-tag a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.btn1 {
  background: #b32323;
  text-transform: uppercase;
  height: 40px;
  color: #fff;
}

.btn2, .page-detail .tabien-tag a {
  padding: 8px  35px;
  position: relative;
  font-size: 1.3rem;
  margin: 15px auto;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ddd;
}

.thumb, .vdo-thumb {
  background-color: #ddd !important;
}

.thumb img, .vdo-thumb img {
  width: 100%;
  display: block;
}

.thumb169, .thumb1, .vdo-thumb-small {
  position: relative;
  padding-top: 52%;
  overflow: hidden;
  clear: both;
  display: block;
  background-color: #ddd !important;
}

.thumb169 img, .thumb1 img, .vdo-thumb-small img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.thumb43, .thumb2 {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  clear: both;
  display: block;
  background-color: #ddd !important;
}

.thumb43 img, .thumb2 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
}

.thumb1 {
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
  background-color: #ddd !important;
}

.thumb1:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.thumb1 img {
  width: 100%;
}

.thumb2 {
  transition: ease-in-out 200ms;
  -webkit-transition: ease-in-out 200ms;
  -ms-transition: ease-in-out 200ms;
  -moz-transition: ease-in-out 200ms;
  background-color: #ddd !important;
}

.thumb2:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.vdo-thumb {
  position: relative;
  cursor: pointer;
  background-color: #ddd !important;
  min-height: 420px;
}

.vdo-thumb:after {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
}

.vdo-thumb:hover:after {
  display: block;
  background-color: #fff;
}

.vdo-thumb-small {
  position: relative;
  cursor: pointer;
}

.vdo-thumb-small:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
}

.vdo-thumb-small:hover:after {
  display: block;
  background-color: #fff;
}

form {
  /* For IE10 */
}

form select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

form select::-ms-expand {
  display: none;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form .select-box {
  border: 3px solid #ddd;
  background: #fff;
  height: 46px;
  border-radius: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  outline: none;
}

form .calendar-box {
  position: relative;
  border: 1px solid #ddd;
  padding-left: 20px;
}

form .calendar-box input[type=text] {
  border: none;
}

form .calendar-box:before {
  content: '';
  display: block;
  -webkit-mask-image: url("../images/icons/icon-calendar.svg");
  mask-image: url("../images/icons/icon-calendar.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #293C92;
  width: 17px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

form .select-box {
  position: relative;
}

form .select-box select {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  outline: none;
}

form .select-box:after {
  content: '';
  -webkit-mask-image: url("../images/icons/icon-down.svg");
  mask-image: url("../images/icons/icon-down.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #fff;
  width: 16px;
  height: 9px;
  z-index: 2;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

form .select-box:before {
  content: '';
  position: absolute;
  background: #918787;
  top: -3px;
  right: -3px;
  height: 46px;
  width: 65px;
  z-index: 1;
}

header {
  padding: 20px 0;
  width: 100%;
  z-index: 10;
  background:rgba(0,0,0,0.95);
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 240px;
  display: block;
  float: left;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

header .close-menu{
  display: none;
}

header .menu-mobile{
  display: none;
}

header .logo img {
  width: 100%;
  display: block;
}

header .menu-top {
  font-family: 'Kanit';
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 400;
}

header .menu-top ul{
  display: flex;
}

header .menu-top ul li {
  list-style: none;
  padding:0 30px;
  white-space: nowrap;
  border-left:1px solid #999;
}

header .menu-top ul li:first-child{
  border-left:none;
}

header .menu-top ul li a {
  color: #eee;
  display: block;
  padding: 0px 5px;
}

header .menu-top ul li a:hover {
  color: #ffef40;
}

header .menu-top ul li a.active {
  background: #293C92;
  color: #fff;
}

header .menu-top ul li:nth-child(4) {
  margin-right: 270px;
}

header .menu-top ul li:nth-child(5) {
  margin-left: 0px;
}

header .link-top {
  margin: 10px 0 20px;
  float: right;
  width: 100%;
  text-align: right;
}

header .link-top a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}

header .link-top a:hover {
  color: #293C92;
}

header .link-top a i {
  display: block;
  width: 26px;
  height: 26px;
}

header .link-top a i.icon-facebook {
  -webkit-mask-image: url("../images/icons/icon-facebook.svg");
  mask-image: url("../images/icons/icon-facebook.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #fff;
  width: 8px;
  height: 16px;
}

header .link-top a i.icon-twitter {
  -webkit-mask-image: url("../images/icons/icon-twitter.svg");
  mask-image: url("../images/icons/icon-twitter.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #fff;
  width: 18px;
  height: 14px;
}

header .link-top a i.icon-youtube {
  -webkit-mask-image: url("../images/icons/icon-youtube.svg");
  mask-image: url("../images/icons/icon-youtube.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #fff;
  width: 18px;
  height: 14px;
}

header .link-top a i.icon-instagram {
  -webkit-mask-image: url("../images/icons/icon-instagram.svg");
  mask-image: url("../images/icons/icon-instagram.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #fff;
  width: 14px;
  height: 14px;
}

header .link-top a.login-top {
  margin-left: 20px;
}

header .link-top a.lan-en {
  margin-left: 20px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

header .link-top a.lan-en, header .link-top a.lan-th {
  line-height: 1;
}

.slick {
  margin-bottom: 0 !important;
}

.slick .slick-slide div {
  float: left;
  width: 100%;
}

.slick .slick-dots {
  bottom: 25px;
}

.slick .slick-dots li {
  margin: 0;
  height: 10px;
  width: 10px;
  margin: 0px 5px;
}

.slick .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}

.slick .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: '';
  background: #aaa;
  border-radius: 50%;
  opacity: 0.6;
}

.slick .slick-dots li.slick-active button:before {
  background: #ffef40;
}

.index-slide {
  position: relative;
  background:#000;
}

.index-slide img, .index-slide a{
  width: 100%;
}

.hot-line {
  text-align: center;
  background: #000;
  color: #eee;
  padding: 20px 0;
  font-size: 1.4rem;
  clear: both;
}

.hot-line a {
  color: #b32323;
  vertical-align: middle;
}

.hot-line a strong {
  font-size: 2rem;
}

.follow-zone {
  background: url("../images/bg-follow-2.jpg?v=2") no-repeat center bottom;
  padding: 30px 0;
  background-size: cover;
}

.follow-zone .follow-logo {
  width: 130px;
  display: inline-block;
}

.follow-zone .btn-follow {
  float: right;
  margin-top: 15px;
}

.follow-zone .follow-list {
  padding: 40px 0 0;
}

.follow-zone .follow-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.follow-zone .follow-list ul li {
  list-style: none;
  margin: 0 0 10px;
}

.follow-zone .follow-list ul li a, .follow-zone .follow-list ul li img {
  display: block;
  width: 100%;
}

.head-search {
  font-size: 0;
}

.head-search:before, .head-search:after {
  content: '';
  display: inline-block;
  height: 60px;
}

.head-search:before {
  background: #484848;
  width: 70%;
}

.head-search:after {
  background: #383838;
  width: 30%;
}

.index-search form {
  padding: 50px 0;
}

.index-search form .sum-search {
  font-size: 1.4rem;
  padding-top: 7px;
  text-align: center;
  width: 100%;
  display: block;
}

.index-search form .btn1 {
  width: 100%;
  font-size: 1.3rem;
  height: 46px;
}

.index-search form .btn1 img, .index-search form .btn1 span {
  display: inline-block;
  vertical-align: middle;
}

.index-search form .btn1 img {
  margin-right: 5px;
  width: 30px;
}

.tabien-zone .tabien-tab {
  border-bottom: 10px solid #b32323;
}

.tabien-zone .tabien-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabien-zone .tabien-tab ul li {
  list-style: none;
  width: 24%;
  text-align: center;
}

.tabien-zone .tabien-tab ul li a {
  background: #e8e8e8;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #444;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.tabien-zone .tabien-tab ul li a.active {
  background: #293C92;
  color: #fff;
}

.tabien-zone .tabien-h {
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  margin: 30px 0;
}

.tabien-zone .tabien-h img, .tabien-zone .tabien-h span {
  display: inline-block;
  vertical-align: middle;
}

.tabien-zone .tabien-h img {
  width: 165px;
  margin-right: 10px;
}

.tabien-zone .tabien-topic {
  font-weight: 400;
  font-size: 1.2rem;
}

.tabien-zone .tabien-topic img, .tabien-zone .tabien-topic span {
  display: inline-block;
  vertical-align: middle;
}

.tabien-zone .tabien-topic img {
  width: 65px;
  margin-right: 5px;
}

.tabien-zone .tabien-list {
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.tabien-zone .tabien-list li {
  list-style: none;
  text-align: center;
  width: 225px;
  margin: 0 0 30px;
	border-bottom:1px solid #444;
  padding-bottom:10px;
}

.tabien-zone .tabien-list li a, .tabien-zone .tabien-list li img {
  width: 100%;
  display: block;
}

.tabien-zone .tabien-list li .tabien-top {
  position: relative;
}

.tabien-zone .tabien-list li .tabien-top .tabien-number {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 19%;
  text-align: center;
  font-size: 2.3rem;
  color: #000;
  font-weight: 400;
  font-family: 'Kanit';
}


.tabien-zone .tabien-list li .tabien-top img{
	height: auto;
}

.tabien-zone .tabien-list li .tabien-top .tabien-status {
/*  position: absolute;*/
/*  bottom: 9px;*/
  width: 100%;
  background: #009103;
  color: #fff;
  text-align: center;
  margin: 0;
  /* left: 0;
  right: 0; */
/*  border-radius: 0 0 5px 5px;*/
  padding: 3px 0;
}

.tabien-zone .tabien-list li .tabien-top .tabien-status.booking {
  background: #293C92;
}

.tabien-zone .tabien-list li .tabien-bottom {
  padding-top: 5px;
  color: #000;
  font-family: 'Kanit';
}

.tabien-zone .tabien-list li .tabien-bottom span {
  color: #f00;
}

.tabien-zone .tabien-list li a {
  color: #444;
}

.page-detail .logo {
  /* width: 300px;
  max-width: 124px;
  padding:10px 20px 20px 10px; */
}

.page-detail .line-banner {
  padding: 30px 0;
  clear: both;
  background: #00c300;
}

.page-detail .line-banner a, .page-detail .line-banner img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.page-detail .line-banner img {
  border: 1px solid #0cda09;
}

.page-detail .detail-number {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-family: 'Sarabun';
}

.page-detail .detail-number img {
  width: 100%;
  display: block;
}

.page-detail .detail-number span {
  display: block;
  position: absolute;
  display: flex; align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.page-detail .detail-price {
  font-size: 1.5rem;
  padding: 10% 0 0;
  background: #f6f6f6;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.page-detail .detail-price p:first-child {
  margin: 0 0 15px;
}

.page-detail .detail-price p span, .page-detail .detail-price p strong {
  display: inline-block;
  vertical-align: middle;
}

.page-detail .detail-price p span {
  width: 100px;
}

.page-detail .detail-price p strong {
  color: #f00;
}

.page-detail .detail-right {
  padding: 8% 0 0;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}

.page-detail .detail-right p {
  margin: 0 0 15px;
}

.page-detail .detail-right p span, .page-detail .detail-right p strong {
  display: inline-block;
  vertical-align: middle;
}

.page-detail .detail-right p span {
  width: 45px;
  height: 45px;
  text-align: right;
  margin: 0 20px 10px 0;
}

.page-detail .detail-right p span.icon-phone {
  -webkit-mask-image: url("../images/icons/icon-phone.svg");
  mask-image: url("../images/icons/icon-phone.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #0190B8;
}

.page-detail .detail-right p span.icon-ig {
  -webkit-mask-image: url("../images/icons/icon-ig.svg");
  mask-image: url("../images/icons/icon-ig.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  background-color: #C13584;
}

.page-detail .detail-right p strong, .page-detail .detail-right p a {
  color: #444;
}

.page-detail .detail-sum {
  padding: 50px 30px;
  background: url("../images/bg-follow-2.jpg?v=2") no-repeat center bottom;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.page-detail .detail-sum span, .page-detail .detail-sum strong {
  font-size: 2rem;
}

.page-detail .detail-sum .sum-text {
  padding: 20px 0 0;
  line-height: 1.8;
  font-size: 1.1rem;
}

.page-detail .tabien-tag {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.page-detail .tabien-tag a {
  text-align: center;
  padding: 15px 0;
  height: auto;
  width: 100%;
}

.article-list{padding:30px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap:15px;}
.article-list li{list-style: none; margin:0 0 20px; font-size:0.9rem;}
.article-list li a{color:#444}
.article-list li a:hover{}
.article-list .thumb{border:1px solid #ddd;}
.article-list .article-title{margin:5px 0 0; }
.article-list .readmore{color:#b32323; margin:5px 0 0; text-decoration: underline;}

.article-detail{padding:30px 0;}
.article-detail .detail-title h1{font-size:1.6rem; margin:25px 0 15px 0;}
.article-detail time{display:block; width:100%; font-style: italic; color:#666; font-weight: normal; font-size: 0.8rem;}
.article-detail .full-pic{width:100%; border:1px solid #ddd;}
.article-detail .full-pic img{width:100%; display:block;}
.article-detail .detail-text{padding:0 0 30px 0; line-height: 1.8;}
.article-detail .detail-text br{margin:20px 0;}

footer {
  padding: 70px 0;
  background: #151515;
  color:#fff;
  font-size:0.9rem;
  font-family: 'Kanit';
}

footer a{
  color:#fff;
}

footer p{
  margin:0 0 5px;
}

footer .logo-foot{
  margin:0 0 20px 0;
  width:200px;
}



footer .logo-foot img{
  width:100%; 
  display: block;
}

footer .container{
  display: flex;
}

footer .foot-right{
  padding:0 0 0 100px;
}

footer .copyright {
  color: #ccc;
  font-size: 0.9rem;
}

footer .foot-right h3{
  font-size:1.2rem;
}

/*/////////////// Responsive ////////////////*/
@media only screen and (max-width: 1170px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  header .logo {
    width: 350px;
  }
  header .menu-top ul {
    display: block;
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
  }
  header .menu-top ul li {
    padding: 0 0 0 30px;
    margin: 0;
    display: inline-block;
  }
  .tabien-zone .tabien-list {
    display: block;
    text-align: center;
  }
  .tabien-zone .tabien-list li {
    display: inline-block;
  }
}

@media only screen and (max-width: 899px) {
  iframe {
    width: 100%;
    max-height: 56.25vw;
  }
  header .logo {
    width: 160px;
  }
  header .menu-top {
    font-size: 1.2rem;
  }
  .index-search form .select-box {
    margin-bottom: 15px;
  }
  .index-search form .sum-search {
    padding: 5px 0 15px;
  }
  .article-list{grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (max-width: 767px) {
  .tabien-zone .tabien-list {
    padding-bottom: 0;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2]; */
        grid-template-columns: repeat(3, 1fr);
  }

  .tabien-zone .tabien-list li {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  header {
    /* position: relative; */
    /* z-index: 21; */
    padding:15px 0;
    
  }
  header .logo{
    width:110px;
  }
  header .menu-mobile, header .close-menu{
    display: block;
    width:28px; height: 28px;
  }
  header .menu-mobile img, header .close-menu img{
    display: block;
    width:100%;
  }
  header .close-menu{
    position:fixed;
    right:16px; 
    top:15px;
    display: block;
    width:25px;
    height: 25px;
  }
  header .menu-top {
    font-size: 1.2rem;
    position: fixed;
    width:fit-content;
    height: fit-content;
    top:0; left: 0;
    bottom:0; right:0;
    margin:auto;
    z-index: 1001;
    font-weight: 300;
    display: none;
  }
  header .menu-top.show{
    display: block;
  }
  header .menu-top ul{
    width:fit-content;
    height: fit-content;
    padding:0;
  }
  header .menu-top ul li {
    width: 100%;
    border-left:none;
    text-align: center;
    margin:0;
    padding:0;
    border-bottom:1px dashed #444
  }
  header .menu-top ul li:last-child{
    border-bottom:none;
  }
  header .menu-top ul li a{
    padding:20px 0;
  }
  .slick {
    clear: both;
  }
  .follow-zone {
    padding: 30px 0;
  }
  .follow-zone .follow-logo{
    width:130px;
  }
  .follow-zone .btn-follow{
    width:120px;
    margin:0 15px 0 0;
  }
  .follow-zone .btn-follow img{
    width:100%;
    display: block;
  }
  .follow-zone .follow-logo img{
    display: block;
    width:100%;
  }
  .follow-zone .follow-list ul {
    /* -ms-grid-columns: (1fr)[2]; */
        grid-template-columns: repeat(2, 1fr);
  }
  .tabien-zone .tabien-tab ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabien-zone .tabien-tab ul li {
    width: 47.5%;
    margin: 0 3px 10px;
  }


  .page-detail form .select-box {
    margin-bottom: 10px;
  }
  .page-detail .detail-right {
    padding: 40px 0 0;
    text-align: center;
  }
  .page-detail .tabien-tag {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .page-detail .tabien-tag a {
    margin-bottom: 5px;
  }

  .article-list{grid-template-columns: repeat(1, 1fr);}


}

@media only screen and (max-width: 479px) {

  .hot-line {
    font-size: 1.1rem;
  }
  .hot-line span {
    display: block;
  }
  .tabien-zone .tabien-h {
    font-size: 1.6rem;
  }
  .tabien-zone .tabien-h img {
    width: 100px;
  }
  .tabien-zone .tabien-tab ul li a {
    font-size: 1rem;
  }
  .tabien-zone .tabien-list {
    padding-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(3, 1fr);
  }
  .tabien-zone .tabien-list li {
    width: 100%;
  }
  .tabien-zone .tabien-list li .tabien-top .tabien-number {
    font-size: 1.3rem;
    top: 15%;
  }

  .tabien-zone .tabien-list li img{
    height:100px;
  }

  .tabien-zone .tabien-list li .text-left, .tabien-zone .tabien-list li .text-right{
    font-size:1rem;
    flex:0 0 100%;
    max-width: 100%;
    text-align: center !important;
    padding:0 !important;
  }
  footer {
    padding: 30px 0;
  }
  footer .logo-foot{
    width:130px;
  }
  footer .logo-foot img{
    display: block;
    width:100%;
  }
  footer .container{
    display: block;
    text-align: center;
  }
  footer .foot-right{
    padding:30px 0 0;
  }
  footer .copyright {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=style.css.map */
