@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap˜");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

:root {
  font-size: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  background-color: #252424;
}

body {
  box-sizing: border-box;
  background-color: white;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

dl, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 30px;
  list-style: unset;
}

ol {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 30px;
  list-style: decimal;
}

.padding-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rounded {
  border-radius: 0px !important;
}

a {
  color: #1b63a6;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  color: #227dd2;
  text-decoration: none;
  outline: none;
}

.thai a {
  font-weight: 500;
}

.line1 {
  height: 1px;
  border-bottom: 1px solid #dadada;
}

.line2 {
  min-height: 7px;
  background-image: linear-gradient(to right, #ef7c01, #da1f15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

.line3 {
  height: 1px;
  border-bottom: 1px solid #dadada;
}

.line-v {
  border-right: none;
  padding-right: 15px;
  border-bottom: 1px solid #c2c2c2;
}

@media only screen and (min-width: 992px) {
  .line-v {
    border-right: 1px solid #c2c2c2;
    padding-right: 25px;
    border-bottom: none;
  }
}
.line-v2 {
  border-right: none;
}

@media only screen and (min-width: 992px) {
  .line-v2 {
    border-right: 2px solid #5bacce;
  }
}
.padding1 {
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  .padding1 {
    padding-left: 25px;
  }
}
.maxwidth1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.minheight1 {
  min-height: 400px;
}

@media only screen and (min-width: 768px) {
  .minheight1 {
    min-height: 500px;
  }
}
.lb-data .lb-number {
  display: none !important;
}

img.max-width-height1 {
  max-width: 150px;
  max-height: 75px;
}

@media only screen and (min-width: 768px) {
  img.max-width-height1 {
    max-width: 180px;
    max-height: 90px;
  }
}
#slide1 p {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.border-red-btm {
  border-bottom: 1px solid #dd4949;
}

.bg-gradient-gray {
  background-image: linear-gradient(to right, #fff, #eff1f2, #fff);
}

.zone img.banner_zone {
  max-height: 120px;
  margin-bottom: 15px;
}

.zone2 img.banner_zone {
  margin: 10px;
}

#exh_lg_zone-wrap img {
  max-width: 85px;
  margin: 12px;
}

.lg-pad {
  background-color: #fff;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.lg-pad img {
  max-width: 90px;
  max-height: 45px;
}

@media only screen and (min-width: 768px) {
  .lg-pad {
    width: 110px;
    height: 70px;
  }
  .lg-pad img {
    max-width: 110px;
    max-height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-pad {
    width: 120px;
    height: 80px;
  }
}
.lg-pad2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25) !important;
  padding: 15px 0 0;
}
.lg-pad2 img {
  max-height: 60px;
}
.lg-pad2 h6 {
  background-image: linear-gradient(to right, #2c5679, #4bc2db);
  color: #fff;
  padding: 5px 10px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media only screen and (min-width: 425px) {
  .lg-pad2 {
    width: 43%;
    margin: 10px 20px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .lg-pad2 {
    width: 30%;
  }
  .lg-pad2 img {
    max-width: 175px;
    max-height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-pad2 {
    width: 18%;
  }
}
@media only screen and (min-width: 576px) {
  .modal_size1 .modal-dialog {
    max-width: 872px;
    margin: 1rem;
  }
}
@media only screen and (min-width: 889px) {
  .modal_size1 .modal-dialog {
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal_size2 .modal-dialog {
    max-width: 700px;
    margin: 1rem auto;
  }
}
.accordion-wrap .arrow-down, .accordion-wrap .arrow-up {
  color: #0d2f4e;
  margin-right: -20px;
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-wrap h5 {
  position: relative;
  margin-right: 20px;
}
.accordion-wrap .card-header a.collapsed .arrow-down {
  display: block;
}
.accordion-wrap .card-header a.collapsed .arrow-up {
  display: none;
}
.accordion-wrap .card-header a .arrow-down {
  display: none;
}
.accordion-wrap .card-header a .arrow-up {
  display: block;
}

body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.35rem;
  color: black;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  color: #1b63a6;
  margin-bottom: 0.5rem;
}

h5, h6 {
  font-weight: 600;
  color: #227dd2;
  margin-bottom: 0.5rem;
}

h1 {
  position: relative;
}

strong {
  font-weight: 600;
}

body.thai {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: black;
}

.thai h1,
.thai h2,
.thai h3,
.thai h4,
.thai h5,
.thai h6 {
  font-weight: 500;
}
.thai strong, .thai .emphasis1 {
  font-weight: 500;
}
.thai .font-weight-bold {
  font-weight: 500 !important;
}

.emphasis1 {
  color: #185690;
  font-weight: 600;
}

.emphasis2 {
  color: #ffd733;
  font-weight: 600;
}

.emphasis3 {
  color: #ef5a21;
  font-weight: 600;
}

.text-small {
  font-size: 14px;
  line-height: 1.1rem;
}

.text-gray {
  color: gray;
}

.link1 {
  text-transform: uppercase;
  font-size: 18px;
}

.icon1 {
  font-size: 38px;
  color: #14497a;
  margin-bottom: 10px;
  margin-left: 15px;
}

.icon2 {
  font-size: 60px;
  color: #14497a;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}

ul.fa-ul i.fa-li {
  font-size: 16px;
  color: #4697e1;
  margin-top: 0px;
}

ul.list-icon {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
ul.list-icon li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #d1dfea;
  padding-bottom: 10px;
  min-height: 53px;
}
ul.list-icon li img {
  height: 35px;
  width: auto;
  margin-right: 15px;
}

.text-justify {
  text-align: justify;
}

.btn:not(:last-child) {
  margin-right: 5px;
}
.btn, .btn:link, .btn:visited {
  text-decoration: none;
  padding: 5px 15px;
  display: inline-block;
  transition: all 0.3s;
  border-radius: 4px !important;
  cursor: pointer;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn--primary {
  background-color: #103c64;
  color: white;
  font-weight: 600;
  margin-bottom: 5px;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: #1f70bc;
  color: #fff;
}
.btn--secondary {
  background-color: #ffd529;
  color: white;
  font-weight: 600;
  margin-top: 10px;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-color: #ffdc4d;
  color: #fff;
}
.btn--textwhite {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.btn--textwhite:hover, .btn--textwhite:active, .btn--textwhite:focus {
  background-color: #1f70bc;
  color: #fff;
  border: 1px solid #1f70bc;
}
.btn--bd-primary {
  color: #061522;
  font-weight: 600;
  margin-top: 10px;
  border: 1px solid #061522;
  padding: 4px 20px !important;
}
.btn--bd-primary:hover, .btn--bd-primary:active, .btn--bd-primary:focus {
  color: #fff;
  background-color: #14497a;
  border: 1px solid #14497a;
}
.btn--bd-secondary {
  color: #ffcd00;
  font-weight: 600;
  margin-top: 10px;
  border: 1px solid #ffcd00;
  padding: 4px 20px !important;
}
.btn--bd-secondary:hover, .btn--bd-secondary:active, .btn--bd-secondary:focus {
  color: #fff;
  background-color: #ffd733;
  border: 1px solid #ffd733;
}

.label--bd-primary {
  display: inline-block;
  color: #6f7f1d;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  border: 1px solid #6f7f1d;
  padding: 4px 20px !important;
  border-radius: 4px !important;
}

.thai .btn--primary, .thai .btn--secondary {
  font-weight: 500;
}
.thai .label--bd-primary {
  font-weight: 500;
}

.btn-img {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.btn-img i {
  position: absolute;
  color: white;
  right: 5px;
  bottom: 5px;
  text-align: center;
  font-size: 25px;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s ease-in;
  z-index: 2;
}
.btn-img img {
  transform: scale(1.01);
  transition: all 0.3s ease-in;
  backface-visibility: hidden;
}
.btn-img .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in;
}
.btn-img .text-hover h5 {
  color: #fff;
}
.btn-img .text-hover p {
  color: #fff;
}
.btn-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.btn-img:hover::before, .btn-img:active::before, .btn-img:focus::before {
  opacity: 1;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img {
  transform: scale(1.08);
}
.btn-img:hover i, .btn-img:active i, .btn-img:focus i {
  opacity: 1;
  transform: translateX(0px);
}
.btn-img:hover .text-hover, .btn-img:active .text-hover, .btn-img:focus .text-hover {
  opacity: 1;
}

.btn-img-circle {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50% !important;
  max-width: 124px;
  max-height: 124px;
}
.btn-img-circle img {
  transform: scale(1);
  backface-visibility: hidden;
}
.btn-img-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.btn-img-circle:hover::before {
  opacity: 1;
}
.btn-img-circle:hover img {
  transform: scale(1.08);
}

.feature1 .item:not(:last-child) {
  margin-bottom: 20px;
}
.feature1 .item .item-in {
  position: relative;
  margin-bottom: 10px;
}
.feature1 .item .item-in img.normal {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature1 .item .item-in a:hover img.normal, .feature1 .item .item-in a:active img.normal {
  opacity: 0;
}
.feature1 .item a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2rem;
}

@media only screen and (min-width: 576px) {
  .feature1 .item:not(:last-child) {
    margin-bottom: 0px;
  }
}
.over-scale-pic:hover, .over-scale-pic:active, .over-scale-pic:focus {
  cursor: pointer;
}
.over-scale-pic:hover img.scale-pic, .over-scale-pic:active img.scale-pic, .over-scale-pic:focus img.scale-pic {
  transform: scale(1.08);
}

.btn-up,
.btn-up:hover,
.btn-up:focus {
  color: #fff !important;
  background-color: rgba(20, 73, 122, 0.75);
}

.scrollToTop {
  width: 52px;
  height: 52px;
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.scrollToTop i {
  margin-top: -6px;
  font-size: 2rem;
}

.showScrollTop {
  opacity: 1 !important;
}

.card-col-img-hl {
  justify-content: center;
}
.card-col-img-hl .card {
  position: relative;
  border: none;
  box-shadow: 0 0.08rem 0.5rem rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
  background-color: #fff;
  transition: all 0.5s;
  margin: 20px 15px !important;
}
.card-col-img-hl .card .label {
  background-color: red;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  padding: 2px 15px 2px 10px;
  border-radius: 0 0 50px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.card-col-img-hl .card .card-body {
  padding: 1rem 1rem 0;
}
.card-col-img-hl .card .card-body h6 {
  color: #4d4d4d;
}
.card-col-img-hl .card .card-title {
  margin-bottom: 15px;
}
.card-col-img-hl .card .card-text {
  margin-bottom: 5px;
}
.card-col-img-hl .card .card-footer {
  padding: 1rem 1rem;
  background-color: transparent;
  border-top: none;
}
.card-col-img-hl .card .card-img-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
  position: relative;
}
.card-col-img-hl .card .card-img-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.card-col-img-hl .card .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
}
.card-col-img-hl .card .text-hover h5 {
  color: #fff;
}
.card-col-img-hl .card .text-hover p {
  color: #fff;
}
.card-col-img-hl .card:hover {
  background-color: #f2f9ff;
  box-shadow: 0 0.08rem 0.5rem rgba(12, 70, 135, 0.3) !important;
}
.card-col-img-hl .card:hover .text-hover {
  opacity: 1;
}
.card-col-img-hl .card:hover .card-img-top::before {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .card-col-img-hl {
    justify-content: flex-start;
  }
  .card-col-img-hl .card {
    margin: 15px !important;
  }
}
.card-col-cnt .card {
  border: none !important;
  background-color: transparent;
}
.card-col-cnt .card .card-body {
  text-align: center;
}
.card-col-cnt .card .card-title {
  margin-bottom: 5px;
}
.card-col-cnt .card .card-text {
  margin-bottom: 5px;
}
.card-col-cnt .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
  text-align: center;
}
.card-col-cnt .card .card-img-top {
  text-align: center;
}
.card-col-cnt .card .card-img-top img {
  border-radius: 50% !important;
  max-height: 150px;
}

.card-row-cnt .card {
  flex-direction: row;
  border: none !important;
  background-color: transparent;
}
.card-row-cnt .card .card-body {
  padding: 5px 20px;
}
.card-row-cnt .card .card-title {
  margin-bottom: 5px;
}
.card-row-cnt .card .card-text {
  margin-bottom: 5px;
}
.card-row-cnt .card .card-footer {
  padding: 0 1.25rem 2rem;
  background-color: transparent;
  border-top: none;
  text-align: center;
}
.card-row-cnt .card .card-img-top {
  width: unset;
  text-align: center;
}
.card-row-cnt .card .card-img-top img {
  border-radius: 50% !important;
  max-height: 150px;
}

.card.col-3-2-1 {
  flex: unset;
  width: 93%;
}

@media only screen and (min-width: 768px) {
  .card.col-3-2-1 {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .card.col-3-2-1 {
    width: 30%;
  }
}
.card.col-4-2-1 {
  flex: unset;
  width: 95%;
}

@media only screen and (min-width: 576px) {
  .card.col-4-2-1 {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  .card.col-4-2-1 {
    width: 22.5%;
  }
}
.card-row-bd .card {
  flex-direction: column;
  margin-bottom: 1rem !important;
  margin-right: 0 !important;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.card-row-bd .card .card-img-top {
  width: unset;
}
.card-row-bd .card .card-img-top img {
  max-width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.card-row-bd .card .card-body {
  width: 100%;
  padding: 0.6rem 1rem;
}
.card-row-bd .card .card-body p {
  margin-bottom: 0.1rem;
}
.card-row-bd .card .card-title {
  margin-bottom: 0.1rem;
}
.card-row-bd .card .card-text {
  line-height: 1.2rem;
  font-size: 0.95rem;
}

@media only screen and (min-width: 576px) {
  .card-row-bd .card {
    flex-direction: row;
  }
  .card-row-bd .card .card-img-top img {
    max-width: 200px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }
  .card-row-bd .card .card-body {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .card-row-bd .card .card-body {
    width: 50%;
  }
}
.card-row-nobd .col-lg-6 {
  display: flex;
}
.card-row-nobd .card {
  flex-direction: column;
  padding-bottom: 1rem !important;
  margin-bottom: 1.5rem !important;
  margin-right: 0 !important;
  border: none;
  background-color: transparent;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.card-row-nobd .card .card-img-top {
  width: unset;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.card-row-nobd .card .card-img-top img {
  transform: scale(1);
}
.card-row-nobd .card .card-img-top img:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.card-row-nobd .card .card-img-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
  border-radius: 50%;
}
.card-row-nobd .card .card-img-top:hover::before {
  opacity: 1;
}
.card-row-nobd .card .card-body {
  width: 100%;
  padding: 0.6rem 1rem;
}
.card-row-nobd .card .card-body p {
  margin-bottom: 0rem;
}
.card-row-nobd .card .card-title {
  margin-bottom: 0.2rem;
  width: 80%;
}
.card-row-nobd .card .card-text {
  width: 80%;
}
.card-row-nobd .card .emphasis1 {
  float: right;
}

@media only screen and (min-width: 576px) {
  .card-row-nobd .card {
    flex-direction: row;
  }
  .card-row-nobd .card .card-body {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .card-row-nobd .card .card-body {
    width: 50%;
  }
}
.row-flexbox {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  width: 100%;
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}
.header .menu-bar {
  background-color: #060a06;
  min-height: 48px;
}
.header .top-bar1 {
  position: relative;
  background-color: #ffcd00;
  background-image: linear-gradient(#124b7a, #0d76a9);
}
.header .top-bar1 h1 {
  font-size: 24px;
  color: #ffcd00;
  text-shadow: 3px 4px 5px #000;
  margin-bottom: 0;
  text-align: center;
}
.header .top-bar1 h2 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  margin-top: 0px;
  text-shadow: 2px 3px 4px #000;
  margin-bottom: 0;
  text-align: center;
}
.header .top-bar1 img.logo {
  max-height: 65px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.header .top-bar1 img.date {
  max-height: 80px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.header .top-bar1 h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
}
.header .top-bar1 h6 {
  color: #000;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.header .top-bar1 p {
  font-size: 10px;
  text-align: left;
}
.header .top-bar1 img.logo-sm {
  max-height: 40px;
}
.header .top-bar1 img.logo-sm:not(:last-child) {
  margin-right: 10px;
}
.header .navbar {
  padding: 0;
}
.header .navbar .container {
  padding-left: 0;
}
.header .navbar ul {
  margin-left: 0;
}
.header.sticky {
  position: fixed;
}
.header.sticky .top-bar1 {
  display: none;
}
.header.sticky .top-bar1 h2 {
  font-size: 26px;
}
.header.sticky .top-bar1 img.logo {
  max-height: 65px;
}
.header.sticky .top-bar1 img.date {
  max-height: 80px;
}
.header.sticky .top-bar1 h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.header .nav-item:not(:last-child) {
  margin-right: 0px;
}
.header .nav-item a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1b63a6 !important;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.header .nav-item a::before {
  content: "";
  width: 50%;
  opacity: 0;
  height: 0px;
  background-color: #14497a;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scaleX(-0.5);
  transition: all 0.4s;
  z-index: -1;
}
.header .nav-item a.active {
  color: white !important;
}
.header .nav-item a:hover {
  color: #fff !important;
  outline: none;
}
.header .nav-item a:hover::before {
  width: 100%;
  height: 42px;
  opacity: 1;
  transform: scaleX(1);
}
.header .nav-item a:active, .header .nav-item a:focus {
  color: #fff !important;
  outline: none;
}
.header .nav-item a:active::before, .header .nav-item a:focus::before {
  width: 100%;
  height: 42px;
  opacity: 0.9;
  transform: scaleX(1);
}
.header .nav-item .nav-link {
  padding: 10px;
  margin: 0px;
}
.thai .header .nav-item a {
  font-size: 13px;
  font-weight: 500;
}
.thai .header .nav-item .nav-link {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .header.sticky .top-bar1 img.logo-sm {
    max-height: 30px;
  }
  .header .top-bar1 img.date {
    max-height: 100px;
  }
  .header .top-bar1 h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .thai .header .top-bar1 h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .header .top-bar1 h1 {
    font-size: 28px;
  }
  .header .top-bar1 h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .top-bar1 h1 {
    font-size: 32px;
    color: #ffcd00;
    text-shadow: 3px 4px 5px #000;
  }
  .header .top-bar1 h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0px;
    text-shadow: 2px 3px 4px #000;
  }
  .header .top-bar1 img.logo {
    max-height: 84px;
  }
  .header .nav-item a:hover {
    color: #fff !important;
    outline: none;
  }
  .header .nav-item a:hover::before {
    height: 51px;
    opacity: 1;
    transform: scaleX(1);
  }
  .header .nav-item a:active, .header .nav-item a:focus {
    color: #fff !important;
    outline: none;
  }
  .header .nav-item a:active::before, .header .nav-item a:focus::before {
    height: 51px;
    opacity: 0.9;
    transform: scaleX(1);
  }
  .header .nav-item .nav-link {
    padding: 15px;
  }
  .header .navbar-nav {
    border-top: none;
    margin-top: unset;
    padding-top: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .header .top-bar1 h1 {
    font-size: 32px;
  }
  .header .nav-item a {
    font-size: 15px;
  }

  .thai .header .top-bar1 h2 {
    font-size: 36px;
  }
  .thai .header .nav-item a {
    font-size: 14px;
  }
  .thai .header .nav-item .nav-link {
    padding: 15px 8px;
  }
}
.main-menu .dropdown-menu {
  visibility: hidden;
  background-color: #1b63a6;
  border: 1px solid transparent;
  top: 50px;
  opacity: 0;
  border-radius: 4px;
  padding: 5px 0;
  z-index: -10;
  transition: all 0.5s;
}
.main-menu .dropdown-menu.show {
  visibility: visible;
  top: 50px;
  opacity: 1;
  margin-top: 0;
  box-shadow: none;
}
.main-menu .dropdown-toggle::after {
  display: block;
  margin-left: unset;
  vertical-align: unset;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.main-menu a.dropdown-item {
  color: white !important;
  padding: 10px;
  padding: 8px 15px;
  z-index: 1;
}
.main-menu a.dropdown-item::before {
  content: "";
  width: 50%;
  opacity: 0;
  height: 0px;
  background-color: #14497a;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scaleX(-0.5);
  transition: all 0.4s;
  z-index: -1;
}
.main-menu a.dropdown-item::before {
  height: 0px;
}
.main-menu a.dropdown-item:hover, .main-menu a.dropdown-item:focus {
  background-color: transparent;
}
.main-menu a.dropdown-item:hover::before, .main-menu a.dropdown-item:focus::before {
  height: 36px !important;
  opacity: 1 !important;
}

.mobilemenu {
  overflow-y: auto;
  max-height: 70vh;
}

@media only screen and (min-width: 1200px) {
  .main-menu .dropdown-menu {
    display: block;
  }
  .main-menu .dropdown-menu.show {
    visibility: visible;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  }

  .mobilemenu {
    overflow-y: unset;
    max-height: unset;
  }
}
.navigation {
  display: block;
  margin-right: 20px;
}
.navigation__checkbox {
  display: none;
}
.navigation__button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 20;
  text-align: center;
  cursor: pointer;
}
.navigation__icon {
  position: relative;
  margin-top: 20px;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 20px;
  height: 2px;
  background-color: white;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -5px;
}
.navigation__icon::after {
  top: 5px;
}
.navigation__button:hover .navigation__icon::before {
  top: -5px;
}
.navigation__button:hover .navigation__icon::after {
  top: 5px;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

@media only screen and (min-width: 1200px) {
  .navigation {
    display: none;
  }
}
.navtab-style1 ul.nav-tabs {
  margin-left: 0 !important;
}
.navtab-style1 .tab-pane {
  margin: 0 5px;
}
.navtab-style1 .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}
.navtab-style1 .nav-tabs .nav-item {
  width: unset;
  flex-grow: 5;
  text-align: center;
  background-color: #0d2f4e;
  border-radius: 0px;
  margin: 5px;
}
.navtab-style1 .nav-tabs .nav-item .nav-link {
  color: #fff;
  transition: all 0.5s;
}
.navtab-style1 .nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  padding: 15px 25px;
  margin-bottom: 0;
}
.navtab-style1 .nav-tabs .nav-link:hover {
  border: none;
  background-color: #1f70bc;
}
.navtab-style1 .nav-tabs .nav-item.show .nav-link,
.navtab-style1 .nav-tabs .nav-link.active,
.navtab-style1 .nav-tabs .nav-link:focus {
  border-color: transparent;
  background-color: #1f70bc;
}

.navtab-style2 .nav-tabs {
  border-bottom: none;
  margin-bottom: 1.5rem;
}
.navtab-style2 .nav-tabs .nav-item {
  width: unset;
  flex: 1 1 auto !important;
  text-align: center;
  border: 1px solid #595959 !important;
  background-color: rgba(20, 73, 122, 0);
  margin: 3px;
  border-radius: 4px;
}
.navtab-style2 .nav-tabs .nav-item .nav-link {
  color: #fff;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.5s;
}
.navtab-style2 .nav-tabs .nav-item .nav-link i {
  font-size: 1.5rem;
  color: #999999;
  margin-right: 5px;
}
.navtab-style2 .nav-tabs .nav-item .nav-link p {
  color: #cca400;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: text-bottom;
}
.navtab-style2 .nav-tabs .nav-link:hover {
  border: none;
  background-color: #665200;
}
.navtab-style2 .nav-tabs .nav-link:hover p {
  color: #ffcd00;
}
.navtab-style2 .nav-tabs .nav-link:hover i {
  color: #e6e6e6;
}
.navtab-style2 .nav-tabs .nav-item.show .nav-link,
.navtab-style2 .nav-tabs .nav-link.active,
.navtab-style2 .nav-tabs .nav-link:focus {
  border-color: transparent;
  background-color: #997b00;
}
.navtab-style2 .nav-tabs .nav-item.show .nav-link p,
.navtab-style2 .nav-tabs .nav-link.active p,
.navtab-style2 .nav-tabs .nav-link:focus p {
  color: #fff;
}
.navtab-style2 .nav-tabs .nav-item.show .nav-link i,
.navtab-style2 .nav-tabs .nav-link.active i,
.navtab-style2 .nav-tabs .nav-link:focus i {
  color: white;
}

.pmain {
  position: relative;
}
.pmain__mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}

.main-pic .carousel-inner img {
  width: 1000px !important;
  position: relative;
  margin-left: -500px;
  left: 50%;
}

@media only screen and (min-width: 992px) {
  .main-pic .carousel-inner img {
    width: 100% !important;
    position: relative;
    margin-left: unset;
    left: unset;
  }
}
.main-pic .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  bottom: 40px;
  left: 0;
  top: 160px;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.main-pic .carousel-caption .bg-caption {
  padding: 2rem 0;
  padding: 0 1rem;
  text-align: left;
}
.main-pic .carousel-caption .bg-caption h1 {
  font-weight: 500 !important;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  max-width: 40rem;
}
.main-pic .carousel-caption .bg-caption h1:before {
  opacity: 0;
}
.main-pic .carousel-caption .bg-caption p {
  color: #d1d1d1;
  padding: 0;
  max-width: 40rem;
  font-weight: 300;
}

@media only screen and (min-width: 992px) {
  .main-pic .carousel-caption .bg-caption {
    padding: 1.25rem;
  }
  .main-pic .carousel-caption .bg-caption h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
.carousel-control-next i,
.carousel-control-prev i {
  color: #ffffff;
  font-size: 2.5rem;
}

.carousel-indicators li {
  height: 5px;
  background-color: #9ca79a;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #14497a;
}

.title-logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}
.title-logo img.logo {
  max-height: 45px;
}
.title-logo img.date {
  max-height: 100px;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  .title-logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .title-logo img.logo {
    max-height: 65px;
  }
  .title-logo img.date {
    max-height: 120px;
  }
}
.bg1 {
  background-image: url(bg1.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg3 {
  background-image: url(bg3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #fbfbfb;
}

.bg-intro {
  background-image: url(p_intro.jpg);
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.bg-intro2 {
  background: #14497a;
  background-image: url(bg2.png);
  background-size: cover;
  background-position: center;
}
.bg-intro2 .text-block {
  padding: 25px 0px;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .bg-intro2 .text-block {
    max-width: 690px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-intro2 .text-block {
    padding: 25px 20px;
    max-width: 560px;
    margin-left: unset;
    margin-right: unset;
  }
}
#newfeature {
  display: flex;
  flex-flow: row wrap;
}
#newfeature.simply-scroll-list {
  width: 3150px !important;
}
#newfeature .item {
  float: left;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 15px;
  background-color: #fafcf5;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding-bottom: 20px;
  text-align: center;
}
#newfeature .item .top-image img {
  border-radius: 16px 16px 0 0;
}
#newfeature .item .cnt {
  padding: 10px 15px 0;
}
#newfeature .item .cnt h5 {
  color: #000;
  text-align: center;
  margin-top: 10px;
}
#newfeature .item .cnt p {
  text-align: justify;
}
#newfeature .item .label-bottom {
  margin-top: auto;
}

.hotel .table {
  min-width: 600px;
}
.hotel .table thead th {
  vertical-align: middle;
  border-bottom: none;
  background-color: #ececec;
  text-align: center;
  color: #ffd733;
  font-weight: 600;
}
.hotel .table td, .hotel .table th {
  border: 1px solid #dadada;
}
.hotel .table .btn--primary {
  font-size: 14px;
}

.thai .hotel .table thead th {
  font-weight: 500;
}

.press .card {
  flex: 1 0 0%;
  width: 100%;
}
.press .press-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.press .press-list:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}
.press .press-list .btn-img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.press .press-nav {
  background-color: #72afe8;
  padding: 10px 15px;
}
.press .press-nav p {
  margin-bottom: 0;
}
.press .press-nav a {
  color: #fff;
  background-color: #14497a;
  padding: 3px 8px;
  text-align: center;
}
.press .press-nav a:not(:last-child) {
  margin-right: 10px;
}
.press .press-nav a:hover, .press .press-nav a:focus {
  background-color: #1b63a6;
}
.press .press-nav .display {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: #092238;
}
.press .press-nav .page {
  text-align: center;
}
.press ul {
  margin-top: 30px;
}
.press ul li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.press ul li:last-child {
  margin-bottom: 30px;
}

.thai .press .press-nav .display {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .press .press-nav .display {
    text-align: left;
    margin-bottom: 0px;
  }
  .press .press-nav .page {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .press .card {
    flex: unset;
    width: 31%;
  }
  .press .press-list .btn-img {
    margin-bottom: 0px;
  }
}
.press-home {
  background-color: #f6c28d;
  background-image: url("bg_global.png");
  background-size: cover;
  background-position: center;
}
.press-home h4 {
  color: #997b00;
}
.press-home h5 {
  color: #fff;
  background-image: linear-gradient(to right, #c15609, rgba(193, 86, 9, 0));
  padding: 5px 10px;
  margin-left: -16px;
  margin-bottom: 10px;
}
.press-home .recent-news {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.press-home .recent-news p {
  margin-bottom: 10px;
}
.press-home .recent-news .list:not(:last-child) {
  border-bottom: 1px solid rgba(166, 52, 20, 0.3);
  padding-bottom: 10px;
}

.date {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(to right, #2c5679, #4bc2db);
  padding: 5px;
  margin-bottom: 0;
}

.speaker-heading {
  padding: 8px 10px;
  margin-bottom: 25px;
  color: #185690;
  font-weight: 600;
  font-size: 18px;
  max-width: 380px;
  background-image: linear-gradient(to right, #d2deea, #d2deea, #d2deea, transparent);
}

.speaker-cnt img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  max-height: 110px;
}
.speaker-cnt .col {
  max-width: 290px;
  flex: 1 0 290px;
}

@media only screen and (min-width: 470px) {
  .speaker-cnt .col {
    max-width: 220px;
    flex: 1 0 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .speaker-cnt .col {
    max-width: 265px;
    flex: 1 0 265px;
  }
}
@media only screen and (min-width: 1400px) {
  .speaker-cnt .col {
    max-width: 250px;
    flex: 1 0 250px;
  }
}
#conferences .conf-item {
  position: relative;
  box-shadow: 0px 14px 15px -15px rgba(0, 0, 0, 0.27);
  background-image: linear-gradient(#e8f5fb, #fff);
}
#conferences .conf-item .conf-heading {
  background-image: linear-gradient(to right, #308add, #1a67af);
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 5px;
  box-shadow: 0px 12px 10px -8px rgba(0, 0, 0, 0.24);
}
#conferences .conf-item .conf-subhead {
  background-color: #44a8c4;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}
#conferences .conf-item .conf-cnt {
  padding: 15px;
}
#conferences .conf-item .table {
  min-width: 700px;
}
#conferences .conf-item h6 {
  color: #1b63a6;
  margin-top: 5px;
  margin-bottom: 5px;
}
#conferences .conf-item .label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 0 0 0 0px;
  position: absolute;
  top: 0;
  right: 0;
}
#conferences ul.list-date {
  margin-left: 0px !important;
  margin-bottom: 10px;
  padding: 0;
}
#conferences ul.list-date li {
  color: #0d2f4e;
  font-weight: 600;
  list-style: none;
  display: inline-block;
}
#conferences ul.list-date li:not(:last-child) {
  margin-right: 15px;
}
#conferences ul.list-date li i {
  font-size: 20px;
  color: #14497a;
  margin-right: 5px;
}

@media only screen and (min-width: 576px) {
  #conferences .conf-item .conf-cnt {
    padding: 30px;
  }
}
.vdo {
  background-image: linear-gradient(#f7f9fe, #d6e4f9);
}

.vdo1 {
  position: relative;
  background-image: url(/bg_vdo.jpg);
  background-size: cover;
  background-position: center;
  min-height: 350px;
  color: #fff;
}
.vdo1 .content {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 350px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vdo1 .content h3 {
  color: #fff;
}
.vdo1 .content i {
  font-size: 90px;
}
.vdo1 .content a {
  color: rgba(255, 255, 255, 0.55);
}
.vdo1 .content a:hover, .vdo1 .content a:focus {
  color: white;
}

@media only screen and (min-width: 768px) {
  .vdo1 .content {
    width: 60%;
  }
}
.vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vdo-wrap {
  padding: 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-modal .modal {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.vdo-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 15px auto;
}
.vdo-modal .modal-content {
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vdo-modal .modal-header {
  padding: 0 15px;
  border-bottom: none;
}
.vdo-modal .modal-body {
  padding: 15px;
}
.vdo-modal .close {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: 0.5;
}
.vdo-modal .close:hover, .vdo-modal .close:focus {
  opacity: 1;
}
.vdo-modal button:focus {
  outline: none;
}

.top {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}
.top a {
  color: #fff;
  font-weight: 500;
}
.top a:hover, .top a:active, .top a:focus {
  color: #4697e1;
}

.social {
  display: flex;
  justify-content: flex-start;
}
.social i {
  font-size: 1.25rem;
  padding: 0.55rem;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  transition: all 0.3s;
}
.social i:hover, .social i:active, .social i:focus {
  color: #fff;
  background-color: #14497a;
}
.social a:not(:last-child) {
  margin-right: 0.3rem;
}
.social a.link-text {
  padding-top: 0px;
  font-size: 12px;
  line-height: 1.1rem;
  color: #fff;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
}
.social a.link-text:hover, .social a.link-text:focus {
  color: #fff;
  background-color: #14497a;
}
.social .ic-line {
  display: inline-block;
  background-image: url(ic_line.svg);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  vertical-align: bottom;
  transition: all 0.3s;
}
.social .ic-line:hover, .social .ic-line:focus {
  background-color: #0e3457;
}

.top .social {
  justify-content: flex-end;
}
.top .social i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: none;
}
.top .social a:not(:last-child) {
  margin-right: 3px;
}
.top .social .ic-line {
  width: 30px;
  height: 30px;
  border: none;
}

.footer-logo p {
  font-size: 12px;
}
.footer-logo ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: center;
}
.footer-logo ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer-logo ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-logo ul li img {
  max-width: 140px;
  max-height: 60px;
}

@media only screen and (min-width: 768px) {
  .footer-logo ul li {
    margin-bottom: 20px;
  }
  .footer-logo ul li img {
    max-width: 160px;
    max-height: 63px;
  }
}
.footer-logo div.simply-scroll-list {
  width: 2400px !important;
}
.footer-logo ul#logo-scroll {
  width: 1200px !important;
  float: left !important;
}
.footer-logo ul#logo-scroll li {
  margin-right: 20px !important;
}

#footer-address {
  background-color: #0b2a45;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer-address h6 {
  color: #fff;
}
#footer-address h5 {
  color: #fff;
}
#footer-address i {
  color: #fff;
  margin-right: 10px;
}
#footer-address a {
  color: #fff;
  font-weight: 400;
}
#footer-address a:hover, #footer-address a:focus {
  color: #ffcd00;
}

#slide1, #slide2, #slide3, #slide4 {
  display: flex;
}

#slide1 {
  background-color: #fff;
  border-radius: 10px;
}

.tns-outer {
  position: relative;
}
.tns-outer [data-controls] {
  border: 0;
  padding: 0;
  font-size: 35px;
  color: #bfbfbf;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background: transparent;
}
.tns-outer [data-controls]:hover {
  color: #d9d9d9;
}
.tns-outer [data-controls=prev] {
  left: 10px;
}
.tns-outer [data-controls=next] {
  right: 10px;
}
.tns-outer button:focus,
.tns-outer button:active {
  outline: 0 !important;
}

.tns-nav {
  margin-top: 0.5rem;
  text-align: center;
}

.tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #cccccc;
  border: 1px solid transparent;
}

.tns-nav > .tns-nav-active {
  background: #ffcd00;
  border: 1px solid transparent;
}

.tns-ovh {
  margin-left: 0;
  margin-right: 0;
}

.tns-controls {
  display: none;
}

@media only screen and (min-width: 992px) {
  .tns-ovh {
    margin-left: 60px;
    margin-right: 60px;
  }

  .tns-controls {
    display: block;
  }
}
#slide2-wrap .tns-ovh {
  margin-left: 0px;
  margin-right: 0px;
}
#slide2-wrap .tns-outer [data-controls=prev] {
  left: -35px;
}
#slide2-wrap .tns-outer [data-controls=next] {
  right: -35px;
}
#slide2-wrap .tns-outer button:focus,
#slide2-wrap .tns-outer button:active {
  outline: 0 !important;
}

#slide3-wrap .tns-ovh {
  margin-left: 0px;
  margin-right: 0px;
}

.h_pagein {
  position: relative;
}
.h_pagein h1 {
  margin-bottom: 25px;
  border-bottom: 6px solid #cbe6ec;
  padding-bottom: 4px;
  display: inline-block;
}
.h_pagein h1::after {
  content: "";
  width: 80px;
  opacity: 1;
  height: 6px;
  background-color: #3fa1bf;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.subhead1 {
  color: #fff;
  background-image: linear-gradient(to right, rgba(255, 205, 0, 0.8), rgba(255, 205, 0, 0.8), rgba(255, 205, 0, 0.8), rgba(255, 205, 0, 0.8), rgba(255, 205, 0, 0));
  padding: 5px 60px 5px 15px;
}

.subhead2 {
  color: #fff;
  background-image: linear-gradient(to right, #14497a, #1b63a6, #1b63a6, rgba(20, 73, 122, 0));
  padding: 5px 15px;
  margin-bottom: 10px;
}

.subhead3 {
  color: #fff;
  background-image: linear-gradient(to right, #fff, #77a9a2, #77a9a2, #77a9a2, #77a9a2, #77a9a2, #77a9a2, #fff);
  padding: 5px 15px;
  margin-bottom: 10px;
}

.subhead4 {
  color: #fff;
  background-image: linear-gradient(to right, #4d9359, #43a754, rgba(0, 0, 0, 0));
  padding: 5px 15px;
}

.title1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 25px;
}
.title1::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #14497a;
  border-left: 50px solid transparent;
}
.title1::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #14497a;
  border-right: 50px solid transparent;
}
.title1 .title-text {
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #14497a;
  padding: 20px 5px 5px;
}
.title1 .title-text h1 {
  color: white;
  font-size: 28px;
}

.title2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.title2::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #ffcd00;
  border-left: 50px solid transparent;
}
.title2::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 300px solid #ffcd00;
  border-right: 50px solid transparent;
}
.title2 .title-text {
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #ffcd00;
  padding: 20px 30px 5px;
}
.title2 .title-text h1 {
  color: white;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .title1::before {
    border-top: 100px solid #14497a;
  }
  .title1::after {
    border-top: 100px solid #14497a;
  }

  .title2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title2::before {
    border-top: 100px solid #ffcd00;
  }
  .title2::after {
    border-top: 100px solid #ffcd00;
  }
  .title2 .title-text {
    padding: 20px 5px 5px;
  }
  .title2 .title-text h1 {
    font-size: 28px;
  }
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  white-space: initial;
}

.bootstrap-select > select {
  left: 0;
}

.search-group .formwidth {
  width: 98% !important;
  margin-bottom: 4px;
}
.search-group .formwidth:not(:last-child) {
  margin-right: 0px;
}
.search-group .btn {
  margin-top: 0;
}
.search-group .btn-multiselect {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}

@media only screen and (min-width: 992px) {
  .search-group .formwidth {
    width: 48% !important;
  }
  .search-group .formwidth:not(:last-child) {
    margin-right: 4px;
  }
}
.ex-result {
  margin-top: 20px;
}
.ex-result .ex-head {
  display: none;
  color: #fff;
  font-weight: 700;
  background-color: #ffd733;
}
.ex-result .ex-head a {
  color: #fff;
}
.ex-result .ex-head p {
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}
.ex-result .ex-head .company {
  width: 65%;
}
.ex-result .ex-head .stand {
  width: 15%;
}
.ex-result .ex-head .country {
  width: 30%;
}
.ex-result .ex-body {
  display: block;
  align-items: unset;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ex-result .ex-body:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.ex-result .ex-body p {
  margin-bottom: 0;
}
.ex-result .ex-body .hide-dt {
  display: inline;
}
.ex-result .ex-body .company {
  display: block;
  align-items: unset;
  width: 100%;
}
.ex-result .ex-body .company img {
  max-width: 50px;
  max-height: 50px;
  margin-left: 10px;
  float: left;
}
.ex-result .ex-body .company p {
  font-weight: 500;
  margin-left: 75px;
}
.ex-result .ex-body .stand {
  width: 70%;
  text-align: left;
  margin-left: 75px;
}
.ex-result .ex-body .country {
  width: 70%;
  text-align: left;
  margin-left: 75px;
}

@media only screen and (min-width: 992px) {
  .ex-result {
    margin-top: 0px;
  }
  .ex-result .ex-head {
    display: flex;
    align-items: center;
  }
  .ex-result .ex-body {
    display: flex;
    align-items: center;
  }
  .ex-result .ex-body .hide-dt {
    display: none;
  }
  .ex-result .ex-body .company {
    display: flex;
    align-items: center;
    width: 65%;
  }
  .ex-result .ex-body .company img {
    float: unset;
  }
  .ex-result .ex-body .company p {
    font-weight: 400;
    margin-left: 20px;
  }
  .ex-result .ex-body .stand {
    width: 15%;
    text-align: center;
    margin-left: 0px;
  }
  .ex-result .ex-body .country {
    width: 30%;
    text-align: center;
    margin-left: 0px;
  }
}
.banner-bottom .banner-fixed {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 20;
  max-width: 90%;
  padding: 5px 15px;
  background-color: #ffffff;
  background-image: linear-gradient(#61a706, #0e3f25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.banner-bottom .banner-fixed h6 {
  color: #ffffff;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.banner-bottom .banner-fixed p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}
.banner-bottom .banner-fixed .logo {
  max-width: 68px;
  margin-top: 15px;
}
.banner-bottom .banner-fixed i {
  color: #ffffff;
  font-size: 16px;
}
.banner-bottom .date-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.25em;
  text-align: center;
  background-color: #ffd21a;
  padding: 4px 13px;
  border-radius: 0 0 10px 0;
}
.banner-bottom a {
  color: #000000;
}
.banner-bottom a:hover, .banner-bottom a:focus, .banner-bottom a:visited {
  color: #000000;
}
.banner-bottom .close {
  z-index: 11;
  text-shadow: none;
}

@media only screen and (min-width: 576px) {
  .banner-bottom .banner-fixed {
    max-width: 430px;
  }
}
.vdo-lead {
  position: relative;
}
.vdo-lead .carousel {
  overflow: hidden;
}
.vdo-lead .carousel .carousel-control-prev, .vdo-lead .carousel .carousel-control-next {
  display: none;
  top: 50%;
  bottom: unset;
  margin-top: -60px;
  width: 120px;
}
.vdo-lead .carousel .carousel-control-prev i, .vdo-lead .carousel .carousel-control-next i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 120px;
  border-radius: 100px;
  line-height: 120px;
}
.vdo-lead .carousel .carousel-control-prev {
  left: -60px;
}
.vdo-lead .carousel .carousel-control-prev i {
  text-indent: 25px;
}
.vdo-lead .carousel .carousel-control-next {
  right: -60px;
}
.vdo-lead .carousel .carousel-control-next i {
  text-indent: -25px;
}
.vdo-lead .carousel .carousel-item .overlay {
  position: absolute;
  z-index: 2;
  background-color: rgba(34, 63, 29, 0.7);
  width: 100%;
  height: 100%;
}
.vdo-lead .carousel .carousel-item .bg-img {
  height: 60vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.vdo-lead .carousel .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  top: 40%;
  padding: 20px;
}
.vdo-lead .carousel .carousel-item h1 {
  color: #fff !important;
  font-size: 30px;
  text-shadow: 2px 2px #000;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.vdo-lead .video-fluid {
  display: block;
  height: 600px;
  width: auto;
}
.vdo-lead .img-cover-bg {
  height: 600px;
  width: auto;
  position: relative;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 576px) {
  .vdo-lead .carousel .carousel-item .carousel-caption {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .vdo-lead .carousel .carousel-control-prev, .vdo-lead .carousel .carousel-control-next {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .vdo-lead .carousel .carousel-item h1 {
    font-size: 40px;
    max-width: 700px;
  }
  .vdo-lead .video-fluid {
    display: block;
    width: 100%;
    height: auto;
  }
  .vdo-lead .img-cover-bg {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: unset;
  }
}
.ar-logo1 p {
  font-size: 12px;
  margin-bottom: 5px;
}
.ar-logo1 ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0;
}
.ar-logo1 ul li {
  list-style: none;
  margin-bottom: 15px;
}
.ar-logo1 ul li:not(:last-child) {
  margin-right: 15px;
}
.ar-logo1 ul li img {
  max-width: 100px;
  max-height: 40px;
}