:root {
  --red-color: #FF0000;
}

input {
  outline: none;
}

.hyperlink-text {
  color: #0044CC;
}

.consultation-btn {
  color: #ffffff !important;
  background-color: var(--main-bg-color) !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 5px 10px !important;
  width: fit-content;
  cursor: pointer;
}

.consultation-btn:hover {
  opacity: 0.7 !important;
}

.consultation-btn img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 0 !important;
  margin-right: 10px !important;
}

.consultation-btn .consultation-info p:first-child {
 	font-weight: 700;
    font-size: 12px;
}

.consultation-btn .consultation-info p:nth-child(2) {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
}

.center--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search-product {
  border: 1px solid #E36D2E;
  border-radius: 10px;
  max-width: 673px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.search-product input:focus-visible {
  outline: none !important;
}

.search-product input[type="text"] {
  border: none;  
  border-radius: 10px;
  padding: 0;
  padding-left: 6px;
  flex: 1;
}

.search-product input[type="text"]::placeholder{
  color: #A9A9A9;
  font-size: 16px;
}

.search-product img {
  width: 24px;
  height: auto;
}

.search-product .search-input {
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  border: 1.4px solid var(--orange-color);
  border-radius: 10px 0 0 10px;
}

.search-product .search-btn {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  background-color: #E36D2E;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 8px;
}

/* CONTACT PAGE */

.page-section--contact .page-section__header-desc,
.page-section--enterprise-customer .page-section__header-desc,
.page-section--product .page-section__header-desc,
.page-section--personal-customer .page-section__header-desc,
.page-section--recruitment .page-section__header-desc {
  font-size: 20px;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000000;
}

.page-section--contact .company-info {
  width: 100%;
}
.page-section--contact .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: var(--main-bg-color);
  position: relative;
  text-align: left;
}
.page-section--contact .company-info .title--secondary {
  color: var(--red-color) !important;
  font-size: 20px !important;
  margin-top: 10px !important;
}
.page-section--contact .title--underline::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 2px;
  background: #EE9736;
}

.page-section--contact .company-info .company-info-content {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  margin: 8px 0;
}

.page-section--contact .company-info .company-info-content img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.page-section--contact .company-info .company-info-content span {
  font-weight: 700;
}

.page-section--contact .text--red {
  color: var(--red-color) !important;
}

.page-section--contact .send-message {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 58px;
}

.page-section--contact .send-message-form {
  border: 1px solid var(--main-bg-color);
  border-radius: 10px;
  width: 40%;
  font-size: 16px;
  font-weight: 400;
  width: 473px;
  height: max-content;
  padding: 8px;
  padding-top: 11px;
}

.page-section--contact .send-message-form form {
  margin-top: 20px;
}


.page-section--contact .send-message-form form span input{
 height: 50px;
 width: 100%;
 color: #0F001A;
 padding-left: 14px;
 position: relative;
 margin-bottom: 20px;
}

/* .page-section--contact .send-message-form form span:nth-child(3) input{
  margin: 20px 0;
} */

.page-section--contact .send-message-form form p:nth-child(2) span{
  position: relative;
}

.page-section--contact .send-message-form form span input::placeholder{
 color: #878787;
 font-size: 16px;
 }

 
.page-section--contact .send-message-form form > input {
  padding: 10px;
}

.page-section--contact .send-message-form form p:nth-child(4) > input {
  width: 100%;
  background-color: #EE9736;
  height: 50px;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.page-section--contact .send-message-form form > input,
.page-section--contact .send-message-form textarea {
  margin-bottom: 20px;
  width: 100%;
  border: 1.2px solid #B4BEC8;
  border-radius: 4px;
  resize: none;
}

.page-section--contact .send-message-form textarea{
  height: 137px;
  margin-bottom: 2px;
}

.page-section--contact .send-message-form .role {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.page-section--contact .send-message-form .role input {
  /* margin-right: 5px; */
  width: 14px;
  height: 14px;

}

.page-section--contact .send-message-form .role div:first-child {
  /* margin-right: 20px; */
  width: 60px;
  font-size: 16px;
  margin: 0 !important;
}

.page-section--contact .send-message-form .role div:last-child span span span span {
 line-height: 20px;
}

.page-section--contact .send-message-form .role div:last-child span span span input {
  margin-bottom: 0 ;
 }

.page-section--contact .send-message-form .submit-btn {
  background: #EE9736;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 480px) {
  section.page-section.page-section--contact{
    padding: 0 12px;
  }
  .page-section--contact .send-message{
    flex-direction: column;
    gap: 4px;
  }
  .page-section--contact .send-message-form{
    width: 100%;
  }
}

/* PERSONAL CUSTOMER PAGE */

.page-section--personal-customer {
  margin-bottom: 35px;
}

.page-section--personal-customer .product-list {
  display: grid;
  grid-template-columns: 270px 270px 270px 270px;
  place-content: center;
  gap: 100px 20px;
}

.page-section--personal-customer .product-list-item {
  position: relative;
  border-radius: 20px 30px;
  height: 360px;
  max-width: 360px;
}

.page-section--personal-customer .product-list-item:hover {
  box-shadow: unset;
}

.page-section--personal-customer .product-list-item img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: auto;
}

.page-section--personal-customer .product-list-item .product-info {
    border: none;
    border-radius: 16px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
    padding: 8px;
    position: absolute;
    bottom: -50px;
    background-color: #ffffff;
    width: 100%;
}

.page-section--personal-customer .product-list-item .product-info .product-name {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #E36D2E;
    font-weight: 700;
    margin-bottom: 0;
}

.page-section--personal-customer .product-list-item .product-info .product-desc {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin: 5px 0;
}

.page-section--personal-customer .product-list-item .product-info .product-desc img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 0;
}

.page-section--personal-customer .product-list-item .product-info .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 10px 0;
}

.page-section--personal-customer .product-list-item .product-info .btn-group > div {
  cursor: pointer;
}

.page-section--personal-customer .product-list-item .product-info .btn-group .detail-btn {
  border: 1px solid #E36D2E;
  border-radius: 10px;
  color: #E36D2E;
  padding: 11px 25px;
  text-decoration: none;
  font-size: 12px;
}

.page-section--personal-customer .product-list-item .product-info .btn-group .detail-btn:hover {
  background-color: #E36D2E;
  border: none;
  color: #ffffff;
}

/* ENTERPRISE CUSTOMER PAGE */

.page-section--enterprise-customer .page-section--insurance-list .bg img {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 720px;
  object-fit: cover;
}

.page-section--enterprise-customer .page-section--insurance-list {
  margin-bottom: 20px;
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-top: 30px;
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list .insurance-list-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px #A9D7FF;
  border-radius: 16px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  color: #434343;
  /* padding: 35px; */
  padding: 27px 19px 0px 19px;
  height: 305px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list .insurance-list-item:hover {
  color: #ffffff !important;
  background: #19447E;
  box-shadow: 0px 10px 10px rgba(25, 68, 126, 0.25);
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list .insurance-list-item:hover .item-header {
  color: #ffffff !important;
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list-item .item-header {
  color: #19447E;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 79px;
  position: relative;
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list-item .item-header h4{
  position: absolute;
  top: 85px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 0 20px;
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list-item .item-header .img {
  height: 76px;
  width: 76px;
  display: flex;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 9px;
  overflow: hidden;
}

.page-section--enterprise-customer .page-section--insurance-list .insurance-list-item .item-header .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.page-section--enterprise-customer .page-section--technology-products {
  padding: 50px 0;
}

.page-section--enterprise-customer .page-section--technology-products .page-section__header,
.page-section--enterprise-customer .page-section--interests .page-section__header {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--main-bg-color);
  text-align: center;
  margin-bottom: 10px;
}

.page-section--enterprise-customer .page-section--technology-products .page-section__content {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  max-width: 660px;
  margin: 0 auto;
}

.page-section--enterprise-customer .page-section--free-trial {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.page-section--enterprise-customer .page-section--free-trial > img {
  width: 50%;
}

.page-section--enterprise-customer .free-trial-form-container {
  background-color: #19447E;
  border: none;
  border-radius: 0 17px 17px 0;
  color: #ffffff;
  height: max-content;
  padding-bottom: 16px;
}

.page-section--enterprise-customer .free-trial-form-container .title {
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
  padding-top: 20px;
  padding-left: 50px;
}

.page-section--enterprise-customer .free-trial-form-container .lines {
  margin: 14px 0;
}

.page-section--enterprise-customer .free-trial-form-container .lines hr {
  height: 5px;
  background-color: #FFFFFF;
  margin: 0;
}

.page-section--enterprise-customer .free-trial-form-container .lines hr:first-child {
  width: 40%;
  margin-bottom: 10px;
}

.page-section--enterprise-customer .free-trial-form-container .lines hr:nth-child(2) {
  width: 30%;
}

.page-section--enterprise-customer .free-trial-form-container .desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 50px 50px;
  padding-top: 27px;
}

.page-section--enterprise-customer .page-section--free-trial .free-trial-form-container .desc {
  padding-top: 0;
}

.page-section--enterprise-customer .free-trial-form {
  padding: 0 50px;
}

.page-section--enterprise-customer .free-trial-form .submit-btn input{
  background-color: var(--orange-color);
  color: var(--main-color);
  font-size: 19.39px;
  font-weight: 700;
}

.page-section--enterprise-customer .free-trial-form input,
.page-section--enterprise-customer .free-trial-form input:focus-visible {
  border: none;
  outline: none;
}
.page-section--enterprise-customer .free-trial-form-container .free-trial-form span{
  flex: 1;
}

.page-section--enterprise-customer .free-trial-form input{
  width: 100%;
}

.page-section--enterprise-customer .free-trial-form .input-form {
  width: 100%;
  border: none;
  border-radius: 9px;
  background-color: #ffffff;
  padding: 10px;
  height: 55px;
  margin-bottom: 21px;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon {
  display: flex;
  position: relative;
  height: max-content;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon:nth-child(2):before {
  background-image: url(/wp-content/themes/huongda-gc/assets/icon/mail.svg), linear-gradient(white, white);
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon:nth-child(3):before {
  background-image: url(/wp-content/themes/huongda-gc/assets/icon/icon-unfilled-phone.svg), linear-gradient(white, white);

}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon .fullname input {
  line-height: 31px;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon .email input {
  line-height: 31px;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon .phone input {
  line-height: 31px;
}


.page-section--enterprise-customer .free-trial-form .submit-btn {
  margin-top: 21px;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #FFFFFF;
  background-color: #E36D2E;
  text-align: center;
}

.page-section--enterprise-customer .free-trial-form .submit-btn input{
  line-height: 12px;
}

.page-section--enterprise-customer .free-trial-form-container .social-share {
  display: flex;
  justify-content: space-between;
  max-width: 180px;
  margin-top: 25px;
  align-items: center;
}

.page-section--enterprise-customer .page-section--interests .interests-table {
  border-radius: 1px;
}

.page-section--enterprise-customer .page-section--interests .interests-table img {
  width: 35px;
  height: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-section--enterprise-customer .page-section--interests .interests-table,
.page-section--enterprise-customer .page-section--interests .interests-table th,
.page-section--enterprise-customer .page-section--interests .interests-table td {
  border: 1px solid #B9B9B9;
  border-collapse: collapse;
}

.page-section--enterprise-customer .page-section--interests .interests-table td a {
  text-decoration: none;
}

.page-section--enterprise-customer .page-section--interests .interests-table th,
.page-section--enterprise-customer .page-section--interests .interests-table td {
  width: 20%;
  padding: 10px;
}

.page-section--enterprise-customer .page-section--interests .interests-table th,
.page-section--enterprise-customer .page-section--interests .interests-table tr:not(.fee) > td:first-child {
  color: #19447E;
  font-size: 20px;
}
.page-section--enterprise-customer .page-section--interests .interests-table tr:not(.fee) > td:not(td:first-child) {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.page-section--enterprise-customer .page-section--interests .interests-table tr:not(.fee) > td:first-child {
  font-weight: 500;
}

.page-section--enterprise-customer .page-section--interests .interests-table th {
  font-weight: 700px !important;
  background: rgba(0, 0, 0, 0.05);
}

.page-section--enterprise-customer .page-section--interests .interests-table .fee {
  background-color: #19447E;
  color: #ffffff;
  font-weight: 400 !important;
  font-size: 20px;
  text-align: center;
}

.page-section--enterprise-customer .page-section--interests .interests-table .urgent-call-btn {
  padding: 8px 15px;
  border-radius: 22px;
  background-color: #E36E2F;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  height: 61.53px;
  line-height: 61.53px;
}

.page-section--enterprise-customer .page-section--consultant {
  position: relative;
  margin: 50px auto 97px;
  /* height: 430px; */
  height: max-content;
}

.page-section--enterprise-customer .page-section--consultant {

}

.page-section--enterprise-customer .page-section--consultant .marketing-team-leader-info {
  margin-bottom: -42%;
  position: relative;
  margin-left: 29%;
  z-index: 1;
  /* right: -30%; */
  right: 0;
  width: 831px;
  background-color: #DAECF9;
  border-radius: 19px;
  padding: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page-section--enterprise-customer .page-section--consultant .marketing-team-leader-info .leader-info-slider {
  width: 386px !important;
  height: auto !important;
  z-index: 9999;
}

.page-section--enterprise-customer .page-section--consultant .leader-info {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  position: relative;
  margin-bottom: 62px;
}

.page-section--enterprise-customer .page-section--consultant .leader-info .star-rate {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  height: 31px;
  display: flex;
  flex-direction: row;
  gap: 0;
}

.page-section--enterprise-customer .page-section--consultant .leader-info .star-rate img{
  height: 18px;
}


/* .page-section--enterprise-customer .page-section--consultant .leader-info::before {
  content: '';
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  background-image: url(/wp-content/themes/huongda-gc/assets/icon/Star.svg);
  width: 100px;
  height: 31px;
  background-repeat: repeat-x;
  /* background-size: cover; */

.page-section--enterprise-customer .page-section--consultant .leader-quote {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: #19447E;
  padding: 10px 0 20px;
}

.page-section--enterprise-customer .page-section--consultant .leader-info img {
  margin-right: 20px;
}

.page-section--enterprise-customer .page-section--consultant .leader-name {
  color: #19447E;
  font-size: 22px;
  font-weight: 700;
}

.page-section--enterprise-customer .page-section--consultant .leader-role {
  color: #666666;
  font-size: 18px;
}

.page-section--enterprise-customer .page-section--consultant .marketing-team-leader-info .rating-stars {
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.page-section--enterprise-customer .page-section--consultant .marketing-team-leader-info .rating-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-section--enterprise-customer .page-section--consultant .slider-buttons {
  display: flex;
  justify-content: space-between;
  width: 386px;
}

.page-section--enterprise-customer .page-section--consultant .slider-buttons img {
  cursor: pointer;
}

.page-section--enterprise-customer .page-section--consultant .consultant-request-form-container {
  position: relative;
    z-index: 2;
  left: 0;
  /* z-index: 999; */
  top: 20px;
  width: 641px;
  border-radius: 18px !important;
  margin-top: 20px;
}

.page-section--enterprise-customer .page-section--consultant .consultant-request-form-container .form-header-line-2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-right: 50px;
  font-size: 21px;
}

.page-section--enterprise-customer .page-section--consultant .consultant-request-form-container .title {
  text-align: right;
  padding-right: 50px;
}

.page-section--enterprise-customer .page-section--consultant .consultant-request-form-container .lines {
  width: 50%;
}

.page-section--enterprise-customer .page-section--consultant .lSSlideOuter {
  width: 386px !important;
}

.page-section--enterprise-customer .page-section--consultant .lSSlideOuter {
  width: 386px !important;
}

.page-section--enterprise-customer  .consultant-request-form-container .lines hr:first-child {
  width: 100% !important;
  margin-bottom: 10px;
}

.page-section--enterprise-customer  .consultant-request-form-container .lines hr:nth-child(2) {
  width: 80%;
}

.page-section--enterprise-customer  .consultant-request-form {
  padding-bottom: 30px;
}

.page-section--enterprise-customer  .consultant-request-form .submit-btn {
  margin: 0;
}

/* PRODUCT PAGE */

.page-section--product .center {
  display: flex;
  justify-content: center;
}

.page-section--product .insurance-interest {
  margin: 50px auto;
}

.page-section--product .insurance-interest .title {
  font-size: 36px;
  font-weight: 700;
  color: #19447E;
  text-align: center;
}

.page-section--product .insurance-interest .insurance-interest-icons-group {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.page-section--product .insurance-interest .insurance-interest-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
}

.page-section--product .insurance-interest .insurance-interest-list .insurance-interest-list-item {
  position: relative;
  text-align: center;
  max-width: 250px;
}

.page-section--product .insurance-interest .insurance-interest-list .insurance-interest-list-item img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.page-section--product .insurance-interest .insurance-interest-list .insurance-interest-list-item .item-title {
  margin-top: 150px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #19447E;
}

.page-section--product .insurance-interest .insurance-interest-list .insurance-interest-list-item .item-desc {
  font-size: 20px;
  color: #434343;
  font-weight: 400;
}

.page-section--product .insurance-interest .insurance-interest-list .gradient-line {
  margin-top: 45px;
}

.page-section--product .product-slogan {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-section--product .product-slogan img:not(.quote-icon) {
  border-radius: 20px;
}

.page-section--product .product-slogan-content {
  position: relative;
  background-color: #DAECF9;
  border-radius: 0 19px 19px 0;
  padding: 30px 15px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: 450px !important;
  height: auto !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.page-section--product .product-slogan-content .quote-icon  {
  position: absolute;
  width: 70px;
  height: auto;
  opacity: 0.6;
}

.page-section--product .product-slogan-content .title  {
  margin-top: 50px;
  font-size: 36px;
  color: #19447E;
  font-weight: 700;
}

.page-section--product .product-slogan-content .content  {
  font-size: 20px;
  font-weight: 400;
}

.page-section--product .page-section--consultant {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.page-section--product .page-section--consultant > img {
  max-height: 612px;
}

.page-section--product .consultant-form-container {
  background-color: #19447E;
  border: none;
  color: #ffffff;
  width: 50%;
}

.page-section--product .consultant-form-container .title {
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
  padding-top: 20px;
  padding-left: 50px;
}

.page-section--product .consultant-form-container .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  padding: 20px 50px;
}

.page-section--product .consultant-form {
  padding: 0 50px;
}

.page-section--product .consultant-form input,
.page-section--product .consultant-form input:focus-visible {
  border: none;
  outline: none;
  width: 100%;
}

.page-section--product .consultant-form .input-form {
  width: 100%;
  border: none;
  border-radius: 9px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}

.page-section--product .consultant-form .input-form-with-icon {
  display: flex;
}

.page-section--product .consultant-form .input-form-with-icon select {
  color: #19447E;
  font-weight: 500;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 100%;
  outline: none;
}

.page-section--product .consultant-form .input-form-with-icon img:first-child {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.page-section--product .consultant-form .submit-btn {
  margin-top: 40px;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #FFFFFF;
  background-color: #E36D2E;
  text-align: center;
}

.page-section--product .consultant-form-container .social-share {
  display: flex;
  justify-content: space-between;
  max-width: 180px;
  margin-top: 25px;
  align-items: center;
}

.page-section--product .product-info {
  position: relative;
  margin-bottom: 50px;
  max-width: 1170px;
}

.page-section--product .product-type-list {
  font-size: 24px;
  font-weight: 500;
  max-width: 200px;
  position: absolute;
  top: 500px;
  left: 0;
  z-index: 1;
}

.page-section--product .product-type-list > div {
  border: 1px solid var(--main-bg-color);
  border-left: none;
  padding: 15px;
  min-height: 128px;
}

.page-section--product .product-type-list .stolen-type::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 65px solid transparent;
  border-left: 26px solid var(--main-bg-color);
  border-bottom: 65px solid transparent;
}

.page-section--product .product-type-list .compulsory-type::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;border: 65px solid transparent;
  border-right: 12px solid var(--main-bg-color);
  transform: rotate(180deg);
}

.page-section--product .product-type-list .compulsory-type::after {
  content: "";
  position: absolute;
  left: 99.6%;
  bottom: -1px;
  width: 0;
  height: 0;border: 65px solid transparent;
  border-right: 12px solid #ffffff;
  transform: rotate(180deg);
}

.page-section--product .product-type-list > div:first-child {
  color: #ffffff;
  background-color: var(--main-bg-color);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.page-section--product .product-type-list > div:nth-child(2) {
  background-color: #ffffff;
  color: var(--main-bg-color);
  border-right: none;
}

.page-section--product .product-info-table {
  max-width: 1170px;
  background: #F0F7FF;
  border-radius: 23px;
  padding: 25px 36px;
}

.page-section--product .product-info-table .product-info-table--header {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  color: var(--main-bg-color);
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 34px;
}

.page-section--product .product-info-table .product-info-table--header label {
  position: relative;
  cursor: pointer;
}

.page-section--product .product-info-table .product-info-table--header div.active {
  color: #E36D2E;
}

.page-section--product .product-info-table .product-info-table--header div.active::after {
  background-color: #E36D2E;
  height: 3.4px;
  text-decoration: underline;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.page-section--product .product-info-table .product-info-table--content {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.page-section--product .product-info-table .product-info-table--content > div:first-child {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-section--product .product-info-table .product-info-table--content .incurrence-interests .title {
  color: #E36D2E;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-section--product .product-info-table .product-info-table--content .incurrence-interests > div:not(.title) {
  margin-bottom: 15px;
}

.page-section--product .product-info-table .product-info-table--content .incurrence-interests {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.page-section--product .product-info-table .product-info-table--content .incurrence-interests .download-doc-btn{
  border-radius: 12px;
  background-color: #E36D2E;
  color: white;
  font-size: 18.14px;
  font-weight: 700;
  text-align: center;
  height: 46px;
  width: max-content;
  padding: 0 12px;
  cursor: pointer;
}

.page-section--product .product-info-table .product-info-table--content .incurrence-interests .desc{
  margin-bottom: 50px;
}

.page-section--product .product-info-table .product-info-table--content .compensation-table {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  max-width: 535px;
}

.page-section--product .product-info-table .product-info-table--content .compensation-table > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-section--product .product-info-table .product-info-table--content .compensation-table hr {
  background-color: #C1C1C1;
  height: 1px;
  max-width: 435px;
  margin: 10px auto;
}

.page-section--product .product-info-table .product-info-table--content .compensation-table .text--red {
  color: #BF272D;
  font-weight: 700;
}

.page-section--product .product-info-table .product-info-table--content .compensation-table .text--blue {
  color: #2A3790;
  font-weight: 700;
}

.page-section--product .product-info-table .product-info-table--content .buy-btn {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  color: #ffffff;
  background-color: #E47134;
  border-radius: 19px;
  width: fit-content;
  padding: 18px;
  margin-left: 40px;
  cursor: pointer;
}

/* PAGE RECRUITMENT */

.page-section--recruitment .working-environment {
  max-width: 1190px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  background-image: url(./assets/img/bg-recruitment.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-section--recruitment .working-environment .working-environment-info-with-image {
  display: flex;
  align-items: flex-start;
}

.page-section--recruitment .working-environment .working-environment-info-with-image > div:first-child {
  margin-right: 35px;
}

.page-section--recruitment .working-environment .working-environment-info-with-image .image img {
  max-width: 520px;
}

.page-section--recruitment .working-environment .working-environment-info-with-image .image--smaller img {
  width: 100px;
}

.page-section--recruitment .working-environment .working-environment-info-with-image .image.image-group {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}

.page-section--recruitment .working-environment .working-environment-info-with-image .image-group img:nth-child(2) {
  grid-area: 1 / 2 / span 2 / span 2;

}

.page-section--recruitment .working-environment .working-environment-info-content {
  position: relative;
  margin-bottom: 50px;
}

.page-section--recruitment .working-environment .title {
  font-size: 24px!important;
  line-height: 32px;
  font-weight: 700;
  color: #E36E2F;
  margin-bottom: 10px;
}

.page-section--recruitment .working-environment .title--blue {
  color: #1A437E;
}

.page-section--recruitment .working-environment a {
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #E36E2F;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}

.page-section--recruitment .working-environment .slider-images {
  margin-top: 40px;
  margin-bottom: -25px;
}

.page-section--recruitment .working-environment .slider-images li{
  max-width: 300px !important;
}

.page-section--recruitment .working-environment .lSPager.lSpg {
  display: none;
}

.page-section--recruitment .video-intro {
  margin: 50px auto 30px;
}

.page-section--recruitment .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  color: var(--main-bg-color);
  margin-bottom: 20px;
}

.page-section--recruitment .sub-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 35px;
  font-weight: 600;
}

.page-section--recruitment .search-product {
  border-radius: 10px !important;
  border-color: #EE9736;
  width: calc(100% - 300px);
}

.page-section--recruitment .search-product .search-btn {
  background-color: #EE9736 !important;
  border-radius: 8px !important;
  padding: 8px 40px;
  font-weight: 600;
}

.page-section--recruitment .search-product .search-input {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
}

.page-section--recruitment .search-product .search-input input {
  width: 100%;
  padding-left: 10px;
}

.page-section--recruitment .search-product .search-input input::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #A9A9A9;
}

.page-section--recruitment .jobs-list {
  display: grid;
  grid-template-columns: 410px 410px;
  grid-gap: 60px 300px;
  place-content: center;
}

.page-section--recruitment .jobs-list .job-list-item {
  position: relative;
  border-radius: 10px;
  padding: 6px 12px 2px 17px;
  height: max-content;
}

.page-section--recruitment .jobs-list .job-list-item img {
  position: absolute;
  top: 0;
  right: 0;
}

.page-section--recruitment .jobs-list .job-list-item .job-name {
  color: var(--main-bg-color);
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  text-transform: uppercase;
  width: 340px;
}

.page-section--recruitment .jobs-list .job-list-item .job-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0;
  color: var(--main-bg-color);
}

.page-section--recruitment .jobs-list .job-list-item .job-apply-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--main-bg-color);
}

.page-section--recruitment .jobs-list .job-list-item .job-apply-desc > div {
  flex: 1;
}

.page-section--recruitment .jobs-list .job-list-item .job-apply-desc p {
  color: #888888;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.page-section--recruitment .jobs-list .job-list-item .job-apply-desc p .text-bold {
  font-weight: 600 !important;
}

.page-section--recruitment .jobs-list .job-list-item .job-apply-desc .apply-btn,.apply-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 8px;
  border: 1px solid #EE9736;
  border-radius: 5px;
  cursor: pointer;
  color: #EE9736;
}

.page-section--recruitment .jobs-list .job-list-item:hover {
  background-color: #F0F7FF;
}

.page-section--recruitment .jobs-list .job-list-item:hover .job-apply-desc {
  border-bottom-color: #EE9736 !important;
}

.page-section--recruitment .jobs-list .job-list-item:hover .apply-btn, .apply-btn.active {
  background-color: #EE9736;
  color: #ffffff;
}

.page-section--recruitment .pagination {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    margin: 40px auto;
}

.page-section--recruitment .pagination .pagination-number,
.page-section--recruitment .pagination .page-numbers {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 17px;
  margin: 20px 5px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #000000;
  color: var(--main-bg-color);
}

.page-section--recruitment .pagination .pagination-number:hover {
  background-color: var(--main-bg-color);
  border-color: var(--main-bg-color) !important;
  color: #ffffff !important;
}

@media (min-width: 1490px) {
  .page-section--enterprise-customer .page-section--insurance-list .bg img {
    object-fit: fill;
  }
}

.page-section--product .product-info .product-info-table > input {
  display: none;
}

.page-section--product .product-info .product-info-table > #btn1:checked ~ .product-info-table--header label:nth-child(1) {
  color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn2:checked ~ .product-info-table--header label:nth-child(2) {
  color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn3:checked ~ .product-info-table--header label:nth-child(3) {
  color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn4:checked ~ .product-info-table--header label:nth-child(4) {
  color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn5:checked ~ .product-info-table--header label:nth-child(5) {
  color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn6:checked ~ .product-info-table--header label:nth-child(6) {
  color: #E36D2E;
}

.page-section--product .product-info .product-info-table .product-info-table--header label::after {
  height: 3.4px;
  text-decoration: underline;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.page-section--product .product-info .product-info-table > #btn1:checked ~ .product-info-table--header label:nth-child(1)::after {
  background-color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn2:checked ~ .product-info-table--header label:nth-child(2)::after {
  background-color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn3:checked ~ .product-info-table--header label:nth-child(3)::after {
  background-color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn4:checked ~ .product-info-table--header label:nth-child(4)::after {
  background-color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn5:checked ~ .product-info-table--header label:nth-child(5)::after {
  background-color: #E36D2E;
}

.page-section--product .product-info .product-info-table > #btn6:checked ~ .product-info-table--header label:nth-child(6)::after {
  background-color: #E36D2E;
}

.page-section--product .product-info .product-info-table .product-info-table--content {
  display: none;
}

.page-section--product .product-info .product-info-table > #btn1:checked ~ .rights {
  display: flex;
}

.page-section--product .product-info .product-info-table > #btn2:checked ~ .subjects {
  display: flex;
}

.page-section--product .product-info .product-info-table > #btn3:checked ~ .rules {
  display: flex;
}

.page-section--product .product-info .product-info-table > #btn4:checked ~ .range {
  display: flex;
}

.page-section--product .product-info .product-info-table > #btn5:checked ~ .exception {
  display: flex;
}

.page-section--product .product-info .product-info-table > #btn6:checked ~ .indemnification {
  display: flex;
}