
@media (max-width: 1024px) and (min-width: 1024px) {
} 
@media (max-width: 1024px) and  (min-width: 768px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 98%;
  }
}
@media (min-width: 1200px) {  
  /***home***/
  #home-blog>.row {
    --bs-gutter-x: 2.5rem;
  }
}
@media (min-width: 1201px) {  
  .navbar ul > li:hover > ul {
    display: block
  }
}
@media (max-width: 1200px) {
  header {
    position: relative;
    height: auto;
    background: var(--navMobile);
    z-index: 2;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .logo img {
    height: 45px;
  }
  .fixed-top {
    position: relative;
  }
  /***nav***/
  .navbar .navbar-nav {
    padding-top: 20px;
    margin-right: 0;
  }
  .navbar.active {
    background: none;
    box-shadow: none;
  }
  .navbar .nav-link {
    color: #000;
    font-size: 1.5rem;
  }
  .navbar .active .nav-link {
    color: #fff;
  }
  .navbar .first-menu:after {
    content: none;
  }
  .navbar .dropdown-toggle.open:after {
    margin-top: 8px;
    border-color: var(--color-1);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
  }
  .navbar .active .dropdown-toggle:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-toggle:focus:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 1.375rem;
    text-align: center;
    white-space: normal;
    padding: 10px 12px;
  }
  .navbar ul ul .dropdown-toggle {
    justify-content: center;
  }
  .navbar ul ul .dropdown-toggle::after {
    border-color: #fff !important;
    transform: rotate(45deg);
  }
  .navbar ul ul .dropdown-toggle.active::after {
    border-color: #fff !important;
    margin-top: 5px;
  }
  .navbar ul ul > li:hover > a.dropdown-item {
    background: transparent;
  }
  .navbar .second-menu li a, .navbar .three-menu li a {
    padding: 5px 10px;
  }
  .top-link-box {
    padding-bottom: 30px;
  }
  .top-link-box {
    margin-left: 0;
    margin-top: 25px;
  }
  .top-link-box ul {
    justify-content: center;
  }
  .top-link-box .top-link a {
    width: 50px;
    height: 50px;
  }
  .top-link-box .top-link i {
    font-size: 1.75rem;
  }
  .top-link-box li {
    margin: 0 8px;
  }
}
@media (max-width: 991.98px) {
  /***home***/
  #box-1 {
    padding: 2rem 0 3rem 0;
  }
  #box-2 {
    padding: 3rem 0 3rem 0;
    background-position: top right;
  }
  /*home about*/
  #home-about {
    margin-bottom: 3rem;
  }
  /*home blog*/
  #home-blog .content .image-box img {
    height: 170px;
  }
  /* home link */
  #home-link .content {
    width: 160px;
    height: 160px;
    border-width: 10px;
  }
  #home-link .content:before {
    height: 180px;
    width: 180px;
  }
  #home-link .content img {
    width: 80px;
    height: 80px;
  }
  /***page***/   
  .bigtitle h2 {
    margin-bottom: 2rem;
  }
  #page #content {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .top-link-box {
    margin-top: 20px
  } 
  /***home***/
  #home .link-btn {
    margin: 1rem 0 0;
  }
  #box-1 {
    padding: 1.5rem 0 2rem 0;
  }
  #box-2 {
    padding: 2rem 0 3.5rem 0;
    background-position: top right;
  }
  #box-1 .row.gx-5, #box-2 .row.gx-5 {
    --bs-gutter-x: 1.5rem;
  }
  #box-2 {
    background-image: url(../assets/images/bg_1_m.jpg);
    background-position: top right;
  }
  #box-3:before {
    content: "";
    border-radius: 0 0 100px 0;
  }
  /*home about*/
  #home-about .bigtitle h2 {
    margin-bottom: 1.5rem;
  }
  /*home focus*/
  #home-focus .content>.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1rem;
  }
  #home-focus .list-box {
    margin-bottom: 3rem;
  }
  #home-focus .list-box:last-child {
    margin-bottom: 0;
  }
  /*home blog*/
  #home-blog .content .image-box img {
    height: 260px;
  }
  /* home link */
  #home-link {
    border-radius: 50px;
  }
  #home-link>.row {
    --bs-gutter-y: 2.5rem;
  }
  /***page***/  
  .bigtitle h2 {
    margin-bottom: 2.75rem;
  }
  footer .other {
    margin-top: 2.75rem;
  }
  /***contact***/  
  #contact .map-box iframe {
    width: 100% !important;
    height: 150px;
  }
}
@media (max-width: 575.98px) {
}
@media (orientation: landscape) and (max-width:992px) {
}
