@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #F5F5F5;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg__color {
  background-color: #0D2EA0 !important;
  color: white !important;
}

.card-header {
  background-color: #fff;
}

.login {
  display: flex;
  justify-self: center;
  align-items: center;
  /* margin-right: 36px; */
}

.login .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  color: #000000;
  border: none;
}

.login img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0px 0px 1px 1px #DDDDDD;
}

.course_examination {
  min-height: calc(100vh - 133px);
}

.choose_login_index {
  min-height: calc(100vh - 133px);
  background-image: url("../images/bgchooselogin.png");
  background-repeat: no-repeat;
  background-size: cover;

}

.webboard-form {
  min-height: calc(100vh - 133px);
}

.webboard-comment {
  min-height: calc(100vh - 133px);
}


.forgot_pass {
  min-height: calc(100vh - 160px);
}

.login-page {
  min-height: calc(100vh - 106px);
}

.classroom {
  min-height: calc(100vh - 106px);
}

.aboutus {
  min-height: calc(100vh - 106px);
}


.login .card-body {
  padding: 2rem 4rem 2rem 2rem;
}

.choose-login {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.choose-login-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 80px 0;
}

.choose-login .wrap-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 0 26px 0 0;
  background-color: #D9D9D9;
}



.choose-login:hover {
  padding: 2rem;
  border-radius: 18px;
  transition: 0.5s;
  transform: scale(1.1);
  background-color: #FFFFFFAD;
}

.choose-login :hover>.choose-title {
  background-color: #0d2ea0;
  color: #fff;
  transition: 0.5s;
}

.choose-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 20px;
  border: 4px solid #1965e1;
}

.choose-img-title {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}

.aboutus .content {
  background-color: #fff;
  padding: 2rem 4rem;
  margin-top: 2rem;
}

.aboutus .content h3 {
  text-align: center;
  color: #005CAB;
  margin-bottom: 30px;
}

.aboutus .content .aboutus-detail p {
  color: #005CAB;
  margin-bottom: 20px;
  font-size: 20px;
}

#content {
  min-height: calc(100vh - 139px);
}

.page-cover img {
  width: 100%;
  /* height: 470px;
  object-fit: cover; */
}

.document-dowload {
  margin-top: 30px;
}

.section-news {
  margin-top: 30px;
}

.section-news .card .card-img-top {
  aspect-ratio: 16/9;
}

.orther {
  margin-top: 30px;
}

.recommended-video {
  margin-top: 30px;
}

.document-dowload:first-child {
  margin-top: 50px;
}

.document-dowload:last-child {
  margin-bottom: 100px;
}

.document-dowload .accordion-header button {
  background-color: #0D2EA0;
  color: #fff;
}

.document-dowload .accordion-header button .accordion-button::after {
  background-color: #0D2EA0;
  color: #fff;
}

.document-dowload .accordion-body .list-doc {
  padding: 8px 8px;
  border: 1px solid #E8E8E8;
}

.document-dowload .accordion-body .list-doc:first-child {
  background-color: #D9D9D9;
}

.document-dowload .accordion-body .wrap-doc-detail {
  display: flex;
  justify-content: space-between;
}

.document-dowload .accordion-body .wrap-doc-detail .fa-file-pdf {
  color: #FF5722;
}

.document-dowload .accordion-body .wrap-doc-detail .fa-download {
  color: #0D2EA0;
}

.document-dowload .accordion-body {
  border: 1px solid #C6C6C6;
}

.document-dowload .accordion-flush .accordion-item {
  margin-bottom: 8px;
}

.dowload-doc {
  color: #0D2EA0;
}

.document-dowload-all .document-dowload {
  padding: 3rem 3rem;
  background-color: #fff;
}

.forgotpass-title {
  color: #005cab;
  text-align: center;
  margin: 10px 0;
  margin-bottom: 50px;
}

.header-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}

.header-title {
  width: fit-content;
  border-bottom: 4px solid #005cab;
}

.main-news {
  margin: 50px 0;
}

.desc-news {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.desc-news h5 {
  height: 50px;
  overflow: hidden;
}

.contact-home {
  width: 100%;
  height: 90px;
  background-image: url("../images/contact.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  font-size: 24px;
}

.contact-home:hover {
  opacity: 0.6;
}

.tou-home {
  width: 100%;
  height: 90px;
  background-image: url("img/contact.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  font-size: 24px;
}

.card-login {
  max-width: 780px;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 2rem !important;
}

.link-register {
  display: flex;
  justify-content: center;
  margin: 20px auto 20px auto;
  padding-top: 20px;
  border-top: 0.5px solid rgba(13, 46, 160, 0.5);
  width: 50%;
}

.link-register a {
  color: #0D2EA0;
  margin-left: 4px;
}

.btn-register {
  color: #fff;
  background: #0d2ea0;
  border-radius: 5px;
}

.login-title {
  font-size: 28px;
  text-align: center;
  margin: 10px 0px 26px 0px;
}

.card-forgotpass {
  max-width: 780px;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  margin: 2rem auto 0rem auto;
}

.footer-section {
  background-color: #000000;
  color: #fff;
  padding: 1rem 0rem;
  position: relative;
}

.footer-section .modal {
  color: #000;
}

.star_dot {
  color: #FF0909;
}

.card-forgotpass .form-label {
  /* width: 100%;
    text-align: end; */
  font-size: 20px;
}

.card-login .form-label {
  /* width: 100%;
    text-align: end; */
  font-size: 20px;
}

.card-forgotpass .form-control {
  background-color: #f3f3f3;
}

.btn-login {
  background: #00529c;
  color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 140px;
  height: 40px;
}

.head-page {
  width: 100%;
  height: 100px;
  background: #0d2ea0;
  color: #fff;
}

.faq {
  min-height: calc(100vh - 133px);
}

.faq-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  font-size: 30px;
  margin-right: 20px;
  color: #005cab;
}

.card-faq div[aria-expanded="false"] p:after {
  /* content: '\1F704'; */
  content: "";
  font-size: 30px;
  color: #000;
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 20px;
  transition: 0.3s ease;
  background: url(img/Vector.png) no-repeat;
}

.card-faq div[aria-expanded="true"] p:after {
  /* content: '\1F702'; */
  content: "";
  transform: rotate(180deg);
  font-size: 30px;
  color: #000;
  float: right;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  transition: 0.3s ease;
  background: url(img/Vector.png) no-repeat;
}

.card-faq {
  border: 1px solid #eaeaea;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.allCourse-main-title {
  width: 100%;
  font-size: 22px;
  color: #00529c;
  border-bottom: 1px solid #42a5f580;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.card-all-coruse img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-all-coruse .card-body {
  min-height: 110px;
}

.course-deatil {
  font-size: 14px;
}

.course-deatil-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.readmore {
  width: 19px;
  height: 19px;
  background: #005cab;
  border-radius: 50px;
  cursor: pointer;
  background-image: url(img/viewmore2.png);
  background-repeat: no-repeat;
  object-fit: cover;
}

.card-news {
  border: 1px solid #eaeaea;
  /* box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25); */
  border-radius: 5px;
  padding: 20px;
}

.card-news img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-tsm {
  display: flex;
  padding-top: 10px;
}

.news-img {
  display: flex;
  text-align: center;
  max-width: 580px;
  margin: 30px auto;
  border-radius: 10px;
}

.news-img img {
  width: 100%;
  object-fit: cover;
}

.card .news-tsm {
  display: flex;
  border-top: 1px solid #f5f5f5;
  padding: 0px 25px !important;
}

.news-tsm p {
  font-size: 14px;
  margin-bottom: 0px;
}

.news-tsm-detail {
  margin-right: 10px;
}

.bi-chat-fill,
.bi-calendar-fill {
  color: #42a5f5;
}

.card-latest-news {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  /* box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25); */
}

.card-latest-news .list-group-item {
  color: #00529c;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}

.card-latest-news .card-header {
  border-bottom: 1px solid #f5f5f5;
}

.card-profile {
  width: 820px;
  max-width: 820px;
  padding: 50px;
  background: #fff;
  border: 4px solid #00529c;
  border-radius: 10px;
  margin: 30px auto;
}

.card-profile .icon-head {
  color: #00529c;
  display: flex;
  font-size: 20px;
  flex-direction: column;
  align-items: center;
}

.card-profile .icon-head i {
  font-size: 50px;
}

.profile-status {
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.profile-status .status {
  color: #fff;
  background-color: #4caf50;
  border-radius: 10px;
  padding: 0px 20px;
  margin-left: 10px;
}

.card-profile .pic-profile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
}

.btn-edit {
  color: #000;
  background-color: #fff;
  border-color: #0D2EA0;
  border-radius: 24px;
}

.card-profile .pic-profile img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

.profile-detail {
  margin-top: 40px;
}

.profile-detail .form-label {
  font-size: 18px;
  color: #00529c;
}

.card-classroom {
  max-width: 380px;
  margin: auto;
  border-radius: 5px;
  cursor: pointer;
}

.card-classroom img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.card-classroom .card-body {
  height: 115px;
}

.classroom-hover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.classroom-hover-detail {
  display: none;
}

.classroom-hover:hover .classroom-hover-detail {
  width: 100%;
  height: 185px;
  font-size: 30px;
  color: #00529c;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
}

.classroom-hover .bi-emoji-expressionless-fill{
  display: none !important;
}

.navtab-webboard .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #0d2ea0;
  border-radius: 3px 3px 0px 0px;
  color: #fff;
  margin: 1px 1px;
}

.navtab-webboard .nav-link.active {
  background-color: #fff;
  border: 1px solid #005cab;
  color: #005cab;
}

.card-Webboard {
  border: 1px solid #64b5f6;
}

.card-Webboard .card-header {
  border-bottom: 1px solid #64b5f6;
}

.card-Webboard .card-body img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
  box-shadow: 0px 0px 1px 1px #DDDDDD;
}

.webboard-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  /* padding-bottom: 20px; */
  border-bottom: 1px solid #eaeaea;
}

.webboard-list:last-child {
  border: none;
}

.webboard-list-left {
  display: flex;
  align-items: center;
}

.webboard-list-right span {
  font-size: 16px;
  border: 1px solid #f5f5f5;
  padding: 10px;
}

.webboard-detail-title span:first-child {
  font-size: 18px;
  color: #00529c;
}

.webboard-detail-title span:last-child {
  font-size: 14px;
}

.webboard-detail {
  font-size: 14px;
}

.member-img-avatar {
  width: 100px;
  height: 100px;
}

table tbody tr:last-child td {
  border: none;
}

#showAnswerPanel_ table tbody tr:last-child td {
  border-width: 0 1px;
  border-style: solid;
  border-color: inherit;
}

.card-member table thead tr th:nth-child(2),
.card-member table thead tr th:last-child {
  color: #00529c;
}

.card-Approval table thead tr:not(th:last-child) {
  color: #00529c;
}

.card-howtouse {
  margin: 50px auto;
  border: 1px solid #eaeaea;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}

.card-howtouse .card-header h3 {
  color: #005cab;
  margin-bottom: 0;
  margin-top: 10px;
}

.img-howtouse img {
  width: 100%;
  object-fit: cover;
}

.btn-addkeyword {
  color: #fff;
  background: #4caf50;
  border-radius: 3px;
}

.selector-custom {
  color: #0d2ea0;
  background-color: #f3f3f3;
  border: 2px solid #0d2ea0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.input-custom input {
  background-color: #f3f3f3;
  border: 2px solid #0d2ea0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.input-custom span {
  color: #fff;
  background-color: #0d2ea0;
  border-radius: 0px 5px 5px 0px;
  border: 2px solid #0d2ea0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#footer {
  width: 100%;
  min-height: 50px;
  background-color: #000;
}

.btn-report {
  position: fixed;
  background-color: #0D2EA0;
  color: #fff;
  right: 30px;
  bottom: 10px;
}

.btn-report:before {
  background: #0D2EA0;
  border: none;
  content: '';
  display: block;
  height: 20px;
  left: 45%;
  position: absolute;
  top: 18px;
  transform: rotate(137deg);
  width: 21px;
  z-index: -1;
}

.report-title {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 700px;
}

.report-des {
  font-size: 12px;
}

.report-input-message {
  width: 100%;
  height: 130px;
  overflow: scroll;
}

.report-btn-send {
  width: 100px;
  height: 40px;
  color: #fff;
  background: #0d2ea0;
  border-radius: 5px;
}

.serarch-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.serarch-main .form-control {
  border-color: #005cab !important;
}

.serarch-main .input-group .input-group-text {
  background-color: #005cab !important;
  border-color: #005cab !important;
}

.card-search .form-control {
  border-radius: 5px 0 0 5px !important;
  border-color: #005cab !important;
}

.card-search .input-group .input-group-text {
  background-color: #005cab !important;
  border-color: #005cab !important;
}

.card-search .input-group button {
  background-color: #005cab !important;
  border-color: #005cab !important;
  color: #fff;
}

.bgcolor_note {
  background-color: #F0AD4E !important;
  color: white !important;
}

.course-profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.course-profile {
  display: flex;
  align-items: center;
}

/*----------------------------  ใช้หลายหน้า ------------------------------------*/
.bg__color {
  background-color: #0D2EA0 !important;
  color: white !important;
}

.bg__color:hover {
  color: white !important;
}

.border__color {
  border-color: #42A5F5;
}

.bg__select {
  background-color: #E3F2FF;
}

.activeul__link2 a.active {
  color: #005CAB;
}

.activeul__link2 {
  border-bottom: 1px solid rgba(66, 165, 245, 0.5);
}

.course__link {
  color: black;
}

.btn__testCours1 {
  background: #F3BE73;
  color: white;
}

.percent__progress {
  font-size: 1px;
}

.bgcard__footer {
  background-color: #D9D9D9;
}

.title__color {
  color: #0D2EA0;
}

.icon__course {
  color: #0D2EA0;
}

.icon__course2 {
  color: #898989;
}

.btn__testCours5 {
  background-color: #898989;
  color: white
}

.timecourse__color {
  background-color: #FCF8E3;
  color: #996D6C;
}

.no__active {
  color: #898989;
}

.btn__testCours2 {
  background: #6DBE70;
}

.btn__testCours3 {
  background: #FB4C4C;
  color: white;
}

.accordion__bgcolor {
  background-color: #0D2EA0 !;
}

.activeul__link a {
  position: relative;
  cursor: pointer;
}

.activeul__link a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #E0001A;
  transform: scaleX(0);
}

.activeul__link a:hover::after,
ul li a.active::after {
  transform: scaleX(1);
}

.activeul__link a.active {
  color: black;
}

.btn__complete {
  /* width: 80px !important; */
  background: #5CB85C !important;
  border-radius: 2px !important;
  color: white;
  margin-right: 5px;
}

.bg__chapter {
  background: linear-gradient(0deg, #C2C2C2, #C2C2C2),
    linear-gradient(0deg, #D9D9D9, #D9D9D9);

}

.btn__InProgress {
  width: 90px !important;
  background: #F3BE73 !important;
  border-radius: 2px !important;
  color: white;
  margin-right: 5px;
}

.btn__testCours6 {
  background-color: #FFC107;
  color: black;
}

.color__Pass {
  color: #4CAF50;
}


/*----------------------------  6-1 course ------------------------------------*/

.btn__testCours4 {
  background-color: #4CAF50;
  color: white;
}


/*--------------------------- 7-3 mycourse --------------------------*/

.bg__color_note {
  background-color: #F0AD4E !important;
  color: white !important;
}

.color__score {
  color: #0D2EA0;
}

/* NEW CSS */

.forgot-link {
  color: #00529C;
}

.navbar-head .navbar-nav {
  justify-content: center;
  width: 100%;
  column-gap: 14px;
}

.navbar-head .navbar-nav .nav-link {
  color: #000000;
}

.banner-index img {
  width: 100%;
  height: auto;
}

.exams-condition {
  border: 1px solid #0D2EA0;
  border-radius: 8px;
  padding: 2rem;
}

.btn-main {
  color: #fff;
  background-color: #0D2EA0;
  border-color: #0D2EA0;
}

.btn-main:hover {
  opacity: 0.9;
  color: #fff;
}

.wrap-all-exams {
  margin-bottom: 24px;
}

.wrap-all-exams td {
  padding: 0;
  box-shadow: none;
}

.wrap-all-exams td a {
  width: 100%;
}

.exams-choice .choice {
  padding: 0;
}

.exams-choice .choice a {
  border-radius: 0;
  border: 1px solid #C2C2C2;
}

.wrap-all-exams .exams-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #C2C2C2;
  margin: 20px 0px 10px 0px;
}

.wrap-exams-content input:focus+label {
  background-color: #0D2EA0 !important;
  color: #fff !important;
}

.wrap-exams-content .exams .radio {
  width: 100%;
  padding: 14px 14px;
  text-indent: 32px;
}

.wrap-exams-content .radio {
  display: flex;
  margin-bottom: 6px;
}

.wrap-exams-content .radio label {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #C2C2C2;
}

.wrap-exams-content .answer {
  padding: 0 4rem;
  margin-top: 20px;
}

.time-exams .wrap {
  width: 30%;
  margin: auto;
  border: 1px solid #C2C2C2;
  padding: 16px;
  border-radius: 6px;
  text-align: center;
}

.time-exams #tabtime {
  color: red;
}

.nav-header {
  border-bottom: 4px solid #0D2EA0;
}

.bredcum_page,
.breadcrumb {
  margin-top: 16px;
  margin-bottom: 8px;
}

.time-exams {
  margin-top: 30px;
}

.btn-doing {
  color: #fff;
  background-color: #0D2EA0;
  border-color: #0D2EA0
}

.faq-headder {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.faq-headder p {
  margin-bottom: 0px;
}

.wrap-exams-content .answer input {
  margin-right: -7px;
  position: relative;
}

.next-pre {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
}

.next-pre .btn-next {
  color: #fff;
  background-color: #0D2EA0;
  border-color: #0D2EA0;
}

.next-pre .btn-pre {
  color: #0D2EA0;
  background-color: #fff;
  border-color: #0D2EA0;
}

.exams_reasult .show-icon {
  text-align: center;
  padding: 2rem;
  border: 1px solid #0D2EA0;
  border-radius: 6px;
  margin-bottom: 20px;
}

.exams_reasult .show-resault {
  padding: 1rem 0;
  border: 1px solid #0D2EA0;
  border-radius: 6px;
}

.exams_reasult .show-resault .list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.exams_reasult .show-resault .list-item p:nth-child(1) {
  margin-left: 16px;
  margin-bottom: 0;
}

.exams_reasult .show-resault .list-item p:nth-child(2) {
  margin-right: 16px;
  margin-bottom: 0;
}

.circle-red {
  color: red;
}

.circle-success {
  color: #4CAF50;
}

.exams_reasult .show-score .list-score {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.exams_reasult .show-score .total-score {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.exams_reasult .show-score .total-score span {
  color: #0D2EA0;
  font-size: 20px;
}

.exams_reasult {
  margin-top: 3rem;
}

.detail-contact {
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #d3d3d3;
  box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.42);
}

.contact-us .panel {
  background-color: #fff;
  padding: 2rem 3rem;
  box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.42);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.map iframe {
  margin-top: 24px !important;
}

.navbar-nav {
  margin: auto;
}

.term-head p {
  font-size: 20px;
  font-weight: 600;
}

.term-head {
  margin-bottom: 26px;
  margin-top: 26px;
}

.term-content .term-title {
  background-color: #0D2EA0;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 4px;
}

.term-content .row {
  margin-bottom: 6px;
}

.term-content .row .term-detail {
  border: 1px solid #0D2EA0;
  padding: 12px 24px;
}

.term-content .row .col-lg-2 {
  padding: 0;
}

.term-content .row .col-lg-10 {
  padding: 0;
}


.pager-main ul.yiiPager {
  font-size: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline;
}

.pager-main ul.yiiPager li {
  margin: auto 2px;
  display: inline;
}

.pager-main ul.yiiPager a:link,
.pager-main ul.yiiPager a:visited {
  border: 0.5px solid rgba(194, 194, 194, 0.4);
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  text-decoration: none;
}

.pager-main ul.yiiPager .page a {
  font-weight: normal;
}

.pager-main ul.yiiPager a:hover {
  border: solid 1px #0e509e;
}

.pager-main ul.yiiPager .selected a {
  background: #00529C;
  color: #FFFFFF;
}

.pager-main ul.yiiPager .hidden a {
  border: solid 1px #DEDEDE;
  color: #888888;
}

/**
 * Hide first and last buttons by defa.pager-main ult.
 */
.pager-main ul.yiiPager .first,
.pager-main ul.yiiPager .last {
  display: none;
}

/* End New Css */

.accordion-button::after {
  filter: brightness(0%) invert(100%);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0%) invert(100%);
}

.contact-home {
  margin-bottom: 10px;
}

.section-news .card,
.recommended-video .card {
  margin-bottom: 10px;
}

.card-howtouse .card-body {
  padding: 4rem 6rem;
}

.card-howtouse iframe {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}

.card-howtouse img {
  display: flex;
  margin: 0 auto;
}

.webboard-comment .title-forum {
  margin-bottom: 8px;
  font-size: 18px;
}

.webboard-comment .comment-wrap {
  margin-left: 18px;
  margin-top: 12px;
}

.webboard-comment .comment-wrap .wrap-item {
  display: flex;
  column-gap: 10px;
  margin-bottom: 8px;
  align-items: center;
}

.webboard-comment .comment-wrap .wrap-item .btn-danger {
  font-size: 12px;
  padding: 4px 10px;

}

.webboard-comment .webboard-detail-title span:first-child {
  font-size: 22px;
  color: #00529c;
}

.course .card .img-course {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.course .course-link {
  color: #212529;
  text-decoration: none;
  transition-duration: 300ms;
  display: block;
  border-radius: 0.25rem;
}

.course .course-link:hover {
  color: #212529;
  box-shadow: 6px 6px 12px 0px #00000032;
  transform: translate(-3px, -3px);
}

.course .card-body .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1em;
}

.course .card-body .detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}

.course .course-profile .lecturer {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#questionnaire .title-content {
  margin: 14px 0px 6px;
  display: inline-block;
}

#questionnaire .form-checkbox .checkbox {
  margin-bottom: 12px;
}

#questionnaire .head-question tr {
  background-color: #FBFBFB;
}

#questionnaire th {
  vertical-align: middle;
}

#questionnaire .table>:not(caption)>*>* {
  padding: 1.3rem 0.5rem;
}

#questionnaire .input-form {
  margin-left: 18px;
  border-radius: 6px;
  border-color: #9db2fb;
}

#questionnaire .one_answer .radio {
  margin-bottom: 8px;
}

/* responsive */

@media only screen and (max-width: 768px) {
  .card-howtouse .card-body {
    padding: 2rem 3rem;
  }

}

@media only screen and (max-width: 426px) {
  .card-howtouse .card-body {
    padding: 1.2rem 1.5rem;
  }

  .news-tsm {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }

  .news-tsm p:nth-child(3) {
    display: none;
  }

  .wrap-faq .row{
    margin: 0;
  }

  .news-tsm-detail {
    margin-right: 10px;
    padding-left: 0;
  }

  .input-group h4 {
    display: none;
  }

  .choose-login {
    padding: 2rem;
    border-radius: 18px;
    transition: 0.5s;
    transform: scale(1.1);
    background-color: #FFFFFFAD;
  }

  #staticBackdrop .rc-anchor-logo-portrait{
    margin: 10px 0 0 -13px !important;
  }

  #staticBackdrop .g-recaptcha {
    width: 100% !important;
  }

  #staticBackdrop .g-recaptcha>div {
    width: 100% !important;
  }

  #staticBackdrop iframe {
    width: 100% !important;
  }
  
  .btn-report {
    right: 12px;
    bottom: 80px;
  }

  .btn-edit {
    padding: 10px;
  }
}


@media only screen and (max-width: 320px) {
  .btn-report {
    margin-bottom: 16px;
  }
}


/* end responsive */