@font-face {
  font-family: 'UTM Bebas';
  src: url("https://file.hstatic.net/1000001117/file/utm_bebas_e01444cb7e884d8698fe3e11e8c83ce7.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: var(--ldp-font-1);
  font-size: 16px;
  color: #111827;
  line-height: 1.3;
  overflow-x: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

a,
a:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover {
  text-decoration: none; }

img,
svg {
  max-width: 100%; }

ol,
ul {
  margin: 0; }

p {
  margin: 0 0 10px; }

.hidden {
  display: none !important; }

/*============ 0. svg & css3 ==============*/
/*======== GENERAL ========= */
.owl-carousel .owl-item img {
  width: auto !important; }

/*
   .os-animation,.staggered-animation{opacity: 0;}
   .os-animation.animated,.staggered-animation.animated{ opacity: 1;}
   @media(max-width:991px){
   .os-animation,.staggered-animation{opacity: 1;animation-name:none!important}
   .os-animation.animated,.staggered-animation.animated{ opacity: 1;animation-name:none!important}
   }
*/
/*======== MAIN LDP ========= */
@media (min-width: 1366px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 1800px; } }

/*Test chat mess*/
.fb_dialog_content iframe {
  bottom: 90px !important;
  right: -5px !important; }

.fb_dialog.fb_dialog_mobile img {
  bottom: 90px !important;
  right: 7px !important; }

/*End Test chat mess*/
/*============Header============*/
.navItem-language,
.widget-language:not(.language-new),
.language_mobile > div {
  display: none; }

@media (max-width: 991px) {
  .header-topbar {
    padding: 6px 0; } }

.mainHeader-hrv-new .mainmenu-hrv__left .menu-item .menu-link:before {
  top: 18px; }

/*============END Header============*/
@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.lds-spinner {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  margin: auto;
  top: 38%;
  transform: translateY(-50%); }

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.lazyload-image img.lazyloaded + .lds-spinner {
  display: none; }

.lazyload-image img + .lds-spinner div:after {
  background: #ccc; }

.btn-action.btn-section {
  margin-top: 40px; }

@media (max-width: 767px) {
  .btn-action.btn-section {
    margin-top: 24px; } }

.btn-more {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .btn-more {
      margin-top: 20px; } }

.btn-link {
  font-size: 18px;
  font-family: var(--ldp-font-3);
  color: #4B5563;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important; }
  .btn-link .icon {
    transition: all 0.3s; }
    .btn-link .icon svg {
      fill: #4B5563; }
  .btn-link:hover {
    /*.link-title{background-size: 100% 1px;}*/
    color: #111827; }
    .btn-link:hover .icon {
      margin-left: 4px; }
      .btn-link:hover .icon svg {
        fill: #2463EB; }
  @media (max-width: 767px) {
    .btn-link {
      font-size: 14px;
      gap: 3px; }
      .btn-link .icon svg {
        width: 18px;
        height: 18px; } }

.btn-icon {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: var(--ldp-font-3);
  padding: 8px 28px 8px 8px;
  background: #2463EB;
  color: #fff;
  border-radius: 64px;
  border: none;
  outline: none !important; }
  .btn-icon:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 64px;
    transition: width 0.5s; }
  .btn-icon .icon {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 16px; }
    .btn-icon .icon svg {
      transition: all 0.5s; }
  .btn-icon .title,
  .btn-icon .text {
    position: relative;
    transition: all 0.5s; }
  .btn-icon:hover:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px); }
  .btn-icon:hover .icon svg {
    transform: rotate(45deg);
    margin-left: 15px; }
  .btn-icon--white {
    /*font-size: 24px;padding: 8px 28px 8px 8px;*/
    background: #fff;
    color: #111827; }
    .btn-icon--white:before {
      background: #2463EB;
      /*top: 8px;left: 8px;width: 64px;height: 64px;*/ }
    .btn-icon--white .icon {
      /*width: 64px;height: 64px;line-height: 64px;margin-right: 14px;*/ }
      .btn-icon--white .icon svg {
        /*width: 30px;height: 30px;*/ }
        .btn-icon--white .icon svg path {
          fill: #fff; }
    .btn-icon--white:hover {
      /*&:before{width: calc(100% - 16px);height: calc(100% - 16px);}*/ }
      .btn-icon--white:hover .title,
      .btn-icon--white:hover .text {
        color: #fff; }
  .btn-icon--white-2 {
    background: none;
    border: 1px solid #fff; }
  @media (max-width: 767px) {
    .btn-icon {
      font-size: 16px;
      padding: 4px 16px 4px 4px; }
      .btn-icon:before {
        top: 4px;
        left: 4px;
        width: 40px;
        height: 40px; }
      .btn-icon .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 8px; }
        .btn-icon .icon svg {
          width: 18px;
          height: 18px; }
      .btn-icon:hover:before {
        width: calc(100% - 8px);
        height: calc(100% - 8px); } }

.heading-title {
  margin-bottom: 40px; }
  .heading-title .subtitle {
    font-size: 24px;
    margin-bottom: 16px; }
  .heading-title .title {
    font-size: 48px;
    font-family: var(--ldp-font-3);
    margin-bottom: 16px; }
  .heading-title .desc {
    font-size: 24px;
    margin: 0;
    line-height: 150%; }
  @media (max-width: 767px) {
    .heading-title {
      margin-bottom: 30px; }
      .heading-title .subtitle {
        font-size: 14px;
        margin-bottom: 10px; }
      .heading-title .title {
        font-size: 24px;
        margin-bottom: 8px; }
      .heading-title .desc {
        font-size: 16px; } }

.cl-white {
  color: #fff !important; }

.bd-top {
  position: relative;
  border-radius: 48px 48px 0 0;
  margin-top: -48px; }
  @media (max-width: 767px) {
    .bd-top {
      border-radius: 24px 24px 0 0;
      margin-top: -20px; } }

[class^="section-tax-"] {
  padding: 80px 0 125px; }
  [class^="section-tax-"] .container {
    max-width: 1066px; }
  [class^="section-tax-"] .container-full {
    max-width: 1310px; }

@media (max-width: 767px) {
  [class^="section-tax-"] {
    padding: 40px 0 60px; } }

/*blog-loading*/
.animated-background, .loading-mask__image .mask-line, .loading-mask__detail .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask {
  background: #fbfbfb;
  border-radius: 24px;
  outline: 1px #E5E7EB solid;
  overflow: hidden; }
  .loading-mask__image {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .loading-mask__image .mask-line {
      padding-bottom: 65%; }
  .loading-mask__detail {
    padding: 16px; }
  .loading-mask__detail .mask-line {
    height: 10px;
    width: 100%;
    border-radius: 8px;
    margin: 4px 0; }
    .loading-mask__detail .mask-line:nth-child(2) {
      width: 80%; }
    .loading-mask__detail .mask-line:nth-child(3) {
      width: 65%; }

/*END blog-loading*/
.article-post {
  background: #F7F7F7;
  border-radius: 24px;
  outline: 1px #E5E7EB solid;
  overflow: hidden; }
  .article-post .post-image img {
    width: 100%; }
  .article-post .post-content {
    padding: 16px; }
    .article-post .post-content h3 {
      font-size: 20px;
      font-family: var(--ldp-font-3);
      margin-bottom: 16px;
      line-height: 1.4; }
      .article-post .post-content h3 a {
        color: #19191B; }
    .article-post .post-content .post-time {
      color: rgba(17, 24, 39, 0.7);
      display: flex;
      align-items: center;
      gap: 8px; }
      .article-post .post-content .post-time img {
        width: 24px; }
  @media (max-width: 767px) {
    .article-post {
      border-radius: 12px; }
      .article-post .post-content h3 {
        font-size: 16px;
        margin-bottom: 10px; }
      .article-post .post-content .post-time {
        align-items: end;
        gap: 4px;
        line-height: 1.2; }
        .article-post .post-content .post-time img {
          width: 18px; } }

.list-blog {
  margin: 0;
  gap: 20px; }
  .list-blog .article-post,
  .list-blog .blog-loading {
    flex: 0 0 auto;
    width: calc(100% / 3 - 14px); }
  .list-blog .tax-blog {
    flex: 0 0 auto;
    width: 100%; }
  @media (max-width: 767px) {
    .list-blog {
      gap: 15px; }
      .list-blog .article-post,
      .list-blog .blog-loading {
        width: 100%; } }

.btn-loadmore {
  position: relative;
  display: inline-block;
  background: #2463EB;
  color: #fff;
  padding: 18px 54px 18px 28px;
  border-radius: 80px;
  font-size: 20px;
  font-family: var(--ldp-font-3);
  transition: all 0.3s;
  cursor: pointer; }
  .btn-loadmore:before {
    content: '';
    position: absolute;
    top: 0;
    right: 24px;
    width: 14px;
    height: 100%;
    background-image: url("https://cdn.hstatic.net/files/1000001117/file/tax-icon-more.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg); }
  .btn-loadmore:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #fff;
    animation: spinner 0.6s linear infinite;
    opacity: 0;
    transition: opacity 1s ease; }
  .btn-loadmore:hover {
    color: #fff; }
  .btn-loadmore.btn-loading {
    padding-left: 35px; }
    .btn-loadmore.btn-loading:after {
      opacity: 1; }
  @media (max-width: 767px) {
    .btn-loadmore {
      font-size: 14px;
      padding: 11px 45px 12px 20px; }
      .btn-loadmore:before {
        right: 20px;
        width: 10px; } }

.section-tax-heading {
  position: relative;
  padding: 135px 0 150px; }
  .section-tax-heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    background-image: url("https://cdn.hstatic.net/files/1000001117/file/hr-tag-heading-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .section-tax-heading .content-left {
    color: #fff; }
    .section-tax-heading .content-left .title {
      font-size: 48px;
      font-family: var(--ldp-font-3);
      margin-bottom: 16px; }
    .section-tax-heading .content-left .desc {
      font-size: 24px;
      line-height: 1.5; }
  .section-tax-heading .search-page {
    position: relative; }
    .section-tax-heading .search-page .search-box {
      width: 100%;
      font-size: 18px;
      background: rgba(255, 255, 255, 0.89);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
      border-radius: 80px;
      outline: 1px white solid;
      border: none;
      padding: 18px 60px 18px 24px; }
    .section-tax-heading .search-page .btn-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-tax-heading .search-page .btn-submit button {
        border: none;
        outline: none;
        background: transparent; }
        .section-tax-heading .search-page .btn-submit button img {
          width: 24px;
          height: 24px; }
  @media (max-width: 991px) {
    .section-tax-heading {
      text-align: center; }
      .section-tax-heading .row {
        gap: 30px; } }
  @media (max-width: 767px) {
    .section-tax-heading {
      padding: 80px 0 120px; }
      .section-tax-heading .content-left .title {
        font-size: 32px; }
      .section-tax-heading .content-left .desc {
        font-size: 16px; }
      .section-tax-heading .search-page .search-box {
        font-size: 14px;
        padding: 12px 40px 12px 15px; }
      .section-tax-heading .search-page .btn-submit button img {
        width: 20px;
        height: 20px; } }

.section-tax-step {
  background: #fff;
  overflow: hidden; }
  .section-tax-step .list-step {
    gap: 20px; }
    .section-tax-step .list-step .step-item {
      flex: 0 0 auto;
      width: calc(100% / 3 - 13.4px);
      padding: 0 16px; }
      .section-tax-step .list-step .step-item .item-img {
        margin-bottom: 24px; }
      .section-tax-step .list-step .step-item .item-content .num {
        position: relative;
        margin-bottom: 8px; }
        .section-tax-step .list-step .step-item .item-content .num:before {
          content: '';
          position: absolute;
          top: 13px;
          left: 46px;
          width: 50%;
          height: 1px;
          border-bottom: 1px dashed #007CFF; }
        .section-tax-step .list-step .step-item .item-content .num span {
          background: #007CFF;
          color: #fff;
          border-radius: 30px;
          font-size: 20px;
          font-family: var(--ldp-font-3);
          display: inline-block;
          width: 38px;
          text-align: center; }
      .section-tax-step .list-step .step-item .item-content .desc {
        font-size: 18px;
        line-height: 1.5; }
  @media (max-width: 991px) {
    .section-tax-step.bd-top {
      margin-top: -80px; }
    .section-tax-step .list-step {
      margin: 0;
      gap: 10px;
      flex-flow: nowrap;
      overflow-x: scroll; }
      .section-tax-step .list-step .step-item {
        width: 70%; } }
  @media (max-width: 767px) {
    .section-tax-step .list-step .step-item {
      padding: 0; }
      .section-tax-step .list-step .step-item .item-content .num span {
        font-size: 16px; }
      .section-tax-step .list-step .step-item .item-content .desc {
        font-size: 14px; } }

.section-tax-table {
  background: #F7F7F7; }
  .section-tax-table .table-box {
    box-shadow: 0 4px 20px rgba(3, 20, 95, 0.2);
    border-radius: 24px;
    border: 1px #80C1F9 solid;
    overflow: hidden; }
    .section-tax-table .table-box .mg-top {
      margin-top: 20px; }
    .section-tax-table .table-box .table-row {
      display: flex; }
      .section-tax-table .table-box .table-row:nth-child(odd) {
        background: #F4FAFF; }
        .section-tax-table .table-box .table-row:nth-child(odd) .col-title {
          background: #35A3FF; }
      .section-tax-table .table-box .table-row:nth-child(even) {
        background: #fff; }
        .section-tax-table .table-box .table-row:nth-child(even) .col-title {
          background: #54B1FF; }
      .section-tax-table .table-box .table-row:not(:last-child) {
        border-bottom: 1px #80C1F9 solid; }
      .section-tax-table .table-box .table-row.row-title {
        background: #2463EB;
        color: #fff;
        font-size: 22px;
        font-family: var(--ldp-font-3);
        text-align: center; }
      .section-tax-table .table-box .table-row .tb-col {
        flex: 0 0 auto;
        width: calc(100% / 6);
        padding: 20px 18px; }
        .section-tax-table .table-box .table-row .tb-col.col-title {
          color: #fff;
          font-size: 22px;
          font-family: var(--ldp-font-3); }
        .section-tax-table .table-box .table-row .tb-col:not(:first-child) {
          border-left: 1px #80C1F9 solid; }
  .section-tax-table .table-note {
    max-width: 840px;
    margin: 40px auto 0; }
    .section-tax-table .table-note .note-item ~ .note-item {
      margin-top: 10px; }
  @media (max-width: 767px) {
    .section-tax-table .table-group {
      display: flex;
      flex-flow: nowrap;
      overflow-x: scroll; }
      .section-tax-table .table-group .table-box {
        border-radius: 12px;
        flex: 0 0 auto;
        width: 195%; }
        .section-tax-table .table-group .table-box .table-row.row-title {
          font-size: 12px; }
        .section-tax-table .table-group .table-box .table-row .tb-col {
          padding: 10px 8px;
          font-size: 12px; }
          .section-tax-table .table-group .table-box .table-row .tb-col.col-title {
            font-size: 12px; }
    .section-tax-table .table-note {
      margin: 20px auto 0; } }

.section-tax-tab {
  background: #fff; }
  .section-tax-tab .heading-title {
    margin-bottom: 16px; }
  .section-tax-tab .list-tab .nav-tabs {
    justify-content: center;
    gap: 8px;
    border: none;
    margin-bottom: 40px; }
    .section-tax-tab .list-tab .nav-tabs .nav-item .nav-link {
      font-size: 18px;
      font-family: var(--ldp-font-3);
      background: #F5F5F5;
      border: 1px #E5E7EB solid;
      border-radius: 40px;
      padding: 11px 16px;
      color: #111827; }
      .section-tax-tab .list-tab .nav-tabs .nav-item .nav-link.active, .section-tax-tab .list-tab .nav-tabs .nav-item .nav-link:hover {
        background: #2463EB;
        color: #fff; }
  @media (max-width: 767px) {
    .section-tax-tab .list-tab .nav-tabs {
      margin-bottom: 20px; }
      .section-tax-tab .list-tab .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 12px; } }

.section-tax-process {
  background: #F7F7F7; }
  @media (max-width: 767px) {
    .section-tax-process .heading-title {
      margin-bottom: 20px; } }

.section-tax-select {
  background: #fff; }
  .section-tax-select .list-item {
    padding: 24px;
    border-radius: 48px; }
    .section-tax-select .list-item--1 {
      background: #CAE8FF; }
    .section-tax-select .list-item--2 {
      margin-top: 30px;
      background: #C9F4E2; }
    .section-tax-select .list-item .row {
      margin: 0;
      gap: 10px; }
      .section-tax-select .list-item .row > div {
        padding: 0; }
    .section-tax-select .list-item .item-title {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px; }
      .section-tax-select .list-item .item-title .num {
        display: inline-block;
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #111827;
        color: #fff;
        font-size: 12px;
        font-family: var(--ldp-font-4);
        border-radius: 50%; }
      .section-tax-select .list-item .item-title .title {
        font-size: 32px;
        font-family: var(--ldp-font-3);
        margin: 0; }
  .section-tax-select .accordion--item {
    transition: all 0.3s;
    padding: 24px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    border: 1px rgba(157, 208, 255, 0.5) solid; }
    .section-tax-select .accordion--item ~ .accordion--item {
      margin-top: 8px; }
    .section-tax-select .accordion--item--title {
      font-size: 24px;
      font-family: var(--ldp-font-3);
      margin-bottom: 8px; }
      .section-tax-select .accordion--item--title .title {
        display: flex;
        flex-flow: column;
        gap: 8px; }
        .section-tax-select .accordion--item--title .title .icon-tt {
          flex: 0 0 auto;
          width: 64px; }
    .section-tax-select .accordion--item--heading {
      position: relative;
      z-index: 2;
      padding: 24px 24px 0;
      cursor: pointer; }
    .section-tax-select .accordion--item--content {
      display: none;
      margin-top: 8px;
      line-height: 1.5;
      position: relative; }
    .section-tax-select .accordion--item:not(.open) {
      cursor: pointer; }
    .section-tax-select .accordion--item.open, .section-tax-select .accordion--item:hover {
      border-color: #9DD0FF;
      background: #fff;
      box-shadow: 4px 4px 14.7px rgba(36, 99, 235, 0.1), 0 4px 4px rgba(1, 19, 99, 0.05); }
  .section-tax-select .banner-mb {
    display: none; }
    .section-tax-select .banner-mb img {
      border-radius: 12px; }
  .section-tax-select .btn-more {
    margin-top: 8px; }
  @media (min-width: 992px) {
    .section-tax-select .list-item .row {
      gap: 20px; }
      .section-tax-select .list-item .row > div {
        flex: 0 0 auto;
        width: calc(50% - 10px); }
    .section-tax-select .accordion-image {
      padding-right: 20px; }
      .section-tax-select .accordion-image img {
        border-radius: 24px; }
    .section-tax-select .accordion--item--content {
      display: block; } }
  @media (max-width: 991px) {
    .section-tax-select .banner-mb {
      display: block;
      padding-top: 15px; }
    .section-tax-select .accordion-image {
      display: none; }
    .section-tax-select .accordion-title {
      width: 100%; }
    .section-tax-select .accordion--item {
      padding: 10px 15px;
      border-color: #e0ecfd; }
      .section-tax-select .accordion--item--title .title {
        flex-flow: nowrap;
        align-items: center; } }
  @media (max-width: 767px) {
    .section-tax-select .list-item {
      padding: 20px 10px 10px;
      border-radius: 24px; }
      .section-tax-select .list-item--2 {
        margin-top: 10px; }
      .section-tax-select .list-item .row {
        gap: 0; }
      .section-tax-select .list-item .item-title {
        margin-bottom: 12px; }
        .section-tax-select .list-item .item-title .num {
          width: 30px;
          height: 30px;
          font-size: 10px; }
        .section-tax-select .list-item .item-title .title {
          font-size: 20px; }
    .section-tax-select .accordion--item {
      border-radius: 12px; }
      .section-tax-select .accordion--item, .section-tax-select .accordion--item.open {
        padding: 15px 12px; }
      .section-tax-select .accordion--item--title {
        font-size: 18px; }
        .section-tax-select .accordion--item--title .title {
          gap: 10px; }
          .section-tax-select .accordion--item--title .title .icon-tt {
            width: 40px; }
    .section-tax-select .accordion-title {
      font-size: 20px;
      margin-bottom: 15px; } }
