@charset "UTF-8";
a:hover {
  text-decoration: none; }

@font-face {
  font-family: 'UVNMuaThu';
  src: url("../fonts/UVNMuaThu.eot");
  src: local("☺"), url("../fonts/UVNMuaThu.woff") format("woff"), url("../fonts/UVNMuaThu.ttf") format("truetype"), url("../fonts/UVNMuaThu.svg") format("svg");
  font-weight: 400; }
.bg-primary, section.service-home .slide-service-home .item > h2, section.career-home .content .item-hot .title, section.news-home .news-normal .title {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0); }

.title-primary {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  margin: 20px 0; }
  .title-primary:before {
    position: absolute;
    content: url(../images/bg-tit-primary.png);
    bottom: 0;
    left: calc(50% - 180px); }
  .title-primary h3 {
    color: #20723f;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    margin-top: 10px; }
  .title-primary span {
    font-family: "UVNMuaThu", sans-serif;
    font-size: 36px;
    color: #c0a055; }

.view-all {
  float: left;
  width: 100%;
  text-align: center; }
  .view-all a {
    background: #20723f;
    display: inline-block;
    text-align: center;
    padding: 16px 100px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    margin: 50px 0;
    transition: 0.4s;
    font-weight: bold; }
    .view-all a:hover {
      background: #c0a055; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 400; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  padding-left: 10px;
  padding-right: 10px; }

.wrap {
  overflow: hidden; }

header {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: white;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
  header nav {
    float: left;
    width: 100%;
    position: relative; }
    header nav ul {
      float: right;
      margin: 0;
      padding: 0; }
      header nav ul li {
        list-style: none;
        float: left;
        padding: 0 20px; }
        header nav ul li a {
          font-size: 15px;
          text-transform: uppercase;
          color: #2e2e2e;
          padding: 22px 0px;
          display: inline-block;
          transition: 0.4s;
          border-bottom: 3px solid transparent; }
          header nav ul li a:hover {
            color: #c0a055;
            border-bottom: 3px solid #c0a055; }
        header nav ul li.active a {
          color: #c0a055;
          border-bottom: 3px solid #c0a055; }
        header nav ul li.icon-search-home a:hover {
          border-bottom: 3px solid transparent; }
        header nav ul li:hover .sub-menu {
          transform: rotateX(0deg);
          opacity: 1;
          visibility: visible; }
        header nav ul li .sub-menu {
          width: 50%;
          position: absolute;
          top: 100%;
          right: 30px;
          background: white;
          z-index: 9;
          padding: 10px 30px 30px 30px;
          opacity: 0;
          visibility: hidden;
          transition: 0.4s;
          transform: rotateX(90deg); }
          header nav ul li .sub-menu .gp-left {
            display: flex;
            display: -webkit-flex; }
            header nav ul li .sub-menu .gp-left ul {
              float: left; }
              header nav ul li .sub-menu .gp-left ul li {
                float: left;
                width: 100%;
                padding: 0px 0;
                border-bottom: 1px dashed #c0a055; }
                header nav ul li .sub-menu .gp-left ul li:last-child {
                  border-bottom: none; }
                header nav ul li .sub-menu .gp-left ul li a {
                  width: 100%;
                  padding: 10px 0px;
                  margin: 0 0 0 20px;
                  font-size: 16px;
                  color: #2e2e2e;
                  transition: 0s;
                  text-transform: uppercase;
                  float: left;
                  border-bottom: none; }
                  header nav ul li .sub-menu .gp-left ul li a:hover {
                    border-bottom: none;
                    color: #20723f;
                    transition: 0s; }
                  header nav ul li .sub-menu .gp-left ul li a span {
                    top: -3px;
                    position: relative;
                    margin-right: 10px; }
    header nav .logo {
      position: absolute;
      top: 0;
      left: -210px;
      height: 100%; }
    header nav .icon-search-home {
      float: right;
      padding-left: 15px;
      margin-top: 23px;
      cursor: pointer; }
      header nav .icon-search-home i {
        font-size: 16px !important;
        width: 16px;
        height: 16px;
        text-align: center; }
    header nav .form-search-home {
      position: absolute;
      right: 0;
      top: 100%;
      transition: 0.4s;
      transform: rotateX(-90deg); }
      header nav .form-search-home .form-group {
        margin: 0;
        position: relative; }
        header nav .form-search-home .form-group input {
          height: 40px;
          background: white;
          border: 1px solid #dedede;
          border-radius: 0;
          font-family: "Open Sans", sans-serif;
          width: 250px; }
        header nav .form-search-home .form-group input::placeholder {
          font-family: "Open Sans", sans-serif; }
        header nav .form-search-home .form-group button {
          position: absolute;
          top: 0;
          right: 0;
          background: transparent;
          width: 40px;
          height: 40px;
          border: none;
          cursor: pointer; }
          header nav .form-search-home .form-group button i {
            font-size: 16px; }
      header nav .form-search-home.goIn {
        transform: rotateX(0deg); }
  header.scroll {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.39); }
  header .icon-reponsive {
    float: right;
    width: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px; }
    header .icon-reponsive span {
      height: 3px;
      width: 30px;
      display: block;
      margin: 5px 0;
      border-radius: 2px;
      background: #20723f; }

footer {
  float: left;
  width: 100%;
  background: #20723f;
  color: white; }
  footer a {
    color: white; }
    footer a:hover {
      color: #c0a055; }
  footer .top-ft {
    float: left;
    width: 100%;
    padding: 50px 0;
    font-size: 15px; }
    footer .top-ft .item h3 {
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    footer .top-ft .item ul {
      margin-left: 0;
      margin-bottom: 0;
      padding-left: 0; }
      footer .top-ft .item ul li {
        list-style: none;
        margin-bottom: 5px;
        line-height: 26px; }
        footer .top-ft .item ul li i {
          margin-right: 20px; }
        footer .top-ft .item ul li a {
          color: white; }
          footer .top-ft .item ul li a:hover {
            color: #c0a055; }
          footer .top-ft .item ul li a.face {
            margin-left: 10px; }
    footer .top-ft .item.item1 {
      padding-right: 65px; }
      footer .top-ft .item.item1 p i {
        width: 24px; }
    footer .top-ft .item.item2 {
      padding-left: 60px; }
      footer .top-ft .item.item2 ul li div {
        display: none; }
    footer .top-ft .item.item3 {
      float: left;
      width: 100%; }
  footer .copy-right {
    float: left;
    width: 100%;
    color: #79ab8a;
    background: #255e38;
    font-size: 13px; }
    footer .copy-right p {
      margin: 0;
      padding: 20px 0; }
      footer .copy-right p i {
        margin-right: 8px; }
      footer .copy-right p a {
        color: #79ab8a; }
        footer .copy-right p a font {
          color: #79ab8a !important; }

.search_store {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px; }
  .search_store span {
    text-transform: uppercase;
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 600; }
  .search_store select {
    border: 1px solid #dedede;
    margin-left: 20px;
    text-transform: uppercase;
    max-width: 400px;
    width: 100%;
    height: 46px;
    padding: 10px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/icon-down.png) !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 20px;
    outline: none; }
    .search_store select option {
      padding: 10px; }

.map_stores {
  float: left;
  width: 100%;
  background-color: #20723f;
  padding: 20px;
  position: relative; }
  .map_stores #google-maps {
    height: 580px;
    float: left;
    width: 100%; }
  .map_stores:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 100%;
    background-color: #ffffff; }
  .map_stores .list_stores {
    height: 100%;
    float: left;
    background-image: url("../images/border-map.png");
    background-size: 100% 100%;
    width: 100%;
    padding: 25px;
    padding-right: 14px; }
    .map_stores .list_stores h3 {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 24px;
      margin-bottom: 15px; }
    .map_stores .list_stores #listShowroom {
      float: left;
      width: 100%; }
      .map_stores .list_stores #listShowroom .khoishowroom {
        float: left;
        width: 100%;
        color: #ffffff; }
        .map_stores .list_stores #listShowroom .khoishowroom a {
          color: #c0a055; }
          .map_stores .list_stores #listShowroom .khoishowroom a:hover {
            text-decoration: underline; }
        .map_stores .list_stores #listShowroom .khoishowroom p {
          margin-bottom: 10px; }

#scrol_bar {
  float: left;
  width: 100%;
  max-height: 540px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background: #c0a055 !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(80, 255, 146, 0.15);
  width: 8px; }

div#validate_error p {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative; }
  div#validate_error p:before {
    font-size: 6px;
    content: '\f111';
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    bottom: 5px; }

section.aboutpage {
  float: left;
  width: 100%; }
  section.aboutpage .nav-tabs {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 0; }
    section.aboutpage .nav-tabs li {
      text-align: center; }
      section.aboutpage .nav-tabs li a {
        border: 0;
        text-transform: uppercase;
        font-size: 20px;
        color: #9f9f9f;
        font-weight: 600;
        position: relative;
        transition: .3s; }
        section.aboutpage .nav-tabs li a.active {
          color: #20723f; }
          section.aboutpage .nav-tabs li a.active img {
            filter: none;
            opacity: 1; }
        section.aboutpage .nav-tabs li a img {
          display: inline-block;
          margin-bottom: 15px;
          filter: grayscale(1);
          opacity: .5; }
        section.aboutpage .nav-tabs li a:hover {
          color: #20723f; }
          section.aboutpage .nav-tabs li a:hover img {
            filter: none;
            opacity: 1; }
  section.aboutpage .tab-content {
    float: left;
    width: 100%; }
    section.aboutpage .tab-content .tab-pane {
      padding: 50px 0;
      background-size: 100% auto;
      background-position: 0 100%;
      background-repeat: no-repeat; }
    section.aboutpage .tab-content h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #20723f;
      font-weight: 600;
      margin-bottom: 20px; }
    section.aboutpage .tab-content .block {
      float: right;
      max-width: 580px;
      width: 100%; }
    section.aboutpage .tab-content .block2 {
      float: left;
      width: 100%;
      margin-top: 30px; }
    section.aboutpage .tab-content .content {
      float: left;
      width: 100%; }
    section.aboutpage .tab-content #gioithieuchung {
      padding-bottom: 280px;
      padding-top: 60px;
      float: left;
      width: 100%; }
      section.aboutpage .tab-content #gioithieuchung .list_page {
        text-align: right; }
        section.aboutpage .tab-content #gioithieuchung .list_page .item {
          float: left;
          width: calc(33.33% - 10px);
          margin-left: 10px;
          position: relative;
          overflow: hidden; }
          section.aboutpage .tab-content #gioithieuchung .list_page .item:first-child {
            margin-left: 0;
            margin-right: 5px; }
          section.aboutpage .tab-content #gioithieuchung .list_page .item:last-child {
            margin-left: 15px;
            margin-right: 0; }
          section.aboutpage .tab-content #gioithieuchung .list_page .item h3 {
            margin-bottom: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 0 20px 15px;
            text-align: left;
            background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); }
            section.aboutpage .tab-content #gioithieuchung .list_page .item h3 a {
              color: white; }

a.scrollup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 14px;
  font-size: 22px;
  color: #fff;
  z-index: 99999; }
  a.scrollup:hover {
    background: rgba(0, 0, 0, 0.8); }

[name='cover_letter'] {
  float: left !important; }

.slide-home {
  float: left;
  width: 100%; }
  .slide-home .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%; }
    .slide-home .owl-dots .owl-dot span {
      width: 5px !important;
      height: 5px !important;
      background: white; }
    .slide-home .owl-dots .owl-dot.active span {
      width: 20px !important;
      height: 20px !important;
      background: transparent !important;
      border: 1px solid white;
      margin-bottom: -2px; }
  .slide-home .item {
    position: relative; }
    .slide-home .item .title {
      position: absolute;
      width: 100%;
      text-align: center;
      color: white;
      top: 32%;
      left: 0; }
      .slide-home .item .title h2 {
        font-size: 72px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 15px;
        margin-bottom: 20px; }
        .slide-home .item .title h2 b {
          font-weight: bold; }
      .slide-home .item .title p {
        text-transform: uppercase;
        font-size: 48px;
        font-weight: 600;
        letter-spacing: 10px; }
      .slide-home .item .title span {
        font-size: 24px;
        letter-spacing: 3px; }

section.service-home {
  float: left;
  width: 100%; }
  section.service-home .slide-service-home {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    section.service-home .slide-service-home .item {
      position: relative;
      float: left;
      width: 100%; }
      section.service-home .slide-service-home .item > a {
        float: left;
        width: 100%;
        overflow: hidden; }
        section.service-home .slide-service-home .item > a img {
          width: 100%;
          transition: 0.8s; }
      section.service-home .slide-service-home .item > h2 {
        width: 100%;
        margin: 0;
        color: white;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        bottom: 0;
        font-weight: 600;
        font-size: 18px; }
        section.service-home .slide-service-home .item > h2 > a {
          color: white;
          width: 100%;
          padding: 20px 0 20px 15px;
          display: inline-block; }
      section.service-home .slide-service-home .item:hover > a img {
        transform: scale(1.05); }

section.introduce-home {
  float: left;
  width: 100%;
  padding: 75px 0;
  background: #fafafa;
  position: relative; }
  section.introduce-home .img img {
    width: 100%; }
  section.introduce-home .content {
    position: absolute;
    top: -50px;
    left: 25%;
    background: #20723f;
    width: 50%; }
    section.introduce-home .content .ct-primary {
      float: left;
      width: calc(100% - 40px);
      margin: 20px;
      border: 1px dashed #c0a055; }
      section.introduce-home .content .ct-primary .title-primary {
        margin: 20px 0 10px 0; }
        section.introduce-home .content .ct-primary .title-primary h3 {
          color: white; }
      section.introduce-home .content .ct-primary .info {
        float: left;
        width: 100%;
        padding: 0 20px 20px 20px; }
        section.introduce-home .content .ct-primary .info p {
          line-height: 28px;
          color: white; }
        section.introduce-home .content .ct-primary .info .view {
          float: left;
          width: 100%;
          margin-top: 10px; }
          section.introduce-home .content .ct-primary .info .view a.view-video {
            float: left;
            display: flex;
            align-items: center;
            display: -webkit-flex;
            -webkit-align-items: center;
            color: #c0a055;
            text-transform: uppercase; }
            section.introduce-home .content .ct-primary .info .view a.view-video i {
              margin-right: 8px;
              font-size: 30px; }
          section.introduce-home .content .ct-primary .info .view .view-details {
            margin-top: 3px;
            float: right;
            display: flex;
            align-items: center;
            display: -webkit-flex;
            -webkit-align-items: center; }
            section.introduce-home .content .ct-primary .info .view .view-details a {
              color: #c0a055;
              text-transform: uppercase; }
              section.introduce-home .content .ct-primary .info .view .view-details a:hover {
                text-decoration: underline; }
            section.introduce-home .content .ct-primary .info .view .view-details i {
              color: #c0a055;
              margin-left: 8px;
              font-size: 24px; }

section.list-restaurant {
  float: left;
  width: 100%;
  padding: 40px 0 60px 0;
  position: relative; }
  section.list-restaurant .left {
    float: left;
    width: calc(38% - 20px);
    margin-right: 20px; }
    section.list-restaurant .left .block1 {
      float: right;
      max-width: 380px; }
      section.list-restaurant .left .block1 .title-primary {
        text-align: left; }
        section.list-restaurant .left .block1 .title-primary:before {
          left: 0; }
        section.list-restaurant .left .block1 .title-primary span {
          float: left;
          width: 100%;
          text-align: left; }
      section.list-restaurant .left .block1 .info p {
        font-size: 16px;
        line-height: 28px; }
      section.list-restaurant .left .block1 .info a.view-all {
        background: #20723f;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 16px 0;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 20px;
        transition: 0.4s;
        font-weight: 600; }
        section.list-restaurant .left .block1 .info a.view-all:hover {
          background: #c0a055; }
  section.list-restaurant .right {
    float: left;
    width: 62%; }
    section.list-restaurant .right .address-restaurant {
      height: 100%;
      top: 25px;
      right: 0; }
      section.list-restaurant .right .address-restaurant .item {
        float: left;
        width: calc(33.3% - 20px);
        margin-left: 20px;
        position: relative;
        overflow: hidden; }
        section.list-restaurant .right .address-restaurant .item a > img {
          width: 100%; }
        section.list-restaurant .right .address-restaurant .item:last-child {
          margin-right: 0; }
        section.list-restaurant .right .address-restaurant .item .title {
          color: white;
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 20px;
          transform: translateY(550px);
          transition: 0.4s; }
          section.list-restaurant .right .address-restaurant .item .title h3 {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 28px; }
          section.list-restaurant .right .address-restaurant .item .title span {
            font-size: 14px;
            text-transform: uppercase; }
        section.list-restaurant .right .address-restaurant .item:hover .title {
          transform: translateY(0); }

section.career-home {
  float: left;
  width: 100%;
  background: url(../images/bg-career-home.jpg) no-repeat center center;
  background-size: cover; }
  section.career-home .title-primary {
    margin-bottom: 10px; }
  section.career-home > p {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase; }
  section.career-home .content {
    float: left;
    width: 100%;
    margin-top: 30px; }
    section.career-home .content .item-hot {
      float: left;
      width: 100%;
      position: relative; }
      section.career-home .content .item-hot a {
        float: left;
        width: 100%;
        overflow: hidden; }
        section.career-home .content .item-hot a img {
          width: 100%;
          transition: 0.8s; }
      section.career-home .content .item-hot .title {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 25px;
        color: white;
        width: 100%; }
        section.career-home .content .item-hot .title h3 {
          text-transform: uppercase;
          font-size: 18px;
          float: left;
          width: 100%; }
          section.career-home .content .item-hot .title h3 a {
            color: white;
            width: 100%;
            padding-top: 5px; }
        section.career-home .content .item-hot .title .time {
          color: #20723f; }
          section.career-home .content .item-hot .title .time i {
            margin-right: 6px; }
      section.career-home .content .item-hot:hover a img {
        transform: scale(1.06); }
    section.career-home .content .item-normal {
      float: left;
      background: white;
      display: flex;
      align-items: center;
      display: -webkit-flex;
      -webkit-align-items: center; }
      section.career-home .content .item-normal .description {
        float: left;
        width: 50%;
        padding: 15px; }
        section.career-home .content .item-normal .description > h3 {
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 600; }
          section.career-home .content .item-normal .description > h3 a {
            color: #2e2e2e;
            transition: 0.4s; }
            section.career-home .content .item-normal .description > h3 a:hover {
              color: #20723f; }
        section.career-home .content .item-normal .description p {
          line-height: 22px;
          margin-bottom: 10px; }
        section.career-home .content .item-normal .description .time {
          color: #20723f;
          margin-bottom: 5px; }
          section.career-home .content .item-normal .description .time i {
            margin-right: 6px; }
        section.career-home .content .item-normal .description > a {
          float: right;
          text-transform: uppercase;
          color: #20723f; }
          section.career-home .content .item-normal .description > a i {
            margin-left: 6px;
            color: #2e2e2e; }
          section.career-home .content .item-normal .description > a:hover {
            text-decoration: underline; }
      section.career-home .content .item-normal .img {
        float: left;
        width: 50%; }
        section.career-home .content .item-normal .img a img {
          width: 100%; }
      section.career-home .content .item-normal.item2 {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        margin-top: 4px; }

section.accede {
  float: left;
  width: 100%;
  padding: 50px 0 30px 0; }
  section.accede .content {
    float: left;
    width: 100%;
    position: relative; }
    section.accede .content .img-accede img {
      width: 100%; }
    section.accede .content .why-accede {
      position: absolute;
      padding-left: 55px;
      right: 0;
      top: 0px;
      background: transparent; }
      section.accede .content .why-accede .content-primary {
        float: left;
        width: 100%;
        background: white;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
        padding: 0 30px 20px 30px; }
        section.accede .content .why-accede .content-primary .content-why p {
          float: left;
          width: 100%;
          display: flex;
          align-items: center;
          display: -webkit-flex;
          -webkit-align-items: center; }
          section.accede .content .why-accede .content-primary .content-why p:before {
            font-family: FontAwesome;
            content: '\f005';
            color: #20723f;
            font-size: 8px;
            margin-right: 15px; }

section.news-home {
  float: left;
  width: 100%;
  padding: 150px 0 30px 0; }
  section.news-home .news-hot > a {
    float: left;
    width: 100%;
    overflow: hidden; }
    section.news-home .news-hot > a img {
      width: 100%;
      transition: 0.8s; }
    section.news-home .news-hot > a:hover img {
      transform: scale(1.08); }
  section.news-home .news-hot .title {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 25px 20px;
    border: 1px solid #dedede;
    border-top: none; }
    section.news-home .news-hot .title h3 {
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase; }
      section.news-home .news-hot .title h3 a {
        color: #2e2e2e;
        transition: 0.4s;
        display: inline-block;
        width: 100%; }
        section.news-home .news-hot .title h3 a:hover {
          color: #20723f; }
    section.news-home .news-hot .title .time {
      color: #20723f;
      margin-bottom: 9px; }
      section.news-home .news-hot .title .time i {
        margin-right: 6px; }
    section.news-home .news-hot .title > a {
      float: right;
      text-transform: uppercase;
      color: #20723f; }
      section.news-home .news-hot .title > a:hover {
        text-decoration: underline; }
      section.news-home .news-hot .title > a i {
        margin-left: 6px;
        color: #2e2e2e; }
  section.news-home .news-normal {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    section.news-home .news-normal > a {
      float: left;
      width: 100%;
      overflow: hidden; }
      section.news-home .news-normal > a img {
        width: 100%;
        transition: 0.8s; }
    section.news-home .news-normal .title {
      float: left;
      width: 100%;
      padding: 10px 10px 0px 10px;
      position: absolute;
      bottom: 0;
      left: 0; }
      section.news-home .news-normal .title h3 {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 24px;
        margin: 0; }
        section.news-home .news-normal .title h3 a {
          color: #2e2e2e;
          transition: 0.4s;
          display: inline-block;
          width: 100%;
          color: white;
          height: 48px;
          overflow: hidden; }
      section.news-home .news-normal .title .time {
        color: white;
        margin-bottom: 5px; }
        section.news-home .news-normal .title .time i {
          margin-right: 6px; }
    section.news-home .news-normal:hover > a img {
      transform: scale(1.08); }
  section.news-home .view-all a {
    margin: 30px 0 10px 0;
    font-weight: 600; }

section.partner {
  float: left;
  width: 100%;
  padding-bottom: 20px; }
  section.partner .item {
    height: 135px;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    webkit-justify-content: center; }

/*popup video*/
/* --- */
.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.player__video {
  position: relative;
  top: 55%;
  left: 50%;
  width: auto;
  max-width: 75%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.js--show-video {
  opacity: 1; }

.video-filler {
  display: block;
  width: 100%; }

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff; }

/* Phan trang */
.phantrang {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 50px 0; }
  .phantrang .pagination {
    justify-content: center;
    margin: 0; }
    .phantrang .pagination li a {
      color: #2e2e2e;
      font-size: 14px;
      margin: 0 5px;
      padding: 10px 15px;
      border: 1px solid #dedede;
      border-radius: 0 !important; }
      .phantrang .pagination li a span, .phantrang .pagination li a i {
        color: #20723f; }
      .phantrang .pagination li a i {
        padding: 0 5px;
        font-size: 16px; }
      .phantrang .pagination li a:hover, .phantrang .pagination li a.active {
        background: #20723f;
        color: white;
        border: 1px solid transparent; }
        .phantrang .pagination li a:hover span, .phantrang .pagination li a:hover i, .phantrang .pagination li a.active span, .phantrang .pagination li a.active i {
          color: white; }

/* End Phan trang */
section.banner {
  float: left;
  width: 100%;
  position: relative; }
  section.banner > img {
    width: 100%; }
  section.banner .title {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 0;
    text-align: center; }
    section.banner .title h2, section.banner .title h1 {
      display: inline-block;
      color: white;
      text-transform: uppercase;
      padding-bottom: 30px;
      font-size: 45px;
      font-weight: bold; }
    section.banner .title:before {
      position: absolute;
      content: url(../images/bg-tit-primary.png);
      bottom: 0;
      left: calc(50% - 180px); }

.direct {
  float: left;
  width: 100%;
  padding: 26px 0; }
  .direct ul {
    margin: 0;
    padding: 0; }
    .direct ul li {
      list-style: none;
      float: left; }
      .direct ul li a {
        color: #777777; }
      .direct ul li.active a {
        color: #2e2e2e; }
      .direct ul li.line {
        padding: 0 5px; }

section.list-news {
  float: left;
  width: 100%; }
  section.list-news .news-hot {
    float: left;
    width: 100%; }
    section.list-news .news-hot > a {
      float: left;
      width: 100%;
      overflow: hidden; }
      section.list-news .news-hot > a img {
        width: 100%;
        transition: 0.8s; }
      section.list-news .news-hot > a:hover img {
        transform: scale(1.08); }
    section.list-news .news-hot .title {
      float: left;
      width: 100%;
      background: #fafafa;
      padding: 25px 20px;
      border: 1px solid #dedede;
      border-top: none; }
      section.list-news .news-hot .title h3 {
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.4; }
        section.list-news .news-hot .title h3 a {
          color: #2e2e2e;
          transition: 0.4s;
          display: inline-block;
          width: 100%;
          height: 48px;
          overflow: hidden; }
          section.list-news .news-hot .title h3 a:hover {
            color: #20723f; }
      section.list-news .news-hot .title .time {
        color: #20723f;
        margin-bottom: 9px; }
        section.list-news .news-hot .title .time i {
          margin-right: 6px; }
      section.list-news .news-hot .title > a {
        float: right;
        text-transform: uppercase;
        color: #20723f; }
        section.list-news .news-hot .title > a:hover {
          text-decoration: underline; }
        section.list-news .news-hot .title > a i {
          margin-left: 6px;
          color: #2e2e2e; }
    section.list-news .news-hot.item {
      margin-bottom: 20px; }

section.news-details {
  float: left;
  width: 100%;
  margin-bottom: 35px; }
  section.news-details .border-r {
    padding-right: 20px;
    border-right: 1px solid #dedede; }
    section.news-details .border-r .content-detail-news {
      float: left;
      width: 100%; }
      section.news-details .border-r .content-detail-news h1 {
        color: #20723f;
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 36px;
        text-transform: uppercase; }
      section.news-details .border-r .content-detail-news .time {
        color: #777777;
        margin-bottom: 9px;
        float: left;
        width: 100%;
        margin-top: 5px; }
        section.news-details .border-r .content-detail-news .time i {
          margin-right: 6px; }
  section.news-details .border-l {
    padding-left: 20px;
    border-left: 1px solid #dedede;
    margin-left: -1px; }
    section.news-details .border-l .sidebar-primary {
      overflow: hidden;
      float: left;
      width: 100%; }
      section.news-details .border-l .sidebar-primary h3 {
        float: left;
        width: 100%;
        font-size: 36px;
        color: #20723f;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5;
        margin-top: -13px;
        margin-bottom: 9px;
        padding-bottom: 40px;
        position: relative; }
        section.news-details .border-l .sidebar-primary h3 span {
          text-transform: none;
          float: left;
          width: 100%;
          font-family: 'UVNMuaThu';
          color: #c0a055;
          font-weight: 400; }
        section.news-details .border-l .sidebar-primary h3:after {
          position: absolute;
          content: url(../images/bg-tit-primary.png);
          bottom: 0;
          left: calc(50% - 180px); }
      section.news-details .border-l .sidebar-primary .content {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #d0b880; }
        section.news-details .border-l .sidebar-primary .content .thumb {
          float: left;
          width: 75px;
          height: auto; }
        section.news-details .border-l .sidebar-primary .content .info {
          float: left;
          width: calc(100% - 90px);
          margin-left: 15px; }
          section.news-details .border-l .sidebar-primary .content .info h4 {
            float: left;
            width: 100%; }
            section.news-details .border-l .sidebar-primary .content .info h4 a {
              font-size: 14px;
              color: #2e2e2e; }
              section.news-details .border-l .sidebar-primary .content .info h4 a:hover {
                color: #20723f; }
          section.news-details .border-l .sidebar-primary .content .info .time {
            float: left;
            width: 100%;
            color: #20723f; }
        section.news-details .border-l .sidebar-primary .content:last-child {
          border: 0; }

section.dangtuyen {
  float: left;
  width: 100%;
  margin: 15px 0;
  background-color: #f7f7f7;
  margin-bottom: 30px; }
  section.dangtuyen h3 {
    text-align: center;
    background-color: #20723f;
    float: left;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px;
    color: #ffffff;
    position: relative; }
    section.dangtuyen h3:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 8px solid #20723f;
      bottom: -8px;
      left: calc(50% - 7px); }
  section.dangtuyen form {
    padding: 15px;
    float: left;
    width: 100%;
    padding-bottom: 30px; }
    section.dangtuyen form .requrie {
      color: #777777;
      font-size: 13px;
      float: left;
      width: 100%; }
    section.dangtuyen form .form-control {
      height: 50px;
      border: 1px solid #dedede;
      border-radius: 0; }
    section.dangtuyen form .sb_send {
      border: 0;
      border-radius: 0;
      background: #20723f;
      padding: 12px 18px;
      text-transform: uppercase;
      color: #ffffff;
      cursor: pointer;
      font-weight: bold;
      font-size: 16px;
      margin-top: 10px; }
      section.dangtuyen form .sb_send:hover {
        background: #c0a055; }

section.linhvuc .content {
  float: left;
  width: 100%; }
  section.linhvuc .content .content-primary {
    padding-right: 50px; }
    section.linhvuc .content .content-primary .title-primary {
      text-align: left;
      margin-top: 0px; }
      section.linhvuc .content .content-primary .title-primary:before {
        left: 0; }
    section.linhvuc .content .content-primary .content-why {
      margin-bottom: 20px;
      font-size: 16px; }
      section.linhvuc .content .content-primary .content-why a {
        background: #20723f;
        display: inline-block;
        text-align: center;
        padding: 16px 80px;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 20px;
        transition: 0.4s;
        font-weight: 600; }

section.linhvuc_rigth {
  background-image: url("../images/bg-linhvuc-2.png"); }
  section.linhvuc_rigth .content .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse; }
    section.linhvuc_rigth .content .row .content-primary {
      padding-left: 50px;
      padding-right: 0; }
      section.linhvuc_rigth .content .row .content-primary .title-primary span {
        color: #fff; }
      section.linhvuc_rigth .content .row .content-primary .title-primary h3 {
        color: #fff; }
      section.linhvuc_rigth .content .row .content-primary .title-primary:before {
        content: url(../images/bg-tit-primary2.png); }
    section.linhvuc_rigth .content .row .content-why p {
      color: #fff; }

section.contact {
  float: left;
  width: 100%; }
  section.contact .top-contact {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
    section.contact .top-contact .info h2 {
      float: left;
      width: 100%;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-weight: 700;
      color: #2e2e2e; }
    section.contact .top-contact .info p {
      float: left;
      width: 100%;
      position: relative;
      line-height: 28px;
      color: #2e2e2e;
      margin-bottom: 12px; }
      section.contact .top-contact .info p a {
        display: inline-block;
        margin-left: 15px;
        color: #2e2e2e; }
        section.contact .top-contact .info p a i {
          color: #20723f; }
        section.contact .top-contact .info p a:hover {
          color: #20723f; }
      section.contact .top-contact .info p span {
        text-transform: uppercase; }
      section.contact .top-contact .info p a {
        color: #2e2e2e;
        text-decoration: none; }
      section.contact .top-contact .info p i {
        width: 25px;
        color: #20723f; }
      section.contact .top-contact .info p.social a {
        margin-left: 5px; }
        section.contact .top-contact .info p.social a i {
          width: 15px !important; }
    section.contact .top-contact .form-contact {
      float: left;
      margin-left: 15px;
      padding-left: 30px;
      border-left: 1px solid #eeeeee;
      padding-top: 73px; }
      section.contact .top-contact .form-contact h2 {
        float: left;
        width: 100%;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #2e2e2e;
        font-weight: 700; }
      section.contact .top-contact .form-contact .form-group {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 10px; }
        section.contact .top-contact .form-contact .form-group .form-control {
          height: 45px;
          border: 1px solid #dedede;
          border-radius: 0px;
          background: #f7f7f7;
          color: #777777; }
        section.contact .top-contact .form-contact .form-group textarea {
          padding-top: 14px;
          height: auto !important; }
        section.contact .top-contact .form-contact .form-group input::placeholder, section.contact .top-contact .form-contact .form-group textarea::placeholder {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          color: #777777; }
        section.contact .top-contact .form-contact .form-group.textarea {
          font-size: 14px; }
        section.contact .top-contact .form-contact .form-group button {
          background: #20723f;
          height: 45px;
          border: none;
          color: white;
          float: right;
          text-transform: uppercase;
          cursor: pointer;
          transition: 0.4s;
          box-shadow: none;
          outline: none;
          margin-top: 5px;
          margin-bottom: 10px;
          padding: 10px 45px;
          border-radius: 0;
          font-weight: 700; }
          section.contact .top-contact .form-contact .form-group button:hover {
            background: #c0a055; }
  section.contact #map {
    float: left;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 400px;
    overflow: hidden; }
    section.contact #map iframe {
      margin-top: -150px;
      margin-bottom: -150px; }

.error {
  float: left;
  width: 100%;
  margin-top: 5px; }
  .error span {
    color: red; }

#success_contact {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%; } }
.container {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 1450px) {
  section.list-restaurant .left .block1 {
    max-width: 395px; }

  header nav .logo {
    left: -127px; }
  header nav ul li {
    padding: 0 15px; } }
@media (max-width: 1366px) {
  section.list-restaurant .left .block1 {
    max-width: 402px; }

  header nav .logo {
    left: -90px; } }
@media (max-width: 1199px) {
  header nav .form-search-home .form-group input {
    width: 300px; }

  header {
    position: relative; }
    header nav .logo {
      position: inherit;
      float: left;
      left: 0; }
    header nav .icon-reponsive {
      width: auto;
      opacity: 1;
      visibility: visible;
      margin-top: 22px;
      margin-left: 10px;
      cursor: pointer; }
    header nav .icon-search-home i {
      font-size: 22px !important;
      width: 22px;
      height: 22px; }
    header nav ul.menu {
      position: absolute;
      width: 100%;
      top: 100%;
      right: 0;
      width: 300px;
      background: #20723f;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-100px);
      transition: 0.4s; }
      header nav ul.menu.goIn {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
      header nav ul.menu li {
        float: right;
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 14px; }
        header nav ul.menu li a {
          color: white;
          padding: 9px 0;
          width: 100%;
          border-bottom: none; }
          header nav ul.menu li a:hover {
            border: none;
            border-bottom: 1px solid white; }
        header nav ul.menu li.active a {
          border-bottom: none;
          font-weight: bold;
          color: #c0a055; }
        header nav ul.menu li:last-child a {
          border: none; }
        header nav ul.menu li:hover .sub-menu {
          max-height: 1000px; }
        header nav ul.menu li .sub-menu {
          max-height: 0px;
          width: 100%;
          right: 0;
          position: static;
          padding: 0; }
          header nav ul.menu li .sub-menu .img {
            display: none; }
          header nav ul.menu li .sub-menu .gp-left ul li a {
            margin: 0; }

  section.service-home .slide-service-home .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    background: #20723f; }
  section.service-home .slide-service-home .owl-dot.active span {
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
    border: 1px solid #20723f;
    margin-bottom: -2px; }

  section.introduce-home {
    padding: 20px 0; }
    section.introduce-home .img {
      display: none; }
    section.introduce-home .content {
      float: left;
      width: 100%;
      position: relative;
      left: inherit;
      top: inherit; }

  section.list-restaurant {
    padding: 20px 0 40px 0; }
    section.list-restaurant .left {
      width: 100%;
      padding: 0 10px; }
      section.list-restaurant .left .block1 {
        max-width: 100%;
        text-align: center; }
        section.list-restaurant .left .block1 .title-primary {
          text-align: center; }
          section.list-restaurant .left .block1 .title-primary span {
            text-align: center; }
          section.list-restaurant .left .block1 .title-primary:before {
            left: calc(50% - 180px); }
        section.list-restaurant .left .block1 .info {
          float: left;
          width: 100%;
          text-align: center; }
          section.list-restaurant .left .block1 .info a.view-all {
            width: 60%;
            float: none; }
    section.list-restaurant .right {
      width: 100%;
      margin-top: 20px; }
      section.list-restaurant .right .address-restaurant .item {
        margin: 0 10px; }
        section.list-restaurant .right .address-restaurant .item .title {
          transform: translateY(0); }

  section.accede .content .why-accede {
    position: inherit;
    padding-left: 0;
    margin-top: -50px;
    z-index: 1; }

  section.news-home .news-hot {
    float: left;
    width: 100%;
    margin-bottom: 20px; }

  section.career-home .content .item-hot {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  section.career-home .content .item-normal {
    margin-bottom: 20px; }
    section.career-home .content .item-normal.item2 {
      margin: 0; }

  section.linhvuc .content .img {
    text-align: center; }
  section.linhvuc .content .content-primary {
    padding-right: 0; }
  section.linhvuc.linhvuc_rigth .content .content-primary {
    padding-left: 0; }

  .slide-home .item .title h2 {
    font-size: 30px; }
  .slide-home .item .title p {
    font-size: 25px; }
  .slide-home .item .title span {
    font-size: 16px; }

  footer .top-ft .item h3 {
    line-height: 32px;
    font-size: 22px; }
  footer .top-ft .item iframe {
    width: 100%; }
  footer .top-ft .item.item1 {
    padding-right: 0; }
  footer .top-ft .item.item2 {
    padding-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  section.aboutpage .tab-content .block {
    max-width: inherit;
    width: 100%;
    padding: 0 15px; }

  section.banner .title {
    top: 20%; }

  section.aboutpage .nav-tabs li a {
    font-size: 16px; } }
@media (max-width: 767px) {
  section.dangtuyen form {
    padding: 9px; }

  #validate_error .alert {
    padding: 10px; }

  div#validate_error p:before {
    content: ''; }

  div#validate_error p {
    padding-left: 0; }

  .title-primary {
    overflow: hidden;
    margin: 10px 0; }
    .title-primary span {
      font-size: 24px; }
    .title-primary h3 {
      font-size: 28px;
      margin-top: 5px; }

  header nav .logo {
    left: -10px; }
    header nav .logo img {
      width: 170px; }
  header nav .icon-search-home {
    margin-top: 12px; }
  header nav .icon-reponsive {
    margin-top: 9px; }
  header nav ul.menu {
    left: -10px;
    right: -10px;
    width: calc(100% + 20px) !important; }
  header nav .form-search-home {
    width: 100%; }
    header nav .form-search-home .form-group {
      width: 100%; }
      header nav .form-search-home .form-group input {
        width: 100%; }

  .slide-home .owl-dots {
    bottom: 5px; }
  .slide-home .item .title {
    top: 26%; }
    .slide-home .item .title h2 {
      font-size: 20px;
      letter-spacing: 2px;
      margin-bottom: 5px; }
    .slide-home .item .title p {
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 0px; }
    .slide-home .item .title span {
      font-size: 12px;
      letter-spacing: 2px; }

  section.list-restaurant {
    padding-top: 0; }
    section.list-restaurant .left .block1 .info a.view-all {
      font-size: 14px;
      padding: 12px 0;
      margin-top: 10px; }
    section.list-restaurant .right .address-restaurant .item {
      width: calc(100% - 20px);
      margin-bottom: 10px; }

  section.service-home .slide-service-home {
    margin-bottom: 15px; }

  section.career-home .content .item-hot .title h3 {
    line-height: 25px; }
  section.career-home .content .item-normal {
    display: block; }
    section.career-home .content .item-normal .description {
      width: 100%; }
    section.career-home .content .item-normal .img {
      width: 100%; }

  section.accede {
    padding: 30px 0 10px 0; }
    section.accede .content .why-accede {
      padding-left: 10px; }
      section.accede .content .why-accede .content-primary {
        padding: 0 20px 10px 20px; }

  .view-all a {
    padding: 12px 100px;
    font-size: 14px;
    margin: 20px 0; }

  section.introduce-home .content .ct-primary {
    width: calc(100% - 20px);
    margin: 10px; }
    section.introduce-home .content .ct-primary .info {
      padding: 0 10px 10px 10px; }

  section.news-home .view-all a {
    margin-top: 0px;
    width: 100%; }

  section.partner .item {
    height: 100px; }
    section.partner .item img {
      max-width: 100%; }

  footer .top-ft {
    padding: 20px 0; }
    footer .top-ft .item {
      margin-bottom: 15px; }
      footer .top-ft .item h3 {
        margin-bottom: 10px;
        font-size: 18px; }
      footer .top-ft .item p {
        font-size: 14px; }
      footer .top-ft .item.item3 {
        margin-bottom: 0; }
  footer .copy-right p {
    padding: 10px 0;
    text-align: center; }
  footer .copy-right .total-online p {
    padding-top: 0; }

  section.banner .title {
    bottom: 10%; }
    section.banner .title:before {
      content: ''; }

  section.banner .title h2, section.banner .title h1 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600; }

  .direct {
    padding: 10px 0; }

  section.aboutpage .nav-tabs li {
    padding-left: 0;
    padding-right: 10px;
    width: auto;
    float: left;
    display: inline-block; }
    section.aboutpage .nav-tabs li a {
      padding: 0;
      padding: 0;
      font-size: 11px; }
      section.aboutpage .nav-tabs li a img {
        height: 30px; }
    section.aboutpage .nav-tabs li:last-child {
      padding-left: 0; }

  section.aboutpage .tab-content h2 {
    margin-bottom: 10px; }
  section.aboutpage .tab-content #gioithieuchung {
    padding: 20px 0; }
  section.aboutpage .tab-content .block {
    padding: 0 10px; }
  section.aboutpage .tab-content .list_page {
    margin-left: 7px; }
    section.aboutpage .tab-content .list_page .item {
      width: calc(33.33%  - 7px);
      margin-left: 7px; }
      section.aboutpage .tab-content .list_page .item:last-child {
        margin-left: 7px;
        margin-right: 0; }
      section.aboutpage .tab-content .list_page .item:first-child {
        margin-left: 7px;
        margin-right: 0; }
      section.aboutpage .tab-content .list_page .item h3 a {
        color: white;
        font-size: 18px;
        font-weight: 600; }

  section.aboutpage .tab-content #gioithieuchung .list_page .item {
    margin-left: 7px;
    width: calc(33.33% - 7px);
    margin-right: 0; }

  section.aboutpage .tab-content #gioithieuchung .list_page .item:first-child {
    margin-right: 0; }

  section.aboutpage .tab-content #gioithieuchung .list_page .item:last-child {
    margin-left: 7px; }

  section.aboutpage .tab-content .tab-pane {
    background-image: none !important; }

  section.aboutpage .tab-content .tab-pane {
    padding: 20px 0; }

  section.contact .top-contact .info h2 {
    margin-bottom: 10px;
    font-size: 20px; }
  section.contact .top-contact .info p {
    line-height: 24px;
    margin-bottom: 6px; }
    section.contact .top-contact .info p span:nth-child(3) {
      display: block;
      height: 1px;
      text-indent: -9999px;
      margin: 0; }
  section.contact .top-contact .form-contact {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-top: 20px; }
    section.contact .top-contact .form-contact h2 {
      font-size: 20px; }
  section.contact #map {
    height: 300px; }

  .map_stores {
    padding: 0; }
    .map_stores #google-maps {
      height: 300px; }

  .list_stores {
    background: #20723f; }
    .list_stores #scrol_bar {
      max-width: 300px; }
    .list_stores h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    .list_stores #listShowroom .khoishowroom p {
      margin-bottom: 5px; }

  .search_store {
    padding: 0;
    margin-bottom: 10px; }
    .search_store span {
      display: none; }
    .search_store select {
      margin-left: 0; }

  section.news-details .border-r .content-detail-news h1 {
    font-size: 30px; } }
section.news-details .border-l .sidebar-primary .content:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

@media (max-width: 321px) {
  section.aboutpage .nav-tabs li {
    padding-right: 6px; }
    section.aboutpage .nav-tabs li a {
      font-size: 10px; } }

section.partner {
    padding-top: 150px;
}
@media (max-width: 1199px) {
    section.partner{
        padding-top: 30px;
    }
}
/*# sourceMappingURL=main.css.map */
