.thin-h{
  font-weight: 300;
}
.breadcrumb-cms{
  height: 150px;
  padding: 40px;
  /*background-image: url('../../asset/images/bg-section/dice.jpg');*/
  background-color: #007bff;
  background-repeat: repeat;
  color: #FFF;
}
.text-new{
  font-weight: 300;
}
.bg-access{
  padding: 6px;
  background-color: #007bff;
  color: #FFF;
  margin-top:3px;
  border-radius: 5px;
}
.bg-userlogin{
  padding: 6px;
  font-size: 14px;
  background-color: #e1e1e1;
  color: #000;
  margin-top:3px;
  border-radius: 5px;
}
.icon-shortcut{
  text-align: center;
  padding: 5px;
}
.text-color-black{
  color: #212529;
}
.promo-card {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  cursor: pointer;
}

.promo-card:hover {
  box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-bar.color-pink {
  background-color: #f75e90;
}

.blog-bar.color-purple {
  background-color: #a15dc0;
}

.blog-bar.color-blue {
  background-color: #23b9b6;
}

.blog-post-text {
font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h4.blog-post-text {
  text-align: left;
}

.blog-description {
  font-size: 12px;
  text-transform: none;
}

.blog-description.pink-text {
  color: #f75e90;
}

.blog-description.purple-text {
  color: #a15dc0;
}

.blog-description.blue-text {
  color: #23b9b6;
}

/* Titles & containers */

.section-title {
  color: #f75e90;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-underline {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #23b9b6;
}

.promotion-section {
  padding-bottom: 80px;
/*  background-color: #f7f7f7;*/
}

.promo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .promo-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}
.box-news{
  padding:20px;
  border-radius: 4px;
  border-style: solid;
  border-color: #cdcd;
  border-width: thin;
  margin-bottom: 10px;

}

/* Webflow Basics */

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.avatar{
  width: 150px;
  height: 150px;
}
.profile-user{
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: auto;
  width: 250px;
  text-align: center;
  margin-right: auto;
}
.title-small {
    color: #141517;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 0;
}
.title-large {
    color: #141517;
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0 5px;
}
.title-large a, .title-small a, .title-x-small a {
    color: inherit;
}
.title-large a:hover, .title-large a:focus,
.title-small a:hover, .title-small a:focus,
.title-x-small a:focus, .title-x-small a:focus {
    color: #545454;
}
.heading-large {
    color: #222;
    float: none;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 30px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 45%;
}
.heading-large::before {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: -25%;
    position: absolute;
    top: 43%;
    width: 100px;
}
.heading-large::after {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: -25%;
    top: 43%;
    width: 100px;
}
.sub-header{
    float: left;
    width:100%;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.sub-header:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    left:0;
    top:0;
    z-index: 2;
    content: '';
}
.sub-header h1{
    color: #fff;
    position: relative;
    z-index: 3;
}
.sub-header h6, .sub-header h6 a{
    color: #fff;
    position: relative;
    z-index: 3;
}
.sub-header.img-bg{
    background-image: url('../img/subheading.jpg');
    background-size: cover;
}
.text-time {
    color: #141517;
    font-weight: 500;
}
.badge-danger{
	background-color: #fd3a13;
}
.btn-submit{
	background-color: #fd6b4e;
	color: #fff;
}
.btn-submit:hover{
	background-color: #e65437;
}
.bg-light{
	background-color: #F6F6F6!important;
}
.sticky-label{
	position: sticky;
	top:0;
}
/*header section*/
.small-top{
	background-color: #000;
	color:#efefef;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #2b2b2b;
}
.small-top .social-icon {
    float: right;
}
.small-top .social-icon a {
    border-left: 1px solid #2b2b2b;
    color: #ca1b1b;
    float: left;
    padding: 6px 13px;
	font-size: 16px;
	padding: 5px 12px;
}
.small-top .social-icon a:hover {
    color: #fd3a13;
    text-decoration: none;
}
.small-top .social-icon a:last-child {
    border-right: 1px solid #2b2b2b;
}
.top-head {
    background-color: #141517;
    float: left;
    height: 85px;
    width: 100%;
}
.top-head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.top-head small {
    color: #c0c0c0;
    float: left;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 5px;
    width: 100%;
}
.top-head .admin-bar a {
    color: #fff;
    line-height: 49px;
    position: relative;
}
.top-head .admin-bar .ping {
    background: #ff0000 none repeat scroll 0 0;
    border: 3px solid #141517;
    border-radius: 50%;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 21px;
    width: 14px;
    z-index: 1;
}
.top-head .admin-bar a i {
    margin-right: 6px;
}
.top-head .admin-bar img {
    float: right;
    height: 50px;
    margin-left: 18px;
    width: 50px;
}
.top-head .admin-bar .nav-link {
    padding-left: 0;
}
.hr-new{
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

}
.job_box{
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}
.profile-user{
  text-align: center;
}
.loop-job{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-bottom: 5px;
  margin-top: 5px;
}
.heading-small{
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 7px;
  border-bottom-style:solid;
  border-color: #d9dee7;
  margin-bottom: 10px;
  overflow: hidden;
  margin-top: 5px;
}
.shortcut_list{
  font-size: 17px;
  font-weight: 300;
  margin-top:5px;
  margin-bottom: 5px;
  margin-left: 3px;
  padding:5px;
  display: block;
  height: 40px;
  border-left-style: solid;
  border-left-width: 5px;
}
a.shortcut_list{
  text-decoration: none;
  color:#007bff;
}
.img-certified{
  width: 120px;
}

.card-header{
  padding:10px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.card-detail{
  padding:10px;
  border-width: thin;
  border-color:#cdcd;
  border-style: solid;

}
.img-header{
  width: 70px;
  height: 70px;
  float: left;

}
.social-box{
  margin-top: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.social-header{
  height: 60px;
  background: #f5f5f5;
  padding:15px;
}
.img-social-header{
  width: 50px;
  height: 50px;
  float: left;
  clear: both;
  margin-right: 10px;
}
.user-social-header{
  display: block;
  margin-top:0px;
  line-height: 12px;
}
.social-box{
  border-width: thin;
  border-style: solid;
  border-color: #ccc;
  height: 140px;
}
.social-content{
  padding:10px;
}
.social-footer{
  padding:3px;
  margin-top:5px;
  background-color: #f5f5f5;
}
.dept-title{
  padding:10px;
  background-color: #0072bc;
  color:#FFF;
  border-radius: 4px;
}
.blog-description{
  font-size: 14px;
  font-weight: 500;
    margin-bottom:10px;
}
.blog-post-text{
  margin-top:10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.branch-view{
margin-bottom: 10px;
text-align: center;
height: 250px;
}
.thumbnail-shortcut{
  font-size:74px;
  color:#fff;
}
.img-branch{
  border-radius: 10px;

}
.shortcut-title{
  font-size: 20px;
}
