@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1710px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1024px) {
  .btn-site {
    padding: 5px 10px;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-1 {
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav-2 {
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0px;
    right: 100%;
    z-index: 100;
    transition: right 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .mobile-menu .container-fluid {
    position: relative;
    height: 100%;
    background-color: #61616125;
    backdrop-filter: blur(2px);
  }
  .mobile-menu-top {
    display: inline-flex;
    align-items: center;
    height: 80px;
  }
  .menu-logo {
    width: 200px;
  }
  .mobile-menu.active {
    right: 0px;
  }

  .mobile-close-btn {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    margin-left: auto;
    background-color: #ffffff;
    color: #000000;
    width: 42px;
    height: 42px;
    transition: 0.3s ease-in-out;
  }
  .mobile-close-btn:focus {
    background-color: #000000;
    color: #ffffff;
  }
  .nav-mobile-menu-button {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    padding: 5px;
    margin-left: 15px;
    background-color: var(--blue1);
  }
  .nav-mobile-menu-button svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .mobile-menu-center {
    margin-top: 30px;
  }
  .mobile-hm-menu {
    display: grid;
    padding: 0px;
    margin: 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .mobile-hm-menu li a {
    display: inline-flex;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    padding: 10px 10px;
    background: linear-gradient(to right, var(--blue3) 0%, var(--blue3) 100%);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    background-color: #00000084;
    mix-blend-mode: multiply;
  }
  .mobile-hm-menu li a:hover {
    padding: 10px 15px;
    color: #ffffff;
    background-size: 100% 100%;
  }
  .mobile-hm-menu li a svg {
    margin-left: auto;
    margin-right: 20px;
    width: 20px;
    opacity: 1;
    transition: 0.3s ease-in-out;
    color: #ffffff;
  }
  .mobile-hm-menu li a:hover svg {
    opacity: 1;
    margin-right: 5px;
    color: #ffffff;
  }
  .mobile-menu-bottom {
    margin-top: 30px;
  }
  .mobile-menu-contact {
    width: 100%;
    height: 300px;
    margin: 0px;
    padding: 15px;
    background-color: #ffffff;
  }
  .mobile-menu-contact li {
    margin-bottom: 5px;
  }
  .mobile-menu-contact li a {
    color: var(--blue1);
    display: block;
    font-weight: 400;
    padding: 5px 0px;
  }
  .mobile-menu-map {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #ffffff;
  }
  .mobile-menu-map iframe {
    height: 100%;
    width: 100%;
  }
  .mobile-hm-minister-card {
    width: 100%;
    height: 100%;
    background-color: #00000049;
    transition: 0.3s ease-in-out;
    padding: 15px;
  }
  .mobile-hm-minister-card .img-box {
    width: 100%;
    display: inline-flex;
    justify-content: center;
  }
  .mobile-hm-minister-card img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.218) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
  }
  .mobile-social-media {
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .mobile-social-media li {
    margin: 0 auto;
  }
  .mobile-social-media li a {
    background-color: var(--blue1);
    color: #ffffff;
    height: 80px;
    width: 80px;
    padding: 10px;
  }
  .mobile-social-media li a svg {
    width: 30px;
  }
  .slider-container {
    height: 40vh;
  }
  .card-image {
    width: 180px;
    height: 180px;
  }
  #announcementCarousel .f-carousel__slide {
    height: 120px;
  }
  .minister-fixed-card {
    top: 20px;
  }
  .publication-box {
    display: block;
  }
  .publication-box img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .new-box img {
    height: 200px;
  }
  .establishment-box img {
    height: 120px;
  }
  .member-box img {
    height: 120px;
  }
}
@media only screen and (max-width: 820px) {
  #calendar {
    width: 100%;
  }
  #calendar .day {
    width: 55px;
  }
  .slider-dots {
    left: 50%;
  }
  .dot {
    width: 20px;
    height: 5px;
  }
  .new-box img {
    height: 150px;
  }
  .new-box-content {
    width: 100%;
    padding: 15px;
  }
  #documentCarousel {
    --f-carousel-slide-width: calc((100% - 16px) / 3);
  }
  .mobile-hm-minister-card {
    padding: 3px;
  }
  .mobile-hm-menu {
    overflow: scroll;
    height: 600px;
  }
  .minister-fixed-card {
    width: 250px;
  }
  .card-image {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-hm-menu {
    height: 500px;
    grid-template-columns: repeat(1, 1fr);
    overflow: scroll;
  }
  .mobile-menu-bottom {
    display: none;
  }
  .minister-fixed-card {
    position: relative;
    width: 100%;
    transform: translateY(0%);
    top: 50px;
    right: 0px;
  }
  .minister-fixed-card:hover {
    transform: translateY(0%) scale(1);
  }
  .slider-container {
    height: 40vh;
  }
  .slide-content {
    max-width: 100%;
  }
  .slide-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .slider-btn-group {
    justify-content: end;
  }
  .slider-dots {
    left: 10px;
    transform: translateX(0%);
    bottom: 20px;
  }
  .dot {
    width: 20px;
  }
  .banner-1 {
    padding: 20px 0px;
  }
  .announcement-image {
    width: 30px;
  }
  .announcement-image-box {
    position: absolute;
    left: 70px;
    width: 60px;
  }
  .announcement-carousel {
    padding-left: 60px !important;
  }
  .announcement-text {
    display: none;
  }
  #calendar {
    width: 100%;
  }
  #calendar .day {
    display: inline-block;
    width: 44px;
    height: 65px;
  }
  .b-2-right {
    margin-top: 50px;
  }
  .new-box {
    margin-bottom: 20px;
  }

  #documentCarousel {
    --f-carousel-slide-width: calc((100% - 16px) / 1);
  }
  .b-6-right {
    margin-top: 30px;
  }

  #referanceCarousel {
    --f-carousel-slide-width: calc((100% - 16px) / 3);
  }
  .f-t-left {
    display: inline-flex;
    justify-content: center;
  }
  .f-t-right {
    justify-content: center;
    margin-top: 20px;
  }
  .side-bar {
    display: none;
  }
  .page-banner {
    height: 200px;
  }
  .page-banner .t-white-50 {
    font-size: 30px;
  }
  .establishment-box img {
    height: 80px;
  }
}
