.brand_scroll {
  background: #ffffff;
}

body {
  background: #FFF;
}

.create_employer .title, .create_cv .title {
  font-size: 18px;
  font-weight: 600;
}

.create_cv i.check {
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 53px;
  right: 15px;
  top: 15px;
  background: url("../images/check_right.png") no-repeat;
}

.create_employer i.send {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 49px;
  right: 15px;
  top: 25px;
  background: url("../images/send.png") no-repeat;
}

.create_employer {
  background: #d11220;
  color: #fff;
  padding: 15px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-right: 75px;
}

.create_employer:hover {
  background: #e02b38;
}

.create_cv:hover {
  background: #1ca8a9;
}

.box_create {
  margin: 0px 0px 20px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 99;
  flex-wrap: wrap;
  display: flex;
  background: #e9f6ff;
  padding: 10px 0px 0px;
}
.box_create > .wrapper > .title {
  font-size: 24px;
  color: #182642;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.box_create .item {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0px 10px;
  text-align: center;
  margin-bottom: 16px;
}

.box_create .item .main_c {
  border: 0px #e4e4e4 solid;
  border-radius: 10px;
  background: #fff;
  min-height: 200px;
  position: relative;
  box-shadow: 3px 3px 3px 0px #e5e5e5;
}

.box_create .item .main_c .title {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 10px 5px;
  text-transform: uppercase;
  line-height: 24px;
}

.box_create .item .main_c .ribbon span {
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 15px;
  height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 90px;
  display: block;
  background: #ed3531;
  background: linear-gradient(#ed3531 0, #da2c28 100%);
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  right: -21px;
}

.box_create .item .main_c .ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #ed3531;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ed3531;
}

.box_create .item .main_c .ribbon span::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #ed3531;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ed3531;
}

.box_create .item .main_c .ribbon {
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 1;
  overflow: hidden;
  width: 85px;
  height: 85px;
  text-align: right;
}

.box_create .item .main_c .des {
  margin: 0px;
  font-size: 20px;
  color: #949494;
  padding: 0px 30px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  min-height: 30px;
}

.box_create .item .main_c .sub_content {
  font-size: 14px;
  padding: 0px 15px;
  min-height: 80px;
  color: #8f8f8f;
}

.box_create .item .main_c .sub_content ul {
  margin: 0px;
}

.box_create .item .main_c .btn_create {
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  margin: 10px 0px 10px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  left: 50%;
  background: #30a4dc;
  transform: translate(-50%, -50%);
}

.box_create .item:nth-child(2) .main_c,
.box_create .item:nth-child(4) .main_c {
  /*border: 3px #30a4dc solid;*/
}

.box_create .item:nth-child(2) .main_c .btn_create,
.box_create .item:nth-child(4) .main_c .btn_create {
  /*background: #30a4dc;*/
}

.box_create .item .main_c .btn_create:hover,
.box_create .item .main_c .btn_create:focus {
  opacity: 0.8;
}

.box_create .item .icon i {
  display: inline-block;
  height: 80px;
  color: #1718e6;
  width: 100%;
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.box_create .item .icon i.job_creation {
  background: #b61515 url("../../images/job_creation.png") no-repeat center center;
}

.box_create .item .icon i.banner_creation {
  background: #b61515 url("../../images/banner_creation.png") no-repeat center center;
}

.box_create .item .icon i.search_profiles {
  background: #b61515 url("../../images/search_profiles.png") no-repeat center center;
}

.box_recruitment_brochure {
  margin: 10px 0px 0px;
  display: inline-block;
  width: 100%;
}

.box_recruitment_brochure .title {
  font-size: 24px;
  color: #182642;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.box_recruitment_brochure .title_small {
  color: #172642;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.box_recruitment_brochure .title_small .text-center {
  max-width: 80%;
  display: inline-block;
}

.box_recruitment_brochure .title span {
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 0px 20px;
}

.box_recruitment_brochure .title:after {
  right: 0px;
  left: auto;
}

.employerproduct {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.employerproduct .item {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
  text-align: center;
}

.employerproduct .item .img {
  width: 100%;
  margin-bottom: 20px;
}
.employerproduct .item .img img {
  max-width: 100%;
}

.employerproduct .item .img img:hover {
  opacity: 0.8;
}

.employerproduct .item .title_item a {
  font-size: 18px;
  color: #1718e6;
  font-weight: 600;
}

.employerproduct .item .title_item a:hover {
  text-decoration: underline;
}

.employerproduct .item .short {
  font-weight: normal;
  max-width: 90%;
  margin: 0 auto;
  color: #8f8f8f;
}

.employerproduct .item .view_detail a {
  background: #3d3eff;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 20px;
  margin-top: 10px;
  display: inline-block;
}

.employerproduct .item .short p {
  font-weight: normal;
}

.employerproduct .item .short p strong {
  font-weight: normal;
}

.box_recruitment_brochure .nav-tabs > li.active > a,
.box_recruitment_brochure .nav-tabs > li.active > a:hover,
.box_recruitment_brochure .nav-tabs > li.active > a:focus {
  border: 1px #fff solid;
  border-bottom: 1px #c5c5c5 dotted;
}

.box_recruitment_brochure .nav-tabs > li {
  width: 33.3333%;
  padding: 0px 15px;
}

.box_recruitment_brochure .nav-tabs {
  border: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.box_recruitment_brochure .nav-tabs > li > a {
  color: #7f7f7f;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px #c5c5c5 dotted;
  outline: none;
}

.box_recruitment_brochure .tab-content {
  padding-top: 20px;
}

i.icon_tab1,
i.icon_tab2,
i.icon_tab3 {
  height: 44px;
  width: 44px;
  display: inline-block;
  background: #dddddd;
  margin: -15px;
  margin-right: 5px;
  border-radius: 44px;
}

.box_recruitment_brochure .nav-tabs > li > a:hover {
  background: #fff;
  border-color: #fff;
}

.box_recruitment_brochure i.icon_tab1 {
  background: #dddddd url("../../images/job_creation_min.png") no-repeat center center;
}

.box_recruitment_brochure i.icon_tab2 {
  background: #dddddd url("../../images/banner_creation_min.png") no-repeat center center;
}

.box_recruitment_brochure i.icon_tab3 {
  background: #dddddd url("../../images/search_profiles_min.png") no-repeat center center;
}

.box_recruitment_brochure li.active i.icon_tab1 {
  background: #f7901e url("../../images/job_creation_min.png") no-repeat center center;
}

.box_recruitment_brochure li.active i.icon_tab2 {
  background: #f7901e url("../../images/banner_creation_min.png") no-repeat center center;
}

.box_recruitment_brochure li.active i.icon_tab3 {
  background: #f7901e url("../../images/search_profiles_min.png") no-repeat center center;
}

#statictis_new {
  float: right;
  width: 360px;
  position: absolute;
  right: 0px;
  z-index: 999;
  padding-top: 40px;
}

#statictis_new .circle {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-left: 15px;
  padding-bottom: 15px;
  float: right;
  width: 175px;
  height: 175px;
}

#statictis_new .circle .pie-title-center, #statictis_new .circle .article {
  position: absolute;
}

#statictis_new .pie-value, #statictis_new .circle .article .number {
  position: absolute;
  width: 160px;
  font-size: 21px;
  color: #e80d0e;
  font-weight: bold;
  padding-bottom: 15px;
}

#statictis_new .pie-value {
  top: 20%;
}

#statictis_new .circle .article {
  width: 160px;
  top: 30%;
}

#statictis_new .circle .article .title {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
}

#statictis_new .circle .article .content {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

#statictis_new .circle .article .number {
  display: none;
  top: -30px;
}

@media all\0  {
  #statictis_new .circle .article .number {
    display: block;
  }
}
@media all\0  {
  #statictis_new .circle {
    background: url("../../images/circle_yellow.png") no-repeat top right;
  }
}
.notePost ul {
  padding: 0px;
  margin: 0px;
}

.notePost ul li {
  list-style: none;
}

.notePost {
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: arial;
  line-height: 26px;
}

.notePost .bold {
  font-weight: normal;
  color: #111;
}

.tableSolid {
  background: 0 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.tableSolid td {
  border: 1px solid #e8e8e8;
  padding: 10px 15px;
  font-size: 13px;
  vertical-align: middle;
}

.tableSolid td.col_khongnen,
.tableSolid td.col_nen {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 42%;
  padding: 0;
  font-weight: 600;
}

.tableSolid td.col_none {
  border-top: 0;
  border-left: 0;
}

.tableSolid td.col_nen {
  background: #f9a84e;
}

.tableSolid td.col_khongnen {
  background: #757575;
}

.notePost .tableSolid ul li {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}

.notePost .tableSolid ul li .icon-arr-checked2,
.notePost .tableSolid ul li .icon-arr-delete {
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.notePost .tableSolid ul li .italic {
  color: #888;
  font-style: italic;
}

.icon-sprite-ntd {
  background: url(https://cdn.timviecnhanh.com/asset/home/img/sprites_24_ntd.png) rgba(0, 0, 0, 0);
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 6px;
  margin: -1px 4px -1px 0;
}

.notePost .ficon-ok {
  font-size: 19px;
  margin-right: 10px;
  color: #53a946;
}

.notePost .ficon-cancel {
  font-size: 19px;
  margin-right: 10px;
  color: #ea3b3b;
}

.box_recruitment_brochure .content {
  display: inline-block;
  width: 100%;
  background: url(../images/bg_emp.png) no-repeat;
  min-height: 440px;
  padding: 25px;
  padding-right: 45%;
  margin-bottom: 25px;
}

.box_statictis_new {
  position: absolute;
  padding: 30px 0px 20px 30px;
  display: inline-block;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 2;
  text-align: center;
}

.box_statictis_new button {
  background: #fbbb3b;
  color: #673300;
  font-weight: bold;
  border: 1px #8b4602 solid;
  border-radius: 4px;
}

.box_statictis_new button:hover {
  outline: 0.8;
  background: #fbbb3b;
  color: #673300;
}

.box_statictis_new a {
  color: #fff;
  border: 1px solid #d2d2d2;
  padding: 10px 15px;
  border-radius: 2px;
  margin-left: 15px;
}

.box_statictis_new a:hover {
  border: 1px solid #c9a139;
  background: #c9a139;
  color: #fff;
}

content {
  padding-bottom: 0px;
}

.box_create .item:hover .main_c {
  background: #1718e6;
  border-color: #0c50a0;
}

.box_create .item:hover .main_c .title {
  color: #fff;
}

.box_create .item:hover .main_c .sub_content {
  color: #fff;
}

.box_create .item:hover .main_c .btn_create {
  background: #297aa0 !important;
}

.box_create .item:hover .main_c i {
  color: #fff;
}

@media (max-width: 850px) {
  #statictis_new {
    width: 100%;
    display: none;
  }
  .box_create .item {
    width: 50%;
    margin-bottom: 25px;
    text-align: center;
  }
  .box_create .item .main_c {
    max-width: 290px;
    display: inline-block;
  }
  .box_recruitment_brochure .nav-tabs > li > a {
    font-size: 16px;
  }
  .box_create {
    margin-top: 25px;
    margin: 30px 50px;
  }
  .employerproduct {
    margin: 0px;
  }
  .employerproduct .item img {
    max-width: 100%;
  }
  .box_recruitment_brochure .content {
    width: 100%;
    min-height: 420px;
    padding: 25px;
  }
}
@media (max-width: 649px) {
  .box_create .item .main_c .title {
    padding: 15px 15px;
  }
  .box_create .item .main_c .sub_content {
    padding: 0px 15px;
    min-height: 120px;
  }
  .box_recruitment_brochure .content {
    padding: 5px 5px;
  }
  .box_create .item .main_c {
    min-height: 200px;
  }
  .box_recruitment_brochure .content {
    background: #323f77;
  }
  .employerproduct .item img {
    width: 100%;
  }
  .box_create {
    margin: 20px 0px;
  }
  .box_create .item {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .box_recruitment_brochure .nav-tabs > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .tableSolid td {
    padding: 4px 4px;
  }
  .notePost .tableSolid ul li {
    font-size: 13px;
  }
  .employerproduct .item {
    width: 100%;
    padding: 0px 0px;
  }
}
.employer-number {
  margin: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.employer-number .list-number {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .employer-number .list-number {
    padding: 23.5px 0;
  }
}
.employer-number .list-number li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 5px 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .employer-number .list-number li {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
.employer-number .list-number li:last-child:before {
  display: none;
}
.employer-number .list-number li:before {
  position: absolute;
  top: 0;
  right: -0.5px;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  content: "";
}
.employer-number .list-number li .number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  text-align: center;
}
.employer-number .list-number li .number span,
.employer-number .list-number li .number p {
  color: #2f4ba0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  font-size: 32px;
}
.employer-number .list-number li .title {
  max-width: 195px;
  margin: 0 auto;
  color: #172642;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#banner_employer_detail {
  margin-bottom: 20px;
}

.top_employer_slider_detail {
  padding-bottom: 20px;
}

.top_employer_slider_detail .title {
  font-size: 24px;
  color: #182642;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.top_employer_slider_detail .content .item .picture {
  text-align: center;
  min-height: 80px;
  position: relative;
  border-radius: 6px;
  background: #fff;
  margin: 4px;
  text-align: center;
}
.top_employer_slider_detail .content .item .picture img {
  display: inline-block;
}