@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  background: white;
  font-family: 'Roboto', sans-serif;
  font-size: 15px; }

.click_out {
  position: absolute;
  z-index: 99998;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); }

a {
  text-decoration: none !important; }

.open-nav {
  font-size: 25px;
  color: #00aeee;
  z-index: 99;
  cursor: pointer;
  right: 0;
  position: absolute;
  display: none; }

#menu-mobile {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto; }
  #menu-mobile .fa-window-close {
    color: #00aeee !important;
    font-size: 28px !important;
    cursor: pointer;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px; }
  #menu-mobile .nav_mobile {
    padding: 20px 15px; }
    #menu-mobile .nav_mobile .logo_sidebar {
      text-align: center; }
      #menu-mobile .nav_mobile .logo_sidebar img {
        max-height: 55px;
        display: inline-block; }
    #menu-mobile .nav_mobile ul {
      list-style: none;
      padding: 0;
      overflow: auto;
      margin-top: 20px; }
      #menu-mobile .nav_mobile ul li {
        clear: both;
        border-top: 1px solid #e9e9e9;
        position: relative; }
        #menu-mobile .nav_mobile ul li:first-child {
          border: none; }
        #menu-mobile .nav_mobile ul li a {
          color: black;
          padding: 10px 0;
          display: block;
          font-size: 15px;
          text-transform: uppercase;
          transition: all 0.2s; }
          #menu-mobile .nav_mobile ul li a:hover {
            transition: all 0.2s;
            color: #00aeee; }
        #menu-mobile .nav_mobile ul li .sub-menu {
          padding: 0;
          max-height: 0;
          transition: all 0.5s;
          overflow: hidden; }
          #menu-mobile .nav_mobile ul li .sub-menu li:first-child {
            border-top: 1px solid #e9e9e9; }
          #menu-mobile .nav_mobile ul li .sub-menu li a {
            padding-left: 20px;
            display: inline-block; }
          #menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
            max-height: 0;
            overflow: hidden; }
            #menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
              padding-left: 40px; }
      #menu-mobile .nav_mobile ul .active a {
        font-weight: 700; }
    #menu-mobile .nav_mobile .user-nav-mb span {
      width: 50%;
      float: left; }
      #menu-mobile .nav_mobile .user-nav-mb span i {
        margin-right: 10px;
        color: white; }
      #menu-mobile .nav_mobile .user-nav-mb span a {
        color: black; }
  #menu-mobile .accordion {
    color: black;
    cursor: pointer;
    width: 10%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 0;
    background: none; }
  #menu-mobile .accordion:after {
    content: "\f067";
    font-family: "Fontawesome";
    color: black;
    font-weight: bold;
    margin-left: 5px; }
  #menu-mobile .accordion.active:after {
    content: "\f068";
    font-family: "Fontawesome"; }

.top {
  background-color: #00aeee; }
  .top ul {
    padding: 0;
    margin: 0; }
    .top ul li {
      list-style: none;
      display: inline-block;
      padding: 7px;
      position: relative;
      /*&:after {
          position: absolute;
          top: 15px;
          right: -2px;
          content: '';
          width: 1px;
          height: 10px;
          background: #c5c3c3;
      };*/ }
      .top ul li:last-child:after {
        display: none; }
      .top ul li a {
        color: white;
        font-size: 14px; }
  .top form input {
    background: transparent;
    border: 0;
    height: auto;
    padding: 0px;
    font-size: 14px;
    padding-left: 20px; }
    .top form input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #e4e6eb;
      opacity: 1;
      /* Firefox */ }
    .top form input:focus {
      border: none;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .top form i {
    color: #e4e6eb;
    font-size: 15px;
    font-weight: normal; }
  .top .search {
    position: relative; }
    .top .search i {
      position: absolute;
      left: 0;
      top: 3px; }
  .top .social a {
    margin: 0 7px; }
  .top .right {
    text-align: right; }

header {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  background-color: white; }
  header .logo img {
    height: 85px;
    width: auto;
    transition: all 0.3s; }
  header .hd_menu {
    align-items: center;
    float: right; }
    header .hd_menu ul {
      padding: 0;
      margin: 0;
      float: right; }
      header .hd_menu ul .active a {
        color: #00aeee; }
      header .hd_menu ul .fa-chevron-down {
        float: right;
        padding-left: 5px;
        margin-top: 5px;
        font-size: 12px; }
      header .hd_menu ul li {
        list-style: none;
        display: inline-block;
        position: relative; }
        header .hd_menu ul li a {
          padding: 30px 15px;
          display: inline-block;
          color: #333;
          transition: all 0.3s;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: normal; }
          header .hd_menu ul li a:hover {
            transition: all 0.3s; }
        header .hd_menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          transition: all 0.3s; }
        header .hd_menu ul li .sub-menu {
          position: absolute;
          padding: 0;
          width: 240px;
          text-align: left;
          box-shadow: none;
          display: block;
          border-radius: 0;
          z-index: 10;
          opacity: 0;
          border-top: 4px solid #00aeee;
          visibility: hidden;
          background: #00aeee;
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
          transition: all 0.3s; }
          header .hd_menu ul li .sub-menu li {
            list-style: none;
            padding: 0px !important;
            position: relative;
            margin: 0;
            display: block;
            border-bottom: 0; }
            header .hd_menu ul li .sub-menu li:last-child {
              border-bottom: 0px; }
            header .hd_menu ul li .sub-menu li a {
              font-size: 13px;
              height: auto;
              display: block;
              width: 100%;
              line-height: 24px;
              padding: 7px 12px !important;
              color: #fff; }
              header .hd_menu ul li .sub-menu li a::before {
                background: none; }
            header .hd_menu ul li .sub-menu li:hover {
              transition: all 0.1s; }
              header .hd_menu ul li .sub-menu li:hover .sub-menu {
                opacity: 1;
                visibility: visible;
                transition: all 0.3s;
                top: -4px !important; }
            header .hd_menu ul li .sub-menu li .sub-menu {
              position: absolute;
              padding: 0;
              width: 240px;
              top: 100px !important;
              right: -100%;
              border: none;
              box-shadow: none;
              display: block;
              border-radius: 0;
              z-index: 0;
              opacity: 0;
              visibility: hidden;
              background: white;
              box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
              transition: all 0.3s;
              border-top: 0; }
      header .hd_menu ul .lang-item a {
        padding: 30px 5px; }
    header .hd_menu .search_hd {
      margin-left: 20px;
      position: relative;
      cursor: pointer;
      font-size: 15px;
      margin-top: 16px;
      float: right; }
      header .hd_menu .search_hd .icon {
        text-align: center;
        font-size: 18px;
        margin-top: 7px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #00aeee;
        color: white; }
      header .hd_menu .search_hd .form-search {
        position: absolute;
        right: -4px;
        top: 100%;
        width: 300px;
        z-index: 1000;
        background: rgba(0, 174, 238, 0.9);
        padding: 20px;
        text-align: left;
        box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.3);
        margin: 0;
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        border-radius: 5px; }
        header .hd_menu .search_hd .form-search .input-group {
          width: 100%;
          position: relative;
          margin-bottom: 0; }
          header .hd_menu .search_hd .form-search .input-group:before {
            content: "";
            width: 0;
            height: 0px;
            border-left: 5px solid transparent;
            border-bottom: 9px solid rgba(0, 174, 238, 0.9);
            border-right: 5px solid transparent;
            right: -5px;
            z-index: 999;
            position: absolute;
            top: -29px; }
        header .hd_menu .search_hd .form-search input {
          outline: none;
          border: none;
          border-bottom: 1px solid white;
          width: 100%;
          padding: 5px 0;
          color: white;
          background: none; }
          header .hd_menu .search_hd .form-search input::placeholder {
            color: #fff; }
          header .hd_menu .search_hd .form-search input:focus {
            outline: none;
            box-shadow: none; }
        header .hd_menu .search_hd .form-search i {
          position: absolute;
          right: 0;
          top: 50%;
          color: white;
          transform: translateY(-50%);
          opacity: 0.6;
          cursor: pointer;
          z-index: 9999; }

.slider {
  transition: all 0.5s;
  font-family: 'Open Sans', sans-serif; }
  .slider .owl-nav {
    margin: 0; }
  .slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; }
  .slider .owl-theme .item img {
    height: auto;
    width: 100%;
    object-fit: cover; }
  .slider .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #00aeee;
    border-radius: 50%; }
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeee;
    border-radius: 50%; }
  .slider:hover .owl-prev {
    left: 40px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s; }
  .slider:hover .owl-next {
    right: 40px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s; }
  .slider .owl-prev {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeee !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid white;
    background-color: white !important;
    border-radius: 5px !important;
    transition: all 0.5s; }
    .slider .owl-prev:hover {
      background-color: #00aeee !important;
      transition: all 0.3s; }
  .slider .owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeee !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid white;
    border-radius: 5px !important;
    background-color: white !important;
    transition: all 0.5s; }
    .slider .owl-next:hover {
      background-color: #00aeee !important;
      transition: all 0.3s; }

.intro {
  padding: 50px 0; }
  .intro .box {
    border: 5px solid #00aeee;
    margin-top: 40px; }
    .intro .box img {
      height: 450px;
      object-fit: cover;
      margin: -40px 0 40px 40px; }
  .intro h1 {
    font-size: 20px;
    color: #00aeee;
    margin-top: 20px; }
  .intro h2 {
    font-size: 35px;
    color: #00aeee;
    font-weight: bold; }
  .intro .text {
    text-align: justify; }
  .intro .content {
    padding: 0 0 0 70px; }
  .intro .btn-success {
    padding: 12px 20px;
    margin-top: 20px;
    min-width: 220px;
    text-align: center;
    background: #00aeee;
    border: 0;
    color: white;
    border-radius: 0;
    text-transform: uppercase; }
    .intro .btn-success img {
      width: 25px;
      height: 25px;
      float: right; }

.error-page {
  background: #00aeee;
  text-align: center;
  padding: 60px 0; }
  .error-page h2 {
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 15px;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    font-size: 40px;
    color: #fff; }
  .error-page a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 32px;
    margin: 10px 5px;
    height: auto;
    min-height: 36px;
    line-height: 36px;
    font-size: 24px;
    display: inline-block; }

.fix-top {
  z-index: 10000; }
  .fix-top .hd_top {
    display: none; }

.dichvu {
  padding: 30px 0; }
  .dichvu .row {
    margin: 0 -10px; }
  .dichvu [class*="col-"] {
    padding: 0 10px; }
  .dichvu .title {
    margin-bottom: 30px; }
    .dichvu .title h3 {
      text-align: center;
      color: #00aeee;
      font-weight: 500;
      font-family: 'Roboto', cursive;
      font-size: 30px; }
  .dichvu .item {
    margin-bottom: 20px;
    text-align: center;
    background: #eaeaea;
    padding: 15px;
    border-radius: 5px; }
    .dichvu .item img {
      height: 70px;
      object-fit: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .dichvu .item h3 {
      font-size: 17px;
      font-weight: 600;
      line-height: 22px;
      margin: 0;
      margin-top: 15px;
      text-align: center;
      color: black; }
    .dichvu .item p {
      font-size: 16px; }

.feedback {
  padding: 30px 0;
  background-color: #f6f5f1; }
  .feedback .title {
    margin-bottom: 50px;
    text-align: center; }
    .feedback .title h3 {
      text-align: center;
      text-transform: uppercase;
      color: #333;
      font-weight: 500;
      font-family: 'Roboto', cursive;
      font-size: 30px; }
      .feedback .title h3 span {
        color: #00aeee; }
  .feedback .owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 10px; }
  .feedback .owl-carousel button {
    color: white !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 24px !important;
    border: 1px solid #00aeee;
    background-color: #00aeee !important;
    border-radius: 5px !important; }
  .feedback .item {
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12); }
    .feedback .item h3 {
      font-size: 16px;
      font-weight: bold; }
    .feedback .item ul {
      padding: 0; }
      .feedback .item ul li {
        list-style: none;
        color: orange;
        display: inline-block;
        font-size: 16px; }
    .feedback .item p {
      margin: 0; }
    .feedback .item .content {
      text-align: justify; }
    .feedback .item img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      display: inline-block;
      margin-bottom: 10px; }

.review {
  padding: 30px 0;
  background-color: #fafafa; }
  .review .row {
    margin: 0 -10px; }
  .review [class*="col-"] {
    padding: 0 10px; }
  .review .title {
    margin-bottom: 50px; }
    .review .title h3 {
      text-align: center;
      color: #00aeee;
      font-weight: 500;
      font-family: 'Roboto', cursive;
      font-size: 30px; }
  .review .item {
    margin-bottom: 20px;
    text-align: center; }
    .review .item i {
      font-size: 50px;
      color: #00aeee; }
    .review .item .content {
      padding: 10px; }
    .review .item h3 {
      font-size: 22px;
      font-weight: 600;
      line-height: 22px;
      padding: 15px 0;
      margin-top: 20px;
      text-align: center;
      color: #00aeee; }
    .review .item p {
      font-size: 16px; }

.news_home {
  padding: 30px 0;
  background: #fafafa; }
  .news_home .row {
    margin: 0 -10px; }
  .news_home [class*="col-"] {
    padding: 0 10px; }
  .news_home .title {
    margin-bottom: 20px;
    text-align: center; }
    .news_home .title h2 {
      text-transform: uppercase;
      display: inline-block;
      color: #00aeee;
      font-weight: 500;
      font-family: 'Roboto', cursive;
      font-size: 30px; }
      .news_home .title h2 span {
        color: #00aeee; }
  .news_home .item {
    margin-bottom: 20px;
    border-radius: 5px; }
    .news_home .item:hover .content {
      background: #00aeee; }
      .news_home .item:hover .content h3 a {
        color: white; }
      .news_home .item:hover .content p {
        color: white; }
    .news_home .item img {
      height: 144px;
      width: 100%;
      object-fit: cover; }
    .news_home .item .content {
      padding: 15px;
      background: #eaeaea; }
    .news_home .item h3 {
      font-size: 15px;
      line-height: 22px;
      height: 45px;
      overflow: hidden; }
      .news_home .item h3 a {
        color: #333; }
    .news_home .item p {
      font-size: 14px;
      margin: 0;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify; }
  .news_home .featured {
    margin-bottom: 20px; }
    .news_home .featured:hover .content {
      background: #00aeee; }
      .news_home .featured:hover .content h3 a {
        color: white; }
      .news_home .featured:hover .content p {
        color: white; }
    .news_home .featured img {
      height: 350px;
      width: 100%;
      object-fit: cover; }
    .news_home .featured .content {
      background: #eaeaea;
      padding: 15px; }
      .news_home .featured .content h3 {
        font-size: 20px; }
        .news_home .featured .content h3 a {
          color: #333; }
      .news_home .featured .content p {
        color: #333; }

.tuyendung {
  padding: 30px 0;
  background: white; }
  .tuyendung .row {
    margin: 0 -10px; }
  .tuyendung [class*="col-"] {
    padding: 0 10px; }
  .tuyendung .title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase; }
    .tuyendung .title h3 {
      text-align: center;
      text-transform: uppercase;
      color: #00aeee;
      font-weight: 500;
      font-family: 'Roboto', cursive;
      font-size: 30px; }
      .tuyendung .title h3 span {
        color: #00aeee; }
  .tuyendung .item {
    margin-bottom: 15px;
    background: #eaeaea; }
    .tuyendung .item img {
      height: 180px;
      width: 100%;
      object-fit: cover; }
    .tuyendung .item .content {
      padding: 15px; }
    .tuyendung .item h3 {
      font-size: 15px;
      line-height: 22px;
      height: 45px;
      overflow: hidden; }
      .tuyendung .item h3 a {
        color: #333; }
    .tuyendung .item p {
      font-size: 14px;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify; }

.hot {
  margin-bottom: 20px;
  webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.08); }
  .hot h2 {
    background: #00aeee;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    color: white;
    padding: 15px 20px;
    font-family: 'Roboto';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center; }
  .hot ul {
    padding: 10px 20px;
    background: white;
    margin: 0;
    margin-bottom: 20px; }
    .hot ul li {
      list-style: none;
      margin: 10px 0;
      font-size: 16px;
      font-weight: bold; }
      .hot ul li a {
        color: #333; }
      .hot ul li ul {
        padding: 0px;
        padding-left: 10px;
        margin: 0; }
        .hot ul li ul li {
          font-weight: normal;
          position: relative;
          padding-left: 5px; }
          .hot ul li ul li:before {
            position: absolute;
            top: 0;
            left: -10px;
            font-family: 'FontAwesome';
            content: '\f105 '; }
  .hot .list {
    padding: 10px 15px;
    background: white; }
    .hot .list .item {
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #eaeaea; }
      .hot .list .item a {
        display: block;
        overflow: hidden; }
      .hot .list .item h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600; }
        .hot .list .item h3 a {
          color: #333; }
          .hot .list .item h3 a:hover {
            color: #00aeee; }
      .hot .list .item .price bdi {
        font-family: 'Roboto';
        color: black;
        text-decoration: none;
        font-size: 14px; }
      .hot .list .item .price ins {
        font-family: 'Roboto';
        color: black;
        text-decoration: none;
        font-size: 14px; }
      .hot .list .item .price del {
        font-size: 13px;
        font-weight: 400;
        color: black; }
        .hot .list .item .price del bdi {
          text-decoration: none;
          font-size: 13px;
          font-weight: 400;
          color: black; }
      .hot .list .item .row {
        margin: 0 -5px !important; }
        .hot .list .item .row [class*="col-"] {
          padding: 0 5px !important; }

.doitac {
  padding: 30px 0;
  background: #eaeaea; }
  .doitac .title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase; }
    .doitac .title h3 {
      text-align: center;
      text-transform: uppercase;
      color: #333;
      font-weight: 500;
      font-family: 'Roboto', cursive;
      font-size: 30px; }
      .doitac .title h3 span {
        color: #00aeee; }
  .doitac .item {
    text-align: center;
    background: white; }
    .doitac .item .thumb {
      display: block;
      padding: 10px; }
    .doitac .item h4 {
      background: #00aeee;
      padding: 10px;
      font-size: 14px; }
      .doitac .item h4 a {
        color: white; }
    .doitac .item img {
      height: 90px;
      border-radius: 5px;
      object-fit: cover; }

.cta {
  background: #00aeee;
  text-align: center;
  padding: 20px 0; }
  .cta p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: white; }
    .cta p .btn {
      display: inline-block;
      background-color: white;
      padding: 7px 25px;
      color: #00aeee;
      margin-left: 20px;
      text-transform: uppercase;
      font-weight: 500; }
    .cta p .hotline {
      font-size: 1.2em;
      color: white;
      text-decoration: underline; }

.news {
  padding: 50px 0; }
  .news .row {
    margin: 0 -10px; }
  .news [class*="col-"] {
    padding: 0 10px; }
  .news .title {
    margin-bottom: 50px; }
    .news .title h3 {
      text-align: center;
      color: #00aeee;
      font-weight: bold; }
  .news .featured .thumb {
    position: relative;
    display: block; }
    .news .featured .thumb p {
      position: absolute;
      left: 0;
      color: #e4e6eb;
      bottom: 0;
      border-radius: 5px;
      background: #00aeee;
      margin-bottom: 0;
      padding: 5px;
      text-align: center; }
      .news .featured .thumb p b {
        display: block;
        font-size: 16px; }
      .news .featured .thumb p span {
        display: block; }
  .news .featured img {
    height: 370px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px; }
  .news .featured h4 {
    font-size: 22px;
    margin: 15px 0;
    font-weight: bold;
    line-height: 24px; }
    .news .featured h4 a {
      color: black; }
  .news .item {
    margin-bottom: 20px; }
    .news .item .thumb {
      position: relative;
      display: block; }
      .news .item .thumb p {
        position: absolute;
        left: 0;
        color: #e4e6eb;
        bottom: 0;
        border-radius: 5px;
        background: #00aeee;
        margin-bottom: 0;
        padding: 5px;
        text-align: center; }
        .news .item .thumb p b {
          display: block;
          font-size: 16px; }
        .news .item .thumb p span {
          display: block; }
    .news .item img {
      height: 180px;
      border-radius: 5px;
      width: 100%;
      object-fit: cover; }
    .news .item h4 {
      font-size: 16px;
      margin-top: 10px;
      line-height: 24px; }
      .news .item h4 a {
        color: #e4e6eb; }
    .news .item p {
      font-size: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify;
      max-height: 82px; }

footer {
  background: #eaeaea;
  padding: 50px 0 50px 0; }
  footer h3 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase; }
  footer .contact {
    font-size: 30px;
    color: white;
    font-weight: bold; }
  footer p {
    color: #333;
    margin-bottom: 10px;
    text-align: justify; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul .li_thumb {
      display: none; }
    footer ul li {
      list-style: none;
      position: relative;
      padding: 5px 0;
      color: #333;
      width: 100%;
      display: block;
      font-size: 15px; }
      footer ul li h4 {
        font-size: 15px;
        font-weight: normal;
        line-height: 23px;
        margin: 0; }
      footer ul li a {
        color: #e4e6eb;
        display: inline-block;
        font-size: 15px; }
  footer .ct p a {
    color: white; }
  footer .social {
    padding: 0;
    margin: 10px 0; }
    footer .social li {
      list-style: none;
      display: inline-block;
      text-align: center;
      width: auto;
      border: 0; }
      footer .social li:before {
        content: ''; }
      footer .social li a {
        background-color: #fff;
        color: #00aeee;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 50%;
        font-size: 22px;
        margin-right: 5px; }

.copy_right {
  background: #00aeee;
  text-align: center; }
  .copy_right p {
    color: white;
    margin: 0;
    padding: 10px;
    font-size: 15px; }
    .copy_right p a {
      color: #fff; }

.form_checklist {
  border: 1px solid #eaeaea;
  padding: 10px; }
  .form_checklist form {
    background: #eaeaea; }
  .form_checklist h3 {
    background: #00aeee;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    margin: 15px 0; }
  .form_checklist .col-md-12, .form_checklist .col-md-6 {
    padding: 0 30px; }
  .form_checklist p {
    padding: 0 15px; }
  .form_checklist .btn-success {
    background: #00aeee;
    border: 0; }

.form_sidebar {
  background: #00aeee;
  padding: 20px; }
  .form_sidebar h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0; }
  .form_sidebar .btn {
    background: white;
    border: 0;
    color: #00aeee;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold; }

@media screen and (max-width: 991px) {
  .intro .box {
    border: 3px solid #00aeee; }
    .intro .box img {
      margin-top: 15px;
      height: 350px;
      margin: -15px 0 15px 15px; }
  .intro .content {
    padding: 0; }

  .news_home .item {
    margin-bottom: 20px; }
    .news_home .item img {
      height: 200px; }

  .slider {
    transition: all 0.5s;
    font-family: 'Open Sans', sans-serif; }
    .slider .owl-nav {
      margin: 0; }
    .slider .owl-dots {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 10px; }
    .slider .owl-theme .item img {
      height: auto;
      width: 100%;
      object-fit: cover; }
    .slider .owl-theme .owl-dots .owl-dot span {
      background: none;
      border: 1px solid #00aeee;
      border-radius: 50%; }
    .slider .owl-theme .owl-dots .owl-dot.active span,
    .slider .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #00aeee;
      border-radius: 50%; }
    .slider:hover .owl-prev {
      left: 10px;
      visibility: visible;
      opacity: 1;
      transition: all 0.5s; }
    .slider:hover .owl-next {
      right: 10px;
      visibility: visible;
      opacity: 1;
      transition: all 0.5s; }
    .slider .owl-prev {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #00aeee !important;
      width: 30px;
      height: 30px;
      line-height: 24px;
      font-size: 16px !important;
      margin: 0 !important;
      border: 1px solid white;
      background-color: white !important;
      border-radius: 5px !important;
      transition: all 0.5s;
      padding-top: 2px !important; }
      .slider .owl-prev:hover {
        background-color: transparent !important;
        transition: all 0.3s; }
    .slider .owl-next {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #00aeee !important;
      width: 30px;
      height: 30px;
      line-height: 24px;
      font-size: 16px !important;
      border-radius: 0% !important;
      margin: 0 !important;
      border: 1px solid white;
      border-radius: 5px !important;
      background-color: white !important;
      transition: all 0.5s;
      padding-top: 2px !important; }
      .slider .owl-next:hover {
        background-color: transparent !important;
        transition: all 0.3s; }

  .intro img.img {
    height: auto !important;
    margin-bottom: 20px; }
  .intro .content1 {
    position: static; }
    .intro .content1 .ct {
      padding: 0; }
  .intro .btn {
    float: left; }

  .news .featured {
    margin-bottom: 20px; }
    .news .featured h4 {
      font-size: 18px; }
    .news .featured img {
      height: auto; }
  .news .item img {
    height: auto; }

  .dichvu .item .content {
    padding: 15px 20px; }

  .nhansu .item img {
    height: 300px; }

  .vl .container {
    padding: 0; }
    .vl .container .content {
      padding: 50px 20px; }

  .bannner2 {
    height: 200px !important; }
    .bannner2 h1 {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      color: #e4e6eb;
      padding: 15px;
      font-size: 20px;
      width: calc(100% - 30px); }

  .related .item {
    margin: 10px 0; }
    .related .item h4 {
      margin: 0 !important; }
    .related .item .thumb img {
      height: auto !important; }
    .related .item .content {
      padding: 13px;
      padding-left: 0; }
  .related .row {
    margin: 0 -7px; }
  .related [class*="col-"] {
    padding: 0 7px; }

  .counter_home .item .counter {
    font-size: 38px !important; }

  .intro .list_info .item h4 {
    width: 85%; }

  .open-nav {
    display: inline-table;
    right: 0px;
    top: 10px; }

  header .logo {
    width: 100%;
    text-align: left;
    position: relative; }

  header .logo img {
    height: 50px;
    margin-left: 10px; }

  .news_main .news_right {
    padding-left: 0px; }

  .title h3 {
    font-size: 28px !important; }

  header .hd_menu .search_hd {
    margin-right: 40px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 25px !important; }

  footer .item {
    margin-bottom: 20px; }

  .menu_footer {
    margin-top: 10px; }
    .menu_footer ul li {
      width: 50%;
      float: left;
      padding: 0; }
      .menu_footer ul li::before {
        display: none; }
      .menu_footer ul li > a {
        font-weight: bold;
        text-transform: uppercase; }
      .menu_footer ul li ul {
        margin-top: 10px; }
        .menu_footer ul li ul li {
          margin: 5px 0;
          width: 100%; }
          .menu_footer ul li ul li a {
            font-weight: normal;
            text-transform: capitalize; } }
.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: -20px;
  bottom: -20px;
  -webkit-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20; }
.phone_center .alo-phone.alo-show {
  visibility: visible; }
.phone_center .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
.phone_center .alo-phone.alo-static {
  opacity: 0.6; }
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1; }
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50; }
.phone_center .alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100px; }
.phone_center .alo-phone.alo-active .alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important; }
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #cd3121;
  opacity: 0.5; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #d71149;
  opacity: 0.5; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5; }
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }
.phone_center .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px; }
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important; }
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 020px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 40px; }
.phone_center .alo-ph-text {
  background-color: #00aeee;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: .875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  font-weight: 600; }
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important; }
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #cd3121; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50; }
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #00aeee; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc; }
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50; }
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px; }
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50; }
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px; }
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px; }
.phone_center .panel-title i {
  margin-right: 10px; }
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px; }
@-webkit-keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@-webkit-keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@-webkit-keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #00aeee;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .scrollup a {
    color: #fff;
    line-height: 40px;
    font-size: 30px;
    text-decoration: none;
    font-weight: 700; }

article {
  line-height: 26px;
  text-align: justify;
  color: #333; }
  article .title {
    font-size: 30px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333; }
  article figure {
    max-width: 100% !important; }
  article img {
    max-width: 100%;
    height: auto; }
  article h1 {
    font-size: 32px; }
  article h2 {
    font-size: 27px; }
  article h3 {
    font-size: 22px; }
  article h4 {
    font-size: 19px; }
  article h5 {
    font-size: 17px; }
  article h6 {
    font-size: 15px; }
  article table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem; }
  article table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    article table tr {
      border: 1px solid #e1e1e1; }
      article table tr td {
        border: 1px solid #e1e1e1;
        padding: 10px 5px 10px 10px; }
      article table tr th {
        border: 1px solid #e1e1e1;
        padding: 10px 5px;
        text-align: center; }

.phantrang {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 20px; }
  .phantrang .pagination {
    padding: 0; }
    .phantrang .pagination li {
      margin: 0 5px;
      list-style: none;
      display: inline-block; }
      .phantrang .pagination li a, .phantrang .pagination li span {
        padding: 7px 15px;
        border: 1px solid #ccc;
        font-size: 16px;
        color: black; }
      .phantrang .pagination li span {
        background-color: #00aeee;
        border-color: #00aeee;
        color: #e4e6eb; }

.related .row {
  margin: 0 -10px; }
.related [class*="col-"] {
  padding: 0 10px; }
.related h3 {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 22px;
  border-left: 3px solid #00aeee;
  font-weight: 500;
  color: #333;
  padding-left: 10px; }
.related .item {
  margin-bottom: 15px;
  border-radius: 5px; }
  .related .item .thumb {
    display: block;
    margin-bottom: 10px; }
    .related .item .thumb img {
      width: 100%;
      height: 160px; }
  .related .item h4 {
    padding: 0;
    line-height: 18px; }
    .related .item h4 a {
      font-size: 15px !important;
      color: #333; }

.info_home {
  padding: 20px 0; }
  .info_home .title {
    margin-bottom: 50px; }
    .info_home .title h3 {
      text-align: center;
      color: #00aeee;
      text-transform: uppercase;
      font-weight: bold; }
  .info_home .item {
    margin-bottom: 15px; }
    .info_home .item img {
      height: 200px;
      width: 100%;
      object-fit: cover; }
    .info_home .item .content h4 {
      font-size: 18px;
      margin: 10px 0; }
      .info_home .item .content h4 a {
        color: #e4e6eb; }

.box1 {
  background: #eaeaea;
  padding: 15px; }

.news_main {
  padding: 30px 0;
  background: white; }
  .news_main .cate_title {
    margin-bottom: 20px; }
    .news_main .cate_title h1 {
      color: #333;
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 20px; }
  .news_main .new_left {
    margin-bottom: 30px; }
    .news_main .new_left .info_pro {
      margin-bottom: 35px; }
      .news_main .new_left .info_pro .info_thumb {
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px; }
        .news_main .new_left .info_pro .info_thumb:hover img {
          transform: scale(1.2);
          transition: all 1s; }
        .news_main .new_left .info_pro .info_thumb img {
          height: 200px;
          width: 100%;
          transition: all 1s;
          object-fit: cover;
          object-position: center;
          display: inline-block; }
      .news_main .new_left .info_pro .info_title h3 {
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
        font-weight: 600;
        height: 45px; }
        .news_main .new_left .info_pro .info_title h3 a {
          color: #333;
          font-size: 16px;
          display: block;
          line-height: 22px;
          transition: all 0.2s; }
          .news_main .new_left .info_pro .info_title h3 a:hover {
            transition: all 0.2s;
            color: #00aeee; }
      .news_main .new_left .info_pro .info_title p {
        line-height: 22px;
        max-height: 66px;
        color: #333;
        overflow: hidden;
        font-size: 14px;
        margin: 0; }
  .news_main .news_cate {
    margin-bottom: 30px; }
    .news_main .news_cate .news_title h3 {
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 22px;
      border-left: 3px solid #00aeee;
      font-weight: 500;
      padding-left: 10px; }
    .news_main .news_cate .news_link ul {
      list-style: none;
      padding: 0;
      overflow: auto; }
      .news_main .news_cate .news_link ul li {
        clear: both;
        border-top: 1px solid #e9e9e9;
        position: relative; }
        .news_main .news_cate .news_link ul li:first-child {
          border: none; }
        .news_main .news_cate .news_link ul li a {
          color: black;
          padding: 10px 0;
          display: block;
          font-weight: bold;
          transition: all 0.2s; }
          .news_main .news_cate .news_link ul li a:hover {
            transition: all 0.2s;
            color: #00aeee; }
        .news_main .news_cate .news_link ul li .sub-menu {
          padding: 0;
          max-height: 0;
          transition: all 0.5s;
          overflow: hidden; }
          .news_main .news_cate .news_link ul li .sub-menu li:first-child {
            border-top: 1px solid #e9e9e9; }
          .news_main .news_cate .news_link ul li .sub-menu li a {
            padding-left: 20px;
            display: inline-block; }
          .news_main .news_cate .news_link ul li .sub-menu .sub-menu {
            left: 240px;
            max-height: 0;
            overflow: hidden; }
            .news_main .news_cate .news_link ul li .sub-menu .sub-menu li:first-child {
              border-top: 0; }
            .news_main .news_cate .news_link ul li .sub-menu .sub-menu a {
              padding-left: 40px; }
      .news_main .news_cate .news_link ul .accordion {
        color: black;
        cursor: pointer;
        width: 10%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: all 0.4s;
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px 0;
        background: none; }
      .news_main .news_cate .news_link ul .accordion:after {
        content: "\f067";
        font-family: "FontAwesome";
        color: black;
        font-weight: bold;
        margin-left: 5px; }
      .news_main .news_cate .news_link ul .accordion.active:after {
        content: "\f068";
        font-family: "FontAwesome"; }
      .news_main .news_cate .news_link ul .active a {
        font-weight: 700; }
    .news_main .news_cate .news_list ul {
      padding: 0;
      margin-bottom: 0; }
      .news_main .news_cate .news_list ul li {
        list-style: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #eee; }
        .news_main .news_cate .news_list ul li .li_thumb {
          width: 30%;
          display: table-cell;
          vertical-align: top;
          height: 100%; }
          .news_main .news_cate .news_list ul li .li_thumb img {
            width: auto;
            object-fit: cover;
            height: 80px; }
        .news_main .news_cate .news_list ul li .li_title {
          width: 70%;
          display: table-cell;
          padding-left: 20px;
          vertical-align: top; }
          .news_main .news_cate .news_list ul li .li_title a {
            font-size: 15px;
            color: black;
            display: block;
            line-height: 22px;
            max-height: 44px;
            overflow: hidden;
            transition: all 0.2s; }
            .news_main .news_cate .news_list ul li .li_title a:hover {
              color: #00aeee;
              transition: all 0.2s; }
    .news_main .news_cate .news_tag ul {
      padding: 0; }
      .news_main .news_cate .news_tag ul li {
        list-style: none;
        display: inline-block; }
        .news_main .news_cate .news_tag ul li a {
          color: white;
          height: 30px;
          line-height: 27px;
          padding: 0 25px;
          margin: 0 5px 5px 0;
          font-size: 12px;
          display: inline-block;
          position: relative;
          background: black;
          border-radius: 20px;
          transition: all 0.3s; }
          .news_main .news_cate .news_tag ul li a:hover {
            transition: all 0.3s;
            background: #00aeee; }

.banner_bread {
  background-color: #e9ecef;
  padding: 10px 0; }
  .banner_bread .woocommerce-breadcrumb {
    margin: 0; }
  .banner_bread ul {
    position: relative;
    z-index: 10;
    display: block;
    padding: 0;
    margin: 0; }
    .banner_bread ul li {
      list-style: none;
      display: inline-block; }
      .banner_bread ul li a {
        color: black;
        transition: all 0.2; }
        .banner_bread ul li a:hover {
          transition: all 0.2s;
          color: #00aeee; }

.xemthem {
  display: block;
  margin-top: 12px; }
  .xemthem a {
    color: white;
    border-radius: 0px;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    border: 1px solid #00aeee;
    transition: all 0.5s;
    padding: 7px 10px; }
    .xemthem a:hover {
      transition: all 0.5s;
      background: none;
      color: #00aeee; }

.banner_qc {
  margin: 15px 0; }
  .banner_qc img {
    width: 100%; }

.contact {
  padding: 50px 0; }
  .contact form input, .contact form textarea {
    margin: 10px 0;
    padding: 15px;
    height: auto;
    border: 1px solid #eaeaea; }
  .contact form select {
    padding: 15px;
    margin: 10px 0;
    height: auto; }
  .contact form button {
    margin: 10px 0;
    padding: 10px 20px;
    background: #00aeee;
    border: 0; }
  .contact h3 {
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
    border-left: 3px solid #00aeee;
    font-weight: 500;
    padding-left: 10px; }
  .contact .social {
    padding: 0;
    margin: 10px 0; }
    .contact .social li {
      list-style: none;
      display: inline-block;
      text-align: center; }
      .contact .social li:before {
        content: ''; }
      .contact .social li a {
        background-color: #00aeee;
        color: #e4e6eb;
        width: 28px;
        height: 28px;
        line-height: 28px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 8px; }
  .contact .info {
    margin: 0;
    padding: 0; }
    .contact .info li {
      list-style: none;
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px; }
      .contact .info li p {
        margin: 0; }
      .contact .info li b {
        text-transform: uppercase; }
      .contact .info li i {
        font-size: 23px;
        color: #00aeee;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0px; }
      .contact .info li a {
        color: #e4e6eb;
        transition: all 0.3s; }
        .contact .info li a::before {
          content: '\f101';
          font-family: 'Fontawesome';
          font-weight: 600;
          padding-right: 5px; }
        .contact .info li a:hover {
          transition: all 0.3s;
          padding-left: 10px; }

.bando {
  position: relative;
  background-image: url("../images/mapbando.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px; }
  .bando h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 35px;
    font-size: 32px;
    font-weight: bold;
    font-family: "Roboto"; }
  .bando .flags {
    position: absolute;
    height: 77px;
    width: 68px; }
    .bando .flags img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
    .bando .flags:hover {
      transform: scale3d(1.2, 1.2, 1.2); }
  .bando .america-flag {
    top: 50%;
    left: 23.75%; }
  .bando .canada-flag {
    top: 23%;
    left: 23.75%; }
  .bando .germany-flag {
    top: 27%;
    left: 46.55%; }
  .bando .korea-flag {
    top: 32%;
    left: 72.68%; }
  .bando .japan-flag {
    top: 52%;
    left: 75.15%; }
  .bando .singapore-flag {
    top: 52%;
    left: 69.3%; }
  .bando .australia-flag {
    top: 78.5%;
    left: 73.5%; }

.woocommerce .star-rating {
  color: orange; }
.woocommerce .product {
  margin-top: 15px; }
.woocommerce .product_item {
  margin: 10px 0;
  text-align: center; }
  .woocommerce .product_item h4 {
    font-size: 16px;
    margin-top: 10px; }
  .woocommerce .product_item a {
    display: block;
    color: #e4e6eb; }
  .woocommerce .product_item img {
    height: 170px;
    object-fit: cover; }
  .woocommerce .product_item .button {
    border: 2px solid #00aeee;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0;
    font-size: 15px; }
.woocommerce .woocommerce-ordering .orderby {
  background-color: transparent;
  padding: 10px; }
.woocommerce .woocommerce-result-count {
  margin: 10px 0; }
.woocommerce .woocommerce-pagination {
  margin-top: 20px; }
  .woocommerce .woocommerce-pagination .page-numbers {
    border: 0; }
    .woocommerce .woocommerce-pagination .page-numbers li {
      margin: 0 5px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      border: 2px solid #00aeee; }
      .woocommerce .woocommerce-pagination .page-numbers li span.current {
        width: 100%;
        height: 100%;
        background: #00aeee;
        color: #e4e6eb;
        display: block;
        padding-top: 10px;
        font-weight: bold; }
      .woocommerce .woocommerce-pagination .page-numbers li a {
        color: #e4e6eb;
        width: 100%;
        display: block;
        height: 100%;
        padding-top: 10px; }
.woocommerce #comments .woocommerce-Reviews-title {
  font-size: 25px;
  font-weight: bold; }
.woocommerce #comments form label {
  display: block;
  margin: 10px 0;
  font-weight: bold; }
.woocommerce #comments form input {
  width: 100%;
  padding: 10px; }
.woocommerce #comments form .comment-form-cookies-consent input {
  width: auto; }
.woocommerce #comments form .comment-form-cookies-consent label {
  display: inline-block; }
.woocommerce #comments form .form-submit input {
  width: auto;
  background: #00aeee !important;
  color: #e4e6eb !important;
  border: 0 !important;
  padding: 10px 20px !important; }
.woocommerce .checkout h3 {
  margin-top: 10px; }
.woocommerce .checkout p {
  margin: 0; }
.woocommerce .checkout .form-row label {
  display: block;
  margin: 2px 0;
  line-height: auto;
  width: 100%;
  font-weight: bold; }
.woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%; }
  .woocommerce .checkout .woocommerce-input-wrapper input {
    width: 100%;
    padding: 8px; }
  .woocommerce .checkout .woocommerce-input-wrapper textarea {
    padding: 10px; }

.sidebar_product .categories {
  margin-top: 20px; }
  .sidebar_product .categories h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
  .sidebar_product .categories ul {
    padding: 0; }
    .sidebar_product .categories ul li {
      list-style: none;
      padding: 5px 0;
      border-bottom: 1px solid #eaeaea;
      position: relative; }
      .sidebar_product .categories ul li a {
        color: #e4e6eb; }
      .sidebar_product .categories ul li .accordion {
        color: #e4e6eb;
        cursor: pointer;
        width: 10%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: all 0.4s;
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px 0;
        background: none; }
      .sidebar_product .categories ul li .accordion:after {
        content: "\f107";
        font-family: "Fontawesome";
        color: #e4e6eb;
        font-weight: bold;
        margin-left: 5px; }
      .sidebar_product .categories ul li .accordion.active:after {
        content: "\f105";
        font-family: "Fontawesome"; }
      .sidebar_product .categories ul li ul {
        margin-left: 20px; }
        .sidebar_product .categories ul li ul li {
          font-weight: normal;
          border: 0; }
.sidebar_product .news_product {
  margin-top: 30px; }
  .sidebar_product .news_product h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
  .sidebar_product .news_product .row {
    margin: 0 -10px;
    margin-bottom: 15px; }
    .sidebar_product .news_product .row [class*="col-"] {
      padding: 0 10px; }
    .sidebar_product .news_product .row h3 {
      font-size: 16px; }
      .sidebar_product .news_product .row h3 a {
        color: #e4e6eb; }

.lSSlideOuter {
  margin-bottom: 20px; }

p.nameuser a {
  color: #a9883f; }

div.error {
  color: red;
  font-size: 12px;
  text-align: left;
  line-height: 15px; }

.bannner1 {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bannner1 h1 {
    color: #e4e6eb; }
  .bannner1 p {
    color: #e4e6eb; }

.bannner2 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bannner2 h1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #e4e6eb;
    padding: 15px; }

.lienhe {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .lienhe h2 {
    color: #e4e6eb;
    text-align: center; }
  .lienhe p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0; }
    .lienhe p .btn {
      background: transparent;
      border: 2px solid #e4e6eb;
      padding: 10px 30px;
      border-radius: 30px;
      font-size: 22px;
      /*font-weight: bold;*/
      color: #e4e6eb; }

.vieclam {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0; }
  .vieclam h2 {
    color: #e4e6eb; }
  .vieclam p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #e4e6eb; }
    .vieclam p .btn {
      background: transparent;
      border: 2px solid #e4e6eb;
      padding: 10px 30px;
      border-radius: 30px;
      font-size: 22px;
      /*font-weight: bold;*/
      color: #e4e6eb; }
  .vieclam .content {
    background: rgba(0, 0, 0, 0.8);
    padding: 70px 50px; }
    .vieclam .content h4 {
      color: #e4e6eb;
      margin: 20px 0;
      font-size: 18px; }
    .vieclam .content ul li {
      color: #e4e6eb; }

.social-ring {
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 10000; }
  .social-ring ul {
    padding: 0;
    margin: 0; }
    .social-ring ul li {
      margin: 15px 0;
      list-style: none; }
      .social-ring ul li:hover img {
        transform: scale(1.2);
        transition: all 0.4s; }
    .social-ring ul img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 100%;
      transition: all 0.4s; }

.page-title {
  color: #e4e6eb; }

.page-content {
  color: #e4e6eb; }

/*# sourceMappingURL=style.css.map */
