@charset "UTF-8";
@import url( '../fonts/fonts.css' );
@import url( 'menu-style.css' );

/* GENERAL STYLE */
body, html{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
p{
	margin-bottom: 10px;
}
b, strong{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
h2{ font-size: 39px; }
h1, h2, h3, h4, h5, h6{
	padding: 0;
	letter-spacing: 5px;
}
.header-title{
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 20px;
}
.header-title:after{
	content: "";
	width: calc(16.66667%);
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #ff0000;
	border-radius: 3px;
}
a{
	transition: .3s;
	-webkit-transition: .3s;
	color: #000;
	text-decoration: none;
}
a:hover{
	color: rgba(0, 193, 168, 0.9);
	text-decoration: none;
	opacity: .8;
}
.vertical-align {
  	display: flex;
  	flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  	display: flex;
  	align-items: center;     /* Align the flex-items vertically */
  	justify-content: center; /* Optional, to align inner flex-items 
                              horizontally within the column  */
}
.vertical-align > [class^="col-"] > div, 
.vertical-align > [class*=" col-"] > div{
	flex-grow: 1;
}

#main-logo{
    transition: 500ms;
    fill: #00c1a8;
}
#main-logo *{
	display: inline-block;
	width: 237.8px;
	padding-top: 3px;
    MARGIN-left: 1px;
}

ul.list-vertical{
	margin: 0;
	padding: 0;
}
ul.list-vertical li.list-item{
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
}
.left-border:before{
	content: "|";
}
.vacancies .segment{
	margin-top: 90px;
}

.wget-title{
	font-size: 16px;
	font-weight: normal;
}
.wget{
	margin-bottom: 20px;
}
.nav-pagination{
	width: 100%;
	padding: 20px 0;
	border: solid #d6d6d6;
	border-width: 1px 0 1px 0
}
.nav-pagination .current-page-str,
.nav-pagination .pagination-num{
	display: inline-block;
	vertical-align: middle;
}
.nav-pagination .pagination-num{
	margin-left: 20px;
}
.nav-pagination .pagination-num .pag-item{
	border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-right: 4px;
    text-align: center;
    vertical-align: top;
	padding: 5px 10px;
}
.nav-pagination .pagination-num a.pag-item:hover,
.nav-pagination .pagination-num .pag-item.pag-current{
	background: rgba(0, 193, 168, 0.9);
	border-color: rgba(0, 193, 168, 0.9);
	color: #FFF;
}
.nav-pagination .total-post{
	
}
.nav-pagination .total-post .icon-svg{
	margin-left: 20px;
}


.sub-title{
	font-size: 19px;
}
.font-custom{
	padding: 80px 30px 30px 30px;
}
.select-ui,
.font-custom input[type="text"],
.font-custom input[type="email"],
.font-custom input[type="password"],
.font-custom select,
.font-custom textarea{
	width: 100%;
	
}
.font-custom input[type="text"],
.font-custom input[type="email"],
.font-custom input[type="password"],
.font-custom select,
.font-custom textarea{
	background: #fff;
    border-radius: 0;
    padding: 5px 10px;
}
.select-ui{
	overflow: hidden;
	position: relative;
}
.select-ui:after{
	/* position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #e6e4e4;
	content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; */
}

.font-custom .field-item{}
.font-custom .field-item:not(:last-child){
	margin-bottom: 20px;
}
.font-custom .field-item > label{
	margin-bottom: 4px;
	font-weight: normal;
}
.font-custom .field-item > label.field-require{
	position: relative;
}
.font-custom .field-item > label.field-require:after{
	content: "*";
	color: #CAD73A;
	margin-left: 3px;
}
.font-custom .title-form{
	font-size: 19px;
    left: 50%;
    letter-spacing: 4px;
    position: absolute;
    top: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.table-custom{
	width: 100%;
}
.table-custom caption{
	color: #000;
	letter-spacing: 4px;
	font-size: 19px;
	margin-bottom: 20px;
}
.table-custom th{

    padding: 20px 10px;
    color: #333;
    font-weight: 400;
}
.table-custom td{
	padding: 10px;
	font-weight: 14px;
}

/* THEMEs */
.top-nav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
#header .list-vertical{
	color: #78929c;
}
#header .list-vertical a{
	color: #78929c;
}
#header .tool-user-wrap i{
	display: none;
}
.top-banner{
	width: 100%;
	height: 400px;
}
.top-banner .banner-img{
	width: 100%;
	height: 100%;
}
.find-your-ideal-role #field-search-key-word{
	width: 250px
}
.wget.wget-filter-checkbox{
	background: rgb(143, 146, 147);
    max-width: 280px;
    color: #fff;
	max-width: 280px;
}
.wget.wget-filter-checkbox .box-filter{
	position: relative;
}
.wget.wget-filter-checkbox .box-filter:after{
	color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    top: 2px;
    z-index: 2;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: .3s;
    -webkit-transition: .3s;
}
.wget.wget-filter-checkbox .box-filter.is_open:after{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.wget.wget-filter-checkbox .box-filter-header{
	/* background: rgba(57, 139, 157, 0.9); */
	color: #f4be31;
	font-size: 14px;
	font-weight: bold;
	padding: 14px;
	cursor: pointer;
	letter-spacing:3px;
}
.wget.wget-filter-checkbox .box-filter-content{
	padding: 14px;
}
.wget.wget-filter-checkbox .box-filter-content .item{}
.wget.wget-filter-checkbox .box-filter-content .item:not(:last-child){
	margin-bottom: 10px;
}
.custom-input-checkbox{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	line-height: 0;
	margin: 0;
}
.custom-input-checkbox input{
	display: none;
}
.custom-input-checkbox .checkbox-ui{
	display: inline-block;
	width: 28px;
	height: 28px;
	border: solid 1px #ddd;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	background: #fff;
    border-radius: 100%;
}
/* .custom-input-checkbox .checkbox-ui:after{
	content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 1;
} */
.custom-input-checkbox input[type="checkbox"]:checked + .checkbox-ui{
	background:#ffbd32;
	border-color: #fff;
}
.custom-input-checkbox input[type="checkbox"]:checked + .checkbox-ui:after{
	color: #FFF;
}
.wget.wget-filter-checkbox .box-filter-content .item span{
	display: inline-block;
    line-height: 28px;
    padding-left: 8px;
    vertical-align: top;
}
.wget.wget-block-color{}
.wget.wget-block-color .btn-wrap{
	margin-top: 40px;
}
.wget.wget-block-color .btn-wrap .btn-custom{
	padding: 8px;
    text-align: center;
    width: calc(100% / 2 - 6px);
}
.wget.wget-block-color .btn-wrap .btn-custom:not(:last-child){
	margin-right: 8px;
}
.list-block-color{
	padding: 20px 25px;
	background-color: #398b9d;
	color: #FFF;
	margin: 0;
}
.list-block-color li{
	list-style: none;
}
.list-block-color li strong{
	font-family: 'BH_BrandonText-Medium';
}
.list-block-color li:not(:last-child){
	margin-bottom: 10px;

}
.result-container{
	margin-top: 28px;
}
.result-item{}
.result-item:not(:last-child){
	border-bottom: 1px solid #999;
    margin-bottom: 40px;
    padding-bottom: 45px;
}
.result-item .title{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
	letter-spacing:3px !important;
}
.result-item .handle{
	margin-top: 30px;
}
.result-item .handle .btn-custom{
	margin-right: 10px;
	margin-bottom: 10px;
}
.single-page{}
.single-page #main{
	margin-top: 200px;
}
#main-logo .style1{
	transition: .8s;
	-webkit-transition: .8s;
}


.text-content{}
.text-content ul{
	padding-left: 15px;
}
.text-content ul li{
	list-style: none;
	position: relative;
}
.text-content ul li:before{
	content: "•";
	position: absolute;
	left: -15px;
}
.text-content ul li:not(:last-child){
	margin-bottom: 10px;
}
.field-content .custom-input-checkbox{
	background: #FFF;
}
.field-content .custom-input-checkbox .checkbox-ui{
	border-color: #FFF;
}

#footer{
	padding: 30px 0;
	border-top: 2px solid #000;
	margin-top: 60px;
}
#footer .social-icon{
	padding: 3px 0 5px;;
}
#footer .social-icon a{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}
#footer .social-icon a:not(:last-child){
	margin-right: 25px;
}

/* Resposive */
@media (max-width: 980px) {
	.wget.wget-filter-checkbox{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 4px);
		max-width: none;
	}
}
@media (max-width: 800px) {
	#main-logo *{
		width: 152px;
	}
	#header .tool-user-wrap{
		position: relative;
		cursor: pointer;
	}
	#header .tool-user-wrap i{
		display: block;
		color: #FFF;
		font-size: 24px;
	}
	#header .tool-user-wrap .list-vertical{
		background: #fff none repeat scroll 0 0;
	    border-radius: 2px;
	    box-shadow: 0 0 7px -3px #333;
	    padding: 3px;
	    position: absolute;
	    right: 0;
	    top: 100%;
	    display: none;
	}
	#header .tool-user-wrap:hover .list-vertical{
		display: block;
	}
	#header .tool-user-wrap .list-vertical .list-item{
		display: block;
		padding: 0;
	}
	#header .tool-user-wrap .list-vertical .list-item:not(:last-child){
		border-bottom: 1px dotted #ccc;
	}
	#header .tool-user-wrap .list-vertical .list-item.left-border:before{
		content: "";
	}
	#header .tool-user-wrap .list-vertical .list-item a{
		display: inline-block;
		width: 100%;
		padding: 6px 10px;
		color: #333;
		white-space: nowrap;
	}
}
@media (max-width: 767px) {
	.center-on-mobi{
		text-align: center;
	}
	.wget.wget-filter-checkbox{
		width: 100%;
	}
}
@media (max-width: 360px) {
	.nav-pagination{
		text-align: center;
	}
	.total-post{
		text-align: center;
		padding: 10px 0;
	}
	.nav-pagination .total-post .icon-svg{
		margin-left: 5px;
	}
	.nav-pagination #vsg_layer_1{
		width: 22px;
	}
}



@font-face {
	font-family: 'GGGI-icons';
	src: url("../fonts/GGGI-icons.eot?k2y015");
	src: url("../fonts/GGGI-icons.eot?k2y015#iefix") format("embedded-opentype"), url("../fonts/GGGI-icons.ttf?k2y015") format("truetype"), url("../fonts/GGGI-icons.woff?k2y015") format("woff"), url("../fonts/GGGI-icons.svg?k2y015#GGGI-icons") format("svg");
	font-weight: normal;
	font-style: normal; }
  i,
  [data-icon],
  [class^="icon-"],
  [class*=" icon-"] {
	font-family: 'GGGI-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.path-burger{
	font-family: 'GGGI-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.top-nav{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 250ms;
	z-index: 100;
	border-bottom: 10px solid #00BFA9;
}

.top-nav .container-fluid,
.top-nav .row.vertical-align {

	height: 100%;

}
.top-nav .row.vertical-align {
	padding-left: 25px;
}


.top-nav .logo-section{
	border-bottom: 10px solid red;
    margin-bottom: -10px;
}

.label {
    display: inline;
    padding:  10px 0px 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}