/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: #f8f9fa;
  color: #1f2937;
  font-family: 'Sarabun', 'Kanit', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 16px;
}
a {
  font: inherit;
  color: #e63946;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #1d3557;
  text-decoration: underline;
}
a:active {
  background: transparent;
}
p a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: #1d3557;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
* {
  -webkit-text-size-adjust: none;
}
a:hover {
  color: #e74c3c;
}
a:active {
  background: transparent;
}
p a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/
.text-1 {
  font: 400 100px/112px 'Kanit', sans-serif;
}
.text-1 a:hover {
  color: #e74c3c;
}
.text-2 {
  font: 400 40px/42px 'Kanit', sans-serif;
}
.text-2 a:hover {
  color: #e74c3c;
}
.text-3 {
  font: 400 12px/20px Arial, sans-serif;
}
.text-3 a:hover {
  color: #e74c3c;
}
.text-4 {
  font: 600 30px/30px 'Kanit', sans-serif;
}
.text-4 a:hover {
  color: #e74c3c;
}
.text-5 {
  font: 300 30px/30px 'Kanit', sans-serif;
}
.text-5 a:hover {
  color: #e74c3c;
}
.text-6 {
  font: 300 20px/32px 'Kanit', sans-serif;
}
.text-6 a:hover {
  color: #e74c3c;
}
.text-7 {
  font: 300 30px/27px 'Kanit', sans-serif;
}
.text-7 a:hover {
  color: #e74c3c;
}
.text-8 {
  font: 600 20px/24px 'Kanit', sans-serif;
}
.text-8 a:hover {
  color: #e74c3c;
}
.text-9 {
  font: 400 15px/20px 'Kanit', sans-serif;
}
.text-9 a:hover {
  color: #e74c3c;
}
.section-head {
  color: #1d3557;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.01em;
}
.highlight {
  background: rgba(230, 57, 70, 0.07);
  border: 1px solid rgba(230, 57, 70, 0.3);
  color: #1d3557;
  border-radius: 0.75rem;
  padding: 0.9rem;
}
.cta {
  background: #1d3557;
  border: 1px solid #1d3557;
  color: #fff;
  padding: 0.9rem 1.3rem;
  border-radius: 0.75rem;
  font-weight: 700;
  display: inline-block;
  transition: all 0.2s ease;
}
.cta:hover {
  background: #3a5a8f;
  border-color: #3a5a8f;
}
.table-container {
  overflow-x: auto;
  margin-top: 1rem;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container th,
.table-container td {
  padding: 0.8rem;
  border: 1px solid #dfe4ea;
}
.table-container th {
  background: #eef2f7;
  color: #1d3557;
  font-weight: 700;
}
@media (min-width: 480px) and (max-width: 979px) {
  .text-1 {
    font-size: 60px;
    line-height: 72px;
  }
  .text-2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .text-1 {
    font-size: 36px;
    line-height: 48px;
  }
  .text-2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.text-5,
.text-6,
.text-7,
.text-8,
.text-9 {
  text-transform: uppercase;
}
/*============  Colors  =============*/
.color-1 {
  color: #e74c3c;
}
.color-2 {
  color: #ffffff;
}
.color-3 {
  color: #404040;
}
.color-4 {
  color: #969696;
}
.color-black {
  color: #333333;
}
.color-1 a:hover {
  text-decoration: underline;
}
/*============  Backgrounds  =============*/
.bg-1 {
  background: rgba(46, 46, 46, 0.6);
}
.bg-2 {
  background: url("../images/shadow.png") repeat-x;
}
.bg-3 {
  background: #ffffff;
}
/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #e74c3c;
  border-bottom: 4px solid #c14235;
}
.brand {
  padding: 13px 0 61px;
  color: #a1a194;
}
.brand h1 {
  position: relative;
  display: inline-block;
  padding-left: 114px;
  color: #ffffff;
  font: 300 60px/42px 'Kanit', sans-serif;
}
.brand h1 a {
  display: inline-block;
  text-transform: capitalize;
}
.brand h1 a:hover {
  color: #ffffff;
}
.brand h1 a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 94px;
  height: 64px;
}
.brand .slogan {
  display: block;
  padding-left: 114px;
  margin-left: 4px;
  margin-top: 7px;
  font: 300 12px/16px 'Kanit', sans-serif;
  text-transform: uppercase;
  color: #f3a8a0;
}
@media (max-width: 1199px) {
  .brand {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .brand {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .brand h1 {
    padding-left: 0;
  }
  .brand h1 a:before {
    content: '';
    position: relative;
    display: inline-block;
    top: auto;
    left: 0;
    width: 94px;
    height: 64px;
    padding-bottom: 10px;
  }
  .brand .slogan {
    padding-left: 0;
  }
}
.nav {
  position: relative;
}
.nav .sf-menu {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  z-index: 998;
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sf-menu > li {
  display: table-cell;
  position: relative;
  background: #31353d;
  font: 600 14px/15px 'Kanit', sans-serif;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu > li:first-child {
  width: 89px;
  font: normal 42px 'FontAwesome';
  line-height: 80px;
}
.sf-menu > li > a {
  padding-top: 4px;
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
}
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #3b3b3b;
  border-bottom: 4px solid #292929;
}
.sf-menu > li + li {
  border-left: 1px solid #262627;
}
.sf-menu li {
  color: #fff;
}
.sf-menu li a {
  display: block;
  height: 100%;
}
.sf-menu ul {
  position: absolute;
  display: none;
  width: 100%;
  padding: 33px 0 32px;
  font: 600 14px/16px 'Kanit', sans-serif;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul a {
  padding: 6px 10px 6px;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 100%;
  margin-top: -4px;
  left: 0;
  background: #404040;
}
.sf-menu > li > ul li.current > a,
.sf-menu > li > ul li > a:hover {
  background: #ffffff;
  color: #404040;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: -4px;
  left: 100%;
  margin-left: 10px;
  background: #e74c3c;
}
.sf-menu > li > ul > li > ul:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 12px;
  margin-right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #e74c3c transparent transparent;
}
.sf-menu > li > ul > li > ul li.current > a,
.sf-menu > li > ul > li > ul li > a:hover {
  background: #404040;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 20px;
  }
  nav .sf-menu {
    display: none;
    position: relative;
    top: auto;
  }
  nav .select-menu {
    display: block;
    position: relative!important;
    top: 0!important;
    width: 100%;
    height: 40px;
    border: 4px solid #292929;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #404040;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Kanit', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #292929;
  z-index: 999;
}
.isStuck .nav .sf-menu {
  margin: 0;
  position: relative;
  top: auto;
}
.isStuck .nav .sf-menu > li {
  height: 64px;
  line-height: 64px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #f4f4f4;
  overflow: hidden;
}
/*============  Wrappers  =============*/
.wrap_1 {
  background: #404040;
  min-height: 6px;
  border-bottom: 4px solid #292929;
}
@media (max-width: 479px) {
  .wrap_1 .btn-1:first-child {
    margin-right: 7px;
  }
}
.wrap_2 {
  padding-bottom: 84px;
}
.wrap_3 {
  padding: 240px 0 348px;
}
@media (max-width: 767px) {
  .wrap_3 {
    padding: 50px 0;
  }
}
.wrap_4 {
  padding-bottom: 58px;
}
.wrap_5 {
  padding-top: 89px;
}
.wrap_6 {
  padding-top: 87px;
}
.wrap_7 {
  padding-bottom: 5px;
}
.wrap_8 {
  padding-top: 88px;
}
@media (max-width: 767px) {
  .wrap_8 {
    padding-top: 20px;
  }
}
.wrap_9 {
  padding-bottom: 53px;
}
.wrap_10 {
  padding-bottom: 43px;
}
.img-wrap {
  text-align: center;
}
/*============  Headings  =============*/
.heading-1 {
  padding-bottom: 40px;
}
.heading-2 {
  padding-top: 84px;
  padding-bottom: 53px;
}
.heading-3 {
  padding-top: 64px;
  padding-bottom: 53px;
}
.heading-4 {
  padding-top: 90px;
  padding-bottom: 58px;
}
.heading-5 {
  padding-top: 90px;
  padding-bottom: 53px;
}
.heading-6 {
  padding-top: 64px;
  padding-bottom: 58px;
}
.heading-7 {
  padding-top: 95px;
  padding-bottom: 58px;
}
.heading-8 {
  padding-top: 95px;
  padding-bottom: 53px;
}
/*============  Buttons  =============*/
.btn-1 {
  padding: 7px 0 11px;
  min-width: 128px;
  font: 400 14px/30px 'Kanit', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.btn-1:before {
  position: relative;
  top: 5px;
  padding-right: 11px;
  font: 400 25px 'FontAwesome';
}
.btn-1__skin-1 {
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.btn-1__skin-1:hover {
  color: #ffffff;
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btn-1__skin-2 {
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
}
.btn-1__skin-2:hover {
  color: #ffffff;
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btn-2 {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 58px;
  height: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #404040;
}
.btn-2:hover {
  color: #ffffff;
  background: #e74c3c;
}
.btn-2:before {
  content: '\f054';
  padding-left: 4px;
  font: 400 26px/58px 'FontAwesome';
}
.btn-3 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-width: 122px;
  margin-right: 52px;
  padding: 14px 0 12px;
  color: #ffffff;
  background: #404040;
  border-bottom: 4px solid #292929;
  text-align: center;
  text-transform: uppercase;
  font: 400 15px/20px 'Kanit', sans-serif;
}
.btn-3:hover {
  color: #ffffff;
}
.btn-3:hover:after {
  background: #969696;
  border-bottom: 4px solid #7f7f7f;
}
.btn-3:after {
  content: '\f054';
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 4px;
  width: 48px;
  text-align: center;
  background: #e74c3c;
  border-bottom: 4px solid #c14235;
  font: 400 20px/46px 'FontAwesome';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*============  Icon  =============*/
.icon-1 {
  display: inline-block;
  width: 179px;
  height: 53px;
  background: url("../images/index_img01.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-1:hover {
  background-position: 0 -53px;
}
.icon-2 {
  display: inline-block;
  width: 168px;
  height: 53px;
  background: url("../images/index_img02.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-2:hover {
  background-position: 0 -53px;
}
.icon-3 {
  display: inline-block;
  width: 166px;
  height: 53px;
  background: url("../images/index_img03.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-3:hover {
  background-position: 0 -53px;
}
.icon-4 {
  display: inline-block;
  width: 168px;
  height: 53px;
  background: url("../images/index_img04.png") no-repeat 0 0;
  -webkit-transition: none;
  transition: none;
}
.icon-4:hover {
  background-position: 0 -53px;
}
/*============  Lists  =============*/
.list-1 {
  font: 400 15px/20px 'Kanit', sans-serif;
  text-transform: uppercase;
}
.list-1 li {
  position: relative;
  padding: 18px 5px 21px 54px;
}
.list-1 li.skin-1 {
  background: #f4f5f5;
}
.list-1 li.skin-2 {
  background: #fafafa;
}
.list-1 li.skin-3 {
  background: #eeefef;
}
.list-1 li:before {
  content: '\f105';
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -11px;
  color: #e74c3c;
  font: 400 20px/20px 'FontAwesome';
}
.list-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #ffffff;
}
.list-2 li {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  border-right: 1px solid #f2f2f2;
}
.list-2 li:first-child {
  border-left: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .list-2 {
    display: block;
  }
  .list-2 li {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #f2f2f2;
  }
}
/*============  Boxes  =============*/
.box-1 {
  position: relative;
  margin-top: -170px;
  padding-bottom: 53px;
  margin-bottom: 30px;
  background: #ffffff;
  border-bottom: 4px solid #c9c9c9;
}
.box-1 .text-4 {
  padding: 28px 10px;
}
.box-1__skin-1 .text-4 {
  color: #ffffff;
  background: #b2867b;
  border-bottom: 4px solid #a46456;
}
.box-1__skin-2 .text-4 {
  color: #ffffff;
  background: #a1a194;
  border-bottom: 4px solid #818176;
}
.box-1__skin-3 .text-4 {
  color: #ffffff;
  background: #f2e85c;
  border-bottom: 4px solid #d2c953;
}
.box-1__skin-4 .text-4 {
  color: #ffffff;
  background: #bdd4de;
  border-bottom: 4px solid #a6b9c3;
}
.box-1 .text-4 {
  text-transform: uppercase;
  text-align: center;
}
.box-1 .prise {
  text-transform: uppercase;
}
.box-1 .prise span {
  float: left;
}
.box-1 .prise span:first-child {
  font: 600 70px/70px 'Kanit', sans-serif;
}
.box-1 .prise span:first-child + span {
  margin-left: 2px;
  font: 600 25px/38px 'Kanit', sans-serif;
}
.box-1 .prise span:first-child + span + span {
  margin-left: 4px;
  font: 600 20px/32px 'Kanit', sans-serif;
}
.box-1 .prise:before,
.box-1 .prise:after {
  content: " ";
  display: table;
}
.box-1 .prise:after {
  clear: both;
}
.box-1 .caption {
  padding: 43px 30px 30px;
}
.box-1 .caption .prise + p {
  padding-top: 43px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-1 .prise span:first-child {
    font-size: 40px;
    line-height: 49px;
  }
  .box-1 .prise span:first-child + span + span {
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .box-1 {
    margin-top: 10px;
  }
}
.box-2 {
  padding-bottom: 30px;
}
.box-2 .put-left {
  margin-right: 38px;
}
.box-2 .fa {
  display: inline-block;
  width: 96px;
  height: 92px;
  color: #ffffff;
  background: #e74c3c;
  font: 400 50px/96px 'FontAwesome';
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 0 0 #c14235;
  box-shadow: 0 4px 0 0 #c14235;
}
.box-2 .text-5 + .text-6 {
  padding-top: 5px;
}
.box-2 .clearfix + p {
  padding-top: 30px;
}
.box-2 p + .btn-3 {
  margin-top: 47px;
}
.box-2 .list-1 + p {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box-2 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .box-2 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
.box-3 {
  padding-bottom: 79px;
}
.box-3 .put-left {
  margin-top: 6px;
  padding-right: 23px;
}
.box-3 .fa {
  display: inline-block;
  width: 118px;
  height: 114px;
  text-align: center;
  background: #ffffff;
  border-bottom: 4px solid #c9c9c9;
}
.box-3 .text-8 + p {
  padding-top: 13px;
}
@media (max-width: 479px) {
  .box-3 .put-left {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
.box-4 {
  padding-bottom: 35px;
}
.box-4 .put-left {
  margin-right: 30px;
  margin-top: 5px;
}
.box-4 .caption p {
  padding-right: 35px;
}
.box-4 .text-8 + p {
  padding-top: 14px;
}
.box-4 p + .btn-3 {
  margin-top: 50px;
}
.box-4 p + .row,
.box-4 p + .list-1 {
  padding-top: 33px;
}
.box-4 .text-8 + .text-9 {
  padding-top: 14px;
}
.box-4 .text-9 + img {
  margin-top: 26px;
}
.box-4 img + p {
  padding-top: 23px;
}
@media (max-width: 979px) {
  .box-4 .put-left {
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .box-4 .text-9 .put-right {
    float: none;
  }
}
.box-5 {
  padding-bottom: 30px;
}
.box-5 img {
  width: 100%;
}
.box-5 .caption-1 {
  padding: 25px 10px 23px 20px;
  background: #f4f4f4;
}
.box-5 .caption-1 .text-9 + p {
  padding-top: 14px;
}
/*============  Quote Box =============*/
.quote-box {
  position: relative;
}
.quote-box:before {
  content: '“';
  display: inline-block;
  font: normal 72px/72px 'Kanit', sans-serif;
  color: #a1a194;
  height: 40px;
  overflow: hidden;
}
.quote-box .text_8 {
  padding-top: 17px;
  text-transform: uppercase;
}
.quote-box .color_7 {
  padding: 0 56px;
}
@media (max-width: 979px) {
  .quote-box .color_7 {
    padding: 0;
  }
}
/*============  Index Box  =============*/
.index-box {
  position: relative;
  padding-left: 100px;
  padding-bottom: 38px;
}
.index-box .data-index {
  position: absolute;
  top: 5px;
  left: 0;
  width: 70px;
  height: 66px;
  font: 300 48px/68px 'Kanit', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #404040;
  background: #ffffff;
  border-bottom: 4px solid #c7c7c7;
}
.index-box .data-index:before,
.index-box .data-index:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: -1px;
  top: 50%;
}
.index-box .data-index:after {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
}
.index-box .data-index:before {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #c7c7c7;
}
.index-box .caption .text-8 + p {
  padding-top: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index-box {
    padding-left: 60px;
  }
  .index-box .data-index {
    width: 40px;
    height: 36px;
    font-size: 20px;
    line-height: 38px;
  }
}
.index-box2 {
  position: relative;
  padding-left: 80px;
  padding-bottom: 38px;
}
.index-box2:before {
  content: attr(data-index) '.';
  position: absolute;
  top: 5px;
  left: 0;
  width: 46px;
  height: 50px;
  padding-left: 4px;
  color: #ffffff;
  background: #e74c3c;
  font: 300 30px/30px 'Kanit', sans-serif;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
}
.index-box2 .text-8 + p {
  padding-top: 14px;
}
/*============  Map =============*/
.map {
  margin-top: 7px;
  width: 100%;
  height: 468px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 150px;
  }
}
/*============  Address =============*/
.address .text-8 + p {
  padding-top: 14px;
}
.address p + dl {
  padding-top: 23px;
}
.address .text_2 {
  text-transform: uppercase;
  padding-bottom: 11px;
}
.address dl dt,
.address dl dd {
  display: inline-block;
}
.address dl dt {
  min-width: 90px;
}
.address dl + p + p {
  padding-top: 23px;
}
.address a:hover {
  color: inherit;
  text-decoration: underline;
}
/*============  Terms List =============*/
.terms-list dt {
  text-transform: uppercase;
}
.terms-list dt + dd {
  padding-top: 14px;
}
.terms-list dd + dt {
  padding-top: 28px;
}
/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .stellar-block {
    background-size: auto 100%;
  }
}
.first {
  background-image: url(../images/index_slide.jpg);
  background-color: #404040;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .first {
    background-image: url(../images/index_slide_sm.webp);
  }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #404040;
  border-top: 4px solid #c7c7c7;
  padding: 42px 0 28px;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*============  Info =============*/
.info {
  padding-bottom: 20px;
}
.info .brand {
  padding: 0;
  display: inline-block;
  color: #a1a194;
}
.info .brand h2 {
  position: relative;
  padding-left: 75px;
  color: #ffffff;
  font: 300 40px/40px 'Kanit', sans-serif;
}
.info .brand h2 a {
  display: inline-block;
  text-transform: capitalize;
}
.info .brand h2 a:hover {
  color: #ffffff;
}
.info .brand h2 a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 63px;
  height: 43px;
  background: url("../images/logof.png") no-repeat;
}
.info .brand .slogan {
  display: block;
  padding-left: 75px;
  margin-left: 4px;
  margin-top: 0px;
  font: 300 8px/10px 'Kanit', sans-serif;
  text-transform: uppercase;
  color: #a0a0a0;
}
.info .addinfo {
  display: inline-block;
  padding: 15px 0 0 10px;
  color: #828282;
}
@media (max-width: 767px) {
  .info {
    float: none;
    display: inline-block;
  }
}
/*============  Social List =============*/
.social-list {
  padding-top: 5px;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 12px;
}
.social-list a {
  display: inline-block;
  width: 48px;
  height: 44px;
  color: #ffffff;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  text-align: center;
  font: normal 24px/44px 'FontAwesome';
  border-radius: 50px;
}
.social-list a:hover {
  background: #e74c3c;
  -webkit-box-shadow: 0 4px 0 0 #c14235;
  box-shadow: 0 4px 0 0 #c14235;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    display: inline-block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 45px;
  right: 30px;
  overflow: hidden;
  border: none;
  width: 48px;
  height: 44px;
  z-index: 20;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  border-radius: 24px;
}
#toTop:hover {
  background: #e74c3c;
  -webkit-box-shadow: 0 4px 0 0 #c14235;
  box-shadow: 0 4px 0 0 #c14235;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

/* --- แก้ไขเรื่องสีไม่ชัด (Contrast Ratio) ตามกฎ Google --- */

/* 1. แก้สีแดงปกติ (red) ให้เป็นแดงเข้ม (Dark Red) */
/* จะช่วยแก้จุดที่เขียนว่า "ตู้แร็ค ยอดขายอันดับหนึ่ง" และ "ลดราคา 5-20%" ให้อ่านง่ายขึ้น */
font[color="red"], .color-red {
    color: #c62828 !important; /* แดงเข้มระดับ AAA */
}

/* 2. แก้ส่วนหัวเว็บ (Header) ให้ตัวหนังสือขาวจั๊วะ และพื้นหลังเข้มขึ้น */
/* บังคับให้ลิงก์และเบอร์โทรในส่วนหัวเป็นสีขาว 100% ไม่ให้ติดสีเทา */
#header .brand, 
#header .brand a, 
#header .brand strong, 
#header .brand font,
#header .brand span {
    color: #ffffff !important; 
    text-shadow: 0 1px 1px rgba(0,0,0,0.3); /* ใส่เงาดำจางๆ ช่วยให้ตัวหนังสือลอยเด่นขึ้น */
}

/* ปรับสีพื้นหลัง Header ให้แดงเข้มขึ้นอีกนิด (จากเดิม #c0392b) เพื่อให้ตัดกับตัวขาว */
#header {
    background-color: #a52a2a !important; 
    border-bottom-color: #8b0000 !important;
}

/* --- แก้ไข Contrast Ratio (ปรับสีให้เข้มขึ้นเพื่อผ่านเกณฑ์ Google) --- */

/* 1. แก้ไขตารางเปรียบเทียบ (Comparison Table) */
/* เปลี่ยนหัวตารางจากสีรุ้ง (Gradient) ที่อ่านยาก เป็นสีน้ำเงินเข้มเรียบๆ เพื่อให้ตัวหนังสือสีขาวเด่นชัด */
.comparison-table thead th {
    background: #2c3e50 !important; /* น้ำเงินเข้มเกือบดำ (Dark Blue/Grey) */
    color: #ffffff !important;
    text-shadow: none !important;
}
/* ปรับสีเขียว (ของเรา) ให้เข้มขึ้น */
.comparison-table .our-product, 
.icon-check::before {
    color: #006400 !important; /* เขียวแก่ (Dark Green) */
    font-weight: bold !important;
}
/* ปรับสีแดง (คู่แข่ง) ให้เข้มขึ้น */
.comparison-table .competitor-product,
.icon-cross::before {
    color: #c62828 !important; /* แดงเลือดหมู (Dark Red) */
}

/* 2. แก้ไขส่วนรีวิว (Review Section) */
/* ปรับสีส้มของดาวและคะแนนให้เข้มขึ้น (จากส้มเหลือง เป็นส้มอิฐ) */
.overall-rating .rating-value,
.overall-rating .stars,
.review-stars {
    color: #d84315 !important; /* ส้มเข้ม (Burnt Orange) */
}
/* ปรับสีวันที่ให้เข้มขึ้น (จากเทาจางๆ เป็นเทาเข้ม) */
.review-date,
.overall-rating .review-count {
    color: #555555 !important;
}

/* 3. แก้ไขข้อความสีแดงและหัวข้อต่างๆ */
/* เปลี่ยน font color="red" และ class สีแดง ให้เป็นแดงเข้ม */
font[color="red"], 
.color-1, 
h3.color-1 {
    color: #b71c1c !important; /* แดงเข้มระดับ AAA */
}

/* 4. แก้ไข Footer (ส่วนล่างสุด) */
/* บังคับให้พื้นหลัง Footer เข้มสนิท และตัวหนังสือขาวจั๊วะ */
#footer {
    background-color: #1a1a1a !important; /* ดำเทาเข้ม */
}
#footer, 
#footer .brand, 
#footer a, 
#footer strong,
#footer span,
#footer div {
    color: #ffffff !important; /* บังคับตัวอักษรขาว */
}
/* เพิ่มสีลิงก์ใน Footer ตอนเอาเมาส์ชี้ให้ชัดเจน */
#footer a:hover {
    color: #ffeb3b !important; /* เหลืองสว่าง */
    text-decoration: underline;
}

/* --- แก้ไข Contrast Ratio (ปรับสีให้เข้มขึ้นและชัดเจน) --- */

/* 1. แก้ไขเนื้อหาทั่วไป (Content Text) */
/* เปลี่ยนสีตัวหนังสือในส่วนเนื้อหาหลัก จากเทาอ่อน ให้เป็นเทาเข้มเกือบดำ */
body,
.grid_8, 
section#content,
.box-1 p, 
.box-2 p, 
.caption p,
.text-5,
.heading-3 {
    color: #333333 !important; /* สีเทาเข้ม (Dark Grey) อ่านง่าย */
}

/* 2. แก้ไขปุ่มกระพริบ (Blinking Text) */
/* ปิดการกระพริบ (Fade) เพราะทำให้ค่า Contrast ตกเกณฑ์ */
.blinking-text {
    animation: none !important;     /* สั่งปิด Animation */
    opacity: 1 !important;          /* ให้ความเข้ม 100% ตลอดเวลา */
    color: #ffffff !important;      /* ตัวหนังสือสีขาวชัดเจน */
    font-weight: bold !important;
}
/* ปรับพื้นหลังปุ่ม CTA ให้แดงเข้มชัดเจน */
.ctaa {
    background-color: #8B0000 !important; /* สีแดงเลือดหมูเข้ม */
    color: #ffffff !important;
}

/* 3. แก้ไขหัวตาราง (Table Headers) - ทั้งตารางเปรียบเทียบและตารางติดต่อ */
/* เปลี่ยนพื้นหลังหัวตารางเป็นสีเข้ม (เลิกใช้ Gradient สีรุ้งที่มีสีเหลือง) */
thead, 
th,
.comparison-table thead th {
    background: #2c3e50 !important; /* สีน้ำเงินเข้มอมเทา (Dark Navy) */
    background-color: #2c3e50 !important;
    color: #ffffff !important;      /* ตัวหนังสือสีขาว */
    text-shadow: none !important;
}

/* 4. แก้ไขปุ่ม "ถัดไป" (Pagination Button) */
/* ปรับสีฟ้าให้เข้มขึ้นเพื่อให้ตัดกับตัวหนังสือสีขาวได้ดีกว่าเดิม */
.pagination-btn {
    background-color: #0056b3 !important; /* สีน้ำเงินเข้มมาตรฐาน */
    color: #ffffff !important;
}
/* ปรับปุ่มที่กดไม่ได้ (Disabled) ให้เป็นสีเทาที่ยังพออ่านออก */
.pagination-btn:disabled {
    background-color: #6c757d !important;
    color: #e0e0e0 !important;
    opacity: 1 !important; /* ป้องกันไม่ให้จางจนมองไม่เห็น */
}
/* เปลี่ยนจาก h4 เป็น .contact-heading */
.contact-heading {
    display: block;        /* เพิ่มเพื่อให้มั่นใจว่าเป็นบรรทัดใหม่ */
    color: #2c3e50;
    margin-bottom: 35px;
    font-weight: 700;
    /* ... (โค้ดอื่นๆ เหมือนเดิม) ... */
    font-size: 2.8em;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #FF6F61, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}