

.component__top--v2 {
	background-color: #1d417f;
}
.component__top--v2:hover {
	color: #fff;
}
.component__top--v2 i.icon {
}
.component__top--v2.--show {
}
.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;
}
#article .post-type span:before {
 content: "\e6ca";
 display:inline-block;
 margin: 0px 10px;
 font-family: "ap";
}
#article .post-type span:first-child:before {
 content: "";
 margin: 0px;
}
#article {
 width: calc(100% - 350px);
	float:left;
}
.article .content-article {
 margin: 0px 0px;
 line-height: 28px;
	font-weight:normal;
	text-align:justify;
}
.head-article .title-h2 {
 line-height: 1.33;
 color:#14a751;
}
.article .content-article p img {
 max-width: 100%;
}
.article .content-article p,
.article .content-article div {
 margin-bottom: 15px;
 line-height: 28px;
}
.article .content-article ul {
 list-style-type: disc;
	font-weight:normal;
 margin-left: 20px;
}
.article .content-article li {
 padding-bottom: 10px;
}
.article .content-article h2,
.article .content-article h3,
.article .content-article h4,
.article .content-article h4 {
 margin-bottom: 40px;
	font-size:24px;
	font-weight:normal;
 line-height: 1.2;
}
.article .content-article h3 {
	font-size:20px;
}
.article .content-article h4 {
	font-size:18px;
}
.article .content-article h5 {
	font-size:16px;
}
.detail .btn-apply {
 background-color: #14a751;
 line-height: 25px;
 font-weight: 600;
 color:#fff;
	text-align:center;
 padding: 10px 40px;
}
.detail .btn-apply:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share {
 display:block;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 margin-top: 30px;
}
.box-share .name {
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
 margin-bottom: 15px;
}
.box-share .btn-share {
 height: 35px;
 line-height: 35px;
 padding-left: 30px;
 width: 35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	position:relative;
 width: 47.5%;
 margin-right: 5%;
 color:#fff;
	float:left;
 display:inline-block;
	text-align:center;
}
.box-share .btn-share.end {
 margin-right: 0px;
}
.box-share .btn-share span {
 margin-right: 0px;
	position:absolute;
 top: 0px;
 left: 0px;
 width: 30px;
	text-align:center;
 height: 100%;
 border-right: 1px solid rgba(0, 0, 0, 0.1);
 line-height: 35px;
 color:#fff;
}
.box-share .btn-share:hover {
 opacity: 0.8; filter: alpha(Opacity:80);
}
.box-share .btn-share.-fb {
 background-color: #3b5998;
}
.box-share .btn-share.-mail {
 background-color: #e62117;
}
#article .bottom-article {
 margin-top: 40px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 margin-bottom: 40px;
	position:relative;
}
.list-related {
 margin-top: 30px;
 border-top: 1px solid #e5e7e8;
 padding-top: 30px;
}
.list-related .btn-viewall {
 color:#14a751;
	font-weight:bold;
 margin-top: 20px;
}
.list-related .btn-viewall:hover {
	text-decoration:underline;
}
.list-related .name {
 font-size: 18px;
	font-weight:normal;
 margin-bottom: 20px;
}
.list-related a {
 display:block;
 color:#1d417f;
 margin-bottom: 10px;
 line-height: 20px;
}
.list-related a:hover {
	text-decoration:underline;
}
.section-.form-submit {
 background-color: #f7f9fb;
}
.article.about .slider-envir img {
	width:100%;
}
.info-company {
 margin-bottom: 40px;
}
.info-company .text {
 color:#666;
	font-weight:normal;
 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;
}
.article .content-article .title-company {
 margin-top: 0px;
}
#sidebar-right {
 width: 300px;
	float:right;
}
#desc-job {
 border:1px solid #e5e7e8;
 padding: 20px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.detail .desc-job {
 padding: 20px;
 margin: 20px 0px;
 background-color: #f7f9fb;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 line-height: 25px;
}
.detail .desc-job .desc {
 margin-bottom: 10px;
	font-size:15px;
}
.detail .desc-job .desc span {
	font-weight:bold;
	font-size:15px;
}
.detail .cta .btn-apply {
 display:block;
 margin-bottom: 20px;
}
.breadcrumb {
 margin-bottom: 20px;
}
.breadcrumb a {
 display:inline-block;
 color:#838485;
}
.breadcrumb .active {
	font-size:16px;
 color:#1d417f;
}
.breadcrumb a:hover {
 color:#1d417f;
}
ul.breadcrumb li {
 display: inline-block;
 line-height: 30px;
 padding: 0px 5px;
}
ul.breadcrumb li:first-child {
 padding-left: 0px;
}
ul.breadcrumb li a {
 display: block;
 font-size: 16px;
 color: #333;
 margin: 0px;
}
ul.breadcrumb li a:hover {
 color: #001c99;
}
.breadcrumb a:after {
 font-family: "FontAwesome";
 content: "\f105";
 margin: 5px 7px;
 display:inline-block;
	font-size:18px;
 color:#e5e7e8;
}
.breadcrumb a:last-child:after {
 content: "";
}
.container {
 width: 1170px;
 margin: 0px auto;
	position:relative;
}
#scroll-top {
	text-align:center;
 display:block;
 position:fixed;
 color:#838485;
 bottom: 10px;
 right: 10px;
 font-size: 20px;
 z-index: 300;
 width: 40px;
 height: 40px;
 border:1px solid #e5e7e8;
 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:#1d417f;
 border-color: #1d417f;
}
#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 {
 border-top: 2px solid #eee;
 clear: both;
}
.section {
 padding: 60px 0px;
}
.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;
 border:1px solid #e5e7e8;
}
.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;
}
.table{
 display: table;
	width:100%;
}
.cell{
	display:table-cell;
	vertical-align:middle;
}
#page{
 background-color: #f1f1f1;
}
.section-banner{
 clear: both;
 position: relative;
}
.banner-cover{
 position: relative;
 overflow: hidden;
}
.banner-cover .item{
 position: relative;
 z-index: 10;
}
.banner-cover .item:after{
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.5);
}
.banner-cover img{
 max-width: 100%;
}
.banner-cover .text-slider{
 position: absolute;
 top: 30%;
 left: 50%;
 z-index: 9;
 color: #fff;
 width: 100%;
 text-align: center;
 transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
}
.banner-cover .text-slider .title-slider h2{
 font-size: 40px;
 font-weight: 600;
 line-height: 60px;
 text-transform: uppercase;
}
.banner-cover .text-slider .desc-slider p{
 font-size: 20px;
 font-weight: 300;
 line-height: 26px;
}
.banner-cover .text-slider .title-slider.table{
 text-align: left;
 margin: 0px auto;
}
.banner-cover .text-slider .title-slider.table .cell{
 width: 50%;
}
.banner-cover .text-slider .title-slider h3{
 font-size: 22px;
 font-weight: 500;
 line-height: 33px;
 margin-bottom: 10px;
}
.banner-cover .text-slider .title-slider p{
 font-size: 20px;
 font-weight: 300;
 line-height: 26px;
 margin-bottom: 5px;
}
.container-search {
 width: 100%;
 margin: 0px auto;
 position: absolute;
 bottom: 20%;
 top: auto;
 left: 0px;
}
.container-search .box-row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -15px;
 margin-right: -15px;
}
.container-search .box-col-4 {
 width: 26.66666%;
 padding: 0px 15px;
}
.container-search .box-col-2 {
 width: 20%;
 padding: 0px 15px;
}
.search-jobs-main {
 width: 100%;
 padding: 15px;
 background: rgba(0, 0, 0, 0.38);
}
.search-jobs-main .form-group .form-control{
 width: 100%;
 height: 50px;
 padding: 0px 15px;
 font-size: 14px;
 color: #8a8a8a;
 border-radius: 5px;
}
.search-jobs-main .form-group .btn-search{
 width: 100%;
 height: 50px;
 color: #fff;
 font-size: 14px;
 background: #33aa58;
 text-align: center;
 margin: 0;
 border: none;
 border-radius: 5px;
}
#footer {
 position: relative;
 z-index: 2;
 background: #2a363b;
}
.footer-middle{
 padding: 60px 0;
 border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.footer-middle .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.footer-middle .col-4{
 width: 33.33333%;
 padding: 0px 15px;
}
.logo-footer{
 background: #fff;
 width: 95px;
 height: 95px;
 display: block;
 text-align: center;
 padding-top: 10px;
 border-radius: 50%;
 margin: 0px auto;
}
.logo-footer img{
 max-width: 100%;
}
.foo-info .about-foo p{
 line-height: 28px;
 color: #989898;
 margin: 30px 0 20px;
}
.about-foo .link_page_about_us{
 color: #989898;
 font-size: 13px;
 display: inline-block;
 padding: 7px 20px;
 border: 1px solid #404a4f;
 line-height: 20px;
 text-transform: uppercase;
 font-weight: 600;
 border-radius: 30px;
}
.social-footer{
 border-top: 1px rgba(0, 0, 0, 0.1) solid;
 margin: 30px 0 0;
 padding: 35px 0 20px;
}
.social-footer ul li{
 display: inline-block;
 margin-right: 10px;
 margin-bottom: 5px;
}
.social-footer ul li img{
 width: 40px;
}
.foo-info{
 margin-bottom: 30px;
}
.foo-info h3{
 color:#fff;
	font-size:15px;
	font-weight:500;
 margin-bottom: 15px;
	text-transform:uppercase;
}
.foo-info p{
 color:#989898;
	font-size:15px;
 margin-bottom: 10px;
 line-height: 20px;
}
.foo-info p a{
 color:#989898;
}
.copyright p {
 text-align: center;
 color: #ffffff;
 padding: 20px 0;
}
#appform {
}
#appform .wrapper {
 background-color: transparent;
 padding: 40px 0px;
}
#appform .form .upload input{
 top: 0px;
}
#header-recr{
	position:relative;
 background-color: #fff;
 margin-bottom: 5px;
 box-shadow: 0px 0px 5px #ccc;
}
#header-recr .logo{
	display:table-cell;
 line-height: 30px;
 padding: 5px 0px;
	vertical-align:middle;
}
#header-recr .header-mb{
	display:table-cell;
	vertical-align:middle;
 width: 100%;
 text-align: right;
}
#header-recr .logo .name{
 margin-right: 10px;
	display:table-cell;
	vertical-align:middle;
 padding-left: 10px;
}
#header-recr .logo img{
 height: 50px;
}
#header-recr .logo em{
	font-weight:300;
}
#header-recr .header-menu{
 padding-left: 50px;
	position:relative;
}
#header-recr .menu-nav{
	position:absolute;
 top: 20px;
 right: 0px;
}
#header-recr .menu-nav .search{
	position:relative;
}
#header-recr .menu-nav .search .form-control{
 padding: 7px 15px;
 width: 200px;
 background: rgba(0,0,0,0.2);
 color:#333;
 -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;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding-right: 30px;
}
#header-recr .menu-nav .search .form-control::-webkit-input-placeholder{
	color:#333;
}
control::-moz-placeholder{
	color:#333;
}
control:-moz-placeholder{
	color:#333;
}
control:-ms-input-placeholder{
	color:#333;
}
#header-recr .menu-nav .search .form-control: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;
 width: 300px;
}
#header-recr .menu-nav .search .btn-submit{
	position:absolute;
	text-align:center;
 top: 0px;
 right: 0px;
 width: 30px;
 color: #1d417f;
 padding: 7px 0px;
 border-radius: 0px 3px 3px 0px;
}
#header-recr .header-menu > a{
 padding: 7px 15px;
 display:inline-block;
	position:relative;
 color:#333;
	font-weight:bold;
}
#header-recr .header-menu > a:hover,
#header-recr .header-menu > a.active{
 color:#1d417f;
}
#header-recr .header-menu > a.active{
	font-weight:bold;
}
.menu-page.animated{
 left: 0px;
 z-index: 1000;
 top: 0px;
 position:fixed;
	width:100%;
}
.menu-page.stick{
 position:fixed;
 top: 0px;
 left: 0px;
	width:100%;
 background-color: #fff;
 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;
}
.top-bar{
 padding: 10px 0px;
 position: relative;
 z-index: 9;
 line-height: 20px;
 background-color: #1d417f;
}
.top-bar .row{
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.top-bar .col-7{
 width: 60%;
 padding: 0px 15px;
}
.top-bar .col-5{
 width: 40%;
 padding: 0px 15px;
}
.top-bar-left .contact > span {
 padding: 0 20px 0 0;
 color: #fff;
 position: relative;
 display: inline-block;
}
.top-bar-left .contact > span span {
 margin-left: 5px;
}
.top-bar .top-bar-right {
 text-align: right;
 color: #ffffff;
}
.top-bar .top-bar-right .social-header {
 padding-left: 18px;
 position: relative;
}
.top-bar .top-bar-right .iw-social-all {
 margin: 0;
 padding: 5px 0px;
}
.top-bar .top-bar-right .iw-social-all li {
 display: inline-block;
 margin-left: 5px;
}
.top-bar .top-bar-right .iw-social-all li a {
 display: block;
 text-align: center;
}
.top-bar .top-bar-right .iw-social-all li img{
 width: 25px;
 height: 25px;
 border-radius: 50%;
}
* {
 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:#404348;
 font-family: Montserrat, Helvetica, sans-serif;
 background-color: #f1f1f1;
}
a {
 color:#1d417f;
	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:#14a751;
 -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;
}
.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: 55px;
 height: 55px;
 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: none;
 border: 2px #ffffff solid;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 background: #f26c61;
 border: 2px #f26c61 solid;
}
.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: 36px;
 color:#fff;
 line-height: 51px;
}
.slick-prev {
 left: 10px;
}
.slick-prev:before {
 content: "\f104";
}
.slick-next {
 right: 10px;
}
.slick-next:before {
 content: "\f105";
}
/*--- MENU ---*/
.menu-page {
	background-color: #fff;
	box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .25);
}
.menu-page .logo {
	display:table-cell;
	position:relative;
	padding: 10px 0px;
}
.menu-page.animated .logo {
	left: 0px;
}
.menu-page .logo .img {
	vertical-align:middle;
 display:inline-block;
	-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;
}
.menu-page.animated .logo .img {
	-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;
	visibility: visible;
	margin-left: 0px;
	transform: translateX(0px);
	opacity: 1; filter: alpha(Opacity:100);
}
.menu-page.animated .logo em {
	font-size:18px;
}
.menu-page .logo .img img {
	height: 30px;
}
.menu-page .logo em {
	font-size:22px;
 color:#14a751;
	vertical-align:middle;
 @
 display:inline-block;
	font-weight:bold;
	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;
}
.menu-page .links {
	display:table-cell;
	vertical-align:middle;
	padding-left: 40px;
}
.menu-page .links a {
 display:inline-block;
 @borbox;
	padding: 16px 0px;
	margin-right: 30px;
	position:relative;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.menu-page .links a:last-child {
	margin-right: 0px;
}
.menu-page .links a:hover {
	border-bottom: 2px solid #e5e7e8;
}
.menu-page .links a.active {
	border-bottom: 2px solid #14a751;
	color:#14a751;
}
.menu-page .lst-btn {
	position:absolute;
	top: 15px;
	right: 0px;
}
.menu-page.animated .lst-btn .btn,
.menu-page .lst-btn .btn:hover {
	background-color: #14a751;
	color:#fff;
	-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;
}
.menu-page .lst-btn .btn {
	padding: 7px 15px;
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
	-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;
	border:1px solid #14a751;
	color:#14a751;
}
/*--- END MENU ---*/
.head-title {
	font-size:36px;
 display:block;
	text-align:center;
	font-weight:500;
	margin-bottom: 20px;
	color:#333;
}
/*--- OVERVIEW ---*/
.overview--title {
	font-size:36px;
 display:block;
	text-align:center;
	font-weight:500;
	margin-bottom: 20px;
	color:#333;
}
.overview__content .overview--desc {
	text-align:center;
}
.overview__content .text-content {
	margin: 0px auto;
}
.overview__content .text-content p {
	line-height: 25px;
	color:#404348;
	font-size:15px;
	margin-top: 20px;
}
.overview__image {
	margin-top: 60px;
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 clear:both;
}
.overview__image img {
	width:100%;
}
/*--- END OVERVIEW ---*/
/*--- section--benefits ---*/
.section-benefits {
	padding: 60px 0px;
	background-color: #f1f1f1;
}
.title-sub {
	color:#333;
	font-size:16px;
	text-align:center;
	line-height: 28px;
}
.content-benefits {
	margin-top: 75px;
}
.content-benefits .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.content-benefits .col-4 {
	width: 33.33333%;
	padding: 0px 15px;
}
.content-benefits .item {
	padding: 30px 20px 20px;
	background: #ffffff;
	min-height: 325px;
}
.content-benefits .item .image {
	width: 50px;
	vertical-align: top;
}
.content-benefits .item .image img {
	width: 50px;
}
.content-benefits .item .content {
	padding-left: 20px;
}
.content-benefits .item .content h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 16px;
	line-height: 23px;
}
.content-benefits .item .content h3 a {
	color:#1d417f;
	font-weight: 600;
}
.content-benefits .item .content .description {
	color: #777;
	margin: 0 0 18px;
	line-height: 25px;
	text-align: justify;
}
.content-benefits .item .content .read-more {
	color:#1d417f;
	font-size: 16px;
	font-weight: 600;
}
/*--- END section--benefits ---*/
/*--- JOBS ---*/
#alljobs .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#alljobs .col-3{
	width: 27%;
	padding: 0px 15px;
}
#alljobs .col-9{
	width: 73%;
	padding: 0px 15px;
}
.jobs-list .job-item{
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
}
.jobs-list .job-item .job-title{
	color: #333;
	margin: 0 0 10px;
 font-weight: bold;
 line-height: 1;
	padding-right: 150px;
}
.jobs-list .job-item .job-title a{
	color: #333;
 text-transform: capitalize;
 font-size: 16px;
 display: inline-block;
 line-height: 1.5;
	font-weight: bold;
}
.jobs-list .job-item .info-company{
	margin-bottom: 0px;
	color: #999;
	padding-right: 150px;
}
.jobs-list .job-item .info-company > div{
	display: inline-block;
 margin-right: 13px;
	font-size: 14px;
	margin-bottom: 5px;
}
.jobs-list .job-item i{
	width: 20px;
 font-size: 13px;
 text-align: center;
 margin-right: 3px;
 display: inline-block;
}
.jobs-list .job-item .salary i{
	color: #4a98ae;
}
.jobs-list .job-item .salary b{
	font-weight:normal;
}
.jobs-list .job-item .company i{
	color: #2980b9;
}
.jobs-list .job-item .address{
	margin-bottom: 0px;
}
.jobs-list .job-item .address i{
	color: #f16e8e;
}
.jobs-list .job-item .address a{
	color:#999;
}
.jobs-list .job-item .btn-cta{
	position: absolute;
	right: 15px;
	top: 15px;
}
.jobs-list .job-item .btn-cta .btn-apply{
	color: #288e65;
	padding: 10px 15px;
	border: 2px solid #288e65;
	text-transform: uppercase;
}
.jobs-list .job-item .btn-cta .btn-apply:hover{
	color:#fff;
	background-color: #288e65;
}
.__pag {
	text-align:right;
	padding: 0px 0px 20px;
}
.__pag label {
	display:none;
}
.pag:hover, .pag.active {
	color: #1d417f;
	-webkit-box-shadow: 0px 0px 0px 1px #1d417f inset;
	box-shadow: 0px 0px 0px 1px #1d417f 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: #FFF 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;
}
/*--- END JOBS ---*/
.section-count{
	padding: 130px 0px;
	position: relative;
	background-repeat: no-repeat;
 background-attachment: fixed;
	background-position: 50% 14px;
	background-size: cover;
}
.section-count .container{
	z-index: 9;
}
.section-count .row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.section-count .col-3{
	width: 25%;
	padding: 0px 15px;
}
.inwave-funfact.style3 {
 padding: 50px 0;
 text-align: left;
}
.inwave-funfact.style3 .image{
	display: inline-block;
	margin-right: 30px;
	margin-top: 10px;
	width: 60px;
	vertical-align: top;
}
.inwave-funfact.style3 .image img{
	max-width: 100%;
}
.inwave-funfact.style3 .funfact-content{
	display: inline-block;
	vertical-align: top;
	font-family: roboto;
}
.inwave-funfact.style3 .funfact-number-wrap {
	color: #fff;
 font-size: 50px;
 font-weight: 700;
 line-height: 50px;
	margin-bottom: 5px;
}
.inwave-funfact.style3 .funfact-title {
	color: #fff;
 font-size: 14px;
 font-weight: 400;
 text-transform: uppercase;
 margin: 0;
}
.count-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #2980b9;
	opacity: 0.95;
	z-index: 2;
}
.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;
 @@text;
}
.check-action:hover {
 @@second;
}
.check-action:hover .icon {
 @@second;
}
.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:#1d417f;
}
#sidebar {
 padding: 15px;
 background-color: #fff;
 border-radius: 5px;
}
#sidebar .title-cat {
	font-size:20px;
	font-weight:500;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
#sidebar .list-category {
 margin-bottom: 30px;
}
#sidebar .list-category .list {
 padding-left: 5px;
}
#sidebar .list-category .list.scrollable {
}
#sidebar .list-category .list.scrollable:hover {
}
#sidebar .list-category .check-action {
 margin-bottom: 10px;
 color:#888;
}
.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 #e5e7e8;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.box-subcribe .desc {
 margin-bottom: 20px;
 @@text 
	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: #e5e7e8;
 @@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:13px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
 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-bottom: 15px;
}
.baseui.button.fluid {
 display:block;
	width:100%;
}
.baseui.button.main {
 color:#fff;
 background-color: #1d417f;
 border: 1px solid #1d417f;
}
.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: 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: #1d417f;
 outline: 1px solid #1d417f;
}
.section-news .title {
 text-align: center;
 margin: 0 0 70px;
}
.section-news .title h3 {
 color: #333333;
 font-size: 36px;
 font-weight: 400;
 letter-spacing: -1px;
 line-height: 50px;
 margin-bottom: 10px;
}
.section-news .des {
 color: #333333;
 font-size: 16px;
 line-height: 28px;
 font-weight: 400;
}
.posts-list .row {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-right: -15px;
 margin-left: -15px;
}
.posts-list .col-4 {
 width: 33.33333%;
 padding: 0px 15px;
}
.post-item .post-image {
 position: relative;
 height: 290px;
 overflow: hidden;
}
.post-item .post-image img {
 width: 100%;
 height: 100%;
}
.post-item .post-content {
 padding: 28px 35px 0;
 background-color: #fafafa;
 box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
}
.post-item .post-content .post-title {
 margin: 0 0 15px;
 font-size: 18px;
 font-weight: 600;
 line-height: 30px;
 max-height: 60px;
 min-height: 60px;
 overflow: hidden;
}
.post-item .post-content .post-title a {
 color:#333;
 font-weight: 600;
}
.post-item .post-content .post-title:hover a {
 color: #2980b9;
}
.post-item .post-content .post-description {
 font-family: Roboto;
 line-height: 30px;
 margin-bottom: 18px;
}
.post-item .post-content .post-bottom {
 padding: 16px 0px;
 display: table;
 width: 100%;
 border-top: 1px solid #e8e8e8;
}
.post-item .post-content .post-bottom .post-author {
 color: #333333;
 font-size: 14px;
 line-height: 25px;
 float: left;
}
.post-item .post-content .post-bottom .post-author a {
 color: #333333;
 font-weight: 600;
 text-transform: capitalize;
}
.post-item .post-content .post-bottom .post-author a:hover {
 color: #2980b9;
}
.post-item .post-content .post-bottom .post-read-more {
 font-size: 14px;
 font-weight: 600;
 line-height: 25px;
 display: inline-block;
 float: right;
 color: #2980b9;
}
.post-item .post-content .post-bottom .post-read-more:hover {
 color: #2980b9;
}
.post-item .post-content .post-bottom .post-read-more i {
 margin-left: 10px;
}
.hero-cta .cta-jobs {
 display:inline-block;
 @@second 
	font-size:20px;
 border: 2px solid #009ddd;
 padding: 0px 0px 0px 15px;
 border-radius: 15px;
 background-color: #f7f7f7;
}
.hero-banner .hero-cta {
	position:absolute;
 width: 100%;
 bottom: 25%;
 left: 0px;
 z-index: 99;
}
.hero-cta .cta-jobs a {
 display:inline-block;
 color:#fff;
 padding: 10px 15px;
 border-radius: 10px;
 margin-left: 10px;
 background-color: #009ddd;
}
/*------------------------------*/
.new-title {
 margin-bottom: 30px;
}
.new-title h2 {
 color:#1d417f;
	font-size:28px;
	text-transform:uppercase;
 margin-bottom: 15px;
}
.new-title span {
 @@second 
	font-size:20px;
	text-transform:uppercase;
}
.new-title h3 {
	font-size:16px;
 margin-bottom: 10px;
}
#categories .item {
 font-size: 15px;
 color: #001c99;
 display: inline-block !important;
 padding: 6px 15px;
 margin-right: 5px;
 text-transform: uppercase;
 border: 2px solid #001c99;
 margin-bottom: 10px;
}
.morecontent span {
 display: none;
}
#categories .morecontent a.morelink {
 font-size: 0;
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/icon-arrow.png") no-repeat;
 background-size: 20px !important;
 background-position: center center;
 width: 35px;
 height: 35px;
 display: inline-block;
 vertical-align: middle;
}
#categories .morecontent a.morelink.less {
 font-size: 0;
 background: url("https://staticx-talent.basecdn.net/image/nganhangacb/icon-arrow.png") no-repeat;
 background-size: 20px !important;
 background-position: center;
 width: 35px;
 height: 35px;
 display: inline-block;
 vertical-align: middle;
 transform: rotate(180deg);
}
.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: #01ade9;
 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;
 color:#1d417f;
}
#news {
 background-color: #f5f5f5;
}
#news .hero-banner .cover img{
 max-width: 100%;
}
#news #post-content {
 background-color: #fff;
 padding: 50px 200px;
}
#post-content h1 {
 font-size: 25px;
 color:#1d417f;
 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 {
 color:#1d417f;
	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: #0a389d;
 border: 1px solid #0a389d;
 border-radius: 5px;
}
.list-viewall a:hover {
 color: #fff;
 background-color: #0a389d;
}
