/*
Theme Name: VietMoz - Web gioi thieu
Theme URI: http://thietkeweb.vietmoz.com
Version: 1.0
Description: (Child theme for vietmoz-wp)
Author: VietMoz
Author URI: http://thietkeweb.vietmoz.com
template: vietmoz-wp
*/

#primary {
  padding: 0px;
}
footer#colophon > .container, .site-info .container {
  padding: 0;
}
.home .site-main > * {
  display: block;
  margin-bottom: 20px;
}
#home-slider .container {
  background-color: #fff;
}
#content .container {
  background: #fff;
}
.services div[class*="col-md-"] {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.services {
  padding-top: 20px;
  padding-bottom: 20px;
}
.services .icon-wrap {
  display: inline-block;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  border: 2px solid;
  cursor: pointer;
}
.services i {
  font-size: 20px;
  line-height: 56px;
}
.services h4 {
  margin: 1em 0;
  font-weight: bold;
}
.services p {
  font-size: 13px;
  line-height: 22px;
}
.services * {
  color: #738187;
}
.services :hover * {
  color: #208BAF;
}

.featured-post {}
.featured-post > a {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.featured-post h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px
}
.featured-post p {
  line-height: 22px;
  text-align: justify;
}

.news {
  position: relative;
}
.news h2 {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
}
.news h2:hover:after {
  transition: 0.5s all;
  margin-left: 20px;
}
.news article {
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}
.news article:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.news .img {
  display: block;
  float: left;
  margin-right: 20px;
  border: 5px solid #fff;
  display: block;
  -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.19);
  -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.19);
  box-shadow: 0 0 5px 0 rgba(50,50,50,0.19);
  width: 120px;
}
.news h4 {
  margin-top: 0;
}
.news h4 a {
  line-height: 1.5;
}


div#main-nav.collapse.in {
width:100%;
}