/**** Global settings ******/
*{ box-sizing: border-box; }
body {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
#full-container {
	float: left;
	width: 100%;
}
a {
	text-decoration: none;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.inner-container {
  margin: auto;
  max-width: 1425px;
  padding: 0 90px;
}
.ads-left-body, .ads-right-body {
  position: absolute;
  top: 180px;
  overflow: hidden;
  width: 155px;
}
.ads-left-body img, .ads-right-body img {
  max-width: 100%;
}
.ads-left-body {
  left: 10px;
}
.ads-right-body {
  right: 10px;
}
/* full top title */
body.fill .full-top-title{
  -webkit-filter: blur(20px);
    filter: blur(20px);
}
.full-top-title.tax, .full-top-title.page, .archive .full-top-title{
  margin-bottom: 50px;
  width: 100%;
  float: left;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
} 
.full-top-title.tax:before, .full-top-title.page:before, .archive .full-top-title:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.full-top-title.tax{
  background-image: url('images/bg-top-tax.jpg');
}
.category-1 .full-top-title.tax{
  background-image: url('images/bg_top_tt.jpg');
}
.full-top-title.page, .archive .full-top-title{
  background-image: url('images/bg-top-page.jpg');
}
.page-id-20 .full-top-title.page{
  background-image: url('images/bg_top_gt.jpg');
}
.page-id-12 .full-top-title.page{
  background-image: url('images/bg_top_lh.jpg');
}
.post-type-archive-dich-vu.archive .full-top-title{
  background-image: url('images/bg_top_dv.jpg');
}
.post-type-archive-du-an.archive .full-top-title{
  background-image: url('images/bg_top_da.jpg');
}



.full-top-title.tax .inner-top-title, .full-top-title.page .inner-top-title, .archive .full-top-title .inner-top-title{
  height: 70vh;
  width: 100%;
  display: table;
}
.full-top-title.tax .top-title-content, .full-top-title.page .top-title-content, .archive .full-top-title .top-title-content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.full-top-title.tax .top-title-content h1, .full-top-title.page .top-title-content h1, .archive .full-top-title .top-title-content h1{
  font-size: 50px;
  color: #eeca75;
  font-weight: bold;
}
.full-top-title.tax .top-title-content p, .full-top-title.error404 p, .full-top-title.search p, .archive .full-top-title .top-title-content p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
body.single .full-top-title {
  width: 100%;
  float: left;
  height: 120px;
}
.full-top-title.bg-shop, .full-top-title.error404, .full-top-title.search {
  margin-top: 75px;
  margin-bottom: 50px;
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  border: 1px solid #EEEEEE;
}
.full-top-title.bg-shop h1, .full-top-title.error404 h1, .full-top-title.search h1{ font-size: 50px; }
.full-top-title.error404 p, .full-top-title.search p{ color: #999999; }
p{text-align: justify;}






/**** Responsive settings ******/
@media only screen and (max-width: 1280px) {
.ads-left-body, .ads-right-body {
  display: none;
}
}
@media only screen and (max-width: 1200px){
  .inner-container{
    padding: 0 30px;
  }
  .full-top-title.tax .inner-top-title, .full-top-title.page .inner-top-title, .archive .full-top-title .inner-top-title{height: 30vh;}
  .full-top-title.tax, .full-top-title.page, .archive .full-top-title{margin-bottom: 0;}
}
@media only screen and (max-width: 768px) {
#comments.comments-area{margin-top: 20px;}
}
@media only screen and (max-width: 500px) {
  .inner-container {
    padding: 0 10px;
  }
  body.single .full-top-title{height: 75px;}
}
@media only screen and (max-width:480px){
.padding-10{padding: 0;}
}
