@charset "UTF-8";
:root {
  --font-main: "LINE Seed Sans TH", sans-serif;
  --font-default: "LINE Seed Sans TH", sans-serif;
  --font-body: "Bai Jamjuree", sans-serif;
  --default-color: #000;
  --gray: #494949;
  --default-color-hover: #E469A2;
  --default-color-active: #cd2653;
  --bg-primary: #F0B4D0;
  --bg-gray: #F5F5F5;
  --line-gray: #D1D5DB;
  --bg-light: #FADFE7;
  --s-space: 16px;
}

@media (min-width: 768px) {
  :root {
    --s-space: 1.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --s-space: 2rem;
    --s-header-height: 70px;
  }
}
@media (max-width: 1024px) and (min-width: 991px) {
  .col1-aw-quiz {
    display: none;
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 1rem;
  padding-left: 1rem;
}

#site-content {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  #site-content {
    padding: 2rem 0;
  }
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wrap-main-quiz #site-content {
  background-color: var(--bg-light);
}

.quiz_theme_default {
  background-color: white;
  border: 2px solid #000;
  position: relative;
  margin-top: -50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  /* form  */
}
@media (max-width: 992px) {
  .quiz_theme_default {
    margin-top: 0px;
  }
}
@media (min-width: 912px) and (max-width: 1024px) {
  .quiz_theme_default .col2-aw-quiz {
    display: none;
  }
}
.quiz_theme_default::before {
  content: "";
  background-color: var(--bg-gray);
  border-bottom: 2px solid #000;
  width: 100%;
  height: 36px;
  display: block;
}
.quiz_theme_default .mlw_qmn_message_before {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.quiz_theme_default .mlw_qmn_message_before .cofact-quiz-sm {
  margin: 0 auto !important;
  text-align: center;
}
@media (min-width: 1025px) {
  .quiz_theme_default .mlw_qmn_message_before .cofact-quiz-sm {
    display: none;
  }
}
.quiz_theme_default .qsm-quiz-form,
.quiz_theme_default .qmn_results_page {
  padding: 40px 40px 10px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.quiz_theme_default .qsm-quiz-form::before, .quiz_theme_default .qsm-quiz-form::after,
.quiz_theme_default .qmn_results_page::before,
.quiz_theme_default .qmn_results_page::after {
  content: "";
  background-color: #E65A5A;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.quiz_theme_default .qsm-quiz-form::after,
.quiz_theme_default .qmn_results_page::after {
  top: 10px;
  right: 30px;
}
.quiz_theme_default .qsm-quiz-form form,
.quiz_theme_default .qmn_results_page form {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .quiz_theme_default .qsm-quiz-form,
.quiz_theme_default .qmn_results_page {
    padding: 30px 20px 10px;
  }
}
.quiz_theme_default .qmn_results_page {
  padding: 0;
}
.quiz_theme_default .qmn_results_page .qsm-results-page {
  position: relative;
  padding: 20px;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .amount-correct {
  margin-top: 25px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .amount-correct h2 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 3rem;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .correct-description {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .correct-description,
.quiz_theme_default .qmn_results_page .qsm-results-page .correct-description > p {
  text-align: center;
  font-family: var(--font-main) !important;
}
.quiz_theme_default .qmn_results_page .qsm-results-page::before, .quiz_theme_default .qmn_results_page .qsm-results-page::after {
  content: "";
  background: url("../images/aw-left.png") no-repeat;
  background-position: top left;
  background-size: contain;
  width: 25%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.quiz_theme_default .qmn_results_page .qsm-results-page::after {
  background: url("../images/aw-right.png") no-repeat;
  background-position: top right;
  background-size: contain;
  right: 0;
  left: inherit;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .result-answer {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .result-answer .remark {
  border-radius: 20px;
  background-color: white;
  font-weight: 500;
  font-family: var(--font-main);
  padding: 2px 12px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .quiz_theme_default .qmn_results_page .qsm-results-page .result-answer .remark {
    font-size: 16px;
  }
}
.quiz_theme_default .qmn_results_page .qsm-results-page .result-answer .qsm-text-wrong-option {
  color: #DC3737;
  font-weight: bold;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .result-answer .qsm-text-correct-option {
  font-weight: bold;
  color: #1AA31B;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .result-answer .qsm-question-title-description + br {
  display: none;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .result-answer .qsm_retake_button {
  margin: 0 auto 20px;
  text-align: center;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .qmn_question_answer.qsm-add-border-bottom {
  border: 0;
  padding: 0;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .qmn_question_answer .mlw_qmn_question {
  font-size: 90%;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .mlw_qmn_question .qmn_image_option {
  align-items: flex-start;
  padding-left: 25px;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .mlw_qmn_question .qmn_image_option::before {
  left: -7px;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: transparent;
}
.quiz_theme_default .qmn_results_page .qsm-results-page .mlw_qmn_question .qmn_image_option img {
  max-width: 100px;
  border-radius: 10px;
}
.quiz_theme_default .quiz_section .qmn_image_option,
.quiz_theme_default .qsm-page {
  color: var(--default-color);
  padding: 0;
}
.quiz_theme_default .quiz_section .qmn_image_option h2,
.quiz_theme_default .qsm-page h2 {
  font-size: 3.25rem;
  color: var(--default-color);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.quiz_theme_default .quiz_section .qmn_image_option h3,
.quiz_theme_default .qsm-page h3 {
  color: var(--default-color);
  font-weight: 400;
  margin-top: 10px;
}
.quiz_theme_default .quiz_section .qmn_image_option .mlw_qmn_new_question,
.quiz_theme_default .quiz_section .qmn_image_option .mlw_qmn_question_number,
.quiz_theme_default .qsm-page .mlw_qmn_new_question,
.quiz_theme_default .qsm-page .mlw_qmn_question_number {
  font-size: 2.35rem;
  line-height: 1.3em;
  letter-spacing: 0.25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .quiz_theme_default .quiz_section .qmn_image_option h2,
.quiz_theme_default .qsm-page h2 {
    font-size: 2.5rem;
  }
  .quiz_theme_default .quiz_section .qmn_image_option h3,
.quiz_theme_default .qsm-page h3 {
    font-size: 1.75rem;
  }
}
.quiz_theme_default .quiz_section .mlw_qmn_question {
  margin-top: 10px;
  overflow: hidden;
}
.quiz_theme_default .qmn_pagination {
  border: none !important;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 40px;
  flex-direction: row;
  justify-content: flex-start;
}
.quiz_theme_default .qmn_btn, .quiz_theme_default .qmn_quiz_container .btn {
  background-color: var(--bg-primary) !important;
  color: var(--default-color) !important;
  border: none !important;
  font-weight: 700;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  min-width: 120px !important;
}
.quiz_theme_default .qmn_btn:hover, .quiz_theme_default .qmn_btn:focus, .quiz_theme_default .qmn_quiz_container .btn:hover, .quiz_theme_default .qmn_quiz_container .btn:focus {
  background-color: var(--default-color-hover) !important;
  color: white !important;
  border: none !important;
}
.quiz_theme_default .qmn_btn.qsm-previous {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  min-width: 60px !important;
  text-align: left !important;
}
.quiz_theme_default .qmn_btn.qsm-previous:hover, .quiz_theme_default .qmn_btn.qsm-previous:focus {
  text-decoration: underline !important;
  color: var(--default-color) !important;
}
.quiz_theme_default .qsm-quiz-form .qmn_error_message {
  font-size: 80% !important;
  border-radius: 10px;
}
.quiz_theme_default .qsm-quiz-form .qmn_error:after {
  display: none;
}
.quiz_theme_default .qsm-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.quiz_theme_default .qsm-progress-bar .progressbar-text {
  color: var(--default-color);
  font-size: 1.5rem;
}
.quiz_theme_default .qsm-progress-bar svg {
  border-radius: 20px;
  height: 10px !important;
}
.quiz_theme_default .qsm-progress-bar svg path {
  border-radius: 20px;
  stroke-width: 10;
  stroke: #EEE;
}
.quiz_theme_default .qsm-progress-bar svg path + path {
  border-radius: 20px;
  stroke-width: 10;
  stroke: #E57CAB;
}
.quiz_theme_default .quiz_section {
  padding: 0;
}
.quiz_theme_default .quiz_section .qsm-featured-image {
  margin-top: 15px;
}
.quiz_theme_default .quiz_section select, .quiz_theme_default .quiz_section textarea, .quiz_theme_default .quiz_section input[type=text], .quiz_theme_default .quiz_section input[type=email], .quiz_theme_default .quiz_section input[type=number] {
  border-color: #F6F8FA;
  background-color: #F6F8FA;
  width: 90%;
}
@media (max-width: 768px) {
  .quiz_theme_default .quiz_section select, .quiz_theme_default .quiz_section textarea, .quiz_theme_default .quiz_section input[type=text], .quiz_theme_default .quiz_section input[type=email], .quiz_theme_default .quiz_section input[type=number] {
    width: 100%;
    padding: 12px 10px 12px 10px;
    font-size: 16pxd;
  }
}
.quiz_theme_default .qsm-quiz-form .qmn_error .qmn_radio_answers,
.quiz_theme_default .qsm-quiz-form .qmn_error .qmn_check_answers,
.quiz_theme_default .qsm-quiz-form .qmn_error .qmn_accept_answers {
  border-radius: 10px;
}
.quiz_theme_default .quiz_section .qmn_radio_answers label,
.quiz_theme_default .quiz_section .qmn_check_answers label,
.quiz_theme_default .quiz_section .qmn_accept_answers label {
  font-size: 16px;
}
.quiz_theme_default .quiz_section .qmn_image_option {
  height: auto;
}
.quiz_theme_default .quiz_section .qmn_image_option img {
  border-radius: 10px;
  float: right;
  border-radius: 10px;
  max-width: 110px;
}
.quiz_theme_default .qmn_mc_answer_wrap {
  margin: 15px 0;
}
.quiz_theme_default .qmn_mc_answer_wrap:last-child {
  margin-bottom: 0 !important;
}
.quiz_theme_default #mlw_error_message_bottom {
  display: none;
}

.qmn_mc_answer_wrap {
  margin: 0.5rem;
}
.qmn_mc_answer_wrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
.qmn_mc_answer_wrap input[type=radio] + .qsm-input-label {
  display: flex;
}
.qmn_mc_answer_wrap input[type=radio] + .qsm-input-label:before {
  content: "";
  background: white;
  border-radius: 100%;
  border: 1px solid #767676;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  flex: 0 0 auto;
  position: relative;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.qmn_mc_answer_wrap input[type=radio]:checked + .qsm-input-label:before {
  background-color: var(--bg-primary);
  border: 2px solid #767676;
  box-shadow: inset 0 0 0 3px white;
}
.qmn_mc_answer_wrap input[type=radio]:focus + .qsm-input-label:before {
  outline: none;
  border-color: #767676;
}
.qmn_mc_answer_wrap input[type=radio] + .qsm-input-label:empty:before {
  margin-right: 0;
}

.qsm-quiz-form:has(.mlw_custom_start[style*="display: none;"]) > .qsm-pagination {
  justify-content: space-between;
}

.wrap-container-quiz:has(.qmn_results_page) > .gb-grid-column:first-child {
  display: none;
}

.wrap-container-quiz:has(.qmn_results_page) > .gb-grid-column:last-child {
  width: 100%;
}

.wrap-container-quiz:has(.qmn_results_page) > .gb-grid-column:last-child .quiz_theme_default {
  max-width: 100%;
}

/* Social Share */
.wrap-result-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
.wrap-result-share .social-share {
  display: flex;
  align-items: center;
  justify-self: center;
  background: #E3E3E3;
  padding: 6px 20px;
  border-radius: 25px;
  font-weight: 500;
  gap: 15px;
}
.wrap-result-share .social-share img {
  border-radius: 7px;
}
@media (max-width: 500px) {
  .wrap-result-share {
    flex-direction: column;
  }
}

/* Menu */
.primary-menu ul {
  padding-top: 2rem;
  width: auto;
  min-width: 160px;
  padding-bottom: 0;
  top: calc(100% + 1rem);
}

.primary-menu > li {
  margin: 0;
}
.primary-menu > li a {
  padding-top: 0;
  padding-bottom: 0;
}

.primary-menu > li > .icon {
  top: 20%;
  color: var(--default-color) !important;
}

.primary-menu ul::after {
  display: none;
}

.primary-menu ul,
body:not(.overlay-header) .primary-menu ul {
  background-color: white !important;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  box-shadow: 0 4px 5.7px 0 rgba(0, 0, 0, 0.25);
}

/* Ai Page */
.main-content--ai {
  padding: 0;
  background: #2A4F78 url("../images/cofact-ai-misinfo-bg.jpg") repeat-x top center;
  background-size: contain;
}
.main-content--ai .hidden {
  display: none;
}
.main-content--ai .entry-header {
  position: absolute;
  top: 0;
  text-indent: -999em;
  overflow: hidden;
}
.main-content--ai .header-title-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  display: flex;
}
.main-content--ai .header-title-link a.link {
  padding-left: 10px;
  color: #fff !important;
}
.main-content--ai .header-title-link h2 {
  max-width: 70%;
  line-height: 1.25em;
  margin-left: 0;
}
.main-content--ai .text-muted {
  color: #AFAFAF !important;
}
.main-content--ai .info h3 > a {
  color: #fff !important;
}
.main-content--ai .info h3 > a:hover, .main-content--ai .info h3 > a:focus, .main-content--ai .info h3 > a:active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main-content--ai .top-fact-check-lg .slick-arrow {
  display: none !important;
}
.main-content--ai .top-fact-check-lg::after {
  right: -1px;
  background: linear-gradient(270deg, #2A4F78, rgba(245, 245, 235, 0) 73.65%);
}
@media (min-width: 768px) {
  .main-content--ai {
    background-size: contain;
  }
  .main-content--ai .political-slidefull {
    background-size: contain;
  }
  .main-content--ai .political-slidefull::after {
    width: 200px;
    height: 100px;
  }
  .main-content--ai .top-fact-check-lg .content-item.-card-slide {
    margin-left: -25px;
    padding-right: 50px;
  }
}
.main-content--ai .health-message .cofact-article-wrapper .archive-title,
.main-content--ai .health-message .cofact-article-wrapper a.link {
  display: none;
}
.main-content--ai .health-message .cofact-article-wrapper .wrapper-content {
  margin: 2rem 0;
}
.main-content--ai .ai-article .info .entry-cat {
  display: none;
}
.main-content--ai .ai-article .content-item.-card-list {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .main-content--ai .ai-article .content-item.-card-list {
    margin-bottom: 8rem;
  }
  .main-content--ai .ai-article .content-item.-card-list:last-child {
    margin-bottom: 0;
  }
  .main-content--ai .ai-article .info h3 {
    -webkit-line-clamp: 4;
  }
}
.main-content--ai .msg-count {
  background-color: #1C4067;
}
.main-content--ai .msg-count .msg-count--reply,
.main-content--ai .msg-count .msg-count--comment {
  background-color: #1C4067;
}
.main-content--ai .block-cofact-line {
  margin-bottom: 0;
}
.main-content--ai .wrap-article-ai-list {
  display: flex;
  gap: 15px;
}
.main-content--ai .wrap-article-ai-list h2.gb-headline-text a {
  color: white !important;
}
.main-content--ai .wrap-article-ai-list .gb-container {
  width: 45%;
}
.main-content--ai .wrap-article-ai-list .gb-block-image {
  width: 50%;
}
.main-content--ai .gb-block-image img {
  object-position: top center;
}

/* style homepage */
body.page-template-template-fullwitdh #site-content {
  padding-top: 0;
}

.section-search {
  position: relative;
}
.section-search::before {
  content: "";
  background: url("../images/search-aw-left-sm.png") no-repeat top center;
  background-size: contain;
  width: 75px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -5px;
}
.section-search::after {
  content: "";
  background: url("../images/search-aw-right-sm.png") no-repeat top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: inherit;
  right: 0;
  top: -5px;
}
.section-search .wp-block-search,
.section-search .search-form {
  border-radius: 8px;
  background: rgba(211, 158, 183, 0.39);
  padding: 10px;
  margin-bottom: 0;
}
.section-search .wp-block-search .wp-block-search__label,
.section-search .search-form .wp-block-search__label {
  display: none;
}
.section-search .wp-block-search .wp-block-search__input,
.section-search .wp-block-search .search-field,
.section-search .search-form .wp-block-search__input,
.section-search .search-form .search-field {
  border: none;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  color: var(--default-color);
  background-color: #F3F3F3;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
}
.section-search .wp-block-search .wp-block-search__input::placeholder,
.section-search .wp-block-search .search-field::placeholder,
.section-search .search-form .wp-block-search__input::placeholder,
.section-search .search-form .search-field::placeholder {
  color: var(--default-color);
}
.section-search .wp-block-search .wp-block-search__inside-wrapper,
.section-search .search-form .wp-block-search__inside-wrapper {
  margin: 0;
}
.section-search .wp-block-search .wp-block-search__button,
.section-search .wp-block-search .search-submit,
.section-search .search-form .wp-block-search__button,
.section-search .search-form .search-submit {
  background-color: #252525 !important;
  color: white !important;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
  font-weight: 700;
  margin-top: 0;
  min-width: auto;
  font-size: 16px;
}
.section-search .wp-block-search .wp-block-search__button:hover, .section-search .wp-block-search .wp-block-search__button:focus,
.section-search .wp-block-search .search-submit:hover,
.section-search .wp-block-search .search-submit:focus,
.section-search .search-form .wp-block-search__button:hover,
.section-search .search-form .wp-block-search__button:focus,
.section-search .search-form .search-submit:hover,
.section-search .search-form .search-submit:focus {
  background-color: var(--default-color-hover) !important;
  color: white !important;
}
.section-search .wp-block-search .wp-block-search__button::before,
.section-search .wp-block-search .search-submit::before,
.section-search .search-form .wp-block-search__button::before,
.section-search .search-form .search-submit::before {
  content: "";
}
.section-search .wp-block-search .wp-block-search__button svg,
.section-search .wp-block-search .search-submit svg,
.section-search .search-form .wp-block-search__button svg,
.section-search .search-form .search-submit svg {
  display: block;
  color: white;
  fill: white;
}
@media (min-width: 1024px) {
  .section-search::before {
    content: "";
    background: url("../images/search-aw-left.png") no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .section-search::after {
    content: "";
    background: url("../images/search-aw-right.png") no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    left: inherit;
    right: -5%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .section-search .wp-block-search,
.section-search .search-form {
    padding: 20px;
  }
  .section-search .wp-block-search .wp-block-search__button,
.section-search .wp-block-search .search-submit,
.section-search .search-form .wp-block-search__button,
.section-search .search-form .search-submit {
    padding: 10px 20px;
  }
  .section-search .wp-block-search .wp-block-search__button::before,
.section-search .wp-block-search .search-submit::before,
.section-search .search-form .wp-block-search__button::before,
.section-search .search-form .search-submit::before {
    content: "ค้นหา";
  }
  .section-search .wp-block-search .wp-block-search__button svg,
.section-search .wp-block-search .search-submit svg,
.section-search .search-form .wp-block-search__button svg,
.section-search .search-form .search-submit svg {
    display: none;
  }
}
@media (min-width: 1280px) {
  .section-search::before {
    width: 250px;
    height: 250px;
  }
  .section-search::after {
    width: 250px;
    height: 250px;
  }
}
.section-search .hidden-lg {
  display: block;
}
.section-search .hidden-sm {
  display: none;
}

/* EVENT */
.gb-block-image img {
  object-position: top;
}

.ic-calendar,
.ic-place {
  position: relative;
  margin-bottom: 5px;
}

.ic-calendar::before,
.ic-place::before {
  content: "";
  background: url("../images/ic-calendar.svg") no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
}

.ic-place::before {
  background: url("../images/ic-place.svg") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

#banner-second .splide__arrow {
  position: absolute;
  top: -45px;
  background-color: #292D32;
  width: 1.75em;
  height: 1.75em;
}
#banner-second .splide__arrow svg {
  fill: #fff;
  height: 0.75em;
  width: 0.75em;
}
#banner-second .splide__arrow.splide__arrow--prev {
  left: inherit;
  right: 45px;
}
#banner-second .splide__arrow.splide__arrow--next {
  right: 15px;
}
@media (min-width: 1025px) {
  #banner-second .splide__arrow.splide__arrow--prev {
    left: inherit;
    right: 35px;
  }
  #banner-second .splide__arrow.splide__arrow--next {
    right: 0;
  }
}

.primary-menu .menu-item.current-menu-parent > a {
  color: var(--default-color-hover) !important;
  font-weight: 600;
}

.primary-menu > li.pll-parent-menu-item.menu-item {
  border: 1px solid var(--default-color-hover);
  padding: 0.5rem 1rem;
  margin: 0 0 2px;
  border-radius: 5px;
}
.primary-menu > li.pll-parent-menu-item.menu-item .icon {
  display: none;
}
.primary-menu > li.pll-parent-menu-item.menu-item.current-menu-parent {
  border: 1px solid var(--bg-primary);
}
.primary-menu > li.pll-parent-menu-item.menu-item a {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  line-height: 1.25;
  border-bottom: 0;
  margin-right: 0;
}
.primary-menu > li.pll-parent-menu-item.menu-item a:hover, .primary-menu > li.pll-parent-menu-item.menu-item a:focus, .primary-menu > li.pll-parent-menu-item.menu-item a:active {
  text-decoration: none;
  border-bottom: 0;
}
.primary-menu > li.pll-parent-menu-item.menu-item ul.sub-menu {
  width: auto;
  min-width: auto;
  padding: 10px;
  text-align: center;
  display: flex;
}
.primary-menu > li.pll-parent-menu-item.menu-item ul.sub-menu li:not(:last-child) {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid var(--line-gray);
}

@media (min-width: 992px) {
  .primary-menu > li.pll-parent-menu-item.menu-item {
    margin-left: 1.5rem;
    margin-right: 1rem;
    width: 40px;
  }
  .primary-menu > li.pll-parent-menu-item.menu-item ul {
    width: 70px;
  }

  .primary-menu > li.menu-item.ic-search {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.menu-item.ic-search {
  margin-left: 1.5rem;
  margin-right: 0;
}
.menu-item.ic-search.current-menu-item a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.menu-item.ic-search a {
  text-decoration: none !important;
  background: url("../images/ic-search.svg") no-repeat top center;
  background-size: 20px;
  width: 20px;
  height: 25px;
  display: block;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.menu-item.ic-search a:hover, .menu-item.ic-search a:focus, .menu-item.ic-search a:active {
  border-bottom: 0 !important;
}

.modal-menu ul li a {
  font-family: var(--font-main);
  font-weight: normal;
}

.animated-banner {
  font-size: 2.75rem;
  font-weight: 700;
  padding: 1rem;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
}
.animated-banner .word-wrapper {
  display: flex;
  position: relative;
  height: 50px;
  min-width: 100px;
  text-align: center;
  margin-left: 1rem;
  overflow: hidden;
}
.animated-banner .word-wrapper .word {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeWords 6s infinite;
}
.animated-banner .word-wrapper .word:nth-child(1) {
  animation-delay: 0s;
}
.animated-banner .word-wrapper .word:nth-child(2) {
  animation-delay: 2s;
}
.animated-banner .word-wrapper .word:nth-child(3) {
  animation-delay: 4s;
}
@media (min-width: 700px) {
  .animated-banner {
    font-size: 3rem;
    padding: 1rem;
  }
  .animated-banner .word-wrapper {
    height: 60px;
  }
}
@media (min-width: 1100px) {
  .animated-banner {
    font-size: 5rem;
    padding: 1rem 2rem;
  }
  .animated-banner .word-wrapper {
    height: 100px;
  }
}

@keyframes fadeWords {
  0%, 100% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 30% {
    opacity: 1;
    transform: translateY(0);
  }
  40%, 90% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.hero-banner-slide .sow-slider-images {
  border-radius: 50px;
}
.hero-banner-slide .sow-slider-pagination,
.hero-banner-slide .sow-slide-nav {
  display: none !important;
}

.hero-banner-wording {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 999;
  width: 100%;
}
@media (min-width: 1100px) {
  .hero-banner-wording {
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
}

.hero-banner-search {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1100px) {
  .hero-banner-search {
    bottom: 20px;
  }
}

body.home .menu-item.ic-search {
  display: none;
}

body:not(.home) #site-header.header-footer-group {
  background-color: white;
  position: relative;
}

/* Frontpage mobile */
@media (max-width: 991px) {
  body.home .section-inner {
    width: calc(100% - 2rem);
  }
  body.home #site-header.header-footer-group {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  body.home .hero-banner-slide .sow-slider-images {
    border-radius: 0;
  }
  body.home .hero-banner-slide .sow-slider-image-foreground-wrapper {
    display: none !important;
  }
}
.content-item.-card {
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}
@media (min-width: 576px) and (max-width: 1024px) {
  .content-item.-card {
    padding: 0;
  }
}

.whatcheck .content-item,
.true-false-post .content-item {
  margin-bottom: 2rem;
}

.whatcheck .content-item.-card-slide {
  background-color: white;
  border: 1px solid var(--line-gray);
}

.whatcheck .slick-track,
.true-false-post .slick-track {
  display: flex !important;
  gap: 15px;
}
@media (min-width: 992px) {
  .whatcheck .slick-track,
.true-false-post .slick-track {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .whatcheck .slick-arrow.slick-prev,
.true-false-post .slick-arrow.slick-prev {
    right: 25%;
  }
  .whatcheck .slick-arrow.slick-next,
.true-false-post .slick-arrow.slick-next {
    left: 25%;
  }
  .whatcheck .content-item,
.true-false-post .content-item {
    margin-bottom: 2rem;
  }
}

.pic-file {
  position: relative;
}
.pic-file img {
  border-radius: 20px;
}

.posted-on {
  position: relative;
  padding-left: 25px;
}
.posted-on::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/ic-calendar.svg") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore {
  position: relative;
  padding-right: 18px;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 11px;
  height: 11px;
  background: url("../images/ic-more.svg") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.readmore:hover, .readmore:focus {
  text-decoration: none;
}

.badge-title {
  font-size: 15px;
  font-weight: 600;
  padding: 2px 15px;
  border-radius: 20px;
  background-color: var(--gray);
  color: white;
  display: inline-block;
  margin: 1rem auto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .badge-title {
    font-size: 13px;
  }
}

.slick-arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  transform: translateX(-42%);
  text-indent: -999em;
  background-size: contain;
  background: url("../images/arrow.svg") center center no-repeat;
}
.slick-arrow.slick-next {
  background: url("../images/arrow.svg") center center no-repeat;
  background-size: contain;
  left: 42%;
}
.slick-arrow.slick-prev {
  background: url("../images/arrow.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(180deg) translateX(-42%);
  right: 42%;
  left: inherit;
}
@media (min-width: 768px) {
  .slick-arrow {
    bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .content-card-list {
    margin-bottom: 1rem;
  }
}

.download-item {
  font-family: var(--font-main);
}
.download-item a {
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.download-item a:hover, .download-item a:focus {
  text-decoration: none !important;
}

.slick-dots {
  gap: 10px;
  list-style: none;
  display: flex;
  padding: 2rem 0;
  margin: 0;
  justify-content: center;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--line-gray);
  opacity: 0.5;
  transition: all 0.3s ease;
  padding: 0;
  text-indent: -999em;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  background-color: var(--default-color);
}
.slick-dots li.slick-active button {
  background-color: var(--default-color);
  opacity: 1;
  width: 20px;
}
@media (min-width: 768px) {
  .slick-dots {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  .true-false-wrapper .slick-arrow.slick-prev {
    right: 0;
    left: -20%;
    bottom: 30%;
  }
  .true-false-wrapper .slick-arrow.slick-next {
    left: -40%;
    bottom: 30%;
  }
  .true-false-wrapper .slick-dots {
    position: absolute;
    left: -230px;
    bottom: 22%;
  }
}
.item-msg-count {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  color: var(--default-color);
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}
.item-msg-count .item-msg-count--reply::after {
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--bg-gray);
  position: absolute;
  top: 0;
  right: 0;
}
.item-msg-count .item-msg-count--reply,
.item-msg-count .item-msg-count--comment {
  position: relative;
  width: 50%;
  padding: 0 40px;
}
.item-msg-count .item-msg-count--reply .detail,
.item-msg-count .item-msg-count--comment .detail {
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}
.item-msg-count .item-msg-count--reply .detail::before,
.item-msg-count .item-msg-count--comment .detail::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/ic-search.svg") no-repeat center center;
  background-size: contain;
}
.item-msg-count .item-msg-count--reply .num,
.item-msg-count .item-msg-count--comment .num {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
  gap: 10px;
}
.item-msg-count .item-msg-count--reply .num > div,
.item-msg-count .item-msg-count--comment .num > div {
  font-size: 4rem;
  line-height: 3rem;
  font-weight: bold;
  color: var(--default-color-hover);
}
@media (max-width: 767px) {
  .item-msg-count {
    padding: 0;
    font-size: 14px;
  }
  .item-msg-count .item-msg-count--reply::after {
    width: 3px;
  }
  .item-msg-count .item-msg-count--reply {
    padding-right: 10px;
  }
  .item-msg-count .item-msg-count--reply .detail,
.item-msg-count .item-msg-count--comment .detail {
    padding-left: 20px;
  }
  .item-msg-count .item-msg-count--reply .detail::before,
.item-msg-count .item-msg-count--comment .detail::before {
    width: 16px;
    height: 16px;
  }
  .item-msg-count .item-msg-count--reply .num > div,
.item-msg-count .item-msg-count--comment .num > div {
    font-size: 2rem;
    line-height: 2rem;
  }
  .item-msg-count .item-msg-count--reply {
    padding-right: 10px;
    padding-left: 0;
    flex: 55%;
  }
  .item-msg-count .item-msg-count--comment {
    padding-left: 10px;
    padding-right: 0;
  }
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.fw-bold {
  font-weight: 600;
}

.rounded-md {
  border-radius: 10px;
}

.rounded-xl {
  border-radius: 20px;
}

.text-sm > p {
  font-size: 14px;
}

.gb-block-image a > img.gb-image {
  transition: transform 0.2s ease-out;
  overflow: hidden;
}
.gb-block-image a > img.gb-image:hover {
  transform: scale(1.05);
}

.bg-line-cofact {
  position: relative;
}
.bg-line-cofact:before {
  content: "";
  display: block;
  width: 200px;
  height: 60px;
  background: url("../images/shap-pink.png") no-repeat top right;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 0;
}

/* post content */
.entry-content-body {
  position: relative;
}
@media (min-width: 1024px) {
  .entry-content-body .featured-media {
    margin: 0 7rem;
  }
}
.entry-content-body .post-views {
  position: absolute;
  bottom: 2rem;
  right: 0;
  font-size: 14px;
}

.entry-content-body-inner p,
.entry-content-body-inner ul,
.entry-content-body-inner ol,
.entry-content-body-inner li,
.entry-content-body-inner blockquote,
.entry-content-body-inner table,
.entry-content-body-inner th,
.entry-content-body-inner td,
.entry-content-body-inner pre,
.entry-content-body-inner code,
.entry-content-body-inner dl,
.entry-content-body-inner dt,
.entry-content-body-inner dd {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .entry-content-body-inner p,
.entry-content-body-inner ul,
.entry-content-body-inner ol,
.entry-content-body-inner li,
.entry-content-body-inner blockquote,
.entry-content-body-inner table,
.entry-content-body-inner th,
.entry-content-body-inner td,
.entry-content-body-inner pre,
.entry-content-body-inner code,
.entry-content-body-inner dl,
.entry-content-body-inner dt,
.entry-content-body-inner dd {
    font-size: 18px;
  }
}
.entry-content-body-inner figure,
.entry-content-body-inner figcaption {
  font-family: var(--font-body) !important;
  font-size: 14px;
  line-height: 1.5;
}

.post-meta-wrapper {
  max-width: 100%;
}

/* filter search */
.filter-search {
  max-width: 280px;
  margin: 0 auto;
}
.filter-search .wpc-filters-open-button-container {
  width: 100%;
}
.filter-search .wpc-filters-open-button-container .wpc-open-close-filters-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .filter-search {
    margin: 0;
    padding-right: 2rem;
    padding-top: 5rem;
  }
}
.filter-search .wpc-filters-date-range-wrapper label {
  display: none;
}
.filter-search .wpc-filter-title {
  font-weight: 600;
}
.filter-search .wpc-filters-submit-button,
.filter-search .wpc-filters-reset-button {
  font-weight: 600 !important;
}
.filter-search .wpc-filters-widget-content .wpc-filters-date-range-wrapper input[type=text] {
  background-color: #fff !important;
}

/* quiz */
.quiz_section .mlw_qmn_new_question {
  font-weight: 700 !important;
  font-size: 2rem !important;
}

/*# sourceMappingURL=style-2025.css.map */
