
.thin-h{
  font-weight: 300;
}
.weblink-box {
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 4px;
    border-width: thin;
    border-style: solid;
    border-color: #DDD;
    margin-right: 15px;
    height: 80px;
    margin-bottom: 15px;
  }
.system-intranet-btt {
    display: block;
    border-radius: 50%;
    background: #0054aa;
    color: #fff;
    width: 60px;
    height: 60px;
    float: left;
    padding: 10px;
    margin-right: 20px;
}

.system-intranet-icon {
    font-size: 34px !important;
    text-align: center;
}
.system-intranet-SmallText {
    color: #636363;
    font-size: 18px !important;
    font-family: 'SuperMarket' !important;
    padding-top: 10px;
}
.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: 22px;
  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: 22px;
  text-transform: none;
}

.blog-description.pink-text {
  color: #f75e90;
}

.blog-description.purple-text {
  color: #a15dc0;
}

.blog-description.blue-text {
  color: #23b9b6;
}

/* Titles & containers */



.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: 260px;
  /*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: 35px;
  background: #cccccc;
  padding:10px;
}
.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;
}
.weblink-box{

  padding:10px;
  border-radius: 4px;
  border-width: thin;
  border-style: solid;
  border-color: #DDD;
  margin-right:5px;
  height: 90px;
  margin-bottom:15px;
}
.box-duty{
  text-align: center;
  padding:5px;
  margin-top:2px;
  margin-bottom: 2px;
  float: left;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {

    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
.telephone{
  font-size:24px;
  font-weight: 500;
  color: #0055AA;

}
.social-button{
  margin-top:30px;
  margin-bottom: 20px;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;

	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 5px;

}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 25px;
	height: 25px;
	font-size:13px;
  background-color:#0055AA;
}
.social-circle li i {
	margin:0;
	line-height:23px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.headingline{
  margin-top:30px;
  margin-bottom: 30px;
  font-size:26px;
  border-left: 10px;
  border-left: solid 4px;
  padding-left:10px;
  border-color: #007bff;
  color: #007bff;
}
.list-file{
  padding:20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 10px;

}
.media-icon{
  float: left;
  clear: both;
  margin-right: 25px;
}
.file-text-title{
  font-size:18px;
  font-weight: 500px;
  float: left;
}
.file-dt{
  font-size: 14px;
  font-weight: 300;
}
.list-history ul li a{
  font-size: 20px;
}
.list-history ul li{
    line-height: 30px;
}
.box-part{
  margin-bottom: 5px;
  border-width: thin;
  border-style: solid;
  border-color: #DDD;
  border-radius: 4px;
  padding:10px;
  height: 130px;
}
.ita-main-box{
  margin-left: auto;
  margin-right: auto;
  padding:20px;
  width: 50%;
  text-align: center;
}
.text-lg{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.social-box-part{
  margin-bottom: 5px;
  border-width: thin;
  border-style: solid;
  border-color: #DDD;
  border-radius: 4px;
  padding:10px;
  height: 300px;
  margin-bottom: 30px;
}
#country-list{float:left;list-style:none;margin-top:-3px;padding:0;width:550px;position: absolute;text-align: left;z-index: 0;}
#country-list li{padding: 10px; background: #FFF; border-bottom: #bbb9b9 1px solid;}
#country-list li:hover{background:#eeeeee;cursor: pointer;}
#search-box{padding: 10px;border: #a8d4b1 1px solid;border-radius:4px;}
#suggesstion-box{
  position: absolute;
  z-index: 1000;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: thin;
    border-radius: 4px;
    border-color: #cdcd;
    padding:10px;
    margin-bottom: 5px;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.media img{
  height: 120px;
  width: 120px;
}
h5.media-title{
  margin-left:10px;
  font-size:18px;
}
.media-desc{
margin-left:10px;
}
.media-footer{
margin-left:10px;
}

.section-title p {
	font-size: 18px;
	margin-bottom: 0px;
}
.section-title h4 {
	font-size: 22px;
	color: #FFF;
	padding:7px;
  background-color: #0055AA;
}

.single_service.service_right {
	padding-right: 10px;
	padding-left: 0;
	text-align: right;
}
.single_service.service_right img {
	right: 0;
	left: auto;
	margin-top: 0;
}
.single_service:nth-child(1), .single_service:nth-child(2) {
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
}
.single_service img {
	max-width: 85px;
	position: absolute;
	left: 0;
	top: 0;
}
.single_service {
	position: relative;
	padding-left: 10px;
	margin-bottom: 35px;
}
.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 0px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;

}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
    margin-top:15px;
}
.blog-post-date span:first-child {
    color: #0055AA;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;

}
.blog-content h4 a {
    color: #212121;
        font-size: 16px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.blog-content h4 a:hover {
    color: #0055AA;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: .2s;
    transition: .2s;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}
