

@charset "UTF-8";
/* ABBank fonts — phục vụ qua appimg handler (https://careers.abbank.vn/appimg/font = /appimg/font/ -> careers/apt/static/font/).
 Dùng https://careers.abbank.vn/appimg/font thay vì https://staticx-talent.basecdn.net/image: chạy được cả LOCAL lẫn production, không cần upload CDN. */
/* ===== Exo 2 (display / heading) ===== */
@font-face {
 font-family: "Exo 2";
 src: url("https://careers.abbank.vn/appimg/font/abbank/Exo2-Thin.ttf") format("truetype");
 font-weight: 100;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: "Exo 2";
 src: url("https://careers.abbank.vn/appimg/font/abbank/Exo2-Light.ttf") format("truetype");
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: "Exo 2";
 src: url("https://careers.abbank.vn/appimg/font/abbank/Exo2-Medium.ttf") format("truetype");
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: "Exo 2";
 src: url("https://careers.abbank.vn/appimg/font/abbank/Exo2-SemiBold.ttf") format("truetype");
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: "Exo 2";
 src: url("https://careers.abbank.vn/appimg/font/abbank/Exo2-Bold.ttf") format("truetype");
 font-weight: 700;
 font-style: normal;
 font-display: swap;
}
/* ===== Roboto (body) ===== */
@font-face {
 font-family: "RobotoABB";
 src: url("https://careers.abbank.vn/appimg/font/abbank/Roboto-Regular_0.ttf") format("truetype");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
/* ===== Times (serif phụ, nếu cần) ===== */
@font-face {
 font-family: "TimesABB";
 src: url("https://careers.abbank.vn/appimg/font/abbank/times.ttf") format("truetype");
 font-weight: 400;
 font-style: normal;
 font-display: swap;
}
.component__top--v3 {
	background-color: #008f91;
}
.component__top--v3:hover {
}
.component__top--v3 i.icon {
}
.component__top--v3.--show {
}
.sec- {
 margin: 0 !important;
 padding: 60px 0;
}
.section-category{
 margin: 30px 0px;
}
.news-nav {
 text-align: center;
}
.news-nav ul{
 display:inline-block;
}
.news-nav ul li{
 display:inline-block;
 line-height: 30px;
}
.news-nav ul li.active a{
 border-bottom: 2px solid #0058A0;
}
.news-nav ul li:last-child .sub-line{
	display:none;
}
.news-nav ul li span{
 display:inline-block;
 line-height: 30px;
}
.news-nav a {
 color:#008f91;
	font-size:18px;
 line-height: 30px;
 display:inline-block;
 padding: 0px 10px;
	text-transform:uppercase;
 border-bottom: 2px solid transparent;
}
.news-nav a:hover{
 border-bottom: 2px solid #0058A0;
}
.news-nav .search {
 display: inline-block;
 vertical-align: top;
 position: relative;
}
.news-nav .search .input-search {
 padding: 6px 10px 6px 25px;
 border-bottom: 1px solid #555;
}
.news-nav .search .btn-search {
 position: absolute;
 left: 0px;
 top: 0px;
 color: #555;
 padding: 6px 4px;
 cursor: pointer;
 border: none;
 background-color: transparent;
}
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 color: #fff;
	font-size:25px;
	font-weight:normal;
 display:inline-block;
 background-color: #008f91;
 padding: 10px 30px;
	text-transform:uppercase;
}
.section-new .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 flex-direction: row;
 margin-right: -15px;
 margin-left: -15px;
}
.section-new .col-6{
 width: 50%;
 padding: 0px 15px;
 box-sizing: border-box;
}
.section-new .new-item{
	position:relative;
 margin-bottom: 30px;
}
.section-new .new-item:hover .new-item_info h3 a{
}
.new-item_img{
 height: 356px;
 overflow: hidden;
}
.new-item_img img{
	width:100%;
	height:100%;
 object-fit: cover;
 font-family: 'object-fit: cover;';
 -webkit-transition-property: transform; -moz-transition-property: transform;
 -o-transition-property: transform; transition-property: transform; -webkit-transition-duration: .5s; -moz-transition-duration: .5s;
 -o-transition-duration: .5s; transition-duration: .5s;
}
.section-new .new-item:hover .new-item_img img{
 -ms-transform: scale(1.1);
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.new-item_cate {
	position:absolute;
 top: 0px;
 left: 0px;
 padding: 15px;
 z-index: 9;
}
.new-item_cate h2{
 font-weight: 500;
	font-size:16px;
}
.new-item_cate h2 a{
 color: #fff;
 font-weight: 500;
	font-size:16px;
 line-height: 20px;
	text-transform:uppercase;
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.new-item_cate h2 a:hover{
 color:#f48120;
}
.new-item_info {
	position:absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 padding: 15px;
 z-index: 9;
 background-size: cover !important;
}
.new-item_info h3{
	position:relative;
 z-index: 99;
}
.new-item_info h3 a {
 color: #fff;
	font-size:20px;
 font-weight: 500;
 line-height: 25px;
	text-transform:uppercase;
}
#list-news .container{
 max-width: 800px;
}
.list-news{
 margin-bottom: 60px;
}
.list-news .image {
 height: 450px;
 overflow: hidden;
 margin-bottom: 25px;
}
.list-news .image img {
 width: 100%;
 object-fit: cover;
}
.list-news .content{
 padding: 0px 50px;
}
.list-news .content .date{
 margin-bottom: 10px;
}
.list-news .content h3{
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
	text-transform:uppercase;
 margin-bottom: 10px;
}
.list-news .content h3 a{
	font-size:23px;
 color:#000;
 font-weight: 600;
 line-height: 28px;
}
.list-news .content p{
 color:#000;
	font-weight:normal;
	font-size:16px;
 line-height: 20px;
}
.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
}
.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
 -webkit-animation-duration: .75s;
 animation-duration: .75s;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInDown {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-moz-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@-o-keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
@keyframes fadeInUp {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 -webkit-transform: none;
 transform: none;
 }
}
.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@-moz-keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
@keyframes fadeIn {
 from {
 opacity: 0; filter: alpha(Opacity:0);
 }
 to {
 opacity: 1; filter: alpha(Opacity:100);
 }
}
.fadeIn {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
}
.hero-banner.article .hero-text .title{
	font-size:28px;
 line-height: 35px;
}
.hero-banner.article .hero-text .post-type{
	font-size:14px;
}
.hero-banner.article .hero-text .post-type .-ap{
 margin-right: 5px;
 margin-left: 10px;
}
.section-banner.article{
 padding: 0px;
 height: 600px;
}
.section-banner.article .banner__cover{
 position: static;
}
.section-banner.article .banner__text{
 padding: 0px;
 color: #fff;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.sidebar-article{
 width: 30%;
	float:left;
}
.sidebar-article .desc-job,.sidebar-article .box-share{
	border:1px solid #e5e5e5;
	position:relative;
 clear:both;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.sidebar-article .desc-job:after,.sidebar-article .box-share:after{
	position:absolute;
	width:100%;
 bottom:0px;
 left: 0px;
 height: 2px;
	background-color: #e5e5e5;
 content: "";
}
#article{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:right;
 padding-bottom: 60px;
 line-height: 25px;
 width: 70%;
 padding-left: 30px;
}
.sidebar-article .desc-job{
 display: table;
	width:100%;
}
.sidebar-article .desc-job .desc{
 line-height: 25px;
 padding:10px 20px;
 border-bottom: 1px solid #e5e5e5;
}
.ctas .btn-apply{
 padding: 10px 40px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #008f91;
 color:#fff;
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font-weight:bold;
}
.ctas .btn-apply:hover:after{
 content: "";
 bottom: 0px;
 left: 0px;
 height: 3px;
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
}
.sidebar-article .desc-job .desc span.name{
	font-weight:bold;
 display:block;
}
.box-share{
	text-align:center;
	position:relative;
 margin-top: 20px;
 padding:20px;
}
.box-share .name{
 color:#888;
 margin-bottom: 20px;
}
.box-share .btn-share{
 width: 47%;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 line-height: 40px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 display:inline-block;
	position:relative;
 color:#333;
 padding-left: 30px;
 background-color: #fff;
 height: 40px;
 border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-share .btn-share.first{
	float:left;
}
.box-share .btn-share.second{
	float:right;
}
.box-share .btn-share span{
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
 top: 0px;
 line-height: 40px;
 width: 30px;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 left: 0px;
}
.box-share .btn-share:hover{
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share .btn-share.-fb{
 color:#fff;
 background-color: #3b5999;
}
.box-share .btn-share.-mail{
 color:#fff;
 background-color: #dd4b39;
}
.article .content-article{
 line-height: 22px;
	text-align:justify;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h5{
 margin-bottom: 20px;
 line-height: 1.3;
 color:#3a3f44;
	font-weight:normal;
}
.article .content-article h2{
	font-size:24px;
 color:#008f91;
}
.article .content-article h3{
	font-size:20px;
}
.article .content-article h4{
	font-size:18px;
}
.article .content-article h5{
	font-size:16px;
}
.article .content-article div, .article .content-article p{
 margin-bottom: 15px;
}
.article .content-article li{
	padding-bottom:10px;
}
.article .content-article ul{
 list-style-type:square;
 margin-left: 20px;
}
.list-related{
 padding: 40px 0px;
}
.list-related .name{
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
.list-related .item{
	margin-bottom:10px;
}
.list-related .item > a{
 display:block;
	font-size:16px;
 line-height: 20px;
 margin-bottom: 5px;
}
.list-related .item{
 padding:15px 0px;
 border-bottom: 1px dotted #e5e5e5;
}
.list-related .item .salary{
 color:#333;
	font-size:12px;
}
.list-related .btn-viewall{
	font-weight:bold;
 color:#008f91;
 margin-top: 20px;
 border:1px solid #008f91;
 padding:10px 20px;
	text-align:center;
 display:block;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
} 
.list-related .btn-viewall:hover{
 background-color: #008f91;
 color:#fff;
}
#appform .form .submit {
 background-color: #008f91;
}
#appform .form .submit:hover {
 background: rgba(0,143,145,.9);
}
#appform .form .upload input{
 top: 0px;
}
#appform .cv-info p{
 line-height: 180%;
 margin-bottom: 10px;
}
#appform .cv-info ul{
 color:#00AAAD;
 line-height: 180%;
 margin-bottom: 10px;
 list-style: initial;
 padding-left: 20px;
}
#appform .cv-info ul li a{
 color:#00AAAD;
	font-weight:bold;
 text-decoration: underline;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb span{
 color:#f48120; }
.breadcrumb a {
 display:inline-block;
 color:#f48120;
 border-bottom: 1px solid #f48120;
}
.breadcrumb a:hover{
 border-bottom: 1px solid #f48120;
 color:#f48120;
}
.container {
	width:100%;
	position:relative;
 max-width: 1170px;
 margin: 0px auto;
 padding: 0px 15px;
}
.mrb30{
 margin-bottom: 30px;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#87898f;
	font-size:20px;
 bottom: 60px;
 right: 10px;
 z-index: 300;
 width: 40px;
 height: 40px;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 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:#008f91;
 border-color: #008f91;
}
#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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	white-space: nowrap;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.divider {
 border-top: 2px solid #eee;
 clear: both;
}
.section- {
 padding: 40px 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;
 border:1px solid #e5e5e5;
}
.select-custom:before {
 font-family: "FontAwesome";
 content: "\f0d7";
 right: 10px;
 color:#888;
	position:absolute;
 line-height: 40px;
}
.select-custom select {
 padding: 10px 15px;
	width:100%;
 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;
}
.search input::placeholder {
 color: #fff;
}
#sidebar .list-category {
	margin-bottom: 20px;
}
#sidebar .list-category .list {
	padding-left: 5px;
}
#sidebar .list.scrollable {
	max-height: 335px;
 overflow-y: scroll;
 overflow-x: hidden;
 padding-right: 5px;
	transition: all .2s ease
}
#sidebar .list-category .check-action {
	margin-bottom: 10px;
	color:#000;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:normal;
 color:#3a3f44;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.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;
}
.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.input {
	width:100%;
}
.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: #008f91;
	outline: 1px solid #008f91;
}
.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;
 color:#333;
}
.check-action:hover {
	color:#f48120;
}
.check-action:hover .icon {
	color:#f48120;
}
.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:#008f91;
}
* {
 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 {
 overflow: initial;
	font-size:14px;
 color:#333;
 -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;
 font-family: Roboto, Helvetica;
}
a {
 color:#f48120;
	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:#205081;
 -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;
}
.section{
	padding: 40px 0px;
}
.section__head{
	text-align:center;
	max-width: 820px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.section__head .section--title{
	font-size:36px;
	font-weight:bold;
 display:inline-block;
	line-height: 40px;
	margin-bottom: 20px;
}
.section__head .section--title.has_subtext{
	margin-bottom: 10px;
}
.second_color{
	color: #f48120;
}
.main_color{
	color: #008f91;
}
.section__head h3{
	font-size:18px;
	margin-bottom: 10px;
}
.section__head h3.last_subtext{
	margin-bottom: 20px;
}
.section__head .section--line{
	background-color: #f48120;
	width: 70px;
	height: 4px;
	margin: 0px auto;
}
/*--- OVERVIEW ---*/
.overview__text{
	text-align:center;
	max-width: 829px;
	margin: 0px auto;
	line-height: 150%;
	color:#333;
}
.overview__text p{
	font-size:16px;
}
.overview__text .join{
	font-weight:bold;
	font-size:16px;
	margin-top: 10px;
}
.overview__text .join a{
	font-size:16px;
 display:inline-block;
	padding: 10px 30px;
	color:#fff;
	font-weight:bold;
	background-color: #f48120;
	border-radius: 7px;
}
.overview__text .join a:hover{
	background-color: #008f91;
}
.section--title span{
	font-weight:bold;
}
.overview__image{
	margin-top: 40px;
}
.overview__image img{
	width:100%;
}
/*--- END OVERVIEW ---*/
/*--- WHYCHOOES ---*/
.section-whychoose{
	background-color: #008f91;
	color:#fff;
}
.section-whychoose .section__head .section--title{
	color:#fff; }
.whychoose__item{
	width: 21.25%;
	margin-right: 5%;
	float:left;
	text-align:center;
}
.whychoose__item:nth-child(4n+4){
	margin-right: 0px;
}
.whychoose__item .item--image img{
	height: 50px;
}
.whychoose__item .item--title{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:15px;
	line-height: 22px;
}
.whychoose__item .item--desc{
	line-height: 22px;
}
/*--- END WHYCHOOES ---*/
/*--- JOBS ---*/
#alljobs .section__head .section--title{
	color:#f48120;
}
#sidebar ul li.active a{
	color:#fff;
	background-color: #f48120;
}
#sidebar h3 {
	font-size:20px;
	font-weight:normal;
 color:#3a3f44;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.sidebar-title {
	margin-bottom: 15px;
}
.sidebar-title h2 {
	color: #f48120;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
}
.section-jobs .filter{
	text-align:center;
	margin-bottom: 40px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 40px;
}
.section-jobs .filter .name{
	margin-right: 5px;
 display:inline-block;
	font-size:18px;
}
.section-jobs .filter a{
 display:inline-block;
 color:#f48120;
	padding: 5px 15px;
	border:1px solid #f48120;
	margin-bottom:10px;
	-moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
	margin-right: 5px;
}
.section-jobs .filter a:hover{
	background-color: #f48120;
	color:#fff;
}
.list-jobs .title-cat{
	font-size:24px;
	font-weight:normal;
	line-height: 30px;
	margin-bottom: 20px;
}
.section-jobs .sidebar{
	width: 30%;
	float:left;
}
.section-jobs .sidebar a{
 display:block;
	position:relative;
 color:#333;
	background-color: #f4f7fb;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	padding:15px 15px;
}
.section-jobs .sidebar .number{
	width:30px;
	height:30px;
	text-align:center;
 display:inline-block;
	position:absolute;
	right: 15px;
	top: 7px;
	line-height:30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.05);
}
.section-jobs .sidebar a:hover,
.section-jobs .sidebar a.active{
	background-color: #f48120;
	color:#fff;
}
.section-jobs .sidebar a:hover:after,
.section-jobs .sidebar li.active a:after{
	content: "";
	position:absolute;
	border-top: 5px solid transparent;
	border-left: 5px solid #f48120;
	border-bottom: 5px solid transparent;
	right: -5px;
}
.section-jobs .list-jobs{
	width: 65%;
	float:right;
}
.list-jobs .box-cat .item-job{
	padding: 15px 10px;
	width:100%;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px dashed #e5e5e5;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	padding-right: 160px;
	margin-bottom: 15px;
}
.list-jobs .box-cat{
	margin-bottom:0px;
}
.list-jobs .box-cat .item-job:hover{
	background-color: #f9f9f9;
}
.list-jobs .box-cat .item-job .cta{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	top: 15px;
	right: 10px;
	margin-top: 10px;
}
.list-jobs .box-cat .item-job .cta .btn-apply{
	padding: 8px 20px;
	border:1px solid #f48120;
	color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	background-color: #f48120;
}
.list-jobs .box-cat .item-job .cta .btn-apply:hover{
	box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.2) inset;
}
.list-jobs .box-cat .item-job .title{
	font-size:16px;
	line-height: 22px;
	margin-bottom: 5px;
}
.list-jobs .box-cat .item-job .title a{
	color:#333;
	font-weight: 500;
}
.list-jobs .box-cat .item-job .info{
	font-size:12px;
 display:inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}
.list-jobs .box-cat .item-job .info .-ap{
	margin-right: 5px;
	color:#333;
}
.list-jobs .box-cat .item-job .info a{
	color:#333;
}
#alljobs{
 clear:both;
}
#sidebar.scroll-to-fixed-fixed{
	margin-top: 55px;
}
#appform .form .submit {
	background-color: #008f91;
}
#appform h1{
	line-height: 35px;
}
#appform .form .submit:hover {
	background: rgba(0,143,145,.8);
}
/*--- END JOBS ---*/
@media(max-width: 768px){
	.section--banner{
 width: auto;
	}
}
@media(max-width: 767px){
	.section-jobs .sidebar, .section-jobs .list-jobs{
	width:100%;
 float: none;
	}
	.whychoose-content .whychoose__item{
	width:100%;
 float: none;
 margin-right: 0px;
 margin-bottom: 5%;
	}
}
.__pag {
	text-align: right;
	padding-top: 20px;
}
.__pag label {
	display: none;
}
.pag:hover, .pag.active {
	color: #008f91;
	-webkit-box-shadow: 0px 0px 0px 1px #008f91 inset;
	box-shadow: 0px 0px 0px 1px #008f91 inset;
}
.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;
}
.pag {
	cursor: pointer;
	height: 36px;
	display: inline-block;
	min-height: 1em;
	outline: none;
	border: none;
	vertical-align: baseline;
	margin: 0em 0.25em 0em 0em;
	padding: 0.78571429em 1.5em 0.78571429em;
	text-transform: none;
	text-shadow: none;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 0.28571429rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent none !important;
	color: rgba(0, 0, 0, 0.6) !important;
	font-weight: normal;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
	box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}
#footer {
 background-color: #008f91;
 padding: 60px 0px 0px;
}
#footer .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
#footer .col-2 {
 width: 18%;
 padding: 0px 15px;
}
#footer .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
}
#footer .col-10 {
 width: 82%;
 padding: 0px 15px;
}
#footer .title {
 color:#fff;
	font-size:22px;
 margin-bottom: 15px;
}
#footer .social {
 display: flex;
 gap: 10px;
 align-items: center;
}
#footer .social img {
 height: 35px;
}
#footer a {
 color:#fff;
 margin-bottom: 10px;
}
#footer a:hover {
 color:#f48120;
}
#footer .logo {
	text-align:center;
 display: flex;
 align-items: center;
 height: 100%;
}
#footer .logo img {
 max-width: 100%;
 filter: brightness(0) invert(1);
 -webkit-filter: brightness(0) invert(1);
 -moz-filter: brightness(0) invert(1);
 -ms-filter: brightness(0) invert(1);
 -o-filter: brightness(0) invert(1);
}
#footer .address {
 color:#fff;
 line-height: 20px;
 margin-bottom: 10px;
}
#footer .address p {
 margin-bottom: 10px;
}
#footer .address .location {
 display:block;
 margin-bottom: 5px;
}
#footer .contact p {
	font-size:16px;
 margin-bottom: 15px;
 color:#fff;
}
#footer .contact p img {
 height: 25px;
 margin-right: 5px;
}
#footer .bottom-footer {
 border-top: 1px solid rgba(255, 255, 355, 0.1);
 margin-top: 20px;
 padding-top: 20px;
 color:#fff;
	position:relative;
	text-align:center;
 padding-bottom: 20px;
}
#footer .bottom-footer a {
 color:#fff;
 display:inline-block;
}
#footer .bottom-footer .social {
	position:absolute;
 top: 20px;
 right: 0px;
}
#footer .bottom-footer .social a {
 display:inline-block;
	font-size:20px;
 margin-left: 5px;
}
#footer .bottom-footer .social a:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
/* File does not exists: [PRIVATE FILE] */

#header-recr{
 position: sticky;
	width:100%;
 top: 0px;
 left: 0px;
 -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;
 z-index: 11;
 background-color: #fff;
}
#header-recr .container{
 display: flex;
}
#header-recr{
 box-shadow: 0 1px 1px rgba(0,0,0,.14);
 -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;
 z-index: 102;
}
#header-recr.stick .menu-right .search .form-control{
 border: 1px solid rgba(255,255,255,0.2);
}
#header-recr.stick .links a{
	opacity: 1; filter: alpha(Opacity:100);
}
#header-recr.stick .links a:hover,#header-recr.stick .links a.active{
 box-shadow: inset 0 -4px #4b4f56;
}
#header-recr .links input[type='text']::placeholder {
 color: #333;
}
#header-recr .logo{
 padding: 5px 0px;
}
#header-recr .logo img{
 height: 40px;
 display: block;
}
#header-recr .logo .logo-img.color{
	display:none;
}
#header-recr.stick .logo .logo-img.color{
 display:inline-block;
}
#header-recr.stick .logo .logo-img.white{
	display:none;
}
#header-recr .logo .name{
	font-size:16px;
 color:#333;
 padding-right: 10px;
 border-right: 5px solid #f48120;
 -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;
}
#header-recr .box-menu{
	vertical-align:middle;
 padding-left: 20px;
}
#header-recr .menu-right{
	position:absolute;
	text-align:right;
 padding: 10px 0px;
 top: 0px;
 right: 0px;
}
#header-recr .links a{
 display:inline-block;
 color:#333;
	position:relative;
 padding: 20px 10px;
 opacity: 0.8; filter: alpha(Opacity:80);
 -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;
}
#header-recr .links a.active,
#header-recr .links a:hover{
 -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;
 box-shadow: inset 0 -3px #333;
}
#header-recr .menu-right .search{
	position:relative;
 clear:both;
 display: flex;
 align-items: center;
 gap: 10px;
}
#header-recr .menu-right .search .form-control{
 background: rgba(51,51,51,0.1);
 color:#333;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 8px 15px;
 width: 100px;
 padding-left: 30px;
	font-size:16px;
 -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;
}
#header-recr .menu-right .search .form-control:focus{
 width: 200px;
 -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;
}
#header-recr .menu-right .search .btn-search{
	position:absolute;
	text-align:center;
	font-size:16px;
 top: 0px;
 left: 0px;
 padding: 8px 0px;
 width: 30px;
 color: rgba(51,51,51,0.5);
}
#header-recr .menu-right .btn-apply{
 display:inline-block;
 color:#fff;
 clear:both;
 padding: 9px 20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 cursor: pointer;
 background-color: #f48120;
}
#header-recr .menu-right .search .form-control:$placeholder{
	color: rgba(0,0,0,0.5);
}
.hero-team{
	position:relative;
 clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 background-color: #000;
 height: 240px;
}
.hero-team .team__images{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 overflow: hidden;
 display: flex;
 flex-wrap:wrap;
}
.hero-team .team__images img{
	object-fit: cover;
 flex-grow: 1;
 opacity: .3; filter: alpha(Opacity:30);
 -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;
 width: 120px;
 height: 120px;
 transform:scale(1);
}
.hero-team .team__images img:hover{
 -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;
 opacity: 1; filter: alpha(Opacity:100);
 transform:scale(1.2);
}
.hero-team .hero__text{
	position:relative;
	width:100%;
	text-align:center;
}
.hero-team .hero__text h2{
	font-size:24px;
 color:#fff;
	font-weight:normal;
 display:inline-block;
 line-height: 240px;
}
.hero-team .hero__text a{
 color:#fff;
}
.hero-team .hero__text a:hover{
	text-decoration:underline;
}
/*----- HEADER BANNER ----*/
.section-banner{
	position:relative;
 clear:both;
 padding-bottom: 45%;
}
.section-banner .banner__cover{
	position:absolute;
	width:100%;
	height:100%;
 max-width: 100%;
}
.section-banner .banner__cover img{
	width:100%;
	height:100%;
 display:block;
 object-fit: cover;
}
.section-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: #0B1935;
 opacity: 0.9; filter: alpha(Opacity:90);
 background: -webkit-linear-gradient(180deg, #0B1935, #174856);
 background: -o-linear-gradient(180deg, #0B1935, #174856);
 background: -moz-linear-gradient(180deg, #0B1935, #174856);
 background: linear-gradient(180deg, #0B1935, #174856);
}
.section-banner .banner__text{
	text-align:center;
 color:#fff;
	position:relative;
 padding:120px 0px;
 padding-top: 180px;
 z-index: 3;
}
.section-banner .banner__text .banner--title{
	font-size:36px;
	font-weight:normal;
 line-height: 50px;
 margin-bottom: 10px;
}
.section-banner .banner__text .banner--desc{
	font-size:20px;
 line-height: 30px;
}
.section-banner .banner__text .type-text{
	font-weight:bold;
}
.section-banner .cta{
 padding:15px 40px;
 margin-top:20px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color:#fff;
	cursor:pointer;
 display:inline-block;
 font-weight:600;
 border:1px solid #fff;
 background: rgba(255,255,255,0.05);
}
.section-banner .cta:hover{
 background-color: #fff;
 color:#008f91;
}
.teletype-cursor{
 color:#00f0ff;
}
/* ABBank — Happy Career Journey landing */
/* Font Exo 2 (heading) + Roboto (body) nạp qua templates/abbank/css/font.css (@font-face local https://careers.abbank.vn/appimg/font) */
/* ===== Section 1: Hero ===== */
.hcj-hero {
 position: relative;
 width: 100%;
 line-height: 0;
}
.hcj-hero__img {
 display: block;
 width: 100%;
 height: auto;
}
/* Vùng click trong suốt phủ đúng vị trí nút "ĐĂNG KÝ NGAY" trong ảnh (canh theo % để co giãn cùng ảnh) */
.hcj-hero__cta {
 position: absolute;
 left: 10.5%;
 top: 79.5%;
 width: 18%;
 height: 9%;
 z-index: 2;
 border-radius: 999px;
 display: block;
}
/* ===== Section 2: Intro ===== */
.hcj-intro {
 padding: 72px 24px;
 background: #ffffff;
}
.hcj-intro__inner {
 margin: 0 auto;
 max-width: 1050px;
 display: flex;
 align-items: center;
 gap: 72px;
}
.hcj-intro__photo {
 flex: 0 0 38%;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: flex-end;
}
/* Khối nền cam (bg-05) nằm dưới, ảnh người cao hơn nên nhô lên trên */
.hcj-intro__photobg {
 position: absolute;
 left: 50%;
 bottom: 0;
 transform: translateX(-50%);
 width: 100%;
 max-width: 400px;
 height: auto;
 z-index: 0;
}
.hcj-intro__photofg {
 position: relative;
 z-index: 1;
 width: 100%;
 max-width: 360px;
 height: auto;
 display: block;
}
.hcj-intro__body {
 flex: 1;
}
.hcj-intro__title {
 font-family: 'Exo 2', sans-serif;
 font-weight: 700;
 color: #007584;
 font-size: clamp(26px, 4vw, 40px);
 line-height: 1.25;
 margin: 0 0 20px;
}
.hcj-intro__text {
 font-family: 'RobotoABB', 'Roboto', sans-serif;
 font-weight: 400;
 color: #2b2b2b;
 font-size: clamp(16px, 2.2vw, 18px);
 line-height: 1.8;
 margin: 0;
}
@media (max-width: 860px) {
 .hcj-intro {
 padding: 48px 20px;
 }
 .hcj-intro__inner {
 flex-direction: column;
 gap: 32px;
 }
 .hcj-intro__photo {
 flex-basis: auto;
 width: 100%;
 }
}
/* ===== Section 3 + 4: Value block (chung background) ===== */
.hcj-value {
 position: relative;
 overflow: hidden;
 padding: 72px 24px 88px;
 background: linear-gradient(180deg, #ffffff 0%, #e9f5f6 55%, #dbeef0 100%);
}
.hcj-value__bg {
 position: absolute;
 top: 0;
 left: 45%;
 transform: translateX(-50%);
 width: 100%;
 max-width: 1820px;
 height: auto;
 z-index: 0;
 pointer-events: none;
 opacity: 0.6;
}
.hcj-value__inner {
 position: relative;
 z-index: 1;
 max-width: 1200px;
 margin: 0 auto;
}
/* --- Section 3 --- */
.hcj-value__heading {
 font-family: 'Exo 2', sans-serif;
 font-weight: 700;
 color: #007584;
 font-size: clamp(26px, 2.8vw, 40px);
 text-align: center;
 margin: 0 0 40px;
}
.hcj-reg {
 list-style: none;
 margin: 0 auto 40px;
 max-width: 1050px;
 padding: 0;
}
.hcj-reg__item {
 display: flex;
 align-items: center;
 gap: 16px;
 margin-bottom: 22px;
}
.hcj-reg__item:last-child {
 margin-bottom: 0;
}
.hcj-reg__check {
 flex: 0 0 auto;
 width: 50px;
 height: 50px;
 margin-top: 2px;
}
.hcj-reg__item span {
 font-family: 'RobotoABB', 'Roboto', sans-serif;
 font-size: 18px;
 line-height: 1.6;
 color: #1f3b40;
}
/* --- Section 4: pillars --- */
.hcj-pillars {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 26px;
 align-items: stretch;
 margin: 0 auto;
 max-width: 1050px;
}
.hcj-pillar {
 position: relative;
 aspect-ratio: 300 / 485;
 max-width: 240px;
 width: 100%;
 justify-self: center;
}
.hcj-pillar__bg {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 pointer-events: none;
}
.hcj-pillar__body {
 position: absolute;
 inset: 0;
 z-index: 1;
 display: flex;
 flex-direction: column;
 padding: 13% 15% 14%;
 color: #ffffff;
}
.hcj-pillar__icon {
 order: 1;
 width: 50%;
 height: auto;
 align-self: center;
 object-fit: contain;
 margin-top: 10%; /* khoảng cách icon tới mép trên card — tăng số này để icon lùi xuống xa mép hơn */
}
.hcj-pillar__icon--todo {
 display: block;
}
.hcj-pillar__line {
 order: 2;
 display: block;
 width: 40px;
 height: 3px;
 background: #f2942b;
 border-radius: 2px;
 margin-top: 52px; /* đẩy cụm kicker+tiêu đề+mô tả xuống dưới, icon giữ trên */
 margin-bottom: 8px;
}
.hcj-pillar__title {
 order: 3;
 font-family: 'Exo 2', sans-serif;
 line-height: 1.15;
 margin: 0 0 12px;
}
.hcj-pillar__title span {
 display: block;
 font-weight: 400;
 font-size: 20px;
}
.hcj-pillar__title strong {
 display: block;
 font-weight: 700;
 font-size: 20px;
}
.hcj-pillar__desc {
 order: 4;
 font-family: 'RobotoABB', 'Roboto', sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 1.35;
 color: rgba(255, 255, 255, 0.82);
 margin: 0;
}
@media (max-width: 860px) {
 .hcj-value {
 padding: 48px 20px 56px;
 }
 .hcj-pillars {
 grid-template-columns: repeat(2, 1fr);
 gap: 18px;
 }
 .hcj-reg {
 margin-bottom: 44px;
 }
}
@media (max-width: 520px) {
 /* Giữ 2 item/hàng trên mobile — item tự thu nhỏ theo cột (bỏ cap 240px) */
 .hcj-pillars {
 grid-template-columns: repeat(2, 1fr);
 gap: 14px;
 max-width: 420px;
 }
 .hcj-pillar {
 max-width: none;
 }
 /* tăng nhẹ cỡ chữ mô tả cho dễ đọc khi card hẹp */
 .hcj-pillar__desc {
 font-size: 12px;
 }
 .hcj-pillar__title span {
 font-size: 16px;
 }
 .hcj-pillar__title strong {
 font-size: 16px;
 }
 .hcj-pillar__line {
 margin-top: 40px;
 }
}
/* Màn rất nhỏ: 1 item/hàng để card không quá hẹp */
@media (max-width: 360px) {
 .hcj-pillars {
 grid-template-columns: 1fr;
 max-width: 240px;
 }
}
/* ===== Section 5: Roadmap (lộ trình 5 bước) ===== */
.hcj-roadmap {
 background: #ffffff;
 padding: 72px 24px 48px;
}
.hcj-roadmap__panel {
 max-width: 1120px;
 margin: 0 auto;
 background: linear-gradient(135deg, #f5fbfc 0%, #e9f4f6 100%);
 border-radius: 28px;
 padding: 56px 64px;
}
.hcj-roadmap__grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 36px 56px;
}
.hcj-step {
 display: flex;
 align-items: flex-start;
 gap: 22px;
}
.hcj-step__num {
 flex: 0 0 auto;
 font-family: 'Exo 2', sans-serif;
 font-weight: 100;
 font-size: 80px;
 line-height: 1;
 color: transparent;
 -webkit-text-stroke: 2px #f2942b;
 text-stroke: 2px #f2942b;
}
.hcj-step__title {
 font-family: 'Inter', sans-serif;
 font-weight: 600;
 color: #007584;
 font-size: clamp(17px, 2vw, 20px);
 line-height: 1.25;
 margin: 4px 0 12px;
}
.hcj-step__list {
 list-style: none;
 margin: 0;
 padding: 0;
}
.hcj-step__list li {
 position: relative;
 padding-left: 18px;
 margin-bottom: 7px;
 font-family: 'RobotoABB', 'Roboto', sans-serif;
 font-size: 16px;
 line-height: 1.5;
 color: #3a4a4d;
}
.hcj-step__list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 8px;
 width: 6px;
 height: 6px;
 background: #2a5560;
}
.hcj-roadmap__cta {
 text-align: center;
}
.hcj-btn {
 display: inline-block;
 font-family: 'Exo 2', sans-serif;
 font-weight: 700;
 font-size: 20px;
 color: #ffffff;
 text-decoration: none;
 padding: 15px 52px;
 border-radius: 999px;
 background: linear-gradient(90deg, #f2942b 0%, #f9a83f 100%);
 box-shadow: 0 8px 20px rgba(242, 148, 43, 0.35);
}
.hcj-btn:hover {
 filter: brightness(1.05);
}
@media (max-width: 860px) {
 .hcj-roadmap {
 padding: 48px 20px 56px;
 }
 .hcj-roadmap__panel {
 padding: 36px 28px;
 }
 .hcj-roadmap__grid {
 grid-template-columns: 1fr;
 gap: 28px;
 }
 .hcj-step__num {
 font-size: 64px;
 }
}
/* ===== Section 6: Q&A / FAQ ===== */
.hcj-faq {
 background: #ffffff;
 padding: 0 24px 88px;
}
.hcj-faq__inner {
 max-width: 1250px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 gap: 80px;
}
.hcj-faq__brand {
 flex: 0 0 auto;
 text-align: center;
}
.hcj-faq__brand img {
 width: 100%;
 max-width: 200px;
 height: auto;
 display: block;
}
.hcj-faq__list {
 flex: 1;
}
.hcj-faq__item {
 display: flex;
 align-items: flex-start;
 gap: 18px;
 padding: 18px 0;
}
.hcj-faq__icon {
 flex: 0 0 auto;
 width: 40px;
 height: auto;
 margin-top: 2px;
}
.hcj-faq__q {
 font-family: 'Inter', sans-serif;
 font-weight: 600;
 color: #007584;
 font-size: clamp(17px, 2vw, 19px);
 line-height: 1.3;
 margin: 0 0 6px;
}
.hcj-faq__a {
 font-family: 'RobotoABB', 'Roboto', sans-serif;
 font-weight: 400;
 font-size: 15px;
 line-height: 1.55;
 color: #3a4a4d;
 margin: 0;
}
@media (max-width: 860px) {
 .hcj-faq {
 padding: 40px 20px 56px;
 }
 .hcj-faq__inner {
 flex-direction: column;
 gap: 28px;
 align-items: flex-start;
 }
 .hcj-faq__brand {
 align-self: center;
 }
 .hcj-faq__brand img {
 max-width: 120px;
 }
}
/* ===== Section 7: Footer ===== */
.hcj-footer {
 position: relative;
 overflow: hidden;
 padding: 60px 24px;
 color: #ffffff;
}
.hcj-footer__bg {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 z-index: 0;
 pointer-events: none;
}
/* Wave trang trí góc dưới-trái footer */
.hcj-footer__wave {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 26%;
 max-width: 380px;
 height: auto;
 z-index: 1;
 pointer-events: none;
}
.hcj-footer__inner {
 position: relative;
 z-index: 2;
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 300px 1fr 1fr;
 gap: 40px;
 align-items: start;
}
.hcj-footer__brand {
 margin-top: -30px; /* đẩy cụm logo + social lên cao hơn chút cho thẳng hàng tiêu đề */
}
.hcj-footer__logo {
 width: 168px;
 height: auto;
 display: block;
 margin-bottom: 22px;
}
.hcj-footer__social {
 display: flex;
 gap: 10px;
}
.hcj-footer__social img {
 width: 32px;
 height: 32px;
 display: block;
}
.hcj-footer__title {
 font-family: 'Exo 2', sans-serif;
 font-weight: 700;
 font-size: clamp(18px, 2.2vw, 22px);
 margin: 0 0 20px;
 color: #ffffff;
}
.hcj-footer__line {
 display: flex;
 align-items: flex-start;
 gap: 12px;
 margin: 0 0 16px;
 font-family: 'Exo 2', sans-serif;
 font-size: 18px;
 line-height: 1.5;
 color: rgba(255, 255, 255, 0.9);
}
.hcj-footer__line img {
 width: 22px;
 height: 22px;
 flex: 0 0 auto;
 margin-top: 1px;
}
@media (max-width: 860px) {
 .hcj-footer {
 padding: 40px 20px;
 }
 .hcj-footer__inner {
 grid-template-columns: 1fr;
 gap: 32px;
 }
 .hcj-footer__brand {
 margin-top: 0;
 }
 .hcj-footer__wave {
 width: 42%;
 }
}
/* ===== Responsive refinements (tổng hợp) ===== */
/* Tablet ngang: intro đỡ bó khoảng cách 2 cột */
@media (min-width: 861px) and (max-width: 1024px) {
 .hcj-intro__inner {
 gap: 48px;
 }
}
/* Tablet: footer — brand span full trên, 2 cột địa chỉ dưới (tránh 3 cột bị hẹp) */
@media (min-width: 861px) and (max-width: 1080px) {
 .hcj-footer__inner {
 grid-template-columns: 1fr 1fr;
 }
 .hcj-footer__brand {
 grid-column: 1 / -1;
 margin-top: 0;
 }
}
/* Phone lớn: watermark Q&A nhỏ thêm (giữ, không ẩn) */
@media (max-width: 600px) {
 .hcj-faq__brand img {
 max-width: 104px;
 }
}
/* Phone: giảm padding ngang + tinh chỉnh checklist / roadmap */
@media (max-width: 480px) {
 .hcj-intro,
 .hcj-value,
 .hcj-roadmap,
 .hcj-faq,
 .hcj-footer {
 padding-left: 16px;
 padding-right: 16px;
 }
 .hcj-reg__check {
 width: 40px;
 height: 40px;
 }
 .hcj-reg__item {
 gap: 12px;
 }
 .hcj-roadmap__panel {
 padding: 28px 18px;
 }
 .hcj-step {
 gap: 16px;
 }
 .hcj-step__num {
 font-size: 52px;
 }
 .hcj-btn {
 padding: 13px 34px;
 font-size: 18px;
 }
}
