@font-face {
  font-family: IBM;
  font-style: normal;
  src: url("../font/IBMPlexSansThai-Regular.ttf");
}
@font-face {
  font-family: IBM-bold;
  font-style: normal;
  src: url("../font/IBMPlexSansThai-Bold.ttf");
}
p {
  font: 12px/23px "IBM";
  color: rgba(255, 255, 255, 0.5);
}
p.txt-white {
  color: rgb(255, 255, 255);
}

h1 {
  font: 40px/50px "IBM";
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  margin-bottom: 0;
}

h4 {
  font: 16px/26px "IBM-bold";
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
  margin-bottom: 0;
}

h5 {
  font: 20px/33px "IBM";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 19px 0 19px;
  margin-bottom: 0;
}
h5.text-big {
  font: 24px/40px "IBM";
  padding-top: 0;
  padding-bottom: 10px;
}

.text-small {
  font: 14px/23px "IBM";
  color: rgb(217, 217, 217);
  margin-bottom: 0;
}
.text-small.edit-1 {
  color: rgb(255, 255, 255);
  padding: 20px 0 40px;
}
.text-small span {
  color: rgb(224, 23, 42);
}

.w-80 {
  width: 80%;
}

.bg-clean {
  background: rgb(247, 247, 247);
}

.color-red {
  color: rgb(224, 23, 42);
  text-decoration: none;
}

.color-white {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

body, html {
  background: rgb(31, 31, 31);
}

.container {
  max-width: 1000px;
}

.line {
  width: 100%;
  height: 1px;
  background: rgb(217, 217, 217);
}

header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #FFF;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 10; /* background:url('../images/bg-header.jpg') no-repeat center top; */
  transition: 0.8s;
}
header .logo {
  height: 79px;
}
header .menubar {
  margin-top: 15px;
}
header .menubar li {
  display: block;
  padding: 0 25px 0 0;
  float: right;
}
header .menubar li a {
  font: 16px/40px "IBM-bold";
  color: rgb(255, 255, 255);
  text-decoration: none;
}
header .menubar li a.quotation {
  display: inline-block;
  background: rgb(224, 23, 42);
  border-radius: 5px;
  padding: 0 15px;
  transition: 0.8s;
}
header .menubar li a.quotation:hover {
  background: rgb(31, 31, 31);
  transition: 0.8s;
}
header .menubar li a:hover, header .menubar li a.active {
  color: rgb(224, 23, 42);
}
header.active {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
}

@media (max-width: 1000px) {
  header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #FFF;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #B13034;
    transition: 0.8s;
  }
  header .hamburger {
    margin: 25px 10px 0 0;
  }
}
.menu-mobile {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 10;
  background: rgb(31, 31, 31);
  width: 100%;
  padding: 30px 15px;
  display: none;
}
.menu-mobile a {
  font: 20px/26px "IBM";
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
  padding: 10px 0;
}

footer {
  background: #C01D2E;
  padding: 15px 0;
}
footer p {
  color: rgb(255, 255, 255);
}

.modal-content {
  background: rgb(224, 23, 42);
}
.modal-content .modal-body p {
  margin-bottom: 5px;
  color: rgb(255, 255, 255);
}

#page-home {
  position: relative;
  z-index: 1;
}
#page-home .banner-home {
  height: 626px;
  background: url("../images/banner.jpg") no-repeat center bottom fixed;
  background-size: auto 100%;
  position: relative;
}
#page-home .banner-home .bg {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url("../images/bg-banner.png") repeat-x left top;
}
#page-home .content-home {
  padding: 30px 0 0;
}
#page-home .content-home-2 {
  padding: 0 0 60px;
  display: flex;
}
#page-home .content-home-2 .box-left {
  position: relative;
}
#page-home .content-home-2 .box-left .box-quote {
  width: calc(100% - var(--bs-gutter-x) * 1);
  height: 54px;
  background: #C01D2E;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
}
#page-home .content-home-2 .box-left .box-quote img {
  padding: 7px 0 0 10px;
}
#page-home .content-home-2 .box-left .box-quote .text-small {
  padding: 17px 20px 0 0;
}
#page-home .partner {
  padding: 30px 0;
}
#page-home .partner h5 {
  font-size: 36px;
  line-height: 44px;
}
#page-home .partner .lo {
  position: relative;
}
#page-home .partner .lo img {
  position: relative;
  opacity: 0;
}
#page-home .partner .lo .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 1;
  width: calc(100% - var(--bs-gutter-x) * 1);
  left: calc(var(--bs-gutter-x) * 0.5);
}
#page-home .partner .lo .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  width: calc(100% - var(--bs-gutter-x) * 1);
  left: calc(var(--bs-gutter-x) * 0.5);
  transition: 0.5s;
}
#page-home .partner .lo:hover .img {
  opacity: 1;
  transition: 0.5s;
}

@media (max-width: 960px) {
  #page-home {
    position: relative;
    z-index: 1;
  }
  #page-home .banner-home {
    height: 100vw;
    background: url("../images/banner-mobile.jpg") no-repeat center top;
    background-size: cover;
  }
}
.short-link .item {
  position: relative;
  overflow: hidden;
}
.short-link .item img {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.short-link .item .txt {
  position: absolute;
  z-index: 2;
  right: 10%;
  top: 30%;
  width: 60%;
}
.short-link .item .txt p {
  font: 24px/40px "IBM-bold";
  color: rgb(217, 217, 217);
  padding: 0 0 20px;
}
.short-link .item .txt h3 {
  font: 48px/56px "IBM-bold";
  color: rgb(255, 255, 255);
}
.short-link .item .txt a {
  font: 16px/36px "IBM-bold";
  color: rgb(255, 255, 255);
  background: rgb(224, 23, 42);
  display: inline-block;
  padding: 0 15px;
  border-radius: 5px;
  text-decoration: none;
  width: auto;
}
.short-link .item.right .txt {
  left: 10%;
}
.short-link .item.right .txt a {
  background: rgb(31, 31, 31);
}
.short-link .item:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.short-link .item:hover a {
  opacity: 0.8;
  transition: 0.5s;
}

@media (max-width: 960px) {
  .short-link .item .txt {
    right: none;
    left: 10%;
    top: 10%;
    width: 80%;
  }
  .short-link .item .txt h3 {
    font: 36px/56px "IBM-bold";
    color: rgb(255, 255, 255);
  }
}
.section-why {
  padding: 30px 0;
}
.section-why h4, .section-why h5 {
  color: rgb(31, 31, 31);
}
.section-why h5 {
  font-size: 36px;
}
.section-why .line {
  background: rgb(224, 23, 42);
}
.section-why ul {
  padding: 0;
}
.section-why ul li {
  list-style-type: none;
  background: url("../images/ico-true.png") no-repeat left center;
  padding: 0 0 0 40px;
  font: 14px/23px "IBM";
  color: rgb(52, 52, 52);
  margin-bottom: 15px;
  min-height: 31px;
}
.section-why .list .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.8s;
}
.section-why .list .item img {
  position: relative;
  z-index: 1;
}
.section-why .list .item .txt {
  position: absolute;
  z-index: 2;
  bottom: -73%;
  left: 0;
  padding: 20px;
  width: 100%;
  background: rgba(42, 53, 61, 0);
  height: 100%;
  transition: 0.8s;
}
.section-why .list .item .txt h3 {
  font: 36px/40px "IBM-bold";
  color: rgb(31, 31, 31);
  margin-bottom: 0;
  transition: 0.8s;
}
.section-why .list .item .txt .line {
  height: 10px;
  background: rgb(255, 255, 255);
  margin: 10px 0 20px;
}
.section-why .list .item .txt ul li {
  background: none;
  padding-left: 0;
  list-style-type: disc;
  margin-bottom: 2px;
  font: 14px/18px "IBM-bold";
  color: rgb(255, 255, 255);
  min-height: auto;
  margin-left: 17px;
}
.section-why .list .item:hover {
  transform: scale(1.1);
  transition: 0.8s;
  z-index: 10;
}
.section-why .list .item:hover .txt {
  background: rgba(42, 53, 61, 0.5);
  bottom: 0;
  transition: 0.8s;
}
.section-why .list .item:hover .txt h3 {
  color: rgb(255, 255, 255);
  transition: 0.8s;
}

#page-portfolio {
  position: relative;
  z-index: 1;
  margin-top: 85px;
  padding: 30px 0 0;
}
#page-portfolio .list .item {
  cursor: pointer;
}
#page-portfolio .list .item img {
  transition: 0.8s;
}
#page-portfolio .list .item h5 {
  padding-bottom: 5px;
}
#page-portfolio .list .item:hover img {
  transition: 0.8s;
  transform: scale(1.05);
}
#page-portfolio .list .item:hover h5 {
  transition: 0.8s;
  color: rgb(224, 23, 42);
}
#page-portfolio .back {
  font: 16px/36px "IBM-bold";
  color: rgb(255, 255, 255);
  background: rgb(224, 23, 42);
  display: inline-block;
  padding: 0 15px;
  border-radius: 5px;
  text-decoration: none;
  width: auto;
}

#page-service {
  position: relative;
  z-index: 1;
  margin-top: 85px;
  padding: 30px 0 0;
}
#page-service .txt h3 {
  font: 36px/40px "IBM-bold";
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  transition: 0.8s;
}
#page-service .txt .line {
  height: 10px;
  background: rgb(255, 255, 255);
  margin: 10px 0 20px;
}
#page-service .txt ul {
  margin-left: -5px;
  margin-top: 10px;
}
#page-service .txt ul li {
  background: none;
  padding-left: 0;
  list-style-type: disc;
  margin-bottom: 2px;
  font: 14px/18px "IBM-bold";
  color: rgb(255, 255, 255);
  min-height: auto;
}
#page-service .bg-bottom {
  background: rgb(247, 247, 247);
}
#page-service .bg-bottom h1, #page-service .bg-bottom h4 {
  color: rgb(52, 52, 52);
}
#page-service .bg-bottom h5 {
  color: rgb(224, 23, 42);
}
#page-service .bg-bottom .line {
  background: rgb(31, 31, 31);
}
#page-service .bg-bottom .text-small {
  color: rgb(52, 52, 52);
}
#page-service .bg-bottom ul li {
  margin-left: -10px;
}

#page-contact {
  position: relative;
  z-index: 1;
  margin-top: 85px;
  padding: 30px 0 0;
}

#page-about {
  position: relative;
  z-index: 1;
  padding: 0;
}
#page-about .partner {
  padding: 30px 0;
}
#page-about .partner h5 {
  font-size: 36px;
  line-height: 44px;
}
#page-about .partner .lo {
  position: relative;
}
#page-about .partner .lo img {
  position: relative;
  opacity: 0;
}
#page-about .partner .lo .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 1;
  width: calc(100% - var(--bs-gutter-x) * 1);
  left: calc(var(--bs-gutter-x) * 0.5);
}
#page-about .partner .lo .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  width: calc(100% - var(--bs-gutter-x) * 1);
  left: calc(var(--bs-gutter-x) * 0.5);
  transition: 0.5s;
}
#page-about .partner .lo:hover .img {
  opacity: 1;
  transition: 0.5s;
}/*# sourceMappingURL=global.css.map */