@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary: #FF4D4F;
  --gray: #D9D9D9;
  --secondary: #D9D9D9;
  --primary-light: #EF473A;
  --primary-dark: #ad1113;
  --secondary-light: #fcbf6a;
  --soft: #434343;
}

body {
  font-family: "IBM Plex Serif", serif;
  background-color: #FFFFFF;
  color: #434343;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
}

.text-color {
  color: #434343;
}

.text-primary-gradient {
  background: linear-gradient(270deg, #EF473A 0%, #CB2D3E 100%);
  background-color: #FF4D4F;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.font-text {
  font-family: "IBM Plex Serif", serif;
}

.paragraph-lg {
  font-size: 18px;
  line-height: 34px;
}

.paragraph-lg-1 {
  font-size: 20px;
  line-height: 38px;
}

h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
}

h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.display-1 {
  font-size: 128px;
  line-height: 150px;
}

.display-4 {
  font-size: 64px;
  line-height: 86px;
}

.display-5 {
  font-size: 58px;
  line-height: 86px;
}

.text-md {
  font-size: 14px;
  line-height: 22px;
}

a {
  text-decoration: none;
  color: #434343;
}
a:hover {
  color: #2e2d2d;
}
a:focus-visible {
  outline: 1px dashed var(--gray);
}

.btn-primary {
  background-color: #FF4D4F !important;
  border-color: #FF4D4F !important;
}

.bg-primary {
  background-color: #FF4D4F !important;
}

.text-primary {
  color: #FF4D4F !important;
}

.btn-outline-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #FF4D4F !important;
  color: #FF4D4F;
}
.btn-outline-primary:hover {
  background-color: #FF4D4F !important;
}

.text-hover-primary:hover {
  color: #FF4D4F !important;
}

.btn-gray {
  background-color: var(--gray) !important;
  border-color: var(--gray) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.text-gray {
  color: var(--gray) !important;
}

.btn-outline-gray {
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray) !important;
  color: var(--gray);
}
.btn-outline-gray:hover {
  background-color: var(--gray) !important;
}

.text-hover-gray:hover {
  color: var(--gray) !important;
}

.btn-secondary {
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.bg-secondary {
  background-color: #D9D9D9 !important;
}

.text-secondary {
  color: #D9D9D9 !important;
}

.btn-outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9 !important;
  color: #D9D9D9;
}
.btn-outline-secondary:hover {
  background-color: #D9D9D9 !important;
}

.text-hover-secondary:hover {
  color: #D9D9D9 !important;
}

.btn-primary-light {
  background-color: #EF473A !important;
  border-color: #EF473A !important;
}

.bg-primary-light {
  background-color: #EF473A !important;
}

.text-primary-light {
  color: #EF473A !important;
}

.btn-outline-primary-light {
  border-width: 1px;
  border-style: solid;
  border-color: #EF473A !important;
  color: #EF473A;
}
.btn-outline-primary-light:hover {
  background-color: #EF473A !important;
}

.text-hover-primary-light:hover {
  color: #EF473A !important;
}

.btn-primary-dark {
  background-color: #ad1113 !important;
  border-color: #ad1113 !important;
}

.bg-primary-dark {
  background-color: #ad1113 !important;
}

.text-primary-dark {
  color: #ad1113 !important;
}

.btn-outline-primary-dark {
  border-width: 1px;
  border-style: solid;
  border-color: #ad1113 !important;
  color: #ad1113;
}
.btn-outline-primary-dark:hover {
  background-color: #ad1113 !important;
}

.text-hover-primary-dark:hover {
  color: #ad1113 !important;
}

.btn-secondary-light {
  background-color: var(--secondary-light) !important;
  border-color: var(--secondary-light) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-light) !important;
}

.text-secondary-light {
  color: var(--secondary-light) !important;
}

.btn-outline-secondary-light {
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-light) !important;
  color: var(--secondary-light);
}
.btn-outline-secondary-light:hover {
  background-color: var(--secondary-light) !important;
}

.text-hover-secondary-light:hover {
  color: var(--secondary-light) !important;
}

.btn-warning {
  background-color: #edb818 !important;
  border-color: #edb818 !important;
}

.bg-warning {
  background-color: #edb818 !important;
}

.text-warning {
  color: #edb818 !important;
}

.btn-outline-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #edb818 !important;
  color: #edb818;
}
.btn-outline-warning:hover {
  background-color: #edb818 !important;
}

.text-hover-warning:hover {
  color: #edb818 !important;
}

.btn-soft {
  background-color: var(--soft) !important;
  border-color: var(--soft) !important;
}

.bg-soft {
  background-color: var(--soft) !important;
}

.text-soft {
  color: var(--soft) !important;
}

.btn-outline-soft {
  border-width: 1px;
  border-style: solid;
  border-color: var(--soft) !important;
  color: var(--soft);
}
.btn-outline-soft:hover {
  background-color: var(--soft) !important;
}

.text-hover-soft:hover {
  color: var(--soft) !important;
}

.btn-white {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.text-white {
  color: #FFFFFF !important;
}

.btn-outline-white {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF !important;
  color: #FFFFFF;
}
.btn-outline-white:hover {
  background-color: #FFFFFF !important;
}

.text-hover-white:hover {
  color: #FFFFFF !important;
}

.btn-black {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-black {
  color: #000000 !important;
}

.btn-outline-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000000 !important;
  color: #000000;
}
.btn-outline-black:hover {
  background-color: #000000 !important;
}

.text-hover-black:hover {
  color: #000000 !important;
}

.btn-heart {
  background-color: #fc8386 !important;
  border-color: #fc8386 !important;
}

.bg-heart {
  background-color: #fc8386 !important;
}

.text-heart {
  color: #fc8386 !important;
}

.btn-outline-heart {
  border-width: 1px;
  border-style: solid;
  border-color: #fc8386 !important;
  color: #fc8386;
}
.btn-outline-heart:hover {
  background-color: #fc8386 !important;
}

.text-hover-heart:hover {
  color: #fc8386 !important;
}

.btn-lime {
  background-color: #cbff82 !important;
  border-color: #cbff82 !important;
}

.bg-lime {
  background-color: #cbff82 !important;
}

.text-lime {
  color: #cbff82 !important;
}

.btn-outline-lime {
  border-width: 1px;
  border-style: solid;
  border-color: #cbff82 !important;
  color: #cbff82;
}
.btn-outline-lime:hover {
  background-color: #cbff82 !important;
}

.text-hover-lime:hover {
  color: #cbff82 !important;
}

.btn-sky {
  background-color: #bdfbff !important;
  border-color: #bdfbff !important;
}

.bg-sky {
  background-color: #bdfbff !important;
}

.text-sky {
  color: #bdfbff !important;
}

.btn-outline-sky {
  border-width: 1px;
  border-style: solid;
  border-color: #bdfbff !important;
  color: #bdfbff;
}
.btn-outline-sky:hover {
  background-color: #bdfbff !important;
}

.text-hover-sky:hover {
  color: #bdfbff !important;
}

.btn-wood {
  background-color: #ffd06b !important;
  border-color: #ffd06b !important;
}

.bg-wood {
  background-color: #ffd06b !important;
}

.text-wood {
  color: #ffd06b !important;
}

.btn-outline-wood {
  border-width: 1px;
  border-style: solid;
  border-color: #ffd06b !important;
  color: #ffd06b;
}
.btn-outline-wood:hover {
  background-color: #ffd06b !important;
}

.text-hover-wood:hover {
  color: #ffd06b !important;
}

.btn-violet {
  background-color: #f6c5fa !important;
  border-color: #f6c5fa !important;
}

.bg-violet {
  background-color: #f6c5fa !important;
}

.text-violet {
  color: #f6c5fa !important;
}

.btn-outline-violet {
  border-width: 1px;
  border-style: solid;
  border-color: #f6c5fa !important;
  color: #f6c5fa;
}
.btn-outline-violet:hover {
  background-color: #f6c5fa !important;
}

.text-hover-violet:hover {
  color: #f6c5fa !important;
}

.btn-ash {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.bg-ash {
  background-color: #d9d9d9 !important;
}

.text-ash {
  color: #d9d9d9 !important;
}

.btn-outline-ash {
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9 !important;
  color: #d9d9d9;
}
.btn-outline-ash:hover {
  background-color: #d9d9d9 !important;
}

.text-hover-ash:hover {
  color: #d9d9d9 !important;
}

.btn-dust {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}

.bg-dust {
  background-color: #d4af37 !important;
}

.text-dust {
  color: #d4af37 !important;
}

.btn-outline-dust {
  border-width: 1px;
  border-style: solid;
  border-color: #d4af37 !important;
  color: #d4af37;
}
.btn-outline-dust:hover {
  background-color: #d4af37 !important;
}

.text-hover-dust:hover {
  color: #d4af37 !important;
}

.btn-yellow-soft {
  background-color: #fcff3b !important;
  border-color: #fcff3b !important;
}

.bg-yellow-soft {
  background-color: #fcff3b !important;
}

.text-yellow-soft {
  color: #fcff3b !important;
}

.btn-outline-yellow-soft {
  border-width: 1px;
  border-style: solid;
  border-color: #fcff3b !important;
  color: #fcff3b;
}
.btn-outline-yellow-soft:hover {
  background-color: #fcff3b !important;
}

.text-hover-yellow-soft:hover {
  color: #fcff3b !important;
}

.btn {
  font-size: 14px;
  border-radius: 100px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn-primary {
  background: linear-gradient(270deg, #EF473A 0%, #CB2D3E 100%);
  color: #FFFFFF !important;
  border: 0px;
  transition: background 0.2s ease-out;
}
.btn-primary:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(270deg, #F74087 0%, #F87C57 100%);
  transition: background 0.2s ease-out;
}

.bg-primary-gradient {
  background: linear-gradient(270deg, #EF473A 0%, #CB2D3E 100%) !important;
}

.btn-secondary {
  color: #000000;
}

.dropdown .dropdown-toggle.no-chevron:after {
  display: none;
}
.dropdown .dropdown-menu {
  border: none;
  border-radius: 0px 0px 2px 2px;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.dropdown .dropdown-menu.dropdown-menu-end {
  right: 0px;
}
.dropdown .dropdown-menu.dropdown-menu-center {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.navbar {
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
}
.navbar .navbar-brand {
  text-align: center;
}
.navbar .navbar-brand img {
  height: 64px;
}
.navbar .navbar-brand label {
  font-size: 12px;
  font-weight: 700;
  margin-top: 7px;
}
.navbar .navbar-collapse-button {
  display: none;
}
.navbar .navbar-menu {
  display: flex;
  flex-direction: column;
}
.navbar .navbar-menu .navbar-nav {
  align-items: center;
  margin-left: auto;
}
.navbar .navbar-menu .navbar-nav .nav-item {
  margin-left: 15px;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #000000D9;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link.active, .navbar .navbar-menu .navbar-nav .nav-item .nav-link.show {
  color: #FF4D4F;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link i {
  transition: transform 0.5s;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link.active {
  position: relative;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -4px;
  background-color: #FF4D4F;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link.active i {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.navbar .navbar-menu .navbar-nav .nav-item .nav-link.btn:before, .navbar .navbar-menu .navbar-nav .nav-item .nav-link.no-mark:before {
  display: none !important;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-toggle {
  align-items: center;
  display: flex;
  color: #000000D9;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-toggle i {
  margin-left: 10px;
  font-size: 10px;
  color: #000000D9;
  transition: transform 0.5s;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown:hover .dropdown-toggle i {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0px 0px 2px 2px;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border: none;
  border-top: 4px solid #FF4D4F;
  padding: 0px;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover {
  background-color: #F5F5F5;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .navbar .navbar-menu .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #F5F5F5;
  color: #000000D9;
}

#homepage {
  max-width: 100vw;
  overflow: hidden;
}
#homepage .carousel .carousel-inner .carousel-item {
  height: calc(100vh - 70px);
}
#homepage .carousel .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#homepage .carousel .carousel-inner .carousel-item h1 {
  position: absolute;
  z-index: 1000;
  left: 50px;
  bottom: 70px;
  font-size: 68px;
  line-height: 72px;
  width: 50vw;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 0px 2px 4px #00000080;
}
#homepage .carousel .carousel-inner .carousel-item h1 a {
  text-decoration: none;
  color: #FFF;
}
#homepage .carousel .carousel-inner .carousel-item h1 a:hover {
  color: #FFFFFFCC;
}
#homepage .carousel .carousel-inner .carousel-item h1.background-light {
  color: #000000;
  text-shadow: 0px 2px 4px #FFFFFF;
}
#homepage .carousel .carousel-inner .carousel-item h1.background-light a {
  text-decoration: none;
  color: #000000;
}
#homepage .carousel .carousel-inner .carousel-item h1.background-light a:hover {
  color: #000000CC;
}
#homepage .carousel .carousel-inner .carousel-item .nav {
  position: absolute;
  z-index: 1000;
  right: 50px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
}
#homepage .carousel .carousel-inner .carousel-item .nav a {
  color: #FFFFFF !important;
}
#homepage .carousel .carousel-inner .carousel-item .nav a:hover {
  color: #FF4D4F !important;
}
#homepage .carousel .carousel-inner .carousel-item .nav label {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 0px 2px 4px #00000080;
}
#homepage .carousel .carousel-inner .carousel-item .nav.background-light label {
  color: #000000;
  text-shadow: 0px 2px 4px #FFFFFF;
}
#homepage .carousel .carousel-inner .carousel-item .nav.background-light a {
  color: #FF4D4F !important;
}
#homepage .carousel .carousel-inner .carousel-item .nav.background-light a:hover {
  color: #ad1113 !important;
}

.main-content {
  padding-top: 100px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 400px;
  max-width: 100vw;
  overflow: hidden;
}

.footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 90px 30px 30px 30px;
}
.footer .info {
  display: flex;
  margin-bottom: 100px;
}
.footer .info .brand {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
.footer .info .brand div {
  display: flex;
  margin-bottom: 20px;
}
.footer .info .company {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #FFFFFF;
}
.footer .info .social a {
  color: #FFFFFF;
}
.footer .info .social a:hover {
  color: #FF4D4F;
}
.footer .copyright {
  margin-top: 20px;
  color: #FFFFFF;
  text-align: center;
}

.video-homepage {
  width: 100%;
  height: 580px;
  overflow: hidden;
  border-radius: 0px;
  background-color: #000000;
}
.video-homepage iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

a.text-primary:hover, a.text-primary:active {
  color: #000000 !important;
}

.title {
  position: relative;
}
.title.text-center .divider {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.title.text-end .divider {
  left: auto;
  right: 0px;
}
.title .divider {
  position: absolute;
  bottom: -10px;
  width: 50%;
  height: 2px;
  border-radius: 100px;
  background-color: var(--gray);
}
.title .divider:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: #FF4D4F;
  top: -2px;
  left: 0px;
  right: auto;
  border-radius: 100px;
  transition: left 1s;
}
.title .divider.scroll:before {
  left: 50%;
  transition: left 1s;
}

.priority-deliverables .item-image {
  width: 100%;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
  background-size: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.priority-deliverables .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover-arrow i {
  transition: 0.5s;
}
.hover-arrow:hover i {
  margin-left: 10px;
  transition: 0.5s;
}

.agenda {
  background: linear-gradient(270deg, #EF473AF5 0%, #CB2D3EF5 100%);
  padding: 30px;
  position: relative;
  border-radius: 10px;
}
.agenda .agenda-header {
  color: white;
  width: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.agenda .agenda-header h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  transition: 1s;
  margin-bottom: 10px;
}
.agenda .agenda-header h1 {
  font-size: 62px;
  font-weight: 700;
  transition: 1s;
}
.agenda .agenda-header.hide h4, .agenda .agenda-header.hide h1 {
  margin-left: 200%;
  transition: 1s;
}
.agenda .agenda-body {
  height: 480px;
  overflow: hidden;
}
.agenda .agenda-body:hover {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.agenda .agenda-body:hover::-webkit-scrollbar {
  display: none;
}
.agenda .agenda-body.hide .items {
  margin-left: 200%;
  transition: 2s;
}
.agenda .agenda-body .items {
  list-style: none;
  padding: 0px;
  transition: 2s;
  margin-left: 0px;
  margin-top: 20px;
  cursor: pointer;
}
.agenda .agenda-body .items .item {
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  display: flex;
  margin-bottom: 10px;
  background-color: #FFFFFF33;
  align-items: center;
  box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
}
.agenda .agenda-body .items .item .countdown {
  width: 150px;
  background-color: #FFFFFF33;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
}
.agenda .agenda-body .items .item .countdown label {
  font-size: 12px;
}
.agenda .agenda-body .items .item .countdown h2 {
  font-size: 24px;
  font-weight: 700;
}
.agenda .agenda-body .items .item .detail {
  padding: 10px;
  color: #FFFFFF;
}
.agenda .agenda-body .items .item .detail span {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.agenda .agenda-body .items .item .detail label {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.agenda .agenda-body .items .item .info {
  margin-right: 20px;
  width: 50px;
  position: relative;
  align-self: stretch;
  cursor: pointer;
}
.agenda .agenda-body .items .item .info label {
  color: #FFFFFF;
  position: absolute;
  top: 35%;
  left: 15px;
  transition: 1s;
}
.agenda .agenda-body .items .item .info:hover label {
  transition: 1s;
  left: -5px;
}

.agenda-2 {
  padding: 30px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #FF4D4F40;
}
.agenda-2 .agenda-header {
  color: #FF4D4F;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.agenda-2 .agenda-header h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  transition: 1s;
  margin-bottom: 10px;
}
.agenda-2 .agenda-header h1 {
  font-size: 62px;
  font-weight: 700;
  transition: 1s;
}
.agenda-2 .agenda-header.hide h4, .agenda-2 .agenda-header.hide h1 {
  margin-left: 200%;
  transition: 1s;
}
.agenda-2 .agenda-body {
  height: 480px;
  overflow: auto;
  /* &:hover {
       overflow-y: auto;
       -ms-overflow-style: none;
       scrollbar-width: none;
  }
   &:hover::-webkit-scrollbar {
       display: none;
  } */
}
.agenda-2 .agenda-body::-webkit-scrollbar {
  width: 7px;
}
.agenda-2 .agenda-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.agenda-2 .agenda-body::-webkit-scrollbar-thumb {
  background: #888;
}
.agenda-2 .agenda-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.agenda-2 .agenda-body ul.items {
  padding: 36px 10px 230px 10px;
  list-style: none;
}
.agenda-2 .agenda-body ul.items li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}
.agenda-2 .agenda-body ul.items li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FF4D4FCC;
  border-radius: 100px;
  left: 0px;
  top: 5px;
}
.agenda-2 .agenda-body ul.items li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110%;
  left: 7px;
  top: 20px;
  background-color: #FF4D4FCC;
}
.agenda-2 .agenda-body ul.items li.pass:after {
  background-color: #00000040;
}
.agenda-2 .agenda-body ul.items li.pass:before {
  background-color: #00000040;
}
.agenda-2 .agenda-body ul.items li.pass .item .date {
  color: #00000040;
}
.agenda-2 .agenda-body ul.items li.pass .item .content {
  color: #00000040;
}
.agenda-2 .agenda-body ul.items li.pass .item .location {
  color: #00000040;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-primary {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-primary:before {
  background-color: #FF4D4F40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-gray {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-gray:before {
  background-color: var(--gray)40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-secondary {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-secondary:before {
  background-color: #D9D9D940;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-primary-light {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-primary-light:before {
  background-color: #EF473A40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-primary-dark {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-primary-dark:before {
  background-color: #ad111340;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-secondary-light {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-secondary-light:before {
  background-color: var(--secondary-light)40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-warning {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-warning:before {
  background-color: #edb81840;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-soft {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-soft:before {
  background-color: var(--soft)40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-white {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-white:before {
  background-color: #FFFFFF40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-black {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-black:before {
  background-color: #00000040;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-heart {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-heart:before {
  background-color: #fc838640;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-lime {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-lime:before {
  background-color: #cbff8240;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-sky {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-sky:before {
  background-color: #bdfbff40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-wood {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-wood:before {
  background-color: #ffd06b40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-violet {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-violet:before {
  background-color: #f6c5fa40;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-ash {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-ash:before {
  background-color: #d9d9d940;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-dust {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-dust:before {
  background-color: #d4af3740;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-yellow-soft {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li.pass .item.bg-yellow-soft:before {
  background-color: #fcff3b40;
}
.agenda-2 .agenda-body ul.items li:last-child:after {
  display: none;
}
.agenda-2 .agenda-body ul.items li .item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
}
.agenda-2 .agenda-body ul.items li .item:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #FF4D4F;
  left: 0px;
  top: 0px;
}
.agenda-2 .agenda-body ul.items li .item.bg-primary {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-primary:before {
  background-color: #FF4D4F;
}
.agenda-2 .agenda-body ul.items li .item.bg-gray {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-gray:before {
  background-color: var(--gray);
}
.agenda-2 .agenda-body ul.items li .item.bg-secondary {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-secondary:before {
  background-color: #D9D9D9;
}
.agenda-2 .agenda-body ul.items li .item.bg-primary-light {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-primary-light:before {
  background-color: #EF473A;
}
.agenda-2 .agenda-body ul.items li .item.bg-primary-dark {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-primary-dark:before {
  background-color: #ad1113;
}
.agenda-2 .agenda-body ul.items li .item.bg-secondary-light {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-secondary-light:before {
  background-color: var(--secondary-light);
}
.agenda-2 .agenda-body ul.items li .item.bg-warning {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-warning:before {
  background-color: #edb818;
}
.agenda-2 .agenda-body ul.items li .item.bg-soft {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-soft:before {
  background-color: var(--soft);
}
.agenda-2 .agenda-body ul.items li .item.bg-white {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-white:before {
  background-color: #FFFFFF;
}
.agenda-2 .agenda-body ul.items li .item.bg-black {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-black:before {
  background-color: #000000;
}
.agenda-2 .agenda-body ul.items li .item.bg-heart {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-heart:before {
  background-color: #fc8386;
}
.agenda-2 .agenda-body ul.items li .item.bg-lime {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-lime:before {
  background-color: #cbff82;
}
.agenda-2 .agenda-body ul.items li .item.bg-sky {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-sky:before {
  background-color: #bdfbff;
}
.agenda-2 .agenda-body ul.items li .item.bg-wood {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-wood:before {
  background-color: #ffd06b;
}
.agenda-2 .agenda-body ul.items li .item.bg-violet {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-violet:before {
  background-color: #f6c5fa;
}
.agenda-2 .agenda-body ul.items li .item.bg-ash {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-ash:before {
  background-color: #d9d9d9;
}
.agenda-2 .agenda-body ul.items li .item.bg-dust {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-dust:before {
  background-color: #d4af37;
}
.agenda-2 .agenda-body ul.items li .item.bg-yellow-soft {
  background-color: transparent !important;
}
.agenda-2 .agenda-body ul.items li .item.bg-yellow-soft:before {
  background-color: #fcff3b;
}
.agenda-2 .agenda-body ul.items li .item .date {
  font-size: 12px;
  color: #787878;
  width: 100%;
  align-items: center;
  font-weight: 500;
}
.agenda-2 .agenda-body ul.items li .item .content {
  color: #black;
  width: 100%;
}
.agenda-2 .agenda-body ul.items li .item .content h4 {
  font-size: 18px;
}
.agenda-2 .agenda-body ul.items li .item .content:hover {
  color: #FF4D4F;
}
.agenda-2 .agenda-body ul.items li .item .location {
  font-size: 12px;
  color: #787878;
  width: 100%;
  font-weight: 500;
}

.agenda-category-list-container {
  position: relative;
}
.agenda-category-list-container .agenda-category-list li {
  border: none;
  position: relative;
  margin-bottom: 10px;
}
.agenda-category-list-container .agenda-category-list li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 5px;
  background-color: #FF4D4F;
}
.agenda-category-list-container .agenda-category-list li.bg-primary {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-primary:before {
  background-color: #FF4D4F;
}
.agenda-category-list-container .agenda-category-list li.bg-gray {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-gray:before {
  background-color: var(--gray);
}
.agenda-category-list-container .agenda-category-list li.bg-secondary {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-secondary:before {
  background-color: #D9D9D9;
}
.agenda-category-list-container .agenda-category-list li.bg-primary-light {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-primary-light:before {
  background-color: #EF473A;
}
.agenda-category-list-container .agenda-category-list li.bg-primary-dark {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-primary-dark:before {
  background-color: #ad1113;
}
.agenda-category-list-container .agenda-category-list li.bg-secondary-light {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-secondary-light:before {
  background-color: var(--secondary-light);
}
.agenda-category-list-container .agenda-category-list li.bg-warning {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-warning:before {
  background-color: #edb818;
}
.agenda-category-list-container .agenda-category-list li.bg-soft {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-soft:before {
  background-color: var(--soft);
}
.agenda-category-list-container .agenda-category-list li.bg-white {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-white:before {
  background-color: #FFFFFF;
}
.agenda-category-list-container .agenda-category-list li.bg-black {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-black:before {
  background-color: #000000;
}
.agenda-category-list-container .agenda-category-list li.bg-heart {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-heart:before {
  background-color: #fc8386;
}
.agenda-category-list-container .agenda-category-list li.bg-lime {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-lime:before {
  background-color: #cbff82;
}
.agenda-category-list-container .agenda-category-list li.bg-sky {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-sky:before {
  background-color: #bdfbff;
}
.agenda-category-list-container .agenda-category-list li.bg-wood {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-wood:before {
  background-color: #ffd06b;
}
.agenda-category-list-container .agenda-category-list li.bg-violet {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-violet:before {
  background-color: #f6c5fa;
}
.agenda-category-list-container .agenda-category-list li.bg-ash {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-ash:before {
  background-color: #d9d9d9;
}
.agenda-category-list-container .agenda-category-list li.bg-dust {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-dust:before {
  background-color: #d4af37;
}
.agenda-category-list-container .agenda-category-list li.bg-yellow-soft {
  background-color: transparent !important;
}
.agenda-category-list-container .agenda-category-list li.bg-yellow-soft:before {
  background-color: #fcff3b;
}

.custom-calendar .fc-header-toolbar .fc-button {
  background-color: transparent;
  border: none;
  color: gray;
  width: 45px;
  height: 45px;
}
.custom-calendar .fc-header-toolbar .fc-button:hover {
  border-radius: 100px;
  background-color: #D9D9D9;
  color: #FFFFFF;
}
.custom-calendar .fc-header-toolbar .fc-button:active, .custom-calendar .fc-header-toolbar .fc-button:focus {
  outline: none;
  border: none;
  border-radius: 100px;
}
.custom-calendar .fc-daygrid-event-dot {
  display: none;
}
.custom-calendar * {
  border: none !important;
}
.custom-calendar .fc-col-header .fc-col-header-cell-cushion {
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  color: white;
  background: linear-gradient(270deg, #EF473A 0%, #CB2D3E 100%);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  padding-top: 7px;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top {
  padding-top: 5px;
  justify-content: center;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top .fc-daygrid-day-number {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-bg .fc-highlight {
  background-color: #FF4D4F1A;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-events {
  height: 10px !important;
  min-height: 10px;
}
.custom-calendar .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-events .fc-h-event {
  background-color: #FF4D4F;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.custom-calendar-2 .fc-daygrid-day-top {
  flex-direction: row;
}
.custom-calendar-2 .fc-view-harness {
  max-height: 480px;
  overflow-y: auto;
}
.custom-calendar-2 .fc-event-title {
  font-weight: normal;
}
.custom-calendar-2 .fc-header-toolbar .fc-button {
  background-color: transparent;
  border: none;
  color: gray;
  width: 45px;
  height: 45px;
}
.custom-calendar-2 .fc-header-toolbar .fc-button:hover {
  border-radius: 100px;
  background-color: #D9D9D9;
  color: #FFFFFF;
}
.custom-calendar-2 .fc-header-toolbar .fc-button:active, .custom-calendar-2 .fc-header-toolbar .fc-button:focus {
  outline: none;
  border: none;
  border-radius: 100px;
}
.custom-calendar-2 .fc-daygrid-event-dot {
  display: none;
}
.custom-calendar-2 .fc-event-time {
  display: none;
}
.custom-calendar-2 .fc-daygrid-dot-event {
  padding-left: 10px;
}
.custom-calendar-2 .fc-col-header-cell {
  background: linear-gradient(270deg, #EF473A 0%, #CB2D3E 100%);
  padding: 10px;
}
.custom-calendar-2 .fc-col-header-cell .fc-col-header-cell-cushion {
  color: #FFFFFF;
}
.custom-calendar-2 .fc-daygrid-event {
  border: none !important;
  cursor: pointer;
  border-radius: 0px;
}
.custom-calendar-2 .fc-daygrid-event:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 5px;
}
.custom-calendar-2 .fc-daygrid-event.bg-primary {
  background-color: #FF4D4F66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-primary:after {
  background-color: #FF4D4F;
}
.custom-calendar-2 .fc-daygrid-event.bg-gray {
  background-color: var(--gray)66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-gray:after {
  background-color: var(--gray);
}
.custom-calendar-2 .fc-daygrid-event.bg-secondary {
  background-color: #D9D9D966 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-secondary:after {
  background-color: #D9D9D9;
}
.custom-calendar-2 .fc-daygrid-event.bg-primary-light {
  background-color: #EF473A66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-primary-light:after {
  background-color: #EF473A;
}
.custom-calendar-2 .fc-daygrid-event.bg-primary-dark {
  background-color: #ad111366 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-primary-dark:after {
  background-color: #ad1113;
}
.custom-calendar-2 .fc-daygrid-event.bg-secondary-light {
  background-color: var(--secondary-light)66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-secondary-light:after {
  background-color: var(--secondary-light);
}
.custom-calendar-2 .fc-daygrid-event.bg-warning {
  background-color: #edb81866 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-warning:after {
  background-color: #edb818;
}
.custom-calendar-2 .fc-daygrid-event.bg-soft {
  background-color: var(--soft)66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-soft:after {
  background-color: var(--soft);
}
.custom-calendar-2 .fc-daygrid-event.bg-white {
  background-color: #FFFFFF66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-white:after {
  background-color: #FFFFFF;
}
.custom-calendar-2 .fc-daygrid-event.bg-black {
  background-color: #00000066 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-black:after {
  background-color: #000000;
}
.custom-calendar-2 .fc-daygrid-event.bg-heart {
  background-color: #fc838666 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-heart:after {
  background-color: #fc8386;
}
.custom-calendar-2 .fc-daygrid-event.bg-lime {
  background-color: #cbff8266 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-lime:after {
  background-color: #cbff82;
}
.custom-calendar-2 .fc-daygrid-event.bg-sky {
  background-color: #bdfbff66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-sky:after {
  background-color: #bdfbff;
}
.custom-calendar-2 .fc-daygrid-event.bg-wood {
  background-color: #ffd06b66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-wood:after {
  background-color: #ffd06b;
}
.custom-calendar-2 .fc-daygrid-event.bg-violet {
  background-color: #f6c5fa66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-violet:after {
  background-color: #f6c5fa;
}
.custom-calendar-2 .fc-daygrid-event.bg-ash {
  background-color: #d9d9d966 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-ash:after {
  background-color: #d9d9d9;
}
.custom-calendar-2 .fc-daygrid-event.bg-dust {
  background-color: #d4af3766 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-dust:after {
  background-color: #d4af37;
}
.custom-calendar-2 .fc-daygrid-event.bg-yellow-soft {
  background-color: #fcff3b66 !important;
}
.custom-calendar-2 .fc-daygrid-event.bg-yellow-soft:after {
  background-color: #fcff3b;
}
.custom-calendar-2 .fc-daygrid-body .fc-daygrid-day.fc-day-today {
  background-color: #FF4D4F1A;
}
.custom-calendar-2 .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-bg .fc-highlight {
  background-color: #FF4D4F1A;
}
.custom-calendar-2 .fc-daygrid-body .fc-daygrid-day .fc-event-title-container {
  padding: 5px 10px;
}
.custom-calendar-2 .fc-daygrid-body .fc-daygrid-day .fc-event-title-container .fc-event-title {
  color: #000000;
  font-size: 12px;
}

.news-content {
  list-style: none;
  padding: 10px;
}

.news-thumbnail {
  background-color: #FAFAFA;
  padding: 0px 24px;
  border-radius: 10px;
  position: relative;
  height: 510px;
}
.news-thumbnail .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0px 10px 0px;
}
.news-thumbnail .header label {
  background-color: #FF4D4F;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 2px;
}
.news-thumbnail .header span {
  width: 50%;
  font-weight: 400;
  text-align: right;
  font-size: 14px;
}
.news-thumbnail .image {
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
}
.news-thumbnail .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-thumbnail .body {
  display: flex;
  flex-direction: column;
}
.news-thumbnail .body .date {
  color: #00000040;
  font-size: 14px;
}
.news-thumbnail .body .title {
  font-size: 22px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-thumbnail .body .title:hover {
  color: #FF4D4F;
}
.news-thumbnail .body .summary {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.news-thumbnail .body a {
  font-size: 14px;
}

.news-thumbnail-2 {
  display: flex;
  padding: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
}
.news-thumbnail-2 .image {
  width: 270px;
  height: 200px;
}
.news-thumbnail-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-thumbnail-2 .content {
  width: calc(100% - 270px);
  padding: 0px 32px;
}
.news-thumbnail-2 .content a:not(.btn):hover {
  color: #FF4D4F;
}

.news-thumbnail-3 {
  display: flex;
  padding: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
}
.news-thumbnail-3 .content {
  width: auto;
  padding: 0px 16px;
}
.news-thumbnail-3 .content a:not(.btn):hover {
  color: #FF4D4F;
}

.slick-dots li {
  width: 24px;
  text-align: center;
}
.slick-dots li button {
  margin-left: auto;
  margin-right: auto;
  background-color: #00000085;
  height: 3px;
  width: 16px;
  padding: 0px;
  border-radius: 10px;
}
.slick-dots li button > {
  display: none;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  width: 24px;
  background: #000000;
}

.gallery-thumbnail {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.gallery-thumbnail li {
  display: none;
  height: 300px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-thumbnail li:nth-child(1) {
  display: block;
  width: calc(100%/12*3);
}
.gallery-thumbnail li:nth-child(2) {
  display: block;
  width: calc(100%/12*3);
}
.gallery-thumbnail li:nth-child(3) {
  display: block;
  width: calc(100%/12*6);
}
.gallery-thumbnail li:nth-child(4) {
  display: block;
  width: calc(100%/12*6);
}
.gallery-thumbnail li:nth-child(5) {
  display: block;
  width: calc(100%/12*3);
}
.gallery-thumbnail li:nth-child(6) {
  display: block;
  width: calc(100%/12*3);
}
.gallery-thumbnail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-thumbnail li .description {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #FFF;
  bottom: 0px;
  left: -100%;
  z-index: 0px;
  transition: 0.5s;
  z-index: 500;
  background-image: url("../images/bg1.png");
  background-size: cover;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 120px;
}
.gallery-thumbnail li:hover .description {
  left: 0px;
}

.modal-gallery-thumbnail .slide-for, .modal-gallery-thumbnail .slick-slide {
  margin-bottom: 20px;
  text-align: center;
}
.modal-gallery-thumbnail .slide-for img, .modal-gallery-thumbnail .slick-slide img {
  height: 360px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.modal-gallery-thumbnail .slider-nav .item {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.modal-gallery-thumbnail .slider-nav .item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.modal-gallery-thumbnail .slick-slide .item {
  position: relative;
}
.modal-gallery-thumbnail .slick-slide .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #00000080;
  z-index: 2000;
}
.modal-gallery-thumbnail .slick-slide.slick-current .item:before {
  display: none;
}
.modal-gallery-thumbnail .loading {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: -10px;
  background-color: #000000;
  display: none;
  z-index: 2500;
}
.modal-gallery-thumbnail .loading.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-gallery-thumbnail .video {
  width: 100%;
  height: 520px;
}
.modal-gallery-thumbnail .video video, .modal-gallery-thumbnail .video iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.breadcrumb.left {
  justify-content: flex-start;
}
.breadcrumb.left li {
  margin-left: 0px;
  margin-right: 10px;
}
.breadcrumb.right {
  justify-content: flex-end;
}
.breadcrumb li {
  margin-left: 10px;
}
.breadcrumb li:before {
  content: "/";
  margin-right: 10px;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  color: #00000073;
}
.breadcrumb li.active a {
  color: #000000;
}

.statis-page-nav {
  display: flex;
  list-style: none;
  padding: 0px;
  justify-content: center;
  align-items: center;
  height: 75px;
}
.statis-page-nav li {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.statis-page-nav li a {
  padding: 10px 15px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s;
}
.statis-page-nav li a.active {
  font-size: 24px;
  background: linear-gradient(270deg, #EF473A 0%, #CB2D3E 100%);
  background-color: #FF4D4F;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: bold;
  transition: 0.5s;
}
.statis-page-nav li a:hover {
  background-color: #FF4D4F80;
}

.statis-page {
  min-height: 600px;
}

.motto {
  display: flex;
  justify-content: center;
  background-image: url("../images/bg2.png");
  background-size: cover;
  background-position: bottom left;
  height: 600px;
}
.motto h1 {
  margin-top: 50px;
  font-size: 56px;
  text-align: center;
  width: 100%;
  max-width: 960px;
  line-height: 96px;
}

.bg-3 {
  background-image: url("../images/bg3.png");
  background-size: cover;
  background-position: center center;
}

.priority-item {
  margin-bottom: 48px;
}
.priority-item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 1000px;
}

.calendar-list-nav {
  height: 60px;
  position: relative;
  background-color: #FFF1F0;
}
.calendar-list-nav .row {
  position: relative;
}
.calendar-list-nav .month {
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.calendar-list-nav .month label {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 60px;
  z-index: 100;
  cursor: pointer;
  transition: 1s;
}
.calendar-list-nav .month.active label {
  color: #FFFFFF;
  transition: 1s;
}
.calendar-list-nav .mark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100%/12);
  height: 60px;
  background: #FF4D4F;
  z-index: 1;
  transition: 1s;
}
.calendar-list-nav .mark:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  background: #FF4D4F;
  transform: rotate(45deg);
}
.calendar-list-nav .mark[data-id="1"] {
  left: calc(100%/12* 0);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="2"] {
  left: calc(100%/12* 1);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="3"] {
  left: calc(100%/12* 2);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="4"] {
  left: calc(100%/12* 3);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="5"] {
  left: calc(100%/12* 4);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="6"] {
  left: calc(100%/12* 5);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="7"] {
  left: calc(100%/12* 6);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="8"] {
  left: calc(100%/12* 7);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="9"] {
  left: calc(100%/12* 8);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="10"] {
  left: calc(100%/12* 9);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="11"] {
  left: calc(100%/12* 10);
  transition: 1s;
}
.calendar-list-nav .mark[data-id="12"] {
  left: calc(100%/12* 11);
  transition: 1s;
}

.calendar-list {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.calendar-list li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #FF4D4F;
  padding-bottom: 10px;
  margin-top: 20px;
}
.calendar-list li .header {
  display: flex;
  align-items: center;
}
.calendar-list li .header .agenda {
  background-color: #FFFFFF;
  background: none;
  text-align: center;
  width: 200px;
  padding: 10px;
}
.calendar-list li .header .nav {
  width: 100px;
  margin-left: auto;
  font-size: 24px;
}
.calendar-list li .header .nav a {
  color: #FF4D4F;
  transition: 0.7s;
}
.calendar-list li .header .nav:hover a, .calendar-list li .header .nav.active a {
  transform: rotate(90deg);
  transition: 0.7s;
}
.calendar-list li .body {
  margin-left: 200px;
  display: flex;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s linear;
  margin-bottom: 20px;
}
.calendar-list li .body.show {
  max-height: 1000px;
  transition: max-height 0.5s linear;
}
.calendar-list li .body .description {
  width: auto;
  padding-right: 100px;
  width: 70%;
}
.calendar-list li .body .info {
  display: flex;
  flex-direction: column;
}

.search-keyword {
  position: relative;
}
.search-keyword .form-control {
  border-radius: 100px;
  padding-left: 20px;
}
.search-keyword a {
  position: absolute;
  right: 18px;
  top: 7px;
}

.thumbnail-gallery {
  border: none;
  border-radius: 0px;
  padding-bottom: 20px;
  cursor: pointer;
}
.thumbnail-gallery .image {
  width: 100%;
  height: 180px;
  position: relative;
}
.thumbnail-gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail-gallery .image.no-touch:after {
  width: 100%;
  height: 100%;
  cursor: pointer;
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
}
.thumbnail-gallery .image .video-play {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.thumbnail-gallery .video {
  width: 100%;
  height: 180px;
  background-color: #000000;
}
.thumbnail-gallery .video video, .thumbnail-gallery .video iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.thumbnail-gallery .video.no-touch:after {
  width: 100%;
  height: 100%;
  cursor: pointer;
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
}
.thumbnail-gallery .alt {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  line-height: 24px;
  height: 62px;
}

.nav-post h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.read-news .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.read-news .header .info {
  width: 90%;
}
.read-news .header .info .latest {
  padding: 2px 10px;
  background-color: #FF4D4F;
  color: #FFFFFF;
  border-radius: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}
.read-news .header .info h2 {
  margin-bottom: 10px;
}
.read-news .header .info .meta {
  color: #6c757d;
}
.read-news .header .category {
  width: 10%;
  padding: 2px 10px;
  background-color: #F0F0F0;
  color: #494949;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}
.read-news .images {
  margin-bottom: 20px;
}
.read-news .images .image {
  width: 100%;
  height: 530px;
}
.read-news .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.read-news .content {
  margin-bottom: 36px;
}

.auth-page {
  background-image: url("../images/bg4.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: calc(100vh - 80px);
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
}
.auth-page .row {
  height: 100%;
}
.auth-page .row .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-page .row .form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-auth {
  border: 0px;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 10px;
}

.form-pill .form-floating select.form-control {
  padding: 12px 20px 13px 20px;
}
.form-pill .form-floating .form-control {
  background-color: #FAFAFA;
  border-radius: 100px;
  padding: 5px 15px;
  height: auto;
  padding: 15px 20px 10px 20px;
}
.form-pill .form-floating > label {
  padding: 10px 20px;
}
.form-pill .input-group {
  border-radius: 100px;
  overflow: hidden;
}

.form-shadow {
  box-shadow: 10px 54px 129px 10px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 10px 54px 129px 10px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 10px 54px 129px 10px rgba(0, 0, 0, 0.28);
}

.form-with-nav {
  position: relative;
}
.form-with-nav .form-nav {
  position: absolute;
  right: 20px;
  top: 25%;
}
.form-with-nav .form-nav * {
  color: #D9D9D9;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.6) translateY(-0.3rem) translateX(1rem);
}

.with-strip {
  position: relative;
}
.with-strip:after {
  content: "";
  height: 2px;
  background-color: #f0f0f0;
  width: 20%;
  position: absolute;
  top: 50%;
  right: 10%;
}
.with-strip:before {
  content: "";
  height: 2px;
  background-color: #f0f0f0;
  width: 20%;
  position: absolute;
  top: 50%;
  margin-right: 20px;
  left: 10%;
}

.text-sm {
  font-size: 12px;
}

.error-page {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.error-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg5.png");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}

.pagination .page-item .page-link {
  color: #FF4D4F;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: #FF4D4F;
  border-color: #FF4D4F;
  color: #FFFFFF;
}
.pagination .page-item:first-child .page-link {
  border-radius: 100% 0px 0px 100%;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0px 100% 100% 0px;
}

.navbar-auth {
  padding: 0px 30px;
}

.sidebar-auth {
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px 0px;
}
.sidebar-auth ul {
  list-style: none;
  padding: 0px;
  width: 100%;
}
.sidebar-auth ul li {
  width: 100%;
  display: flex;
}
.sidebar-auth ul li a {
  width: 100%;
  padding: 10px 20px;
}
.sidebar-auth ul li a.active, .sidebar-auth ul li a:hover {
  background-color: #FF4D4F1A;
  color: #FF4D4F;
  position: relative;
}
.sidebar-auth ul li a.active:after, .sidebar-auth ul li a:hover:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background-color: #FF4D4F;
}

.main-content-auth {
  padding-top: 70px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 400px;
  max-width: 100vw;
  overflow: hidden;
}

.page-header-auth {
  background-image: url("../images/bg6.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 32px;
}

.alert.alert-pill {
  border-radius: 100px;
  padding-left: 30px;
  border: none;
}
.alert.alert-pill.alert-dismissible {
  position: relative;
}
.alert.alert-pill.alert-dismissible .btn-close {
  right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
}

.alert.alert-square {
  border-radius: 2px;
  padding-left: 30px;
  border: none;
}
.alert.alert-square.alert-dismissible {
  position: relative;
}
.alert.alert-square.alert-dismissible .btn-close {
  right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
}

.alert {
  border-radius: 20px;
}
.alert .btn-close {
  font-size: 12px;
}

.main-content-auth .form-group label {
  margin-bottom: 12px;
}
.main-content-auth .form-control {
  border-radius: 2px;
}
.main-content-auth .card {
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 16px 0px;
  border: none;
}
.main-content-auth .card .card-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.main-content-auth .card .card-header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 20px;
  background-color: #FFFFFF;
  height: 1px;
}
.main-content-auth .card .card-header:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 20px;
  background-color: #FFFFFF;
  height: 1px;
}

.image-preview {
  width: 100%;
  position: relative;
}
.image-preview .remove-file {
  position: absolute;
  right: 10px;
  top: 10px;
}

.img-profile {
  border-radius: 1000px;
  border: 5px #FF4D4F solid;
  padding: 5px;
  object-fit: cover;
  object-position: top center;
}

.dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #FF4D4F;
}

.member-item {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  overflow: hidden;
  margin: 2px;
  cursor: pointer;
}
.member-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-rounded {
  border-radius: 100%;
  object-fit: cover;
  object-position: top center;
}

.form-control-rounded {
  border-radius: 1000px !important;
}

.daterangepicker td.in-range {
  background-color: #FF4D4F1A;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #FF4D4F;
  border-color: transparent;
  color: #fff;
}

.main-content-auth .section-content {
  min-height: 420px;
}

.main-content-auth .event-lists {
  list-style: none;
  padding: 0px;
}
.main-content-auth .event-lists li {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main-content-auth .event-lists li:last-child {
  border-bottom: none;
}
.main-content-auth .event-lists li .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-content-auth .event-lists li .content label {
  font-size: 14px;
  margin-bottom: 10px;
}
.main-content-auth .event-lists li .nav {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-content-auth .event-lists li .nav label {
  text-align: left;
}

.members {
  position: relative;
  height: 40px;
}
.members img {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  border: 2px solid #FFFFFF;
}
.members img:nth-child(1) {
  left: 0px;
}
.members img:nth-child(2) {
  left: 30px;
}
.members img:nth-child(3) {
  left: 60px;
}
.members img:nth-child(4) {
  left: 90px;
}
.members img:nth-child(5) {
  left: 120px;
}
.members img:nth-child(6) {
  left: 150px;
}

.hidden {
  display: none;
}

.swal2-styled {
  padding: 7px 16px !important;
}
.swal2-styled.swal2-confirm {
  background-color: #FF4D4F !important;
  color: #FFFFFF !important;
  border: 1px solid #FF4D4F !important;
  border-radius: 100px !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #FF4D4F1A !important;
}
.swal2-styled.swal2-deny {
  background-color: #FFFFFF !important;
  color: #FF4D4F !important;
  border: 1px solid #FF4D4F !important;
  border-radius: 100px !important;
}
.swal2-styled.swal2-deny:hover, .swal2-styled.swal2-deny:active {
  background-color: #FF4D4F1A !important;
}
.swal2-styled.swal2-cancel {
  background-color: #FFFFFF !important;
  color: var(--gray) !important;
  border: 1px solid var(--gray) !important;
  border-radius: 100px !important;
}
.swal2-styled:hover, .swal2-styled:active {
  background-image: none !important;
}

.autocomplete {
  position: relative;
}
.autocomplete .autocomplete-item {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  list-style: none;
  padding: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow: auto;
  z-index: 500;
}
.autocomplete .autocomplete-item.show {
  display: block;
}
.autocomplete .autocomplete-item li {
  padding: 5px 10px;
  cursor: pointer;
}
.autocomplete .autocomplete-item li:hover {
  background-color: #0000001A;
}

.add-to-event {
  position: relative;
}
.add-to-event a {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 12px;
}

.main-content-auth .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 10px 60px 20px 60px;
}

.event-nav ul {
  display: flex;
  list-style: none;
  padding: 0px;
  width: 100%;
  justify-content: space-around;
  background-color: #0000000F;
  padding: 5px;
  border-radius: 5px;
}
.event-nav ul li {
  width: 100%;
}
.event-nav ul li .nav-item {
  display: flex;
  text-align: center;
  padding: 10px 0px;
  justify-content: center;
  font-size: 14px;
}
.event-nav ul li .nav-item.active {
  background-color: #FFFFFF;
}
.event-nav ul li .nav-item label {
  margin-bottom: 0px;
  margin-top: 5px;
}

.event-item:hover, .event-item:active {
  background-color: #0000000F;
}

.notif-mobile {
  display: none;
}

.notification-list {
  width: 300px;
}
.notification-list li a {
  display: flex;
  flex-direction: column;
}
.notification-list li a small {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  flex-wrap: wrap;
}
.notification-list li a small .title {
  width: 70%;
  white-space: normal;
}
.notification-list li a label {
  font-size: 12px;
}
.notification-list li a .info {
  font-size: 10px;
}

.main-content-auth .card-transparent {
  background-color: transparent;
  box-shadow: none;
}
.main-content-auth .form-group label span {
  color: #FF4D4F;
}

.text-hover-primary:hover {
  color: #FF4D4F;
}

.infographic {
  background-color: #FFFFFF;
}
.infographic img {
  transition: 0.5s;
  opacity: 0.8;
  cursor: pointer;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.infographic img:hover {
  transition: 0.5s;
  opacity: 1;
}

ul.faq {
  list-style: none;
  width: 100%;
  padding: 0px;
}
ul.faq li {
  padding-left: 70px;
  position: relative;
}
ul.faq li:before {
  content: "";
  background-image: url("../images/faq.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 0px;
}

.list-group-footer {
  background-color: none;
  list-style: none;
  border: none;
}
.list-group-footer li {
  background-color: none;
  list-style: none;
  border: none;
  margin-bottom: 7px;
  color: #FFFFFF;
  font-size: 14px;
}
.list-group-footer li a {
  color: #FFFFFF;
}
.list-group-footer li a:hover {
  color: #FF4D4F;
}

.card .card-header {
  background-color: transparent;
}

.video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #000000;
  border: none;
}

.video-embed {
  width: 100%;
  height: 420px;
  position: relative;
}
.video-embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-embed .video-play {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.preview {
  position: fixed;
  z-index: 2000;
  top: 20px;
  left: 20px;
  background-color: #00000080;
  color: #FFFFFF;
  padding: 10px 20px;
}

.page-content {
  padding-bottom: 50px;
  position: relative;
}
.page-content img {
  max-width: 100% !important;
}
.page-content table {
  max-width: 100% !important;
  overflow-x: auto;
}

.form-check-input:checked {
  background-color: #FF4D4F;
  border-color: #FF4D4F;
}

.form-check-input:focus {
  border-color: #FF4D4F40;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #FF4D4F40;
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 5px 30px;
  }
  .navbar .container-fluid {
    position: relative;
  }
  .navbar .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar .navbar-brand img {
    height: 52px;
  }
  .navbar .navbar-brand label {
    margin: 0px;
  }
  .navbar .navbar-collapse-button {
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .navbar .navbar-collapse-button span {
    position: absolute;
    background-color: #000000;
    width: 20px;
    height: 3px;
    transition: 0.5s;
    right: 0px;
    cursor: pointer;
  }
  .navbar .navbar-collapse-button span:nth-child(1) {
    top: 0px;
  }
  .navbar .navbar-collapse-button span:nth-child(2) {
    top: 7px;
  }
  .navbar .navbar-collapse-button span:nth-child(3) {
    top: 16px;
  }
  .navbar .navbar-collapse-button.show span {
    right: -5px;
    transition: 0.5s;
  }
  .navbar .navbar-collapse-button.show span:nth-child(1) {
    transform: rotate(45deg);
    width: 25px;
    top: 7px;
  }
  .navbar .navbar-collapse-button.show span:nth-child(2) {
    transform: rotate(-45deg);
    width: 25px;
    top: 7px;
  }
  .navbar .navbar-collapse-button.show span:nth-child(3) {
    transform: rotate(-45deg);
    width: 25px;
    top: 7px;
  }
  .navbar .navbar-menu.navbar-collapse {
    position: fixed;
    right: -100%;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    overflow: auto;
    background-color: #FFFFFF;
    padding: 1rem;
    transition: 0.7s;
  }
  .navbar .navbar-menu.navbar-collapse.show {
    right: 0px;
    transition: 0.7s;
  }
  .navbar .navbar-menu.navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: auto;
  }
  .navbar .navbar-menu.navbar-collapse .navbar-nav.menu {
    flex-direction: column;
  }
  .navbar .navbar-menu.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar .navbar-menu.navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-end {
    right: auto;
  }

  .main-content {
    padding-top: 70px;
    padding-bottom: 580px;
  }

  .footer {
    padding: 10px;
  }
  .footer .info {
    margin-bottom: 10px;
  }
  .footer .company {
    text-align: center;
  }
  .footer .social {
    text-align: center;
    margin-top: 10px;
  }

  .carousel-item {
    padding: 10px;
  }

  .priority-deliverables .item-image {
    height: 180px;
  }
  .priority-deliverables .display-4 {
    font-size: 28px;
    line-height: 32px;
  }
  .priority-deliverables h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .agenda {
    padding: 30px 10px;
  }
  .agenda .agenda-header h4 {
    font-size: 22px;
  }
  .agenda .agenda-header h1 {
    font-size: 32px;
  }
  .agenda .agenda-body {
    height: 50vh;
  }
  .agenda .agenda-body .items .item .countdown h2 {
    font-size: 14px;
  }
  .agenda .agenda-body .items .item .detail span {
    font-size: 14px;
  }
  .agenda .agenda-body .items .item .detail label {
    font-size: 11px;
  }
  .display-4 {
    font-size: 42px;
    line-height: 48px;
  }

  #homepage .carousel .carousel-inner .carousel-item {
    height: 200px;
    padding: 0px;
  }
  #homepage .carousel .carousel-inner .carousel-item h1 {
    font-size: 28px;
    line-height: 32px;
    bottom: 10px;
    width: 100vw;
    left: 0px;
    padding: 0px 10px;
  }
  #homepage .carousel .carousel-inner .carousel-item .nav {
    top: 20px;
    right: 10px;
    bottom: auto;
    width: 150px;
    align-items: flex-end;
    text-align: right;
  }
  #homepage .carousel .carousel-inner .carousel-item .nav svg {
    width: 30px;
    height: 30px;
  }
  #homepage .carousel .carousel-inner .carousel-item .nav label {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
  }

  .paragraph-lg {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-lg-1 {
    font-size: 18px;
    line-height: 32px;
  }

  .statis-page-nav {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
  }
  .statis-page-nav:hover {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .statis-page-nav::-webkit-scrollbar {
    display: none;
  }
  .statis-page-nav li {
    display: flex;
    width: 150px;
  }
  .statis-page-nav li a {
    text-align: center;
    font-size: 14px;
  }
  .statis-page-nav li a.active {
    font-size: 20px;
  }

  .video-homepage {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 0px;
  }

  .modal-gallery-thumbnail .slide-for, .modal-gallery-thumbnail .slick-slide {
    margin-bottom: 20px;
    text-align: center;
  }
  .modal-gallery-thumbnail .slide-for img, .modal-gallery-thumbnail .slick-slide img {
    height: 240px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-gallery-thumbnail .slider-nav .item {
    width: 84px;
    height: 84px;
    overflow: hidden;
  }
  .modal-gallery-thumbnail .slider-nav .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .modal-gallery-thumbnail .slick-slide .item {
    position: relative;
  }
  .modal-gallery-thumbnail .slick-slide .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #00000080;
    z-index: 2000;
  }
  .modal-gallery-thumbnail .slick-slide.slick-current .item:before {
    display: none;
  }
  .modal-gallery-thumbnail .loading {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: -10px;
    background-color: #000000;
    display: none;
    z-index: 2500;
  }
  .modal-gallery-thumbnail .loading.show {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-gallery-thumbnail .video {
    width: 100%;
    height: 280px;
  }
  .modal-gallery-thumbnail .video video, .modal-gallery-thumbnail .video iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .video-embed {
    width: 100%;
    height: 240px;
  }
  .video-embed .video-play {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery-thumbnail {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
  }
  .gallery-thumbnail li {
    display: none;
    height: 150px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .gallery-thumbnail li:nth-child(1) {
    display: block;
    width: calc(100%/12*8);
  }
  .gallery-thumbnail li:nth-child(2) {
    display: block;
    width: calc(100%/12*4);
  }
  .gallery-thumbnail li:nth-child(3) {
    display: block;
    width: calc(100%/12*4);
  }
  .gallery-thumbnail li:nth-child(4) {
    display: block;
    width: calc(100%/12*8);
  }
  .gallery-thumbnail li:nth-child(5) {
    display: block;
    width: calc(100%/12*8);
  }
  .gallery-thumbnail li:nth-child(6) {
    display: block;
    width: calc(100%/12*4);
  }
  .gallery-thumbnail li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .gallery-thumbnail li .description {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px;
    color: #FFF;
    bottom: 0px;
    left: -100%;
    z-index: 0px;
    transition: 0.5s;
    z-index: 500;
    background-image: url("../images/bg1.png");
    background-size: cover;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 120px;
  }
  .gallery-thumbnail li:hover .description {
    left: 0px;
  }

  .calendar-list-nav .row {
    background-color: #FFF1F0;
  }
  .calendar-list-nav .row .mark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100%/4);
    height: 60px;
    background: #FF4D4F;
    z-index: 1;
    transition: 1s;
  }
  .calendar-list-nav .row .mark:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    background: #FF4D4F;
    transform: rotate(45deg);
  }
  .calendar-list-nav .row .mark[data-id="1"] {
    left: calc(100%/4*0);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="2"] {
    left: calc(100%/4*1);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="3"] {
    left: calc(100%/4*2);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="4"] {
    left: calc(100%/4*3);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="5"] {
    top: 60px;
    left: calc(100%/4*0);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="6"] {
    top: 60px;
    left: calc(100%/4*1);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="7"] {
    top: 60px;
    left: calc(100%/4*2);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="8"] {
    top: 60px;
    left: calc(100%/4*3);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="9"] {
    top: 120px;
    left: calc(100%/4*0);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="10"] {
    top: 120px;
    left: calc(100%/4*1);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="11"] {
    top: 120px;
    left: calc(100%/4*2);
    transition: 1s;
  }
  .calendar-list-nav .row .mark[data-id="12"] {
    top: 120px;
    left: calc(100%/4*3);
    transition: 1s;
  }
  .calendar-list-nav .calendar-month {
    height: 60px;
  }

  .calendar-list {
    margin-top: 100px;
  }
  .calendar-list li .header {
    flex-wrap: wrap;
  }
  .calendar-list li .header .agenda {
    width: 100%;
  }
  .calendar-list li .header .info {
    width: calc(100% - 50px);
  }
  .calendar-list li .header .nav {
    width: 50px;
  }
  .calendar-list li .body {
    margin-left: 0px;
    flex-direction: column;
  }
  .calendar-list li .body .description {
    padding-bottom: 20px;
    width: 100%;
  }
  .calendar-list li .body .info {
    width: 100%;
    align-items: flex-start;
  }
  .calendar-list li .body > * {
    width: 100%;
    padding-right: 0px;
  }

  .list-group-footer {
    background-color: none;
    list-style: none;
    border: none;
    padding: 1rem;
  }
  .list-group-footer li {
    background-color: none;
    list-style: none;
    border: none;
    margin-bottom: 7px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .list-group-footer li a {
    color: #FFFFFF;
  }
  .list-group-footer li a:hover {
    color: #FF4D4F;
  }

  .news-thumbnail-2 {
    flex-direction: column;
    padding: 10px;
  }
  .news-thumbnail-2 .image {
    width: 100%;
  }
  .news-thumbnail-2 .content {
    width: 100%;
    padding: 20px 0px;
  }

  .page-header-auth {
    height: auto;
  }
  .page-header-auth h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }

  h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
  }

  h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
  }

  h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
  }

  body {
    font-size: 14px;
  }

  .event-lists li {
    padding: 10px 16px;
  }
  .event-lists li .nav {
    padding: 10px;
  }

  .sidebar-auth {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #FF4D4F;
    z-index: 1000;
    padding: 0px;
    border-radius: 0px;
  }
  .sidebar-auth ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    width: 100%;
  }
  .sidebar-auth ul li {
    margin: 0px;
  }
  .sidebar-auth ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
  }
  .sidebar-auth ul li a:hover, .sidebar-auth ul li a:active {
    color: #FFFFFF80;
  }
  .sidebar-auth ul li a label {
    display: none;
  }
  .sidebar-auth ul li a.active {
    background-color: #FFFFFF;
    color: #FF4D4F;
  }

  .main-content-auth {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .main-content-auth .footer {
    display: none;
  }
  .main-content-auth .image-preview {
    width: 150px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main-content-auth .event-nav ul {
    display: flex;
    list-style: none;
    padding: 0px;
    width: 100%;
    justify-content: space-around;
    border-radius: 0px;
  }
  .main-content-auth .event-nav ul li {
    padding: 0px 5px;
    width: 100%;
    display: flex;
  }
  .main-content-auth .event-nav ul li .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    width: 100%;
  }
  .main-content-auth .event-nav ul li .nav-item.active {
    background-color: #0000000F;
  }
  .main-content-auth .event-nav ul li .nav-item label {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .main-content-auth .event-page .detail-item {
    position: absolute;
    transition: 0.5s;
    left: -100%;
  }
  .main-content-auth .event-page .detail-item.show {
    transition: 0.5s;
    left: 0px;
  }
  .main-content-auth .table-member thead {
    display: none;
  }
  .main-content-auth .table-member tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #F9F9F9;
  }
  .main-content-auth .table-member tbody tr .title {
    width: 100%;
    font-size: 18px;
  }
  .main-content-auth .table-member tbody tr .title img {
    width: 50px !important;
    height: 50px !important;
  }

  .notif-mobile {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1031;
  }

  .page-content {
    padding: 1rem;
  }
  .page-content img {
    max-width: 100% !important;
  }
  .page-content table {
    max-width: 100% !important;
    margin-left: 5px;
    margin-right: 5px;
  }

  .custom-calendar-2 .fc-scroller {
    overflow-y: auto;
  }
  .custom-calendar-2 .fc-view-harness {
    height: 360px !important;
  }

  .agenda-2 {
    padding: 10px;
  }
  .agenda-2 .agenda-body {
    height: 360px;
  }

  .agenda-category-list-container {
    padding: 0px !important;
  }
  .agenda-category-list-container .agenda-category-list {
    width: 100vw;
    background-color: #ffffff;
    padding: 10px;
    position: absolute;
    right: -150vw;
    top: 20px;
    z-index: 1000;
    box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 7px 24px -5px rgba(0, 0, 0, 0.35);
    transition: 1s;
  }
  .agenda-category-list-container .agenda-category-list.show {
    right: 0px;
    transition: 1s;
  }

  .read-news .header {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .read-news .header .info {
    width: 100%;
  }
  .read-news .header .category {
    width: auto;
    margin-bottom: 10px;
  }
  .read-news .images .image {
    width: 100%;
    height: 280px;
  }
  .read-news .content {
    padding: 0px;
  }
}

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