@charset "UTF-8";

/**
* 01 - common
* 02 - header, nav & footer
* 03 - Title
* 04 - Row, Section, Line
* 99 - Layout Resposive
*/


/*-----------------------------------------------
* 01 : Common HTML
*-----------------------------------------------*/
body {
  font: 300 18px/24px Kanit;
  color: #3C3636;
}
.container {
  overflow-y: hidden;
}
section {
  padding: 60px 0;
}
.wrap {
  padding: 0 30px;
  max-width: 1140px;
}

.txt-red   {color: #BF1E2E !important;}
.txt-green {color: #209D54 !important;}


/** 01.1 : Image -----*/
.img-full-width {
  font-size: 0;
  line-height: 0;
}
.img-full-width picture,
.img-full-width img {
  width: 100%;
}

/** 01.2 : Text Middle Line -----*/
.middle-line {
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
  white-space: nowrap;
}
.middle-line.ml-left:before,
.middle-line.ml-right:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 1px;
  width: 64px;
  background-color: #cccccc;
  vertical-align: middle;
}
.middle-line.ml-left:before {
  right: 10px;
  margin-left: -75px;
}
.middle-line.ml-right:after {
  left: 10px;
  margin-right: -75px;
}
.middle-line.indent-left {
  margin-left: 50px;
}
/*** 01.2.1 : custom text size */
.middle-line.small {
  font-size: 26px;
  line-height: 30px;
}
.middle-line.very-small {
  font-size: 22px;
  line-height: 26px;
}
.middle-line.tiny {
  margin-left: 25px;
  font-size: 18px;
  line-height: 20px;
}
.middle-line.tiny.ml-left:before {
  width: 34px;
  margin-left: -34px;
}


/** 01.3 : Background and Triangle border -----*/


/** 01.4 : Social Nav -----*/
.social-nav {
  font-size: 0;
  line-height: 0;
}
.social-nav li, .social-nav a {
  display: inline-block;
}
.social-nav li+li {
  margin-left: 12px;
}
.social-nav a {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.social-nav a.youtube {
  width: 28px;
  background-image: url(../img/icon/social/youtube.svg);
}
.social-nav a.facebook  { background-image: url(../img/icon/social/facebook.svg); }
.social-nav a.instagram { background-image: url(../img/icon/social/instagram.svg); }
.social-nav a.line      { background-image: url(../img/icon/social/line.svg); }
.social-nav a.tiktok    { background-image: url(../img/icon/social/tiktok.svg); }

/*** 01.4.1 : round icon */
.social-nav.round { margin-top: 15px;}
.social-nav.round a {
  width: 54px;
  height: 54px;
}
.social-nav.round.small a {
  width: 40px;
  height: 40px;
}
.social-nav.round a.youtube   { background-image: url(../img/icon/social/youtube-r.svg); }
.social-nav.round a.facebook  { background-image: url(../img/icon/social/facebook-r.svg); }
.social-nav.round a.instagram { background-image: url(../img/icon/social/instagram-r.svg); }
.social-nav.round a.line      { background-image: url(../img/icon/social/line-r.svg); }


/** 01.5 : Qr -----*/
.qr {
  width: 110px;
  height: 110px;
  font-size: 0;
  line-height: 0;
}
.qr.pos-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.qr img { width: 100%; }


/*-----------------------------------------------
* 02 : Header
*-----------------------------------------------*/
.header {
  height: 80px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 1000;
}
.header .logo {
  position: absolute;
  top: 10px;
  left: 15px;
  padding: 8px 0 0 72px;
  font-size: 0;
  line-height: 0;
}
.header .logo img.lertnimit-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
.header-award {
  position: absolute;
  top: 18px;
  left: 275px;
  font-size: 0;
  line-height: 0;
  width: auto;
}
.header-award li {
  float: left;
}
.header-award li+li {
  margin-left: 3px;
}
.header-award a {
  display: block;
  float: left;
}
.header-award img {
  height: 40px;
}
.header .company-name {
  font: 400 24px/24px Kanit;
  color: #000;
}
.header .company-name-en {
  font: 400 16px/20px Roboto;
  color: #707070;
}



/**
* 02.2 : Navigator
*/
.nav {
  float: right;
  margin: 16px 15px 0 0;
  text-align: right;
}
.main-nav > li, .main-nav > li > a {
  display: inline-block;
}
.main-nav > li {
  position: relative;
  padding: 10px 0;
}
.main-nav > li > a {
  margin: 0 5px;
  padding: 2px 6px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.main-nav > li > a i {
  color: #C32F3E;
}
.nav a.switch-lang {
  margin-left: 9px;
  border: solid 1px #888;
}


/* 02.2.2 : Mobile Toggle -------*/
.menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  line-height: 100%;
  z-index: 100;
}
.menu-toggle .inner {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.menu-toggle .line {
	position: absolute;
	height: 2px;
	width:100%;
	background: rgba(0,0,0, 0.5);
	border-radius: 8px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.menu-toggle .top {top:18%;}
.menu-toggle .middle {top:48%;}
.menu-toggle .bottom {top:78%;}
.menu-toggle.close .line {background: #c00;}
.menu-toggle.close .top {
	transform:rotate(45deg);
	top:48%;
}
.menu-toggle.close .middle,
.menu-toggle.close .bottom {
	transform:rotate(-45deg);
	top:48%;
}


/**
* 02.2 : Footer & Copyright
*/
.footer {
  padding: 30px 0;
  background: #f2f2f2;
}
.footer-contact {
  position: relative;
  padding: 0 350px 0 90px;
  min-height: 110px;
  font-size: 16px;
  line-height: 20px;
}
.footer-contact li+li {
  padding-top: 8px;
}
.footer-contact img {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
}
.footer-contact a {
  color: #000;
}
.footer-contact address {
  position: relative;
  padding-left: 20px;
}
.footer-contact address i {
  position: absolute;
  top: 2px;
  left: 0;
}
.footer-contact address strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.footer-social {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 125px;
  max-width: 320px;
}
.footer-social .qr {
  left: inherit;
  right: 0;
}
.footer-social .social-nav {
  margin-top: 10px;
}

/** 02.2.2 : footer - copyright ----*/
.copyright {
  padding: 15px 10px;
  text-align: center;
  font: 400 13px/18px Helvetica;
  color: #555555;
}


/**
* 02.3 : Our Client
*/
.footer-client {
  padding: 20px 30px;
  background: #fff;
}
.footer-client-logo {
  margin: 20px 0;
}
.footer-client .slick-slide {
  margin: 0px 20px;
}
.footer-client .slick-slide img {
  float: none;
  margin: auto;
  height: 80px;
}
.footer-client .slick-prev,
.footer-client .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  padding: 0;
  margin-top: -12px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 24px;
  color: #ffa800;
  cursor: pointer;
}
.footer-client .slick-prev {left: -25px;}
.footer-client .slick-next {right: -25px;}
.footer-client .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.footer-client .slick-active, .slick-current {
  opacity: 1;
}



/*-----------------------------------------------
* 03 : Title, Row, Section, Line
*-----------------------------------------------*/
/**
* 03.1 : Page Title
*/
.p-title {
  margin: 40px 0;
  text-align: center;
}
.p-title .title {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  color: #BF1E2E;
}
.p-title .description {
  margin-top: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #666;
}
.p-title .description+.description {
  padding-top: 10px;
}
.p-title .description strong {
  font-weight: 500;
}

/**
* 03.2 : Header Title
*/
.h-title {
  margin-bottom: 30px;
  text-align: center;
}
.h-title .title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #000;
}
.h-title .title::after {
  content: '';
  display: block;
  float: none;
  margin: 15px auto 0 auto;
  height: 1px;
  width: 110px;
  background: #000;
}
.h-title .description {
  margin-top: 25px;
}


/**
* 03.3 : About - title
*/

.row2-title .inner {
  position: relative;
  margin: 50px 0 30px 0;
}
.row2-title .col-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 30px;
  width: 320px;
}
.row2-title .col-title a {
  position: relative;
  color: #BF1E2E;
  z-index: 10;
}
.row2-title .col-title h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}
.row2-title .col-text {
  margin-left: 360px;
  line-height: 28px;
}

.row2-title.long-width .wrap { max-width: 1280px }
.row2-title.long-width .col-title { width: 400px; }
.row2-title.long-width .col-text {margin-left: 440px;}





/*-----------------------------------------------
* 04 : Homepage
*-----------------------------------------------*/

/**
* 04.01 : Hero Image Slider
*/
.hero {
  position: relative;
  margin: 50px 0;
}
.hero .wrap {
  max-width: 1360px;
}
.hero-slide {
  position: relative;
  height: 60vw;
  max-height: 724px;
  font-size: 0;
  line-height: 0;
}
.hero-slide .item {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

  opacity: 0.0;
  transition: 1.0s opacity ease-in-out;
}
.hero-slide .item img {display: none;}
.hero-slide .item.active {
  opacity: 1.0;
  transition: 1.0s opacity ease-in-out;
  z-index: 100;
}

.hero-slide img {width: 100%;}

.hero-control {
  position: absolute;
  bottom: 50px;
  right: 89%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.hero-control .prev,
.hero-control .next {
  display: inline-block;
  width: 31px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-control .prev {background-image: url(../content/home/hero-prev.svg);}
.hero-control .next {background-image: url(../content/home/hero-next.svg);}
.hero-control span {
  display: block;
  margin: 15px 0;
  font: 400 14px/16px Roboto;
  color: #7C7C7C;
}
.hero-control em {
  color: #000;
}

.hero-content {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 40px 15px;
  width: 400px;
  background: #fff;
  z-index: 500;
}
.hero-content h1 {
  font: 400 44px/50px Kanit;
}
.hero-content p {
  margin-top: 15px;
}
.hero-content .readmore {
  font-size: 16px;
  color: #209D54;
}
.hero-content .readmore:after {
  content: ' ';
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 10px;
  background: url(../img/icon/arrow-line-right.svg) no-repeat;
  background-size: contain;
}

/**
* 04.2 : Home Contact
*/
.home-contact {
  margin-bottom: 30px;
  padding-top: 0;
}
.home-contact .wrap-inner {
  position: relative;
  padding-left: 320px;
  min-height: 257px;
}
.home-contact .qr {
  width: 257px;
  height: 257px;
}

.home-contact .content {
  position: relative;
}
.home-contact .content:before {
  content: ' ';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  background: url(../img/pattern-slash.png);
  z-index: 0;
}
.home-contact .content .inner {
  position: relative;
  padding: 5px 60px 30px 0;
  background: #fff;
  z-index: 10;
}
.home-contact .content h3 {margin-bottom: 10px;}
.home-contact .content .detail-block {
  font-size: 18px;
}





/*-----------------------------------------------
* 05 : About Hotel
*-----------------------------------------------*/


/**
* 05.2 : About - Top iamge
*/
.page-about .top-image {
  padding-top: 0;
}
.page-about .top-image .wrap {
  max-width: 1360px;
}

/**
* 05.3 : About - detail
*/
.about-detail {
  padding: 20px 0 100px 0;
}
.about-detail .row+.row {margin-top: 60px;}
.about-detail .col-image {
  float: left;
  width: 40%;
}
.about-detail .col-content {
  position: relative;
  float: left;
  width: 60%;
}
.about-detail .col-content::before {
  content: '';
  position: absolute;
  top: 30%;
  left: -15%;
  width: 20%;
  height: 100px;
  background: url(../img/icon/left-qoute.svg) no-repeat;
  background-size: contain;
  z-index: 0;
}
.about-detail .col-content-inner {
  position: relative;
  z-index: 50;
}
.about-detail .title {
  margin-bottom: 10px;
}
.vision-detail .col-content {
  padding: 10px 60px 0 0;
}
.vision-detail .detail-block h4,
.vision-detail .detail-block h3 {
  font-weight: 300;
}
.vision-detail .detail-block h3 {
  margin-top: 44px;
  font-size: 44px;
  line-height: 54px;
}
.vision-detail .detail-block h3 span {
  display: inline-block;
}
.vision-detail .detail-block h4 {
  margin-left: 40px;
  font-size: 32px;
  color: #666;
}
.target-detail .col-image,
.target-detail .col-content {
  float: right;
}
.target-detail .col-content { padding: 30px 0 0 60px; }
.target-detail .col-content::before {
  left: inherit;
  right: -15%;
  background-image: url(../img/icon/right-qoute.svg);
}
.target-detail .col-image {
  margin-top: -80px;
}
.target-detail .detail-block {
  font-size: 18px;
  line-height: 30px;
}
.target-detail .detail-block li+li {margin-top: 4px;}

.catering-detail .col-image,
.catering-detail .col-content {
  width: 50%;
}
.catering-detail .detail-block {
  font-size: 28px;
  line-height: 48px;
}
.catering-detail .col-content {
  padding: 20px 60px 0 0;
}


/**
* 05.4 : About - Award
*/
.award {
  padding-bottom: 80px;
  background: #F2F2F2;
}
.award .h-title .title::after {display: none;}
.award-list:after {content: "";display: table;clear: both;}
.award-list {
  display: block;
  position: relative;
  padding-top: 40px;
}
.award-list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: calc(100% - 50px);
  background: #ccc;
  transform: translateX(-50%);
}
.award-item {
  clear: both;
  position: relative;
  float: left;
  margin-top: -30px;
  width: 50%;
}
.award-item .icon {
  position: absolute;
  top: 20px;
  right: 0;
  border: solid 4px #f2f2f2;
  width: 30px;
  height: 30px;
  background: url(../img/timeframe-bullet.svg);
  background-size: contain;
  transform: translateX(50%);
}
.award-content {
  position: relative;
  margin: 0 40px 0 0;
  padding: 20px 30px 20px 120px;
  background: #fff;
  font-size: 16px;
}
.award-content::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: url(../img/trophy.svg) no-repeat;
  background-size: contain;
}
.award-content::after {
  content: '';
  position: absolute;
  top: 26px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.award-content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.award-content p {
  font-size: 20px;
  line-height: 30px;
}
.award-item:nth-child(2n) { float: right; }
.award-item:nth-child(2n) .award-content {
  margin-right: 0;
  margin-left: 40px;
  padding: 20px 120px 20px 35px;
}
.award-item:nth-child(2n) .award-content::before {
  left: inherit;
  right: 30px;
}
.award-item:nth-child(2n) .award-content::after {
  right: inherit;
  left: -10px;
  border: none;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.award-item:nth-child(2n) .icon {
  right: inherit;
  left: 0;
  transform: translateX(-50%);
}


/*-----------------------------------------------
* 06 : Room
*-----------------------------------------------*/
/**
* 06.1 : Room - list
*/
.page-room-list .p-title .wrap {
  max-width: 1130px;
}
.room-list {
  padding-top: 0;
  padding-bottom: 80px;
}
.room-list .wrap {
  max-width: 1280px;
}
.room-list-item {
  position: relative;
}
.room-list-item + .room-list-item {
  margin-top: 80px;
}
.room-list-image {
  margin-left: 300px;
}
.room-list-content {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 35px 20px 40px 30px;
  width: 350px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.room-list-item:nth-child(2n) .room-list-image {
  margin: 0 300px 0 0;
}
.room-list-item:nth-child(2n) .room-list-content {
  left: inherit;
  right: 0;
}
.room-list-content .title {
  margin-bottom: 5px;
}
.room-list-content .readmore {
  font-size: 16px;
  color: #209D54;
}
.room-list-content .readmore:after {
  content: ' ';
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 10px;
  background: url(../img/icon/arrow-line-right.svg) no-repeat;
  background-size: contain;
}

/**
* 06.2 : Room Detail
*/
.room-top-image .wrap {
  max-width: 1280px;
}
.room-detail .wrap {
  position: relative;
  padding-left: 250px;
  width: auto;
}
.room-detail .wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 100px;
  width: 100px;
  height: 100px;
  background: url(../img/icon/left-qoute.svg) no-repeat;
  background-size: contain;
  z-index: 0;
}
.room-detail .detail-block {
  max-width: 840px;
}
.room-detail .detail-block p:first-child {
  font-weight: 500;
}
.room-detail .img-full-width {
  position: relative;
  margin-top: 60px;
}
.room-detail .img-full-width:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  left: -10%;
  width: 60%;
  height: 80%;
  background: url(../img/pattern-slash.png);
  opacity: 0.5;
  z-index: 0;
}
.room-detail .img-full-width img {
  position: relative;
  z-index: 10;
}



/*-----------------------------------------------
* 07 : Seminar
*-----------------------------------------------*/
.page-seminar > .wrap {
  max-width: 1360px;
}
.page-seminar .readmore:after {
  content: ' ';
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 10px;
  background: url(../img/icon/arrow-line-right.svg) no-repeat;
  background-size: contain;
}
.page-seminar section:first-child {
  padding-top: 0;
}
.page-seminar .row {
  margin-bottom: 3px;
}
.page-seminar .title {
  margin-bottom: 5px;
  color: #209D54 !important;
}
.seminar-niwetrath .col {
  float: right;
}
.seminar-niwetrath .col:first-child {
  padding-right: 2px;
}
.seminar-niwetrath .col:last-child {
  padding-left: 1px;
}
.seminar-niwetrath .col-content {
  width: 35%;
}
.seminar-niwetrath .col-image {

  width: 65%;
}
.seminar-niwetrath .content {
  padding: 15px 40px 20px 30px;
}


.seminar-pailin .col {
  float: left;
}
.seminar-pailin .col:first-child {
  padding-left: 2px;
}
.seminar-pailin .col:last-child {
  padding-right: 1px;
}
.seminar-pailin .content {
  padding: 5px 50px 50px 70px;
}
.seminar-pailin .img-full-width + .img-full-width {
  margin-top: 3px;
}


/*-----------------------------------------------
* 08 : Bonquet
*-----------------------------------------------*/
.page-bonquet .p-title .wrap {
  max-width: 1100px;
}
.bonquet-list {
  padding-top: 0;
}
.bonquet-list .wrap {
  max-width: 1280px;
}
.bonquet-item {
  position: relative;
}
.bonquet-item+.bonquet-item {
  margin-top: 60px;
}
.bonquet-image {
  margin-right: 360px;
}
.bonquet-content {
  position: absolute;
  top: 50px;
  right: 0;
  padding: 35px 40px 40px 40px;
  width: 420px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bonquet-content .title {
  margin-bottom: 15px;
  color: #209D54;
}

.bonquet-gallery {
  font-size: 0;
  line-height: 0;
}
.bonquet-gallery li {
  display: inline-block;
  padding: 2px;
}
.bonquet-gallery img {
  width: 150px;
}

.catering-tour-gallery {
  padding-top: 0;
}
.catering-tour-gallery .col {
  padding: 2px;
}


/*-----------------------------------------------
* 09 : Resterant
*-----------------------------------------------*/
.page-restaurant {
  padding-bottom: 50px;
}
.page-restaurant section {
  padding: 80px 0 20px 0;
}

/**
*  09.1 : restaurant - hero
*/
.page-restaurant .p-title {
  text-align: left;
  margin-bottom: 30px;
}
.page-restaurant .p-title img {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100px;
  height: 100px;
}
.page-restaurant .p-title .wrap {
  padding-right: 140px;
}
/* .page-restaurant .p-title .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
} */
.page-restaurant .p-title .description {
  max-width: 530px;
}

/**
*  09.2 : restaurant - hero
*/
.restaurant-hero .wrap {
  max-width: 1240px;
}

/**
*  09.3 : restaurant - chef
*/
.chef { position: relative; }
.chef::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  height: 100%;
  width: 75%;
  background: url(../img/pattern-slash.png);
  z-index: 0;
}
.chef .row {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
  z-index: 50;
}
.chef figure {
  float: left;
  width: 40%;
}
.chef .detail-block {
  float: left;
  padding: 10px 50px;
  width: 60%;
  font-size: 18px;
  line-height: 30px;
}
.chef .detail-block p:first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.restaurant-gallery a {
  display: block;
  padding: 3px;
  font-size: 0;
  line-height: 0;
}
.restaurant-gallery img {
  width: 100%;
}


/*-----------------------------------------------
* 10 : Gallery
*-----------------------------------------------*/
.gallery-tab {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.gallery-tab li,
.gallery-tab a {
  display: inline-block;
  margin: 0 10px;
}
.gallery-tab a {
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.gallery-tab .active a {
  color: #209D54;
}
.gallery-tab .active a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 35px;
  height: 4px;
  background: #000;
}

/**
* 10.2 : Gallery - list
*/
.gallery-container {
  margin-bottom: 40px;
  padding: 30px 0 60px 0;
  background: #F7F7F7;
  font-size: 0;
  line-height: 0;
}
.gallery-item {
  width: 300px;
  height: 220px;
  overflow: hidden;
}
.gallery-item.gi-12 {
  height: 450px;
}
.gallery-item.gi-21 {
  width: 610px;
}
.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-item figure {
  display: block;
  margin: 5px;
  width: 100%;
  height: 100%;
  background: #fff;
}
.gallery-image img {
  width: 100%;
}


/*-----------------------------------------------
* 11 : Contact Us
*-----------------------------------------------*/
.page-contact {
  position: relative;
}

.contact-h-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-h-title .title {
  margin-bottom: 10px;
}
.contact-h-title .title span {
  font-size: 22px !important;
}
.contact-info-list+.contact-h-title {
  margin-top: 30px;
}

/** 11.1 - contact map ---*/
.contact-map-tab li {
  float: left;
  width: 50%;
}
.contact-map-tab a {
  display: block;
  padding: 5px 0;
  background: #eee;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.contact-map-tab a.active {
  background: #1a9b4f/*cef84d*/;
  font-weight: bold;
  color: #fff;
}
.contact-map-panel {
  display: none;
  height: 40vw;
  font-size: 0;
  line-height: 0;
}
.contact-map-panel.active {
  display: block;
}
.contact-map-panel iframe {
  width: 100%;
  height: 100%;
}
#graphic-map {
  background: url(../img/contact-map.svg) center no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
}



/*** 11.2 - contact info ---*/
.contact-info {
  width: 35%;
  font-size: 16px;
}
.contact-info-block { margin-bottom: 25px; }
.contact-info .contact-title { font-size: 20px; }
.contact-info-list li {
  position: relative;
  padding-left: 30px;
}
.contact-info-list li+li { margin-top: 5px; }
.contact-info-list strong {
  display: block;
}
.contact-info-list .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  color: #333;
}
.contact-info a {
  color: #000;
}
.contact-info .qr {
  margin-top: 10px;
  width: 130px;
}

/*** 11.3 - contact form ---*/
.contact-form {
  padding-left: 30px;
  width: 65%;
}
.contact-form input,
.contact-form textarea {
  border: none;
  border-radius: 0;
  background: #f1f1f1;
  font: 300 16px/24px Kanit;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #333; }
.contact-form .input-block+.input-block { margin-top: 8px; }
.contact-form button {
  margin-top: 3px;
  padding: 8px 0;
  border-radius: 0;
  width: 250px;
  background: #BF1E2E;
  text-align: center;
  font: 500 16px/24px Kanit;
  color: #fff;
}
