@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@font-face {
  font-family: "NT_Regular";
  src: url("../fonts/NotoSansThai-Regular.woff2") format("woff2"), url("../fonts/NotoSansThai-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font-h1 {
  font-family: "Noto Sans", NT_Regular;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.font-h2 {
  font-family: "Noto Sans", NT_Regular;
  font-size: 18px;
  margin-bottom: 20px;
}
.color-ci {
  color: #00337b;
}
.color-ci-2 {
  color: #7a2ca7;
}
.color-ci-3 {
  color: #00d1ff;
}
@media (max-width: 991.98px) {
  .font-h1 {
    font-size: 22px;
  }
}
.btn-detail {
  padding: 10px 35px;
  font-family: "Noto Sans", NT_Regular;
  background: #00337b;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  min-width: 180px;
}
.btn-detail:hover {
  background: #00337b;
  border-color: #424242;
  color: #fff;
}
.btn-detail i {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
html,
body {
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:active,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit;
}
a {
  text-decoration: none !important;
  outline: none;
  transition: all 0.3s;
}
p {
  margin: 0 0 15px;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
body {
  font-family: "Noto Sans", NT_Regular, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
  color: #424242;
  height: 100%;
  background: #fff;
}
button {
  background: none;
  border: 0;
}
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
textarea {
  resize: none;
  padding-top: 15px !important;
}
select option {
  font-size: 13px;
}
.relative {
  position: relative;
}
.pad-20 {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .pad-20 {
    padding: 10px 0;
  }
}
.pad-20.bg-gray {
  background: #ebebeb;
}
.pad-20.bg-blue {
  background: #005eb8;
}
.pad-30 {
  padding: 30px 0;
}
.container-fluid {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.container.container-1000 {
  width: 100%;
  max-width: 1020px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background: #00337b;
  border-color: #00337b;
}
.text-center > img {
  display: inline-block;
}
@media (min-width: 1320px) {
  .container {
    max-width: 1300px;
  }
}
.wsanimated-arrow {
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  padding: 19px 35px 19px 20px;
  float: right;
}
.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
  cursor: pointer;
  height: 2px;
  width: 20px;
  background: #7a2ca7;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
}
.wsanimated-arrow span:before {
  top: -7px;
  width: 26px;
}
.wsanimated-arrow span:after {
  bottom: -7px;
  width: 20px;
}
.boxmenu {
  padding: 100px 50px;
  overflow: auto;
  width: 350px;
  right: -350px;
  position: fixed;
  z-index: 10;
  background: #fff;
  height: 100vh;
  transition: transform 0.25s ease;
}
.boxmenu.active {
  transform: translate3d(-350px, 0, 0);
}
.boxmenu .top-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
}
.boxmenu .menu-mobile {
  position: relative;
  max-height: calc(100vh - 10px);
  overflow-y: auto;
}
.boxmenu .menu-mobile > li {
  margin-bottom: 20px;
}
.boxmenu .menu-mobile > li a {
  color: #000 !important;
  display: block;
  position: relative;
  font-size: 18px;
}
.boxmenu .menu-mobile > li .button-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0 5px 4px;
  background: #000;
  background-image: url(../images/plus-w.svg);
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}
.boxmenu .menu-mobile > li.active > a {
  color: #00d1ff !important;
  font-weight: 600;
}
.boxmenu .menu-mobile > li.active .button-sub {
  background-image: url(../images/minus-w.svg);
  background-color: #00d1ff;
}
.boxmenu .submenu-mobile {
  display: none;
  margin: 30px 0 30px 25px;
}
.boxmenu .submenu-mobile li {
  margin-bottom: 15px;
}
.boxmenu .submenu-mobile li:last-child {
  margin-bottom: 0;
}
.boxmenu .submenu-mobile a {
  font-size: 18px;
  position: relative;
}
@media (max-width: 991.98px) {
  .boxmenu .submenu-mobile a {
    font-size: 16px !important;
  }
}
.header {
  z-index: 9;
  width: 100%;
  position: fixed;
  background: #fff;
}
.header > .container {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .logo {
  display: block;
  width: 130px;
}
.header .right-header {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  margin: 0 0 10px auto;
}
@media (max-width: 991.98px) {
  .header .right-header {
    margin-bottom: 0;
    align-items: center;
    padding-right: 5px;
  }
  .header .right-header span {
    display: none;
  }
}
.header .right-header li {
  margin-left: 35px;
}
@media (max-width: 991.98px) {
  .header .right-header li {
    margin-left: 15px;
  }
}
.header .right-header li a {
  color: #7a2ca7;
}
.header .right-header li a i {
  color: #00d1ff;
}
@media (max-width: 991.98px) {
  .header .right-header li a i {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .logo {
    width: 100px;
  }
}
.nav-menu {
  background: #00337b;
}
.nav-menu .container {
  display: flex;
}
.nav-menu .have-sub {
  position: relative;
}
.nav-menu .have-sub:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 44.8px;
}
.nav-menu .have-sub:hover > a {
  background: #7a2ca7;
}
.nav-menu a {
  display: block;
  padding: 12px 25px;
  color: #fff;
  position: relative;
}
.nav-menu a:hover,
.nav-menu a.active {
  background: #7a2ca7;
}
.nav-menu a:hover:before,
.nav-menu a.active:before {
  display: none;
}
.nav-menu a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #8099bd;
  top: 30%;
  right: 0;
}
.nav-menu a:last-child:before {
  display: none;
}
.submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 220px;
  background: #00337b;
  top: 30px;
  transition: all 0.3s ease 0s;
}
.submenu li {
  text-align: left;
  border-bottom: 1px dotted #80e8ff;
}
.submenu li:last-child {
  border-bottom: 0;
}
.submenu a {
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
}
.submenu a:hover {
  background: #7a2ca7;
}
.padsticky {
  padding-top: 136px;
}
@media (max-width: 991.98px) {
  .padsticky {
    padding-top: 73px;
  }
}
.footer {
  background: #00337b;
  padding: 20px 0;
  color: #fff;
}
.footer .inner-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer .inner-footer {
    flex-direction: column;
  }
  .footer .inner-footer ul {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
}
.footer .inner-footer li {
  margin-bottom: 15px;
}
.footer .inner-footer li:last-child {
  margin-bottom: 0;
}
.footer .inner-footer a {
  color: #fff;
}
.hover-img {
  overflow: hidden;
  transition: all 0.6s ease;
  display: block;
}
.hover-img img {
  transition: all 0.6s ease;
}
.hover-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1199.98px) {
  .max-100 {
    max-width: 100%;
  }
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 2px solid #7a2ca7;
  background: none;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7a2ca7;
}
.slide-arrow .swiper-button-prev {
  left: 0;
}
.slide-arrow .swiper-button-next {
  right: 0;
}
.slide-arrow .navigation {
  background: #7a2ca7;
  width: 30px;
  height: 30px;
  padding: 10px;
  margin-top: -15px;
}
.slide-arrow .navigation:after {
  font-size: 15px;
  color: #fff;
}
.row-s {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.row-s [class*="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  font-size: 80px;
  color: #fff;
  z-index: 3;
}
.play-icon-s {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 60px;
  color: #fff;
  z-index: 3;
}
.cut-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cut-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cut-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .mb-lg {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 20px;
  }
}
.main-hero {
  padding-bottom: 20px;
}
.main-hero article {
  margin: 2px -2px 0;
}
.main-hero .hero-left {
  float: left;
  width: 50%;
  padding: 2px;
}
@media (max-width: 767.98px) {
  .main-hero .hero-left {
    float: none;
    width: 100%;
  }
}
.main-hero .hero-right {
  float: left;
  width: 50%;
}
@media (max-width: 767.98px) {
  .main-hero .hero-right {
    float: none;
    width: 100%;
  }
}
.main-hero .hero-right .hero-s {
  display: block;
  float: left;
  padding: 2px;
  width: 50%;
}
.main-box-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-box-list .header-box {
  background: #00337b;
  padding: 15px;
  color: #fff;
}
.main-box-list .header-box.h-warning {
  background: #00d1ff;
}
.main-box-list .header-box small {
  font-size: 14px;
}
.main-box-list .header-box i {
  font-size: 18px;
  margin-right: 4px;
}
.main-box-list .detail-box {
  flex-grow: 1;
  overflow: auto;
  height: 300px;
  background: #f2f2f2;
}
.main-box-list .detail-box.d-video-box {
  font-size: 14px;
}
.main-box-list .detail-box.d-video-box a {
  margin: 0;
  padding: 10px 7px 10px;
  border-bottom: 1px solid #ccc;
}
.main-box-list .detail-box.d-video-box a:hover {
  background: #d6d6d6;
}
.main-box-list .detail-box.d-video-box h3 {
  font-size: 15px;
}
.main-box-list .top-5 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.main-box-list .top-5 a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0 15px 0 53px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.main-box-list .top-5 a:last-child {
  border-bottom: 0;
}
.main-box-list .top-5 a:hover {
  background: #d6d6d6;
}
.main-box-list .top-5 .num-box {
  background: #00d1ff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 18px;
  left: 15px;
  padding-top: 5px;
}
.main-s-banner a {
  display: block;
  margin-bottom: 4px;
}
.prev-next-outer a:not(.btn-detail) {
  font-size: 25px;
  margin: 0 5px;
}
.tab-list {
  display: flex;
  background: #00337b;
  flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 0;
}
.tab-list li {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .tab-list li {
    margin-bottom: 5px;
  }
}
.tab-list li a {
  display: block;
  padding: 5px 15px;
  background: #fff;
}
.tab-list li a.active {
  background: #00d1ff;
  color: #fff;
}
.wrap-newslist {
  padding: 15px;
  background: #f2f2f2;
}
.newslist {
  margin-bottom: 0;
  background: #f2f2f2;
}
.newslist li {
  width: 25%;
  padding: 4px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .newslist li {
    width: 33.333333333%;
  }
}
@media (max-width: 767.98px) {
  .newslist li {
    width: 50%;
  }
}
.newslist li h2 {
  font-size: 16px;
  color: #7a2ca7;
  text-decoration: underline;
}
.newslist li a {
  position: relative;
}
.newslist li .news-t-pic {
  display: block;
  margin-bottom: 10px;
}
.newslist li .news-read {
  color: #7a2ca7;
  text-decoration: underline !important;
}
.order-list {
  list-style: decimal !important;
  margin-left: 20px;
}
.login-regis {
  background: #012251;
  background: linear-gradient(0deg, #012251 0%, #012860 35%, #00337b 100%);
  padding: 50px 0;
  margin-top: 4px;
}
.login-regis.pad-forgot {
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  .login-regis.pad-forgot {
    padding: 50px 0;
  }
}
.login-regis .login-box {
  background: #fff;
  padding: 25px;
  border-radius: 3px;
}
.login-regis .login-box h1 small {
  font-size: 16px;
}
.login-regis .login-box h1 a {
  text-decoration: underline !important;
}
.login-regis fieldset {
  margin-bottom: 20px;
  position: relative;
}
.login-regis .btn-logfb {
  font-size: 14px;
  padding-top: 12px;
}
.login-regis .btn-detail {
  border-radius: 5px;
  height: 45px;
  color: #fff !important;
  vertical-align: top;
}
.login-regis .btn-detail .fa-facebook-official {
  font-size: 18px;
  top: 1px;
  position: relative;
}
.login-regis .login-text {
  color: #fff;
}
.login-regis .login-text ol {
  list-style: decimal !important;
  margin-left: 20px;
}
.login-regis .login-text ol li {
  margin-bottom: 10px;
}
.login-regis .login-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .login-regis .login-logo img {
    max-width: 150px;
  }
}
.g-pass:not(.not-as) {
  position: absolute;
  top: 0.8rem;
  right: 1.5rem;
  z-index: 9;
  display: block;
  text-align: center;
  color: #ddd;
  cursor: pointer;
  pointer-events: all;
}
.with-errors {
  color: #961b1e;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  bottom: -15px;
}
.with-errors ul {
  margin-bottom: 0;
}
html:before {
  transition: all 0.5s ease 0s;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(33, 32, 31, 0.4);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
html.open-menu {
  overflow: hidden;
}
html.open-menu:before {
  opacity: 1;
  visibility: visible;
}
.wrap_breadcrum {
  background: #0261ac;
  color: #fff;
}
.wrap_breadcrum .breadcrumb {
  background: #0261ac;
}
.wrap_breadcrum .breadcrumb .active {
  color: #fff;
}
.wrap_breadcrum .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
.page-num {
  margin-top: 20px;
}
.page-num a {
  margin-right: 8px;
}
.page-num a.active {
  background: #7a2ca7;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.faq {
  margin-bottom: 0;
}
.faq h3 {
  cursor: pointer;
  padding: 25px;
  padding-left: 40px;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
}
.faq h3 .fa-question-circle {
  position: absolute;
  left: 15px;
  top: 27px;
  color: #00d1ff;
  font-size: 20px;
}
.faq h3 .fa-angle-down {
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #00d1ff;
  position: absolute;
  transition: all 0.3s ease 0s;
}
.faq h3.active .fa-angle-down {
  transform: rotate(180deg);
}
.faq li:nth-child(even) {
  background: #ebebeb;
}
.faq .faqshow {
  padding: 10px 20px 20px 40px;
  display: none;
}
.contactus .form-contact {
  background: #f2f2f2;
  padding: 25px;
  border-radius: 4px;
}
.contactus .form-contact fieldset {
  margin-bottom: 20px;
  display: flex;
}
.contactus .form-contact i {
  font-size: 18px;
  margin: 8px 15px 0 0;
}
.contactus .form-contact .button-contact {
  margin-left: 30px;
}
.article-main {
  background: #f2f2f2;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .article-main {
    padding: 0 10px;
  }
}
.article-main section {
  background: #fff;
  padding: 40px 50px;
}
.article-main section.button-section {
  background: #f2f2f2;
}
@media (max-width: 991.98px) {
  .article-main section {
    padding: 20px 15px;
  }
}
.article-detail h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.article-detail .tag-share {
  display: flex;
  justify-content: space-between;
}
.article-detail .tag {
  background: #7a2ca7;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  margin-left: 5px;
}
.comment-facebook {
  margin-top: 20px;
}
.comment-facebook .show-comment li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.comment-facebook .show-comment li .comment-inner {
  padding-left: 20px;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .comment-facebook .show-comment li .comment-inner {
    padding-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .comment-facebook .show-comment li .img-profile {
    width: 60px;
  }
}
.btn-login {
  background: #555;
}
@media (max-width: 575.98px) {
  .btn-login {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-logfb {
  background: #324b8e;
}
@media (max-width: 575.98px) {
  .btn-logfb {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-comment {
  background: #7a2ca7;
}
.btn-comment:hover {
  background: #7a2ca7;
}
@media (max-width: 575.98px) {
  .btn-comment {
    width: 100%;
    margin-bottom: 10px;
  }
}
.videoplay {
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .videoplay {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .videoplay {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .videoplay {
    height: 250px;
  }
}
.question-container {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.question-box a {
  display: flex;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .question-box a {
    height: auto;
    padding: 20px;
    background-size: 100%;
  }
}
.question-box .question-text {
  padding: 0 40px;
  font-size: 19px;
}
@media (max-width: 991.98px) {
  .question-box .question-text {
    padding: 0;
    font-size: 16px;
  }
}
.question-box .question-text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .question-box .question-text p {
    margin-bottom: 15px;
  }
}
.question-box .question-text p:last-child {
  margin-bottom: 0;
}
.question-form fieldset {
  margin-bottom: 50px;
}
.question-form .custom-inline .custom-control {
  width: 200px;
}
.popup-messege {
  background: #7a2ca7;
  color: #fff;
  display: none;
  font-size: 19px;
}
.report-box aside {
  padding: 20px;
  background: #f2f2f2;
}
.report-box .detail-report-box a {
  padding: 15px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.report-box .detail-report-box .date-rb {
  display: inline-block;
  width: 150px;
}
.main-report-right {
  height: 50%;
  background: #f2f2f2;
}
.main-report-right .detail-report-right {
  background: #f2f2f2;
  padding: 20px;
}
.main-report-right .hb-red {
  background: #ed1c24;
}
.main-report-right .hb-blue {
  background: #00d1ff !important;
}
.mb-h-auto {
  height: auto;
}
.statistic-box {
  background: #f2f2f2;
}
.statistic-box a {
  padding: 15px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.color-red {
  color: #ed1c24;
}
.report-form .label-rf {
  margin-bottom: 0;
  padding-top: 6px;
}
.report-form .input-fix {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.report-form .input-fix .fa-calendar {
  position: absolute;
  right: 20px;
  top: 10px;
}
.report-form .row {
  margin-bottom: 20px;
}
.report-form .btn-primary {
  background: #7a2ca7 !important;
  border: #7a2ca7;
}
option {
  font-size: 13px;
}
.table-profile .header-table {
  background: #00337b;
  color: #fff;
  text-align: center;
  font-size: 19px;
  padding: 10px 0 10px;
}
.table-profile td {
  padding-left: 30px;
  padding-right: 30px;
}
.table-responsive .table {
  min-width: 1000px;
}
.table-responsive .table th {
  background: #0261ac;
  color: #fff;
  text-align: center;
}
.table-responsive .table .form-control {
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 30px;
}
/*# sourceMappingURL=style.css.map */
