html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial;
  font-weight: 500;
  color: #666;
  zoom: 1;
  transition: left 0.75s ease 0s;
  position: relative;
  left: 0;
  cursor: default;
  height: 100%;
}
#header-pre .navbar-right span,
#header-menu-links span {
  background-image: url('../images/sprite.png');
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #container .container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  #container .container {
    width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #container .container {
    width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  #container .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row:before,
.flex-row:after {
  display: none;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a,
#header-pre .menu a:hover i,
.JoinNow h1,
.JoinNow h2,
.loginJoinTalentNetwork p,
.title_danhgia_core,
.articles-related a {
  color: #666;
}
/* text color theme */
a:hover,
#header-pre .menu li.focus a,
.news-five-items .box p.viewmore a,
.news-three-items-s2 p.link-box a,
.section-grid-career .job h3 a,
.all-jobs-pre .browser-job a:hover,
.all-jobs-pre .browser-job a.active,
.all-jobs-pre .browser-job span,
.all-jobs-pre ul li a span,
.all-jobs-pre ul li a:hover,
.compact-jobs-container .item h2.job a:hover,
.result-job-search .bottom-more a:hover,
.detail-head-right .company-name a,
.detail-head-right .actions-apply a.not-ready,
.right-des .link-mail a,
.item-member p.name,
h2 a.text-right,
.current-job .btn-save a.btn,
.list-standard-wrapper .tblJob p.name_job a,
.compact-jobs-container .item:hover h2.job a,
.result-job-search h1 span,
.result-job-search-v2 h1 span,
.containerListMy a.focus,
.TestimoView .name_view p,
.survey-talent .btn-result a.btn,
.accordion .accordion_text i.fa,
.list-item-scroll .item:hover,
.job-quick-view i.fa,
.job-may-like i.fa,
#hot_joblist h2,
#hot_joblist .job-item a:hover,
#hot_joblist a.read-more-jobs,
.TestimoView .name_view p,
.panel-opening-job h3 a,
.panel-opening-job .btn-view-more,
.panel-opening-job .btn-toolbar .btn-group .btn.btn-link:hover,
.gallery-image i.fa {
  color: #da251c;
}
#header-pre .menu a:hover,
#header-pre .navbar-right a:hover,
.join-talent-onclip a:hover,
.all-jobs-pre .browser-job a.active:hover,
.info-other-member .tag-history a:hover,
#LoginTalentNetwork .loginJoinTalentNetwork a:hover,
.current-job a.btn:hover,
.frmContact .btnTextLink {
  text-decoration: none;
}
.content_fck {
  line-height: 22px !important;
  font-size: 14px !important;
}
.radius3px,
.compact-jobs-container .item,
.current-job .btn-apply a,
#container input.ui_btnCb,
#btnLogin,
.JoinNow .loginJoinTalentNetwork a,
.JoinNow .joinnowBtn input,
.btnContinute a,
.job-detail-pre .column-right,
.job-detail-pre .column-left,
.EditRecommendJob button,
.cb-applyjob .ui_btnCb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cuttext,
.news-three-items .name-item span,
.news-three-items-s2 h3.boxhead,
.compact-jobs-container .item h2.job,
.compact-jobs-container .item p.company-name,
.compact-jobs-container .item p.area {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bg-odd,
.job-detail-pre {
  background-color: #f2f2f2;
}
.article {
  padding: 0;
  position: relative;
}
.article .mask-img,
.bg-size-cover,
.img-size-cover {
  width: 100%;
  transform: scale(1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mask-hover,
.mask-hover .description-item a,
.news-five-items .box:hover .blurb {
  opacity: 0;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}
.mask-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mask-hover .description-item {
  width: 82%;
  overflow: hidden;
}
.mask-hover .description-item a {
  font-size: 25px;
  line-height: 30px;
}
.article:hover .mask-hover,
.article:hover .mask-hover .description-item a,
.news-five-items .blurb {
  opacity: 1;
  -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
}
.article:hover .description-item a {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ads-pre,
.social-pre,
.job-detail-pre .column-right .join-talent-onclip {
  text-align: center;
}
.ads-pre img {
  width: 100%;
  max-width: 1261px;
}
.posFixed {
  position: fixed;
}
label.error {
  color: #ff0000 !important;
  font-size: 12px !important;
}
input,
select {
  font-family: Arial;
  font-size: 12px;
}
.btn {
  font-size: 16px;
  padding: 6px 16px;
}
.ui_btnCb {
  font-family: Arial !important;
  font-weight: normal;
}
.mask-banner {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 900;
}
.txt_expired {
  font-size: 20px;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  background-color: #000;
}

#section-header {
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #fff;
  transition: left 0.75s ease 0s;
}
#section-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#my-download {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
}
#my-download .download_form_premium {
  float: right;
  padding: 5px 0;
}
#my-download .download_form_premium a {
  display: block;
  background: url('../images/save.png') no-repeat;
  padding-left: 20px;
  font-size: 13px;
}
#my-career-pre {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  line-height: 26px;
}
#my-career-pre ul {
  float: right;
  margin-right: -6px;
  margin-bottom: 0;
}
#my-career-pre li {
  float: left;
  font-size: 13px;
  padding-left: 15px;
}
#header-pre {
  float: left;
  width: 100%;
  z-index: 999;
  line-height: 80px;
  height: 80px;
}
#header-pre .columns {
  float: left;
  padding: 0 20px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
#header-pre .logo {
  float: left;
}
#header-pre .logo img {
  max-height: 80px;
}
#header-pre .menu {
  float: left;
  padding-left: 30px;
}
#header-pre .menu li {
  float: left;
  padding: 0 8px;
  position: relative;
}
#header-pre .menu a,
#header-pre .navbar-right a,
.current-job .col-right p.company-name {
  font-size: 15px;
}
#header-pre ul.submenu {
  float: left;
  width: 250px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 60px;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
#header-pre ul.submenu li {
  width: 100%;
  line-height: 22px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#header-pre ul.submenu li:first-child {
  padding-top: 10px;
}
#container #header-pre ul.submenu li {
  width: 200px;
}
#header-pre .menu li.focus ul.submenu li a {
  color: #000;
}
#header-pre .navbar-right {
  float: right;
}
#header-pre .navbar-right li {
  float: left;
  padding: 0 9px;
}
#header-pre .navbar-right span,
#header-menu-links span {
  display: inline-block;
  width: 28px;
  height: 18px;
  vertical-align: middle;
}
#header-pre .navbar-right span.vi,
#header-menu-links span.vi {
  background-position: -139px -99px;
}
#header-pre .navbar-right span.en,
#header-menu-links span.en {
  background-position: -110px -99px;
}
#header-pre .navbar-right span.fr,
#header-menu-links span.fr {
  background-position: -56px -25px;
}
#header-pre .navbar-right span.ja,
#header-menu-links span.ja {
  background-position: 0 -74px;
}
#photo-area,
.section-page,
#wrapper,
.ads-pre,
.section-header,
#job-search,
#breadcrumb,
#slidehr {
  float: left;
  width: 100%;
}
#photo-area,
.ads-pre.slidebg {
  position: relative;
}
.ads-pre.slidebg {
  height: var(--HeightMidBanner, 350px) !important;
}
.ads-pre.slidebg.sliderSetheight {
  height: var(--HeightTopBanner, 600px) !important;
}
#banner-video,
#bslidehr,
#bslidehr .bgimage {
  height: var(--HeightTopBanner, 720px);
  overflow: hidden;
}
#sliderTopMain,
#sliderTopMain .bgimage {
  height: var(--HeightTopBanner, 600px);
}
#sliderTopMain {
  float: left;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#sliderTopMain .bgimage {
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#bslidehr {
  float: left;
  width: 100%;
}
.texton {
  width: calc(100% - 28%);
  top: 30%;
  text-align: center;
}
.texton h1 {
  font-weight: bold;
  font-size: 40px;
  height: 48px;
  overflow: hidden;
}
/* background color theme */
.btn-primary,
.socialIcon,
#footer-pre,
#job-search,
.current-job .btn-apply a,
.search-jobs-main .chosen-container .chosen-results li.highlighted,
#jb_pagination .active,
.tblJob tr.header,
.EditRecommendJob button,
#header-menu-links .btn:hover,
#pager li a.activeSlide,
#btnLogin,
.JoinNow .loginJoinTalentNetwork a,
.JoinNow .joinnowBtn input,
.survey-talent .btn-vote a,
.scroll_thongke li .scroll_color .bg_center_scroll,
.thumbnail:hover,
.thumbnail:active,
.thumbnail:focus,
#photo-area .setOutBanner .search-jobs-main button.searchvt1 {
  background-color: #da251c;
}
.join-talent-onclip a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--buttonbgcolor-theme, #da251c);
  margin-top: 40px;
  min-height: 50px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.join-talent-onclip a:hover {
  background-color: var(--buttonbgcolorhover-theme, #da251c);
  color: #fff;
}
.join-talent-onclip.setpos {
  position: fixed;
  bottom: 50px;
  right: 80px;
  z-index: 30;
}
.join-talent-onclip.setpos a {
  font-size: 14px;
}
#job-search .search-jobs-main button.searchvt1:hover,
#photo-area .search-jobs-main button.searchvt1:hover {
  background-color: #fff;
  color: #000;
}
#bgvid {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: transparent no-repeat;
  background-size: cover;
  display: block;
}
#bslidehr .bgimage {
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#slidehr {
  height: var(--HeightMidBanner, 350px);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
#slidehr .bgimage {
  width: 100% !important;
  height: var(--HeightMidBanner, 350px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#pager,
#bpager,
#mpager {
  bottom: 10px;
  position: absolute;
  z-index: 10;
}
#pager li,
#bpager li,
#mpager li {
  float: left;
  padding-right: 10px;
}
#pager li a,
#bpager li a,
#mpager li a {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
#bpager li a.activeSlide,
#mpager li a.activeSlide {
  background: rgba(255, 255, 255, 0.8);
}
.container-search {
  width: 100%;
  position: absolute;
  bottom: 80px;
  z-index: 30;
}
.search-jobs-main {
  width: 994px;
  margin: 0 auto;
}
.search-jobs-main input.width_545,
.search-jobs-main .chosen-container-single .chosen-single {
  border-color: #fff;
  background: none;
  font-size: 18px;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
}
.search-jobs-main input.width_545 {
  float: left;
  width: 268px;
  color: #fff;
  margin-right: 20px;
}
#photo-area .search-jobs-main input.width_545,
#photo-area .search-jobs-main .chosen-container,
#photo-area .search-jobs-main button.searchvt1 {
  background-color: rgba(0, 0, 0, 0.3);
}
.search-jobs-main select.slc-mb {
  width: 250px;
  height: 50px;
  line-height: normal;
  margin-right: 15px;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.search-jobs-main .chosen-container {
  width: 250px !important;
  margin-right: 20px;
}
.search-jobs-main .chosen-container-single .chosen-single {
  color: #fff !important;
}
.search-jobs-main .chosen-container-single .chosen-single div {
  top: 18px;
  right: 15px;
}
.search-jobs-main .chosen-container-single .chosen-single div b {
  background-image: url('../images/arrow-down2.png');
}
.search-jobs-main .chosen-with-drop .chosen-single {
  color: #000 !important;
}
.search-jobs-main .chosen-container,
.title_danhgia_core,
.label_result {
  font-size: 16px;
}
.search-jobs-main .chosen-container .chosen-results li.highlighted {
  background-image: none;
}
.chosen-container .chosen-results li.active-result {
  margin-bottom: 5px;
  padding: 8px 8px 8px 15px;
}
.search-jobs-main button.searchvt1 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 125px;
  height: 50px;
}

.SetHeightTopBanner,
.cb-banner-home {
  float: left;
  width: 100%;
  position: relative;
}
.cb-banner-home .image {
  display: block;
  position: relative;
}
.cb-banner-home .image img {
  width: 100%;
  height: 100%;
}
.cb-banner-home .main-page {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
  position: absolute;
  bottom: 25px;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translateX(-50%);
}
.cb-banner-home .main-page .swiper-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-banner-home .main-page .swiper-pagination-bullet {
  -webkit-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
  transition: 0.4s ease-in-out all;
}
.cb-banner-home .main-page .swiper-pagination-bullet:focus {
  outline: none;
}
.cb-banner-home
  .main-page
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}
.__TopBannerSlide {
  padding-top: 70px;
}
.SetHeightTopBanner .__TopBannerSlide {
  padding-top: 0;
}
.SetHeightTopBanner .__TopBannerSlide .image {
  padding-top: var(--PaddingTopBanner, 40%);
}
.SetHeightTopBanner .__TopBannerSlide .image img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#topBannerSlideMB.__TopBannerSlide {
  padding: 0;
}

.setOutBanner.container-search {
  float: left;
  position: static;
  background-color: #f7f7f9;
}
.setOutBanner .search-jobs-main {
  width: 1210px;
  padding: 30px 20px;
  background-color: inherit;
}
.setOutBanner .search-jobs-main input.width_545 {
  width: 345px;
  color: #494646;
}
.setOutBanner .search-jobs-main input.width_545,
.setOutBanner .search-jobs-main .chosen-container-single .chosen-single,
.setOutBanner .search-jobs-main select.slc-mb {
  border-color: #494646;
}
.setOutBanner .search-jobs-main button.searchvt1 {
  border: 0;
}
.setOutBanner .search-jobs-main button.searchvt1 {
  color: #fff;
}
.setOutBanner .search-jobs-main .chosen-container-single .chosen-single,
.setOutBanner .search-jobs-main select.slc-mb {
  color: #494646 !important;
}
.setOutBanner .search-jobs-main .chosen-container-single .chosen-single div b {
  background-image: url('../images/arrow-down-black.png');
}
.setOutBanner .search-jobs-main .chosen-container {
  width: 320px !important;
}
#photo-area .setOutBanner .search-jobs-main input.width_545,
#photo-area .setOutBanner .search-jobs-main .chosen-container {
  background-color: inherit;
}
#photo-area .setOutBanner .search-jobs-main button.searchvt1:hover {
  background-color: #000;
  color: #fff;
}

.section-page {
  padding: 60px 0;
}
.section-page .btn-viewmore {
  float: none;
  display: block;
  margin: 0 auto;
  max-width: 185px;
}
.section-page .btn-viewmore a {
  padding: 6px 0;
}
.section-box {
  padding-bottom: 30px;
}
.section-page header.container-fluid,
.s-wrapper {
  width: 85%;
  margin: 0 auto;
}
header.container-fluid h2.section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding-bottom: 40px;
  font-size: 30px;
}
header.container-fluid p.txt_sub {
  font-size: 24px;
  font-weight: normal;
  color: #686868;
  margin: 10px 0 40px;
  text-align: center;
  clear: both;
  text-transform: initial;
}
.page-content-pre,
.page-contact-pre,
.page-forgot-pre,
.JoinNow div.row label {
  color: #686868;
}
.page-content-pre .text-intro {
  width: 95%;
  margin: 0 auto;
}
.text-intro img {
  max-width: 95% !important;
  height: auto !important;
  margin: 0 auto;
}
.news-three-items .name-item {
  height: 85px;
  background-color: #f4f4f4;
  text-align: center;
}
.news-three-items .name-item span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 85px;
  padding: 0 30px;
}
.news-three-items .article:nth-child(2n + 1) .name-item {
  background-color: #fff;
}
.news-three-items .article .mask-img {
  height: 230px;
}
.news-three-items .mask-hover .description-item {
  margin: 105px auto 0;
  height: 90px;
}
.news-three-items-s2 .setheight {
  margin-bottom: 30px;
}
.news-three-items-s2 .img-box {
  margin-bottom: 15px;
}
.news-three-items-s2 h3.boxhead {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-three-items-s2 .txt-short {
  font-size: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 108px;
  text-align: justify;
}
.news-three-items-s2 p.link-box a {
  font-size: 15px;
}
.news-three-items-s2 p.link-box a:first-child {
  margin-right: 15px;
}
.news-five-items .row,
.news-three-items-s2 .row,
.section-grid-career .row,
.all-jobs-pre .row {
  float: none;
}
.news-five-items .box {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-five-items .box a,
#job-search .search-jobs-main input.width_545,
#job-search .search-jobs-main button.searchvt1,
#jb_pagination .active {
  color: #fff;
}
.news-five-items .excerpt {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 60px 7%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
}
.news-five-items .box:hover .excerpt {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.news-five-items .blurb {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.news-five-items .blurb p {
  max-height: 96px;
  margin: 0;
  overflow: hidden;
}
.news-five-items .excerpt p {
  margin: 0;
}
.news-five-items .excerpt p.title {
  font-size: 24px;
  line-height: 28px;
  max-height: 113px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-five-items .excerpt p.note {
  font-size: 15px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-five-items .box p.viewmore a {
  font-size: 18px;
}
.mt-60 {
  margin-top: 60px !important;
}
.thumbnail {
  padding: 30px 0;
  border: 0;
  border-radius: 0;
  transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
}
.thumbnail .svg-box {
  text-align: center;
}
.thumbnail .svg-box img.img-svg,
.media-home-service .pull-left img {
  width: 80px;
  height: 80px;
}
.thumbnail .caption {
  padding: 0 20px;
  text-align: center;
}
.thumbnail .caption h3 {
  margin: 15px 0;
}
.thumbnail .caption p {
  max-height: 147px;
  overflow: hidden;
  font-size: 14px;
}
.thumbnail:hover,
.thumbnail:active,
.thumbnail:focus {
  text-decoration: none;
}
.block-home-about .thumbnail {
  height: 368px;
}

.block-home-jobs {
  background-color: #fff;
}
.block-home-jobs .row {
  float: none;
  margin: 0 -10px;
}
.block-home-jobs .btn-viewmore {
  margin-top: 25px;
}
.panel-opening-job {
  border: none;
  border-bottom: solid 1px #808080;
  border-radius: 0;
  background-color: #fff;
  margin: 0;
  padding: 30px 15px;
  box-shadow: none;
}
.panel-opening-job .panel-body {
  padding: 0;
}
.panel-opening-job .company-logo {
  height: 105px;
  padding-right: 0;
}
.panel-opening-job .company-logo img {
  max-width: 100%;
}
.panel-opening-job .company-logo table {
  border: 1px solid #d0d3d6;
  background-color: #fff;
}
.panel-opening-job .info-job-home {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
.panel-opening-job .info-job-home ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.panel-opening-job .info-job-home .text-muted {
  color: #777;
}
.panel-opening-job .info-job-home .social-links {
  float: left;
  width: 100%;
  clear: both;
}
.panel-opening-job .btn-view-more {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  background-color: transparent;
  transition:
    border-color 0.25s,
    background-color 0.25s,
    color 0.25s;
}
.panel-opening-job .btn-view-more:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.panel-opening-job:nth-child(2n - 1) {
  background-color: #f9f9f9;
}
.panel-opening-job h3 {
  margin-bottom: 10px;
}
.panel-opening-job h3 span.job_urgent {
  font-size: 16px;
  color: #ff0000;
}
.panel-opening-job.top_listing h3 a {
  color: #ff0000 !important;
}
.panel-opening-job ul {
  margin: 0;
}
.panel-opening-job .btn-toolbar .btn-group {
  float: none;
}
.panel-opening-job .btn-toolbar .btn-group .btn.btn-link {
  color: #666;
  font-size: 24px;
}
.panel-opening-job .btn-toolbar .btn-group .btn.btn-link:first-child {
  padding-left: 0;
}
.panel-opening-job .btn-toolbar .btn-group .btn.btn-link:last-child {
  padding-right: 0;
}
.panel-opening-job .actions {
  text-align: center;
  margin-top: 40px;
  padding-right: 0;
}
.vidplaywrap {
  padding: 15px 0;
  background-color: #ddd;
}
.vidplaylist {
  max-height: 420px;
  overflow-y: auto;
}
.vidplaylist ul li {
  padding: 0;
}
.vidplaylist ul li:first-child {
  margin-top: 0;
}
.vidplaylist .media {
  margin: 0;
  cursor: pointer;
}
.vidplaylist .media:hover,
.vidplaylist .media.focus,
.vidplaylist hr {
  background-color: #fff;
}
.vidplaylist .media-body {
  font-size: 13px;
  font-weight: bold;
}
.vidplaylist .media-object {
  width: 60px;
}
.all-jobs-pre .browser-job {
  text-align: center;
  padding: 20px 0;
}
.all-jobs-pre .browser-job a {
  display: inline-block;
  color: #3d3d3d;
  padding: 0 25px;
}
.all-jobs-pre .browser-job a.active {
  background: url('../images/arrow-down.png') bottom center no-repeat;
  padding-bottom: 20px;
  cursor: default;
}
.all-jobs-pre #map {
  width: 100% !important;
  height: 520px !important;
}
.all-jobs-pre .list-cate {
  width: 80%;
  margin: 0 auto;
}
.all-jobs-pre h3 {
  font-size: 18px;
  padding: 20px 0;
}
.all-jobs-pre ul li {
  font-size: 14px;
  padding-bottom: 10px;
}
.all-jobs-pre ul li a {
  color: #3d3d3d;
}
.all-jobs-pre ul li span {
  margin-left: 5px;
}
.ImageService-pre,
.job-detail-pre .detail-head,
.job-detail-pre .section-detail,
.detail-head .company-logo,
.detail-head-right .record-main,
.detail-head-right .record-main .col-xs-12,
.detail-head-right .actions-apply,
.detail-head-right .actions-invite,
.info-other-member .history-com-work,
.info-other-member .history-com-work li,
.also-viewed ul,
.also-viewed .col-right,
.current-job .col-right {
  padding: 0;
}
.ImageService-pre .calendarWrapper {
  float: left;
  height: auto;
  max-height: 300px;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  padding: 0;
}
.ImageService-pre .calendarImageWrapper {
  height: auto;
  width: 100%;
  float: left;
  margin: 0;
  overflow: hidden;
}
.ImageService-pre .calendarImageWrapper img {
  width: 100%;
  height: auto;
}
.ImageService-pre .eventOverlay {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: -100%;
  padding: 40px 30px;
}
.ImageService-pre .eventOverlay p {
  font-size: 25px;
  line-height: 30px;
}
.section-grid-career .container-narrow {
  width: 80%;
}
.section-grid-career .job {
  margin-bottom: 20px;
  text-align: center;
  min-height: 230px;
}
.section-grid-career .job h3,
.detail-head-right .actions-apply,
.detail-head-right .actions-invite {
  padding-top: 15px;
}
.section-grid-career .job h3 a {
  font-size: 24px;
  line-height: 30px;
}
.social-pre header.container-fluid h2.section-title {
  font-size: 22px;
  padding-bottom: 20px;
}
.socialWrapper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.socialWrapper .item {
  padding: 0 10px;
}
.socialIcon i.fa {
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}
.socialIcon {
  display: block;
  width: 50px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  outline: none;
  text-decoration: none;
  text-align: center;
}
.socialIcon:hover {
  background-color: #000;
}
.socialIcon:hover .fa-2x,
.socialIcon:focus .fa-2x {
  color: #363a45;
}
.socialIcon .tiktok {
  max-width: 25px;
}
.socialIcon .zalo {
  max-width: 30px;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#job-search .search-jobs-main {
  padding: 40px 0;
}
#job-search .search-jobs-main .chosen-container-single .chosen-single {
  color: #fff !important;
}
#job-search .search-jobs-main .chosen-with-drop .chosen-single {
  color: #000 !important;
}
.result-job-search .title,
.result-job-search .view-table {
  padding: 0 10px;
}
.result-job-search h1,
.result-job-search-v2 h1 {
  font-size: 20px;
  font-weight: bold;
}
.result-job-search .view-table {
  font-size: 13px;
  color: #666;
  text-align: right;
  line-height: 25px;
}
.result-job-search .view-table i.fa {
  color: #999;
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}

.result-job-search-v2 .column-left,
.job-detail-pre-v2 .column-left {
  padding-left: 0;
}
.result-job-search-v2 .title,
.job-detail-pre-v2 .title,
.result-job-search-v2 .list-standard-wrapper,
.accordion .accordion_content .col-xs-12,
.actions-apply,
.job-detail-content .nav-tabs > li,
.job-may-like,
.job-may-like li.col-xs-12 {
  padding: 0;
}
.result-job-search-v2 .title h1,
.job-detail-pre-v2 .title h1 {
  font-size: 29px;
  margin-bottom: 15px;
}
.result-job-search-v2 .list-standard-wrapper .tblJob,
.job-detail-content .nav-tabs > li > a:hover,
.job-detail-content .nav-tabs > li > a:focus {
  border: 0;
}
.result-job-search-v2 .list-standard-wrapper .tblJob .header {
  background-color: #ececec;
  border-bottom: 0;
}
.result-job-search-v2 .list-standard-wrapper .tblJob .header td {
  padding: 7px 10px;
  font-size: 15px;
  color: #000;
}
.result-job-search-v2 .tblJob tr.hover {
  background-color: #f2f2f2;
}
.result-job-search-v2 .list-standard-wrapper .tblJob tr.record td {
  padding: 12px 10px;
}
.result-job-search-v2 .list-standard-wrapper .tblJob i.fa {
  text-align: left;
  color: #999;
}
.result-job-search-v2 .tblJob p {
  margin-bottom: 8px;
}
.result-job-search-v2 .tblJob p.name_job {
  margin-bottom: 12px;
}
.result-job-search-v2 .tblJob p.name_job span {
  margin-left: 5px;
}
.accordion {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
}
.result-job-search-v2 .column-left .content_fck,
.job-detail-pre-v2 .column-left .content_fck,
.list-benefits li {
  font-size: 14px !important;
}
.accordion .accordion_text {
  font-weight: bold;
  margin: 0;
}
.accordion .accordion_content {
  margin-top: 15px;
  position: relative;
}
.accordion .accordion_content ul,
.job-quick-view li:last-child {
  margin-bottom: 0;
}
.accordion .accordion_content i.fa-search {
  position: absolute;
  top: 15px;
  right: 12px;
  cursor: pointer;
}
.accordion input.form-control {
  height: 42px;
  padding: 6px 35px 6px 12px;
}
.accordion .accordion_menu input.form-control {
  margin-bottom: 20px;
  padding: 6px 12px;
}
.accordion input.form-control:focus {
  border-color: #da251c;
  box-shadow: none;
}
.accordion input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.accordion input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.accordion input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.accordion_menu {
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
}
.list-item-scroll li {
  margin-bottom: 15px;
}
.list-item-scroll .item {
  float: left;
  width: 100%;
  font-weight: normal;
}
.list-item-scroll .item input.ipt_check {
  float: left;
  margin: 2px 5px 0 0;
  height: auto;
}
.list-item-scroll .item span {
  float: left;
  width: 90%;
  padding-left: 5px;
}
.result-job-search-v2 .column-right,
.job-detail-pre-v2 .column-right {
  padding-right: 0;
}
.job-quick-view li,
.job-may-like li {
  margin-bottom: 10px;
}
.job-quick-view i.fa {
  margin-right: 10px;
}
.job-detail-pre-v2 .actions-apply a.btn {
  width: 100%;
}
.job-detail-pre-v2 .actions-apply a.not-ready {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.job-detail-pre-v2 .actions-apply,
.job-detail-pre-v2 .title {
  margin-bottom: 30px;
}
.job-detail-content .tab-content {
  padding: 30px;
  border: solid 1px #f2f2f2;
}
.job-detail-content .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}
.job-detail-content .nav-tabs > li span {
  display: block;
  line-height: normal;
  margin-top: 15px;
}
.job-detail-content .nav-tabs > li > a {
  padding: 20px;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: 34px;
}
.job-detail-content .nav-tabs > li.active > a,
.job-detail-content .nav-tabs > li > a:hover {
  background-color: #f2f2f2;
  position: relative;
}
.job-detail-content .nav-tabs > li.active > a:before,
.job-detail-content .nav-tabs > li > a:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 19px solid #f2f2f2;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -19px;
}
.job-may-like {
  font-size: 14px;
  margin-top: 20px;
}
.job-may-like p {
  font-weight: bold;
  margin-bottom: 20px;
}
.job-may-like li {
  padding-left: 30px;
  padding-right: 30px;
}

.items-wrapper,
.list-standard-wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.items-wrapper ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.items-wrapper ul li {
  padding: 10px;
}
.compact-jobs-container .item {
  float: left;
  width: 100%;
  min-height: 215px;
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  padding: 15px;
  position: relative;
}
.compact-jobs-container .item:hover {
  box-shadow: 0 0 8px #c2c2c2;
}
.compact-jobs-container .item .hotjob {
  background-color: #da251c;
  height: 3px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.compact-jobs-container .item .company-logo {
  float: left;
  width: 63px;
  height: 63px;
  border: 1px solid #d0d3d6;
  background-color: #fff;
}
.compact-jobs-container .item i.fa,
.also-viewed .col-right i.fa {
  text-align: left;
  font-size: 14px;
  text-indent: 1px;
}
.company-logo table {
  height: 100%;
  text-align: center;
}
.compact-jobs-container .item .company-logo img {
  max-width: 61px;
  max-height: 61px;
}
.compact-jobs-container .item p {
  margin-bottom: 6px;
}
.compact-jobs-container .item h2.job {
  clear: both;
  padding: 10px 0 6px;
  line-height: inherit;
  font-size: 14px;
}
.compact-jobs-container .item h2.job a {
  color: #000;
  font-weight: bold;
}
.compact-jobs-container .item p.company-name a {
  color: #999;
  font-size: 14px;
}
.compact-jobs-container .item p.area,
.compact-jobs-container .item p.salary {
  color: #999;
  font-size: 11px;
}
.compact-jobs-container .item .tpt_socialShareButton {
  font-size: 11px;
  color: #999;
}
.compact-jobs-container .bottom-item {
  border-top: solid 1px #d3d3d3;
  padding: 10px 0 0 0;
  margin-top: 15px;
}
.compact-jobs-container .bottom-item .post-day {
  float: left;
  padding: 0;
  font-size: 11px;
  color: #999;
}
.compact-jobs-container .bottom-item .apply {
  float: right;
  padding: 0;
  text-align: right;
  font-size: 13px;
}
.compact-jobs-container .bottom-item .apply a {
  background: url('../images/logotn.png') no-repeat;
  padding-left: 25px;
  display: inline-block;
  line-height: 20px;
}
.compact-jobs-container .item .sharejob {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.tpt_socialShareButton {
  background-image: url('../images/iconShare.png');
  background-position: 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  color: #666;
  cursor: pointer;
  padding: 5px 0 5px 30px;
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
}
.tpt_socialShareBar {
  background-color: #fff;
  border-top: 2px solid #e9e9e9;
  bottom: -52px;
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0.5em;
  position: absolute;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.icon32 {
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding: 0 0 32px 32px;
  vertical-align: middle;
  width: 0;
  background-size: 32px 32px;
}
.iconFacebook32 {
  background-image: url('../images/facebook_128.png');
}
.iconLinkedin32 {
  background-image: url('../images/linkedin_128.png');
}
.iconTwitter32 {
  background-image: url('../images/twitter_128.png');
}
.iconGoogleplus32 {
  background-image: url('../images/googleplus_60.png');
}
.iconEmail32 {
  background-image: url('../images/email_32.png');
}
.result-job-search .bottom-more {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.result-job-search .bottom-more:before {
  border-top: solid 1px #ccc;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  z-index: -1;
}
.result-job-search .bottom-more a {
  background-color: #fff;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}
.list-standard-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.list-standard-wrapper .tblJob tr.header {
  border-bottom: 1px solid #ddd;
  background: none;
}
.list-standard-wrapper .tblJob .header td {
  color: #999;
  padding: 15px;
}
.list-standard-wrapper .tblJob tr.record td {
  padding: 15px;
  font-size: 14px;
}
.logoJobs td {
  vertical-align: middle !important;
}
.job-detail-pre {
  border-top: 1px solid #d3d3d3;
}
.meet-the-team .col-md-4 {
  padding-left: 0;
}
.meet-the-team .col-md-8 {
  padding-right: 0;
}
.job-detail-pre h2,
.similar-jobs h2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  clear: both;
}
.detail-head .company-logo {
  width: 100px;
  height: 100px;
  border: 1px solid #d0d3d6;
  background-color: #fff;
}
.detail-head .company-logo img {
  max-width: 98px;
  max-height: 98px;
}
.detail-head .detail-head-right {
  padding-left: 30px;
  padding-right: 0;
}
.detail-head-right h1 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #000;
}
.detail-head-right h1 span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.detail-head-right h1 span img {
  padding-right: 5px;
  padding-bottom: 7px;
}
.detail-head-right .company-name {
  font-size: 16px;
  color: #1c5091;
  padding-bottom: 10px;
}
.detail-head-right .row {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.detail-head-right .record-main {
  font-size: 13px;
}
.detail-head-right .record-main .label-cate {
  color: #000;
  font-weight: bold;
}
.detail-head-right .record-main .value,
.detail-midle .right-des .position,
.item-member .position,
.also-viewed .col-right p.company-name,
.current-job .col-right p.company-name {
  color: #666;
}
.detail-head-right .actions-apply a.btn {
  min-width: 120px;
}
.detail-head-right .actions-apply a.not-ready {
  padding-left: 15px;
  font-size: 13px;
}
.detail-head-right a.apply:hover {
  background-color: #0d4182;
  text-decoration: none;
}
.detail-head-right .actions-invite a {
  color: #666;
  margin-right: 25px;
  font-size: 13px;
}
.detail-head-right .actions-invite .fa {
  margin-right: 8px;
  font-size: 16px;
  color: #afafaf;
}
.detail-head-right .actions-invite .sharejob {
  float: left;
  padding-right: 20px;
}
.detail-head-right .actions-invite .sharejob .tpt_socialShareBar {
  left: 0;
  right: auto;
  z-index: 1;
}
.detail-head-right .actions-invite .sharejob .tpt_socialShareBar a {
  margin-right: 0;
}
.job-detail-pre .section-detail {
  border-top: 1px solid #d0d3d6;
  padding-top: 30px;
  margin-top: 30px;
}
.detail-head .right-content p {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.detail-midle .left-des {
  padding-left: 0;
  padding-right: 25px;
}
.detail-midle .left-des .content_fck {
  color: #666 !important;
}
.detail-midle .right-des {
  padding-left: 25px;
  padding-right: 0;
}
.detail-midle .right-des .cirle-image-small {
  float: left;
  border-radius: 50%;
  background-color: #d0d3d6;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  color: #fff;
}
.detail-midle .right-des .cirle-image-small .fa {
  line-height: 70px;
}
.detail-midle .right-des p,
.also-viewed .col-right p {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.detail-midle .right-des .job-post {
  color: #adadad;
  font-size: 13px;
}
.detail-midle .right-des .post-man,
.detail-midle .right-des .position,
.also-viewed h3,
.also-viewed .col-right p.company-name,
.current-job h3,
.survey-talent,
.frmChangePass p.text,
.frmContact p.text,
.frmContact .row label,
.frmChangePass div.row label,
.JoinNow div.row label {
  font-size: 14px;
}
.detail-midle .right-des .post-man,
.also-viewed h3 a,
.current-job h3 a {
  color: #666;
  font-weight: bold;
}
.detail-midle .right-des .area,
.item-member .area,
.also-viewed .area,
.also-viewed .post-day {
  color: #999;
  font-size: 11px;
}
.detail-foot .area {
  color: #999;
}
.right-des .link-mail {
  margin-top: 5px;
}
.right-des .link-mail a,
.meet-the-team .post-man,
.tblJob p.name_job a {
  font-weight: bold;
}
h2 a.text-right {
  float: right;
  font-size: 13px;
  font-weight: normal;
}
.member-team .info-member p {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
  padding-left: 5px;
}
.item-member .cirle-image-large {
  background-color: #d0d3d6;
  width: 86px;
  height: 86px;
  float: left;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 86px;
  font-size: 30px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.info-other-member p {
  font-size: 15px;
  color: #999;
  margin-bottom: 15px;
}
.info-other-member .history-com-work {
  padding-bottom: 15px;
}
.info-other-member .history-com-work span {
  font-size: 13px;
  color: #666;
  font-weight: bold;
  line-height: 18px;
  padding-right: 20px;
}
.info-other-member .history-com-work a {
  width: 50%;
  float: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.info-other-member .history-com-work img {
  margin-right: 15px;
  float: left;
  max-width: 40px;
  max-height: 40px;
  border: 1px solid #d3d3d3;
}
.info-other-member .tag-history a {
  padding: 6px 20px;
  border-radius: 18px;
  float: left;
  margin: 0 8px 10px 0;
  background-color: #86898c;
  color: #fff;
  font-size: 13px;
}
.als-container {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.als-container .als-prev,
.als-container .als-next {
  float: left;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.als-container i.fa {
  font-size: 30px;
  line-height: 50px;
}
.als-wrapper {
  float: left;
  width: 180px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.als-wrapper li {
  float: left;
  padding: 0 4px;
}
.als-item a {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.als-item a:hover {
  border: solid 2px #1c5091;
}
.als-item img {
  width: auto;
  height: 100%;
}
.also-viewed,
.job-detail-pre .column-right .join-talent-onclip,
.job-detail-pre .column-right .current-job,
.survey-talent,
.survey-talent ul,
.survey-talent ul li {
  padding-left: 0;
  padding-right: 0;
}
.also-viewed .col-left,
.current-job .col-left {
  max-width: 50px;
  padding: 0;
  margin-right: 15px;
}
.also-viewed .company-logo,
.current-job .company-logo {
  width: 50px;
  height: 50px;
  border: 1px solid #d0d3d6;
}
.also-viewed .company-logo img,
.current-job .company-logo img {
  max-width: 48px;
  max-height: 48px;
}
.also-viewed .col-right h3,
.current-job .col-right h3,
.frmContact .row label {
  padding-bottom: 10px;
}
.also-viewed .col-right p.area {
  margin-bottom: 5px;
}
.also-viewed .col-right p.post-day {
  margin-bottom: 0;
}
.also-viewed li {
  border-bottom: 1px solid #d0d3d6;
  padding: 20px 0;
}
.also-viewed li:first-child,
.similar-jobs .items-wrapper {
  padding-top: 0;
}
.similar-jobs h2 {
  padding: 0 10px;
  margin-bottom: 0;
}
.job-detail-pre .column-left,
.job-detail-pre .column-right {
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.job-detail-pre .column-right {
  max-width: 350px;
  float: right;
  padding-bottom: 0;
}
.job-detail-pre .column-right .join-talent-onclip a {
  width: 100%;
  margin-top: 0;
  line-height: 40px;
  font-size: 14px;
}
.job-detail-pre .column-right .join-talent-onclip p.why-connect {
  font-size: 13px;
  color: #666;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 0;
}
.job-detail-pre .column-right .join-talent-onclip p.why-connect a {
  display: inline;
  padding: 0;
  background: none;
  color: #666;
  font-weight: normal;
  line-height: normal;
  text-decoration: underline;
}
.current-job .btn-apply,
.survey-talent .btn-vote {
  padding-left: 0;
  padding-right: 5px;
}
.current-job .btn-save,
.survey-talent .btn-result {
  padding-left: 5px;
  padding-right: 0;
}
.current-job .btn-apply img,
#jb_pagination li {
  margin-right: 5px;
}
.current-job a.btn,
.current-job button.ui_btnCb,
.survey-talent a.btn {
  padding: 4px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  border: 1px solid #da251c;
  font-size: 15px;
}
.current-job .btn-save a.btn:hover,
.survey-talent .btn-result a.btn:hover {
  border-color: #000;
  color: #000;
}
.current-job .btn-apply a.btn:hover,
.survey-talent .btn-vote a.btn:hover {
  background-color: #000;
  border-color: #000;
}
.current-job .col-right p.company-name {
  margin-bottom: 20px;
}
.survey-talent ul li {
  padding-bottom: 8px;
}
.survey-talent input[type='radio'] {
  margin-top: 0;
  margin-right: 10px;
}
.articles-related {
  float: left;
  width: 100%;
  padding: 15px;
}
.articles-related .title-02 {
  position: relative;
}
.articles-related .title-02 .title {
  margin: 7.5px 0;
  font-weight: 700;
  color: #555;
  padding-left: 7px;
  border-left: 5px solid #777;
  position: relative;
  display: inline-block;
  left: 0;
  padding-right: 30px;
  margin-bottom: 15px;
  z-index: 1;
  background-color: #fff;
}
.articles-related .title-02:after {
  content: '';
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  display: block;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.articles-related .fa {
  margin-right: 5px;
}
.articles-related ul {
  padding: 0 15px;
}
.articles-related ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
}
.TestimonialPage {
  width: 100%;
  max-width: 850px;
  margin: 20px auto 0;
}
.TestimoLine {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.TestimoLogo {
  float: left;
  width: 180px;
}
.TestimoLogo img {
  width: 160px !important;
}
.TestimoView {
  float: left;
  width: 670px;
  position: relative;
  border: 2px solid #d1d1d1;
  padding: 15px 20px 15px 35px;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.TestimoView .RowTestimo {
  position: absolute;
  left: -17px;
  top: 42px;
  background: url('../images/row_testimo.png') no-repeat;
  width: 17px;
  height: 16px;
}
.TestimoView .NhapKepOpen {
  position: absolute;
  left: 15px;
  top: 20px;
  background: url('../images/nhay_kep_open.png') no-repeat;
  width: 14px;
  height: 10px;
}
.TestimoView .NhapKepClose {
  position: absolute;
  bottom: 45px;
  right: 15px;
  background: url('../images/nhay_kep_close.png') no-repeat;
  width: 14px;
  height: 10px;
}
.TestimoView .cont_view {
  text-align: justify;
  margin-bottom: 10px;
}
.TestimoView .name_view {
  text-align: right;
  padding-right: 15px;
}
.page-contact-pre .LeftContact {
  float: left;
  width: 52.0003%;
}
.page-contact-pre .LeftContact i.fa {
  width: 18px;
  font-size: 17px;
  color: #666;
  text-align: center;
  margin-right: 8px;
}
.page-contact-pre .LeftContact i.fa-map-marker {
  font-size: 20px;
}
.page-contact-pre .LeftContact img {
  width: 100%;
}
.page-contact-pre .RightContact {
  float: right;
  width: 41.6667%;
}
.page-contact-pre .LeftContact .mapcontact {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.page-contact-pre .LeftContact .mapcontact iframe {
  width: 100% !important;
}
.frmContact .row {
  width: 100%;
  margin-bottom: 20px;
}
.frmChangePass p.text,
.frmContact p.text {
  line-height: 22px;
  padding-bottom: 20px;
}
.frmContact input[type='text'] {
  height: 22px;
  line-height: 22px;
}
.frmContact input.ui_btnCb,
.frmChangePass input.ui_btnCb,
.JoinNow .joinnowBtn input,
.cb-applyjob .ui_btnCb {
  padding: 8px 20px;
  height: auto;
  font-size: 16px;
  font-weight: normal;
}
#container input.ui_btnCb:hover,
#btnLogin:hover,
.JoinNow .joinnowBtn input:hover,
.btnContinute a:hover,
.job-detail-pre .column-right .join-talent-onclip a:hover,
#container .cb-applyjob .ui_btnCb:hover {
  background-color: #000;
  color: #fff;
}
.frmContact .btnTextLink {
  margin: 12px 0 0 20px;
}
#LoginTalentNetwork .JoinNow .rightCol {
  padding-bottom: 0;
}
.JoinNow .row {
  margin-left: 0;
  margin-right: 0;
}
.JoinNow .rightCol {
  width: 460px;
  padding-bottom: 30px;
}
.JoinNow .Frm_Login {
  width: 470px;
}
.JoinNow .input_long {
  width: 224px;
}
.JoinNow .input_margin {
  margin: 0 5px 0 0;
}
.JoinNow input[type='text'],
.JoinNow input[type='password'] {
  height: 26px;
  line-height: 26px;
  padding: 0 4px;
}
.JoinNow div.row label {
  font-weight: normal;
}
.JoinNow .rightCol label {
  width: 160px;
}
#btnLogin,
.JoinNow .loginJoinTalentNetwork a,
.JoinNow .joinnowBtn input,
.JoinNow .joinnowBtn button {
  background: #da251c;
  border: 0;
  color: #fff;
}
.JoinNow .loginJoinTalentNetwork a {
  color: #fff;
  line-height: 29px;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  margin: 10px auto;
}
.JoinNow .loginJoinTalentNetwork a:hover,
.EditRecommendJob button:hover {
  background-color: #000;
  text-decoration: none;
}
.JoinNow .Frm_Login label {
  width: 135px;
}
/* #JoinOurTalentNetwork label { width: 165px } */
#JoinOurTalentNetwork .JoinNow .rightCol {
  width: 500px;
  padding-bottom: 0;
}
.confirm-sharedata label {
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
}
.confirm-sharedata label input {
  margin: 0;
}
.confirm-sharedata label span {
  padding-left: 5px;
}
.include-document {
  border: 1px solid #475153;
  padding: 15px;
  max-height: 400px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.signin_social a {
  font-size: 12px;
}
.joinnowBtn {
  padding-left: 165px;
}
.btnContinute {
  background: none;
  height: auto;
}
.btnContinute a {
  background-color: #da251c;
  font-size: 14px;
  display: block;
  font-weight: normal;
  line-height: 25px;
}
.cb-applyjob {
  width: 85%;
}
.cb-applyjob .mainFilter {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.cb-applyjob .containerData {
  padding-left: 15px;
  box-sizing: border-box;
}
.cb-applyjob .ui_btnCb {
  display: inline-block;
  margin-top: 10px;
}
.cb-applyjob .apply_success_nonmember {
  font-size: 15px;
  width: 100%;
}
.cb-applyjob .apply_success_nonmember p {
  clear: both;
}
.cb-applyjob .text-applythanks-first {
  font-size: 30px !important;
  padding-bottom: 20px;
}
.cb-applyjob .text-applythanks {
  float: left;
  width: 60%;
}
#include_cover_letter {
  margin-top: 0;
}
#jb_pagination a,
#jb_pagination .previous a:link,
#jb_pagination .previous a:visited,
#jb_pagination .previous a:active,
#jb_pagination .next a:link,
#jb_pagination .next a:visited,
#jb_pagination .next a:active {
  border-color: #ccc;
}
#jb_pagination a:link,
#jb_pagination a:visited {
  color: #686868;
  text-decoration: none;
}
#jb_pagination .active,
#jb_pagination a:link,
#jb_pagination a:visited,
#jb_pagination .previous a:link,
#jb_pagination .previous a:visited,
#jb_pagination .previous a:active,
#jb_pagination .next a:link,
#jb_pagination .next a:visited,
#jb_pagination .next a:active {
  font-size: 16px;
  font-family: Arial;
}
#jb_pagination .active,
#jb_pagination a:link,
#jb_pagination a:visited {
  padding: 10px 15px;
}
#jb_pagination .previous a:link,
#jb_pagination .previous a:visited,
#jb_pagination .previous a:active,
#jb_pagination .next a:link,
#jb_pagination .next a:visited,
#jb_pagination .next a:active {
  padding: 10px 18px;
}
#jb_pagination a:hover,
#jb_pagination .previous a:hover,
#jb_pagination .next a:hover,
#jb_pagination .active {
  border-color: #da251c;
}
.tblJob .logoJobs tr.hover,
#jb_pagination a:hover {
  background: none;
}
.tblJob .date-post-col {
  position: relative;
}
.tblJob .date-post-col .sharejob {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.tblJob .date-post-col .sharejob .tpt_socialShareBar {
  bottom: 17px;
  border-bottom: 2px solid #e9e9e9;
  border-top: 0;
}
.txt_number_ketqua {
  font-size: 12px;
  bottom: -24px;
}
.msgbox .title_msgbox {
  font-size: 16px !important;
  font-family: Arial !important;
}
#hot_joblist .container {
  width: 760px;
  padding: 30px;
}
#hot_joblist h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: normal;
}
#hot_joblist ul,
#hot_joblist ul li {
  padding: 0;
  margin: 0;
}
#hot_joblist ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #e5e5e5;
}
#hot_joblist ul li,
#hot_joblist .job-item a {
  color: #666;
}
#hot_joblist p {
  line-height: normal;
  margin-bottom: 5px;
}
#hot_joblist .logocompany {
  float: left;
  width: 20%;
  max-width: 112px;
  margin: 10px 2% 10px 0;
}
#hot_joblist .job-item {
  float: left;
  width: 53%;
  padding: 10px 0;
  margin-right: 7%;
  font-size: 15px;
}
#hot_joblist .job-item .jobtitle {
  font-weight: bold;
  margin-top: 8px;
}
#hot_joblist .salary-location {
  float: left;
  width: 22%;
  padding: 10px 0;
  font-size: 15px;
}
#hot_joblist .salary-location p:first-child {
  margin-top: 8px;
}
#hot_joblist a.read-more-jobs {
  float: left;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.section-gallery .gallery-image {
  position: relative;
  margin-top: 10px;
}
.gallery-image .swiper-prev,
.gallery-image .swiper-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
  color: #c8c8c8;
}
.gallery-image .swiper-prev {
  left: -40px;
}
.gallery-image .swiper-next {
  right: -40px;
}
.gallery-image .image {
  text-align: center;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.gallery-image .image img {
  max-height: 500px;
}
.gallery-image i.fa {
  font-size: 40px;
}

#breadcrumb .breadcrumb {
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 25px 15px 0;
}
#back-top {
  bottom: 50px;
}
#back-top a {
  background-color: #686868;
}
#cb_widget {
  width: 100% !important;
  margin: 15px 0;
}

#footer-pre {
  float: left;
  width: 100%;
  height: 75px;
  font-size: 15px;
}
#footer-pre .powerby {
  float: left;
  line-height: 75px;
}
#footer-pre .powerby,
#footer-pre .menu-footer {
  padding: 0;
}
#footer-pre .powerby,
#footer-pre .menu-footer a {
  color: #fff;
}
#footer-pre .menu-footer {
  float: right;
}
#footer-pre .menu-footer ul {
  float: right;
  margin-bottom: 0;
}
#footer-pre .menu-footer li {
  float: left;
  padding: 0 10px;
  line-height: 75px;
}
#footer-pre .powerby.counterjs {
  line-height: normal;
  padding-top: 12px;
}
#footer-pre .pageview {
  float: left;
  width: 100%;
  margin-top: 10px;
  clear: both;
  line-height: normal;
}
#footer-pre .pageview strong {
  font-weight: normal;
}
#footer-pre .pageview span {
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 15px;
}

/*Fix for core JS*/
#container #header-pre .logo {
  padding-top: 25px;
  padding-left: 15px;
}
#container #my-career-pre ul {
  margin-right: 9px;
}
#container #header-pre #show-menu span.fa {
  padding-top: 30px;
}
#container #main-content {
  padding-top: 30px;
  font-size: 12px;
  overflow: visible;
}
#container .ui_btnCb,
#container .search250 .btnSmall,
#container .fontCore .btnSmall {
  background: #da251c;
  border: 0;
  color: #fff;
  text-shadow: none;
}
.no-bootstrap #container #header-pre .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding-top: 0 !important;
}
.containerListMy a.focus {
  background-image: url('../../css/images/arr_black.gif');
}
.RightPanel {
  padding-bottom: 50px;
}

/*Menu for Mobile*/
html.header-medium-screen-menu-displayed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.header-medium-screen-menu-displayed body,
.header-medium-screen-menu-displayed #section-header {
  left: 290px;
}
#header-menu-mobile {
  background: white;
  border-right: 1px solid #dfdada;
  left: -290px;
  position: absolute;
  top: 0;
  width: 290px;
  height: 100%;
  overflow-x: auto;
}
#header-menu-mobile .c1 {
  float: left;
  padding: 0 15px;
}
#header-menu-greeting {
  float: left;
  width: 100%;
  padding: 30px 0 30px;
}
#header-menu-greeting .col-xs-12 {
  padding: 0;
}
#header-menu-greeting h2,
#header-menu-greeting h3 {
  color: #182642;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 18px;
}
#header-menu-links,
#header-menu-links ul {
  float: left;
  width: 100%;
}
#header-menu-links {
  padding-top: 20px;
}
#header-menu-links ul li {
  float: left;
  width: 100%;
  padding: 10px 0;
}
#header-menu-mobile #header-menu-authentication-links {
  display: none;
}
#header-menu-authentication-links {
  border-bottom: 1px solid #dfdada;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
#header-menu-authentication-links .col-xs-6 {
  width: 50%;
  margin: 0;
  padding: 0 10px;
}
#header-menu-links .btn {
  border: 2px solid #182642;
  font-size: 14px;
  font-weight: bold;
  color: #182642;
  display: inline-block;
  margin-bottom: 0.625rem;
  text-align: center;
  transition: background-color 300ms ease-out 0s;
  width: 100%;
  padding: 8px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 3px;
  outline: none;
}
#header-menu-links .btn:hover {
  color: #fff;
  text-decoration: none;
  border-color: #da251c;
}
#header-menu-links ul.submenu li {
  padding-left: 20px;
}
#header-menu-links ul.submenu li:last-child {
  padding-bottom: 0;
}

@media (max-width: 1209px) {
  .setOutBanner .search-jobs-main {
    width: 96%;
  }
  .setOutBanner .search-jobs-main input.width_545,
  .setOutBanner .search-jobs-main .chosen-container,
  .setOutBanner .search-jobs-main select.chosen {
    width: 27% !important;
    margin-right: 2%;
  }
  .setOutBanner .search-jobs-main select.slc-mb {
    width: 26% !important;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1199px) {
  .search-jobs-main {
    width: 80%;
    text-align: center;
  }
  .search-jobs-main input.width_545,
  .search-jobs-main .chosen-container,
  .search-jobs-main select.chosen {
    width: 27% !important;
    margin-right: 2%;
    text-align: left;
  }
  .search-jobs-main select.slc-mb {
    width: 26% !important;
    margin-right: 2%;
  }
  .search-jobs-main button.searchvt1 {
    width: 13%;
  }
  #header-pre .hidden {
    display: block !important;
  }
  #header-pre #show-menu {
    height: 80px;
  }
  #header-menu-greeting {
    border-bottom: 1px solid #dfdada;
  }
  #header-pre .menu,
  #footer-pre .menu-footer {
    display: none;
  }
  #footer-pre .powerby {
    float: left;
    width: 100%;
    text-align: center;
  }
  .section-grid-career .container-narrow {
    width: 100%;
  }
  .frmContact .row textarea {
    width: 300px;
  }
  .job-detail-pre .column-left {
    max-width: 550px;
  }
  .detail-head .detail-head-right {
    width: 79%;
  }
  .also-viewed .col-right,
  .current-job .col-right {
    width: 71%;
  }
  .gallery-image .swiper-container {
    margin: 0 50px;
  }
  .gallery-image .swiper-prev {
    left: 0;
  }
  .gallery-image .swiper-next {
    right: 0;
  }
  .gallery-image .image img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .texton {
    top: calc(50% - 75px);
    width: calc(100% - 50px);
    display: none;
  }
  .texton .slogan {
    display: none;
  }
  .join-talent-onclip a {
    margin-top: 0;
  }
  #photo-area .setOutBanner .search-jobs-main input.width_545,
  #photo-area .setOutBanner .search-jobs-main .chosen-container,
  #photo-area .setOutBanner .search-jobs-main button.searchvt1 {
    background-color: inherit;
  }
}
@media only screen and (max-width: 979px) {
  .setOutBanner .search-jobs-main {
    width: 80%;
    text-align: center;
  }
  .setOutBanner .search-jobs-main input.width_545,
  .setOutBanner .search-jobs-main .chosen-container,
  .setOutBanner .search-jobs-main select.chosen,
  .setOutBanner .search-jobs-main select.slc-mb {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .setOutBanner .search-jobs-main button.searchvt1 {
    width: 100%;
    max-width: 150px;
  }
  .job-detail-pre .column-left {
    max-width: none;
    margin-bottom: 20px;
  }
  .job-detail-pre .column-right {
    max-width: none;
  }
  .also-viewed .col-right,
  .current-job .col-right {
    width: 88%;
  }
  #Join_Success {
    width: 85%;
    margin: 0 auto;
    background: none;
    height: auto;
  }
  #Join_Success .container {
    width: 85%;
    margin: 0 auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 973px) {
  #photo-area {
    display: block;
  }
  .JoinNow .rightCol {
    float: none;
    margin: 0 auto;
    width: 470px;
  }
  .JoinNow h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
  }
  .JoinNow .rightCol label {
    font-size: 16px !important;
    padding-bottom: 10px;
  }
  .JoinNow .row {
    margin-bottom: 20px;
  }
  .JoinNow .forgetpass {
    padding-bottom: 20px;
  }
  .signin_social span {
    padding: 20px;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .signin_social {
    height: 130px;
  }
  .signin_social ul {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .signin_social ul li.st2 {
    left: 36%;
  }
  .signin_social ul li.st3 {
    left: 70%;
  }
  .apply_success_nonmember {
    background: none;
  }
  .joinnowBtn {
    padding-left: 0;
  }
  .JoinNow .rightCol .txt_required {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .TestimoLogo {
    width: 30%;
  }
  .TestimoView {
    width: 65%;
    padding: 2%;
  }
  .NhapKepOpen,
  .NhapKepClose {
    display: none;
  }
}
@media only screen and (max-width: 846px) {
  .setOutBanner .search-jobs-main {
    width: 85%;
  }
  .setOutBanner .search-jobs-main input.width_545,
  .setOutBanner .search-jobs-main .chosen-container,
  .setOutBanner .search-jobs-main select.chosen,
  .setOutBanner .search-jobs-main select.slc-mb {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .setOutBanner .search-jobs-main button.searchvt1 {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 812px) {
  .container-search {
    bottom: 60px;
  }
  .search-jobs-main input.width_545,
  .search-jobs-main .chosen-container,
  .search-jobs-main select.chosen,
  .search-jobs-main select.slc-mb {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .search-jobs-main button.searchvt1 {
    width: 100%;
    max-width: 150px;
  }
  #hot_joblist .container {
    width: 100%;
  }
  #hot_joblist .job-item {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  #bgvid,
  #bgvid1 {
    object-fit: contain !important;
  }
  .panel-opening-job .btn-toolbar {
    text-align: center;
  }
  .panel-opening-job .actions {
    padding: 0;
  }
  .panel-opening-job .info-job-home .social-links {
    margin-top: 15px;
  }
  .panel-opening-job .company-logo {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .panel-opening-job .company-logo table {
    width: 175px;
    margin: 0 auto;
  }
  .panel-opening-job .actions {
    margin-top: 15px;
  }
  .page-contact-pre .LeftContact,
  .page-contact-pre .RightContact,
  .frmContact .value {
    width: 100%;
  }
  .page-contact-pre .RightContact {
    padding-top: 50px;
  }
  .frmContact input.width_238,
  .frmContact .row textarea {
    width: 97%;
    padding: 3px 1%;
  }
  .current-job .btn-apply,
  .current-job .btn-save {
    width: 50%;
  }
  .text-intro iframe {
    width: 100% !important;
  }
}
@media only screen and (max-width: 667px) {
  #hot_joblist .job-item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #header-pre .logo {
    width: 88%;
    text-align: center;
  }
  #header-menu-greeting {
    border-bottom: 0;
  }
  #header-menu-links {
    padding-top: 0;
  }
  .search-jobs-main input.width_545,
  .search-jobs-main button.searchvt1 {
    width: 100%;
    margin-right: 0;
  }
  .search-jobs-main .chosen-container {
    width: 100% !important;
    margin-right: 0;
  }
  .search-jobs-main input.width_545,
  .search-jobs-main .chosen-container {
    margin-bottom: 15px;
  }
  .setOutBanner .search-jobs-main input.width_545,
  .setOutBanner .search-jobs-main button.searchvt1 {
    width: 100%;
    margin-right: 0;
  }
  .setOutBanner .search-jobs-main .chosen-container {
    width: 100% !important;
    margin-right: 0;
  }
  .setOutBanner .search-jobs-main input.width_545,
  .setOutBanner .search-jobs-main .chosen-container {
    margin-bottom: 15px;
  }
  .section-page .btn-viewmore {
    width: 50%;
  }
  #header-menu-mobile #header-menu-authentication-links {
    display: block;
  }
  .TestimoLine {
    border-bottom: 1px dotted #7c7c7c;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .TestimoLogo {
    width: 100%;
    margin-bottom: 15px;
  }
  .TestimoView {
    width: 95%;
    padding: 2%;
  }
  .TestimoView .RowTestimo {
    background: url('../images/row_testimo_top.png') no-repeat;
    left: 28px;
    top: -16px;
  }
  #header-pre .navbar-right,
  .NhapKepOpen,
  .NhapKepClose {
    display: none;
  }
}
@media only screen and (max-width: 572px) {
  #container #header-pre .logo {
    width: 80%;
  }
  .detail-head .company-logo {
    margin-bottom: 15px;
  }
  .detail-head .detail-head-right {
    width: 100%;
    padding: 0;
  }
  .detail-head-right .actions-apply a.btn {
    width: 100%;
    max-width: none;
  }
  .detail-head-right .actions-apply a.not-ready {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  #hot_joblist .job-item {
    width: 75%;
    margin-right: 0;
  }
  #hot_joblist .salary-location {
    width: 75%;
  }
  .socialWrapper .item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .section-grid-career .job {
    min-height: inherit;
    margin-bottom: 40px;
  }
  .section-grid-career .job img {
    width: 80px !important;
  }
  .JoinNow .rightCol,
  .also-viewed .col-right,
  .current-job .col-right {
    width: 80%;
  }
  .result-job-search .view-table {
    display: none;
  }
}
@media (max-width: 375px) {
  .setOutBanner .search-jobs-main {
    width: 85%;
  }
}
@media only screen and (max-width: 360px) {
  #header-pre .logo {
    width: 85%;
  }
  .signin_social ul {
    width: 100%;
  }
  #container #header-pre .logo,
  .also-viewed .col-right,
  .current-job .col-right {
    width: 72%;
  }
}
@media only screen and (max-width: 320px) {
  #header-pre .logo img {
    width: 100%;
  }
  .also-viewed .col-right,
  .current-job .col-right {
    width: 70%;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../css/font/fontawesome-webfont.eot?v=4.7.0');
  src:
    url('../../css/font/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('../../css/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../../css/font/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../../css/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../../css/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.00000033em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper-pp:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}
.fa-reddit-alien:before {
  content: '\f281';
}
.fa-edge:before {
  content: '\f282';
}
.fa-credit-card-alt:before {
  content: '\f283';
}
.fa-codiepie:before {
  content: '\f284';
}
.fa-modx:before {
  content: '\f285';
}
.fa-fort-awesome:before {
  content: '\f286';
}
.fa-usb:before {
  content: '\f287';
}
.fa-product-hunt:before {
  content: '\f288';
}
.fa-mixcloud:before {
  content: '\f289';
}
.fa-scribd:before {
  content: '\f28a';
}
.fa-pause-circle:before {
  content: '\f28b';
}
.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa-stop-circle:before {
  content: '\f28d';
}
.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa-shopping-bag:before {
  content: '\f290';
}
.fa-shopping-basket:before {
  content: '\f291';
}
.fa-hashtag:before {
  content: '\f292';
}
.fa-bluetooth:before {
  content: '\f293';
}
.fa-bluetooth-b:before {
  content: '\f294';
}
.fa-percent:before {
  content: '\f295';
}
.fa-gitlab:before {
  content: '\f296';
}
.fa-wpbeginner:before {
  content: '\f297';
}
.fa-wpforms:before {
  content: '\f298';
}
.fa-envira:before {
  content: '\f299';
}
.fa-universal-access:before {
  content: '\f29a';
}
.fa-wheelchair-alt:before {
  content: '\f29b';
}
.fa-question-circle-o:before {
  content: '\f29c';
}
.fa-blind:before {
  content: '\f29d';
}
.fa-audio-description:before {
  content: '\f29e';
}
.fa-volume-control-phone:before {
  content: '\f2a0';
}
.fa-braille:before {
  content: '\f2a1';
}
.fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}
.fa-glide:before {
  content: '\f2a5';
}
.fa-glide-g:before {
  content: '\f2a6';
}
.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}
.fa-low-vision:before {
  content: '\f2a8';
}
.fa-viadeo:before {
  content: '\f2a9';
}
.fa-viadeo-square:before {
  content: '\f2aa';
}
.fa-snapchat:before {
  content: '\f2ab';
}
.fa-snapchat-ghost:before {
  content: '\f2ac';
}
.fa-snapchat-square:before {
  content: '\f2ad';
}
.fa-pied-piper:before {
  content: '\f2ae';
}
.fa-first-order:before {
  content: '\f2b0';
}
.fa-yoast:before {
  content: '\f2b1';
}
.fa-themeisle:before {
  content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}
.fa-handshake-o:before {
  content: '\f2b5';
}
.fa-envelope-open:before {
  content: '\f2b6';
}
.fa-envelope-open-o:before {
  content: '\f2b7';
}
.fa-linode:before {
  content: '\f2b8';
}
.fa-address-book:before {
  content: '\f2b9';
}
.fa-address-book-o:before {
  content: '\f2ba';
}
.fa-vcard:before,
.fa-address-card:before {
  content: '\f2bb';
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '\f2bc';
}
.fa-user-circle:before {
  content: '\f2bd';
}
.fa-user-circle-o:before {
  content: '\f2be';
}
.fa-user-o:before {
  content: '\f2c0';
}
.fa-id-badge:before {
  content: '\f2c1';
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: '\f2c2';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '\f2c3';
}
.fa-quora:before {
  content: '\f2c4';
}
.fa-free-code-camp:before {
  content: '\f2c5';
}
.fa-telegram:before {
  content: '\f2c6';
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '\f2c7';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '\f2c8';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '\f2c9';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '\f2ca';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '\f2cb';
}
.fa-shower:before {
  content: '\f2cc';
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '\f2cd';
}
.fa-podcast:before {
  content: '\f2ce';
}
.fa-window-maximize:before {
  content: '\f2d0';
}
.fa-window-minimize:before {
  content: '\f2d1';
}
.fa-window-restore:before {
  content: '\f2d2';
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: '\f2d3';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '\f2d4';
}
.fa-bandcamp:before {
  content: '\f2d5';
}
.fa-grav:before {
  content: '\f2d6';
}
.fa-etsy:before {
  content: '\f2d7';
}
.fa-imdb:before {
  content: '\f2d8';
}
.fa-ravelry:before {
  content: '\f2d9';
}
.fa-eercast:before {
  content: '\f2da';
}
.fa-microchip:before {
  content: '\f2db';
}
.fa-snowflake-o:before {
  content: '\f2dc';
}
.fa-superpowers:before {
  content: '\f2dd';
}
.fa-wpexplorer:before {
  content: '\f2de';
}
.fa-meetup:before {
  content: '\f2e0';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
