/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-family:'arial', sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

blockquote, q {
    quotes: none;
}
p{
    margin-bottom: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea {
    outline: 0;
    background: transparent;
}

/*Custom reset margin, padding, border ...*/
.pdleft0 {
    padding-left: 0 !important;
}

.pdright0 {
    padding-right: 0;
}

.format-padding {
    padding: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

/*----------END-----------*/
/*body*/
#wapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main {
    width: 100%;
    display: block;
}

/*header */
.main-header{
    background: #f0f0f0;
    overflow: hidden;
    padding: 10px 0;
}
.header-top{
    margin: 0;
}
.header-top ul{
    list-style: none;
    background: url("../images/hotline-top.png") no-repeat left 5px;
    padding-left: 60px;
    height: 60px;
}
.header-top ul li{
    float: none;
    line-height: 25px;
    font-size: 15px;
    color: #444444;
    margin-left: 0px;
}
.header-top ul li span{
    font-weight: bold;
}
.header-top ul li strong{
    font-weight: normal;
}
.form-div-search{
    height: 35px;
    position: relative;
    background: #dedede;
}
.form-div-search .form-control{
    border-radius: 0;
    padding: 0 80px 0 15px;
    background: transparent;
    height: 35px;
    line-height: 35px;
    color: #000;
    font-size: 13px;
}
/*style placeholder*/
.form-group-search .form-control::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #000;
}
.form-group-search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.form-group-search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.form-group-search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.form-group-search .form-control::-ms-input-placeholder { /* Edge */
    color: #000;
}
.form-group-search .form-control:placeholder-shown { /* Standard one last! */
    color: #000;
}
/*end */
.btn-submit{
    position: absolute;
    top: 0px;
    right: 0;
    background:#427236 url("../images/search.png") no-repeat center;
    width: 70px;
    height: 35px;
    border: none;
}
.header-top ul li button.btn-register{
    background:  #55a601;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0 30px;
}
/*end*/
.main-slide{
    position: relative;
}
.main-page{
    height: 153px;
    background: #d3e674;
}
.main-menu {
    background: #55a601;
}
.home-logo{
    margin: 0px 20px 0 0;
    display: table;
}
.navbar-menu{
    background: transparent;
    display: inline-block;
    height: 42px;
    width: 100%;
    position: relative;
    z-index: 999;
}
.main-menu ul,.navbar-categories ul {
    list-style: none;
    padding: 0;
}

.navbar-menu ul li {
    float: left;
    padding: 0px;
}
.navbar-menu ul li.item-menu{
    border-right: 1px solid #c2c2c2;
}
.navbar-menu ul li.item-menu:first-child{
    border-left: 1px solid #c2c2c2;
}
.navbar-menu ul li.item-menu:last-child{
    border-right: none;
}
 .navbar-categories ul li{
    padding-left: 20px;
}
.item-menu{
    display: inline;
}
.item-menu:last-child{
    border-right: none;
}
.menu-top li a,.navbar-categories ul li a {
    font-size: 14px;
    color: #ffffff;
    height: 42px;
    padding: 0 42px;
    display: block;
    line-height: 42px;
    text-transform: uppercase;
}
.navbar-categories ul li a{
    background: url("../images/list.png") no-repeat left center;
    padding-left: 30px;
}

.menu-top li a.home{
    padding: 5px 0 0 0;
    margin-right: 20px;
}
.menu-top li.active a, .menu-top li a:hover ,.menu-top li:hover a{
    background:  #e75d15;
    color: #fff;
}
.sub-menu {
    display: none;
    position: absolute;
    background:#fff ;
    padding:0;
    float: none;
    z-index: 999;
    top:100%;
    min-width: 200px;
}
.menu-top li:hover ul li a{
    background: #ededed;
    color: #555555;
    border-bottom: 1px solid #d7d7d7;
    height: 40px;
    line-height: 40px;
}
.menu-top li:hover ul li:last-child a{
    border-bottom: 0px solid transparent;
}
.body-menu .nav li {
    position: initial;
}
.body-menu .nav li ul li{
    width: 100%;
    background: #fff;
}
.menu-top li ul li a,.menu-top li.active ul li a{
    color: #555555;
    display: block;
    background: #ededed;
    padding: 0 15px;
    border-bottom: 1px solid #d7d7d7;
    height: 40px;
    line-height: 40px;
}
.menu-top li ul li a:hover{
    background:  #55a601;
    color: #fff;
}
.sub-menu li {
    position: relative !important;
}
ul.sub-child {
    top: 0;
    right: -100%;
    position: absolute;
    border-left: 1px solid #e67817;
}
.navbar-menu ul li ul li {
    float: none;
    padding: 0;
}
/*Home*/
.main-content{
    margin-top: 1px;
    position: relative;
}
.module-left{
    display: inline-block;
    width: 100%;
}
.module-left ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.module-left ul li.item-link{
    background: #55a601;
    line-height: 35px;
}
.module-left ul li.item-link a{
    color: #fff;
    padding-left: 50px;
}
.module-left ul li.item-link a:hover{
    color: #e75d15;
}
.sub-module{
    background: #f4f4f4;
}
.sub-module li{
    border-bottom: 1px solid #d9d9d9;
    line-height: 35px;
    background: #fff;
}
.module-left ul li .sub-module li a{
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}
.module-left ul li .sub-module li a:hover{
    color: #55a601;
}
.module-product{
    background: #fff;
    margin-top: 10px;
}
.module-product ul{
    padding: 0 10px 0 10px;
}
.module-title{
    background:#55a601 ;
    line-height: 35px;
    color: #fff;
    padding-left: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.pr-images{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.pr-images img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*.pr-images:hover img{*/
    /*-webkit-transform:scale(1.25); /!* Safari and Chrome *!/*/
    /*-moz-transform:scale(1.25); /!* Firefox *!/*/
    /*-ms-transform:scale(1.25); /!* IE 9 *!/*/
    /*-o-transform:scale(1.25); /!* Opera *!/*/
    /*transform:scale(1.25);*/
/*}*/
.pr-title,.pr-price {
    display: inline-block;
    width: 100%;
    background: #f4f4f4;
    padding: 5px 0;
    margin-bottom: 0;
    color: #ff0000;
}
.pr-price {
    font-size: 18px;
    font-weight: 600;
}
.pr-title a{
    color: #111111;
    font-size: 13px;
    font-weight: 600;
}
ul.article-ul{
    padding: 20px 5px;
    background: #ffffff;
}
ul.article-ul li{
    line-height: 25px;
}
.ar-title{
    background: url("../images/arrow_tron.png") no-repeat left 10px;
    padding-left: 15px;
}
.ar-title a{
    color: #555555;
}
.ar-title a:hover{
    color: #222222;
}

    /*post products*/
.post-products{
    padding:20px 0 0px 10px;
    display: inline-block;
    width: 100%;
}

.post-list{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
}
.post-list:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.post-title{
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.post-title a{
    color: #222222;
}
.post-title a:hover{
    color: #ec580b;
}
.post-list .nav-tabs > li > a{
    background: url("../images/line-right.png") no-repeat right center;
    border: none;
    font-weight: 600;
    font-size: 12px;
    color: #555555;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0;
}
.post-list .nav-tabs > li:last-child > a{
    background: transparent;
}
.post-list .nav-tabs > li.active > a,.post-list .nav-tabs > li.active > a:hover,.post-list .nav-tabs > li.active > a:focus,.post-list .nav-tabs > li > a:hover{
    background: #427236;
    border: none;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright:10px ;
    -webkit-border-top-right-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    outline: none;

}
.pane-product{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 60px;
}
.btn-more{
    display: block;
    background: #427236;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
}
/*bruc*/
.col-breadcrumb-inner{
    padding: 25px 0px;
    border-bottom: 1px solid #d9d9d9;
}
.col-breadcrumb ul{
    list-style: none;
    padding-left: 0;
}
.col-breadcrumb ul li{
    float: left;
    margin-right: 10px;
    background: url("../images/bruc.png") no-repeat right center;
    padding-right: 20px;
}
.col-breadcrumb ul li:last-child{
    background: transparent;
}
.col-breadcrumb ul li a{
    font-size: 13px;
    color: #333333;
}
.col-breadcrumb ul li:last-child a{
    font-weight: 600;
}

.detail-content{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.news-images img{
    width: 100%;
}
.row-article{
    margin: 0 0 20px 0;
}
.title-news{
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.title-news a{
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
}
.post-date{
    background: url("../images/clock.png") no-repeat left 2px;
    padding-left: 20px;
    color: #666666;
    font-size: 13px;
    margin-bottom: 10px;
}
.news-intro{
    color: #555555;
    font-style: normal;
}
.detail-title{
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.space-sharing{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    color: #555555;
}
#owl-detail-gallery{
    margin-top: 10px;
}
#owl-detail-gallery .item img{
    width: 100%;
    cursor: pointer;
}
.images-pr{
    width: 100%;
}
.type-pro{
    color: #555555;
    font-weight: 300;
    margin-bottom: 10px;
}
.price-detail{
    margin-right: 40px;
}
.price-detail strong{
    font-weight: 500;
    color: #ff0000;
    font-size: 18px;
}
.type-detail strong{
    color: #ec580b;
    font-size: 18px;
    font-weight: 500;
}
.intro-detail{
    margin-bottom: 10px;
}
.sale-title{
    color: #ec580b;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.div-detail{
    padding: 30px 0;
}
.row-contact{
    padding-bottom: 50px;
}
.item-contact{
    padding-top: 30px;
}
.home-form{
    width: 100%;
    background: #ededed;
    border: none;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    color: #555555;
}
.capt-input{
    background: #ededed;
    border: none;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    color: #555555;
}
.main-article{
    background: #fff;
    padding: 30px 0;
}
.main-ads{
    padding: 30px 0;
    background: #fff;
}
.btn-home-reg{
    background: #427236;
    color: #ffffff;
    width: 100px;
}

    /*css ph�n trang*/
#phantrang ul{
    padding-left: 0;
    list-style: none;
}
#phantrang ul li{
    float: left;
    padding: 0 5px;
}
#phantrang{
    margin-bottom: 50px;
}
#phantrang ul li a{
    padding:5px 10px 5px 10px;
    background: #d2d2d2;
    color: #555555;
    z-index: 2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
}
#phantrang ul li a:hover{
    background:  #55a601;
    color: #fff;
}
#phantrang ul li.pagination-next{
    border-right: none;
}
#phantrang ul li a.activepage{
    color: #fff;
    cursor: default;
    background:  #55a601;
}
.pagination{
    margin: 0 auto;
}
#phantrang{
    text-align: center;
    margin-top: 50px;
}
/*end*/

.contact-title{
    font-size: 20px;
    color: #55a601;
}
/*footer*/
.main-footer{
    background: #464646;
    padding: 20px 0;
}
.container-footer{
    padding-bottom:0px;
}
.info-office ul{
    list-style: none;
    padding-left: 0;
}
.info-office ul li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
    color: #eeeeee;
    font-size: 13px;
}
.info-office ul li a{
    color: #eeeeee;
    font-size: 14px;
}
.slide-index  img{
    width: 100%;
}
.effect-zoom:hover{
    opacity: 0.7;
}
.footer-title{
    font-weight: 700;
    color:  #fff;
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.btn-send{
    background:  #427236;
    padding: 5px 30px;
    border: none;
    display: table;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
/*modal*/
.form-modal{
    padding: 10px;
    overflow: inherit;
}
.formError{
    left: 100px!important;
}

.body-content{
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.showlogo{
    display: none;
}
.home-space img{
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.main-copyright{
    background: #9f9f9f;
    padding: 20px 0;
}
.error-form{
    border: 1px solid #ff0000;
}
.success-form{
    color: #fff;
    background: #464646;
    margin-bottom:0px;
    padding-bottom: 10px;
}
#owl-home_ads{
    margin-top: 20px;
}
.marquee-product{
    height: 1000px;
    overflow: hidden;
}
.col-product-inner{
    display: inline-block;
    width: 100%;
}
.col-product-inner:hover{
    border: 1px solid #e75d15;
}
.row-post{
    margin-bottom: 15px;
}
.button-search{
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
}
.button-right{
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    height: 42px;
    width: 68px;
    background: transparent url("../images/search.png") no-repeat center;
    border-top: none;
    border-bottom: none;
}
.search-absolute{
    position: absolute;
    top:42px;
    right: 0;
    width: 300px;
    display: none;
}