/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
/* @media (max-width: 1199px) { */
/* GREATER than 1199 pixel width */
/* .container {
    max-width: 1200px;
} */

@media (min-width: 1199px) and (max-width: 1377px) {
  .img_2 {
    display: none;
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    background: #042c56;
  }

  .bg_menu {
    background: none !important;
  }
}

/* Normal desktop :992px. (Laptop 14") */
/* (min-width: 991px) and  */
@media (min-width: 350px) and (max-width: 1199px) {
  /* LESS than or EQUAL to <= 1199 pixel width */

  /* Global */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .number_1 {
    font-size: 11px;
    padding: 5px 0px;
  }

  .h4_style {
    font-size: 13px;
  }

  .bg-image {
    height: 165px;
  }

  .site-logo {
    /* min-width: 180px; */
    width: 275px;
    /* left: 0; */
    /* margin-top: 18px; */
  }

  .container {
    max-width: 960px;
  }

  .img_2,
  .img_1 {
    display: none;
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    margin-top: -10px;
  }

  .attorny_img {
    z-index: 10;
    padding-top: 86px;
  }

  .padding_1 {
    padding-top: 180px;
  }

  .ltn__slide-item-2 {
    padding-top: 60px;
  }

  .ltn__slide-item-inner {
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .even_height {
    /* height: 696px; */
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    background: #042c56;
  }

  .bg_menu {
    background: none !important;
  }

  .ltn__header-options-2 .mobile-menu-toggle > a {
    margin-bottom: 10px;
  }

  .ltn__top-bar-menu > ul > li {
    margin: -2px 5px -14px 3px;
  }
}

/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }

  p {
    font-size: 14px;
  }

  .img_2,
  .img_1 {
    display: none;
  }

  .mrgin_100 {
    margin-top: 0px;
    z-index: 10;
  }

  .ltn__slide-item-2 {
    padding-top: 20px !important;
  }

  .section_dark {
    background-color: #042c56;
    position: relative;
  }

  .mt_100 {
    margin-top: 42px;
    position: relative;
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    margin-top: -10px;
    padding: 12px 10px;
  }

  .ltn__header-transparent {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }

  .ltn__header-transparent .top-area-color-white {
    background: #042c56;
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    background: #042c56;
  }

  .attorny_img {
    z-index: 10;
    padding-top: 0px;
  }

  .padding_1 {
    padding-top: 120px;
  }

  .ltn__slide-item-2 {
    padding-top: 10px;
    height: 453px;
  }

  .h4_style {
    font-size: 13px;
  }

  .ltn__breadcrumb-area {
    margin-bottom: 30px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .number_1 {
    font-size: 11px;
    padding: 5px 0px;
    margin-top: 6px;
  }

  .ltn__top-bar-menu ul li {
    margin: 0 6px -8px 0;
  }

  .visually_hide {
    display: none;
  }

  .site-logo {
    min-width: 185px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .even_height {
    /* height: auto; */
  }

  .events-item-4 .events-info {
    padding: 30px 30px 64px;
  }

  .pull-right1 {
    float: unset;
  }

  .hotline_banner {
    text-align: left;
  }
}

/* small mobile :320px. */
@media (max-width: 768px) {
  /* Global */
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .img_2,
  .img_1 {
    display: none;
  }

  .mrgin_100 {
    margin-top: 0px;
    z-index: 10;
  }

  .ag-picture {
    text-align: right;
  }

  .ag-picture img {
    /*width: 310px;*/
    width: 200px;
    max-width: 100%;
  }

  .ltn__slide-item-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .section_dark {
    background-color: #042c56;
    position: relative;
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    margin-top: -10px;
    padding: 12px 4px;
  }

  .ltn__header-transparent {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }

  .ltn__header-transparent .top-area-color-white {
    background: #042c56;
  }

  .ltn__header-4 .ltn__header-middle-area,
  .ltn__header-5 .ltn__header-middle-area {
    background: #042c56;
  }

  .ltn__breadcrumb-area {
    margin-bottom: 30px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .banner-bottom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #042c56;
    padding: 22px 0px;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }

  .banner-bottom-menu-left a {
    color: var(--light-sandal);
    margin-right: 0px;
    padding: 8px;
    /* margin-left: 0px; */
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block !important;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 1px;
  }

  .border_right {
    display: none;
  }

  .padding_1 {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .example {
    margin-left: 6px;
  }

  .attorny_img {
    padding-top: 44px;
  }

  .even_height {
    height: auto;
  }

  .pull-right1 {
    float: unset;
  }

  .number_1 {
    font-size: 11px;
    padding: 5px 0px;
    margin-bottom: 0;
  }

  .h4_style {
    font-size: 13px;
    margin-bottom: 0;
  }

  .hotline_banner {
    text-align: left;
  }

  .visually_hide {
    display: none;
  }

  .footer-widget {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .attorny_img {
    z-index: 10;
    padding-top: 20px;
  }

  .padding_1 {
    padding-top: 80px;
  }

  .ltn__top-bar-menu > ul {
    padding: 0;
    margin: 0px 60px;
  }
}

@media (min-width: 655px) and (max-width: 970px) {
  .ltn__top-bar-menu {
    margin-left: 22em;
    margin-right: 4em;
  }

  /* .ltn__header-middle-area { margin-top: -90px !important; } */
  .bg_menu {
    background: unset;
  }

  /* .site-logo { top: -23px !important; } */
}

@media (max-width: 991px) {
  .mfl-container {
    box-sizing: border-box;
    min-width: 330px;
    width: 100%;
    /* padding: 20px; */
  }

  .home-breadcrumb {
    margin-top: 0px;
  }

  .home-breadcrumb li {
    color: #101010;
  }

  .home-breadcrumb li a.text-white {
    color: #101010 !important;
  }
}

@media (max-width: 350px) {
  .site-logo {
    width: 250px;
  }
}

@media (min-width: 990px) and (max-width: 1200px) {
  .home-breadcrumb {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .ltn__slide-item-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .card-box {
    height: auto;
    overflow-y: hidden;
    height: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .x_title_news {
    width: 100%;
  }
}

.x-feed {
    height: auto;
}

.desk-box {
    height: auto;
}

@media (min-width: 991px){
	.x-feed {
    height: 625px;
}
.desk-box {
    height: 216px;
}
}