@charset "UTF-8";
@font-face {
  font-family: "bold";
  src: url("./../fonts/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "opensan";
  src: url("./../fonts/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "semibold";
  src: url("./../fonts/OpenSans-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: "extrabold";
  src: url("./../fonts/OpenSans-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: "italic";
  src: url("./../fonts/OpenSans-Italic.ttf") format("truetype"); }
:root {
  font-size: 12.30px; }
  @media screen and (max-width: 1920px) {
    :root {
      font-size: 12.30px; } }
  @media screen and (max-width: 1024px) {
    :root {
      font-size: 10px; } }
  @media screen and (max-width: 800px) {
    :root {
      font-size: 9px; } }
  @media screen and (max-width: 480px) {
    :root {
      font-size: 8.5px; } }
  @media screen and (max-width: 375px) {
    :root {
      font-size: 8.5px; } }

:root {
  font-size: 12.50px; }
  @media screen and (max-width: 1920px) {
    :root {
      font-size: 12.50px; } }
  @media screen and (max-width: 1600px) {
    :root {
      font-size: 12px; } }
  @media screen and (max-width: 1440px) {
    :root {
      font-size: 10.5px; } }
  @media screen and (max-width: 1024px) {
    :root {
      font-size: 9px; } }
  @media screen and (max-width: 480px) {
    :root {
      font-size: 8.5px; } }

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .container {
    max-width: 1050px; } }
body {
  font-family: Raleway-Regular, sans-serif;
  letter-spacing: 0px !important;
  background: #f5f5f5;
  color: #20212a;
  background-size: cover;
  line-height: 1.5; }
  body p,
  body ul,
  body li,
  body h3,
  body h5,
  body h2,
  body span {
    line-height: 1.5;
    color: #131313; }
  body h3.title {
    font-size: 2.4rem;
    color: black;
    font-family: "bold"; }
  body h5.title {
    font-family: bold;
    font-size: 1.92rem;
    color: #131313; }
  body #sidemenu li.selected {
    /* background: #aaa; */ }
    body #sidemenu li.selected a {
      color: #7215be; }
  body .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  body .hover-img {
    overflow: hidden; }
    body .hover-img img:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: 0.8s all ease-in;
      transition: 0.8s all ease-in; }
  body p {
    font-family: opensan;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0 !important;
    color: #131313; }
    @media screen and (max-width: 580px) {
      body p {
        letter-spacing: 0.3px !important; } }
  @media screen and (min-width: 1700px) {
    body .container {
      max-width: 1230px; } }

a h5, a h6, a h3, a p:hover {
  color: #0089d0;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in; }

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.left-slick {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 47.5%;
  bottom: -110px;
  padding: 9px 13px;
  color: #0089d0;
  border: 1px solid #0089d0;
  border-radius: 5px;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 2; }

.right-slick {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 53%;
  bottom: -110px;
  padding: 9px 12px;
  color: #0089d0;
  border: 1px solid #0089d0;
  border-radius: 5px;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 2; }

.left-slicks {
  left: 0;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 60%;
  width: 35px;
  height: 35px;
  background-color: #59cbe8;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    .left-slicks {
      top: 65%;
      font-size: 20px;
      background-color: unset; } }

.right-slicks {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: -20px;
  top: 60%;
  width: 35px;
  height: 35px;
  background-color: #59cbe8;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    .right-slicks {
      top: 65%;
      right: -30px;
      font-size: 20px;
      background-color: unset; } }

@media screen and (max-width: 580px) {
  .header-inner {
    padding: 8px 25px; }
    .header-inner .logo-header img {
      width: 75%; }

  .right-slick {
    left: 55%;
    padding: 6.5px 9px;
    font-size: 10px;
    bottom: -65px; }

  .left-slick {
    left: 45%;
    padding: 6.5px 9px;
    font-size: 10px;
    bottom: -65px; } }
.form-select select {
  background-image: url("../image/icons/select.png") !important;
  background-size: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/10px 7px; }
  @media (max-width: 580px) {
    .form-select select {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.75rem center/10px 7px; } }

.slick-dots {
  bottom: 0px; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0089d0; }

.slick-dots li button:before {
  content: '.';
  font-size: 80px; }

.slick-dots li button:before {
  color: #878787;
  opacity: 1; }

.content_tongquan .slick-dots li button:before {
  color: #ffff;
  opacity: 1; }
.content_tongquan .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0089d0; }

.slick-dots li {
  margin: 0 0px; }

.slick-initialized {
  position: relative; }
  .slick-initialized .slick-right {
    position: absolute;
    top: 40%;
    left: -12px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    z-index: 2;
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
  .slick-initialized .slick-left {
    position: absolute;
    top: 40%;
    right: -25px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    z-index: 2;
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
  .slick-initialized .slick-right2 {
    position: absolute;
    top: 55%;
    left: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    z-index: 2;
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
    @media screen and (max-width: 580px) {
      .slick-initialized .slick-right2 {
        width: 2%; } }
  .slick-initialized .slick-left2 {
    position: absolute;
    top: 55%;
    right: 25px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    z-index: 2;
    background: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
    @media screen and (max-width: 580px) {
      .slick-initialized .slick-left2 {
        width: 2%; } }

.slick-slider {
  margin-bottom: unset; }

.the_content {
  font-family: OpenSans; }
  .the_content a {
    font-family: opensan !important; }
  .the_content p {
    font-family: opensan !important; }
  .the_content span {
    font-family: opensan !important; }
  .the_content strong {
    font-family: bold;
    font-weight: 700 !important; }
    .the_content strong span {
      font-family: bold; }
  .the_content b {
    font-family: bold;
    font-weight: 700 !important; }
    .the_content b span {
      font-family: bold; }
  .the_content .title {
    font-weight: 700; }
    .the_content .title span {
      font-family: bold; }

.has-drop-cap {
  margin-bottom: 50px; }

.the_content {
  text-align: justify; }
  .the_content h2,
  .the_content h3,
  .the_content h4 {
    color: #000;
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
  .the_content em {
    font-style: italic; }
  .the_content h6 {
    font-size: 1.28rem; }
  .the_content h5 {
    font-size: 1.44rem; }
  .the_content h4 {
    font-size: 1.36rem; }
  .the_content h3 {
    font-size: 2rem; }
  .the_content h2 {
    font-size: 2.16rem;
    line-height: 1.5; }
  .the_content p {
    color: #131313;
    margin-bottom: 1rem;
    font-size: 14px;
    font-family: opensan; }
    @media (max-width: 600px) {
      .the_content p {
        font-size: 13px; } }
  .the_content ul {
    list-style: disc;
    padding-left: 18px;
    padding-bottom: 5px;
    font-family: opensan; }
  .the_content ul li {
    color: #131313;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    list-style: disc; }
    @media (max-width: 600px) {
      .the_content ul li {
        font-size: 13px; } }
  .the_content ul li a {
    color: #ff5912; }
  .the_content a {
    color: #6254e7; }
  .the_content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px; }
  .the_content ol li {
    list-style: decimal;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #131313;
    font-family: opensan;
    font-size: 14px; }
    @media (max-width: 600px) {
      .the_content ol li {
        font-size: 13px; } }
  .the_content ol li a {
    color: #131313;
    font-family: opensan;
    font-size: 14px; }
    @media (max-width: 600px) {
      .the_content ol li a {
        font-size: 13px; } }
  .the_content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #6254e7; }
  .the_content strong {
    color: #131313;
    font-family: opensan;
    font-size: 14px; }
    @media (max-width: 600px) {
      .the_content strong {
        font-size: 13px; } }
  .the_content blockquote p {
    margin: 0 !important; }
  .the_content code {
    background: #6254e7;
    border-radius: 3px;
    font-size: 0.85rem;
    color: #fff;
    padding: 0 5px;
    display: inline-block; }
  .the_content table > tbody > tr > td,
  .the_content table > tbody > tr > th,
  .the_content table > tfoot > tr > td,
  .the_content table > tfoot > tr > th,
  .the_content table > thead > tr > td,
  .the_content table > thead > tr > th {
    border: 1px solid #0089d0;
    padding: 7px 10px; }
  .the_content iframe {
    margin: auto;
    width: 100%;
    min-height: 315px;
    margin-bottom: 10px; }
  .the_content img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 1.6rem 0; }
  .the_content .syntaxhighlighter {
    padding: 10px 0; }
  .the_content figure figcaption {
    text-align: center; }

a:hover {
  text-decoration: unset; }
  a:hover h4,
  a:hover p,
  a:hover ul,
  a:hover li,
  a:hover h3,
  a:hover h5,
  a:hover span,
  a:hover i {
    text-decoration: none; }

p {
  font-family: "opensan";
  font-size: 1.28rem; }

li {
  list-style: none; }

button {
  outline: none;
  border: none; }

.btn a {
  background: #40c8f4;
  font-family: opensan;
  font-size: 12px;
  color: white;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #40c8f4; }
  @media screen and (max-width: 1024px) {
    .btn a {
      padding: 9px 30px; } }
  @media screen and (max-width: 1024px) {
    .btn a {
      padding: 5px 25px; } }
  .btn a:hover {
    -webkit-transition: .5s all;
    transition: .5s all;
    background: white !important;
    color: #40c8f4 !important;
    border: 1px solid #40c8f4 !important;
    font-weight: bold; }

.button2 a {
  padding: 6px 26px;
  font-family: "opensan";
  font-size: 1.2rem;
  color: #000;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ffff; }
  @media screen and (max-width: 1024px) {
    .button2 a {
      padding: 5px 20px; } }
  .button2 a:hover {
    -webkit-transition: .5s all;
    transition: .5s all;
    background: #2cca58 !important;
    color: #010101 !important;
    border: 1px solid #2cca58 !important;
    font-weight: bold; }

.button3 a {
  background: transparent;
  padding: 12px 40px;
  font-family: opensan;
  font-size: 1.28rem;
  color: white;
  border-radius: 5px;
  border: 1px solid white; }
  @media screen and (max-width: 1024px) {
    .button3 a {
      padding: 9px 30px; } }
  @media screen and (max-width: 1024px) {
    .button3 a {
      padding: 8px 25px;
      font-size: 14px; } }
  .button3 a:hover {
    -webkit-transition: .5s all;
    transition: .5s all;
    background: #fff !important;
    color: #0089d0 !important;
    border: 1px solid #fff !important; }

.breacumb {
  background: #f5f5f5; }
  .breacumb ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0; }
    .breacumb ul li {
      font-family: "opensan";
      font-size: 1.28rem;
      color: #131313; }
      .breacumb ul li a {
        font-family: "opensan";
        font-size: 1.28rem;
        color: #131313; }
      .breacumb ul li span {
        padding: 0 3px; }
      .breacumb ul li:last-child span {
        display: none; }

.search .form-search {
  position: relative; }
  .search .form-search .form-control {
    border-radius: 50px;
    height: 45px;
    background: #f0f3f6;
    color: #131313;
    font-size: 1.12rem;
    border: unset;
    width: 100%;
    padding-left: 40px; }
  .search .form-search ::-webkit-input-placeholder {
    /* Edge */
    color: #131313;
    opacity: 50%;
    font-family: opensan;
    font-size: 14px; }
  .search .form-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #131313;
    opacity: 50%;
    font-family: opensan;
    font-size: 14px; }
  .search .form-search ::-ms-input-placeholder {
    color: #010101;
    opacity: 50%;
    font-family: opensan;
    font-size: 14px; }
  .search .form-search ::placeholder {
    color: #010101;
    opacity: 50%;
    font-family: opensan;
    font-size: 14px; }
  .search .form-search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: 0%;
    background: none;
    border: none;
    font-size: 1.44rem;
    color: #62636d; }
    .search .form-search button i {
      color: #131313;
      opacity: 50%;
      font-size: 1.333333rem; }

ul.btn-product {
  top: 20px;
  left: 15px; }
  ul.btn-product li a {
    font-size: 12px;
    color: #fff;
    font-family: "opensan";
    margin-right: 8px;
    padding: 3px 15px;
    border-radius: 20px; }
    ul.btn-product li a:hover {
      padding: 5px 15px;
      -webkit-transition: 0.3s all ease-in;
      transition: 0.3s all ease-in; }
  ul.btn-product li a.black {
    background-color: #010101; }
  ul.btn-product li a.green {
    background-color: #62a033; }
  ul.btn-product li a.red {
    background-color: #e04646; }

.banner650 {
  position: relative;
  background-image: url("../images/banner-form.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .banner650 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 300px;
    left: 33%; }
    .banner650 .text h5 {
      font-family: opensan-ExtraBold;
      font-size: 2.4rem;
      color: white;
      line-height: 1.5; }
      @media screen and (max-width: 580px) {
        .banner650 .text h5 {
          font-size: 3rem; } }

.scrollbar {
  margin-bottom: 25px;
  margin-left: 0px;
  margin-top: 40px;
  width: 100%;
  overflow-y: scroll; }
  @media screen and (max-width: 800px) {
    .scrollbar .table_total {
      min-width: 520px; } }

#style-1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

#style-1::-webkit-scrollbar-thumb {
  background-color: #005596;
  height: 5px;
  border-radius: 3px; }

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.fixed-menu {
  position: fixed !important;
  -webkit-transition: 0.9s ease-out all;
  transition: 0.9s ease-out all;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%; }

.scroll-top {
  display: none; }

.active-scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3; }

.active-scroll a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: #fff;
  background: #0089d0;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 30px;
  display: table; }
  @media screen and (max-width: 580px) {
    .active-scroll a {
      width: 30px;
      height: 30px; } }
  .active-scroll a:hover i {
    color: white !important; }
  .active-scroll a i {
    display: table-cell;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    color: white;
    font-size: 20px; }
    @media screen and (max-width: 580px) {
      .active-scroll a i {
        font-size: 13px; } }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.nhung-data {
  background: #ffff;
  padding: 20px 0; }
  @media screen and (max-width: 600px) {
    .nhung-data {
      padding: 30px 0 40px; } }
  .nhung-data .text ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 580px) {
      .nhung-data .text ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start; } }
    .nhung-data .text ul li {
      padding: 10px 0;
      margin-right: 50px;
      font-family: bold;
      font-size: 15px;
      color: #39414d; }
      .nhung-data .text ul li h5 {
        font-family: bold;
        font-size: 16px;
        color: #131313; }
      .nhung-data .text ul li P {
        font-family: light;
        font-size: 14px;
        color: #39414d; }
      .nhung-data .text ul li:last-child {
        margin-right: unset;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      @media screen and (max-width: 1440px) {
        .nhung-data .text ul li {
          margin-right: 25px; } }
      @media screen and (max-width: 800px) {
        .nhung-data .text ul li {
          padding-bottom: 7px; } }
      .nhung-data .text ul li span {
        font-family: opensan;
        padding-left: 0px; }
        @media screen and (max-width: 1440px) {
          .nhung-data .text ul li span {
            padding-left: 0px; } }
      .nhung-data .text ul li span.green {
        color: #15b921; }
      .nhung-data .text ul li span i {
        padding-left: 10px;
        font-size: 2rem; }
      .nhung-data .text ul li span.red {
        color: #ea272b; }
    .nhung-data .text ul li.ss p {
      font-family: bold; }
    .nhung-data .text ul li.ght {
      padding-right: 2.4rem; }
      @media screen and (max-width: 800px) {
        .nhung-data .text ul li.ght {
          width: 70%;
          margin-right: 60px; } }
    .nhung-data .text ul li .btn a {
      font-size: 13px;
      background-color: #0089d0;
      border: 1px solid #0089d0;
      color: white;
      border-radius: 5px;
      padding: 10px 40px; }
      .nhung-data .text ul li .btn a:hover {
        color: #0089d0;
        background: white; }

.form-group .form-control {
  position: relative; }

@media screen and (max-width: 1024px) {
  .search .form-search {
    position: relative; }
    .search .form-search .form-control {
      border-radius: 5px;
      height: 38px;
      font-size: 14px;
      padding-left: 25px; } }
    @media screen and (max-width: 1024px) and (max-width: 600px) {
      .search .form-search .form-control {
        padding-left: 20px; } }
@media screen and (max-width: 1024px) {
    .search .form-search ::-webkit-input-placeholder {
      /* Edge */
      opacity: 1;
      font-family: opensan;
      font-size: 1px; }
    .search .form-search :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      opacity: 1;
      font-family: opensan;
      font-size: 13px; }
    .search .form-search ::-ms-input-placeholder {
      opacity: 1;
      font-family: opensan;
      font-size: 13px; }
    .search .form-search ::placeholder {
      opacity: 1;
      font-family: opensan;
      font-size: 13px; }
    .search .form-search button {
      right: 5%;
      font-size: 15px; }
      .search .form-search button i {
        color: #131313;
        font-size: 15px;
        opacity: 70%; } }
@media screen and (max-width: 580px) {
  .nhung-data .text ul li {
    padding: 7px 0;
    font-size: 12px;
    margin-right: 5px; }
    .nhung-data .text ul li h5 {
      font-size: 15px; }
    .nhung-data .text ul li P {
      font-family: light;
      font-size: 13px;
      color: #39414d; }
  .nhung-data .text ul li.ss p {
    font-family: bold; }
  .nhung-data .text span {
    font-family: opensan;
    padding-left: 15px;
    font-size: 12px; } }
  @media screen and (max-width: 580px) and (max-width: 1440px) {
    .nhung-data .text span {
      padding-left: 10px; } }
@media screen and (max-width: 580px) {
  .nhung-data li.ght {
    padding-right: 2.4rem; }
  .nhung-data li .btn {
    margin-top: 20px;
    padding: 0; }
    .nhung-data li .btn a {
      font-size: 14px;
      padding: 10px 40px; }
      .nhung-data li .btn a:hover {
        color: #0089d0;
        background: white; } }
.menu-top .content {
  background-color: #f5f5f5; }
  .menu-top .content .item {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu-top .content .item a p {
      font-family: semibold;
      font-size: 13px;
      color: #005596;
      padding: 15px 0; }

.form-canhan .wpcf7-not-valid-tip {
  position: absolute;
  top: 28px;
  color: #dc3232;
  font-family: 'opensan';
  font-size: 1em;
  font-weight: normal;
  display: block; }

.wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: 4px;
  padding: 5px;
  font-family: opensan; }

.pagnition {
  padding-bottom: 8rem; }
  @media screen and (max-width: 580px) {
    .pagnition {
      padding: 20px 0 40px;
      text-align: center; } }
  .pagnition .page-numbers {
    padding: 7px 13px !important;
    background: #ffff;
    color: #131313;
    font-size: 13px;
    margin-right: 8px;
    font-family: semibold;
    border-radius: 5px; }
    @media screen and (max-width: 580px) {
      .pagnition .page-numbers {
        padding: 7px 12px !important;
        margin-right: 3px; } }
    .pagnition .page-numbers:hover {
      background-color: #005596;
      color: #fff; }
  .pagnition span {
    margin-left: 0 !important; }
  .pagnition .prev, .pagnition .next {
    background-color: unset !important;
    padding: 7px 11px !important; }
    @media screen and (max-width: 580px) {
      .pagnition .prev, .pagnition .next {
        padding: 7px 9px !important; } }
    .pagnition .prev:hover i, .pagnition .next:hover i {
      color: #131313 !important; }
    .pagnition .prev i, .pagnition .next i {
      color: #131313 !important;
      font-size: 1.6rem;
      padding: 3px 3px; }
      @media (max-width: 600px) {
        .pagnition .prev i, .pagnition .next i {
          margin: 10px 0; } }
  .pagnition .next i {
    font-size: 1.6rem;
    padding: 3px 3px; }
  .pagnition .current {
    background-color: #005596;
    color: #fff; }

.invertment_brokerage .boc-content .button3 {
  margin-top: 25px !important; }
  .invertment_brokerage .boc-content .button3 a {
    width: 320px;
    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;
    height: 37px; }

button:focus {
  outline: none !important; }

a:focus {
  outline: none !important; }

.gatri-cotloi {
  background: #ffff; }

.banner-value {
  background-image: url("../images/banner-values.png");
  height: 830px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  position: relative; }
  .banner-value .container .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
    .banner-value .container .content .text h3 {
      font-family: OpenSans-SemiBold;
      font-size: 2.4rem;
      max-width: 780px; }
    .banner-value .container .content .text p {
      text-align: justify;
      padding-top: 5.6rem;
      font-family: OpenSans;
      font-size: 1.44rem;
      max-width: 670px; }

.text-values {
  background: #f2f3f4; }
  .text-values .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .text-values .row .content {
      padding: 9.6rem 0;
      text-align: center; }
      .text-values .row .content p {
        font-family: OpenSans;
        font-size: 1.44rem;
        color: #19476a;
        opacity: 1; }
        .text-values .row .content p b {
          font-family: OpenSans-Bold; }

.image-value {
  background: white; }
  .image-value .image {
    padding: 3.2rem 0; }
  .image-value img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (max-width: 1440px) {
  .text-values {
    background: #f2f3f4; }
    .text-values .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .text-values .row .content {
        padding: 6.4rem 0;
        text-align: center; }
        .text-values .row .content p {
          font-family: OpenSans;
          font-size: 1.44rem;
          color: #19476a;
          opacity: 1; }
          .text-values .row .content p b {
            font-family: OpenSans-SemiBold;
            font-weight: bold; }

  .banner-value .container .content .text h3 {
    font-family: OpenSans-SemiBold;
    font-size: 2.4rem;
    max-width: 680px; }
  .banner-value .container .content .text p {
    text-align: justify;
    padding-top: 3.2rem;
    font-family: OpenSans;
    font-size: 1.44rem;
    max-width: 550px; } }
@media screen and (max-width: 800px) {
  .banner-value .container .content .text {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 0; }
    .banner-value .container .content .text h3 {
      font-family: OpenSans-SemiBold;
      font-size: 2.4rem;
      max-width: 580px; }
    .banner-value .container .content .text p {
      text-align: justify;
      padding-top: 3.2rem;
      font-family: OpenSans;
      font-size: 1.44rem;
      max-width: 450px; } }
@media screen and (max-width: 580px) {
  .banner-value {
    height: 400px !important;
    background-size: cover; }
    .banner-value .container .content {
      padding: 10px 25px 10px 10px; }
      .banner-value .container .content .text {
        background: rgba(255, 255, 255, 0.6);
        padding: 10px 30px; }
        .banner-value .container .content .text h3 {
          font-family: OpenSans-SemiBold;
          font-size: 15px;
          max-width: 360px; }
        .banner-value .container .content .text p {
          text-align: justify;
          padding-top: 3.2rem;
          font-family: OpenSans;
          font-size: 1.44rem;
          max-width: 360px;
          opacity: 1;
          font-size: 13px; }

  .text-values {
    background: #f2f3f4; }
    .text-values .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .text-values .row .content {
        padding: 2.4rem 0;
        text-align: center; }
        .text-values .row .content p {
          font-family: OpenSans;
          font-size: 14px;
          color: #19476a;
          opacity: 1; }
          .text-values .row .content p b {
            font-family: OpenSans-SemiBold;
            font-weight: bold; } }
.new-home {
  padding-top: 85px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1440px) {
    .new-home {
      padding-top: 70px; } }
  @media screen and (max-width: 1024px) {
    .new-home {
      padding-top: 50px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 1700px) {
    .new-home .row {
      padding: 0 -25px; }
      .new-home .row .col-md-6 {
        padding: 0 25px; } }
  .new-home h5.title {
    font-size: 2.4rem;
    font-family: bold;
    color: #071d49;
    padding-bottom: 30px; }
  .new-home .img-big {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .new-home .img-big:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
    .new-home .img-big .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(15, 15, 15, 0.6); }
    .new-home .img-big img {
      width: 100%;
      height: 100%; }
    .new-home .img-big .text {
      position: absolute;
      left: 30px;
      bottom: 20px; }
      .new-home .img-big .text h5 {
        font-family: bold;
        font-size: 2rem;
        color: #ffff;
        line-height: 1.5; }
      .new-home .img-big .text p {
        padding-top: 20px;
        font-size: 14px;
        font-family: bold;
        color: #ffff; }
        .new-home .img-big .text p i {
          color: #ffff;
          padding-right: 10px; }
  .new-home .list-stories .item {
    background: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0; }
    @media screen and (max-width: 580px) {
      .new-home .list-stories .item {
        display: block;
        padding: 2.8rem 2.4rem; } }
    .new-home .list-stories .item .images {
      width: 250px;
      height: 195px;
      overflow: hidden; }
      @media screen and (max-width: 1600px) {
        .new-home .list-stories .item .images {
          width: 250px; } }
      @media screen and (max-width: 1440px) {
        .new-home .list-stories .item .images {
          width: 185px; } }
      .new-home .list-stories .item .images:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
      @media screen and (max-width: 580px) {
        .new-home .list-stories .item .images {
          width: 100%; } }
      .new-home .list-stories .item .images img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 580px) {
          .new-home .list-stories .item .images img {
            width: 100%; } }
    .new-home .list-stories .item .text {
      padding: 10px 8px 10px 2.4rem; }
      @media screen and (max-width: 580px) {
        .new-home .list-stories .item .text {
          padding: 15px 0px 10px; } }
      .new-home .list-stories .item .text h5 {
        font-family: bold;
        font-size: 1.44rem;
        color: #122142;
        line-height: 1.5; }
        .new-home .list-stories .item .text h5:hover {
          color: #005eb8; }
      .new-home .list-stories .item .text p.time {
        padding: 10px 0 0;
        font-family: opensan;
        font-size: 14px;
        color: #122142;
        opacity: 0.8; }
        @media screen and (max-width: 1440px) {
          .new-home .list-stories .item .text p.time {
            padding: 10px 0; } }
        @media screen and (max-width: 1024px) {
          .new-home .list-stories .item .text p.time {
            padding: 10px 0; } }
        @media screen and (max-width: 800px) {
          .new-home .list-stories .item .text p.time {
            font-size: 13px; } }
        .new-home .list-stories .item .text p.time i {
          padding-right: 10px; }
      .new-home .list-stories .item .text p {
        font-family: opensan;
        font-size: 1.28rem;
        letter-spacing: 0;
        color: #5c5c5c; }
        @media screen and (max-width: 1440px) {
          .new-home .list-stories .item .text p {
            font-size: 14px; } }
        @media screen and (max-width: 800px) {
          .new-home .list-stories .item .text p {
            font-size: 13px; } }

.tin-tuc .list-new {
  margin-top: 60px; }
  @media screen and (max-width: 580px) {
    .tin-tuc .list-new {
      margin-top: 25px; } }

.list-new h3.tittle {
  font-family: semibold;
  font-size: 2.4rem;
  color: #131313;
  padding-bottom: 40px; }
  @media screen and (max-width: 580px) {
    .list-new h3.tittle {
      padding-bottom: 20px; } }
.list-new .item {
  padding-bottom: 30px; }
  @media (max-width: 600px) {
    .list-new .item {
      padding-bottom: 20px; } }
  .list-new .item .img-new-item {
    width: 100%;
    height: 250px; }
    .list-new .item .img-new-item img {
      width: 100%;
      height: 100%;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .list-new .item .text h5 {
    font-family: bold;
    font-size: 15px;
    color: #131313; }
    .list-new .item .text h5:hover {
      color: #005eb8; }
    @media screen and (max-width: 580px) {
      .list-new .item .text h5 {
        font-size: 14px; } }
  .list-new .item .text p.time {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    opacity: 40%;
    font-size: 12px; }
    .list-new .item .text p.time i {
      padding-right: 10px; }
  .list-new .item .text p {
    font-family: opensan;
    font-size: 14px;
    color: #131313; }

.tintuc-detail {
  background: #f5f5f5; }
  .tintuc-detail .chitiet {
    padding-top: 6.4rem; }
    @media screen and (max-width: 580px) {
      .tintuc-detail .chitiet {
        padding-top: 30px; } }
  .tintuc-detail .title h2 {
    font-family: semibold;
    font-size: 25px;
    color: #131313;
    line-height: 1.5; }
    @media screen and (max-width: 580px) {
      .tintuc-detail .title h2 {
        font-size: 20px; } }
  .tintuc-detail p.title {
    font-size: 16px;
    color: #131313;
    font-family: semibold;
    padding-bottom: 3.2rem; }
    @media screen and (max-width: 580px) {
      .tintuc-detail p.title {
        font-size: 13px; } }
  .tintuc-detail .titles {
    padding: 2rem 0 3.2rem; }
    .tintuc-detail .titles p {
      font-size: 16px;
      color: #131313;
      opacity: 0.5; }
      .tintuc-detail .titles p i {
        padding-right: 10px; }
    .tintuc-detail .titles .icons {
      padding-left: 100px; }
      .tintuc-detail .titles .icons p {
        font-size: 16px;
        color: #131313;
        padding-right: 20px;
        opacity: 1; }
      .tintuc-detail .titles .icons ul li img {
        margin-right: 10px; }
    @media screen and (max-width: 580px) {
      .tintuc-detail .titles {
        padding: 2rem 0 1.6rem;
        display: block !important; }
        .tintuc-detail .titles .icons {
          padding-left: 0;
          padding-top: 15px; } }
  .tintuc-detail .new-small {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 110px; }
    .tintuc-detail .new-small h5.title {
      font-family: UTMNeoSansIntelBold;
      font-size: 40px;
      color: #232c36;
      line-height: 1.3;
      padding-bottom: 40px; }
    .tintuc-detail .new-small .bg {
      position: absolute;
      bottom: 20px;
      right: 35px; }
    .tintuc-detail .new-small .images {
      height: 330px; }
      .tintuc-detail .new-small .images img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .tintuc-detail .new-small .text {
      padding-left: 50px; }
      .tintuc-detail .new-small .text h3 {
        font-family: bold;
        font-size: 28px;
        color: #24282a;
        padding-right: 30px; }
      .tintuc-detail .new-small .text p {
        padding-top: 25px;
        opacity: 75%;
        font-family: opensan;
        color: #31393c; }
  .tintuc-detail .the_content {
    text-align: justify;
    font-size: 13px; }
    .tintuc-detail .the_content .container {
      font-size: 13px;
      padding-top: 2.8rem;
      padding-bottom: 2.8rem; }
      .tintuc-detail .the_content .container p.title {
        font-family: semibold;
        font-size: 1.6rem;
        opacity: 1 !important; }
      .tintuc-detail .the_content .container p {
        font-size: 13px; }
      .tintuc-detail .the_content .container h4 {
        font-family: bold;
        font-size: 15px; }
      .tintuc-detail .the_content .container table {
        width: 100% !important;
        font-size: 13px; }
        .tintuc-detail .the_content .container table td {
          font-size: 13px;
          font-family: opensan !important;
          letter-spacing: 0.3px !important;
          line-height: 1.5; }
      .tintuc-detail .the_content .container li {
        font-size: 13px;
        font-family: opensan !important;
        letter-spacing: 0.3px !important;
        line-height: 1.5; }
      .tintuc-detail .the_content .container span {
        font-size: 13px;
        font-family: opensan !important;
        letter-spacing: 0.3px !important;
        line-height: 1.5; }
  .tintuc-detail .chitiet .list-box-educate {
    padding-bottom: 30px; }
  .tintuc-detail .chitiet .content-share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000003d;
    border-top: 1px solid #0000003d;
    margin: 35px 0; }
    .tintuc-detail .chitiet .content-share p {
      margin: 0;
      font-size: 14px;
      color: #31393c;
      margin-right: 30px; }
    .tintuc-detail .chitiet .content-share .list-mxh {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .tintuc-detail .chitiet .content-share .list-mxh ul {
        margin: 0; }
        .tintuc-detail .chitiet .content-share .list-mxh ul li {
          padding-right: 50px;
          color: #01aef0; }
          .tintuc-detail .chitiet .content-share .list-mxh ul li a {
            color: #01aef0; }
            .tintuc-detail .chitiet .content-share .list-mxh ul li a i {
              font-size: 24px; }
    .tintuc-detail .chitiet .content-share .date-calendar {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
      margin: 0;
      font-size: 14px;
      color: #31393c; }
      @media screen and (max-width: 580px) {
        .tintuc-detail .chitiet .content-share .date-calendar {
          text-align: left;
          padding-top: 10px; } }

.list-new .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0; }
  .list-new .item .news-left {
    padding-right: 19px; }
    .list-new .item .news-left .news-date {
      width: 56px;
      height: 56px;
      padding: 6px 6px;
      font-size: 20px;
      margin-top: 0;
      color: #fff;
      border-radius: 4px;
      background-color: rgba(122, 123, 126, 0.769); }
      .list-new .item .news-left .news-date .date-day {
        font-size: 19px;
        font-weight: 600;
        line-height: 100%;
        color: #fff; }
      .list-new .item .news-left .news-date sup {
        font-size: 10px;
        vertical-align: 3px;
        color: #fff; }
      .list-new .item .news-left .news-date .date-year {
        padding-top: 2px;
        margin-top: 0px;
        font-size: 13px;
        border-top: 1px solid rgba(255, 255, 255, 0.21);
        color: #fff; }

.form-login {
  background-image: url("../images/bg-form.png");
  width: 100%;
  height: auto; }
  .form-login .container {
    padding: 170px 0; }
  .form-login .content-login {
    width: 808px;
    margin: 0 auto; }
    .form-login .content-login .form-group {
      position: relative; }
      .form-login .content-login .form-group .form-control {
        width: 280px;
        height: 40px;
        border-radius: 20px;
        padding-top: 5px;
        padding-left: 20px;
        color: #232c36;
        font-family: OpenSans;
        font-size: 1rem; }
      .form-login .content-login .form-group ::-webkit-input-placeholder {
        /* Edge */
        color: #232c36;
        font-family: OpenSans;
        font-size: 1rem; }
      .form-login .content-login .form-group :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #232c36;
        font-family: OpenSans;
        font-size: 1rem; }
      .form-login .content-login .form-group ::-ms-input-placeholder {
        color: #232c36;
        font-family: OpenSans;
        font-size: 1rem; }
      .form-login .content-login .form-group ::placeholder {
        color: #232c36;
        font-family: OpenSans;
        font-size: 1rem; }
    .form-login .content-login button {
      font-family: "OpenSans-ExtraBold";
      font-size: 13px;
      color: #fff;
      padding: 13px 40px;
      background: #2cca58;
      border-radius: 50px;
      border: 1px solid #2cca58;
      outline: unset;
      text-transform: uppercase; }
      .form-login .content-login button:hover {
        color: #2cca58;
        background: #fff;
        -webkit-transition: 0.5s all ease-in;
        transition: 0.5s all ease-in; }
    .form-login .content-login .click1ss {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
    .form-login .content-login .click2 {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
    .form-login .content-login .click {
      position: relative;
      text-align: center;
      padding: 5rem 4rem;
      background-color: #fff; }
      .form-login .content-login .click form h4 {
        font-family: "OpenSans-ExtraBold";
        font-size: 2rem;
        padding-bottom: 20px; }
      .form-login .content-login .click form p {
        font-family: "OpenSans-Bold";
        font-size: 13px;
        padding-bottom: 20px; }
      .form-login .content-login .click form .text a {
        font-size: 12px;
        font-family: "OpenSans-SemiBold";
        color: #2cca58;
        margin-right: 10px; }
      .form-login .content-login .click form .form-icon {
        padding-top: 4rem;
        text-align: center; }
        .form-login .content-login .click form .form-icon p {
          padding-bottom: 15px; }
        .form-login .content-login .click form .form-icon ul li {
          padding-right: 10px; }
          .form-login .content-login .click form .form-icon ul li img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-transition: 0.5s all ease-in;
            transition: 0.5s all ease-in; }
  .form-login .bg1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#2cc958), to(#61a133));
    background: linear-gradient(#2cc958, #61a133);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transition: ease-in-out 0.5s all !important;
    transition: ease-in-out 0.5s all !important;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
  .form-login .textw1,
  .form-login .textw2 {
    display: none;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    z-index: 3;
    left: 50%;
    width: 85%;
    text-align: center; }
    .form-login .textw1 h3,
    .form-login .textw2 h3 {
      font-family: "OpenSans-ExtraBold";
      font-size: 2.4rem;
      padding-bottom: 25px;
      color: #fff; }
    .form-login .textw1 p,
    .form-login .textw2 p {
      font-family: "OpenSans-ExtraBold";
      font-size: 1.2rem;
      padding-bottom: 20px;
      color: #fff; }
    .form-login .textw1 button,
    .form-login .textw2 button {
      border: 1px solid white;
      background: transparent;
      color: #fff;
      text-transform: uppercase; }
  .form-login .textw2 {
    display: block; }

@media screen and (max-width: 1440px) {
  .form-login .container {
    padding: 140px 0; } }
@media screen and (max-width: 1024px) {
  .form-login .container {
    padding: 100px 0; } }
@media screen and (max-width: 580px) {
  .form-login .container {
    padding: 60px 0; }
  .form-login .content-login .click1ss {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top-left-radius: unset;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
  .form-login .content-login .click2 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: unset;
    border-top-left-radius: 15px; }
  .form-login .content-login .form-group .form-control {
    width: 100%; }
  .form-login .bg1 {
    width: 100%;
    height: 50%;
    top: 50%;
    border-top-left-radius: unset;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; } }
.history .banner570 {
  position: relative;
  background-image: url("../images/banner-history.png");
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover; }
.history .content-history {
  padding: 5.2rem 0 6.4rem;
  width: 1000px; }
  .history .content-history h3.title {
    font-family: OpenSans-Bold;
    font-size: 2.4rem;
    color: black;
    padding-bottom: 5rem;
    text-align: center; }
  .history .content-history .list-item {
    border-left: 4px solid #f1f1f1;
    padding-left: 130px; }
    .history .content-history .list-item h5.title {
      font-family: OpenSans-Bold;
      font-size: 1.6rem;
      color: black;
      padding-bottom: 2.8rem;
      position: relative; }
      .history .content-history .list-item h5.title::before {
        position: absolute;
        content: url("../images/icons/dot-history.png");
        top: 1px;
        left: -97px; }
    .history .content-history .list-item .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; }
      .history .content-history .list-item .item:last-child {
        margin-bottom: unset; }
      .history .content-history .list-item .item .image-history {
        width: 325px;
        height: 180px; }
      .history .content-history .list-item .item .text {
        width: 635px;
        padding-left: 30px; }
        .history .content-history .list-item .item .text p {
          color: #4e525a;
          font-size: 1.28rem; }

@media screen and (max-width: 1024px) {
  .history .content-history {
    padding: 5.2rem 0 6.4rem;
    width: 855px; }
    .history .content-history h3.title {
      padding-bottom: 4rem; }
    .history .content-history .list-item {
      border-left: 3px solid #f1f1f1;
      padding-left: 60px; }
      .history .content-history .list-item h5.title {
        padding-bottom: 2.8rem; }
        .history .content-history .list-item h5.title::before {
          top: -1px;
          left: -97px;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .history .content-history .list-item .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
        .history .content-history .list-item .item:last-child {
          margin-bottom: unset; }
        .history .content-history .list-item .item .image-history {
          width: 290px;
          height: 155px; }
        .history .content-history .list-item .item .text {
          width: 455px;
          padding-left: 20px; }
          .history .content-history .list-item .item .text p {
            color: #4e525a;
            font-size: 1.28rem; } }
@media screen and (max-width: 800px) {
  .history .content-history {
    padding: 5.2rem 0 6.4rem;
    width: 855px; }
    .history .content-history .list-item {
      padding-left: 40px; }
      .history .content-history .list-item h5.title {
        padding-bottom: 2.8rem; }
        .history .content-history .list-item h5.title::before {
          top: -1px;
          left: -54px;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
      .history .content-history .list-item .item:last-child {
        margin-bottom: unset; }
      .history .content-history .list-item .item .image-history {
        width: 260px;
        height: 145px; }
      .history .content-history .list-item .item .text {
        width: 395px; }
        .history .content-history .list-item .item .text p {
          color: #4e525a; } }
@media screen and (max-width: 580px) {
  .history .content-history {
    padding: 5.2rem 0 6.4rem;
    width: 855px; }
    .history .content-history .list-item {
      padding-left: 25px; }
      .history .content-history .list-item h5.title {
        padding-bottom: 2.8rem; }
        .history .content-history .list-item h5.title::before {
          top: -3px;
          left: -38px;
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); }
      .history .content-history .list-item .item {
        display: block; }
        .history .content-history .list-item .item:last-child {
          margin-bottom: unset; }
        .history .content-history .list-item .item .image-history {
          width: 100%;
          height: 200px; }
        .history .content-history .list-item .item .text {
          padding-left: 0px;
          padding-top: 15px;
          width: 100%; }
          .history .content-history .list-item .item .text p {
            color: #4e525a; } }
.colection {
  background-color: #ffff; }
  .colection .banner700 {
    position: relative;
    background-image: url("../images/baner-colection.jpg");
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover; }
  .colection .slick-dots {
    bottom: 45px; }
  .colection .banner7002 {
    position: relative;
    background-image: url("../images/banner-colection2.jpg");
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover; }
  .colection .content-text1 {
    padding-top: 200px;
    text-align: left; }
    .colection .content-text1 .text .the_content {
      width: 585px;
      padding-left: 50px; }
      .colection .content-text1 .text .the_content .title {
        margin: 3.2rem 0 5rem; }
        .colection .content-text1 .text .the_content .title h3 {
          font-family: OpenSans-Bold;
          font-size: 2.88rem;
          color: black;
          text-transform: uppercase;
          margin: unset; }
    .colection .content-text1 .image {
      text-align: right; }
      .colection .content-text1 .image img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .colection .category-product {
    padding-top: 120px; }
  .colection .content-text2 {
    min-height: 530px;
    padding: 120px 0; }
    .colection .content-text2 .boc-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 600px;
      min-height: 530px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .colection .content-text2 .boc-content .image-colection {
        height: 530px; }
      .colection .content-text2 .boc-content .text {
        text-align: center;
        width: 565px;
        padding-left: 50px; }
        .colection .content-text2 .boc-content .text h5 {
          font-family: OpenSans-Bold;
          font-size: 2.72rem;
          color: black;
          text-transform: uppercase;
          margin: unset;
          position: relative; }
          .colection .content-text2 .boc-content .text h5::before {
            position: absolute;
            content: url(../images/befor-text.png);
            top: -40px;
            left: -96px; }
          .colection .content-text2 .boc-content .text h5::after {
            position: absolute;
            content: url(../images/after-text.png);
            bottom: -70px;
            right: -32px; }

@media screen and (max-width: 1440px) {
  .colection .slick-dots {
    bottom: 45px; }
  .colection .content-text1 {
    padding-top: 150px; }
    .colection .content-text1 .text .the_content {
      width: 100%;
      padding-left: 30px; }
      .colection .content-text1 .text .the_content .title {
        margin: 3.2rem 0 3.2rem; }
    .colection .content-text1 .image {
      text-align: right; }
  .colection .category-product {
    padding-top: 90px; }
  .colection .content-text2 {
    min-height: 430px;
    padding: 90px 0; }
    .colection .content-text2 .boc-content {
      width: 600px;
      min-height: 530px; }
      .colection .content-text2 .boc-content .image-colection {
        height: 430px; }
      .colection .content-text2 .boc-content .text {
        text-align: center;
        width: 565px;
        padding-left: 50px; }
        .colection .content-text2 .boc-content .text h5 {
          font-family: OpenSans-Bold;
          font-size: 2.4rem; }
          .colection .content-text2 .boc-content .text h5::before {
            position: absolute;
            content: url(../images/befor-text.png);
            top: -40px;
            left: -60px;
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); }
          .colection .content-text2 .boc-content .text h5::after {
            position: absolute;
            content: url(../images/after-text.png);
            bottom: -70px;
            right: -32px;
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); } }
@media screen and (max-width: 1024px) {
  .colection .slick-dots {
    bottom: 45px; }
  .colection .content-text1 {
    padding-top: 90px; }
    .colection .content-text1 .text .the_content {
      width: 100%;
      padding-left: 0px; }
      .colection .content-text1 .text .the_content .title {
        margin: 3.2rem 0 3.2rem; } }
      @media screen and (max-width: 1024px) and (max-width: 800px) {
        .colection .content-text1 .text .the_content .title h3 {
          font-size: 2rem; } }
@media screen and (max-width: 1024px) {
    .colection .content-text1 .image {
      text-align: right; }
  .colection .category-product {
    padding-top: 90px; }
  .colection .content-text2 {
    min-height: 430px;
    padding: 30px 0; }
    .colection .content-text2 .boc-content {
      width: 600px;
      min-height: 530px; }
      .colection .content-text2 .boc-content .image-colection {
        height: 380px; }
      .colection .content-text2 .boc-content .text {
        text-align: center;
        width: 390px;
        padding-left: 0px; }
        .colection .content-text2 .boc-content .text h5 {
          font-family: OpenSans-Bold;
          font-size: 2.4rem; }
          .colection .content-text2 .boc-content .text h5::before {
            position: absolute;
            content: url(../images/befor-text.png);
            top: -40px;
            left: -40px;
            -webkit-transform: scale(0.7);
                    transform: scale(0.7); }
          .colection .content-text2 .boc-content .text h5::after {
            position: absolute;
            content: url(../images/after-text.png);
            bottom: -50px;
            right: -32px;
            -webkit-transform: scale(0.7);
                    transform: scale(0.7); } }
@media screen and (max-width: 580px) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .colection .slick-dots {
    bottom: 45px; }
  .colection .content-text1 {
    padding-top: 50px; }
    .colection .content-text1 .image {
      text-align: right; }
  .colection .category-product {
    padding-top: 50px; }
  .colection .content-text2 {
    min-height: 430px;
    padding: 30px 0; }
    .colection .content-text2 .boc-content {
      width: 600px;
      min-height: 290px; }
      .colection .content-text2 .boc-content .image-colection {
        height: 280px; }
      .colection .content-text2 .boc-content .text {
        text-align: center;
        width: 100%;
        padding-left: 0px; }
        .colection .content-text2 .boc-content .text h5 {
          font-family: OpenSans-Bold;
          font-size: 2.4rem; }
          .colection .content-text2 .boc-content .text h5::before {
            position: absolute;
            content: url(../images/befor-text.png);
            top: -40px;
            left: -20px;
            -webkit-transform: scale(0.4);
                    transform: scale(0.4); }
          .colection .content-text2 .boc-content .text h5::after {
            position: absolute;
            content: url(../images/after-text.png);
            bottom: -50px;
            right: -32px;
            -webkit-transform: scale(0.4);
                    transform: scale(0.4); } }
.adminstration .banner450 {
  background-image: url("../image/bg9.jpg"); }
.adminstration .cnt_admin {
  padding: 120px 0 95px; }
  @media screen and (max-width: 1366px) {
    .adminstration .cnt_admin {
      padding: 60px 0 25px; } }
  .adminstration .cnt_admin .item_ad {
    margin-bottom: 25px; }
  .adminstration .cnt_admin .item {
    background-color: white;
    border-radius: 10px;
    height: 100%; }
    .adminstration .cnt_admin .item .boc_img {
      height: 320px;
      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; }
      @media screen and (max-width: 1366px) {
        .adminstration .cnt_admin .item .boc_img {
          height: 290px; } }
      .adminstration .cnt_admin .item .boc_img .image {
        width: 190px;
        height: 190px;
        min-width: 190px;
        max-width: 190px;
        border-radius: 50%;
        overflow: hidden; }
        .adminstration .cnt_admin .item .boc_img .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .adminstration .cnt_admin .item .text {
      padding: 0 30px 50px;
      text-align: center; }
      .adminstration .cnt_admin .item .text img {
        max-width: 100%;
        width: 20px;
        height: 13px;
        margin: 0 5px; }
      .adminstration .cnt_admin .item .text h5 {
        font-family: bold;
        color: #071d49;
        font-size: 18px;
        padding-bottom: 8px; }
      .adminstration .cnt_admin .item .text p.ng {
        font-family: italic;
        font-size: 14px;
        padding-bottom: 10px; }
      .adminstration .cnt_admin .item .text p {
        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;
        font-family: opensan;
        font-size: 14px;
        color: #071d49; }

@media screen and (max-width: 580px) {
  .adminstration .banner450 {
    background-image: url("../image/bg9.jpg"); }
  .adminstration .cnt_admin {
    padding: 30px 0 0px; }
    .adminstration .cnt_admin .item_ad {
      margin-bottom: 25px;
      min-height: 450px; }
    .adminstration .cnt_admin .item {
      height: 100%; }
      .adminstration .cnt_admin .item .boc_img {
        height: 320px;
        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; } }
      @media screen and (max-width: 580px) and (max-width: 1366px) {
        .adminstration .cnt_admin .item .boc_img {
          height: 290px; } }
@media screen and (max-width: 580px) {
        .adminstration .cnt_admin .item .boc_img .image {
          width: 190px;
          height: 190px;
          min-width: 190px;
          max-width: 190px;
          border-radius: 50%;
          overflow: hidden; }
          .adminstration .cnt_admin .item .boc_img .image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      .adminstration .cnt_admin .item .text {
        padding: 0 30px 50px;
        text-align: center; }
        .adminstration .cnt_admin .item .text img {
          max-width: 100%;
          width: unset;
          margin: 0 5px; }
        .adminstration .cnt_admin .item .text h5 {
          font-family: bold;
          color: #071d49;
          font-size: 16px;
          padding-bottom: 8px; }
        .adminstration .cnt_admin .item .text p.ng {
          font-family: italic;
          font-size: 12px;
          padding-bottom: 10px; }
        .adminstration .cnt_admin .item .text p {
          font-family: opensan;
          font-size: 14px;
          color: #071d49; } }
.header-inner {
  background-color: white;
  padding: 27px 150px 17px;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 1600px) {
    .header-inner {
      padding: 27px 125px 17px; } }
  @media screen and (max-width: 1445px) {
    .header-inner {
      padding: 27px 85px 17px; } }
  @media screen and (max-width: 1366px) {
    .header-inner {
      padding: 10px 55px 13px; } }
  @media screen and (max-width: 1280px) {
    .header-inner {
      padding: 10px 50px 13px; } }
  @media screen and (max-width: 800px) {
    .header-inner {
      padding: 10px 35px 13px; } }
  @media screen and (max-width: 580px) {
    .header-inner {
      padding: 0px 15px 0px;
      height: 60px; } }
  .header-inner .logo-header {
    max-width: 315px; }
    @media screen and (max-width: 1366px) {
      .header-inner .logo-header {
        max-width: 288px; } }
    @media screen and (max-width: 1200px) {
      .header-inner .logo-header {
        max-width: 360px; } }
    @media screen and (max-width: 580px) {
      .header-inner .logo-header {
        max-width: 240px; } }
    .header-inner .logo-header img {
      width: 100%; }
  .header-inner .content-header .icon-search {
    padding-top: 10px; }
    @media screen and (max-width: 1024px) {
      .header-inner .content-header .icon-search {
        display: none !important; } }
    .header-inner .content-header .icon-search .icon-hear-top {
      margin-right: 35px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-inner .content-header .icon-search .icon-hear-top a {
        padding-left: 10px;
        color: #5f2f87; }
        .header-inner .content-header .icon-search .icon-hear-top a p {
          color: #26353f;
          border-right: 1px solid #26353f;
          padding-right: 20px;
          margin-right: 10px; }
        .header-inner .content-header .icon-search .icon-hear-top a i {
          font-size: 1.44rem; }
    .header-inner .content-header .icon-search .search .form-search form {
      position: relative; }
      .header-inner .content-header .icon-search .search .form-search form input {
        height: 30px;
        width: 180px;
        font-size: 12px;
        background: #cfc0db;
        border-radius: 5px;
        padding-left: 25px;
        padding-right: 40px;
        color: #ffff;
        border: unset; }
      .header-inner .content-header .icon-search .search .form-search form ::-webkit-input-placeholder {
        color: #ffff;
        font-size: 0.96rem;
        opacity: 50%; }
      .header-inner .content-header .icon-search .search .form-search form :-ms-input-placeholder {
        color: #ffff;
        font-size: 0.96rem;
        opacity: 50%; }
      .header-inner .content-header .icon-search .search .form-search form ::-ms-input-placeholder {
        color: #ffff;
        font-size: 0.96rem;
        opacity: 50%; }
      .header-inner .content-header .icon-search .search .form-search form ::placeholder {
        color: #ffff;
        font-size: 0.96rem;
        opacity: 50%; }
      .header-inner .content-header .icon-search .search .form-search form .btn:focus {
        outline: unset;
        -webkit-box-shadow: unset;
                box-shadow: unset; }
      .header-inner .content-header .icon-search .search .form-search form button {
        position: absolute;
        top: 20%;
        -webkit-transform: translate(5%, -50%);
                transform: translate(5%, -50%);
        right: 3px;
        width: 40px;
        height: 20px;
        background: none;
        border: none;
        font-size: 1.28rem;
        color: #ffff;
        opacity: 50%; }
        @media screen and (max-width: 1440px) {
          .header-inner .content-header .icon-search .search .form-search form button {
            top: 35%; } }
        .header-inner .content-header .icon-search .search .form-search form button:hover {
          background: unset !important;
          border: unset !important; }
          .header-inner .content-header .icon-search .search .form-search form button:hover i {
            -webkit-transform: scale(1.025);
                    transform: scale(1.025); }
  @media screen and (max-width: 1199px) {
    .header-inner .content-header .menu-header {
      display: none !important; } }
  .header-inner .content-header .menu-header .bg-light {
    padding-right: unset;
    background-color: white !important; }
  .header-inner .content-header .menu-header .navbar-light .navbar-nav .nav-link {
    color: #26353f;
    font-size: 1.28rem;
    font-weight: 600; }
    @media screen and (max-width: 1280px) {
      .header-inner .content-header .menu-header .navbar-light .navbar-nav .nav-link {
        font-size: 1.2rem; } }
  .header-inner .content-header .menu-header .navbar-expand-lg .navbar-nav li {
    padding-left: 45px; }
    .header-inner .content-header .menu-header .navbar-expand-lg .navbar-nav li i {
      font-size: 1.44rem; }
    @media screen and (max-width: 1440px) {
      .header-inner .content-header .menu-header .navbar-expand-lg .navbar-nav li {
        padding-left: 35px; } }
    @media screen and (max-width: 1280px) {
      .header-inner .content-header .menu-header .navbar-expand-lg .navbar-nav li {
        padding-left: 30px; } }
    @media screen and (max-width: 1200px) {
      .header-inner .content-header .menu-header .navbar-expand-lg .navbar-nav li {
        padding-left: 23px; } }

.menu-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 1025px) {
    .menu-mobile-header {
      display: none; } }
  .menu-mobile-header .icon-searchs {
    z-index: 1;
    margin-right: 30px; }
    @media screen and (max-width: 580px) {
      .menu-mobile-header .icon-searchs {
        margin-top: 4px;
        margin-right: 15px; } }
    .menu-mobile-header .icon-searchs i {
      color: #131313; }
    .menu-mobile-header .icon-searchs .fal {
      font-size: 30px !important; }
      @media screen and (max-width: 800px) {
        .menu-mobile-header .icon-searchs .fal {
          font-size: 22px !important; } }
      @media screen and (max-width: 580px) {
        .menu-mobile-header .icon-searchs .fal {
          font-size: 16px !important; } }
  .menu-mobile-header #search-inputss {
    position: relative; }
    .menu-mobile-header #search-inputss input {
      font-size: 14px;
      border: 7px solid #0089d0;
      position: absolute;
      height: 54px !important;
      top: 57px;
      right: 0px !important;
      background: #fff;
      width: 315px !important;
      z-index: 5; }
      @media screen and (max-width: 800px) {
        .menu-mobile-header #search-inputss input {
          border: 5px solid #0089d0; } }
      @media screen and (max-width: 580px) {
        .menu-mobile-header #search-inputss input {
          font-size: 12px;
          position: absolute;
          height: 39px !important;
          top: 35px;
          right: 0px !important;
          background: #fff;
          width: 215px !important;
          z-index: 5;
          border: 3px solid #0089d0;
          padding-left: 15px; } }
    .menu-mobile-header #search-inputss button {
      position: absolute;
      color: transparent;
      background: transparent;
      border-radius: unset !important;
      font-weight: unset !important;
      z-index: 5; }
      .menu-mobile-header #search-inputss button i {
        position: absolute;
        top: 71px;
        right: 30px;
        width: 40px;
        height: 40px;
        background: 0 0;
        border: none;
        color: #0089d0;
        font-size: 22px; }
        @media screen and (max-width: 580px) {
          .menu-mobile-header #search-inputss button i {
            right: 15px;
            top: 42px;
            font-size: 17px; } }
  .menu-mobile-header .menu {
    z-index: 1; }
    .menu-mobile-header .menu .hamburger-menu {
      height: 100px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .menu-mobile-header .menu .hamburger-menu:hover {
        cursor: pointer; }
      .menu-mobile-header .menu .hamburger-menu .menu-item {
        background: #0089d0;
        display: block;
        height: 5px;
        border-radius: 10px;
        margin: 0 0 6px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 37px; }
        .menu-mobile-header .menu .hamburger-menu .menu-item:last-child {
          margin: unset;
          margin-bottom: -2px; }
          @media (max-width: 600px) {
            .menu-mobile-header .menu .hamburger-menu .menu-item:last-child {
              margin-bottom: -4px; } }
        @media screen and (max-width: 800px) {
          .menu-mobile-header .menu .hamburger-menu .menu-item {
            height: 2px;
            width: 26px; } }
      .menu-mobile-header .menu .hamburger-menu.open .menu-item {
        margin: 0 0 5px; }
        @media screen and (max-width: 800px) {
          .menu-mobile-header .menu .hamburger-menu.open .menu-item {
            margin: 0 0 4px; } }
        .menu-mobile-header .menu .hamburger-menu.open .menu-item:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: 4px;
                  transform-origin: 4px; }
        .menu-mobile-header .menu .hamburger-menu.open .menu-item:nth-child(2) {
          opacity: 0; }
        .menu-mobile-header .menu .hamburger-menu.open .menu-item:nth-child(3) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: 5px;
                  transform-origin: 5px; }
  .menu-mobile-header .mobile-nav-wrap .mobile-header-nav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100000px;
    width: 100%;
    padding-top: 59px; }
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu {
      background-color: #ffff;
      padding-top: 0px;
      overflow: scroll; }
      .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk {
        height: 50px;
        background-color: #f5f5f5; }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk li.login_mb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 30%;
          border-right: 1px solid #ababab; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk li.login_mb a {
            color: #131313;
            font-size: 14px;
            font-family: semibold; }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk li.ngonngu_t {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 30%; }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk li.open_tk {
          text-align: center;
          background: #0089d0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 140px;
          padding: 0 14px; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk li.open_tk a {
            background: #0089d0;
            font-family: semibold;
            color: white;
            font-size: 13px;
            padding: 14px auto;
            z-index: 2; }
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul.menu_top_sk li.open_tk a i {
              color: white; }
      .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul {
        height: 100vh; }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul li .search {
          margin: 10px; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul li .search .form-search .form-control {
            background: #f5f5f5; }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul li.active .title-show-sidebar {
          background-color: #0089d0;
          color: white;
          border-radius: 5px; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu ul li.active .title-show-sidebar .text p {
            color: white; }
      .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs {
        position: relative;
        padding: 0px 41px 20px;
        z-index: 9999999; }
        @media screen and (max-width: 580px) {
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs {
            padding: 0px 20px 5px; } }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .text h4 {
          font-family: SegoeUI-Reguler;
          font-size: 2.8rem;
          color: #232c36; }
          @media screen and (max-width: 580px) {
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .text h4 {
              font-size: 1.6rem; } }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss {
          position: absolute;
          right: 10px; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 {
            font-family: SegoeUI-Reguler;
            font-size: 2.8rem;
            color: #232c36;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 span {
              font-family: bold;
              font-size: 13px;
              color: #131313; }
              @media (min-width: 600px) {
                .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 span {
                  font-size: 15px; } }
            @media screen and (max-width: 580px) {
              .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 {
                font-size: 1.6rem; } }
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 i {
              margin-top: -8px; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang2 h4 {
            font-family: SegoeUI-Reguler;
            font-size: 2.8rem;
            color: #232c36; }
            @media screen and (max-width: 580px) {
              .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang2 h4 {
                font-size: 1.6rem; } }
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang2 h4 img {
              width: 32%; }
      .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .title-show-sidebar {
        padding: 10px 20px 10px 40px; }
        @media screen and (max-width: 580px) {
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .title-show-sidebar {
            padding: 10px 10px 13px 20px;
            margin: 0 15px; } }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .title-show-sidebar .text p {
          font-family: semibold;
          font-size: 16px;
          color: #232c36; }
          @media screen and (max-width: 580px) {
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .title-show-sidebar .text p {
              font-size: 14px; } }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .title-show-sidebar .icon .show-icon i {
          font-size: 33px !important; }
      .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown {
        background-color: #f5f5f5;
        padding: 20px 10px 20px 40px;
        margin: 0 15px; }
        @media screen and (max-width: 580px) {
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown {
            padding: 15px 10px 15px 40px; } }
        .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a {
          padding-bottom: 15px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 600px) {
            .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a {
              padding-bottom: 20px; } }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a h5 {
            color: #131313;
            font-size: 16px;
            font-family: bold;
            padding-left: 20px; }
            @media screen and (max-width: 580px) {
              .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a h5 {
                font-size: 14px; } }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a i {
            color: #0089d0;
            font-size: 16px; }
            @media screen and (max-width: 580px) {
              .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a i {
                font-size: 14px; } }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a img {
            width: 22px; }
          .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a p {
            font-weight: 400;
            font-family: opensan;
            font-size: 16px;
            color: #232c36;
            padding-left: 8px; }
            @media screen and (max-width: 580px) {
              .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .menu-child-dropdown a p {
                font-size: 14px; } }
  @media screen and (max-width: 1024px) {
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 img {
      -webkit-transform: scale(1);
              transform: scale(1);
      width: 24px;
      height: 15px; } }
  @media screen and (max-width: 580px) {
    .menu-mobile-header .menu {
      margin-top: 10px; }
      .menu-mobile-header .menu .hamburger-menu {
        height: 100px; }
        .menu-mobile-header .menu .hamburger-menu:hover {
          cursor: pointer; }
        .menu-mobile-header .menu .hamburger-menu .menu-item {
          height: 2px;
          width: 20px;
          margin: 0 0 4px; }
        .menu-mobile-header .menu .hamburger-menu.open .menu-item {
          margin: 0 0 2px; }
          .menu-mobile-header .menu .hamburger-menu.open .menu-item:first-child {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            -webkit-transform-origin: 4px;
                    transform-origin: 4px; }
          .menu-mobile-header .menu .hamburger-menu.open .menu-item:nth-child(2) {
            opacity: 0; }
          .menu-mobile-header .menu .hamburger-menu.open .menu-item:nth-child(3) {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            -webkit-transform-origin: 5px;
                    transform-origin: 5px; }
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .menu-child-other .title-show-sidebar .icon .show-icon i {
      font-size: 20px !important; }
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss {
      right: -14px; } }
  @media screen and (max-width: 580px) and (max-width: 580px) {
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss {
      right: 15px;
      margin-top: -6px; } }
  @media screen and (max-width: 580px) {
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang2 h4 img {
      width: 32%; }
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 img {
      -webkit-transform: scale(1);
              transform: scale(1);
      width: 18px;
      height: 12px; }
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang h4 {
      font-family: bold;
      font-size: 13px;
      color: #131313; }
    .menu-mobile-header .mobile-nav-wrap .mobile-header-nav .sum-menu .langs .lang-ss .lang2 h4 {
      font-family: "Roboto-Bold";
      font-size: 1.6rem;
      color: #232c36; } }

.banner-top {
  position: relative; }
  .banner-top .images-banner-home {
    width: 100%;
    height: 820px; }
    @media screen and (max-width: 580px) {
      .banner-top .images-banner-home {
        height: 430px !important; } }
    .banner-top .images-banner-home img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .banner-top .images-banner-home:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .banner-top .container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 550px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 580px) {
      .banner-top .container .content {
        min-width: 350px; } }
    .banner-top .container .content .text {
      text-align: center; }
      .banner-top .container .content .text h3 {
        padding-bottom: 35px;
        line-height: 1.1;
        font-size: 5.2rem;
        font-family: semibold;
        text-align: center;
        color: #ffffff; }
        @media screen and (max-width: 800px) {
          .banner-top .container .content .text h3 {
            font-size: 4rem; } }
        @media screen and (max-width: 580px) {
          .banner-top .container .content .text h3 {
            padding-right: 0%;
            font-size: 22px; } }
      .banner-top .container .content .text p {
        padding-bottom: 10px;
        line-height: 1.6;
        font-size: 1.6rem;
        font-family: opensan;
        color: #ffffff;
        opacity: 1; }
      .banner-top .container .content .text .text-right a {
        padding: 5px 15px;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 20px; }
    .banner-top .container .content .btns1 {
      margin-top: 70px; }
      @media screen and (max-width: 800px) {
        .banner-top .container .content .btns1 {
          margin-top: 20px; } }

.item-home_s {
  background-color: #fff; }
  .item-home_s .content {
    border-radius: 5px;
    padding: 30px 0px;
    z-index: 2; }
    .item-home_s .content .row {
      margin: 0 -15px; }
    @media screen and (max-width: 800px) {
      .item-home_s .content {
        padding: 30px 0px; }
        .item-home_s .content .row {
          margin: 0 -10px; }
        .item-home_s .content .col-md-6 {
          padding: 0 10px; } }
  .item-home_s .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .item-home_s .item {
        margin-bottom: 10px; } }
    .item-home_s .item:hover {
      -webkit-transition: all ease 1s;
      transition: all ease 1s; }
      .item-home_s .item:hover .text {
        top: 50%;
        min-width: 150px;
        bottom: unset;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding: 10px; }
        .item-home_s .item:hover .text p {
          font-size: 1.28rem;
          color: #fff;
          font-family: "bold"; }
      .item-home_s .item:hover .bg {
        background-image: unset;
        background: rgba(0, 0, 0, 0.4); }
    .item-home_s .item .bg {
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, black), color-stop(60%, rgba(255, 255, 255, 0.01)));
      background-image: linear-gradient(to top, black 5%, rgba(255, 255, 255, 0.01) 60%); }
    .item-home_s .item .image {
      width: 219px;
      height: 150px;
      border-radius: 5px;
      overflow: hidden; }
      @media screen and (max-width: 800px) {
        .item-home_s .item .image {
          width: 100%;
          height: 180px; } }
      .item-home_s .item .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .item-home_s .item .text {
      position: absolute;
      text-align: center;
      bottom: 20px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      .item-home_s .item .text p {
        font-size: 14px;
        color: #fff;
        font-family: "semibold"; }

.light-height-product {
  padding: 3.2rem 0 6.4rem;
  background-color: white; }
  .light-height-product .slick-dots {
    bottom: -10px; }
  .light-height-product .justify-content-center h2.titles {
    font-size: 3.36rem;
    color: #131313;
    font-family: "bold";
    margin-bottom: 3.2rem; }
  .light-height-product .item-product {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 15px; }
    .light-height-product .item-product:hover .text-2 {
      display: block; }
    .light-height-product .item-product:hover .bg {
      background-color: rgba(21, 99, 158, 0.8); }
    .light-height-product .item-product:last-child {
      margin-top: 25px; }
    .light-height-product .item-product img {
      width: 100%;
      height: 100%; }
    .light-height-product .item-product .image-s {
      border-radius: 5px;
      overflow: hidden; }
      .light-height-product .item-product .image-s img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .light-height-product .item-product .image-ks {
      border-radius: 5px;
      overflow: hidden; }
      .light-height-product .item-product .image-ks img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .light-height-product .item-product .image-f {
      border-radius: 5px;
      overflow: hidden;
      height: 425px; }
      .light-height-product .item-product .image-f img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .light-height-product .item-product .text {
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 100%;
      padding: 14px 10px;
      background-color: rgba(10, 72, 124, 0.7);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 600px) {
        .light-height-product .item-product .text {
          min-height: 62px; } }
      .light-height-product .item-product .text h5 {
        font-size: 1.28rem;
        color: white;
        font-family: bold;
        text-align: center; }
    .light-height-product .item-product .text-2 {
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 300px;
      text-align: center; }
      .light-height-product .item-product .text-2 h5 {
        font-size: 1.44rem;
        color: white;
        font-family: bold;
        text-align: center;
        padding-bottom: 20px; }
      .light-height-product .item-product .text-2 p {
        font-size: 1.12rem;
        color: #fff;
        font-family: opensan;
        padding-bottom: 15px; }
      .light-height-product .item-product .text-2 .buttonA a {
        font-size: 1.12rem;
        color: #fff;
        font-family: semibol;
        border-bottom: 1px solid white; }

.new_event {
  padding-top: 8.8rem; }
  @media (max-width: 600px) {
    .new_event {
      padding-top: 3.8rem; } }
  .new_event .title h3 {
    font-size: 2.8rem;
    color: #131313;
    font-family: bold;
    margin-bottom: 4.4rem;
    font-size: 3.36rem; }
  .new_event .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.333333333333%;
    padding: 0 15px; }
    .new_event .item .content {
      width: 100%; }
      .new_event .item .content .image {
        width: 100%;
        height: 260px;
        border-radius: 5px;
        overflow: hidden; }
        @media screen and (max-width: 1600px) {
          .new_event .item .content .image {
            height: 210px; } }
        .new_event .item .content .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .new_event .item .content .text {
        padding: 25px 30px 20px;
        min-height: 150px;
        background-color: white;
        margin: -30px 15px 0 15px;
        z-index: 2;
        position: relative;
        border-radius: 5px;
        overflow: hidden; }
        @media (min-width: 600px) {
          .new_event .item .content .text {
            min-height: 120px; } }
        .new_event .item .content .text h5 {
          padding-top: 15px;
          font-size: 1.44rem;
          color: #0089d0;
          font-family: semibold; }
          .new_event .item .content .text h5:hover {
            color: #0089d0; }
        .new_event .item .content .text p {
          font-size: 1.12rem;
          color: #6a6a6a;
          font-family: "opensan"; }
          .new_event .item .content .text p i {
            color: #0089d0;
            margin-right: 15px; }
      .new_event .item .content ul.btn-product {
        position: absolute;
        top: 20px;
        left: 15px; }
        .new_event .item .content ul.btn-product li a {
          font-size: 12px;
          color: #fff;
          font-family: "OpenSans-Semibold";
          margin-right: 8px;
          padding: 3px 15px;
          border-radius: 20px; }
          .new_event .item .content ul.btn-product li a:hover {
            padding: 5px 15px;
            -webkit-transition: 0.3s all ease-in;
            transition: 0.3s all ease-in; }
          @media screen and (max-width: 1024px) {
            .new_event .item .content ul.btn-product li a {
              font-size: 9px;
              padding: 2px 10px; }
              .new_event .item .content ul.btn-product li a:hover {
                padding: 3px 10px;
                -webkit-transition: 0.3s all ease-in;
                transition: 0.3s all ease-in; } }
        .new_event .item .content ul.btn-product li a.black {
          background-color: #010101; }
        .new_event .item .content ul.btn-product li a.green {
          background-color: #62a033; }
        .new_event .item .content ul.btn-product li a.red {
          background-color: #e04646; }
      .new_event .item .content .hover-position:hover .overlay {
        opacity: 1;
        -webkit-transition: 0.4s all ease-in;
        transition: 0.4s all ease-in; }
      .new_event .item .content .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 5;
        background-color: rgba(121, 121, 121, 0.7); }
        .new_event .item .content .overlay .images {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          .new_event .item .content .overlay .images img {
            margin-right: 10px; }
            .new_event .item .content .overlay .images img:hover {
              -webkit-transform: scale(1.1);
                      transform: scale(1.1);
              -webkit-transition: 0.5s all ease-in;
              transition: 0.5s all ease-in; }

.investment_tools .title h5 {
  color: #131313;
  font-size: 2.4rem;
  font-family: bold;
  padding: 40px 0 30px; }
.investment_tools .content_item {
  margin-right: -2px; }
  .investment_tools .content_item .item {
    background-color: white;
    width: 25%;
    padding: 0px 30px 35px 30px;
    margin-right: 2px;
    border-radius: 5px; }
    .investment_tools .content_item .item .d-flex {
      height: 110px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .investment_tools .content_item .item .d-flex .image {
        text-align: center;
        margin-right: 20px;
        width: 100px; }
        .investment_tools .content_item .item .d-flex .image img {
          max-width: 100%;
          max-height: 100%; }
      .investment_tools .content_item .item .d-flex p {
        color: #131313;
        font-size: 1.36rem;
        font-family: bold; }
    .investment_tools .content_item .item .text {
      padding-top: 30px; }
      .investment_tools .content_item .item .text p {
        color: #4c4c4c;
        font-size: 1.12rem;
        font-family: opensan; }

.banner-home2 {
  position: relative;
  margin-top: 80px;
  background-color: #0089d0;
  background-image: url("../image/bg_1mb.png");
  background-repeat: no-repeat;
  min-height: 770px;
  background-position-x: right;
  background-position-y: bottom; }
  @media (min-width: 900px) {
    .banner-home2 {
      background-size: 400px; } }
  .banner-home2 .content {
    min-height: 770px;
    max-width: 560px; }
    @media screen and (max-width: 1024px) {
      .banner-home2 .content {
        padding: 5px 20px;
        left: 64%; } }
    .banner-home2 .content h3 {
      font-family: bold;
      font-size: 3.36rem;
      color: white;
      margin-bottom: 30px; }
    .banner-home2 .content h5 {
      font-family: bold;
      font-size: 1.76rem;
      color: white;
      margin-bottom: 25px; }
    .banner-home2 .content p {
      font-family: opensan;
      font-size: 15px;
      color: white;
      margin-bottom: 25px; }
    .banner-home2 .content .button3 {
      margin-top: 25px; }
      .banner-home2 .content .button3 a:hover {
        border: 1px solid white !important; }

.banner-home3 {
  position: relative;
  margin-top: 0px;
  min-height: 770px; }
  .banner-home3 .bg_bh {
    position: relative;
    bottom: -620px;
    left: 0;
    z-index: 4;
    background-image: url(../image/khj.png);
    min-height: 160px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: left; }
    @media (max-width: 600px) {
      .banner-home3 .bg_bh {
        bottom: -540px; } }
  .banner-home3 .images-banner3 {
    background-color: #0089d0; }
  .banner-home3 .margin-topkf {
    height: 100px;
    background-color: #f5f5f5; }
  .banner-home3 .content {
    min-height: 550px;
    max-width: 475px; }
    @media screen and (max-width: 1024px) {
      .banner-home3 .content {
        padding: 5px 20px; } }
    .banner-home3 .content h3 {
      font-family: bold;
      font-size: 3.36rem;
      color: white;
      margin-bottom: 30px; }
    .banner-home3 .content p {
      font-family: opensan;
      font-size: 1.44rem;
      color: white;
      margin-bottom: 25px;
      line-height: 2; }
    .banner-home3 .content .content_btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 40px;
      margin-bottom: 40px; }
    .banner-home3 .content .button4 {
      max-width: 205px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      min-width: 205px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 5px;
      margin-right: 15px;
      margin-bottom: 15px;
      height: 50px;
      border: 1px solid white;
      cursor: pointer; }
      .banner-home3 .content .button4:hover {
        border: 1px solid white !important;
        background-color: white; }
        .banner-home3 .content .button4:hover a {
          color: #0089d0; }
      .banner-home3 .content .button4 a {
        background: transparent;
        font-family: opensan;
        font-size: 1.28rem;
        color: white; }

@media screen and (max-width: 1600px) {
  .banner-home2 {
    margin-top: 60px;
    min-height: 600px; } }
  @media screen and (max-width: 1600px) and (max-width: 800px) {
    .banner-home2 {
      margin-top: 0;
      min-height: 480px; } }
@media screen and (max-width: 1600px) {
    .banner-home2 .content {
      min-height: 600px;
      max-width: 560px;
      padding: 40px 0; } }
    @media screen and (max-width: 1600px) and (max-width: 800px) {
      .banner-home2 .content {
        min-height: 430px; } }
@media screen and (max-width: 1600px) {
      .banner-home2 .content h3 {
        font-size: 4rem;
        margin-bottom: 25px; }
      .banner-home2 .content h5 {
        font-size: 2rem;
        margin-bottom: 25px; }
      .banner-home2 .content p {
        margin-bottom: 25px;
        font-size: 1.6rem; }
      .banner-home2 .content .button3 {
        margin-top: 40px; }
        .banner-home2 .content .button3 a {
          font-size: 1.6rem; }
          .banner-home2 .content .button3 a:hover {
            border: 1px solid white !important; }

  .banner-home3 {
    position: relative;
    margin-top: 0px;
    min-height: 600px;
    margin-bottom: 100px; }
    .banner-home3 .box {
      margin-right: -40px;
      margin-left: 44px; }
    .banner-home3 .content {
      min-height: 550px;
      max-width: 475px; }
      .banner-home3 .content h3 {
        margin-bottom: 25px; }
      .banner-home3 .content p {
        margin-bottom: 25px;
        line-height: 2; }
      .banner-home3 .content .content_btn {
        margin-top: 40px; }
      .banner-home3 .content .button4 {
        max-width: 205px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        min-width: 190px;
        height: 46px;
        border: 1px solid white;
        cursor: pointer; }
        .banner-home3 .content .button4:hover {
          border: 1px solid white !important;
          background-color: white; }
          .banner-home3 .content .button4:hover a {
            color: #0089d0; }
        .banner-home3 .content .button4 a {
          background: transparent;
          font-family: opensan;
          font-size: 1.28rem;
          color: white; } }
@media screen and (max-width: 1024px) {
  .form-email {
    background-color: #62a033;
    padding: 15px 0; }
    .form-email .content p {
      font-family: "OpenSans-SemiBold";
      font-size: 1.44rem;
      color: #ffff;
      padding-right: 50px; }
    .form-email .content form .form-group {
      position: relative; }
      .form-email .content form .form-group .form-control {
        width: 300px;
        height: 35px; }

  .category-product .item .content .text h6 {
    padding: 10px 50px 12px; } }
@media screen and (max-width: 800px) {
  .banner-home3 {
    position: relative;
    margin-top: 0px;
    min-height: 600px; }
    .banner-home3 .box {
      margin-right: -40px;
      margin-left: 44px; }
    .banner-home3 .content {
      min-height: 550px;
      max-width: 475px; }
      .banner-home3 .content h3 {
        margin-bottom: 25px;
        font-size: 22px; }
      .banner-home3 .content p {
        margin-bottom: 25px;
        line-height: 2; }
      .banner-home3 .content .content_btn {
        margin-top: 40px; }
      .banner-home3 .content .button4 {
        max-width: 140px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        min-width: 140px;
        height: 40px;
        border: 1px solid white;
        cursor: pointer; }
        .banner-home3 .content .button4:hover {
          border: 1px solid white !important;
          background-color: white; }
          .banner-home3 .content .button4:hover a {
            color: #0089d0; }
        .banner-home3 .content .button4 a {
          background: transparent;
          font-family: opensan;
          font-size: 13px;
          color: white; }

  .investment_tools .title h5 {
    color: #131313;
    font-size: 2.4rem;
    font-family: bold;
    padding-bottom: 40px; }
  .investment_tools .content_item {
    margin-right: -2px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .investment_tools .content_item .item {
      background-color: transparent;
      width: 49.7%;
      padding: 0px 30px 35px 30px;
      margin-right: 2px;
      border-radius: 5px;
      margin-bottom: 20px; } }
    @media screen and (max-width: 800px) and (max-width: 800px) and (min-width: 600px) {
      .investment_tools .content_item .item {
        margin-bottom: 100px; } }
    @media screen and (max-width: 800px) and (max-width: 600px) {
      .investment_tools .content_item .item {
        margin-bottom: 20px; } }
@media screen and (max-width: 800px) {
      .investment_tools .content_item .item .d-flex {
        height: 110px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: block !important; }
        .investment_tools .content_item .item .d-flex .image {
          text-align: center;
          margin-right: 20px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .investment_tools .content_item .item .d-flex .image .image_fh {
            padding: 30px;
            background-color: white;
            border-radius: 50%;
            -webkit-box-shadow: 0px -1px 20px 11px #eeeeee !important;
                    box-shadow: 0px -1px 20px 11px #eeeeee !important;
            width: 120px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 120px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
          @media screen and (max-width: 800px) and (max-width: 800px) and (min-width: 600px) {
            .investment_tools .content_item .item .d-flex .image .image_fh {
              -webkit-transform: scale(1.2);
                      transform: scale(1.2); } }
@media screen and (max-width: 800px) {
            .investment_tools .content_item .item .d-flex .image .image_fh img {
              width: 100%;
              height: 100%; }
        .investment_tools .content_item .item .d-flex p {
          padding-top: 1.6rem;
          color: #131313;
          font-size: 1.6rem;
          font-family: bold;
          text-align: center; } }
        @media screen and (max-width: 800px) and (max-width: 800px) and (min-width: 600px) {
          .investment_tools .content_item .item .d-flex p {
            font-size: 20px;
            padding-top: 35px; } }
@media screen and (max-width: 800px) {
      .investment_tools .content_item .item .text {
        display: none; }

  .light-height-product {
    padding: 6.4rem 0; }
    .light-height-product .item-product:last-child {
      margin-top: 15px; }
    .light-height-product .col-md-4 {
      padding: 0px 10px; }
    .light-height-product .row {
      margin: 0 -10px; }
    .light-height-product .item-product {
      position: relative; }
      .light-height-product .item-product .text p {
        font-size: 1.44rem;
        color: #2cca58;
        font-family: "OpenSans-Bold"; }
      .light-height-product .item-product .text-2 {
        position: absolute;
        left: 25px;
        bottom: 25px;
        top: unset; }
        .light-height-product .item-product .text-2 p {
          font-size: 1.76rem;
          color: #fff;
          font-family: "OpenSans-Bold";
          padding-left: 15px; }

  .Promotions {
    padding: 7.2rem 0; }
    .Promotions .item-text h5 {
      padding-bottom: 2rem; }
    .Promotions .item-text p {
      padding-bottom: 30px; }
    .Promotions .item-text .button3 a:hover {
      border: 1px solid #62a033 !important; }
    .Promotions .item .image {
      text-align: center; }
      .Promotions .item .image img {
        max-width: 150px;
        max-height: 115px;
        -o-object-fit: cover;
           object-fit: cover; }
    .Promotions .item .text {
      text-align: center; }
      .Promotions .item .text h5 {
        padding: 0 10px;
        padding-bottom: 10px;
        line-height: 1.3; }
    .Promotions .item .the-a {
      text-align: center; }

  .new-video {
    padding: 5.6rem 0; }
    .new-video h5.title {
      padding: bottom 3.2rem; }
    .new-video .images-video .image-video {
      height: 269px !important; }
    .new-video .content .image-new {
      height: 123px; }
      .new-video .content .image-new:last-child {
        margin-bottom: unset; }
    .new-video .content .text {
      padding: 15px 0px 0px 15px; }
      .new-video .content .text p {
        font-size: 13px; } }
@media screen and (max-width: 580px) {
  .light-height-product {
    padding: 0 0 9.2rem; }
    .light-height-product .justify-content-center h2.titles {
      font-size: 20px; }
    .light-height-product .item-product {
      border-radius: 5px;
      margin: 0 10px; }
      .light-height-product .item-product:hover .text-2 {
        display: block; }
      .light-height-product .item-product:hover .bg {
        background-color: rgba(21, 99, 158, 0.8); }
      .light-height-product .item-product:last-child {
        margin-top: 25px; }
      .light-height-product .item-product img {
        width: 100%;
        height: 100%; }
      .light-height-product .item-product .image-s {
        border-radius: 5px;
        overflow: hidden;
        height: 200px !important; }
        .light-height-product .item-product .image-s img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .light-height-product .item-product .text h5 {
        font-size: 13px;
        color: white;
        font-family: bold;
        text-align: center; }

  .banner-home3 {
    min-height: 600px;
    margin-top: -70px;
    margin-bottom: 90px; }
    .banner-home3 .box {
      margin-right: 0px;
      margin-left: 0px; }
    .banner-home3 .content p {
      font-size: 13px; }
    .banner-home3 .content .content_btn {
      margin-top: 40px; }

  .new_event .title h3 {
    font-size: 22px;
    margin-bottom: 3rem; }
  .new_event .item {
    width: 33.333333333333%;
    padding: 0 15px; }
    .new_event .item .content .image {
      height: 235px; }
    .new_event .item .content .text {
      padding: 25px 30px 20px;
      min-height: 150px;
      margin: -30px 15px 0 15px; }
      .new_event .item .content .text h5 {
        padding-top: 15px;
        font-size: 16px; }
      .new_event .item .content .text p {
        font-size: 12px; }
        .new_event .item .content .text p i {
          margin-right: 15px; }

  .banner-home2 {
    margin-top: 0px;
    min-height: 530px; }
    .banner-home2 .content {
      min-height: 350px;
      padding: 40px 0; }
      .banner-home2 .content h3 {
        font-size: 22px;
        margin-bottom: 25px; }
      .banner-home2 .content h5 {
        font-size: 16px;
        margin-bottom: -10px; }
      .banner-home2 .content p {
        margin-bottom: 25px;
        font-size: 13px;
        line-height: 1.7; }
      .banner-home2 .content .button3 {
        margin-top: 40px; }
        .banner-home2 .content .button3 a {
          padding: 8 25px;
          font-size: 13px; }
          .banner-home2 .content .button3 a:hover {
            border: 1px solid white !important; }

  .investment_tools .title h5 {
    font-size: 18px;
    padding: 30px 0 30px; }
  .investment_tools .content_item {
    margin-right: -2px; }
    .investment_tools .content_item .item {
      width: 49%;
      padding: 0px 15px 20px; }
      .investment_tools .content_item .item .d-flex .image {
        margin-right: 20px;
        width: 100%; }
        .investment_tools .content_item .item .d-flex .image .image_fh {
          padding: 20px;
          border-radius: 50%;
          width: 80px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 80px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .investment_tools .content_item .item .d-flex p {
        font-size: 12px; }

  .item-home_s .item .image {
    height: 100px; }
  .item-home_s .item .text {
    width: 100%; }

  .banner-home3 .content {
    min-height: 455px;
    max-width: 475px; } }
@media screen and (max-width: 400px) {
  .category-product .item .content .text h6 {
    padding: 5px 23px 9px; } }
.vertical-dots {
  list-style: none;
  display: block;
  position: absolute;
  /* top: 40%; */
  bottom: 5%;
  margin-top: -10px;
  text-align: center;
  width: 100%; }

.vertical-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 7px 3px;
  display: inline-block; }

.vertical-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.vertical-dots li button:hover,
.vertical-dots li button:focus {
  outline: none; }

.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before {
  opacity: 1; }

.vertical-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: black;
  border-radius: 50%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vertical-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #0089d0; }

#popup_notice .close {
  color: #214c7f;
  opacity: 1; }
  #popup_notice .close span {
    color: #214c7f;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.5; }
#popup_notice .modal-content {
  border-radius: 0; }
#popup_notice .modal-body {
  position: relative;
  padding: 15px; }
#popup_notice .modal-dialog {
  width: auto; }
#popup_notice .popup_notice_content {
  padding: 40px 30px;
  font-size: 16px;
  font-family: OpenSans; }
  #popup_notice .popup_notice_content h1, #popup_notice .popup_notice_content h2, #popup_notice .popup_notice_content h3 {
    font-family: OpenSans-SemiBold;
    font-weight: 700; }

.menu-pc .menu-top {
  background-color: #fff; }
  .menu-pc .menu-top .content {
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu-pc .menu-top .content .item {
      width: 33.3%;
      text-align: center; }
      .menu-pc .menu-top .content .item P {
        font-size: 1.12rem;
        color: #005596;
        font-family: semibold; }
.menu-pc .menus {
  background-color: #0089d0; }
  .menu-pc .menus .menu-main {
    padding: 18px 45px; }
    .menu-pc .menus .menu-main .bg-light {
      padding-left: 0;
      background-color: transparent !important; }
    .menu-pc .menus .menu-main .navbar .navbar-nav .nav-item a {
      padding-left: 0;
      font-family: "opensan";
      font-size: 1.12rem;
      color: white;
      padding-right: 20px; }
    .menu-pc .menus .menu-main .info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-pc .menus .menu-main .info .item {
        margin-right: 7.2rem; }
        .menu-pc .menus .menu-main .info .item a {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .menu-pc .menus .menu-main .info .item a:hover {
            color: white;
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
            .menu-pc .menus .menu-main .info .item a:hover span, .menu-pc .menus .menu-main .info .item a:hover i, .menu-pc .menus .menu-main .info .item a:hover p {
              color: white !important; }
          .menu-pc .menus .menu-main .info .item a i {
            color: white;
            font-size: 1.12rem; }
          .menu-pc .menus .menu-main .info .item a p {
            font-family: opensan;
            color: white;
            font-size: 1.12rem;
            padding-left: 15px; }
            .menu-pc .menus .menu-main .info .item a p span {
              color: white;
              font-family: opensan;
              padding-left: 5px; }
.menu-pc .header .search .form-search {
  position: relative;
  margin: 0 0 0 5.6rem; }
  .menu-pc .header .search .form-search .form-control {
    border-radius: 9px;
    height: 41px;
    width: 225px;
    background: #f3f3f3;
    color: #010101;
    font-size: 1.12rem;
    font-family: opensan;
    border: unset;
    width: 100%;
    padding-left: 25px; }
  .menu-pc .header .search .form-search .btn {
    right: 0; }
    .menu-pc .header .search .form-search .btn i {
      color: #0089d0;
      font-size: 1.12rem; }
.menu-pc .header .langs {
  margin-left: 2.4rem; }

.btn-open {
  margin-left: 30px; }
  .btn-open a {
    font-family: semibold;
    color: #fff;
    font-size: 1.28rem;
    background: #0089d0;
    padding: 14px 43px;
    border-radius: 10px;
    border: 1px solid #0089d0; }
    .btn-open a:hover {
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s;
      background-color: white;
      color: #0089d0; }
      .btn-open a:hover i {
        color: white; }
    .btn-open a i {
      margin-right: 10px;
      color: #fff; }

.menu-pc .menus .menu-main .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: unset;
  min-width: 262px;
  padding: 22px 5px;
  border-radius: 5px; }
  .menu-pc .menus .menu-main .navbar .navbar-nav .nav-item .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 20px;
    content: url(../image/top.png); }
  .menu-pc .menus .menu-main .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-family: opensan;
    font-size: 14px !important;
    color: #131313 !important;
    padding: 10px 25px;
    padding-left: 25px !important;
    border-radius: 5px; }
    .menu-pc .menus .menu-main .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
      color: #0089d0 !important; }
.menu-pc .menus .menu-main .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block; }
.menu-pc .menus .menu-main .navbar .navbar-nav .nav-item a::after {
  content: unset; }

@media screen and (max-width: 1600px) {
  .menu-pc .menu-top {
    background-color: #fff; }
    .menu-pc .menu-top .content {
      height: 50px; }
      .menu-pc .menu-top .content .item {
        width: 33.3%; }
  .menu-pc .menus {
    background-color: #0089d0; }
    .menu-pc .menus .menu-main {
      padding: 15px 30px; }
      .menu-pc .menus .menu-main .navbar .navbar-nav .nav-item a {
        padding-left: 0;
        padding-right: 20px; }
      .menu-pc .menus .menu-main .info .item {
        margin-right: 2.4rem; }
        .menu-pc .menus .menu-main .info .item a i {
          color: white;
          font-size: 1.12rem; }
        .menu-pc .menus .menu-main .info .item a p {
          padding-left: 10px; }
          .menu-pc .menus .menu-main .info .item a p span {
            padding-left: 5px; }
  .menu-pc .header .logo {
    margin-right: 30px; }
    .menu-pc .header .logo .images {
      width: 300px; }
      .menu-pc .header .logo .images img {
        width: 100%; }
  .menu-pc .header .search .form-search {
    position: relative;
    margin: 0 0 0 0rem; }
    .menu-pc .header .search .form-search .form-control {
      height: 41px;
      width: 225px; }
    .menu-pc .header .search .form-search .btn {
      right: 0; }
      .menu-pc .header .search .form-search .btn i {
        color: #0089d0;
        font-size: 1.12rem; }
  .menu-pc .header .langs {
    margin-left: 2.4rem; }
  .menu-pc .btn-open {
    margin-left: 30px; }
    .menu-pc .btn-open a {
      font-size: 1.12rem;
      padding: 9px 15px; } }
@media screen and (max-width: 1440px) {
  .menu > ul > li a {
    margin-right: 20px; }

  .menu-pc .header .search .form-search .form-control {
    height: 41px;
    width: 190px; }

  .menu-pc .btn-open {
    margin-left: 15px; } }
@media screen and (max-width: 1366px) {
  .menu-pc .header .logo .images {
    width: 209px;
    height: 30px; }

  .menu-pc .header .search .form-search .form-control {
    height: 38px;
    width: 178px; }

  .menu > ul > li a {
    margin-right: 14px; }

  .menu-pc .btn-open a {
    font-size: 1.12rem;
    padding: 9px 10px; } }
footer {
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }
  footer p {
    font-size: 1.12rem;
    font-family: OpenSans;
    color: white; }

.footer {
  background-attachment: fixed;
  background-image: url(../image/bg1.jpg);
  background-position: center;
  background-size: cover;
  padding: 60px 0 0px;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 580px) {
    .footer {
      padding: 40px 0px; } }
  .footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .footer .container-fluid {
    padding: 0 90PX; }
  .footer h3 {
    font-size: 1.44rem;
    font-family: bold;
    color: #0089d0;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (max-width: 580px) {
      .footer h3 {
        margin-bottom: 7px; } }
    @media screen and (max-width: 580px) {
      .footer h3 {
        padding-bottom: 10px; } }
  .footer .foooter-logo {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 45px; }
    @media screen and (max-width: 580px) {
      .footer .foooter-logo {
        display: block !important; } }
    .footer .foooter-logo .conten-logo .imag-j {
      margin-left: 65px; }
      @media screen and (max-width: 800px) {
        .footer .foooter-logo .conten-logo .imag-j {
          margin-left: 0px; }
          .footer .foooter-logo .conten-logo .imag-j img {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); } }
    .footer .foooter-logo .conten-logo .imga img {
      padding-bottom: 30px;
      width: 100%; }
      @media screen and (max-width: 580px) {
        .footer .foooter-logo .conten-logo .imga img {
          padding-bottom: 20px; } }
    .footer .foooter-logo .footer-icon ul {
      padding: 0px 0 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer .foooter-logo .footer-icon ul li {
        margin-right: 15px; }
        .footer .foooter-logo .footer-icon ul li img {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
          .footer .foooter-logo .footer-icon ul li img:hover {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2);
            -webkit-transition: ease-out 0.5s all;
            transition: ease-out 0.5s all; }
  .footer .follow-footer {
    padding-top: 0px;
    padding-left: 25px; }
    @media (max-width: 600px) {
      .footer .follow-footer .menu-child-dropdown {
        display: none; } }
    .footer .follow-footer .show-icon {
      display: none; }
      @media (max-width: 600px) {
        .footer .follow-footer .show-icon {
          display: block; }
          .footer .follow-footer .show-icon i {
            font-size: 14px;
            color: #0089d0; } }
    .footer .follow-footer .item {
      padding-bottom: 15px; }
      .footer .follow-footer .item .icon {
        display: block; }
        .footer .follow-footer .item .icon i {
          color: #40c8f4;
          font-size: 2.28rem;
          padding-right: 20px; }
      .footer .follow-footer .item .text h5 {
        font-size: 14px;
        font-family: opensan;
        color: #fff;
        padding-bottom: 5px;
        margin-right: 10px; }
      .footer .follow-footer .item .text a {
        font-size: 14px;
        font-family: opensan;
        color: #fff; }
      .footer .follow-footer .item .text ul li {
        margin-bottom: 15px; }
        .footer .follow-footer .item .text ul li a {
          font-size: 14px;
          font-family: opensan;
          color: #fff; }
      .footer .follow-footer .item .text a:hover {
        color: #0089d0; }
  .footer .text-bottom {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid white; }
    .footer .text-bottom p {
      font-size: 14px;
      font-family: opensan; }
      .footer .text-bottom p a {
        color: #0089d0; }

@media screen and (max-width: 1366px) {
  .footer h3 {
    font-size: 16px;
    font-family: semibold; }

  .footer .container-fluid {
    padding: 0 40PX; }

  .footer .follow-footer {
    padding-left: 0; }
    .footer .follow-footer .item .text h5 {
      padding-bottom: 0; }
    .footer .follow-footer .item .icon i {
      padding-right: 16px; } }
@media screen and (max-width: 580px) {
  .footer .container-fluid {
    padding: 0 20PX; } }
.office {
  background-color: #f5f5f5;
  padding: 100px 0 220px;
  background-size: cover;
  background-position: inherit; }
  @media screen and (max-width: 800px) {
    .office .cnt_office .col-md-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .office .cnt_office .item_office {
    padding: 40px 0 10px; }
    .office .cnt_office .item_office .image_ img {
      width: 100%; }
    .office .cnt_office .item_office .text_cnt {
      padding: 0 20px; }
      .office .cnt_office .item_office .text_cnt h5 {
        font-size: 18px; }
      .office .cnt_office .item_office .text_cnt .item {
        padding-bottom: 15px; }
        .office .cnt_office .item_office .text_cnt .item .text {
          padding-left: 22px; }
          .office .cnt_office .item_office .text_cnt .item .text h5 {
            font-size: 14px;
            padding-bottom: 5px; }
          .office .cnt_office .item_office .text_cnt .item .text a {
            font-size: 12px; }
            .office .cnt_office .item_office .text_cnt .item .text a:hover {
              color: #0089d0; }
          .office .cnt_office .item_office .text_cnt .item .text p {
            font-size: 12px; }

.social-right {
  width: 40px;
  position: fixed;
  right: -50px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }
  .social-right a {
    font-size: 20px;
    padding: 8px;
    background: #0089d0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1px;
    float: right; }
    .social-right a:hover {
      color: #fff !important; }
      .social-right a:hover i {
        color: #fff !important; }
    .social-right a i {
      color: #fff !important; }
      .social-right a i:hover {
        color: #fff !important; }

.social-right.social-right-show {
  right: 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }

.button-fixed {
  width: 35px;
  height: 35px;
  background: #0089d0;
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: block;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 30%;
  font-size: 20px; }

.banner450 {
  position: relative;
  background-image: url("../image/bg4.jpg");
  height: 430px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 800px) {
    .banner450 {
      height: 360px !important; } }
  @media screen and (max-width: 580px) {
    .banner450 {
      height: 215px !important; } }
  .banner450 .bg {
    background-color: rgba(0, 0, 0, 0.5); }
  .banner450 .image {
    height: 570px;
    width: 100%; }
    .banner450 .image img {
      width: 100%;
      height: 100%; }
  .banner450 .text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 580px) {
      .banner450 .text {
        width: 80%; } }
    .banner450 .text h5 {
      font-family: bold;
      font-size: 3.2rem;
      color: white; }
      @media screen and (max-width: 580px) {
        .banner450 .text h5 {
          font-size: 22px; } }

.about .banner450 {
  background-image: url("../image/bg4.jpg"); }
.about .content-about {
  background: #ffff; }
  .about .content-about .content-text {
    padding: 140px 0; }
    @media screen and (max-width: 1024px) {
      .about .content-about .content-text {
        padding: 7.2rem 0 5rem;
        width: 600px; } }
    @media screen and (max-width: 580px) {
      .about .content-about .content-text {
        width: 100%; } }
    .about .content-about .content-text .the_content p {
      margin-bottom: 25px; }
.about .develop_stage {
  background-image: url("../image/bg5.jpg");
  padding: 60px 0 130px; }
  .about .develop_stage .text-title {
    padding: 70px 0 60px; }
    .about .develop_stage .text-title h2 {
      font-family: bold;
      font-size: 2.88rem;
      color: white;
      padding: 0px; }
  .about .develop_stage .item .text .borders {
    border: 1px solid white;
    padding: 18px;
    border-radius: 50%;
    z-index: 3; }
    .about .develop_stage .item .text .borders .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 145px;
      height: 145px;
      background-color: white;
      border-radius: 50%;
      z-index: 2; }
      .about .develop_stage .item .text .borders .date .ctn p {
        font-family: bold;
        font-size: 1.44rem;
        color: #131313;
        padding-bottom: 0px; }
      .about .develop_stage .item .text .borders .date .ctn h5 {
        font-family: bold;
        font-size: 1.76rem;
        color: #131313; }
  .about .develop_stage .item .text .content {
    background-color: rgba(39, 141, 196, 0.5);
    width: 760px;
    height: 141px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -80px;
    padding-right: 50px;
    padding-left: 110px; }
    .about .develop_stage .item .text .content p {
      font-family: opensan;
      font-size: 1.28rem;
      color: white;
      padding-bottom: 0px; }

.about2 .banner450 {
  background-image: url("../image/bg6.jpg"); }
.about2 .content-about2 .content-text {
  padding: 60px 0 40px; }
  @media screen and (max-width: 580px) {
    .about2 .content-about2 .content-text {
      padding: 40px 5px 40px; } }
  .about2 .content-about2 .content-text .the_content h5.title {
    font-family: semibold;
    font-size: 1.76rem;
    color: #131313;
    padding-bottom: 1.6rem; }
  .about2 .content-about2 .content-text .the_content p {
    font-family: opensan;
    font-size: 15px;
    color: #131313; }
    @media screen and (max-width: 580px) {
      .about2 .content-about2 .content-text .the_content p {
        font-size: 13px; } }
.about2 .banner660 {
  min-height: 660px;
  background-image: url("../image/bg8.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about2 .banner660 .text {
    text-align: justify; }
    .about2 .banner660 .text h5 {
      font-family: semibold;
      font-size: 1.76rem;
      color: #131313;
      padding-bottom: 1.6rem; }
    .about2 .banner660 .text p {
      font-family: semibold;
      font-size: 1.28rem;
      color: #131313; }
.about2 .image_about2 {
  height: 650px;
  background-image: url("../image/bg6.jpg"); }
  .about2 .image_about2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (max-width: 1440px) {
  .brand .content-about .content-text {
    padding: 5.2rem 0 5rem; }
  .brand .invertment_brokerage {
    min-height: 470px; }
    .brand .invertment_brokerage .boc-content {
      width: 600px;
      min-height: 470px; }
      .brand .invertment_brokerage .boc-content .content1 .text {
        padding-top: 20px; }
        .brand .invertment_brokerage .boc-content .content1 .text p {
          font-family: OpenSans;
          font-size: 1.28rem;
          color: black !important; }
      .brand .invertment_brokerage .boc-content .content2 {
        margin-left: 0; }
        .brand .invertment_brokerage .boc-content .content2 .title h2.befor {
          padding-right: 40px; }
          .brand .invertment_brokerage .boc-content .content2 .title h2.befor::before {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); }
        .brand .invertment_brokerage .boc-content .content2 .text {
          padding-top: 20px; }
          .brand .invertment_brokerage .boc-content .content2 .text p.after::after {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8); }
  .brand .invertment_brokerage2 {
    background-image: url(../images/banner-brand3.png);
    background-color: #f5f5f5; }
  .brand .brand-imgae {
    background: #fff; }
    .brand .brand-imgae .content {
      width: 820px;
      padding: 90px 0; }
      .brand .brand-imgae .content p {
        font-family: OpenSans;
        font-size: 1.28rem;
        color: black !important; } }
@media screen and (max-width: 1024px) {
  .brand .content-about .content-text {
    padding: 5.2rem 0 5rem; }
  .brand .invertment_brokerage {
    min-height: 400px; }
    .brand .invertment_brokerage .boc-content {
      width: 600px;
      min-height: 400px; }
      .brand .invertment_brokerage .boc-content .content1 .text {
        padding-top: 20px; }
        .brand .invertment_brokerage .boc-content .content1 .text p {
          font-family: OpenSans;
          font-size: 1.28rem;
          color: black !important; }
      .brand .invertment_brokerage .boc-content .content2 {
        margin-left: 50px;
        padding: 0 15px 0 0px; }
        .brand .invertment_brokerage .boc-content .content2 .title h2.befor {
          padding-right: 40px; }
          .brand .invertment_brokerage .boc-content .content2 .title h2.befor::before {
            -webkit-transform: scale(0.7);
                    transform: scale(0.7);
            left: -65px; }
        .brand .invertment_brokerage .boc-content .content2 .text {
          padding-top: 20px; }
          .brand .invertment_brokerage .boc-content .content2 .text p.after::after {
            -webkit-transform: scale(0.7);
                    transform: scale(0.7); }
  .brand .invertment_brokerage2 {
    background-image: url(../images/banner-brand3.png);
    background-color: #f5f5f5; }
  .brand .brand-imgae {
    background: #fff; }
    .brand .brand-imgae .content {
      width: 650px;
      padding: 70px 0; }
      .brand .brand-imgae .content h5 {
        padding-bottom: 20px; }
      .brand .brand-imgae .content p {
        font-family: OpenSans;
        font-size: 1.28rem;
        color: black !important; } }
@media screen and (max-width: 800px) {
  .brand .content-about .content-text {
    padding: 5.2rem 0 5rem; }
  .brand .invertment_brokerage {
    min-height: 350px; }
    .brand .invertment_brokerage .boc-content {
      width: 600px;
      min-height: 350px; }
      .brand .invertment_brokerage .boc-content .content1 .text {
        padding-top: 20px; }
        .brand .invertment_brokerage .boc-content .content1 .text p {
          font-family: OpenSans;
          font-size: 1.28rem;
          color: black !important; }
      .brand .invertment_brokerage .boc-content .content2 {
        margin-left: 35px;
        padding: 0 15px 0 0px; }
        .brand .invertment_brokerage .boc-content .content2 .title h2.befor {
          padding-right: 20px;
          font-size: 20px; }
          .brand .invertment_brokerage .boc-content .content2 .title h2.befor::before {
            -webkit-transform: scale(0.5);
                    transform: scale(0.5);
            left: -65px; }
        .brand .invertment_brokerage .boc-content .content2 .text {
          padding-top: 20px; }
          .brand .invertment_brokerage .boc-content .content2 .text p.after::after {
            -webkit-transform: scale(0.5);
                    transform: scale(0.5); }
  .brand .invertment_brokerage2 {
    background-image: url(../images/banner-brand3.png);
    background-color: #f5f5f5; }
  .brand .brand-imgae {
    background: #fff; }
    .brand .brand-imgae .content {
      width: 650px;
      padding: 70px 0; }
      .brand .brand-imgae .content h5 {
        padding-bottom: 20px; }
      .brand .brand-imgae .content p {
        font-family: OpenSans;
        font-size: 1.28rem;
        color: black !important; } }
@media screen and (max-width: 580px) {
  .about .banner570 .text {
    width: 300px;
    text-align: center; }
  .about .content-about .content-text {
    padding: 40px 0; }

  .brand .content-about .content-text {
    padding: 5.2rem 0 5rem; }
  .brand .invertment_brokerage {
    background-size: 100% 50%;
    min-height: 350px;
    height: unset; }
    .brand .invertment_brokerage .content {
      margin-top: 90px; }
      .brand .invertment_brokerage .content .text {
        margin-right: 15px; }
    .brand .invertment_brokerage .boc-content {
      width: 600px;
      min-height: 350px; }
      .brand .invertment_brokerage .boc-content .content1 {
        padding: 0 0 0 15px; }
        .brand .invertment_brokerage .boc-content .content1 .text {
          padding-top: 20px; }
      .brand .invertment_brokerage .boc-content .content2 {
        margin-left: 35px;
        padding: 0 15px 0 0px;
        width: 100%; }
        .brand .invertment_brokerage .boc-content .content2 .title h2.befor {
          padding-right: 20px;
          font-size: 20px; }
          .brand .invertment_brokerage .boc-content .content2 .title h2.befor::before {
            -webkit-transform: scale(0.4);
                    transform: scale(0.4);
            left: -45px;
            top: -25px; }
        .brand .invertment_brokerage .boc-content .content2 .text {
          padding-top: 20px; }
          .brand .invertment_brokerage .boc-content .content2 .text p.after::after {
            -webkit-transform: scale(0.4);
                    transform: scale(0.4);
            bottom: -30px;
            right: 5px; }
  .brand .invertment_brokerage2 .boc-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .brand .brand-imgae {
    background: #fff; }
    .brand .brand-imgae .content {
      width: 100%;
      padding: 50px 0; }
      .brand .brand-imgae .content h5 {
        padding-bottom: 20px; }
      .brand .brand-imgae .content p {
        font-family: OpenSans;
        font-size: 1.28rem;
        color: black !important; } }
.office_bg {
  background-image: url("../image/bg9.jpg"); }

.office {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  padding: 80px 0 0px;
  background-size: cover;
  background-position: inherit; }
  .office .cnt_office {
    padding-bottom: 95px; }
    .office .cnt_office h2.title {
      font-family: bold;
      font-size: 36px;
      color: #131313;
      padding-bottom: 5rem;
      text-align: center; }
    @media screen and (max-width: 800px) {
      .office .cnt_office .col-md-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .office .cnt_office .item_office {
      background: #ffffff;
      border-radius: 20px;
      overflow: hidden;
      padding: 40px 0 10px;
      height: 100%;
      -webkit-box-shadow: 0px 2px 17px 4px #ebe9e9;
              box-shadow: 0px 2px 17px 4px #ebe9e9; }
      @media screen and (max-width: 800px) {
        .office .cnt_office .item_office {
          max-width: 500px; } }
      .office .cnt_office .item_office .image_ {
        margin: 0 2px; }
        .office .cnt_office .item_office .image_ img {
          width: 100%; }
      .office .cnt_office .item_office .text_cnt {
        padding: 0 45px; }
        .office .cnt_office .item_office .text_cnt h5 {
          font-family: semibold;
          font-size: 22px;
          color: #131313;
          padding: 30px 0;
          text-transform: uppercase; }
        .office .cnt_office .item_office .text_cnt .item {
          padding-bottom: 20px;
          min-width: 50%; }
          .office .cnt_office .item_office .text_cnt .item .icon img:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1);
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease; }
          .office .cnt_office .item_office .text_cnt .item .text {
            padding-left: 22px;
            max-width: 350px;
            max-width: 400px; }
            .office .cnt_office .item_office .text_cnt .item .text h5 {
              text-transform: unset;
              padding: unset;
              font-family: bold;
              font-size: 16px;
              color: #131313;
              padding-bottom: 5px; }
            .office .cnt_office .item_office .text_cnt .item .text a {
              font-family: opensan;
              font-size: 14px;
              color: #131313; }
              .office .cnt_office .item_office .text_cnt .item .text a:hover {
                color: #0089d0; }
            .office .cnt_office .item_office .text_cnt .item .text p {
              font-family: opensan;
              font-size: 14px;
              color: #131313; }

@media screen and (max-width: 580px) {
  .office {
    background-color: #f5f5f5;
    padding: 20px 0 20px;
    background-size: cover;
    background-position: inherit; }
    .office .cnt_office {
      padding-bottom: 0px; }
      .office .cnt_office .item_office {
        padding: 30px 0 35px; }
        .office .cnt_office .item_office .image_ img {
          width: 100%; }
        .office .cnt_office .item_office .text_cnt {
          padding: 0 20px; }
          .office .cnt_office .item_office .text_cnt h5 {
            font-size: 18px; }
          .office .cnt_office .item_office .text_cnt .item {
            padding-bottom: 15px; }
            .office .cnt_office .item_office .text_cnt .item .text {
              padding-left: 22px;
              max-width: 245px; }
              .office .cnt_office .item_office .text_cnt .item .text h5 {
                font-size: 14px;
                padding-bottom: 5px; }
              .office .cnt_office .item_office .text_cnt .item .text a {
                font-size: 12px; }
                .office .cnt_office .item_office .text_cnt .item .text a:hover {
                  color: #0089d0; }
              .office .cnt_office .item_office .text_cnt .item .text p {
                font-size: 12px; } }
.service {
  background: #fafafa; }
  .service .banner450 {
    background-image: url("../image/bg12.jpg"); }
    .service .banner450 .text {
      text-align: center; }
      @media (max-width: 600px) {
        .service .banner450 .text {
          width: 86%; } }

.content_service {
  padding: 60px 0 60px; }
  .content_service .col-md-6 {
    padding: 0 20px; }
  @media screen and (max-width: 580px) {
    .content_service {
      padding: 40PX 0; } }
  .content_service .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .content_service .text .the_content h5.title {
    font-family: bold;
    font-size: 22px;
    color: #131313;
    margin-bottom: 25px; }
    @media screen and (max-width: 580px) {
      .content_service .text .the_content h5.title {
        font-size: 18px; } }
  .content_service .text .the_content ul {
    padding-bottom: 35px;
    padding-left: 0; }
    @media screen and (max-width: 580px) {
      .content_service .text .the_content ul {
        padding-bottom: 20px; } }
    .content_service .text .the_content ul li {
      list-style: none;
      font-family: opensan;
      font-size: 14px;
      color: #131313; }
      @media screen and (max-width: 580px) {
        .content_service .text .the_content ul li {
          font-size: 13px; } }
      .content_service .text .the_content ul li::before {
        content: "-";
        text-indent: -5px; }
  .content_service .text .the_content p.title {
    font-family: semibold;
    font-size: 16px;
    color: #131313; }
  .content_service .text .the_content p {
    font-family: opensan;
    font-size: 14px;
    color: #131313;
    margin-bottom: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 580px) {
      .content_service .text .the_content p {
        font-size: 13px; } }
  @media screen and (max-width: 580px) {
    .content_service .text .the_content p.adress {
      width: 269px; } }
  .content_service .item {
    padding-left: 100px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .content_service .item {
        padding-left: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 70px; } }
    @media screen and (max-width: 580px) {
      .content_service .item {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        margin-left: 5px; } }
    .content_service .item .image_sv {
      position: relative;
      z-index: 2;
      width: 290px;
      height: 340px; }
      @media (min-width: 800px) and (max-width: 1024px) {
        .content_service .item .image_sv {
          width: 310px;
          height: 373px; } }
      .content_service .item .image_sv img {
        width: 100%;
        height: 100%; }
    .content_service .item .image_pos {
      position: absolute;
      z-index: 1;
      top: -50px;
      right: -6px; }
      @media screen and (max-width: 800px) {
        .content_service .item .image_pos {
          top: 33px;
          right: -23px; } }
      @media screen and (max-width: 580px) {
        .content_service .item .image_pos {
          top: 24px;
          right: 5px; } }

.capital-market .banner450 {
  background-image: url("../image/img22.jpg"); }
.capital-market .content-text {
  position: relative;
  background-color: #0089d0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%; }
  .capital-market .content-text .text {
    padding: 75px 0;
    max-width: 1255px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 800px) {
      .capital-market .content-text .text {
        padding: 40px 0; } }
    .capital-market .content-text .text .text-fix {
      display: grid;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .capital-market .content-text .text h3.title {
      font-family: bold;
      font-size: 2.56rem;
      color: white;
      padding-top: 0.8rem;
      padding-bottom: 3.2rem; }
    .capital-market .content-text .text P {
      padding-bottom: 0.8rem;
      font-family: opensan;
      font-size: 17px;
      color: white;
      text-align: justify; }
      @media (max-width: 600px) {
        .capital-market .content-text .text P {
          font-size: 13px; } }
      .capital-market .content-text .text P b, .capital-market .content-text .text P ul, .capital-market .content-text .text P li, .capital-market .content-text .text P span {
        color: #fff; }
    .capital-market .content-text .text .ctn-txt {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 3.2rem; }
      @media (max-width: 800px) {
        .capital-market .content-text .text .ctn-txt {
          padding-bottom: 1.2rem; } }
      .capital-market .content-text .text .ctn-txt p {
        max-width: 100%; }
    .capital-market .content-text .text .content-item {
      margin: 10px 35px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 800px) {
        .capital-market .content-text .text .content-item {
          margin: 10px 0; } }
      @media (max-width: 600px) {
        .capital-market .content-text .text .content-item {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 10px 0; } }
      .capital-market .content-text .text .content-item .item {
        background: #fff !important;
        width: 20%;
        padding: 3.2rem 2rem 2.4rem;
        text-align: center;
        margin-right: 10px;
        border-radius: 5px; }
        @media (max-width: 600px) {
          .capital-market .content-text .text .content-item .item {
            min-height: 220px;
            width: 47%;
            padding: 2.4rem 0.8rem;
            margin-bottom: 10px; }
            .capital-market .content-text .text .content-item .item:nth-last-child(2n+2) {
              margin-right: 0px; }
            .capital-market .content-text .text .content-item .item:last-child {
              margin-right: 0px; } }
        .capital-market .content-text .text .content-item .item:first-child {
          -webkit-box-shadow: unset;
                  box-shadow: unset;
          margin-top: unset; }
        .capital-market .content-text .text .content-item .item:hover {
          -webkit-transition: 0.5s all;
          transition: 0.5s all; }
          .capital-market .content-text .text .content-item .item:hover .images img {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2);
            -webkit-transition: 1s all;
            transition: 1s all;
            left: 25%; }
        .capital-market .content-text .text .content-item .item:last-child {
          margin-right: unset; }
        .capital-market .content-text .text .content-item .item .images {
          height: 70px;
          position: relative; }
          .capital-market .content-text .text .content-item .item .images img {
            position: absolute;
            bottom: 0;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); }
            @media screen and (max-width: 1440px) and (min-width: 1200px) {
              .capital-market .content-text .text .content-item .item .images img {
                width: 60%; } }
            @media screen and (max-width: 1024px) {
              .capital-market .content-text .text .content-item .item .images img {
                width: 55%; } }
            @media screen and (max-width: 600px) {
              .capital-market .content-text .text .content-item .item .images img {
                width: unset; } }
        .capital-market .content-text .text .content-item .item p {
          padding-top: 40px;
          font-family: opensan;
          font-size: 1.28rem;
          color: #2d93c8 !important;
          padding-bottom: unset;
          text-align: center; }
          @media (max-width: 600px) {
            .capital-market .content-text .text .content-item .item p {
              font-size: 14px;
              padding-top: 25px; } }

.form-canhan {
  padding: 8rem 0; }
  .form-canhan .title {
    padding-top: 4rem;
    text-align: center; }
    .form-canhan .title h5 {
      font-family: semibold;
      font-size: 18px;
      color: #131313;
      margin-bottom: 2.4rem; }
  .form-canhan form {
    border-top: 20px solid #4caadb;
    padding: 50px 40px 34px;
    border-radius: 10px;
    background: #fff; }
    @media (max-width: 800px) {
      .form-canhan form {
        padding: 50px 0px 34px; } }
    .form-canhan form .item-input label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: semibold;
      font-size: 14px;
      margin-bottom: -5px; }
      .form-canhan form .item-input label span {
        margin-top: -3px;
        margin-left: 3px;
        color: #ff0000;
        font-size: 14px; }
    .form-canhan form .item-input input {
      width: 100%;
      border-bottom: 1px solid #20272e !important;
      color: #4d535f;
      font-family: opensan;
      padding-left: 0px;
      font-size: 16px;
      height: 40px;
      margin-bottom: 30px;
      outline: none;
      background: transparent;
      border: none; }
    .form-canhan form .item-input ::-webkit-input-placeholder {
      /* Edge */
      color: #a3a3a3;
      font-size: 16px !important;
      font-family: opensan; }
    .form-canhan form .item-input :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #a3a3a3;
      font-size: 16px !important;
      font-family: opensan; }
    .form-canhan form .item-input ::-ms-input-placeholder {
      color: #a3a3a3;
      font-size: 16px !important;
      font-family: opensan; }
    .form-canhan form .item-input ::placeholder {
      color: #a3a3a3;
      font-size: 16px !important;
      font-family: opensan; }
    .form-canhan form .button input {
      width: 100%;
      font-family: semibold;
      margin: 10px 0 20px;
      font-size: 17px;
      color: #fff;
      padding: 17px 0;
      text-align: center;
      border: unset;
      border-radius: 10px;
      background: #005eb8;
      border: 1px solid #fff; }
      .form-canhan form .button input:hover {
        border: 1px solid #005eb8;
        background: #fff;
        color: #005eb8;
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }

@media screen and (max-width: 1440px) {
  .form-canhan {
    padding: 0rem 0;
    min-height: 630px !important;
    margin-bottom: 2.4rem; } }
@media screen and (max-width: 800px) {
  .form-canhan {
    padding: 0 0; }
    .form-canhan .title h5 {
      margin-bottom: 2.4rem; }
    .form-canhan form {
      border-top: 20px solid #4caadb;
      padding: 50px 40px 34px;
      border-radius: 10px;
      background: #fff;
      margin: 0 50px; } }
    @media screen and (max-width: 800px) and (max-width: 800px) {
      .form-canhan form {
        margin: 0 0; } }
@media screen and (max-width: 800px) {
      .form-canhan form .button input {
        font-size: 16px; } }
@media screen and (max-width: 600px) {
  .form-canhan {
    padding: 0 0; }
    .form-canhan .title h5 {
      margin-bottom: 2.4rem; }
    .form-canhan form {
      border-top: 20px solid #4caadb;
      padding: 50px 20px 10px;
      border-radius: 10px;
      background: #fff;
      margin: 0 0px; } }
.service_custom .banner450 {
  background-image: url("../image/bg11.jpg"); }
.service_custom .content_sc {
  padding: 50px 0 20px; }
  @media screen and (max-width: 580px) {
    .service_custom .content_sc {
      padding: 30px 0 15px; } }
  .service_custom .content_sc .item {
    position: relative;
    margin-bottom: 25px; }
    @media screen and (max-width: 580px) {
      .service_custom .content_sc .item {
        margin-bottom: 15px; } }
    .service_custom .content_sc .item .image {
      height: 218px;
      width: 100%;
      border-radius: 5px;
      overflow: hidden; }
      @media screen and (max-width: 580px) {
        .service_custom .content_sc .item .image {
          height: 200px; } }
    .service_custom .content_sc .item .text {
      position: absolute;
      background: rgba(38, 92, 136, 0.8);
      text-align: center;
      width: 100%;
      bottom: 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      min-height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .service_custom .content_sc .item .text a:hover P {
        color: white !important;
        border-bottom: 2px solid white; }
      .service_custom .content_sc .item .text P {
        padding: 15px 0;
        font-family: bold;
        font-size: 14px;
        color: white; }

.dv_luuki .banner450 {
  background-image: url("../image/bg_dv.jpg"); }
@media (max-width: 600px) {
  .dv_luuki .invertment_brokerage .boc-content {
    padding: 30px 15px 20px 15px; } }

.dv_mogioi .banner450 {
  background-image: url("../image/bg13.jpg"); }
@media (max-width: 600px) {
  .dv_mogioi .invertment_brokerage .boc-content {
    padding: 30px 15px 20px 15px; } }

.dv_bieuphi .banner450 {
  background-image: url("../image/bg14.jpg"); }

.gd_kiquy .banner450 {
  background-image: url("../image/bg16.jpg"); }
.gd_kiquy .content-text .text {
  padding: 125px 0 120px; }
  @media screen and (max-width: 1440px) {
    .gd_kiquy .content-text .text {
      padding: 80px 0 80px; } }
  @media screen and (max-width: 600px) {
    .gd_kiquy .content-text .text {
      padding: 40px 0; } }
  .gd_kiquy .content-text .text .ctn-txt {
    padding-bottom: 0; }
    .gd_kiquy .content-text .text .ctn-txt p {
      padding-bottom: 0; }

.invertment_brokerage {
  background-repeat: no-repeat;
  min-height: 450px;
  background-color: #f5f5f5; }
  .invertment_brokerage .ps-images {
    background-image: url("../image/bg_dv6.png");
    padding-right: 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .invertment_brokerage .ps-images .images img {
      width: 100%;
      height: 100%; }
  .invertment_brokerage .boc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .invertment_brokerage .boc-content .content .text p {
      margin-bottom: 2rem;
      color: #131313;
      font-size: 14px; }
    .invertment_brokerage .boc-content .content .text ul {
      padding-left: unset; }
      .invertment_brokerage .boc-content .content .text ul li {
        margin-bottom: 0;
        list-style: none;
        font-size: 14px; }

.invertment_brokerage2 {
  min-height: 770px; }
  .invertment_brokerage2 .container-fluid {
    padding-right: 50px; }
    @media screen and (max-width: 800px) {
      .invertment_brokerage2 .container-fluid {
        padding-right: 15px; } }
  .invertment_brokerage2 .fkh {
    background-image: url("../image/bg_dv3.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .invertment_brokerage2 .boc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    min-height: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .invertment_brokerage2 .boc-content .content .text p {
      margin-bottom: 2rem;
      color: #131313; }
    .invertment_brokerage2 .boc-content .content .text ul {
      padding-left: unset; }
      .invertment_brokerage2 .boc-content .content .text ul li {
        margin-bottom: 0;
        list-style: none; }

.invertment_brokerage .boc-content .content .text ul {
  padding-left: unset; }
  .invertment_brokerage .boc-content .content .text ul li span {
    font-family: semibold;
    color: #0089d0; }
.invertment_brokerage .boc-content .button3 {
  margin-top: 40px; }
  @media (max-width: 600px) {
    .invertment_brokerage .boc-content .button3 {
      margin-top: 28px; } }
  .invertment_brokerage .boc-content .button3 a {
    background-color: #0089d0;
    border: 1px solid #0089d0; }
    .invertment_brokerage .boc-content .button3 a:hover {
      border: 1px solid #0089d0 !important; }

.ctn_dvmg {
  padding: 5rem 0 5.6rem; }
  @media (max-width: 580px) {
    .ctn_dvmg {
      padding: 5rem 0 3rem; } }
  .ctn_dvmg .content_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
    .ctn_dvmg .content_text .bocp {
      text-align: justify; }
      .ctn_dvmg .content_text .bocp p {
        font-size: 14px; }
        @media (max-width: 600px) {
          .ctn_dvmg .content_text .bocp p {
            font-size: 13px; } }
  .ctn_dvmg .content_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ctn_dvmg .content_item .boc_item {
      max-width: 1050px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ctn_dvmg .content_item .boc_item .col-md-6 {
        margin-bottom: 15px; }
      .ctn_dvmg .content_item .boc_item .item {
        background-color: white;
        border-radius: 5px;
        min-height: 210px;
        margin-bottom: 15px;
        height: 100%; }
        .ctn_dvmg .content_item .boc_item .item .image {
          height: 140px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .ctn_dvmg .content_item .boc_item .item .image img {
            max-width: 80px;
            max-height: 80px; }
        .ctn_dvmg .content_item .boc_item .item .text {
          text-align: center;
          padding: 0 45px 20px; }
          .ctn_dvmg .content_item .boc_item .item .text h5 {
            font-family: bold;
            font-size: 17px;
            color: #131313; }

.ctn_txt_dv {
  padding: 0 0 6.4rem; }
  .ctn_txt_dv .content p {
    margin-bottom: 20px;
    font-size: 14px; }
    .ctn_txt_dv .content p:last-child {
      margin-bottom: unset; }

.content_bieuphi {
  padding-bottom: 60px; }
  .content_bieuphi .cnt_dvtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .content_bieuphi .cnt_dvtxt .cnt_bp {
      text-align: center;
      max-width: 630px;
      padding: 5.6rem 0 4.4rem; }

.cnt_gdkiquy {
  padding: 45px 0; }
  .cnt_gdkiquy .row .boct_itemkq {
    padding: 0 5px; }
  .cnt_gdkiquy .item_kq {
    background-color: white;
    padding: 0px 30px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 580px) {
      .cnt_gdkiquy .item_kq {
        height: unset !important; } }
    .cnt_gdkiquy .item_kq .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 130px; }
      @media (max-width: 580px) {
        .cnt_gdkiquy .item_kq .content {
          height: 110px; } }
      .cnt_gdkiquy .item_kq .content .image {
        max-width: 60px; }
        .cnt_gdkiquy .item_kq .content .image img {
          max-width: 100%;
          max-height: 100%; }
      .cnt_gdkiquy .item_kq .content .text {
        padding-left: 25px; }
        .cnt_gdkiquy .item_kq .content .text h5 {
          font-family: bold;
          font-size: 17px;
          color: #131313; }
    .cnt_gdkiquy .item_kq .texts p {
      font-family: opensan;
      font-size: 14px;
      color: #131313;
      margin-bottom: unset; }
      @media screen and (max-width: 600px) {
        .cnt_gdkiquy .item_kq .texts p {
          font-size: 13px;
          line-height: 1.8; } }

.table_bp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 600px) {
    .table_bp {
      display: unset; } }
  @media screen and (max-width: 600px) {
    .table_bp {
      display: block;
      margin-left: 5px; } }
  .table_bp .table {
    max-width: 995px;
    border-radius: 5px; }
    .table_bp .table .thead-light th {
      background-color: #005596;
      font-family: semibold;
      color: #fff;
      font-size: 16px;
      padding: 20px 50px; }
      @media screen and (max-width: 800px) {
        .table_bp .table .thead-light th {
          font-size: 16px;
          padding: 20px; } }
    .table_bp .table tbody {
      background-color: white; }
      .table_bp .table tbody td {
        font-family: opensan;
        color: #131313;
        font-size: 13px;
        border-bottom: unset;
        padding: 20px 50px;
        line-height: 1.5;
        border: 1px solid #0089d0; }
        @media screen and (max-width: 800px) {
          .table_bp .table tbody td {
            padding: 20px; } }
      .table_bp .table tbody th {
        font-family: opensan;
        color: #131313;
        font-size: 16px;
        padding: 20px 50px;
        line-height: 1.5;
        border: 1px solid #0089d0; }
        @media screen and (max-width: 800px) {
          .table_bp .table tbody th {
            padding: 20px; } }

@media screen and (max-width: 1440px) {
  .invertment_brokerage3 {
    min-height: 525px; }
    .invertment_brokerage3 .boc-content {
      min-height: 520px;
      padding: 50px 0; } }
@media screen and (max-width: 1024px) {
  .content_bieuphi {
    padding-bottom: 50px; }
    .content_bieuphi .cnt_dvtxt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .content_bieuphi .cnt_dvtxt .cnt_bp {
        text-align: center;
        max-width: 630px;
        padding: 4rem 0 3.6rem; }
        .content_bieuphi .cnt_dvtxt .cnt_bp P {
          font-size: 15px;
          font-family: opensan; } }
@media screen and (max-width: 800px) {
  .table_bp .table tbody td {
    padding: 20px; }

  .invertment_brokerage2 .slick-slider {
    margin: 0px 5px 0 0; }
  .invertment_brokerage2 .content {
    height: 350px; } }
  @media screen and (max-width: 800px) and (max-width: 580px) {
    .invertment_brokerage2 .content {
      height: 270px; } }
@media screen and (max-width: 800px) {
    .invertment_brokerage2 .content .text {
      width: 300px; }
      .invertment_brokerage2 .content .text h5 {
        padding-bottom: 20px; }

  .invertment_brokerage {
    min-height: 300px; } }
  @media screen and (max-width: 800px) and (max-width: 580px) {
    .invertment_brokerage .ps-images {
      height: 250px;
      margin-top: 0px; } }
@media screen and (max-width: 800px) {
    .invertment_brokerage .ps-images .images img {
      width: 100%;
      height: 100%; }
    .invertment_brokerage .boc-content {
      min-height: 350px;
      padding: 30px 0px 30px 20px; } }
    @media screen and (max-width: 800px) and (max-width: 800px) and (min-width: 600px) {
      .invertment_brokerage .boc-content {
        min-height: 300px;
        padding: 30px 10px 30px 20px; } }
    @media screen and (max-width: 800px) and (max-width: 580px) {
      .invertment_brokerage .boc-content {
        padding: 30px 15px 20px 15px;
        min-height: unset; } }
@media screen and (max-width: 800px) {
      .invertment_brokerage .boc-content .content .text p {
        margin-bottom: 2rem;
        color: #131313;
        font-size: 14px; }
      .invertment_brokerage .boc-content .content .text ul {
        padding-left: unset; }
        .invertment_brokerage .boc-content .content .text ul li {
          margin-bottom: 0;
          list-style: none;
          font-size: 14px; }
    .invertment_brokerage .pkl {
      padding-right: 20px; } }
@media screen and (max-width: 600px) {
  .invertment_brokerage .pkl {
    padding-right: 0px; }

  .content_bieuphi {
    padding-bottom: 40px; }
    .content_bieuphi .container {
      padding-right: 0px; }
    .content_bieuphi .cnt_dvtxt .cnt_bp {
      text-align: center;
      max-width: 630px;
      padding: 3.2rem 0 0;
      padding-right: 20px; }
      .content_bieuphi .cnt_dvtxt .cnt_bp P {
        font-size: 13px;
        font-family: opensan; }

  .ctn_dvmg .content_item .boc_item .item .text {
    text-align: center;
    padding: 0 70px 20px; }

  .cnt_gdkiquy {
    padding: 25px 0 0px; }
    .cnt_gdkiquy .item_kq {
      margin-bottom: 15px; }
    .cnt_gdkiquy .row .boct_itemkq {
      padding: 0 10px; }
      .cnt_gdkiquy .row .boct_itemkq:last-child .item_kq {
        margin-bottom: 15px; }

  .invertment_brokerage .boc-content .content .text p {
    font-size: 13px; }
  .invertment_brokerage .boc-content .content .text ul li {
    font-size: 13px; }

  .ps-images-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .boc-content-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
.tt_hotro .banner450 {
  background-image: url("../image/bg15.jpg"); }

.content_tthotro {
  background-color: #f5f5f5;
  padding: 0 5PX;
  padding-top: 6.4rem;
  padding-bottom: 2.8rem; }
  @media screen and (max-width: 580px) {
    .content_tthotro {
      padding: 30px 5px 10px; } }
  .content_tthotro .cnt_ttht .item {
    max-width: 505px;
    padding-bottom: 25px; }
    .content_tthotro .cnt_ttht .item ul li {
      line-height: 1.5;
      margin-bottom: 10px; }
      .content_tthotro .cnt_ttht .item ul li i {
        color: #0089d0;
        font-size: 14px;
        padding-right: 20px;
        padding-top: 5px; }
      .content_tthotro .cnt_ttht .item ul li:hover {
        padding-left: 5px;
        -webkit-transition: ease 0.7s all;
        transition: ease 0.7s all; }
        .content_tthotro .cnt_ttht .item ul li:hover a {
          color: #0089d0; }
      .content_tthotro .cnt_ttht .item ul li a {
        font-size: 14px;
        font-family: opensan;
        color: #131313; }
        @media screen and (max-width: 580px) {
          .content_tthotro .cnt_ttht .item ul li a p {
            font-size: 13px; } }
  .content_tthotro .cnt_ttht2 {
    max-width: 995px; }
    @media screen and (max-width: 600px) {
      .content_tthotro .cnt_ttht2 {
        max-width: 100%; } }
    .content_tthotro .cnt_ttht2 .titles {
      padding-bottom: 3.2rem; }
      .content_tthotro .cnt_ttht2 .titles h2 {
        font-family: semibold;
        font-size: 3.2rem;
        color: #122142;
        padding-bottom: 20px; }
      .content_tthotro .cnt_ttht2 .titles .icons p {
        padding-right: 25px;
        font-family: opensan;
        font-size: 16px;
        color: #31393c; }
      .content_tthotro .cnt_ttht2 .titles .icons ul li {
        padding-right: 10px; }
    .content_tthotro .cnt_ttht2 .item_ht2 {
      padding-bottom: 4rem; }
      .content_tthotro .cnt_ttht2 .item_ht2 h5.title {
        padding-bottom: 20px;
        font-family: bold;
        font-size: 15px;
        color: #131313; }
        @media screen and (max-width: 600px) {
          .content_tthotro .cnt_ttht2 .item_ht2 h5.title {
            font-size: 13px; } }
      .content_tthotro .cnt_ttht2 .item_ht2 p {
        line-height: 2.4;
        margin-bottom: unset; }
        @media screen and (max-width: 600px) {
          .content_tthotro .cnt_ttht2 .item_ht2 p {
            font-size: 13px; } }
      .content_tthotro .cnt_ttht2 .item_ht2 .table_bp {
        margin: 20px 0; }
        .content_tthotro .cnt_ttht2 .item_ht2 .table_bp .table {
          margin-bottom: unset; }

.menu-dropdow3 {
  background: #fff;
  height: 100%;
  position: relative;
  padding: 140PX 0rem 5rem;
  padding-top: 0px;
  margin-bottom: 20px;
  border: 1px solid #ccc; }
  @media screen and (max-width: 1660px) {
    .menu-dropdow3 {
      padding-top: 0px; } }
  .menu-dropdow3 h3.title {
    font-size: 1.52rem;
    font-family: Raleway-Bold;
    color: #131313; }
  .menu-dropdow3 .main-menu {
    padding-top: 3.2rem;
    margin: 0 10px; }
    .menu-dropdow3 .main-menu li.level1 {
      font-size: 1.12rem;
      font-family: semibold;
      color: #131313;
      border-radius: 5px; }
      .menu-dropdow3 .main-menu li.level1 .justify-content-between {
        padding: 1.2rem 0.8rem 1.2rem 1.6rem;
        border-radius: 5px; }
      .menu-dropdow3 .main-menu li.level1 a {
        color: #131313; }
      @media screen and (max-width: 1024px) {
        .menu-dropdow3 .main-menu li.level1 {
          font-size: 14px !important; } }
      .menu-dropdow3 .main-menu li.level1:last-child {
        padding-bottom: unset; }
      .menu-dropdow3 .main-menu li.level1:hover .justify-content-between {
        background-color: #f5f5f5;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
      .menu-dropdow3 .main-menu li.level1.active .justify-content-between {
        background-color: #f5f5f5; }
      .menu-dropdow3 .main-menu li.level1.active a.level1 {
        color: #0089d0; }
      .menu-dropdow3 .main-menu li.level1.active i.level1 {
        color: #0089d0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .menu-dropdow3 .main-menu li.level1 ul.level2 {
        background-color: transparent;
        margin: 10px 0; }
        .menu-dropdow3 .main-menu li.level1 ul.level2 li {
          border-radius: 5px;
          padding: 12px 30px 12px 30px;
          font-size: 1.12rem;
          font-family: semibold;
          color: #131313; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li.active {
            background-color: transparent; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li:hover {
            background-color: transparent; }
            .menu-dropdow3 .main-menu li.level1 ul.level2 li:hover a, .menu-dropdow3 .main-menu li.level1 ul.level2 li:hover i {
              color: #0089d0; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li a {
            color: #131313; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li i {
            padding-right: 10px; }
          @media screen and (max-width: 1024px) {
            .menu-dropdow3 .main-menu li.level1 ul.level2 li {
              font-size: 13px !important; } }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li:last-child {
            padding-bottom: unset; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li.active a.level2 {
            color: #0089d0; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li.active a {
            color: #0089d0; }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li.active i.level2 {
            color: #0089d0;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 {
            padding-left: 0.8rem;
            margin-top: 1.6rem;
            margin-right: 0px; }
            @media screen and (max-width: 800px) {
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 {
                margin-right: 0; } }
            .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li {
              padding-bottom: 2rem; }
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li:last-child {
                padding-bottom: unset; }
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li.active a {
                color: #0089d0; }
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li.active i.level3 {
                color: #0089d0;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li a {
                font-size: 14px;
                font-family: Raleway-Medium;
                color: #131313;
                line-height: 1.3;
                padding-right: 15px; }
                @media screen and (max-width: 1024px) {
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li a {
                    font-size: 12px !important; } }
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li a.active {
                color: #62636d;
                font-family: Raleway-Bold; }
              .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 {
                padding-left: 0.8rem;
                margin-top: 0.8rem;
                margin-right: 0px; }
                @media screen and (max-width: 800px) {
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 {
                    margin-right: 0; } }
                .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li {
                  padding-bottom: 2rem; }
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li:last-child {
                    padding-bottom: unset; }
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li.active a {
                    color: #0089d0; }
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li.active i.level4 {
                    color: #0089d0;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li a {
                    font-size: 14px;
                    font-family: Raleway-Medium;
                    color: #131313;
                    line-height: 1.3;
                    padding-right: 15px; }
                    @media screen and (max-width: 1024px) {
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li a {
                        font-size: 12px !important; } }
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li a.active {
                    color: #62636d;
                    font-family: Raleway-Bold; }
                  .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 {
                    padding-left: 0.8rem;
                    margin-top: 0.8rem;
                    margin-right: 0px; }
                    @media screen and (max-width: 800px) {
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 {
                        margin-right: 0; } }
                    .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li {
                      padding-bottom: 2rem; }
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li:last-child {
                        padding-bottom: unset; }
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li.active a {
                        color: #f9bf3c; }
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li.active i.level5 {
                        color: #f9bf3c;
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li a {
                        font-size: 14px;
                        font-family: Raleway-Medium;
                        color: #131313;
                        line-height: 1.3;
                        padding-right: 15px; }
                        @media screen and (max-width: 1024px) {
                          .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li a {
                            font-size: 12px !important; } }
                      .menu-dropdow3 .main-menu li.level1 ul.level2 li ul.level3 li ul.level4 li ul.level5 li a.active {
                        color: #62636d;
                        font-family: Raleway-Bold; }
  .menu-dropdow3 .text_fk {
    padding: 0 6px;
    padding-top: 30px; }
    .menu-dropdow3 .text_fk h3.title {
      font-family: bold;
      font-size: 18px;
      color: #131313;
      border-bottom: 4px solid #f5f5f5;
      padding-bottom: 10px;
      padding-left: 14px; }
    .menu-dropdow3 .text_fk .text {
      padding-top: 20px;
      padding-left: 14px; }
      .menu-dropdow3 .text_fk .text p {
        font-family: semibold;
        font-size: 14px;
        color: #131313;
        padding-bottom: 20px; }
  .menu-dropdow3 .level3,
  .menu-dropdow3 .level2, .menu-dropdow3 .level4, .menu-dropdow3 .level5 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    display: none; }
  .menu-dropdow3 .main-menu li.active .level2 {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s; }
  .menu-dropdow3 .level2 li.active .level3 {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s; }
  .menu-dropdow3 .level2 li.active .level3 li.active .level4 {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s; }
  .menu-dropdow3 .level2 li.active .level3 li.active .level4 li.active .level5 {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s; }

.menu-analysis {
  border: none; }

.ctn_ttngcuu {
  min-width: 100%; }
  .ctn_ttngcuu .dm_bl {
    background-color: white; }
    .ctn_ttngcuu .dm_bl .cnt_dmbl {
      padding: 10px 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 580px) {
        .ctn_ttngcuu .dm_bl .cnt_dmbl {
          margin-bottom: 20px; } }
      .ctn_ttngcuu .dm_bl .cnt_dmbl .dm h5 {
        font-size: 16px;
        font-family: opensan;
        color: #131313; }
        @media screen and (max-width: 580px) {
          .ctn_ttngcuu .dm_bl .cnt_dmbl .dm h5 {
            font-size: 13px; } }
      .ctn_ttngcuu .dm_bl .cnt_dmbl .dm a {
        outline: none;
        border: unset;
        background-color: transparent;
        font-size: 16px;
        color: #40c8f4;
        font-family: semibold; }
        @media screen and (max-width: 580px) {
          .ctn_ttngcuu .dm_bl .cnt_dmbl .dm a {
            font-size: 13px; } }
        .ctn_ttngcuu .dm_bl .cnt_dmbl .dm a span {
          color: #131313;
          padding-left: 5px; }
      .ctn_ttngcuu .dm_bl .cnt_dmbl .bl h5 {
        font-size: 16px;
        font-family: opensan;
        color: #131313; }
        @media screen and (max-width: 580px) {
          .ctn_ttngcuu .dm_bl .cnt_dmbl .bl h5 {
            font-size: 13px; } }
        .ctn_ttngcuu .dm_bl .cnt_dmbl .bl h5 a {
          outline: unset;
          border: unset;
          background-color: transparent; }
          .ctn_ttngcuu .dm_bl .cnt_dmbl .bl h5 a i {
            font-size: 20px;
            color: #40c8f4; }
            @media screen and (max-width: 580px) {
              .ctn_ttngcuu .dm_bl .cnt_dmbl .bl h5 a i {
                font-size: 14px; } }
      .ctn_ttngcuu .dm_bl .cnt_dmbl .menu-dropdow3 {
        padding: 0; }
        .ctn_ttngcuu .dm_bl .cnt_dmbl .menu-dropdow3 a {
          color: #131313; }
        .ctn_ttngcuu .dm_bl .cnt_dmbl .menu-dropdow3 .main-menu {
          padding-top: unset; }
      .ctn_ttngcuu .dm_bl .cnt_dmbl .modal-dialog {
        max-width: 290px;
        margin: -2px;
        border: unset; }
        .ctn_ttngcuu .dm_bl .cnt_dmbl .modal-dialog .modal-content {
          min-height: 100vh; }
        .ctn_ttngcuu .dm_bl .cnt_dmbl .modal-dialog .modal-header {
          border-bottom: unset; }
          .ctn_ttngcuu .dm_bl .cnt_dmbl .modal-dialog .modal-header .close span {
            font-size: 40px;
            color: #131313; }
            @media (max-width: 600px) {
              .ctn_ttngcuu .dm_bl .cnt_dmbl .modal-dialog .modal-header .close span {
                font-size: 30px; } }

.close {
  opacity: 1; }

.content_ngc {
  width: 100%;
  max-width: 1610px !important; }
  .content_ngc .form_search {
    width: 100%;
    float: left;
    background-color: white;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 65px;
    margin-bottom: 40px; }
    .content_ngc .form_search .form-search .form-control {
      width: 262px;
      height: 40px; }
      @media (min-width: 600px) {
        .content_ngc .form_search .form-search .form-control {
          width: 94%; } }
    .content_ngc .form_search form p {
      padding-left: 80px;
      font-size: 1.12rem;
      color: #131313;
      padding-right: 10px;
      font-weight: bold;
      margin-bottom: unset; }
    .content_ngc .form_search form .form-group {
      margin: 0 10px; }
      .content_ngc .form_search form .form-group input {
        width: 135px;
        height: 40px;
        border-radius: 5px;
        border: unset;
        background-color: #f0f3f6;
        font-family: opensan;
        color: #131313;
        font-size: 14px; }
    .content_ngc .form_search form .form-select select {
      width: 135px;
      height: 40px;
      border-radius: 5px;
      border: unset;
      background-color: #f0f3f6;
      font-family: opensan;
      color: #131313;
      font-weight: bold;
      font-size: 14px; }
  .content_ngc .baocao_vimo {
    margin-left: 65px;
    padding-bottom: 70px; }
    @media (max-width: 600px) {
      .content_ngc .baocao_vimo {
        padding-bottom: 40px; } }
    .content_ngc .baocao_vimo .content_s .titlef h3 {
      padding-top: 40px;
      font-family: bold;
      color: #131313;
      font-size: 2.88rem;
      padding-bottom: 30px; }
    .content_ngc .baocao_vimo .content_s .table_bp {
      max-width: 1200px;
      min-width: 1200px; }
      .content_ngc .baocao_vimo .content_s .table_bp .table .thead-light {
        background-color: #005596; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao {
        max-width: 490px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao i {
          padding-right: 30px;
          font-size: 36px; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td, .content_ngc .baocao_vimo .content_s .table_bp .table th {
        padding: 20px 20px;
        vertical-align: middle;
        border-top: unset; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file {
        padding: 7px 20px;
        border-radius: 50px;
        background-color: #0089d0;
        color: white;
        font-size: 12px;
        border: 1px solid #0089d0; }
        .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file:hover {
          color: #0089d0 !important;
          background: #fff;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all; }
          .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file:hover i, .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file:hover span {
            color: #0089d0 !important; }
        .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file span {
          font-size: 12px;
          color: white;
          font-family: opensan; }

@media screen and (max-width: 1600px) {
  .content_ngc .form_search form p {
    padding-left: 30px; }

  .content_ngc .baocao_vimo .content_s .table_bp {
    max-width: 1130px;
    min-width: 1130px; } }
@media screen and (max-width: 1440px) {
  .content_ngc .form_search {
    padding: 0 30px; }

  .content_ngc .form_search form .form-group input {
    width: 125px;
    height: 38px; }

  .content_ngc .form_search form .form-select select {
    width: 125px;
    height: 38px; }

  .content_ngc .baocao_vimo .content_s .table_bp {
    max-width: 1030px;
    min-width: 1030px; }

  .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao {
    max-width: 450px; }
    .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao i {
      padding-right: 30px;
      font-size: 36px; }
  .content_ngc .baocao_vimo .content_s .table_bp .table td, .content_ngc .baocao_vimo .content_s .table_bp .table th {
    padding: 20px 15px; }
  .content_ngc .baocao_vimo .content_s .table_bp .table td .btn a {
    padding: 5px 10px; }
  .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file {
    padding: 5px 10px; } }
@media screen and (max-width: 1440px) and (max-width: 800px) {
  .content_ngc .baocao_vimo .content_s .table_bp .table td .btn a {
    padding: 5px 35px; }
  .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file {
    padding: 5px 35px; } }
@media screen and (max-width: 1440px) and (max-width: 580px) {
  .content_ngc .baocao_vimo .content_s .table_bp .table td .btn a {
    padding: 5px 30px;
    font-size: 12px; }
  .content_ngc .baocao_vimo .content_s .table_bp .table td a.download_file {
    padding: 5px 30px;
    font-size: 12px; } }

@media screen and (max-width: 1366px) {
  .content_ngc .baocao_vimo {
    margin-left: 0px; }
    .content_ngc .baocao_vimo .content_s .table_bp {
      max-width: 930px;
      min-width: 930px;
      margin-left: 0; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao {
        max-width: 400px; }
        .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao i {
          padding-right: 25px;
          font-size: 30px; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td, .content_ngc .baocao_vimo .content_s .table_bp .table th {
        padding: 20px 12px; }

  .form_search {
    min-height: 85px;
    height: unset;
    padding: 10px 0; }
    .form_search .form-search .form-control {
      width: 93%;
      height: 40px;
      margin: 0 10px;
      border-radius: 5px; }
    .form_search form p {
      padding-left: 80px;
      font-size: 1.12rem;
      color: #131313;
      padding-right: 10px;
      font-weight: bold;
      margin-bottom: unset; }
    .form_search form .form-group {
      margin: 10px; }
      .form_search form .form-group input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: unset;
        background-color: #f0f3f6;
        font-family: opensan;
        color: #131313;
        font-size: 14px;
        padding-left: 20px; }
    .form_search form .form-select select {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: unset;
      background-color: #f0f3f6;
      font-family: opensan;
      color: #131313;
      font-weight: bold;
      font-size: 14px;
      padding-left: 20px; }
      .form_search form .form-select select option {
        max-width: 100%; } }
@media screen and (max-width: 800px) {
  .content_ngc .baocao_vimo .content_s .table_bp {
    max-width: 100%;
    min-width: 100%; }
    .content_ngc .baocao_vimo .content_s .table_bp .table .thead-light {
      display: none; }
    .content_ngc .baocao_vimo .content_s .table_bp .table tr {
      padding: 30px 20px;
      display: block;
      border-bottom: 10px solid #f5f5f5; }
      .content_ngc .baocao_vimo .content_s .table_bp .table tr td.bc_s {
        display: block; } }
      @media screen and (max-width: 800px) and (max-width: 600px) {
        .content_ngc .baocao_vimo .content_s .table_bp .table tr td.bc_s {
          padding: 10px 0 5px; } }
@media screen and (max-width: 800px) {
        .content_ngc .baocao_vimo .content_s .table_bp .table tr td.bc_s i {
          color: #0089d0;
          margin-right: 10px; }
    .content_ngc .baocao_vimo .content_s .table_bp .table td.bc_tg {
      padding-top: 10px;
      font-family: semibold; }
    .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao {
      max-width: 500px; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao span {
        color: #232c36;
        font-family: semibold;
        font-size: 16px; }
      .content_ngc .baocao_vimo .content_s .table_bp .table td.bao_cao i {
        display: none; }
    .content_ngc .baocao_vimo .content_s .table_bp .table td.btn_sk {
      padding-top: 15px; }
    .content_ngc .baocao_vimo .content_s .table_bp .table td {
      font-size: 14px;
      padding: 3px; } }
    @media screen and (max-width: 800px) and (max-width: 600px) {
      .content_ngc .baocao_vimo .content_s .table_bp .table td {
        font-size: 13px; } }

.cnt_tuyendung {
  padding-bottom: 25px; }
  .cnt_tuyendung .text_top {
    background: white;
    padding: 60px 0 40px; }
    @media (max-width: 580px) {
      .cnt_tuyendung .text_top {
        padding: 35px 0; } }
    .cnt_tuyendung .text_top .boc_ {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cnt_tuyendung .text_top .boc_ p {
        text-align: center;
        max-width: 800px;
        font-family: opensan;
        font-size: 15px;
        color: #131313; }
        @media screen and (max-width: 800px) {
          .cnt_tuyendung .text_top .boc_ p {
            font-size: 16px; } }
        @media screen and (max-width: 600px) {
          .cnt_tuyendung .text_top .boc_ p {
            font-size: 14px; } }
    .cnt_tuyendung .text_top .btn_td {
      margin: 20px 0 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cnt_tuyendung .text_top .btn_td a {
        padding: 14px 67px;
        background-color: white;
        color: #0089d0;
        border: 1px solid #005eb8;
        border-radius: 7px;
        font-size: 1.44rem;
        font-family: bold; }
        .cnt_tuyendung .text_top .btn_td a:hover {
          background: #0089d0;
          color: white; }
        @media (max-width: 580px) {
          .cnt_tuyendung .text_top .btn_td a {
            padding: 14px 52px; } }
  .cnt_tuyendung .form_search {
    padding-bottom: 3.2rem; }
    @media (max-width: 580px) {
      .cnt_tuyendung .form_search {
        padding: 30px 0 10px; } }
    .cnt_tuyendung .form_search .titles {
      padding: 4.4rem 0;
      text-align: center; }
      @media (max-width: 580px) {
        .cnt_tuyendung .form_search .titles {
          padding: 0px 0 30px; } }
      .cnt_tuyendung .form_search .titles h3 {
        font-family: bold;
        color: black;
        font-size: 2.4rem; }
    .cnt_tuyendung .form_search form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 600px) {
        .cnt_tuyendung .form_search form {
          padding-left: 30px; } }
      @media (min-width: 800px) {
        .cnt_tuyendung .form_search form {
          padding-left: 40px; } }
      .cnt_tuyendung .form_search form .d-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cnt_tuyendung .form_search .form-search {
      margin-right: 15px; }
      .cnt_tuyendung .form_search .form-search .form-control {
        width: 280px;
        height: 50px;
        background: white;
        font-family: opensan;
        color: #131313;
        font-size: 1.28rem;
        border-radius: 5px; }
        @media (min-width: 900px) {
          .cnt_tuyendung .form_search .form-search .form-control {
            width: 287px; } }
        @media screen and (max-width: 800px) and (min-width: 600px) {
          .cnt_tuyendung .form_search .form-search .form-control {
            margin-right: unset;
            width: 207px;
            height: 45px; } }
    .cnt_tuyendung .form_search form .form-group {
      margin: 0;
      margin-right: 15px;
      margin-bottom: unset; }
      @media screen and (max-width: 600px) {
        .cnt_tuyendung .form_search form .form-group {
          margin: 10px; } }
    .cnt_tuyendung .form_search form .form-select select {
      width: 195px;
      height: 50px;
      border-radius: 5px;
      border: unset;
      background-color: #ffff;
      font-family: opensan;
      color: #131313;
      font-weight: 400;
      font-size: 13px;
      padding-left: 15px; }
      @media screen and (max-width: 800px) and (min-width: 600px) {
        .cnt_tuyendung .form_search form .form-select select {
          width: 146px;
          height: 45px; } }
    .cnt_tuyendung .form_search form .form-selects select {
      background-color: #005eb8;
      color: white; }

.content-item_td {
  padding-bottom: 40px; }
  .content-item_td .item {
    -webkit-box-shadow: 0px -8px 19px 9px #f9f9f9;
            box-shadow: 0px -8px 19px 9px #f9f9f9;
    background: #ffff;
    padding: 50px 30px 30px;
    margin-bottom: 15px; }
    .content-item_td .item .col-md-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .content-item_td .item .images {
      text-align: center;
      margin-bottom: 15px; }
    .content-item_td .item .text {
      max-width: 557px; }
      .content-item_td .item .text .d-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .content-item_td .item .text .hot {
        margin-right: 30px;
        margin-top: 15px; }
        .content-item_td .item .text .hot a {
          font-family: semibold;
          color: white;
          font-size: 14px;
          background-color: #ee283b;
          border-radius: 40px;
          padding: 4px 20px; }
      .content-item_td .item .text h3 {
        font-family: bold;
        font-size: 18px;
        margin-right: 20px; }
        @media (min-width: 600px) {
          .content-item_td .item .text h3 {
            min-width: 350px; } }
        @media (max-width: 600px) {
          .content-item_td .item .text h3 {
            max-width: 209px;
            font-size: 16px; } }
      .content-item_td .item .text p {
        margin-bottom: 0;
        padding-top: 15px;
        font-family: semibold;
        font-size: 16px;
        max-width: 400px; }
        @media (max-width: 600px) {
          .content-item_td .item .text p {
            font-size: 13px; } }
    .content-item_td .item .end .date {
      margin-bottom: 30px; }
      .content-item_td .item .end .date p {
        font-size: 14px;
        font-family: opensan;
        color: #071d49; }
        @media screen and (max-width: 580px) {
          .content-item_td .item .end .date p {
            font-size: 13px; } }
        .content-item_td .item .end .date p span {
          font-family: bold; }
    .content-item_td .item .end .btns1 {
      margin-top: 10px; }
      .content-item_td .item .end .btns1 a {
        background: #0089d0;
        color: white;
        padding: 14px 70px;
        font-family: bold;
        font-size: 1.44rem;
        border-radius: 5px; }
        @media screen and (max-width: 800px) {
          .content-item_td .item .end .btns1 a {
            padding: 10px 50px; } }
    .content-item_td .item .pl-0 {
      margin-left: -30px; }

.form-select .select2 {
  background-image: url("../image/icons/select2.png") !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/10px 7px; }
  @media (max-width: 580px) {
    .form-select .select2 {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.75rem center/10px 7px; } }

.td-body {
  padding-top: 20px; }
  .td-body .td-detail {
    background-color: unset;
    padding-bottom: 0rem;
    border: unset !important; }
    .td-body .td-detail:last-child {
      margin-bottom: 0; }
    .td-body .td-detail .title-1 {
      display: block !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (max-width: 800px) {
        .td-body .td-detail .title-1 {
          display: block !important; } }
    .td-body .td-detail .top-1 {
      min-height: auto;
      margin-bottom: 40px; }
      .td-body .td-detail .top-1:first-child {
        margin-top: 20px; }
    .td-body .td-detail h5 {
      font-family: bold;
      padding-right: 30px;
      font-size: 2.24rem;
      color: #131313; }
      @media (max-width: 580px) {
        .td-body .td-detail h5 {
          font-size: 18px; } }
    .td-body .td-detail .tgap {
      margin-top: 0; }
      .td-body .td-detail .tgap a {
        font-family: opensan;
        font-size: 1.12rem;
        color: white;
        cursor: pointer;
        background-color: #d84141;
        border-radius: 30px;
        padding: 2px 10px; }
    .td-body .td-detail .des-1 {
      color: #131313;
      font-size: 1.28rem;
      font-family: semibold, sans-serif;
      margin: 0;
      margin-bottom: 15px; }
    .td-body .td-detail .salary {
      padding-top: 15px;
      padding-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 800px) {
        .td-body .td-detail .salary {
          font-size: 13px;
          display: block; } }
      .td-body .td-detail .salary p {
        padding-bottom: 5px; }
      .td-body .td-detail .salary .salry {
        font-size: 14px;
        color: #0089d0;
        margin-right: 30px;
        font-family: opensan; }
        .td-body .td-detail .salary .salry span {
          font-family: bold; }
        @media (max-width: 1249px) {
          .td-body .td-detail .salary .salry {
            margin-right: 10px; } }
        @media (max-width: 580px) {
          .td-body .td-detail .salary .salry {
            font-size: 13px; } }
        .td-body .td-detail .salary .salry span {
          font-size: 14px;
          font-weight: unset;
          font-family: bold, sans-serif;
          color: #0089d0; }
          @media (max-width: 580px) {
            .td-body .td-detail .salary .salry span {
              font-size: 13px; } }
      .td-body .td-detail .salary .time-td {
        margin-right: 30px; }
        @media (max-width: 1249px) {
          .td-body .td-detail .salary .time-td {
            margin-right: 15px; } }
        .td-body .td-detail .salary .time-td span {
          font-family: bold;
          font-size: 14px; }
          @media (max-width: 580px) {
            .td-body .td-detail .salary .time-td span {
              font-size: 13px; } }
    .td-body .td-detail .des-2 {
      margin-bottom: 15px;
      font-family: bold;
      font-size: 18px; }
      @media screen and (max-width: 600px) {
        .td-body .td-detail .des-2 {
          font-size: 16px; } }
    .td-body .td-detail .support {
      border-bottom: 1px dashed #8f8f8f;
      padding-top: 25px;
      border-top: 1px dashed #8f8f8f; }
      .td-body .td-detail .support .top-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 20px; }
        .td-body .td-detail .support .top-2:last-child {
          -webkit-box-flex: 1.5;
              -ms-flex: 1.5;
                  flex: 1.5;
          padding-top: 20px; }
      .td-body .td-detail .support .support-left {
        border-bottom: 1px dashed #8f8f8f; }
        .td-body .td-detail .support .support-left .inner-top-2 {
          padding-right: 2rem; }
    .td-body .td-detail ul {
      border: unset; }
      .td-body .td-detail ul li {
        padding-bottom: 5px; }
        .td-body .td-detail ul li i {
          font-size: 12px;
          padding-right: 5px;
          color: #a4a4a4; }
        .td-body .td-detail ul li span {
          font-family: opensan;
          color: #131313;
          font-size: 16px;
          font-weight: unset; }
          @media screen and (max-width: 600px) {
            .td-body .td-detail ul li span {
              font-size: 15px; } }
    .td-body .td-detail .button-ut a {
      width: 150px;
      margin: unset; }
      .td-body .td-detail .button-ut a:nth-child(1) {
        margin-right: 15px; }
      .td-body .td-detail .button-ut a:nth-child(3) {
        margin-left: 30px;
        border: unset;
        font-size: 1rem;
        color: #3c3c3c; }
        .td-body .td-detail .button-ut a:nth-child(3) img {
          margin-right: 10px; }
    .td-body .td-detail .detail {
      padding: 25px 0;
      display: none; }
      .td-body .td-detail .detail h3 {
        font-size: 18px;
        font-family: bold, sans-serif;
        color: #131313;
        padding-bottom: 10px; }
        @media screen and (max-width: 580px) {
          .td-body .td-detail .detail h3 {
            font-size: 16px; } }
      .td-body .td-detail .detail .content {
        padding: 25px 0; }
        .td-body .td-detail .detail .content p {
          font-size: 14px;
          font-family: opensan; }
          @media screen and (max-width: 580px) {
            .td-body .td-detail .detail .content p {
              font-size: 13px; } }
      .td-body .td-detail .detail .des-content {
        padding-top: 10px;
        padding-bottom: 10px; }
        .td-body .td-detail .detail .des-content p {
          font-size: 14px;
          color: #131313; }
          @media screen and (max-width: 580px) {
            .td-body .td-detail .detail .des-content p {
              font-size: 13px;
              line-height: 1.7; } }
      .td-body .td-detail .detail .ban-ns {
        margin-bottom: 30px; }
        .td-body .td-detail .detail .ban-ns p {
          padding-bottom: 10px; }
        .td-body .td-detail .detail .ban-ns h5 {
          font-size: 14px;
          color: #131313;
          font-family: opensan, sans-serif;
          margin-top: 15px;
          margin-bottom: 15px; }
        .td-body .td-detail .detail .ban-ns .contact {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 800px) {
            .td-body .td-detail .detail .ban-ns .contact {
              display: block; }
              .td-body .td-detail .detail .ban-ns .contact p {
                padding-bottom: 10px; } }
    @media screen and (max-width: 800px) and (max-width: 580px) {
      .td-body .td-detail .detail .ban-ns .contact p {
        font-size: 13px; } }

          .td-body .td-detail .detail .ban-ns .contact p:nth-child(1) {
            margin-right: 40px; }
          .td-body .td-detail .detail .ban-ns .contact p i {
            color: #fff; }
          .td-body .td-detail .detail .ban-ns .contact p span:first-child {
            margin-right: 10px;
            background: #3d4451;
            text-align: center;
            border-radius: 4px;
            padding: 4px; }
          .td-body .td-detail .detail .ban-ns .contact p span:first-child {
            font-size: 1.28rem;
            color: #3d4451;
            font-family: opensan, sans-serif; }

.inner-logo {
  min-height: 15.3333333333rem;
  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;
  background: #f5f5f5;
  margin-right: 1rem; }
  .inner-logo:last-child {
    margin-right: 0; }
  .inner-logo .inner-thumb {
    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: 0 1rem; }
    .inner-logo .inner-thumb img {
      width: 80%;
      height: 80%;
      margin: auto;
      -o-object-fit: cover;
         object-fit: cover; }

.popup-ut .modal-dialog {
  max-width: 950px;
  margin: -15.25rem auto; }
  @media (max-width: 800px) {
    .popup-ut .modal-dialog {
      max-width: 730px; } }
  @media (min-width: 600px) {
    .popup-ut .modal-dialog {
      position: absolute;
      top: 10%;
      left: 3%; } }
  .popup-ut .modal-dialog .modal-content {
    top: 130px;
    padding: 0 100px;
    border: unset; }
    @media (max-width: 800px) {
      .popup-ut .modal-dialog .modal-content {
        padding: 0 30px; } }
    @media (max-width: 580px) {
      .popup-ut .modal-dialog .modal-content {
        padding: 0 15px;
        border: unset;
        width: 102%; } }
.popup-ut #form-ut {
  margin: auto;
  padding-bottom: 50px; }
  @media (max-width: 600px) {
    .popup-ut #form-ut .title .d-flex {
      display: block !important; }
      .popup-ut #form-ut .title .d-flex p {
        display: grid;
        padding-right: 0; } }
  .popup-ut #form-ut .title h4 {
    font-family: semibold;
    font-size: 16px;
    color: #131313; }
  .popup-ut #form-ut .title p {
    font-family: opensan;
    font-size: 13px;
    color: #131313;
    padding-right: 60px;
    padding-top: 20px; }
    .popup-ut #form-ut .title p span {
      font-family: semibold; }
  .popup-ut #form-ut form .form-tds {
    padding: 0 15px; }
    .popup-ut #form-ut form .form-tds h5 {
      font-family: semibold;
      font-size: 14px;
      color: #131313;
      padding-top: 45px;
      padding-bottom: 20px; }
    .popup-ut #form-ut form .form-tds .frm-single input {
      width: 100%;
      height: 55px;
      background-color: #f0f3f6;
      border-radius: 5px;
      border: unset;
      margin-bottom: 15px;
      padding-left: 40px;
      font-family: opensan;
      font-size: 1.6rem;
      color: rgba(19, 19, 19, 0.5); }
    .popup-ut #form-ut form .form-tds .frm-single ::-webkit-input-placeholder {
      /* Edge */
      font-family: opensan;
      font-size: 1.6rem;
      color: #131313;
      opacity: 0.7; }
    .popup-ut #form-ut form .form-tds .frm-single :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-family: opensan;
      font-size: 1.6rem;
      color: #131313;
      opacity: 0.7; }
    .popup-ut #form-ut form .form-tds .frm-single ::-ms-input-placeholder {
      font-family: opensan;
      font-size: 1.6rem;
      color: #131313;
      opacity: 0.7; }
    .popup-ut #form-ut form .form-tds .frm-single ::placeholder {
      font-family: opensan;
      font-size: 1.6rem;
      color: #131313;
      opacity: 0.7; }
    @media (max-width: 600px) {
      .popup-ut #form-ut form .form-tds .frm-single input {
        width: 100%;
        height: 40px;
        background-color: #f0f3f6;
        padding-left: 20px;
        font-family: opensan;
        font-size: 13px; }
      .popup-ut #form-ut form .form-tds .frm-single ::-webkit-input-placeholder {
        font-size: 13px; }
      .popup-ut #form-ut form .form-tds .frm-single :-ms-input-placeholder {
        font-size: 13px; }
      .popup-ut #form-ut form .form-tds .frm-single ::-ms-input-placeholder {
        font-size: 13px; }
      .popup-ut #form-ut form .form-tds .frm-single ::placeholder {
        font-size: 13px; } }
  .popup-ut #form-ut form .ung-tuyen-fix {
    padding-top: 30px; }
    .popup-ut #form-ut form .ung-tuyen-fix .title {
      font-family: semibold;
      font-size: 1.28rem;
      color: #131313;
      width: 405px; }
      .popup-ut #form-ut form .ung-tuyen-fix .title h3 {
        font-family: semibold;
        font-size: 14px; }
      .popup-ut #form-ut form .ung-tuyen-fix .title p {
        font-size: 13px;
        color: #131313;
        opacity: 0.5;
        padding-top: 5px;
        margin-bottom: 10px;
        padding-right: 15px; }
  .popup-ut #form-ut form .form-inline .form-group .btn-file {
    background-color: white;
    color: #a1a1a1;
    border: 1px solid #cacaca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 405px;
    height: 60px;
    border-radius: 5px;
    font-family: opensan; }
    @media (max-width: 600px) {
      .popup-ut #form-ut form .form-inline .form-group .btn-file {
        height: 50px; } }
    .popup-ut #form-ut form .form-inline .form-group .btn-file #gallery_photo_add {
      position: absolute;
      height: 100%;
      opacity: 0;
      cursor: pointer;
      width: 500px;
      left: 0;
      font-family: opensan;
      top: 0; }
    .popup-ut #form-ut form .form-inline .form-group .btn-file .label-2 {
      text-align: left;
      float: left;
      padding-right: 0px;
      font-family: semibold;
      font-size: 13px;
      color: #414971; }
    .popup-ut #form-ut form .form-inline .form-group .btn-file .label-1 {
      border-radius: 3px;
      color: #01aef0;
      border-radius: 5px;
      border: 1px solid #01aef0;
      padding: 3px 17px;
      margin-left: 50px;
      font-size: 12px;
      cursor: pointer;
      font-family: opensan; }
  .popup-ut #form-ut form .btn-smit {
    width: 307px;
    height: 60px;
    background: #0089d0;
    color: white;
    border: unset;
    border-radius: 5px;
    font-family: opensan;
    font-size: 15px;
    margin-left: 45px; }
    @media (max-width: 800px) {
      .popup-ut #form-ut form .btn-smit {
        width: 265px; } }
    @media (max-width: 580px) {
      .popup-ut #form-ut form .btn-smit {
        width: 100%;
        margin-left: unset;
        height: 50px; } }

.button-ut a {
  background: #0089d0;
  padding: 12px 58px;
  font-family: opensan;
  font-size: 14px;
  color: white;
  border-radius: 5px;
  border: 1px solid #0089d0; }
  @media screen and (max-width: 600px) {
    .button-ut a {
      padding: 10px 40px; } }

@media (max-width: 600px) {
  .popup-ut .modal-dialog .modal-content button.closess {
    margin-top: 0px !important;
    font-size: 1.9rem !important;
    padding-right: 1px;
    margin-bottom: 20px; }

  .popup-ut #form-ut .form-inline .form-group {
    padding-right: 0 !important; } }
@media screen and (max-width: 600px) {
  .cnt_tuyendung {
    padding-bottom: 10px; }

  .content-item_td {
    padding-bottom: 20px; }

  .cnt_tuyendung .form_search form .form-selects {
    margin-top: 10px;
    width: 95% !important; }

  .cnt_tuyendung .form_search form {
    width: 100%; }
    .cnt_tuyendung .form_search form .d-flex {
      width: 100%; }
      .cnt_tuyendung .form_search form .d-flex .form-group:first-child {
        margin-right: 5px; }
      .cnt_tuyendung .form_search form .d-flex .form-group:last-child {
        margin-left: 10px; }
    .cnt_tuyendung .form_search form .form-group {
      width: 45.5%;
      margin-right: unset; }
    .cnt_tuyendung .form_search form .form-control {
      width: 100%; }
    .cnt_tuyendung .form_search form .form-select select {
      width: 100%;
      height: 42px; }
    .cnt_tuyendung .form_search form .search {
      width: 100%; }
      .cnt_tuyendung .form_search form .search .form-search {
        width: 100%; }

  .cnt_tuyendung .form_search .form-search .form-control {
    width: 95%;
    margin-bottom: 0px;
    height: 42px;
    padding-left: 15px; }

  .content-item_td .item {
    margin-top: 0;
    padding: 30px 23px 45px;
    margin-bottom: 15px; }
    .content-item_td .item .end .date {
      margin-bottom: 20px;
      margin-top: 10px; }
    .content-item_td .item .text .hot {
      margin-top: 10px;
      margin-right: 20px; }
      .content-item_td .item .text .hot a {
        font-size: 10px;
        border-radius: 40px;
        padding: 2px 16px; }

  .cnt_tuyendung .text_top .boc_ p {
    font-size: 13px; }

  .cnt_tuyendung .text_top .btn_td a {
    font-size: 14px; }

  .cnt_tuyendung .form_search .titles h3 {
    font-size: 16px; }

  .cnt_tuyendung .search .form-search button {
    right: 1%; }

  .content-item_td .item .end .btns1 a {
    font-size: 14px; } }
.lh-banner .banner450 {
  background-image: url(../image/bg11.jpg); }

.lien-he {
  padding-top: 110px;
  padding-bottom: 30px; }
  @media screen and (max-width: 580px) {
    .lien-he {
      padding-bottom: 0px; } }
  .lien-he .content-lh {
    padding-bottom: 6.4rem; }
    @media screen and (max-width: 580px) {
      .lien-he .content-lh .col-md-7 {
        padding: 0; } }
    .lien-he .content-lh h3.title {
      font-family: bold;
      font-size: 2.8rem;
      color: #131313; }
    .lien-he .content-lh p.thk {
      padding-top: 15px;
      font-family: semibold;
      font-size: 14px;
      color: #131313;
      padding-bottom: 30px; }
      @media screen and (max-width: 580px) {
        .lien-he .content-lh p.thk {
          font-size: 13px;
          padding-top: unset;
          padding-bottom: 20px; } }
    .lien-he .content-lh .text .ftp .img-ftp {
      padding: 50PX 0 20px; }
    .lien-he .content-lh .text .ftp .item {
      padding-bottom: 30px; }
      @media (max-width: 600px) {
        .lien-he .content-lh .text .ftp .item:last-child {
          padding-bottom: 20px; } }
    .lien-he .content-lh .text .ftp .title h4 {
      font-family: bold;
      font-size: 1.6rem;
      color: #131313;
      padding-bottom: 2rem; }
    .lien-he .content-lh .text .ftp .content .ic {
      font-size: 1.44rem;
      color: #131313;
      opacity: 0.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px; }
      .lien-he .content-lh .text .ftp .content .ic i {
        padding-right: 20px;
        opacity: 1;
        padding-top: 5px;
        color: #40c8f4; }
      .lien-he .content-lh .text .ftp .content .ic span {
        font-size: 1.44rem;
        color: #131313;
        font-family: opensan;
        max-width: 500px; }
    .lien-he .content-lh .images img {
      border-radius: 10px;
      overflow: hidden; }
  .lien-he .form-lh h5.title {
    font-family: opensan;
    font-size: 1.6rem;
    color: #131313;
    padding-bottom: 2.4rem; }
  .lien-he .form-lh form {
    margin: 0 -15px; }
    .lien-he .form-lh form .item-input {
      margin: 0 15px; }
      .lien-he .form-lh form .item-input input {
        width: 100%;
        height: 50px;
        font-family: opensan;
        font-size: 16px;
        background: #fff;
        border-radius: 180px;
        padding-left: 25px;
        padding-right: 40px;
        color: #232c36;
        border: unset;
        margin-bottom: 2.4rem;
        outline: none; }
    .lien-he .form-lh form .button {
      margin-left: 1.2rem; }
      .lien-he .form-lh form .button input {
        width: 100%;
        font-family: semibold;
        font-size: 1.6rem;
        color: #fff;
        padding: 1.6rem 0;
        text-align: center;
        border: unset;
        outline: none;
        border-radius: 50px;
        background: #005eb8;
        border: 1px solid #fff; }
        .lien-he .form-lh form .button input:hover {
          border: 1px solid #005eb8;
          background: #fff;
          color: #005eb8;
          -webkit-transition: 0.5s all;
          transition: 0.5s all; }
  .lien-he .images_map {
    width: 100%;
    height: 430px;
    border-radius: 0px;
    overflow: hidden; }
    @media screen and (max-width: 580px) {
      .lien-he .images_map {
        height: 250px; } }
    .lien-he .images_map iframe {
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1440px) {
  .lien-he {
    padding-top: 80px; }
    .lien-he .content-lh {
      padding-bottom: 5rem; }
      .lien-he .content-lh h3.title {
        font-family: bold;
        font-size: 2.8rem;
        color: #131313;
        padding-bottom: 3.2rem; }
      .lien-he .content-lh .text .ftp .img-ftp {
        padding: 15PX 0 20px; }
      .lien-he .content-lh .text .ftp .title h4 {
        font-family: bold;
        font-size: 1.6rem;
        color: #131313;
        padding-bottom: 2rem; }
      .lien-he .content-lh .text .ftp .content .ic {
        font-size: 1.44rem;
        color: #131313;
        opacity: 0.5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px; }
        .lien-he .content-lh .text .ftp .content .ic i {
          padding-right: 20px;
          opacity: 0.5; }
        .lien-he .content-lh .text .ftp .content .ic span {
          font-size: 1.44rem;
          color: #131313;
          font-family: opensan;
          max-width: 390px; }
      .lien-he .content-lh .images img {
        border-radius: 10px;
        overflow: hidden; }
    .lien-he .form-lh h5.title {
      font-family: opensan;
      font-size: 1.6rem;
      color: #131313;
      padding-bottom: 2.4rem; }
    .lien-he .form-lh form {
      margin: 0 -15px; }
      .lien-he .form-lh form .item-input {
        margin: 0 15px; }
        .lien-he .form-lh form .item-input input {
          width: 100%;
          height: 50px;
          font-family: opensan;
          font-size: 16px;
          background: #fff;
          border-radius: 180px;
          padding-left: 25px;
          padding-right: 40px;
          color: #232c36;
          border: unset;
          margin-bottom: 2.4rem;
          outline: none; }
      .lien-he .form-lh form .button {
        margin-top: 2.4rem;
        margin-left: 1.2rem; }
        .lien-he .form-lh form .button input {
          width: 100%;
          font-family: semibold;
          font-size: 1.6rem;
          color: #fff;
          padding: 1.6rem 0;
          text-align: center;
          border: unset;
          border-radius: 50px;
          background: #005eb8;
          border: 1px solid #fff; }
          .lien-he .form-lh form .button input:hover {
            border: 1px solid #005eb8;
            background: #fff;
            color: #005eb8;
            -webkit-transition: 0.5s all;
            transition: 0.5s all; } }
@media screen and (max-width: 1024px) {
  .lien-he {
    padding-top: 60px; } }
  @media screen and (max-width: 1024px) and (max-width: 580px) {
    .lien-he {
      padding-top: 40px; } }
@media screen and (max-width: 1024px) {
    .lien-he .content-lh {
      padding-bottom: 0; }
      .lien-he .content-lh h3.title {
        font-family: bold;
        font-size: 18px;
        color: #131313;
        padding-bottom: 2.4rem; } }
      @media screen and (max-width: 1024px) and (max-width: 580px) {
        .lien-he .content-lh h3.title {
          padding-bottom: 1.6rem; } }
    @media screen and (max-width: 1024px) and (max-width: 580px) {
      .lien-he .content-lh .text {
        margin-bottom: 0 !important; } }
@media screen and (max-width: 1024px) {
      .lien-he .content-lh .text .ftp .img-ftp {
        padding: 15PX 0 20px; }
      .lien-he .content-lh .text .ftp .title h4 {
        font-family: bold;
        font-size: 16PX;
        color: #131313;
        padding-bottom: 2rem; }
      .lien-he .content-lh .text .ftp .content .ic {
        font-size: 1.44rem;
        color: #131313;
        opacity: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px; }
        .lien-he .content-lh .text .ftp .content .ic i {
          padding-right: 20px;
          opacity: 1;
          font-size: 14px; }
        .lien-he .content-lh .text .ftp .content .ic span {
          opacity: 0.5;
          font-size: 14PX;
          color: #131313;
          font-family: opensan;
          max-width: 390px; } }
        @media screen and (max-width: 1024px) and (max-width: 580px) {
          .lien-he .content-lh .text .ftp .content .ic span {
            font-size: 13px; } }
    @media screen and (max-width: 1024px) and (max-width: 580px) {
      .lien-he .content-lh .text {
        margin-bottom: 25px; } }
@media screen and (max-width: 1024px) {
      .lien-he .content-lh .images img {
        border-radius: 10px;
        overflow: hidden; }
    .lien-he .form-lh h5.title {
      font-family: opensan;
      font-size: 1.6rem;
      color: #131313;
      padding-bottom: 2.4rem; }
    .lien-he .form-lh form {
      margin: 0 -15px; } }
    @media screen and (max-width: 1024px) and (max-width: 800px) {
      .lien-he .form-lh form {
        margin: 0 0px; } }
@media screen and (max-width: 1024px) {
      .lien-he .form-lh form .item-input {
        margin: 0 15px; } }
      @media screen and (max-width: 1024px) and (max-width: 800px) {
        .lien-he .form-lh form .item-input {
          margin: 0 0px; } }
@media screen and (max-width: 1024px) {
        .lien-he .form-lh form .item-input input {
          width: 100%;
          height: 50px;
          font-family: opensan;
          font-size: 16px;
          background: #fff;
          border-radius: 180px;
          padding-left: 25px;
          padding-right: 40px;
          color: #232c36;
          border: unset;
          margin-bottom: 2.4rem;
          outline: none; } }
        @media screen and (max-width: 1024px) and (max-width: 800px) {
          .lien-he .form-lh form .item-input input {
            height: 40px; } }
@media screen and (max-width: 1024px) {
      .lien-he .form-lh form .button {
        margin-top: 2.4rem;
        margin-left: 1.2rem; }
        .lien-he .form-lh form .button input {
          width: 100%;
          font-family: semibold;
          font-size: 1.6rem;
          color: #fff;
          padding: 1.6rem 0;
          text-align: center;
          border: unset;
          border-radius: 50px;
          background: #005eb8;
          border: 1px solid #fff; }
          .lien-he .form-lh form .button input:hover {
            border: 1px solid #005eb8;
            background: #fff;
            color: #005eb8;
            -webkit-transition: 0.5s all;
            transition: 0.5s all; } }
.content_tongquan {
  background-image: url(../image/bg5.jpg);
  min-height: 660px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 600px) {
    .content_tongquan {
      min-height: 400px;
      padding-bottom: 20px; } }
  .content_tongquan .title_k {
    padding: 110px 0 80px; }
    .content_tongquan .title_k .slick-dots {
      display: none !important; }
    @media (max-width: 600px) {
      .content_tongquan .title_k {
        padding: 40px 0 15px; } }
    .content_tongquan .title_k h3 {
      font-family: bold;
      font-size: 2.88rem;
      color: white;
      text-align: center; }
      @media (max-width: 600px) {
        .content_tongquan .title_k h3 {
          font-size: 18px; } }
  .content_tongquan .slick_tongquan {
    height: 92px;
    position: relative; }
    .content_tongquan .slick_tongquan .slick-track {
      height: 75px; }
    .content_tongquan .slick_tongquan::before {
      position: absolute;
      content: "";
      background-color: #ffffff;
      width: 100%;
      height: 2px;
      top: 55px; }
      @media (max-width: 580px) {
        .content_tongquan .slick_tongquan::before {
          right: -15px;
          top: 16px; } }
    .content_tongquan .slick_tongquan .item {
      text-align: center; }
      @media (max-width: 600px) {
        .content_tongquan .slick_tongquan .item {
          padding-top: 47px; } }
      .content_tongquan .slick_tongquan .item .content {
        position: relative; }
        .content_tongquan .slick_tongquan .item .content p {
          font-family: bold;
          font-size: 1.44rem;
          color: white; }
          @media (max-width: 600px) {
            .content_tongquan .slick_tongquan .item .content p {
              font-size: 16px; } }
        .content_tongquan .slick_tongquan .item .content::before {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          top: -30px;
          content: "";
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-color: white; }
    .content_tongquan .slick_tongquan .slick-current .content {
      position: relative; }
      .content_tongquan .slick_tongquan .slick-current .content::before {
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 45px;
        content: url("../image/icons/icon_s.png");
        background-color: unset; }
        @media (max-width: 600px) {
          .content_tongquan .slick_tongquan .slick-current .content::before {
            top: -39px; } }
  .content_tongquan .slick_txt_tongquan .item {
    padding-left: 120PX;
    padding-right: 120px; }
    @media (max-width: 800px) {
      .content_tongquan .slick_txt_tongquan .item {
        padding: 0 80px; } }
    @media (max-width: 580px) {
      .content_tongquan .slick_txt_tongquan .item {
        padding: 0 0px; } }
    .content_tongquan .slick_txt_tongquan .item .text {
      position: relative;
      background-color: rgba(0, 137, 208, 0.8);
      padding: 50px 100px;
      margin-top: 20px;
      border-radius: 10px;
      height: 160px;
      overflow-x: scroll; }
      @media (max-width: 800px) {
        .content_tongquan .slick_txt_tongquan .item .text {
          padding: 30px 40px; } }
      @media (max-width: 580px) {
        .content_tongquan .slick_txt_tongquan .item .text {
          padding: 30px 20px; } }
      .content_tongquan .slick_txt_tongquan .item .text::before {
        content: url("../image/icons/down1.png");
        position: absolute;
        top: -19px;
        left: 20px; }
      .content_tongquan .slick_txt_tongquan .item .text p {
        font-family: opensan;
        font-size: 16px;
        color: white;
        max-width: 675px; }
        @media (max-width: 580px) {
          .content_tongquan .slick_txt_tongquan .item .text p {
            font-size: 13px; } }

.section-faq {
  padding: 40px 0; }
  .section-faq .inner-faq .element-faq .item-el {
    border-bottom: 1px solid #bdbdbd; }
    .section-faq .inner-faq .element-faq .item-el .sub {
      display: none;
      padding-bottom: 20px; }
      .section-faq .inner-faq .element-faq .item-el .sub p {
        position: relative;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
        .section-faq .inner-faq .element-faq .item-el .sub p i {
          width: 10px;
          margin-right: 10px;
          font-size: 10px;
          margin-left: 0;
          color: #26323f; }
    .section-faq .inner-faq .element-faq .item-el p.title {
      font-weight: 700;
      color: #123867;
      font-size: 1.6rem;
      padding: 15px 0;
      cursor: pointer;
      position: relative;
      margin-right: 20px; }
      .section-faq .inner-faq .element-faq .item-el p.title i {
        margin-left: 10px;
        position: absolute;
        right: -20px;
        top: 30%; }

/*# sourceMappingURL=main.css.map */