﻿@charset "utf-8";

body {
    font-size: 13px;
    font-family: Tahoma,Verdana,Arial;
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 80px;
    background: #F5F5F5;
    border-top: 3px solid #26A037;
    clear: both;
}

    .header .logo {
        float: left;
        margin: 0px 0px 0px 0;
    }

        .header .logo .imglogo {
            height: 70px;
        }

    .header .slogan {
        float: left;
        width: 400px;
        color: red;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 25px;
        font-style: italic;
    }

        .header .slogan span {
            font-size: 18px;
        }

    .header .search {
        float: left;
        margin-left: 20px;
        width: 300px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-top: 15px;
        padding: 5px;
        background: #fff;
    }

        .header .search input {
            border: none;
            float: left;
            padding: 5px;
            height: 20px;
            width: 250px;
        }

        .header .search .btnsearch {
            cursor: pointer;
            width: 32px;
            height: 32px;
            background: url(/layout/images/btnsearch.png) no-repeat;
            float: right;
            margin-left: 5px;
        }

    .header .righthead {
        float: right;
        height: 80px;
        width: 190px;
        position: relative;
        overflow: hidden;
    }

        .header .righthead .account {
            float: right;
            overflow: hidden;
        }

            .header .righthead .account a {
                float: left;
                text-decoration: none;
                color: #333;
                margin: 5px;
                line-height: 25px;
            }

                .header .righthead .account a:hover {
                    color: #26A037;
                }

        .header .righthead .cart {
            position: absolute;
            right: 0;
            bottom: 5px;
            background: url(images/cart.png) no-repeat left center;
            padding-left: 20px;
            height: 20px;
            padding: 13px 0 10px 35px;
        }

.intro-haca {
    display: block;
}

    .intro-haca li {
        padding-bottom: 10px;
    }

    .intro-haca p {
        line-height: 1.5;
    }

.hacaedu {
    text-align: right;
    color: red;
    font-style: oblique;
    padding: 0px;
    margin: 0px;
}

.cart {
    /*position: absolute;*/
    right: 0;
    bottom: 5px;
    /*background: url(images/cart.png) no-repeat left center;*/
    /*padding-left: 20px;*/
    height: 20px;
    padding: 0px 0 10px 35px;
    text-align: right;
}

.imggioithieu {
    float: left;
    width: 720px;
    padding-bottom: 20px;
}

.gtcontent {
    width: 720px;
    list-style: none;
    padding-left: 20px;
    overflow: hidden;
    margin-left: 5px;
    float: right;
    margin-top: 5px;
}

    .gtcontent h1 {
        display: block;
        width: 98%;
        font-size: 18px;
        text-transform: uppercase;
        border-bottom: 3px solid #ddd;
        padding: 5px;
        clear: both;
        margin-left: 5px;
    }

    .gtcontent h2 {
        display: block;
        width: 98%;
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: 3px solid #ddd;
        padding: 5px 5px 5px 0;
        clear: both;
        margin-left: 0px;
    }

    .gtcontent p {
        display: block;
        clear: both;
        margin-left: 0px;
    }

    .gtcontent .contact1 {
        display: block;
        margin-bottom: 0px;
    }

    .gtcontent .contact2 {
        display: block;
        padding-bottom: 15px;
        text-decoration: none;
    }

    .gtcontent .contact3 {
        display: block;
        padding-bottom: 15px;
        text-decoration: none;
    }

    .gtcontent .contact2 a {
        color: #B89BC9;
    }

    .gtcontent .contact3 a {
        color: #B89BC9;
    }

.wrap {
    width: 1000px;
    margin: 0 auto;
}

    .wrap .mainbody {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

        /*#region Categories*/
        .wrap .mainbody ul.categories {
            float: left;
            width: 250px;
            list-style: none;
            margin-left: 0;
            padding-left: 0;
            margin-top: 0px; /*Hai comment*/
            overflow: hidden;
        }

            .wrap .mainbody ul.categories li {
                float: left;
                width: 97%;
                margin-left: 0;
                padding: 10px 5px 10px 10px;
                border-bottom: 1px solid #B89BC9;
            }

                .wrap .mainbody ul.categories li a {
                    text-decoration: none;
                    color: #B89BC9;
                    text-transform: uppercase;
                }

                    .wrap .mainbody ul.categories li a:hover {
                        color: #333;
                    }

                .wrap .mainbody ul.categories li.title {
                    text-transform: uppercase;
                    color: #FFF;
                    background: #B89BC9;
                    font-size: 15px;
                    width: 100%;
                    padding-left: 10px;
                }

                .wrap .mainbody ul.categories li:last-child {
                    /*border-bottom: none; /*hai comment*/
                }

        /*#endregion*/

        /*#region right content*/
        .wrap .mainbody .rightcontent {
            margin-left: 5px;
            width: 740px;
            float: right;
            margin-top: 5px;
        }

            .wrap .mainbody .rightcontent .menu {
                float: right;
                height: 35px;
                overflow: hidden;
                width: 55%;
            }

                .wrap .mainbody .rightcontent .menu .item {
                    float: left;
                    width: 20%;
                    padding: 0 10px;
                    font-size: 13px;
                    padding-top: 5px;
                    text-transform: uppercase;
                    text-align: center;
                }

                    .wrap .mainbody .rightcontent .menu .item a {
                        text-decoration: none;
                        color: #333;
                    }

                        .wrap .mainbody .rightcontent .menu .item a:hover, .wrap .mainbody .rightcontent .menu .item a.actived {
                            color: #26A037;
                            border-bottom: 3px solid #26A037;
                        }


            .wrap .mainbody .rightcontent .bannersmall {
                float: left;
                width: 240px;
                height: 140px;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }

                .wrap .mainbody .rightcontent .bannersmall img {
                    display: block;
                    width: 100%;
                    height: auto;
                }

        .wrap .mainbody h1 {
            display: block;
            width: 98%;
            font-size: 18px;
            text-transform: uppercase;
            border-bottom: 3px solid #ddd;
            padding: 5px;
            clear: both;
            margin-left: 5px;
        }

        /*#endregion*/

        /*#region Product List*/
        .wrap .mainbody .productlist {
            float: left;
            width: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .wrap .mainbody .productlist li {
                float: left;
                width: 30%;
                margin: 5px;
                padding: 5px;
                border: 1px solid #ddd;
                position: relative;
            }

            .wrap .mainbody .productlist .mainbg {
                display: block;
                float: left;
                width: 98%;
                margin: 5px;
                padding: 5px;
                border: 1px solid #ddd;
                position: relative;
            }



            .wrap .mainbody .productlist li a {
                text-decoration: none;
                color: #333;
            }

            .wrap .mainbody .productlist li .product-img {
                display: block;
                margin: 0 auto;
                width: 98%;
                height: 326px;
            }

            .wrap .mainbody .productlist li .product-img1 {
                display: block;
                margin: 0 auto;
                width: 98%;
            }

            .wrap .mainbody .productlist li a h3 {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
                font-weight: normal;
            }

            .wrap .mainbody .productlist li a .price {
                display: block;
            }


                .wrap .mainbody .productlist li a .price .disabledprice {
                    color: #ccc;
                    text-decoration: line-through;
                    float: left;
                    width: 49%;
                }

                .wrap .mainbody .productlist li a .price .saleprice {
                    color: #B52E2E;
                    float: right;
                    width: 50%;
                    text-align: right;
                }

            .wrap .mainbody .productlist li a .buynow {
                border-radius: 3px;
                /*background: #26A037;*/
                text-align: center;
                color: whitesmoke;
                text-transform: uppercase;
                padding: 5px 15px;
                position: absolute;
                top: 40%;
                left: 25%;
                z-index: 9;
                display: none;
                font-style: oblique;
            }

            .wrap .mainbody .productlist li a:hover .buynow {
                display: block;
            }

        /*#region Product List RIGHT*/

        .wrap .mainbody .productlist_r {
            float: left;
            width: 99%;
            list-style: none;
            margin: 0;
            padding: 0;
            border: 1px solid #ddd;
        }

            .wrap .mainbody .productlist_r li {
                float: left;
                width: 92%;
                margin: 5px;
                padding: 5px;
                /*border: 1px solid #ddd;*/
                position: relative;
            }



                .wrap .mainbody .productlist_r li a {
                    text-decoration: none;
                    color: #333;
                }

                .wrap .mainbody .productlist_r li .product-img {
                    display: block;
                    margin: 0 auto;
                    height: 160px;
                    width: 160px;
                }

                .wrap .mainbody .productlist_r li a h3 {
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                    font-weight: normal;
                    text-align: center;
                }

                .wrap .mainbody .productlist_r li a .price {
                    display: block;
                }


                    .wrap .mainbody .productlist_r li a .price .disabledprice {
                        color: #ccc;
                        text-decoration: line-through;
                        float: left;
                        width: 44%;
                        text-align: right;
                    }

                    .wrap .mainbody .productlist_r li a .price .saleprice {
                        color: #B52E2E;
                        float: right;
                        width: 45%;
                    }

                .wrap .mainbody .productlist_r li a .buynow {
                    border-radius: 3px;
                    background: #26A037;
                    text-align: center;
                    color: #ddd;
                    text-transform: uppercase;
                    padding: 5px 15px;
                    position: absolute;
                    top: 40%;
                    left: 30%;
                    z-index: 9;
                    display: none;
                }

                .wrap .mainbody .productlist_r li a:hover .buynow {
                    display: block;
                }

        /*#endregion Right*/


        .wrap .mainbody .banner-mid {
            display: block;
            width: 98.6%;
            overflow: hidden;
            margin: 5px auto 0 5px;
            cursor: pointer;
        }
/*#endregion*/

/*#region carosel*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 300px;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls {
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        *display: inline;
        background: none;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        color: #9b9b9b;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 8px;
            height: 8px;
            margin: 5px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #d8d8d8;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            background: #ffcd03;
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

#banner {
    float: left;
    width: 730px;
    height: 279px;
    position: relative;
}

    #banner .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #banner .owl-pagination {
        display: none;
    }

    #banner .owl-buttons {
        position: absolute;
        top: 46%;
        width: 100%;
        height: 0;
    }

    #banner .owl-prev {
        float: left;
        position: relative;
        left: 0;
        font-size: 60px;
        font-family: -webkit-body;
    }

    #banner .owl-next {
        float: right;
        position: relative;
        right: 0;
        font-size: 60px;
        font-family: -webkit-body;
    }

/*#endregion*/

/*#region about*/
.wrap .mainbody .about-us {
    float: left;
    width: 48%;
    padding: 5px;
    margin: 5px 10px 5px 0;
    line-height: 25px;
}

    .wrap .mainbody .about-us h2 {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }

    .wrap .mainbody .about-us span {
        display: block;
        line-height: 25px;
    }

    .wrap .mainbody .about-us img {
        max-width: 100px;
        max-height: 90px;
        overflow: hidden;
        float: left;
        margin: 5px 10px 5px 0;
    }

    .wrap .mainbody .about-us a.other {
        display: block;
        text-decoration: none;
        color: #333;
    }

        .wrap .mainbody .about-us a.other:hover {
            color: #26A037;
        }
/*#endregion*/

/*#region footer*/

.footer {
    width: 100%;
    height: 100px;
    background: #F5F5F5;
    border-top: 3px solid #26A037;
    clear: both;
    padding-top: 10px;
    padding-bottom: 20px;
}

    .footer .col1 {
        float: left;
        width: 39%;
        line-height: 25px;
    }

        .footer .col1 .name {
            text-transform: uppercase;
            color: #26A037;
            font-size: 16px;
            display: block;
            font-weight: bold;
        }

        .footer .col1 span {
            display: block;
            width: 100%;
        }



    .footer .col2 {
        float: left;
        width: 30%;
        margin-left: 20px;
        line-height: 25px;
        background: url(images/atm2.png) no-repeat left center;
        padding-left: 50px;
    }

        .footer .col2 .title {
            text-transform: uppercase;
            color: #26A037;
            font-size: 16px;
            display: block;
            font-weight: bold;
        }

        .footer .col2 span {
            display: block;
            width: 100%;
            margin-left: 30px;
        }


    .footer .col3 {
        float: right;
        width: 20%;
        line-height: 25px;
    }

        .footer .col3 span {
            display: block;
            width: 100%;
        }

        .footer .col3 a {
            text-decoration: none;
            float: left;
            width: 100%;
            color: #333;
        }

            .footer .col3 a:hover {
                color: #26A037;
            }

        .footer .col3 img {
            float: left;
            cursor: pointer;
            margin: 5px;
        }

/*#endregion*/

.mainbody .midcontent img {
    width: 700px !important;
}

.midcontent .lienhe .name {
    text-transform: uppercase;
    color: #26A037;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.mail {
    display: block;
    clear: both;
    line-height: 24px !important;
    LINE-HEIGHT: 2 !important;
    MARGIN-TOP: 0pt;
    MARGIN-BOTTOM: 0pt;
    font-family: tahoma !important;
    font-size: 9pt !important;
    text-decoration: none;
    color: #333;
}

.clear {
    padding-bottom: 20px;
    clear: both;
}
