/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
  font: 13px/23px Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  border-top: 4px solid;
}

a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', serif;
}

.small-text {
  font-size: 12px;
}

.widget-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.widget-main-title {
  border-bottom: 1px solid;
}

.welcome-text {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px 0;
}

.page-title {
  display: block;
  padding: 18px 20px;
}
.page-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-title ul li {
  float: left;
  display: block;
}
.page-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin: 0;
}
.page-title h6:not(:first-child):before {
  content: "/";
  padding: 0 10px;
}

.grid-or-list {
  float: right;
}
.grid-or-list ul {
  padding: 0;
  margin: 0;
}
.grid-or-list ul li {
  font-size: 14px;
  line-height: 14px;
  margin: 0 7px;
}
.grid-or-list ul li:last-child {
  margin-right: 0 !important;
}

blockquote {
  border-left: 4px solid;
}
blockquote h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.shortcode-typo p {
  margin-bottom: 20px;
}

.shortcode-typo h4 {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	BOOTSTRAP OVERRIDING
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}

.nav-tabs > li {
  margin: 0;
  padding: 0;
}

.nav-tabs {
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-tabs > li > a:hover {
  border: none;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}

.tab-content > .tab-pane {
  padding: 20px;
  border-top: 2px solid;
}

.panel-group .panel {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

.panel-collapse {
  padding: 0 10px;
}

.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
}

.progress {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.site-header {
  font-size: 12px;
  border-bottom: 4px solid;
}

.header-left p {display: inline-block;margin-right: 10px;margin-bottom: 0;padding-top: 7px;}
.header-left p i {
  margin-right: 7px;
}
.logo{
  padding:10px 0px;
}
.logo img {max-width: 70px;}

.header-right {
  margin: 52px auto;
  text-align: right;
}

.small-links {
  padding: 0;
  margin: 0 0 15px 0;
}
.small-links li {
  list-style: none;
  display: inline;
}
.small-links li:not(:last-child):after {
  padding: 0 8px;
  content: '|';
}

.search-form form input {
  min-width: 240px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  height: 34px;
  padding: 10px;
}

.main-navigation {
  font-size: 14px;
}

.main-menu {
  padding: 0;
  margin: 0;
}
.main-menu li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
}
.main-menu li.current>a{
  border-color:#FFC107;
  color: #FFC107;
}
.main-menu li ul {
  position: absolute;
  width: 180px;
  z-index: 9999;
  top: 100%;
  left: 0;
  padding: 0;
  border-top: 4px solid;
}
.main-menu li ul li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid;
  padding: 0;
}
.main-menu li ul li a {
  display: block;
  padding: 12px 20px;
  text-transform: none;
}
.main-menu li ul li ul {
  left: 100%;
  top: 0;
}
.main-menu a {
  display: block;
  padding: 33px 20px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

.sf-with-ul i {
  margin-left: 10px;
}

.social-icons {
  padding: 17px 20px;
  margin: 0;
}
.social-icons li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-left: 20px;
}

.menu-toggle-btn {
  height: 60px;
  font-size: 24px;
  display: block;
  line-height: 60px;
}

.responsive_menu {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

.main_menu {
  margin: 0;
  padding: 20px;
  list-style: none;
  border-bottom: 1px solid;
}
.main_menu li:not(:first-child) {
  border-top: 1px solid;
  padding: 12px 0;
}
.main_menu li ul {
  list-style: none;
  margin-left: -10px;
  margin-top: 10px;
}
.main_menu li ul li {
  border-top: 1px solid;
  padding: 10px 0;
}
.main_menu li ul li:before {
  content: '-';
  margin-right: 10px;
}
.main_menu a {
  font-size: 16px;
}

.social_icons {
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0;
  padding-left: 20px;
  display: inline-block;
  text-align: center;
}
.social_icons li {
  display: inline;
  float: left;
}
.social_icons li a {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.main-slideshow {
  padding: 6px;
}

.slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider-caption h2 {
  margin: 0 0 7px 0;
  line-height: 20px;
}
.slider-caption h2 a {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.slider-caption p {
  margin: 0;
  color: #fff;
}

.flexslider {
  position: relative;
  height: 272px;
}
.flexslider img {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  height: auto;
  height: 100%;
}

.flex-direction-nav {
  position: absolute;
  right: 36px;
}

.flex-direction-nav a {
  width: 36px;
  height: 36px;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*	SETTINGS
/*-----------------------------------------------------------------------------------*/
.grid-event-item,
.load-more-btn,
.event-container,
.event-contact,
.gallery-item,
.blog-grid-item,
.blog-post-container,
.prev-next-post,
#blog-author,
.blog-post-comments,
.contact-page-content,
.contact-form,
.contact-map,
.course-post,
#disqus_thread,
.site-footer,
.widget-item,
.widget-sidebar,
.main-slideshow,
.widget-main,
.list-event-item,
.page-title {
  margin-top: 30px;
}

.event-container,
.blog-post-inner,
#blog-author,
.blog-comments-content,
.contact-page-content,
.course-details,
#disqus_thread,
.widget-item,
.widget-main-title,
.widget-inner,
.box-content-inner,
.slider-caption {
  padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	MAIN STYLING
/*-----------------------------------------------------------------------------------*/
.request-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 16px;
}

.request-information label {
  font-weight: 400;
  font-size: 12px;
}
.request-information label, .request-information input, .request-information select {
  display: block;
}
.request-information input {
  width: 100%;
  border: 1px solid;
  padding: 5px 10px;
  outline: none;
}

.request-info {
  margin-top: 15px;
}

input, select {
  border: none;
  outline: none;
}

.mainBtn,
.request-information .submit_field .mainBtn {
  height: 40px;
  text-align: right;
  width: auto;
  padding: 0 15px;
  margin: 0;
}

.submit_field {
  margin-top: 16px;
  line-height: 40px;
}
.submit_field .small-text {
  line-height: 40px;
}

.request-information .request-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-select select {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  padding: 3px 8px;
  border: 1px solid;
}

.full-row {
  margin-bottom: 10px;
}

.blog-list-post,
.event-small-list,
.prof-list-item {
  display: block;
  padding-top: 15px;
}
.blog-list-post:first-child,
.event-small-list:first-child,
.prof-list-item:first-child {
  padding-top: 0 !important;
}
.blog-list-post:last-child,
.event-small-list:last-child,
.prof-list-item:last-child {
  margin-bottom: 0 !important;
}
.blog-list-post:not(:last-child),
.event-small-list:not(:last-child),
.prof-list-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed;
}

.blog-list-thumb {
  float: left;
  width: 65px;
  height: 65px;
  display: block;
  margin-right: 15px;
}
.blog-list-thumb img {
  width: 100%;
  height: 100%;
}

.blog-list-title,
.blog-grid-title,
.event-small-title,
.event-title,
.gallery-title {
  margin: 2px 0 0 0;
}
.blog-list-title a,
.blog-grid-title a,
.event-small-title a,
.event-title a,
.gallery-title {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
  color: #1d68a3;
}

.blog-list-meta,
.event-small-meta,
.blog-grid-meta {
  margin: 0;
}

.calendar-small {
  float: left;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 65px;
}
.calendar-small .s-month {
  display: block;
  width: 65px;
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.calendar-small .s-date {
  font-size: 16px;
  font-weight: 700;
  width: 65px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: block;
}

.prof-thumb {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
}
.prof-thumb img {
  width: 100%;
  height: 100%;
}

.prof-name-list {
  margin: 2px 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
}

#slider-testimonials ul {
  padding: 0;
  margin: 0;
}
#slider-testimonials ul li {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-style: italic;
}
#slider-testimonials .prev, #slider-testimonials .next {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  float: left;
  display: block;
  margin: 10px 2px 0 0;
}

.gallery-small-thumbs {
  margin-left: -12px;
  margin-bottom: -12px;
}

.thumb-small-gallery {
  overflow: hidden;
  float: left;
  margin-left: 12px;
  width: 70px;
  display: inline-block;
  height: 70px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumb-small-gallery img {
  width: 100%;
  height: 100%;
}

.our-campus ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-campus ul li {
  float: left;
      margin-left: 30px;
}
.our-campus ul li img {
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-campus ul li img:hover {
  opacity: .8;
}

.grid-event-header {
  border-bottom: 1px solid;
  padding: 15px 20px;
}
.grid-event-header span i {
  margin-right: 10px;
}
.grid-event-header .event-place {
  margin-right: 20px;
}

.event-title {
  margin: 0 0 10px 0;
}

.load-more-btn {
  text-align: center;
  border-bottom: 2px solid;
}
.load-more-btn a {
  padding: 12px 20px;
  font-weight: 700;
  display: block;
}
.load-more-btn:active {
  border-bottom: 0;
}

.list-event-thumb {
  float: left;
  margin-right: 20px;
  display: block;
  width: 170px;
  height: 150px;
}
.list-event-thumb img {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.list-event-thumb img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

.list-event-item .list-event-header {
  margin-bottom: 10px;
  line-height: 32px;
}
.list-event-item .list-event-header span i {
  margin-right: 10px;
}
.list-event-item .list-event-header .event-place {
  margin-right: 20px;
}
.list-event-item .list-event-header .view-details {
  float: right;
}

.lightBtn {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
}

.event-container .event-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.event-container .event-time {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 20px 0;
}

.left-event-content {
  float: left;
  position: relative;
}

.right-event-content {
  float: right;
  width: 65%;
}
.right-event-content p {
  margin-bottom: 20px;
}

.event-contact h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.event-contact ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
.event-contact ul li {
  line-height: 24px;
}

#Grid .mix {
  display: none;
  opacity: 0;
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-content {
  padding: 12px 20px;
}
.gallery-content p {
  margin-top: 5px;
  margin-bottom: 0;
}

.search-form-widget input {
  border: 1px solid;
  width: 100%;
  padding: 7px 10px;
}

.mixitup-controls {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: square;
}
.mixitup-controls li {
  line-height: 24px;
  cursor: pointer;
}
.mixitup-controls .active {
  font-weight: 700;
}

.blog-list-details,
.event-small-details {
  overflow: hidden;
}

.blog-grid-item .blog-grid-title {
  line-height: 22px;
  margin-bottom: 10px;
}

.blog-grid-thumb {
  overflow: hidden;
  height: 220px;
  position: relative;
}
.blog-grid-thumb .cat-blog {
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  line-height: 26px;
}
.blog-grid-thumb img {
  width: 100%;
  height: 100%;
}

.blog-categories {
  padding: 0 20px;
}
.blog-categories ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: square;
}
.blog-categories ul li {
  line-height: 24px;
}

.blog-post-image {
  overflow: hidden;
  position: relative;
}
.blog-post-image .blog-post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-post-image .blog-post-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-post-image .blog-post-meta ul li {
  padding: 7px 10px;
  margin-top: 1px;
}
.blog-post-image .blog-post-meta ul li i {
  margin-right: 10px;
}
.blog-post-image img {
  width: 100%;
}

.blog-post-inner p {
  margin-bottom: 20px;
}
.blog-post-inner .blog-post-title {
  margin: 10px 0 20px 0;
}

.tag-items {
  line-height: 25px;
}
.tag-items a {
  line-height: 25px;
  height: 25px;
  display: inline-block;
  padding: 0 8px;
}

.prev-next-post .whiteBtn {
  border-bottom: 2px solid;
  display: inline-block;
  margin-right: 8px;
}
.prev-next-post .whiteBtn:active {
  border: 0;
}
.prev-next-post a {
  display: block;
  padding: 10px 20px;
  float: left;
  font-weight: 700;
}
.prev-next-post .prev i {
  margin-right: 10px;
}
.prev-next-post .next i {
  margin-left: 10px;
}

.blog-author-img {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.author-name {
  margin: 5px 0 10px 0;
  font-size: 16px;
}
.author-name a {
  font-weight: 600;
}

.blog-comments-content .media-heading {
  margin: 3px 0 5px 0;
  font-size: 14px;
  font-weight: 600;
}
.blog-comments-content .media-object {
  margin-right: 5px;
}
.blog-comments-content .media:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
}
.blog-comments-content .media .media {
  border-top: 1px dashed;
  margin-top: 35px;
  padding-top: 20px;
}

.comment-form label {
  font-size: 12px;
  font-weight: 400;
}
.comment-form input, .comment-form textarea {
  border: 1px solid;
  display: block;
  width: 100%;
  padding: 0 10px;
  outline: 0;
}
.comment-form input {
  height: 36px;
}
.comment-form textarea {
  padding: 10px;
  max-width: 100%;
}
.comment-form .mainBtn {
  margin-top: 10px;
  display: inline-block;
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
}

.contact-heading h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 5px 0 15px 0;
}

.contact-form .contact-label {
  float: left;
  display: block;
  width: 30%;
}
.contact-form label {
  margin: 0;
}
.contact-form .small-text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  line-height: 12px;
}
.contact-form input, .contact-form textarea {
  border: 1px solid;
  font-size: 12px;
  padding: 0 10px;
  outline: 0;
}
.contact-form input {
  height: 36px;
  width: 45%;
}
.contact-form textarea {
  padding: 10px;
  width: 70%;
  max-width: 70%;
}
.contact-form .full-row {
  margin-top: 20px;
}
.contact-form .full-row:first-of-type {
  margin-top: 0;
}
.contact-form .mainBtn {
  margin-left: 30%;
  width: auto;
  font-size: 13px;
}

.contact-map {
  padding: 6px;
}

.archive-title {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 15px 0;
}

.archive-list {
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
}
.archive-list li {
  line-height: 24px;
}

.course-search h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.course-search-form input, .course-search-form select {
  border: 1px solid;
  height: 32px;
  padding: 0 10px;
}
.course-search-form label {
  font-weight: 400;
  font-size: 12px !important;
}
.course-search-form select {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.course-search-form .searchbox {
  width: 63%;
}
.course-search-form .mainBtn {
  height: 36px;
  font-size: 13px;
}

.course-search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#search_advanced .searchselect {
  display: block;
}

.search-form-item {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-top: 20px;
}
.search-form-item input, .search-form-item select {
  width: 100%;
}

.select-yes {
  width: auto;
  margin-right: 30px;
}
.select-yes label {
  margin-right: 10px;
}
.select-yes input {
  width: auto;
  height: auto;
}

.course-list dt {
  border: 1px solid;
  position: relative;
  border-bottom: 0;
  clear: both;
  padding: 15px;
}
.course-list dt:last-of-type {
  border-bottom: 1px solid;
}
.course-list dt a {
  display: block;
}
.course-list .ui-icon {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -8px;
}
.course-list .level {
  float: left;
  width: 140px;
  font-size: 12px;
}

.course-post p {
  margin-bottom: 20px;
}
.course-post ul {
  margin: 0 0 20px 0;
}
.course-post .mainBtn {
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

.course-image {
  overflow: hidden;
}
.course-image img {
  width: 100%;
}

.course-post-title {
  margin: 10px 0 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer {
  border-top: 4px solid;
  padding: 30px 0px;
}

.footer-widget-title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-size: 13px;
}

.footer-widget .list-links {
  padding: 0 0 0 15px;
  margin: 0;
}
.footer-widget .list-links li {
  list-style-type: square;
  line-height: 24px;
}

.footer-media-icons {
  padding: 0;
  margin: 0;
}
.footer-media-icons li {
  list-style: none;
  float: left;
  display: block;
}
.footer-media-icons li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-left: 1px;
  margin-bottom: 1px;
}

.bottom-footer {
  border-top: 1px solid;
  padding-top: 25px;
  margin-top: 70px;
  margin-bottom: 10px;
  display: block;
}

.footer-nav {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav li {
  display: inline;
  font-size: 12px;
}
.footer-nav li:not(:first-child):before {
  padding: 0 10px;
  content: '|';
}

.share-box span{
box-sizing : content-box;
-webkit-box-sizing : content-box;
-o-box-sizing : content-box;
-moz-box-sizing : content-box;

}

.box_support{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin-top:12px;
}
.support {
    width: 210px;
    height: auto;
    float: left;
    clear: both;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 15px;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
}
.support:hover{
	background:#fff;
	}
.support a{
	vertical-align:middle;
	color:#444;
	}
.icon-cs {
	position: absolute;
	top: -30px;
	right: -130px;
	z-index: 50;
}
.icon-cs img{
	width: 90%;
}
@media(max-width:991px){
	.main_menu{
		border-bottom: 1px solid #F321D8;
	}
	.main_menu li:not(:first-child) {
		border-top: 1px solid #ffffff78;
	}
	.main_menu li ul li {
	  border-top: 1px solid #ffffff78;
	}
}
.comment-form input[type="radio"] {
    height: 17px;
}
.tracersection .titlepenilaian {
	font-size: 13px;
    letter-spacing: 1px;
    color: #1B8AF3;
    margin-right: 25px;
}
.tracersection .col-md-9 label{
    line-height: 42px;
    font-size: 14px;
    font-weight: 300;
}
.tracersection{
    margin-bottom: 20px;
}
.newtask{
	margin-right: -20px;
    margin-left: -20px;
    padding: 7px 20px;
    margin-top: 30px;
    border-top: 1px solid #d5dbe0;
    border-bottom: 1px solid #d5dbe0;
	margin-bottom: 25px;
}
.checkbox-inline{
	margin-right: 10px;
}
.checkbox-inline input[type="checkbox"], .checkbox input[type="checkbox"]{
    width: 15px;
    height: 15px;
}
.checkbox-inline span, .checkbox span{
    font-size: 13px;
    font-weight: 700;
}
.comment-form label {
    font-size: 15px;
    font-weight: 400;
}
.titlequestion{
	font-size: 20px;
    font-weight: 800;
	margin-top: 25px;
}
.desckuis{
	margin-bottom: 25px;
    font-size: 13px;
    margin-top: -5px;
}
.tracerform > .row{
	margin-bottom: 10px;
}
.kuisionercabang{
	padding-left: 35px;
}
.comment-form .checkbox-inline > input[type="radio"] , .comment-form .checkbox > input[type="radio"] {
  float: left;
  margin-right: 8px;
  border-radius: 0px;
  -webkit-appearance: none;
  background: #fff;
  margin-top: 3px;
  border: 1px solid #d5dbe0 !important;
  padding: 0px;
  width: 20px !important;
  height: 20px !important;
  display: block;
  position: relative;
  text-align: center;
  padding-left: 1px;
}
.comment-form .checkbox-inline > input:checked:before , .comment-form .checkbox > input:checked:before {
  content: "\f00c";
  font-family:'FontAwesome';
  color: #000;
  line-height: 10px;
}
.comment-form .inputinline{
	display: inline;
    width: 80px;
    margin-left: 3px;
    margin-right: 3px;
}
.lainlainstyle input[type="text"]{
	display: inline;
    width: 80px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: -6px;
}
.label-radio{
    display: block;
    font-size: 15px;
    margin-right: 19px;
    float: left;
    line-height: 42px;
}
.label-radio input[type="radio"]{
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 13px;
}
.middleinfo{
	font-weight: 800;
}
.kuisionertable tr th, .kuisionertable tr td{
  border: 1px solid #000;
  border-right: 0px;
}
.kuisionertable tr th, .kuisionertable tr td{
  border-right: 1px solid #000;
  padding: 0px 10px;
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 12px;
}
.kuisionertable tr td:last-child{
  font-weight: 300;
}
.kuisionertable tr td input{
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  border-color: #dedede !important;
  outline: none !important;
}
.topbarnew .search-form{
  display:inline-block;
}
.topbarnew .social-icons {
  display:inline-block;
  padding: 0;
  padding-top: 7px;
}
.topbarnew{
  background: #0e405f;
  padding: 10px 0px;
}
.main-slideshow{
  background:none !important;;
}
.main-slideshow .flexslider .slides img{
  height: 350px;
  object-fit:cover;
}
.main-slideshow .flexslider{
  height:auto;
}
.bgimagesec{
  background-image:url('../images/bg-cover.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  padding-bottom:70px;
  background-position:center'
}
.bgimgseccontent{
  background:#fff;
  padding-bottom: 20px;
}
.bgimgseccontent .widget-main{
  margin-top:0;
}
.bgimgseccontent .widget-main-title{
  text-align:center;
  padding-bottom:0;
}
.bgimgseccontent .widget-title{
   font-weight:bold;
   font-size: 20px;
   display:inline-block;
   border-bottom:3px solid #FFC107;
   padding-bottom:20px;
}
.viewall{
  margin-top:20px;
  text-align:right;
  font-size:15px;
}
.viewall a{
  color: #0f405e;
  text-transform:uppercase;
  font-weight:bold;
  position:relative;
  display:inline-block;
  padding-right: 25px;
}
.viewall a:after{
  content:"\f061";
  font-family:'FontAwesome';
  margin-left:10px;
  width:20px;
  height:20px;
  border: 1px solid #fbc10a;
  display:inline-block;
  border-radius:100px;
  text-align:center;
  font-size:12px;
  position:absolute;
  line-height:20px;
  top: 2px;
  color: #FFC107;
  font-weight: normal;
}
.titlesection{
  text-align:center;
  margin-bottom: 50px;
}
.titlesection h3{
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  border-bottom: 3px solid #FFC107;
  padding-bottom: 20px;
  margin: 0;
  text-transform: uppercase;
}
.section{
  padding:50px 0px;
}
.owl-news .box-content-inner{
  padding:30px 0px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot{
  outline:0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span{
  background:#fbc10a;
  opacity:0.5;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span{
  opacity:1;
  background:#fbc10a;
}
.videoitem iframe{
  height:300px;
}
.galleryitem img{
  height:300px;
  object-fit:cover;
}
.gallerysec{
  background:#1d68a3;
}
.gallerysec .titlesection h3{
  color: #fff;
}
.partnersec{
  padding:20px 0px;
}
.btnlogin{padding: 22px 20px;padding-right: 0;}
.btnlogin a{
  border: 3px solid #fbc10a;
  color: #fbc10a !important;
  font-weight:bold;
  padding: 5px 10px;
  border-radius: 5px;
}
.bglogin{
  background:#e8f0fe;
}
.loginafter{
  float: right !important;
}
.loginafter a{
  text-transform:none;
  font-weight:bold;
  padding-right: 0;
}
.main-menu li.loginafter ul{
  background:#fff;
  width: auto;
  min-width: 300px;
  right: 0;
  left: auto;
}
.main-menu li.loginafter ul.loginperusahaan{
  min-width:200px;
}
.main-menu li.loginafter ul li a{
  color:#333;
  font-weight:normal;
}
.main-menu li.loginafter ul li a span{
  color:#1d68a3;
  font-weight:bold;
}
.main-menu li.loginafter ul li:last-child a{
  background:#e8f0fe;
  text-align:center;
  color:#333;
  border-bottom:0;
  font-weight:normal;
}
.registercompany,
.carijobbtn{
  margin-left:20px;
}
.registercompany a{
  background: #FFC107;
  display:inline-block;
  padding:5px 10px;
  color: #0f405e !important;
  font-weight: bold;
}
.carijobbtn a{
  border:2px solid #fff !important;
  display:inline-block;
  padding:5px 10px !important;
  color: #fff !important;
  font-weight: bold;
  border-radius:5px;
}
.carijobbtn a.btn-warning{
  border-color:#ffc107 !important;
  background:#ffc107;
  color:#000 !important;
  margin-left:5px;
}
.mainBtn{
  border:0;
}
.finishcontent{
  text-align:center;
  margin-top: 100px;
}
.finishcontent h3{
  font-weight:bold;
  color:#1d68a3;
}
.loginsec .nav-tabs{
  text-align:center;
}
.loginsec .nav-tabs li{
  float: none;
  display: inline-block;
}
.loginsec .nav-tabs li a{
  color:#000;
  border:0 !important;
  background:#fff;
}
.loginsec .tab-content > .tab-pane{
  border-color:#4892c0;
}
.loginfoto{
  width:20px;
  height:20px;
  object-fit:cover;
  border-radius:1000px;
  margin-right:5px;
}
.search-filter {
  padding: 1em 0;
  display: inline-block;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.search-filter .input-group {
  height: 46px;
}
.search-filter .form-control {
  border-radius: 2px;
  height: 46px;
  margin-bottom: 0;
  color: #707c88;
  font-weight: 400;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #ddd;
}
.search-filter button.btn.btn-default {
  height: 46px;
  padding: 0 20px;
  font-size: 18px;
  background: #FF9800;
  border: 1px solid #FF9800;
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.radio-label {
    display: block;
    font-weight: normal;
}
.radio-label input[type="text"] {
    width: 50%;
    display: inline-block;
    height: 35px;
}
.datetimepicker th{
  background:#fff !important;
  color:#333;
  padding: 5px !important;
}
.btn-primary{
  background:#1d68a3;
  border-color:#1d68a3;
  border-radius:0;
}
.btn-warning{
  background:#FF9800;
  border-color:#FF9800;
  border-radius:0;
}
.btn-success{
  background:#8BC34A;
  border-color:#8BC34A;
  border-radius:0;
}
.headerdetail {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.headerdetail b {
    display: block;
    margin-bottom: 5px;
    color: #1d68a3;
}
.detailitem h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1d68a3;
}
.tabledetailside th{
  background:#eee;
  color:#333;
}
.detailitem{
  margin-bottom:30px;
}
.full-card {
    background: #fff;
    border-radius: 4px;
    padding-bottom: 30px;
    border: 1px solid #eceff3;
    box-shadow:0 0 10px 0 rgba(64,65,67,.1);
}
.full-card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 0;
}
article.advance-search-job {
    padding: 15px 0;
    border-bottom: 1px solid #eceff3;
}
.no-mrg {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.advance-search-caption {
    margin-left: 90px;
}
.advance-search-img-box {
    max-width: 70px;
    float: left;
}
.advance-search-caption a {
    color: #1d68a3;
    font-weight: bold;
}
.advance-search-caption h4 {
    color: #3e4850;
    margin-bottom: 3px;
    font-weight: 600;
}
.advance-search-job-locat {
    vertical-align: middle;
    margin-top: 0;
}
.advance-search-job-locat p {
    color: #35434e;
    opacity: .8;
}
.advance-search-job-locat i {
    margin-right: 6px;
}
.advance-search-caption span {
    font-weight: 400;
    color: #35434e;
    opacity: .8;
}
.datejob {
    font-size: 12px;
    font-style: italic;
}
a.btn.advance-search {
    background: #FFC107;
    border-radius: 2px;
    margin-top: 16px;
    min-width: 110px;
    padding: 8px 12px;
    color: #333;
    letter-spacing: 1px;
}
article.advance-search-job {
    padding: 15px 0;
    border-bottom: 1px solid #eceff3;
}
.bottom-search-form input.form-control, .bottom-search-form select.form-control {
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    width: 100%;
}
.bottom-search-form button.btn.btn-primary {
    width: 100%;
    height: 48px;
    border-radius: 2px;
    font-size: 16px;
    background: #1d68a3;
    border: 1px solid #1d68a3;
    color:#fff;
}
.bottom-search-form{
  padding-top:50px;
}
.detail-desc {
    padding: 0;
    overflow: visible;
    margin-top: 100px;
}
.container.white-shadow {
    background: #fff;
    border-bottom: 3px solid #1d68a3;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.container.white-shadow {
    border-bottom: 3px solid #1d68a3;
}
.detail-pic {
    display: block;
    width: 140px;
    background: #fff;
    border: 1px solid #1d68a3;
    height: 140px;
    border-radius: 50%;
    padding: 9px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.detail-pic {
    border: 1px solid #1d68a3;
}
.detail-pic img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
}
.bottom-mrg {
    margin-bottom: 3em;
}
.detail-desc-caption h4 {
    color: #35434E;
    font-size: 22px;
    margin-bottom: 5px;
}
.detail-desc-caption span.designation {
    color: #546673;
    font-size: 17px;
}
.detail-desc-caption span.designation a {
    color: #1d68a3;
}
.detail-desc-caption p {
    color: #707c88;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
}
.get-touch h4 {
    color: #35434E;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Roboto,sans-serif;
}
.get-touch ul {
    padding: 0;
    margin: 0;
}
.get-touch ul li {
    padding-bottom: 10px;
    font-size: 16px;
    color: #707c88;
    list-style: none;
    line-height: 1.5;

}

.get-touch ul li i {
    margin-right: 10px;
    font-size: 16px;
    color: rgba(137,153,167,1);
}
.row.no-padd {
    margin: 0 -15px;
    padding: 0 15px;
    border-top: 1px solid #ccddea;
}
.detail.pannel-footer {
    padding: 10px 0;
    display: table;
    width: 100%;
}
.detail-pannel-footer-btn a.footer-btn {
    padding: 12px 40px;
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-family: Roboto,sans-serif;
    display: inline-block;
    text-transform: capitalize;
}
.detail-pannel-footer-btn a.footer-btn.blu-btn {
    background: #FFC107;
    color:#333;
}
.full-detail-description table th{
  background: #eee;
  color: #333;
  border-color: #ddd;
}
.full-detail-description table td{
  border-right:1px solid #ddd;
}
.full-detail-description table tr:last-child td{
  border-bottom:1px solid #ddd;
}
.detail-title{
  font-size:20px;
  font-weight:bold;
  color:#1d68a3;
}

.table-company{
  width:100%;
  border: 0;
}
.table-company td{
  border: 0 !important;
}
.table-company b{
  display:block;
}
@media(max-width:992px){
  .topbarnew{
    text-align:center;
  }
  .topbarnew .pull-right{
    float:none !important;
  }
  .topbarnew .social-icons,
  .topbarnew .search-form{
    display:none;
  }
  .topbarnew .col-md-8{
    margin-top:10px;
    margin-bottom:10px;
  }
  .topbarnew .carijobbtn a{
    width: 48%;
  }
  .menu-toggle-btn{
    margin-top:20px;
  }
  .loginafter{
    float:none !important;
    background: #0f405e;
  }
  .btnlogin{
    float:none !important;
  }
  .btnlogin a{
    width:100%;
    display: block;
    text-align: center;
  }
}