.bulletin-table th, .bulletin-table td{padding:0px;}
.bulletin-table {min-width:600px;}
.bulletin-table .bulletin-category{font-weight:bold;padding:15px;padding-bottom:0px;}
.bulletin-table  table td{padding:15px;}
.bulletin-table th{padding:15px;} 
.bulletin-table th:nth-child(1), .bulletin-table table td:nth-child(1){width:40%;min-width:200px;}
.bulletin-table th:nth-child(2), .bulletin-table table td:nth-child(2){width:150px;}
.bulletin-table th:nth-child(3), .bulletin-table table td:nth-child(3){width:calc(100% - 40% - 150px);}
.bulletin-table table td{padding:0 15px; font-size:14px;}
.bulletin-table table td a{padding-left:20px;}
.bulletin-table table td.bulletin-title a{background-size:14px;background-image:url('/assets/images/ico/ico_bullet.svg');background-repeat:no-repeat;background-position:0px center; padding-right:20px;}
.bulletin-table table td.bulletin-action a.bulletin-email{background-size:18px;background-image:url('/assets/images/ico/ico_email.svg');background-repeat:no-repeat;background-position:0px center; padding-right:20px;cursor: pointer;}
.bulletin-table table td.bulletin-action a.bulletin-download{background-size:18px;background-image:url('/assets/images/ico/ico_download.svg');background-repeat:no-repeat;background-position:0px center; padding-right:20px;}
/* .bulletin-table table td, .bulletin-table table tr{padding:0px;} */


.payment_form_select{
    position: relative;
    order: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 54px;
}

.payment_submit_btn{
    background: #ED1B2E;
    font-size: 18px;
    min-width: 175px;
    max-width: 250px;
    padding: 1rem 2.2rem 1.2rem;
    border-radius: 10rem;
    color: #fff;
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}


.btn-default {
    text-align: center;
}


#payment_form .overlay, #payment_detail .overlay, #download_form .overlay, .bulletin-filter .overlay, #pop-up .overlay{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }

#payment_form .txt-red{
  padding-top: 5px;
}

#payment_form .popup_msg, #payment_detail .popup_msg, .bulletin-filter .popup_msg{
  position: fixed;
  width: 500px;
  min-height: 270px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  z-index: 9999;
  background-color: #fff;
  font-size: 16px;
  padding: 1.5%;
  text-align: left;
}

#payment_form .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
}

.popup_msg .txt-red{
  padding-top: 10px; 
  text-align: center; 
  font-size: 18px;
}

.error_msg{
  color: #ff0000;
  padding-top: 10px;
}

#payment_form .btn-cancel{
  text-decoration: none;
}

#payment_form .confirm_btn, .bulletin-filter .confirm_btn{
  cursor: pointer;
}


#payment_detail a:hover, #payment_form .confirm_btn a:hover {
  text-decoration: none;
}

span:focus-visible {
  outline: none;
}

#payment_form .popup_msg_detail, .bulletin-filter .popup_msg_detail{
  text-align: center;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    /* color: #ff0000; */
}


#payment_detail .popup_msg .popup_msg_detail{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}


#payment_detail .popup_msg .popup_detail_btn{
display: flex;
align-items: center;
justify-content: center;
}

.confirm_msg_btn{
    margin: auto;
}

.btn-default.btn-red{
  text-decoration: unset;
}

.response-msg{
  text-align:center!important;
  color: #ed1b2e;
  font-size:20px;
}
.response-msg{
  text-align:center!important;
  color: #ed1b2e;
  font-size:20px;
}

.payment-form-section .response-msg{color:#000;}
.popup_msg_detail>div{
    text-align: left; 
    font-weight: 700;
}

.bulletin-title a span{display:inline-block;color:#fff;padding:3px; background-color:#ED1B2E;border-radius:3px;}


#login_form {
  padding: 5% 0px;
  font-size: 2.5rem;
}

#login_form .row{
  justify-content: center;
}

#login_form .password{
  width: 100%;
}


.smscode-wapper {
  padding: 5% 0px;
}

.smscode-wapper .smscode-input{
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}



#login_form .login-btn{
  width: 100%;
  font-size: 2.3rem;
  color: white;
}

.s-footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
}





.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 40px;
  /* color: white; */
  font-size: 16px;
}
/* .login-form h1 {
  margin: 0 0 24px 0;
}
.login-form .form-input-material {
  margin: 12px 0;
} */
.login-form .btn {
  width: 100%;
  margin: 18px 0 9px 0;
  padding: 8px 20px;
  position: relative;
  border-radius: 0;
}
.login-form input {
  color: #68737a;
  /* color: white; */
}
.login-form button,
.login-form input {
  font: inherit;
  outline: none;
}

.form-input-material {
  --input-border-bottom-color: white;
  position: relative;
  /* border-bottom: 2px solid #68737a; */
  /* border-bottom: 1px solid var(--input-border-bottom-color); */
}

.form-input-material:focus{
  border-bottom: 2px solid #f06262;
}



.form-input-material::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.5s;
}
.form-input-material:focus-within::before {
  transform: scaleX(1);
}
.form-input-material .form-control-material {
  padding: 0.5rem 0;
  background: none;
  border: none;
}
.form-input-material .form-control-material:focus ~ label, .form-input-material .form-control-material:not(:placeholder-shown) ~ label {
  transform: translateY(-110%) scale(0.8);
  color: #68737a;
  /* color: var(--primary-color); */
}

/* .form-input-material:focus{
  border-bottom: 2px solid #f06262;
} */

.form-input-material label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  transition: 0.3s;
  transform-origin: left;
  color: #dee2e6;
  font-size: 2rem;
}

.btn-ghost {
  --btn-color: var(--primary-color);
  --btn-border-color: var(--primary-color);
  background: none;
  transition: 0.3s;
  overflow: hidden;
  color: var(--btn-color);
  border: 1px solid var(--btn-border-color);
}
.btn-ghost::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, var(--primary-color), transparent);
  transform: translateX(-100%);
  transition: 0.6s;
}
.btn-ghost:hover {
  box-shadow: 0 0 20px 5px rgba(51, 152, 219, 0.5);
}
.btn-ghost:hover::before {
  transform: translateX(100%);
}

#login_form .pass-input {
  width: 100%;
  border-bottom: 2px solid #68737a;
}


#login_form .pass-input::placeholder, #login_form .smscode-input::placeholder{
  color: #dee2e6;
  font-size: 1.5rem;
  font-weight: bold;
}

#login_form .pass-input:focus{
  border-bottom: 2px solid #f06262;
}


#login_form .smscode-wapper .form-input-material {
  display: inline-block;
  margin: 0px;
  width: 44%;
  vertical-align: bottom;
  /* border-bottom: 2px solid #68737a; */
}

#login_form .smscode-wapper .smscode-input-wapper{
  width: 70%;
}

#login_form .smscode-input{
  border-bottom: 2px solid #68737a;
}

#login_form .smscode-input:focus{
  border-bottom: 2px solid #f06262;
}


#login_form .error_msg{
  color: red;
  padding: 10px 0px;
}


#login_form .error_border{
  border-bottom: 2px solid #f06262;
}


.smscode-wapper .smscode-request{
  margin: 0px;
  display: inline-block;
  width: 25%;
  font-size: 16px;
}


#login_form .pwd_label, #login_form .smscode_label{
  display: inline-block;
  vertical-align: bottom;
  font-size: 2rem;
  font-weight: bold;
  width: 23%
}

#login_form .pwd-input-wapper{
  display: inline-block;
  width: 70%;
}

#login_form .pwd_input{
  display: inline-block;
  width: 90%;
}

#login_form .sms_code_password_msg{
  text-align: center;
  height:30px;
}



.logout-btn{
  padding-left: 10px;
  cursor: pointer;
}

.logout-btn a{
  background-color: red;
  color: white;
  padding: 8px 30px;
  border-radius: 10px;
}


.eplugs-remark{
  text-align: center;
}


.about-content{
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.about-content-inner{
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.payment-list .upload-td{
  min-width: 110px;
}

.payment-list-row{
  margin: 0px;
}


.whatshot-section .no-results__mess{
  text-align: center;
}

@media (max-width: 1300px){

  /* .payment-list.table-scroll-wrapper{
      margin: 0 26px;
  } */

}

@media (max-width: 720px){
  #login_form .pwd_label, #login_form .smscode_label{
    width: 100%;
  }

  .smscode-wapper .smscode-request{
    margin-top: 5%;
    width: 100%;
  }

  #login_form .pwd-input-wapper{
    width: 100%;
  }

  #login_form .smscode-wapper .form-input-material{
    width: 100%;
  }

  .about-content-inner{
    width: 80%;
  }
}

.main-wrapper{
  min-height:1200px;
} 

.cta-primary span{padding:1.2rem 2.7rem 1.2rem;}

.s-footer{z-index:1000;}

.hidenode{
  display: none;
}

.shownode{
  display: block;
}

label.check-box .checkmark.error, label.radio-box .checkmark.error{
  border: 1px solid #f30c0c;
}


.cf-error-msg{
  color:#f30c0c;
}


.step-2 .overlay ,.cf-form .overlay{
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

/* 
.cf-form .return-overlay{
  pointer-events: none;
} */

.step-2 .popup-content, .cf-form .popup-content, .df-form .popup-content{  
  position: fixed;
  width: 500px;
  height: 200px;
  z-index: 100;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
}

.step-2 .popup-content{
  padding: 0px;
}

#cf_guideline .popup-content{
  padding: 2%;
}

.popup-content .popup-msg{
    /* font-size: 17px; */
    font-weight: 700;
    padding: 5%;
}

.popup-content a:hover{
  color:#fff;
}

.step-2 .cancel, .cf-form .cancel, .df-form .cancel{
  position: absolute;
  bottom: 20px;
  left: 25%;
  cursor: pointer;
  background: #757575;
  text-align: center;
  border-radius: 45%;
  font-size: 20px;
  padding: 5px;
  width: 100px;
  border-radius: 10rem;
  color: #fff;
}

.step-2 .confirm, .cf-form .confirm, .df-form .confirm{

  position: absolute;
  bottom: 20px;
  right: 25%;
  cursor: pointer;
  background: #ED1B2E;
  text-align: center;
  border-radius: 45%;
  font-size: 20px;
  padding: 5px;
  width: 100px;
  border-radius: 10rem;
  color: #fff;
  
}

/* #cf_guidelin .confirm{
  left: 40%;
} */

#cf_guideline .confirm:hover{
  text-decoration: none;
}

.cf-form .return-btn{
  left: 40%;
}


.b-tags .b-tab a:hover {
  text-decoration: none;
}


.b-pagination.p-default-half .disabled{
  opacity: 0.2;
  filter: alpha(opacity=20);
  pointer-events: none;
}

.notice-content {
  padding-top:5px;
  text-align: left;
}

.payment-info td{
  padding-top: 10px;
  min-width: 180px;
}

.btn-cancel {
  display: inline-block;
}

.btn-cancel:hover {
  text-decoration: none;
}

.upload-btn label span{
  cursor: pointer;
}

.upload-img{
  text-align: center;
}

.upload-img .delete-img{
    background: #ED1B2E;
    font-size: 15px;
    width: 100px;
    padding: 1rem 2.2rem 1.2rem;
    border-radius: 10rem;
    color: #fff;
    margin: 10px 0px;
    border: 0px;
}


.upload-img-msg{
  padding: 10px 0px;
}

.uploadimg-wapper{
  max-width: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

button:focus-visible{
  outline: none;
}

button:focus{
  outline: none;
}



.section{
  padding-bottom: 80px;
}


.home-news-section{
  padding-bottom: 50px;
}
.return-popup-msg{
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}


.margin-left-right{
  margin-left: 0px;
  margin-right: 0px;
}


.content-center{
  justify-content: center;
}


.whatshot-table thead th{
  background-color: #f7f7f7;
  color: #000;
}


.whatshot-table td{
  text-align: left;
}

.whatshot-table .title{
  max-width: 300px;
  padding: 10px;
}


.print-btn input{
    font-size: 8px;
    padding: 1rem 2.2rem 1.2rem;
    border-radius: 10rem;
    color: #fff;
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    background: #ED1B2E;
    border: 0px;

}

.login-title{
  text-align:center;
  padding-bottom: 25px;
  font-size: 35px;
}

.remin-text{
  font-size:12px;
  color: #546885;
}

.about-links{
  margin-left: auto;
  margin-right: auto; 
  width: 55%;
}


.about-title{
  text-align: center;
}

.parent-title{
  font-size: 15px;
}


.df-email-wapper {
  background: #fffcfc;
  position: absolute;
  right: 9.5rem;
}


.df-email-wapper:hover {
  background: #fff;
  cursor: pointer;
}

.search-list-wapper{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


.search-list-wapper .search-item{
  padding-top: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.search-list-wapper .search-item{
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.search-type{
  color: #757575;
  font-size: 14px;
}


.search-title a{
  font-weight: 700;
  color: #000;
}

td.countdown{
  width: 300px;
  text-align: center;
}

.inner-page .article-desc{
  padding-top: 5%;
}

#whatshot_form {
  margin-bottom: 10%;
}

.home-tag{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  /* padding: 5px 22px;
  background-color: #4fa15f;
  color: white;
  font-weight: 900;
  border-radius: 5%; */
}

.home-tag .home-new{
  margin-bottom: 5px;
  padding: 2px 11px;
  background-color: #1b365d;
  color: white;
  font-weight: 900;
  border-radius: 5%;
  letter-spacing: 1px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 26%);
}

.home-tag .home-hot{
  margin-bottom: 5px;
  padding: 2px 11px;
  background-color: #ed1b2e;
  color: white;
  font-weight: 900;
  border-radius: 5%;
  letter-spacing: 1px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 26%);
}

.card-item .dynamic-card-img{
  max-height: 300px;
}

.card-item .dynamic-card-content{
  max-height: 200px;
}

.card-item .dynamic-card-content .title-content-bold{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-item .dynamic-card-content .content{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.home-info-section .info-row {
  margin: 0px;
}


.row-links.p-default{
  padding-left: 17px;
}

@media (max-width: 1024px){
  .whatshot-table .title{
    max-width: 100%;
  }

}


@media (max-width: 991px){

  .img-row-btns{
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .img-row-btns > div {
    width: 100%;
    text-align: center;
  }

  .notice-content {
    text-align: center;
  }

  .search-section{
    padding-bottom: 80px;
  }

  .s-slider.s-default{
    margin-bottom: 5%;
  }

}

@media (max-width: 720px){

  .section{
    padding-bottom: 180px;
  }

  .search-section{
    padding-bottom: 50px;
  }
  .home-news-section{
    padding-bottom: 30px;
  }

  .pwd_label_none{
    display: none!important;
  }

  .s-slider.s-default{
    padding-bottom: 200px;
  }

  .home-news-section {
    padding-bottom: 0px;
  }

}

.home-info-section .row{
  margin-left: 0px;
  margin-right: 0px;
  padding-left:0px;
  padding-right:0px;
}

.cta-primary:hover .cta-primary-span{
  margin: 0px!important;
  padding:1.2rem 2.7rem 1.2rem!important;
  -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 15%);
  box-shadow: 0 20px 30px rgb(0 0 0 / 15%);
}

.table-row thead th {
  min-width: 70px;
}

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

/* .rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
} */
/* 
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
} */

/* .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
} */

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
  padding-top: 30px;
  border-radius: 10px 10px 0 0;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
  padding-bottom: 30px;
  border-radius: 0 0 10px 10px;
}

.rwd-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
  margin-right: 10px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  /* border-radius: .4em; */
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1.5em;
}


@media (min-width: 992px){
	.s-banner .box-update a{height:50%!important;}
}
@media screen and (max-width: 992px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
  .uploadimg-wapper {
    max-width: 100%; 
  }
  .b-pagination li a {
    margin-left: 13px;
    margin-right: 13px;
  }

  .upload-img-item{
    width: 150px; 
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px){
  #pagination-container .next .txt, #pagination-container .prev .txt{
    display: none;
  }
  .rwd-table th, .rwd-table td {
    /* max-width: 300px; */
    padding: .5em 1em;
    word-break: break-all;
  }

  /* .payment-list-row .txt-wrap{
    width: 150px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
  } */
}

@media screen and (min-width: 991px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
@media screen and (max-width: 767px){
footer.s-footer{position:relative;}
 
}

#pop-up .popup-content{  
  position: fixed;
  width: 80%;
  height: 80%;
  z-index: 100;
  background-color: #fff;
  top: 10%;
  left: 10%;
  margin: unset;
}

#pop-up .popup-content iframe{
	width:100%;
	height:100%;
}

#pop-up .popup-content .utility-panel--btn-close{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    background-color: #f7f7f7;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    margin-left: 6rem;
    margin-top: 0.4rem;
	position: absolute;
    top: 10px;
    right: 30px;
}

#pop-up .popup-content .utility-panel--btn-close .mobile{font-size:0px;}

@media screen and (max-width: 767px){

#pop-up .popup-content{  
  position: fixed;
  width: calc(100% - 10px);
  height: 80%;
  z-index: 100;
  background-color: #fff;
  top: 10%;
  left: 5px;
  margin: unset;
}
 
}