@define a {
 color: #007cdf;
}
@define alink {
 color: #1d8ccb;
}
@define ahover {
 color: #1e8fcf;
}
@define alight {
 color: ;
}
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -o-transform: rotate(180deg);
}
@define rotate180 {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}
@define rotate90 {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
}
@define xfont {
 font-family: 'Roboto', 'Segoe UI', sans-serif;
}
.component__top--v1 {
	background-color: #007cdf;
}
.component__top--v1:hover {
}
.component__top--v1 i.icon {
}
.component__top--v1.--show {
}
.top-job{
 padding-top: 60px;
 border-top: 1px solid #ccc;
}
.back-to-jobs{
 display: inline-block;
 margin-bottom: 20px;
}
.article-head{
 position: relative;
}
.article-head .article__title{
 color: #1785ff;
 font-weight: bold;
 font-size: 32px;
 margin-bottom: 20px;
 line-height: 130%;
}
.article-head .article-line{
 width: 50px;
 height: 3px;
 display:block;
 background-color: #007cdf;
}
.job-info-card{
 position: relative;
 padding: 25px;
 padding-bottom: 55px;
 border-radius: 14px;
 margin-bottom: 30px;
 background-color: rgba(14,128,252,0.10196078431372549);
}
.job-info-title{
 color: #1785ff;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 12px;
}
.job-info-line{
 color: #7a8797;
 font-size: 15px;
 line-height: 180%;
}
.job-info-line b{
 color: #121212;
}
,
.job-info-line b a{
 color: #1785ff;
 font-weight: bold;
}
.job-info-share{
 position: absolute;
 right: 25px;
 bottom: 25px;
}
.btn-share-friends{
 display: flex;
 align-items: center;
 gap: 8px;
 border: 1px solid #1785ff;
 background-color: #fff;
 color: #1785ff;
 font-size: 14px;
 font-weight: 600;
 padding: 10px 18px;
 border-radius: 999px;
 cursor: pointer;
}
.btn-share-friends img{
 width: 16px;
 height: 16px;
}
.share-dropdown{
 display: none;
 position: absolute;
 right: 0;
 bottom: calc(100% + 10px);
 align-items: center;
 gap: 12px;
 padding: 14px 20px;
 background-color: #fff;
 border-radius: 999px;
 box-shadow: 0px 6px 20px rgba(0,0,0,.12);
 white-space: nowrap;
}
.share-dropdown.open{
 display: flex;
}
.share-dropdown-label{
 color: #999;
 font-size: 14px;
 margin-right: 4px;
}
.share-icon{
 display: block;
 width: 32px;
 height: 32px;
 flex-shrink: 0;
 border: none;
 background: transparent;
 padding: 0;
 cursor: pointer;
}
.share-icon img{
 display: block;
 width: 100%;
 height: 100%;
}
.share-dropdown-close{
 border: none;
 background: transparent;
 color: #999;
 font-size: 22px;
 line-height: 1;
 padding: 0;
 margin-left: 4px;
 cursor: pointer;
}
@media(max-width: 767px){
 .job-info-card{
 padding-bottom: 25px;
 }
 .job-info-share{
 position: static;
 margin-top: 20px;
 }
 .share-dropdown{
 position: static;
 margin-top: 10px;
 box-shadow: none;
 background-color: transparent;
 padding: 0;
 flex-wrap: wrap;
 }
}
.box-share {
 position: absolute;
 right: 0px;
 top: 50%;
 margin-top: -30px;
	text-align:center;
}
.box-share .btn-cta{
 margin-bottom: 10px;
}
.box-share .btn-cta a{
 color:#fff;
	font-size:20px;
 display:block;
	font-weight:bold;
	text-align:center;
 padding: 15px 0px;
 min-width: 260px;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 background-color: #4fa5f0;
 background-image: linear-gradient(#4fa5f0, #0b71b1);
}
.btn-share a{
 display:inline-block;
 margin-right: 3px;
}
.detail-row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 margin-bottom: 30px;
}
.detail-row .col-4{
 width: 30%;
 padding: 0px 15px;
}
.detail-row .col-8{
 width: 70%;
 padding: 0px 15px;
}
.detail-article {
 padding: 60px 0px;
 background-color: #f6faff;
}
#article .job-title{
 color:#007cdf;
	font-size:24px;
	font-weight:bold;
 margin-bottom: 15px;
	text-transform:uppercase;
}
#article .detail-content,
#article .detail-content p,
#article .detail-content div{
 color:#000;
	font-weight:500;
 margin-bottom: 10px;
 line-height: 26px;
}
#article .detail-content .section{
 padding: 0px;
}
#article .detail-content a{
 font-weight: bold;
 color:#000; }
#article .detail-content ul{
 list-style: disc;
 margin-bottom: 20px;
 padding-left: 20px;
}
.list-related {
 padding: 20px;
 border-radius: 20px;
 background-color: #fff;
 box-shadow: 0px 0px 10px #ecf6ff;
}
.list-related .name{
 color: #007cdf;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #ccc8c5;
}
.list-related a{
 color:#000;
	font-size:15px;
	font-weight:bold;
 display:block;
 margin-bottom: 10px;
}
.list-related a:hover{
 color:#007cdf;
}
.list-related-empty{
 color: #888;
 font-size: 14px;
}
@media(max-width: 991px){
 .detail-row .col-4,
 .detail-row .col-8{
 width: 100%;
 }
}
/* NEWS POST DETAIL */
.post-detail-section{
 padding: 40px 0 80px;
}
.back-to-blogs{
 display: inline-block;
 color: #1785ff;
 font-size: 14px;
 font-weight: 500;
 margin-bottom: 20px;
}
.post-cover{
 border-radius: 24px;
 overflow: hidden;
 margin-bottom: 30px;
 aspect-ratio: 21 / 9;
}
.post-cover img{
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
}
@media(max-width: 767px){
 .post-cover{
 aspect-ratio: 16 / 10;
 }
}
.post-title{
 color: #1187ea;
 font-size: 30px;
 font-weight: bold;
 line-height: 1.3;
 margin-bottom: 10px;
}
.post-meta{
 color: #888;
 font-size: 13px;
 margin-bottom: 30px;
}
.post-content-body{
 font-size: 15px;
 line-height: 1.9;
 color: #333;
}
.post-content-body p,
.post-content-body div{
 margin-bottom: 14px;
}
.post-content-body img{
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 margin: 10px 0;
}
.post-content-body blockquote{
 margin: 24px 0;
 padding: 20px 24px;
 background-color: #eef6ff;
 border-left: 5px solid #1785ff;
 border-radius: 0 16px 16px 0;
 color: #0b3d91;
 font-weight: 600;
 font-style: italic;
}
.post-content-body blockquote p:last-child{
 margin-bottom: 0;
}
.post-share{
 display: flex;
 align-items: center;
 gap: 12px;
 margin-top: 30px;
 padding-top: 20px;
 border-top: 1px solid #eee;
}
.post-share-label{
 font-size: 14px;
 font-weight: 600;
 color: #333;
}
.post-share-icons{
 display: flex;
 align-items: center;
 gap: 10px;
}
.post-share-icon{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 32px;
 height: 32px;
 border-radius: 50%;
 background-color: #eef6ff;
 border: none;
 cursor: pointer;
 transition: background-color .2s ease;
}
.post-share-icon img{
 width: 16px;
 height: 16px;
 display: block;
}
.post-share-icon:hover{
 background-color: #dcecff;
}
.js-copy-link{
 position: relative;
}
.js-copy-link::after{
 content: "Copied!";
 position: absolute;
 bottom: calc(100% + 8px);
 left: 50%;
 transform: translateX(-50%);
 background: #1785ff;
 color: #fff;
 font-size: 11px;
 font-weight: 600;
 padding: 4px 10px;
 border-radius: 6px;
 white-space: nowrap;
 opacity: 0;
 pointer-events: none;
 transition: opacity .2s ease;
}
.js-copy-link.copied::after{
 opacity: 1;
}
.related-blogs{
 background-color: #f7fbfd;
}
.related-blogs-title{
 color: #1785ff;
 font-size: 28px;
 font-weight: bold;
 margin-bottom: 30px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#007cdf;
}
.breadcrumb a .apicon{
	font-size:16px;
}
.breadcrumb .active{
 color:#007cdf;
	font-size:16px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb a:after {
 font-family: "FontAwesome";
 content: "\f105";
 margin: 5px 7px;
 display:inline-block;
	font-size:18px;
 color: rgba(255, 255, 255, 0.5);
}
.breadcrumb a:last-child:after {
 content: "";
}
.container {
 width: 100%;
 max-width: 1140px;
 margin: 0px auto;
	position:relative;
 padding: 0px 15px;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 @@titlec;
 z-index: 300;
 width: 40px;
 height: 40px;
 $stroke: @titlec;
 opacity: 0; filter: alpha(Opacity:0);
 border-radius: 50%;
 transform: translate(0px, 10px);
 -ms-transform: translate(0px, 10px);
 -webkit-transform: translate(0px, 10px);
 -moz-transition-transform: translate(0px, 10px);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
#scroll-top:hover {
 color:#007cdf;
 border-color: #007cdf;
}
#scroll-top span {
 line-height: 40px;
}
#scroll-top.show {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 transform: none;
 -ms-transform: none;
 -webkit-transform: none;
 -moz-transition-transform: none;
}
.btn-apply {
 padding: 7px 15px;
 display:inline-block;
 white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 margin: 30px 0px;
 border-top: 1px solid #eee;
 clear: both;
}
.section {
 padding: 60px 0px;
}
.select-custom {
 padding: 0;
 margin: 0;
 width: auto;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #fff;
 clear:both;
	position:relative;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f107";
 right: 10px;
 color:#888;
	font-size:18px;
	position:absolute;
 line-height: 45px;
}
.select-custom select {
 padding: 5px 8px;
 border: none;
 box-shadow: none;
 background-color: transparent;
 background-image: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select-custom select:focus {
 outline: none;
}
.career-footer{
 position:relative;
 overflow:hidden;
 background-color:#1d84f7;
 color:#fff;
 padding:36px 20px 20px;
}
.footer-bg{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
 object-fit:cover;
 z-index:0;
 pointer-events:none;
}
.footer-container{
 position:relative;
 z-index:2;
 max-width:1200px;
 margin:auto;
 display:grid;
 grid-template-columns:
 1.5fr
 1fr
 1fr;
 gap:40px;
}
.footer-top{
 position:relative;
 z-index:2;
 max-width:1200px;
 margin:0 auto 24px;
}
.footer-logo{
 display:block;
 max-width:170px;
 filter: brightness(0) invert(1);
}
.footer-info p{
 display:flex;
 align-items:flex-start;
 gap:10px;
 margin-bottom:14px;
 line-height:1.6;
 font-size:14px;
 opacity:.95;
}
.footer-info-icon{
 width:14px;
 height:14px;
 margin-top:3px;
 flex-shrink:0;
}
.footer-col ul{
 list-style:none;
 padding:0;
 margin:0;
}
.footer-col li{
 margin-bottom:14px;
 padding-left:14px;
 position:relative;
 font-size:14px;
}
.footer-col li::before{
 content:"•";
 position:absolute;
 left:0;
 top:0;
 opacity:.85;
}
.footer-col a{
 color:#fff;
 text-decoration:none;
 opacity:.95;
 transition:.3s;
}
.footer-col a:hover{
 opacity:1;
}
.footer-social{
 margin-top:26px;
}
.footer-social h4{
 margin-bottom:14px;
 font-size:14px;
 font-weight:600;
}
.social-links{
 display:flex;
 gap:14px;
 align-items: center;
}
.social-links a{
 width: 20px;
 height: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity:.95;
 transition:.3s;
}
.social-links a:hover{
 opacity:1;
}
.social-links a img{
 width: 16px;
 height: 16px;
 display: block;
}
.footer-bottom{
 position:relative;
 z-index:2;
 text-align:center;
 margin-top:50px;
 padding-top:25px;
 border-top: 1px solid rgba(255,255,255,.15);
 font-size:14px;
}
/* Tablet */
@media (max-width: 991px){
 .footer-container{
 grid-template-columns:1fr 1fr;
 gap:40px;
 }
 .footer-contact{
 grid-column:1 / -1;
 }
}
/* Mobile */
@media (max-width: 767px){
 .career-footer{
 padding:50px 20px 20px;
 }
 .footer-container{
 grid-template-columns:1fr;
 gap:30px;
 text-align:left;
 }
 .footer-top{
 margin-bottom:20px;
 }
 .footer-logo{
 margin:0 auto;
 }
 .footer-info p{
 text-align:left;
 }
 .footer-col ul{
 display:inline-block;
 text-align:left;
 }
 .footer-social h4{
 text-align:center;
 }
 .social-links{
 justify-content:center;
 }
 .footer-bottom{
 margin-top:35px;
 }
}
#appform .wrapper {
 background-color: #fff;
 padding: 40px;
 margin-top: 40px;
 border-radius: 24px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
 max-width: 760px;
}
#appform h1 {
 color: #1785ff;
 font-size: 32px;
 font-weight: bold;
 margin-bottom: 30px;
}
#appform .form .row {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 16px;
}
#appform .form .row .label {
 color:#000; display: block;
 font-size: 15px;
 font-weight: 900;
 color: #555555;
 margin-bottom: 0;
 flex: 0 0 180px;
}
#appform .form .row .input {
 flex: 1;
 min-width: 200px;
}
#appform .form .row .label .red {
 color: #ff4d4f;
}
#appform .form .row .input input,
#appform .form .row .input textarea,
#appform .form .row .input select,
#appform .form .row .input.fluid select {
 width: 100%;
 border: 1px solid #ededed;
 border-radius: 999px;
 background-color: #eef6ff;
 padding: 12px 20px;
 font-size: 14px;
 color: #333;
}
#appform .form .row .input textarea {
 border-radius: 20px;
}
/* Row that stacks label on its own line, input full-width below (e.g. "How did you hear about this position?") */
#appform .form .row.row-stack {
 flex-direction: column;
 align-items: flex-start;
}
#appform .form .row.row-stack .label {
 flex: 0 0 auto;
 width: 100%;
}
#appform .form .row.row-stack .input {
 width: 100%;
}
/* Custom select (e.g. "How did you hear about this position?") */
#appform .form .custom-select {
 position: relative;
}
#appform .form .custom-select-trigger {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: space-between;
 border: 1px solid #ededed;
 border-radius: 999px;
 background-color: #eef6ff;
 padding: 12px 20px;
 font-size: 14px;
 color: #333;
 cursor: pointer;
 text-align: left;
}
#appform .form .custom-select-value {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
#appform .form .custom-select-arrow {
 width: 16px;
 height: 16px;
 flex-shrink: 0;
 margin-left: 12px;
 transition: transform .2s ease;
}
#appform .form .custom-select.open .custom-select-arrow {
 transform: rotate(180deg);
}
#appform .form .custom-select-panel {
 display: none;
 position: absolute;
 top: calc(100% + 8px);
 left: 0;
 right: 0;
 z-index: 20;
 background-color: #fff;
 border-radius: 16px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
 padding: 8px;
 max-height: 280px;
 overflow-y: auto;
}
#appform .form .custom-select.open .custom-select-panel {
 display: block;
}
#appform .form .custom-select-option {
 padding: 6px 8px;
 border-radius: 10px;
 font-size: 14px;
 color: #333;
 cursor: pointer;
}
#appform .form .custom-select-option:hover,
#appform .form .custom-select-option.active {
 background-color: #007cdf;
 color: #fff;
}
/* CV upload row */
#appform .form .row.row-upload {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 flex-wrap: wrap;
}
#appform .form .row.row-upload .label {
 margin-bottom: 0;
 flex: 0 0 auto;
}
#appform .form .upload {
 position: relative;
 border-radius: 999px;
 overflow: hidden;
 background-color: #1785ff;
 min-width: 160px;
 border: none;
}
#appform .form .upload:hover {
 opacity: .9;
 background-color: #1785ff;
}
#appform .form .upload .text {
 position: relative;
 z-index: 1;
 text-align: center;
 padding: 12px 24px;
 pointer-events: none;
}
#appform .form .upload .upload-btn-label {
 color: #fff;
 font-size: 14px;
 font-weight: 600;
}
#appform .form .upload .more {
 font-size: 12px;
 color: #fff;
 opacity: .9;
 margin-top: 2px;
}
#appform .form .upload .more:empty {
 display: none;
}
#appform .form .upload input {
 position: absolute;
 top: 0px;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 cursor: pointer;
 z-index: 2;
 border: none;
 outline: none;
 -webkit-appearance: none;
 appearance: none;
}
/* Privacy policy checkbox */
#appform .form .tos-wrapper {
 display: flex;
 align-items: flex-start;
 gap: 8px;
 font-size: 13px;
 color: #555;
 margin-bottom: 20px;
}
#appform .form .tos-wrapper input[type=checkbox] {
 margin-top: 10px;
 flex-shrink: 0;
}
#appform .form .tos-wrapper .tos-here {
 color: #1785ff;
 text-decoration: underline;
}
/* Captcha + submit row */
#appform .form .row-bottom {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 16px;
 margin-top: 10px;
}
#appform .form .row-bottom .row.captcha-row {
 margin-bottom: 0;
 width: 100%;
}
#appform .form .captcha-row .data {
 display: flex;
 align-items: center;
 gap: 10px;
}
#appform .form .captcha-row .input {
 flex: 1;
}
#appform .form .captcha-row img {
 height: 40px;
 border-radius: 8px;
}
#appform .form .submit {
 font-size: 14px;
 font-weight: 600;
 border-radius: 999px;
 background-color: #1785ff;
 border: none;
 padding: 12px 24px;
 min-width: 160px;
 display: inline-block;
 text-align: center;
 cursor: pointer;
 color: #fff;
}
#appform .form .submit:hover {
 background-color: #1785ff;
 opacity: .9;
}
@media(max-width: 767px) {
 #appform .wrapper {
 padding: 24px;
 }
 #appform .form .row {
 flex-direction: column;
 align-items: flex-start;
 }
 #appform .form .row.row-upload {
 flex-direction: column;
 align-items: flex-start;
 }
 #appform .form .submit {
 width: 100%;
 }
}
#header-recr {
	width:100%;
 z-index: 98;
 background-color: #fff;
 padding: 20px 0px;
}
#header-recr .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#header-recr .col-3 {
 width: 25%;
 padding: 0px 15px
}
#header-recr .col-9 {
 width: 75%;
 padding: 0px 15px
}
#header-recr .logo {
 display:inline-block;
}
#header-recr .logo img {
 height: 60px;
}
#header-recr .box-menu {
	position:relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
}
#header-recr .header-menu {
 padding: 10px 0px;
}
#header-recr .menu-nav {
	position:absolute;
 top: 10px;
 right: 0px;
}
#header-recr .header-menu>a,
#header-recr .menu-nav>a {
 color:#000;
	font-size:15px;
 font-weight: 500;
 padding: 10px 15px;
 display:inline-block;
	position:relative;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
}
#header-recr .header-menu>a:hover,
#header-recr .header-menu>a:active,
#header-recr .header-menu>a.active {
	font-weight:500;
 color: #007cdf;
}
#header-recr .header-language{
 display: flex;
 align-items: center;
 gap: 10px;
}
#header-recr .header-language img{
 height: 35px;
}
* {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
 font-size: 14px;
 overflow: initial;
 color:#000;
 font-family: "Plus Jakarta Sans", sans-serif;
}
button,
input,
select,
textarea,
optgroup {
 font-family: inherit;
}
html {
 height: 100%;
}
body {
 min-height: 100%;
 display: flex;
 flex-direction: column;
}
#page {
 flex: 1 0 auto;
}
a {
 color:#637788;
	font-weight:normal;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
a:hover,
a:focus {
 color:#40617d;
 -webkit-transition-property: all; -moz-transition-property: all;
 -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
}
.clearfix {
 clear: both;
}
hr{
 width: 100%;
 height: 1px;
 margin: 30px 0px;
 background-color: #ccc;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
 background: 0 0;
 opacity: 1;
 cursor: pointer;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before,
.slick-prev:before {
	font-family: ap;
	font-size: 40px;
	line-height: 1;
	opacity: .5;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 100;
}
.slick-prev {
	left: -25px;
	z-index: 9;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "\e6b9";
}
[dir=rtl] .slick-prev:before {
	content: "\e6b9";
}
.slick-next {
	right: -25px;
	z-index: 9;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "\e6ba"
}
[dir=rtl] .slick-next:before {
	content: "\e6ba"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: static;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
 outline: 0;
 background: #fff;
 border-radius: 50%;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button{
 background-color: #007cdf;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.check-action input {
 opacity: 0; filter: alpha(Opacity:0);
	position:absolute;
 display:block;
	width:100%;
 z-index: 2;
 height: 100%;
 cursor: pointer;
}
.check-action {
 display:block;
	position:relative;
}
.check-action:hover {
 color:#007cdf;
}
.check-action:hover .icon {
 color:#007cdf;
}
.check-action .icon {
 font-family: 'FontAwesome' !important;
 margin-right: 10px;
}
.check-action .icon:before {
 content: "\f096";
}
.check-action input:checked+.icon:before {
 content: "\f046";
 color:#007cdf;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:bold;
 color:#000;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #ccc8c5;
}
#sidebar .list-category {
 margin-bottom: 30px;
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
}
.box-subcribe {
 border: 3px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 40px;
}
.box-subcribe .title {
 font-size: 18px;
 line-height: 22px;
 border-bottom: 1px solid #e4e9ed;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 color:#637788;
	font-size:13px;
}
.box-subcribe .input {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 10px 15px;
 border:1px solid rgba(0, 0, 0, 0.05);
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.box-subcribe .btn-apply,
#sidebar-right .box-subcribe .btn-apply {
 display:block;
	text-align:center;
 @@titlec;
 background: rgba(0,0,0,0.05);
 font-weight: 600;
 margin-top: 5px;
 line-height: 20px;
}
.box-subcribe .btn-apply:hover,
#sidebar-right .box-subcribe .btn-apply:hover {
 background-color: #e4e9ed;
 @@titlec;
}
#sidebar .social {
 margin-top: 20px;
}
#sidebar .social .title {
 display:block;
 color:#666;
}
#sidebar .social .btn-share {
 display:inline-block;
	text-align:center;
 color:#888;
 width: 30px;
 height: 30px;
 margin-top: 10px;
 line-height: 30px;
 border:1px solid #ddd;
 border-radius: 50%;
}
#sidebar .social .btn-share span {
 margin-right: 0px;
}
#sidebar .social .btn-share.-fb:hover {
 background-color: #3b5998;
 border:1px solid #3b5998;
 color:#fff;
}
#sidebar .social .btn-share.-google:hover {
 background-color: #e62117;
 border:1px solid #e62117;
 color:#fff;
}
#sidebar .social .btn-share.-linkedin:hover {
 background-color: #0077b5;
 border:1px solid #0077b5;
 color:#fff;
}
.baseui.button {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
 padding: 10px;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color:#ffa200;
}
.baseui.button.disabled {
 opacity: .3; filter: alpha(Opacity:30);
 -webkit-transition-property: opacity; -moz-transition-property: opacity;
 -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .3s; -moz-transition-duration: .3s;
 -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease;
 -o-transition-timing-function: ease; transition-timing-function: ease;
 cursor: default;
}
.baseui.input {
	position:relative;
	font-weight:normal;
 font-style: normal;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 color: rgba(0, 0, 0, 0.87);
 margin-top: 10px;
 margin-bottom: 10px;
	width:100%;
}
.baseui.input>input {
	text-align:left;
 max-width: 100%;
 margin: 0em;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#FFFFFF;
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
 outline: none;
 padding: 0.67857143em 1em;
 color: rgba(0, 0, 0, 0.87);
 box-shadow: none;
 border: 1px solid #dedede;
}
.baseui.icon.input>i.icon {
 cursor: default;
	position:absolute;
	text-align:center;
 opacity: 0.5; filter: alpha(Opacity:50);
 line-height: 1;
 top: 0px;
 right: 0px;
 margin: 0em;
 height: 100%;
 width: 2.67142857em;
}
.baseui.icon.input>i.icon:before,
.baseui.icon.input>i.icon:after {
	position:absolute;
	text-align:center;
	width:100%;
 left: 0;
 top: 50%;
 margin-top: -0.5em;
}
#locations::-webkit-scrollbar,
#departments::-webkit-scrollbar {
 width: .5em;
}
#locations::-webkit-scrollbar-track,
#departments::-webkit-scrollbar-track {
 background-color: rgba(0, 0, 0, .05);
}
#locations::-webkit-scrollbar-thumb,
#departments::-webkit-scrollbar-thumb {
 background-color: #007cdf;
 outline: 1px solid #007cdf;
}
/* Shared carousel dot pagination component */
.carousel-dots{
 display:flex;
 gap:8px;
}
.carousel-dots .dot{
 width:10px;
 height:10px;
 background:#cde8ff;
 border-radius:20px;
 cursor:pointer;
 transition:.3s;
}
.carousel-dots .dot.active{
 width:32px;
 background:#007cdf;
}
.carousel-viewport{
 overflow:hidden;
}
.carousel-track{
 display:flex;
 transition:transform .4s ease;
}
.js-carousel .carousel-dots{
 justify-content:center;
 margin-top:24px;
}
.home-hero{
 background:#f6faff;
 padding:80px 0;
 position:relative;
 overflow:hidden;
}
/* Background dot pattern */
.home-hero::before{
 content:"";
 position:absolute;
 inset:0;
 background-image:radial-gradient(#d5e6f7 1px, transparent 1px);
 background-size:18px 18px;
 opacity:.6;
}
.home-hero .hero-content{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap: 40px;
}
.home-hero .hero-text{
 flex:1;
 min-width:0;
}
.hero-text h1{
 font-size:42px;
 line-height: 130%;
 font-weight:700;
 color:#111;
 min-height: calc(48px * 1.3 * 4);
 transition: opacity .3s ease;
}
.hero-text h1.is-fading{
 opacity: 0;
}
.hero-text h1 span{
 color:#1485f7;
}
.hero-text h1 .nowrap{
 font-style:normal;
 color:inherit;
 white-space:nowrap;
}
.search-box{
 margin-top:50px;
 max-width:460px;
 background:#fff;
 border-radius:50px;
 display:flex;
 align-items:center;
 padding: 6px;
 box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.search-box .form-control{
 flex:1;
 border:none;
 outline:none;
 padding: 8px 16px;
 font-size: 14px;
 background:transparent;
}
.search-box .btn-search{
 width: 40px;
 height: 40px;
 border:none;
 border-radius:50%;
 background:#007cdf;
 cursor:pointer;
}
.search-box .btn-search svg{
 width: 16px;
 height: 16px;
}
.slider-dot{
 margin-top: 40px;
}
/* Right */
.hero-image{
 width:520px;
 height:520px;
 flex:0 0 520px;
 position:relative;
 display:flex;
 align-items:center;
 justify-content:center;
}
.circle-image{
 width:480px;
 height:480px;
 border-radius: 50% 50% 50% 0px;
 overflow:hidden;
}
.circle-image img{
 width:100%;
 height:100%;
 object-fit:cover;
 transition: opacity .3s ease;
}
.circle-image img.is-fading{
 opacity: 0;
}
.home-hero .floating{
 position:absolute;
}
.home-hero .top-left{
 left:30px;
 top:60px;
}
.home-hero .top-right{
 right: 30px;
 top: 60px;
}
.home-hero .bottom-left{
 left: 0px;
 bottom: 0px;
}
.home-hero .bottom-right{
 right:10px;
 bottom:25px;
}
.home-hero .text-primary{
 color: #1187EA;
}
/* Responsive */
@media(max-width:991px){
 .hero-content{
 flex-direction:column;
 text-align:center;
 }
 .search-box{
 margin:40px auto 0;
 }
 .slider-dot{
 justify-content:center;
 }
 .hero-image{
 width:400px;
 height:400px;
 }
 .circle-image{
 width:360px;
 height:360px;
 }
}
@media(max-width:576px){
 .home-hero .hero{
 padding:60px 0;
 }
 .hero-text h1{
 font-size:36px;
 min-height: calc(36px * 1.3 * 4);
 }
 .hero-text h1 .nowrap{
 white-space:normal;
 }
 .hero-image{
 width:300px;
 height:300px;
 }
 .circle-image{
 width:270px;
 height:270px;
 }
 .home-hero .floating{
 width:48px;
 height:48px;
 font-size:18px;
 }
}
.job-category{
 padding: 80px 0px;
}
.section-title{
 text-align: center;
 margin-bottom: 40px;
}
.section-title .rounded-full{
 display: inline-flex;
 padding: 8px 18px;
 color: #007cdf;
 font-size: 14px;
 border-radius: 50px;
 background-color: #ecf6ff;
}
.section-title h2{
 margin-top: 12px;
}
/* Shared section heading style */
.yn-heading{
 font-family: "Plus Jakarta Sans";
 font-size: 38px;
 line-height: 40px;
 color: #1187ea;
 margin-bottom: 20px;
}
/* Shared section body text style */
.yn-text{
 font-size: 15px;
 line-height: 1.6;
 color: #555555;
 font-family: "Plus Jakarta Sans";
}
#main-wrap .list-jobs{
 display: grid;
 gap: 20px;
 grid-template-columns: repeat(3, minmax(0, 1fr));
}
#main-wrap .job__item{
 padding: 20px;
 border-radius: 22px;
 background-color: #ffffff;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
 transition: all 0.3s ease;
}
#main-wrap .job__item .job--office{
 margin-bottom: 8px;
 font-size: 11px;
 line-height: 19px;
 text-transform: uppercase;
 color: #0e80fc;
 font-weight: 400;
 font-family: "Plus Jakarta Sans";
}
#main-wrap .job__item .job--office a{
 color: inherit;
 text-decoration: none;
}
#main-wrap .job__item .job--title{
 margin-bottom: 15px;
}
#main-wrap .job__item .job--title a{
 font-size: 18px;
 line-height: 20px;
 color: #111111;
 font-weight: 900;
 font-family: "Plus Jakarta Sans";
}
#main-wrap .job__item .job--desc{
 display: flex;
 align-items: center;
 gap: 6px;
}
#main-wrap .job__item .job--desc li{
 padding: 2px 8px;
 font-size: 11px;
 line-height: 19px;
 color: #848585;
 font-weight: 400;
 font-family: "Plus Jakarta Sans";
 border-radius: 9px;
 background-color: #f4f5f7;
}
#main-wrap .job__item .job--desc li a{
 font-size: 11px;
 line-height: 19px;
 color: #848585;
 font-weight: 400;
 font-family: "Plus Jakarta Sans";
}
#main-wrap .job__item .job--desc li.departments{
 color: #0e80fc;
 background-color: #e8f3fd;
}
#main-wrap .job__item .job--desc li.type-fulltime{
 color: #1a7a48;
 background-color: #e8fbf0;
}
#main-wrap .job__item .job--desc li.type-other{
 color: #c77516;
 background-color: #fff8e6;
}
#main-wrap .job__item:hover{
 background-color: #ffa200;
}
#main-wrap .job__item:hover .job--office{
 color: #ffffff;
}
#main-wrap .job__item:hover .job--title a{
 color: #ffffff;
}
#main-wrap .job__item:hover .job--desc li{
 color: #0e80fc;
 background-color: #ffffff;
 border-radius: 9px;
}
#main-wrap .job__item:hover .job--desc li a{
 color: #0e80fc;
}
#main-wrap .job-ctas{
 text-align: right;
 margin-top: 24px;
}
#main-wrap .job-ctas a{
 color: #007cdf;
 font-size: 14px;
}
#main-wrap .job-ctas a:hover{
 text-decoration: underline;
}
@media(max-width: 991px) and (min-width: 768px){
 #main-wrap .list-jobs{
 grid-template-columns: repeat(2, minmax(0, 1fr));
 }
}
@media(max-width: 767px){
 #main-wrap .list-jobs{
 grid-template-columns: 1fr;
 }
}
.yn-section{
 position:relative;
 padding: 80px 0px;
 background: #f6faff;
 overflow:hidden;
}
.yn-section-bg{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
 object-fit:cover;
 z-index:0;
 pointer-events:none;
}
/* pattern */
.yn-section::before{
 content:"";
 position:absolute;
 inset:0;
 background-size:72px 72px;
}
.yn-label{
 position:relative;
 z-index:2;
 width:max-content;
 margin:0 auto 30px;
 padding:8px 18px;
 background:#deeeff;
 color:#1987ff;
 font-size: 14px;
 font-weight: 500;
 border-radius:999px;
}
.yn-card{
 position:relative;
 z-index:2;
 max-width:1200px;
 margin:0 auto 160px;
 background:#fff;
 border-radius:24px;
 padding:50px;
 box-shadow:0 10px 30px rgba(0,0,0,.04);
}
.yn-seemore {
 font-size: 15px;
 font-weight: 400;
 color: #0e80fc;
 font-family: "Plus Jakarta Sans";
}
/* ABOUT */
.about-card{
 min-height: 450px;
 position:relative;
}
.about-left{
 max-width:480px;
}
.about-left p{
 margin-bottom:16px;
}
.about-right{
 position:absolute;
 top:20px;
 right:55px;
 display:flex;
 gap:20px;
 width:505px;
}
.about-col{
 display:flex;
 flex-direction:column;
 gap:20px;
 flex:1;
 min-width:0;
}
.about-col--offset{
 margin-top:50px;
}
.service-card{
 padding: 16px;
 border-radius:16px;
 border: 10px solid #fff;
 background-color: #f6faff;
 box-shadow:0 6px 20px rgba(0,0,0,.04);
}
.service-card h3{
 color:#0b7be8;
 font-size:18px;
 margin-bottom: 10px;
}
.service-card .icon{
 height: 50px;
 width: 50px;
 display: flex;
 margin-bottom: 12px;
}
.service-card .icon img{
 height: 50px;
 width: 50px;
}
.service-card.js-service-card{
 cursor:pointer;
 transition:box-shadow .2s ease, transform .2s ease;
}
.service-card.js-service-card:hover{
 box-shadow:0 10px 24px rgba(11,123,232,.16);
}
/* ABOUT MODAL */
.about-modal-overlay{
 display:none;
 position:fixed;
 inset:0;
 z-index:1000;
 background:rgba(18,32,54,.6);
 align-items:center;
 justify-content:center;
 padding:20px;
}
.about-modal-overlay.active{
 display:flex;
}
.about-modal{
 position:relative;
 width:100%;
 max-width:1000px;
 max-height:85vh;
 overflow-y:auto;
 background:#fff;
 border-radius:20px;
 padding:40px;
 box-shadow:0 20px 60px rgba(0,0,0,.2);
}
.about-modal-close{
 position:absolute;
 top:20px;
 right:20px;
 border:none;
 background:transparent;
 font-size:24px;
 line-height:1;
 color:#333;
 cursor:pointer;
}
.about-modal-tabs{
 display:flex;
 flex-wrap:wrap;
 gap:10px;
 margin-bottom:30px;
 padding-right:30px;
}
.about-modal-tab{
 border:1px solid #d9e6f5;
 background:#fff;
 color:#1785ff;
 font-size:14px;
 font-weight:600;
 padding:8px 18px;
 border-radius:999px;
 cursor:pointer;
 transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.about-modal-tab.active{
 background:#ffac07;
 border-color:#ffac07;
 color:#fff;
}
.about-modal-content{
 display:none;
}
.about-modal-content.active{
 display:block;
}
.about-modal-content h3{
 color:#1785ff;
 font-size:28px;
 margin-bottom:10px;
 text-align: center;
}
.about-modal-subtitle{
 color:#5fa8f5;
 font-size:16px;
 margin-bottom:20px;
 text-align: center;
}
.about-modal-desc{
 max-width: 850px;
 margin: 0 auto 24px;
}
.about-modal-company-label{
 color:#1785ff;
 font-weight:600;
 max-width: 850px;
 margin: 0 auto 24px;
}
.about-modal-company{
 max-width: 850px;
 margin: 0 auto 16px;
}
.about-modal-company .company-name{
 color:#0b7be8;
 font-weight:700;
 margin-bottom:4px;
}
.about-modal-company .company-desc{
 font-size:14px;
 line-height:1.7;
 color:#555;
}
@media(max-width:767px){
 .about-modal{
 padding:24px;
 }
 .about-modal-content h3{
 font-size:22px;
 }
 .about-right{
 flex-direction:column;
 }
}
/* JOURNEY */
.journey-card h2{
 text-align:center;
}
.journey-desc{
 text-align:center;
 margin-bottom: 40px;
}
.journey-wrap{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:30px;
}
.journey-image img{
 width:100%;
 display:block;
 border-radius:20px;
}
.journey-card .tabs{
 display:flex;
 flex-wrap:wrap;
 justify-content: space-between;
}
.journey-card .tab-btn{
 min-width: 120px;
 border:none;
 background-color: #ffffff;
 color:#1785ff;
 font-size: 14px;
 font-weight: bold;
 padding: 6px 16px;
 border-radius: 30px 30px 30px 0px;
 cursor:pointer;
 box-shadow: 2.463px 3.152px 3.5px rgba(17, 135, 234, 0.26);
}
.journey-card .tab-btn.active{
 background:#ffac07;
 color:#fff;
}
.journey-card .tab-contaner{
 padding: 20px;
 height: calc(100% - 30px);
 background-color: #f6faff;
}
.journey-card .tab-content{
 display:none;
}
.journey-card .tab-content h3{
 color: #007cdf;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 16px;
}
.journey-card .tab-content p{
 margin-bottom: 20px;
}
.journey-card .tab-content.active{
 display:block;
}
@media(max-width:991px){
 .journey-wrap{
 grid-template-columns:1fr;
 }
 .about-left{
 max-width:none;
 }
 .about-right{
 position:static;
 width:auto;
 margin-top:40px;
 }
 .about-col--offset{
 margin-top:0;
 }
 .yn-card{
 padding:30px;
 }
 .journey-card .tab-contaner{
 height: auto;
 }
}
.yn-stats{
 position: relative;
 z-index: 2;
 background-color:#1c82f0;
 padding: 28px 40px;
 color: #fff;
 overflow: hidden;
}
.yn-stats-bg{
 position:absolute;
 inset:0;
 width:100%;
 height:100%;
 object-fit:cover;
 z-index:0;
 pointer-events:none;
}
.yn-stats .container{
 position:relative;
 z-index:2;
 display: flex;
 gap: 72px;
 align-items: center;
 justify-content: space-evenly;
}
.yn-stats::before{
 content:"";
 position:absolute;
 inset:0;
 z-index:1;
 background:
 linear-gradient(
 90deg,
 rgba(12,120,234,.55) 0%,
 rgba(35,133,238,.55) 50%,
 rgba(47,140,240,.55) 100%
 ),
 radial-gradient(
 circle,
 rgba(255,255,255,.08) 8px,
 transparent 8px
 );
 background-size:cover, 80px 80px;
 pointer-events:none;
}
.yn-stats .stat-item{
 position:relative;
 z-index:2;
 text-align:center;
}
.yn-stats .stat-number{
 font-size:52px;
 font-weight:700;
 line-height:1;
 margin-bottom:8px;
}
.yn-stats .stat-number sup{
 font-size:.5em;
}
.yn-stats .stat-label{
 font-size:15px;
 font-weight:500;
 opacity:.95;
}
@media (max-width:991px){
 .yn-stats .container{
 flex-wrap:wrap;
 row-gap:30px;
 }
 .yn-stats .stat-item{
 flex:0 0 50%;
 }
 .yn-stats .stat-number{
 font-size:40px;
 }
}
@media (max-width:576px){
 .yn-stats .container{
 flex-direction:column;
 text-align:center;
 }
 .yn-stats .stat-item{
 flex:1 1 auto;
 }
 .yn-stats .stat-number{
 font-size:34px;
 }
}
.offer-section{
 padding: 80px 0px;
 background:#ffffff;
}
.offer-section .offer-title{
 text-align:center;
}
.offer-section .offer-tabs{
 display:flex;
 justify-content:center;
 gap:12px;
 margin-bottom:30px;
}
.offer-section .offer-tab{
 font-size: 16px;
 border:none;
 cursor:pointer;
 padding:12px 28px;
 border-radius: 30px 30px 30px 0px;
 background:#fff;
 color:#1884f7;
 font-weight:600;
 box-shadow: 0 3px 8px rgba(0,0,0,.08);
 transition:.3s;
}
.offer-section .offer-tab.active{
 background:#f7ac00;
 color:#fff;
}
.offer-section .offer-content{
 display:none;
 background:#f6faff;
 border-radius:24px;
 padding:40px;
 gap:60px;
 align-items:center;
}
.offer-section .offer-content.active{
 display:grid;
 grid-template-columns:1fr 1fr;
}
.offer-section #growth.offer-content.active{
 align-items:start;
}
.offer-section .offer-left h3{
	font-size:18px;
 color:#1884f7;
 margin-bottom:20px;
}
.offer-section .offer-left p{
 margin-bottom:15px;
}
.offer-section .offer-grid{
 display:grid;
 grid-template-columns:repeat(2,1fr);
 column-gap:40px;
 row-gap:20px;
}
.offer-section .offer-grid .offer-card:nth-child(2),
.offer-section .offer-grid .offer-card:nth-child(4){
 transform:translateY(20px);
}
.offer-section .offer-card{
 position:relative;
 border-radius:14px;
 padding:18px;
 color:#fff;
 min-height:150px;
}
.offer-section .offer-card-icon{
 position:absolute;
 top:10px;
 right:10px;
}
.offer-section .offer-card-icon img{
 width:100%;
 height:100%;
 object-fit:cover;
}
.offer-section .offer-card h4{
 font-size: 18px;
 margin-bottom:12px;
 padding-right:56px;
}
.offer-section .offer-card p{
 font-size: 12px;
 line-height: 140%;
}
.offer-section .card-blue{
 background:#58a8f6;
}
.offer-section .card-yellow{
 background:#efc35d;
}
.offer-section .card-purple{
 background:#c7a0d8;
}
.offer-section .card-dark{
 background:#1884f7;
}
.offer-section .offer-carousel{
 position:relative;
 border-radius:20px;
 padding:16px 16px 86px;
}
.offer-section .offer-carousel-slide{
 display:none;
}
.offer-section .offer-carousel-slide.active{
 display:block;
}
.offer-section .offer-carousel-image{
 border-radius:14px;
 overflow:hidden;
 margin-bottom:20px;
}
.offer-section .offer-carousel-image img{
 display:block;
 width:100%;
 height:260px;
 object-fit:cover;
}
.offer-section .offer-carousel-slide h4{
 color:#f7ac00;
 font-size:20px;
 font-weight:700;
 line-height:1.3;
 padding:0 8px;
}
.offer-section .offer-carousel-slide p{
 color:#555;
 font-size:14px;
 padding:0 8px;
 line-height: 1.5;
 min-height:calc(14px * 1.7 * 3);
}
.offer-section .offer-carousel-nav{
 position:absolute;
 bottom:30px;
 left:16px;
 display:flex;
 gap:10px;
}
.offer-section .offer-carousel-btn{
 width:40px;
 height:40px;
 border-radius:50%;
 border:none;
 background:#fff;
 color:#1884f7;
 box-shadow:0 3px 8px rgba(0,0,0,.12);
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center;
 transition:.2s;
}
.offer-section .offer-carousel-btn:hover{
 background:#1884f7;
 color:#fff;
}
@media(max-width:991px){
 .offer-section .offer-content.active{
 grid-template-columns:1fr;
 }
 .offer-section .offer-grid{
 grid-template-columns:1fr;
 }
 .offer-section .offer-grid .offer-card:nth-child(2),
 .offer-section .offer-grid .offer-card:nth-child(4){
 transform:none;
 }
}
.life-younet{
 background:#f6faff;
 padding: 80px 0px;
 position: relative;
 overflow: hidden;
}
.life-younet::before,
.life-younet::after{
 opacity: 0.1;
 content:"";
 position:absolute;
 width:400px;
 height:400px;
 border-radius:50%;
 background-color: rgba(17,135,234,0);
 border: 40px solid rgba(17,135,234,0.48);
 pointer-events:none;
 z-index:0;
}
.life-younet::before{
 top:-250px;
 right:-250px;
}
.life-younet::after{
 bottom:-300px;
 left:0;
}
.life-content{
 position:relative;
 z-index:1;
 margin:auto;
 display: flex;
 gap:60px;
 align-items:center;
}
.life-content .life-text{
 width: 50%;
}
.life-content .life-text p{
 margin-bottom: 30px;
}
.life-content .life-gallery{
 width: 50%;
}
.life-content .life-gallery .carousel-viewport{
 margin: 0 -10px;
}
.life-content .life-gallery .carousel-dots{
 justify-content:flex-end;
}
.life-content .life-gallery img{
 flex:0 0 calc(50% - 20px);
 margin: 0 10px;
 width: auto;
 display: block;
 border-radius: 20px;
 aspect-ratio: 4/3;
 object-fit: cover;
}
@media(max-width: 767px){
 .life-content{
 flex-direction: column;
 }
 .life-content .life-text,
 .life-content .life-gallery{
 width: 100%;
 }
 .life-content .life-gallery img{
 flex:0 0 calc(100% - 20px);
 }
}
.career-blogs{
 background: #ffffff;
 padding:0 0 40px;
 position: relative;
}
.career-blogs .section-title{
 margin-bottom: 40px;
}
.career-blogs .section-title p{
 font-size: 14px;
}
.blog-grid{
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:24px;
}
.blog-card{
 background:#fff;
 border-radius:16px;
 overflow:hidden;
 box-shadow: 0 10px 30px rgba(0,0,0,.07);
 transition:.3s;
 height:100%;
 display:flex;
 flex-direction:column;
}
.blog-card a{
 display:flex;
 flex-direction:column;
 height:100%;
}
.blog-card:hover{
 transform:translateY(-6px);
}
.blog-card img{
 width:100%;
 display:block;
 aspect-ratio:16/10;
 object-fit:cover;
}
.blog-content{
 padding:15px;
 flex:1;
 display:flex;
 flex-direction:column;
}
.blog-content .category{
	font-size:10px;
 color: lab(68.9462% 39.7503 66.7309);
 font-weight: 500;
}
.blog-content h3{
	font-size:14px;
 color: #007cdf;
 font-weight: bold;
 margin-top: 8px;
}
.blog-content .meta{
	font-size:12px;
 color: lab(41.9518% -2.83328 -10.5045);
 margin-top: auto;
 padding-top: 12px;
}
.blog-footer{
 text-align: right;
 margin-top: 15px;
}
@media(max-width: 767px){
 .blog-grid{
 grid-template-columns: 1fr;
 }
}
/* LIFE AT YOUNET PAGE */
.life-page-section{
 padding-top:120px;
}
.life-page-tabs{
 position:relative;
 z-index:2;
 display:flex;
 flex-wrap:wrap;
 gap:12px;
 width:max-content;
 max-width:100%;
 margin:0 auto 50px;
}
.life-page-tabs .tab-btn{
 font-size: 16px;
 border:none;
 cursor:pointer;
 padding:12px 28px;
 border-radius: 30px 30px 30px 0px;
 background:#fff;
 color:#1884f7;
 font-weight:600;
 box-shadow: 0 3px 8px rgba(0,0,0,.08);
 transition:.3s;
}
.life-page-tabs .tab-btn.active{
 background:#ffac07;
 color:#fff;
}
.life-page-content{
 position:relative;
 z-index:2;
 display:none;
}
.life-page-content.active{
 display:block;
}
.life-page-content h2{
 padding-left: 24px;
}
.life-page-content > p{
 margin-bottom:16px;
 padding-left: 24px;
}
.core-values-grid{
 display:grid;
 grid-template-columns:repeat(5,1fr);
 gap:20px;
 margin-top:40px;
}
.core-value-card{
 cursor:pointer;
}
.core-value-card img{
 display:block;
 width:100%;
 max-width:180px;
 height:auto;
 margin:0 auto;
 aspect-ratio:1/1;
 transition:transform .2s ease, max-width .2s ease;
}
.core-value-detail.open ~ .core-values-grid .core-value-card img{
 max-width:120px;
}
.core-value-card:hover img{
 transform:translateY(-4px);
}
.core-value-title{
 font-size:24px;
 font-weight:bold;
 margin-bottom:12px;
}
.core-value-title--orange{ color:#ffac07; }
.core-value-title--green{ color:#1fa971; }
.core-value-title--purple{ color:#7c4dff; }
.core-value-title--blue{ color:#1785ff; }
/* CORE VALUE DETAIL — inline section above the 5-card row */
.core-value-detail{
 display:none;
 position:relative;
 margin-top:40px;
}
.core-value-detail.open{
 display:block;
}
.core-value-detail-close{
 position:absolute;
 top:0;
 right:0;
 z-index:2;
 border:none;
 background:transparent;
 font-size:28px;
 line-height:1;
 color:#333;
 cursor:pointer;
}
.core-value-detail-content{
 display:none;
 align-items:center;
 gap:40px;
 text-align:left;
}
.core-value-detail-content.active{
 display:flex;
}
.core-value-detail-image{
 flex-shrink:0;
 width:220px;
}
.core-value-detail-image img{
 display:block;
 width:100%;
 height:auto;
}
.core-value-detail-body{
 text-align:left;
}
.core-value-detail-body p{
 font-size: 18px;
}
@media(max-width:767px){
 .core-value-detail-content{
 flex-direction:column;
 gap:20px;
 }
 .core-value-detail-image{
 width:160px;
 }
}
.wellness-gallery,
.office-gallery{
 margin-top:40px;
}
.wellness-gallery .carousel-viewport,
.office-gallery .carousel-viewport{
 margin:0 -10px;
}
.wellness-gallery img,
.office-gallery img{
 flex:0 0 calc(33.333% - 20px);
 margin:0 10px;
 width:auto;
 display:block;
 border-radius:20px;
 aspect-ratio:4/3;
 object-fit:cover;
 cursor:pointer;
}
@media(max-width:991px){
 .wellness-gallery img,
 .office-gallery img{
 flex:0 0 calc(50% - 20px);
 }
}
@media(max-width:767px){
 .wellness-gallery img,
 .office-gallery img{
 flex:0 0 calc(100% - 20px);
 }
}
/* OFFICE DETAIL MODAL */
.office-modal-overlay{
 display:none;
 position:fixed;
 inset:0;
 z-index:1500;
 background:rgba(18,32,54,.6);
 align-items:center;
 justify-content:center;
 padding:20px;
}
.office-modal-overlay.active{
 display:flex;
}
.office-modal{
 position:relative;
 width:100%;
 max-width:1000px;
 max-height:85vh;
 overflow-y:auto;
 background:#fff;
 border-radius:20px;
 padding:32px;
 box-shadow:0 20px 60px rgba(0,0,0,.2);
}
.office-modal-close{
 position:absolute;
 top:24px;
 right:24px;
 border:none;
 background:transparent;
 font-size:26px;
 line-height:1;
 color:#333;
 cursor:pointer;
}
.office-modal-title{
 font-size:28px;
 font-weight:bold;
 color:#1785ff;
 margin-bottom:24px;
}
.office-modal-grid{
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:12px;
}
.office-modal-grid img{
 display:block;
 width:100%;
 aspect-ratio:4/3;
 object-fit:cover;
}
@media(max-width:767px){
 .office-modal{
 padding:24px;
 }
 .office-modal-title{
 font-size:22px;
 }
 .office-modal-grid{
 grid-template-columns:repeat(2,1fr);
 gap:12px;
 }
}
/* IMAGE LIGHTBOX */
.lightbox-overlay{
 display:none;
 position:fixed;
 inset:0;
 z-index:2000;
 background:rgba(10,15,25,.92);
 flex-direction:column;
 align-items:center;
 justify-content:center;
 padding:40px 90px;
}
.lightbox-overlay.active{
 display:flex;
}
.lightbox-close{
 position:fixed;
 top:30px;
 right:40px;
 width:44px;
 height:44px;
 border-radius:50%;
 border:none;
 background:rgba(255,255,255,.12);
 color:#fff;
 font-size:22px;
 line-height:1;
 padding:0;
 display:flex;
 align-items:center;
 justify-content:center;
 cursor:pointer;
}
.lightbox-close svg{
 width:18px;
 height:18px;
}
.lightbox-nav{
 position:fixed;
 top:50%;
 transform:translateY(-50%);
 width:44px;
 height:44px;
 border-radius:50%;
 border:none;
 background:rgba(255,255,255,.12);
 color:#fff;
 font-size:16px;
 line-height:1;
 padding:0;
 display:flex;
 align-items:center;
 justify-content:center;
 cursor:pointer;
 z-index:2001;
}
.lightbox-nav svg{
 width:18px;
 height:18px;
}
.lightbox-prev{ left:30px; }
.lightbox-next{ right:30px; }
.lightbox-nav:hover,
.lightbox-close:hover{
 background:rgba(255,255,255,.25);
}
.lightbox-main{
 width:100%;
 max-width:1000px;
 max-height:65vh;
 display:flex;
 align-items:center;
 justify-content:center;
}
.lightbox-main img{
 max-width:100%;
 max-height:65vh;
 display:block;
 border-radius:8px;
 object-fit:contain;
}
.lightbox-thumbs{
 display:flex;
 gap:12px;
 margin-top:24px;
 max-width:100%;
 overflow-x:auto;
 padding-bottom:6px;
}
.lightbox-thumbs img{
 width:80px;
 height:60px;
 object-fit:cover;
 border-radius:6px;
 cursor:pointer;
 opacity:.5;
 border:2px solid transparent;
 flex-shrink:0;
}
.lightbox-thumbs img:hover{
 opacity:.8;
}
.lightbox-thumbs img.active{
 opacity:1;
 border-color:#fff;
}
@media(max-width:767px){
 .lightbox-overlay{
 padding:70px 20px 20px;
 }
 .lightbox-nav{
 width:36px;
 height:36px;
 }
 .lightbox-prev{ left:10px; }
 .lightbox-next{ right:10px; }
 .lightbox-thumbs img{
 width:56px;
 height:42px;
 }
}
@media(max-width:991px){
 .core-values-grid{
 grid-template-columns:repeat(3,1fr);
 }
}
@media(max-width:767px){
 .life-page-section{
 padding-top:80px;
 }
 .core-values-grid{
 grid-template-columns:repeat(2,1fr);
 }
}
/* CAREER BLOGS PAGE */
.page-hero-blue{
 background: #f6faff;
 padding:40px 0;
 text-align:center;
}
.page-hero-blue p{
 color:#555;
 font-size:15px;
}
.featured-blog-card{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:30px;
 align-items:center;
 background:#fff;
 border-radius:20px;
 padding:20px;
 box-shadow:0 10px 30px rgba(0,0,0,.06);
 margin-bottom:40px;
}
.featured-blog-image{
 border-radius:14px;
 overflow:hidden;
 aspect-ratio:16/10;
}
.featured-blog-image img{
 width:100%;
 height:100%;
 display:block;
 object-fit:cover;
}
.featured-blog-content .category{
 color:#ffac07;
 font-size:12px;
 font-weight:700;
 letter-spacing:.02em;
}
.featured-blog-content h2{
 color:#121212;
 font-size:24px;
 font-weight:bold;
 margin:10px 0;
 line-height:1.35;
}
.featured-blog-content .excerpt{
 color:#777;
 font-size:14px;
 line-height:1.7;
 margin-bottom:12px;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 overflow:hidden;
}
.featured-blog-content .meta{
 color:#999;
 font-size:13px;
 margin-bottom:10px;
}
.blog-cat-tabs{
 display:flex;
 flex-wrap:wrap;
 gap:10px;
 margin-bottom:30px;
}
.blog-cat-tab{
 border:1px solid #d9e6f5;
 background:#fff;
 color:#1785ff;
 font-size:13px;
 font-weight:600;
 padding:8px 18px;
 border-radius:999px;
 white-space:nowrap;
}
.blog-cat-tab.active{
 background:#ffac07;
 border-color:#ffac07;
 color:#fff;
}
.career-blogs-page .blog-grid{
 grid-template-columns:repeat(2,1fr);
}
/* FEATURED ARTICLE SIDEBAR */
.featured-articles{
 padding:20px;
 border-radius:20px;
 background-color:#fff;
 box-shadow:0px 0px 10px #ecf6ff;
}
.featured-articles .name{
 color:#007cdf;
 font-size:18px;
 font-weight:bold;
 margin-bottom:14px;
 padding-bottom:10px;
 border-bottom:1px solid #ccc8c5;
}
.featured-article-item{
 display:block;
 padding:12px 0;
 border-bottom:1px solid #eef2f7;
}
.featured-article-item:last-child{
 border-bottom:none;
 padding-bottom:0;
}
.featured-article-item:first-child{
 padding-top:0;
}
.featured-article-title{
 color:#121212;
 font-size:14px;
 font-weight:600;
 line-height:1.5;
 margin-bottom:4px;
}
.featured-article-item:hover .featured-article-title{
 color:#007cdf;
}
.featured-article-cat{
 color:#999;
 font-size:12px;
}
/* PAGINATION — matches design: circular prev/next arrows flanking the page pills */
#new-news .__pag,
#all-news .__pag{
 display:flex;
 align-items:center;
 justify-content:center;
 gap:8px;
 margin-top:40px;
 padding-top:0;
}
#new-news .pag,
#all-news .pag{
 height:36px;
 width:36px;
 line-height:34px;
 border-radius:50%;
 border:1px solid #e2e8f0;
 background:#fff;
 color:#888;
 font-weight:600;
 margin:0;
}
#new-news .pag:hover,
#all-news .pag:hover{
 border-color:#007cdf;
 color:#007cdf;
 background:#fff;
}
#new-news .pag.disabled.active,
#all-news .pag.disabled.active{
 background:#007cdf;
 border-color:#007cdf;
 color:#fff;
}
#new-news .pag:has(.ficon-angle-double-left),
#new-news .pag:has(.ficon-angle-double-right),
#all-news .pag:has(.ficon-angle-double-left),
#all-news .pag:has(.ficon-angle-double-right){
 display:none;
}
@media(max-width:991px){
 .detail-row .col-4{
 margin-top:30px;
 }
}
@media(max-width:767px){
 .featured-blog-card{
 grid-template-columns:1fr;
 }
 .career-blogs-page .blog-grid{
 grid-template-columns:1fr;
 }
}
/*------------------------------*/
.section-banner .cover img{
 max-width: 100%;
}
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 @@hr.main;
	font-size:28px;
	text-transform:uppercase;
 margin-bottom: 15px;
}
.new-title span {
 color:#007cdf;
	font-size:20px;
	text-transform:uppercase;
}
.new-title h3 {
	font-size:16px;
 margin-bottom: 10px;
}
#categories .item {
 font-size: 15px;
 color: @hr.main;
 display: inline-block !important;
 padding: 6px 15px;
 margin-right: 5px;
 text-transform: uppercase;
 border: 2px solid @hr.main;
 margin-bottom: 10px;
}
#categories .item:hover{
 color:#fff;
 $bg: @hr.main;
}
.morecontent span {
 display: none;
}
.section-new .bg-heading{
 text-align: center;
 padding: 60px 0px;
 background-color: #dff1ff;
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.section-new .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
}
.section-new .box {
	position:relative;
 background-color: #fff;
 margin-bottom: 30px;
 border-radius: 10px;
}
.section-new .box .box-image {
 height: 270px;
 overflow: hidden;
 border-radius: 10px 10px 0px 0px;
}
.section-new .box .box-image img {
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 border-radius: 10px 10px 0px 0px;
}
.section-new .box .box-info {
 padding: 15px;
}
.section-new .box .box-info>p {
	font-size:15px;
 margin-bottom: 15px;
 line-height: 22px;
}
.section-new .box .box-info>p.note {
 display: block; display: -webkit-box;
	max-height: 88px;
	font-size: 14px; line-height: 22px; -webkit-line-clamp: 4;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.section-new .box .box-info>p a {
 color: @hr.main;
 font-size: 16px;
}
.section-new .box .box-info .title {
 margin-bottom: 15px;
 height: 50px;
 display: block; display: -webkit-box;
	max-height: 50px;
	font-size: 20px; line-height: 25px; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.section-new .box .box-info .title a {
	font-size:20px;
 color: #333;
}
.section-new .box .box-info h3 {
	font-size:18px;
	text-transform:uppercase;
 height: 50px;
 display: block; display: -webkit-box;
	max-height: 50px;
	font-size: 20px; line-height: 25px; -webkit-line-clamp: 2;
	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
 margin-bottom: 10px;
}
.section-new .box .box-info h3 a {
	font-size:18px;
 @@hr.main;
}
#news {
 background-color: #f6faff;
}
#post-content h1 {
 font-size: 25px;
 @@hr.main;
 line-height: 1.3;
 margin-bottom: 20px;
}
.sub.title {
 font-size: 15px;
 color: #000;
 margin-bottom: 20px;
}
.content-article {
 margin-bottom: 40px;
}
.detail-article {
 line-height: 25px;
 text-align: justify;
}
#post-content p {
 color: #404040;
 font-weight: normal;
 font-size: 15px;
 line-height: 20px;
 margin-bottom: 15px;
}
#recent-posts .head-sec {
 margin: 0px auto;
 margin-bottom: 40px;
}
#recent-posts .head-sec .title-main {
 @@hr.main 
	font-size:32px;
	font-weight:normal;
 block;
 line-height: 1.2;
}
.article-social .IN-widget {
 vertical-align: top !important;
}
.list-viewall {
	text-align:center;
 padding: 15px 0px;
}
.list-viewall a {
 display:inline-block;
 padding: 10px 15px;
 font-size: 18px;
 color: @hr.main;
 border: 1px solid @hr.main;
 border-radius: 5px;
}
.list-viewall a:hover {
 color: #fff;
 background-color: @hr.main;
}
.main-jobs.job-category{
 padding: 60px 0px;
 background-color: #f6faff;
}
.main-jobs .jobs-heading{
 text-align: center;
 margin-bottom: 30px;
}
.jobs-heading .section-title{
 margin-bottom: 0px;
}
.jobs-heading .section-title h2{
 margin-top: 0px;
}
.jobs-heading .search-box{
 max-width: 510px;
 margin: 0px auto;
 margin-top: 20px;
}
.main-jobs .jobs-wrap{
}
.main-jobs .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.main-jobs .col-3 {
 width: 30%;
 padding: 0px 15px;
}
.main-jobs .col-9 {
 width: 70%;
 padding: 0px 15px;
}
.main-jobs .list-jobs{
 display: grid;
 gap: 20px;
 grid-template-columns: 1fr;
}
.main-jobs .job__item{
 padding: 20px;
 border-radius: 22px;
 background-color: #ffffff;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
 transition: all 0.3s ease;
}
.main-jobs .job__item .job--office{
 margin-bottom: 8px;
 font-size: 11px;
 line-height: 19px;
 text-transform: uppercase;
 color: #0e80fc;
 font-weight: 400;
 font-family: "Plus Jakarta Sans";
}
.main-jobs .job__item .job--office a{
 color: inherit;
 text-decoration: none;
}
.main-jobs .job__item .job--title{
 margin-bottom: 15px;
}
.main-jobs .job__item .job--title a{
 font-size: 18px;
 line-height: 19px;
 color: #111111;
 font-weight: 900;
 font-family: "Plus Jakarta Sans";
}
.main-jobs .job__item .job--desc{
 display: flex;
 align-items: center;
 gap: 6px;
}
.main-jobs .job__item .job--desc li{
 padding: 2px 8px;
 font-size: 11px;
 line-height: 19px;
 color: #848585;
 font-weight: 400;
 font-family: "Plus Jakarta Sans";
 border-radius: 9px;
 background-color: #f4f5f7;
}
.main-jobs .job__item .job--desc li a{
 font-size: 11px;
 line-height: 19px;
 color: #848585;
 font-weight: 400;
 font-family: "Plus Jakarta Sans";
}
.main-jobs .job__item .job--desc li.departments{
 color: #0e80fc;
 background-color: #e8f3fd;
}
.main-jobs .job__item .job--desc li.type-fulltime{
 color: #1a7a48;
 background-color: #e8fbf0;
}
.main-jobs .job__item .job--desc li.type-other{
 color: #c77516;
 background-color: #fff8e6;
}
.main-jobs .job__item:hover{
 background-color: #ffa200;
}
.main-jobs .job__item:hover .job--office{
 color: #ffffff;
}
.main-jobs .job__item:hover .job--title a{
 font-size: 18px;
 line-height: 20px;
 color: #ffffff;
 font-weight: 900;
 font-family: "Plus Jakarta Sans";
}
.main-jobs .job__item:hover .job--desc li{
 color: #0e80fc;
 background-color: #ffffff;
 border-radius: 9px;
}
.main-jobs .job__item:hover .job--desc li a{
 color: #0e80fc;
}
.main-jobs .job-ctas{
 text-align: right;
 margin-top: 24px;
}
.main-jobs .job-ctas a{
 color: #007cdf;
 font-size: 14px;
}
.main-jobs .job-ctas a:hover{
 text-decoration: underline;
}
.main-jobs .jobs-wrap #sidebar{
 padding: 20px;
 border-radius: 22px;
 background-color: #fff;
 box-shadow: 0px 0px 10px #ecf6ff;
}
.jobs-wrap #sidebar .sidebar-heading{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #ccc8c5;
}
.jobs-wrap #sidebar .sidebar-heading h3{
 color: #007cdf;
 font-size: 20px;
 font-weight: bold;
}
@media(max-width: 991px){
 .main-jobs .col-3,
 .main-jobs .col-9{
 width: 100%;
 }
 .main-jobs .jobs-wrap #sidebar{
 margin-bottom: 30px;
 }
}
@media(max-width: 991px) and (min-width: 768px){
 .main-jobs .list-jobs{
 grid-template-columns: repeat(2, minmax(0, 1fr));
 }
}
@media(max-width: 767px){
 .main-jobs .list-jobs{
 grid-template-columns: 1fr;
 }
}
.hiring-process{
 padding: 20px 0px 60px;
}
.hiring-process-title{
 margin-top: 30px;
 text-align: center;
}
.hiring-process-card{
 background-color: #fff;
 border-radius: 22px;
 box-shadow: 0px 0px 10px #ecf6ff;
 padding: 40px 20px;
 display: grid;
 grid-template-columns: repeat(6, 1fr);
 gap: 5px;
}
.hiring-process-step{
 min-width: 0;
 text-align: center;
}
.hiring-process-number{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 32px;
 height: 32px;
 border-radius: 50%;
 background-color: #007cdf;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 12px;
}
.hiring-process-step h4{
 font-size: 16px;
 font-weight: bold;
 color: #121212;
 margin-bottom: 10px;
}
.hiring-process-step p{
 overflow-wrap: break-word;
}
.hiring-process-step p a{
 color: #007cdf;
 word-break: break-word;
}
@media(max-width: 991px){
 .hiring-process-card{
 grid-template-columns: repeat(3, 1fr);
 row-gap: 32px;
 }
}
@media(max-width: 767px){
 .hiring-process-card{
 grid-template-columns: repeat(2, 1fr);
 padding: 24px;
 }
}
.faq-section{
 padding: 20px 0px 60px;
}
.faq-title{
 text-align: center;
}
.faq-wrap{
 max-width: 900px;
 margin: 0 auto;
}
.faq-list{
 display: flex;
 flex-direction: column;
 gap: 14px;
}
.faq-question{
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 border: none;
 background-color: #fff;
 color: #121212;
 text-align: left;
 font-size: 15px;
 font-weight: 600;
 padding: 18px 24px;
 border-radius: 16px;
 box-shadow: 0px 0px 10px #ecf6ff;
 cursor: pointer;
 transition: background-color .2s ease, color .2s ease;
}
.faq-icon{
 flex-shrink: 0;
 width: 18px;
 height: 18px;
 transform: rotate(180deg);
 transition: transform .2s ease;
}
.faq-item.active .faq-question{
 background-color: #ffac07;
 color: #fff;
}
.faq-item.active .faq-icon{
 transform: rotate(0deg);
}
.faq-answer{
 display: none;
 margin-top: 12px;
 background-color: #fff;
 border-radius: 16px;
 box-shadow: 0px 0px 10px #ecf6ff;
 padding: 20px 24px;
}
.faq-item.active .faq-answer{
 display: block;
}
.faq-answer p{
 line-height: 1.8;
}
.faq-answer p + p{
 margin-top: 12px;
}
.faq-answer ul,
.faq-answer ol{
 margin: 8px 0;
 padding-left: 20px;
}
.faq-answer ol ol{
 margin: 4px 0;
}
.faq-answer ol.policy-roman-list{
 list-style: none;
 padding-left: 0;
 counter-reset: policy-roman;
}
.faq-answer ol.policy-roman-list > li{
 position: relative;
 padding-left: 40px;
}
.faq-answer ol.policy-roman-list > li::before{
 counter-increment: policy-roman;
 content: "(" counter(policy-roman, lower-roman) ")";
 position: absolute;
 left: 0;
}
.faq-answer ol.policy-alpha-list{
 list-style: none;
 padding-left: 0;
 counter-reset: policy-alpha;
}
.faq-answer ol.policy-alpha-list > li{
 position: relative;
 padding-left: 28px;
}
.faq-answer ol.policy-alpha-list > li::before{
 counter-increment: policy-alpha;
 content: counter(policy-alpha, lower-alpha) ")";
 position: absolute;
 left: 0;
}
.faq-answer li{
 font-size: 14px;
 line-height: 1.8;
 color: #444;
}
.faq-answer a{
 color: #007cdf;
}
.faq-item.faq-hidden{
 display: none;
}
.faq-see-more{
 display: flex;
 align-items: center;
 gap: 8px;
 border: none;
 background: transparent;
 font-size: 15px;
 color: #0e80fc;
 font-family: "Plus Jakarta Sans";
 margin-top: 24px;
 cursor: pointer;
}
.faq-see-more-icon{
 width: 16px;
 height: 16px;
 transition: transform .2s ease;
}
.faq-see-more.expanded .faq-see-more-icon{
 transform: rotate(-90deg);
}
@media(max-width: 767px){
 .faq-question{
 padding: 14px 18px;
 font-size: 14px;
 }
}
.policy-page{
 padding: 40px 0px 80px;
 background-color: #f6faff;
}
.policy-page .back-to-jobs{
 display: block;
 max-width: 900px;
 margin: 0 auto 20px;
}
.policy-title{
 margin: 0 auto 50px;
 max-width: 900px;
 line-height: 1.4;
}
.policy-glossary-row{
 display: flex;
 gap: 20px;
 padding: 12px 0;
 border-bottom: 1px solid #eef2f7;
}
.policy-glossary-row:last-child{
 border-bottom: none;
}
.policy-glossary-term{
 flex: 0 0 220px;
 font-weight: 600;
 color: #121212;
 font-size: 14px;
}
.policy-glossary-def{
 flex: 1;
 font-size: 14px;
 line-height: 1.8;
 color: #444;
}
.policy-footnote{
 margin-top: 16px;
 font-size: 12px;
 font-style: italic;
 color: #888;
}
@media(max-width: 767px){
 .policy-title{
 font-size: 24px;
 }
 .policy-glossary-row{
 flex-direction: column;
 gap: 6px;
 }
 .policy-glossary-term{
 flex: 0 0 auto;
 }
}
.note-job {
 position: relative;
 padding: 15px;
 font-weight: bold;
 border: 1px solid #ededed;
}
.__pag {
 margin-top: 20px;
 text-align: center;
 padding-top: 20px;
}
.__pag label {
	display:none;
}
.pag {
 cursor: pointer;
 height: 35px;
 width: 35px;
 display: inline-block;
 border: 1px solid #ededed;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 text-transform: none;
 text-shadow: none;
 line-height: 35px;
 font-style: normal;
 text-align: center;
 text-decoration: none;
 border-radius: 15px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background: transparent;
 color: #000;
 font-weight: normal;
}
.pag .icon {
 margin-right: 0px;
}
.pag:hover,
.pag.active {
 color: #fff;
 border-color: #007cdf;
 background-color: #007cdf;
}
.ficon-angle-double-left::before {
 content: "\f100";
}
.ficon-angle-double-right::before {
 content: "\f101";
}
.pag.disabled:hover {
 box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
 color: rgba(0, 0, 0, 0.6) !important;
}
.send-cv {
 margin-bottom: 30px;
}
.send-cv .cover img {
 max-width: 100%;
}
