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;
}

/* product-box */
.over_product_one_grid {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.product_group_single_list {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.product-title { margin-bottom: 7px; }
.product-title h3 {
    margin: 0;
    font-size: 20px;
}
.product-title h3 a{ color: #333; }
.product-title h3 a:hover{ color: #0098bb; }
.product-price {
    font-size: 15px;
    font-weight: 600;
    color: #0098bb;
    line-height:25px;
}
.product_des {
    overflow: hidden;
    padding-top: 5px;
}
.description_row {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    border-top: 1px solid #ddd;
}
.description_row:last-child {
    border-bottom: 1px solid #ddd;
}
.description_detail {
    border-left: 1px solid #ddd;
    padding: 5px;
}
.description_icon {
    border-left: 1px solid #ddd;
    padding: 5px 0;
    text-align: center;
}
.description_detail {
    border-right: 1px solid #ddd;
}
.description_detail a {
    color: #222;
    font-size: 12px;
}


/* 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: #40b01a;
    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;}

#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;
}

/* 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:before, .news-home.project figcaption:after{
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.news-home.project figcaption:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.news-home.project figcaption:after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.news-home.project figcaption:hover:before, .news-home.project figcaption:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* 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: #40b01a;
}

/*contact us*/
.contact_us_home {
    background: #40b01a;
    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: 10px 0;
    background: #f6f6f6;
    margin-top: 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: 100%;
}
.product-by-type.featured-product, .product-by-type.new-product, .product-by-type.vip-product{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.featured-product .slick-vertical .slick-slide{
    border: 0;
}
.featured-product .slick-vertical .slick-slide .item{
    padding-bottom: 10px;
    float: left;
}
.product-by-type .slick-arrow{
    display: none!important;
}
.product-by-type a.btn-more {
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    top: 2px;
}
.product-by-type a.btn-more:hover{
    color: red;
}
.product-by-type.vip-product .box-content, .products_vip_head,
.product-by-type.vip-product .box-border .owl-carousel,
.item-pro-vip {
    width: 100%;
    float: left;
    text-align: left;
}

.products_vip_head{
    background: #40b01a;
    color: #fff;
    border-top: 1px solid #fff;
}
.item-pro-vip{
    border-bottom: 1px solid #BBCBBC;
}
.pro-id, .pro-name, .pro-province, .pro-date{
    padding: 5px 1px 5px 10px;
    float: left;
    border-right: 1px solid #BBCFF0;
    height: 35px;
}
.pro-id{ width: 10%; }
.pro-name{ width: 50%; }
.pro-province{ width: 20%; }
.pro-date{ width: 20%; border-right: 0;}


.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 .box-pro-news {
    padding: 0 5px;
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
.pro_slide .item .box-pro-news:nth-child(5),
.pro_slide .item .box-pro-news:nth-child(9),
.pro_slide .item .box-pro-news:nth-child(13),
.pro_slide .item .box-pro-news:nth-child(17){
    clear: both;
}
.pro_slide .item .box-pro-news .name {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 0;
}

/* 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 .owl-carousel .owl-buttons [ class *='owl'] {
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    border-radius: 50%;
    line-height: 20px;
}
.product-by-type .owl-carousel .owl-buttons [ class *='owl']:hover{
    background: #40b01a;
    color: #fff;
    border: 1px solid #40b01a;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.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;
    top: -29px;
    right: 38px;
    left: auto;
}
.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: #40b01a;
}
.product-by-type .owl-carousel .owl-buttons .owl-next {
    position: absolute;
    opacity: 1;
    top: -29px;
    right: 15px;
    left: auto;
}
.product-by-type .owl-carousel .owl-buttons div i {
    font-size: 16px;
}

/* content home bottom */
.box.slide-dt .owl-item .item{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    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%;
}
.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;
    position: relative;
    background: #333;
    color: #fff;
}
#footer .footer-all {
    padding: 0;
    float: left;
    width: 100%;
}
#footer h3.title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 30px 0 10px;
}
#footer .footer-all ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-all ul li {
    position: relative;
    display: block;
    margin: 5px 0;
    padding: 0;
}
#footer .footer-all ul li a{
    color: #fff;
    font-size: 13px;
    position: relative;
}
#footer .footer-all ul li:hover a{ color: #12BF8C; }
#footer .footer-all .contact-footer {
    margin: 10px 0;
}
#footer .footer-all .contact-footer div{
    line-height: 20px;
}
#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 .media-service {
    margin-top: 20px;
}
#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 .footer-all .social-network a {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background-color: #616161;
    border-radius: 4px;
}

#powered{
    color: #868e96;
    width: 100%;
    float: left;
    background: #292929;
    text-align: center;
    padding: 10px 0;
}
#powered p{ margin: 0; font-size: 13px;}
#powered a {
    color: #2c9cf2;
}
#powered a:hover{
    color: #2c9cf2;
    text-decoration: underline;
}

.scroll-head {
  transition: all 1s;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: #26C395;
  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: #26C395;
  background-color: transparent;
  border-color: #26C395;
}
#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: 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: 400px;}
.news-description img {
    max-width: 100% !important;
    height: auto !important;
}
.banner-partner{padding: 0 !important;}
#button-send-book{
    background: #40b01a;
    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;
}


.latest-banner.banner-2 {
    margin-top: 20px;
}
.banner_content_top {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}
.product-by-type.product-by-cat {
    margin-bottom: 35px;
}

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%;
    }
}
@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 .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-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;
    }
}

@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; }

    .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; }
}
@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%; }
}
