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: #fb438f;}

/* header */
header.header-all {
    position: relative;
    z-index: 1;
}


/* menu slideshow */
.slideshow-over #slideshow .owl-buttons [class *='owl-'] {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 41px;
    height: 69px;
    margin-top: -35px;
    text-indent: -9999px;
    overflow: hidden;
    outline: 0;
    -webkit-transition: inherit;
    border-radius: initial;
    opacity: 1;
}
.slideshow-over #slideshow .owl-buttons .owl-prev {
    background: url(../image/icon-slidesceda.png) no-repeat -84px 50%;
}
.slideshow-over #slideshow .owl-buttons .owl-prev:hover{
    background-position: 0 50%;
}
.slideshow-over #slideshow .owl-buttons .owl-next {
    background: url(../image/icon-slidesceda.png) no-repeat -125px 50%;
    right: 0;
}
.slideshow-over #slideshow .owl-buttons .owl-next:hover{
    background-position: -42px 50%;
}

/* thong tin trang chu */
.box-number-info {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    z-index: 2;
}
.box-number-info .box-heading h2{ 
    color: #fff; 
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.box-number-info .about-content {
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    color: #333;
}
.box-number-info .viewmore {
    line-height: 30px;
    float: right;
}
.box-number-info .viewmore a{
    display: block;
    padding: 3px 15px;
    background-color: #23170e;
    color: #fff;
    font-style: italic;
    border-radius: 2px;
    font-size: 13px;
}
.box-number-info .viewmore a:hover{
    background: #8cc63f;
    color: #23170e;
}
.slide-info.owl-carousel.owl-theme {
    margin: 0;
}
.slide-info.owl-carousel.owl-theme .owl-pagination{
    bottom: 0;
    top: auto;
    position: absolute;
    width: 100%;
}
.owl-controls .owl-page span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
/*form-change*/
.form-change {
    width: 100%;
    float: left;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}
.form-change .container {
    position: relative;
}
.form-change h2.block-action {
    margin: 20px auto 20px;
    float: left;
    max-width: 60%;
    text-align: left;
    overflow: hidden;
    color: #f9fbfc;
}
.form-change h2.block-action span.maintitle {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.form-change h2.block-action span.subtitle {
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
    display: block;
    padding: 3px 0;
}
.form-change button.btn.btn-primary {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -20px 0 0 0;
    padding: 18px 30px;
    background-color: #fc8400;
    outline: 0;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.form-change button.btn.btn-primary:hover{
    background-color: #404347;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.form-change .box-content {
    width: 100%;
    display: inline-block;
}
.form-change input[type='text'], input[type='password'], textarea{
    margin-bottom: 10px;
}


.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: #fb438f;
    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: 50px 0 60px;
}
.product-by-combo-categories ul.nav.nav-tabs {
    border:  0;
    margin: 30px 0 40px;
    text-align:  center;
}
.product-by-combo-categories ul.nav.nav-tabs > li {
    margin: 0 18px 5px 0;
    line-height: 1.6;
    float: none;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}
.product-by-combo-categories ul.nav.nav-tabs > li:after{
    color: #CCCCCC;
    content: "/";
    margin-left: 10px;
    font-size: 12px;
}
.product-by-combo-categories ul.nav.nav-tabs > li:last-child:after{
    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{
    border: 0;
    border-bottom: 1px solid #fc8400;
    color: #7d7c7c;
}
.product-by-combo-categories .nav-tabs>li>a{
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 12px;
    font-weight: 700;
    font-style: normal;
    color: #7d7c7c;
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.product-by-combo-categories .nav-tabs>li>a:hover{
	background: transparent;
    border-color: transparent;
}
.product-by-combo-categories .tab-content{
	border: 0;
	padding: 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: #fb438f;}
.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:#fb438f;
    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;}

.banner_content_top .wid-25{width: 25%;padding-left: 15px;padding-right: 15px}
.banner_content_top .wid-25 img{opacity: 0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;}
.banner_content_top .wid-25:hover img{opacity: 1;}


.banner a:before,
.banner a:after {
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
}
.banner a:before {
    top: 15%;
    right: 7%;
    bottom: 15%;
    left: 7%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.banner a:after {
    top: 7%;
    right: 15%;
    bottom: 7%;
    left: 15%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.banner a img {
    webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.banner a:hover:before,
.banner a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner a:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 0.7;
}
.banner.effect-apollo {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.banner.effect-apollo img {
    margin: 0 auto;
    position: relative;
    display: block;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1,1,1);
}
.banner.effect-apollo:before {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.banner.effect-apollo:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
}
.product-by-type, .news-by-type.new-news{
    width: 100%;
    float: left;
}
.product-by-type .box-border{
    padding: 0 10px 10px;
    background: #fff;
}

/* tin tuc */
.news-by-type.new-news.news-home{
    position: relative;
}
.news-by-type.new-news.news-home.project {
    margin-top: 30px;
}

.news-home.project figcaption{
    border: 10px solid #fff;
}

/* 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: #8cc63f;
}

/*contact us*/
.contact_us_home {
    background: #8cc63f;
    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 */
.new-news.our-team {
    padding: 90px 0 60px;
    background-color: #efefef;
}
.new-news.our-team .box-team-content {
    overflow: hidden;
    height: 215px;
    background: #fff;
    padding: 32px 35px 35px 110px;
    margin-bottom: 30px;
}
.new-news.our-team .box-team-content h3{
    padding: 5px 0 15px 0;
    margin: 0;
    position: relative;
    line-height: 1.1;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.new-news.our-team .box-team-content img {
    max-width: 60px;
    height: auto;
    position: absolute;
    top: 5px;
    left: -85px;
}
.new-news.our-team .box-team-content p {
    font-weight: 300;
    line-height: 20px;
    opacity: 0.8;
    margin-bottom: 0;
}


/* doi tac */
.box.slide-dt {
    padding: 0;
    background: transparent;
    margin-bottom: 30px;
}
.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: 41.66666667%;
    padding-right: 15px;
}
.product-by-type.special-product{
    width: 41.66666667%;
    padding-left: 15px;
    margin: 30px 0;
}
.product-by-type.special-product-img{
    width: 16.66666667%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 30px 0;
}
.product-by-type.featured-product{
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 50px;
}
.slideshow .products_featured_ .owl-pagination, .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;
}
.row.prosl{ margin: 0 -10px; }
.pro_slide .item {
    margin: 0 10px;
}

/* 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*/
.product-by-type.box-pro-special .col-pro-cat {
    width: 25%;
    float: left;
    padding: 0 7px;
}
.product-by-type.box-pro-special .col-pro-cat:nth-child(4n+1){
    clear: both;
}
.product-by-type.box-pro-special .row{
    margin-left: -7px;
    margin-right: -7px;
}
.products_featured_.owl-carousel.owl-theme {
    background: transparent;
}
.product-by-type.new-product .box-product_ {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
}
.product-by-type .owl-carousel .owl-buttons [ class *='owl'] {
    top: 50%;
    position: absolute;
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    background: transparent;
    outline: none;
    overflow: hidden;
    text-indent: 101%;
    border-radius: 0;
    white-space: nowrap;
}
.product-by-type .owl-carousel .owl-buttons .owl-prev.disabled,
.product-by-type .owl-carousel .owl-buttons .owl-next.disabled{
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: default;
}
.product-by-type .box-border .owl-carousel{margin: 0 !important;text-align: center}
.product-by-type .owl-carousel .owl-buttons .owl-prev {
    position: absolute;
    opacity: 1;
    right: auto;
    left: 0;
    background-color: transparent;
    background-position: center;
    background-image: url(../image/owl-left-hover.png);
    background-repeat: no-repeat;
}
.product-by-type.new-product .products_latest {
    
}
.product-by-type.new-product .products_latest .row {
    margin: 0;
}
.product-by-type .owl-carousel .owl-item{ padding: 0;}
.product-by-type .owl-carousel .owl-item .name a:hover{
    color: #8cc63f;
}
.product-by-type .owl-carousel .owl-buttons .owl-next {
    position: absolute;
    opacity: 1;
    right: 0;
    left: auto;
    background-color: transparent;
    background-position: center;
    background-image: url(../image/owl-right-hover.png);
    background-repeat: no-repeat;
}
.product-by-type .owl-carousel .owl-buttons div i {
    font-size: 16px;
}

/* content home bottom */
.box.slide-dt .owl-item .item{
    text-align: center;
    overflow: hidden;
    padding: 0;
    display: block;
    position: relative;
    background: #fff;
    background-image: linear-gradient(#dedede 46%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 12px;
    background-repeat: repeat-y;
}
.box.slide-dt .owl-item:last-child .item{
    background-image: none;
}
.box.slide-dt .owl-item .item img {
    width: auto;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
}
.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;
}
#footer{
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    position: relative;
    min-height: 110px;
}

#footer .footer-top {
    background: #fff;
    background-image: linear-gradient(to right, #2fa8fc 76%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}
#footer .footer-top > div {
    background-image: linear-gradient(to right, #2fa8fc 76%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    padding: 24px 0;
}
#footer .footer-top .policy {
    position: relative;
    padding: 13px 0;
}
#footer .footer-top .policy .policy-icon {
    float: left;
    padding-right: 10px;
}
#footer .footer-top .policy .policy-text {
    margin-top: 10px;
}
#footer .footer-top .policy .policy-text h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
#footer .footer-top .policy .policy-text p {
    color: #818181;
}

#footer .footer-all {
    padding: 35px 0px 30px;
    float: left;
    width: 100%;
}
#footer .footer-all .logo_footer {
    margin: 0 0 18px;
}
#footer .footer-all ul.contact li {
    color: #7c7c7c;
    margin-bottom: 10px;
    padding: 0;
}
#footer .footer-all ul.contact li b {
    color: #2fa8fc;
}

#footer .footer-all .blog_title_ft h3 {
    margin: 0 0 10px;
    letter-spacing: .01em;
    font-size: 14px;
    color: #2fa8fc;
    font-weight: bold;
}
#footer .footer-all .blog_title_ft a {
    float: right;
    color: #616161;
    font-size: 13px;
    font-style: italic;
}
#footer .footer-all .feature.row {
    margin-bottom: 15px;
}
#footer .footer-all .feature.row .feature-icon {
    height: 120px;
    overflow: hidden;
}
#footer .footer-all .feature.row h5 {
    margin-top: 0;
}
#footer .footer-all .feature.row h5 a{
    font-size: 18px;
    color: #616161;
}
#footer .footer-all .feature.row h5 a:hover{ color:#8cc63f; }
#footer .footer-all .feature.row p.des {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    line-height: 1.55;
}
#footer .footer-all .feature.row .remore a {
    font-size: 13px;
    color: #616161;
    font-style: italic;
    text-decoration: underline!important;
}
#footer .footer-all ul {
    list-style: none;
}
#footer .footer-all ul li {
    position: relative;
    margin: 0;
    padding: 5px 0;
}
#footer .footer-all ul li a{
    color: #616161;
    font-size: 13px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    position: relative;
}
#footer .footer-all ul li a:hover{ color: #2fa8fc; }
#footer .footer-all ul li a i {
    font-size: 8px;
    position: absolute;
    left: 0px;
    top: 3px;
}
#footer .footer-all ul.links-contact {
    margin-top: 20px;
}
#footer .footer-all ul.links-contact li {
    line-height: 30px;
    color: #616161;
    font-size: 13px;
    padding: 0;
}
#footer .footer-all ul.list-menu b {
    color: #2fa8fc;
}
#footer .footer-all .newsletter-desc {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}
#footer .footer-all .newsletter-form {
    position:  relative;
}
#footer .footer-all .newsletter-form input.input-email {
    border-radius:  4px;
    border: 1px solid #ced4da;
    line-height: 1.5;
    color: #595057;
    font-size:  15px;
    padding: 6px 50px 6px 12px;
    width:  100%;
}
#footer .footer-all .newsletter-form button#send-mail {
    border: 1px solid #868e96;
    color: #fff;
    background-color: #868e96;
    padding:  6px 12px;
    border-radius:  0 4px 4px 0;
    font-size:  15px;
    position:  absolute;
    top: 0;
    right:  0;
    cursor: pointer;
}
#footer .footer-all .newsletter-form button#send-mail:hover{
	background-color: #727b84;
    border-color: #6c757d;
}
#footer .social-network a {
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #597ac7;
    border-radius: 100%;
    margin-bottom: 10px;
}
#footer .social-network a.facebook{ background: #597ac7; }
#footer .social-network a.googleplus{ background: #e63d4d; }
#footer .social-network a.twitter{ background: #25a4db; }
#footer .social-network a.linkedin{ background: #0073af; }
#footer .social-network a.youtube{ background: #f32d40; }
#footer .social-network a.skype{ background: #00aae9; }
#footer .social-network a.flickr{ background: #005fdd; }
.footer-top-item .img-pay {
    padding: 5px 0 6px;
}
.footer-top-item .img-pay ul li {
    display: inline-block;
}

#powered{
    color: #868e96;
    width: 100%;
    float: left;
    padding: 10px 0;
}
#powered p{ margin: 0; font-size: 13px;}
#powered a {
    color: #8cc63f;
}
#powered a:hover{
    color: #8cc63f;
    text-decoration: underline;
}

.scroll-head {
  transition: all 1s;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 45px;
  background-color: #2fa8fc;
  color: #FFFFFF;
  z-index: 9999;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  outline: none;
  cursor: pointer;
  opacity: 0;
  border: 2px solid transparent;
}
.scroll-head.visible {
  opacity: 1;
  bottom: 20px;
}
.scroll-head:hover{
  color: #2fa8fc;
  background-color: transparent;
  border-color: #2fa8fc;
}
#footer .footer-all .facebook-like-box {
    width: 100%;
    overflow: auto;
}
/*cart*/
#cart>.content{
    margin-top: 0px;
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 9999;
    padding: 0 20px;
    overflow: hidden;
    width: 300px;
    -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;
    background: #f8f8f8;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
#cart-top-all: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: 25%;
    float: left;
}
#cart>.content .mini-cart-info li .info-cart-r{
    width: 75%;
    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*/

/*slider*/
.float-right{ float: right; }
.float-left{ float: left; }
.menu-floor-content {
    width: 1140px;
    margin: 0 auto;
}
.hot {
    margin-left: 5px;
    margin-top: 1px;
    display: inline-block;
    width: 38px;
    height: 12px;
    background: url(../image/hot.gif) no-repeat;
}
/*tang menu*/
.main-navibar {
    width: 100%;
    background-color: #fff;
    float: left;
}

.main-navibar-content {
    height: 40px;
    line-height: 40px;
}
.no-index .main-navibar-content{
    border-bottom: 2px solid #2fa8fc;
}

.main-navibar-content a {
    color: #3d3d3d;
}
.main-navibar-content b{
    color: #ff4e4d;
}

.main-navibar-content a:hover {
    color: #15c;
}

.main-navibar-content ul {
    margin-left: 233px;
}

.main-navibar-content ul li {
    float: left;
    padding-left: 30px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
}
.main-navibar-content ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 12px;
    left: 21px;
    right: auto;
    position: absolute;
}
.main-navibar-content ul li a:hover {
    text-decoration: none;
}


.menu-floor-wrap.index {
    height: 440px;
}

.menu-floor-wr {
    width: 100%;
    height: 400px;
    display: none;
}

.menu-all-icon {
    width: 17px;
    height: 15px;
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 18px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.menu-floor-title .tbdm {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0!important;
    height: 50px;   
    font-weight: bold!important;    
}
.menu-floor-title .tbdm a{
    color: #fff;
}
span.tbdm h2 {
    font-size: 14px !important;
}
.menu-floor-title {
    width: 100%;
    float: left;
}

.menu-floor-title-wr {
    width: 100%;
    background: #fff;
}

.menu-floor-title-content {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.menu-floor-title-detail {
    width: 233px;
    height: 40px;
    float: left;
    background-color: #2fa8fc;    
    color: #fff;
    padding: 10px 0 0 15px;
    position: relative;
    border-radius: 3px 3px 0 0;
}
.menu-floor-title-detail h2 {
    margin-top:-14px;
    font-size: 30px;
}
.menu-floor-list {
    width: 233px;
    position: relative;
}

.menu-floor-list-cate {
    width: 233px;
    height: 400px;
    padding: 0;
    background-color: #fff;
    position: relative;
}

.menu-floor-list-cate .divmenu {
    height: 37px;
    padding-left: 8px;
}
.index-banner {
    z-index: 9!important;
}
.menu-floor-list-cate .divmenu .fl-img img,#navibar-left ul li a img {
    max-height: 28px;
    max-width: 25px;
}
.menu-floor-list-cate .divmenu img {
    float: left;
}

.menu-floor-list-cate .divmenu a {
    float: left;
    line-height: 21px;
    color: #3d3d3d;
    font-size: 14px;
}
.menu-floor-list-cate .divmenu .product-thumbnail a{
    position: relative;
    height: 143px;
}

.menu-floor-list-cate .divmenu > a{
    font-size: 14px;
}
.menu-floor-list-cate .divmenu a:hover {
    text-decoration: none;
}

.menu-floor-list-cate .divmenu:hover {
    cursor: pointer;
}

.menu-floor-list-cate .divmenu:hover > .fa {
    color: #fff;
}

.menu-floor-list-cate .divmenu .fa {

}

.menu-floor-list-cate .divmenu [class*="menu-list"]{
    width: 741px;
    height: 471px;
    position: absolute;
    top: 0!important;
    background-color: #fff;
    display: none;
    opacity: 0.99;
    z-index: 10;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(133,126,126,1);
    -moz-box-shadow: 0px 0px 11px 1px rgba(133,126,126,1);
    box-shadow: 0px 0px 11px 1px rgba(133,126,126,1);
}

.menu-floor-list-cate .divmenu [class*="menu-list"] h3{
    color:#2fa8fc;
    font-size: 14px;
    text-transform: uppercase;

}

.menu-floor-list-cate .divmenu [class*="menu-list"] h5{
    font-size: 14px;
    color:#3d3d3d;
    margin-top: 17px;
}

.menu-floor-list-cate .divmenu [class*="menu-list"]

.menu-floor-list-cate .divmenu ul.menu-list-provider {
    width: 160px;
}
.menu-list-cate2 h5{
    margin-left: 10px;
}
.menu-list-cate2 .sub-a {

    float: left;
    margin-left: 10px;
    width: 100%;

}

.menu-list-cate2 .sub-a a {
    line-height: 20px!important;
    padding: 5px 0;
}

ul.menu-list-provider li a {
    width: 165px;
}

ul.menu-list-provider {
    right: 0px;
}

.menu-list-cate2 .sub-a span, ul.menu-list-provider li span {
    text-transform: uppercase;
    font-family: Arial, Tahoma;
    font-weight: bold!important;
}

.menu-list-cate2 .sub-a:hover a, ul.menu-list-provider li:hover a {
    color: #2fa8fc!important;
    text-decoration: underline!important;
}

.menu-list-cate2 .sub-a:first-child {
    padding: 13px 0 0 0;
    height: 20px;
    line-height: 14px;
}

ul.menu-list-provider li:first-child {
    padding: 13px 0 7px 10px;
    height: 20px;
    width: 140px;
    line-height: 14px;
}

.menu-list-cate2 .sub-a:first-child span, ul.menu-list-provider li:first-child span {
    font-size: 12px;
}

.menu-list-cate2 .clearfix .sub-a a {
    line-height: 18px;
}

.menu-list-provider li {
    float: left;
    width: 140px;
    padding-left: 10px;
}

.menu-flr-banner-right {
    width: 165px;
    height: 400px;
    opacity: 0.95;
    position: absolute;
    left: 974px;
    top: 0px;
    z-index: 5;
}
.menu-flr-banner-right .product-name{
    margin-bottom: 0;
}
.menu-flr-banner-right .product-name a{
    float: left;
    color: #3d3d3d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.menu-flr-banner-right .product-thumbnail a img{
    width: auto;
    height: 100%;   
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.menu-flr-banner-right .product-thumbnail a img.bethua{
    height: auto;
    width: 100%;  
}
.flr-banner-right-item {
    height: 203px;
    width: 100%;
    display: none;
}

.flr-banner-right-item .product-box {
    max-height: 204px;
    max-width: 190px;
}
.flr-banner-right-item .product-box:nth-child(1){
    margin-bottom: 2px;
}

.menu-flr-banner-center {
    height: 400px;
    width: 742px;
    float: left;
    list-style: none;
    position: absolute;
    left: 233px;
    top: 0;
}

.menu-flr-banner-center li {
    display: none;
}

.menu-flr-banner-right .flr-banner-right-item img {
    transition: transform .2s linear;
}

.menu-flr-banner-right .flr-banner-right-item img {
    height: 149px;
    width: auto;
}

.menu-floor-list-cate > li {
    transition: transform .2s linear;
}

.menu-floor-list-cate > li:hover .fa {
    padding-left: 10px;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    transition: transform .2s linear;
}
/*end tang menu*/



.fl-img {
    float: left;
    width: 34px;
    line-height: 28px;
    margin-bottom: 7px;
    margin-right: 3px;
    margin-top: 5px;
}

.showmenu {
    display: block!important;
}

.menuActive a.menulv1 {
    color: #fff;
    height: 34px;
    float: left;

    line-height: 37px;
}

.menuActive .menu-flr-banner-right {
    z-index: 9;
}

a.menulv1 {
    height: 37px;
    float: left;

    line-height: 37px!important;
}

.slide-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slide-navigator-banner {
    display: block;
    bottom: 15px;
    position: absolute;
    padding: 0 10px;
    left: 43%;
    text-align: center;
    height: 17px;
}

.menu-floor-list-cate .divmenu .slide-image-link {
    display: none;
}

.slide-navigator-banner i {
    position: relative;
}

.slide-navigator-banner .fa-circle {
    color: #000;
    cursor: pointer;
    font-size: 22px;
    top: -2px;
    margin-right: 3px;
}

.slide-navigator-banner b {
    position: absolute;
    left: 6px !important;
    top: 1px !important;
    color: #fff;
    font-weight: normal;
}

.slide-navigator-banner b span {
    font-size: 11px!important;
    font-family: Arial, Tahoma;
    font-weight: bold!important;
}

.btactive {
    color: #c40000!important;
}

.menu-level1 {
    float: left;
    width: 100%;
    height: 37px;
    line-height: 37px;
    transition: padding-left .2s linear;
    -webkit-transition: padding-left .2s linear;

}

.slide-image-link .image-banner {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 400ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 400ms;
    -ms-transition-timing-function: ease-out;
}

.menuActive .image-banner-hover, .image-active .image-banner-hover {
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 4000ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 4000ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 4000ms;
    -ms-transition-timing-function: ease-out;
}

.menuActive #imgIconWhite {
    display: block;
}

.menu-level1:hover {
    padding-left: 4px;
}

.fl-l {
    float: left;
}

.fl-l-break {
    width: 192px;
    float: left;
}

.hiddenBgMenu {
    display: none;
}

.sub-menu {
    width: 340px;
    position: absolute;
    top: 0;
    height: 406px;
    left: 233px;
}
/*end*/

/*product slider*/
.product-box {
    text-align: left;   
    background: #fff;
    position: relative
}
.product-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0
}
.product-info {
    z-index: 10;
    position: relative;
    text-align: center;
}
.products-view-grid .product-info,
.products .product-info{
    min-height: 89px;
    padding: 0 15px;
    padding-bottom: 12px;
    text-align: center;

}
.home-products .product-info .product-name,
.products-view-grid .product-info .product-name {
    padding: 0
}
.product-box .product-thumbnail {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}
.product-box .product-thumbnail > a {
    display: block;
    width: 100%;
    text-align: center;
}
.product-box .product-thumbnail a img {
    width: auto;
    height: 150px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.product-box .product-name {
    font-size: 13px;
    line-height: 20px;
    color: #3d3d3d;
    padding: 0 10px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.product-box .product-name a {
    word-break:break-word;
    color: #3d3d3d;
    text-decoration: none;
    font-weight: 400;
}
.product-box .product-name a:hover {
    color: #2fa8fc
}
.product-box .product-price,
.product-price {
    color: #2fa8fc;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 6px;
    float: none;
    width: auto;
}
.product-box .product-info .inline-block{
    display: inline-block!important;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    padding-left: 1px;
}
.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 11px;
    display: inline-block;
    color: #939393
}
.product-box .sale-flash {
    width: 39px;
    height: 39px;
    background: url('../image/sale.png');
    position: absolute;
    font-size: 12px;
    color: #FFF;
    line-height: 39px;
    text-align: center;
    top: 15px;
    left: 15px;
    z-index: 99;

}

.product-box .product-summary {
    font-size: 13px;
    color: #acacac;
    line-height: 20px
}
.price-box .price {
    color: #2fa8fc;
    font-weight: 700;
}
.price-box .product-price-old {
    color: #acacac;
    font-weight: 400;
}
.special-price {
    color: #2fa8fc;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 6px;
}
/*end product slider*/

.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: 400px;}
.news-description img {
    max-width: 100% !important;
    height: auto !important;
}
.banner-partner{padding: 0 !important;}
#button-send-book{
    background: #8cc63f;
    border: 0;
    outline: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
}
#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;
    padding: 0 10px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.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: #3d3d3d;
    font-size: 13px;
    text-transform: uppercase;
}
.box-product_ .info-p .name a:hover{ color: #2fa8fc; }
.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-cat*/
.product-by-type.product-by-cat {
    margin-bottom: 40px;
}
.product-by-type.product-by-cat .pro-by-cat-left {
    width: 195px;
    background: #fff;
    float: left;
}
.product-by-type.product-by-cat .pro-by-cat-left .row {
    margin-right: 0;
    margin-left: 0;
}
.product-by-type.product-by-cat .pro-by-cat-left h2 {
    background: #fd6fa3;
    color: #fff;
    height: 80px;
    font-size: 18px;
    padding-top: 40px;
    padding-left: 20px;
    margin: 0;
    position: relative;
    letter-spacing: .01em;
    line-height: 1.4;
    font-weight: 700;
}
.product-by-type.product-by-cat .pro-by-cat-left h2 span {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 45px solid transparent;
    border-left: 70px solid #fd6fa3;
}
.product-by-type.product-by-cat .pro-by-cat-left h2 span b {
    position: absolute;
    top: 3px;
    left: -62px;
}
.product-by-type.product-by-cat .pro-by-cat-left h2 span:before {
    content: '';
    position: absolute;
    border-top: 25px solid rgba(0, 0, 0, 0.3);
    border-bottom: 20px solid transparent;
    border-right: 40px solid transparent;
    border-left: 30px solid rgba(0, 0, 0, 0.3);
    left: -70px;
}
.product-by-type.product-by-cat .menu-title {
    padding: 15px 20px;
    background-image: linear-gradient(to right, #ebebeb 82%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.product-by-type.product-by-cat .menu-title .cate-item {
    line-height: 32px;
    font-size: 14px;
}
.product-by-type.product-by-cat .pro-by-cat-left .slider-banner-cat.owl-carousel {
    margin: 0;
}
.product-by-type.product-by-cat .pro-by-cat-left .slider-banner-cat.owl-carousel .img-responsive{
    display: inline-block;
}
.product-by-type.product-by-cat .pro-by-cat-right {
    width: calc(100% - 195px);
    float: left;
}
.product-by-type.product-by-cat .pro-by-cat-right .banner-left {
    width: 311px;
    float: left;
}
.product-by-type.product-by-cat .pro-by-cat-right .banner-left .img {
    position: relative;
    overflow: hidden;
}
.product-by-type.product-by-cat .pro-by-cat-right .banner-left .img:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
}
.product-by-type.product-by-cat .pro-by-cat-right .banner-left .img:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
}
.product-by-type.product-by-cat .pro-by-cat-right .banner-left .img:hover:before,
.product-by-type.product-by-cat .pro-by-cat-right .banner-left .img:hover:after{
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product-by-type.product-by-cat .pro-by-cat-right .list-product {
    width: calc(100% - 311px);
    float: left;
}
.product-by-type.product-by-cat .pro-by-cat-right .list-product .row{
    margin-left: 0;
    margin-right: 0;
}
.product-by-type.product-by-cat .pro-by-cat-right .list-product div[class*="col-"]{
    padding: 0;
}
.list-product .product-info {
    min-height: 89px;
    padding: 0 15px;
    padding-bottom: 12px;
    text-align: center;
}
.list-product .product-box {
    border: 1px solid #dedede;
    margin: 0;
    border-right: none;
}

/*end*/

img{
    max-width: 100%;
}
input[type='text'], input[type='password'], textarea{border-radius: 0;}
/* footer */
@media screen and (max-width: 1200px) {
    .products_cat_0.product-cat-right .col-pro-cat{
        width: 33.33333333%;
    }
    .footer-top-item h3{
        font-size: 16px;
    }
    .site-header.header-mobile {
        background: #2fa8fc;
        position: relative;
        padding: 10px 0 0px;
    }

    .site-header.header-mobile .menu-mobile {
        width: 40px;
        float: left;
    }

    .site-header.header-mobile .menu-mobile .dropdown {
        position: static;
    }

    .site-header.header-mobile .menu-mobile .dropdown-toggle {
        font-size: 20px;
        color: #fff;
    }

    .site-header.header-mobile .menu-mobile ul.dropdown-menu {
        min-width: 230px;
        left: -1px;
        top: -3px;
        padding: 10px 0;
        position: absolute;
        font-size: 13px;
        border-radius: 0;
    }

    .site-header.header-mobile .menu-mobile ul.dropdown-menu li {
        clear: left;
        line-height: 40px;
        cursor: pointer;
        padding: 0 20px;
    }

    .site-header.header-mobile .menu-mobile ul.dropdown-menu li img ~ img {
        display: none;
    }

    .site-header.header-mobile .menu-mobile ul.dropdown-menu>li>a {
        display: inline-block;
        padding: 0;
    }

    .site-header.header-mobile .search-mobile.f-left {
	    width: calc(100% - 45px);
	    float: left;
	}
	.site-header.header-mobile .search-mobile.f-left .header_search {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin-bottom: 10px;
	}
	.site-header.header-mobile .search-mobile.f-left .header_search input {
	    width: 100%;
	    float: left;
	    height: 34px;
	    padding: 5px 40px 5px 15px;
	    border-radius: 20px;
	    border: 0;
	    outline: none;
	}
	.site-header.header-mobile .search-mobile.f-left .header_search .btn {
	    position: absolute;
	    right: 0;
	    background: transparent;
	    width: 40px;
	    height: 34px;
	    color: #2fa8fc;
	    outline: none;
	}
	.slide-mb.owl-carousel{
		margin-bottom: 0;
	}
	.slide-mb.owl-carousel img{ width: 100%; }
	.slide-mb .owl-controls{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.slide-mb .owl-pagination{
		top: 0;
	}
	.slide-mb .owl-controls .owl-page span {
	    width: 11px;
	    height: 11px;
	    border-radius: 50%;
	    border: 1px solid #2fa8fc;
	    background: transparent;
	    box-shadow: none;
	}
	.owl-controls .owl-page.active span{
		background: #2fa8fc;
	}
	.product-by-type.product-by-cat .pro-by-cat-left{
		width: 100%;
		position: relative;
	}
	.product-by-type.product-by-cat .pro-by-cat-right,
	.product-by-type.product-by-cat .pro-by-cat-right .list-product{
		width: 100%;
	}
	.product-by-type.product-by-cat .menu-phu {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}
	.product-by-type.product-by-cat .menu-phu ul.dropdown-menu {
	    right: -10px;
	    left: auto;
	    top: 30px;
	    padding: 10px 20px;
	}
	.product-by-type.product-by-cat .menu-phu ul.dropdown-menu a{
		padding: 1px 0;
	}
}
@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)  {
    .slideshow-over #slideshow .owl-buttons .owl-prev{
        left: 0px;
    }
    .menu-home-cat > ul > li:hover > ul{
        display: block;
    }
    .over-menu-header { min-height: 470px; }
    .over-menu-header ul.sub-menu1{ min-width: 500px; }

    /*pro featured*/
    #footer .footer-service .list-service:nth-child(2){
		overflow: hidden;
	}
	#footer .footer-service .list-service:nth-child(2):before{
		content: '';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 1px;
	    height: 100vh;
	    background-color: rgba(255,255,255,0.1);
	    left: 0;
	}
	#footer .footer-service .list-service:nth-child(2):after{
		content: '';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 1px;
	    height: 100vh;
	    background-color: rgba(255,255,255,0.1);
	    right: 0;
	    display: table;
	}
}
@media screen and (max-width: 991px) {
    .navbar-toggle .icon-bar{
        background: #7ecc13;
    }
    .navbar-toggle{
        border: 1px solid #7ecc13;
    }
    .product-by-type.special-product-img{ display: none; }
    .product-by-type.bestseller-product, .product-by-type.special-product, .product-by-type.new-product{ 
        width: 100%; 
        padding: 0;
        margin: 15px 0; 
    }
    .slideshow-over #slideshow .owl-buttons .owl-prev{
        left: 0;
    }
    .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;
    }
    .box.slide-dt{ margin-top: 20px; }
}
@media screen and (min-width: 768px) {
    .list-product .col-sm-4:nth-child(1) .product-box, 
    .list-product .col-sm-4:nth-child(2) .product-box, 
    .list-product .col-sm-4:nth-child(3) .product-box {
        border-top: 0 none;
    }
    .list-product .col-sm-4:nth-child(3n+1) .product-box {
        border-left: 0 none;
    }
    .list-product .col-sm-4:nth-child(4) .product-box, 
    .list-product .col-sm-4:nth-child(5) .product-box, 
    .list-product .col-sm-4:nth-child(6) .product-box {
        border-top: 0 none;
        border-bottom: none;
    }
}
@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) {
    header.header-all .top-header p{
        display: none;
    }
    header.header-all .bottom-header .container ul.social-icon-yf{
        position: unset;
        margin: 10px 0;
        width: 100%;
        float: left;
        text-align: center;
    }
    header.header-all .bottom-header .container ul.top-menu-time{
        position: unset;
        margin: 10px 0;
        width: 100%;
        float: left;
        text-align: center;
    }
    header.header-all .bottom-header .container ul.top-menu-time li,
    header.header-all .bottom-header .container ul.social-icon-yf li{
        float: none;
    }
    .slideshow-over #slideshow .owl-buttons [class *='owl-']{ width: 30px; }
    .slideshow-over #slideshow .owl-buttons .owl-next{ background: url(../image/icon-slidesceda.png) no-repeat -135px 50%; }
    #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; }
    .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; }
    #footer .footer-all{ padding: 30px 0px 30px; }

    #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;
    }
    #footer .footer-all .feature.row .feature-icon{ margin-bottom: 10px; }
    .block-social-right{ display: none; }
    .scroll-head{ right: 15px; }
    .box.slide-dt .owl-carousel .owl-buttons .owl-prev, .slide-related.owl-carousel .owl-buttons .owl-prev{ left: 15px; }
    .box.slide-dt .owl-carousel .owl-buttons .owl-next, .slide-related.owl-carousel .owl-buttons .owl-next{ right: 15px; }
    .product-by-type.product-by-cat .pro-by-cat-left h2 span b{ display: none; }
    .product-by-type.product-by-cat .pro-by-cat-left h2{
    	height: 45px;
    	padding-top: 10px;
    }
	.product-by-type.product-by-cat .pro-by-cat-left h2 span{
		border-bottom: 30px solid transparent;
    	border-left: 45px solid #fd6fa3;
	}
	.product-by-type.product-by-cat .pro-by-cat-left h2 span:before {
	    content: '';
	    position: absolute;
	    border-top: 15px solid rgba(0, 0, 0, 0.3);
	    border-bottom: 10px solid transparent;
	    border-right: 25px solid transparent;
	    border-left: 15px solid rgba(0, 0, 0, 0.3);
	    left: -45px;
	}
	#footer .footer-all .blog_title_ft h3{
		margin-top: 10px;
	}
}
@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%; }
    #footer .footer-top div[class*="col-"] {
	    width: 100%;
	}
}
