/*RESPONSIVE*/
@media (max-width: 1700px) {
  .container {
    max-width: 1140px;
  }
  section {
    margin-bottom: 75px;
  }
  section:last-of-type {
    margin-bottom: 0;
  }
  .item_sx_inside {
    padding: 75px;
  }
  footer {
    padding: 75px 0;
    margin-top: 75px;
  }
}
@media (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 50px;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 50px;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .row, .row .row, .row_inside {
    margin-bottom: 35px;
  }
  html, body {
    line-height: 1.45;
  }
  section {
    margin-bottom: 50px;
  }
  .box_claim {
    padding: 0 35px;
  }
  .item_sx_inside {
    padding: 35px;
  }
  h1, h2 {
    font-size: 1.75rem;
  }
  .claim h1 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 0.55rem;
  }
  ul.list_article, .element_article {
    padding: 25px;
  }
  .img_box_right {
    height: 250px;
  }
  footer {
    padding: 50px 0;
    margin-top: 50px;
  }
  footer p {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 35px;
  }
  .margin-top-xs-mini {
    margin-top: 15px;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .container {
    max-width: 95%;
  }
  h4 {
    font-size: 0.55rem;
  }
  .box_claim {
    padding: 0 30px 0 0;
  }
  .img_page {
    height: 400px;
    max-height: none;
    min-height: auto;
  }
  .img_box {
    height: 200px;
    max-height: none;
    min-height: auto;
  }
  .img_box_mini {
    height: 200px;
    max-height: none;
    min-height: auto;
  }
  .img_box_right {
    height: 200px;
  }
  .video_box iframe {
    height: 200px !important;
  }
  .overlay {
    display: none;
  }
  h1 i {
    font-style: normal;
    background-color: transparent;
    padding: 0;
  }
  p {
    font-size: 1rem;
  }
  .claim h1 {
    top: auto;
    position: relative;
    transform: translate(0, 0);
  }
  .claim h1 span {
    margin-top: 0;
    font-size: 0.85rem;
  }
  .claim {
    height: auto;
    bottom: 0;
    padding: 20px 0 30px 0;
    background-color: rgba(0, 104, 175, 1);
  }
  a.more {
    margin-top: 15px;
    padding: 4px 10px;
    font-size: 0.65rem;
  }
  ul.list_article li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .img_fluid {
    width: 100%;
  }
}