a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
a:hover,a:focus,a:active{
    text-decoration: none;    
    color: #2DBF00;
}


/* menu slideshow */
.slideshow-over #slideshow .owl-buttons [class *='owl-'] {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    margin-top: -30px;
    overflow: hidden;
    outline: 0;
    border-radius: initial;
    opacity: 1;
    text-align: center;
    transition: all 0.3s;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']:hover{
    color: #2DBF00;
}
#slideshow.owl-carousel .owl-buttons div i {
    font-size: 55px;
    margin: 0;
    line-height: 60px;
    text-shadow: none;
}
#slideshow.owl-carousel .owl-buttons .owl-prev{
    left: 30px;
}
#slideshow.owl-carousel .owl-buttons .owl-next{
    right: 30px;
}


/* thong tin trang chu */
.box-number-info {
    width: 100%;
    float: left;
    background: #d2d2d3;
    position: relative;
    z-index: 10;
}
.box-number-info .inner-box-info{
    position: relative;
    min-height: 171px;
}
.box-number-info .inner-box-info ul {
    position: absolute;
    top: -187px;
}
.box-number-info .inner-box-info ul li {
    width: 33.33333333%;
    padding: 33px 40px 0;
    float: left;
    color: #fff;
    background: #2DBF00;
    min-height: 350px;
}
.box-number-info .inner-box-info ul li:first-child {
    background: #28ab00;
}
.box-number-info .inner-box-info ul li:nth-child(2) {
    background: #2bb700;
}
.box-number-info .inner-box-info ul li h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
}
.box-number-info .inner-box-info ul li h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
}
.box-number-info .inner-box-info ul li a.btn{
    background: #252525;
    margin-top: 35px;
    color: #fff;
}
.box-number-info .inner-box-info ul li a.btn:hover{
    background: #fff;
    color:  #2DBF00;
}

/*form-change*/
.form-change {
    
}
.form-change .box-content {
    width: 100%;
    display: inline-block;
}
.form-change input[type='text'], input[type='password'], textarea{
    border-radius: 4px;
}
.form-change .form-group.row{
    margin-bottom: 10px;
}
.form-change h4.modal-title{
    font-weight: normal;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.form-change .modal-header .close{
    margin-top: 3px;
    outline: none;
}
.form-change .modal-description {
    margin-bottom: 30px;
}
.form-change label.col-sm-3.control-label {
    font-size: 14px;
}
.form-change #button-send-book{
    background: #23170e;
    border: 0;
    outline: none;
    color: #fff;
    padding: 5px 20px 5px 18px;
    font-size: 14px;
    margin-top: 0;
    border-radius: 10px;
}
.form-change #button-send-book:hover{
    background: #2DBF00;
}
.form-change #button-send-book i{
    margin-right: 3px;
}



.menu-header-top li{
    list-style: none;
    display: inline-block;
    line-height: 30px;
}
.menu-header-top li a{
    color: #878787;
    padding: 0 15px;
    font-weight: 500;
    border-right: 2px solid #a5a5a5;
}
.menu-header-top li:last-child a{
    border-right: 0;
}
ul{padding-left: 0;}
.div-menu-header-top{height: 35px; border-bottom: 1px solid #0d0d0d;}

.search-and-language{
    background: #ebebeb;
    height: 54px;
    padding: 11px 20px;
    margin: 0 0 10px 0;
}
.search-and-language #search input{
    border-radius: 0;
    width: 350px;
    box-shadow: 0 0 0;
    height: 32px;
    padding-left: 15px;
    border: 1px solid #C6C4C5;
}
.search-and-language #search select{
    background: #fff;
    border: 1px solid #C6C4C5;
    padding: 2px;
    height: 32px;
    margin: 0px 8px;
    color: #929292;
    font-weight: 500;
    font-size: 12px;
    outline: none;
}
.search-and-language #search{float: left}
.search-and-language #search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}
.search-and-language #search input::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}
.search-and-language #search input:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}
.search-and-language #search input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}
#search #_button-search{
    background: #2DBF00;
    border: 0;
    outline: none;
    height: 31px;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    height: 100%;
    padding: 0px 2px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#option-language #language ul{
    float: right;
}
#option-language #language ul li{display: inline-block;list-style: none}
#option-language #language ul li a{color: #878787;
    font-weight: 600;
    line-height: 35px;
    padding: 0 10px;
    border-right: 2px solid #999;}
#option-language #language ul li:last-child a{
    border-right: 0;}
#option-language #language ul li a.active{color: #0d0d0d;
}
.header-infomartion{height: 30px;}
.header-infomartion .bx-wrapper .bx-pager{display: none !important;}
.header-infomartion ul li{text-align: center}
.header-infomartion ul li a{color: #878787;}

/*product combo*/
.product-by-combo-categories.product-by-type {
    padding: 30px 0;
}
.product-by-combo-categories ul.nav.nav-tabs {
    border:  0;
    margin: 0 0 40px;
    text-align:  center;
}
.product-by-combo-categories ul.nav.nav-tabs > li {
    margin: 0 2px 5px 0;
    float: none;
    display: inline-block;
}
.product-by-combo-categories ul.nav.nav-tabs > li:last-child:after{
    color: #fff;
}
.product-by-combo-categories .nav-tabs>li>a{
    font-size: 14px;
    margin: 0;
    border: 0;
    margin-bottom: 1px;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    height: 29px;
    line-height: 29px;
    padding: 0 20px;
    background-color: #636363;
    color: #fff;
}
.product-by-combo-categories .nav-tabs>li.active>a, 
.product-by-combo-categories .nav-tabs>li.active>a:hover, 
.product-by-combo-categories .nav-tabs>li.active>a:focus,
.product-by-combo-categories .nav-tabs>li>a:hover{
    color: #fff;
    background: #2DBF00;
}
.product-by-combo-categories .tab-content{
	border: 0;
	padding: 0;
}
.product-by-combo-categories .tab-content .owl-carousel{
    margin: 0;
}

/* category-product */
#category-product{
}
#category-product > ul{
    list-style: none;
    padding-left: 0 !important;
    border: 1px solid #8cc63f;
}
#category-product > ul li{
    padding: 0 10px;
}
#category-product > ul>li:first-child{
    padding: 0;
}

#category-product > ul li a{
    display:block;
    color: #333;
    font-size:13px;
    padding: 7px 0 6px 15px;
    border-bottom: 1px dashed #f1f1f1;
    font-weight:normal;
}
#category-product > ul>li:first-child a{
    border-bottom: none;
}
#category-product > ul li:last-child > a{
    border-bottom: 0;
}
#category-product > ul li a:hover{
    color: #333;
}
#category-product > ul li a span {
    display:block;
    margin-top: 5px;
}
#category-product > ul li a:hover,
#category-product > ul li a:active {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
#category-product > ul > li:first-child > a{
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #8cc63f;
    text-transform: uppercase;
}
#category-product > ul ul{
    position: absolute;
    left: 99%;
    z-index: 1111;
    width: 0;
    background: #f1f1f1;
    margin-top: -31px;
    list-style: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
#category-product > ul ul li{overflow: hidden;max-height: 32px;}
#category-product > ul li:hover > ul{
    opacity: 1;
    width: 220px;
}
.padding-right-15{
    padding-right: 15px !important;
}
.padding-left-15{
    padding-left: 15px !important;
}
.padding-0{
    padding: 0 !important;
}
.box-product-latest .box-content{border: 1px solid #B8B8B8;}
.box-product-latest .first{width: 25%; float: left}
.box-product-latest .first .product-first{padding-top: 25%;}
.box-product-latest .gird-product{width: 75%; float: left;}
.box-product-latest .gird-product .product-item{
    width: 25.2%;
    float: left;
    display: inline-block;
    position: relative;
    border: 1px solid #B8B8B8;
    margin: -1px -1px 0 0;
}
.box-product-latest .gird-product .product-item:nth-child(4n+4){ float: right;}
.box-product-latest .product-item{text-align: center;padding: 3px;}
.box-product-latest .product-item .name{    height: 32px; overflow: hidden;}
.box-product-latest .product-item .name a{font-size: 10px; color: #0d0d0d;    font-family: roboto-c;}
.box-product-latest .product-item:hover .name a{    color: #2DBF00;}
.box-product-latest .gird-product .product-item:nth-child(5),.box-product-latest .gird-product .product-item:nth-child(6),.box-product-latest .gird-product .product-item:nth-child(7),.box-product-latest .gird-product .product-item:nth-child(8){ border-bottom: 0}
.box-product-latest .box-heading{    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px 6px 15px;}
.box-account-right{border: 1px solid #707070;margin-bottom: 10px;}
.box-account-right .box-content{border: 4px solid #B7B7B7;padding: 10px;}
.box-account-right .head-account{    font-size: 12px;
    font-family: roboto-c;
    font-weight: 500;}
.box-account-right .head-account img{    width: 33px;
    float: left;
    margin-right: 5px;}
.box-account-right ul.not-logged li{list-style: none}
.box-account-right ul.not-logged li a{    background: #DCDCDC;
    padding: 7px 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: roboto-c;
    font-weight: bold;    display: block;
    margin: 10px 0;}
.box-account-right ul.not-logged li a.active{
    background:#2DBF00;
    color: #0d0d0d;
}
.box-account-right .account{padding: 0;}
.box-account-right .account p input{float: right;
    border-radius: 0;
    box-shadow: 0 0 0;
    height: 20px;
    border: 1px solid #898989;}
.account-login,.account-register{display: none}
.account-login.active,.account-register.active{display: block}
.box-account-right .button-register-login{    background: #707070;
    border: 0;
    outline: none;
    color: #FFF;
    padding: 2px 9px;
    float: right;}

.product-by-type, .news-by-type.new-news{
    width: 100%;
    float: left;
}

/* tin tuc */
.news-by-type.new-news.news-home{
    position: relative;
    background: #d2d2d3;
}

/* banner home */
.banner-home{
    margin-bottom: 50px;
}
.banner-home .row {
    margin: 0 -2.5px;
}
.banner-home div[class*="col-"] {
    padding: 0 4px;
}
.banner-home ul.list-item-banner li + li {
    margin-top: 10px;
}
.banner-home .img-responsive{
    width: 100%;
    transition: all 0.2s;
}
.banner-home .img-responsive:hover{
    opacity: 0.8;
}

/* dich vu */
.news-home.service{
    padding: 80px 0px 30px;
}
.news-home.news-latest .box-heading{
    margin-bottom: 40px;
}
.news-home.service .owl-carousel .owl-wrapper-outer{
    padding-bottom: 20px;
}
.service .box-service.item, .slide-team .item, .slide-news-home .item {
    padding: 0 15px;
}
.service .box-service-cotent {
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #ededed;
}
.service .box-service-cotent:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: -webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0%, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0,0,0,0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    z-index: 9;
}
.service .box-service-cotent:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.service .box-service-cotent .image{
    position: relative;
    overflow: hidden;
}
.service .box-service-cotent .over-service {
    position: absolute;
    display: block;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -100%;
    background: rgba(0,37,74,0.88);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.service .box-service-cotent:hover .over-service{
    top: 0;
    opacity: 1;
}
.service .box-service-cotent .over-service a.btn-v {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.service .box-service-cotent .info-p {
    padding: 12px 8px;
    text-align: center;
}
.service .box-service-cotent .info-p .name a {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.service .box-service-cotent .info-p .date-add{
    line-height: 24px;
    color: #222;
}
.slide-service .owl-buttons, .slide-team  .owl-buttons, .slide-news-home .owl-buttons{
    position: absolute;
    bottom: 100%;
    right: 15px;
    margin-bottom: 10px;
}
.slide-service .owl-controls .owl-buttons div,
.slide-team  .owl-controls .owl-buttons div,
.slide-news-home .owl-controls .owl-buttons div{
    position: unset;
    opacity: 1;
    display: inline-block;
    height: 40px;
    width: 22px;
    line-height: 36px;
    text-align: center;
    margin-left: 1px;
    color: #202f35;
    font-size: 26px;
}
.slide-service .owl-controls .owl-buttons div i,
.slide-team  .owl-controls .owl-buttons div i,
.slide-news-home .owl-controls .owl-buttons div i{
    font-size: 26px;
    margin: 0;
}
.slide-service .owl-controls .owl-buttons div:hover, 
.slide-team  .owl-controls .owl-buttons div:hover,
.slide-news-home .owl-controls .owl-buttons div:hover{
    color: #2DBF00;
}

/*contact us*/
.contact_us_home {
    background: #2DBF00;
    padding: 40px 0;
    color: #fff;
    width: 100%;
    float: left;
}
.contact_us_home h3 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    line-height: 30px;
}


/*dc*/
.inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-cel {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

/* our team */
.our-team {
    padding: 55px 0 35px;
    background-color: #f5f5f5;
}
.our-team .item {
    margin-bottom: 30px;
}
.our-team .item img{
    border-radius: 50%;
    max-width: 120px;
    display: inline-block;
}
.our-team .item h3{
    font-size: 16px;
    color: #252525;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: bold;
}
.our-team .item p{
    color: #888888;
    margin: 0;
}


/* testimony */
.testimony {
    padding: 80px 0;
    background-color: #111;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.slide-testimony.owl-carousel {
    margin: 0;
    background: transparent;
}
.slide-testimony.owl-carousel .item{
    text-align: center;
}
.slide-testimony.owl-carousel .item img{
    max-width: 165px;
    border: 8px solid #fff;
    border-radius: 50%;
}
.slide-testimony.owl-carousel .item p{
    padding: 10px 60px;
    margin: 15px auto 10px;
    position: relative;
    width: 75%;
    font-size: 14px;
    background: url(../image/layer-testi.png) no-repeat left top transparent;
    color: #fff;
    font-style: italic;
}
.slide-testimony.owl-carousel .owl-pagination{
    top: 0;
}
.slide-testimony.owl-carousel .owl-controls .owl-page span{
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
}
.slide-testimony.owl-carousel .owl-controls .owl-page.active span{
    background: #fff;
}

/* doi tac */
.box.slide-dt {
    padding: 60px 0 0;
    background: #ebebeb;
}
.box.slide-dt .owl-carousel {
    background: transparent;
}

.product-by-type.box-pro-special {
    margin-top: 25px;
}

/* product featured */
.product-by-type.bestseller-product {
    margin: 30px 0;
    float: left;
    width: 100%;
}
.product-by-type.featured-product, .product-by-type.new-product{
    margin-top: 40px;
    margin-bottom: 50px;
}

.slideshow .products_bestseller .owl-pagination{
    right: 5px;
    top: -40px;
    padding: 0;
    bottom: auto;
    display: block;
    position: absolute;
}
.slideshow .owl-controls .owl-page{
    margin: 0 2.5px;
}
.slideshow .owl-controls .owl-page span{
    background: #ffffff;
}
.slideshow .owl-controls .owl-page.active span{
    background: #8cc63f;
}
.pro_slide .item, .new-news .item {
    width: 100%;
    float: left;
    padding: 0 15px;
}

/* faq */
.faq {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #ededed;
}
.faq .media-body {
    margin: 0 0 0 0;
    position: relative;
}
.faq .media-body .testi-inner {
    margin: 0 0 0 85px;
    position: relative;
}
.faq .media-body .testi-content {
    padding: 90px 35px 35px 35px;
    height: 209px;
    color: #000000;
    font-weight: 300;
    background-color: #fff;
}
.faq .media-body .testi-content p {
    margin:  0;
    padding:  0;
    line-height: 20px;
}
.faq .media-body .testi-content:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 18px 25px 0;
    border-color: transparent #fff transparent transparent;
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
}
.faq .media-body .testi-meta {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 35px 0 35px;
}
.faq .media-body .testi-meta h4 {
    color: #000000;
    font-weight: 300;
    margin:  0;
    padding:  0;
    font-size: 16px;
}
.faq .media-body img.testi-thumb {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #eee;
    width: 67px;
    z-index: 1;
    -moz-border-radius: 70px;
    -khtml-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

/*pro*/
.new-news.owl-carousel.owl-theme {
    background: transparent;
}
.product-by-type .owl-carousel .owl-buttons [ class *='owl'],
.new-news.owl-carousel.owl-theme .owl-buttons [ class *='owl'] {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    background: #636363;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.product-by-type .owl-carousel .owl-buttons [ class *='owl']:hover, 
.new-news.owl-carousel.owl-theme .owl-buttons [ class *='owl']:hover{
    background: #2DBF00;
    color: #fff;
    transition: all 300ms;
}
.product-by-type .box-border .owl-carousel,
.new-news.owl-carousel.owl-theme.owl-carousel
{
    margin: 0 !important;
    text-align: center
}
.new-news.owl-carousel.owl-theme.owl-carousel{
    text-align: left;
}
.product-by-type .owl-carousel .owl-buttons .owl-prev,
.new-news.owl-carousel.owl-carousel .owl-buttons .owl-prev{
    opacity: 1;
    top: 50%;
    margin-top: -15px;
    left: 0;
}
.product-by-type .owl-carousel .owl-item{ padding: 0;}
.product-by-type .owl-carousel .owl-buttons .owl-next,
.new-news.owl-carousel.owl-carousel .owl-buttons .owl-next {
    opacity: 1;
    top: 50%;
    margin-top: -15px;
    right: 0;
    left: auto;
}
.product-by-type .owl-carousel .owl-buttons div i,
.new-news.owl-carousel.owl-carousel .owl-buttons div i {
    font-size: 16px;
    margin: 0;
}

/* content home bottom */
.box.slide-dt .owl-item .item{
    text-align: center;
    margin: 15px 10px;
    padding: 0;
    display: block;
    position: relative;
}
.box.slide-dt .owl-item .item img {
    width: auto;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
    transition: all 0.3s;
}
.box.slide-dt .owl-item .item img:hover{
    -webkit-box-shadow: 4px 4px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 4px 4px 16px 0 rgba(0,0,0,0.2);
}
.box.slide-dt .owl-carousel .owl-buttons .owl-prev,
.slide-related.owl-carousel .owl-buttons .owl-prev{ left: 0; }
.box.slide-dt .owl-carousel .owl-buttons .owl-next,
.slide-related.owl-carousel .owl-buttons .owl-next{ right: 0; }
.box.slide-dt .owl-carousel .owl-buttons .owl-prev,
.box.slide-dt .owl-carousel .owl-buttons .owl-next,
.slide-related.owl-carousel .owl-buttons .owl-prev,
.slide-related.owl-carousel .owl-buttons .owl-next{ 
	opacity: 1;
}
.box.slide-dt .owl-carousel .owl-buttons .owl-prev i,
.box.slide-dt .owl-carousel .owl-buttons .owl-next i,
.slide-related.owl-carousel .owl-buttons .owl-prev i,
.slide-related.owl-carousel .owl-buttons .owl-next i{ 
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #adb5bd;
	color: #fff;
	text-align: center;
}

.margin-bottom-20{margin-bottom: 20px;}
.banner-partner .owl-wrapper-outer .owl-item{padding: 5px;}
.banner-partner .owl-wrapper-outer .owl-item .item{border: 1px solid #f3f3f3;text-align: center}
.banner-partner .owl-wrapper-outer .owl-item .item a,.banner-partner .owl-wrapper-outer .owl-item .item a img{text-align: center}
.banner-partner .owl-controls .owl-buttons .owl-prev,.banner-partner .owl-controls .owl-buttons .owl-next{top:48%;}
.banner-partner .owl-carousel {
    margin: 0 0 20px !important;
}

/*cart*/
#cart>.content{
    margin-top: 0px;
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 999;
    padding: 0 20px;
    overflow: hidden;
    width: 350px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}
#cart:hover > .content{height: auto;
    display: block;
   }
#cart>.content .mini-cart-info li {
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: 100%;
    display: inline-block;
}
#cart>.content .mini-cart-info li .image {
    width: 30%;
    float: left;
}
#cart>.content .mini-cart-info li .info-cart-r{
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#cart>.content .mini-cart-info li .info-cart-r .remove {
    position: absolute;
    top: 15px;
    right: 0px;
}
#cart>.content .mini-cart-info li .info-cart-r .name a {
    font-size: 13px;
    font-weight: 500;
}
#cart>.content .mini-cart-info li .info-cart-r .quantity, #cart>.content .mini-cart-info li .info-cart-r .total {
    display: inline-block;
    font-size: 13px;
    text-transform: lowercase;
}
#cart>.content .mini-cart-total li {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
#cart>.content .checkout a {
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 1px solid #222;
    height: 35px;
    line-height: 32px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 10px;
}
#cart>.content .checkout a:last-child{
    margin-bottom: 20px;
}
#cart>.content .checkout a:hover{
    color: #fff;
    background: #1c1c1c;
    border-color: #1c1c1c;
}
#cart>.content .empty {
    padding: 10px 0;
}
/*end*/
.breadcrumb{    border-radius: 0 !important;}
.breadcrumb, .breadcrumb a:first-child i{margin-right: 0;}
.box-product-featured .image img{float: left;
    margin-right: 5px;}
.box-product-featured .name{padding: 10px}
.box-product-featured .name a{color: #636e75;}
.box-product-featured>div{border-bottom: 1px dotted #999;}
.content-map iframe{width: 100%; height: 395px;}
.news-description img {
    max-width: 100% !important;
    height: auto !important;
}
.banner-partner{padding: 0 !important;}
#tab-related .box-heading{
    text-align: left;
}
#tab-related .box-heading h2:before{
    left: 0;
    margin-left: 0;
}
.box-product_ .item-content {
    width: 100%;
    float: left;
}
.box-product_ .name {
    width: 100%;
    float: left;
    position: relative;
    padding: 13px;
    text-transform: uppercase;
    z-index: 3;
}
.box-product_ .name:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #efefef;
    z-index: -2;
}
.box-product_ .name:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: #2DBF00;
    z-index: -1;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.box-product_:hover .name:after { right: 0; }
.info-p .name a{
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.box-product_ .info-p .name a {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
.box-product_:hover .info-p .name a,
.box-product_ .info-p .name a:hover{ color: #fff; }
.latest-banner.banner-2 {
    margin-top: 20px;
}
.product-by-type.product-by-cat .box-heading {
    font-size: 20px;
    background-color: gray;
    height: 50px;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    position: relative;
    padding: 0 15px;
}
.banner_content_top {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}
.product-by-type.product-by-cat {
    margin-bottom: 80px;
}

img{
    max-width: 100%;
}
input[type='text'], input[type='password'], textarea{border-radius: 0;}
/* responsive */
@media screen and (max-width: 1200px) {
    .box-number-info .inner-box-info ul {
        position: static;
    }
    .products_cat_0.product-cat-right .col-pro-cat{
        width: 33.33333333%;
    }
}
@media screen and (min-width: 1200px) {
    #banner3.banner_content_top .item.text-center:first-child{ margin-left: 0; }
    .product-by-type.bestseller-product .box-border a.link_all{
    	    margin-top: -25px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){

}
@media screen and (min-width: 992px)  {
    .menu-home-cat > ul > li:hover > ul{
        display: block;
    }
    .over-menu-header { min-height: 470px; }
    .over-menu-header ul.sub-menu1{ min-width: 500px; }
}
@media screen and (max-width: 991px) {
    .navbar-toggle .icon-bar{
        background: #7ecc13;
    }
    .navbar-toggle{
        border: 1px solid #7ecc13;
    }
    .product-by-type .cat-banner-left{
        display: none;
    }
    .product-by-type .products_cat_0.product-cat-right{
        width: 100%;
        padding-left: 0;
    }
    .product-by-type.box-pro-special .col-pro-cat{ width: 33.33333333%; }
    .product-by-type.box-pro-special .col-pro-cat:nth-child(4n+1){ clear: none; }
    .slideshow .owl-carousel {
        width: 100%;
        float: left;
    }
    .menu-content-top {
        width: 100%;
        padding-right: 0;
    }
    #banner3.banner_content_top{
        width: 100%;
        padding-left: 0;
    }
    .slideshow .menu-content-top ul{ width: 100%; }
    .slideshow .menu-content-top ul li{ height: 80px; }
    .slideshow .menu-content-top ul li a {
        padding-top: 18px;
    }
    .slideshow .menu-content-top ul li:after{ height: 70px; }
    #banner3.banner_content_top{ margin-top: 20px; }
    #banner3.banner_content_top .item.text-center{
        width: 32.8%;
        margin-left: 5px;
    }
    #banner3.banner_content_top .item.text-center:first-child{ margin-left: 0; }
    .header-right.box_acc li.hidden-xs {
	    display: none;
	}
	.header-right.box_acc li.header-mobi{ display: inline-block; }
	.box_acc ul li div#cart i.fa{ display: inline-block; }
	.box_acc ul li div#cart span.text{ display: none; }
    .faq{ padding: 60px 0 30px; }
    .faq .media-body {
        max-width: 320px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .faq .media-body .testi-inner{ margin: 0 0 0 25px; }
    .faq .media-body img.testi-thumb{ width: 50px; }
    .faq .media-body .testi-content{
        padding: 85px 35px 35px 35px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .search-and-language #search input{
        width: 230px;
    }
    .search-and-language #search select{
        width: 198px;
    }
}
@media screen and (max-width: 767px) {
    .slideshow-over #slideshow .owl-buttons [class *='owl-']{ width: 30px; }
    #slideshow .cap-slide h2{
        font-size: 18px;
        line-height: 18px;
        margin: 0px;
    }
    #slideshow .cap-slide p{
        font-size: 14px;
        line-height: 1.2;
    }
    #slideshow .cap-slide a.btn-slide{ font-size: 15px; }
    .box-number-info .inner-box-info ul li {
        padding: 33px 40px;
        width: 100%;
        margin-top: 33px;
    }
    .faq .card .inner-card-body { padding: 15px 0; }
    .product-by-combo-categories.product-by-type{ padding: 35px 0px 15px; }
    .product-by-combo-categories.product-by-type .col-lg-4 {
        margin-bottom: 30px;
    }
    .product-by-combo-categories.product-by-type .col-lg-4:nth-child(2n+1){ clear: both; }
    #banner3.banner_content_top{ display: none; }
    .products_cat_0.product-cat-right .col-pro-cat,
    .product-by-type.box-pro-special .col-pro-cat{ width: 50%; }
    .products_cat_0.product-cat-right .col-pro-cat:nth-child(2n+1),
    .product-by-type.box-pro-special .col-pro-cat:nth-child(2n+1){ clear: both; }

    .search-and-language #search{display: none;}
    .product-info > .left + .right,.product-info > .left{float: none;margin: 0}
    .product-info .image{float: none;}
    #cart>.content, #cart:hover > .content{ display: none; }
    .contact_us_home{ text-align: center; }
    .contact_us_home h3{
        font-size: 28px;
        line-height: 40px;
    }
    .contact_us_home a.pull-right.btn-v.contact-us {
        float: none!important;
    }
    .box-number-info h3 {
        margin-top: 0;
    }
    .news-home.news-latest { padding: 30px 0px 10px; }
    .faq .box-border .card{
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
    .box-number-info .text-small{ text-align: center; }
    .box-number-info .text-small span.img{ float: none; }
    .box-number-info .text-small .content-nb{ width: 100%; }
    .contact_us_home{ padding: 25px 0; }

    #powered{ text-align: center; }
    #powered .pull-left, #powered .pull-right{ width: 100%; }
    .form-change{ text-align: center; }
    .form-change h2.block-action{
        max-width: 100%;
        text-align: center;
    }
    .form-change button.btn.btn-primary{
        position: unset;
        margin: 0;
        padding: 10px 30px;
        display: inline-block;
    }
    .slide-testimony.owl-carousel .item p{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .products_cat_0.product-cat-right .col-pro-cat,
    .product-by-type.box-pro-special .col-pro-cat{ width: 100%; }
    .product-by-combo-categories.product-by-type .col-lg-4{ width: 100%; }
    .slide-testimony.owl-carousel .item p { padding: 10px 15px;}
}
