/*
Theme Name: vpwtheme
Theme URI: http://vinhphucweb.com
Author: https://www.facebook.com/Tung.teen.9x
Author URI: http://vinhphucweb.com
Description: Description
Version: 1.0.0
Text Domain: http://vinhphucweb.com
Email : Lovewinter125@gmail.com
Tags:vpwtheme

--------------------------------------------------------------*/
*{
	padding: 0px;
	margin: 0px
}
#wpadminbar{
    display: none;
}
html[lang="vi"]{
    margin-top: 0px !important
}
.bg-page{
	background-image:url(images/bg6.jpg);
}
.news-tab{
	opacity: 1 !important
}
.scrollB{
	overflow-y: scroll !important;
}

.scrollB::-webkit-scrollbar {
    width: 5px;
    border-radius:3px;
    background:0,0,0,0;
}
 
.scrollB::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background:0,0,0,0;
  border-radius:13px
}
 
.scrollB::-webkit-scrollbar-thumb {
  background-color: 0,0,0,0;
  border-radius:13px;
  background:rgb(79, 167, 74);
}
.sub-nav-news li.current-menu-item a{
	background-color: #4fa74a;
    color: #fff;
	display: block
}
.sub-nav-news li.current-menu-item a span{
	display: block;
}
.sub-nav-news li a{
	font-family: avantgarde;
	font-size: 17px !important
}
input{
	 margin-bottom: 10px;
}
.input-text textarea {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
    border: none;
    width: 100%;
    height: 146px;
    font-weight: 400;
    background-color: #4fa74a;
    opacity: .7;
    -o-transition: all .3s ease-in-out;
    resize: none;
    box-shadow: none;
     margin-bottom: 10px;
}
.button{
	-o-transition: all .3s ease-in-out;
    background-color: #4fa74a;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    height: auto;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2);
    border: none;
}
.logo img{
	max-height: 100%
}