@font-face {
  font-family: "Google Sans";
  src: url("/baden-group/fonts/GoogleSans-Regular.eot");
  src: url("/baden-group/fonts/GoogleSans-Regular.eot?#iefix") format("embedded-opentype"), url("/baden-group/fonts/GoogleSans-Regular.woff2") format("woff2"), url("/baden-group/fonts/GoogleSans-Regular.woff") format("woff"), url("/baden-group/fonts/GoogleSans-Regular.ttf") format("truetype"), url("/baden-group/fonts/GoogleSans-Regular.svg#GoogleSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Nexa";
  src: url("/baden-group/fonts/SVN-NexaBold.eot");
  src: url("/baden-group/fonts/SVN-NexaBold.eot?#iefix") format("embedded-opentype"), url("/baden-group/fonts/SVN-NexaBold.woff2") format("woff2"), url("/baden-group/fonts/SVN-NexaBold.woff") format("woff"), url("/baden-group/fonts/SVN-NexaBold.ttf") format("truetype"), url("/baden-group/fonts/SVN-NexaBold.svg#SVN-NexaBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-black: rgba(0,0,0,1);
  --color-secondary: rgba(255, 153, 0, 1);
  --color-light: rgba(244, 241, 235, 1);
  --width-container: 1320px;
  --color-primary: rgba(50,161,61,1);
  --color-grey: rgba(247, 247, 247, 1);
  --color-white: #fff;
  --font-body: "Google Sans", sans-serif;
  --width-container: 1267px;
  --color-body: rgba(0,0,0,0.6);
  --font-title: "SVN-Nexa", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: rgb(73, 73, 73);
  overflow-x: hidden !important;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none !important;
}

.segTitle {
  font-weight: 500;
  font-family: var(--font-title);
  color: var(--color-primary);
  font-size: 52px;
  line-height: 1.07;
  letter-spacing: -1.12px;
}
@media (max-width: 1439px) {
  .segTitle {
    font-size: 42px;
    letter-spacing: -0.92px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .segTitle {
    font-size: 36px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 767px) {
  .segTitle {
    font-size: 28px;
    letter-spacing: -0.64px;
  }
}

.title_banner {
  font-weight: 400;
  font-family: var(--font-title);
  color: var(--color-white);
  font-size: 78px;
  line-height: 1.12;
  letter-spacing: -2.34px;
}
@media (max-width: 1439px) {
  .title_banner {
    font-size: 68px;
    letter-spacing: -2.04px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .title_banner {
    font-size: 62px;
    letter-spacing: -1.86px;
  }
}
@media (max-width: 767px) {
  .title_banner {
    font-size: 52px;
    letter-spacing: -1.56px;
  }
}

.container_frame {
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .container_frame {
    width: calc(100% - 120px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container_frame {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .container_frame {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-left-section {
  padding-left: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-left-section {
    padding-left: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-left-section {
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .p-left-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main_page {
  padding-top: 124px;
}
@media (max-width: 1050px) {
  .main_page {
    padding-top: 0;
  }
}

.digitalMap {
  z-index: 1;
  width: 100%;
  position: relative;
}
.digitalMap .list_marker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.digitalMap .list_marker .item {
  position: absolute;
  background: var(--color-primary);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 20px;
  border: 2px solid var(--color-white);
  cursor: pointer;
  z-index: 2;
}
.digitalMap .list_marker .item.active {
  background: var(--color-secondary);
}
.digitalMap .list_marker .item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  z-index: -1;
}
.digitalMap .list_marker .item:hover {
  background: var(--color-secondary);
}
.digitalMap .list_marker .item:nth-child(1) {
  top: 30%;
  left: 60%;
}
.digitalMap .list_marker .item:nth-child(2) {
  top: 50%;
  left: 40%;
}
@media (max-width: 767px) {
  .digitalMap .popupLocation {
    display: none !important;
    max-width: calc(100% - 60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    position: fixed;
  }
  .digitalMap .popupLocation .close_popup {
    display: flex;
  }
}

.popupLocation {
  z-index: 11;
  position: absolute;
  top: 50px;
  right: 24px;
  width: 30%;
  max-height: calc(100% - 80px);
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  height: auto;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  border: 6px solid rgba(255, 255, 255, 0.3);
}
.popupLocation.active {
  opacity: 1;
  pointer-events: all;
}
.popupLocation .close_popup {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 50%;
  cursor: pointer;
}
.popupLocation .img_location {
  aspect-ratio: 342/190;
  border-radius: 16px 16px 0 0;
}
.popupLocation .img_location img {
  border-radius: 16px 16px 0 0;
}
.popupLocation .content_popup {
  padding: 12px 20px 16px 20px;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.popupLocation .content_popup .header_popup {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popupLocation .content_popup .header_popup .title {
  font-size: 13px;
  line-height: 1.84;
  color: var(--color-secondary);
  letter-spacing: 0.78px;
  text-transform: uppercase;
}
.popupLocation .content_popup .header_popup .name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--color-black);
  letter-spacing: -0.4px;
}
.popupLocation .content_popup .body_popup {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
}
.popupLocation .content_popup .body_popup .price_ticket {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popupLocation .content_popup .body_popup .price_ticket .title {
  color: rgb(102, 102, 102);
}
.popupLocation .content_popup .body_popup .price_ticket .value {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.54px;
  color: var(--color-primary);
}
.popupLocation .content_popup .body_popup .time_active {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(102, 102, 102);
}
.popupLocation .content_popup .body_popup .event_active {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 12px;
}
.popupLocation .content_popup .body_popup .event_active .title {
  color: rgb(102, 102, 102);
}
.popupLocation .content_popup .body_popup .event_active .--list {
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popupLocation .content_popup .body_popup .event_active .--list::-webkit-scrollbar {
  width: 3px;
}
.popupLocation .content_popup .body_popup .event_active .--list::-webkit-scrollbar-thumb {
  background: rgb(244, 241, 235);
  border-radius: 3px;
}
.popupLocation .content_popup .body_popup .event_active .--list .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.popupLocation .content_popup .body_popup .event_active .--list .item .--img {
  aspect-ratio: 94/80;
  border-radius: 10px;
  flex: 0 0 30%;
}
.popupLocation .content_popup .body_popup .event_active .--list .item .--img img {
  border-radius: 10px;
}
.popupLocation .content_popup .body_popup .event_active .--list .item .txt .name {
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popupLocation .content_popup .body_popup .event_active .--list .item .txt .date_time {
  color: rgb(102, 102, 102);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
@media (max-width: 1050px) {
  .popupLocation .close_popup {
    display: flex;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .popupLocation {
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    max-height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .popupLocation {
    width: calc(100% - 60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    max-height: 600px;
  }
}

.btn_view_all {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-size: 16px;
  cursor: pointer;
}
.btn_view_all:hover i {
  color: var(--color-secondary);
}
.btn_view_all:hover .name {
  color: var(--color-secondary);
}
.btn_view_all:hover .name::after {
  width: 100%;
}
.btn_view_all .name {
  letter-spacing: -0.48px;
  position: relative;
}
.btn_view_all .name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-secondary);
  transition: all 0.3s ease-in-out;
}

.formInformation {
  padding: 70px 0;
  aspect-ratio: 1440/630;
  overflow: hidden;
  position: relative;
  background-image: url("/baden-group/images/img_footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.formInformation .container_frame {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.formInformation .img_cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.formInformation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.69) 16.52%, rgba(255, 255, 255, 0.63) 48.16%, rgba(255, 255, 255, 0.303817) 75%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #FFFFFF 0.04%, #8A8A8A 100.04%);
  opacity: 0.8;
}
.formInformation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 20%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.69) 16.52%, rgba(255, 255, 255, 0.63) 48.16%, rgba(255, 255, 255, 0.303817) 75%, rgba(255, 255, 255, 0) 100%);
}
.formInformation .segTitle {
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.formInformation .desc {
  text-align: center;
  width: 40%;
  margin: 0 auto 52px;
  z-index: 2;
  position: relative;
  line-height: 1.71;
}
.formInformation .--input {
  background: var(--color-white);
  border-radius: 50px;
  width: 600px;
  height: 52px;
  padding: 4px;
  display: flex;
  align-items: center;
  z-index: 20;
  position: relative;
}
.formInformation .--input button {
  background: var(--color-secondary);
  color: var(--color-white);
  border-radius: 50px;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 136px;
}
.formInformation .--input input {
  background: transparent;
  border: none;
  flex: 1;
  height: 100%;
  padding: 0 24px;
  outline: none;
  color: rgba(0, 0, 0, 0.6);
}
.formInformation .--input input::focus {
  outline: none !important;
}
.formInformation .--input input::-moz-placeholder {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.formInformation .--input input::placeholder {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .formInformation {
    padding: 40px 0;
    aspect-ratio: unset;
  }
  .formInformation .segTitle {
    margin-bottom: 12px;
  }
  .formInformation .desc {
    width: 100%;
    margin-bottom: 24px;
  }
  .formInformation .--input {
    width: 100%;
    height: 48px;
  }
  .formInformation .--input input {
    padding: 0 12px;
  }
}

footer a:hover {
  color: var(--color-secondary) !important;
}
footer .content_ft {
  display: flex;
  justify-content: space-between;
  padding-bottom: 62px;
  border-bottom: 1px solid rgb(237, 237, 237);
}
footer .list_info {
  flex: 0 0 25%;
}
footer .list_info .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 24px;
}
footer .list_info .--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .list_info .--list .item a {
  display: flex;
  flex-flow: column;
  gap: 12px;
  color: rgba(0, 0, 0, 0.6);
}
footer .list_info .--list .item a span {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--color-black);
}
footer .main_ft {
  flex: 0 0 36%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .main_ft .logo {
  margin-bottom: 24px;
  border-radius: 16px;
  width: auto;
  height: 50px;
  overflow: hidden;
}
footer .main_ft .--qr {
  margin-bottom: 16px;
}
footer .main_ft .--qr img {
  width: 120px;
}
footer .main_ft .title {
  font-size: 32px;
  color: var(--color-primary);
  margin-bottom: 16px;
  font-family: var(--font-title);
  text-align: center;
}
footer .main_ft .desc {
  text-align: center;
  line-height: 1.71;
  margin-bottom: 32px;
}
footer .main_ft .link_social {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .main_ft .link_social .item_social {
  width: 36px;
  height: 36px;
  border: 0.92px solid rgb(237, 237, 237);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.7px;
  position: relative;
  overflow: hidden;
}
footer .main_ft .link_social .item_social i {
  color: rgb(155, 155, 155);
}
footer .main_ft .link_social .item_social::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  opacity: 0;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
footer .main_ft .link_social .item_social:hover {
  color: var(--color-white);
}
footer .main_ft .link_social .item_social:hover i {
  color: var(--color-white);
}
footer .main_ft .link_social .item_social:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
footer .list_about {
  flex: 0 0 25%;
}
footer .list_about .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 24px;
  text-align: right;
}
footer .list_about .--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .list_about .--list .item a {
  display: block;
  width: 100%;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
footer .bottom_ft {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 44px;
  align-items: center;
}
footer .bottom_ft .copyright {
  color: var(--color-black);
  opacity: 0.6;
}
footer .bottom_ft .list_link {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .bottom_ft .list_link .item_link {
  color: var(--color-black);
  padding-right: 12px;
  border-right: 1px solid rgb(231, 231, 231);
  opacity: 0.6;
}
footer .bottom_ft .list_link .item_link:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  footer .content_ft {
    flex-wrap: wrap;
    flex-flow: column;
    gap: 24px;
    padding-bottom: 40px;
  }
  footer .content_ft .main_ft {
    order: -1;
    width: 100%;
  }
  footer .content_ft .main_ft .desc {
    margin-bottom: 16px;
  }
  footer .content_ft .list_info {
    order: 2;
  }
  footer .content_ft .list_info .title {
    margin-bottom: 12px;
  }
  footer .content_ft .list_about {
    order: 3;
  }
  footer .content_ft .list_about .title {
    text-align: left;
    margin-bottom: 12px;
  }
  footer .content_ft .list_about .--list .item a {
    text-align: left;
  }
  footer .bottom_ft {
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
  footer .bottom_ft .copyright {
    text-align: center;
  }
  footer .bottom_ft .list_link {
    flex-wrap: wrap;
  }
}

#header1.hide {
  top: -124px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: all 0.3s ease;
}
.header.change {
  background: var(--color-white);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.0392156863);
  transition: all 0.3s ease;
}
.header.change .content_header .right_header .menu_header a {
  color: var(--color-primary);
}
.header.change .content_header .right_header .list_widget_header .list_social {
  border-right: 1px solid var(--color-primary);
}
.header.change .content_header .right_header .list_widget_header .list_social i {
  color: var(--color-primary);
}
.header.change .content_header .right_header .list_widget_header .search_header i {
  color: var(--color-primary);
}
.header .headerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}
.header .headerTop .--listLink {
  display: flex;
  gap: 20px;
  font-size: 13px;
}
.header .headerTop .--listLink .--itemLink {
  color: var(--color-black);
  opacity: 0.8;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .headerTop .--listLink .--itemLink:hover {
  color: var(--color-secondary);
}
.header .headerTop .--listLink .--itemLink.active {
  padding: 3px 10px;
  border-radius: 6px;
  background: rgba(50, 161, 61, 0.12);
  color: var(--color-primary);
}
.header .headerTop .--year {
  background: var(--color-secondary);
  padding: 8px 16px;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  border-bottom: none !important;
  height: auto;
}
.header .content_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .content_header .left_header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .content_header .left_header .title_logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header .content_header .left_header .title_logo .--main_title {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(50, 161, 61, 0.8);
  letter-spacing: -0.12px;
}
.header .content_header .left_header .title_logo .--sub_title {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(50, 161, 61);
  letter-spacing: -0.88px;
}
.header .content_header .logo_header {
  width: auto;
  height: 40px;
  border-radius: 12px;
}
.header .content_header .logo_header img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header .content_header .right_header {
  display: flex;
  align-items: center;
  gap: 44px;
}
.header .content_header .right_header .menu_header {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header .content_header .right_header .menu_header li {
  position: relative;
}
.header .content_header .right_header .menu_header li.active a {
  color: var(--color-secondary);
  font-weight: 700;
}
.header .content_header .right_header .menu_header li:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  background: transparent;
  top: 20px;
  left: 0;
}
.header .content_header .right_header .menu_header li .sub_menu_desktop {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgb(228, 228, 228);
  width: 200px;
  color: var(--color-primary);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header .content_header .right_header .menu_header li .sub_menu_desktop .item_sub_menu {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  cursor: pointer;
  color: var(--color-primary);
}
.header .content_header .right_header .menu_header li .sub_menu_desktop .item_sub_menu:hover {
  color: var(--color-secondary);
}
.header .content_header .right_header .menu_header li .sub_menu_desktop .item_sub_menu:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.header .content_header .right_header .menu_header li .sub_menu_desktop.active {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.header .content_header .right_header .menu_header li a {
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .content_header .right_header .menu_header li a:hover {
  color: var(--color-secondary);
}
.header .content_header .header_menu_mobile {
  display: none;
  width: 30px;
  height: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  margin-top: 20px;
}
.header .content_header .header_menu_mobile span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: var(--color-primary);
}
.header .content_header .header_menu_mobile span:nth-child(1) {
  top: -10px;
}
.header .content_header .header_menu_mobile span:nth-child(2) {
  top: 0;
}
.header .content_header .header_menu_mobile span:nth-child(3) {
  top: 10px;
}
@media (max-width: 767px) {
  .header .content_header .header_menu_mobile {
    display: block;
  }
}
@media (max-width: 1050px) {
  .header {
    display: none;
  }
}

.header_mobile {
  display: none;
  background: var(--color-white);
  height: 60px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.0392156863);
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .header_mobile {
    justify-content: unset;
  }
}
.header_mobile .nav_menu_mobile,
.header_mobile .nav__sub {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  list-style-type: none;
}
.header_mobile .item_menu_sub_mobile {
  font-size: 18px !important;
  line-height: 1.3;
  padding: 4px 0;
}
.header_mobile .checkHeader, .header_mobile .item_menu_mobile {
  font-size: 20px !important;
}
.header_mobile .accordion-collapse .accordion-body {
  display: flex;
  flex-flow: column;
}
.header_mobile .accordion-collapse .accordion-body .accordion-item {
  padding-left: 15px;
}
.header_mobile .accordion-collapse .accordion-body .accordion-item a {
  color: var(--color-primary);
}
.header_mobile .accordion-collapse .accordion-body .accordion-item .accordion-body {
  padding-left: 15px !important;
}
.header_mobile .accordion-collapse .accordion-body .accordion-item .accordion-body .nav__link {
  font-size: 15px;
  border-bottom: 1px solid #797979;
  padding: 5px 0;
  color: #818181;
}
.header_mobile .accordion-collapse .accordion-body .accordion-item .accordion-body .nav__link:last-child {
  border-bottom: none;
}
.header_mobile .list_sub_menu_mobile .accordion-item .btn_primary {
  margin-left: 0;
}
.header_mobile .list_sub_menu_mobile .btn_primary {
  background: no-repeat;
  border: none !important;
  background: var(--color-blue);
  color: #fff;
  border-radius: 8px;
  text-align: left;
  justify-content: flex-start;
  /* padding: 12px 0 0 0; */
  /* border-bottom: 1px solid var(--color-blue) !important; */
  /* border-radius: 0; */
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-top: 10px;
}
.header_mobile .list_sub_menu_mobile .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.231372549) !important;
}
.header_mobile .nav_menu_mobile {
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  top: 60px;
  height: 100%;
  width: 100%;
  right: 0;
  transform: translate(150%, 0);
  transition: all 0.75s ease;
  padding-top: 24px;
  padding-bottom: 200px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header_mobile .nav_menu_mobile.open {
  transform: none;
  overflow-y: scroll;
}
.header_mobile .nav_menu_mobile .btn_auth_acc {
  border-top: 1px solid rgba(137, 137, 137, 0.2196078431);
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 1;
  padding-bottom: 1rem;
}
.header_mobile .nav_menu_mobile .btn_auth_acc a.btn_trans, .header_mobile .nav_menu_mobile .btn_auth_acc a.btn_primary {
  width: 50%;
  margin: 0 10px;
}
.header_mobile .nav_menu_mobile .btn_trans:hover {
  color: #fff;
}
.header_mobile .list_menu_mobile {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.29);
}
.header_mobile .list_menu_mobile .accordion-button {
  background: transparent !important;
  color: var(--color-body);
  padding: 3px 0 !important;
}
.header_mobile .list_menu_mobile .accordion-body {
  padding: 0 !important;
}
.header_mobile .list_menu_mobile .accordion {
  width: 100% !important;
}
.header_mobile .list_menu_mobile .item_menu_sub_mobile {
  font-weight: 400;
  color: #000;
}
.header_mobile .list_menu_mobile .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.header_mobile .list_menu_mobile .accordion-item {
  border: none !important;
  padding: 4px 0;
  background-color: transparent !important;
}
.header_mobile .list_menu_mobile .item_menu_mobile {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
}
.header_mobile .list_menu_mobile .item_menu_mobile a {
  color: var(--color-primary);
}
.header_mobile .nav__item + .nav__item {
  margin-top: 15px;
}
.header_mobile .nav__item i {
  margin-left: 10px;
}
.header_mobile .nav__link {
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 2.5;
}
.header_mobile .logo img {
  width: 100px;
}
.header_mobile .list_widget_header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.header_mobile .list_widget_header .list_social {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_mobile .list_widget_header .list_social .item_social {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_mobile .list_widget_header .list_social .item_social i {
  color: var(--color-primary);
}
.header_mobile .list_widget_header .list_social .item_social:hover i {
  color: var(--color-secondary);
}
.header_mobile .list_widget_header .list_social i {
  color: var(--color-white);
}
.header_mobile .list_widget_header .search_header {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.header_mobile .list_widget_header .search_header i {
  color: var(--color-primary) !important;
}
.header_mobile .list_widget_header .search_header .box_search {
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  padding: 13px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  border-radius: 8px;
  border: 1px solid rgb(228, 228, 228);
  pointer-events: none;
  opacity: 0;
}
.header_mobile .list_widget_header .search_header .box_search.active {
  pointer-events: auto;
  opacity: 1;
}
.header_mobile .list_widget_header .search_header .box_search .icon {
  position: absolute;
  top: -2px;
  right: -2px;
  color: rgb(228, 228, 228);
}
.header_mobile .list_widget_header .search_header .box_search .icon i {
  color: rgb(139, 139, 139);
}
.header_mobile .list_widget_header .search_header .box_search input {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 8px;
  width: 290px;
  padding: 10px 5px 10px 30px;
  outline: none;
}
.header_mobile .list_widget_header .search_header .box_search .fa-search {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  color: rgb(139, 139, 139);
}
.header_mobile .list_widget_header .search_header i {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1200px) {
  .header_mobile {
    display: flex;
  }
}
@media (min-width: 1050px) {
  .header_mobile {
    display: none;
  }
}

.animated-icon1 {
  display: block;
  margin-top: 0;
  width: 30px;
  height: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 20px;
  margin-left: auto;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: var(--color-primary);
}
.animated-icon1 span:nth-child(1) {
  top: -10px;
}
.animated-icon1 span:nth-child(2) {
  top: 0;
}
.animated-icon1 span:nth-child(3) {
  top: 10px;
}
.animated-icon1.open span:nth-child(1) {
  top: 0;
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  top: 0;
  transform: rotate(-135deg);
}

.banner_primary {
  aspect-ratio: 1440/510;
  position: relative;
}
.banner_primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20.15%), linear-gradient(180deg, rgba(0, 0, 0, 0) 79.02%, rgba(0, 0, 0, 0.456) 91.81%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.banner_primary .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.banner_primary .txt .title {
  font-size: 78px;
  color: var(--color-white);
  margin-bottom: 16px;
  line-height: 1.12;
  letter-spacing: -2.34px;
  text-align: center;
  font-family: var(--font-title);
}
@media (max-width: 1439px) {
  .banner_primary .txt .title {
    font-size: 68px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .banner_primary {
    margin-top: 60px;
  }
  .banner_primary .txt .title {
    font-size: 52px;
    letter-spacing: 0.32px;
  }
  .banner_primary .txt .name {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
}
@media (max-width: 767px) {
  .banner_primary {
    aspect-ratio: unset;
    height: 300px;
  }
  .banner_primary .txt .title {
    font-size: 48px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 6px;
  }
  .banner_primary .txt .name {
    font-size: 45px;
    letter-spacing: -1.68px;
    line-height: 1.15;
    text-align: center;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0 !important;
  justify-content: center;
}
.breadcrumb .list_link {
  display: flex;
  align-items: center;
  gap: 24px;
}
.breadcrumb .list_link .item_link {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.breadcrumb .list_link .item_link.active {
  color: var(--color-white);
}
.breadcrumb .list_link .item_link:nth-child(1)::after {
  display: none;
}
.breadcrumb .list_link .item_link::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  left: -16.375px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.list_news .item_news {
  border-radius: 30px;
  overflow: hidden;
  height: auto;
  display: flex !important;
  flex-direction: column;
}
.list_news .item_news:hover .content {
  background: var(--color-secondary);
}
.list_news .item_news:hover .content .--top .date_time i {
  color: var(--color-white);
}
.list_news .item_news:hover .content .--top .date_time .time {
  color: rgba(255, 255, 255, 0.7);
}
.list_news .item_news:hover .content .--top .cate {
  color: rgba(255, 255, 255, 0.7);
}
.list_news .item_news:hover .content .--top .cate::after {
  background: var(--color-white);
}
.list_news .item_news:hover .content .title {
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.list_news .item_news:hover .content .desc {
  color: rgba(255, 255, 255, 0.7);
}
.list_news .item_news:hover .content .btn_detail {
  color: var(--color-white);
}
.list_news .item_news:hover .content .btn_detail .name {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  color: var(--color-white);
}
.list_news .item_news .content {
  background: var(--color-grey);
  padding: 24px;
  flex: 1;
}
.list_news .item_news .content .--top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
.list_news .item_news .content .--top .date_time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list_news .item_news .content .--top .date_time i {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 300;
}
.list_news .item_news .content .--top .date_time .time {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.list_news .item_news .content .--top .cate {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  position: relative;
}
.list_news .item_news .content .--top .cate::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgb(194, 194, 194);
  border-radius: 50%;
  left: -14px;
}
.list_news .item_news .content .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_news .item_news .content .desc {
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_news .item_news .content .btn_detail {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgb(184, 184, 184);
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.list_news .item_news .content .btn_detail .name {
  transform: translateX(-100%);
  transition: all 0.75s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.list_news .item_news .--img {
  aspect-ratio: 395/258;
}
@media (max-width: 767px) {
  .list_news .item_news .content .title {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .list_news .item_news .content .desc {
    margin-bottom: 16px;
  }
  .list_news .item_news .content .btn_detail .name {
    opacity: 1;
    transform: none;
    color: rgb(184, 184, 184);
  }
}

.calendar {
  width: 390px;
  padding: 24px;
}
.calendar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 16px;
}
.calendar ul.calendar-weekdays {
  color: #a4a4a4;
}
.calendar .calendar-weekdays {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f2f1ff;
}
.calendar .calendar-current-date {
  font-weight: 700;
}
.calendar #calendar-prev,
.calendar #calendar-next {
  cursor: pointer;
}
.calendar .calendar-dates {
  margin-top: 24px;
}
.calendar .calendar-dates li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.calendar .calendar-dates li:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.calendar .calendar-dates li.circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  bottom: -6px;
  width: 6px;
  height: 6px;
  background: var(--color-primary);
}
.calendar .calendar-dates li.flower-pink::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 12px;
  height: 12px;
  background: url(/baden-group/images/flower.png) no-repeat center center;
  background-size: contain;
}
.calendar .calendar-dates li.flower-orange::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 12px;
  height: 12px;
  background: url(/baden-group/images/flower-orange.png) no-repeat center center;
  background-size: contain;
}
.calendar .calendar-dates li.flower-purple::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 12px;
  height: 12px;
  background: url(/baden-group/images/flower-purple.png) no-repeat center center;
  background-size: contain;
}
.calendar .calendar-dates li.active {
  color: #fff;
  background: var(--color-primary);
}
.calendar .calendar-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar li {
  display: flex;
  justify-content: center;
}
.calendar li.inactive {
  color: #9291a5;
}

.CardCalander {
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
.CardCalander .calendar {
  width: 33.3333333333%;
}
.CardCalander .--txt {
  padding: 24px 44px 34px 44px;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.CardCalander .--txt .--timeName {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.CardCalander .--txt .--day {
  font-size: 65px;
  color: var(--color-primary);
  line-height: 70px;
}
.CardCalander .--txt .--time {
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.CardCalander .--txt .--name {
  flex-grow: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.CardCalander .--txt .--infoAll {
  display: flex;
  flex-flow: column;
  gap: 12px;
  margin-top: 24px;
}
.CardCalander .--txt .--infoAll .--nameInfo {
  font-weight: 700;
}
.CardCalander .--txt .--infoAll .--info {
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.CardCalander .--txt .--infoAll span {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}
.CardCalander .--txt .--infoAll i {
  color: var(--color-primary);
}
.CardCalander .--txt .--infoAll .--item {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.CardCalander .--txt .--note {
  font-size: 13px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.CardCalander .list_txt {
  width: 33.3333333333%;
}
.CardCalander .slick-list {
  height: 100%;
}
.CardCalander .slick-track {
  height: 100%;
}
.CardCalander .list_img {
  width: 33.3333333333%;
}
.CardCalander .--img {
  height: 100%;
}
.CardCalander .--img img {
  width: 100%;
  height: 100%;
}
.CardCalander .slick-dots li {
  background: rgba(170, 144, 144, 0.6);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .CardCalander {
    flex-wrap: wrap;
  }
  .CardCalander .calendar {
    width: 55%;
  }
  .CardCalander .list_txt {
    width: 45%;
  }
  .CardCalander .list_txt .--txt .--name {
    font-size: 16px;
  }
  .CardCalander .list_img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .CardCalander {
    flex-flow: column;
  }
  .CardCalander .calendar {
    width: 100%;
  }
  .CardCalander .--txt .--name {
    font-size: 16px;
  }
  .CardCalander .list_txt {
    width: 100%;
  }
  .CardCalander .list_img {
    width: 100%;
  }
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  gap: 6px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 20;
}
.slick-dots li {
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots li::marker {
  list-style: none;
}
.slick-dots li.slick-active {
  background: var(--color-secondary);
  width: 28px;
  height: 8px;
  border-radius: 30px;
}

.img_scale {
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
}
.img_scale img {
  transition: all 0.5s ease;
}
.img_scale:hover {
  transition: all 0.5s ease;
}
.img_scale:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.parallax_img {
  animation: parallax_img 12s ease-in-out infinite;
}

@keyframes parallax_img {
  0%, 100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}
.leaf_effect {
  animation: floatingLeaf 6s ease-in-out infinite;
}

@keyframes leafSway {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes floatingLeaf {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg_modal.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.list_popup_mobile {
  position: fixed;
  z-index: 100000;
}

.cta {
  position: fixed;
  bottom: 102px;
  right: 40px;
  z-index: 100000;
  display: flex;
  flex-flow: column;
  gap: 14px;
}
.cta .item_cta {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  background: var(--color-primary);
}
.cta .item_cta i {
  color: var(--color-white);
}

.box_chat {
  position: fixed;
  bottom: 24px;
  right: 32px;
  z-index: 100000;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 8px;
}
.box_chat i {
  color: var(--color-white);
  font-size: 38px;
}/*# sourceMappingURL=style.css.map */