#container .about {
  padding: 42px 0 49px; }

@media (max-width: 999px) {
  .about {
    padding: 5px 0px 30px; } }

.about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 700px) {
    .about .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse; } }
  .about .wrapper .ct_left {
    width: 36.6%; }
    @media (max-width: 700px) {
      .about .wrapper .ct_left {
        width: 300px;
        margin: auto; } }
    .about .wrapper .ct_left .list_video .video_item a {
      border-radius: unset;
      border: none; }
    .about .wrapper .ct_left .list_video .owl-controls .owl-nav .owl-prev {
      right: calc(100% + 14px);
      top: 43%; }
      @media (max-width: 700px) {
        .about .wrapper .ct_left .list_video .owl-controls .owl-nav .owl-prev {
          width: 22px;
          height: 23px;
          right: calc(100% + 5px); } }
      @media (max-width: 320px) {
        .about .wrapper .ct_left .list_video .owl-controls .owl-nav .owl-prev {
          display: none; } }
    .about .wrapper .ct_left .list_video .owl-controls .owl-nav .owl-next {
      left: calc(100% + 14px);
      top: 43%; }
      @media (max-width: 999px) {
        .about .wrapper .ct_left .list_video .owl-controls .owl-nav .owl-next {
          width: 22px;
          height: 23px;
          left: calc(100% + 5px); } }
      @media (max-width: 320px) {
        .about .wrapper .ct_left .list_video .owl-controls .owl-nav .owl-next {
          display: none; } }
  .about .wrapper .ct_right {
    width: 63.4%;
    padding-left: 6.7%; }
    @media (max-width: 999px) {
      .about .wrapper .ct_right {
        padding-left: 35px;
        padding-right: 0px; } }
    @media (max-width: 700px) {
      .about .wrapper .ct_right {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 20px; } }
    .about .wrapper .ct_right .content_detail h2.title {
      font-family: Roboto;
      font-weight: 300;
      font-size: 34px;
      color: #057cf2;
      display: inline-block;
      border-bottom: 1px solid #c2c2c2;
      padding-bottom: 9px;
      position: relative; }
      @media (max-width: 999px) {
        .about .wrapper .ct_right .content_detail h2.title {
          font-size: 25px;
          padding-bottom: 0px; } }
      @media (max-width: 790px) {
        .about .wrapper .ct_right .content_detail h2.title {
          font-size: 20px; } }
      .about .wrapper .ct_right .content_detail h2.title:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #c2c2c2;
        border-radius: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
        @media (max-width: 999px) {
          .about .wrapper .ct_right .content_detail h2.title:before {
            width: 8px;
            height: 8px; } }
      .about .wrapper .ct_right .content_detail h2.title span {
        font-size: 36px;
        color: #057cf2;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 999px) {
          .about .wrapper .ct_right .content_detail h2.title span {
            font-size: 27px; } }
        @media (max-width: 790px) {
          .about .wrapper .ct_right .content_detail h2.title span {
            font-size: 22px; } }
    .about .wrapper .ct_right .content_detail .content {
      font-size: 14.5px;
      color: #7a7a7a;
      font-family: Roboto;
      font-weight: 400;
      padding-top: 27px; }
      .about .wrapper .ct_right .content_detail .content p {
        padding: 0px; }
      @media (max-width: 999px) {
        .about .wrapper .ct_right .content_detail .content {
          padding-top: 15px;
          font-size: 14px; } }

.about_other {
  background: #f4f4f4;
  padding-top: 44px;
  padding-bottom: 27px; }
  @media (max-width: 999px) {
    .about_other {
      padding-top: 30px; } }
  .about_other .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about_other .wrapper .content {
      width: 100%;
      font-family: Roboto;
      color: #626262;
      font-weight: 300; }
      @media (max-width: 999px) {
        .about_other .wrapper .content {
          padding-right: 10px; } }
      @media (max-width: 700px) {
        .about_other .wrapper .content {
          width: 100%;
          padding-bottom: 30px;
          padding-top: 0px; } }
      .about_other .wrapper .content p {
        padding: 0px;
        padding-left: 34px;
        position: relative;
        padding-bottom: 28px; }
        @media (max-width: 999px) {
          .about_other .wrapper .content p {
            padding-bottom: 10px;
            padding-left: 20px; } }
        .about_other .wrapper .content p:last-child {
          padding-bottom: 0px; }
        .about_other .wrapper .content p:before {
          content: '';
          width: 18px;
          height: 5px;
          background: url("../images/right_detail.png") no-repeat;
          background-size: contain;
          position: absolute;
          left: 0;
          top: 8px; }
          @media (max-width: 999px) {
            .about_other .wrapper .content p:before {
              width: 14px;
              height: 4px; } }
    .about_other .wrapper .list_group_product {
      width: 100%; }
      .about_other .wrapper .list_group_product .list_title {
        font-family: Roboto;
        font-size: 14.5px;
        color: #3c3c3c;
        font-weight: 500;
        padding-left: 49px;
        position: relative;
        margin-bottom: 34px; }
        .about_other .wrapper .list_group_product .list_title:before {
          content: '';
          width: 36px;
          height: 36px;
          background: #ed1c24 url("../images/left_list_group_pd.png") no-repeat center;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 50%; }
      .about_other .wrapper .list_group_product .list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px; }
        @media (max-width: 999px) {
          .about_other .wrapper .list_group_product .list_item {
            margin-right: -10px; } }
        .about_other .wrapper .list_group_product .list_item .item {
          width: calc(100%/3);
          padding-right: 20px;
          margin-bottom: 20px; }
          @media (max-width: 999px) {
            .about_other .wrapper .list_group_product .list_item .item {
              padding-right: 10px;
              margin-bottom: 10px; } }
          @media (max-width: 400px) {
            .about_other .wrapper .list_group_product .list_item .item {
              width: 50%; } }
          .about_other .wrapper .list_group_product .list_item .item a.link {
            padding-top: 83%;
            position: relative;
            background: #FFF;
            display: block;
            -webkit-box-shadow: 0px 0px 4px 2px #e1e1e1;
            box-shadow: 0px 0px 4px 2px #e1e1e1; }
            .about_other .wrapper .list_group_product .list_item .item a.link:hover {
              background: #ed1c24;
              -webkit-box-shadow: unset;
              box-shadow: unset; }
              .about_other .wrapper .list_group_product .list_item .item a.link:hover .title {
                color: #FFF; }
            .about_other .wrapper .list_group_product .list_item .item a.link .title {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              padding: 5px 20px;
              font-family: Roboto;
              font-size: 20px;
              color: #444444;
              font-weight: 500;
              text-align: center; }
              @media (max-width: 999px) {
                .about_other .wrapper .list_group_product .list_item .item a.link .title {
                  padding: 5px 10px;
                  font-size: 18px; } }
              @media (max-width: 768px) {
                .about_other .wrapper .list_group_product .list_item .item a.link .title {
                  font-size: 16px; } }

#contact_map {
  padding-top: 29px; }
  #contact_map .contact_map_bg {
    padding: 6px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 2px #f2f2f2;
    box-shadow: 0px 0px 6px 2px #f2f2f2; }
    #contact_map .contact_map_bg iframe {
      width: 100%;
      height: 380px; }

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