.page-section--about {
  position: relative !important;
  top: -104px;
  background-color: white;
  max-width: 1171px;
  margin: auto
}

.introduction-us {
   gap: 24px;
}
.introduction-us-menu {
  margin-top: 32px;
}

.introduction-us-menu > li {
  border-bottom: 1px solid #ccc;
}

.introduction-us-menu > li:last-child {
  border-bottom: none
}

.page-section--about .vision-mission-content .vision-mission-content-card p {
  text-align: center;
}

.page-section--about .timeline-container {
  max-height: 1982px;
  background-color: #F0F7FF;
  padding: 22px;
  overflow-y: scroll;
  line-height: normal;
  border-radius: 20px;
}

.page-section--about .timeline {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
}

.page-section--about .timeline::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #000000;
}


.page-section--about .timeline .timemark {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 100px;
}

.page-section--about .timeline .timemark > * {
  width: 50%;
}

.page-section--about .timeline .timemark .dot{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); 
  width: 23px; 
  height: 23px; 
  background-color: #2764BC;
  border-radius: 50%;
 outline: 10px solid #F0F7FF;
 margin: 12px 0;
}

.page-section--about .timeline .timemark:hover .dot{
  transform: translate(-50%, 0)  scale(1.2);
}

.page-section--about .timeline .timemark .card {
  border-radius: 10px;
  max-width: 408px;
  background-color: white;;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  margin-right: auto;
  /* overflow: hidden; */
}






.page-section--about .timeline .timemark .card .title {
  padding: 8.5px 12px;
  font-weight: 700;
  font-size: 19.599px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  background-color: #1A437E; 
  line-height: normal;
  position: relative;;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.page-section--about .timeline .timemark .card .title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 24px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-right-color: #1A437E;
	border-left: 0;
	margin-top: -16px;
	margin-left: -16px;
}

.page-section--about .timeline .timemark .card .thumbnail > img {
  width: 100%;
}





.page-section--about .timeline .timemark .card p{
  padding: 16px;
  font-size: 14px;
  line-height: 133.4%;
  text-align: center;
  color: #000000;
}

.page-section--about .timeline .timemark .text {
  text-align: right;
  font-size: 36px!important;
  font-weight: 700;
  font-size: 36px;
  color: #E36D2E;
  line-height: 48.02px;
  margin-bottom: 5px;
}

.page-section--about .timeline .timemark--text-right .text {
  order: 3;
  text-align: left;
}

.page-section--about .timeline .timemark--text-right .card {
  margin: 0;
  margin-left: auto;
}

.page-section--about .timeline .timemark--text-right .card .title::after {
	right: 0;
  left: unset;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-color: #1A437E;
	border-right: 0;
	margin-top: -16px;
	margin-right: -16px;
}

.page-section--about .timeline .timemark--current {
  flex-direction: column;
  gap: 0; 
  align-items: center;
  background-color: #F0F7FF ;
}

.page-section--about .timeline .timemark--current .text{
  text-align: center;
}

.page-section--about .timeline .timemark.timemark--current .dot {
  position: relative;
  top: unset; 
  left: unset;  
  transform: none;
  width: 63px;
  height: 63px;
  margin: 0;
}

.page-section--about .timeline .timemark.timemark--current .dot::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%; 
  left: 50%;  
  transform: translate(-50%, -50%);
  padding: 13px;
  background-color: white;
  border-radius: 50%;
}


: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: 8px !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;
}

.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;
}

.text-center {
  text-align: center !important;
}

.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;
}

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

.search-product .search-input {
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
}

.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-between;
}

.page-section--contact .send-message-form {
  border: 1px solid var(--main-bg-color);
  border-radius: 10px;
  width: 40%;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  /* max-height: 563px; */
}

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

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

.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 .role {
  display: flex;
  margin-bottom: 20px;
}

.page-section--contact .send-message-form .role input {
  margin-right: 5px;
}

.page-section--contact .send-message-form .role div:first-child {
  margin-right: 20px;
}

.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;
}

/* PERSONAL CUSTOMER PAGE */

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

.page-section--personal-customer .product-list {
  display: grid;
  grid-template-columns: 360px 360px 360px;
  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: 0px 60px 10px rgba(29, 91, 130, 0.7);
}

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

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

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

.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: 13px 30px;
}

.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 4px 4px #A9D7FF;
  border-radius: 16px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  color: #434343;
  padding: 35px;
  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;
}
.page-section--enterprise-customer .page-section--insurance-list .insurance-list-item .item-header img {
  max-width: 80px;
}

.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: 36px;
  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;
}

.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: 20px;
  font-weight: 400;
  line-height: 27px;
  padding: 0 50px 50px
}

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

.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 .input-form {
  width: 100%;
  border: none;
  border-radius: 9px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}

.page-section--enterprise-customer .free-trial-form .input-form-with-icon {
  display: flex;
}

.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 .submit-btn {
  margin-top: 40px;
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  color: #FFFFFF;
  background-color: #E36D2E;
  text-align: center;
}

.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: 48px;
  height: 48px;
  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 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;
}

.page-section--enterprise-customer .page-section--consultant {
  position: relative;
  margin: 50px auto 200px;
}

.page-section--enterprise-customer .page-section--consultant .marketing-team-leader-info {
  position: relative;
  right: -30%;
  width: 70%;
  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: 340px !important;
  height: auto !important;
  z-index: 9999;
}

.page-section--enterprise-customer .page-section--consultant .leader-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-section--enterprise-customer .page-section--consultant .leader-quote {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  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: 18px;
  font-weight: 700;
}

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

.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: 360px;
}

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

.page-section--enterprise-customer .page-section--consultant .consultant-request-form-container {
  position: absolute;
  left: 0;
  z-index: 999;
  top: 20px;
  width: 60%;
  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  .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;
}

.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-info .product-type-list {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 200px;
  position: absolute;
  top: 100px;
  left: -180px;
}

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

.page-section--product .product-info .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-info .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-info .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-info .product-type-list > div:first-child {
  color: #ffffff;
  background-color: var(--main-bg-color);
  margin-bottom: 20px;
}

.page-section--product .product-info .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 20px;
}

.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: 40px;
}

.page-section--product .product-info-table .product-info-table--header div {
  position: relative;
}

.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: 100%;
  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 .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;
}

/* PAGE RECRUITMENT */

.page-section--recruitment .working-environment {
  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;
  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;
  padding: 8px 10px;
}

.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;
}

.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;
}

.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 .jobs-list {
  display: grid;
  grid-template-columns: 410px 410px;
  grid-gap: 60px 160px;
  place-content: center;
}

.page-section--recruitment .jobs-list .job-list-item {
  position: relative;
  border-radius: 10px;
  padding: 5px 15px 0;
}

.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: 24px;
  line-height: 32px;
}

.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 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: 500 !important;
}

.page-section--recruitment .jobs-list .job-list-item .job-apply-desc .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 {
  background-color: #EE9736;
  color: #ffffff;
}

.page-section--recruitment .pagination {
  width: calc(100% - 240px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-section--recruitment .pagination .pagination-number {
  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;
}

/* ABOUT PAGE */
.page-section--about {
  width: calc(100% - 200px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px 50px 0px 0px;
  font-size: 18px;
  font-weight: 400px;
  line-height: 24px;
  color: #000000;
}

.page-section--about .title {
  color: var(--main-bg-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.page-section--about .introduction-us {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}

.page-section--about .introduction-us .introduction-us-menu {
  padding: 0 10px;
  background-color: var(--main-bg-color);
  color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  height: fit-content;
}

.page-section--about .introduction-us .introduction-us-menu li {
  padding: 10px 0;
  cursor: pointer;
}

.page-section--about .introduction-us .introduction-us-menu li:hover a {
  color: #FFAF65;
}

.page-section--about .introduction-us .introduction-us-menu li a{
  color: white;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

.page-section--about .introduction-us .introduction-us-menu li:hover {
  color: #FFAF65;
}

.page-section--about .introduction-us .introduction-us-menu li:not(ul.introduction-us-menu li:last-child) {
  border-bottom: 1px solid #ffffff;
}

.page-section--about .introduction-us-content {
  width: 80%;
}

.page-section--about .introduction-us-content .breadcrumb img {
  margin-left: 0;
}

.page-section--about .introduction-us-content hr {
  background-color: #E36D2E;
  height: 5px;
}

.page-section--about .introduction-us-content p {
  margin-bottom: 20px;
}

.page-section--about .introduction-us-content img {
  margin-left: 50px;
}

.page-section--about .vision-mission {
  background: #F0F7FF;
}

.page-section--about .vision-mission > div {
  width: 70%;
  padding-top: 15px;
}

.page-section--about .vision-mission .container{
  width: 88%;
  padding-top: 15px;
}


.page-section--about .vision-mission-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 25px 0;
}

.page-section--about .vision-mission-content .vision-mission-content-card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 20.3876px;
  width: 210px;
  color: var(--main-bg-color);
  background-color: #ffffff;
  padding: 20px;
}

.page-section--about .vision-mission-content .vision-mission-content-card .card-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 38px;
  padding: 10px 0;
}

.page-section--about .vision-mission-content .vision-mission-content-card p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.page-section--about .vision-mission-content .vision-mission-content-card .card-image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: var(--main-bg-color);
}

.page-section--about .vision-mission-content .vision-mission-content-card:hover {
  background-color: var(--main-bg-color);
  color: #ffffff;
}

.page-section--about .vision-mission-content .vision-mission-content-card:hover .card-image {
  background-color: #ffffff;
}

img.hover{
	display: none;
}

.page-section--about .vision-mission-content .vision-mission-content-card:hover img.hover {
  display: block;
}

.page-section--about .vision-mission-content .vision-mission-content-card:hover img {
  display: none;
}

.page-section--about .member-list {
  background-image: url(./assets/img/bg-about.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 30px 40px;
}

.page-section--about .member-info .title {
  font-size: 18px !important;
  letter-spacing: 3%;
  margin-bottom: 5px !important;
  line-height: 24px !important;
}

.page-section--about .member-info .role {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-section--about .member-info .desc {
  color: #000000;
  position: relative;
  z-index: 1;
}

.page-section--about .leader {
  display: flex;
  align-items: flex-start;
  max-width: 740px;
  margin-bottom: 75px;
}

.page-section--about .leader img {
  margin-right: 40px;
}

.page-section--about .leader-member-list {
  display: grid;
  grid-template-columns: repeat(6, 140px);
  grid-gap: 200px 50px;
  place-content: center;
  margin-top: 75px;
  padding-bottom: 200px;
  justify-content: center;
  place-items: center;
}

.page-section--about .leader-member-card {
  position: relative;
  grid-column: span 2;
}

.page-section--about .leader-member-card:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 4;
}

.page-section--about .leader-member-card:nth-child(8) {
  grid-column-start: 4;
  grid-column-end: 6;
}

.page-section--about .leader-member-card .member-info {
  max-width: 300px;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-section--about .leader-member-card .member-info .desc::before {
  width: 26px !important;
  height: 18px !important;
  top: -5px;
  left: -15px !important;
}

.page-section--about .history {
  max-width: 800px;
  padding-bottom: 50px;
}

.partner-section {
  background-color: #F0F7FF;
  width: 100%;
  padding: 40px 70px;
  margin-top: 50px;
}

.partner-section .title {
  color: var(--main-bg-color);
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 30px;
}

.partner-section .partner-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner-section .partner-list img {
  height: 110px;
  width: auto;
  margin: 0 15px;
}

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