@font-face {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"), url("./fonts/Segoe UI.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"),
    url("./fonts/Segoe UI Italic.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url("./fonts/Segoe UI Bold.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"),
    url("./fonts/Segoe UI Bold Italic.woff") format("woff");
}
/*!
Theme Name: Pmac
Theme URI: http://underscores.me/
Author: NamNH49@fpt.com
Author URI: https://fpt.com.vn
Description: Description
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pmac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html,
body {
  width: auto !important;
  overflow-x: hidden !important;
  overflow-y: overlay !important;
  font-family: "Segoe UI", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
  font-family: "Segoe UI", sans-serif !important;
}
/* #spinner {
    display: none;
 } */
.nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.nav-link:hover {
  color: #74ace7;
}

.main-div {
  max-width: 1200px;
  margin: auto;
}

.navbar {
  background: #010066;
  padding: 20px 80px;
}

.header_logo {
  width: 100%;
  height: 451px;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 80px 40px;
  gap: 64px;
  background: url(./images/pmac_header.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_text {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
}

.title_text {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #121926;
  letter-spacing: -0.01em;
}

.about-focus-area-title h2 {
  color: #212529 !important;
}

.about-content-box {
  padding-top: 80px;
}

.general_text {
  font-family: "Segoe UI", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #364152;
}

.main_content {
  width: 100vw;
  background-color: #f8fafc;
  padding: 40px 80px;
}

.card {
  border-color: #eef2f6;
}

.card-body-custom {
  padding: 32px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.card-border-general {
  border-radius: 12px 12px 12px 12px;
}

.card-border {
  border-radius: 12px 0px 0px 12px;
}

.img-height {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100px !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 32px;
  color: #121926;
  letter-spacing: -0.01em;
}

.about-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
}

.about-card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

.card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #364152;
  font-family: "Segoe UI";
}

.btn-outline-secondary {
  border-color: #cdd5df;
}

.btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  /* padding: 12px 20px; */
}

.btn-pmac {
  padding: 12px 20px;
}

.footer_subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.footer_text {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 92px;
}

.copyright_text {
  padding: 20px 80px;
  color: #e1e1f7;
}

.about-hr {
  padding-bottom: 40px;
}

hr {
  margin-top: 76px;
}

.title-box {
  /* padding-bottom: 2vw; */
}

.media-card {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 460px;
}

.post-card {
  padding-left: 0px;
  padding-right: 0px;
  min-height: fit-content;
}

.media-card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.media-card-date {
  font-size: 16px;
}

.about-link {
  font-weight: 600;
}
.about-link > a {
  text-decoration: none;
  color: #2929a3;
}

.media-link {
  bottom: 10px;
  display: inline-block;
  font-weight: 600;
  position: absolute;
}

.media-link > a {
  text-decoration: none;
  color: #2929a3;
}

.media-link > a:hover {
  color: #5c5ceb;
}

.media-image {
  object-fit: cover;
  height: 300px;
}

.about-media-image {
  object-fit: cover;
  height: 280px;
}

.post-title {
  width: 70%;
  /* padding: 0px 200px; */
  margin: 30px auto 20px auto;
  text-align: center;
}

.copy-link {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #344054;
  border: 1px solid #d0d5dd;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  margin: 0px 5px;
  margin-bottom: 20px;
  padding: 12px 10px;
}

.share-button {
  color: #98a2b3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0d5dd;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  margin: 0px 5px;
  font-size: 20px;
}

.post-image {
  width: 70vw;
  height: auto;
}

.post-image-desc {
  width: 70vw;
  background-color: #eef2f6;
  margin-left: auto;
  margin-right: auto;
  text-align: start;
  padding: 15px;
  font-size: 16px !important;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}

.post-desc {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #364152;
  line-height: 28px;
}

.post-quotes {
  width: 52vw;
  margin-left: auto;
  margin-right: auto;
  color: #364152;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
}

.image-box {
  margin: 20px;
}
.btn-margin {
  margin-top: 40px;
  padding: 12px 20px;
}

.left-card-border {
  border-radius: auto 0px 0px auto;
}

.card-resp {
  border-radius: var(--bs-border-radius) 0px 0px var(--bs-border-radius) !important;
}

.btn-resp {
  color: #364152;
  height: 40px;
  width: 70px;
  padding: 5px;
  position: absolute;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.about-image {
  width: 100%;
  height: 100% !important;
}

.media-title-tab {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #121926;
  letter-spacing: -0.01em;
  margin-top: 80px;
}

.about-focus-area-title {
  padding-bottom: 24px;
}

.list-group-item:hover {
  color: #5c5ceb;
}

.list-group-item {
  background-color: unset;
  font-size: 16px;
  color: #2929a3;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 15px !important;
}

.list-group .active {
  background-color: #ffffff;
  color: #2f82da;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.committee .img-resp {
  border-radius: 12px 0px 0px 12px !important;
  background-color: #e3e8ef;
  width: 200px;
  min-width: 100%;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.committee .img-resp-main {
  border-radius: 12px 0px 0px 12px !important;
  background-color: #e3e8ef;
  width: 100%;
  min-width: 200px;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.committee .media-link {
  /* margin-bottom: 20px; */
  font-weight: 600;
}

.committee h3 {
  margin-bottom: 20px;
}

.committee h3:nth-of-type(n + 2) {
  margin-top: 20px;
}

.committee h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.title-box h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.title-box h1 {
  font-size: calc(1.325rem + 0.9vw);
  margin-top: 30px;
  margin-bottom: 20px;
}

.committee .card {
  margin: 10px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.committee .modal-scroll::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  visibility: hidden;
}

.committee .modal-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.committee .modal a {
  text-decoration: none;
  color: #364152;
}

.committee .close-button {
  width: 100px;
  height: 44px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #c9d5e3;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  float: right;
}

.committee h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.post-desc img {
  border-color: #c9d5e3;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  margin-bottom: 20px;
}

.committee .rounded-image {
  border-radius: 6px;
  background-color: #e3e8ef;
}

.comm-header {
  margin-bottom: 24px;
}

.container-footer {
  min-width: min(1500px, 100%);
}

.committee-section .card-body {
  padding-right: 25px !important;
}

.list-group-item:disabled {
  font-weight: 700;
  background-color: unset !important;
  color: unset !important;
}

.language-menu {
  align-items: center;
  display: flex;
  justify-content: start;
}

.language-button {
  padding: 5px 10px;
  width: 180px;
}

.language-button:hover,
.language-button:focus,
.language-button {
  color: white;
}

.language-button:active {
  border-color: unset;
}

.language-button:hover {
  background-color: #1c5a9c;
  border-radius: 4px;
}

.language-dropdown {
  min-width: 100%;
}

.language-dropdown > .dropdown-item {
  font-weight: 600;
}

.vertical-line {
  float: left;
  height: 20px;
  width: 1px;
  background-color: #ffffff;
  margin: 0px 20px;
}

.separator {
  margin-top: auto;
  margin-bottom: auto;
}

.language-check {
  display: none !important;
}

.dropdown > .btn.show {
  color: white;
  background-color: #1c5a9c;
}

.header-logo {
  /* display: none; */
}

.committee-separator {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #364152;
}

.list-group-item-action {
  width: unset;
}

.card-collapse {
  background-color: white;
  border-color: #e3e8ef;
  border-width: 1px;
  box-shadow: 0px 1px 3px rgba(46, 55, 65, 0.1),
    0px 1px 2px rgba(46, 55, 65, 0.06);
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 10px;
}

.btn-collapse {
  box-shadow: unset !important;
  outline: none !important;
}

.card-collapse-body {
  margin-top: 20px;
}

div[aria-expanded="false"] .bi-dash-circle {
  display: none;
}

div[aria-expanded="true"] .bi-plus-circle {
  display: none;
}

.expandable-icon {
  float: right;
}

/* .rn-box{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom : 20px;
    flex-wrap: wrap;
}

*/

.rn-img {
  object-fit: cover;
  border-radius: 6px;
}
.rn-links {
  margin-top: 10px;
  font-weight: 600;
}

.rn-link {
  text-decoration: none;
  color: #1c5a9c;
}

.rn-copy-link:hover {
  color: #1c5a9c;
  background-color: #ddebf9;
  border-radius: 5px;
}

.rn-desc {
  font-size: 1.1rem;
}

@media screen and (min-width: 993px) {
  .navbar {
    padding: 20px 80px !important;
  }

  .title-box h1 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
}
/* 1234px */
@media screen and (max-width: 992px) {
  .main-div {
    max-width: 374px;
    margin: auto;
  }

  .about-focus-area-title {
    padding-bottom: 16px;
  }

  hr {
    margin-top: 64px;
    margin-bottom: 0px;
  }

  .main_content {
    background-color: #f8fafc;
    padding: 80px 32px 40px 32px;
  }

  .about-media-image {
    object-fit: cover;
    height: 240px;
  }

  .about-card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
  }

  .about-image {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    margin-bottom: 24px;
  }

  .about-content-box {
    padding-top: 0px;
  }

  .about-title-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #121926;
    letter-spacing: -0.01em;
    margin-top: 40px;
  }

  .media-title-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #121926;
    letter-spacing: -0.01em;
    margin-top: 40px;
  }

  .column-rev-tab {
    flex-direction: column-reverse;
  }

  .card-margin {
    margin-bottom: 12px;
  }

  .row-rev {
    flex-direction: row-reverse;
  }

  .img-height-tab {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 0px -40px;
  }

  .img-resp-tab {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0px 0px !important;
  }

  .card-resp-tab {
    border-radius: 0px 0px var(--bs-border-radius) var(--bs-border-radius) !important;
    /* min-height: 40vw; */
  }

  .header_text {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
  }

  .btn-margin {
    width: 100%;
  }

   .post-desc img {
    display: none;
  }

  .committee .modal-dialog {
    min-width: 90vw;
  }

  .dropdown {
    display: flex;
    justify-content: center;
  }

  .img-height {
    height: 300px;
    border-radius: 10px 10px 0px 0px !important;
  }

  .copy-link {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .rn-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rn-img {
    width: auto;
  }

  .copy-link {
    width: 100%;
  }

  .media-title-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #121926;
    letter-spacing: -0.01em;
    margin-top: 32px;
  }

  .about-link {
    padding-bottom: 48px;
  }

  .about-media-card {
    padding-bottom: 0px;
  }

  .about-general-text {
    margin-bottom: 0px;
  }

  .about-focus-area-title {
    padding-bottom: 8px;
  }

  .about-image {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    margin-bottom: 24px;
  }

  .about-title-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #121926;
    letter-spacing: -0.01em;
    margin-top: 32px;
  }

  .about-media-image {
    object-fit: cover;
    height: 240px;
  }

  .about-hr {
    padding-bottom: 32px;
  }

  .about-content-box {
    padding-top: 0px;
    padding-bottom: 48px;
  }

  .navbar {
    background: #010066;
    padding: 16px;
  }

  .card-margin {
    margin-bottom: 12px;
  }

  .card-border {
    border-radius: 0px 0px 12px 12px;
  }

  .card-column-reverse {
    flex-direction: column-reverse;
  }

  .copyright_text {
    padding: 20px 16px;
  }

  hr {
    margin-top: 0px;
  }

  .main_content {
    background-color: #f8fafc;
    padding: 40px 16px;
  }

  .header_text {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.02em;
  }

  .header_logo {
    width: 100%;
    height: 451px;
    max-height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    gap: 64px;
    background: url(./images/pmac_header.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .footer_text {
    padding: 32px 16px;
  }

  .media-image {
    height: 250px;
  }

  .post-title {
    width: 90vw;
    margin: 0px 0px;
    text-align: start;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .post-desc {
    width: 100%;
  }

  .post-image {
    width: 100%;
  }

  .post-image-desc {
    width: 100%;
  }

  .image-box {
    margin-left: 0px;
    margin-right: 0px;
  }

  .post-quotes {
    width: 100%;
  }
  .column-rev {
    flex-direction: column-reverse;
  }

  .row-rev {
    flex-direction: row-reverse;
  }

  .img-resp {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0px 0px !important;
  }

  .img-height {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
  }

  .card-resp {
    border-radius: 0px 0px var(--bs-border-radius) var(--bs-border-radius) !important;
  }

  .btn-margin {
    margin-top: 32px;
    width: 100%;
  }

  .card-body-custom {
    padding: 16px 24px;
  }

  .footer-img-height {
    height: 25px;
  }

   .post-desc img {
    display: none;
  }

  .committee .img-resp-main,
  .committee .img-resp {
    width: 100%;
    height: 200px;
    overflow: hidden;
    object-fit: contain;
    object-position: top;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0px 0px !important;
  }

  .col-lg-6 > .img-resp-main,
  .col-lg-6 > .img-resp {
    padding: 0px 50px;
    background-color: #e3e8ef;
  }

  .media-link {
    bottom: 10px;
  }

  .committee-section .card-body {
    padding: 10px 30px 30px 25px !important;
  }

  .img-height-tab {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .separator {
    display: none !important;
  }

  .language-button {
    padding-left: 0px;
    width: unset;
  }

  .language-dropdown {
    background-color: unset !important;
    border: unset !important;
    padding: 0px;
  }

  .language-dropdown .dropdown-item {
    color: white;
    padding: 7px 0px;
  }

  .dropdown > .btn.show {
    border: unset;
    color: white;
    background-color: unset;
  }

  .dropdown-item:hover,
  .language-button:hover {
    background: unset;
    color: #5c5ceb !important;
  }

  .language-check {
    display: unset !important;
  }

  .dropdown {
    display: unset;
  }
}
/* Absolute Center Spinner */
.loading {
  display: none;
}
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.news .form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.news #search-by-keyword .input-group:focus-within, #search-by-date .input-group:focus-within{
  border-color: #1890ff;
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.1);
  border-radius: 4px !important;
}
.news #search-by-keyword .input-group{
  border-radius: 4px;
  background: #ffffff !important;
}

.news #search-by-keyword .input-group{
  background: #ffffff !important;
}

.news #search-by-date .input-group{
  background: #ffffff !important;
}

.news #search-by-keyword .input-group input{
  border-radius: 5px;
}

.news #search-by-date .start-date-group{
  border: 1px solid #ddd !important;
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.news #search-by-date .end-date-group{
  border: 1px solid #ddd !important;
  border-left: 0 !important;
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

.news .input-group-append{
  background: #ffffff !important;
  border-radius: 10px !important;
}
.news button{
  border-radius: 10px !important;
  box-shadow: none !important;
}

.news .title-box h1{
  margin: 0px !important;
}
@media (max-width: 575.98px) {
  .news .title-box h1{
    margin-bottom: 30px !important;
  }
  .news .border-end{
    border-right: none !important;
  }
}

.gj-picker-md [role=footer] {
  float: left;
  padding: 10px;
  display: flex;
  width: 100%;
  border-top: 1px solid #ddd !important;
}
.gj-picker-md [role=footer] .gj-button-md {
  margin: 10px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  padding: 0px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.gj-picker-md [role=footer] .gj-button-md:nth-child(1) {
  background-color: white;
  color: black;
  border: 1px solid #CDD5DF;
  width: 30%;
}

.gj-picker-md [role=footer] .gj-button-md:nth-child(2) {
  background-color: #1C5A9C;
  color: white;
  width: 70%;
}
.gj-datepicker-md, .gj-dropdown-md [role=presenter], .gj-editor-md{
  font-family: "Segoe UI", sans-serif !important;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  background: #2F82DA !important;
  border: 1px solid #1C5A9C !important;
}

.conditional-br br{
  display: none;
}

@media (min-width: 575.98px) {
	.daf-br br{
		display: block;
	}
	.daf-br br:nth-last-of-type(2)  {
		display: none;
	}
}
