html {
  font-size: 18px;
}

body {
  font-family: "Sarabun", sans-serif;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif;
}

p {
  font-family: "Sarabun", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
}

a {
  color: #ff6600;
  text-decoration: none;
}

nav {
  font-family: "Prompt", sans-serif;
}
nav .nav-link {
  font-family: "Prompt", sans-serif;
  color: #FFFFFF;
  border-bottom: 4px solid #1A4294;
  transition: border 0.5s;
  display: inline-block;
}
nav .nav-link:hover {
  color: #FFFFFF;
  border-bottom: 4px solid #ff6600;
  transition: border 0.5s;
}
nav .current {
  color: #FFFFFF;
  border-bottom: 4px solid #ff6600;
  transition: border 0.5s;
}
nav .dropdown-menu .nav-item .nav-link {
  color: #1A4294;
}

.logo {
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, #ffffff 50%, #1a4294 50%);
  background: -moz-linear-gradient(135deg, #ffffff 50%, #1a4294 50%);
  background: linear-gradient(135deg, #ffffff 50%, #1a4294 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#1A4294", GradientType=0);
}
.logo .navbar-brand {
  margin: 0;
  display: flex;
}
.logo .left {
  margin: 0;
}
.logo .left img {
  width: 100%;
  height: auto;
  max-width: 100px;
  min-width: 80px;
}
.logo .right {
  margin: 0;
  padding: 1.6rem 0rem 0rem 1rem;
  color: #1A4294;
}
.logo .right h1,
.logo .right h2,
.logo .right h3,
.logo .right h4,
.logo .right h5,
.logo .right h6 {
  font-weight: 700;
  line-height: 1.2rem;
}
.logo .emailintopmenu {
  color: #ffffff;
}
.logo .emailintopmenu i {
  color: #ffffff;
}

.navbar-nav a {
  color: #FFFFFF;
}

#short_link {
  background-image: url("../images/bg_section_short_link.png");
  background-size: auto;
  background-repeat: no-repeat;
  border-top: 4px solid #1A4294;
  border-bottom: 4px solid #1A4294;
}
#short_link .link_card {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  border: 6px solid #1A4294;
  box-shadow: 2px 2px 13px #132f69;
  width: 100%;
  height: 400px;
}
#short_link .link_card h2 {
  font-weight: 700;
  color: #1A4294;
}
#short_link .link_card h3 {
  font-weight: 400;
  color: #1A4294;
}
#short_link #link1 {
  text-decoration: none !important;
}
#short_link #link1 .link_card {
  background-image: url("../images/shortlink1.png");
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
}
#short_link #link2 {
  text-decoration: none !important;
}
#short_link #link2 .link_card {
  background-image: url("../images/shortlink2.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
#short_link #link3 {
  text-decoration: none !important;
}
#short_link #link3 .link_card {
  background-image: url("../images/shortlink3.png");
  background-size: cover;
  background-position-x: left;
  background-position-y: bottom;
}

#short_link a:hover h2,
#short_link a:hover h3 {
  color: #ff6600;
  transition: color 0.5s;
}

.title {
  margin-top: 5rem;
  margin-left: 5rem;
}

.title_free {
  position: absolute;
  margin-top: 8rem;
  margin-left: 15rem;
}

.title-blue {
  display: block;
  background-image: url("../images/icon-header-blue.png");
  background-repeat: no-repeat;
  padding-left: 50px;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #1A4294;
}

.title-orange {
  display: block;
  background-image: url("../images/icon-header-orange.png");
  background-repeat: no-repeat;
  padding-left: 50px;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
}

#slideHomePage {
  border-top: 4px solid #1a4294;
}

#slideProductsHomePage {
  background-color: #1A4294;
}
#slideProductsHomePage .detail {
  margin-top: 2rem;
  margin-left: 8rem;
  color: #FFFFFF;
}
#slideProductsHomePage .detail a {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-outline-white {
  font-family: "Prompt", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  padding: 1rem 1rem;
  background: #1A4294;
  background: -webkit-linear-gradient(135deg, rgb(26, 66, 148) 50%, rgb(255, 102, 0) 50%);
  background: -moz-linear-gradient(135deg, rgb(26, 66, 148) 50%, rgb(255, 102, 0) 50%);
  background: linear-gradient(135deg, rgb(26, 66, 148) 50%, rgb(255, 102, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A4294", endColorstr="#FF6600", GradientType=0);
  background-repeat: no-repeat;
  background-position-x: 150px;
  transition: background-position-x 0.5s;
}

.btn-outline-white:hover {
  background-repeat: no-repeat;
  background-position-x: 0px;
  transition: background-position-x 0.5s;
}

#footer {
  background-color: #3f3f3f;
}
#footer .rowtext {
  border-left: 10px solid #1A4294;
}
#footer .rowtext h5 {
  color: #FFFFFF;
  margin-left: 1rem;
}
#footer .rowtext h6 {
  color: #FFFFFF;
  margin-left: 1rem;
}
#footer .nav-item {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
#footer .nav-link {
  font-family: "Prompt", sans-serif;
  color: #FFFFFF;
  border-bottom: 4px solid #3f3f3f;
  transition: border 0.5s;
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 2px;
}
#footer .nav-link:hover {
  color: #FFFFFF;
  border-bottom: 4px solid #ff6600;
  transition: border 0.5s;
}
#footer .emailinfooter {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
#footer .emailinfooter:hover {
  color: #ff6600;
}
#footer .bar {
  background-color: #1f1f1f;
  color: #FFFFFF;
  font-family: "Prompt", sans-serif;
  text-align: center;
  padding: 0.8rem;
}

#about_detail {
  background-image: url("../images/bg_about_detail.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: contain;
}

#section_title {
  margin-top: 2rem;
}

.page_title {
  background: #FFFFFF;
  background: -webkit-linear-gradient(318deg, rgb(255, 255, 255) 20%, rgb(26, 66, 148) 20%);
  background: -moz-linear-gradient(318deg, rgb(255, 255, 255) 20%, rgb(26, 66, 148) 20%);
  background: linear-gradient(318deg, rgb(255, 255, 255) 20%, rgb(26, 66, 148) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#1A4294", GradientType=0);
}
.page_title h2 {
  font-weight: 700;
  color: #FFFFFF;
  padding-right: 6rem;
}

.text-blue h2 {
  font-weight: 700;
  color: #1a4294;
}

.blue_table {
  border: 4px solid #1A4294;
  background-color: #FFFFFF;
}
.blue_table table tr {
  border-bottom: 2px solid #1A4294;
}

#about_orgchart {
  background-color: #1A4294;
}

#about_policy {
  background-color: #1A4294;
}
#about_policy .detail {
  margin-top: 2rem;
  margin-left: 8rem;
  margin-bottom: 4rem;
  margin-right: 2rem;
}

#about_standard {
  background-color: #1A4294;
}
#about_standard .detail {
  margin-top: 2rem;
  margin-left: 8rem;
  margin-bottom: 4rem;
  margin-right: 2rem;
}

#product_process {
  background-color: #1A4294;
  color: #FFFFFF;
}
#product_process .direction a {
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.5s;
}
#product_process .direction a i {
  font-size: 3rem;
}
#product_process .direction a:hover {
  color: #ff6600;
  transition: color 0.3s;
}

#about_products_detail {
  background-color: #1A4294;
}

#contact_us iframe {
  border: 6px solid #1a4294 !important;
}
#contact_us .detail h6 i {
  color: #ff6600;
}

#contact_us_blue {
  background-color: #1A4294;
}
#contact_us_blue .detail h6 i {
  color: #ff6600;
}

/*# sourceMappingURL=template.css.map */
