@font-face {
  font-family: 'OpenSans';
  src: url("/fonts/Open_Sans/OpenSans-Regular.ttf");
  src: url("/fonts/Open_Sans/OpenSans-Bold.ttf");
  src: url("/fonts/Open_Sans/OpenSans-Light.ttf"); }

@font-face {
  font-family: 'Cabin';
  src: url("/fonts/Cabin/Cabin-Bold.ttf"); }

@font-face {
  font-family: 'Cabin-Regular';
  src: url("/fonts/Cabin/Cabin-Regular.ttf"); }

@font-face {
  font-family: 'Inter';
  src: url("/public/fonts/Inter/Inter.ttf"); }

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1; }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0; } }

* {
  padding: 0;
  margin: 0;
  font-family: 'Cabin-Regular';
  font-size: 16px; }

p {
  user-select: none;
  font-size: 16px; }

a {
  cursor: pointer; }

.loading_img {
  width: 100%; }

strong {
  font-weight: bold;
  color: #000;
  font-family: 'Cabin'; }

p strong {
  font-size: 18px; }

h1, h2, h3, h4 {
  font-family: 'Cabin'; }

img {
  max-width: 100%; }

:focus {
  background: none;
  border: none;
  outline: none; }

.pre_space {
  white-space: pre-wrap; }

.login-form {
  width: 250px; }
  .login-form .login-item {
    display: block;
    margin: 0 0 15px 0; }

.slider_quytrinh .carousel .slide {
  background: #FFF; }
  .slider_quytrinh .carousel .slide img {
    height: 150px; }

.slider_quytrinh .item_sliders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  text-align: center; }
  .slider_quytrinh .item_sliders .item_slider {
    cursor: pointer; }
    .slider_quytrinh .item_sliders .item_slider a {
      display: block; }
  .slider_quytrinh .item_sliders.full {
    display: block; }

.slider_quytrinh .thumbs-wrapper {
  display: none; }

.inner_wrap {
  max-width: 1170px;
  margin: 16px auto;
  min-height: 420px; }

#components-layout-demo-custom-trigger .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s; }

.ant-modal-title {
  color: #005EAC;
  font-size: 24px;
  font-weight: bold; }

#components-layout-demo-custom-trigger .trigger:hover {
  color: #1890ff; }

#components-layout-demo-custom-trigger .logo {
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  margin: 16px; }

.site-layout .site-layout-background {
  background: #f3f3fb; }

img {
  margin: 0; }

.bkad_main_menu.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: #35395e;
  width: 100%; }

.bkad_main_menu.ant-menu-inline .ant-menu-item::after {
  content: unset; }

.bkad_main_menu.ant-menu::after {
  content: unset; }

.bkad_main_menu.ant-menu-inline {
  border: none; }

.bkad_main_menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.bkad_main_menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  background: #8d98af; }

.bkad_main_menu.ant-menu-inline .ant-menu-item,
.bkad_main_menu.ant-menu-inline .ant-menu-submenu-title {
  width: 100%; }

.bkad_main_menu .ant-menu-submenu > .ant-menu {
  background: none;
  color: #8d98af;
  font-size: 18px; }

.bkad_main_menu svg {
  font-size: 18px; }

.bkad_left_sidebar {
  background: #3b3e67;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.25); }
  .bkad_left_sidebar .bkad_main_menu {
    color: #8d98af;
    background: #3b3e67;
    font-size: 18px;
    border-top: 1px solid #8d98af;
    padding: 27px 0 0 0; }

.bkad_wrap .ant-menu-inline .ant-menu-item {
  margin: 0; }

.bkad_wrap .bkad_left_sidebar {
  padding: 68px 0 0 0; }

.bkad_wrap .logo {
  position: absolute;
  left: 54px;
  top: 15px; }

.bkad_header_box .box_right {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  background: #fff;
  height: 68px;
  padding: 0 20px; }
  .bkad_header_box .box_right .bk_userbox {
    justify-self: right; }
  .bkad_header_box .box_right .ant-input-affix-wrapper {
    max-width: 396px;
    background: #f9faff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    height: 40px;
    margin: 0 0 0 20px; }
    .bkad_header_box .box_right .ant-input-affix-wrapper input {
      background: #f9faff; }
  .bkad_header_box .box_right .bk_userbox {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    align-items: center; }
    .bkad_header_box .box_right .bk_userbox svg {
      font-size: 18px;
      cursor: pointer; }

.ant-layout2 {
  overflow: hidden; }

.main_app .ant-layout-content {
  background: #FFF; }

.main_app .has_border_left {
  color: #F4811F;
  background: url("/images/symbol_title.svg") no-repeat center left;
  padding: 0 0 0 40px;
  text-align: left; }

.bkad_main_content {
  background: #f3f3fb; }
  .bkad_main_content h1 {
    color: #008bc7;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin: 0; }
  .bkad_main_content .ant-breadcrumb {
    margin: 0; }
  .bkad_main_content .box_slider {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 5px 15px 10px 15px;
    margin: 20px 0 0 0; }
    .bkad_main_content .box_slider .rec-pagination {
      display: none; }
    .bkad_main_content .box_slider h2 {
      color: #555555;
      font-size: 18px;
      font-weight: bold;
      line-height: 21px; }
    .bkad_main_content .box_slider .slide_item {
      background: #f3f3fb;
      border-radius: 8px;
      padding: 20px 50px;
      text-align: center;
      cursor: pointer;
      font-size: 18px;
      margin: 15px 0 0 0; }
      .bkad_main_content .box_slider .slide_item span {
        display: block; }
    .bkad_main_content .box_slider .slide_item:hover,
    .bkad_main_content .box_slider .slide_item.active {
      background: #008bc7;
      border-radius: 8px;
      color: #ffffff; }
      .bkad_main_content .box_slider .slide_item:hover svg path,
      .bkad_main_content .box_slider .slide_item.active svg path {
        fill: #fff; }
  .bkad_main_content .InterfaceList .top_box {
    display: grid;
    grid-template-columns: auto 260px 30px;
    align-items: center;
    padding: 12px 0; }
  .bkad_main_content .InterfaceList .search_box {
    width: 245px;
    border: 1px solid #008bc7;
    box-sizing: border-box;
    border-radius: 8px;
    height: 35px; }

.bkad_table {
  font-size: 16px; }
  .bkad_table .table_header {
    display: grid;
    grid-gap: 22px;
    color: #3b3e67;
    background: #f5f4f9;
    border-radius: 10px 10px 0px 0px;
    height: 35px;
    align-items: center;
    padding: 0 25px; }
    .bkad_table .table_header.has4items {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .bkad_table .table_header .item_row {
      position: relative; }
    .bkad_table .table_header .sort_by {
      position: absolute;
      right: 0;
      top: 0;
      display: grid;
      grid-template-rows: 10px 10px;
      cursor: pointer; }
  .bkad_table .table_body .item_row {
    padding: 0 25px;
    display: grid;
    min-height: 40px;
    align-items: center;
    grid-gap: 22px; }
    .bkad_table .table_body .item_row:nth-child(2n) {
      background: #f9faff; }
  .bkad_table .table_body.has4items .item_row {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .bkad_table .bk_actions {
    display: grid;
    grid-template-columns: 50px 30px 30px;
    grid-gap: 15px;
    align-items: center;
    justify-items: center; }
    .bkad_table .bk_actions * {
      cursor: pointer; }
    .bkad_table .bk_actions svg {
      font-size: 24px; }

.box_shadow {
  box-shadow: 2px 7px 15px #a8c2f1; }
  .box_shadow:hover {
    box-shadow: 2px 10px 15px #555; }

.field_adv {
  text-align: center;
  color: #008bc7;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #008bc7;
  cursor: pointer;
  margin: 0 0 30px 0; }

.bk_modal_form .bt_button {
  height: 40px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #008bc7; }
  .bk_modal_form .bt_button span {
    padding: 0 0 0 10px;
    font-size: 16px; }

.bk_modal_form .bt_delete {
  background: #df5656; }

.bk_modal_form .bt_cancel {
  background: #fff;
  border: 1px solid #008bc7; }
  .bk_modal_form .bt_cancel span {
    color: #008bc7; }

.top_kyquy {
  position: relative; }
  .top_kyquy .quick_change_mode {
    text-align: right;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0; }
    .top_kyquy .quick_change_mode span {
      padding: 0;
      cursor: pointer;
      line-height: 38px; }
      .top_kyquy .quick_change_mode span:hover, .top_kyquy .quick_change_mode span.active {
        color: #FFF; }
  .top_kyquy .img_big_featured {
    max-width: 100%; }

.sidebar_right h1 {
  position: relative;
  margin: 0 0 15px 0; }
  .sidebar_right h1::before {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    background: #F4811F;
    bottom: 0; }

.blog_link {
  text-transform: uppercase; }
  .blog_link.level2 {
    padding: 0 0 0 16px; }

.ant-layout-header.page_header {
  background: #FFF;
  height: 120px;
  padding: 0;
  z-index: 1000; }

.logo {
  height: 55px;
  width: auto; }

.top_header {
  height: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 1170px;
  margin: 0 auto;
  align-items: center; }
  .top_header .box_hotline {
    display: grid;
    grid-template-rows: 40px auto; }
    .top_header .box_hotline h2 {
      border-radius: 20px;
      background: #F4811F;
      color: #FFF;
      align-self: center;
      justify-self: left; }
      .top_header .box_hotline h2 a {
        color: #FFF; }
  .top_header h2 {
    line-height: 20px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px; }
  .top_header b {
    display: block;
    line-height: 30px;
    font-size: 16px; }
  .top_header .social_box {
    line-height: 15px;
    display: grid;
    grid-template-columns: 180px 37px 32px;
    align-items: center; }
    .top_header .social_box a {
      margin: 0 15px 0 0; }
    .top_header .social_box svg {
      fill: #4267B2;
      font-size: 20px; }
    .top_header .social_box .anticon-youtube svg {
      fill: red; }

.main_menu {
  background: #005EAC;
  line-height: 40px; }
  .main_menu.fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; }
  .main_menu a {
    color: #FFF; }
  .main_menu ul {
    margin: 0;
    list-style: none;
    text-align: center; }
    .main_menu ul li {
      display: inline-block;
      margin: 0px 5px;
      line-height: 32px;
      font-size: 14px;
      text-transform: uppercase;
      padding: 0 20px;
      position: relative; }
      .main_menu ul li .sub_menu {
        display: none;
        position: absolute;
        top: 36px;
        left: 0;
        width: 280px;
        padding: 7px 0 0 10px;
        text-align: left;
        background: #005EAC; }
        .main_menu ul li .sub_menu li {
          padding: 0;
          width: 100%;
          margin: 0;
          border-bottom: 4px solid transparent; }
      .main_menu ul li:hover .sub_menu {
        display: block; }
    .main_menu ul li.active,
    .main_menu ul li:hover {
      border-bottom: 4px solid #F4811F; }

.ans_big_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  align-items: center;
  padding: 0;
  margin: 25px auto;
  max-width: 1170px; }
  .ans_big_menu .item {
    text-align: center;
    padding: 20px;
    border: 1px solid #005EAC;
    color: #005EAC;
    justify-items: center;
    display: inline-grid;
    grid-template-columns: auto auto;
    vertical-align: middle;
    align-items: center;
    grid-gap: 15px;
    justify-items: left;
    cursor: pointer; }
    .ans_big_menu .item svg {
      justify-self: right; }
    .ans_big_menu .item b {
      max-width: 90px;
      line-height: 20px; }
  .ans_big_menu .item:hover {
    background: #005EAC;
    color: #F4811F; }

.api_investing {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw; }
  .api_investing iframe {
    border: none;
    margin: -48px 0 0 0; }

.main_top_actions {
  text-align: center;
  justify-self: right;
  display: inline-grid;
  align-items: center; }
  .main_top_actions .actions {
    display: inline-grid;
    grid-template-columns: auto auto; }
    .main_top_actions .actions button {
      height: 32px;
      margin: 0 5px;
      background: #005EAC;
      font-size: 16px;
      border: none;
      border-radius: 20px; }
    .main_top_actions .actions .bt_real {
      background: #F4811F; }

.box_logo {
  display: grid;
  grid-template-columns: 180px 151px;
  align-self: center;
  justify-self: center; }
  .box_logo .logo {
    margin: 0 auto; }
  .box_logo img {
    height: 50px; }

.main_slider .control-dots li.dot {
  width: 100px;
  border-radius: 2px;
  height: 6px; }

.main_slider .thumbs-wrapper {
  display: none; }

.main_content {
  margin: 0 auto;
  max-width: 1170px;
  display: grid;
  grid-template-columns: 350px 1fr 1fr;
  grid-gap: 25px; }
  .main_content .price_api h2 {
    background: #005EAC;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    margin: 0; }
  .main_content .price_api iframe {
    height: 470px;
    border: 1px solid #005EAC;
    padding: 0; }
  .main_content .main_video {
    grid-column-start: 2;
    grid-column-end: 4; }

.news_wrap {
  max-width: 1170px;
  margin: 25px auto;
  background: url(/images/break_line.svg) no-repeat top center;
  padding: 30px 0 0 0; }
  .news_wrap h2 {
    font-size: 26px;
    color: #005EAC;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    cursor: pointer; }
  .news_wrap .news_block h3 {
    padding: 15px 0;
    font-weight: bold;
    margin: 0; }
  .news_wrap .news_block .list_news .post_item_wrap {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px; }
    .news_wrap .news_block .list_news .post_item_wrap .post_item {
      border-radius: 5px; }
      .news_wrap .news_block .list_news .post_item_wrap .post_item .img_left img {
        border-radius: 5px 5px 0 0; }
      .news_wrap .news_block .list_news .post_item_wrap .post_item .new_info {
        padding: 0 10px; }
  .news_wrap .news_block .list_news .post_item h3 {
    padding: 10px 0;
    cursor: pointer;
    overflow: hidden;
    height: 90px;
    text-overflow: ellipsis; }
  .news_wrap .news_block .list_news .post_item .img_left {
    padding: 0 0 15px 0; }
    .news_wrap .news_block .list_news .post_item .img_left img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      cursor: pointer; }
  .news_wrap .news_block .list_news .post_item .date_field {
    color: #F4811F; }
  .news_wrap .news_block .list_news .post_item .sub_title {
    position: relative; }
    .news_wrap .news_block .list_news .post_item .sub_title .read_more_link {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 30px;
      width: 100%;
      cursor: pointer; }
  .news_wrap .news_3blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    margin: 25px 0 0 0; }
    .news_wrap .news_3blocks h3 {
      padding: 15px 0;
      font-weight: bold; }
    .news_wrap .news_3blocks .img_block img {
      width: 100%; }

.item.box_contact {
  position: relative; }
  .item.box_contact h2 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF; }
    .item.box_contact h2 svg {
      vertical-align: -3px;
      margin: 0 10px 0 0; }
  .item.box_contact button {
    background: #F4811F;
    color: #FFF;
    height: 40px;
    width: 150px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    justify-self: right; }
  .item.box_contact textarea.ant-input {
    background: none;
    color: #FFF; }
  .item.box_contact label {
    font-size: 22px; }
  .item.box_contact input {
    background: none;
    border: 1px solid #BFBFBF;
    line-height: 30px;
    color: #FFF; }
  .item.box_contact.popup_box input,
  .item.box_contact.popup_box textarea.ant-input {
    color: #35395e; }
  .item.box_contact .form_item {
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: auto 300px;
    text-align: right;
    align-items: center;
    grid-gap: 30px; }
  .item.box_contact .inner_wrap {
    min-height: 280px;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 3;
    margin: 0 auto; }

.logout.ant-btn {
  position: fixed;
  left: 10px;
  top: 120px;
  padding: 0;
  border-radius: 100%; }
  .logout.ant-btn span {
    border: none;
    margin: 0;
    line-height: 32px;
    height: 32px;
    display: block;
    top: 0;
    padding: 0;
    transition: none; }

.top_kyquy span {
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 34px;
  width: 34px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer; }
  .top_kyquy span:hover, .top_kyquy span.active {
    color: #FFF;
    background: #005EAC;
    text-transform: uppercase; }

.top_kyquy .not-login button {
  margin: 0 10px 0 0; }

.top_kyquy .not-login span {
  width: auto;
  border: none;
  height: auto;
  line-height: normal;
  margin: 0; }
  .top_kyquy .not-login span:hover {
    background: none;
    text-transform: none;
    color: #000; }

.list_all_wrap {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #CCC; }
  .list_all_wrap .item_letter h3 {
    font-size: 60px;
    line-height: 60px;
    color: #005EAC;
    margin: 10px 0 15px 0; }
  .list_all_wrap .item_letter h4 {
    font-size: 20px; }
  .list_all_wrap .item_letter.hide_item {
    display: none; }

.box_contact_home {
  min-height: 300px;
  background: url("/images/hotrotructuyen.jpg") repeat-x center center;
  color: #FFF; }

.top_knowledge {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  margin: 25px 0; }
  .top_knowledge .item {
    position: relative;
    text-align: center; }
    .top_knowledge .item::after {
      content: "";
      background: #222;
      opacity: 0.4;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .top_knowledge .item h2 {
      position: absolute;
      top: 48%;
      color: #FFF;
      width: 100%;
      cursor: pointer;
      z-index: 9; }
    .top_knowledge .item img {
      width: 100%;
      height: 250px;
      object-fit: fill; }

.box_support_online {
  display: grid;
  grid-template-columns: calc(50% - 50px) 1px calc(50% - 50px);
  grid-gap: 50px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 70px 0 0 0; }
  .box_support_online img {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    object-fit: cover; }
  .box_support_online .border_gradient {
    width: 1px;
    height: 100%;
    display: block;
    background-image: linear-gradient(to bottom, #005eac, #8b56b1, #d44893, #f9545f, #f4811f); }
  .box_support_online h3 {
    padding: 20px 0;
    margin: 0; }
  .box_support_online .item.box_contact {
    background: #005EAC;
    color: #FFF; }
    .box_support_online .item.box_contact h2 {
      color: #FFF; }
    .box_support_online .item.box_contact button {
      background: #F4811F;
      color: #FFF;
      height: 50px;
      width: 150px;
      font-size: 20px; }
    .box_support_online .item.box_contact textarea.ant-input {
      background: none; }
    .box_support_online .item.box_contact label {
      font-size: 20px; }
    .box_support_online .item.box_contact input {
      background: none;
      border: 1px solid #BFBFBF;
      line-height: 50px; }
    .box_support_online .item.box_contact .form_item {
      margin: 0 0 30px 0; }
  .box_support_online .block_quytrinh_daotao {
    padding: 10px 15px;
    border-radius: 5px; }

.box_footer {
  background: url("/images/bg-footer.jpg") repeat-x center center; }
  .box_footer .main_footer {
    display: grid;
    grid-template-columns: 300px auto 210px;
    max-width: 1170px;
    margin: 25px auto;
    grid-gap: 30px;
    color: #FFF; }
    .box_footer .main_footer a {
      color: #FFF; }
    .box_footer .main_footer .site_info .box_top {
      text-align: center; }
      .box_footer .main_footer .site_info .box_top h2 {
        color: #F4811F;
        font-size: 18px;
        margin: 0; }
      .box_footer .main_footer .site_info .box_top b {
        color: #FFF; }
    .box_footer .main_footer .site_info .box_bottom {
      display: grid;
      grid-template-columns: auto;
      grid-gap: 20px; }
      .box_footer .main_footer .site_info .box_bottom .box_left .pre_space {
        padding: 0 0 10px 0;
        align-items: center;
        display: grid;
        grid-template-columns: 30px auto; }
    .box_footer .main_footer .footer_right .item_partner {
      background: #FFF;
      width: 100%;
      text-align: center;
      margin: 20px 0 0 0; }
      .box_footer .main_footer .footer_right .item_partner img {
        height: 60px; }
      .box_footer .main_footer .footer_right .item_partner svg {
        height: 60px;
        margin: 0;
        padding: 7px 0;
        display: block; }
    .box_footer .main_footer .map_bottom iframe {
      border: none; }
  .box_footer .phone_call {
    position: fixed;
    bottom: 25px;
    right: 25px; }
    .box_footer .phone_call a {
      display: block;
      margin: 15px 0 0 0;
      background: #FFF;
      padding: 10px;
      border-radius: 100%;
      position: relative; }
      .box_footer .phone_call a::before {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 16px solid orange;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: ring 1.5s infinite; }

.box_why_choose_us {
  height: 350px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .box_why_choose_us img {
    width: 100%; }
  .box_why_choose_us::before {
    background: #222;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  .box_why_choose_us .infos {
    position: absolute;
    z-index: 20;
    left: calc(50% - 250px);
    top: 50px;
    color: #f7f4f4;
    font-size: 25px; }
    .box_why_choose_us .infos div {
      font-size: 20px;
      text-align: center; }
    .box_why_choose_us .infos h2 {
      color: #f7f4f4;
      padding: 0 0 30px 0;
      font-size: 30px; }

.form_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding: 0 90px; }

.pagenav_per_post {
  text-align: center; }
  .pagenav_per_post .page_item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #CCC;
    border-radius: 100%;
    margin: 0 5px;
    line-height: 30px;
    cursor: pointer; }
    .pagenav_per_post .page_item.active {
      color: #FFF;
      background: #005EAC; }

.ds_kk_post {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px; }
  .ds_kk_post .post_blog {
    position: relative;
    align-items: center; }
    .ds_kk_post .post_blog img {
      width: 100%; }
    .ds_kk_post .post_blog h3 {
      position: absolute;
      bottom: 0;
      background: #000;
      opacity: 0.66;
      width: 100%;
      color: #FFF;
      text-align: center;
      margin: 0;
      padding: 10px 0; }

.blog_wrap a {
  cursor: pointer; }

.blog_wrap .blog_header {
  height: 300px;
  position: relative;
  overflow: hidden; }
  .blog_wrap .blog_header img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .blog_wrap .blog_header .inner_wrap {
    min-height: unset;
    margin: 0 auto; }
  .blog_wrap .blog_header h1 {
    position: absolute;
    bottom: 0;
    font-size: 30px;
    color: #FFF; }
  .blog_wrap .blog_header.bg_images {
    background: none;
    overflow: hidden; }
    .blog_wrap .blog_header.bg_images img {
      width: 100%;
      object-fit: cover; }

.blog_wrap .content_post h2 {
  padding: 25px 0 0 0;
  font-size: 24px; }

.blog_wrap .content_post .img_big_featured,
.blog_wrap .content_post .blog_date {
  display: block;
  padding: 0 0 15px 0;
  max-width: 100%; }

.blog_wrap .content_post .img_big_featured {
  display: none; }

.blog_wrap .wp-block-table td, .blog_wrap .wp-block-table th {
  padding: 0.5em;
  line-height: 1.4;
  border: 1px solid #dcd7ca; }

.blog_wrap .wp-block-table .has-text-align-center {
  text-align: center; }

.new_box_news {
  display: grid;
  grid-template-columns: auto 1px 250px;
  grid-gap: 20px; }
  .new_box_news .gradient_border {
    width: 1px;
    height: 100%; }
  .new_box_news .content_post {
    padding: 0 20px 0 0;
    border-right: 1px solid #555; }
  .new_box_news .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    padding: 0; }
    .new_box_news .blog_list h1 {
      grid-column-end: 5;
      grid-column-start: 1; }
    .new_box_news .blog_list .content_meta {
      padding: 15px 0 0 0;
      cursor: pointer; }
    .new_box_news .blog_list .title_post {
      padding: 15px 0;
      font-size: 20px; }
    .new_box_news .blog_list img {
      max-width: 100%;
      height: 200px;
      object-fit: cover;
      cursor: pointer; }
    .new_box_news .blog_list .box_shadow {
      border-radius: 5px;
      padding: 10px;
      text-align: center; }
    .new_box_news .blog_list.list_mode {
      display: block; }
      .new_box_news .blog_list.list_mode h1 {
        padding: 0 0 30px 0; }
      .new_box_news .blog_list.list_mode .content_info {
        display: grid;
        grid-template-columns: 300px auto;
        grid-gap: 20px;
        margin: 0 0 20px 0; }
        .new_box_news .blog_list.list_mode .content_info img {
          width: 100%;
          object-fit: cover; }
        .new_box_news .blog_list.list_mode .content_info .blog_info {
          text-align: left; }
          .new_box_news .blog_list.list_mode .content_info .blog_info .content_meta {
            color: #F4811F; }
  .new_box_news .quick_link a {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Cabin';
    border-bottom: 1px solid #CCC; }

.bg_top {
  width: 100%;
  height: 220px;
  position: relative; }
  .bg_top img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .bg_top h1 {
    width: 1170px;
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: calc(50% - 585px);
    font-size: 30px;
    text-shadow: 5px 3px 10px #000; }

.post_content *,
.content_post * {
  font-size: 18px; }

.post_content h3,
.content_post h3 {
  font-size: 20px; }

.post_content ul,
.content_post ul {
  margin: 0 0 10px 20px; }

.quick_menu.anticon {
  display: none; }

@media only screen and (max-width: 768px) {
  .quick_menu.anticon {
    display: block;
    position: fixed;
    left: 15px;
    top: 25px;
    z-index: 9; }
    .quick_menu.anticon svg {
      font-size: 20px; }
  .ant-tabs.ant-tabs-mobile {
    width: 1200px;
    overflow: scroll;
    background: #f0f2f5; }
  .main_menu,
  .sidebar_right {
    display: none; }
  .title_post {
    font-size: 18px; }
  .post_content p {
    font-size: 16px; }
  .post_content h3 {
    font-size: 18px; }
  .new_box_news .content_post {
    padding: 0 16px; }
    .new_box_news .content_post img {
      width: 100%;
      height: auto;
      margin: 0 0 16px 0; }
  .main_video_iframe {
    height: auto; }
  .blog_wrap {
    padding: 0 16px; }
  .new_box_news {
    display: block; }
    .new_box_news .blog_list {
      display: block; }
    .new_box_news .blog_list.list_mode .content_info {
      display: block; }
    .new_box_news .blog_list.list_mode h1 {
      padding: 0 0 30px 15px; }
  .ant-layout.main_app {
    overflow: hidden; }
    .ant-layout.main_app .ant-layout-header.page_header {
      height: auto; }
    .ant-layout.main_app .top_header {
      grid-template-columns: auto;
      height: auto; }
      .ant-layout.main_app .top_header .box_hotline,
      .ant-layout.main_app .top_header .main_top_actions {
        display: none; }
    .ant-layout.main_app .ans_big_menu {
      grid-template-columns: 1fr 1fr;
      padding: 0 20px;
      grid-gap: 15px; }
      .ant-layout.main_app .ans_big_menu .item {
        padding: 10px;
        border-radius: 5px; }
    .ant-layout.main_app .main_content {
      display: block; }
      .ant-layout.main_app .main_content .price_api iframe {
        height: 670px;
        border: 1px solid #005EAC;
        padding: 0;
        margin: 0 0 20px 0; }
      .ant-layout.main_app .main_content .main_video {
        padding: 0 20px; }
    .ant-layout.main_app .kk_giao_dich .ds_kk_post {
      display: block; }
      .ant-layout.main_app .kk_giao_dich .ds_kk_post .post_blog {
        margin: 0 0 15px 0; }
    .ant-layout.main_app .box_footer {
      background: url("/images/bg-footer.jpg") repeat top center; }
  .top_header .social_box a {
    margin: 0 auto; }
  .main_slider {
    display: none; }
  .news_wrap {
    padding: 40px 16px 0; }
    .news_wrap .news_3blocks {
      display: block; }
    .news_wrap .news_block {
      overflow: hidden;
      display: block; }
      .news_wrap .news_block .main_news {
        padding: 0 0 20px 0; }
      .news_wrap .news_block .box_img {
        height: 200px;
        width: auto;
        overflow: hidden; }
        .news_wrap .news_block .box_img img {
          object-fit: contain; }
      .news_wrap .news_block .list_news .post_item_wrap {
        display: block; }
        .news_wrap .news_block .list_news .post_item_wrap .post_item {
          margin: 0 0 30px 0;
          border: 1px solid #CCC; }
      .news_wrap .news_block .list_news li {
        display: block;
        padding: 0 0 15px 0; }
    .news_wrap h2 {
      font-size: 22px;
      cursor: pointer; }
  .box_support_online {
    display: block; }
  .form_wrap,
  .item.box_contact .form_item {
    display: block;
    text-align: left;
    padding: 0 20px; }
  .item.box_contact .form_item {
    margin: 0 0 10px 0; }
  .box_contact_home {
    min-height: 300px;
    background: url("/images/hotrotructuyen.jpg") repeat top center;
    color: #FFF;
    padding: 0 0 20px 0; }
  .box_why_choose_us .infos {
    top: 30px;
    font-size: 20px;
    left: 20px;
    width: calc(100% - 40px); }
    .box_why_choose_us .infos h2 {
      color: #F4811F;
      font-size: 22px;
      font-weight: bold; }
  .box_footer {
    background: url(/images/bg-footer.jpg) repeat top center; }
    .box_footer .main_footer {
      display: block;
      padding: 0 20px; }
      .box_footer .main_footer .site_info .box_bottom {
        display: block; }
        .box_footer .main_footer .site_info .box_bottom .box_left {
          text-align: center; }
          .box_footer .main_footer .site_info .box_bottom .box_left .pre_space {
            padding: 0 0 10px 0; }
        .box_footer .main_footer .site_info .box_bottom .box_right {
          text-align: center; }
  .ant-layout-header.page_header {
    height: auto;
    text-align: center; }
    .ant-layout-header.page_header .top_header {
      height: auto;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px;
      padding: 60px 0 0 0; }
      .ant-layout-header.page_header .top_header .box_logo {
        padding: 10px 0 0 25px;
        order: -1;
        position: fixed;
        background: #FFF;
        width: 100%;
        top: 0; }
      .ant-layout-header.page_header .top_header .box_hotline {
        justify-items: center;
        grid-template-rows: 50px auto; }
        .ant-layout-header.page_header .top_header .box_hotline h2 {
          margin: 0 auto; }
      .ant-layout-header.page_header .top_header .main_top_actions {
        justify-self: center;
        padding: 0 0 15px 0; }
  .blog_wrap .blog_header h1 {
    font-size: 22px;
    left: 15px; }
  .blog_wrap .blog_header.bg_images {
    height: auto; }
  .content_post {
    overflow: hidden; }
    .content_post table {
      width: auto !important; }
  .kyquy_page {
    padding: 0 16px; }
    .kyquy_page .top_ds_cate {
      display: block; }
      .kyquy_page .top_ds_cate .title_mainbox {
        margin: 0 0 16px 0; }
  .inner_wrap {
    padding: 16px; }
    .inner_wrap .top_ds_cate {
      grid-template-columns: 1fr; }
    .inner_wrap .product_detals_box .product_detals {
      grid-template-columns: 1fr; } }

@media print {
  * {
    display: none; } }

