/*fonts website*/
@font-face {
    font-family: Effra-R;
    src: url("../fonts/website/Effra_Regular.ttf") format("truetype");
}

/*General*/
body {
    color: #333;
    font-family: Nunito,Helvetica,sans-serif;
    font-weight:bold;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background:#fff;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"],input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none; /* mobile firefox too! */
    -webkit-border-radius: 0;
}
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
a{
    color:#333;
    -webkit-transition:all 0.3s ease-out 0s;
    transition:all 0.3s ease-out 0s;
}
a:hover{
    color:#3f73a4;
}
.wrap{
    overflow:hidden;
}
*{
    box-sizing:border-box;
    outline:none;
}
img{
    max-width:100%;
}
ul{
    padding:0;
    list-style:none;
}
ul li{
    line-height: 22px;
}
a:hover,a:focus{
    text-decoration:none;
    outline:none;
}
input,input:focus,input:hover{
    outline:none;
}
p {
    line-height: 20px;
    font-size:16px;
}
blockquote {
    border-left: 5px solid #1b1d1f;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}
.color-site{
    color: #3f73a4;
}


/*Header*/
.top-header{
    margin-top: 15px;
}
.top-header h2{
    font-size: 20px;
    margin-top: 86px;
    font-weight:bold;
}
.top-header .hotline{
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 15px;
}
.top-header .hotline p{
    font-size: 20px;
}

.search{
    position: relative;
    margin-bottom: 14px;
}
.search .input-search{
    padding: 18px;
    font-size: 18px;
    font-weight:normal;
}
.search .btn-submit{
    border-radius:0 ;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius:0;
    position: absolute;
    right: 2px;
    top: -8px;
    background: #3f73a4;
}

/*MENU*/
.main-menu{
    margin:30px 0 10px;
}
.navbar{
    background: #f7f7f7;
}
.navbar-toggle {
    border-color: #000;
}
.navbar-toggle .icon-bar {
    background: #000;
}

.navbar a, .navbar .nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #6d6d6d;
    font-family: Effra-R;
}

.navbar .nav > li > a,.navbar a.navbar-link, .navbar .navbar-text {
    padding: 16px 18px;
}


.navbar .nav > li:hover > a,.navbar  a.navbar-link:hover{
    background: #3f73a4;
    color: #fff;
}

.navbar .nav > li:hover > a.navbar-brand{
    background: transparent;
}

.navbar .navbar-nav>li.dropdown-short>.dropdown-menu {
    padding:0;
}

.navbar .dropdown-menu li>a{
    padding: 12px;
    color: #6d6d6d;
    border-left: 2px solid #fff;
}
.navbar .dropdown-menu li>a:hover{
    background: #f7f7f7;
    border-left: 2px solid #3f73a4;
    color: #3f73a4;
}

.navbar .nav > li > a .dropdown-menu li>a:hover{
    background: #3f73a4;
    color: #fff;
}

a.navbar-brand{
    padding:8px 12px;
}
/*footer*/
footer {
    background: #3f73a4;
    padding: 12px 0 0;
}

.info-footer{
    color: #fff;
}
.info-footer p {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}

.info-footer h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.copyright p, .copyright a{
    color: #fff;
}
.text-copyright{
    text-transform: uppercase;
    margin-top: 23px;
    font-size: 14px;
    font-weight: normal;
}
.logo-lava {
    width: 55px;
    position: relative;
    left: -21px;
    top: 5px;
}
.lava-web{
    margin-top: 8px;
}
.lava-web p, .lava-web a{
    font-size: 13px;
    margin-bottom: 0;
}

/*section footer-sitemap*/
.footer-sitemap{
    background: #f7f7f7;
    padding: 0;
}
.footer-sitemap h3{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-sitemap ul li a{
    font-size: 14px;
    font-weight: normal;
}

.footer-box{
    float: left;
}
.footer-box h3{
    color: #3f73a4;
}
/*product-box*/
.box-product{

}

.box-product .head-box-product{
    padding: 7px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.box-product .title{
    /*border-bottom: 1px solid #3f73a4;*/
    padding-bottom: 9px;
    font-size: 18px;
    position: relative;
    bottom: -30px;
}

.box-product .list-product{
    text-transform: uppercase;
    margin: 0;
}
.box-product .list-product li{
    padding-left: 30px;
}

.box-product .list-product li a.active{
    padding-bottom: 6px;
    border-bottom: 1px solid #3f73a4;
    font-size:18px;
    color:#3f73a4;
}


.item-product {
    border: 1px solid #f3f3f3;
    margin-left: -1px;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden;
    padding:0;
    min-height: 260px;
    /*margin-bottom: 30px;*/
}

.item-product .img-product img{
    margin: 0 auto;
}
.item-product .text-product{
    margin: 20px 0 5px;
    padding: 0 20px;
}
.item-product .link-product{
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
    font-weight:normal;
}
.item-product .price-product{
    font-weight: bold;
    font-size: 14px;
}

.img-product{
    position: relative;
}
.img-product img{
    padding: 15px;
}
.img-product .detail-product{
    background: #3f73a4;
    padding: 20px;
    color: #fff;
    transition: all 0.3s;
    position: absolute;
    /* opacity: 0; */
    height: 100%;
    width: 100%;
    /* visibility: hidden; */
    top: -101%;
    z-index: 99;
    overflow: auto;
}

.img-product:hover .detail-product{
    visibility: visible;
    opacity: 1;
    top:0;
}

.detail-product p{
    font-size: 12px;
    line-height: 20px;
}

/*link view more*/
.viewmore-section{
    text-align: center;
}
.viewmore-section a{
    text-transform: uppercase;
    color: #3f73a4;
    padding:10px 25px;
    /*border: 1px solid #f0f0f0;*/
    border-radius: 3px;
    margin-top:20px;
    position: relative;
    display: inline-block;
}
.viewmore-section a:before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    border-radius: 3px;
    width:100%;
    height:100%;
    transform: scaleY(0);
    transition: all 0.3s;
    z-index: 0;
}
.viewmore-section a span{
    transition: all 0.5s;
}
.viewmore-section a:hover span{
    color: #fff;
    z-index: 9;
    position: relative;
}
.viewmore-section a:hover:before{
    transform: scaleY(1);
    background: #3f73a4;
}
/*dropdown inline*/
.drop-inline{
    position: relative;
    bottom: -12px;
}


.drop-inline .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.drop-inline .dropdown-menu>li>a:hover,.drop-inline .dropdown-menu>li>a.active{
    background: transparent;
    color: #3f73a4;
    border-bottom: 1px solid #3f73a4;
}

.drop-inline button{
    background: none;
    border: none;
    font-size: 18px;
    outline:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
/*tab*/
.panel{
    display: none;
}

.panel.active{
    display: block;
}

/*section*/
.content{
    /*margin-bottom: 5px;*/
}

/* scrollbar */
.btsrcoll::-webkit-scrollbar{
    width: 3px;
}
.btsrcoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.btsrcoll::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    outline: 1px solid #afafaf;
}

/*breadcrumbs*/
.breadcrumb{
    background: none;
    padding:12px 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight:normal;
}

.breadcrumb>li+li:before {
    content: "\f054";
    font-family: FontAwesome;
}

/*blog content*/
.content-blog p{
    font-weight:normal;
}

/*product*/
.galary{
    margin-top: 30px;
}

.galary .item{
    border: 3px solid #fff;
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden;
    padding: 0;
    display: table;
}
.galary .item:hover .text-galary{
    opacity: 1;
}
.text-galary{
    background: #6082ee;
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    opacity:0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;

}
.galary img{
    width: 100%;
}
.text-galary .box-center{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 90%;
    margin: -15% 0 0 -45%;
}
.title-galary a,.cate-galary a{
    font-size: 22px;
    text-align: center;
    display: block;
    text-align: center;
    color: #ffffff;
}
.cate-galary a{
    font-size: 18px;
    margin-top: 4px;
    font-style: italic;
}

.galary a:hover{
    color: #ee434c;
    text-decoration: none;
}

/*detail*/
.detail{
    margin-bottom: 30px;
}
.detail h1{
    font-weight: bold;
    font-size: 18px;
}
.detail img{
    margin: 0 auto;
}

.detail-tab{
    margin-top: 20px;
}

.num-price{
    font-size: 22px;
    color: red;
}

/*form*/
input, textarea, button { margin-top:10px }

/* Required field START */

.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -3px 0 0 12px;
}
/* Required field END */

section p{font-weight: normal}
.form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius:0;
    border-radius:0;
}

.box-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
