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: #7ECC14;
}
/*div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
div[class*="row"] {
    margin-left: -10px;
    margin-right: -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;
}
#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;
}
/* category-product */
#category-product {
}
#category-product > ul {
    list-style: none;
    padding-left: 0 !important;
    border: 1px solid #707070;
}
#category-product > ul li {
    padding: 0 10px;
}
#category-product > ul > li:first-child {
    padding: 0;
}
#category-product > ul li a {
    display: block;
    color: #0d0d0d;
    font-size: 13px;
    padding: 7px 0 6px 15px;
    border-bottom: 1px dashed #707070;
    font-weight: 600;
}
#category-product > ul li:last-child > a {
    border-bottom: 0;
}
#category-product > ul li a:hover {
    color: #7ECC14;
}
#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 {
    color: #fff;
    background: #707070;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 9px 0 9px 15px;
}
#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: #7ECC14;
}
.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: #7ECC14;
    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 {
    margin: 0 -15px 20px -15px;
}
.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 .box-border {
    border: 1px solid #B7B7B7;
    margin-bottom: 20px;
}
.product-by-type .box-border .box-heading {
    border-bottom: 1px solid #B7B7B7;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #ebebeb;
    text-transform: uppercase;
}
.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: -24px;
    right: 38px;
    left: auto;
}
.product-by-type .owl-carousel .owl-item {
    padding: 8px 3px;
}
.product-by-type .owl-carousel .owl-item .name {
    height: 33px;
    overflow: hidden;
}
.product-by-type .owl-carousel .owl-item .name a {
    color: #0d0d0d
}
.product-by-type .owl-carousel .owl-item:hover .name a {
    color: #7ECC14
}
.product-by-type .owl-carousel .owl-buttons .owl-next {
    position: absolute;
    opacity: 1;
    top: -24px;
    right: 15px;
    left: auto;
}
.product-by-type .owl-carousel .owl-buttons div i {
    font-size: 16px;
    color: #7ECC14;
}
.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 #ccc;
    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;
}
#powered {
    background: #000;
}
#powered .container {
    line-height: 30px;
    font-family: roboto-c;
    color: #fff;
    text-align: left
}
#footer {
    font-family: roboto-c;
    z-index: 1111;
    position: relative;
}
#footer .column.big address {
    font-size: 12px;
}
#footer .column.big address a {
    color: #fff;
    background: #4b4b4b;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 25px;
}
#footer .column h3 {
}
#cart a i {
    color: #7ecc14;
    font-size: 16px;
}
#cart > .content {
    position: absolute;
    background: rgb(249, 249, 249);
    z-index: 111;
    right: 10px;
    margin-top: 0px;
    height: 0;
    overflow: hidden;
}
#cart:hover > .content {
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.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: 200px;
}
.news-description img {
    max-width: 100% !important;
    height: auto !important;
}
.banner-partner {
    padding: 0 !important;
}
#button-send-book {
    background: #7ECC14;
    border: 0;
    outline: none;
    height: 31px;
    color: #fff;
    padding: 0 27px;
}
.column.big address p {
    margin: 0
}
input[type='text'], input[type='password'], textarea {
    border-radius: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
    .navbar-toggle .icon-bar {
        background: #7ecc13;
    }
    .navbar-toggle {
        border: 1px solid #7ecc13;
    }
}
@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) {
    #navbar-collapse-2 {
    }
    #menu {
        height: auto;
        float: none;
        position: relative;
        width: 100%;
        background: #fff;
        z-index: 111;
    }
    #menu > div > ul li {
        float: none;
    }
    #footer .column.big {
        width: 100%;
    }
    #footer .column {
        width: 100%;
    }
    .search-and-language #search {
        display: none;
    }
    .product-info > .left + .right, .product-info > .left {
        float: none;
        margin: 0
    }
    .product-info .image {
        float: none;
    }
}
.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #fff;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    border: none;
    background: #00709d;
    margin-bottom: 10px;
}
.right-heading h4{
    background: #00709d;
    color: white;
    font-size: 14px;
    padding: 11px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.right img{
    padding: 1px;
}
.cart #button-cart{
    padding: 9px 10px;
    background: #00709d;
    border: none;
    text-transform: uppercase;
}
.heading_title{
    padding: 4px;
    font-size: 19px;
    font-weight: bold;
}
.news-list > div .name a {
    color: #13294a;
    font-size: 15px;
    font-weight: bold;
}
#cart{
    margin-top: 18px;
}
a.button, input.button{
    background: #00709d;
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 14px;
}