.is-active {
    background-color: #244C75 !important;
    color: #FFFFFF !important;
}

.search-form-button {
    background: url(../images/search.svg) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 35%;
    right: 20px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.product-info-tag {
    display: inline-block !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px #D5D5D5 solid !important;
    padding: 5px !important;
    margin: 5px 10px 5px 0px !important;
    font-size: 20px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.slick-dots {
    position: absolute;
    bottom: auto;
    margin-top: -3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    flex: 1;
    display: block;
    height: 20%;
    content: '';
    width: 100%;
    background: #FFFFFF;
}

.slick-dots li:before {
    display: block;
    content: '';
    height: 20%;
    width: 100%;
    background: #FFFFFF;
}

.slick-dots li.slick-active button:before {
    display: block;
    height: 20%;
    content: '';
    width: 100%;
    background: #0088c6;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 5%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.i_about li {
    width: 100% !important;
    height: 100% !important;
    /*border: 1px solid blue !important;*/
    overflow: hidden !important;
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    margin-right: 0px !important;
}

.i_about li a img {
    padding: 0px 0px !important;
}

.product-box a img:hover {
    transform: scale(1.05);
    opacity: 0.7;
}

.product-box {
    overflow: hidden;
    cursor: pointer;
    height: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-boxes {
    display: flex;
}

.product-box a img {
    width: 100%;
    height: 100%;
}

.about-padding-des {
    padding: 3% 20% 3%;
    text-align: center;
}

.sidebar_list li a:hover {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    animation-fill-mode:forwards;
}

.dropdown-menu {
    min-width: 12rem;
}

.dropdown-menu li a:hover {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -webkit-animation-name: slidein2;
    -moz-animation-name: slidein2;
    animation-fill-mode:forwards;
}

@-webkit-keyframes slidein {
    from {
        padding: 10px 10px;
    }

    to {
        padding: 10px 30px;
    }
}

@-moz-keyframes slidein {
    from {
        padding: 15px 15px;
    }

    to {
        padding: 15px 30px;
    }
}

@-webkit-keyframes slidein2 {
    from {
        padding: 15px 15px;
    }

    to {
        padding: 15px 30px;
    }
}

@-moz-keyframes slidein2 {
    from {
        padding: 15px 15px;
    }

    to {
        padding: 15px 30px;
    }
}

.footer_top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20%;
    right: 3%;
    z-index: 9999;
}

.footer_top img {
    width: 100%;
    height: auto;
}

/*#i_about_2 .content { margin: 0% 0%; max-width: 100%; }*/
#i_about_2 .i_content_title { padding: 3%; background: #000000; }
#i_about_2 h2 { padding: 0% !important; color: #ffffff;text-align: center; }
#i_about_2 .i_btn_more { right: 3% !important; bottom: 50% !important;}
#i_about_2 .i_btn_more a { color: #ffffff;}
#i_about_2 .about-padding-des { color: #ffffff; background: #000000; }

header {
    background: #000000;
    border-top: 4px solid #000000;
}

header nav #nav_top {
    color: #ffffff;
}

header nav #nav_top #lan {
    color: #ffffff;
}

header nav #nav_top #lan a{
    background: #000000 !important;
}

header nav #nav_top #lan a:hover{
    color: #ffffff !important;
    background: #244C75 !important;
}

footer {
    background: #000000;
}

footer .content {
    background: #000000;
    max-width: 100% !important;
    padding: 2% 13% !important;
    color: #ffffff;
}

footer .copyright {
    color: #ffffff;
    padding: 30px 3% 20px 3%;
}

@media screen and (max-width: 1024px) {
    #footer {
        padding: 0px 0px !important;
    }

    .department-list {
        padding: 30px 30px;
    }
}

@media screen and (max-width: 1000px) {
    #desktop-footer {
        display: none;
    }

    .copyright span {
        position: initial !important;
        padding: 0% 0% !important;
    }

    header #nav {
        color: #000000;
    }

    section .i_content_title h2 {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 769px) {
    .copyright #img_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright #img_btn span {
        padding: 0% 1% !important;
    }

    .about-padding {
        margin-bottom: 15px;
    }

    .about-padding-des {
        margin-bottom: 3%;
    }

    section .i_content_title {
        margin-bottom: 15px
    }

    #i_about_2 {
        padding: 20px 15px 0px 15px;
    }

    #i_about_2 .row {
        margin-left: auto;
        margin-right: auto;
    }

    .row-no-margin {
        margin: auto !important;
    }

    .img_content {
        padding-right: 0% !important;
    }
}

@media screen and (min-width: 770px) {
    .copyright #img_btn {
        position: absolute;
        right: 3%;
        bottom: 28%;
    }
}

@media screen and (min-width: 1001px) {
    #mobile-footer {
        display: none;
    }

    header #nav {
        color: #ffffff;
    }
}

#product_hot { background: #000000; }
#product_hot h2 { color: #ffffff; }
#product_hot .i_btn_more a { color: #ffffff;}

.sidebar .sidebar_list > li { background: #000000; }

#img_list a div {
    overflow: hidden;
    height: 98%;
    /*border-radius: 5%;*/
}

#img_list a img:hover {
    opacity: 0.7;
    transform: scale(1.05);
}

#breadcrumbs {
    border-top: 0px;
}

#banner .slick-prev:hover, #banner .slick-prev:focus { background-size: 12px; }
#banner .slick-prev { background-size: 12px; }
#banner .slick-next { background-size: 12px; }
#banner .slick-next:hover, #banner .slick-next:focus { background-size: 12px; }

#product .product_content .product_detail_title {
    color: #000000;
    border-left: 3px #000000 solid;
}

.pagenum .btnleft a {
    border: 0px #000000 solid;
}

.pagenum .btnright a {
    border: 0px #000000 solid;
}

.pagenum a.on {
    background: #000000;
    color: #fff;
}

#menu {
    background: #000000
}

#menu.on {
    background: #000000
}

header nav #nav #lan li a {
    background: #000000
}

.btn_more a {
    background: #000000
}

#product_new {
    background: #FFFFFF
}

#tinynav1 {
    background: #000000
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

#contact-us-btn-more {
    margin-top: 10%;
}

.product_title {
    text-align: center;
}

#product_new .product_list .product_title {
    font-size: 1.2rem;
    font-weight: 800;
}

#sn .sn_list .sn_title {
    background: #000000;
    color: #ffffff;
}
