.toUpper {
  text-transform: uppercase; }

body {
  background-color: #f2f2f2; }

@media screen and (max-width: 768px) {
  header .logo {
    width: 80%;
    padding-top: 0 !important;
    margin-top: 20px; }
    header .logo-img {
      width: 25%;
      display: inline-block; }
    header .logo-text {
      width: 60%;
      display: inline-block;
      position: relative; }
      header .logo-text::before {
        content: "";
        width: 1px;
        height: 20px;
        background-color: #ccc;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  header .header-top .search {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 10px; }
    header .header-top .search .language {
      padding-right: 30px !important; }
    header .header-top .search .search-input .form-control-sm {
      width: 0;
      padding: 0;
      border-width: 0px !important; }
  header .menu {
    display: none; }
  header .fixed {
    display: none; }
  header .header-top .icon-menu {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 10px 0 !important;
    float: right;
    padding-top: 25px;
    padding-right: 10px;
    color: #d71920; }
    header .header-top .icon-menu span {
      cursor: pointer; }
  header .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000000 !important; }
    header .menu-mobile .dwrapper {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      visibility: visible;
      text-align: left;
      z-index: 99999; }
      header .menu-mobile .dwrapper .d-content {
        width: 100%;
        height: 100%;
        max-width: 500px;
        padding-left: 60px;
        margin: 0 0 0 auto;
        position: relative;
        top: 0;
        right: 0;
        z-index: 101;
        -webkit-transform: translate(100%, 0%);
        -moz-transform: translate(100%, 0%);
        -o-transform: translate(100%, 0%);
        -ms-transform: translate(100%, 0%);
        transform: translate(100%, 0%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        pointer-events: none; }
        header .menu-mobile .dwrapper .d-content .ch-menu {
          position: relative;
          width: 100%;
          height: 100%;
          overflow-y: auto;
          color: #ffffff;
          pointer-events: auto;
          background: #38404b;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          z-index: 1; }
          header .menu-mobile .dwrapper .d-content .ch-menu ul.navbar-nav {
            width: 100%; }
            header .menu-mobile .dwrapper .d-content .ch-menu ul.navbar-nav li {
              display: block;
              border-bottom: 1px solid #505e71;
              position: relative;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }

  .content .title .txt-title {
    font-size: 24px;
    color: #010101;
    text-transform: uppercase;
    line-height: 32px;
    font-family: 'UTM Copperplate';
    margin-bottom: 10px; }
  .content .title-line {
    width: 80%;
    height: 2px;
    background-color: #e5e3e3;
    position: relative;
    margin: 0 auto; }
    .content .title-line::before {
      position: absolute;
      top: -2px;
      content: '';
      left: 50%;
      width: 30%;
      height: 4px;
      border-radius: 5px;
      background-color: #d71920;
      transform: translateX(-50%); }
  .content .sub-title p {
    font-size: 14px;
    font-family: 'UTM Neo Sans Intel';
    line-height: 24px; }
  .content .products {
    padding: 1.5rem 0; }
    .content .products .sub-title p {
      font-size: 14px;
      line-height: 24px;
      font-family: 'UTM Neo Sans Intel';
      color: #646262; }
    .content .products .products-content {
      padding-top: 30px; }
      .content .products .products-content .nav-tabs {
        border-bottom: none; }
      .content .products .products-content .tab-content .owl-carousel .item {
        position: relative;
        padding: 0;
        width: 100%; }
        .content .products .products-content .tab-content .owl-carousel .item .item-img {
          width: 100%;
          height: auto; }
        .content .products .products-content .tab-content .owl-carousel .item h1.title {
          padding-top: 15px;
          font-size: 9px;
          line-height: 18px;
          text-align: center;
          font-weight: bold; }
          .content .products .products-content .tab-content .owl-carousel .item h1.title a {
            text-decoration: none;
            color: #4c4b4b; }
            .content .products .products-content .tab-content .owl-carousel .item h1.title a:hover {
              color: #d71920; }
      .content .products .products-content .tab-content .owl-carousel .owl-nav {
        display: none; }
      .content .products .products-content .nav-item {
        text-align: center;
        border-color: #e9ecef; }
        .content .products .products-content .nav-item a {
          width: 100%;
          background-color: #ffffff;
          font-size: 14px;
          line-height: 24px;
          color: #646262; }
        .content .products .products-content .nav-item .active {
          background-color: #d71920;
          color: #ffffff;
          outline: none;
          border-color: transparent;
          position: relative; }
          .content .products .products-content .nav-item .active::before {
            content: '';
            position: absolute;
            top: calc(100% - 3px);
            left: 50%;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-top-color: #d71920;
            border-bottom: 0;
            margin-left: -10px;
            margin-bottom: -10px; }
  .content .service .service-item {
    padding: 1.5rem 0;
    position: relative; }
    .content .service .service-item .box {
      width: 100%;
      position: relative;
      overflow: hidden;
      transition: all 0.4s;
      background-size: cover;
       }
    .content .service .service-item .box .text-item h1{
        font-size: 20px;
    }
      .content .service .service-item .box img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        float: left;
        transition: 0.5s;
        position: relative; }
        .content .service .service-item .box img::before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          padding-top: 100%; }
      .content .service .service-item .box::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        transition: all 0.5s linear; }
      .content .service .service-item .box:hover img {
        transform: scaleY(1.1);
        background-color: rgba(0, 0, 0, 0.3);
        z-index:-9;
      }
      
      .content .service .service-item .box .text-item {
        position: absolute;
        top: 50%;
        left: 50%;
        float: left;
        width: 100%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 5;
        padding: 0 5px; }
        /*.content .service .service-item .box .text-item h1 {
          font-size: 12px;
          font-family: 'UTM Copperplate';
          text-transform: uppercase;
          white-space: nowrap;
          color: #535353; }*/
        /*.content .service .service-item .box .text-item .btn-detail {
          display: none; }*/
  .content .news .news-content {
    padding: 1.5rem 0; }
    .content .news .news-content .nav-tabs {
      border-bottom: none; }
    .content .news .news-content .nav-item {
      border-color: #e9ecef;
      text-align: center;
      display: flex;
      width: 32.33333%; }
      .content .news .news-content .nav-item a {
        width: auto;
        padding: 5px 10px;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        color: #646262;
        text-decoration: none; }
      .content .news .news-content .nav-item .active {
        background-color: #d71920;
        color: #ffffff;
        outline: none;
        position: relative; }
        .content .news .news-content .nav-item .active::before {
          content: '';
          position: absolute;
          top: calc(100% - 3px);
          left: 50%;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top-color: #d71920;
          border-bottom: 0;
          margin-left: -10px;
          margin-bottom: -10px; }
  .content .news .card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    min-height: auto;
    margin-bottom: 50px; }
    .content .news .card .card-title {
      font-size: 15px;
      line-height: 20px;
      font-weight: bold; }
      .content .news .card .card-title a {
        text-decoration: none;
        color: #030303; }
    .content .news .card .line {
      width: 100%;
      height: 1px;
      margin: 20px 0 15px 0;
      background-color: #e5e3e3;
      position: relative; }
      .content .news .card .line::before {
        position: absolute;
        content: '';
        top: -3px;
        left: 0;
        width: 20%;
        height: 5px;
        background-color: #d71920;
        border-radius: 5px; }
    .content .news .card span {
      font-size: 12px;
      line-height: 20px;
      color: #5f5b5b; }
      .content .news .card span i {
        padding-right: 3px; }
  .content .partner {
    width: 100%;
    height: 300px;
    background-image: url("../images/images/bg_footer.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .content .partner .txt-pner {
      color: #ffffff; }
  .content .menu-footer {
    width: 100%;
    background-color: #d71920;
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 30px; }
    .content .menu-footer .menu-footer-child {
      min-height: 160px;
      padding-left: 45px;
      position: relative; }
      .content .menu-footer .menu-footer-child::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #e5e3e3;
        opacity: 0.5; }
      .content .menu-footer .menu-footer-child .menu-title h1 {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: bold; }
      .content .menu-footer .menu-footer-child .navbar-nav {
        list-style: initial;
        padding-left: 20px; }
        .content .menu-footer .menu-footer-child .navbar-nav a {
          color: #ffffff;
          font-size: 13px;
          line-height: 20px; }

  .menu-footer-child::before {
    display: none; }

  .copyright h1 {
    font-size: 9px;
    white-space: nowrap; }

  footer .follow .text-follow {
    width: 100%; }
  footer .follow .icon-social {
    width: 100%;
    padding-left: 0;
    text-align: center; } }
@media screen and (max-width: 600px) {
  .menu-footer {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
  } }
@media screen and (max-width: 475px) {
  html {
    font-size: 14px; }

  footer .col-md-4 {
    padding-bottom: 1rem; }

  footer .follow {
    order: 2; }
  footer .siteMap {
    order: 3; } }
@media screen and (max-width: 320px) {
  html {
    font-size: 13px; } }

/*# sourceMappingURL=responsive.css.map */
