.brochure-box {
  display: none;
}
.brochure-box:first-child {
  display: block;
}
.brochure-title {
  width: 50%;
  max-width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
.brochure-process {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  overflow: scroll;
}
.brochure-process::-webkit-scrollbar {
  display: none;
}
.brochure-process-item {
  position: relative;
  margin-right: 40px;
  padding-bottom: 20px;
  cursor: default;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  transition: 0.25s ease all;
}
.brochure-process-item::after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #000000;
  bottom: 0;
  left: 0;
  transition: 0.25s ease all;
  transform: scale(0);
}
.brochure-main {
  padding-bottom: 10px;
}
.brochure-process-item:hover {
  color: #000000;
}
.brochure-process-item:hover::after {
  transform: scale(1);
}
.brochure-process-item.active {
  color: #000000;
}
.brochure-process-item.active::after {
  transform: scale(1);
}

.brochure-item {
  background-color: #f2f2f2;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
}
.brochure-item-img {
  width: calc(100% / 3);
  margin-right: 40px;
}
.brochure-img-src {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
}
.brochure-content-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.brochure-link-gruop {
  width: 100%;
  display: flex;
}
.brochure-link {
  padding: 8px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 16px;
  border: none;
  outline: none;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  transition: 0.15s ease all;
}
.brochure-link:hover{
  background-color: #000;
}
.brochure-link span {
  margin-bottom: 5px;
}

.brochure-link svg {
  margin-left: 7px;
  transition: 0.15s ease-in-out all;
  transform-origin: center center;
  /* margin-top: 6px; */
}
.brochure-link:last-child {
  margin-right: 0;
}
.link-down {
  color: #ffffff;
  background-color: #0031a7;
}
.link-readonline{
  background-color: transparent;
  color: #0031a7;
}
.link-readonline:hover{
  background-color: transparent;
  color: #0031a7;
  text-decoration: underline;
}
.brochure-modal-footer-download:hover{
  background-color: #000;
}
.brochure-modal-footer-download svg{
  transition: 0.15s ease all;
}
.brochure-modal-footer-download:hover svg{
  transform: rotate(45deg);
}
.link-readonline svg path {
  fill: #0031a7;
}
.brochure-link:hover svg {
  transform: rotate(45deg);
}

/* custom css pagination */
.brochure-pagi {
  display: flex;
  justify-content: center;
  align-items: center;
}
#brochure-pagination .page-link {
  background: transparent;
  border: none;
  box-shadow: unset;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  position: relative;
  transition: 0.35s ease-in-out all;
  padding-bottom: 16px;
}

#brochure-pagination .page-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50%;
  left: 25%;
  border-bottom: 2px solid #000000;
  transition: 0.35s ease-in-out all;
  transform: scale(0);
}
#brochure-pagination .page-link:hover {
  color: #000000;
}
#brochure-pagination .page-link:hover::after {
  transform: scale(1);
}
#brochure-pagination.simple-pagination li {
  margin-right: 28px;
}
#brochure-pagination.simple-pagination li:last-child {
  margin-right: 0;
}
#brochure-pagination .current {
  background: transparent;
  border: none;
  box-shadow: unset;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
#brochure-pagination .current::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 50%;
  transform: translateX(50%);
  border-bottom: 2px solid #000000;
}

/* custom modal */
.brochure-modal {
  padding: 58px 92px;
}
.brochure-modal-title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #0031a7;
  margin-bottom: 22px;
}

.form-main-label {
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 8px;
}
.form-select {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.form-select input,
.form-select textarea {
  width: 100%;
  border: none;
  outline: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #b3b3b3;
}
.form-select input.error,
.form-select textarea.error {
  border-bottom: 1px solid #d92d20;
}
.form-select svg.form-select-svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.form-select-option {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
}
.form-select-option.active {
  display: block;
}
.form-select-option-list {
  width: 100%;
  background-color: #d9d9d9;
  padding: 0 20px;
}
.form-select-option-item {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.form-select-option-item span {
  position: relative;
}
.form-select-option-item span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.form-select-option-item span:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.row.row-form {
  margin-bottom: 40px;
  max-width: 100%;
}
.brochure-modal-footer-btn {
  border: none;
  outline: none;
  padding: 8px 16px;
  background-color: #ffffff;
}

.brochure-modal-footer-btn-text{
  font-weight: 600;
}
.brochure-modal-footer-close .brochure-modal-footer-btn-text:hover{
  text-decoration: underline;
}
.brochure-modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brochure-modal-footer-download {
  background: #0031a7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: 0.15s ease all;
}
p.error {
  margin-top: 4px;
  color: #d92d20;
  display: none;
}

@media screen and (min-width : 1024px ) and (max-width : 1366px) and (orientation: landscape) {
  .brochure-img-src{
    height: unset;
  }
  .brochure-link{
    font-size: 15px;
  }
}


@media screen and (min-width: 576px) and (max-width: 1310px) {
  /* .brochure-col:nth-child(odd) {
    padding-left: 0;
    padding-right: 20px;
  }
  .brochure-col:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  } */
}

@media screen and (max-width : 1024px) {
  .brochure-link-gruop{
    flex-direction: column;
  }
  .link-down{
    margin-bottom: 24px;
  }
  .brochure-link{
    width: fit-content;
    margin-right: 0;
  }
  .link-readonline{
    padding: 0;
  }
  .brochure-col{
    padding: 20px;
  }
  .brochure-item{
    margin-bottom: 0;
  }
  .brochure-img-src{
    height: 240px;
  }
  .contact-us-img{
    display: none;
  }
  .contact-us-main{
    width: 100%;
  }
}


@media screen and (max-width: 992px) {
  /* .brochure-col:nth-child(odd) {
    padding-left: 0;
    padding-right: 0px;
  }
  .brochure-col:nth-child(even) {
    padding-right: 0;
    padding-left: 0px;
  } */
}

@media screen and (max-width: 768px) {
  .col-form {
    margin-bottom: 40px;
  }
  .row.row-form {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .brochure-main {
    padding-bottom: 20px;
  }
  .brochure-item-img {
    width: 50%;
  }
  .brochure-content-col {
    width: 50%;
  }
  .brochure-item {
    padding: 16px;
    /* margin-bottom: 24px; */
  }
  .brochure-content-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 38px;
  }
  .brochure-link-gruop {
    flex-direction: column;
  }
  .link-readonline {
    padding: 0;
    margin-top: 16px;
  }
  .brochure-process-item {
    width: fit-content;
    white-space: nowrap;
  }
  .brochure-img-src {
    height: 168px;
    object-fit: cover;
    object-position: center;
  }
  .brochure-item-img {
    width: 115px;
  }
  .brochure-modal {
    padding: 20px;
  }
  .link-down{
    margin-bottom: 0;
  }
}

/* contactconsultant */
.contact-us {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.contact-us-main {
  padding: 40px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
.contact-us-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 360px;
}
.contact-us-img-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-us-main {
  width: 60%;
}
.contact-us-img {
  width: 40%;
}
.contact-us-title {
  font-weight: 700;
  font-size: 39px;
  line-height: 49px;
  color: #0031a7;
  margin-bottom: 30px;
}
.contact-us-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #737373;
  margin-bottom: 30px;

  width: 369px;
  max-width: 100%;
}
.contact-us-box {
  width: 700px;
  max-width: 100%;
}
.contact-us-link,
.contact-us-link:hover {
  padding: 8px 16px 12px;
  background-color: #0031a7;
  margin-right: 21px;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: 0.15s ease all;
}
.contact-us-link:hover {
  background-color: #000;
}
.contact-us-link:last-child {
  margin-right: 0;
}
.contact-us-icon {
  margin-left: 7px;
  transform: translateY(-3px);
  display: inline-block;
}
.contact-us-link svg {
  transition: 0.35s ease-in-out all;
}
.contact-us-link:hover svg {
  transform: rotate(45deg);
}
.contact-us-link-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tax-brochure-type .button_submit_wrapper {
  position: relative;
  margin-top: 16px;
  width: fit-content;
}
.tax-brochure-type .button_submit_wrapper #form-submit {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #0031a7;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.15s ease-in-out;
  border: none;
  box-shadow: none;
  padding-right: 44px;
}
.tax-brochure-type .button_submit_wrapper svg {
  position: absolute;
  top: 9px;
  right: 14px;
  transition: all 0.15s ease-in-out;
}
.tax-brochure-type .button_submit_wrapper:hover #form-submit {
    background-color: #000000;
}
.tax-brochure-type .button_submit_wrapper:hover svg {
    transform: rotate(45deg);
}
.tax-brochure-type .brochure-modal-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -35px;
}
@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape) {
    
  }

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width : 1024px) {
  .contact-us-img {
    display: none;
  }
  .contact-us-main {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .contact-us-img {
    display: none;
  }
  .contact-us-main {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-us-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .contact-us-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 150%;
  }
  .contact-us-link-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us-link {
    margin-bottom: 15px;
  }
  .contact-us-link:last-child {
    margin-bottom: 0;
  }
  .contact-us-link {
    transition: 0.15s ease all;
  }
  .contact-us-link:hover {
    background-color: #000;
  }
}


@media screen and (min-width : 768px) and (max-width : 1080px){
  .contact-us-img{
    display: block;
  }
  .contact-us-main{
    width: calc(100% - 305px);
  }
}

@media screen  and (min-width:1024px) and (max-width : 1128px) and (orientation: landscape) {
  .brochure-link{
    margin-right: 0;
    padding: 5px 22px;
  }
 }