body {
  color: #000;
  background: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.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: 30px;
  color: #0e36a7;
  z-index: 99;
  cursor: pointer;
  right: 0;
  position: absolute;
  display: none; }

.cart {
  display: none; }

#menu-mobile {
  background: #191919;
  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 .far.fa-window-close {
    color: #0e36a7 !important;
    font-size: 28px !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 0; }
  #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; }
      #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: white;
          padding: 10px 0;
          display: block;
          font-size: 13px;
          text-transform: uppercase;
          transition: all 0.2s; }
          #menu-mobile .nav_mobile ul li a:hover {
            transition: all 0.2s;
            color: #0e36a7; }
        #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: white; }
  #menu-mobile .accordion {
    color: white;
    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: "Font Awesome 5 Free";
    color: white;
    font-weight: bold;
    margin-left: 5px; }
  #menu-mobile .accordion.active:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free"; }

header nav .logo {
  padding: 15px 0;
  display: block; }
  header nav .logo img {
    height: 60px;
    width: auto;
    transition: all 0.3s; }
header nav ul {
  padding: 15px 0;
  margin: 0; }
  header nav ul .active a {
    color: #0e36a7; }
  header nav ul .fa.fa-caret-down {
    float: right;
    padding-left: 5px;
    margin-top: 3px; }
  header nav ul li {
    list-style: none;
    display: inline-block; }
    header nav ul li a {
      text-transform: uppercase;
      padding: 15px;
      font-weight: bold;
      display: block;
      transition: all 0.3s;
      color: #000; }
      header nav ul li a:hover {
        transition: all 0.3s;
        color: #0e36a7; }

@font-face {
  font-family: UTMAlterGothic;
  src: url("../font/UTMAlterGothic.ttf"); }
.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 .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #0e36a7;
    border-radius: 50%; }
  .slider .owl-theme .owl-dots .owl-dot.active span,
  .slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0e36a7;
    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: #0e36a7 !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    margin: 0 !important;
    border: 1px solid #0e36a7;
    background-color: transparent !important;
    border-radius: 50% !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0; }
    .slider .owl-prev:hover {
      background-color: transparent !important;
      transition: all 0.3s; }
  .slider .owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e36a7 !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 24px !important;
    border-radius: 0% !important;
    margin: 0 !important;
    border: 1px solid #0e36a7;
    border-radius: 50% !important;
    background-color: transparent !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0; }
    .slider .owl-next:hover {
      background-color: transparent !important;
      transition: all 0.3s; }

.xemthem {
  display: block;
  margin-top: 12px; }
  .xemthem a {
    color: white;
    background: #0e36a7;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    border: 1px solid #0e36a7;
    transition: all 0.5s;
    padding: 10px 15px; }
    .xemthem a:hover {
      transition: all 0.5s;
      background: none;
      color: #0e36a7; }

.gallery {
  background: url("../images/gallerybg.jpg") no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: white;
  padding: 40px 15px 60px; }
  .gallery .images_gl .gl_thumb {
    position: relative;
    text-align: center;
    overflow: hidden; }
    .gallery .images_gl .gl_thumb img {
      transition: all 0.8s;
      width: 100%; }
    .gallery .images_gl .gl_thumb:hover img {
      transition: all 1s;
      transform: scale(1.2);
      z-index: 1; }
    .gallery .images_gl .gl_thumb:hover::before {
      visibility: visible;
      transition: all 0.5s;
      opacity: 1; }
    .gallery .images_gl .gl_thumb:hover .gl_icon {
      visibility: visible;
      transition: all 0.5s;
      opacity: 1;
      top: 50%;
      transform: scale(1); }
    .gallery .images_gl .gl_thumb:hover .gl_title {
      visibility: visible;
      transition: all 0.5s;
      opacity: 1; }
    .gallery .images_gl .gl_thumb::before {
      content: "";
      background: rgba(0, 191, 255, 0.6);
      position: absolute;
      width: 100%;
      height: 100%;
      visibility: hidden;
      transition: all 0.5s;
      opacity: 0;
      z-index: 2; }
    .gallery .images_gl .gl_thumb .gl_icon {
      position: absolute;
      top: -50%;
      z-index: 10;
      left: 50%;
      transform: translate(-50%, -50%) !important;
      visibility: hidden;
      transition: all 0.5s;
      opacity: 0;
      transform: scale(0); }
      .gallery .images_gl .gl_thumb .gl_icon i {
        color: white; }
    .gallery .images_gl .gl_thumb .gl_title {
      position: absolute;
      bottom: 15%;
      z-index: 10;
      left: 50%;
      transform: translateX(-50%) !important;
      visibility: hidden;
      transition: all 0.5s;
      opacity: 0; }
      .gallery .images_gl .gl_thumb .gl_title h5 {
        color: white;
        color: 18px;
        font-weight: 400; }

.model_contact {
  background: white;
  padding-top: 30px; }
  .model_contact .ct_title h2 {
    margin: 0px 0 15px;
    font-size: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    padding-left: 12px;
    color: black; }
    .model_contact .ct_title h2::before {
      content: "";
      position: absolute;
      height: 32px;
      width: 4px;
      left: 0;
      top: 0;
      background: black; }
    .model_contact .ct_title h2:after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      border: 1px solid #e1e1e1;
      border-right: 0;
      border-top: 0;
      background: white;
      transform: rotate(-45deg);
      bottom: -6px;
      left: 64px; }

.contact {
  padding: 20px 0 40px; }
  .contact .contact_form input {
    font-size: 13px;
    color: #333;
    height: 55px;
    padding: 0px 20px;
    border-color: #eee;
    box-shadow: none;
    margin-bottom: 15px; }
  .contact .contact_form textarea {
    min-height: 155px;
    padding: 20px;
    width: 100%;
    height: 84px;
    border: 1px solid #eee;
    border-radius: 4px; }
  .contact .contact_form .sm_comment {
    width: 100%;
    display: inline-block;
    height: 50px !important;
    font-size: 18px;
    line-height: 36px;
    padding: 0 20px;
    outline: none !important;
    border: solid 1px #0e36a7;
    background: #0e36a7;
    text-transform: uppercase;
    border-radius: 3px;
    color: white;
    font-weight: 400;
    letter-spacing: 0;
    transition: all 0.4s;
    margin-bottom: 30px;
    cursor: pointer; }
    .contact .contact_form .sm_comment:hover {
      background-color: white;
      color: #0e36a7 !important;
      transition: all 0.4s; }
  .contact .contact_address h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    position: relative; }
    .contact .contact_address h3::before {
      content: "";
      position: absolute;
      width: 35px;
      height: 3px;
      background: black;
      left: 0;
      bottom: 0; }
  .contact .contact_address ul {
    padding: 0; }
    .contact .contact_address ul li {
      list-style: none;
      line-height: 26px; }
      .contact .contact_address ul li a {
        color: #575454;
        transition: all 0.3s; }
        .contact .contact_address ul li a i {
          width: 10px;
          padding-right: 16px; }
        .contact .contact_address ul li a:hover {
          color: black;
          transition: all 0.3s; }
  .contact .contact_address p {
    font-size: 14px;
    margin: 20px 0px 0px; }
  .contact .contact_address .contact_carousle {
    padding: 10px;
    margin-top: 15px; }
    .contact .contact_address .contact_carousle .owl-nav {
      display: none; }
    .contact .contact_address .contact_carousle .owl-dots {
      display: none; }

.error-page {
  background: #0e36a7;
  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 {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background: white; }
  .fix-top .logo img {
    height: 50px;
    transition: all 0.4s; }

.widget1 {
  padding: 60px 0; }
  .widget1 .header {
    text-align: center;
    padding: 20px; }
    .widget1 .header h2 {
      font-weight: bold; }
  .widget1 .item {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .widget1 .item img {
      height: 80px;
      object-fit: cover; }
    .widget1 .item h3 {
      padding: 20px;
      color: black;
      font-size: 20px;
      font-weight: bold; }
    .widget1 .item p {
      font-size: 15px; }

.widget2 {
  padding: 60px 0 30px;
  background: url("../images/anh-nen-dich-vu-luat.png") no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'Open Sans', sans-serif; }
  .widget2 .header {
    text-align: center;
    padding: 20px; }
    .widget2 .header h2 {
      font-weight: bold; }
  .widget2 .item {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .widget2 .item .thumb {
      display: inline-block;
      width: 70px;
      height: 70px;
      padding: 15px;
      border-radius: 50%;
      border: 1px solid #eaeaea;
      color: #446084;
      border: 2px solid currentColor; }
      .widget2 .item .thumb:hover {
        background: currentColor; }
    .widget2 .item img {
      width: 100%;
      height: 100%; }
    .widget2 .item h3 {
      padding: 20px;
      color: black;
      font-size: 16px;
      line-height: 22px;
      font-weight: bold; }
    .widget2 .item p {
      font-size: 15px;
      text-align: justify; }

.user_home {
  padding: 60px 0;
  background: #f0f0f1; }
  .user_home .user_list .user_pro {
    margin-bottom: 30px; }
    .user_home .user_list .user_pro .user_thumb {
      overflow: hidden;
      position: relative;
      height: 250px; }
      .user_home .user_list .user_pro .user_thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .user_home .user_list .user_pro .user_thumb:hover::before {
        transition: all 0.3s;
        opacity: 1; }
      .user_home .user_list .user_pro .user_thumb::before {
        content: '';
        position: absolute;
        background: rgba(51, 51, 51, 0.4);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.3s;
        opacity: 0; }
    .user_home .user_list .user_pro .user_title {
      background: #0e36a7;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 12px;
      padding-top: 17px; }
      .user_home .user_list .user_pro .user_title h5 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 17px;
        color: #fff;
        font-weight: bold; }
      .user_home .user_list .user_pro .user_title p {
        font-size: 11px;
        line-height: 24px;
        margin: 0;
        margin-top: 2px; }

.widget3 {
  padding: 60px 0; }
  .widget3 .col-md-4:nth-of-type(3) .item {
    border-right: 0px; }
  .widget3 .item {
    margin-bottom: 25px;
    padding-left: 22px;
    border-right: 1px solid rgba(174, 174, 174, 0.3);
    font-size: 15px; }
    .widget3 .item h2 {
      font-size: 20px;
      font-weight: bold; }
      .widget3 .item h2 img {
        margin-right: 20px;
        width: 30px;
        height: 30px; }
    .widget3 .item p {
      margin: 15px 0; }
    .widget3 .item ul li {
      margin: 15px 0; }

.feedback {
  padding: 60px 0;
  background: url("../images/anh-nen-ykkh.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  .feedback .owl-dots {
    display: none; }
  .feedback .owl-prev {
    position: absolute;
    left: 35%;
    width: 30px;
    height: 30px;
    top: 14%;
    border-radius: 2px !important;
    background: rgba(14, 54, 167, 0.6) !important; }
  .feedback .owl-next {
    position: absolute;
    right: 35%;
    width: 30px;
    height: 30px;
    top: 14%;
    border-radius: 2px !important;
    background: rgba(14, 54, 167, 0.6) !important; }
  .feedback .item {
    text-align: center;
    margin: 0 auto; }
    .feedback .item .item_thumb {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      display: inline-block;
      overflow: hidden; }
      .feedback .item .item_thumb img {
        height: 100%;
        width: 100%; }
    .feedback .item .item_title {
      position: relative;
      margin-top: 15px; }
      .feedback .item .item_title::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f10d";
        position: absolute;
        font-weight: 600;
        left: 0;
        top: -18px;
        color: #b89b5e;
        font-size: 40px; }
      .feedback .item .item_title p {
        color: #fff;
        font-size: 15.5px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-left: 55px; }
      .feedback .item .item_title h5 {
        font-size: 16px;
        line-height: 18px;
        color: #b89b5e;
        text-transform: capitalize;
        font-style: italic;
        font-weight: normal; }

footer {
  background: #596164;
  padding: 60px 0; }
  footer .item {
    color: #ebebeb; }
    footer .item h3 {
      position: relative;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      padding: 10px 0;
      margin-bottom: 30px; }
      footer .item h3:after {
        content: '';
        background: #ebebeb;
        height: 2px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 0; }
    footer .item ul {
      padding: 0;
      margin: 0; }
      footer .item ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        list-style: none;
        padding: 10px 0;
        color: #ebebeb; }
        footer .item ul li::last-child {
          border: 0; }
        footer .item ul li a {
          color: #ebebeb;
          transition: all 0.3s; }
    footer .item .address li {
      width: 50%;
      float: left; }

.copy_right {
  background: #5b5b5b;
  color: #ebebeb; }
  .copy_right p {
    margin: 0;
    padding: 20px; }
    .copy_right p a {
      color: #ebebeb; }
  .copy_right .payment-icon {
    /*display: inline-block;*/
    opacity: .6;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.1); }

.banner_bread {
  background: url("../images/anh-nen-chuyen-muc.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 200px !important;
  padding-bottom: 85px; }
  .banner_bread::before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .banner_bread h1 {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-style: italic; }
  .banner_bread ul {
    position: relative;
    z-index: 10;
    display: block;
    padding: 0;
    font-style: italic;
    margin: 0;
    background: none;
    text-align: center; }
    .banner_bread ul li {
      list-style: none;
      display: inline-block;
      color: #fff; }
      .banner_bread ul li a {
        color: #fff;
        transition: all 0.2; }
        .banner_bread ul li a::after {
          content: '/';
          padding: 0 6px 0 10px; }
        .banner_bread ul li a:hover {
          transition: all 0.2s;
          color: #0e36a7; }

.news_main {
  margin-top: 60px; }
  .news_main .date {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: gray;
    display: block;
    position: relative;
    padding-bottom: 10px;
    font-style: italic; }
    .news_main .date::before {
      font-family: "Font Awesome 5 Free";
      content: "\f073";
      font-weight: 600;
      padding-right: 6px; }
  .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; }
        .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::before {
          position: absolute;
          content: '';
          left: 30px;
          right: 30px;
          bottom: 30px;
          top: 30px;
          box-shadow: 0px 0px 0px 8px rgba(250, 250, 250, 0.3);
          z-index: 1; }
        .news_main .new_left .info_pro .info_thumb img {
          height: 250px;
          width: auto;
          transition: all 1s;
          object-fit: cover;
          object-position: center;
          display: inline-block; }
      .news_main .new_left .info_pro .info_title h3 {
        position: relative;
        margin: 15px 0 10px;
        padding-bottom: 12px; }
        .news_main .new_left .info_pro .info_title h3 a {
          color: #0e36a7;
          font-size: 18px;
          display: block;
          font-weight: 500;
          max-height: 44px;
          line-height: 22px;
          overflow: hidden;
          transition: all 0.2s; }
          .news_main .new_left .info_pro .info_title h3 a:hover {
            transition: all 0.2s;
            color: #0e36a7; }
        .news_main .new_left .info_pro .info_title h3:after {
          content: '';
          border: 1px solid #f63701;
          width: 30px;
          display: block;
          position: absolute;
          left: 0;
          bottom: 0; }
      .news_main .new_left .info_pro .info_title p {
        font-size: 13px;
        line-height: 22px;
        max-height: 66px;
        color: #989898;
        overflow: hidden;
        margin: 0; }
  .news_main .news_right {
    padding-left: 50px; }
    .news_main .news_right .news_form {
      margin-bottom: 30px; }
      .news_main .news_right .news_form .form-group {
        position: relative; }
        .news_main .news_right .news_form .form-group .form-control {
          height: 45px;
          font-size: 14px;
          border-radius: 2px;
          box-shadow: none;
          outline: none;
          border: 1px solid #ddd; }
        .news_main .news_right .news_form .form-group .btn.btn-primary {
          position: absolute;
          top: 0;
          right: 0;
          color: #0e36a7;
          border-radius: 0px;
          background: none;
          border: 0px;
          box-shadow: none;
          outline: none;
          height: 45px; }
  .news_main .news_cate {
    margin-bottom: 30px; }
    .news_main .news_cate .news_title h3 {
      font-size: 22px;
      margin-bottom: 35px;
      margin-top: 0;
      padding: 0 15px 0 0;
      position: relative;
      line-height: 36px;
      text-transform: inherit;
      color: #111111;
      font-weight: bold;
      margin-bottom: 12px;
      padding-bottom: 15px;
      position: relative;
      border-bottom: 1px solid #eee; }
      .news_main .news_cate .news_title h3::before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #0e36a7;
        width: 80px;
        height: 2px; }
    .news_main .news_cate .news_link ul {
      padding: 0;
      margin-bottom: 0; }
      .news_main .news_cate .news_link ul li {
        list-style: none;
        padding: 10px 0;
        border-bottom: 1px dashed #eee; }
        .news_main .news_cate .news_link ul li a {
          color: rgba(0, 0, 0, 0.65);
          font-size: 15px;
          line-height: 22px;
          display: block;
          transition: all 0.3s; }
          .news_main .news_cate .news_link ul li a::before {
            content: '\f101';
            font-family: 'Font Awesome 5 Free';
            font-weight: 600;
            padding-right: 4px;
            font-size: 12px; }
          .news_main .news_cate .news_link ul li a:hover {
            transition: all 0.3s;
            color: #0e36a7;
            padding-left: 10px; }
    .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: 4px;
        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 {
            height: 100%;
            width: auto;
            object-fit: contain; }
        .news_main .news_cate .news_list ul li .li_title {
          width: 70%;
          display: table-cell;
          padding-left: 12px;
          vertical-align: top; }
          .news_main .news_cate .news_list ul li .li_title a {
            font-size: 14px;
            color: #0e36a7;
            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: #0e36a7;
              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: #0e36a7; }

/* 1199 991 767 480 414 375 360 320 max-width */
@media screen and (max-width: 991px) {
  .widget3 .item {
    border: 0;
    border-bottom: 1px solid #eaeaea; }
  .widget3 .col-md-4:nth-of-type(3) .item {
    border-bottom: 0px; }

  .open-nav {
    display: inline-table;
    left: 9px;
    top: 14px; }

  .cart {
    display: inline-table;
    right: 20px;
    top: 20px;
    position: absolute;
    font-size: 20px; }

  .fh_thumb img {
    width: 100%;
    height: auto; }

  .counter_home .th_item {
    border-right: 0px;
    margin-bottom: 30px; }

  .info_home .list_info .info_pro .info_title h4 a {
    font-size: 14px; }

  .info_home .list_info .info_pro .info_title {
    padding: 12px 15px; }

  .news_main .news_right {
    padding-left: 0px; }

  .banner_bread {
    padding-top: 55px !important;
    padding-bottom: 40px; }

  .news_main {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  header .logo {
    text-align: center; }
    header .logo img {
      height: 40px !important; }

  .open-nav {
    padding-left: 12px; }

  .gp_title {
    font-size: 20px; }

  .gp_left p {
    margin: 0; }

  .gp_content {
    margin-bottom: 30px; }

  .service_home {
    padding: 30px 0; }

  .service_home .sh_list .sh_pro {
    border-bottom: 1px solid rgba(174, 174, 174, 0.3); }

  .form_home .fh_form {
    padding: 30px 15px 30px 15px; }

  .user_home {
    padding: 30px 0; }

  .user_home .user_list .user_pro .user_thumb {
    height: auto; }

  .feedback .owl-prev {
    left: 0; }

  .feedback .owl-next {
    right: 0; }

  .feedback {
    padding: 30px 0; }

  .info_home {
    padding: 30px 0; }
    .info_home .info_pro {
      margin-bottom: 30px; }

  .tuvan_home {
    display: none; }

  .ft_content {
    margin-bottom: 30px; }

  footer {
    padding: 30px 0; }

  article h1 {
    font-size: 16px !important; } }
@media screen and (max-width: 575px) {
  .counter_home .th_item .th_number {
    font-size: 30px;
    padding-right: 15px; }

  .counter_home .th_item .th_number::before {
    width: 22px;
    height: 3px; }

  .counter_home .th_item h5 {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    font-size: 13px; }

  .counter_home {
    padding-bottom: 10px; } }
.phone_center {
  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;
  width: 150px;
  z-index: 20; }
  .phone_center .alo-ph-text {
    background-color: #d2243d;
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px;
    bottom: 35px;
    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-ph-text1 {
    background-color: #d2243d;
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px;
    bottom: 70px;
    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; }

.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background-color: #0e36a7;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  width: 40px;
  height: 40px; }

.scrollup a {
  color: #fff;
  line-height: 35px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700; }

.scrollup a:hover {
  background: #0e36a7; }

article h1 {
  font-size: 24px;
  font-weight: 400;
  color: black; }
article img {
  max-width: 100%; }
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 tbody tr:nth-child(odd) {
    background: #ccc; }
  article table tbody tr:nth-child(even) {
    background: #fff; }
  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; }

.pagination a {
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  background: #0e36a7; }

.pagination a.active {
  background-color: #0e36a7;
  color: white; }

.pagination {
  margin: 5px 0 40px;
  display: inline-block; }

.pagination a:hover:not(.active) {
  background-color: #0e36a7; }

/*# sourceMappingURL=style.css.map */
