@font-face {
    font-family: be-rgl;
    src: url(../../fonts/BeVietnamPro-Regular.ttf);
  }
  
  @font-face {
    font-family: be-medium;
    src: url(../../fonts/BeVietnamPro-Medium.ttf);
  }
  
  @font-face {
    font-family: be-semibold;
    src: url(../../fonts/BeVietnamPro-SemiBold.ttf);
  }
  
  @font-face {
    font-family: be-bold;
    src: url(../../fonts/BeVietnamPro-Bold.ttf);
  }
  
  html {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
  }
  
  body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: be-rgl;
    letter-spacing: 0em;
    color: #fff;
    position: relative;
    background: #fff;
    overflow-x: hidden;
  }
  
  ul,
  ol {
    margin: 0;
  
    padding: 0;
  
    list-style: none;
  }
  
  a:hover,
  a:focus {
    text-decoration: none !important;
  }
  
  :focus,
  :hover {
    outline: none !important;
  }
  
  img {
    max-width: 100%;
  }
  
  .thumbnail {
    padding: 0px;
  
    border: none;
  
    background: none;
  
    margin: 0px;
  
    overflow: hidden;
  }
  
  .row {
    margin-right: -15px;
  
    margin-left: -15px;
  }
  
  .container {
    width: 100%;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  
  .bg_opacity {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 1) !important;
  
    top: 0;
  
    bottom: 0;
  
    z-index: 99 !important;
  
    display: none;
  }
  
  ::placeholder {
    font-style: italic;
  }
  
  /* MENU MOBILE*/
  
  .icon_mobile_click {
      margin: 0px;
      cursor: pointer;
      z-index: 99;
      display: none;
      cursor: pointer;
      margin-left: auto !important;
      z-index: 9999;
  }
  
  .top_header.fixed_header .icon_mobile_click .burger {
      background: #04326D;
  }
  
  .icon_mobile_click .burger {
      width: 27px;
      height: 2px;
      background: #fff;
      margin: 6px 0px;
  }
  
  #page_wrapper {
      transition: all 0.3s;
  }
  
  #menu_mobile_full_secure {
      position: fixed;
      top: 0;
      bottom: 100%;
      width: 100%;
      background: #021853;
      z-index: 999999999999;
      overflow: auto;
      transition: opacity .35s, visibility .35s, height .35s;
      padding: 0px 20px;
  }
  
  .fixedheader {
      position: fixed !important;
      top: 0 !important;
      left: 0;
      z-index: 9;
      width: 100% !important;
  }
  
  .menu_hidden {
      z-index: -1;
      left: -260px;
  }
  
  .menu_show {
      z-index: 9999999;
  }
  
  #menu_mobile_full_secure .close_menu {
      font-size: 25px;
      text-align: right;
      color: #fff;
      background: none;
      cursor: pointer;
      position: absolute;
      right: 20px;
      background: transparent;
      display: none;
      cursor: pointer;
      top: 20px;
      z-index: 999;
  }
  #menu_mobile_full_secure .close_menu img {
  
      max-width: 20px;
  
      width: 100%;
  }
  #menu_mobile_full_secure .mobile-menu {
      margin: 55px 0px 0px 0px;
  }
  
  #menu_mobile_full_secure .menu>li.active {
  }
  
  #menu_mobile_full_secure ul li {
      position: relative;
      padding: 15px 0px 15px 0px;
      font-size: 14px;
  }
  
  #menu_mobile_full_secure ul.menu>li {
      display: table;
      width: 100%;
      text-align: center;
  }
  
  #menu_mobile_full_secure ul li a {
      color: #fff;
  }
  
  #menu_mobile_full_secure ul.menu>li>a {
      font-size: 20px;
      font-family: be-semibold;
  }
  
  #menu_mobile_full_secure ul li a:hover {
      text-decoration: none;
      background: none;
  }
  
  #menu_mobile_full_secure li span {
      margin: 0px 0px 0px 10px;
  }
  
  #menu_mobile_full_secure .sub-menu {
      display: none;
      padding: 0px 0px 0px 0px;
  }
  
  #menu_mobile_full_secure .sub-menu li {
      padding: 15px 0px 15px 15px;
  }
  
  #menu_mobile_full_secure .sub-menu li:last-child {
      border-bottom: none;
      padding: 15px 0px 0px 15px;
  }
  
  #menu_mobile_full_secure .sub-menu li a {
      font-size: 16px;
      text-transform: none;
      font-weight: 600;
  }
  
  /*.editBefore_mobile::before {
    content: "" !important;
  }*/
  
  #menu_mobile_full_secure li.menu-item-has-children::before {
      content: url(../../images/arrow-right-white.png);
      position: absolute;
      right: -30px;
      top: 16px;
      color: #fff;
      font-size: 20px;
  }
  
  #menu_mobile_full_secure .menu {
      margin: 0px 0px 20px 0px;
  }
  
  #menu_mobile_full_secure .menu>li.not-have-child {}
  
  #menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child {
      padding: 0px;
      display: table;
  }
  
  #menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child>a {
      padding: 10px 0px 10px 15px;
      display: table;
      width: 100%;
  }
  
  #menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child:last-child>a {
      padding: 10px 0px 0px 15px;
  }
  
  #menu_mobile_full_secure .menu>li.not-have-child>a {
      display: inline-block;
  }
  
  #menu_mobile_full_secure .sub-menu li {
      padding: 10px 0px 10px 15px;
  }
  
  #menu_mobile_full_secure .sub-menu li:last-child {
      padding: 10px 0px 0px 15px;
  }
  
  .menu_show nav ul.menu>li {
      animation: fadeInRight .5s ease forwards;
      opacity: 0;
  }
  
  .menu_show nav ul.menu>li:nth-child(1) {
      animation-delay: .35s;
  }
  
  .menu_show nav ul.menu>li:nth-child(2) {
      animation-delay: .40s;
  }
  
  .menu_show nav ul.menu>li:nth-child(3) {
      animation-delay: .45s;
  }
  
  .menu_show nav ul.menu>li:nth-child(4) {
      animation-delay: .50s;
  }
  
  .menu_show nav ul.menu>li:nth-child(5) {
      animation-delay: .55s;
  }
  
  @keyframes fadeInRight {
      0% {
          opacity: 0;
          left: 20%;
      }
  
      100% {
          opacity: 1;
          left: 0;
      }
  }
  
  /* END MENU MOBILE*/
  /*CSS POPUP*/
  .nvme_hosting_2422024  .popup.popup_contact_2422024{
      background: rgba(0, 0, 0, 0.8) center center no-repeat;
  }
  .popup.popup_contact_2422024 .content_popup{
      max-width: 435px;
      border-radius: 16px;
      padding: 32px;
  }
  .popup.popup_contact_2422024 .content_popup h2{
    font-size: 26px;
    line-height: 34px;
    font-family: be-bold;
    display: table;
    text-align: center;
      margin: 0px auto 24px auto;
      text-transform: uppercase;
      color: #000;
  }
  .popup .close_popup{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  .popup.popup_contact_2422024 .form-group-nt{
      font-size: 14px;
      line-height: 22px;
      margin: 0px 0px 16px 0px;
  }
  .popup.popup_contact_2422024 #contact_block_chain>.form-group-nt:last-child{
      margin: 0px;
  }
  
  .popup.popup_contact_2422024 .bt_bkav_ca{
      border-radius: 10px;
      display: inline-block;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      font-family: be-semibold;
      max-width: 200px;
      width: 100%;
      padding: 16px 0px;
      position: relative;
      z-index: 9;
      transition: all 0.3s;
      border: 1.5px solid #fff;
        font-family: be-semibold;
      color: #001756;
      background: #FFC806;
      border: 1.5px solid #FFC806;
  }
  .popup.popup_contact_2422024 .bt_bkav_ca:hover{
  
  }
  #contact_block_chain .form-group-nt strong {
      display: block;
      margin: 0px 0px 8px 0px;
      font-family: be-medium;
      text-align: left;
      color: #000;
      font-weight: 500;
  }
  #contact_block_chain .form-group-nt input {
      width: 100%;
      border-radius: 8px;
      border: 1px solid #DDDDDD;
      padding: 14px 14px;
  }
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
    to {
      top: 0;
      opacity: 1
    }
  }
  
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
    to {
      top: 0;
      opacity: 1
    }
  }
  
  /*END CSS POPUP*/
  
  .tg_content h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height: 56px;
  font-family: be-bold;
    margin: 0px;
  }
  .tg_content h3 p{
    margin: 0px;
  }
  h3.title_price_km {
    color: #fff;
  }
  
  .click_banner {}
  
  [class*="detail_banner"] {
    position: absolute;
  
    left: 0;
  
    top: 231px;
  
    z-index: 11;
  
    border: solid 1px #89cbf5;
  
    box-shadow: 0 0 30px #799ec5;
  
    background: #fff;
  
    padding: 30px 50px !important;
  
    border-radius: 20px;
  
    width: 100%;
  
    background-image: linear-gradient(#fff, #eee);
  
    font-size: 17px;
  }
  
  .click_banner h4 {
    font: 700 22px roboto;
  
    text-transform: uppercase;
  
    color: #145eab;
  }
  
  .detail_banner1 p {
    margin: 8px 0;
  
    display: inline-block;
  
    width: 100%;
  }
  
  .detail_banner1 p span {
    background: #7c7c7c;
  
    color: #fff;
  
    border-radius: 5px;
  
    padding: 5px 10px;
  }
  
  .click_banner .red {
    color: red;
  }
  
  .click_banner .note {
    color: red;
  
    font-style: italic;
  
    margin: 20px 0;
  
    display: inline-block;
  }
  
  .btn_regist_now,
  .btn_regist_now_link {
    background: #145eab;
  
    color: #fff;
  
    border-radius: 50px;
  
    padding: 15px 40px;
  
    font-size: 20px;
  
    display: inline-block;
  
    margin: 0px;
  }
  
  .btn_regist_now:hover {
    background: #113785;
  
    color: #fff;
  }
  
  .ico_close {
    background: url("../../images/icon_close.png");
  
    width: 38px;
  
    height: 38px;
  
    display: inline-block;
  
    position: absolute;
  
    right: 20px;
  
    top: 20px;
  }
  
  .detail_banner1:before,
  .detail_banner2:before,
  .detail_banner3:before {
    content: "";
  
    background: url("../../images/ar_detail_banner.png");
  
    width: 34px;
  
    height: 17px;
  
    position: absolute;
  
    top: -17px;
  }
  
  .detail_banner1:before {
    left: 15%;
  }
  
  .detail_banner2:before {
    left: 30%;
  }
  
  .detail_banner3:before {
    left: 70%;
  }
  
  .click_banner .note {
    display: inline-block;
  
    width: 100%;
  }
  
  .detail_banner2 .note p {
    margin: 0 0 0 20px;
  }
  
  .detail_banner2 .note strong {
    margin: 0 0 10px 0;
  
    display: inline-block;
  
    text-decoration: underline;
  }
  
  .detail_banner3 h4 {
    margin-bottom: 20px;
  }
  
  .detail_banner3 .txt_sale {
    border: dashed 1px #1e3c8b;
  
    padding: 10px;
  
    background: #e6f2ff;
  
    border-radius: 5px;
  
    margin: 20px 0;
  
    font-weight: bold;
  
    color: #1e3c8b;
  }
  
  .detail_banner3 .txt_sale span {
    color: red;
  }
  
  .detail_banner3 h5 {
    font-weight: bold;
  
    text-transform: uppercase;
  
    font-size: 18px;
  
    margin: 30px 0 20px;
  }
  
  .detail_banner3 .note strong {
    margin-bottom: 10px;
  
    display: inline-block;
  
    width: 100%;
  }
  
  .detail_banner3 .note p {
    margin-left: 30px;
  }
  
  .tab-content {
    display: none;
  }
  
  .tab-content.current {
    display: block;
  }
  
  p.tg_note_nd {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-style: italic;
    margin: 20px 0px 0px 0px;
  }
  .tfig_ofni{
    display: none;
  }
  .tfig_ofni ul {
    display: flex;
    align-items: center;
    margin: 0px -10px;
    justify-content: space-between;
  }
  
  .tfig_ofni ul li {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    position: relative;
  }
  
  .tfig_ofni ul>li:nth-child(1) {
    padding: 0px 10px 0px 0px;
  }
  
  .tfig_ofni ul>li:last-child {
    padding: 0px 0px 0px 10px;
  }
  
  .tfig_ofni ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 34px;
    background: #fff;
    top: 50%;
    right: -20px;
    margin: -17px 0px 0px 0px;
  }
  
  .tfig_ofni ul>li:last-child:before {
    display: none;
  }
  
  .tfig_ofni ul li figure {
    padding: 0px 5px 0px 0px;
  }
  .retnec_gmi{
    position: relative;
    top: 4px;
  }
  .tfig_ofni ul>li:nth-child(2) strong {
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 0px 0px 0px 5px;
  }
  
  .tfig_ofni ul>li:nth-child(2) strong p {
    margin: 0px;
  }
  
  .tfig_ofni ul li b {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
  }
  
  .ofni_yellow {
    color: #FFD500 !important;
    font-size: 25px !important;
    position: relative;
    display: inherit;
    top: 7px;
  }
  
  .ofni_yellow sup {
    font-size: 12px;
    color: #fff;
    position: relative;
    top: 0px;
  }
  
  .ofni_xelf {
    font-size: 16px;
    text-align: left;
    padding: 0px 0px 0px 5px;
  }
  
  .ofni_xelf strong {
    color: #FFD500;
    font-weight: 700;
    display: block;
  }
  
  .ofni_xelf del {
    font-weight: 600;
    color: #fff;
  }
  
  #loupe_search_img {
    position: absolute;
    top: 16px;
    left: 30px;
  }
  
  .vn_leverage{
    padding: 220px 0px 150px 0px;
  position: relative;
  }
  .vn_leverage:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-chamtron-bg1.png);
    max-width: 252px;
    width: 100%;
    height: 119px;
        top: 50%;
      left: 120px;
      transform: translate(-50%, -50%);
  }
  .palworld_1142024 .why_1142024:before{
     position: absolute;
    content: "";
    background: url(../../images/1142024-chamtron-bg1.png);
    max-width: 252px;
    width: 100%;
    height: 119px;
        top: 70%;
      left: 120px;
      transform: translate(-50%, -50%); 
  }
  .vn_leverage h3{
    text-align: left;
  }
  .vn_leverage .leverage_general{
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    justify-content: flex-end;
  }
  .vn_leverage .leverage_detailds{
    margin: 20px 0px 0px 0px;
    text-align: justify;
  }
  .vn_leverage .leverage_detailds p:last-child{
    margin: 0px;
  }
  .vn_leverage .leverage_general .ct_left{
     position: absolute;
     top: 50%;
     left: 250px;
     transform: translate(-50%, -50%);
  }
  .vn_leverage .leverage_general .ct_right{
    width: 50%;
  }
  .vn_leverage .leverage_general .ct_left h3,
  .vn_advantage .text_widget h3{
    text-align: left;
  }
  .vn_leverage .leverage_general .ct_left figure{
    display: table;
    margin: 0px auto;
  }
  
  .vn_advantage{
    padding: 150px 0px 0px 0px;
    position: relative;
  }
  .adv_lev_bg{
    position: relative;
  }
  .adv_lev_bg:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-lagi-bg.jpg) no-repeat;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vn_advantage .advantage_general{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
  }
  .vn_advantage .advantage_general .wrap_figure{
      position: absolute;
      top: 50%;
      right: -300px;
      transform: translate(0px, -50%);
  }
  .vn_advantage .advantage_general .wrap_figure figure{
    display: table;
    margin: 0px auto;
  }
  .vn_advantage .advantage_general .wrap_figure h3{
    text-align: left;
  }
  .vn_advantage .advantage_general .text_widget{
    width: 45%;
  }
  .vn_advantage .advantage_general .advantage_detailds{
    text-align: justify;
    margin: 32px 0px 0px 0px;
  }
  .vn_advantage .text_widget .row>.col-sm-6:nth-child(2){margin: 20px 0px 0px 0px;}
  .vn_advantage .advantage_general .advantage_detailds figure{
   margin: 0px 0px 12px 0px; 
  }
  .vn_advantage .advantage_general .advantage_detailds p{
    font-size: 16px;
    line-height: 24px;
  }
  .vn_advantage .advantage_general .advantage_detailds p:last-child{
    margin: 0px;
  }
  
  @keyframes fly {
    from {
      bottom: 30px;
    }
  
    to {
      bottom: 55px;
    }
  }
  
  .slick-slider{
    margin: 0px;
  }
  .shopvn_19032024 .slick-dots{
    margin: 0px;
  }
  .shopvn_19032024 .slick-dots li {
    padding: 0px !important;
    width: initial !important;
    height: initial !important;
  }
  .shopvn_19032024 .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0px;
    background: #fff !important;
    border-radius: 50%;
  }
  .shopvn_19032024 .slick-dots li.slick-active button {
    background: #0066B2 !important;
    width: 40px;
    height: 8px;
    border-radius: 10px;
  }
  .slick-dots li button:before{
    content: "";
  }
  .slick-slide{
    height: auto;
  }
  .slick-dots{
    bottom: 0px !important;
  }
  .vn_faq{
    padding: 120px 0px 0px 0px;
    position: relative;
  }
  .vn_faq:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-chamtron-bg2.png) no-repeat;
    max-width: 210px;
    width: 100%;
    height: 119px;
    top: 70%;
      right: 0px;
      transform: translate(0px, -50%);
  }
  .vn_faq .qb_faq_general{
    margin: 50px 0px 0px 0px;
    position: relative;
  }
  .vn_faq .qb_faq_general:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-mascot3.png) no-repeat;
    max-width: 143px;
    width: 100%;
    height: 227px;
    top: -197px;
    left: 30px;
  }
  .vn_faq .qb_faq_general .qb_faq_detailds{
    position: relative;
    margin: 0px 0px 24px 0px;
  background: rgb(0 69 255 / 10%);
    padding: 30px;
    border-radius: 20px;
  }
  .vn_faq .qb_faq_general>.qb_faq_detailds:last-child{
    margin: 0px;
  }
  .vn_faq .qb_faq_detailds .qb_faq_info{
    cursor: pointer;
    position: relative;
  }
  .vn_faq .qb_faq_detailds .qb_faq_info:before{
      position: absolute;
      content: "";
      background: url(../../images/images-qb-plus-icon.svg) no-repeat;
      width: 21px;
      height: 22px;
      top: 0px;
      right: 0px;
  }
  .vn_faq .qb_faq_detailds.tg_current .qb_faq_info:before{
  background: url(../../images/images-qb-minus-icon.svg) no-repeat;
      width: 20px;
      height: 3px;
      top: 14px;
  }
  .vn_faq .qb_faq_detailds .qb_faq_info h4{
    margin: 0px;
    padding: 0px 30px 0px 0px;
    font-family: be-semibold;
  }
  .vn_faq .qb_faq_detailds .qb_faq_info h4 a{
    color: #2172FF;
  }
  .vn_faq .tg_textwidget{
    margin: 16px 0px 0px 0px;
  }
  .vn_faq .tg_textwidget p:last-child{
    margin: 0px;
  }
  .vn_faq .tg_textwidget ul li{
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
  }
  .vn_faq .tg_textwidget ul li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(48 48 48 / 70%);
    top: 9px;
    left: 7px;
  }
  .vn_partner{
    padding: 180px 0px 120px 0px;
  }
  .vn_partner .container{
  }
  .vn_partner .partner_general{
    position: relative;
    border:2.5px solid #123DB1;
    padding: 50px;
    background: linear-gradient(134.7deg, rgba(0, 42, 158, 0.8) 10.16%, rgba(0, 52, 194, 0.8) 93.24%);
    border-radius: 20px;
  }
  .vn_partner .partner_general:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-mascot4.png) no-repeat;
    max-width: 753px;
    width: 100%;
    height: 424px;
    top: -381px;
    left: 0px;
  }
  .vn_partner h4{
    position: relative;
    font-size: 32px;
    line-height: 40px;
    display: table;
    margin: 0px auto 14px auto;
    text-align: center;
    font-family: be-bold;
  }
  .vn_partner span{
    font-size: 18px;
    line-height: 26px;
    font-family: be-medium;
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .vn_partner .partner_general ul{
    position: relative;
    display: flex;
    margin: 35px 0px 0px 0px;
    gap: 16px;
    justify-content: center;
  }
  .vn_partner .partner_general ul li{
  }
  .vn_partner .partner_general ul li figure{
    /* position: relative; */
    /* height: 98px; */
  }
  .vn_partner .partner_general ul li figure img{
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
  }
  .palworld_1142024 .header_top{
    position: absolute;
    padding: 15px 0px 0px 0px;
    width: 100%;
    z-index: 9;
  }
  .palworld_1142024 .header_top:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-menu-bg.png) no-repeat;
    max-width: 1668px;
    width: 100%;
    height: 100px;
    top: 0px;
    right: 0px;
  }
  .palworld_1142024 .header_top.fixed {
      width: 100%;
      position: fixed;
      -webkit-animation: stuckMoveDown 0.6s;
      animation: stuckMoveDown 0.6s;
      z-index: 999;
      top: 0px;
      left: 0px;
  }
  
  @-webkit-keyframes stuckMoveDown {
      0% {
          transform: translateY(-100%);
      }
  
      100% {
          transform: translateY(0);
      }
  }
  
  @keyframes stuckMoveDown {
      0% {
          transform: translateY(-100%);
      }
  
      100% {
          transform: translateY(0);
      }
  }
  
  .palworld_1142024 .header_top .hh_bg{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .palworld_1142024 .header_top .hh_logo_header{
    display: flex;
    align-items: center;
    gap: 36px;
    position: relative;
  }
  .palworld_1142024 .header_top .hh_menu_header ul{
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .palworld_1142024 .header_top .hh_menu_header ul li{
    font-family: be-medium;
  }
  .palworld_1142024 .header_top .hh_menu_header ul li a{
    display: inline-block;
    color: #fff;
    position: relative;
  }
  .palworld_1142024 .hh_menu_header ul li a:before {
      position: absolute;
      content: "";
      background: #FFC806;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      left: 0px;
      right: 0px;
      bottom: -10px;
      margin: 0px auto;
      opacity: 0;
      visibility: hidden;
  }
  .palworld_1142024 .hh_menu_header ul li a:hover:before{
    opacity: 1;
    visibility: visible;
  }
  .palworld_1142024 .hh_menu_header .header_tp_bg{
    position: relative;
  }
  .palworld_1142024 .tp_1142024{
    position: relative;
    padding: 200px 0px 0px 0px;
    height: 1080px;
  }
  .palworld_1142024 .tp_1142024:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-tp-bg.png) no-repeat;
    width: 100%;
    max-width: 1920px;
    height: 1080px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .palworld_1142024 .tp_general{
    position: absolute;
    bottom: 0px;
  }
  .palworld_1142024 .tp_general .text_widget{
    border-radius: 20px;
    padding: 70px 40px 0px 40px;
  }
  .palworld_1142024 .tp_general .text_widget:before{
    position: absolute;
    content: "";
    background:url(../../images/1142024-tp-blur.png) no-repeat;
    width: 100%;
    height: 100%;
    backdrop-filter:blur(15px) brightness(100%);
    top: 0px;
    left: 0px;
    background-size: cover;
  }
  .palworld_1142024 .tp_general .text_widget h2{
    position: relative;
    font-size: 46px;
    line-height: 54px;
    font-family: be-bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
  }
  .palworld_1142024 .tp_general .text_widget h2 strong{
    color: #FFC806;
  }
  .palworld_1142024 .tp_btn{
    position: relative;
    margin: 40px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 10;
  }
  .palworld_1142024 .tp_btn a{
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-family: be-semibold;
    max-width: 200px;
    width: 100%;
    padding: 16px 0px;
    position: relative;
    z-index: 9;
    transition: all 0.3s;
    border:1.5px solid #fff;
  }
  .palworld_1142024 .tp_btn a.advice_btn{
    color: #001756;
    background: #fff;
  }
  .palworld_1142024 .tp_btn a.register_btn{
    color: #fff;
    background: transparent;
  }  
    .palworld_1142024 .tp_btn a:hover{
     color: #001756;
    background: #FFC806; 
    border:1.5px solid #FFC806;
    }
  .palworld_1142024 .tp_mascot{
    position: relative;
    display: table;
    margin: 0px auto;
    top: -50px;
    z-index: 1;
  }
  .palworld_1142024 .palworld_bg{
    position: relative;
  }
  .palworld_1142024 .palworld_bg:before{
  }
  .palworld_1142024 .dangky_1142024{
    position: relative;
    padding: 120px 0px;
  }
  .palworld_1142024 .dangky_1142024:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-dangky-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0px;
    left: 0px;
  }
  .palworld_1142024 .dangky_1142024 .dangky_general{
    position: relative;
  }
  .palworld_1142024 .dangky_1142024 .dangky_general h2{
    font-size: 32px;
    line-height: 40px;
    display: table;
    margin: 0px auto 24px auto;
    text-align: center;
  font-family: be-bold;
  }
  .palworld_1142024 .dangky_1142024 .dangky_general span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: table;
    margin: 0px auto;
    text-align: center;
  }
  .palworld_1142024 .dangky_1142024 .dangky_btn{
    font-size: 18px;
    line-height: 26px;
  font-family: be-semibold;
    display: table;
    margin: 40px auto 0px auto;
    text-align: center;
    border-radius: 10px;
    border:2px solid #fff;
    padding: 15px 64px;
    color: #fff;
    transition: all 0.3s;
  }  
    .palworld_1142024 .dangky_1142024 .dangky_btn:hover{
      color: #001756;
    background: #FFC806;
    border:2px solid #FFC806;
    }
  .palworld_1142024 .ot_bg{
    position: relative;
  }
  .palworld_1142024 .ot_bg:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-other-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .palworld_1142024 .banggia_1142024{
    position: relative;
    padding: 120px 0px 0px 0px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_bg{
  }
  .palworld_1142024 .banggia_1142024 .slick-list{
    margin: 0px -22.5px;
    padding: 50px 0px 40px 0px;
  }
  .palworld_1142024 .banggia_1142024 .slick-slide{
    padding: 0px 22.5px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds{
    border-radius: 25px;
    background: #fff;
    position: relative;
    transition: all 0.3s;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds:hover{
    background: #FFC806;
  }
  .palworld_1142024 .banggia_best:after{
    position: absolute;
    content: "";
    background: url(../../images/1142024-bestseller.png) no-repeat;
      max-width: 72px;
      width: 100%;
      height: 74px;
      top: -9px;
      right: 20px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-domsang.png) no-repeat;
    max-width: 383px;
    width: 100%;
    height: 157px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -84.5px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_top{
    border-radius: 20px;
    background: linear-gradient(134.7deg, #002A9E 10.16%, #003EE5 93.24%);
  padding: 40px 60px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_pack{
  font-family: be-bold;
  font-size: 24px;
  line-height: 32px;
  display: table;
  margin: 0px auto;
  text-transform: uppercase;
  text-align: center;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_price{
    font-family: be-bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFC806;
    font-size: 44px;
    line-height: 52px;
    margin: 16px 0px 0px 0px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_price span{
  font-family: be-medium;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_top ul{
    margin: 32px 0px 0px 0px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_top ul li{
    position: relative;
    padding: 12px 0px 12px 40px;
    font-family: be-medium;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_top ul>li:last-child{
    padding: 12px 0px 0px 40px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_top ul li:after{
    position: absolute;
    content: "";
    background: url(../../images/1142024-line-bg.png);
    max-width: 295px;
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_top ul li:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-check-icon.svg) no-repeat;
    width: 26px;
    height: 26px;
    top: 50%;
    left: 0px;
    margin: -13px 0px 0px 0px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_ct_bottom{
    padding: 16px;
  }
  .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_btn{
    display: table;
    margin: 0px auto;
    text-align: center;
    color: #001756;
    font-family: be-semibold;
    font-size: 18px;
    line-height: 26px;
    transition: all 0.3s;
  }
  .palworld_1142024 .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0px 4px;
  }
  .palworld_1142024 .slick-dots li button{
  width: 8px;
  height: 8px;
  background: transparent;
  border:1px solid #fff;
  border-radius: 50%;
  padding: 0px;
  }
  .palworld_1142024 .slick-dots li.slick-active button{
    background: #fff;
    border-radius: 90px;
    width: 55px;
  }
  .palworld_1142024 .slick-dots li.slick-active {
    width: 55px;
  }
  .palworld_1142024 .slick-dots li button:before{
  width: 8px;
  height: 8px;
  }
  .palworld_1142024 .insert_1142024{
    position: relative;
    padding: 120px 0px 0px 0px;
  }
  .palworld_1142024 .insert_1142024 .insert_general{
    border: 2.5px solid #123DB1;
    background: linear-gradient(134.7deg, rgba(0, 42, 158, 0.8) 10.16%, rgba(0, 52, 194, 0.8) 93.24%);
    border-radius: 20px;
    padding: 45px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .palworld_1142024 .insert_1142024 .insert_general:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-mascot1.png) no-repeat;
    max-width: 409px;
    width: 100%;
    height: 273px;
    top: 35%;
    left: 210px;
    transform: translate(-50%, -50%);
  }
  .palworld_1142024 .insert_1142024 .insert_general:after{
    position: absolute;
    content: "";
    background: url(../../images/1142024-mascot2.png) no-repeat;
    max-width: 123px;
    width: 100%;
    height: 148px;
    top: -80px;
    right: 40px;
  }
  .palworld_1142024 .insert_1142024 b{font-size: 32px;line-height: 40px;font-family: be-semibold;font-weight: 600;position: relative;left: 100px;}
  .palworld_1142024 .insert_1142024 b strong{
  font-weight: 600;
  color: #FFC806;
  }
  .palworld_1142024 .why_1142024{
    position: relative;
    padding: 120px 0px 0px 0px;
  }
  .palworld_1142024 .why_1142024 .why_bg{
    margin: 50px -21px 0px -21px;
    display: flex;
    align-items: center;
  }
  .palworld_1142024 .why_1142024 .why_bg .col-sm-4{
    padding: 0px 21px;
  }
  .palworld_1142024 .why_1142024 .why_detailds{
    border:2.5px solid #123DB1;
    border-radius: 20px;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
  }
  .palworld_1142024 .why_1142024 .why_detailds figure{
    display: table;
    margin: 0px auto;
  }
  .palworld_1142024 .why_1142024 .why_detailds b{
  font-family: be-bold;
  display: table;
  margin: 24px auto 0px auto;
  text-align: center;
  text-transform: uppercase;
  }
  .palworld_1142024 .why_1142024 .why_detailds.why_big_detailds b{
    margin: 40px auto 0px auto;
  }
  .palworld_1142024 .why_1142024 .why_detailds span{
  display: table;
  margin: 16px auto 0px auto;
  text-align: center;
  letter-spacing: 5%;
  }
  .palworld_1142024 .why_1142024 .why_big_detailds{
    min-height: 455px;
    position: relative;
    background: linear-gradient(134.7deg, #002A9E 10.16%, #003EE5 93.24%);
  }
  .palworld_1142024 .why_1142024 .why_big_detailds:before{
        position: absolute;
      content: "";
      background: url(../../images/1142024-domsang.png) no-repeat;
      max-width: 383px;
      width: 100%;
      height: 157px;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      top: -84.5px;
  }
  .palworld_1142024 .client_1142024{
    position: relative;
    padding: 180px 0px 0px 0px;
  }
  .palworld_1142024 .client_1142024 .client_general{
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    gap: 32px;
  }
  .palworld_1142024 .client_1142024 h3{
    text-align: left;
    position: relative;
    margin: 0px 0px 54px 0px;
    z-index: 6;
  }
  .palworld_1142024 .client_1142024 h3:before{
    position: absolute;
    content: "";
    background: url(../../images/1142024-qoute-bigger.png) no-repeat;
    max-width: 144px;
    width: 100%;
    height: 120px;
    top: -60px;
    left: -100px;
    z-index: 5;
  }
  .palworld_1142024 .client_1142024 h3 strong{
    position: relative;
    z-index: 10;
  }
  .palworld_1142024 .client_1142024 .client_detailds{
    padding: 30px 40px;
    background: rgb(0 28 104 / 50%);
    border-radius: 20px;
    border: 2px solid #123DB1;
  }
  .palworld_1142024 .client_1142024 .client_detailds .wrap_figure{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .palworld_1142024 .client_1142024 .client_detailds .text_widget{
    margin: 24px 0px 0px 0px;
  }
  .palworld_1142024 .client_1142024 .client_detailds .text_widget span{
  text-align: justify;
  }
  .palworld_1142024 .client_1142024 .client_detailds .client_info{
    margin: 24px 0px 0px 0px;
  }
  .palworld_1142024 .client_1142024 .client_detailds .client_info strong{
  font-weight: 600;
  font-family: be-semibold;
  font-size: 20px;
  line-height: 28px;
  }
  .palworld_1142024 .client_1142024 .client_detailds .client_info i{color: rgb(255 255 255 / 50%);display: block;margin: 6px 0px 0px 0px;}
  .palworld_1142024 .client_1142024 .ct_right>.client_detailds:nth-child(2){
    margin: 32px 0px 0px 0px;
    width: 90%;
  }
  /*END CSS CONTENT RAU*/
  @media (min-width:1025px) and (max-width:1365px){
    .palworld_1142024 .insert_1142024 .insert_general:before{
      left: 150px;
    }
    .palworld_1142024 .header_top .hh_menu_header ul{
      gap: 16px;
    }
    .palworld_1142024 .header_top .hh_bg{
      gap: 16px;
    }
    .palworld_1142024 .header_top .hh_logo_header{
      gap: 16px;
    }
    .vn_partner .partner_general ul{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .vn_partner .partner_general{
      padding: 50px 100px;
    }
  }
  
  @media (min-width:768px) and (max-width:1024px){
    .why_1142024 .slick-slide{
      padding: 0px 10px;
    }
      .palworld_1142024 .why_1142024 .why_bg{
      margin: 30px -10px 0px -10px;
       padding: 0px 0px 40px 0px;
    }
    .palworld_1142024 .dangky_1142024{
      padding: 100px 0px;
    }
    .palworld_1142024 .banggia_1142024{
      padding: 100px 0px 0px 0px;
    }
    .palworld_1142024 .insert_1142024{
      padding: 100px 0px 0px 0px;
    }
    .palworld_1142024 .client_1142024{
      padding: 100px 0px 0px 0px;
    }
    .palworld_1142024 .why_1142024 .why_detailds{
      padding: 20px;
      min-height: 370px;
    }
    .palworld_1142024 .why_1142024 .why_bg{
      gap: 20px;
    }
    .palworld_1142024 .tp_general .text_widget{
      padding: 40px;
    }
  .palworld_1142024 .insert_1142024 .insert_general:before,
    .palworld_1142024 .insert_1142024 .insert_general:after{
      display:none;
    }
    .vn_partner .partner_general ul{
      margin: 30px 0px 0px 0px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .vn_partner .partner_general{
    }
    .vn_partner .partner_general:before{
      border-radius: 20px;
    }
    .vn_partner{
      padding: 70px 0px 100px 0px;
    }
      .vn_faq .qb_faq_general{
      margin:30px 0px 0px 0px;
    }
      .vn_faq .faq_general{
      gap:30px;
    }
      .vn_advantage .advantage_general{
    }
      .vn_leverage .leverage_general{
      gap: 30px;
    }
    .tg_content h3{
    font-size: 30px;
    line-height: 38px;
    }
    .vn_faq .qb_faq_detailds .qb_faq_info h4{
      padding: 0px 50px 0px 0px;
    }
    .vn_faq{
      padding: 100px 0px 0px 0px;
    }
    .vn_advantage{
      padding: 100px 0px 0px 0px;
    }
    .vn_advantage .advantage_general .text_widget{
      margin: 0px 0px 30px 0px;
    }
    .vn_leverage{
      padding: 0px 0px 60px 0px;
    }
    .vn_leverage .leverage_general .ct_left{
      margin: 0px 0px 30px 0px;
    }
  
  .tfig_ofni ul li{
  
  }
  .tfig_ofni ul li{
    width: 50%;
    justify-content: center;
  }
  
  }
  @media (max-width: 1024px) {
    .palworld_1142024 .why_1142024 .why_big_detailds{
    }
    .palworld_1142024 .why_1142024 .why_bg{
      display: inherit;
    }
    .palworld_1142024 .client_1142024 .ct_right>.client_detailds:nth-child(2){
      width: 100%;
    }
    .palworld_1142024 .client_1142024 .client_detailds{
      padding: 16px 32px;
    }
      .palworld_1142024 .client_1142024 .client_general{
      flex-direction: column;
    }
    .palworld_1142024 .ot_bg:before{
      background: #001756;
    }
      .vn_partner .partner_general:before{
        display:none;
    }
    .palworld_1142024 .client_1142024 h3:before{
      display:none;
    }
    .vn_faq:before{
      display:none;
    }
    .vn_faq .qb_faq_general:before{
      display:none;
    }
    .palworld_1142024 .why_1142024 .why_big_detailds:before{
      display:none;
    }
    .palworld_1142024 .why_1142024 .why_bg .col-sm-4{
      padding: 0px;
    }
    .palworld_1142024 .why_1142024:before{
      display:none;
    }
    .palworld_1142024 .insert_1142024 b{
      left:0px;
    }
    .vn_leverage:before{
      display:none;
    }
    .adv_lev_bg:before{
      background: #001756;
    }
    .palworld_1142024 .tp_general{
      position: relative;
      bottom: inherit;
    }
    .palworld_1142024 .tp_general .text_widget:before{
    }
    .palworld_1142024 .tp_mascot{
      display:none;
    }
    .palworld_1142024 .header_top:before{
      display: none;
    }
    .palworld_1142024 .header_top{
    background: rgb(2 24 83 / 80%);
    padding: 20px 0px;
    }
    .palworld_1142024 .hh_menu_header{
      display: none;
    }
    .vn_leverage .leverage_general .ct_left figure{
      display: table;
      margin: 0px auto;
    }
      .tg_content h3 {
      text-align: center !important;
    }
  
    .vn_advantage .advantage_general .wrap_figure figure{
      display: table;
      margin: 0px auto;
    }
    .vn_advantage .advantage_general .advantage_detailds p{
      font-size: 14px;
      line-height: 22px;
    }
    .vn_advantage .advantage_general .text_widget{
      width: 100%;
      order: 1;
    }
    .vn_advantage .advantage_general .wrap_figure{
      width: 100%;
      order: 1;
      position: relative;
      top: inherit;
      right: inherit;
      transform: inherit;
    }
    .vn_advantage .advantage_general{
      flex-direction: column;
    }
    .vn_leverage .leverage_general .ct_right figure{
      display: table;
      margin: 0px auto;
    }
    .vn_leverage .leverage_general .ct_right{
      width: 100%;
    }
    .tg_content h3 p{
      display:none;
    }
    .vn_leverage .leverage_general .ct_left{
      width: 100%;
      position: relative;
      top: inherit;
      left: inherit;
      transform: inherit;
    }
    .vn_leverage .leverage_general{
      flex-direction: column;
    }
    .tfig_ofni ul li:before{
      display:none;
    }
    .tfig_ofni ul>li:last-child{
      margin: 0px;
    }
    .tfig_ofni ul li{
      margin: 0px 0px 20px 0px;
    }
    .tfig_ofni ul{
      flex-wrap: wrap;
      justify-content: initial;
      align-items: initial;
    }
  
    [class*="detail_banner"] {
      position: fixed;
  
      left: 0px;
  
      right: 0px;
  
      top: 10px;
  
      padding: 25px 15px 20px 15px !important;
  
      width: 95%;
  
      z-index: 99;
  
      overflow: auto;
  
      height: 100%;
  
      margin: 0px auto;
  
      border-radius: 5px;
  
      max-height: 95%;
    }
  
    .ico_close {
      top: 0px;
  
      right: 0px;
    }
  
    .click_banner h4 {
      font-size: 18px;
  
      line-height: 26px;
    }
  }
  
  @media (max-width: 767px) {
    .palworld_1142024 .client_1142024 .client_general{
      gap: 16px;
    }
    .palworld_1142024 .why_1142024 .why_detailds{
      min-height: 260px !important;
    }
    .palworld_1142024 .why_1142024 .why_bg{
      margin: 20px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
    }
    .vn_partner span img{
      max-width: 13px;
      width: 100%;
    }
    .vn_partner span{
      font-size: 12px;
      line-height: 20px;
      display: inline;
    }
    .vn_partner h4{
      font-size: 16px;
      line-height: 24px;
    }
    .palworld_1142024 .client_1142024 .client_detailds .client_info strong{
      font-size: 16px;
      line-height: 24px;
    }
      .palworld_1142024 .client_1142024 .client_detailds .wrap_figure>figure:nth-child(2){
      max-width: 40px;
      width: 100%;
    }
    .palworld_1142024 .client_1142024 .client_detailds .wrap_figure>figure:nth-child(1){
      max-width: 60px;
      width: 100%;
    }
    .palworld_1142024 .client_1142024 h3{
      margin: 0px 0px 24px 0px;
    }
    .palworld_1142024 .client_1142024{
      padding: 60px 0px 0px 0px;
    }
    .palworld_1142024 .why_1142024 .why_big_detailds{
      background: linear-gradient(134.7deg, #002A9E 10.16%, #003EE5 93.24%);
    }
    .palworld_1142024 .why_1142024 .why_detailds{
      padding: 24px;
      min-height: inherit;
    }
    .palworld_1142024 .why_1142024{
      padding: 60px 0px 0px 0px;
    }
    .palworld_1142024 .insert_1142024 b br{
      display:none;
    }
    .palworld_1142024 .insert_1142024 b{
      font-size: 18px;
      line-height: 26px;
      text-align: center;
    }
    .palworld_1142024 .insert_1142024 .insert_general{
      padding: 50px 20px 20px 20px;
    }
    .palworld_1142024 .insert_1142024 .insert_general:before{
      max-width: 158px;
      height: 105px;
      background-size: cover;
      top: -20px;
      left: 55px;
    }
    .palworld_1142024 .insert_1142024 .insert_general:after{
      max-width: 58px;
      height: 70px;
      background-size: cover;
      top: -45px;
      right: 0px;
    }
    .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_price span{
      font-size: 16px;
      line-height: 24px;
    }
    .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_price{
      font-size: 32px;
      line-height: 40px;
    }
    .palworld_1142024 .banggia_1142024 .banggia_detailds .banggia_pack{
      font-size: 18px;
      line-height: 26px;
    }
    .palworld_1142024 .banggia_1142024{
      padding: 60px 0px 0px 0px;
    }
    .palworld_1142024 .dangky_1142024 .dangky_btn{
      font-size: 14px;
      line-height: 22px;
      margin: 24px auto 0px auto;
      padding: 9px 28px;
    }
    .palworld_1142024 .dangky_1142024 .dangky_general span{
      font-size: 12px;
      line-height: 20px;
    }
    .palworld_1142024 .dangky_1142024 .dangky_general h2 br{
      display:none;
    }
    .palworld_1142024 .dangky_1142024 .dangky_general h2{
      font-size: 16px;
      line-height: 24px;
      margin: 0px auto 12px auto;
    }
    .palworld_1142024 .dangky_1142024{
      padding: 60px 0px;
    }
      .vn_leverage{
    padding: 0px 0px 40px 0px;
    }
    .vn_advantage .advantage_general .advantage_detailds{
      margin: 16px 0px 0px 0px;
    }
    .palworld_1142024 .tp_btn a{
      font-size: 14px;
      line-height: 22px;
      padding: 10px 0px;
    }
    .palworld_1142024 .tp_btn{
      margin: 24px 0px 0px 0px;
    }
    .palworld_1142024 .tp_1142024{
      height: 630px;
      padding: 0px 0px 24px 0px;
      display: flex;
      flex-direction: column;
      justify-content: end;
    }
    .palworld_1142024 .tp_general .text_widget h2{
      font-size: 20px;
      line-height: 28px;
      text-align: center;
    }
    .palworld_1142024 .tp_general .text_widget{
      padding: 24px;
    }
    .tenten_lg_mobile{
      max-width: 200px;
      width: 100%;
      margin: 0px auto 40px auto;
    }
    .palworld_1142024 .tp_1142024:before{
      background: url(../../images/1142024-tp-bg-mobile.png) no-repeat;
      height: 630px;
      background-size: 100%;
    }
      .palworld_1142024 .header_top .hh_logo_header>figure:nth-child(2){
      max-width: 90px;
      width: 100%;
    }
    .palworld_1142024 .header_top .hh_logo_header>figure:nth-child(1){
      max-width: 115px;
      width: 100%;
    }
    .palworld_1142024 .header_top .hh_logo_header{
      gap: 8px;
    }
    .vn_partner .partner_general ul{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 8px;
    margin: 24px 0px 0px 0px;
    }
    .vn_partner .partner_general{
    padding: 24px;
    }
    .vn_partner{
      padding: 60px 0px 60px 0px;
    }
    .vn_faq .qb_faq_general{
      margin:20px 0px 0px 0px;
    }
    .vn_faq .faq_general{
      gap:20px;
    }
    .vn_advantage .advantage_general{
      gap:20px;
    }
    .vn_leverage .leverage_general{
      gap: 0px;
    }
      .tg_content h3 {
      font-size: 24px;
      line-height: 32px;
    }
    .vn_faq .qb_faq_general .qb_faq_detailds{
    padding: 16px;
    margin: 0px 0px 16px 0px;
    }
    .tg_content h3{
    }
    .vn_faq h3 img{
      top: inherit;
    }
    .vn_faq{
      padding: 60px 0px 0px 0px;
    }
    .vn_faq .qb_faq_detailds .qb_faq_info h4{
      padding: 0px 30px 0px 0px;
      font-size: 16px;
    }
    .vn_advantage{
      padding: 60px 0px 60px 0px;
    }
    .vn_advantage .advantage_general .text_widget{
    order: 2;
    }
    .vn_advantage h3 img{
    max-width: 100px;
    width: 100%;
    }
    .vn_leverage .leverage_general .ct_left ul li{
      font-size: 16px;
      padding: 15px;
    }
    body{
      font-size: 14px;
    }
  
    #loupe_search_img{
      display: none;
    }
    .tfig_ofni ul>li:nth-child(1){
      display:none;
    }
    .tfig_ofni ul{
      flex-direction: column;
    }
    .vn_advantage .text_widget .row>.col-sm-6:nth-child(2)
    
    #loupe_search_img{
      display:none;
    }
  
    .online_business li {
      font-size: 15px;
    }
  }
  @media (min-width:480px) and (max-width:767px){
    .palworld_1142024 .tp_1142024:before{
      background: url(../../images/1142024-tp-bg-mobile.png) no-repeat;
      background-size: cover;
    }
    #loupe_search_img{
      display: inherit;
      left: 20px;
    }
  }
  @media (max-width: 540px) {
    .online_business li {
      width: 33%;
  
      margin-bottom: 20px;
  
      font-size: 13px;
  
      margin-top: 110px;
    }
  
    .online_business li:before {
      width: 100px;
  
      height: 100px;
  
      background-size: 60%;
  
      top: -110px;
    }
  
  }
  
  
  