@font-face {
    font-family: "Mark-BoldItalic";
    src: url(../fonts/MarkSimonson-ProximaNovaBoldItalic.otf);
  }
@font-face {
	font-family: "Mark-Bold";
	src: url(../fonts/MarkSimonson-ProximaNovaBold.otf);
}
@font-face {
	font-family: "Mark-Regular";
	src: url(../fonts/MarkSimonson-ProximaNovaRegular.otf);
}
@font-face {
	font-family: "Mark-RegularItalic";
	src: url(../fonts/MarkSimonson-ProximaNovaRegularItalic.otf);
}
@font-face {
	font-family: "Mark-Semibold";
	src: url(../fonts/MarkSimonson-ProximaNovaSemibold.otf);
}
@font-face {
	font-family: "Mark-SemiboldItalic";
	src: url(../fonts/MarkSimonson-ProximaNovaSemiboldItalic.otf);
}
@font-face {
	font-family: "MavenPro-Bold";
	src: url(../fonts/MavenPro-Bold.ttf);
}
@font-face {
	font-family: "MavenPro-Medium";
	src: url(../fonts/MavenPro-Medium.ttf);
}
@font-face {
	font-family: "MavenPro-Regular";
	src: url(../fonts/MavenPro-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');
body{
	font-family: Mark-Regular;
	-webkit-overflow-scrolling: touch;
}

/*--------------header-------------*/
@media (min-width: 1200px){
.mainHeader .container {
    width: 100% !important;
  max-width:1366px;
}
}
header nav{
	float: right;
    margin: 0 auto;
    align-content: space-around;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


header ul.header-menu{
	list-style: none;
	position: relative;
	padding: 0px;
	margin: 0px;
}
header .header-menu li.current a{
	color: #6ac334;
}
header .header-menu li{
display: inline-flex;
    position: relative;
    padding: 30px 10px 30px 10px;
    cursor: pointer;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
}
header .header-menu li a{
	font-size: 13px;
	text-transform: uppercase;
	font-family: Mark-Semibold;
	color: #333333;
	line-height: 30px;
}
header .header-menu li a:hover{
	color: #6ac334;
	text-decoration: none;
}
header .header-menu ul a:hover{
	background:#6ac334;
	color: #fff;
	
}
.thanks-apply{
	border-top: 1px solid #e6e2e2;
    padding: 10px 0px 40px;
}
.header-menu ul{
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	padding: 6px 0px; 
	background: #f3f3f3;
	top:91%;
}
.header-menu ul li{
	float: none;
	margin: 0;
	padding: 0;
}
.header-menu ul::before{
	content: '';
    display: block;
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 23%;
    margin-left: -10px;
}
header .header-menu ul li a{
	text-transform: capitalize;
	line-height: 32px;
	padding: 0px 6px 0px 15px;
	width: 164px;
	display: block;
}
.header-menu li:hover ul{
	display: block;

}
.header-menu li:hover > a{
	    color: #6ac334;
    text-decoration: none;
}
header .header-menu > li > .nav-child .nav-child{
  top: 0;
  right: -100%;
  max-width: 165px;
  display: none;
}
header .header-menu > li > .nav-child li .inactivelink{
  pointer-events: none;
  display: block;
}
header .header-menu > li > .nav-child .nav-child::before{
  display: none;
}

header .header-menu > li > .nav-child > li:hover .nav-child{
  display: block;
}
.member-info tr td a{
  cursor: default;
}
.member-info tr td a:hover .job-title{
		opacity: 1;
	}
/*@media (min-width: 992px){
	.member-info tr td a:hover .job-title{
		opacity: 1;
	}
}*/

@media (min-width: 992px) and (max-width: 1000px) {
    .col-xs-6.col-sm-6.col-md-8.col-lg-6.navbar-item-box {
        max-width: 46%;
    }
}

@media (min-width: 1001px) and (max-width: 1024px) {
    .col-xs-11.col-sm-3-.col-md-8.col-lg-3.mx-auto.navbar-item-logo-2 {
        flex: 0 0 20%;
        max-width: 23%;
    }
    .col-xs-6.col-sm-6.col-md-8.col-lg-6.navbar-item-box {
        flex: 0 0 56%;
        max-width: 55%;
    }
}



/*-----------Banner---------------*/
.banner-banner img,
.contain-img img,
#bottom-home img,
#meet-team-bottom img
{
	width: 100%;
}
#banner .banner-banner,
.section-what-about,
.section-life-at,
.section-company-howfar,
#how-publish .section-how-public,
#reasons .section-reasons,
.section-company-still,
.section-core-work,
.banner-company,
#contact-us
{
	position: relative;
}
.title-banner{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#contact-us{
	z-index: 1;
}
table.member-info{
  	/*max-width: 482px;*/
    margin: 0 auto;
}

#banner .title-banner h3{
	font-family: MavenPro-Medium;
	font-size: 40px;
	line-height: 48px;
	color: #ffffff;
}
#banner .title-banner p{
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	padding: 10px 0px 15px;
}
#banner .title-banner p a{
	font-size: 16px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 30px;
	padding: 10px 30px;
	text-transform: uppercase;
}
#banner .title-banner-life p{
	line-height: 23px;
}
#banner .images-banner{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
#banner .images-banner2{
	position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  font-family: 'Montserrat', sans-serif;
  color:white;
  
}
#banner .images-banner h1{
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	font-family: MavenPro-Bold;
}


#banner .images-banner2 h1{
	font-size: 45px;
	text-transform: capitalize;
	 font-family: 'Montserrat', sans-serif;
  color:white;
 text-shadow: 0px 3px 2px #555555;
    font-weight: 800;
}
#banner .banner-meet h1{
	font-size: 70px;
}

.content-human .human-job{
	color: #6ac334;
	font-size: 28px;
	font-family: MavenPro-Medium;
	margin-bottom: 10px;
}
.content-human .description{
	margin-bottom: 20px;
	font-size: 20px;
}
/*--------------------VIDEO BACKGROUND-------------------------*/
.banner-home{
	position: relative;
	height: auto;
	margin-bottom: -10px;
}
video#bgvid { 
    top:0;
    left:0;
    width: 100%;
    z-index: -100;
    background: url("http://www.truegenics.com/templates/successvantage/images/SV/banner.png") no-repeat;
    background-size: cover; 
}
/*---------------------watch video-----------------------------*/
.ui-corner-all{
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.ui-widget-content {
    border: none;
    background: none;
    color: #222222;
    width: 100%!important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, .ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
    border: none;
    background: url("../images/close1.png") no-repeat center;
}
.ui-widget-header {
    border: none;
    background: none;
}
.ui-dialog .ui-dialog-title{
	display: none;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default
{
	border: none;
	background: url("../images/close1.png") no-repeat center;
}
.ui-dialog .ui-dialog-titlebar{
	margin-bottom: 20px;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.ui-dialog .ui-dialog-titlebar-close {
    width: 27px;
    height: 27px;
}
.ui-widget-overlay {
    background: rgb(0,0,0);
}


.profile-human{
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	overflow-x:hidden;
	overflow-y:auto;
	display: none;
}
.rsform-upload-box{
	display: none;
}
.profile-human:target{
	opacity: 1;
	pointer-events:auto;
}
.profile-human div.container{
	position: fixed;
	background: #ffffff;
	padding: 10px 10px 0px;
	width: 956px;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.profile-human img{
	float: right;
	margin-right: 24px;
}
.profile-human a img{
	width: 40px;
}
.content-human{
	padding: 0px 24px 50px 24px;
	overflow: auto;
}
.content-human h3{
	margin-top: 0;
	font-size: 32px;
}
.img-human{
	position: relative;
}
.job-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    background: #6ac334;
    text-align: center;
    width: 86%;
    height: 91%;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.job-title span{
	display: block;
}
.job-title > div{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);	
    -webkit-transform: translateY(-50%);	
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.recaptcha .formBody{
	float:left;
	margin-left:20px;
}
.recaptcha{
	margin-top:-15px;
}
.recaptcha label{
	margin-top:25px;
}
/*-----------------------Meet the team------------*/
#meet-the-team{
	padding: 65px 0px;
}
#Change {
    padding: 65px 0px 106px;
}
#Change .citation-change{
	text-align: center;
}
#job-detail .content-job-detail h1,
#job-form .content-job-form h1
{
	font-size: 40px;
	font-family: MavenPro-Medium;
	color: #414141;
}
#job-form .content-job-form h1{
	margin-bottom: 45px;
}
#Change .citation-change .box-change img,
#job-detail .content-job-detail p a img,
#our-blog .list-blog .content-blog p a img
{
	width: 15px;
}
#Change .citation-change .box-change {
    border: 2px solid #e5e5e5;
    padding: 0px 20px;
    max-height: 440px;
    height: 100%;
    padding-bottom: 185px;
    position: relative;
}
#Change .citation-change .box-change p{
	text-align: left;
	padding: 0px;
	font-size: 15px;
	line-height: 24px;
}
#Change .citation-change .box-change p.apply-now {
    padding-bottom: 19px;
    position: absolute;
    bottom: 0;
}
#Change .citation-change .box-change p a{
	color: #6ac334;
	font-family: Mark-Semibold;
}
#Change .citation-change .box-change p a:hover{
	text-decoration: none;
}
p.date-post{
	color:#9098b1 !important ;
	font-size: 15px !important;
	line-height: 21px !important;
	padding: 0px !important;
}
#Change .citation-change .box-change h3{
	font-size: 22px;
	text-transform: uppercase;
	font-family: MavenPro-Medium;
	color: #343434;
	line-height: 30px;
	text-align: left;
	margin-bottom: 8px;
}
#Change .citation-change h1{
	font-size: 40px;
	line-height: 25px;
	font-family: MavenPro-Medium;
	color: #414141;
	line-height: 27px;
}
#Change .citation-change p{
	font-size: 18px;
	color: #666666;
	padding:26px 0px;
}
#job-detail .content-job-detail,
#job-form .content-job-form
{
	text-align: center;
	color: #666666;
}
#job-form .content-job-form .job-form .form-input{
	position: relative;
	margin-bottom: 16px;
}
#job-form .content-job-form .form-input label{
	position: absolute;
	left: 30px;
}
#job-form .content-job-form .job-form .form-input input,
#job-form .content-job-form .job-form .form-input select{
	width: 100%;
	padding: 0px 15px;
	background: #f2f2f2;
	border: 1px;
	height: 40px;
	line-height: 40px;
}
#job-form .content-job-form .job-form .form-input select option{
	color:#333333;
}

.not-filled-in{
	color: #333333;
}
#job-detail .content-job-detail p.date-close{
	float: right;
	margin-top: -43px;
	font-size: 15px;
}
#job-detail .content-job-detail h3,
#job-detail .content-job-detail ul{
	text-align: left;
    padding: 0px 15px;
    list-style: none;
}
#job-detail .content-job-detail ul li:before{
	content: "• ";
	color: #6ac334;
	position: absolute;
	margin-left: -17px;
    font-size: 21px;
    margin-top: -5px;
}
#job-detail .content-job-detail ul li{
    padding: 7px 17px;
}
#job-detail .content-job-detail p{
	font-size: 16px;
	line-height: 25px;
	padding-top: 10px;
}
.contact span a{
	color: #666666;
	font-size: 16px;
}
#job-detail .content-job-detail button.button-apply{
	border-radius: 33px;
    background: #6ac334;
    padding: 8px 29px;
    float: left;
    margin-left: 30px;
    border: 1px solid #6ac334;
    color: #fff;
    font-size: 19px;
    font-family: Mark-Semibold;
    margin-top: 40px;
}
#job-detail .content-job-detail p a{
	float: right;
	margin-top: 40px;
	color: #6ac334;
	font-size: 15px;
	font-family: Mark-Semibold;
	text-transform: capitalize;
}
#job-detail,
#job-form
{
    padding: 75px 0px 265px;
    border-top: 1px solid #e6e2e2;
}
#job-form .content-job-form button{
    padding: 9px 25px;
    border-radius: 30px;
    border: 1px;
    background: #6ac334;
    font-size: 19px;
    font-family: Mark-Semibold;
    color: #ffffff;
    float: left;
}
#job-form .content-job-form form button.submit-application{
    padding: 10px 25px;
    border: 1px;
    border-radius: 30px;
    background: #6ac334;
    font-size: 19px;
    font-family: Mark-Semibold;
    color: #ffffff;
    margin-top: 10px;
    float: left;
}
/*--------------------Our Products---------*/
#list-products .products-table{
	padding: 19px 15px 65px;
}
#list-products .products-table table td:last-child
{
	padding-left: 25px;
}
#list-products .products-table table tr{
	border-bottom: 1px solid #e5e5e5;
}
#list-products .products-table table td{
	vertical-align: top;
	padding: 45px 0px
}
#list-products .products-table table tr:last-child{
	border: 0px;
}
#list-products .products-table table td img{
	max-width: 100%;
}
#list-products .products-table table td h5{
	font-family: MavenPro-Medium;
	font-size: 24px;
	line-height: 30px;
	color: #343434;
}
#list-products .products-table table td p{
	font-size: 18px;
	line-height: 25px;
	color: #666666;
}
#list-products .products-table table td a.video{
	color: #6ac334;
	font-family: Mark-Semibold;
	font-size: 15px;
}
/*-------------------Public Success Vantages------------------*/
#public-success .content-public{
	padding: 60px 0px;
}
#public-success .content-public h3{
	text-align: center;
	font-size: 40px;
	color: #343434;
	padding-bottom: 40px;
}
#public-success .content-public p{
	text-align: justify;
	font-size: 20px;
	line-height: 25px;
	color: #666666;
	padding-bottom: 10px;
}
/*------------------What About---------*/
.title-what-about,
.title-life-at,
.title-how-publish,
.title-reasons,
#company-howfar .title-how-far,
.title-company-still,
.title-core-work,
.title-core,
.title-company,
#contact-us .container
{
    position: absolute;
    top: 50%;
    float: left;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.title-what-about2,
.title-life-at2,
#company-howfar2 .title-how-far2
{
    position: absolute;
    top: 50%;
    float: left;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.title-what-about h4,
.title-how-far h4,
.title-life-at h4,
.title-company-still h4,
.title-core-work h4,
.title-core h4,
.title-company h4
{
	font-family: MavenPro-Medium;
	font-size: 40px;
	line-height: 48px;
	color:#343434;
	margin-bottom: 22px;
	word-break: break-word;
}

#WhatAbout .section-what-about .title-life h4, 
.title-how-publish h4,
.title-reasons h4
{
	font-size: 40px;
}
.title-how-publish h4,
.title-reasons h4
{
	font-family: MavenPro-Medium;
	color:#343434;
	line-height: 40px;
	margin-bottom: 15px;
}
.fun h4{
	font-size: 40px;
}
.title-life p{
	font-size: 15px!important;
	line-height: 24px!important;
}
.title-life-at p,
.title-what-about p,
.title-how-publish p,
.title-reasons p,
#company-howfar .title-how-far p,
.section-company-still .title-company-still p,
.title-core-work p,
.title-core p,
.title-company p
{
	line-height: 25px;
	font-size: 20px;
	color: #505b5e;
}
p.note-about{
	font-family: serif;
	font-style: italic;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
}

.title-what-about2 h4,
.title-how-far2 h4,
.title-life-at2 h4,
.title-company-still2 h4,
.title-core-work2 h4,
.title-core2 h4,
.title-company2 h4
{
font-family: Arial;
    letter-spacing: 4px;
    color: #4D8C40;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.title-what-about2 img,
.title-how-far2 img,
.title-life-at2 img
{
  width:25px;
}

.title-what-about2 h3,
.title-how-far2 h3,
.title-life-at2 h3,
.title-company-still2 h3,
.title-core-work2 h3,
.title-core2 h3,
.title-company2 h3
{
font-family: 'Montserrat', sans-serif;
color: #000000;
text-align: center;
font-size:34px;
font-weight:800;
  line-height:1.3;
}
.homebutton {
  margin:10pt auto;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:42px;
	border: 3px solid #6AC334;
	display:inline-block;
	cursor:pointer;
	color:#6AC334;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding:15px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
  box-shadow: 0px 3px 6px #00000085;
}
.homebutton:hover, .homebutton:hover, .homebutton:focus{
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
	color:#6AC334;
	text-decoration:none;
}
.homebutton:active, .homebutton:visited .homebutton:link{
	position:relative;
	top:1px;
  text-decoration:none;
}

a:focus, a:link{
  color:#6AC334;
    text-decoration:none;
}
#bottom-home{
	margin-top: -66px;
}
section.company-how-far,
#slider,
#life-at, #company-still, #core-work, #reasons, #contact-us
{
	margin-top: -77px;
}

section.company-how-far2,
#slider2, #company-how-far2,
#life-at2, #company-still2, #core-work2, #reasons2, #contact-us2
{
	margin-top: 0px;
}
/*------------------Our Blog--------------*/
p.date-post-blog span.day{
	font-size: 58px;
}
p.date-post-blog span.month{
	font-size: 18px;
	font-family: Mark-Semibold;
	text-transform: uppercase;
	float: right;
    padding: 16px 60px 16px 0px;
}
#our-blog .list-blog p.date-post-blog span.date{
	font-size: 14px;
}
.list-blog p.comment,
.list-blog p.share
{
	border: 1px solid #6ac334;
    padding: 6px 29px;
    border-radius: 30px;
    width: 61%;
    color: #6ac334;
    font-size: 17px;
    margin: 15px 0px;
}
.list-blog p.share{
    padding: 6px 11px;
}
.content-blog{
	margin-left: -45px;
	text-align: justify;
}
#our-blog .list-blog .content-blog h3{
	font-size: 35px;
	line-height: 25px;
	font-family: MavenPro-Medium;
	color: #343434;
	text-transform: capitalize;
}
#our-blog .list-blog .content-blog p{
	font-size: 15px;
	line-height: 24px;
	color: #202020;
	text-align: justify;
}
#our-blog .list-blog .content-blog p span{
	font-family: Mark-RegularItalic;
}
#our-blog .list-blog .content-blog p a{
	color: #6ac334;
	font-family: Mark-Semibold;
}
#our-blog .text-search{
	position: relative;
	margin-top: 20px;
}
#our-blog .text-search input{
	width: 100%;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	padding: 4px 15px;
}
#our-blog .text-search label{
	position: absolute;
	top: 7px;
	left: 5px;
}
#our-blog ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#our-blog ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #e9e9e9;
}
#our-blog ul li:last-child{
	border-bottom: 0px;
}
#our-blog .content-blog img{
	width: 100%;
}
#our-blog article{
	border-bottom:1px solid #e9e9e9;
	padding: 30px 0px;
}
#our-blog h3{
	font-size: 27px;
	font-family: MavenPro-Bold;
	text-transform: uppercase;
	line-height: 30px;
}
#our-blog .join-sucess-vantages{
	margin-top: 20px;
}
#our-blog .join-sucess-vantages p a{
	padding: 10px;
	border: 1px solid #6ac334;
	border-radius: 30px;
	color: #6ac334;
}
#our-blog p.previous{
	float: left;
	margin-top: 15px;
	margin-bottom: 110px;
}
#our-blog p.next{
	float: right;
	margin-top: 15px;
	margin-bottom: 110px;
}
#our-blog p.previous a,
#our-blog p.next a{
	color: #6ac334;
	font-family: "Mark-Regular";
	font-size: 15px;
	line-height: 33px;
}
.join-sucess-vantages p{
	margin-bottom:25px;
}

/*------------------Contact Us------------*/
#contact-us .content-contact-us h3{
	font-size: 22px;
	font-family: MavenPro-Bold;
	color: #0c0c0c;
	margin-bottom: 15px;
}
#contact-us .content-contact-us h2{
	font-size:40px ;
	font-family: MavenPro-Medium;
	color: #414141;
	margin-bottom: 35px;
	line-height: 25px;
}
#contact-us .content-contact-us p.address{
	margin-bottom: 25px;
}
#contact-us .content-contact-us p{
	font-size: 16px;
	color: #666666;
}
#contact-us .content-contact-us p span{
	color:#6ac334;
}
#contact-us .content-contact-us .form-input{
	position: relative;
}
#contact-us .content-contact-us .form-input label{
	position: absolute;
	left: 30px;
}
#contact-us .content-contact-us form input,
.content-contact-us form textarea
{
	width:100%;
	margin-left: 10px;
	padding: 10px 15px;
	background: #f2f2f2;
	border: 1px;
}
#contact-us .formResponsive textarea, 
#contact-us .formResponsive input[type="text"] {
    font-size: 15px;
    margin-bottom: 0;
}
#contact-us .content-contact-us form input{
	height: 40px;
}
.content-contact-us form textarea{
	height: 100px;
}
#contact-us .content-contact-us form input#Message{
	height: 77px;
	padding: 5px 15px;
}
#contact-us .content-contact-us form button,
button.buttonConti
{
	margin-left: 5px;
	padding: 10px 41px;
	border-radius: 30px;
	border: 1px;
	background: #6ac334;
	color: #fff;
	font-size: 19px;
	font-family:Mark-Semibold;
	margin-top: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus{
	border: none;
	box-shadow: 0 0 5px #00B2EE;
	-webkit-box-shadow: 0 0 5px #00B2EE;
	-moz-box-shadow: 0 0 5px #00B2EE;
	-o-box-shadow: 0 0 5px #00B2EE;
}
.contact-form input{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
/*---------------Hidden Menu-----------------*/
header #hidden span{
	width: 33px;
	height: 5px;
	background: #88e243;
	border-radius: 30px;
	border: 1px;
	display: block;
	margin-bottom: 5px;
}
header #hidden{
	display: none;
	padding-top: 27px;
	padding-right: 10px;
}



/*---------------footer-------------------*/
footer{
	background: #232323;
  padding: 30px 0px;
}
footer .menu-footer{
	float: right;
	padding-top: 15px;
}
footer .menu-footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer .menu-footer ul.footer-title{
	display: inline;
}
footer ul.social-network{
	list-style: none;
}
footer ul.social-network li a{
	font-size: 20px;
	padding: 12px 10px 10px 10px;
	background: url(../images/circle.png) center center no-repeat;
	color: #232323;
}
footer ul.social-network li.icon-social{
	margin-top: 20px;
	display: block;
}
footer h3.tag-main-menu a,
footer h3.tag-main-menu,
footer ul.footer-title li a
{
	font-family: MavenPro-Bold;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color:#cccccc;
	display: block;
}
footer h3.tag-main-menu a:hover{
	text-decoration: none;
	color: #ffffff;
}
footer h3{
	margin-bottom: 0px;
	margin-top: 0px;
}
footer ul li a{
	color: #fff;
	text-transform: uppercase;
	line-height: 26px;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: none;
	color: #ffffff;
}
footer p{
	text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin: 15px 0px 21px;
}
#meet-the-team table td img{
	width: 100%;
}
.favslider{
	margin: 0px;
}
#fav-caption h3{
	text-transform: inherit;
	font-size: 18px;
	line-height: 26px;
}
.fav-direction-nav a.fav-next{
	background: url(../images/next.png)no-repeat center center;
}
.fav-direction-nav a.fav-prev{
	background: url(../images/prev.png)no-repeat center center;
}
.fav-direction-nav a.fav-disabled{
	display: none;
}
#fav-caption{
	padding: 3.5% 0 0%;
	position: relative;
}
.favslider .favs > li{
	margin-top: 85px;
}
.fav-direction-nav a{
	top: 64%;
}
#fav-caption p#fav-caption2{
	font-size: 22px;
	line-height: 28px;
	font-family: MavenPro-Bold;
}
#fav-caption p#fav-caption3{
	font-family: MavenPro-Regular;
	font-size: 20px;
	font-family: 28px;
}
#fav-caption img{
	width:200px;
	border-radius: 264px;
	margin-left: auto;
	margin-right: auto;
}
#slider{
	height: 474px;
	background: url("https://cdn.truegcloud.com/truegenics/website/1.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#fav-caption {
    width: 100%;
}
textarea
{
	height: 100px;
}
.content-human img{
	width: 100%;
	max-width: 287px;
	float: left;
}

@media (min-width: 1700px){
	section.company-how-far, 
	#slider, #life-at, #company-still, 
	#core-work, #reasons, 
	#contact-us,#bottom-home {
    margin-top: -100px;
	}
	#Change{
		margin-bottom: 40px;
	}
  #banner .images-banner2 h1 {
    font-size: 55px;
}
  .title-what-about2 h3, 
  .title-how-far2 h3, 
  .title-life-at2 h3, 
  .title-company-still2 h3, 
  .title-core-work2 h3, 
  .title-core2 h3, 
  .title-company2 h3 
  {
    font-size: 38px;
  }
  .title-what-about2 h4, 
  .title-how-far2 h4, 
  .title-life-at2 h4, 
  .title-company-still2 h4, 
  .title-core-work2 h4, 
  .title-core2 h4, 
  .title-company2 h4 
  {
    font-size: 28px;
  }
  .homebutton {
        margin-top: 20pt;
        font-size: 30px;
  }
  
}
@media (max-width: 1200px){
	

	.navbar-toggle .icon-bar {
	  width: 28px;
	  height: 4px;
	  border-radius: 5px;
	}
	
	#contact-us .content-contact-us h2 {
		margin-left: -15px;
	}
	
	#contact-us .content-contact-us form input,
	.content-contact-us form textarea,
	#contact-us .content-contact-us form button,
	{
		margin-left: 0px;
	}
	.fav-direction-nav li .fav-next {
	    right: 50px;
	}
	.fav-direction-nav li .fav-prev {
	    left: 50px;
	}
	.slider-content{
		padding: 0 20px;
	}
	#fav-caption h3 {
	    line-height: 21px;
	    margin-top: 5px;
	    margin-bottom: 0;
	    display: block;
	    max-height: 300px;
	    overflow: hidden;
	}
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    
    
  header .header-menu li {
    display: inline-flex;
    position: relative;
    padding: 30px 5px 30px 5px !important;
    cursor: pointer;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
}
  header .header-menu li a{
	font-size: 12px !important;
  }
}
@media (max-width:1000px){
  header ul.header-menu{
		display: none;
	}
	.navbar-toggle{
		display: block;
		margin: 0;
		padding: 0;
		border-radius: 0;

	}
	.navbar-header{
		float: right;
		margin-top: 25px;
		margin-right: 0px !important;
	}
  
  footer .navbar-header {
    display:none;
  }
	#navbar{
		display: none;
	}
  
}

@media (max-width: 992px){
	.content-human{
		max-height: 400px;
	}

	.item-page{
		background: #f7f7f7;
	}
	.banner-banner,.contain-img,
	#bottom-home,#meet-team-bottom
	{
		/*overflow: hidden;*/
    	text-align: center;
	}
	.position-title,.position-banner{
		position: static;
	}
	.sectionTitle{
		position: absolute;
		top: 42%;
		right: 0;
		width: 50%;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		padding: 0px 20px;
	}
	.title-life-at .sectionTitle,
	.title-reasons .sectionTitle
	 {
    	transform: translateY(-150%);
    	-webkit-transform: translateY(-150%);
    	-moz-transform: translateY(-100%);
    	-ms-transform: translateY(-100%);
	}
	.banner-title{
		position: absolute;
	    top: 32%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	}
	.section-right-title{
		position: absolute;
		top:34%;
		width: 50%;
		transform:translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	p.note-about{
		font-size: 18px;
    	line-height: 21px;
	}
	.title-what-about, .title-life-at, .title-banner,
	.title-how-publish, .title-reasons, 
	#company-howfar .title-how-far, .title-company-still, 
	.title-core-work, .title-core, .title-company, 
	#contact-us .container{
		position: initial;
	    left: 0;
	    float: none;
	    transform: inherit;
	    -webkit-transform: inherit;
	    -moz-transform: inherit;
	    -ms-transform: inherit;
	    margin-top: 10px;
	    padding-bottom: 20px;
	}
	
	.title-company{
		margin-top: 20px;
	}
	.title-company-still{
		padding-bottom: 42px;
	}
	.sectionTitle h4,
	.section-right-title h4{
		font-size: 28px;
		line-height: 28px;
	}
	#company-still,#bottom-home{
		margin-top: -10px;
	}

	#slider{
		height: 320px;
	}
	.bt-googlemaps{
		height: 320px!important;
	}
	#contact-us .contain-img {
    	display: none;
	}
	#contact-us
	{
		margin-top: 0px;
		padding: 10px 0px 80px;
	}
	.content-contact-us form textarea{
		margin-left: 10px;
		height: 133px;
	}
	#contact-us .container
	{
		position: relative;
	    left: 0;
	    float: none;
	    transform: inherit;
	    -webkit-transform:inherit;
	    -moz-transform:inherit;
	    -ms-transform:inherit;
	    margin-top: 20px;
	}
	#contact-us .content-contact-us h2 {
		margin-left: 0;
	}
	#fav-caption img {
    	width: 132px;
    }
    .fav-direction-nav li .fav-next {
    	right: 3%;
	}
	.fav-direction-nav li .fav-prev {
    	left: 3%;
	}
	.slider-content{
		padding: 0 20px;
	}
    #fav-caption h3,
    #fav-caption p#fav-caption3 
    {
	    font-size: 15px;
	    line-height: 23px;
	}
	
	.mp-container{
		background: #fff;
	}
	.mp-pusher::after, .mp-level::after, .mp-level::before {
	    top: inherit;
	}
	.mp-pusher::after, .mp-level::after {
     background:none; 
	    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	}
	
	#job-form .content-job-form form button.submit-application{
		clear: both;
	}
	.attach-cv{
		text-align: left;
	}
	.title-company-still .mCSB_scrollTools{
		left: 0;
	}
	.title-company-still .mCSB_inside > .mCSB_container{
		margin-left: 15px;
	}
	#Change .citation-change .box-change {
    	margin-bottom: 25px;
	}
	.content-blog{
		margin-left: 0;
		clear: both;
	}
	.date-post-blog{
		float: left;
		position: relative;
	}
	p.date-post-blog span.month{
	    position: absolute;
	    top: 20px;
	    left: 58px;
	    padding: 0;
	}
	p.date-post-blog span.date{
		position: absolute;
		bottom: 0px;
	}
	.list-blog p.comment,
	.list-blog p.share
	{
		float: left;
		padding: 3px 43px;
		margin: 37px -36px 0px 53px;
		width: 164px;
	}
	#our-blog p.next,
	#our-blog p.previous
	{
		margin-bottom: 0px;
	}
	#banner .images-banner h1{
		font-size: 44px;
		line-height: 45px;
	}
	#banner .banner-company .title-banner p
	{
		color: #666666;
		
	}
	#banner .banner-company .title-banner p a {
	    color: #6ac334;
	    font-size: 16px;
	    border: 2px solid #6ac334;
	    padding: 7px 18px;
	}
	#fav-caption h3 {
	    line-height: 21px;
	    margin-top: 5px;
	    margin-bottom: 0;
	    display: block;
	    max-height: 130px;
	    overflow: hidden;
	}
	section.company-how-far, #slider, 
	 #core-work, 
	#reasons, #contact-us{
		margin-top: -30px;
	}
	#life-at{
		margin-top:-50px;
	}
	 #slider{
	 	margin-top: -66px;
	 }
	 article.meet-the-team,
	 article.job-opening,
	 article.blog {
	 	background: #ffffff;
	 }
	 #Change .citation-change .box-change{
	 	padding-bottom: 60px;
	 }
}
@media (max-width: 845px){
	.content-human h3{
		clear: both;
	}
	.content-human .col-md-5 img{
		float: left;
	}
}
@media (max-width: 768px){
	#fav-caption {
	    padding: 1.5% 0 0%;
	}
	#slider{
		height: 400px;
	}
	.bt-googlemaps{
		height: 400px!important;
	}
	.content-contact-us form textarea{
		margin-left: 0px;
	}
	.mCSB_inside > .mCSB_container {
		margin-right: 0px;
	}
	#job-detail .content-job-detail p a{
		margin-right: 20px;
	}
	
	footer{
		clear: both;
		text-align: center;
		padding:30px 0px;
	}
	footer .menu-footer{
		float: none;
		width: 100%;
	}
	footer ul li
	{
		display: none;
	}
	footer ul.footer-title li{
		display: block;
	}
	footer .menu-footer{
		padding-top: 0;
	}
	ul.social-network li.icon-social{
		margin-top: 0px!important;
	}
	footer .row p {
		line-height: 19px;
    	padding: 0px 53px;
	}
	#contact-us .content-contact-us form input{
		margin-left: 0px;
	}
	#contact-us .content-contact-us form button {
	    margin-left: 15px;
	    padding: 6px 25px;
	    font-size: 15px;
	}
	footer ul.social-network{
		margin-top: 12px;
		padding: 0;
	}
	footer ul.social-network li{
		display: inline-block!important;
	}
	footer ul.social-network li a{
		font-size: 22px;
	}
	.favslider .favs > li{
		margin-top: 52px;
	}
	.slider-content{
		padding: 0 30px;
	}
	.fav-direction-nav li .fav-next{
		right: 0;
	}
	.fav-direction-nav li .fav-prev{
		left: 0;
	}
	.content-human img{
		width: 50%;
	}
	.profile-human a img {
    	width: 32px;
	}
	.content-human h3{
		padding-top: 10px;
		margin-bottom: 0;
	}
	.content-human {
    	padding: 0px 24px 30px 24px;
	}
	#contact-us .content-contact-us .form-input{
		margin-bottom: 15px;
	}
	#fav-caption h3 {
	    line-height: 21px;
	    margin-top: 5px;
	    margin-bottom: 0;
	    display: block;
	    max-height: 110px;
	    overflow: hidden;
	}
}
@media (max-width: 510px){
  .contain-img img{
  height:100%;
    width:auto;
    vertical-align:middle;
  }
	video#bgvid {
    height: auto;
    width: 140%;
    max-width: 500px;
    margin: 0px -150px;
      
	}
	.content-human{
		height: 360px!important;
	}
	header .logo{
		margin-left: -10px;
	}
	header nav{
		margin-right: 5px;
	}
	header .logo h1{
		margin-top: 10px;
	}
	.sectionTitle,
	.banner-title,
	.section-right-title,
	.title-life-at .sectionTitle,
	.title-reasons .sectionTitle 
	{
		position: relative;
		width: inherit;
		transform:inherit;
		-webkit-transform:inherit;
		-moz-transform:inherit;
		-ms-transform:inherit;
		left: 0;
	}
	#list-products .products-table table td img {
		max-width: 200px;
		height: auto;
		margin-top: 40px;
	}
	#list-products .products-table table tr:first-child td:first-child img
	{
		margin-top: 0px;
	}
	#list-products .products-table table tr td:first-child{
		width: 100%;
		text-align: center;
	}
	#contact-us .contain-img{
		display: none;
	}
	#contact-us .content-contact-us h2,
	#contact-us .content-contact-us form button,
	.title-company-still .mCSB_inside > .mCSB_container
	{
		margin-left: 0px;
	}
	#contact-us .content-contact-us .form-input{
		margin-right: 0px;
		margin-left: 0px;
	}
	#job-form .content-job-form .job-form .form-input{
	
		margin-left: 10px;
	}
	.banner-banner,
	.contain-img,
	#bottom-home,#meet-team-bottom,.banner-home
	{
		height: 280px;
		overflow: hidden;
    	text-align: center;
    	max-height: 280px;
	}
  .banner-home2
	{
		height: 235px;
		overflow: hidden;
    	text-align: center;
    	max-height: 250px;
	}
	#bottom-home img,
	#banner img,
	#WhatAbout img,
	#life-at img,
	#company-howfar img,
	.section-company-still img,
	.section-core-work img,
	#meet-team-bottom img,
	.section-how-public img,
	#reasons img
	{
		height: 100%;
    	margin: -0% -100%;
    	width: auto;
	}
	#meet-the-team{
		padding: 25px 0px;
	}
	#company-howfar img{
		margin: -7% 0%;
	}
	#banner .banner-company img,
	.section-company-still img,
	{
		margin: -0% -100% -0% -135%;
	}
	#WhatAbout img,
	#life-at img,
	.section-core-work img,
	#reasons img 
	{
		margin: -0%;
	}
	#life-at .contain-img{
		height: 327px;
		max-height: 327px;
	}
	#banner .images-banner h1{
        font-size: 28px !important;
    	line-height: 30px;
    	margin-top: 3% !important;	
	}
  #banner .images-banner2 h1 {
    font-size: 21px !important;
    line-height: 1.2;
    margin-top: 13% !important;
  }
  .homebutton{
    margin-top:0px;
    font-size: 18px;
    padding: 10px 20px;
  }
  .title-what-about2, .title-life-at2, #company-howfar2 .title-how-far2 {
    position: absolute;
    top: 50%;
    width:100%;
  }
  .sectionTitle h4, .section-right-title h4 {
    font-size: 14px;
    line-height: 0px;
}
  .title-what-about2 h3, .title-how-far2 h3, .title-life-at2 h3, .title-company-still2 h3, .title-core-work2 h3, .title-core2 h3, .title-company2 h3 {
    font-size: 17px;}

  	#banner .images-banner h3{
        font-size: 24px !important;
        margin-top: 0px !important;
        line-height: 29px !important;	
	}
	#Change
	{
		padding: 5px 0px 30px;
	}
	#banner .banner-company .title-banner h3,
	.title-how-far h4,
	.title-company-still h4,
	.title-core-work h4,
	#Change .citation-change h1,
	#public-success .content-public h3,
	.title-how-publish h4,
	.title-reasons h4
	{
		color: #343434;
		font-size: 25px;
		line-height: 30px;
	}
	#job-form .content-job-form h1,
	#job-detail .content-job-detail h1,
	#contact-us .content-contact-us h2
	{
		font-size: 30px;
		line-height: 35px;
	}
	#public-success .content-public h3{
		padding-bottom: 0px;
	}
	#job-form .content-job-form .form-job input{
		padding: 10px 15px;
	}
	#job-form .content-job-form h1{
		margin-bottom: 25px;
	}
	#public-success .content-public{
		padding: 10px 0px;
	}
	#job-form .content-job-form .form-job button,
	#job-form .content-job-form form button.submit-application
	{
	    padding: 4px 25px;
	    font-size: 15px;
	}
	#banner .banner-company .title-banner p,
	#company-howfar .title-how-far p,
	.title-company p,
	.title-core-work p,
	#Change .citation-change p,
	.section-company-still .title-company-still p,
	#job-detail .content-job-detail p,
	#public-success .content-public p,
	.title-how-publish p,
	.title-reasons p,
	#contact-us .content-contact-us p,
	#list-products .products-table table td p,
	.title-core p
	{
		color: #666666;
		line-height: 23px;
		font-size: 15px;
	}
	.title-reasons p{
		margin-bottom: 5px;
	}
	#public-success .content-public p{
		padding-bottom: 0px;
	}
	#Change .citation-change p{
		padding: 5px 0px 20px;
	}
	#Change .citation-change .box-change h3{
		font-size: 18px;
		line-height: 24px;
	}
	#job-detail .content-job-detail p{
		text-align: left;
	}
	.title-reasons{
		margin-top: 10px!important;
	}
	.content-contact-us form textarea{
		height: 100px;
	}
	#job-detail .content-job-detail p.date-post,
	#job-detail .content-job-detail p.date-close
	{
		margin-left: 15px;
	}
	#job-detail .content-job-detail p.date-close{
		float: none;
		margin-top: -22px;
	}
	#banner .banner-company .title-banner p a{
		color: #6ac334;
		font-size: 16px;
		border: 2px solid #6ac334;
		padding: 7px 18px;
	} 
	.title-life-at .col-md-6,
	.title-what-about .col-md-6,
	#company-howfar .title-how-far .col-md-6,
	#banner .title-banner .col-md-6
	{
		padding-right: 5px;
		padding-left: 5px;
	}
	#WhatAbout .section-what-about .title-what-about h4,
	.title-life-at h4
	{
		font-size: 22px;
	}
	#WhatAbout .section-what-about .title-what-about h4{
		margin-bottom: 12px;
	}
	#WhatAbout .section-what-about .title-what-about,
	.title-life-at,
	#banner .title-banner,
	#company-howfar .title-how-far,
	.section-company-still .title-company-still,
	.title-core-work,
	.title-how-publish,
	.title-reasons,
	#contact-us .container
	{
		position: relative;
	    left: 0;
	    float: none;
	    transform: inherit;
	    -webkit-transform:inherit;
	    -moz-transform:inherit
	    -ms-transform:inherit
	    margin-top: -15px;
	}
	.content-contact-us form textarea{
		margin-left: 0;
		height: 100px;
	}
	#WhatAbout .section-what-about .title-what-about p.note-about{
		font-size: 15px;
		line-height: 17px;
		margin-bottom: 15px;
	}
	#WhatAbout .section-what-about .title-what-about p,
	.title-life-at p
	{
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}
	.title-life-at{
		top:20px;
		margin-bottom: 40px;
	}
	#bottom-home,
	section.company-how-far,
	#company-still,
	#core-work,
	#slider,
	#reasons,
	#contact-us
	{
		margin-top: 0px;
	}
	#slider, #meet-team-bottom{
		margin-bottom: -20px;
	}
	#Change .citation-change .box-change{
		margin-bottom: 25px;
	}
	#job-detail,#job-form{
		padding: 0;
	}
	#contact-us{
		padding: 10px 0px;
	}
	#job-detail .content-job-detail h3{
		font-size: 20px;
		margin:5px 0px;
	}
	#job-detail .content-job-detail ul li {
    	padding: 2px 17px;
	}
	#job-detail .content-job-detail p a{
		margin-right: 20px;
	}
	#job-detail .content-job-detail button.button-apply {
	    padding: 3px 17px;
	    font-size: 15px;
	    margin-top: 10px;
	}
	#job-detail .content-job-detail p a{
		margin-top: 6px;
	}
	#list-products .products-table table td{
		display: block;
		padding: 0 0px 30px;
	}
	#contact-us .content-contact-us h3{
		margin-bottom: 10px;
	}
	#contact-us .content-contact-us p.address{
		margin-bottom: 15px;
	}
	.menu-footer:last-child{
		padding-left: 23%;
    	padding-right: 23%;
	}
	.menu-footer:last-child h3{
		float: left;
	}
	.favslider ul.favs li{
		position: relative;
		height: 380px;
	}
	.favslider ul.favs li img{
		height: 103px;
		max-width: none;
		width:103px;
	}
	#fav-caption img{
		width: 104px;
	}
	.fav-direction-nav{
		display: none;
	}
	#fav-caption{
		padding: 0;
	}
	#fav-caption h3 {
	    line-height: 21px;
	    margin-top: 5px;
	    margin-bottom: 0;
	    display: block;
	    max-height: 150px;
	    overflow: hidden;
	}
	#fav-caption p#fav-caption2{
		margin-bottom: 0;
		font-size: 17px;
	}
	#slider img{
		max-width: none;
	}
	#job-form .content-job-form button{
		padding: 3px 25px;
	}
	.sectionTitle{
		padding: 0;
		transform:inherit;
		-webkit-transform:inherit;
		-moz-transform:inherit;
		-ms-transform:inherit;
	}
	.item-page{
		background: #ffffff;
	}
	.content-human h3{
		clear: both;
		font-size: 28px;
	}
	p.human-job{
		font-size: 24px;
	}
	.profile-human img{
		margin-bottom: 10px;
	}
	.slider-content {
    	padding: 0;
	}
	iframe{
		height: 300px;
		width:98%;
	}
	#banner .images-banner{
		top: 31%;
		left: 0%;
		transform:inherit;
		-webkit-transform:inherit;
		-moz-transform:inherit;
		-ms-transform:inherit;
        padding: 0 10px;
	}
  	#banner .images-banner img {
    	height: auto;
    	width: 100%;
    	margin: 5.5% 0 0;
	}
	.member-info {
		margin-left: auto;
		margin-right: auto;
	}
	.member-info tr td{
		display: table-row;
	}
	.img-human{
	    margin-bottom: 10px;
	    width: 90%;
	}
	.content-human img{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.content-human p:last-child{
		font-size: 15px;
	}
}
@media (max-width: 380px){
	#job-detail .content-job-detail button.button-apply{
		float: left;
		margin-left: 20px;
	}
	#job-detail .content-job-detail p {
	    text-align: left;
	    clear: both;
	}
	#job-detail .content-job-detail p a {
    	margin-left: 20px;
    	float: none;
	}
	.menu-footer:last-child{
		padding-left: 17%;
    	padding-right: 17%;
	}
	#slider{
		height: 420px;
	}
}