@keyframes poring_01 {
  0%, 60%, 100% {
    margin-bottom: 0;
    transform: scale(1, 1);
  }
  10%, 30%, 50% {
    margin-bottom: 10px;
    transform: scale(0.88, 1.04);
  }
  20%, 40% {
    margin-bottom: 0px;
    transform: scale(1.1, 0.9);
  }
}
@keyframes poring_02 {
  0%, 70%, 100% {
    transform: rotate(0);
  }
  10%, 50% {
    transform: rotate(-6deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  20%, 60% {
    transform: rotate(6deg);
  }
}
@keyframes poring_03 {
  0%, 90%, 100% {
    transform: translateY(0);
  }
  20%, 50%, 70% {
    transform: translateY(-20px);
  }
  40%, 60% {
    transform: translateY(-5px);
  }
}
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration-line: none;
}

body {
  font-family: "IBM Plex Sans Thai", sans-serif;
  background: url('../images/bg_page2.jpg') no-repeat center top;
  background-size: cover; /* ปรับให้ภาพเต็มพื้นที่ */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1004px;
  padding: 0;
}

.topmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  max-width: 1004px;
  margin: auto;
}
.topmenu.logo {
  padding: 0;
}
.topmenu.navlink a {
  margin-left: 10px;
  text-decoration-line: none;
}

.main {
  margin-bottom: 35px;
}
.main .header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 250px;
}
.main .header .navigation {
  width: 304px;
  height: 308px;
  margin: 0 0 0 -7px;
  background: url(../images/home-banner-left.html) no-repeat 0 0;
}
.main .header .navigation > .btn-user {
  display: block;
  width: 100%;
  height: 120px;
}
.main .header .navigation > .btn-down {
  display: block;
  width: 100%;
  height: 90px;
}
.main .header .navigation > .btn-line {
  display: block;
  width: 100%;
  height: 90px;
}
.main .header .highlight {
  flex: 1;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 0 45px 0 0;
}
.main .header .highlight .slides {
  height: 220px;
  padding: 7px 0 0 7px;
  background: url(../images/home-banner-right.html) no-repeat 0 0;
  overflow: hidden;
}
.main .header .highlight .slides .slides-box {
  padding-right: 7px;
  border-radius: 0 45px 0 0;
  overflow: hidden;
}
.main .header .highlight .slides .slides-box img {
  border-radius: 0 45px 0 0;
  overflow: hidden;
}
.main .home {
  margin-top: 15px;
  display: flex;
}
.main .home .boxleft {
  float: left;
  width: 304px;
}
.main .home .boxleft .login {
  height: 200px;
  margin: 0 0 0 -7px;
  background: url(../images/news-left-bg.html) no-repeat 0 0;
  padding-left: 50px;
}
.main .home .boxleft .guide {
  padding-left: 50px;
}
.main .home .boxleft .report {
  padding-left: 50px;
}
.main .home .boxright {
  width: 700px;
  padding: 10px 0 0 14px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.main .home .boxright .notice {
  width: 446px;
  margin-right: 19px;
}
.main .home .boxright .notice .news-title {
  display: flex;
  align-items: center;
}
.main .home .boxright .notice .news-title > img {
  margin-right: 20px;
}
.main .home .boxright .notice .news-title .nav-item {
  width: 75px;
  height: 31px;
}
.main .home .boxright .notice .news-title .nav-item a {
  height: 32px;
  color: #969696;
  line-height: 32px;
  padding: 0;
  font-size: 0.9rem;
  text-align: center;
}
.main .home .boxright .notice .news-content {
  min-height: 210px;
}
.main .home .boxright .notice .news-content ul {
  padding: 10px 0;
}
.main .home .boxright .notice .news-content ul li.news-item {
  display: flex;
  padding-left: 30px;
  font-size: 0.9rem;
  height: 26px;
  line-height: 28px;
  color: #676767;
  justify-content: space-between;
}
.main .home .boxright .notice .news-content ul li.news-item a {
  color: #676767;
  width: 290px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .home .boxright .notice .news-content ul li.news-item span {
  font-size: 0.8rem;
  color: #b9bac1;
}
.main .home .boxright .notice .news-content ul li.news-item.tags-event {
  background: url(../images/news-list-icon-event.html) no-repeat 0 center;
}
.main .home .boxright .notice .news-content ul li.news-item.tags-system {
  background: url(../images/news-list-icon-system.html) no-repeat 0 center;
}
.main .home .boxright .links div:last-of-type {
  margin-top: 10px;
}
.main .home .boxright .announce {
  padding: 10px;
}

.page .main .header {
  margin-top: 0px;
}

.register {
  background: url('../images/bg_page2.jpg') no-repeat center top;
  background-size: cover; /* ปรับให้ภาพเต็มพื้นที่ */
}
.register .content {
  display: flex;
  height: 100%;
}
.register .content .left {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.register .content .left.--login {
  background: url(../images/bg-login.png) no-repeat 0 0;
}
.register .content .left.--register {
  background: url(../images/bg-register.png) no-repeat 0 0;
}
.register .content .left .main {
  padding: 15px;
  color: #212529;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 150px;
}
.register .content .right {
  width: 40%;
}
.register .left .home-header {
  margin-top: -60px;
  padding-right: 20px;
}
.register .from-title {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.register .right {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}
.register .right form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register .right form .form-floating {
  width: 100%;
}
.register .right .form-floating > label {
  color: #b8b8b8;
  font-size: 0.8rem;
}
.register .from-btn {
  border-radius: 20px;
  width: 200px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  padding: 50px;
  margin: 0 auto;
}

.footer {
  padding: 30px 0 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #efefef;
  /* site */
  /* contact */
  /* info */
  /* copyright */
}
.footer * {
  margin: 0;
  padding: 0;
}
.footer .links,
.footer .contact,
.footer .info,
.footer .copyright {
  padding-bottom: 20px;
}
.footer .site .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .site .links ul {
  padding: 0;
  margin: 0;
}
.footer .site .links li {
  position: relative;
  padding: 0 0.5em;
}
.footer .site .links li:first-child:before {
  display: none;
}
.footer .site .links li:before {
  content: "";
  left: -1px;
  height: 0.8em;
  top: 50%;
  margin-top: -0.4em;
  position: absolute;
  border-left: 1px solid #707070;
  content: "";
  left: -1px;
  height: 0.8em;
  top: 50%;
  margin-top: -0.4em;
  position: absolute;
  border-left: 1px solid #707070;
}
.footer .site .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.footer .contact {
  color: #a7a7a7;
}
.footer .info {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}
.footer .info table {
  text-align: left;
  background-color: #607d8b;
}
.footer .info td,
.footer .info th {
  background: none;
  height: auto;
  border: 0;
  letter-spacing: -0.02em;
  line-height: 1;
  vertical-align: middle;
  font-size: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1px 5px;
  font-weight: 300;
  padding: 5px;
  color: #ffffff;
}
.footer .copyright {
  color: #a7a7a7;
  font-size: 15px;
}

/* REGISTER */
/* LIST */
.list-banner {
  margin-top: 0;
}

.single {
  display: flex;
  justify-content: space-between;
  width: 1004px;
  margin: 0 auto;
  padding: 27px 30px 60px 0;
  background-color: #fff;
}
.single .sidebar {
  width: 204px;
  margin: 0 57px 0 30px;
}
.single .sidebar .top {
  background: url(../images/list-news-left-top.html) no-repeat 0 0;
  padding-top: 172px;
}
.single .sidebar .menu {
  background: url(../images/list-news-left-mid.html) repeat-y 0 0;
  padding: 0 35px;
  text-align: center;
}
.single .sidebar .menu span {
  display: block;
  padding-bottom: 13px;
  border-bottom: 1px solid #a4aeb1;
  font-size: 1.6rem;
  font-weight: 700;
  color: #216d82;
}
.single .sidebar .menu ul {
  padding: 0;
  margin: 0;
}
.single .sidebar .menu ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px dashed #ddbec7;
}
.single .sidebar .menu ul li a {
  text-decoration-line: none;
  color: #b9b9b9;
  font-size: 1.1rem;
}
.single .sidebar .menu ul li a.list-news-menu-active {
  font-weight: bold;
  color: #4f4f4f;
}
.single .sidebar .foot {
  height: 46px;
  margin: 0;
  padding: 0;
  background: url(../images/list-news-left-foot.html) no-repeat 0 100%;
}
.single .content {
  flex: 1;
}
.single .content .title {
  font-size: 1.6rem;
  color: #4f4f4f;
  margin-bottom: 20px;
  line-height: 25px;
}
.single .content .list ul .list-title {
  height: 33px;
  line-height: 33px;
  font-weight: bold;
  font-size: 1rem;
  color: #666;
  background: #f5f5f5;
}
.single .content .list ul .list-title span {
  background: #f5f5f5 url(../images/list_title_bg.html) no-repeat 100% 50%;
  text-align: center;
}
.single .content .list ul .list-title span:last-of-type {
  background: #f5f5f5;
}
.single .content .list ul li {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 0.8rem;
  color: #999999;
}
.single .content .list ul li a {
  color: #999999;
  padding-left: 30px;
}
.single .content .list ul li a.news-list-system {
  background: url(../images/news-list-icon-system.html) no-repeat 0 0;
}
.single .content .list ul li a.news-list-event {
  background: url(../images/news-list-icon-event.html) no-repeat 0 0;
}
.single .content .list ul li span:first-of-type {
  width: 57px;
  text-align: center;
}
.single .content .list ul li span:nth-of-type(2) {
  width: 520px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single .content .list ul li span:last-of-type {
  flex: 1;
}
.single .content .title {
  height: 38px;
  padding: 0 22px;
  background: #f5f5f5 url(../images/list_title_bg.html) no-repeat 65px 50%;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 38px;
}
.single .content .title span:nth-of-type(2) {
  padding-left: 10px;
}
.single .content .meta {
  height: 31px;
  padding-right: 15px;
  border-bottom: 1px solid #f8f8f8;
  line-height: 31px;
  text-align: right;
  margin-bottom: 30px;
  color: #999;
}
.single .content .body {
  width: 100%;
}
.single .content .body img {
  max-width: 100%;
}

/* PAY */
.pay {
  background-color: #ffffff;
}
.pay .pay-cont {
  background: #fff;
  padding: 30px;
}
.pay .pay-box {
  margin: 20px 0;
  padding: 30px 10px;
  border: 1px solid #ccc;
}
.pay .pay-info form {
  display: flex;
  flex-direction: column;
}
.pay .pay-info form .form-floating {
  width: 100%;
}
.pay .pay-pay {
  margin: 0 30px;
}
.pay .pay-pay-num {
  color: #c31919;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ced4da;
  font-weight: bold;
}
.pay .pay-ro-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/pay-ro-icon.html) no-repeat;
  background-size: 100% 100%;
}
.pay .pay-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.pay .pay-label {
  width: 266px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
}
.pay .pay-label .form-check-label {
  display: block;
  padding: 10px 0;
  width: 266px;
  height: 100%;
  text-align: center;
}
.pay .pay-m {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay .pay-m span:first-of-type {
  color: #c31919;
  font-size: 1.1rem;
  font-weight: bold;
}
.pay .pay-m span:last-of-type {
  margin-top: 5px;
  display: flex;
}
.pay .pay-m span i {
  margin-right: 5px;
}
.pay .pay-type-list {
  width: 100%;
  display: flex;
  padding: 20px 0;
}
.pay .pay-wechat {
  display: block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/wechat.html) no-repeat;
  background-size: 100% 100%;
}
.pay .pay-paypal {
  display: block;
  width: 124px;
  height: 30px;
  background: url(../images/paypal.html) no-repeat;
  background-size: 100% 100%;
}
.pay .pay-alipay {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/alipay.html) no-repeat;
  background-size: 100% 100%;
}
.pay .pay-title {
  display: flex;
  padding: 10px 0;
  color: #c31919;
  font-weight: bold;
  border-bottom: 1px dashed #ced4da;
}
.pay .pay-title > div {
  margin-right: 20px;
}
.pay .pay-billing {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay .pay-billing img {
  width: 360px;
  height: 360px;
  margin-bottom: 20px;
}
.pay .pay-billing div {
  color: #c31919;
  font-weight: bold;
  font-size: 1.3rem;
}
.pay .paypal-link {
  margin: 20px auto;
}
.pay .paypal-link a {
  display: flex;
  width: 300px;
  padding: 10px;
  margin: 0 auto;
  justify-content: center;
  background: #ffc439;
  border-radius: 10px;
}
.pay .paypal-link a:hover {
  filter: brightness(0.95);
}
.pay .paypal-link p {
  text-align: center;
  padding: 20px;
  color: #999;
}
.pay .paypal-link p i {
  color: #c31919;
  font-weight: bold;
}

/* DOWNLOAD */
.download {
  padding: 20px;
  background: #fff;
}

.download-title {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px dashed #ced4da;
  padding: 10px 0;
}

.download-list {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 10px));
  grid-gap: 15px;
}

.download-list-item {
  padding: 10px 0;
}
.download-list-item h4 {
  padding-left: 23px;
  margin-bottom: 10px;
  background: url(../images/ico_download.html) no-repeat 0 0;
  font-size: 15px;
  color: #454545;
  line-height: 15px;
}
.download-list-item img {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.download-list-item-footer {
  display: flex;
  justify-content: space-between;
}
.download-list-item-footer ul {
  flex: 1;
}
.download-list-item-footer ul li.first {
  color: #999;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.download-list-item-footer ul li.first h5 {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-right: 6px;
  padding-right: 6px;
  background: url(../images/bar_download.html) no-repeat 100% 50%;
  font-weight: bold;
  color: #737373;
}
.download-list-item-footer ul li.info {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #737373;
}
.download-list-item-footer ul li.info h5 {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-right: 6px;
  padding-right: 6px;
  background: url(../images/bar_download.html) no-repeat 100% 50%;
  font-weight: bold;
  color: #737373;
}
.download-list-item-footer .mr {
  margin-right: 5px;
}

/* PORING */
.poring {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 999;
}
.poring > div {
  position: absolute;
  transform-origin: 50% 100%;
}

.poring_01 {
  width: 60px;
  height: 61px;
  background: url("../images/poring_01.html") no-repeat;
  right: 48px;
  bottom: 64px;
  animation: poring_01 2s infinite ease-out;
}

.poring_02 {
  width: 90px;
  height: 76px;
  background: url("../images/poring_02.html") no-repeat;
  bottom: -16px;
  right: 152px;
  animation: poring_02 2s infinite ease-out;
}

.poring_03 {
  width: 80px;
  height: 66px;
  background: url("../images/poring_03.html") no-repeat;
  bottom: 40px;
  right: 360px;
  animation: poring_03 2s infinite ease-out;
}

.poring_04 {
  width: 110px;
  height: 86px;
  background: url("../images/poring_04.html") no-repeat;
  right: 420px;
  bottom: -24px;
  animation: poring_01 2s infinite 1s ease-out;
}

.billing-info_step {
  position: relative;
  background: url("../images/bg_content.html");
  padding: 20px 60px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.billing-info_step .step {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 20px;
  color: #777;
  line-height: 1.2;
  z-index: 2;
}
.billing-info_step .step-circle {
  position: relative;
  width: 120px;
  height: 120px;
  border: 8px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 0;
}
.billing-info_step .step-circle:after {
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  background: url("../images/bg_content.html");
  top: 16px;
  left: -30px;
}
.billing-info_step .step-number {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 26px;
}
.billing-info_step .step-txt {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  font-weight: bold;
  width: 48px;
  top: 32px;
  left: 40px;
}
.billing-info_step .step-number_st {
  font-size: 14px;
}
.billing-info_step .step-number_no {
  display: block;
  font-size: 42px;
  font-weight: bold;
  font-family: "IBM Plex Sans Thai";
}
.billing-info_step .step_arrow {
  position: relative;
  z-index: 1;
  width: calc((100% - 560px) / 2);
}
.billing-info_step .step_arrow:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ccc;
  top: 53px;
  right: 10px;
}
.billing-info_step .step_arrow:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  left: -20px;
  top: 57px;
}
.billing-info_step .step.step--inProgress {
  color: #c31919;
}
.billing-info_step .step.step--inProgress .step-circle {
  border-color: #c31919;
}
.billing-info_step .step.step--inProgress + .step_arrow:before {
  background-color: #c31919;
}
.billing-info_step .step.step--inProgress + .step_arrow:after {
  border-color: transparent transparent transparent #c31919;
}

@media only screen and (max-width: 1366px) {
  .poring {
    bottom: -25px;
  }
  .poring_01 {
    right: 10px;
  }
  .poring_02 {
    right: 7.68vw;
  }
  .poring_03 {
    right: 17.664vw;
  }
  .poring_04 {
    right: 25.344vw;
  }
}
@media only screen and (max-width: 1024px) {
  .poring {
    display: none;
  }
  .billing-info_step {
    padding: 20px;
  }
  .billing-info_step .step {
    margin: 0 10px;
  }
  .billing-info_step .step_arrow {
    width: calc((100% - 460px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .billing-info_step {
    padding: 10px;
  }
  .billing-info_step .step {
    width: 90px;
    height: 90px;
  }
  .billing-info_step .step-circle {
    width: 90px;
    height: 90px;
    border: 6px solid #ccc;
  }
  .billing-info_step .step-circle:after {
    width: 60px;
    height: 60px;
    left: -18px;
    top: 12px;
  }
  .billing-info_step .step-number {
    top: 18px;
  }
  .billing-info_step .step-number_st {
    font-size: 12px;
  }
  .billing-info_step .step-number_no {
    font-size: 36px;
  }
  .billing-info_step .step-txt {
    font-size: 20px;
    top: 24px;
    left: 30px;
  }
  .billing-info_step .step_arrow {
    width: calc((100% - 370px) / 2);
  }
  .billing-info_step .step_arrow:before {
    height: 4px;
    top: 45px;
  }
  .billing-info_step .step_arrow:after {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ccc;
    top: 42px;
  }
}
@media only screen and (max-width: 414px) {
  .billing-info_step .step {
    margin: 0 5px;
  }
  .billing-info_step .step_arrow {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */
.snowflake {
  position: fixed;
  top: -10px;
  color: white;
  user-select: none;
  z-index: 9999;
  font-size: 1em;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}
