/* home.css */
.introduce_content {
  padding: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  /* transition: all 300ms ease; */
  /* -webkit-transition: all 300ms ease; */
  -moz-transition: all 300ms ease;
}

.introduce_content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 500ms ease; 
  -webkit-transition: all 500ms ease; 
  -moz-transition: all 500ms ease;
}
.news-home-box {
  background: #FFFFFF;
  padding: 30px 0;
}
.news_main .news_title {
  text-transform:uppercase;
  line-height:22px;
  margin-top:10px;
  color: #333;
  font-size: 20px;
}
.news_main .news_img {
	margin-bottom: 0;
}
div#wrapper{
  background: transparent;
}
#slideshow.owl-carousel .owl-item img {
  width:100%;
}

.gall-img-title {
  text-transform:uppercase;
  font-weight:500;
  font-size:15px;
  padding:10px 0;
}

footer {
  margin-top:0;
}

.header-bottom {
  box-shadow:none;
}

.banner-home {}

.banner-home img {
  float:none;
}

.img-wrap img {
  max-width:100%;
}

.img-wrap {
  padding:10px 0;
}

.box_main {
  margin-bottom:30px;
}

.box_home {
  height:100%;
  position:relative;
  background:#EEE url(../img/icon_more_xam.png) right bottom no-repeat;
  cursor:pointer;
}

.box_home:hover {
  background:#EEE url(../img/icon_more_hong.png) right bottom no-repeat;
}

.info_box a {
  display:block;
  padding:20px;
}

.info_box .info-title {
  font-size:18px;
  font-weight:500;
  color:#F583B4;
  margin-top:0;
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:dotted #CCC 1px;
}

.info_box .description {
  color:#666;
}

.comment_khachhang {
  border-top:2px solid #eee;
  background: #012b70;
  padding: 30px 0;
}

.comment-item {
  background: rgb(255 255 255);
  padding:15px;
  padding-bottom:5px;
  box-sizing:border-box;
  margin-bottom:20px;
  border-radius: 10px;
}

.comment-item .info {
  margin-bottom: 5px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

p.user-name {
  font-weight: 400;
  font-size: 16px;
}

p.user-info {
  color: #7f7f7f;
}
.feeling-img {
  width: 25%;
  border-radius:50%;
  overflow:hidden;
  margin-right: 15px;
}
.feeling-img img {
  margin: 0 auto;
}

.feeling-wrap {
  padding:10px 0;
  color:#333;
}

.feeling-content {
  overflow: hidden;
  color: #575757;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  height: 110px;
  line-height: 20px;
}

.feeling-rating {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.feeling-rating:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25px;
  z-index: 999;
}
.list-ser {
  background: transparent;
  padding:30px 0;
}
.service{
  background: #012b70;
}
.service-item-wrap {
  border-right: 2px solid #d7d7d7;
}

.service-item-wrap:last-child {
  border: none;
}
.service-item {
  padding: 2%;
  border-radius: 0;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  }

.service-item a {display: flex;flex-wrap: nowrap;flex-direction: row;align-content: center;justify-content: center;align-items: center;}
.service-item .ser-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30%;
  padding-right: 15px;
}

.service-item .ser-info {
  display: inline-block;
  vertical-align: middle;
}

.service-item .ser-info .ser-name {
  font-weight: 500;
  margin-bottom: 5px;
text-transform: uppercase;color: #ffffff;}   
.service-item .ser-info .ser-des {color: #FFFFFF;}
#partner {
  background: #012b70;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}
.par-item {
  padding:5px;
  border:1px solid #eee;
  border-radius:5px;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  cursor:pointer;
}

.list-ser-scroll .owl-controls {
  display:none;
}

.par-item:hover {
  border-color:red;
}

.par-item img {
  max-width:100%;
  max-height:100%;
  vertical-align:middle;
}

.par-item:hover img {
  filter:grayscale(0%);
}


.event-slide .owl-controls {
  display:none;
}

.event-slide.owl-carousel .owl-item {
  margin:0;
}

.event-slideshow {
  background: #1f64d2;
  text-align:center;
  padding:0;
}

.event-slideshow * {
  margin:0 !important;
}
#home-introduce{
  background: #012b70;
  color: #FFFFFF;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}
#home_intro{
  position: relative;
  margin-top: -70px;
  border-radius: 10px;
  overflow: hidden;
}

/* home.css */