@define a {
 color: #0a2b57;
}
@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;
}
@charset "UTF-8";
@font-face {
	font-family: "Oxy";
	src: url("https://staticx-talent.basecdn.net/image/fonts/oxyvietnam/oxyvietnam.ttf");
}
.component__top--v1 {
	background-color: #0a2b57;
}
.component__top--v1:hover {
}
.component__top--v1 i.icon {
}
.component__top--v1.--show {
}
.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 40px !important;
	height: 40px !important;
	padding: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	-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: 0px
}
.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 10px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: #0a2b57;
	border-radius: 30px;
	transition: all .3s;
}
.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 {
	width: 60px;
	background-color: #941616;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.article-banner{
 position: relative;
}
.article-banner .cover{
	width:100%;
	text-align:center;
 position: relative;
}
.article-banner .cover img{
 width: 100%;
}
.article-banner .bg{
	position:absolute;
	width:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 opacity: 0.6; filter: alpha(Opacity:60);
 height: 100%;
 background-color: #112434;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112434', endColorstr='#112434');
 background: -moz-linear-gradient(top, #112434 0%,#112434 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#112434),color-stop(100%,#112434));
 background: -webkit-linear-gradient(top, color-stop(0%,#112434),color-stop(100%,#112434));
 background: -o-linear-gradient(top, #112434 0%,#112434 100%);
 background: -ms-linear-gradient(top, #112434 0%,#112434 100%);
 background: linear-gradient(top, #112434 0%,#112434 100%);
}
.article-banner .article-content{
 color: #fff;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.article-content .article-head{
	text-align:center;
 max-width: 600px;
 margin: 0px auto;
}
.article-head .article__title{
 color:#fff;
	font-size:34px;
	font-weight:bold;
 display:inline-block;
 margin-bottom: 15px;
 padding: 10px;
 border-radius: 5px;
 background-color: #0a2b57cc;
}
.article-head .ctas{
	text-align:center;
 margin-bottom: 15px;
}
.article-head .ctas .btn-apply{
 color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
 padding: 15px;
 border-radius: 8px;
 background-color: #c72127;
}
.article-head .article__desc{
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 15px;
}
.article-head .article__desc .post-cat{
 color:#fff;
	font-size:16px;
}
.article-head .article__desc .post-cat a{
 color:#fff;
	font-size:16px;
}
.detail-article .row-detail{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.detail-article .col-3{
 width: 23%;
 padding: 0px 15px;
}
.detail-article .col-9 {
 width: 77%;
 padding: 0px 15px;
}
.detail-article .detail-content p, 
.detail-article .detail-content div{
 margin-bottom: 10px;
 line-height: 26px;
}
#header-job.stick{
 position:fixed;
	width:100%;
 padding: 10px 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: 102;
}
#header-job.stick .breadcrumb, #header-job.stick .cta{
	display:table-cell;
	vertical-align:middle;
 margin-bottom: 0px;
}
#header-job.stick .cta{
	text-align:right;
}
#header-job.stick .article-head .title-h2{
	font-size:20px;
	text-align:center;
 margin-bottom: 0px;
}
#header-job.stick .btn-apply{
	position:relative;
 top: 0px;
 opacity: 1; filter: alpha(Opacity:100);
 visibility: visible;
 right: auto;
}
#header-job.stick .article-head{
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 0px 20px;
}
#header-job.stick .stick-tb{
 display: table;
}
#header-job.stick .article-head .article__desc{
	display:none;
}
.top-job .article-head .article__title{
 color:#fff;
}
.top-job .article-head .article__desc .post-cat{
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:13px;
	font-weight:300;
 color: rgba(255, 255, 255, 0.5);
}
.top-job .article-head .article__desc .post-cat:after{
 content: "\e6ca";
 color: rgba(255, 255, 255, 0.1);
 font-family: "ap";
 margin: 0px 10px;
}
.top-job .article-head .article__desc .post-cat:last-child:after{
	display:none;
}
#sidebar-right .top-article{
 margin-top: 20px;
 padding-top: 20px;
}
#sidebar-right .top-article .desc{
 padding: 15px 0px;
 color:#000;
	font-size:15px;
 border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar-right .top-article .desc span{
	font-weight:300;
 display:inline-block;
 color:#000;
	font-size:14px;
 margin-bottom: 10px;
}
.article .detail-content{
 margin: 0px 0px;
 line-height: 28px;
	font-weight:normal;
	text-align:justify;
}
.article .detail-content ul{
	margin-left:20px;
}
.article .detail-content li{
 list-style-type: square;
 padding-left: 10px;
 padding-bottom:10px;
	font-weight:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.article .detail-content h2{
 margin-bottom: 30px;
 font-size: 24px;
	font-weight:normal;
 color:#000;
 line-height: 1.04;
}
.article .btn-apply, #sidebar-right .btn-apply, .top-job .btn-apply{
 background-color: #0a2b57;
 line-height: 25px;
 color:#fff;
	text-transform:uppercase;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 clear:both;
 padding: 10px 40px;
}
.top-job .btn-apply{
	position:absolute;
 top: 0px;
 right: 0px;
 visibility: hidden;
 opacity: 0; filter: alpha(Opacity:0);
 -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;
}
.detail--article{
 background-color: #fafbfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
 padding: 0px;
}
#article{
 background-color: white;
 padding: 30px 0px;
	position:relative;
}
#article .content-article h2.title{
 color:#941616;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
 margin-bottom: 20px;
}
#article .content-article .detail-content{
 padding: 15px;
 border-radius: 8px;
 background-color: #f7f3f3;
}
#article .content-article .detail-content img{
 width: auto !important;
 height: auto !important;
 max-width: 100%;
}
#article .content-article .detail-content a{
 color: blue;
}
#sidebar-right{
 height: 100%;
 padding: 30px 15px;
 background-color: #f7f3f3;
}
#sidebar-right .btn-apply{
	width:100%;
}
.article .btn-apply:hover:after, #sidebar-right .btn-apply:hover:after, .top-job .btn-apply:hover:after{
 content: "";
	position:absolute;
	width:100%;
 background: rgba(0,0,0,0.2);
 bottom: 0px;
 left: 0px;
 height: 2px;
}
#sidebar-right .box-share{
	text-align:center;
 display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 margin-top: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#sidebar-right .box-share .name{
	font-size:13px;
 color:#777;
 display:block;
 margin-bottom: 10px;
}
#sidebar-right .box-share .btn-share{
 width: 35px;
 height: 35px;
 border-radius: 50%;
 line-height: 35px;
 display:inline-block;
 color:#fff;
	text-align:center;
}
#sidebar-right .box-share .btn-share span{
 margin: 0px;
}
#sidebar-right .box-share .btn-share:hover{
 opacity: 0.85; filter: alpha(Opacity:85);
}
#sidebar-right .box-share .btn-share.-fb{
 background-color: #3b5998;
}
#sidebar-right .box-share .btn-share.-mail{
 background-color: #e62117;
}
#article .bottom-article{
 margin-top: 40px;
}
#sidebar-right .list-related{
 padding-top: 0px;
}
#sidebar-right .list-related .name{
 color:#941616;
	font-size:18px;
	font-weight:bold;
 margin-bottom: 20px;
}
#sidebar-right .list-related a{
 display:block;
 color:#0a2b57;
}
#sidebar-right .list-related a + a{
 margin-top: 15px;
}
#sidebar-right .list-related a:hover{
 color:#941616;
}
#sidebar-right .box-subcribe{
 border: none;
 background: none;
 padding: 0px;
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#sidebar-right .box-subcribe .title{
 border-bottom: 0px;
 margin-bottom: 10px;
 color:#000;
 padding-bottom: 0px;
}
.article.about .slider-envir img{
	width:100%;
}
.info-company .logo{
 display:inline-block;
 clear:both;
	text-align:center;
 width: 100%;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-bottom: 10px;
}
.info-company .logo img{
 max-height: 100px;
 display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 padding: 2px;
 $conrer: 5px;
 border:1px solid #eee;
}
.info-company .text{
 color:#666;
	font-weight:bold;
 margin-bottom: 10px;
}
.info-company .text .color1{
	font-weight:normal;
}
.info-company .text .fa-icon{
 margin-right: 5px;
}
.info-company .name-com{
	font-weight:normal;
	font-size:20px;
 margin-bottom: 10px;
}
.page-404 img{
 max-width: 100%;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#941616;
}
.breadcrumb a .apicon{
	font-size:16px;
}
.breadcrumb .active{
 color:#941616;
	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: 1170px;
 margin: 0px auto;
 padding: 0px 15px;
	position:relative;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 color:#000;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #000;
 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:#941616;
 border-color: #941616;
}
#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;
}
.title-h1, .title-h2, .title-h3, .title-h4 {
 line-height: 1.04;
 margin-bottom: 20px;
	font-weight:normal;
}
.title-h1 {
 font-size: 32px;
}
.title-h2 {
 font-size: 28px;
}
.title-h3 {
 font-size: 20px;
}
.title-h4 {
 font-size: 16px;
}
.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;
}
.modal-open {
 overflow: hidden;
}
#footer {
 position: relative;
 padding: 40px 0px;
 background-color: #134d8b;
 background-image: url('https://datax-talent.basecdn.net/careerportalvinuni/bg-footer.jpg');
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}
#footer:before{
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 bottom: 0px;
 opacity: .8;
 background-color: #134d8b;
}
#footer .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
#footer .col-3{
 width: 25%;
 padding: 0px 15px;
}
#footer .col-8 {
 width: 66.66667%;
 padding: 0px 15px;
}
.footer-logo{
 margin-bottom: 30px;
}
.footer-logo img{
 max-width: 100%;
 max-height: 90px;
}
.copyright{
 color:#fff;
	font-size:14px;
}
.copyright p{
 margin-bottom: 10px;
}
.copyright p a{
 color:#fff;
	font-size:14px;
}
#footer .links_list ul{
 color: #fff;
 list-style: initial;
 padding-left: 20px;
}
#footer .links_list ul li{
 position: relative;
 line-height: 24px;
 margin-bottom: 5px;
}
#footer .links_list ul li a{
 color:#fff;
	font-size:15px;
}
#footer .links_list ul li a:hover{
 opacity: .7;
}
#footer .social{
 display: flex;
 align-items: center;
 margin-top: 30px;
}
#footer .social a + a{
 margin-left: 15px;
}
#footer .social a img{
 width: 25px;
 height: 25px;
}
#appform .form .submit {
 background-color: #0a2b57;
}
#appform .form .submit:hover {
 background: rgba(10,43,87,.9);
}
#appform .form .upload input{
 top: 0px;
}
#appform h1{
 color:#0a2b57;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}
#appform .form .row .input input,
#appform .form .row .input textarea{
 border-radius: 8px;
}
#article #appform h1{
 display: none !important;
}
#header-recr {
	position:relative;
	width:100%;
 z-index: 999;
 background-color: #fff;
}
#header-recr .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
 align-items: flex-end;
}
#header-recr .col-3 {
 width: 25%;
 padding: 0px 15px;
}
#header-recr .col-6 {
 width: 50%;
 padding: 0px 15px;
}
#header-recr .header-top {
	position:relative;
 background-color: #0a2b57;
}
.header-top .nav-menu {
 position: relative;
}
.header-top .nav-menu ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.header-top .nav-menu ul li {
 position: relative;
 padding-bottom: 10px;
}
.header-top .nav-menu ul li a {
 color:#fff;
	font-size:16px;
	font-weight:bold;
 display:block;
 padding: 10px 15px;
 border-radius: 0px 0px 15px 15px;
}
.header-top .nav-menu ul li.active a,
.header-top .nav-menu ul li:hover a {
 background-color: #941616;
}
.header-bottom {
 position: relative;
 padding: 10px 0px;
}
.header-bottom .logo {
	text-align:left;
}
.header-bottom .logo img {
 max-width: 100%;
 max-height: 50px;
}
.header-bottom .ctas {
	text-align:right;
}
.header-bottom .ctas .cta {
 color:#fff;
	font-size:14px;
	font-weight:bold;
 display:inline-block;
	text-align:center;
 padding: 10px 20px;
 border-radius: 5px;
 background-color: #c72127;
}
.header-bottom .ctas .cta br{
 display: none;
}
.header-bottom .ctas .cta:hover{
 background-color: #0a2b57;
}
.header-bottom .box-search{
	position:relative;
}
.box-search .form-group{
	width:100%;
 margin: 0px;
	position:relative;
}
.box-search .form-group .form-control{
 color:#a09f9c;
	font-size:14px;
	width:100%;
 height: 35px;
 padding: 0px 20px;
 padding-left: 40px;
 padding-right: 80px;
 border: none;
 background-color: #f3eeee;
 border-radius: 30px;
}
.box-search .form-group .i-search{
 position: absolute;
 top: 0px;
 left: 10px;
 width: 35px;
 height: 35px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.box-search .form-group .i-search .-ap{
 color:#a09f9c;
	font-size:18px;
}
.box-search .form-group .btn-search{
	position:absolute;
 color:#fff;
	font-size:15px;
	font-weight:bold;
 right: 0px;
 top: 0px;
 height: 35px;
 border: none;
 padding: 0px 15px;
 border-radius: 0px 30px 30px 0px;
 background-color: #0a2b57;
}
/*----- BANNER -----*/
.section-banner {
	position:relative;
 clear:both;
	overflow:hidden;
}
.section-banner .bg {
	position:absolute;
	width:100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 opacity: 0.8; filter: alpha(Opacity:80);
 height: 100%;
 background-color: #112434;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112434', endColorstr='#112434');
 background: -moz-linear-gradient(top, #112434 0%,#112434 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#112434),color-stop(100%,#112434));
 background: -webkit-linear-gradient(top, color-stop(0%,#112434),color-stop(100%,#112434));
 background: -o-linear-gradient(top, #112434 0%,#112434 100%);
 background: -ms-linear-gradient(top, #112434 0%,#112434 100%);
 background: linear-gradient(top, #112434 0%,#112434 100%);
}
.section-banner .container {
 z-index: 3;
}
.banner__cover img {
	width:100%;
}
.banner__cover .item{
	position:relative;
}
.banner__cover .item .ctas{
	position:absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 z-index: 9;
	text-align:center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner__cover .item .ctas .cta{
 color:#fff;
	font-size:14px;
	font-weight:bold;
 padding: 10px 15px;
 border-radius: 8px;
 background-color: #c72127;
}
* {
 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: "Oxy", arial;
}
a {
 color:#000;
	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 {
 @;
 -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;
}
/* Slider */
.slick-slider {
	position:relative;
 display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
 visibility: visible;
}
.slick-list {
	position:relative;
 display:block;
 clear:both;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.slick-track {
	position:relative;
 display:block;
 top: 0;
 left: 0;
}
.slick-loading .slick-track {
 clear:both;
}
.slick-slide {
 display: none;
	float:left;
 min-height: 1px;
}
.slick-slide img {
 display:block;
	width:100%;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display:block;
}
.slick-loading .slick-slide {
 clear:both;
}
.slick-vertical .slick-slide {
 display:block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
 display: none;
}
.slick-prev,
.slick-next {
 font-size: 0;
	position:absolute;
 display:block;
	text-align:center;
 top: 50%;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 z-index: 3;
 cursor: pointer;
 line-height: 30px;
 background: rgba(0, 0, 0, 0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 background: rgba(0, 0, 0, 0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1; filter: alpha(Opacity:100);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
 opacity: .25; filter: alpha(Opacity:25);
}
.slick-prev:before,
.slick-next:before {
 font-family: 'FontAwesome';
 font-size: 20px;
 opacity: .75; filter: alpha(Opacity:75);
 color:#fff;
}
.slick-prev {
 left: 10px;
}
.slick-prev:before {
 content: "\f104";
}
.slick-next {
 right: 10px;
}
.slick-next:before {
 content: "\f105";
}
#alljobs .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -10px;
 margin-left: -10px;
}
#alljobs .col-3 {
 width: 22%;
 padding: 0px 10px;
}
#alljobs .col-9 {
 width: 78%;
 padding: 0px 10px;
}
#alljobs .col-4 {
 width: 33.33333%;
 padding: 0px 10px;
}
#main-wrap {
 padding: 50px 0px;
}
.hot-jobs__list .slick-list{
 margin: 0px -10px;
}
.hot-jobs__list .slick-track {
 margin: 0px;
}
.hot-jobs__list .slick-dots{
 position: static;
}
.hot-jobs .jobs__title .title-h2{
 color:#0a2b57;
}
.hot-jobs .jobs__title .title-h2 .red{
 color: #941616 !important;
}
.hot-jobs__list{
 margin-bottom: 30px;
}
.hot-jobs__list .item{
 height: auto;
 display: flex;
 flex-direction: column;
 padding: 10px;
 border-radius: 8px;
 background-color: #0a2b57;
 margin: 0px 10px;
}
.hot-jobs__list .item .heading{
 margin-bottom: 10px;
}
.hot-jobs__list .item .heading a{
 color:#fff;
	font-size:15px;
	font-weight:bold;
 height: 40px;
 display: block;
 display: -webkit-box;
 max-height: 40px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.hot-jobs__list .item .heading a:hover{
 opacity: .8;
}
.hot-jobs__list .item .info{
 display: flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 10px;
}
.hot-jobs__list .item .info p{
 color:#fff;
	font-size:12px;
}
.hot-jobs__list .item .info p a{
 color:#fff;
	font-size:12px;
}
.hot-jobs__list .item .ctas{
	text-align:center;
}
.hot-jobs__list .item .ctas .btn-apply-main{
 color:#fff;
	font-size:14px;
	font-weight:bold;
 padding: 10px 15px;
 border-radius: 8px;
 background-color: #c72127;
}
.hot-jobs__list .item .ctas .btn-apply-main:hover{
 opacity: .8;
}
.jobs__title{
 margin-bottom: 20px;
}
.jobs__title .title-h2{
 color:#941616;
	font-weight:bold;
}
.list-jobs .job__item{
 display: flex;
 align-items: center;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 2px solid #0a2b57;
}
.list-jobs .job__item .heading{
 width: 45%;
}
.list-jobs .job__item .info{
 width: 55%;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding-left: 20px;
}
.list-jobs .job__item .job--title{
 margin: 0px;
 font-size: 14px;
 line-height: 28px;
}
.list-jobs .job__item .job--title a{
 color:#0a2b57;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
 display:block;
}
.list-jobs .job__item .job--title a:hover{
 color:#941616;
}
.list-jobs .job__item .job--desc{
 width: 40%;
 color:#0a2b57;
	font-size:13px;
	font-weight:bold;
}
.list-jobs .job__item .job--desc + .job--desc{
 width: 30%;
}
.list-jobs .job__item .job--desc a{
 color:#0a2b57;
	font-size:13px;
	font-weight:bold;
}
.list-jobs .job__item .job--desc a:hover{
 color:#941616;
}
.list-jobs .job__item .btn-apply-main{
 color:#fff;
	font-size:14px;
	font-weight:bold;
 padding: 15px;
 border-radius: 8px;
 background-color: #c72127;
}
.list-jobs .job__item .btn-apply-main:hover{
 background-color: #0a2b57;
}
.__pag {
 text-align: center;
 padding-top: 20px;
}
.__pag label {
 display: none;
}
.pag:hover,
.pag.active {
 color: #0a2b57;
 -webkit-box-shadow: 0px 0px 0px 1px #0a2b57 inset;
 box-shadow: 0px 0px 0px 1px #0a2b57 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);
}
.pag {
 cursor: pointer;
 display: inline-flex;
 width: 35px;
 height: 35px;
 align-items: center;
 justify-content: center;
 outline: none;
 border: none;
 vertical-align: baseline;
 margin: 0em 0.25em 0em 0em;
 padding: 0px;
 text-transform: none;
 text-shadow: none;
 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);
 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;
}
.banner-bottom{
	text-align:center;
 padding-top: 50px;
}
.banner-bottom img{
 max-width: 100%;
}
#js-paginate .icons {
 display: flex;
 gap: 10px;
 align-items: center;
 justify-content: center;
}
#js-paginate .icons>div {
 width: 40px;
 height: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 1px solid #EBEBF0;
 border-radius: 5px;
 cursor: pointer;
}
#js-paginate .icons>div:hover {
 color: #fff;
 border-color: #941616;
 background-color: #941616;
}
#js-paginate .icons .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;
 pointer-events: none !important;
}
.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:#000;
}
.check-action:hover {
 color:#941616;
}
.check-action:hover .icon {
 color:#941616;
}
.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:#941616;
}
#sidebar {
 padding: 30px 15px;
 background-color: #f7f3f3;
}
#sidebar .title-cat {
	font-size:18px;
	font-weight:bold;
 color:#9d2a2a;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
#sidebar .list-category {
 margin-bottom: 20px;
}
#sidebar .list-category .list {
 padding-left: 2px;
}
#sidebar .list-category .list.scrollable {
 overflow: auto;
 max-height: 210px;
 transition: all .2s ease;
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
 color:#0a2b57;
	font-weight:bold;
}
#sidebar .list-category .check-action:hover{
 color:#941616;
}
.box-subcribe {
 border: 3px solid #eee;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 15px;
 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:#000;
	font-size:13px;
}
.box-subcribe .input {
	width:100%;
 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;
 color:#000;
 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;
 color:#000;
}
#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:13px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
 padding: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -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;
 -webkit-transition-property: background-color; -moz-transition-property: background-color;
 -o-transition-property: background-color; transition-property: background-color; -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;
 margin-top: 0px;
 margin-bottom: 15px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #0a2b57;
 border: 1px solid #0a2b57;
}
.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;
 pointer-events: none !important;
}
.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: 0px;
 margin-bottom: 10px;
	width:100%;
}
.baseui.input>input {
	text-align:left;
 max-width: 100%;
 margin: 0em;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 border-radius: 7px;
 -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 #9d2a2a;
 background-color: transparent;
}
.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;
}
#offices::-webkit-scrollbar,
#departments::-webkit-scrollbar {
 width: .5em;
}
#offices::-webkit-scrollbar-track,
#departments::-webkit-scrollbar-track {
 background-color: rgba(0, 0, 0, .05);
}
#offices::-webkit-scrollbar-thumb,
#departments::-webkit-scrollbar-thumb {
 background-color: #0a2b57;
 outline: 1px solid #0a2b57;
}
.section-overview {
 border-top: 1px solid #eee;
 margin-top: 40px;
 padding: 60px 0px;
}
.overview__title {
	text-align:center;
}
.overview__title .title-name {
 color:#000;
	font-size:32px;
	font-weight:300;
 line-height: 1.2;
 margin-bottom: 10px;
}
.overview__title .headline {
 color:#000;
	font-weight:300;
	font-size:16px;
}
.overview-whoweare .list {
 margin-top: 40px;
}
.overview-whoweare .overview--item {
 width: 47.5%;
	float:left;
 margin-right: 5%;
}
.overview-whoweare .overview--item.after {
 margin-right: 0px;
}
.overview-whoweare .overview--item h3 {
	font-size:18px;
	font-weight:normal;
 line-height: 26px;
 margin-bottom: 10px;
}
.overview-whoweare .overview--item p {
 color:#000;
	font-weight:300;
	font-size:13px;
 line-height: 22px;
}
.overview-benefits {
	text-align:center;
 margin-top: 60px;
}
.benefits__list {
 margin-top: 40px;
}
.benefits--item {
 width: 17.6%;
	float:left;
 margin-left: 3%;
}
.benefits--item:first-child {
 margin-left: 0px;
}
.benefits--item .img {
 margin-bottom: 10px;
 height: 35px;
}
@media(max-width: 480px){
 .overview-whoweare .overview--item{
 float: none;
	width:100%;
 margin: 0;
 margin-bottom: 20px;
 }
 .overview-benefits .list .benefits--item{
 float: none;
	width:100%;
 margin-left: 0;
 margin-bottom: 20px;
 }
 #footer .col--ft{
 float: none;
	width:100%;
 margin: 0;
 margin-bottom: 20px;
 }
}
@media(max-width: 320px){
 #header-job.stick .article-head{
 padding-left: 0px;
 }
 .article-head .article__title{
	font-size:16px;
 }
 #header-job.stick .btn-apply{
 padding: 10px 20px;
 }
}
