:root {
  --main-color: #c21a26;
  --main-color-light: #c21a261a;
  --black: #000;
  --black-12: #121212;
  --black-1d: #1d1d1b;
  --white: #fff;
  --gray-900: #0f172a;
  color-scheme: light;
}
body {
  font-family: "Inter", sans-serif;
  overflow-x:hidden ;
}
.wrapper{
  padding-top: 162px;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
}
.header .header-top {
  background-color: var(--main-color-light);
}
.header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.header .header-top h6{
  font-size: 12px;
  color: var(--black-1d);
}
.header .header-top h6 b {
  font-weight: 600;
}
.header .header-top .container a {
  padding: 10px 0;
  line-height: normal;
  display: flex;
  align-items: center;
}
.header .header-top .container a svg {
  fill: var(--black-1d);
  transition: fill 0.3s ease;
}
.header .header-top .container a:hover svg {
  fill: var(--main-color);
}
.header .header-bottom {
  padding: 24px 0;
      transition: all 0.3s ease;
}

.header .header-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-bottom .container nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .header-bottom .container nav a {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-1d);
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 30px 0;
}
.header .header-bottom .container nav a:hover {
  color: var(--main-color);
}
.header .header-bottom .bottom-header-right {
  display: flex;
  gap: 12px;
}
.header .header-bottom .bottom-header-right a {
  font-weight: 600;
  font-size: 16px;
  padding: 16px 22px 16px 22px;
  border-radius: 100px;
  gap: 8px;
  display: flex;
  align-items: center;
  transition: background-color, transform 0.3s ease;
  will-change: transform;
}
.header .header-bottom .bottom-header-right a.eos-login {
  color: #fff;
  background-color: var(--main-color);
}
.header .header-bottom .bottom-header-right a.eos-login svg {
  fill: #fff;
}
.header .header-bottom .bottom-header-right a.eos-login:hover {
  background-color: var(--black-1d);
  transform: scale(1.02);
}
.header .header-bottom .bottom-header-right a.cart-button {
  border: 2px solid var(--main-color);
  color: var(--main-color);
}

.header .header-bottom .bottom-header-right a.cart-button:hover {
  transform: scale(1.02);
}

.slider .container {
  display: flex;
  justify-content: space-between;
}
.slider .left {
  width: 725px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slider .left .swiper {
  width: 100%;
}
.slider .left .box {
  width: 100%;
  height: 475px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  display: flex;
}
.slider .left .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .left .box .box-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45.77%,
    rgba(0, 0, 0, 0.6) 74.14%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 26px;
}
.slider .left .box .box-filter h3 {
  max-width: 500px;
  color: var(--white);
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
.slider .left .box .box-filter p {
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
}
.slider .left .left-arrow {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 62px;
  right: 26px;
  gap: 32px;
}
.slider .left .left-arrow button {
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff80;
  background-color: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color, transform 0.3s ease;
  will-change: transform;
}
.slider .left .left-arrow button:hover {
  background-color: var(--main-color-light);
}
.slider .left .left-arrow button.swiper-button-disabled {
  transform: scale(0.8);
}
button:active {
  transform: scale(0.9);
}
.slider .left .mini-box {
  height: 64px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border 0.1s ease, transform 0.3s ease;
  cursor: pointer;
}
.slider .left .mini-box:hover {
  border: 2px solid var(--main-color-light);
}
.slider .left .mini-box:active {
  transform: scale(0.95);
}
.slider .left .mini-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
.slider .left .swiper-slide-thumb-active .mini-box {
  border: 2px solid var(--main-color);
}
.slider .left .swiper-slide-thumb-active .mini-box img {
  border: 2px solid var(--white);
}
.slider .right {
  max-width: 548px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.slider .right .ataturk {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #1d1d1d0d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 18px;
  position: relative;
  overflow: hidden;
}
.slider .right .ataturk::before{
  content: "";
  position: absolute;
  top: 0;
  background: url("/assets/images/ataturk.svg") no-repeat left center;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.slider .right .ataturk h6 {
  font-weight: 500;
  font-size: 13px;
  color: var(--black-1d);
  line-height: 24px;
}
.slider .right .ataturk span {
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  color: #1d1d1b99;
}
.slider .right .announcements-list {
  border: 1px solid #1d1d1b1a;
  flex: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.slider .right .announcements-list .head {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1d1d1b1a;
}
.slider .right .announcements-list .head h2 {
  font-weight: 700;
  font-size: 16px;
  color: var(--black-1d);
}
.slider .right .announcements-list .head a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #c21a26;
  display: flex;
  align-items: center;
}
.slider .right .announcements-list .head a svg {
  transition: all 0.3s ease;
}
.slider .right .announcements-list .head a:hover svg {
  transform: translateX(4px);
}
.slider .right .announcements-list .body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.slider .right .menu {
  margin-top: auto;
}
.slider .right .announcements-list .body ul {
  padding: 0 20px;
  max-height: 342px;
  overflow: auto;
}
.slider .right .announcements-list .body ul li {
  border-bottom: 1px solid #1d1d1b1a;
  transition: all 0.3s ease;
}
.slider .right .announcements-list .body ul li:hover a{
  transform: scale(1.02);
}

.slider .right .announcements-list .body ul li a {
  padding: 29px 0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.slider .right .announcements-list .body ul li a .content {
  display: flex;
  gap: 8px;
  align-items: center;
}
.slider .right .announcements-list .body ul li a .content strong {
  min-width: 62px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border-radius: 100px;
  background-color: #00000014;
  color: var(--black-1d);
  border: 1px solid #4b4b4b4a;
}
.slider .right .announcements-list .body ul li a .content strong.AEO {
  border: 1px solid #c21a2633;
  background-color: #c21a261a;
  color: var(--main-color);
}
.slider .right .announcements-list .body ul li a .content strong.SGK {
  border: 1px solid #0d5c8e33;
  background-color: #0d5c8e1a;
  color: #0d5c8e;
}
.slider .right .announcements-list .body ul li a .content strong.TİTCK {
  border: 1px solid #3f51b53b;
  background-color: #3f51b529;
  color: #3F51B5;
}
.slider .right .announcements-list .body ul li a .content strong.Teb {
  border: 1px solid #d8206b3d;
  background-color: #d8206b17;
  color: #d8206b;
}
.slider .right .announcements-list .body ul li a .content strong.TSK {
  background-color: #418f4a1a;
  border: 1px solid #418f4a33;
  color: #418f4a;
}
.slider .right .announcements-list .body ul li a .content h4 {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: var(--black-1d);
  transition: all 0.3s ease;
}
.slider .right .announcements-list .body ul li:hover a h4{
  color: var(--main-color);
}
.slider .right .announcements-list .body ul li a span {
  font-weight: 500;
  font-size: 12px;
  min-width: 52px;
  text-align: right;
  line-height: 16px;
  color: #1d1d1b80;
}
.slider .right .announcements-list .body .menu {
  display: flex;
  align-items: center;
  padding: 8px;
}
.slider .right .announcements-list .body .menu button {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  background-color: transparent;
  color: #1d1d1b80;
  transition: transform 0.3s ease, color 0.3s ease;
  will-change: transform;
  position: relative;
}
.slider .right .announcements-list .body .menu button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 25%;
  width: 1px;
  height: 50%;
  background-color: #1d1d1b1a;
}
.slider .right .announcements-list .body .menu button:hover {
  transform: scale(1);
}
.slider .right .announcements-list .body .menu button:last-child:after {
  display: none;
}
.slider .right .announcements-list .body .menu button:hover {
  color: var(--black-1d);
  transform: scale(1.02);
}
.slider .right .announcements-list .body .menu button.active {
  color: var(--black-1d);
  font-weight: 700;
}
.board {
  padding: 98px 0 48px 0;
}
.board .container {
  display: flex;
  justify-content: space-between;
}
.board .container .left {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.board .container .left button {
  max-width: 470px;
  border-radius: 26px;
  padding: 24px 50px;
  box-shadow: -9px 11px 38px 0px #0000000d;
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 27px;
  transition: max-width 0.3s ease, width 0.3s ease, transform 0.3s ease,
    background-color 0.3s ease;
}
.board .container .left button .icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: var(--main-color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.board .container .left button .icon svg {
  fill: var(--main-color);
}
.board .container .left button span {
  font-weight: 600;
  font-size: 20px;
  color: #05131d;
  font-family: "Poppins", sans-serif;
}
.board .container .left button.active {
  max-width: 100%;
  width: 100%;
  background-color: var(--main-color);
}
.board .container .left button.active svg g{
  stroke: white !important;
}
.board .container .left button.active .icon svg {
  fill: var(--white);
}
.board .container .left button.active .icon {
  background-color: #ffffff13;
}
.board .container .left button.active span {
  color: var(--white);
}
.board .container .right {
  max-width: 793px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: -9px 11px 38.1px 0px #0000000d;
  background: var(--white);
  border-radius: 26px;
  padding: 48px;
  min-height: 604px;
}
.board .container .right .box {
  border-bottom: 1px solid #05131d17;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.board .container .right .box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.board .container .right .box .head:hover button {
  transform: scale(1.1);
}
.board .container .right .box h6 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 117%;

  color: #05131d;
  transition: color 0.3s ease;
}
.board .container .right .box:hover h6 {
  color: var(--main-color);
}
.board .container .right .box button {
  background-color: transparent;
  transition: all 0.3s ease;
}
.board .container .right .box button svg {
  fill: var(--main-color);
}

.board .container .right .box:last-child {
  border: none;
}
.board .container .right .box .text {
  width: 90%;
  display: none;
}
.board .container .right .box .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #05131d;
}
.board .container .right .box .text a {
  width: 147px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000d9;
  border: 1px solid var(--colorBorder, #00000026);
  border-radius: 6px;
  margin-top: 24px;
  transition: all 0.3s ease;
}
.board .container .right .box .text a:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.board .container .right .box.active .text {
  display: block;
}
.board .container .right .box.active button svg {
  fill: var(--black);
}
.online-services {
  padding-bottom: 48px;
}
.online-services .swiper {
  padding: 32px 48px;
  margin: 0 -48px;
}
.home-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: var(--black-1d);
}
.online-services .swiper .box {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 26px;
  padding: 40px 28px;
  background: var(--white);
  box-shadow: -9px 11px 38px 0px #0000000d;
  transition: all 0.3s ease;
  will-change: transform;
  outline:  2px solid transparent;
}
.online-services .swiper .box:hover {
  transform: scale(1.05);
  outline: 2px solid var(--main-color-light);
}
.online-services .swiper .box h5 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  max-width: 130px;
  line-height: 22px;
  color: #05131d;
}
.online-services .swiper .swiper-slide {
  display: flex;
  height: auto;
}
.online-services .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.online-services .head .arrows {
  display: flex;
  gap: 4px;
}
.online-services .head .arrows button {
  width: 36px;
  height: 36px;
  border: 1px solid #1d1d1b1a;
  border-radius: 100px;
  background-color: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-services .head .arrows button:hover {
  background-color: var(--main-color-light);
  transform: scale(1.05);
}
.online-services .head .arrows button svg {
  fill: var(--black-1d);
  transition: fill 0.3s ease;
}
.online-services .head .arrows button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button-wrap {
  display: flex;
  justify-content: center;
}
.btn {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  will-change: transform;
}
.btn .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--white);
}
.btn.btn-red {
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 100px;
}
.btn.btn-red:hover {
  background-color: var(--black-1d);
  transform: scale(1.02);
}

.activity {
  padding: 64px 0;
}
.activity .container .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.activity .container .head .arrows {
  display: flex;
  gap: 4px;
}
.activity .container .head .arrows button {
  width: 36px;
  height: 36px;
  border: 1px solid #1d1d1b1a;
  border-radius: 100px;
  background-color: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity .container .swiper-slide {
  height: auto;
  display: flex;
}
.activity-box {
  border: 1px solid #1d1d1b1a;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.activity-box:hover {
  border-color: var(--main-color-light);
}
.activity-box .image {
  height: 220px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.activity-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease, filter 0.3s ease;
  will-change: transform;
}
.activity-box:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.activity-box .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.activity-box .content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--black-1d);
  margin-bottom: 24px;
  transition: color 0.3s ease;
}
.activity-box:hover h3 {
  color: var(--main-color);
}
.activity-box .content div {
  margin-top: auto;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.activity-box .content p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  color: var(--black-1d);
}
.activity .button-wrap {
  margin-top: 24px;
}
.announcements {
  padding: 48px 0 96px 0;
}
.announcements .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.announcements .tab {
  display: flex;
  justify-content: space-between;
}
.tab button {
  padding: 18px 68px;
  border: 1px solid #e2e8f0;
  color: var(--gray-900);
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.tab button:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
.tab button.active {
  background-color: var(--main-color);
  color: var(--white);
  border-color: var(--main-color);
  font-weight: 500;
}
.announcements-boxes {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.announcements-boxes .announcement-box {
  border: 1px solid #1d1d1b1a;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.announcements-boxes .announcement-box .content {
  padding: 16px 16px 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.announcements-boxes .announcement-box .content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--black-1d);
  margin-bottom: 23px;
  transition: color 0.3s ease;
}
.announcements-boxes .announcement-box:hover h3 {
  color: var(--main-color);
}

.announcements-boxes .announcement-box .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1d1d1b80;
  margin-top: auto;
}

.announcements-boxes .announcement-box .image {
  height: 160px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.announcements-boxes .announcement-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease, filter 0.3s ease;
  will-change: transform;
}
.announcements-boxes .announcement-box:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.minister {
  padding-bottom: 48px;
}
.minister .minister-image {
  max-width: 1150px;
  width: 100%;
  height: 478px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.minister .minister-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.minister .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.minister .container .info {
  max-width: 467px;
  width: 100%;
  border-radius: 26px;
  padding: 64px 73px;
  position: absolute;
  left: 0;
  background-color: var(--white);
  z-index: 1;
  box-shadow: -9px 11px 38.1px 0px #0000000d;
}
.minister .container .info h1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 8px;
}
.minister .container .info p {
  font-weight: 300;
  font-size: 20px;
  color: #6c727f;
  margin-bottom: 36px;
}
.minister .container .info .buttons {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
}
.minister .container .info .buttons a {
  font-weight: 600;
  font-size: 14px;
  color: var(--black-12);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  transition: all 0.3s ease;
}
.minister .container .info .buttons a:active {
  transform: scale(0.95);
}
.minister .container .info .buttons a:hover {
  background-color: var(--main-color-light);
  color: var(--main-color);
  border-color: var(--main-color);
}
.home-email-contact .container .box {
  background-color: var(--main-color);
  padding: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.home-email-contact .container .box div {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
  width: 100%;
}
.home-email-contact .container .box div h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  max-width: 240px;
  width: 100%;
}
.home-email-contact .container .box div ul {
  display: flex;
  gap: 4px;
}
.home-email-contact .container .box div ul li a {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  border: 1px solid #ffffff33;
  border-radius: 100px;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  width: 280px;
  color: var(--white);
  justify-content: center;
  transition: all 0.3s ease;
}
.home-email-contact .container .box div ul li a:hover {
  background-color: var(--white);
  color: var(--main-color);
}
.home-email-contact .container .box div ul li a:hover svg {
  fill: var(--main-color);
}
.home-email-contact .container .box div ul li a svg {
  min-width: 24px;
  fill: var(--white);
  transition: all 0.3s ease;
}
.home-social-media {
  padding: 48px 0 102px 0;
  text-align: center;
}
.home-social-media h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 34px;
}
.home-social-media p {
  font-weight: 400;
  font-size: 18px;
  line-height: 172%;
  letter-spacing: -0.5px;
  text-align: center;
  max-width: 550px;
  color: #6c727f;
  margin: 0 auto;
}
.home-social-media p strong {
  font-weight: 500;
}
.home-social-media .social-media-links {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 32px;
}
.home-social-media .social-media-links a {
  transition: all 0.3s ease;
}
.home-social-media .social-media-links a:hover {
  transform: scale(1.1);
}
.mobile-app {
  background-color: var(--main-color-light);
  padding: 94px 0;
  margin-top: 86px;
}
.mobile-app h2,
.mobile-app p {
  max-width: 650px;
}
.mobile-app h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;

  color: var(--black-1d);
  margin-bottom: 24px;
}
.mobile-app p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b80;
}
.mobile-app p strong{
  font-weight: 600;
}
.mobile-app .container {
  position: relative;
}
.mobile-app .info {
  width: 388px;
  height: 497px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 20px;
  padding: 44px;
  background-color: var(--white);
  position: absolute;
  top: -181px;
  right: 16px;
  box-shadow: 0px 0px 16px 0px #0000000f;
}
.mobile-app .info h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;

  color: var(--main-color);
}
.mobile-app .info .box {
  width: 100%;
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #1d1d1b1a;
  padding-bottom: 32px;
}
.mobile-app .info .box:last-child {
  border: none;
  padding-bottom: 0;
}
.mobile-app .info .box .icon {
  border: 1px solid #1d1d1b1a;
  width: 124px;
  height: 124px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-app .info .box .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-app .info .box .content a {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 100px;
  background-color: var(--black-1d);
  color: var(--white);
  font-size: 14px;
  transition: all 0.3s ease;
}
.mobile-app .info .box .content a:hover {
  background-color: var(--main-color);
}
.footer {
  background-color: var(--main-color);
  padding: 128px 0 64px 0;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer .footer-top .footer-logo {
  width: 384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.footer .footer-top .footer-logo  img{
  max-width: 120px;
}
.footer .footer-top .footer-logo  .footer-social-media{
  display: flex;
  margin-top: auto;
}
.footer .footer-top .footer-logo  .footer-social-media a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.footer .footer-top .footer-logo  .footer-social-media a:hover {
  transform: scale(1.1);
}
.footer .footer-top .left {
  display: flex;
  gap: 124px;
}
.footer .footer-top .left .menu h4 {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 32px;
}
.footer .footer-top .left .menu nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer .footer-top .left .menu nav a {
  font-weight: 300;
  font-size: 16px;
  color: var(--white);
  transition: color 0.3s ease;
}
.footer .footer-top .left .menu nav a:hover {
  text-decoration: underline;
}
.footer .footer-top .left .menu .list {
  display: flex;
  gap: 32px;
}
.footer-bottom {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #ffffff20;
  display: flex;
  justify-content: space-between;
}
.footer-bottom p,
.footer-bottom a {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.breadcrumb {
  background-color: #f9f9f9;
  padding: 16px 0;
}
.breadcrumb nav {
  display: flex;
  gap: 6px;
}
.breadcrumb nav a,
.breadcrumb nav span {
  font-weight: 400;
  font-size: 12px;
  color: #000000d9;
  display: flex;
}
.breadcrumb nav span {
  font-weight: 500;
}
.breadcrumb nav a:after {
  content: "/";
  margin-left: 6px;
  color: #000000d9;
}
.main {
  padding-bottom: 98px;
}
.breadcrumb {
  margin-bottom: 98px;
}

.announcement-page .tab,
.management-page .tab,
.petition .tab {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.announcement-page .boxes {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
  gap: 32px;
}
.announcement-page .boxes.list-type-none{
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 24px;
}
.announcement-page .boxes .box {
  padding: 24px;
  box-shadow: 0px 4px 6px -2px #0a0d1208, 0px 12px 16px -4px #0a0d1214;
  border-radius: 16px;
}
.announcement-page .boxes .box .image {
  height: 187px;
  overflow: hidden;
  position: relative;
}
.announcement-page .boxes.list-type-none .image{
  display:none;
}
.announcement-page .boxes .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease, filter 0.3s ease;
  will-change: transform;
}
.announcement-page .boxes .box:hover .image img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.announcement-page .boxes .box .body {
  margin-top: 32px;
  
}
.announcement-page .boxes.list-type-none .body{
  margin-top: 0;
}
.announcement-page .boxes .box .body strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--main-color);
}
.announcement-page .boxes .box .body h3 {
  font-weight: 600;
  font-size: 18px;
  color: #181d27;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  gap: 52px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.announcement-page .boxes.list-type-none .box .body h3{
  margin-bottom: 0;
}
.announcement-page .boxes.list-type-none .box .body h3 svg{
  min-width:24px;
}

.announcement-page .boxes .box:hover .body h3 {
  color: var(--main-color);
}
.announcement-page .boxes .box .body p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #535862;
}
.announcement-page .button-wrap {
  margin-top: 64px;
}
.announcement-page .button-wrap a,
.list-wrap > .right .button-wrap a,
.video-wrapper .button-wrap a {
  height: 48px;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: var(--main-color-light);
  color: var(--main-color);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.announcement-page .button-wrap a svg,
.list-wrap > .right .button-wrap a svg,
.video-wrapper .button-wrap a svg {
  stroke: var(--main-color);
  transition: all 0.3s ease;
}
.announcement-page .button-wrap a:hover,
.list-wrap > .right .button-wrap a:hover,
.video-wrapper .button-wrap a:hover {
  background-color: var(--main-color);
  color: var(--white);
}
.announcement-page .button-wrap a:hover svg,
.list-wrap > .right .button-wrap a:hover svg,
.video-wrapper .button-wrap a:hover svg {
  stroke: var(--white);
}
.page-detail .title {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-detail .title strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
}
.page-detail .title h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: center;
  color: #181d27;
}
.page-detail .title span {
  background-color: var(--main-color-light);
  color: var(--main-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 9px;
  border-radius: 50px;
  text-transform: uppercase;
}
.page-detail .image {
  width: 60%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  margin: 32px auto 16px auto;
}
.page-detail .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius:8px;
}
.page-detail .text {
  margin: auto;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e9eaeb;
  margin-bottom: 32px;
}
.page-detail p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #535862;
}
.page-detail .operation {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.page-detail .operation .social-media-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #d5d7da;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.page-detail .operation .social-media-icon:hover {
  border-color: var(--main-color);
}
.page-detail .operation .copy-button {
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #d5d7da;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #414651;
  transition: all 0.3s ease;
}
.page-detail .operation .copy-button:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}
.management-page .management {
  display: flex;
  margin-top: 90px;
  align-items: center;
}
.management-page .management .management-image {
  max-width: 310px;
  min-width: 310px;
  width: 100%;
  height: 365px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.management-page .management .management-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-page .management .management-content {
  padding: 45px 28px 60px 56px;
  border-radius: 8px;
  margin-left: -28px;
  background:  #f9f9f9;
}
.management-page .container {
  max-width: 950px;
}
.management-page .tab button {
  padding: 18px 38px;
}
.management-page .management .management-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
}
.management-page .management .management-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;
}
.management-page .management .management-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--black-1d);
}
.management-list {
  margin-top: 90px;
}
.management-list .container {
  padding: 0 84px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
  gap: 98px;
}
.management-list .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.management-list .box .image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #8080804d;
}
.management-list .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.3s ease;
  will-change: transform;
}
.management-list .box:hover .image img {
  transform: scale(1.05);
}
.management-list .box .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.management-list .box .content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
.management-list .box .content span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #4b6072;
  font-weight: 300;
}
.management-list .box .content .btn {
  margin-top: 20px;
  max-width: 150px;
}
.banner {
  width: 100%;
  height: 314px;
  background: url("/assets/images/corporate.png") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 0 16px;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 0;
}
.main.corporate .breadcrumb {
  margin-bottom: 0;
}
.banner .text {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding-top: 24px;
  gap: 64px;
}
.banner .text h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: var(--white);
  max-width: 40%;
  line-height: 56px;
}
.banner .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  max-width: 45%;
  position: relative;
  padding-left: 16px;
}
.banner .text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 100px;
  background-color: var(--main-color);
}
.corporate-content {
  max-width: 1104px;
  padding-top: 60px;
  padding-right: 92px;
  padding-bottom: 98px;
  padding-left: 92px;
  border-radius: 24px;
  background-color: var(--white);
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 98px;
}
.corporate-content .box {
  display: flex;
  gap: 48px;
}
.corporate-content .box .left {
  max-width: 436px;
  width: 100%;
}
.corporate-content .box .left h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #121212;
  margin-bottom: 24px;
}
.corporate-content .box .left p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0f172a;
  margin-bottom: 24px;
}
.corporate-content .box .left p:last-child {
  margin-bottom: 0;
}
.corporate-content .box:nth-child(even) {
  flex-direction: row-reverse;
}
.corporate-content .box.box-1 .right {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.corporate-content .box.box-1 .right .image {
  width: 303px;
  height: 411px;
  overflow: hidden;
  position: relative;
  border-radius: 36px;
  margin-top: 50px;
}
.corporate-content .box.box-1 .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.corporate-content .box.box-1 .right h6 {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: var(--gray-900);
  margin: 10px 0;
}
.corporate-content .box.box-1 .right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: var(--gray-900);
}
.corporate-content .box.box-2 {
  align-items: center;
}
.corporate-content .box.box-2 .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.corporate-content .box.box-2 .right .image {
  width: 500px;
  height: 606px;
  overflow: hidden;
  position: relative;
  border-radius: 36px;
}
.corporate-content .box.box-2 .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.corporate-content .box.box-2 .right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: var(--gray-900);
  margin-top: 10px;
}
.corporate-content .box.box-3 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0f172a;
  margin-bottom: 24px;
}
.page-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--black-12);
  margin-bottom: 48px;
}
.page-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #535862;
  border-top: 1px solid #e9eaeb;
  padding-top: 32px;
}
.search-input {
  width: 320px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.search-input input,
select {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 44px;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  color: #717680;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease;
}
.search-input input:focus {
  border-color: #999;
  color: var(--black-1d);
}
.search-input svg {
  position: absolute;
  left: 16px;
  z-index: 1;
}
.rooms-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
  gap: 24px;
}
.rooms-list .box {
  box-shadow: -9px 11px 38.1px 0px #0000000d;
  border-radius: 27px;
  background-color: var(--white);
  padding: 16px 36px;
  display: flex;
  gap: 27px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.rooms-list .box:hover {
  border-color: var(--main-color-light);
  transform: scale(1.05);
}
.rooms-list .box .number {
  width: 61px;
  height: 61px;
  background-color: var(--main-color-light);
  color: var(--main-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.rooms-list .box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #05131d;
  line-height: 24px;
}
.contact .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(337px, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: -190px auto 0 auto;
  align-items: flex-start;
}
.contact .boxes .box {
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .boxes .box h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact .boxes .box h4 svg {
  min-width: 48px;
}
.contact .boxes .box .item {
  display: flex;
  gap: 12px;
}
.contact .boxes .box .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact .boxes .box .content h6 {
  font-weight: 700;
  font-size: 16px;
  color: var(--main-color);
}
.contact .boxes .box .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}
.contact .contact-image {
  width: 100%;
}
.contact .map {
  margin-top: 120px;
  margin-bottom: 98px;
  position: relative;
  display: flex;
  justify-content: center;
}
.contact .map iframe {
  width: 100%;
  height: 490px;
  border-radius: 20px;
}
.contact .map a,
.contact .contact-form button {
  background-color: var(--main-color);
  padding: 12px 53px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.contact .map a {
  position: absolute;
  bottom: 24px;
}
.contact .map a:hover,
.contact .contact-form button:hover {
  background-color: var(--black-1d);
  color: var(--white);
}
.contact .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .contact-form h1 {
  margin-bottom: 48px;
}
.contact .contact-form .form-group .form-control {
  width: calc(33% - 12px);
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-control {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-control input,
.form-control textarea {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  color: #717680;
  font-weight: 400;
  transition: all 0.3s ease;
}
.form-control input:focus,
.form-control textarea:focus {
  border-color: #999;
  color: var(--black-1d);
}
.form-control textarea {
  height: 120px;
  padding: 16px;
  resize: none;
}
.form-control label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #414651;
}
.chekbox {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.chekbox input {
  display: none;
}

.chekbox span:before {
  content: "";
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #d5d7da;
  background-color: var(--white);
  transition: all 0.3s ease;
  display: flex;
  margin-right: 12px;
}
.chekbox span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--white);
  transition: all 0.3s ease;
}
.chekbox input:checked + span:after {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.chekbox span {
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  line-height: 19px;
  color: #535862;
}
.chekbox span a {
  margin-right: 4px;
  text-decoration: underline;
  color: #535862;
  font-weight: 600;
}
.petition-list {
  margin-top: 48px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.inline-box {
  box-shadow: -9px 11px 38.1px 0px #0000000d;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
  padding: 16px 36px;
  border-radius: 27px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.inline-box:hover {
  transform: scale(1.01);
  border-color: var(--main-color-light);
  border-width: 2px;
  border-style: solid;
  border-color: var(--main-color-light);
}
.inline-box .left {
  display: flex;
  align-items: center;
  gap: 27px;
}
.inline-box .left .icon {
  width: 61px;
  height: 61px;
  background-color: var(--main-color-light);
  color: var(--main-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-box .left .text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.inline-box .left h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #05131d;
}
.inline-box .right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.inline-box .right button,
.inline-box .right a {
  background: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  gap: 8px;
  transition: all 0.3s ease;
}

.list-wrap {
  display: flex;
  margin-top: 48px;
  gap: 42px;
}
.list-wrap > .left {
  max-width: 305px;
  width: 100%;
}

.list-wrap > .left .box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.list-wrap > .left .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.list-wrap > .left .title button {
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  transition: all 0.3s ease;
}
.list-wrap > .left .title button.active{
  transform: rotate(180deg);
}
.list-wrap > .left .title {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.list-wrap > .left .title {
  font-weight: 500;
  font-size: 16px;
  color: #0f172a;
}
.list-wrap > .left .box .list {
  padding: 8px 16px;
  display: none;
}
.list-wrap > .left .box .list.active {
  display: block;
}
.list-wrap > .left .box .list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.list-wrap > .left .box .list ul li label {
  position: relative;
  user-select: none;
  cursor: pointer;
}
.list-wrap > .left .box .list ul li label input {
  display: none;
}
.list-wrap > .left .box .list ul li label span:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #d5d7da;
  background-color: var(--white);
  transition: all 0.3s ease;
  display: flex;
  margin-right: 12px;
}
.list-wrap > .left .box .list ul li label span:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 7px;
  width: 13px;
  border-width: 0 0 2px 2px !important;
  border-style: solid;
  border-color: #e2e8f0;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 1px;
  top: 7px;
  left: 6px;
}
.list-wrap > .left .box .list ul li label input:checked + span:after {
  opacity: 1;
}
.list-wrap > .left .box .list ul li label input:checked + span:before {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.list-wrap > .left .box .list ul li label span {
  display: flex;
  font-weight: 400;
  font-size: 15px;
  color: #0f172a;
  align-items: center;
}
.list-wrap > .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.list-wrap > .right .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.list-wrap > .right .head .badges {
  display: flex;
  gap: 8px;
}
.list-wrap > .right .list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.list-wrap > .right .head .badges button {
  padding: 6px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000e0;
  transition: all 0.3s ease;
  background-color: #f2f2f2;
}
.list-wrap > .right .head button:hover {
  background-color: var(--main-color-light);
  color: var(--main-color);
}
.list-wrap > .right .head .filter-button button {
  padding: 12px 24px;
  border: 1px solid #0f172a;
  background-color: var(--white);
  color: #0f172a;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.list-wrap > .right .head .filter-button button:hover {
  background-color: var(--main-color-light);
  border-color: var(--main-color-light);
}
.badge {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: var(--white);
  background-color: var(--main-color);
  display: inline-block;
}
.inline-box .left .text strong {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4a5258;
  font-size: 12px;
  font-weight: 300;
}
.inline-box .left .text p {
  font-weight: 400;
  font-size: 14px;
  color: #05131d;
  line-height: 22px;
}
.inline-box .left .text p span {
  display: block;
  color: #0d5f93;
  font-weight: 600;
}
.advert-detail .image {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.inline-box .right .download {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  background-color: var(--main-color);
  padding: 10px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.inline-box .right .download:hover {
  background-color: var(--black-1d);
}
.broadcasting-wrap .right .head {
  justify-content: flex-end;
}
.journal-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  gap: 12px;
  row-gap: 48px;
  margin-bottom: 48px;
}
.journal-list-5 {
  grid-template-columns: repeat(auto-fill, minmax(161px, 1fr));
}
.journal-box {
  display: flex;
  flex-direction: column;
  max-width: 205px;
}
.journal-box .image {
  width: 100%;
  height: 153px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.journal-box .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  transition: transform 0.3s ease;
  will-change: transform;
}
.journal-box:hover img {
  transform: scale(1.05);
}
.journal-box h4 {
  color: #202020;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease;
  margin-bottom: 7px;
}
.journal-box h4 strong {
  display: block;
  color: #7e7e7e;
}
.journal-box .buttons{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.journal-box button {
  text-align: left;
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 0;
  color: var(--main-color);
  gap: 8px;
  font-weight: 600;
  margin-top: auto;
}
.journal-box button:hover {
  text-decoration: underline;
}
.journal-box button svg {
  fill: var(--white);
}
.journal-box button svg path {
  stroke: var(--main-color);
}
.form-search {
  display: flex;
  align-items: end;
  gap: 16px;
}
.form-search .search-input {
  width: 100%;
  margin: 0;
}
.form-search > div {
  flex: 1;
}
.form-search label {
  font-weight: 400;
  font-size: 14px;
  color: #0f172a;
  margin-bottom: 6px;
  display: block;
}
.form-search .date-input input,
.form-search .date-input select {
  padding: 0 44px 0 16px;
}
.form-search .date-input svg {
  left: inherit;
  right: 16px;
}
.date-input select {
  background-image: url("/assets/images/down-bg.png");
  background-repeat: no-repeat;
  appearance: none;
  background-position: center right 16px;
}
.form-search button {
  width: 220px;
  justify-content: center;
  border-radius: 8px !important;
  font-weight: 700;
}
.search-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 117%;
  letter-spacing: 0%;
  color: #05131d;
  text-align: center;
}
.search-input-section .page-title {
  margin-bottom: 12px;
}
.search-input-section .search-desc {
  margin-bottom: 24px;
}
.search-input-section .search-desc strong {
  font-weight: 700;
}
.search-boxes {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-box {
  padding: 24px 36px;
  box-shadow: -9px 11px 38.1px 0px #0000000d;
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-box h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  color: var(--main-color);
}
.search-box ul li {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 16px 0;
  color: #05131d;
  border-bottom: 1px solid #05131d17;
}
.search-box ul li:last-child {
  /* padding-bottom: 0; */
}
.search-box ul li p {
  font-weight: 400;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 0;
}
.search-box ul li .content {
  flex: 1;
}
.search-box ul li button {
  background-color: transparent;
}
.search-box ul li.read-more {
  justify-content: center;
  display: flex;
  align-items: center;
  border-bottom-width: 0;
}
.search-box ul li.read-more a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
}
.search-box div.read-more a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  justify-content: center;
}
.video-banner {
  background-color: #dddddd;
  padding: 14px;
  margin-top: 48px;
  border-radius: 44px;
  display: flex;
  justify-content: space-between;
}
.video-banner .left {
  padding: 10px;
}
.video-banner .left h6 {
  background-color: var(--main-color);
  padding: 6px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 64px;
  display: inline-flex;
}
.video-banner .left h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0px;
  color: var(--black-1d);
  margin-bottom: 18px;
}
.video-banner .left p {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-1d);
}
.video-banner .left p span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.video-banner .left button {
  margin-top: 64px;
  display: inline-flex;
  align-items: center;
  padding: 12px 40px;
  gap: 14px;
  background-color: var(--main-color);
  border-radius: 100px;
  color: var(--white);
  transition: all 0.3s ease;
}
.video-banner .left button:hover {
  background-color: var(--black-1d);
}
.video-banner .right {
  max-width: 712px;
  width: 100%;
  height: 352px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.video-banner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-banner .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0) 72%
  );
}
.video-wrapper .container {
  padding: 0 74px;
}
.video-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 290px));
  column-gap: 12px;
  row-gap: 24px;
  margin: 24px 0;
}
.video-list .video-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 290px;
  cursor: pointer;
}
.video-list .video-item .image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.video-list .video-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.video-list .video-item:hover .image img {
  transform: scale(1.05);
}
.video-list .video-item .image strong {
  position: absolute;
  top: 10px;
  left: 16px;
  background-color: var(--main-color);
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  z-index: 1;
}
.video-list .video-item .content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.video-list .video-item h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease;
}
.video-list .video-item:hover h3 {
  color: var(--main-color);
}
.video-list .video-item p {
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}
.video-list .video-item p:last-child {
  font-size: 12px;
}
.modal {
  width: 100%;
  height: 100vh;
  padding: 120px 16px;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000b2;
  z-index: -2;
  opacity: 0;
  overflow: auto;
}
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 33;
  transition: all 0.3s ease;
}
.modal.active .modal-content {
  transform: scale(1);
}
.modal .modal-content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: var(--white);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  transform: scale(0.9);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.modal .modal-content.small {
  max-width: 800px;
}
.modal .modal-content h3 {
  font-weight: 600;
  font-size: 18px;
  color: #17181a;
  text-align: center;
  line-height: 26px;
  margin-bottom: 24px;
}
.modal .modal-content .buttons {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
}
.modal .modal-content .buttons button {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  background-color: #020617;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.modal .modal-content .buttons button:hover {
  background-color: var(--main-color);
}
.modal .modal-content .video-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 210px));
  gap: 24px;
}
.modal .modal-content .video-list .video-item h3 {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}
.modal .modal-content .video-list .video-item p {
  font-size: 12px;
  color: #898989;
}
.modal .modal-content  p{
  color: #1d1d1b;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.modal .modal-content .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  gap: 16px;
}
.modal .modal-content .bottom button {
  height: 40px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #414651;
  border: 1px solid #d5d7da;
  padding: 0 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.modal .modal-content .bottom button:hover {
  background-color: #eee;
}
.modal .modal-content .bottom button.download {
  background-color: var(--main-color);
  color: var(--white);
  border: none;
}
.header .header-bottom nav .sub-menu {
  position: relative;
  display: flex;
}
.header .header-bottom nav .sub-menu ul {
  position: absolute;
  top: 57px;
  max-width: 0;
  min-width: 0;
  height: 0px;
  overflow: hidden;
  left: 0;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 10px 15px 0px #0000000d, 0px 25px 37px 0px #0000001a;
  border-radius: 16px;
  padding: 8px;
  border: 0.5px solid #0000001a;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
  z-index: -1;
}
.header .header-bottom nav .sub-menu ul.active {
  transform: translateY(0);
  opacity: 1;
  height: auto;
  z-index: 2;
  max-width: 185px;
  min-width: 185px;
}
.header .header-bottom nav .sub-menu ul li a {
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}
.header .header-bottom nav .sub-menu ul li a svg{
  min-width: 24px;
}

.header .header-bottom nav .sub-menu ul li a:hover {
  background-color: #0000000d;
  color: #374151;
}

.mobile-menu {
  display: none;
}
.bottom-header-right-mobile{
  display: none;
}
.mobile-menu-filter {
  display: none;
}

.minister-modal,.alert,.search-modal{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color:#00000073;
  z-index: -1;
  display: flex;
  opacity: 0;
  overflow: auto;
  padding: 16px;

}
.minister-modal.active,.alert.active,.search-modal.active{
  display: flex;
  opacity: 1;
  z-index: 33;
  transition: all 0.3s ease;
}
.minister-modal-content,.alert-content,.search-modal-content{
  width: 100%;
  max-width: 600px;
  margin: auto;
  background-color: var(--white);
  border-radius: 24px;
  padding: 24px;
  margin:auto;
  position: relative;
  transform: scale(0.9);
  border: 1px solid #D9E1E7;
}
.search-modal-content{
  max-width: 800px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-modal-content h3{
  font-weight: 600;
  font-size: 24px;
  color: #17181A;
  text-align: center;
}
.search-modal-content .search-modal-box{
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 24px;
}
.search-modal-content .label-boxes{
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.search-modal-content .label-boxes input{
  display: none;
}
.search-modal-content .label-boxes input:checked +  span{
  color: var(--main-color);
  background-color: var(--main-color-light);
  border-color: var(--main-color-light);
  transition: all 0.3s ease;
}
.search-modal-content .label-boxes input:checked +  span svg{
  width: 16px;
  opacity: 1;
  margin-right: 8px;
  transform: scale(1);
}
.search-modal-content .label-boxes label{
  cursor: pointer;
}
.search-modal-content .label-boxes label span{
  display: flex;
  align-items: center;
  border: 1px solid #ADADAD;
  padding: 4px 18px;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  color: #ADADAD;
}
.search-modal-content .label-boxes label span svg{
  width: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.search-modal-content .search-modal-box input{
  width: 100%;
  height: 76px;
  border-radius: 50px;
  border: 1px solid #E5EAF4;
  box-shadow: 0px -10px 35px 0px #00000008;
  padding: 0 32px;
  font-family: 'Inter', sans-serif; 
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
}
.search-modal-content .search-modal-box input::placeholder{
 color: #ADADAD; 
 font-weight: 300;
}
.search-modal-content .search-modal-box button{
  position: absolute;
  right: 12px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
.search-modal-content .search-modal-box button:hover{
  background-color: var(--black-1d);
}
.search-modal-content .search-modal-box button svg path{
  stroke: var(--white);
}
.alert-content{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}

.alert-content h3{
  font-weight: 600;
  font-size: 24px;
  color: #17181A;
}
.alert-content p{
  color: #6C727F;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 24px;
  max-width: 500px;
}
.alert-content nav{
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}
.alert-content nav a{
  display: flex;
  flex-direction: column;
  gap: 1;
}
.alert-content nav a h6{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
}
.alert-content nav a p{
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding-left: 34px;
}
.alert .icon{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.minister-modal.active .minister-modal-content, .alert.active .alert-content, .search-modal.active .search-modal-content{
  transform: scale(1);
  transition: all 0.5s ease;
}
.minister-modal-content h3{
  font-weight: 600;
  font-size: 24px;
  margin-top: 24px;
  color: #17181A;
  text-align: center;
  margin-bottom: 36px;

}
.minister-modal-content p{
  color: #6C727F;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 36px;
}
.minister-modal-content .form-group{
  row-gap: 24px;
  column-gap: 32px;
  margin-bottom: 24px;
}
.minister-modal-content .form-group .form-control{
  min-width:  calc(50% - 16px);
  max-width: calc(50% - 16px);
}
.minister-modal-content .form-group .form-control input,
.minister-modal-content .form-group .form-control select{
  height: 58px;
}
.minister-modal-content .form-group .form-control select{
  padding-left: 16px;
}
.minister-modal-content  .form-control label{
  color: #0F172A;
}
.minister-modal-content  .form-control.textarea{
margin-bottom: 24px;
}
.minister-modal-content  .form-control textarea{
  height: 127px;
  
}
.minister-modal-content .form-group .form-control label span{
  color: #AEAEB2;
  font-weight: 400;
}
.minister-modal-content .chekbox span{
  font-weight: 400 ;
}
.minister-modal-content .chekbox span a{
  font-weight: 600;
}
.minister-modal-content .form-group .form-control select{
  background-image: url("/assets/images/down-chevron.svg");
  background-repeat: no-repeat;
  appearance: none;
  background-position: center right 16px;
}
.minister-modal-content .chekbox{
  margin-bottom: 36px;
}
.minister-modal-content .form-submit{
  display: flex;
  justify-content: flex-end;
  gap: 16px;
} 
.minister-modal-content .form-submit button, .alert button{
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.minister-modal-content .form-submit .cancel, .alert button{
  border: 1px solid #D5D7DA;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
}
.minister-modal-content .form-submit .cancel:hover, .alert button:hover{
  background-color: #eee;
}
.minister-modal-content .form-submit .send{
  background-color: var(--main-color);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
}
.minister-modal-content select{
  outline: none;
  font-family: 'Inter', sans-serif;
}
.minister-modal-content .form-submit button:active{
  transform: scale(0.9);
}
.minister-modal-content .form-submit .send:hover{
  background-color: var(--black-1d);
}

.form-control[error="true"]::after{
  content: attr(error-message);
  color: red;
  font-size: 12px;
  display: block;
}
.header-search-button{
  width: 45px;
  height: 45px;
  border: 2px solid var(--black-1d);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  margin-left: 16px;
}
.header-search-button::after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--main-color);
  transition: all 0.3s ease;
  transform: scale(0);
  opacity: 0;
}
.header-search-button:hover::after{
  transform: scale(1);
  opacity: 1;
}
.logo img{
  height: 55px;
}
.header-search-button:hover{
  border-color: var(--main-color);
}
.header-search-button:hover svg path{
  stroke: var(--white);
  position: relative;
}
.header-search-button svg{
  position: relative;
  z-index: 1;
}
.header-search-button svg path{
  stroke: var(--black-1d);
  transition: all 0.3s ease;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #0F172A !important;
}
span.flatpickr-weekday{
  font-weight: 500 !important;
  color: #0F172A !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
  background-color: var(--main-color) !important;
  color: var(--white) !important;
  border-color: var(--main-color) !important;
}

.petition-list-not-found{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.petition-list-not-found.hidden{
  display: none;
}

.petition-list-not-found h4{
  font-weight: 600;
  font-size: 24px;
  color: #17181A;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 24px;
}
.petition-list-not-found p{
  font-weight: 500;
  font-size: 16px;
  color: #6C727F;
  text-align: center;
}
.announcement-page .container .tab{
  gap: 20px;
}
.contact .boxes .box .item svg{
  min-width: 24px;
  height: 24px;
}
.left-after{
  display: none;
}
.button-filter{
  display: none !important;
}
.egitim-video{
  width: 100%;
  height: 682px;
}

#loadMoreAnnouncements.nx-block-temporary-position{
  min-height: 48px !important;
}
#loadMoreIlan.nx-block-temporary-position{
  min-height: 48px !important;
}
.head-important-link{
  display: flex;
  align-items: center;
}
.head-important-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  color: var(--black-1d);
}
.head-important-link .icon{
  line-height: 0;
}
.head-important-link .icon svg{
  width: 18px;
  height: 18px;
}
.head-important-link h5{
  animation: shine 3s infinite;
  transition: all 0.3s ease;
  background: linear-gradient(to left, #1b1c1f 20%, var(--main-color) 40%, var(--main-color) 60%, #d05321 80%);
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  font-size: 14px;
}
@keyframes shine {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
   background-position: -200% center;
}
}
.kvkk{
  display: flex;
  flex-direction: column;
  gap:24px;
}
.kvkk p{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--black-1d);
}
.kvkk p strong{
  font-weight: 700;
}
.cv-container{
  max-width: 982px;
}
.cv-container .cv-form{
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.cv-container .cv-form-box{
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding:16px 24px;

}
 
.cv-container .cv-form-box label[for^="fileUpload"]{
  display: flex;
  gap: 16px;
}
.cv-container .cv-form-box label[for^="fileUpload"] .form-control{
  flex:1;
}
.cv-container .cv-form-box label[for="fileUpload"] .form-control input{
  height: 58px;
}

.cv-container .cv-form-box .group-2{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 8px)));
  gap: 16px;
}
.cv-container .cv-form-box .group-3{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, calc(33% - 8px)));
  gap: 16px;
}
.cv-container .upload-button{
  max-width: 146px;
  width: 100%;
  height: 58px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F172A;
  border: 1px solid #0F172A;
  color: #0F172A;
  user-select: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cv-container .upload-button.small{
  height: 48px;
}

.file-text{
  margin-bottom: 6px;
}
.cv-container .upload-button:hover{
  background-color: #0F172A;
  color: #fff;
}
.cv-container .label-text{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0F172A;
  display: flex;
}
[important="true"]::before{
  content:'* ';
  color: var(--main-color);
  display: inline-block;
}
.cv-container select{
  background-image: url("/assets/images/down-chevron.svg");
  background-repeat: no-repeat;
  appearance: none;
  background-position: center right 16px;
  padding-left: 16px;
}
.cv-container .form-title{
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 16px;
}
.cv-container  .chekbox span{
  font-size: 16px;
  color: #0F172A;
  align-items: center;
  line-height: normal;
}
.cv-container  .chekbox span:before{
  border-width: 2px;
  border-color: #666;
  margin-right: 6px;
}
.checkbox-boxes{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, calc(25% - 16px)));
  gap: 16px;
}
.checkbox-label{
  margin-bottom: 10px;
}
.checkbox-control{
  margin-top: 16px;
}
.cv-container .chekbox.privacy-policy {
  margin-top: 32px;
 
}
.cv-container .chekbox.privacy-policy span{
  align-items: flex-start;
   padding:  0 24px;
}
.cv-container .chekbox.privacy-policy span a{
  color:#0D5F93 ;
}
.cv-container .chekbox.privacy-policy span::after{
  left: 29px;
}
.cv-container  ul{
  padding:0  32px;
  margin-top: 32px;
  list-style: disc;
}
.cv-container  ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0F172A;
}
.cv-container  ul li a{
    color:#0D5F93 ;
}
.cv-container .button-wrap{
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.cv-container .button-wrap button{
    background-color: var(--main-color);
  padding: 12px 53px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.cv-container .button-wrap  button:hover {
  background-color: var(--black-1d);
  color: var(--white);
}
.modal .modal-content h3 strong{
  display: block;
  text-align: center;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.btn.nx-block-temporary-position{
  height: 48px !important;
  min-height: 48px !important;
}
 .page-detail .title .title-top{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
  }
.error-wrapper .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
  gap: 24px;
  text-align: center;
}
.error-wrapper .container h1{
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: var(--main-color);
}
.error-wrapper .container h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--black-1d);
}
.error-wrapper .container p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727F;
}
.error-wrapper .container a{
  color: var(--main-color);
}
.error-wrapper .container a:hover{
  color: var(--black-1d);
  text-decoration: underline;
}
#about-modal h3{
  text-transform: uppercase;
}
#cv-form{
  display: none;
}
.cv-label-boxes{
  display: flex;
  flex-direction: column;
  gap:16px;
}
.cv-label-boxes label{
  display: flex;
  align-items: center;
  gap: 8px;
}
.cv-label-boxes label input{
  display:none;
}
.cv-label-boxes label span{
  width: 100%;
  background-color: #fff;
  border:1px solid #eee;
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  display:flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #0F172A;
  box-shadow: -9px 11px 28px 0px #0000000d;
  
}
.cv-label-boxes label span:hover{
  transform: scale(1.02);
}
.cv-label-boxes label span:active{
  transform: scale(1);
}

.cv-label-boxes label input:checked + span{
  background-color: var(--main-color);
  color: var(--white);
  border-color: var(--main-color);
}

.cv-title{
  display: none;
  text-align: center;
}
.cv-title-2{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--black-12);
  margin-bottom: 48px;
}
#cv-intro .button-wrap{
  justify-content: flex-end;
}
#cv-intro .button-wrap button{
  height: 74px !important;
  width: 50%;
  border-radius: 16px;
  padding: 16px;
  justify-content: space-between;
}
#cv-intro .button-wrap button [id^=NotiflixBlockWrap]>span[class*="-icon"] svg{
  display:flex !important;
  align-items: center;
  justify-content: center;
}
#cv-intro .button-wrap button svg{
  width: 32px;
  height: 32px;
}
#cv-intro .button-wrap button{
  border: 1px solid var(--black-1d);
  color:var(--black-1d);
  background-color: #fff;
}
#ministerSend.nx-block-temporary-position{
  min-height: 40px !important;
}
#ministerSend.nx-block-temporary-position span{
  display: flex;
  align-items: center;
  justify-content: center;
}
#ministerSend.nx-block-temporary-position svg{
  width: 24px !important;
  height: 24px !important;
}
.list-type-wrap{
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-end;
}
.list-type-items{
  display: flex;
  gap: 8px;
  align-items: center;
}
.list-type-items .buttons{
  display: flex;
  gap: 8px;
}
.list-type-items .buttons button{
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 0 !important;
  transition: all 0.3s ease;
}
.list-type-items .buttons button svg{
  width: 40px;
  height: 33px;
}
.list-type-items h6{
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
}
.list-type-items .buttons button.active {
   border-color: #e2e8f0;
}
.tooltip {
  position: relative;
}
.tooltip::before {
  content: attr(data-tooltip);
  max-width: 125px;
  position: absolute;
  bottom: 120%;
  margin-top: -8px;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
  background-color: var(--main-color);
  padding: 8px ;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.tooltip::after {
  content: '';
  position: absolute;
  margin-top: 8px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
  border-width: 5px;
  border-style: solid;
  border-color: var(--main-color) transparent  transparent transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}
.tooltip:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(0%);
}

 .tooltip:hover::before {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(0%);
}
@media screen and (max-width:1350px){
  .header .header-bottom .bottom-header-right a{
    font-size: 14px;
  }
  .header-search-button{
    margin-left: 0;
  }
  .video-wrapper .container{
    padding: 0 16px;
  }
  .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(25% - 12px)));
  }

  .modal .modal-content .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(20% - 12px)));
    gap: 12px;
  }
  .journal-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(25% - 12px)));
  }
}

.header.scrolled{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 8;
  width: 100%;
}
.header.scrolled .header-bottom{
  transition: all 0.3s ease;
  padding:0;
  box-shadow: 0px 8px 31px 0px #0000002e;
}



.header.scrolled .header-bottom .bottom-header-right a{
  padding: 8px 16px;
  font-size: 14px;
}

.header.scrolled  .header-bottom .container nav > a,.header.scrolled  .header-bottom .container nav > div > a{
  padding: 28px 0;
  font-size: 14px;
}

#cv-intro .button-wrap button span{
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width:1320px){
  .minister-modal-content h3{
    font-size: 18px;
    margin-bottom: 12px;
  }
  .minister-modal-content p{
    font-size: 14px;
  }
  .search-modal-content .label-boxes{
    gap: 6px;
  }
  .search-modal-content .label-boxes label span{
    padding: 4px 8px;
  }
  .search-modal-content .label-boxes input:checked + span svg{
    margin-right: 2;
  }
  .search-modal-content .search-modal-box input{
    height: 52px;
    font-size: 14px;
    padding-left: 16px;
  }
  .search-modal-content .search-modal-box button{
    height: 42px;
    width:42px;
    right: 10px;
  }
  
  .search-modal-content h3{
    font-size: 18px;
  }
  .search-modal-content{
    padding: 16px;
  }
  .page-description{
    font-size: 16px;
    line-height: 24px;
  }
  .egitim-video{
  width: 100%;
  height: 500px;
}
  .video-banner .left h6{
    font-size: 13px;
  }
  .video-banner .left h2{
    font-size: 19px;
    line-height: 26px;
  }
  .list-wrap{
    margin-top: 32px;
    gap: 32px;
  }
  .contact .map{
    margin-bottom: 48px;
    margin-top: 48px;
  }
  .contact .contact-form h1{
    margin-bottom: 32px;
  }
.contact .boxes .box .content p{
  font-size: 14px;
}
  .contact .boxes{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(0, calc(33.33% - 16px)));
    gap: 24px;
  }
  .contact .boxes .box h4{
    font-size: 16px;
    line-height: 24px;
  }
  .page-detail p{
    font-size: 16px;
    line-height: 24px;
  }
  .page-detail .title{
    gap: 16px;
  }
  .page-detail .title h3{
    font-size: 24px;
    line-height: 32px;
  }
 
  .announcement-page .boxes .box .body strong{
    font-size: 14px;
  }
  .announcement-page .boxes .box .body h3{
    font-size: 16px;
    line-height: 22px;
  }
  .announcement-page .boxes{
    margin-top: 32px;
  }
  .page-title{
    font-size: 32px;
    line-height: 38px;
  }
  .corporate-content{
    gap: 48px;
  }
  .banner .text h1{
    font-size: 32px;
  }
  .banner .text p{
    font-size: 16px;
  }
  .corporate-content .box .left h2{
    font-size: 24px;
    line-height: 32px;
  }
  .home-social-media h2{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .tab button,.management-page .tab button{
    padding: 14px 24px;
  }
  .announcements .tab{
    overflow: auto;
    justify-content: flex-start;
    gap: 8px;
  }
  .slider .right .announcements-list .body .menu{
    overflow: auto;
  }
  .slider .container{
    gap: 2%;
  }
  .slider .left{
    width: 58%;
  }
  .slider .right{
    width: 40%;
  }
  .slider .right .ataturk{
    background-size:cover;
  }
  .slider .right .announcements-list .body ul li a span{
    min-width: 40px;
  }
  .slider .right .announcements-list .head a{
    font-size: 13px;
  }
  .slider .left .box .box-filter h3{
    width: 70%;
  }
  .slider .left .left-arrow button{
    width: 40px;
    height: 40px;
    padding: 13px;
  }
  .board .container .left{
    width: 40%;
  }
  .board .container .right{
    width: 57%;
    padding: 24px;
  }
  .board .container .left button{
    padding: 14px 28px;
    border-radius: 6px;
    gap: 12px;
  }
  .board .container .left button span{
    font-size: 16px;
  }
  .board .container .left button .icon{
    height: 40px;
    width:40px;
  }
  .board .container .right .box h6{
    font-size: 16px;
  }
  .board .container .right .box button svg{
    width: 18px;
    height: 18px;
  }
  .board .container .right .box .text p{
    font-size: 13px;
  }
  .board .container .right .box .text a{
    margin-top: 12px;
  }
  .board .container .right .box .text a{
    font-size: 12px;
  }
  .home-title{
    font-size: 21px;
  }
  .online-services .swiper{
    margin:0 -16px;
  }
  .online-services .swiper{
    padding: 32px 16px;
  }
  .minister .container .info{
    left: 32px;
  }
  .minister .container .info h1{
    font-size: 24px;
  }
  .minister .container .info p{
    font-size: 14px;
  }
  .home-email-contact .container .box div ul li a{
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  .mobile-app .info{
    right: 16px;
  }
  .mobile-app h2{
    font-size: 24px;
  }
  .mobile-app p{
    font-size: 14px;
  }
  .management-list .container{
    padding: 0 16px;
  }
  .management-page .management .management-content p{
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  .modal .modal-content .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(25% - 12px)));
    gap: 12px;
  }
  
  .page-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .management-page .management{
    margin-top: 32px;
  }
  .header .header-bottom .bottom-header-right a {
    font-size: 14px;
    padding: 8px 12px;
  }
  .header .header-bottom .container nav a {
    font-size: 14px;
  }
  .header .header-bottom .logo img {
    height: 50px;
  
  }
  .management-page .management .management-content h2{
    font-size: 21px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .page-detail .text {
    max-width: 75%;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 12;
    background-color: #fff;
  }

  .wrapper{
    padding-top: 138px;
  }
   .header.scrolled{
    animation: none;
   }
    .header.unscrolled{
    animation: none;
   }
  .header.scrolled .header-bottom{
    padding: 6px 0;
  }
  .bottom-header-right-mobile{
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .page-description{
    font-size: 14px;
    line-height: 22px;
  }
  .journal-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(33.33% - 12px)));
  }
    .modal .modal-content .buttons{
      flex-direction: column;
      gap: 8px;
    }
  .modal .modal-content .buttons button{
    width: 100%;
    font-size: 13px;
    padding: 6px 12px;
    justify-content: center;
  }
    .modal .modal-content .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(33% - 12px)));
    gap: 12px;
  }
    .egitim-video{
  width: 100%;
  height: 400px;
}
  .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(33.33% - 12px)));
  }
  .button-filter{
    display: flex !important;
  }
   .list-wrap > .right .head .filter-button{
    gap:8px;
    display: flex;
   }
  .list-wrap > .right .head .badges{
    flex-wrap: wrap;
  }
  .left-after{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 16px;
    color:var(--main-color);
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    right: -100%;
    background-color:#0000004a;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 24px;
  }
  .left-after svg{
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .left-after.active{
    right: 0;
    z-index: 12;
  }
  .list-wrap > .left{
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: -100%;
    background-color: var(--white);
    z-index: 12;
    padding: 24px;
    transition: all 0.3s ease;
    
  }
  .list-wrap > .left.active{
    left: 0;
  }
  .contact .map{
    margin-top: 32px;
    margin-bottom: 32px;
  }
   .page-detail p{
    font-size: 14px;
    line-height: 20px;
  }
  .page-detail .image {
    width: 75%;
    margin-bottom: 32px;
  }
  .announcement-page .container .tab{
    justify-content: flex-start;
    overflow: auto;
  }
  .rooms-list{
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 16px), 1fr));
  }
  .rooms-list .box h4{
    font-size: 16px;
  }
  .petition-list-not-found h4{
    font-size: 20px;
  }
  .petition-list-not-found p{
    font-size: 14px;
  }
  .rooms-list .box .number{
    font-size: 24px;
  }
  .corporate-content{
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
  .breadcrumb{
    margin-bottom: 48px;
  }
  .home-social-media{
    padding: 48px 0;
  }
  .mobile-app .info h4{
    font-size: 16px;
  }
  .mobile-app .info .box .icon{
    width: 102px;
    height: 102px;
    border-radius: 8px;
  }
  .mobile-app{
    padding: 48px 0;
    margin-top: 0;
  }
  .mobile-app .info{
    position: relative;
    top: 0;
    margin-top: 16px;
    right: 0;
    width: 100%;
    height: auto;
  }
  .home-social-media p{
    font-size: 14px;
  }
  .home-email-contact .container .box div ul{
    flex-direction: column;
  }
  .home-email-contact .container .box div{
    flex-direction: column;
  }
  .home-email-contact .container .box div h6{
    text-align: center;
  }
  .activity-box .content p{
    font-size: 14px;
  }
.home-title{
    font-size: 18px;
  }
  .activity{
    padding:  0;
  }
  .board{
    padding: 48px 0;
  }
  .announcements{
    padding: 48px 0;
  }
  .board .container .left{
    gap: 12px;
  }
  .slider .right .announcements-list .body ul li a .content strong{
    font-size: 12px;
    min-width: 44px;
  }
  .slider .left .left-arrow{
    gap: 12px;
    bottom: 12px;
  }
  .slider .left .box .box-filter h3{
    font-size: 20px;
    line-height: 24px;
    width: 100%;
  }
  .slider .left .box .box-filter p{
    font-size: 13px;
  }
  
  .slider .container{
    flex-direction: column;
    gap: 32px;
  }
  .slider .left {
    width: 100%;
  }
  .slider .right {
    width: 100%;
    max-width: 100%;
  }
  .header .header-bottom .container nav {
    display: none;
  }
  .header .header-bottom .bottom-header-right {
    display: none;
  }
  .header-search-button{
    width: 34px;
    height: 34px;
  }
  .mobile-menu-button {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 1px;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    transition: all 0.3s ease;
  }
    .mobile-menu-button svg{
      width: 30px;
      height: 30px;
    }
  .mobile-menu-filter {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #40040863;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding-left: 16px;
    color: #fff;
    z-index: 12;
  }
  .mobile-menu-filter svg {
    width: 32px;
    height: 32px;
  }
  .mobile-menu-filter.active {
    left: 0;
  }
  .mobile-menu {
    position: fixed;
    top: 10%;
    right: -100%;
    width: 80%;
    height: 80vh;
    background-color: var(--white);
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-y: auto;
    border-radius: 16px;
    box-shadow: inset 0px 0px 6px 1px #00000030;
    transition: all 0.3s ease;
    z-index: 13;
  }
  .mobile-menu.active {
    right: 5%;
  }
  .mobile-menu ul li {
    border-bottom: 1px solid #eee;
  }
  .mobile-menu ul li a,
  .mobile-menu ul li button {
    padding: 17px 16px;
    display: flex;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    color: var(--black-1d);
    font-weight: 500;
  }
  .mobile-menu ul li button {
    position: relative;
    justify-content: space-between;
  }
  .mobile-menu ul li button.active svg {
    transform: rotate(180deg);
  }
  .mobile-menu ul li button:active {
    transform: scale(1);
  }
  .mobile-menu ul li button svg {
    position: absolute;
    right: 16px;
    transition: all 0.3s ease;
  }
  .mobile-menu ul li ul {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;

    display: none;
  }
  .mobile-menu ul li ul.active {
    display: flex;
  }
  .mobile-menu ul li ul li {
    border-bottom-width: 0;
  }
  .mobile-menu ul li ul li a {
    padding: 0;
    font-size: 14px;
    color: #535862;
    font-weight: 300;
  }
  .mobil-menu-center {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobil-menu-center a {
    font-family: "Poppins", sans-serif;
    padding: 12px 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  .mobil-menu-center a:first-child {
    border: 1px solid var(--black-1d);
    color: var(--black-1d);
  }
  .mobil-menu-center a:first-child svg path {
    fill: var(--black-1d);
  }
  .mobil-menu-center a:first-child:hover {
    background-color: var(--black-1d);
    color: var(--white);
  }
  .mobil-menu-center a:first-child:hover svg path {
    fill: var(--white);
  }
  .mobil-menu-center a:last-child {
    background-color: var(--main-color);
    color: var(--white);
  }
  .mobil-menu-center a:last-child svg path {
    fill: var(--white);
  }
  .mobil-menu-center a:last-child:hover {
    background-color: var(--black-1d);
    color: var(--white);
  }
  .mobile-menu-bottom {
    padding: 24px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    margin-top: auto;
  }
  .mobile-menu-bottom h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--black-1d);
  }
  .mobile-menu-bottom a {
    font-size: 12px;
    color: #535862;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-menu-bottom a svg {
    fill: #535862;
    width: 16px;
    height: 16px;
  }
  .mobile-menu-bottom .link {
    display: flex;
    gap: 12px;
  }
  .btn{
    font-size: 14px;
    padding: 10px 18px;
  }
  .mobile-app .info .box .content a{
    font-size: 12px;
  }
  .mobile-app .info .box .content{
    flex: 1;
  }
  .footer .footer-top .left{
    gap: 44px;
  }
  .footer .footer-top .left .menu nav a{
    font-size: 14px;
    line-height: 19px;
  }
  .footer .footer-top .footer-logo{
    width: 240px;
  }
  .footer{
    padding: 48px 0;
  }
  .mobile-app h2{
    margin-bottom: 12px;
  }
  .management-page .management .management-content h2{
    font-size: 18px;
  }
  .management-page .management .management-content h3{
    font-size: 16px;
  }
  .corporate-content .box.box-2 .right .image{
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width:992px){
  
  .inline-box{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
  }
  .inline-box .left h4{
    font-size: 16px;
    line-height: 24px;
  }

  .inline-box .right button, .inline-box .right a{
    font-size: 13px;
  }
  .inline-box .left{
    width: 100%;  
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width:768px){
  .journal-box{
    max-width: 100%;
    align-items: center;
  }
  .journal-box h4{
    text-align: center;
  }
  .journal-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 12px)));
  }
   .modal .modal-content .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 12px)));
    gap: 12px;
  }
   .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 12px)));
  }
  .video-list .video-item{
    max-width:100%
  }
  .contact .boxes{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(33.33% - 8px)));
    gap: 8px;
  }
  .contact .boxes .box{
    padding: 12px;
  }
  .minister .container .info{
    position: relative;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin-top: -32px;
    padding: 24px;
  }
  .minister .container{
    flex-direction: column-reverse;
  }
  .minister .minister-image{
    height: 320px;
    background-position: top right -100px;
  }
  .minister .minister-image img{
    display: none;
  }
}
@media screen and (max-width:640px){
.page-detail .text{
  max-width: 100%;
}
#cv-intro .button-wrap button{
  width: 100%;
  margin-top: 16px;
}
#cv-intro .button-wrap button svg{
  display: none;
}

 
  .page-detail .operation .copy-button{
    font-size: 12px;
    padding: 0 8px;
  }
  .board .container .right{
    min-height: auto;
  }
  .cv-container .button-wrap{
    margin-top: 0;
  }
  .cv-container ul{
    margin-top: 0;
  }
  .cv-container .chekbox.privacy-policy{
    margin-top: 0;
  }
  .cv-container ul li{
    font-size: 13px;
  }
  .cv-container .cv-form-box label[for="fileUpload"] .form-control input{
    height: 48px;
  }
  .cv-container .upload-button{
    height: 48px;
  }
  .cv-container .form-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .cv-container .chekbox span{
    font-size: 14px;
    font-weight: 400;
  }
  .checkbox-boxes-positions{
    grid-template-columns: repeat(auto-fill, minmax(0, 100%)) !important;
  }
  .cv-container .upload-button{
    width: 100%;
    max-width: 100%;
  }
  .checkbox-boxes{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(50% - 8px)));
  }
  .cv-container .cv-form-box .group-2{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(100%)));
  }
  .cv-container .cv-form-box .group-3{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(100% )));
  }
  .cv-container .cv-form-box label[for^="fileUpload"]{
    flex-direction: column;
  }
  .header .header-top h6{
    font-size: 9px;
    display: none;
  }
  .header .header-top .container{
    justify-content: flex-end;
    
  }
  .minister-modal-content .form-group .form-control{
    min-width: 100%;
    max-width: 100%;
  }
   .journal-list{
    grid-template-columns: repeat(auto-fill, minmax(0, 100%));
  }
     .modal .modal-content .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, 100%));
    gap: 12px;
  }
      .egitim-video{
  width: 100%;
  height: 300px;
}
  .video-banner{
    border-radius: 8px;
  }
  .video-banner .right{
    border-radius: 8px;
  }
    .video-banner .left h6{
     margin-bottom: 16px;
  }
  .video-banner .left button{
    margin-top: 16px;
  }
  .video-banner{
    flex-direction: column-reverse;
  }
    .video-list{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(100%)));
  }
  .list-wrap > .right .head .badges button{
    font-size: 11px;
    padding: 3px 6px;
  }
  .list-wrap > .right .head{
    flex-direction: column;
    gap: 12px;
  }
  .list-wrap > .right .head .filter-button{
    width: 100%;
    flex-direction: column;

  }
   .list-wrap > .right .head .filter-button button{
    width: 100%;
    justify-content: center;
   }
  .chekbox span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
   .contact .contact-form h1{
    margin-bottom: 24px;
  }
  .contact .contact-form .form-group .form-control{
    width: 100%;
  }
  .contact .boxes{
    grid-template-columns: repeat(auto-fill, minmax(0, calc(100%)));
    gap: 16px;
  }
  .page-detail .image {
    width: 100%;
    height: auto;
  }
    .page-detail .image img{
      height: auto;
      object-fit: contain;
      position: relative;
    }
  .announcement-page .boxes{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 16px;
  }
  .rooms-list{
        grid-template-columns: repeat(auto-fill, minmax(calc(100%), 1fr));
  }
  .form-search{
    flex-direction: column;
  }
  .form-search > div{
    width: 100%;
  }
  .corporate-content .box.box-2 .right .image{
    width: 100%;
    height: 200px;
  }
  .banner .text{
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .banner .text p{
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
  .corporate-content{
    padding: 16px;
  }
  .corporate-content .box .left h2{
    margin-bottom: 16px;
  }
  .corporate-content .box{
    gap: 16px;
  }
  .corporate-content .box .left{
    max-width: 100%;
    width: 100%;
  }
  .corporate-content .box .right{
    max-width: 100%;
    width: 100%;
  }
  .corporate-content{
    gap: 24px;
  }
  .corporate-content .box{
    flex-direction: column-reverse;
  }
  .corporate-content .box:nth-child(even){
    flex-direction: column-reverse;
  }
 
  .management-page .management .management-content{
    padding: 45px 28px 60px 28px;
    border-radius: 0;
    margin-left: 0;
  }
  .management-page .management .management-image{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 303px;
    border-radius: 0;
  }
  .management-page .management{
    flex-direction: column;
  }
  .management-page .container .tab{
    overflow: auto;
    gap: 8px;
    justify-content: flex-start;
  }
  .management-list .container{
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 32px;
  }
  .announcements-boxes .announcement-box .image{
    height: 175px;
  }
  .footer-bottom{
    padding-top: 24px;
    margin-top: 24px;
  }
  .footer-bottom{
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .footer-bottom p, .footer-bottom a{
    font-size: 11px;
  }
  .footer .footer-top{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer .footer-top .footer-logo{
    width: 100px;
    margin: 0 auto 32px auto;
    gap: 16px;
  }
  .footer .footer-top .left .menu nav{
    gap: 12px;
  }
  .footer .footer-top .left .menu h4{
    margin-bottom: 8px;
  }
  .footer .footer-top .left .menu nav a{
    font-size: 12px;
  }
  
  .mobile-app .info{
    padding: 24px;
  }
  .home-social-media .social-media-links{
    gap: 24px;
  }
  .home-social-media .social-media-links a svg{
    width: 44px;
    height: 44px;
  }
  .home-email-contact .container .box div{
    gap: 12px;
  }
  .home-email-contact .container .box div h6{
    width: 100%;
  }
  .home-email-contact .container .box div ul{
    width: 100%;
  }
  .home-email-contact .container .box div ul li a{
    width: 100%;
  }
  .minister .minister-image{
    height: 265px;
  }
  .minister .container .info h1{
    font-size: 18px;
    line-height: 24px;
  }
  .minister .container .info .buttons a{
    width: 100%;
  }
  .minister .container .info .buttons{
    gap: 12px;
  }
  .online-services .swiper .box{
    gap: 16px;
  }
  .online-services .swiper .box{
    padding: 24px;
  }
  .online-services .swiper .box h5{
    font-size: 14px;
  }
  .board .container .right{
    width: 100%;
  }
  .slider .right .announcements-list .head a{
    font-size: 12px;
  }
  .slider .container{
    gap: 16px;
  }
  .slider .left .box{
    height: 325px;
  }
  .board .container{
    flex-direction: column;
  }
  .board .container .left{
    width: 100%;
    margin-bottom: 24px;
    max-width: 100%;
    flex-direction: row;
    overflow: auto;
  }
  .board .container .left button{
    flex-direction: column;
    min-width: 33%;
    border: 1px solid #05131d17;
    padding: 13px;
    box-shadow: none;
  }
    .board .container .left button.active{
      width: 33%;
    }
    .board .container .left button span{
      font-size: 13px;
    }
  .slider .right .announcements-list .body ul li a{
    padding: 16px 0;
  }
  .board .container .left button .icon{
    border-radius: 4px;
  }
  .board .container .right .box .text{
    width: 95%;
  }
   .tab button,.management-page .tab button{
    padding: 10px 20px;
  }
  .announcements .container{
    gap: 21px;
  }
  .announcements-boxes .announcement-box .content h3{
    font-size: 14px;
  }
  .announcements-boxes .announcement-box .content p{
    font-size: 13px;
  }
  .management-page .tab button{
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
.slider .right .ataturk::before{
  width: 73px;
  background:url('/assets/images/ataturk-single.svg') top center no-repeat;

}
.slider .right .ataturk h6{
  font-size: 12px;
}
}

.ql-align-justify{
  text-align: justify;
}
.ql-align-center{
  text-align: center;
}
.ql-align-left{
  text-align: left;
}
.ql-align-right{
  text-align: right;
}