﻿@charset "UTF-8";
@font-face {
  font-family: "SVNGilroy";
  src: url(../fonts/SVN-Gilroy-Regular.otf);
}
/*#slide .item .slide_caption {
  position: absolute;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/
/*-------Mobile-------*/
/*-------Tablets-------*/
/*-------Larger-------*/
/*# sourceMappingURL=common.css.map */
/*Loading Screen*/
@keyframes "lds-ring" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: none !important;
}

.fw {
  float: left;
  width: 100%;
}

.fr {
  float: right;
  width: 100%;
}

.pad0 {
  padding: 0;
}

.mar0 {
  margin: 0;
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
  font-family: "SVNGilroy", sans-serif;
}

#header {
  position: relative;
}

#header_info {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: #341670;
  top: 0;
}

#header_contact {
  color: #fff;
}
#header_contact li {
  float: left;
  padding: 10px 30px 10px 0;
}
#header_contact li svg {
  color: #89a6ef;
  margin-right: 5px;
}

.btn {
  background: #341670;
}

#header_login li {
  float: right;
  padding: 10px;
  color: #fff;
}
#header_login li a {
  color: #fff;
  position: relative;
}
#header_login li:last-child a:before {
  position: absolute;
  content: "";
  top: 5px;
  right: -10px;
  z-index: 10;
  border-right: 1px solid #fff;
  height: 15px;
}

.userLogin {
  display: none;
  padding: 10px;
  float: right;
  color: #fff;
}
.userLogin a {
  color: #fff;
  font-weight: bold;
}
.userLogin a:hover {
  color: #df2032;
}
.userLogin #userName {
  font-weight: bold;
}

#header_menu {
  padding: 15px;
  margin-top: 44px;
  width: 100%;
}
#header_menu ul {
  width: 75% !important;
  float: left !important;
}
#header_menu #menu > li {
  position: relative;
  float: left;
  padding: 10px 0;
  margin: 0 13px;
  border-bottom: 0px solid #FFF;
}
#header_menu #menu > li:hover {
  border-bottom: 2px solid #254099;
}
#header_menu #menu > li:hover a {
  text-decoration: none;
}
#header_menu #menu > li:hover .search {
  outline: none;
  color: #89a6ef;
  cursor: pointer;
}
#header_menu #menu > li a {
  color: #172541;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header_menu #menu > li .search {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header_menu #menu li .submenu {
  position: absolute;
  top: 55px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 16px;
}
#header_menu #menu li .submenu li {
  margin: 0 15px;
  border-bottom: 1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-indent: -20px;
  overflow: hidden;
}
#header_menu #menu li .submenu li:last-child {
  border-bottom: none;
}
#header_menu #menu li .submenu li a {
  color: #2d2d2d;
}
#header_menu #menu li .submenu li:hover {
  text-indent: 5px;
}
#header_menu #menu li .submenu li:hover a {
  color: #254099;
  font-weight: bold;
}
#header_menu #menu li .submenu li > svg {
  color: #254099;
  margin-right: 5px;
}
#header_menu #menu li .sub1 {
  left: -46px;
  min-width: 200px;
}
#header_menu #menu li .sub2 {
  left: -59px;
  min-width: 200px;
}
#header_menu #menu li .sub3 {
  left: unset;
  min-width: 200px;
  right: -205px;
  top: 10px !important;
  position: absolute;
}
#header_menu #menu li .submenu_child:hover .sub3 {
  opacity: 1;
  visibility: visible;
}
#header_menu #menu .menu_parent:hover .sub2 {
  display: block;
}
#header_menu #menu .active {
  border-bottom: 2px solid #89a6ef;
}
#header_menu .logo-page {
  display: flex;
  align-items: center;
  height: 100%;
}
#header_menu .logo-contact {
  float: right;
  padding-left: 30px;
  width: 25%;
  display: flex;
  align-items: center;
}
#header_menu .logo-contact img {
  display: block;
  float: left;
  margin-right: 20px;
}
#header_menu .logo-contact span:first-child {
  display: block;
  font-size: 11px;
}
#header_menu .logo-contact span:last-child {
  font-size: 20px;
  font-weight: bold;
}

.link {
  color: #FFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #fff), color-stop(65%, #254099));
  background: linear-gradient(to left, #254099 34%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
.link:hover {
  text-decoration: none;
  background-position: left bottom !important;
  color: #254099;
  border: 1px solid #254099;
}

.link-barner {
  position: absolute;
  top: 65%;
  left: 24%;
}

#slick-prev {
  position: absolute;
  left: 5%;
  top: 42%;
  content: "";
  z-index: 20;
  border: none;
  background: none;
  color: #fff;
  font-size: 40px;
  outline: none;
}

#slick-next {
  position: absolute;
  right: 5%;
  top: 42%;
  content: "";
  z-index: 20;
  border: none;
  background: none;
  color: #fff;
  font-size: 40px;
  outline: none;
}

.bgrWhy {
  position: relative;
  width: 100%;
}

.btnWhy {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#slide {
  position: relative;
  min-height: 300px;
  max-height: 740px;
}
#slide .link {
  color: #fff !important;
  background: #341670;
}
#slide .link:hover {
  color: #254099 !important;
  background: #fff !important;
}
#slide .item {
  outline: none;
  position: relative;
}
#slide .item .slide_caption .pad15 {
  padding: 0 15px;
}
#slide .item .slide_caption .pad15 h3 {
  color: #89a6ef;
  font-size: 50px;
}
#slide .item .slide_caption .pad15 h2 {
  color: #fff;
  font-size: 90px;
  font-weight: bold;
}
#slide .item .slide_caption .pad15 p {
  color: #fff;
}

#home_content {
  min-height: 300px;
  position: relative;
}

.section_title {
  text-align: center;
  margin: 40px 0;
}
.section_title h2 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
}
.section_title p {
  color: black;
}
.section_title .line {
  width: 50px;
  height: 3px;
  background: #254099;
  display: inline-block;
}

#intro > div {
  position: relative;
}
#intro .mar0 {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 50px -30px #0943ae;
  top: -3px;
  display: flex;
  justify-content: center;
}
#intro .intro {
  margin: 30px 0px;
  padding: 0px 60px;
  color: #fff;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 2px solid #ededed;
}
#intro .intro:hover .intro_info h4 {
  color: #254099;
}
#intro .intro:last-child {
  border: none;
}
#intro .estate {
  background: #fff;
}
#intro .invest {
  background: #fff;
}
#intro .brand {
  background: #fff;
}
#intro .intro_info {
  padding: 0;
  text-align: center;
}
#intro .intro_info h4 {
  font-weight: bold;
  margin: 15px 0px 7px 0px;
  color: #000;
}
#intro .intro_info p {
  margin-bottom: 5px;
  color: #000;
}

#why {
  padding: 0;
}
#why > div > h2 > img {
  width: 100%;
  height: auto;
}
#why .why_grid {
  text-align: center;
  text-transform: uppercase;
  max-width: 20%;
  padding: 0;
}
#why .why_grid:hover h5 {
  color: #254099;
}
#why .why_grid h5 {
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}

#why_choose {
  position: relative;
  background-image: url("../images/bgrwhyabond.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 100px 0 20px;
  width: 100%;
  height: 1170px;
}
#why_choose > div {
  position: relative;
}
#why_choose .why_choose {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 10;
  margin: auto;
  padding: 0px 15px;
}
#why_choose .why_choose .why_choose_row_top {
  margin: 0 auto;
}
#why_choose .why_choose .why_choose_row_top .why_choose_left {
  padding: 0;
  background: #000;
}
#why_choose .why_choose .why_choose_row_top .why_choose_left iframe {
  width: 100%;
  height: 570px;
}
#why_choose .why_choose .why_choose_row_top .why_choose_right {
  padding: 30px;
  background-color: #000;
  color: #fff;
}
#why_choose .why_choose .why_choose_row_top .why_choose_right h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
}
#why_choose .why_choose .why_choose_row_top .why_choose_right p {
  font-size: 14px;
  line-height: 1.7;
}
#why_choose .why_choose .why_choose_row_top .why_choose_right .link {
  margin-top: 30px;
  color: #fff;
  border: 1px solid #254099;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #000), color-stop(65%, #254099));
  background: linear-gradient(to left, #254099 34%, #ffF 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
#why_choose .why_choose .why_choose_row_top .why_choose_right .link:hover {
  color: #254099;
  border: 1px solid #254099;
}
#why_choose .why_choose .why_choose_row_bot {
  margin: 0 auto;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_left {
  padding: 30px;
  background-color: #fff;
  color: #000;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_left h2 {
  font-weight: bold;
  font-size: 28px;
  color: #254099;
  line-height: 1.6;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_left ul li {
  font-size: 14px;
  margin: 5px 0;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_left .link {
  margin-top: 30px;
  color: #fff;
  border: 1px solid #254099;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #254099), color-stop(65%, #fff));
  background: linear-gradient(to left, #254099 34%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_left .link:hover {
  color: #254099;
  border: 1px solid #254099;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_right {
  padding: 0;
}
#why_choose .why_choose .why_choose_row_bot .why_choose_right iframe {
  width: 100%;
  height: 570px;
}

#bonds {
  margin-bottom: 30px;
}
#bonds .bonds_row .modal .modal-dialog .modal-content {
  background: #341670;
  color: white;
}
#bonds .bonds_row .modal .modal-dialog .modal-content .btn {
  background: white;
  color: black;
}
#bonds .bonds_row .modal .modal-dialog .modal-content ul {
  list-style: none;
  margin-left: 30px;
}
#bonds .bonds_row .modal .modal-dialog .modal-content ul li::before {
  content: "•";
  color: white;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
#bonds .bonds_row .modal .modal-dialog .modal-content table {
  color: white;
}
#bonds .bonds_row .modal .modal-dialog .modal-content table td {
  border: 1px solid #dee2e6;
}
#bonds .bonds_row .modal .modal-dialog .modal-content li.link-readmore {
  list-style: none;
  background: #fff;
  padding: 8px;
  border-radius: 5px;
}
#bonds .bonds_row .modal .modal-dialog .close {
  color: #fff;
  font-size: 40px;
}
#bonds .bonds_row .bonds_grid_content {
  text-align: center;
  color: #000;
}
#bonds .bonds_row .bonds_grid {
  margin: 20px 15px;
  max-width: 30%;
  -webkit-box-shadow: 0 0 5px 2px #cccccc;
  box-shadow: 0 0 5px 2px #cccccc;
  padding: 0;
  background: #fff;
}
#bonds .bonds_row .bonds_grid:hover .bonds_grid_img:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#bonds .bonds_row .bonds_grid:hover .readmore {
  opacity: 1 !important;
  text-decoration: none;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#bonds .bonds_row .bonds_grid .bonds_grid_img {
  position: relative;
  overflow: hidden;
}
#bonds .bonds_row .bonds_grid .bonds_grid_img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 64, 153, 0)), color-stop(75%, rgba(37, 64, 153, 0.9)));
  background: linear-gradient(to bottom, rgba(37, 64, 153, 0) 0%, rgba(37, 64, 153, 0.9) 75%);
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#bonds .bonds_row .bonds_grid .bonds_grid_img .item-card {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
}
#bonds .bonds_row .bonds_grid .bonds_grid_img .item-card img {
  width: 40px;
}
#bonds .bonds_row .bonds_grid .bonds_grid_img .readmore {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 28%;
  opacity: 0;
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  border-radius: 25px;
  font-weight: bold;
  color: #254099;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  cursor: pointer;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content {
  padding: 0 25px;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content button {
  background: #341670;
  border: 1px solid #341670;
  margin-bottom: 20px;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content button:hover {
  background: #FFF;
  border: 1px solid #254099;
  color: #254099;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_top {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_top .bonds_title {
  color: #254099;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_top .percent {
  font-weight: bold;
  color: #254099;
  font-size: 40px;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_center {
  border-bottom: 1px solid #cccccc;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_bottom {
  padding: 20px 0;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_bottom .row {
  margin: 10px 0;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_bottom .row .bonds_grid_content_bottom_text {
  text-align: left;
  padding: 0;
  font-weight: bold;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_bottom .row .bonds_grid_content_bottom_percent {
  text-align: right;
  padding: 0;
  color: #254099;
  font-weight: bold;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content .bonds_grid_content_bottom .row .progress-bar {
  background-color: #254099;
}
#bonds .bonds_row .bonds_grid .bonds_grid_content p {
  margin: 7px 0;
}
#bonds .modal-content img {
  width: 90%;
}
#bonds .tab-content .company_intro {
  margin: 30px 0;
}
#bonds .tab-content .card-title {
  font-weight: bold;
}
#bonds .tab-content .card-cus {
  box-shadow: -5px 10px 30px #e0e0e0;
  width: 100%;
  border-radius: 24px;
  height: 100%;
}
#bonds .tab-content .card-cus .content-txt {
  color: black;
}
#bonds .tab-content .card-cus .ul-cus li {
  margin-bottom: 10px;
}
#bonds .nav-item .nav-link {
  margin-left: 20px;
  border: 1px solid #341670;
  color: white;
}
#bonds .nav-link {
  border: 1px solid #341670 !important;
  color: #341670 !important;
  border-radius: 10px !important;
  min-width: 110px;
  text-align: center;
}
#bonds .nav-tabs .nav-link.active {
  background: #341670;
  color: white !important;
}
#bonds th {
  border: 1px solid #dee2e6;
}

#buyNowModal .modal-content {
  background: #e96f20;
}
#buyNowModal .modal-content .modal-header {
  color: #fff;
  border-bottom: none;
}
#buyNowModal .modal-content .modal-body .form-control {
  margin: 20px 0;
}
#buyNowModal .modal-content .modal-body .form-control:first-child {
  margin-top: 0;
}
#buyNowModal .modal-content .modal-body .form-control:last-child {
  margin-bottom: 0;
}
#buyNowModal .modal-content .modal-footer {
  border-top: none;
  justify-content: center;
}
#buyNowModal .modal-content .modal-footer button {
  border: 1px solid #fff;
  background: #e96f20;
  color: #fff;
  padding: 0.375rem 1.75rem;
}
#buyNowModal .modal-content .modal-footer button:hover {
  background: #9f3e00;
}

#tutorial {
  position: relative;
  z-index: 16;
  /*&:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 15;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }*/
}
#tutorial .container {
  z-index: 1999;
  position: relative;
}
#tutorial .container h2 {
  color: #fff;
  font-weight: bold;
}
#tutorial .container .tutorial {
  text-align: center;
  margin: 40px 0 0;
}
#tutorial .container .tutorial .tutorial_grid h3 {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  padding: 7px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #254099;
  margin-bottom: 20px;
}
#tutorial .container .tutorial .tutorial_grid .tutorial_step {
  background: #fff;
  padding: 0 20px;
}
#tutorial .container .tutorial .tutorial_grid .tutorial_step h4 {
  color: #254099;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 20px 0;
}
#tutorial .container .tutorial .tutorial_grid .tutorial_step .tutorial_step_img {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
#tutorial .container .tutorial .tutorial_grid .tutorial_step .tutorial_step_text {
  padding: 20px 0;
}
#tutorial .container .tutorial .tutorial_grid .tutorial_step .tutorial_step_text p {
  color: #254099;
  margin: 0;
}

#free {
  position: relative;
}
#free:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 292px;
  z-index: 15;
  background-image: url("../images/free_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#free .free_service {
  position: relative;
  z-index: 16;
  padding: 0;
  color: #fff;
}
#free .free_service img {
  height: 380px;
  width: 100%;
}
#free .free_service .free_service_content {
  padding: 20px;
  text-align: justify;
}
#free .free_service .free_service_content h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 15px;
}
#free .free_service .free_service_content p {
  color: #cccccc;
}
#free .free_service .free_service_content .readmore {
  color: #fff;
}
#free .free_service .free_service_content .readmore:hover {
  text-decoration: none;
}
#free .free_service .free_service_content .readmore svg {
  margin-left: 5px;
}

#mobilized {
  background-color: #fff;
}
#mobilized .mobilized_content {
  max-width: 80%;
  -webkit-box-shadow: 0px 2px 5px 5px #cccccc;
  box-shadow: 0px 2px 5px 5px #cccccc;
  margin: 0 auto;
  padding: 30px 0;
}
#mobilized .mobilized_content .mobilized_content_grid {
  text-align: center;
}
#mobilized .mobilized_content .mobilized_content_grid h2 {
  color: #254099;
  font-weight: bold;
  font-size: 30px;
}

#quote {
  background-color: #f3f3f3;
}
#quote .quote_content {
  padding: 70px 50px;
}
#quote .quote_content p {
  color: #000;
  font-weight: bold;
}
#quote .quote_content svg {
  font-size: 30px;
  color: #e1e1e1;
}
#quote .quote_content h5 {
  color: #254099;
  font-weight: bold;
}
#quote .quote_content h6 {
  color: #254099;
}

#comment {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#comment .comment {
  padding: 30px 0;
}
#comment .comment .comment_title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#comment .comment #comment_slide {
  padding: 40px 0;
}
#comment .comment #comment_slide .item {
  outline: none;
}
#comment .comment #comment_slide .item .comment_content {
  max-width: 100%;
  margin: 0 auto;
  text-align: justify;
  padding: 20px;
}
#comment .comment #comment_slide .item .comment_content h3 img {
  margin: 0 auto;
  width: 100vw;
  height: auto;
  object-fit: cover;
}
#comment .comment #comment_slide .item .comment_content p {
  color: #cccccc;
  margin: 40px 0;
}
#comment .comment #comment_slide .item .comment_content h4 {
  color: #fff;
  margin-bottom: 0;
}
#comment .comment #comment_slide .item .comment_content h4 > svg {
  color: #fff;
}
#comment .comment #comment_slide .item .comment_content span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
}
#comment .comment #comment_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0;
}
#comment .comment #comment_slide .slick-dots .slick-active {
  background-color: #fff;
}
#comment .comment #comment_slide .slick-dots li {
  border: none;
  padding: 0 25px;
  background: #89a6ef;
  margin: 0 5px;
  text-indent: -9999px;
  height: 5px;
  cursor: pointer;
}

#sldLogoNews {
  background: #f9f9f9;
}

#partner {
  padding-bottom: 40px;
}
#partner .item {
  outline: none;
}

#page_title {
  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;
}
#page_title > h2 {
  position: absolute;
  text-align: center;
  color: #fff;
}
#page_title img {
  width: 100%;
  height: auto;
}
#page_title div {
  position: absolute;
  z-index: 9;
  color: #fff;
  text-align: center;
}
#page_title .page_title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
}
#page_title .publish_at {
  margin-top: 1rem;
}

#company {
  /*margin-top:60px;*/
}
#company .company_intro {
  margin: 30px 0;
}
#company .company_intro .company_name {
  position: relative;
  font-weight: bold;
  color: #000;
  padding-bottom: 30px;
}
#company .company_intro .company_name:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 20;
  width: 100px;
  height: 3px;
  background-color: #254099;
}
#company .company_intro .company_intro_text {
  text-align: justify;
}
#company .mobilized_content {
  max-width: 100%;
  justify-content: center;
}

#manager {
  padding-bottom: 30px;
}
#manager .manager_item {
  text-align: center;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 15px;
  max-width: 30%;
}
#manager .manager_item .manager_item_img img {
  width: 100%;
}
#manager .manager_item .manager_item_img .consultants {
  height: 340px;
}
#manager .manager_item .manager_item_text {
  padding: 15px 0;
}
#manager .manager_item .manager_item_text h5 {
  color: #254099;
  font-weight: bold;
  margin-bottom: 5px;
}
#manager .manager_item .manager_item_text p {
  text-transform: uppercase;
  margin: 0;
}

#value {
  background-image: url("../images/value_bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 1px 0 50px;
  color: #fff;
}
#value .section_title h2 {
  color: #fff;
}
#value .section_title .line {
  background: #fff;
}
#value .intro .intro_info {
  text-align: justify;
}
#value .intro .intro_info h5 {
  font-weight: bold;
  margin-bottom: 25px;
}
#value .intro .intro_info p {
  margin-bottom: 5px;
}

#enterprise .enterprise_row {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
#enterprise .enterprise_row:last-child {
  border-bottom: none;
}
#enterprise .enterprise_row .enterprise_info .enterprise_title {
  color: black;
  font-weight: bold;
  font-size: 25px;
  margin: 10px 0;
}
#enterprise .enterprise_row .enterprise_info .enterprise_detail {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: 0 0 20px;
}
#enterprise .enterprise_row .enterprise_info .enterprise_detail h6 {
  color: #254099;
  font-weight: bold;
}
#enterprise .enterprise_row .enterprise_info .enterprise_detail span {
  color: black;
}
#enterprise .enterprise_row .enterprise_info .enterprise_excerpt {
  margin: 0 0 20px;
  color: black;
}
#enterprise .enterprise_row .enterprise_info .link {
  border: 1px solid #254099;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #254099), color-stop(65%, #fff));
  background: linear-gradient(to left, #254099 34%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
#enterprise .enterprise_row .enterprise_info .link:hover {
  border: 1px solid #254099;
  color: #254099;
}
#enterprise .enterprise_row .enterprise_img img {
  border-radius: 10px;
}
#enterprise .enterprise_row:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#enterprise .enterprise_row:nth-child(even) .link {
  /*color: #254099 !important;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #fff), color-stop(65%, #254099)) !important;
  background: linear-gradient(to left, #fff 34%, #254099 65%) !important;
  background-position: right bottom !important;*/
  border: 1px solid #254099;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #254099), color-stop(65%, #fff));
  background: linear-gradient(to left, #254099 34%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
#enterprise .enterprise_row:nth-child(even) .link:hover {
  /*background-size: 300% 100% !important;
  border: 1px solid #254099 !important;
  background-position: left bottom !important;
  color: #fff !important;*/
  border: 1px solid #254099;
  color: #254099;
}

#page_bonds {
  padding: 50px 0;
}
#page_bonds .aside .page_bonds_list {
  background: #f8f8f8;
  padding: 15px;
}
#page_bonds .aside .page_bonds_list h5 {
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
#page_bonds .aside .page_bonds_list ul li {
  padding: 5px 0;
  text-indent: -18px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#page_bonds .aside .page_bonds_list ul li:hover {
  text-indent: 0;
}
#page_bonds .aside .page_bonds_list ul li:hover a {
  color: #254099;
  font-weight: bold;
}
#page_bonds .aside .page_bonds_list ul li a {
  color: #000;
}
#page_bonds .aside .page_bonds_list ul li a:hover {
  text-decoration: none;
}
#page_bonds .aside .page_bonds_list ul li a svg {
  margin-right: 5px;
}
#page_bonds .aside .page_bonds_list ul li.active {
  text-indent: 0;
}
#page_bonds .aside .page_bonds_list ul li.active a {
  color: #254099;
  font-weight: bold;
}
#page_bonds .aside .download {
  margin: 15px 0;
}
#page_bonds .aside .download .download_grid {
  margin: 10px 0;
}
#page_bonds .aside .download .download_grid a {
  color: #fff;
  background: #254099;
  padding: 10px;
  border-radius: 10px;
}
#page_bonds .aside .download .download_grid a:hover {
  text-decoration: none;
}
#page_bonds .aside .download .download_grid a h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
#page_bonds .aside .download .download_grid a h5 svg {
  font-size: 14px;
  margin-left: 5px;
}
#page_bonds .aside .download .download_grid a p {
  font-size: 14px;
  margin-bottom: 5px;
}
#page_bonds .aside .help {
  border: 1px solid #254099;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
#page_bonds .aside .help h6 {
  font-weight: bold;
  color: #254099;
}
#page_bonds .aside .help p {
  color: #254099;
}
#page_bonds .aside .help p svg {
  color: #e96f20;
  margin-right: 5px;
}
#page_bonds .aside .register {
  border-radius: 10px;
  background: #e96f20;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
#page_bonds .aside .register h5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
#page_bonds .aside .register input.form-control {
  margin: 20px 0;
}
#page_bonds .aside .register textarea.form-control {
  margin: 20px 0;
}
#page_bonds .aside .register button {
  padding: 5px 30px;
  color: #fff;
  background: #e96f20;
  border: 1px solid #fff;
}
#page_bonds .main_content {
  text-align: justify;
}
#page_bonds .main_content .bonds_intro {
  padding: 50px 0;
  text-align: center;
}
#page_bonds .main_content .bonds_intro .bonds_name {
  color: #254099;
  font-weight: bold;
  font-size: 40px;
}
#page_bonds .main_content .bonds_intro .bonds_excerpt {
  text-transform: uppercase;
  color: #cccccc;
}
#page_bonds .main_content .benefit {
  background-color: #f8f8f8;
  padding: 20px;
  margin: 30px 0;
}
#page_bonds .main_content .benefit .commitment {
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
#page_bonds .main_content .benefit .commitment:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#page_bonds .main_content .benefit .commitment h5 {
  font-weight: bold;
  color: #254099;
  margin: 0 0 20px;
}
#page_bonds .main_content .benefit .commitment ul {
  margin: 0 20px;
  list-style-image: url("../images/bullet.png");
}
#page_bonds .main_content .benefit .commitment ul li {
  padding: 5px 0;
}
#page_bonds .main_content .example {
  border: 1px solid #254099;
  border-radius: 10px;
  padding: 30px;
  margin: 30px 0;
}
#page_bonds .main_content .example button {
  display: block;
  margin: auto;
  margin-top: 30px;
  background: #e96f20;
  border: none;
  padding: 5px 30px;
}
#page_bonds .main_content .example h5 {
  color: #254099;
  font-weight: bold;
  text-align: center;
}
#page_bonds .main_content .example .text-orange {
  color: #e96f20;
  font-weight: bold;
}
#page_bonds .main_content .example .text-blue {
  color: #254099;
  font-weight: bold;
}
#page_bonds .main_content .example ul {
  margin: 0 20px;
  list-style-image: url("../images/bullet.png");
}
#page_bonds .main_content .example ul li {
  margin: 5px 0;
}
#page_bonds .main_content .bonds_how {
  background-color: #f8f8f8;
  padding: 30px;
}
#page_bonds .main_content .bonds_how button {
  display: block;
  margin: auto;
  margin-top: 30px;
  background: #254099;
  border: none;
  padding: 5px 30px;
}
#page_bonds .main_content .bonds_how h5 {
  font-weight: bold;
  color: #254099;
  text-align: center;
  margin-bottom: 30px;
}
#page_bonds .main_content .bonds_how .bonds_step {
  margin: 15px 0;
}
#page_bonds .main_content .bonds_how .bonds_step .bonds_step_1 h6 {
  font-weight: bold;
  color: #254099;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#page_bonds .main_content .bonds_how .bonds_step .bonds_step_1 p {
  color: black;
}
#page_bonds .main_content .bonds_how .bonds_step:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#news_slide {
  padding-left: 25px;
}
#news_slide .news_slide .item {
  position: relative;
  /*PC*/
}
#news_slide .news_slide .item .news_image img {
  width: 100%;
  /*height: 475px;*/
  object-fit: fill;
}
#news_slide .news_slide .item .news_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #254099), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, #254099 20%, rgba(255, 255, 255, 0.5));
  z-index: 15;
  /*padding: 40px 30px;*/
  color: #fff;
  margin: 0;
}
#news_slide .news_slide .item .news_info .news_slide_cat {
  text-transform: uppercase;
  color: #fff;
  display: none;
}
#news_slide .news_slide .item .news_info .news_slide_title {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
  color: #fff;
}
#news_slide .news_slide .item .news_info .news_slide_excerpt {
  margin-bottom: 30px;
  text-align: justify;
}
#news_slide .news_slide .item .news_info .link {
  color: #fff;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(35%, #254099), color-stop(65%, #fff));
  background: linear-gradient(to left, #254099 35%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
#news_slide .news_slide .item .news_info .link:hover {
  color: #254099;
}
#news_slide .news_slide #slick-prev {
  color: #254099;
  right: 10%;
  bottom: 5%;
  top: unset;
  left: unset;
}
#news_slide .news_slide #slick-next {
  color: #254099;
  right: 5%;
  bottom: 5%;
  top: unset;
  left: unset;
}

#news {
  margin: 50px 0;
}
#news .news_article {
  -webkit-box-shadow: 0 0 5px 2px #cccccc;
  box-shadow: 0 0 5px 2px #cccccc;
  padding: 0;
  margin: 10px;
  max-width: 47%;
}
#news .news_article .news_thumb img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
#news .news_article .news_content {
  background: #fff;
  padding: 15px;
  text-align: justify;
}
#news .news_article .news_content .news_title {
  color: #254099;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#news .news_article .news_content .news_excerpt {
  color: black;
}

.most_view {
  background: #f8f8f8;
  padding: 0 20px;
}
.most_view h5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}
.most_view .most_view_list .most_article {
  margin: 0;
  padding: 15px 0;
  text-align: justify;
  border-bottom: 1px solid #cccccc;
}
.most_view .most_view_list .most_article img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
.most_view .most_view_list .most_article:last-child {
  border-bottom: none;
}
.most_view .most_view_list .most_article .most_view_title {
  color: #254099;
  font-weight: bold;
  font-size: 14px;
}
.most_view .most_view_list .most_article .most_view_excerpt {
  color: black;
  font-size: 14px;
  margin: 0;
}

.redirect {
  background: #f8f8f8;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 50px;
}
.redirect ul li {
  float: left;
  padding: 0 10px;
}
.redirect ul li a {
  color: #254099;
  font-weight: bold;
}
.redirect ul li.redirect_title {
  font-weight: bold;
  color: #000;
}

#news_detail p, #news_detail li {
  color: black;
}
#news_detail strong, #news_detail h5 {
  color: #254099;
}
#news_detail .block img {
  width: 100%;
}
#news_detail .news_detail_share {
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 50px 0;
}
#news_detail .news_detail_share span {
  font-weight: bold;
  color: #000;
}
#news_detail .news_detail_share .fa-facebook-f {
  color: #254099;
  margin: 0 15px;
}
#news_detail .news_detail_share .fa-twitter {
  color: lightseagreen;
  margin: 0 15px;
}
#news_detail .news_detail_share .fa-youtube {
  color: red;
  margin: 0 15px;
}
#news_detail .news_detail_share .text-right a {
  color: #000;
}
#news_detail .news_detail_share .text-right .news_pre {
  margin-right: 30px;
}
#news_detail .news_detail_content {
  text-align: justify;
}

.related_article .most_view {
  margin-bottom: 50px;
}

#page_not_found {
  margin: 50px 0;
}
#page_not_found h2 {
  color: #254099;
  font-weight: bold;
}
#page_not_found p {
  color: black;
}
#page_not_found .link {
  color: #fff;
  border: 1px solid #254099;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #254099), color-stop(65%, #fff));
  background: linear-gradient(to left, #254099 34%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100%;
}
#page_not_found .link:hover {
  color: #254099;
  border: 1px solid #254099;
}

#customer .customer_grid {
  text-align: center;
}
#customer .customer_grid h5 {
  color: #254099;
  font-weight: bold;
  margin: 20px 0;
}

.advisory {
  background: #f8f8f8;
  padding: 30px 0;
}
.advisory .manager_item_text p {
  text-transform: unset !important;
}
.advisory .manager_item_contact {
  text-align: left;
  border-top: 1px solid #000;
  margin: 0 20px;
  padding: 10px 0;
}
.advisory .manager_item_contact p {
  margin-bottom: 5px;
}
.advisory .manager_item_contact p:last-child {
  color: #254099;
}
.advisory .manager_item_contact svg {
  margin-right: 10px;
}

#question {
  margin: 50px 0;
}
#question .section_title {
  text-align: left;
}
#question .section_title .line {
  width: 100px;
}
#question #accordion .card {
  border-radius: 0;
  border-bottom: none;
}
#question #accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#question #accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border-bottom: none;
}
#question #accordion .card .card-header h5 button {
  text-align: left;
}
#question #accordion .card .btn-link {
  width: 100%;
}
#question #accordion .card .btn-link:hover {
  text-decoration: none;
}
#question #accordion .card .btn-link:focus {
  text-decoration: none;
}
#question #accordion .card .card-body {
  color: black;
}

#contact {
  background-image: url("../images/contact_bg.jpg");
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px 0;
  background-repeat: no-repeat;
}
#contact .section_title h2 {
  color: #fff;
}
#contact .section_title .line {
  background: #fff;
}
#contact .contact_content {
  margin: 20px 0;
}
#contact button.link {
  outline: none;
  padding: 10px 50px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, transparent), color-stop(65%, #fff));
  background: linear-gradient(to left, transparent 34%, #fff 65%);
  background-position: right bottom;
  background-size: 300% 100% !important;
}
#contact button.link:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, transparent), color-stop(65%, #fff));
  background: linear-gradient(to left, transparent 34%, #fff 65%);
  background-position: left bottom !important;
  color: #254099;
}
#contact button.link svg {
  margin-left: 5px;
}
#contact .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
#contact .support p {
  margin: 0;
}
#contact .support svg {
  margin-right: 5px;
}

#document .document_tab {
  background: #254099;
}
#document .document_tab .nav-tabs {
  border-bottom: none;
}
#document .document_tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-weight: bold;
  color: #fff;
  padding: 10px 105px;
}
#document .document_tab .nav-tabs .nav-link:hover {
  background: #fff;
  color: #254099;
}
#document .document_tab .nav-tabs .nav-link.active {
  border-color: #fff;
  color: #254099;
}
#document .document_table .table {
  text-align: center;
}
#document .document_table .table th:last-child {
  width: 10%;
}
#document .document_table .table a {
  cursor: pointer;
  color: #000;
}
#document .document_table .table svg {
  color: #254099;
}

#footer {
  background: #000;
  padding: 30px 0 0;
}

.footer_logo h1 {
  margin-bottom: 20px;
}
.footer_logo p {
  color: #fff;
}

.copyright {
  margin-top: 20px;
  background: #282828;
  padding: 20px 0;
}
.copyright p {
  margin-bottom: 0;
  color: #5f5f5f;
}

#header_menu_mb {
  display: none;
}

.search_mb {
  display: none;
}

.menu-toggle {
  position: absolute;
  z-index: 999;
  top: 50px;
}

#respMenu {
  position: relative;
  z-index: 999;
}

table {
  width: 100% !important;
}

#downApps {
  background: url("../images/bgrStore.jpg") no-repeat center;
  background-size: cover;
  background-position: center;
}
#downApps .appContent {
  text-align: center;
  padding: 100px 0px;
}
#downApps .appContent h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
#downApps .appContent p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
}
#downApps .appContent .apps {
  display: flex;
  align-items: center;
  justify-content: center;
}
#downApps .appContent .apps .appStore {
  margin: 0px 20px;
}
#downApps .appContent .apps .appAndroid {
  margin: 0px 20px;
}
#downApps .section_title {
  margin: 0px;
}

.videofile {
  width: 100%;
  height: 100%;
  background: #343434;
}

.searchInputText {
  float: right;
  margin-right: 80px;
  display: none;
}
.searchInputText #searchContent {
  border: none;
  float: left;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  width: 250px;
  position: absolute;
  top: 12%;
  right: 12%;
}

.content-search {
  margin: auto;
}

.loading-screen {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  position: fixed;
  z-index: 9999;
  display: none;
}

.lds-ring {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

#register_buynow {
  position: fixed;
  right: -42px;
  top: 20%;
  z-index: 99;
}
#register_buynow .facebook-abond a {
  margin: auto;
  font-size: 20px;
  color: #fff;
  width: 55px;
  height: 55px;
  background: #254099;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
}
#register_buynow .facebook-abond a svg {
  margin: auto;
}
#register_buynow .register-now {
  float: left;
  height: 55px;
  background: #341670;
  transform: rotate(-90deg);
  margin-top: 63px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
}
#register_buynow .register-now p {
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
#register_buynow .register {
  border-radius: 10px;
  background: #341670;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 3px;
  padding: 20px;
  text-align: center;
  position: fixed;
  width: 300px;
  right: 0;
  transform: translateX(300px);
  transition: all 0.5s;
}
#register_buynow .register span {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
#register_buynow .register #closeformRegister {
  float: right;
  color: red;
  font-weight: bold;
  cursor: pointer;
}
#register_buynow .register input.form-control {
  margin: 20px 0;
}
#register_buynow .register textarea.form-control {
  margin: 20px 0;
}
#register_buynow .register button {
  padding: 5px 30px;
  color: #fff;
  background: #e96f20;
  border: 1px solid #fff;
}

.zalo-chat-widget {
  bottom: 90px !important;
  right: 20px !important;
  z-index: 20 !important;
}

#why .why__mobile {
  display: none;
}

#why .why__pc {
  display: block;
}

#tutorial1 .tutorial__mobile {
  display: none;
}

#tutorial1 .tutorial__pc {
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  #why .why__mobile {
    display: block;
  }

  #why .why__pc {
    display: none;
  }

  #tutorial1 .tutorial__mobile {
    display: block;
  }

  #tutorial1 .tutorial__pc {
    display: none;
  }

  #news_slide .news_slide .item .news_info .news_slide_title {
    font-size: 20px;
  }

  #news_slide .news_slide .item .news_info .link {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  #page_title .page_title {
    font-size: 20px !important;
  }

  .nav-tabs .nav-item {
    margin-top: 15px;
  }

  #page_title {
    margin-top: 50px;
  }

  #header_menu {
    display: none;
  }

  #header_contact {
    display: none;
  }

  .searchIcon {
    display: none;
  }

  .menu-active {
    display: flow-root;
  }

  .whyDeskTop {
    display: none;
  }

  .bgrWhy {
    background: url("../images/5.jpg") no-repeat center;
    background-position: center;
    background-size: cover;
    height: 250px;
  }

  .btnWhy {
    bottom: 3px;
  }

  #header_menu_mb {
    display: block;
    /*padding-top: 41px;*/
  }

  .search_mb {
    display: block;
    padding-top: 41px;
    float: right !important;
  }
  .search_mb div {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: -30px;
    bottom: -56px;
    z-index: 25;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .search_mb div input {
    height: 57px;
    border-radius: 0;
  }
  .search_mb div.search_show {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .search_mb svg {
    color: #fff;
  }

  .submenu_child a {
    display: inline-block !important;
  }
  .submenu_child .sub-arrow {
    margin: 13px 20px !important;
  }

  #header_login {
    position: relative;
    display: none;
  }
  #header_login li {
    float: left;
    padding: 10px 15px;
  }

  .menu-toggle img {
    padding: 12px;
  }

  #slide .item img {
    min-height: 250px;
  }
  #slide .item .slide_caption {
    height: auto;
    padding: 15px 0;
  }
  #slide .item .slide_caption .pad15 h3 {
    font-size: 18px;
  }
  #slide .item .slide_caption .pad15 h2 {
    font-size: 24px;
  }
  #slide .item .slide_caption .pad15 p {
    font-size: 14px;
  }
  #slide #slick-next {
    right: 1%;
  }
  #slide #slick-prev {
    left: 1%;
  }

  #intro .mar0 {
    position: relative;
    /*background: #fff;*/
    box-shadow: 0px 0px 50px -30px #0943ae;
    display: flex;
    justify-content: center;
    top: -3px;
  }
  #intro .intro img {
    margin-top: 5px;
  }

  .link-barner {
    top: 60%;
    left: 20%;
  }

  #why {
    /*margin-top: 50px;*/
  }
  #why .why_grid {
    margin: 10px 0;
    max-width: 100%;
  }

  #why_choose {
    background-image: unset;
    height: 100%;
    margin: 0;
  }
  #why_choose .why_choose {
    position: unset;
    top: 0;
  }
  #why_choose .why_choose .why_choose_row_top {
    max-width: 100%;
  }
  #why_choose .why_choose .why_choose_row_top .why_choose_left iframe {
    width: 100%;
    height: 355px;
  }
  #why_choose .why_choose .why_choose_row_bot {
    max-width: 100%;
  }

  #bonds .bonds_row .bonds_grid {
    max-width: 100%;
    margin: 20px 0;
  }

  #tutorial .tutorial .tutorial_grid {
    padding: 0;
    margin: 20px 0;
  }

  #free .free_service .free_service_content {
    background: #254099;
  }

  #comment .comment #comment_slide .item .comment_content {
    max-width: 100%;
  }
  #comment .comment #comment_slide img {
    object-fit: cover;
  }

  #page_title .page_title {
    font-size: 40px;
  }
  #page_title .publish_at {
    display: none;
  }

  #company .company_intro .company_name {
    font-size: 25px;
  }
  #company .mobilized_content {
    max-width: 80%;
  }

  #manager .manager_item {
    margin: 20px 0;
    max-width: 100%;
  }

  #value .intro {
    margin: 20px 0;
  }

  #activity #slick-prev {
    left: 2%;
    top: 30%;
    font-size: 30px;
  }
  #activity #slick-next {
    right: 2%;
    top: 30%;
    font-size: 30px;
  }

  #enterprise .enterprise_row {
    padding: 25px 0;
    border-bottom: none;
    margin: 0;
  }
  #enterprise .enterprise_row .enterprise_info .link {
    margin: 0 0 20px;
  }

  #page_bonds .aside {
    padding: 0;
  }
  #page_bonds .main_content {
    padding: 0;
  }
  #page_bonds .main_content .bonds_intro .bonds_name {
    font-size: 35px;
  }
  #page_bonds .main_content .example {
    padding: 30px 15px;
  }
  #page_bonds .main_content .bonds_how {
    padding: 30px 15px;
  }

  #news .col-lg-8 {
    padding: 0;
  }
  #news .news_article {
    margin: 10px 0;
    max-width: 100%;
  }

  .most_view h5 {
    color: black;
  }
  .most_view .most_view_list .most_article .most_view_title {
    font-size: 20px;
    margin: 10px 0;
  }

  #news_slide {
    padding-left: 25px;
  }
  #news_slide .news_slide .item .news_info {
    height: 407px;
    position: unset;
    padding: 15px;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #254099), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right, #254099 100%, rgba(255, 255, 255, 0.5));
  }
  #news_slide .news_slide #slick-prev {
    color: #fff;
    right: 15%;
  }
  #news_slide .news_slide #slick-next {
    color: #fff;
  }

  .redirect {
    margin-bottom: 25px;
  }

  #news_detail .news_detail_share {
    margin: 25px 0;
  }
  #news_detail .news_detail_share .fa-facebook-f {
    margin: 0 10px;
  }
  #news_detail .news_detail_share .fa-youtube {
    margin: 0 10px;
  }
  #news_detail .news_detail_share .fa-twitter {
    margin: 0 10px;
  }
  #news_detail .news_detail_share .text-right .news_pre {
    margin-right: 10px;
  }

  #customer .customer_grid {
    margin: 20px 0;
  }

  #question {
    margin: 0 0 50px;
  }

  #contact {
    height: 100%;
    padding: 10px 0;
    background-position: center;
    background-size: cover;
  }
  #contact #form_contact .form-control {
    margin-bottom: 15px;
  }
  #contact .support {
    display: none;
  }
  #contact .support p {
    margin: 10px 0;
  }

  #document .document_tab .container {
    padding: 0;
  }
  #document .document_tab .container .nav-tabs li {
    width: 100%;
    text-align: center;
  }
  #document .document_tab .container .nav-tabs li .nav-link {
    padding: 10px 0;
  }
  #document .document_table .table th:last-child {
    width: 18%;
  }

  #partner .item {
    margin: 0 10px;
  }

  .ace-responsive-menu > li {
    padding: 0 15px;
  }
  .ace-responsive-menu > li > ul.sub-menu {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header_menu {
    display: none;
  }

  #header_contact {
    display: none;
  }

  .searchIcon {
    display: none;
  }

  .menu-active {
    display: flow-root;
  }

  #header_menu_mb {
    display: block;
    padding-top: 41px;
  }

  .search_mb {
    display: block;
    padding-top: 41px;
    float: right !important;
  }
  .search_mb div {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: -30px;
    bottom: -56px;
    z-index: 25;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .search_mb div input {
    height: 57px;
    border-radius: 0;
  }
  .search_mb div.search_show {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .search_mb svg {
    color: #fff;
  }

  .submenu_child a {
    display: inline-block !important;
  }
  .submenu_child .sub-arrow {
    margin: 13px 20px !important;
  }

  #header_login {
    position: relative;
  }
  #header_login li {
    float: left;
    padding: 10px 15px;
  }

  .menu-toggle img {
    padding: 12px;
  }

  #slide .item img {
    min-height: 250px;
  }
  #slide .item .slide_caption {
    height: auto;
    padding: 15px 0;
  }
  #slide .item .slide_caption .pad15 h3 {
    font-size: 36px;
  }
  #slide .item .slide_caption .pad15 h2 {
    font-size: 48px;
  }
  #slide .item .slide_caption .pad15 p {
    font-size: 16px;
  }
  #slide #slick-next {
    right: 2%;
  }
  #slide #slick-prev {
    left: 2%;
  }

  #intro .intro img {
    margin-top: 5px;
  }
  #intro .mar0 {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 50px -30px #0943ae;
    display: flex;
    justify-content: center;
    top: -3px;
  }

  .link-barner {
    top: 60%;
    left: 20%;
  }

  #why {
    margin-top: 50px;
  }
  #why .why_grid {
    margin: 10px 0;
    max-width: 20%;
  }

  #why_choose {
    background-image: unset;
    height: 100%;
    margin: 0;
  }
  #why_choose .why_choose {
    position: unset;
    top: 0;
  }
  #why_choose .why_choose .why_choose_row_top {
    max-width: 100%;
  }
  #why_choose .why_choose .why_choose_row_bot {
    max-width: 100%;
  }

  #bonds .bonds_row .bonds_grid {
    max-width: 47%;
    margin: 20px 10px;
  }
  #bonds .bonds_row .bonds_grid .bonds_grid_img .readmore {
    left: 23%;
  }

  #tutorial .tutorial .tutorial_grid {
    padding: 0;
    margin: 20px 0;
  }

  #free .free_service .free_service_content {
    background: #254099;
  }

  #comment .comment #comment_slide .item .comment_content {
    max-width: 80%;
  }

  #page_title .page_title {
    font-size: 40px;
  }
  #page_title .publish_at {
    display: none;
  }

  #company .company_intro .company_name {
    font-size: 25px;
  }
  #company .mobilized_content {
    max-width: 80%;
  }

  #manager .manager_item {
    margin: 20px 10px;
    max-width: 47%;
  }

  #value .intro {
    margin: 20px 0;
  }

  #activity #slick-prev {
    left: 4%;
    top: 40%;
    font-size: 30px;
  }
  #activity #slick-next {
    right: 4%;
    top: 40%;
    font-size: 30px;
  }

  #enterprise .enterprise_row {
    padding: 25px 0;
    border-bottom: none;
    margin: 0;
  }
  #enterprise .enterprise_row .enterprise_info .link {
    margin: 0 0 20px;
  }
  #enterprise .enterprise_row .enterprise_img img {
    width: 100%;
  }

  #page_bonds .aside {
    padding: 0;
  }
  #page_bonds .main_content .bonds_intro .bonds_name {
    font-size: 35px;
  }
  #page_bonds .main_content .example {
    padding: 30px 15px;
  }
  #page_bonds .main_content .bonds_how {
    padding: 30px 15px;
  }

  #news .col-lg-8 {
    padding: 0;
  }

  .most_view .most_view_list .most_article .most_view_title {
    font-size: 20px;
    margin: 10px 0;
  }

  #news_slide .news_slide .item .news_info {
    height: 407px;
    padding: 15px;
  }
  #news_slide .news_slide .item .news_info .news_slide_title {
    font-size: 30px;
  }

  #partner .item {
    margin: 0 10px;
  }

  .redirect {
    margin-bottom: 25px;
  }

  #news_detail .news_detail_share {
    margin: 25px 0;
  }
  #news_detail .news_detail_share .fa-facebook-f {
    margin: 0 10px;
  }
  #news_detail .news_detail_share .fa-youtube {
    margin: 0 10px;
  }
  #news_detail .news_detail_share .fa-twitter {
    margin: 0 10px;
  }
  #news_detail .news_detail_share .text-right .news_pre {
    margin-right: 10px;
  }

  #customer .customer_grid {
    margin: 20px 0;
  }
  #customer .customer_grid h5 {
    font-size: 17px;
  }

  #question {
    margin: 0 0 50px;
  }

  #contact {
    height: 100%;
    padding: 10px 0;
    background-position: center;
    background-size: cover;
  }
  #contact #form_contact .form-control {
    margin-bottom: 15px;
  }
  #contact .support p {
    margin: 10px 0;
    font-size: 13px;
  }

  #document .document_tab .container {
    padding: 0;
  }
  #document .document_tab .container .nav-tabs li {
    text-align: center;
  }
  #document .document_tab .container .nav-tabs li .nav-link {
    padding: 10px 40px;
  }

  .ace-responsive-menu > li {
    padding: 0 35px;
  }
  .ace-responsive-menu > li > ul.sub-menu {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1920px) {
  #why_choose {
    height: 1170px;
  }
  #why_choose .why_choose .why_choose_row_bot .why_choose_left ul li {
    font-size: 16px;
    margin: 20px 0;
  }
  #why_choose .why_choose .why_choose_row_top .why_choose_right p {
    font-size: 16px;
  }

  #free .free_service .free_service_content {
    padding: 50px 20px;
  }

  #mobilized .mobilized_content {
    max-width: 100%;
  }

  #page_title .publish_at {
    margin-top: 100px;
    bottom: unset;
  }
}
@media only screen and (max-width: 768px) {
  #news_slide {
    padding-left: 0;
  }

  #slide-mobile {
    display: block;
    margin-top: 50px;
  }

  #slide {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #slide-mobile {
    display: none;
  }

  #slide {
    display: block;
  }

  .fb_dialog_content iframe {
    bottom: 100px;
  }
}
