@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

a:hover, a:focus {
  text-decoration: none;
}

.notifyjs-corner {
  position: fixed;
  margin: 5px;
  z-index: 1000000000 !important;
}

.back_to_top {
  position: fixed;
  width: 44px;
  height: 44px;
  background: var(--B2B-Gradient-Orange, linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%));
  color: #fff;
  bottom: 30px;
  right: 4%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
}

.slick-slider .slick-slide {
  outline: none;
  height: unset !important;
}
.slick-slider.slick-dotted .slick-dots {
  margin: 0;
  padding: 0;
}
.slick-slider.slick-dotted .slick-dots li {
  margin: 0;
}
.slick-slider.slick-dotted .slick-dots li.slick-active button::before {
  background-color: #279bbe;
}
.slick-slider.slick-dotted .slick-dots li button::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 8px;
  border-radius: 5px;
  background-color: #279bbe;
  line-height: 1.25rem;
  transition: all 0.3s ease;
}
.slick-slider .nav-btn {
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #e1e1e1;
  transition: all 0.5s ease;
  z-index: 1;
}
.slick-slider .nav-btn-prev {
  left: 0;
}
.slick-slider .nav-btn-next {
  right: 0;
}
.slick-slider .nav-btn:hover {
  color: #279bbe;
}
.slick-slider .nav-btn:focus {
  outline: none;
}
.slick-slider .nav-btn i {
  font-size: 3.125rem;
}
.slick-slider .nav-btn-next {
  order: 2;
}

.disable-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.jt-pagination {
  margin-bottom: 30px;
}
.jt-pagination .pagination {
  justify-content: center;
}
.jt-pagination .page-item {
  margin: 0 5px;
}
.jt-pagination .page-item.disabled .page-link {
  background-color: #e1e1e1;
}
@media (max-width: 465px) {
  .jt-pagination .page-item.first, .jt-pagination .page-item.last {
    display: none;
  }
}
.jt-pagination .page-link {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease;
  border-radius: 4px;
  background: #cdddec;
}
@media (max-width: 575.98px) {
  .jt-pagination .page-link {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
}
.jt-pagination .page-link:hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #2196f3;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  height: 268px;
  width: 100%;
}

.check-empty-cart {
  color: #000;
  min-height: 53px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jt-sc-associal-item {
  display: inline-block;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.5rem;
  background-color: #f4f4f4;
  margin-right: 15px;
  border-radius: 50%;
  color: #fff;
}
.jt-sc-associal-item:last-child {
  margin-right: 0;
}
.jt-sc-associal-item i {
  color: #252627;
  font-size: 1.25rem;
}

.jt-modal .modal-header {
  margin: 0 10px;
  border-bottom: 2px solid #279bbe;
}
.jt-modal .modal-title {
  color: #279bbe;
  font-size: 20px;
  font-weight: 700;
}
.jt-modal .modal-content {
  position: relative;
}
.jt-modal .modal-content .image-modal-confirm {
  position: absolute;
  left: -32%;
  top: -43%;
}
@media (max-width: 767.98px) {
  .jt-modal .modal-content .image-modal-confirm {
    display: none;
  }
}

.item-loop-all {
  display: inline-block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-loop-all .img-assessment {
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  width: 100%;
}
.item-loop-all .img-assessment:focus {
  outline: none;
}
.item-loop-all .img-assessment .best-seller {
  position: absolute;
  left: 20px;
  top: 16px;
  background: #c75533;
  color: #fff;
  border-radius: 5px;
  padding: 4px 12px;
}
@media (max-width: 767.98px) {
  .item-loop-all .img-assessment .best-seller {
    left: 12px;
  }
}
.item-loop-all .img-assessment .wish-list {
  position: absolute;
  right: 20px;
  top: 16px;
}
@media (max-width: 767.98px) {
  .item-loop-all .img-assessment .wish-list {
    right: 12px;
  }
}
.item-loop-all .img-assessment img {
  width: 100%;
  height: 160px;
}
.item-loop-all .wrapper-info {
  padding: 0 8px 8px 8px;
}
@media (max-width: 767.98px) {
  .item-loop-all .wrapper-info {
    padding: 0 12px 13px 12px;
  }
}
.item-loop-all .wrapper-info .item-des-info {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.item-loop-all .wrapper-info .item-des-info li {
  margin-right: 5px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .item-loop-all .wrapper-info .item-des-info li {
    font-size: 9px;
  }
}
.item-loop-all .wrapper-info .item-des-info li img {
  margin-right: 5px;
  display: inline-block;
}
.item-loop-all .wrapper-info .item-des-info.new-update {
  flex-direction: row !important;
}
.item-loop-all .wrapper-info .item-des-info.new-update li {
  width: -moz-min-content;
  width: min-content;
}
.item-loop-all .wrapper-info .des-result {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #7e7e7e;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.item-loop-all .wrapper-info .title-same {
  color: #3c3c3c;
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  max-height: 54px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 54px;
  font-weight: bold;
}
.item-loop-all .wrapper-info .title-same:hover {
  color: #279bbe;
}
.item-loop-all .wrapper-info .title-same:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .item-loop-all .wrapper-info .title-same {
    font-size: 14px;
    max-height: 44px;
    min-height: 44px;
  }
}
.item-loop-all .wrapper-info .product-review .star {
  display: inline-flex;
  margin-right: 5px;
}
.item-loop-all .wrapper-info .product-review .star i {
  color: #b9b9b9;
  margin-right: 5px;
}
.item-loop-all .wrapper-info .product-review .star i.active {
  color: #f5c000 !important;
}
.item-loop-all .wrapper-info .product-review .star i:hover {
  color: #f5c000 !important;
}
.item-loop-all .wrapper-info .product-review .star .count-review {
  font-size: 14px;
  color: #7a7a7a;
}
.item-loop-all .item-price-info {
  padding: 0 8px 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  min-height: 60px;
}
.item-loop-all .item-price-info i {
  margin-right: 7px;
}
.item-loop-all .item-price-info.new-update {
  height: 122px;
}
.item-loop-all .item-price-info .des-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
}
.item-loop-all .item-price-info .des-info .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-loop-all .item-price-info .button-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.item-loop-all .item-price-info .view-detail-button {
  height: 38px;
  width: -moz-min-content;
  width: min-content;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
}
.item-loop-all .item-price-info .view-detail-button:hover {
  border-color: #279bbe;
}
.item-loop-all .item-price-info .view-detail-button:hover a {
  color: #279bbe;
}
.item-loop-all .item-price-info .view-detail-button a {
  color: #999;
  white-space: nowrap;
}
.item-loop-all .item-price-info .buy-button {
  height: 38px;
  width: auto;
  padding: 0 8px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  background-color: #eb7f41;
  color: #fff;
  border: 1px solid transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 16px;
  white-space: nowrap;
}
.item-loop-all .item-price-info .buy-button.test {
  background-color: #279bbe;
}
.item-loop-all .item-price-info .buy-button.test a {
  text-transform: uppercase;
}
.item-loop-all .item-price-info .buy-button:hover {
  background-color: #fff;
  border: 1px solid #eb7f41;
}
.item-loop-all .item-price-info .buy-button:hover .icon {
  color: #fff;
  background-color: #eb7f41;
}
.item-loop-all .item-price-info .buy-button:hover a {
  color: #eb7f41;
}
.item-loop-all .item-price-info .buy-button:hover.test {
  border-color: #279bbe;
}
.item-loop-all .item-price-info .buy-button:hover.test a {
  color: #279bbe;
}
.item-loop-all .item-price-info .buy-button a {
  color: #fff;
}
.item-loop-all .item-price-info .buy-button .icon {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  color: #eb7f41;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-loop-all .item-price-info .buy-button .icon i {
  font-size: 25px;
  margin-right: 0 !important;
}
.item-loop-all .item-price-info .hide-button {
  height: 38px;
  margin-top: 16px;
  min-width: 110px;
}
.item-loop-all .item-price-info .item-price {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}
.item-loop-all .item-price-info .item-price .price {
  position: absolute;
  right: 75px;
  font-size: 16px;
  margin-right: 10px;
}
.item-loop-all .item-price-info .item-price .min-width, .item-loop-all .item-price-info .item-price .price-sale.min, .item-loop-all .item-price-info .item-price .price-regular.min {
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
.item-loop-all .item-price-info .item-price .price-regular {
  color: #c75533;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .item-loop-all .item-price-info .item-price .price-regular {
    font-size: 12px;
  }
}
.item-loop-all .item-price-info .item-price .price-regular.min.new-update {
  color: #279bbe;
  font-weight: bold;
  font-size: 20px !important;
}
.item-loop-all .item-price-info .item-price .price-sale {
  position: relative;
}
.item-loop-all .item-price-info .item-price .price-sale:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #3c3c3c;
  right: 0;
  width: 91%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .item-loop-all .item-price-info .item-price .price-sale {
    font-size: 11px;
  }
}
.item-loop-all .item-price-info .item-user img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
}
@media (max-width: 767.98px) {
  .item-loop-all .item-price-info .item-user img {
    width: 12px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-top;
    margin-top: 3px;
  }
}
@media (max-width: 767.98px) {
  .item-loop-all .item-price-info .item-user span {
    font-size: 11px;
  }
}

.hotline-jobtest {
  position: fixed;
  bottom: 32px;
  right: 100px;
  z-index: 2000;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .hotline-jobtest {
    display: none;
  }
}
.hotline-jobtest .content {
  background: rgba(255, 255, 255, 0.72);
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 22px;
  border: 1px solid #399abf;
}
.hotline-jobtest .contact-us .number-hotline {
  vertical-align: middle;
  color: #399abf;
  padding: 2px 10px;
  display: none;
}
.hotline-jobtest .contact-us img {
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .container-fluid-mb {
    padding-left: 0;
    padding-right: 0;
  }
}

.button-hover, .select-role-container .end-content .button:hover, .modal-content .modal-body .login-button:hover, .sidenav-content .no-item-content .button:hover, .end-content .button:hover {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background-color: transparent;
  color: #ed7323;
  border: 1px solid #ed7323;
  box-sizing: border-box;
}

.button-default, .list-cart .payment-content .pay-button, .menu-mobile .menu-content .free-button {
  width: auto;
  height: 50px;
  padding: 0 45px;
  background: #ed7323;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button-default:hover, .list-cart .payment-content .pay-button:hover, .menu-mobile .menu-content .free-button:hover {
  opacity: 0.8;
}

.button-border, .list-cart .payment-content .cart-button {
  width: auto;
  height: 50px;
  padding: 0 45px;
  border: 1px solid #ed7323;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ed7323;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-border:hover, .list-cart .payment-content .cart-button:hover {
  opacity: 0.8;
}

.end-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
}
@media (max-width: 1366px) {
  .end-content {
    padding: 30px 12px;
  }
}
@media (max-width: 768px) {
  .end-content {
    padding: 30px 12px;
  }
  .end-content .head-title {
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }
  .end-content .sub-title {
    font-size: 16px !important;
    margin-bottom: 50px !important;
  }
  .end-content .button {
    height: 50px !important;
    font-size: 18px !important;
  }
}
.end-content .head-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  margin-bottom: 20px;
}
.end-content .sub-title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .end-content .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .end-content .item_option-link {
    min-height: 114px !important;
  }
}
.end-content .button {
  height: 70px;
  width: auto;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  background: #ed7323;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .end-content .button {
    padding: 0 40px;
    font-size: 20px;
    height: 52px;
  }
}

.top-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-content .top-banner {
  width: 100%;
  height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-size: cover;
}
@media (max-width: 1366px) {
  .top-content .top-banner {
    height: 565px !important;
  }
}
.top-content .top-banner .cover {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
}
@media screen and (max-width: 1366px) {
  .top-content .top-banner .cover {
    height: 565px !important;
  }
}
@media screen and (max-width: 768px) {
  .top-content .top-banner .cover {
    height: 100% !important;
  }
}
.top-content .info-content {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background: transparent;
}
@media (max-width: 768px) {
  .top-content .info-content {
    padding: 0 18px;
  }
}
.top-content .info-content .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #fdfdfd;
  background: transparent;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.top-content .info-content .breadcrumb a {
  color: #fdfdfd;
}
@media screen and (max-width: 768px) {
  .top-content .info-content .breadcrumb {
    margin: 0;
    padding: 0;
  }
}
.top-content .info-content .breadcrumb .icon {
  margin: 0 16px;
  font-size: 6px;
  height: 11px;
}
.top-content .info-content .head-title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .top-content .info-content .head-title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-content .info-content .head-title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.top-content .info-content .sub-title {
  max-width: 1090px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
}
@media (max-width: 1366px) {
  .top-content .info-content .sub-title {
    max-width: 890px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-content .info-content .sub-title {
    font-size: 16px;
  }
}

.top-content-white {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(28, 190, 215, 0.1);
  z-index: 2;
}
.top-content-white .top-banner {
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: rgba(28, 190, 215, 0.1);
}
@media (max-width: 768px) {
  .top-content-white .top-banner {
    height: 400px !important;
  }
}
.top-content-white .top-banner .cover {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-content-white .info-content {
  display: flex;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background: transparent;
}
@media (max-width: 768px) {
  .top-content-white .info-content {
    padding: 0 18px;
  }
}
.top-content-white .info-content .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #2f2f2f;
  background: transparent;
  margin: 0;
  padding: 0;
}
.top-content-white .info-content .breadcrumb a {
  color: #2f2f2f;
}
@media (max-width: 768px) {
  .top-content-white .info-content .breadcrumb {
    margin: 0;
    padding: 0;
  }
}
.top-content-white .info-content .breadcrumb .icon {
  margin: 0 16px;
  font-size: 6px;
  height: 11px;
}
.top-content-white .info-content .head-title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top-content-white .info-content .head-title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.top-content-white .info-content .sub-title {
  max-width: 1090px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
}
@media (max-width: 768px) {
  .top-content-white .info-content .sub-title {
    font-size: 16px;
  }
}

.page-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  border-radius: 5px;
  margin: 0 10px;
  border: 1px solid rgba(112, 112, 112, 0.5);
}

.page-link-active {
  background: #0097bd;
  border: 1px solid #0097bd;
  color: #fdfdfd;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 5px;
  margin: 0 10px;
}

.noti-popup {
  position: fixed;
  width: 100vw;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 99999;
  top: -100px;
  transition: all 0.3s ease-in-out;
}
.noti-popup.show {
  top: 0;
}
.noti-popup .noti {
  width: auto;
  height: 100px;
  padding: 36px 60px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #fdfdfd;
  border-radius: 0 0 20px 20px;
  background: #ed7323;
}
@media (max-width: 768px) {
  .noti-popup .noti {
    height: auto;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
  }
}
.noti-popup .noti .icon {
  margin-right: 20px;
}

.blog-content {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-content .slick-dots {
  display: block !important;
  bottom: 7px;
}
@media (min-width: 531px) and (max-width: 790px) {
  .blog-content {
    justify-content: space-around;
  }
}
@media screen and (max-width: 530px) {
  .blog-content {
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .blog-content {
    max-width: 1366px;
  }
  .blog-content figure {
    width: 325px !important;
    height: 174px !important;
  }
  .blog-content figure .blog-title {
    line-height: 22px;
  }
  .blog-content figure .blog-title .blog-text {
    font-size: 16px !important;
  }
  .blog-content figure img {
    width: 325px !important;
  }
  .blog-content .wrapper {
    height: 174px !important;
  }
}
.blog-content figure {
  width: 255px;
  height: 139px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  border-radius: 10px;
}
.blog-content figure .blog-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #ffffff;
  padding: 8px;
  line-height: 18px;
}
.blog-content figure .blog-title .blog-text {
  font-size: 14px;
  color: #ffffff;
}
.blog-content figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
.blog-content figure img {
  width: 255px;
}
.blog-content .hover01 {
  position: relative;
}
.blog-content .hover01 figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.blog-content .hover01 figure:hover img {
  transform: scale(1.3);
}
.blog-content .wrapper {
  position: absolute;
  width: 100%;
  height: 139px;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
}

.service-content .left {
  width: 50%;
}
.service-content .left .title {
  font-size: 30px;
  font-weight: bold;
}

.title-primary {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  text-align: left;
}
@media (max-width: 575px) {
  .title-primary {
    font-size: 24px;
  }
}

.ecosystem-jt {
  margin: 20px 0 40px;
}
@media (max-width: 575px) {
  .ecosystem-jt {
    padding: 0 10px;
  }
}
.ecosystem-jt .slick-list {
  width: auto !important;
}
.ecosystem-jt .text_title {
  color: #05005c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.704px;
}
@media (max-width: 767px) {
  .ecosystem-jt .text_title {
    font-size: 24px;
  }
}
.ecosystem-jt .list_option {
  padding-left: 0;
  list-style: none;
  margin: 36px 0 0;
}
.ecosystem-jt .list_option .item_option-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.1s linear;
  min-height: 100px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
}
.ecosystem-jt .list_option .item_option-link:hover {
  transform: translateX(4px);
  border-color: #000849;
}
.ecosystem-jt .list_option .item_option .icon-arrow {
  margin-left: 10px;
  max-width: 100%;
}
.ecosystem-jt .list_option .item_option-head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.456px;
}
@media (max-width: 575px) {
  .ecosystem-jt .list_option .item_option-head {
    font-size: 16px;
    line-height: 22px;
  }
}
.ecosystem-jt .list_option .item_option-head img {
  margin-right: 10px;
  filter: hue-rotate(140deg) brightness(210%) contrast(220%);
}
.ecosystem-jt .list_option .item_option-des {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.266px;
}
@media (max-width: 575px) {
  .ecosystem-jt .list_option .item_option-des {
    font-size: 12px;
    line-height: 18px;
  }
}
.ecosystem-jt .list_img {
  padding: 10px;
}
.ecosystem-jt .list_img .item-img {
  max-width: 90%;
}

.btn-service-orange {
  padding: 12px 24px;
  margin-right: 16px;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%);
  box-shadow: -2px 10px 20px 0px rgba(246, 99, 19, 0.6), 0px 0px 6px 0px rgba(0, 0, 0, 0.12) inset;
  backdrop-filter: blur(30px);
  outline: none;
  border: none;
}
.btn-service-orange span {
  color: #f8f8f8;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.084px;
  display: inline-block;
}
.btn-service-orange i {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
}

.btn-service-default {
  padding: 12px 24px;
  gap: 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #f2f4f8;
  box-shadow: -2px 10px 20px 0px rgba(250, 250, 250, 0.3), 0px 0px 6px 0px rgba(0, 0, 0, 0.12) inset;
  backdrop-filter: blur(30px);
  outline: none;
  border: none;
}
.btn-service-default span {
  color: #4d4d4d;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.084px;
}
.btn-service-default i {
  color: #4d4d4d;
  font-size: 14px;
  margin-left: 8px;
  animation: phoneRing 2s linear infinite alternate;
}

.jt-button {
  display: inline-block;
  padding: 10px 15px;
  min-width: 160px;
  text-align: center;
  position: relative;
  z-index: 3;
  border-radius: 24px;
  border: 1px solid #279bbe;
  background-color: #279bbe;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.jt-button.btn-sm {
  padding: 5px 15px;
  width: 146px;
}
@media (max-width: 575.98px) {
  .jt-button {
    padding: 6px 12px;
    min-width: 130px;
    font-size: 14px;
  }
}
.jt-button::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: -10%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.4s;
  transform: scale(0, 1);
}
.jt-button:hover {
  color: #279bbe;
}
.jt-button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.jt-button-outline {
  background-color: #fff;
  color: #279bbe;
}
.jt-button-outline::before {
  background-color: #279bbe;
}
.jt-button-outline:hover {
  color: #fff;
  background-color: #279bbe;
}
.jt-button-organce {
  border: 1px solid #f07000;
  background-color: #f07000;
}
.jt-button-organce:hover {
  color: #f07000;
}
.jt-button-organce-outline {
  border: 1px solid #f07000;
  color: #f07000;
  background-color: #fff;
}
.jt-button-organce-outline::before {
  background-color: #f07000;
}
.jt-button-organce-outline:hover {
  color: #fff;
}
.jt-button-md {
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  min-width: 120px;
}
.jt-button-sm {
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  min-width: 100px;
}
.jt-button.disabled, .jt-button[disabled] {
  background-color: #9d9d9d;
  border-color: #9d9d9d;
  pointer-events: none;
  color: #fff;
}
.jt-button.disabled::after, .jt-button.disabled:before, .jt-button[disabled]::after, .jt-button[disabled]:before {
  content: none;
}
.jt-button:focus {
  outline: none;
}

.jt-button-employer {
  display: inline-block;
  padding: 10px 15px;
  min-width: 160px;
  text-align: center;
  position: relative;
  z-index: 3;
  border-radius: 24px;
  border: 1px solid #279bbe;
  background-color: #279bbe;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.jt-button-employer.btn-sm {
  padding: 5px 15px;
  width: 146px;
}
@media (max-width: 575.98px) {
  .jt-button-employer {
    padding: 6px 12px;
    min-width: 130px;
    font-size: 14px;
  }
}
.jt-button-employer::before {
  content: "";
  opacity: 0.2;
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: -10%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.4s;
  transform: scale(0, 1);
}
.jt-button-employer:hover {
  color: #279bbe;
}
.jt-button-employer:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.jt-button-employer-outline {
  background-color: #fff;
  color: #279bbe;
}
.jt-button-employer-outline::before {
  background-color: #279bbe;
}
.jt-button-employer-outline:hover {
  color: #fff;
  background-color: #279bbe;
}
.jt-button-employer-organce {
  border: 1px solid #f07000;
  background-color: #f07000;
}
.jt-button-employer-organce:hover {
  color: #f07000;
}
.jt-button-employer-organce-outline {
  border: 1px solid #f07000;
  color: #f07000;
  background-color: #fff;
}
.jt-button-employer-organce-outline::before {
  background-color: #f07000;
}
.jt-button-employer-organce-outline:hover {
  color: #fff;
}
.jt-button-employer-md {
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  min-width: 120px;
}
.jt-button-employer-sm {
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  min-width: 100px;
}
.jt-button-employer.disabled, .jt-button-employer[disabled] {
  background-color: #9d9d9d;
  border-color: #9d9d9d;
  pointer-events: none;
  color: #fff;
}
.jt-button-employer.disabled::after, .jt-button-employer.disabled:before, .jt-button-employer[disabled]::after, .jt-button-employer[disabled]:before {
  content: none;
}
.jt-button-employer:focus {
  outline: none;
}

.jt-employer {
  overflow: hidden;
}
.jt-employer .error {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  margin-top: 4px;
  display: inline-block;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.jt-employer .lds-ring {
  /* change color here */
  color: #1c4c5b;
}
.jt-employer .lds-ring,
.jt-employer .lds-ring div {
  box-sizing: border-box;
}
.jt-employer .lds-ring {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.jt-employer .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 6px solid #f96416;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f96416 transparent transparent transparent;
}
.jt-employer .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.jt-employer .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.jt-employer .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jt-employer .loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fffaf6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100000;
}
.jt-employer .loading img {
  width: 180px;
  margin-bottom: 30px;
}
.jt-employer .breadcrumb_content {
  margin-top: 70px;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .jt-employer .breadcrumb_content .container {
    max-width: 1420px;
  }
}
.jt-employer .breadcrumb_content .icon_next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #05005c;
}
.jt-employer .breadcrumb_content .breadcrumb {
  float: unset;
  display: flex !important;
  flex-wrap: nowrap;
  overflow: auto;
}
.jt-employer .breadcrumb_content .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.jt-employer .breadcrumb_content .breadcrumb-item::before {
  color: #05005c !important;
}
.jt-employer .breadcrumb_content .breadcrumb-item a,
.jt-employer .breadcrumb_content .breadcrumb-item p,
.jt-employer .breadcrumb_content .breadcrumb-item span {
  white-space: nowrap;
  color: #05005c;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
@media (max-width: 767px) {
  .jt-employer .breadcrumb_content .breadcrumb-item {
    font-size: 14px;
  }
}
.jt-employer .breadcrumb_content .breadcrumb-item.active::before {
  color: #f48020 !important;
}
.jt-employer .breadcrumb_content .breadcrumb-item.active a,
.jt-employer .breadcrumb_content .breadcrumb-item.active p,
.jt-employer .breadcrumb_content .breadcrumb-item.active span {
  font-weight: 600;
  background: var(--B2B-Gradient-Orange, linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jt-employer .breadcrumb_content .breadcrumb-item::before {
  color: #b3b3b3;
}
.jt-employer .question_content .accordion-button span {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 177.778% */
  letter-spacing: -0.342px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .jt-employer .question_content .accordion-button span {
    font-size: 16px;
    line-height: 28px;
  }
}
.jt-employer .question_content .accordion-body span,
.jt-employer .question_content .accordion-body p,
.jt-employer .question_content .accordion-body li {
  color: #333;
  font-family: Inter;
  font-size: 16px !important;
  font-style: normal;
  line-height: 24px;
  /* 177.778% */
  letter-spacing: -0.342px;
}
@media (max-width: 767px) {
  .jt-employer .question_content .accordion-body span,
.jt-employer .question_content .accordion-body p,
.jt-employer .question_content .accordion-body li {
    font-size: 14px !important;
    line-height: 20px;
    /* 177.778% */
  }
}
.jt-employer .question_content .accordion-body ul {
  padding-left: 20px;
}
.jt-employer .question_content .accordion-body li {
  list-style: disc;
}
.jt-employer #modalWarning .modal-body li {
  color: #878686;
  font-size: 16px;
}
@media (max-width: 767px) {
  .jt-employer #modalWarning .modal-body li {
    font-size: 14px;
  }
}
.jt-employer #modalSuccess .modal-header {
  border-bottom: 2px solid #05005c;
}
.jt-employer #modalSuccess .modal-title {
  color: #05005c;
}
.jt-employer #modalSuccess .modal-footer {
  justify-content: center;
}
.jt-employer #modalSuccess .modal-footer button {
  width: 26%;
  background-color: #05005c;
  border-color: #05005c;
}
.jt-employer #modalSuccess .modal-footer button:hover {
  background-color: #152f6f;
  border-color: #152f6f;
}
.jt-employer #modal-invite-test .modal-header {
  border-bottom: 2px solid #05005c;
}
.jt-employer #modal-invite-test .modal-title {
  color: #05005c;
}
.jt-employer #modal-invite-test .modal-footer button {
  width: 26%;
  background-color: #05005c;
  border-color: #05005c;
}
.jt-employer #modal-invite-test .modal-footer .jt-button[disabled] {
  opacity: 0.6;
  background-color: #02011d;
  border-color: #02011d;
}
.jt-employer #myModal2 .modal-header {
  border-bottom: 2px solid #05005c;
}
.jt-employer #myModal2 .modal-title {
  color: #05005c;
}
.jt-employer #myModal2 .modal-body .btn-link i {
  margin-right: 10px;
}
.jt-employer #myModal2 .modal-body .jt-button {
  background-color: #05005c;
  border-color: #05005c;
}
.jt-employer #myModal2 .modal-footer button {
  width: 26%;
  background-color: #05005c;
  border-color: #05005c;
}
.jt-employer #myModal2 .modal-footer .jt-button[disabled] {
  opacity: 0.6;
  background-color: #02011d;
  border-color: #02011d;
}
.jt-employer #modalSuccess2 .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.jt-employer #modalSuccess2 .modal-body img {
  width: 200px;
  margin-bottom: 20px;
}
.jt-employer #modalSuccess2 .modal-body p {
  color: #05005c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.88px;
}

.head_title {
  color: #05005c;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: -0.704px;
}
@media (max-width: 767px) {
  .head_title {
    font-size: 20px;
  }
}

.ft_loggo_headhunt {
  margin-bottom: 15px;
}

.head_des {
  color: #333;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  display: block;
}
@media (max-width: 767px) {
  .head_des {
    font-size: 14px;
  }
}

.head_title-color {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: -0.704px;
  background: var(--Linear, linear-gradient(156deg, #2f87ef 0%, #2fe8ef 39.06%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .head_title-color {
    font-size: 20px;
  }
}

.head_des-color {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
@media (max-width: 767px) {
  .head_des-color {
    font-size: 14px;
  }
}

.jt-breadcrumb .breadcrumb {
  align-items: baseline;
  background-color: transparent;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jt-breadcrumb .breadcrumb-item {
  white-space: nowrap;
}
.jt-breadcrumb .breadcrumb-item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
}
.jt-breadcrumb .breadcrumb-item a {
  color: #abafb3;
  font-size: 0.875rem;
}
.jt-breadcrumb .breadcrumb-item.active {
  color: #279bbe;
  font-size: 0.875rem;
}

.group-btn .btn-view-deatail,
.group-btn .btn-contact {
  padding: 10px 28px;
  margin: 0 16px;
  border-radius: 8px;
  display: inline-block;
  min-width: 184px;
  text-align: center;
  background: linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%);
  outline: none;
  border: 1px solid #f48020;
  transition: all 0.2s;
}
.group-btn .btn-view-deatail:hover,
.group-btn .btn-contact:hover {
  background: #fff;
}
.group-btn .btn-view-deatail:hover span,
.group-btn .btn-view-deatail:hover i,
.group-btn .btn-contact:hover span,
.group-btn .btn-contact:hover i {
  color: #f48020;
}
.group-btn .btn-view-deatail span,
.group-btn .btn-contact span {
  color: #f8f8f8;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.084px;
  display: inline-block;
}
.group-btn .btn-view-deatail i,
.group-btn .btn-contact i {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  rotate: -90deg;
  animation: ring 2s ease infinite;
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .group-btn .btn-view-deatail,
.group-btn .btn-contact {
    padding: 10px 40px;
    min-width: 230px;
  }
  .group-btn .btn-view-deatail span,
.group-btn .btn-contact span {
    font-size: 16px;
  }
}
@media (max-width: 525px) {
  .group-btn .btn-view-deatail,
.group-btn .btn-contact {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 80%;
  }
}
.group-btn .btn-detail {
  padding: 10px 28px;
  display: inline-block;
  gap: 10px;
  border-radius: 8px;
  min-width: 184px;
  background: #f2f4f8;
  backdrop-filter: blur(30px);
  outline: none;
  border: none;
  border: 1px solid #f2f4f8;
  transition: all 0.2s;
  text-align: center;
}
.group-btn .btn-detail._color:hover {
  background: transparent;
}
.group-btn .btn-detail._color:hover span,
.group-btn .btn-detail._color:hover i {
  color: #000000;
}
.group-btn .btn-detail:hover {
  background: transparent;
}
.group-btn .btn-detail:hover span,
.group-btn .btn-detail:hover i {
  color: #fff;
}
.group-btn .btn-detail span {
  color: #4d4d4d;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.084px;
  display: inline-block;
}
.group-btn .btn-detail i {
  color: #4d4d4d;
  font-size: 14px;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .group-btn .btn-detail {
    padding: 10px 40px;
    min-width: 230px;
  }
  .group-btn .btn-detail span {
    font-size: 16px;
  }
}
@media (max-width: 525px) {
  .group-btn .btn-detail {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 80%;
  }
}

.btn-register {
  cursor: pointer;
  padding: 10px 60px;
  border-radius: 8px;
  background: linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%);
  display: inline-block;
  box-shadow: -2px 10px 20px 0px rgba(246, 99, 19, 0.6), 0px 0px 6px 0px rgba(0, 0, 0, 0.12) inset;
  backdrop-filter: blur(30px);
  outline: none;
  border: none;
  transition: all 0.2s;
  border: 1px solid #f48020;
  text-align: center;
}
.btn-register.disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #fff;
  box-shadow: unset;
}
.btn-register:hover {
  background: #fff;
}
.btn-register:hover span {
  color: #f48020;
}
.btn-register span {
  color: #f8f8f8;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.084px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 525px) {
  .btn-register {
    width: 100%;
  }
}

.client {
  padding: 30px 0;
}
.client .container-custom {
  padding: 24px 40px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(142, 141, 208, 0.12);
  position: relative;
  bottom: 80px;
  z-index: 100;
}
@media (max-width: 1025px) {
  .client .container-custom {
    bottom: 70px;
  }
}
@media (max-width: 991px) {
  .client .container-custom {
    position: unset;
    padding: 16px;
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .client .container-custom {
    max-width: 100vw;
  }
}
.client .client-title {
  margin-bottom: 20px;
}
.client h2 {
  color: #001b4d;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .client h2 {
    font-size: 16px;
  }
}
.client h2 span {
  font-size: 28px;
}
@media (max-width: 767px) {
  .client h2 span {
    font-size: 20px;
  }
}
.client .list_client .item_client {
  margin: 0 20px;
}
.client .list_client .item_client .friend-logo {
  max-width: 120px;
}
.client .list_client .item_client img {
  max-width: 120px;
  margin: auto;
}
@media (max-width: 525px) {
  .client .list_client .item_client img {
    width: 90px;
  }
}

.partner {
  padding: 30px 0;
}
.partner_head-title {
  margin-bottom: 40px;
}
.partner img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.partner p {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.252px;
  margin-top: 24px;
  min-height: 48px;
}
@media (max-width: 1025px) {
  .partner p {
    font-size: 14px;
    margin-top: 20px;
    max-width: 328px;
    margin-right: auto;
    margin-left: auto;
  }
}
.partner .partner_item .item-img {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .partner .partner_item {
    margin-bottom: 24px;
  }
}

.customer {
  padding: 30px 0;
}
.customer_head-title {
  margin-bottom: 40px;
}
.customer_content-img {
  position: relative;
}
.customer_content-img .img_rec_1 {
  position: absolute;
  left: -22%;
  bottom: -10%;
}
.customer_content-img .img_rec_2 {
  position: absolute;
  right: -22%;
  bottom: -10%;
}
@media (max-width: 991px) {
  .customer_content-img {
    text-align: center;
  }
}
@media (max-width: 525px) {
  .customer_content-img {
    display: none;
  }
}
.customer_content-img img {
  max-width: 100%;
}
.customer_content-img .group_img .icon_custom {
  position: absolute;
  max-width: 12%;
  transition: all 0.2s;
  cursor: pointer;
}
.customer_content-img .group_img .icon_custom.active {
  scale: 1.4;
}
.customer_content-img .group_img .icon_custom:hover {
  scale: 1.4;
}
.customer_content-img .group_img .icon_1 {
  top: 2%;
  right: 52%;
}
@media (min-width: 1400px) {
  .customer_content-img .group_img .icon_1 {
    right: 56%;
  }
}
.customer_content-img .group_img .icon_2 {
  top: 28%;
  left: 1%;
}
@media (min-width: 1400px) {
  .customer_content-img .group_img .icon_2 {
    top: 26%;
  }
}
@media (max-width: 991px) {
  .customer_content-img .group_img .icon_2 {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .customer_content-img .group_img .icon_2 {
    left: 2%;
  }
}
.customer_content-img .group_img .icon_3 {
  top: 46%;
  left: 25%;
}
@media (min-width: 1400px) {
  .customer_content-img .group_img .icon_3 {
    left: 22%;
  }
}
@media (max-width: 991px) {
  .customer_content-img .group_img .icon_3 {
    left: 28%;
  }
}
@media (max-width: 767px) {
  .customer_content-img .group_img .icon_3 {
    left: 26%;
  }
}
.customer_content-img .group_img .icon_4 {
  top: 38%;
  right: 30%;
}
@media (min-width: 1400px) {
  .customer_content-img .group_img .icon_4 {
    top: 36%;
    right: 36%;
  }
}
@media (max-width: 991px) {
  .customer_content-img .group_img .icon_4 {
    top: 35%;
    right: 32%;
  }
}
@media (max-width: 767px) {
  .customer_content-img .group_img .icon_4 {
    top: 38%;
  }
}
.customer_content-img .group_img .icon_5 {
  bottom: 16%;
  right: 12%;
}
@media (min-width: 1400px) {
  .customer_content-img .group_img .icon_5 {
    bottom: 18%;
    right: 20%;
  }
}
@media (max-width: 991px) {
  .customer_content-img .group_img .icon_5 {
    right: 18%;
  }
}
@media (max-width: 767px) {
  .customer_content-img .group_img .icon_5 {
    right: 14%;
    bottom: 20%;
  }
}
.customer_content-img .group_img .icon_6 {
  bottom: 8%;
  left: 14%;
}
@media (max-width: 991px) {
  .customer_content-img .group_img .icon_6 {
    bottom: 6%;
    left: 20%;
  }
}
@media (max-width: 767px) {
  .customer_content-img .group_img .icon_6 {
    left: 14%;
  }
}
.customer_content .list_talk .item_talk {
  padding: 10px;
  margin: 0 10px;
}
@media (max-width: 525px) {
  .customer_content .list_talk .item_talk {
    padding: 0;
  }
}
.customer_content .list_talk .item_talk-logo {
  max-width: 38%;
  margin-bottom: 30px;
}
@media (max-width: 525px) {
  .customer_content .list_talk .item_talk-logo {
    max-width: 100%;
  }
}
.customer_content .list_talk .item_talk-text {
  color: #333;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
@media (max-width: 767px) {
  .customer_content .list_talk .item_talk-text {
    font-size: 14px;
  }
}
.customer_content .list_talk .item_talk-group {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.customer_content .list_talk .item_talk-group img {
  margin-right: 24px;
  max-width: 12%;
}
@media (max-width: 525px) {
  .customer_content .list_talk .item_talk-group img {
    max-width: 22%;
    margin-right: 18px;
  }
}
.customer_content .list_talk .item_talk-group span {
  color: #333;
  text-align: justify;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.176px;
}
@media (max-width: 767px) {
  .customer_content .list_talk .item_talk-group span {
    font-size: 14px;
    text-align: left;
  }
}

.contact {
  overflow: hidden;
  position: relative;
  background: linear-gradient(285deg, #295eac -0.75%, #05005c 96.53%);
  padding: 54px 0;
  z-index: 10;
}
.contact .wave_1,
.contact .wave_2 {
  position: absolute;
  mix-blend-mode: overlay;
  max-width: 100%;
  z-index: -1;
}
.contact .wave_1 {
  top: 0;
  left: 0;
}
.contact .wave_2 {
  bottom: 0;
  left: 20%;
}
@media (max-width: 991px) {
  .contact .img-form {
    justify-content: center;
  }
}
.contact .img-form img {
  max-width: 100%;
}
.contact .show_dt {
  display: flex !important;
}
@media (max-width: 575px) {
  .contact .show_dt {
    display: none !important;
  }
}
.contact .show_mb {
  display: none !important;
}
@media (max-width: 575px) {
  .contact .show_mb {
    display: block !important;
  }
}
.contact .show_mb .btn-show {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.084px;
  text-decoration: underline;
  background: var(--Linear, linear-gradient(156deg, #2f87ef 0%, #2fe8ef 39.06%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 24px 0;
}
.contact .show_mb .form-check {
  margin-bottom: 0;
}
.contact_head {
  margin-bottom: 30px;
}
.contact_head-title {
  color: #f2f4f8;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  letter-spacing: -0.88px;
}
@media (max-width: 1025px) {
  .contact_head-title {
    font-size: 30px;
  }
}
@media (max-width: 525px) {
  .contact_head-title {
    font-size: 24px;
  }
}
.contact_head-text {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
  /* 177.778% */
  background: linear-gradient(209deg, #002e88 -95.78%, #3e74ff -11.37%, #008ede 73.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 525px) {
  .contact_head-text {
    font-size: 14px;
  }
}
.contact_content .content_text {
  color: #f2f4f8;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.456px;
  margin-bottom: 24px;
}
@media (max-width: 1025px) {
  .contact_content .content_text {
    font-size: 18px;
  }
}
.contact_content .form-control {
  padding: 12px 10px;
}
.contact_content .form-control:focus {
  border-color: #dee2e6;
  box-shadow: none;
}
.contact_content .form-check {
  margin-bottom: 16px;
  padding: 14px 0 14px 20px;
  display: flex;
  cursor: pointer;
}
.contact_content .form-check-input {
  width: 24px;
  cursor: pointer;
  height: 24px;
  background-color: transparent;
}
.contact_content .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.contact_content .form-check-input:checked {
  border-color: #fff;
  background-color: #05005c;
}
.contact_content label {
  color: #f2f4f8;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.084px;
  margin-left: 10px;
  margin-top: 4px;
  cursor: pointer;
}
.contact_content label a {
  color: #ff9602;
  font-weight: 600;
}
.contact_content .form_cus {
  margin: 8px 0;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .contact_btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .contact_btn .btn-register {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .contact_btn .btn-register {
    width: 100%;
  }
}

.project {
  padding: 30px 0px;
  /* Active center slide (You can change anything here for cenetr slide)*/
}
.project .project_jt_item .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.project .btn_slick {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
@media (max-width: 525px) {
  .project .btn_slick {
    margin-bottom: 24px;
  }
}
.project .btn_slick img {
  max-width: 80%;
}
.project .group_project_jt .slick-slide,
.project .group_project_jt .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.9, 0.9);
  transition: all 0.4s ease-in-out;
}
.project .group_project_jt .slick-center,
.project .group_project_jt .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1);
}
.project .group_project_jt .slick-current.slick-active {
  transform: scale(1);
}
.project .slick-track {
  padding: 16px 0;
}
.project .slick-next,
.project .slick-prev {
  z-index: 5;
  width: 50px;
  height: 50px;
}
.project .slick-next {
  right: 36.8%;
  top: 112.1%;
}
@media (max-width: 1200px) {
  .project .slick-next {
    right: 34.8%;
  }
}
.project .slick-prev {
  left: 36%;
  top: 111.8%;
}
@media (max-width: 1200px) {
  .project .slick-prev {
    left: 33%;
  }
}
.project .slick-next:before,
.project .slick-prev:before {
  color: #6dd5ed;
  font-size: 50px;
}
.project .project_head-title {
  margin-bottom: 20px;
}
.project .project_jt_item {
  background: #edf8f9;
  border-radius: 8px;
  padding: 16px;
  min-height: 500px;
}
.project .name_tag {
  padding-top: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: -0.006em;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.project .name_project {
  padding-top: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.014em;
  text-transform: uppercase;
  color: #3f4378;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.project .text {
  padding-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.project .group-btn {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question {
  padding: 30px 0;
}
.question_head {
  margin-bottom: 40px;
}
.question_content .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #05005c;
  font-weight: 500;
}
.question_content .accordion {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 991px) {
  .question_content .accordion {
    max-width: 100%;
  }
}
.question_content .accordion-item {
  margin-bottom: 24px;
  box-shadow: 0px 4px 6px 0px rgba(141, 156, 208, 0.12);
  border-left: 4px solid #05005c;
  border-radius: 4px;
}
.question_content .accordion-item button {
  border-radius: unset;
}
.question_content .accordion-item button:focus {
  box-shadow: unset;
}
@media (max-width: 767px) {
  .question_content .accordion-item button {
    font-size: 14px;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.steps_head {
  margin-bottom: 30px;
}
.steps_head-des {
  margin-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .steps_head-des {
    max-width: 460px;
  }
}
.steps_content .steps_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 991px) {
  .steps_content .steps_list {
    flex-wrap: wrap;
  }
}
.steps_content .steps_list .steps_item {
  min-height: 280px;
  width: 22.5%;
  margin: 0 10px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_content .steps_list .steps_item {
    width: 50%;
    margin: 0;
    min-height: unset;
    margin-bottom: 16px;
  }
}
@media (max-width: 426px) {
  .steps_content .steps_list .steps_item {
    width: 100%;
  }
}
.steps_content .steps_list .steps_item.active .steps_item-number {
  visibility: initial;
  transition: all 0.2s;
  animation: fadein 0.2s;
}
.steps_content .steps_list .steps_item.active .steps_item-icon {
  animation: fadein 0.2s;
}
.steps_content .steps_list .steps_item.active .steps_item-icon.icon_1 {
  display: none;
}
.steps_content .steps_list .steps_item.active .steps_item-icon.icon_2 {
  display: inline-block;
}
.steps_content .steps_list .steps_item.active .steps_item-title {
  animation: fadein 0.2s;
  color: #0050a0;
}
.steps_content .steps_list .steps_item.active .steps_item-text {
  animation: fadein 0.2s;
  color: #333;
}
.steps_content .steps_list .steps_item-number {
  visibility: hidden;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 55px */
  background: var(--PTSC-Linenear, linear-gradient(166deg, #233a7a 21.93%, #5bcbf5 103.38%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_content .steps_list .steps_item-number {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
.steps_content .steps_list .steps_item-icon {
  max-width: 100%;
  margin-bottom: 18px;
  transition: all 0.2s linear;
}
.steps_content .steps_list .steps_item-icon.icon_1 {
  display: inline-block;
}
.steps_content .steps_list .steps_item-icon.icon_2 {
  display: none;
}
.steps_content .steps_list .steps_item-title {
  color: #333;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_content .steps_list .steps_item-title {
    font-size: 14px;
  }
}
.steps_content .steps_list .steps_item-text {
  color: #9090a7;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_content .steps_list .steps_item-text {
    font-size: 12px;
  }
}
.steps_content .steps_list .steps_icon {
  width: 5%;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .steps_content .steps_list .steps_icon {
    display: none;
  }
}

.steps_dark {
  padding: 30px 0 50px;
  position: relative;
  background: linear-gradient(112deg, #1d0447 13.22%, #23468f 102.48%);
}
.steps_dark .group_img img {
  position: absolute;
  max-width: 100%;
}
.steps_dark .group_img .img-left {
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: lighten;
}
.steps_dark .group_img .img-right {
  bottom: 0;
  right: 0;
  z-index: 0;
  mix-blend-mode: color-dodge;
}
.steps_dark_head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .steps_dark_head .head_title-color {
    font-size: 20px;
  }
}
.steps_dark_head .head_des-color {
  margin-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 767px) {
  .steps_dark_head .head_des-color {
    font-size: 14px;
    max-width: 440px;
  }
}
.steps_dark_content .steps_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 991px) {
  .steps_dark_content .steps_list {
    flex-wrap: wrap;
  }
}
.steps_dark_content .steps_list .steps_item {
  min-height: 280px;
  width: 22.5%;
  margin: 0 10px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_dark_content .steps_list .steps_item {
    width: 50%;
    margin: 0;
    min-height: unset;
    margin-bottom: 16px;
  }
}
@media (max-width: 426px) {
  .steps_dark_content .steps_list .steps_item {
    width: 100%;
  }
}
.steps_dark_content .steps_list .steps_item.active .steps_item-number {
  visibility: initial;
  transition: all 0.2s linear;
  animation: fadein 0.2s;
}
.steps_dark_content .steps_list .steps_item.active .steps_item-icon {
  filter: unset;
  animation: fadein 0.2s;
}
.steps_dark_content .steps_list .steps_item.active .steps_item-icon.icon_1 {
  display: none;
}
.steps_dark_content .steps_list .steps_item.active .steps_item-icon.icon_2 {
  display: inline-block;
}
.steps_dark_content .steps_list .steps_item.active .steps_item-title {
  transition: all 0.2s linear;
  background: var(--Linear, linear-gradient(156deg, #2f87ef 0%, #2fe8ef 39.06%, #fff 100%));
  animation: fadein 0.2s;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steps_dark_content .steps_list .steps_item.active .steps_item-text {
  color: #fff;
  animation: fadein 0.2s;
}
.steps_dark_content .steps_list .steps_item-number {
  visibility: hidden;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 55px */
  background: var(--Linear, linear-gradient(156deg, #2f87ef 0%, #2fe8ef 39.06%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_dark_content .steps_list .steps_item-number {
    font-size: 40px;
    margin-bottom: 0px;
  }
}
.steps_dark_content .steps_list .steps_item-icon {
  margin-top: 20px;
  max-width: 100%;
  margin-bottom: 18px;
  transition: all 0.2s linear;
  filter: brightness(0) invert(1);
}
.steps_dark_content .steps_list .steps_item-icon.icon_1 {
  display: inline-block;
}
.steps_dark_content .steps_list .steps_item-icon.icon_2 {
  display: none;
}
.steps_dark_content .steps_list .steps_item-title {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_dark_content .steps_list .steps_item-title {
    font-size: 14px;
  }
}
.steps_dark_content .steps_list .steps_item-text {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .steps_dark_content .steps_list .steps_item-text {
    font-size: 12px;
  }
}
.steps_dark_content .steps_list .steps_icon {
  width: 5%;
  margin-top: 120px;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .steps_dark_content .steps_list .steps_icon {
    display: none;
  }
}

.input_qty_pr {
  border-right: none;
  width: 100px;
  height: 30px;
  border-radius: 0;
  border: none;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  padding-right: 0;
  top: 10px;
  left: 50%;
  transform: translateX(-22%);
  margin-bottom: 16px;
}
.input_qty_pr .number-sidebar {
  min-height: 0;
  position: static;
  display: inline-block;
  float: none;
  border: 1px solid #d6d6d6;
  margin-bottom: 0;
  padding-right: 0;
  height: 30px;
  margin-left: 0px;
  text-align: center;
  margin-right: -1px;
  padding: 0;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
}
.input_qty_pr .items-count {
  outline: none;
  vertical-align: baseline;
  text-align: center;
  padding: 0;
  display: inline-block;
  margin: 0;
  position: absolute;
  border: 1px solid #d6d6d6;
  z-index: 2;
  line-height: 17px;
  font-weight: 400;
  height: 30px;
  width: 28px;
  cursor: pointer;
  background: #fff;
}
.input_qty_pr .items-count .btn-plus {
  right: 0px;
  font-size: 12px;
  top: 0;
}

header {
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100px;
  padding: 0 100px;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
}
@media (max-width: 1575px) {
  header {
    padding: 0 12px !important;
  }
}
@media (max-width: 768px) {
  header {
    height: 50px;
  }
}
header.scroll {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #fdfdfd;
  display: flex;
  height: 60px;
}
header.scroll .left-content .nav-content .nav-item .text {
  color: #2f2f2f;
}
header.scroll .left-content .logo-content .logo {
  display: none;
}
header.scroll .left-content .logo-content .logo-scroll {
  display: block;
}
header.scroll .right-content .auth-button {
  color: #2f2f2f;
  border-left: 2px solid #2f2f2f;
}
header.scroll .right-content .user-info .info {
  width: 40px !important;
  height: 40px !important;
}
header.scroll .right-content .user-info .hr {
  background: #2f2f2f;
}
header.scroll .right-content .free-button {
  border: solid 1px #ed7323;
  color: #ed7323;
  height: 40px !important;
}
header.scroll .right-content .right-icon svg {
  color: #2f2f2f;
}
header.scroll .right-content-mobile .right-icon .icon {
  display: none;
}
header.scroll .right-content-mobile .right-icon .icon-scroll {
  display: block;
}
header.black-text .left-content .nav-content .nav-item .text {
  color: #2f2f2f;
}
header.black-text .left-content .logo-content .logo {
  display: none;
}
header.black-text .left-content .logo-content .logo-scroll {
  display: block;
}
header.black-text .right-content .auth-button {
  color: #2f2f2f !important;
  border-left: 2px solid #2f2f2f !important;
}
header.black-text .right-content .user-info .hr {
  background: #2f2f2f;
}
header.black-text .right-content .free-button {
  border: solid 1px #ed7323;
  color: #ed7323;
}
header.black-text .right-content .right-icon svg {
  color: #2f2f2f;
}
header.black-text .right-content-mobile .right-icon .icon {
  display: none;
}
header.black-text .right-content-mobile .right-icon .icon-scroll {
  display: block;
}
header.black-text .right-content-mobile .right-icon .cart-count {
  top: -5px !important;
  right: -6px !important;
}
header.white-bg {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #fdfdfd;
  display: flex;
}
header.white-bg .left-content .nav-content .nav-item .text {
  color: #2f2f2f;
}
header.white-bg .left-content .logo-content .logo {
  display: none;
}
header.white-bg .left-content .logo-content .logo-scroll {
  display: block;
}
header.white-bg .right-content .auth-button {
  color: #2f2f2f !important;
  border-left: 2px solid #2f2f2f !important;
}
header.white-bg .right-content .user-info .hr {
  background: #2f2f2f;
}
header.white-bg .right-content .free-button {
  border: solid 1px #ed7323;
  color: #ed7323;
}
header.white-bg .right-content .right-icon svg {
  color: #2f2f2f;
}
header.white-bg .right-content-mobile .right-icon .icon {
  display: none;
}
header.white-bg .right-content-mobile .right-icon .icon-scroll {
  display: block;
}
header .left-content {
  width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .left-content .logo-content .logo {
  display: block;
  width: 143px;
  height: 50px;
  z-index: 99;
}
@media (max-width: 768px) {
  header .left-content .logo-content .logo {
    height: 40px;
    width: auto;
  }
}
header .left-content .logo-content .logo-scroll {
  display: none;
  width: 143px;
  height: 50px;
  z-index: 99;
}
@media (max-width: 768px) {
  header .left-content .logo-content .logo-scroll {
    height: 40px !important;
    width: auto !important;
  }
}
header .left-content .nav-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 52px;
}
@media (min-width: 1300px) and (max-width: 1775px) {
  header .left-content .nav-content {
    margin-left: 26px;
  }
  header .left-content .nav-content .nav-item {
    margin-right: 15px !important;
  }
  header .left-content .nav-content .nav-item .text {
    font-size: 15px !important;
  }
}
@media (max-width: 1299px) {
  header .left-content .nav-content {
    margin-left: 20px;
  }
  header .left-content .nav-content .nav-item {
    margin-right: 12px !important;
  }
  header .left-content .nav-content .nav-item .text {
    font-size: 14px !important;
  }
}
@media (max-width: 1250px) {
  header .left-content .nav-content {
    display: none;
  }
}
header .left-content .nav-content .nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
header .left-content .nav-content .nav-item .text {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #fdfdfd;
  transition: color 0.3s ease-in-out;
}
header .left-content .nav-content .nav-item .text:hover {
  color: #ed7323;
}
header .right-content-mobile {
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  header .right-content-mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header .right-content-mobile {
    display: flex;
  }
}
header .right-content-mobile .right-icon {
  margin-left: 20px;
  position: relative;
}
header .right-content-mobile .right-icon .cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 13px;
  color: #fdfdfd;
  background: #f76030;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  right: -25px;
}
header .right-content-mobile .right-icon svg {
  color: #fdfdfd !important;
  transition: color 0.2s ease-in-out;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
header .right-content-mobile .right-icon svg:hover {
  color: #ed7323;
}
header .right-content-mobile .right-icon .icon {
  display: block;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
header .right-content-mobile .right-icon .icon-scroll {
  display: none;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
header .right-content {
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1251px) and (max-width: 1515px) {
  header .right-content .free-button {
    transform: scale(0.9) !important;
    margin-left: 26px !important;
  }
  header .right-content .auth-button {
    font-size: 15px !important;
    padding-left: 10px !important;
    margin-left: 10px !important;
  }
  header .right-content .right-icon {
    margin-left: 10px !important;
  }
  header .right-content .user-info .hr {
    height: 18.18px !important;
  }
  header .right-content .user-info .info {
    width: 45px !important;
    height: 45px !important;
  }
}
@media screen and (max-width: 1200px) {
  header .right-content {
    display: none;
  }
}
header .right-content .right-icon {
  margin-left: 20px;
  position: relative;
}
header .right-content .right-icon .cart-count {
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 13px;
  color: #fdfdfd;
  background: #f76030;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4px;
  right: -6px;
}
header .right-content .right-icon svg {
  color: #fdfdfd;
  transition: color 0.2s ease-in-out;
  font-size: 20px;
  margin-top: 2px;
}
header .right-content .right-icon svg:hover {
  color: #ed7323 !important;
}
header .right-content .right-icon .icon {
  display: block;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
header .right-content .right-icon .icon-scroll {
  display: none;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 2px;
}
header .right-content .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #fdfdfd;
  margin-left: 20px;
  transition: color 0.3s ease-in-out, border-left 0.3s ease-in-out;
}
header .right-content .user-info .hr {
  height: 21.82px;
  width: 2px;
  background: #fdfdfd;
}
header .right-content .user-info .info {
  cursor: pointer;
  margin-left: 20px;
  height: 50px;
  width: 50px;
  background: #1cbed7;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: right;
  color: #fdfdfd;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .right-content .free-button {
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #fdfdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  padding: 0 27px;
  margin-left: 44px;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}
header .right-content .free-button:hover {
  background-color: #ed7323;
  color: #fdfdfd;
  border: 1px solid #ed7323;
}
header .right-content .auth-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  padding-left: 20px;
  border-left: 2px solid #fdfdfd;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: right;
  color: #fdfdfd;
  margin-left: 20px;
  transition: color 0.3s ease-in-out, border-left 0.3s ease-in-out;
}
header .right-content .auth-button:hover {
  color: #ed7323;
}

.dropdown {
  position: relative !important;
  display: inline-block;
}
.dropdown.custom .dropdown-content {
  margin-left: -73px !important;
}
@media (max-width: 1366px) {
  .dropdown.custom .dropdown-content {
    top: 38px !important;
  }
}
.dropdown.custom .dropdown-content .item-content .content {
  padding-top: 0 !important;
}
.dropdown.custom .dropdown-content::after {
  content: "" !important;
  position: absolute !important;
  bottom: 87% !important;
  left: 4% !important;
  border-width: 48px !important;
  border-style: solid !important;
  border-color: transparent transparent #fdfdfd transparent !important;
}
@media screen and (max-width: 1366px) {
  .dropdown.custom .dropdown-content::after {
    bottom: 78% !important;
  }
}
@media screen and (max-width: 1366px) {
  .dropdown.show .dropdown-content {
    top: 38px !important;
  }
}
.dropdown.show .dropdown-content::after {
  content: "" !important;
  position: absolute !important;
  bottom: 91% !important;
  left: 5% !important;
  border-width: 68px !important;
  border-style: solid !important;
  border-color: transparent transparent #fdfdfd transparent !important;
}
@media screen and (max-width: 1366px) {
  .dropdown.show .dropdown-content::after {
    bottom: 87% !important;
  }
}
.dropdown.show .dropdown-content .item-content .header {
  height: 32px !important;
}
@media (max-width: 1366px) {
  .dropdown.test .dropdown-content {
    top: 38px !important;
  }
}
.dropdown.test .dropdown-content .item-content .content {
  padding-top: 0 !important;
}
.dropdown.test .dropdown-content::after {
  content: "" !important;
  position: absolute !important;
  bottom: 85%;
  left: 6%;
  border-width: 68px;
  border-style: solid !important;
  border-color: transparent transparent #fdfdfd transparent !important;
}
@media (max-width: 1366px) {
  .dropdown.test .dropdown-content::after {
    bottom: 76% !important;
  }
}
@media (max-width: 1366px) {
  .dropdown.test1 .dropdown-content {
    top: 38px !important;
  }
}
.dropdown.test1 .dropdown-content .item-content .content {
  padding-top: 0 !important;
}
.dropdown.test1 .dropdown-content::after {
  content: "" !important;
  position: absolute !important;
  bottom: 83%;
  left: 6%;
  border-width: 68px;
  border-style: solid !important;
  border-color: transparent transparent #fdfdfd transparent !important;
}
@media screen and (max-width: 1366px) {
  .dropdown.test1 .dropdown-content::after {
    bottom: 69% !important;
  }
}
.dropdown .dropdown-content {
  z-index: 999;
  visibility: hidden;
  background-color: #fdfdfd;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 50px;
  position: absolute;
  z-index: 1;
  top: 300%;
  left: 50%;
  margin-left: -120px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content {
    padding: 20px !important;
  }
}
.dropdown .dropdown-content::after {
  content: "";
  position: absolute;
  bottom: 97%;
  left: 10%;
  border-width: 25px;
  border-style: solid;
  border-color: transparent transparent #fdfdfd transparent;
}
.dropdown .dropdown-content .item-content {
  display: flex;
  flex-direction: column;
  z-index: 999999;
}
.dropdown .dropdown-content .item-content.show {
  margin-top: 60px;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content.show {
    margin-top: 20px !important;
  }
}
.dropdown .dropdown-content .item-content .header {
  white-space: nowrap;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .header {
    font-size: 16px;
  }
}
.dropdown .dropdown-content .item-content .content {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  width: -moz-max-content;
  width: max-content;
  padding-left: 15px;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content {
    padding-top: 15px;
  }
}
.dropdown .dropdown-content .item-content .content .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row {
    margin-top: 10px !important;
  }
}
.dropdown .dropdown-content .item-content .content .row.show {
  margin-top: 30px !important;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row.show {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row {
    margin-bottom: 0px;
  }
}
.dropdown .dropdown-content .item-content .content .row .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 60px;
}
.dropdown .dropdown-content .item-content .content .row .item:hover .info .headline {
  color: #ed7323;
}
.dropdown .dropdown-content .item-content .content .row .item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.dropdown .dropdown-content .item-content .content .row .item:hover svg {
  fill: #ed7323 !important;
}
.dropdown .dropdown-content .item-content .content .row .item img {
  height: 45px;
  float: left;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  font-size: 45px;
  margin-right: 15px;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row .item img {
    height: 35px;
    font-size: 35px;
    margin-right: 10px;
  }
}
.dropdown .dropdown-content .item-content .content .row .item svg {
  fill: #000000 !important;
  margin-right: 15px;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row .item svg {
    height: 35px;
    font-size: 35px;
    margin-right: 10px;
  }
}
.dropdown .dropdown-content .item-content .content .row .item .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dropdown .dropdown-content .item-content .content .row .item .info .headline {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 5px;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row .item .info .headline {
    font-size: 16px;
  }
}
.dropdown .dropdown-content .item-content .content .row .item .info .text {
  width: 200px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #707070 !important;
}
@media screen and (max-width: 1366px) {
  .dropdown .dropdown-content .item-content .content .row .item .info .text {
    font-size: 14px;
  }
}
.dropdown:hover .nav-item .text {
  color: #ed7323 !important;
}
.dropdown:hover .dropdown-content {
  visibility: visible;
}

.dropdown-language {
  position: relative !important;
}
.dropdown-language .dropdown-language-content {
  visibility: hidden;
  background-color: #fdfdfd;
  color: #fff;
  text-align: left;
  border-radius: 15px;
  padding: 15px 15px 5px 15px;
  position: absolute;
  z-index: 1;
  top: 167%;
  left: 145%;
  margin-left: -62px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1366px) {
  .dropdown-language .dropdown-language-content {
    padding: 15px 15px 5px 15px;
    left: 143%;
    top: 38px;
  }
}
.dropdown-language .dropdown-language-content::after {
  content: "";
  position: absolute;
  bottom: 93%;
  left: 50%;
  margin-left: -19px;
  border-width: 19px;
  border-style: solid;
  border-color: transparent transparent #fdfdfd transparent;
}
@media screen and (max-width: 1366px) {
  .dropdown-language .dropdown-language-content::after {
    bottom: 90%;
  }
}
.dropdown-language .dropdown-language-content .text-item {
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.dropdown-language .dropdown-language-content .text-item:hover {
  color: #ed7323;
}
.dropdown-language:hover .right-icon svg {
  color: #ed7323 !important;
}
.dropdown-language:hover .dropdown-language-content {
  visibility: visible;
}

.dropdown-info {
  position: relative;
}
.dropdown-info .dropdown-info-content {
  visibility: hidden;
  background-color: #fdfdfd;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding-top: 30px;
  position: absolute;
  z-index: 1;
  top: 170%;
  left: 50%;
  margin-left: -58px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-info .dropdown-info-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 25px;
  border-style: solid;
  border-color: transparent transparent #fdfdfd transparent;
}
.dropdown-info .dropdown-info-content .text-item {
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 15px;
  padding: 0 30px;
}
.dropdown-info .dropdown-info-content .text-item.logout {
  padding-top: 15px;
  border-top: 1px solid #707070;
}
.dropdown-info .dropdown-info-content .text-item:hover {
  color: #ed7323;
}
.dropdown-info:hover .dropdown-info-content {
  visibility: visible;
}

.sidenav-content {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1001;
}
@media screen and (max-width: 1366px) {
  .sidenav-content {
    padding-top: 30px;
  }
}
.sidenav-content .title {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.sidenav-content .closebtn {
  color: #2f2f2f;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav-content .no-item-content {
  width: 100%;
  height: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .sidenav-content .no-item-content {
    padding: 20px;
  }
}
.sidenav-content .no-item-content .empty-icon {
  width: 145px;
  height: 160px;
  margin: 60px 0 30px 0;
}
@media screen and (max-width: 1366px) {
  .sidenav-content .no-item-content .empty-icon {
    padding: 20px;
    width: 116px;
    height: 128px;
    margin: 30px 0 15px 0;
  }
}
.sidenav-content .no-item-content .empty-text {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
}
.sidenav-content .no-item-content .product-content {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .sidenav-content .no-item-content .product-content {
    margin-top: 15px;
  }
}
.sidenav-content .no-item-content .product-content .product {
  width: 194px;
  height: 194px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .sidenav-content .no-item-content .product-content .product {
    width: 155px;
    height: 155px;
  }
  .sidenav-content .no-item-content .product-content .product .text-content {
    font-size: 16px !important;
  }
}
.sidenav-content .no-item-content .product-content .product:hover .text-content {
  color: #ed7323 !important;
}
.sidenav-content .no-item-content .product-content .product .text-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
}
.sidenav-content .no-item-content .button {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-color: #ed7323;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .sidenav-content .no-item-content .button {
    height: 40px;
    font-size: 16px;
    margin-top: 20px;
  }
}
.sidenav-content a {
  color: #2f2f2f;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #70707054;
  overflow-x: hidden;
  padding-top: 60px;
  z-index: 1001;
}

.menu-mobile {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 999;
  padding-bottom: 30px;
}
.menu-mobile .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 0 12px;
  height: 100px;
  justify-content: space-between;
  background: #fdfdfd;
}
.menu-mobile .header .right-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-mobile .header a {
  color: #2f2f2f;
}
.menu-mobile .header .closebtn {
  color: #2f2f2f;
  font-size: 36px;
  z-index: 999;
  margin-left: 35px;
}
.menu-mobile .menu-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 12px;
  align-items: flex-start;
}
.menu-mobile .menu-content .free-button {
  margin: 10px 0;
  width: 100% !important;
}
.menu-mobile .menu-content .item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.menu-mobile .menu-content .item:hover .text {
  color: #ed7323;
}
.menu-mobile .menu-content .item .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.menu-mobile .menu-content .item .info .avatar {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #1cbed7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-mobile .menu-content .item .info .avatar .text {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #fdfdfd;
  text-transform: uppercase;
}
.menu-mobile .menu-content .item .info .name-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 15px;
}
.menu-mobile .menu-content .item .info .name-content .name {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 8px;
}
.menu-mobile .menu-content .item .info .name-content .name:hover {
  color: #ed7323;
}
.menu-mobile .menu-content .item .info .name-content .role {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
.menu-mobile .menu-content .item .text {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.menu-mobile .menu-content .item .icon {
  color: #2f2f2f;
  height: 10px;
}
.menu-mobile .menu-content .text-button {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 20px;
}
.menu-mobile .menu-content .text-button:hover {
  color: #ed7323;
}
.menu-mobile .menu-content .language-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.menu-mobile .menu-content .language-button:hover .text {
  color: #ed7323;
}
.menu-mobile .menu-content .language-button .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.menu-mobile .menu-content .language-button .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}

.sub-menu-mobile {
  height: calc(100% - 100px);
  width: 0;
  position: fixed;
  top: 100px;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 1000;
}
.sub-menu-mobile .text-item {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.sub-menu-mobile .header {
  padding: 10px 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.sub-menu-mobile .header .icon {
  font-size: 10px;
  margin-right: 10px;
}
.sub-menu-mobile .header .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  transition: color 0.2s ease-in-out;
}
.sub-menu-mobile .header .text:hover {
  color: #ed7323;
}
.sub-menu-mobile .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 12px;
}
.sub-menu-mobile .content .item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding: 20px 0;
}
.sub-menu-mobile .content .item-content .text-item {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 30px;
  transition: color 0.2s ease-in-out;
}
.sub-menu-mobile .content .item-content .text-item:hover {
  color: #ed7323;
}
.sub-menu-mobile .content .item-content .item-header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.19;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 20px;
}
.sub-menu-mobile .content .item-content .sub-item-content {
  display: flex;
  flex-direction: column;
}
.sub-menu-mobile .content .item-content .sub-item-content .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 60px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
.sub-menu-mobile .content .item-content .sub-item-content .item:hover .info .headline {
  color: #ed7323;
}
.sub-menu-mobile .content .item-content .sub-item-content .item:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.sub-menu-mobile .content .item-content .sub-item-content .item:hover svg {
  fill: #ed7323 !important;
}
.sub-menu-mobile .content .item-content .sub-item-content .item img {
  height: 35px;
  float: left;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  font-size: 35px;
  margin-right: 15px;
}
.sub-menu-mobile .content .item-content .sub-item-content .item svg {
  font-size: 35px;
  margin-right: 15px;
  fill: #000000 !important;
}
.sub-menu-mobile .content .item-content .sub-item-content .item .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub-menu-mobile .content .item-content .sub-item-content .item .info .headline {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
.sub-menu-mobile .content .item-content .sub-item-content .item .info .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #707070 !important;
}

.modal-content {
  border-radius: 10px;
}
.modal-content .input-wrapper {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
.modal-content .input-wrapper input {
  border: none;
  padding-left: 32px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: rgba(47, 47, 47, 0.5);
}
.modal-content .input-wrapper .icon {
  position: absolute;
  left: 0;
  top: 11px;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-body .form-group {
  margin-bottom: 30px;
}
.modal-content .modal-body .forgot-content {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.modal-content .modal-body .forgot-content a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.modal-content .modal-body .login-button {
  border: none;
  background: #ed7323;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #fdfdfd;
  transition: all 0.2s ease-in-out;
}
.modal-content .modal-body .social-text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  margin-top: 60px;
  margin-bottom: 25px;
}
.modal-content .modal-body .social-button-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modal-content .modal-body .social-button-content {
    flex-direction: column;
  }
}
.modal-content .modal-body .social-button {
  height: 50px;
  width: -moz-min-content;
  width: min-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  border: 1px solid #2f2f2f;
  border-radius: 25px;
  background: transparent;
  transition: all 0.2s ease-in-out;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .modal-content .modal-body .social-button {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.modal-content .modal-body .social-button i {
  font-size: 16px;
  margin-right: 10px;
}
.modal-content .modal-body .social-button:hover {
  border: 1px solid #ed7323;
  color: #ed7323;
}
.modal-content .modal-body .sign-up-text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
}
.modal-content .modal-body .sign-up-text a {
  color: #2f2f2f;
}
.modal-content .modal-header {
  padding: 30px;
  border: none;
}
.modal-content .modal-header .modal-title-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal-content .modal-header .modal-title-content .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 14px;
}
.modal-content .modal-header .modal-title-content .subtitle {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.modal-content .modal-header .close {
  color: #2f2f2f;
  opacity: 1 !important;
}

.list-cart {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .list-cart {
    padding: 15px;
    padding-top: 30px;
  }
}
.list-cart .cart-item {
  display: flex;
  flex-direction: row;
  padding: 30px 0px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1366px) {
  .list-cart .cart-item {
    padding: 15px 0;
  }
}
.list-cart .cart-item .left {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.list-cart .cart-item .right {
  padding-left: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .list-cart .cart-item .right {
    padding-left: 10px;
  }
}
.list-cart .cart-item .right .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.list-cart .cart-item .right .top .name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  max-width: 260px;
}
@media screen and (max-width: 1366px) {
  .list-cart .cart-item .right .top .name {
    font-size: 16px;
  }
}
.list-cart .cart-item .right .bottom .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
@media screen and (max-width: 1366px) {
  .list-cart .cart-item .right .bottom .text {
    font-size: 16px;
  }
}
.list-cart .payment-content {
  display: flex;
  flex-direction: column;
}
.list-cart .payment-content .price-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}
.list-cart .payment-content .price-content .text {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  font-size: 24px;
}
.list-cart .payment-content .pay-button {
  border-radius: 10px;
  margin-bottom: 20px;
}
.list-cart .payment-content .cart-button {
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .header-wrapper {
    display: none !important;
  }

  .header-main {
    display: none !important;
  }
}
.select-role-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.select-role-container .title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 40px;
}
.select-role-container .select-content {
  max-width: 978px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 663px) {
  .select-role-container .select-content {
    justify-content: center;
  }
}
.select-role-container .select-content.step2 {
  max-width: 1008px;
  justify-content: center !important;
}
.select-role-container .select-content.step2 .item {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.select-role-container .select-content .item {
  width: 306px;
  height: 200px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: solid 1px rgba(112, 112, 112, 0.5);
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .select-role-container .select-content .item {
    height: auto;
  }
}
.select-role-container .select-content .item .select {
  width: 100%;
  height: 150px;
  background: rgba(47, 47, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-role-container .select-content .item .select img {
  width: 80px;
  height: 80px;
  z-index: 99;
}
.select-role-container .select-content .item .bg {
  width: 100%;
  height: 150px;
  background: rgba(47, 47, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 10px 10px 0 0;
}
.select-role-container .select-content .item:hover .info {
  background: #ed7323 !important;
  color: #fdfdfd !important;
}
.select-role-container .select-content .item:hover .bg {
  opacity: 1 !important;
}
.select-role-container .select-content .item .image {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0px 0px;
}
.select-role-container .select-content .item .info {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  transition: all 0.2s ease-in-out;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .select-role-container .select-content .item .info {
    height: auto;
    padding: 10px 0;
  }
}
.select-role-container .select-content .item .info.active {
  background: #ed7323 !important;
  color: #fdfdfd !important;
}
.select-role-container .end-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .select-role-container .end-content {
    margin-top: 0px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .select-role-container .end-content {
    flex-direction: column;
    margin-top: 30px;
  }
}
.select-role-container .end-content .button {
  height: 50px;
  padding: 15px 46px;
  background: #ed7323;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fdfdfd;
  border-radius: 25px;
  cursor: pointer;
}
.select-role-container .end-content .button-1 {
  height: 50px;
  padding: 15px 46px;
  background: #fdfdfd;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ed7323;
  border: 1px solid #ed7323;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .select-role-container .end-content .button-1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.headv3_group .pop_up_cart {
  padding: 20px 10px;
  background: #ffffff;
  width: 300px;
  box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, 0.11), 0px 2px 14.4px rgba(0, 0, 0, 0.13);
  color: red;
  position: absolute;
  bottom: -130px;
  left: -10px;
  border-radius: 4px;
  z-index: 2;
}
.headv3_group .pop_up_cart .triangle-up {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}
.headv3_group .pop_up_cart .group_cart_infor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headv3_group .pop_up_cart .group_cart_infor .add_success {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.headv3_group .pop_up_cart .group_cart_infor .icon_close {
  margin-top: -20px;
  cursor: pointer;
}
.headv3_group .pop_up_cart .group_cart_infor .icon_close img {
  max-width: 100%;
}
.headv3_group .pop_up_cart .see_cart_btn {
  background: #f48120;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  margin-top: 10px;
}
.headv3_group .pop_up_cart .see_cart_btn .see_cart_text {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
}

.block_hover_cart {
  position: absolute;
  top: 50px;
  right: -350px;
  width: 420px;
  background: #ffffff;
  box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, 0.11), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 20px 12px;
  display: none;
}
.block_hover_cart .cart_list {
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.block_hover_cart .triangle-up {
  position: absolute;
  top: -10px;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}
.block_hover_cart .cart_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.block_hover_cart .cart_item img {
  display: block;
  max-width: 60px;
}
.block_hover_cart .cart_item .item_name {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 200px;
  color: #2f2f2f;
}
.block_hover_cart .cart_item .item_price {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #f48120;
}
.block_hover_cart .cart_item button,
.block_hover_cart .cart_item input {
  font-size: 12px;
}
.block_hover_cart .more_hover_cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.block_hover_cart .more_hover_cart .more_text span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #2f2f2f;
}
.block_hover_cart .more_hover_cart .more_button {
  background: #f48120;
  border-radius: 4px;
  padding: 8px;
  border-top: 1px solid #ccc;
  color: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.block_hover_cart .more_hover_cart .more_button:hover {
  box-shadow: 4px 4px 4px 4px solid #ccc;
  background: #f47711;
}

.trans_block_hover {
  content: "";
  width: 240px;
  height: 32px;
  display: none;
  background: transparent;
  position: absolute;
  top: 20px;
  left: -51px;
}
.trans_block_hover:hover {
  background: transparent;
  display: block !important;
}
.trans_block_hover:hover ~ .block_hover_cart {
  display: block !important;
}

.show_hover_cart:hover ~ .trans_block_hover {
  display: block !important;
}

.show_hover_cart:hover ~ .block_hover_cart {
  display: block !important;
}

.block_hover_cart:hover {
  display: block;
}

.animation_pop_up_cart {
  animation: animation_pop_up_cart 0.7s infinite linear;
}

@keyframes animation_pop_up_cart {
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
#modalLogin .jt-form-err {
  font-size: 14px;
  margin-top: 10px;
  color: #ff5749;
  text-align: left;
}
#modalLogin input:focus {
  box-shadow: none;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  overflow: hidden;
}
footer.white-bg {
  padding-top: 0;
}
footer.white-bg .top-content {
  display: none !important;
}
footer.white-bg .bottom-content {
  margin-top: 0 !important;
}
footer .top-content {
  max-width: 1366px;
  width: 100%;
  display: unset;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1366px) {
  footer .top-content {
    max-width: 1110px;
    padding: 30px 12px 10px 12px;
  }
}
@media (max-width: 1110px) {
  footer .top-content {
    padding: 0 12px;
    flex-wrap: wrap;
  }
}
footer .top-content .item-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
}
@media (max-width: 991px) {
  footer .top-content .item-group {
    max-width: unset;
  }
}
footer .top-content .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .top-content .item.small {
  max-width: 240px;
}
@media (max-width: 991px) {
  footer .top-content .item.small {
    max-width: unset;
  }
}
footer .top-content .item.small .text {
  width: 100% !important;
}
@media (max-width: 1366px) {
  footer .top-content .item.small {
    max-width: 220px;
  }
  footer .top-content .item.small .text {
    width: 220px !important;
  }
}
@media (max-width: 1366px) {
  footer .top-content .item.small1 {
    max-width: 360px;
  }
  footer .top-content .item.small1 .text {
    width: 360px !important;
  }
}
@media (max-width: 991px) {
  footer .top-content .item.small1 {
    max-width: unset;
  }
}
@media (max-width: 360px) {
  footer .top-content .item.small1 .text {
    font-size: 16px !important;
    width: 300px !important;
  }
}
@media (max-width: 1366px) {
  footer .top-content .item .text {
    font-size: 16px !important;
    width: 290px;
  }
}
@media (max-width: 767px) {
  footer .top-content .item .text {
    font-size: 16px !important;
    width: 360px !important;
  }
}
@media (max-width: 360px) {
  footer .top-content .item .text {
    font-size: 16px !important;
    width: 300px !important;
  }
}
footer .top-content .item .head-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
footer .top-content .item .divider {
  width: 30px;
  height: 3px;
  background-color: #2f2f2f;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .top-content .item .text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  max-width: 330px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
footer .top-content .item .text.no-hover:hover {
  color: #707070 !important;
}
footer .top-content .item .text:hover {
  color: #ed7323;
}
footer .top-content_custom .item-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
}
@media (max-width: 991px) {
  footer .top-content_custom .item-group {
    max-width: unset;
  }
}
footer .top-content_custom .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .top-content_custom .item.small {
  max-width: 240px;
}
@media (max-width: 991px) {
  footer .top-content_custom .item.small {
    max-width: unset;
  }
}
footer .top-content_custom .item.small .text {
  width: 100% !important;
}
@media (max-width: 1366px) {
  footer .top-content_custom .item.small {
    max-width: 220px;
  }
}
@media (max-width: 1366px) {
  footer .top-content_custom .item.small1 {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  footer .top-content_custom .item.small1 {
    max-width: unset;
  }
}
@media (max-width: 360px) {
  footer .top-content_custom .item.small1 .text {
    width: 300px !important;
  }
}
@media (max-width: 1366px) {
  footer .top-content_custom .item .text {
    font-size: 14px !important;
  }
}
footer .top-content_custom .item .head-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
footer .top-content_custom .item .divider {
  width: 30px;
  height: 3px;
  background-color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 15px;
}
footer .top-content_custom .item .text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  max-width: 330px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
footer .top-content_custom .item .text.no-hover:hover {
  color: #707070 !important;
}
footer .top-content_custom .item .text:hover {
  color: #ed7323;
}
footer .bottom-content {
  margin-top: 15px;
  width: 100%;
  height: 100px;
  background-color: rgba(28, 190, 215, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) {
  footer .bottom-content {
    margin-top: 0;
    height: 80px;
  }
}
@media (max-width: 768px) {
  footer .bottom-content {
    height: auto !important;
    padding: 40px 0px;
  }
}
footer .bottom-content .content-new {
  max-width: 1366px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1366px) {
  footer .bottom-content .content-new {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  footer .bottom-content .content-new {
    padding: 0 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .bottom-content .content-new .left-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .bottom-content .content-new .left-content {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .bottom-content .content-new .left-content .text {
    margin-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 60px !important;
  }
}
footer .bottom-content .content-new .left-content .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
  margin-left: 30px;
}
footer .bottom-content .content-new .right-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .bottom-content .content-new .right-content .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
@media (max-width: 768px) {
  footer .bottom-content .content-new .right-content .text {
    font-size: 14px;
    white-space: nowrap;
  }
}
footer .bottom-content .content-new .right-content .dot {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #707070;
  margin: 0 10px;
}
footer .bottom-content .content-new .right-content img {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  footer .bottom-content .content-new .right-content img {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .ft_poicy_footer {
    margin-top: 0px !important;
  }
}

header {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #fdfdfd;
  display: flex;
  height: 60px;
}
header .dropdown-content .content {
  width: 50% !important;
}
header .left-content .nav-content .nav-item .text {
  color: #2f2f2f;
}
header .left-content .logo-content .logo {
  display: none;
}
header .left-content .logo-content .logo-scroll {
  display: block;
}
@keyframes scaleIn {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
header .right-content .auth-button {
  color: #2f2f2f;
  border-left: 2px solid #2f2f2f;
}
header .right-content .user-info .info {
  width: 40px !important;
  height: 40px !important;
}
header .right-content .user-info .hr {
  background: #2f2f2f;
}
header .right-content .free-button {
  border: solid 1px #ed7323;
  color: #ed7323;
  height: 40px !important;
}
header .right-content .right-icon svg {
  color: #2f2f2f;
}
header .right-content-mobile .right-icon .icon {
  display: none;
}
header .right-content-mobile .right-icon .icon-scroll {
  display: block;
}

footer {
  overflow: hidden;
}

.error {
  color: red;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.form_cus .form_group {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  background: #edf2f8;
  border-radius: 8px;
  padding: 0 10px;
}
.form_cus .form_group i {
  margin-right: 4px;
}
.form_cus label {
  color: #252a31;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .form_cus label {
    font-size: 14px;
  }
}
.form_cus .form-check-label {
  color: #252a31;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-left: 10px;
}
@media (max-width: 767px) {
  .form_cus .form-check-label {
    font-size: 12px;
  }
}
.form_cus .form-check-label a {
  color: #f48120;
  font-weight: 600;
}
.form_cus .form-check-input {
  width: 24px;
  height: 24px;
  border: unset;
  margin-top: 4px;
}
.form_cus .form-check-input:focus {
  box-shadow: none;
}
.form_cus .form-control {
  background: #edf2f8;
  padding: 20px 10px;
  border: unset;
}
.form_cus .form-control:focus {
  background: transparent;
  box-shadow: none;
}
.form_cus .form-select {
  color: #252a31;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 12px 10px;
  padding-right: 30px;
  background-color: transparent;
  border: unset;
}
.form_cus .form-select:focus {
  outline: none;
  box-shadow: none;
}
.form_cus .form-select option {
  background-color: #fff;
}

.mascot_action {
  transition: all 0.3s ease;
  position: fixed;
  right: 2%;
  z-index: 100;
  cursor: pointer;
  bottom: 0;
}
.mascot_action._fixed {
  position: absolute;
}
.mascot_action img {
  width: 146px;
  max-width: 100%;
}

#modalContact .modal-dialog {
  max-width: 600px;
}
#modalContact .modal-header {
  padding-bottom: 0;
}
#modalContact .modal-header .title {
  margin-bottom: 0;
  color: #ed7323;
}
@media (max-width: 575px) {
  #modalContact .modal-header .title {
    font-size: 16px;
  }
}
#modalContact .modal-header .close {
  margin: 0;
  padding: 0;
}
#modalContact .login-button {
  padding: 0 40px;
  width: unset;
  height: 42px;
  margin: 0 auto;
}

.career-container {
  overflow: hidden;
}
.career-container .show_dt {
  display: block !important;
}
@media (max-width: 991px) {
  .career-container .show_dt {
    display: none !important;
  }
}
.career-container .show_mb {
  display: none !important;
}
@media (max-width: 991px) {
  .career-container .show_mb {
    display: block !important;
  }
}
.career-container .banner-service {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/09/1726630738-366.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.career-container .banner-service .row_cus {
  align-items: center;
  height: 600px;
}
@media (max-width: 991px) {
  .career-container .banner-service .row_cus {
    height: 100%;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .career-container .banner-service .row_cus {
    padding-bottom: 60px;
  }
}
.career-container .banner-service .banner_left .group_title .light-img img {
  max-width: 58%;
}
.career-container .banner-service .banner_left .banner_title {
  position: absolute;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  letter-spacing: 1.282px;
  text-transform: uppercase;
  background: linear-gradient(146deg, #002e88 0%, #3e74ff 50%, #008ede 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.career-container .banner-service .banner_left .banner_title:first-child {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #ebf1f5;
  background: linear-gradient(334deg, #a1f9ff 24.81%, #fff 81.24%);
  filter: blur(3.2045454979px);
}
.career-container .banner-service .banner_left .banner_text {
  color: #05005c;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  letter-spacing: 1.282px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .career-container .banner-service .banner_left .banner_text {
    font-size: 36px;
  }
}
.career-container .banner-service .banner_left .banner_desc {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 155.556% */
}
@media (max-width: 767px) {
  .career-container .banner-service .banner_left .banner_desc {
    font-size: 14px;
  }
}
.career-container .banner-service .banner_right img {
  max-width: 100%;
}
.career-container .roadmap {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .career-container .roadmap {
    padding: 24px 0;
  }
}
.career-container .roadmap_group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .career-container .roadmap_group {
    display: none;
  }
}
.career-container .roadmap_group._mb {
  display: none;
}
@media (max-width: 991px) {
  .career-container .roadmap_group._mb {
    display: flex;
  }
  .career-container .roadmap_group._mb .group_content {
    width: 100%;
  }
}
.career-container .roadmap .left_content,
.career-container .roadmap .right_content {
  width: 48%;
}
.career-container .roadmap .line {
  flex: 1;
  top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .career-container .roadmap .line {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .line {
    margin-top: 0;
    margin-right: 40px;
    top: 100px;
    display: none;
  }
}
.career-container .roadmap .line .line_full {
  width: 5px;
  border-radius: 100px;
  background: #ccc;
  height: 90%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .career-container .roadmap .line .line_full {
    height: 92%;
  }
}
.career-container .roadmap .line .line_current {
  position: absolute;
  height: 0%;
  width: 5px;
  border-radius: 100px;
  margin: 0 auto;
  z-index: 2;
  border-radius: 10px;
  transition: 0.4s ease;
  background: linear-gradient(90deg, #00defa 15.59%, #019dfe 111.27%);
}
.career-container .roadmap .line .group_point {
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.career-container .roadmap .line .group_point .point {
  width: 16px;
  height: 16px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
}
.career-container .roadmap .line .group_point .point.active {
  background: linear-gradient(90deg, #00defa 0%, #019dfe 70%, #005fff 100%);
}
.career-container .roadmap .line .group_point .point.active::after {
  animation: scaleIn 2s ease-out infinite;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00defa 15.59%, #019dfe 111.27%);
  border-radius: 50%;
  left: 0%;
  top: 0%;
  opacity: 0;
  z-index: 0;
}
.career-container .roadmap .line .group_point .point:nth-child(1) {
  top: 160px;
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(1) {
    top: 110px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(2) {
  top: 320px;
}
@media (max-width: 1200px) {
  .career-container .roadmap .line .group_point .point:nth-child(2) {
    top: 310px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(2) {
    top: 340px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(3) {
  top: 480px;
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(3) {
    top: 590px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(4) {
  top: 632px;
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(4) {
    top: 820px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(5) {
  top: 1000px;
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(5) {
    top: 1230px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(6) {
  top: 1160px;
}
@media (max-width: 1200px) {
  .career-container .roadmap .line .group_point .point:nth-child(6) {
    top: 1150px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(6) {
    top: 1490px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(7) {
  top: 1340px;
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(7) {
    top: 1730px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(8) {
  top: 1520px;
}
@media (max-width: 1200px) {
  .career-container .roadmap .line .group_point .point:nth-child(8) {
    top: 1500px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(8) {
    top: 1970px;
  }
}
.career-container .roadmap .line .group_point .point:nth-child(9) {
  top: 1690px;
}
@media (max-width: 1200px) {
  .career-container .roadmap .line .group_point .point:nth-child(9) {
    top: 1660px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .line .group_point .point:nth-child(9) {
    top: 2220px;
  }
}
.career-container .roadmap .left_title {
  color: #001b4d;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  margin-bottom: 60px;
  min-height: 100px;
}
@media (max-width: 991px) {
  .career-container .roadmap .left_title {
    min-height: unset;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .career-container .roadmap .left_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.career-container .roadmap .right_title {
  color: #001b4d;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.176px;
  margin-bottom: 36px;
  min-height: 100px;
}
@media (max-width: 991px) {
  .career-container .roadmap .right_title {
    min-height: unset;
    margin-bottom: 16px;
  }
}
.career-container .roadmap .right_title span {
  font-weight: 700;
}
.career-container .roadmap .apply-for {
  color: #05005c;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 110% */
  letter-spacing: -1.76px;
  margin: 86px 0 30px;
}
@media (max-width: 1200px) {
  .career-container .roadmap .apply-for {
    margin: 180px 0 30px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .apply-for {
    font-size: 60px;
    line-height: 66px;
    text-align: center;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .career-container .roadmap .apply-for {
    font-size: 32px;
    line-height: 40px;
  }
}
.career-container .roadmap .apply-for._cus {
  margin-bottom: 148px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .career-container .roadmap .apply-for._cus {
    margin-bottom: 30px;
  }
}
.career-container .roadmap .card_item {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-bottom: 148px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 1200px) {
  .career-container .roadmap .card_item {
    height: 220px;
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .card_item {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .career-container .roadmap .card_item {
    height: 160px;
  }
}
.career-container .roadmap .card_item:hover .card-bg {
  transform: scale(10) translateZ(0);
}
.career-container .roadmap .card_item:hover .card_img img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .career-container .roadmap .card_item:hover .card_img img {
    max-width: 96%;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .card_item:hover .card_img img {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .career-container .roadmap .card_item:hover .card_img img {
    max-width: 70%;
  }
}
.career-container .roadmap .card_item:hover .card-title,
.career-container .roadmap .card_item:hover .card-desc {
  color: #fff !important;
  transition: all 0.2s ease-out;
}
.career-container .roadmap .card_item:hover._blue .group-img .item {
  background: #96e7fa;
}
.career-container .roadmap .card_item._orange {
  background: #ffe3d5;
}
.career-container .roadmap .card_item._orange .card-bg {
  background: #f96416;
}
.career-container .roadmap .card_item._orange .card-title {
  color: #f96416;
  border-bottom: 2px solid #fec7aa;
}
.career-container .roadmap .card_item._blue {
  background: #cff5fe;
}
.career-container .roadmap .card_item._blue .card-bg {
  background: #06acd4;
}
.career-container .roadmap .card_item._blue .card-title {
  color: #06acd4;
  border-bottom: 2px solid #a5ebfc;
}
.career-container .roadmap .card_item._blue .group-img {
  display: flex;
  flex-direction: column;
}
.career-container .roadmap .card_item._blue .group-img .item {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6.8888893127px);
}
.career-container .roadmap .card_item._blue .group-img .item img {
  max-width: 100%;
}
.career-container .roadmap .card_item._yellow {
  background: #fee4c7;
}
.career-container .roadmap .card_item._yellow .card-bg {
  background: #f5880b;
}
.career-container .roadmap .card_item._yellow .card-title {
  color: #f5880b;
  border-bottom: 2px solid #fdc88a;
}
.career-container .roadmap .card_item._green {
  background: #dcfce8;
}
.career-container .roadmap .card_item._green .card-bg {
  background: #22c55e;
}
.career-container .roadmap .card_item._green .card-title {
  color: #22c55e;
  border-bottom: 2px solid #bbf7d1;
}
.career-container .roadmap .card_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .career-container .roadmap .card_item:last-child {
    margin-bottom: 24px;
  }
}
.career-container .roadmap .card_content {
  position: absolute;
  z-index: 5;
  width: 70%;
  right: 0;
  padding: 0 24px;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .career-container .roadmap .card_content {
    padding: 0 14px;
  }
}
.career-container .roadmap .card_content .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .career-container .roadmap .card_content .card-title {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.career-container .roadmap .card_content .card-title p {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.34px;
  flex: 1;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .career-container .roadmap .card_content .card-title p {
    font-size: 14px;
    line-height: 20px;
  }
}
.career-container .roadmap .card_content .card-title .arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 0.8;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 7.333px 7.333px 0px rgba(184, 184, 184, 0.25);
}
.career-container .roadmap .card_content .card-title .arrow i {
  font-size: 14px;
  color: #252a31;
}
@media (max-width: 767px) {
  .career-container .roadmap .card_content .card-title .arrow {
    width: 30px;
    height: 30px;
  }
}
.career-container .roadmap .card_content .card-desc {
  color: #252a31;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 175% */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .career-container .roadmap .card_content .card-desc {
    font-size: 12px;
    line-height: 20px;
  }
}
.career-container .roadmap .card_group .card_img {
  z-index: 2;
  position: absolute;
  bottom: -10px;
}
@media (max-width: 767px) {
  .career-container .roadmap .card_group .card_img {
    left: -4%;
  }
}
.career-container .roadmap .card_group .card_img img {
  transition: all 0.2s ease-out;
  max-width: 90%;
}
@media (max-width: 991px) {
  .career-container .roadmap .card_group .card_img img {
    max-width: 96%;
  }
}
@media (max-width: 500px) {
  .career-container .roadmap .card_group .card_img img {
    max-width: 68%;
  }
}
.career-container .roadmap .card_group .card-bg {
  position: absolute;
  z-index: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  left: -16%;
  top: 14%;
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  .career-container .roadmap .card_group .card-bg {
    left: -22%;
  }
}
@media (max-width: 991px) {
  .career-container .roadmap .card_group .card-bg {
    left: -12%;
  }
}
@media (max-width: 767px) {
  .career-container .roadmap .card_group .card-bg {
    left: -12%;
    top: 22%;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 500px) {
  .career-container .roadmap .card_group .card-bg {
    left: -12%;
    top: 52%;
    width: 120px;
    height: 120px;
  }
}
.career-container .itinerary_setting {
  padding: 30px 0;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #7ee6ff 26.5%, #22c6ee 86%, rgba(255, 255, 255, 0) 100%);
}
.career-container .itinerary_setting .slick-slide {
  height: unset !important;
  margin: 0;
}
.career-container .itinerary_setting .vector-head {
  position: absolute;
  top: -38%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  text-align: center;
}
.career-container .itinerary_setting .vector-head img {
  max-width: 100%;
}
@media (max-width: 1281px) {
  .career-container .itinerary_setting .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .career-container .itinerary_setting .container {
    max-width: 100%;
    padding: 0;
  }
}
.career-container .itinerary_setting .section_head {
  margin-bottom: 32px;
}
.career-container .itinerary_setting .head_title {
  color: #05005c;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  max-width: 880px;
  margin: 0 auto;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (max-width: 991px) {
  .career-container .itinerary_setting .head_title {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .career-container .itinerary_setting .head_title {
    font-size: 20px;
    line-height: 28px;
    max-width: 430px;
  }
}
.career-container .itinerary_setting .head_title span {
  color: #2cc1ff;
}
.career-container .itinerary_setting .card_item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 16px;
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  min-height: 534px;
}
.career-container .itinerary_setting .card_item._blue {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/07/1721466809-157.png");
}
.career-container .itinerary_setting .card_item._blue .card_content .title {
  color: #22c6ee;
}
.career-container .itinerary_setting .card_item._blue .card_content .explore_now {
  background: #22c6ee;
}
.career-container .itinerary_setting .card_item._blue .card_content .explore_now:hover {
  color: #22c6ee;
  border: 1px solid #22c6ee;
  background: transparent;
}
.career-container .itinerary_setting .card_item._orange {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/07/1721467817-596.png");
}
.career-container .itinerary_setting .card_item._orange .card_content .title {
  color: #f96416;
}
.career-container .itinerary_setting .card_item._orange .card_content .explore_now {
  background: #f96416;
}
.career-container .itinerary_setting .card_item._orange .card_content .explore_now:hover {
  color: #f96416;
  border: 1px solid #f96416;
  background: transparent;
}
.career-container .itinerary_setting .card_item._yellow {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/07/1721468042-976.png");
}
.career-container .itinerary_setting .card_item._yellow .card_content .title {
  color: #ffad03;
}
.career-container .itinerary_setting .card_item._yellow .card_content .explore_now {
  background: #fb0;
}
.career-container .itinerary_setting .card_item._yellow .card_content .explore_now:hover {
  color: #ffad03;
  border: 1px solid #fb0;
  background: transparent;
}
.career-container .itinerary_setting .card_item .group_content {
  position: absolute;
  z-index: 0;
  margin-bottom: 60px;
  top: 40px;
  display: flex;
  justify-content: center;
  width: calc(100% - 32px);
}
.career-container .itinerary_setting .card_item .group_content .box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  max-width: 217px;
  width: 100%;
  position: absolute;
  padding: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -10px;
  height: 104px;
}
@media (max-width: 1400px) {
  .career-container .itinerary_setting .card_item .group_content .box {
    top: -22px;
  }
}
.career-container .itinerary_setting .card_item .group_content .box span {
  color: #252a31;
  display: inline-block;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.176px;
}
.career-container .itinerary_setting .card_item .group_content img {
  width: 400px;
  height: 440px;
}
.career-container .itinerary_setting .card_item .card_content {
  height: 40%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-container .itinerary_setting .card_item .card_content .title {
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 100% */
  letter-spacing: -0.608px;
}
.career-container .itinerary_setting .card_item .card_content .desc {
  color: #252a31;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.36px;
  margin: 12px auto;
  max-width: 320px;
}
.career-container .itinerary_setting .card_item .card_content .desc.last {
  max-width: 340px;
}
.career-container .itinerary_setting .card_item .card_content .explore_now {
  border: 1px solid transparent;
  outline: none;
  color: #f8f8f8;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.career-container .shools {
  padding: 30px 0;
  margin: 30px 0;
}
.career-container .shools .slider-uni {
  display: flex;
  align-items: center;
}
.career-container .shools .slider-uni img {
  max-width: 210px;
  max-height: 54px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .career-container .shools .slider-uni img {
    max-width: 100%;
    margin: 0 20px;
  }
}
.career-container .feedback {
  padding: 30px 0 30px 80px;
}
@media (max-width: 991px) {
  .career-container .feedback {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .career-container .feedback {
    padding-left: 0;
    padding-right: 0;
  }
}
.career-container .feedback .section_head {
  margin-bottom: 32px;
}
.career-container .feedback .head_title {
  color: #05005c;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
}
@media (max-width: 767px) {
  .career-container .feedback .head_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.career-container .feedback .fb_list {
  display: flex;
  align-items: center;
}
.career-container .feedback .fb_item {
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 10px 12px 0px rgba(94, 108, 161, 0.08);
  padding: 24px;
  margin-right: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .career-container .feedback .fb_item {
    margin: 0 4px;
  }
}
.career-container .feedback .fb_item._orange .head_group,
.career-container .feedback .fb_item._orange .avatar {
  border-color: #f48120;
}
.career-container .feedback .fb_item._orange .info name {
  color: #f96416;
}
.career-container .feedback .fb_item._blue .head_group,
.career-container .feedback .fb_item._blue .avatar {
  border-color: #06acd4;
}
.career-container .feedback .fb_item._blue .info name {
  color: #06acd4;
}
.career-container .feedback .fb_item .vector {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 36%;
  z-index: -1;
}
.career-container .feedback .fb_item .head_group {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid;
}
.career-container .feedback .fb_item .item_title {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 57px;
}
@media (max-width: 767px) {
  .career-container .feedback .fb_item .item_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.career-container .feedback .fb_item .avatar {
  margin-right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid;
  overflow: hidden;
}
@media (max-width: 575px) {
  .career-container .feedback .fb_item .avatar {
    width: 80px;
    height: 80px;
  }
}
.career-container .feedback .fb_item .avatar img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .career-container .feedback .fb_item .avatar img {
    width: 80px;
    height: 80px;
  }
}
.career-container .feedback .fb_item .item_desc {
  color: #252a31;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 120px;
}
@media (max-width: 767px) {
  .career-container .feedback .fb_item .item_desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.career-container .feedback .fb_item .info .name {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
}
@media (max-width: 767px) {
  .career-container .feedback .fb_item .info .name {
    font-size: 16px;
  }
}
.career-container .feedback .fb_item .info .job {
  color: #252a31;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 767px) {
  .career-container .feedback .fb_item .info .job {
    font-size: 14px;
  }
}
.career-container .feedback .fb_item .info_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-container .feedback .fb_item .group_content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .career-container .feedback .fb_item .vector-img {
    display: none;
  }
}
.career-container .coach {
  padding: 30px 0 30px 80px;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  .career-container .coach {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .career-container .coach {
    padding-left: 0;
  }
}
.career-container .coach .section_head {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .career-container .coach .section_head {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }
}
.career-container .coach .section_head .head-title {
  color: #05005c;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 120% */
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .career-container .coach .section_head .head-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.career-container .coach .section_head .head_desc {
  color: #001b4d;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.176px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .career-container .coach .section_head .head_desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.career-container .coach .group_btn .btn_slick {
  position: absolute;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #289499;
  border-radius: 50%;
  color: #fff;
}
.career-container .coach .group_btn .btn_slick:nth-child(1) {
  top: 50%;
  left: 4%;
}
.career-container .coach .group_btn .btn_slick:nth-child(2) {
  top: 50%;
  right: 8%;
}
.career-container .coach .row_cus {
  align-items: center;
}
.career-container .coach .coach_item {
  margin: 0 12px;
  background: #ffe3d5;
  border-radius: 20px;
  height: 440px !important;
  max-width: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .career-container .coach .coach_item {
    margin: 0 4px;
    max-width: unset;
  }
}
.career-container .coach .coach_item._blue {
  background: #cff5fe;
}
.career-container .coach .coach_item._blue .coach-title {
  color: #06acd4;
}
.career-container .coach .coach_item._blue .job,
.career-container .coach .coach_item._blue .experience {
  color: #06acd4;
}
.career-container .coach .coach_item .group-head {
  position: relative;
  height: 68%;
  overflow: hidden;
}
.career-container .coach .coach_item .group-head .vector,
.career-container .coach .coach_item .group-head .subtract {
  width: 100%;
}
.career-container .coach .coach_item .group-head .subtract {
  bottom: -32%;
}
.career-container .coach .coach_item .group-head .person {
  right: 50%;
  transform: translateX(50%);
  height: 100%;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-container .coach .coach_item .group-head img {
  max-width: 100%;
  position: absolute;
}
.career-container .coach .coach_item .group-content {
  padding: 16px;
}
.career-container .coach .coach_item .coach-title {
  color: #f96416;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 38.4px */
  letter-spacing: -0.608px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.career-container .coach .coach_item .job,
.career-container .coach .coach_item .experience {
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  color: #fb7d3c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.career-container .coach .view-all {
  border-radius: 1000px;
  background: #06acd4;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 28px;
  color: #fff;
  font-family: Inter;
  border-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}
.career-container .coach .view-all i {
  margin-left: 4px;
}
.career-container .coach .view-all:hover i {
  animation: translateAnimation 0.6s ease-in-out forwards;
}
@keyframes translateAnimation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(6px);
  }
}
.career-container .cost {
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
.career-container .cost .bg_gradient {
  position: absolute;
  width: 100%;
  height: 460px;
  top: -100px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #7ee6ff 26.5%, #c1f3ff 86%, rgba(255, 255, 255, 0) 100%);
}
.career-container .cost .section_head {
  margin-bottom: 32px;
}
.career-container .cost .head-title {
  color: #05005c;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.career-container .cost .head-title span {
  color: #f5880b;
}
@media (max-width: 991px) {
  .career-container .cost .head-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .career-container .cost .head-title {
    font-size: 20px;
    line-height: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.career-container .cost .cost_list {
  display: flex;
  justify-content: center;
  box-shadow: 0px 10px 12px 0px rgba(94, 108, 161, 0.08);
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .career-container .cost .cost_list {
    flex-wrap: wrap;
    box-shadow: unset;
    background: unset;
    border-top: unset;
    border-bottom: unset;
  }
}
.career-container .cost .cost_item {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 30px 24px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .career-container .cost .cost_item {
    width: 40%;
    margin-bottom: 24px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 991px) {
  .career-container .cost .cost_item {
    width: 50%;
    margin-bottom: 24px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .career-container .cost .cost_item {
    width: 100%;
    border-radius: 16px;
  }
}
.career-container .cost .cost_item .item-footer {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.career-container .cost .cost_item .item_head .group_head {
  display: flex;
  align-items: center;
}
.career-container .cost .cost_item .item_head .group_head .item-title {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 8px;
}
.career-container .cost .cost_item .item_head .group_head .item-popular {
  padding: 4px 8px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  border-radius: 4px;
}
.career-container .cost .cost_item .item_head .item-price {
  color: #252a31;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.career-container .cost .cost_item .item_head .item_time {
  color: #252a31;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.career-container .cost .cost_item .btn-action {
  margin: 16px 0;
  width: 100%;
  padding: 8px 24px;
  color: #4d4d4d;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  border-radius: 40px;
  background: #e6e6e6;
  border-color: transparent;
  outline: none;
  display: inline-block;
  cursor: pointer;
}
.career-container .cost .cost_item .item-desc .prominent_text {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}
.career-container .cost .cost_item .item-desc li {
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  border-bottom: 1px dashed #b3b3b3;
  padding: 16px 0;
  min-height: 76px;
}
.career-container .cost .cost_item .item-desc li:last-child {
  border-bottom: unset;
}
.career-container .cost .cost_item .item-desc li i {
  color: #22c55e;
  margin-right: 16px;
}
.career-container .cost .cost_item .item-desc li.none {
  color: #999;
}
.career-container .cost .cost_item .item-desc li.none i {
  color: #ed4c4a;
}
.career-container .cost .cost_item._first .item-title {
  color: #06acd4;
}
.career-container .cost .cost_item._first .item-popular {
  color: #06acd4;
  border: 1px solid #06acd4;
  background: #edfaff;
}
.career-container .cost .cost_item._first .prominent_text {
  color: #06acd4;
}
.career-container .cost .cost_item._second {
  position: relative;
  z-index: 3;
  border-radius: 16px;
  border: 2px solid #f96416;
  box-shadow: -2px 10px 20px 0px rgba(246, 99, 19, 0.6);
}
@media (max-width: 1200px) {
  .career-container .cost .cost_item._second {
    border-radius: 0;
  }
}
.career-container .cost .cost_item._second .item-title {
  color: #f96416;
}
.career-container .cost .cost_item._second .item-popular {
  color: #f96416;
  border: 1px solid #f96416;
  background: #fff3ed;
}
.career-container .cost .cost_item._second .prominent_text {
  color: #f96416;
}
.career-container .cost .cost_item._second .btn-action {
  background: #f96416;
  color: #fff;
}
.career-container .cost .cost_item._third .item-title {
  color: #22c55e;
}
.career-container .cost .cost_item._third .prominent_text {
  color: #22c55e;
}
.career-container .cost .cost_item._fourth .item-title {
  color: #f5880b;
}
.career-container .cost .cost_item._fourth .prominent_text {
  color: #f5880b;
}
.career-container .cost .obj_list {
  width: 620px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.career-container .cost .obj_list .obj_item {
  width: 33.3333333333%;
  border-radius: 1000px;
  padding: 8px 12px;
  transition: all 0.3s;
  margin: 0 6px;
  cursor: pointer;
}
.career-container .cost .obj_list .obj_item span {
  color: #252a31;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  display: block;
}
.career-container .cost .obj_list .obj_item:hover {
  background-color: #e6e6e6;
}
.career-container .cost .obj_list .obj_item.active {
  background: #22c6ee;
}
.career-container .cost .obj_list .obj_item.active span {
  color: #f8f8f8;
}
.career-container .cost .group_btn {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .career-container .cost .group_btn {
    margin-top: 10px;
  }
}
.career-container .cost .btn_view {
  border: 2px solid transparent;
  outline: none;
  padding: 12px 36px;
  border-radius: 1000px;
  background: #f96416;
  transition: all 0.2s;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.career-container .cost .btn_view:hover {
  background: transparent;
  border-color: #f96416;
}
.career-container .cost .btn_view:hover span {
  color: #f96416;
}
.career-container .cost .btn_view span {
  color: #f8f8f8;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}
.career-container .quality {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .career-container .quality {
    padding: 30px 0;
  }
}
@media (max-width: 1200px) {
  .career-container .quality .container {
    max-width: 100%;
  }
}
.career-container .quality .section_head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .career-container .quality .section_head {
    margin-bottom: 12px;
  }
}
.career-container .quality .head-title {
  color: #05005c;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 120% */
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .career-container .quality .head-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.career-container .quality .quality_list {
  display: flex;
  align-items: center;
}
.career-container .quality .quality_item {
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  margin: 12px;
  min-height: 550px;
}
@media (max-width: 575px) {
  .career-container .quality .quality_item {
    min-height: 470px;
  }
}
.career-container .quality .quality_item .item_tag {
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(142, 141, 208, 0.06), 0px 8px 16px 0px rgba(142, 141, 208, 0.12);
  color: #f8f8f8;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.34px;
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.career-container .quality .quality_item .item_title {
  color: #252a31;
  font-feature-settings: "clig" off, "liga" off;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
  font-family: Inter;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 38px;
  /* 48px */
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .career-container .quality .quality_item .item_title {
    font-size: 22px;
    line-height: 30px;
  }
}
.career-container .quality .quality_item .item_text {
  color: #1a1a1a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .career-container .quality .quality_item .item_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.career-container .quality .quality_item._first {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/07/1721549401-787.png");
}
.career-container .quality .quality_item._first .item_tag {
  background: #f96416;
}
.career-container .quality .quality_item._second {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/07/1721549401-652.png");
}
.career-container .quality .quality_item._second .item_tag {
  background: #06acd4;
}
.career-container .quality .quality_item._third {
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/07/1721549398-792.png");
}
.career-container .quality .quality_item._third .item_tag {
  background: #f5880b;
}
.career-container .form-register {
  padding: 60px 0;
  background-image: url("https://s3.hcm-1.cloud.cmctelecom.vn/jobtest.vn/statics/upload/2024/09/1726633623-380.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.career-container .form-register .form_content {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  box-shadow: 0px 10px 12px 0px rgba(94, 108, 161, 0.08);
  max-width: 580px;
  margin: 0 auto;
}
.career-container .form-register .form-head .title {
  color: #05005c;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 48px */
  letter-spacing: -0.608px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 0 40px;
}
.career-container .form-register .form-head .title span {
  background: var(--B2B-Gradient-Orange, linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .career-container .form-register .form-head .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.career-container .form-register .form-head .desc {
  color: #05005c;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-align: center;
}
.career-container .form-register .form-head .desc a {
  background: var(--B2B-Gradient-Orange, linear-gradient(100deg, #f48120 1.46%, #f48020 1.47%, #f83600 116.96%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.career-container .form-register .form_cus label {
  color: #252a31;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .career-container .form-register .form_cus label {
    font-size: 14px;
  }
}
.career-container .form-register .form_cus .form-check-label {
  color: #252a31;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-left: 10px;
}
@media (max-width: 767px) {
  .career-container .form-register .form_cus .form-check-label {
    font-size: 12px;
  }
}
.career-container .form-register .form_cus .form-check-label a {
  color: #f48120;
  font-weight: 600;
}
.career-container .form-register .form_cus .form-check-input {
  width: 24px;
  height: 24px;
  border: 2px solid #252a31;
  margin-top: 4px;
}
.career-container .form-register .form_cus .form-check-input:focus {
  box-shadow: none;
}
.career-container .form-register .group_pass {
  position: relative;
}
.career-container .form-register .group_pass i {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-container .form-register .form-control {
  background: #edf2f8;
  padding: 22px 10px;
}
.career-container .form-register .form-control:focus {
  background: transparent;
  box-shadow: none;
}
.career-container .form-register .contact_btn .text {
  color: #9090a7;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.career-container .form-register .contact_btn .register-for {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.career-container .form-register .contact_btn .btn-social {
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-width: 144px;
}
.career-container .form-register .contact_btn .btn-social:nth-child(1) {
  margin-right: 8px;
}
.career-container .form-register .contact_btn .btn-social span {
  color: #252a31;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.career-container .form-register .contact_btn .btn-social img {
  max-width: 100%;
  margin-right: 8px;
}
.career-container .form-register .contact_btn .btn-submit {
  border-radius: 1000px;
  background: #06acd4;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 28px;
  color: #fff;
  font-family: Inter;
  border-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}
.career-container .form-register .contact_btn .btn-submit i {
  margin-left: 4px;
}
.career-container .form-register .contact_btn .btn-submit:hover i {
  animation: translateAnimation 0.6s ease-in-out forwards;
}
