/*
Theme Name: netsa.vn
Theme URI: http://netsa.vn
Version:1.0
Author: Dinh Van Tan
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/
@import "css/reset.css";
.max100pc *{
    max-width: 100%;
}
/*** header ***/


/*** slogan ***/
#slogan{
	background: #39b54a url("images/bg.png") no-repeat top center;
	background-size: auto 100%;
	color: white;
	padding:15px 0px;
	margin-bottom: 15px;
}
#slogan h3{
	margin-bottom: 0px;
	line-height: 45px;
}
.btn-custom{
	border:2px solid #fff;
	color: white;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	letter-spacing: 0px;
}
.btn-custom.btn-lg{
	padding:10px 25px;
}
.btn-custom:hover{
	background: #fff;
	color: #39b54a;
	letter-spacing: 2px;
}

/*** about ***/
#about{
}
.title-home2{
	text-align: center;
	margin-bottom: 15px;
	font-size: 30px;
	text-transform: capitalize;
}
#about .gt{
	padding-top: 80px;
}
.dv{
	margin: 0px 0px 15px 0px;
	padding:15px;
	background: #f0f0f0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	transition: all 1s;
	border-bottom: 0px solid #ddd;
	position: relative;
}
.dv:hover{
    box-shadow: 0px 0px 7px #999;
}
.img{
	max-width: 75%;
	margin:0px auto -20px;
	position: relative;
	z-index: 1;
}
.img img{
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	display: inline-block;
}
.img:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ddd;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	top: 2px;
	left: 5px;
	z-index: -1;
}
.dv h3{
	display: inline-block;
	padding: 4px 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #39b54a;
	color: white;
	position: relative;
	z-index: 1;
}

/*** news ***/
#news{
	padding: 0px 0px 20px 0px;
	background: #f0f0f0;
	position: relative;
	margin-top: 50px;
}
#news:before{
	content: "";
	width: 100%;
	height: 100%;
	background: transparent url("images/bg-bong.png") repeat top left;
	left: 0px;
	left: 0px;
	opacity: 0.3;
	position: absolute;
}
#deco-clouds1.head {
    margin-top: -100px;
    z-index: 3;
    position: relative;
}
#deco-clouds2.head {
    top: -120px;
    z-index: 3;
    position: relative;
	margin-bottom: -50px;
}
#deco-clouds1.head path {
    fill: #f0f0f0;
    stroke: #f0f0f0;
}
.wpnews{
	position: relative;
}
.title-home{
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 15px;
	background: transparent url("images/dividor.png") no-repeat bottom center;
}
.title-home h3{
	color: #39b54a;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.thumbnail{
	margin-bottom: 10px;
}
a.thumbnail:hover{
	border-color: #39b54a;
}
.post-edit-link{
	float: left;
	margin: 0px 5px 0px 0px;
}
.title-list-post {
  margin-bottom: 7px;
}
.title-list-post h2 {
  font-size: 17px;
  margin-bottom: 0px;
  line-height: 25px;
  text-transform: capitalize;
}
#news img{
	margin-bottom: 12px;
}
.info {
  color: #a0a0a0;
  font-size: 14px;
}
.info li {
  display: inline-block;
  margin-right: 10px;
}
.post{
	margin-bottom: 15px;
}
#news .owl-item{
	padding:10px;
	background: #fff;
}
.nextowl{
  font-size: 25px;
  color: white;
  padding:7px;
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  background: #444;
  color: #fff;
  position: absolute;
  top:70px;
  right: 0px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  z-index: 10;
}
.previousowl{
  font-size: 25px;
  color: white;
  padding:7px;
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  background: #444;
  color: #fff;
  position: absolute;
  top:70px;
  left: 0px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  z-index: 10;
}
.previousowl:hover, .nextowl:hover{
  background: #39b54a;
}
.owl-loaded{
	overflow: hidden;
}
.owl-item{
	float: left;
}

/*** album ***/
#album{
	padding:20px 0px;
}
.gallery-figure{
	position: relative; border: 5px solid #fff; margin: 15px 0;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.30);
	text-align: center;
	margin-bottom: 20px;
}
.gallery-figure a{
	color: #555;
	line-height: 35px;
}
.gallery-figure h2{
	line-height: 35px;
}
.gallery-figure > img{ width: 100%;}
.gallery-figure .overlay{ background: rgba(96,96,96,0.8); visibility: hidden; opacity: 0;}
.gallery-figure:hover .overlay{ visibility: visible; opacity: 1;}
.gallery-figure .overlay h4{ color: #fff; margin: 0; width: 70%; font-size: 20px; text-align: center;}
.gallery-figure .overlay h4 a{ color: #fff;}
.gallery-figure.rotate-1{ -webkit-transform: rotate(4deg); -moz-transform: rotate(4deg); -o-transform: rotate(4deg);}
.gallery-figure.rotate-2{ -webkit-transform: rotate(-4deg); -moz-transform: rotate(-4deg); -o-transform: rotate(-4deg);}

/*** ykien ***/
#ykien{
	padding:20px 0px;
	background: transparent url("images/bg-yk.png") repeat top left;
}
.title-home3{
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.title-home3:before{
	position: absolute;
	content: "";
	width: 200px;
	height: 3px;
	background: #555;
	left: calc(50% - 100px);
	bottom: 5px;
}
.title-home3:after{
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border:3px solid #555;
	background: #F7F7F7;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	left: calc(50% - 7px);
	bottom: 0px;
}
#ykien .img{
	margin: 0px 15px 0px 0px;
	float: left;
	width: 150px;
}
#ykien p{
	color: #39b54a;
	font-weight: bold;
	line-height: 35px;
}

/*** page and single ***/
#breadcrumbs{
  padding:10px 0px;
  background: #f5f5f5;
}
#content{
  padding:10px 0px;
}
.content p, .content img, .wp-caption{
  margin-bottom: 10px;
}
.content table{
    width: 100% !important;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignleft{
  float: right;
  margin: 0px 0px 10px 10px;
}
.aligncenter{
  margin: 0px auto 10px;
  display: block;
}
.wraper-related .thumbnail{

}
.comment-list article{
  overflow: hidden;
}
.comment-list .children{
  padding-left: 30px;
}
.comment-meta{
  margin-right: 15px;
}
.comment-list .avatar{
  width: 80px;
  height: auto;
  float: left;
  margin: 0px 10px 0px;
  border-radius: 100%;
}
.comment-date{
  margin-bottom: 0px;
}
.author .comment-reply-link{
  display: none;
}
.author #respond, .author .btn-sm{
  display: none;
}
li.comment{
  overflow: hidden;
  margin-bottom: 10px;
}
.wp-caption-text{
  text-align: center;
  background: #e0e0e0;
  font-size: 15px;
  padding:5px;
  display: block;
  width: calc(100% - 10px);
}
.wp-caption img, .wp-caption p{
  margin-bottom: 0px;
}

/*** category ***/
.thumbnail-post-cat{
  max-width: 150px;
  height: auto;
  margin-right: 10px;
}
.thumbnail-post-cat img{
  max-width: 100%;
  max-height: 100%;
}
.title-post-cat{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}
.poscat{
  margin-bottom: 15px;
}
.pagination{
  margin: 0px 0px 10px 0px;
}
.catsp{
  text-align: center;
}
.catsp img{
  margin-bottom: 10px;
}
.xam{
  color: #555;
}
.do{
  color: red;
}
.title-sp{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 25px;
  display: inline-block;
  height: 50px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: #39b54a;
	border-color: #39b54a;
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #39b54a;
}


/*** sidebar ***/
.sb{
  margin-bottom: 15px;
}
.menuf .menusb li{
  background: #005b29;
  padding:5px 10px;
  border-top: 1px solid #167b3b;
  border-bottom: 1px solid #053d1a;
}
.menuf .menusb li:first-child{
  border-top: 0px;
}
.menuf .menusb li:last-child{
  border-bottom: 0px;
}
.sb .thumbnail img{
  height: 80px;
}
.sb .title{
  color: #555;
}
.sb .title h2{
  font-size: 17px;
  line-height: 25px;
}
.sb .thumbnail{
  margin:0px 10px 10px 0px;
}

/*** footer ***/
footer{
  background: #222222;
  position: relative;
  color: white;
}
footer .container{
  background: #222222;
  position: relative;
  z-index: 1;
}
footer [class^="col-"]{
  padding-top: 20px;
}
footer:before{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #111;
}
footer .about{
  background: #111;
  padding-bottom: 20px;
}
footer .about li{
  display: inline-block;
  margin-right: 10px;
}
footer .about li a{
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #333;
  text-align: center;
  line-height: 30px;
  color: white;
}
footer .about p{
  margin-bottom:10px;
}
footer .about li a:hover{
  background: #39b54a;
  color: white;
}
footer .thongtin p{
  line-height: 33px;
}
footer .thongtin .fa{
  color: #39b54a;
  font-size: 17px;
  width: 20px;
}
footer .menuf{
  padding-top: 0px;
  padding-bottom: 0px;
}
.menuf a{
  color: #eee;
  line-height: 30px;
}
.menuf a:hover{
  color: #39b54a;
  padding-left: 10px;
}
.menuf a:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  color: #39b54a;;
  margin-right: 5px;
}
#copyright{
  padding:5px 0px;
  background: #000;
  color: white;
}

/*** responsive ***/
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  .navbar{
    min-height: 40px;
    margin-bottom: 0px;
    border:none;
  }
  .navbar-nav{
      float: right;
  }
  .navbar-nav > li > a{
      text-align: center;
      line-height: 40px;
      padding:15px 25px;
      margin-right: 1px;
      text-transform: uppercase;
  }
  .navbar-nav > li > a .fa{
      display: block;
      line-height: 35px;
      font-size: 35px;
      margin-bottom: 7px;
  }
  .navbar-nav > .current-menu-item > a,.navbar-nav >.current-menu-parent>a,.navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
      background: #39b54a;
      color: white;
  }

  .navbar-brand{
      padding:10px;
      height: auto;
  }
  .navbar-brand > img{
      height: 90px;
  }
  .navbar-nav .dropdown-menu{
  	top: 112px;
  }
  .dropdown-menu > li > a{
  	font-size: 19px;
  	padding:10px 15px;
  }
  .dropdown-menu{
  	padding: 0px;
  	border-top: 0px;
  	left: -1px;
  }
  .navbar-nav .dropdown .dropdown.open > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover{
  	background: #39b54a;
  	color: white;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
    .hidden-mobile{
    display: none;
  }
  body{
    padding-top: 50px;
  }
  .navbar{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3333;
    border: none;
  }
  .navbar-header{
    background: #39b54a;
  }
  .navbar-brand{
    padding: 5px 10px;
  }
  .navbar-brand img{
    max-height: 40px;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #searchmenu{
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px #aaa;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 350px;
    overflow: auto;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
  }
  .navbar-nav .open .dropdown-menu>li>a{
    font-size: 15px;
    padding: 10px 0px 10px 50px;
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-parent > a{
    background: #e5e5e5;
  }
  .navbar-nav>li>a{
    font-size: 15px;
  }
  .navbar-nav>li>.dropdown-menu{
    padding: 0px;
  }
  #main-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 333;
    width: 100%;
    box-shadow: 0px 0px 3px #999;
  }
}
@media (max-width: 580px) {

}
@media (max-width: 480px) {

}

