/*
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";

/*** header ***/
.navbar{
	min-height: 40px;
	margin-bottom: 0px;
	border:none;
}

.navbar-brand{
	padding:10px;
	height: auto;
}
.navbar-brand > img{
	height: 90px;
}

/*** slogan ***/
#slogan{
	background: var(--mau1) 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: var(--mau1);
	letter-spacing: 2px;
}

/*** 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{
	border-bottom: 7px solid #ddd;
	margin-top: -20px;
}
.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: var(--mau1);
	color: white;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px){
  #slogan h3{
    margin-bottom: 10px;
    line-height: 40px;
  }
  .btn-contact{
    float: none !important;
    display: inline-block;
  }
}

/*** 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-image: url("images/dividor.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;
	filter: invert(1) sepia(1) saturate(10000%) hue-rotate(var(--mau1));
}
.title-home h3{
	color: var(--mau1);
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.thumbnail{
	margin-bottom: 10px;
}
a.thumbnail:hover{
	border-color: var(--mau1);
}
.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, .owl-next{
  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: calc(50% - 20px);
  right: 0px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  z-index: 10;
}
.previousowl, .owl-prev{
  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: calc(50% - 20px);
  left: 0px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  z-index: 10;
}
.previousowl:hover, .nextowl:hover, .owl-prev:hover, .owl-next:hover{
  background: var(--mau1);
}
.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;
	background-color: var(--mau1);
	background-blend-mode: multiply;
}
.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: var(--mau1);
	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;
}
.alignleft{
  float: left;
  margin: 0px 10px 10px 0px;
}
.alignleft{
  float: right;
  margin: 0px 0px 10px 10px;
}
.content ul, .content ol {
  margin-bottom: 15px;
  padding-left: 30px;
}

.content ul {
  list-style-type: disc;
}

.content ol {
  list-style-type: decimal;
}

.content ul li, .content ol li {
  margin-bottom: 5px;
}

.content ul ul, .content ol ul {
  list-style-type: circle;
  margin-top: 5px;
}

.content ol ol, .content ul ol {
  list-style-type: lower-alpha;
  margin-top: 5px;
}

.aligncenter{
  margin: 0px auto 10px;
  display: block;
}
.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: var(--mau1);
	border-color: var(--mau1);
}
.pagination > li > a, .pagination > li > span,.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: var(--mau1);
}


/*** 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: var(--mau1);
  color: white;
}
#flogo{
  max-height: 100px;
  margin-bottom: 10px;
}
footer .thongtin p{
  line-height: 33px;
}
footer .thongtin .fa{
  color: var(--mau1);
  font-size: 17px;
  width: 20px;
}
footer .menuf{
  padding-top: 0px;
  padding-bottom: 0px;
}
.menuf a{
  color: #eee;
  line-height: 30px;
}
.menuf a:hover{
  color: var(--mau1);
  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: var(--mau1);;
  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-nav{
    float: right;
  }
  .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: var(--mau1);
  	color: white;
  }
  .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: var(--mau1);
    color: white;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (max-width: 767px) {
  .navbar-brand > img{
    height: 40px;
  }
  .title-home h3{
    font-size: 28px;
    line-height: 1.6;
  }
  #about .gt{
    padding-top: 40px;
  }
  .wpheader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .btn-menu{
    margin-top: 10px;
  }
  .navbar-brand{
    padding: 0px 10px;
  }
  #btnsmobile{
    margin: 0px;
  }
  .navbar-toggle .icon-bar{
    background: var(--mau1);
  }
  .dropdown-menu{
    font-size: 15px;
  }
  .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
    padding: 10px 15px 10px 25px;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {

}

