html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }
.category-name{
    text-transform: uppercase;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }
  
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.zalo-edit{
    left:0px !important;
}
/** Menu DropDown */
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    background: #0061ab;
    color: white;
  }

  .dropdown:hover .dropdown-menu li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
  }

  .dropdown:hover .dropdown-menu li:last-child{
    border:none;
  }
  .product-item .inner {
    height: 350px;
    max-height: 500px;
    /*overflow: scroll;*/
  }
}
/** /Menu DropDown */
.wrapper::after {
  content: "";
  display: block; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-light {
  font-weight: 300; }

.heading {
  color: #0061ab; }

.sub-heading {
  color: #333333; }

.general-about {
  position: relative;
  padding: 40px 0;
  padding: 4rem 0;
  background-color: #0061ab; }
  .general-about .video-wrap {
    position: relative;
    min-height: 320px; }
    @media (min-width: 1200px) {
      .general-about .video-wrap {
        padding: 0 80px 0 0;
        padding: 0 8rem 0 0; }
        .general-about .video-wrap iframe {
          width: 600px;
          height: 420px; } }
  .general-about .about-wrap {
    color: white;
    position: relative;
    min-height: 320px; }
    .general-about .about-wrap .sub-title {
      margin-bottom: 0; }
    .general-about .about-wrap .title {
      margin: 5px 0 25px 0;
      margin: 0.5rem 0 2.5rem 0; }
    .general-about .about-wrap .title, .general-about .about-wrap .sub-title {
      text-align: right; }
    .general-about .about-wrap .content {
      text-align: justify;font-size:14px; }
    @media (min-width: 1200px) {
      .general-about .about-wrap .btn.btn-primary {
        background-color: #0061ab;
        position: absolute;
        bottom: -90px;
        right: 0;
        transition: 0.03s ease-in-out;
        border: none; }
        .general-about .about-wrap .btn.btn-primary:hover {
          background-color: #eb222f; } }
    .general-about .about-wrap .btn.btn-primary {
      padding: 5px 40px;
      padding: 0.5rem 4rem;
      border: 1px solid white; }

.category-slide-wrap {
  padding: 60px 0 0;
  padding: 6rem 0;
  background-color: #f4f4f4; }
  .category-slide-wrap .heading {
    margin-bottom: 36px;
    margin-bottom: 3.6rem; }
    .category-slide-wrap .heading.heading-2 {
      margin-top: 60px;
      margin-top: 6rem; }
  .category-slide-wrap .list-item + .list-item {
    margin-top: 30px;
    margin-top: 3rem; }
  .category-slide-wrap .list-item .item .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px;
    padding: 1rem;
    background-color: white; }
    .category-slide-wrap .list-item .item .inner img {
      width: 0;
      height: 67px; }
    .category-slide-wrap .list-item .item .inner .text {
      text-align: center;
      color: #333333; }
      @media (max-width: 600px) {
        .category-slide-wrap .list-item .item .inner .text {
          font-size: 12px;
          font-size: 1.2rem; } 
          
        .category-slide-wrap .list-item .item .inner{
          min-height: 100px !important;}
      }
    .category-slide-wrap .list-item .item .inner .sub-item {
      flex: 1 0 auto;
    }
  @media (max-width: 1199px) {
    .category-slide-wrap .list-item .item:nth-child(n+3) {
      /*margin-top: 30px;
      margin-top: 3rem; */} }
  @media (max-width: 1199px) {
    .category-slide-wrap {
      padding-top: 10px;
      padding-top: 1rem; } }
  .category-slide-wrap .slick-dots {
    bottom: -35px; }

.general-news {
  padding: 40px 0;
  padding: 4rem 0; }
  .general-news .button-group {
    margin-top: 30px;
    margin-top: 3rem; }
    .general-news .button-group .btn {
      padding: 18px 25px;
      padding: 1.8rem 2.5rem;
      position: relative;
      transition: 0.03s ease-in-out;
      border: none; }
      .general-news .button-group .btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        background-size: cover;
        width: 15px;
        height: 25px; }
      .general-news .button-group .btn + .btn {
        margin-left: 15px;
        margin-left: 1.5rem; }
      .general-news .button-group .btn.btn-left::after {
        left: 15px;
        background: url(../images/Icons/white-left-arrow.png) center center no-repeat;
        background-size: cover; }
      .general-news .button-group .btn.btn-right::after {
        right: 15px;
        background: url(../images/Icons/white-right-arrow.png) center center no-repeat;
        background-size: cover; }
      .general-news .button-group .btn:hover {
        background-color: #eb222f; }
      .general-news .button-group .btn:focus {
        outline: none; }

.news-item img {
  width: 100%; }

.news-item .title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #333333; }
  @media (min-width: 768px) {
    .news-item .title {
      margin-top: 0; } 
  }
  .news-item .title:hover {
    color: #0061ab;
    text-decoration: none; }

.news-item .desc {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.news-item .date {
  font-size: 11px;
  font-size: 1.1rem;
  color: #b3b3b3; }

@media (min-width: 992px) {
  .news-item:nth-child(n+3) {
    margin-top: 32px;
    margin-top: 3.2rem; } }

@media (max-width: 991px) {
  .news-item:nth-child(n+2) {
    margin-top: 32px;
    margin-top: 3.2rem; } }

.heading-wrapper {
  padding: 52px 0 120px;
  padding: 5.2rem 0 12rem; }
  .heading-wrapper .sub-heading {
    margin-bottom: 0; }
  .heading-wrapper .heading {
    margin-top: 0; }

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  background-color: #0061ab; }
  @media (max-width: 1023px) {
    .video-wrapper {
      height: 400px; } }
  .video-wrapper .inner {
    position: absolute;
    top: -100px; }
    @media (min-width: 1024px) {
      .video-wrapper .inner {
        width: 960px;
        height: 540px; } }
    @media (max-width: 1023px) {
      .video-wrapper .inner {
        width: 80%;
        height: 90%; } }

.content-wrapper {
  padding: 40px 0 40px;
  padding: 4rem 0 4rem;
  background-color: #f4f4f4; }
  .content-wrapper .heading {
    margin-bottom: 36px;
    margin-bottom: 3.6rem; }
  .content-wrapper img {
    width: 100%;
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    @media (min-width: 1199px) {
      .content-wrapper img {
        padding-left: 50px; } }
  .content-wrapper .paragraph {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    text-align: justify; }

.download-heading {
  padding: 52px 0 36px;
  padding: 5.2rem 0 3.6rem;
  background-color: #f4f4f4; }
  .download-heading .heading {
    margin: 0 auto; }

.table-download {
  padding: 36px 0 80px;
  padding: 3.6rem 0 8rem; }
  .table-download .table {
    border: 1px solid #0061ab;
    margin-bottom: 0; }
    .table-download .table thead {
      background-color: #0061ab;
      color: white; }
      .table-download .table thead tr {
        font-size: 18px;
        font-size: 1.8rem; }
      .table-download .table thead th {
        border: none; }
    .table-download .table tbody td {
      border-top: 1px solid #0061ab; }

.common-heading {
  padding: 52px 0 80px;
  padding: 5.2rem 0 8rem;
  background-color: #f4f4f4; }
  .common-heading .heading {
    margin: 0 auto;
    padding-bottom: 28px;
    padding-bottom: 2.8rem; }

.common-wrapper {
  background-color: white;
  padding: 36px 0 40px;
  padding: 3.6rem 0 4rem; }
  .common-wrapper .pager {
    margin-top: 52px;
    margin-top: 5.2rem; }

.video-group .video-item .inner {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 16px;
  padding: 1.6rem; }
  .video-group .video-item .inner .content {
    padding-top: 8px;
    padding-top: 0.8rem;
    color: #333333;
    text-decoration: none; }
    .video-group .video-item .inner .content:hover {
      color: #0061ab; }

@media (min-width: 1200px) {
  .video-group .customer-item:nth-child(n+4) {
    margin-top: 36px;
    margin-top: 3.6rem; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .video-group .customer-item:nth-child(n+3) {
    margin-top: 36px;
    margin-top: 3.6rem; } }

@media (max-width: 767px) {
  .video-group .customer-item:nth-child(n+2) {
    margin-top: 36px;
    margin-top: 3.6rem; } }

.gray-wrapper {
  background-color: #f4f4f4;
  padding: 36px 0 80px;
  padding: 3.6rem 0 8rem; }
  .gray-wrapper .heading {
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
  .gray-wrapper .list-group .list-group-item img {
    width: 100%;
    /*margin-right: 16px;*/
    margin-right: 1.6rem; }
  .gray-wrapper .list-group .list-group-item a {
    color: #333333; }
    .gray-wrapper .list-group .list-group-item a:hover, .gray-wrapper .list-group .list-group-item a.current {
      text-decoration: none;
      color: black;
      font-weight: 700; }
  .gray-wrapper .right {
    background-color: white;
    margin-top: 10px;
    margin-top: 1rem;
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 40px;
    padding-bottom: 4rem; }
    @media (min-width: 992px) {
      .gray-wrapper .right {
        padding-left: 32px;
        padding-left: 3.2rem;
        padding-right: 32px;
        padding-right: 3.2rem; } }
    .gray-wrapper .right .inner {
      border: 1px solid #e1e1e1;
      border-radius: 3px;
      padding: 16px;
      padding: 1.6rem;
      font-size: 12px;
      font-size: 1.2rem; }
      @media (max-width: 767px) {
        .gray-wrapper .right .inner img {
          width: 100%; } }
      .gray-wrapper .right .inner .desc {
        margin: 8px 0;
        margin: 0.8rem 0;
        padding-bottom: 4px;
        padding-bottom: 0.4rem;
        border-bottom: 1px solid #e1e1e1;
        font-size: 1.5rem;
         }
        .gray-wrapper .right .inner .desc .morelink {
            font-size: 1.2rem;
        }
      .gray-wrapper .right .inner .price {
        font-style: italic; }
      .gray-wrapper .right .inner .btn {
        width: 100%;
        border: none; }
        .gray-wrapper .right .inner .btn:hover {
          background-color: #eb222f; }
    @media (min-width: 992px) {
      .gray-wrapper .right .product-item:nth-child(n+5) {
        margin-top: 16px;
        margin-top: 1.6rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .gray-wrapper .right .product-item:nth-child(n+3) {
        margin-top: 16px;
        margin-top: 1.6rem; } }
    @media (max-width: 767px) {
      .gray-wrapper .right .product-item:nth-child(n+2) {
        margin-top: 16px;
        margin-top: 1.6rem; } }
    .gray-wrapper .right .pager {
      margin-top: 40px;
      margin-top: 4rem; }
      .gray-wrapper .right .pager .text-right {
        padding-right: 0; }

@media (min-width: 1200px) {
  .video-slider .slick-prev {
    left: -30px; }
  .video-slider .slick-next {
    right: -30px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .video-slider .slick-prev {
    left: 0; }
  .video-slider .slick-next {
    right: 0; } }

.videos-wrapper .heading {
  border-bottom: 1px solid #0061ab;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem; }

.videos-wrapper .row + .row {
  margin-top: 52px;
  margin-top: 5.2rem; }

.contact-wrapper .list-group .list-group-item {
  border: 1px solid #e1e1e1; }
  .contact-wrapper .list-group .list-group-item.active {
    background-color: white;
    color: #333333;
    font-weight: 700;
    border: 1px solid #e1e1e1; }
    .contact-wrapper .list-group .list-group-item.active a {
      text-decoration: none; }

.contact-wrapper .contact-info .list-info {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .contact-wrapper .contact-info .list-info li + li {
    padding-top: 10px;
    padding-top: 1rem; }
  .contact-wrapper .contact-info .list-info li img {
    width: 15px;
    margin-bottom: 3px;
    margin-bottom: 0.3rem; }
  .contact-wrapper .contact-info .list-info li .font-weight-bold {
    padding: 0 5px 0 16px;
    padding: 0 0.5rem 0 1.6rem; }

.contact-wrapper .heading-b {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #333333; }

.contact-wrapper .contact-form {
  padding-top: 10px;
  padding-top: 1rem; }
  .contact-wrapper .contact-form form {
    margin-top: 20px;
    margin-top: 2rem; }
    .contact-wrapper .contact-form form .form-control {
      background-color: #efefef;
      border: 1px solid #e1e1e1; }
    .contact-wrapper .contact-form form .btn {
      padding: 10px 40px;
      padding: 1rem 4rem;
      border: none; }
      .contact-wrapper .contact-form form .btn:hover {
        background-color: #eb222f; }
    .contact-wrapper .contact-form form .error {
      color: red; }
    .contact-wrapper .contact-form form .success {
      color: green; }

.contact-wrapper .tab-content {
  position: relative; }
  .contact-wrapper .tab-content .tab-pane.in.active {
    opacity: 1;
    visibility: visible; }
  .contact-wrapper .tab-content .tab-pane.fade {
    opacity: 0;
    visibility: hidden; }

.product-detail .sub-heading {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 14px;
  padding-bottom: 1.4rem; }
  @media (min-width: 992px) {
    .product-detail .sub-heading {
      margin: 0; } }

.product-detail .wrap-thumbnail {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    .product-detail .wrap-thumbnail {
      border-right: 1px solid #e1e1e1;
      padding-right: 25px;
      padding-right: 2.5rem; } }
  .product-detail .wrap-thumbnail img {
    width: 100%;
    cursor: pointer; }
  .product-detail .wrap-thumbnail .main-image {
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }

.product-detail .list-info, .product-detail .list-media {
  list-style-type: none;
  padding-left: 0; }

.product-detail .list-info li {
  color: #9a9a9a;
  padding: 12px 0;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e1e1e1;
  width: 70%; }
  .product-detail .list-info li .font-weight-bold {
    margin-right: 5px;
    margin-right: 0.5rem; }

.product-detail .list-media {
  margin-top: 15px;
  margin-top: 1.5rem; }
  .product-detail .list-media li {
    display: inline;
    padding: 5px;
    padding: 0.5rem;
    border-radius: 3px; }
    .product-detail .list-media li a {
      text-decoration: none;
      color: white; }
    .product-detail .list-media li span + span {
      margin-left: 3px;
      margin-left: 0.3rem; }
    .product-detail .list-media li + li {
      margin-left: 5px;
      margin-left: 0.5rem; }
    .product-detail .list-media li.facebook {
      background-color: #4267b2; }
    .product-detail .list-media li.twitter {
      background-color: #1da1f2; }
    .product-detail .list-media li.gg-plus {
      background-color: #db4437; }

.product-detail .btn-buy {
  color: white;
  padding: 10px 30px;
  padding: 1rem 3rem;
  margin-top: 30px;
  margin-top: 3rem;
  text-align: center;
  border: none; }
  .product-detail .btn-buy:hover {
    background-color: #eb222f; }
  .product-detail .btn-buy .text-uppercase {
    padding-left: 10px;
    padding-left: 1rem; }

.product-info {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }
  .product-info .nav {
    border: none; }
    .product-info .nav .active {
      font-weight: 700; }
      .product-info .nav .active a {
        color: #333333;
        border: none; }
    .product-info .nav li {
      border: none;
      margin-bottom: 0; }
      .product-info .nav li a {
        color: #9a9a9a;
        border: none;
        border-radius: 0; }
        .product-info .nav li a:hover, .product-info .nav li a:focus, .product-info .nav li a:active {
          font-weight: 700;
          color: #333333;
          background: none;
          border: none; }
        .product-info .nav li a:first-child {
          padding-left: 0; }
  .product-info .tab-content {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 16px;
    padding: 1.6rem; }

.header-index .top-head {
  background-color: #efefef;
  height: 30px; }

.header-index .marquee-text {
  height: 30px;
  overflow: hidden;
  position: relative; }
  .header-index .marquee-text span {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    color: #eb222f;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 10s linear infinite;
    -webkit-animation: scroll-left 10s linear infinite;
    animation: scroll-left 20s linear infinite; }
    .header-index .marquee-text span:hover {
      cursor: pointer;
      animation-play-state: paused; }

.header-index .bottom-head .info-list, .header-index .bottom-head .social-header {
  list-style-type: none;
  text-align: right;
  padding-left: 0; 
    
}
.header-index .bottom-head .social-header {
    padding-right: 30px;
    padding-bottom: 10px;
}
.header-index .bottom-head .social-header li {
    position: relative;
}
.header-index .bottom-head .social-header .fb-link {
    position: absolute;
    right: 15px;
    width: 21px;
    height: 21px;
    background: url(../images/Icons/blue-fb.png) center center no-repeat;
    background-size: contain;
    transition: .3s ease-in;
}
.header-index .bottom-head .social-header .fb-link:hover {
    background-image: url(../images/Icons/hover-fb.png) ;
}
.header-index .bottom-head .social-header .yt-link {
    position: absolute;
    bottom: -22px;
    width: 25px;
    height: 25px;
    background: url(../images/Icons/blue-youtube.png) center center no-repeat;
    background-size: contain;
    transition: .3s ease-in;
}
.header-index .bottom-head .social-header .yt-link:hover {
    background-image: url(../images/Icons/hover-youtube.png) ;
}
  @media (max-width: 767px) {
    .header-index .bottom-head .info-list {
      text-align: center; } }
  .header-index .bottom-head .info-list .info-list-item {
    display: inline; }
    .header-index .bottom-head .info-list .info-list-item + .info-list-item {
      margin-left: 26px;
      margin-left: 2.6rem; }
  .header-index .bottom-head .info-list span {
    font-size: 13px;
    font-size: 1.4rem;
    color: #9a9a9a; }
    .header-index .bottom-head .info-list span img {
      width: 15px;
      margin-right: 8px;
      margin-right: 0.8rem; }
    .header-index .bottom-head .info-list span:last-child {
      margin-left: 5px;
      margin-left: 0.5rem; }

.header-index .bottom-head .search-form .search-column {
  text-align: right; }
  .header-index .bottom-head .search-form .search-column:first-child {
    padding-right: 0; }
  .header-index .bottom-head .search-form .search-column:last-child {
    padding-left: 0; }
  .header-index .bottom-head .search-form .search-column input, .header-index .bottom-head .search-form .search-column button {
    width: 100%;
      
  }
  .header-index .bottom-head .search-form .search-column .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #0061ab;
  }
  .header-index .bottom-head .search-form .search-column button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0061ab; 
    border: 1px solid #0061ab;
    color: #fff;
  }
    .header-index .bottom-head .search-form .search-column button:hover {
      background-color: #0061ab; }
    .header-index .bottom-head .search-form .search-column button span {
      position: relative;
      padding-left: 10px; }
      .header-index .bottom-head .search-form .search-column button span::before {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/Icons/white-search.png) no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        bottom: 2px;
        left: -5px; }
.header-index .column .header-logo {
    width: 70%;
}

@media (min-width: 1200px) {
  .header-index .column {
    position: relative;
    min-height: 150px; }
    .header-index .column .inner {
      position: absolute;
      bottom: 0;
      width: calc(100% - 20px);
      padding: 0 10px;
      padding: 0 1rem; }
    .header-index .column .header-logo, .header-index .column .header-slogan {
      margin-bottom: 15px;
      margin-bottom: 1.5rem; } }
  @media (min-width: 1200px) and (max-width: 1199px) {
    .header-index .column:nth-child(-n+2) {
      display: flex;
      align-items: flex-end;
      min-height: 100px; } }

@media (max-width: 1199px) {
  .header-index .column:nth-child(-n+2) {
    padding-top: 10px;
    padding-top: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-end;
    min-height: 100px; }
    .header-index .column:nth-child(-n+2) .inner {
      width: 100%; }
      .header-index .column:nth-child(-n+2) .inner img {
        width: 100%; } }

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%); } }

.header {
  padding: 30px 0;
  padding: 3rem 0;
  background: url(../images/1366x215.png) center center no-repeat;
  background-size: cover; }

.main-menu {
  background-color: #0061ab;
  width: 100%;
  height: 50px; }
  .main-menu .navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0; }
  .main-menu .navbar-brand {
    color: white; }
    @media (min-width: 992px) {
      .main-menu .navbar-brand {
        display: none; } }
    .main-menu .navbar-brand:hover {
      text-decoration: none;
      color: white; }
  @media (min-width: 992px) {
    .main-menu .nav {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .main-menu .nav::before, .main-menu .nav::after {
        display: none; }
      .main-menu .nav li a:hover, .main-menu .nav li a:focus {
        background: transparent;
        color: #eb222f; }
      .main-menu .nav li.active a {
        background: transparent;
        color: #eb222f; } }
  .main-menu .nav li a {
    color: white;
    transition: 0.03s ease-in-out; }
    @media (max-width: 991px) {
      .main-menu .nav li a:hover, .main-menu .nav li a:focus {
        background: white;
        color: #333333; } }
  @media (max-width: 991px) {
    .main-menu .nav li.active a {
      background: white;
      color: #333333; } }
  .main-menu .navbar-toggle {
    border: 1px solid white;
    border-radius: 0; }
    .main-menu .navbar-toggle .icon-bar {
      background-color: white; }
  .main-menu .navbar-collapse {
    background-color: #0061ab;
    position: relative;
    z-index: 1000; }
    @media (min-width: 992px) {
      .main-menu .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
    .main-menu .navbar-collapse .nav {
      margin-top: 0;
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .main-menu .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .main-menu .container {
      width: 100%; } }
  @media (max-width: 991px) {
    .main-menu .navbar-header {
      float: none; }
    .main-menu .navbar-toggle {
      display: block; }
    .main-menu .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .main-menu .navbar-collapse.collapse {
      display: none !important; }
    .main-menu .navbar-collapse.collapse.in {
      display: block !important; }
    .main-menu .navbar-nav {
      float: none !important;
      margin: 7.5px -15px; }
    .main-menu .navbar-nav > li {
      float: none; }
    .main-menu .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; } }

.main-slider {
  width: 100%; }

.pagination-wrapper .pagination {
  margin-top: 0;
  margin-bottom: 0; }

.pagination-wrapper li a {
  border: 1px solid transparent;
  border-radius: 3px; }
  .pagination-wrapper li a:hover {
    background-color: #0061ab;
    border: 1px solid #0061ab;
    color: white; }

.pagination-wrapper li.active a {
  border: 1px solid #0061ab;
  background: transparent;
  color: #0061ab; }
  .pagination-wrapper li.active a:hover {
    background-color: #0061ab; }

.pagination-wrapper li:first-child a, .pagination-wrapper li:last-child a {
  position: relative;
  float: left;
  padding: 17px 20px;
  padding: 1.7rem 2rem;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #0061ab;
  border: none; }
  .pagination-wrapper li:first-child a::before, .pagination-wrapper li:last-child a::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    width: 15px;
    height: 25px; }
  .pagination-wrapper li:first-child a:hover, .pagination-wrapper li:first-child a:focus, .pagination-wrapper li:last-child a:hover, .pagination-wrapper li:last-child a:focus {
    border: none; }

.pagination-wrapper li:first-child a {
  margin-right: 10px;
  margin-right: 1rem; }
  .pagination-wrapper li:first-child a::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    background: url(../images/Icons/white-left-arrow.png) center center no-repeat;
    background-size: contain; }

.pagination-wrapper li:last-child a {
  margin-left: 20px;
  margin-left: 2rem; }
  .pagination-wrapper li:last-child a::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    background: url(../images/Icons/white-right-arrow.png) center center no-repeat;
    background-size: contain; }

.pagination-wrapper li + li a {
  margin-left: 10px;
  margin-left: 1rem; }

footer {
  padding: 36px 0;
  padding: 3.6rem 0;
  background-color: #0061ab;
  color: white;
  clear: both; 
  position: relative;
}
footer .hotline-calling {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background: url(../images/Icons/hotline-call.png) center center no-repeat;
    background-size: contain; 
 
}
img{
    max-width:100%;
    height:auto;
}
  @media (max-width: 767px) {
    footer .footer-block + .footer-block {
      margin-top: 40px; }
    .general-about .about-wrap .title, .general-about .about-wrap .sub-title{
        text-align:left;
    }
    .general-about .about-wrap .content{
        font-size:1.4rem;
        line-height:2rem;
        margin-top:1rem;
        margin-bottom:2rem;
    }
    .header-index .bottom-head .social-header{
        margin-bottom:30px;
    } 
    .product-item{
        margin-bottom:1rem;
    }
    .pagination-wrapper li:first-child a{margin-left:0;margin-right:0;}
  }
  @media (max-width: 1199px) {
    footer .footer-block:nth-child(n+3) {
      margin-top: 40px; } }
  footer .block-logo {
    font-size: 12px;
    font-size: 1.2rem; }
    footer .block-logo img {
      width: 150px;
      height: 138px; }
    footer .block-logo p {
      margin-top: 16px;
      margin-top: 1.6rem; }
  footer .block-ad {
    min-height: 200px; }
    @media (min-width: 1200px) {
      footer .block-ad {
        position: relative; }
        footer .block-ad .inner {
          position: absolute;
          bottom: 0; } }
    footer .block-ad img {
      width: 165px;
      height: 62px; }
  footer .footer-title {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    footer .footer-title::after {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      width: 90%;
      height: 1px;
      background: white; }
  footer .footer-list {
    list-style-type: none;
    padding-left: 0; }
    footer .footer-list .footer-list-item {
      font-size: 13px;
      font-size: 1.3rem;
      display: flex;
      align-items: flex-end; }
      footer .footer-list .footer-list-item a{
          color:#ffffff;
      }
      footer .footer-list .footer-list-item span:last-child {
        padding-left: 5px;
        padding-left: 0.5rem; }
      footer .footer-list .footer-list-item .item-icon {
        margin: 10px 10px 0 0;
        margin: 1rem 1rem 0 0; }
        footer .footer-list .footer-list-item .item-icon img {
          width: 15px; }
          
.mz-hint-hidden{display:none; !important}
