﻿.error, .field-validation-error {
    color: #f00;
    font-size: 11px;
}

.send-mail {
    margin:20px 0px;
    position: relative;
    padding-right: 50px; padding:2px 50px 2px 25px; border-radius:23px; height:50px; background:#fff;
}

    .send-mail input {
        width: 100%;
        border: none;
        height: 46px;
    }

    .send-mail button {
        position: absolute;
        right: 2px;
        top: 2px;
        height: 46px;
        width: 46px;
        text-align: center;
        line-height: 46px;
        border-radius: 23px;
        color: #fff;
        background: #004c5f;
        border: none;
    }

/*danh sach san pham*/
.paging {text-align:center; clear:both; padding:10px 0px;}
.paging a {margin:0px 3px; display:inline-block; border-radius:3px; width:26px; height:26px; text-align:center; line-height:26px; color:#000; background:#f1f1f1}
.paging a.active {color:#f1f1f1; background:#f00;}
.dbtn {padding:20px 0;}
    .dbtn a {display:block; text-align:center; font-weight:bold; line-height:40px; color:#fff;transition:all ease-in-out 1s; border-radius:5px;}
        .dbtn a i {display:none; margin-right:5px;}
        .dbtn a:hover i {display:inline-block;}
a.dphone {
    background: #71bf44 !important
}
a.dzalo {
    background: #1664b2 !important
}
    .order-product {
        border-bottom: 1px dotted #666;
        border-top: 1px dotted #666;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .order-product h6 {
        float: left;
        line-height: 36px;
        font-size: 14px;
    }

    .order-product .lbl-cnt {
        float: right;
    }

        .order-product .lbl-cnt .lbl {
            font-weight: 600;
        }

        .order-product .lbl-cnt .fld {
            display: inline-block;
            padding: 3px 0 0;
        }

            .order-product .lbl-cnt .fld select {
                height: 27px;
            }

    /*chi tiet san pham*/
#gal1 {
    border: 1px solid #f1f1f1;
    padding: 5px 0;
    margin-bottom:10px;
}

    #gal1 img {
        border: 2px solid white;
    }

.imgbx {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.zoomContainer {
    z-index: 9999 !important;
}

.zoomWindow {
    z-index: 9999 !important;
}

.imgbx img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#gal1 img {
    width: 70px;
    height: 70px;
}
.h1title {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}
.product-info {
    border-top: solid 1px #f1f1f1;
    margin: 10px 0px;
}
.product-desc {
    margin: 10px 0px;
    line-height: 22px;
}

    .product-desc ul {
        list-style: none;
    }
.buy-detail {line-height:30px;}
.btn-buy-cart {
    display: inline-block;
    padding: 0px 10px;
    background: #f23901;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    line-height:36px;
}

    .btn-buy-cart i {
        font-size: 18px;
        margin-right: 5px;
    }
.product-detail {margin-top:10px; border:solid 1px #dfdfdf;}
.tabs {
    height: 46px;
    background-image: linear-gradient(to right, #182f45, #71bf44);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #71bf44;
}
    .tabs li {
        float: left;
        list-style: none;
        border-top: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 0;
        font-size: 16px;
        color: white;
        background: #497f44;
        font-family: "Barlow", sans-serif;
        font-weight:700;
    }
        .tabs li a {
            display: inline-block;
            padding: 0px 20px;
            background: #497f44;
            line-height: 46px;
            color: #fff;
            font-weight: 700;
        }
        .tabs li.active a {
            background: #14a751;
            color: #fff; font-weight:bold;
        }
.tab-info {display:none; padding:10px; line-height:22px; background:#fff} .album-item {
    margin: 0px -10px 10px -10px;
}
/*tin tuc*/
.news-i {padding-bottom:20px; border-bottom:solid 1px #71bf44; margin-bottom:20px;}
.news-img {height:200px;display:block; text-align:center; overflow:hidden; position:relative;}
    .news-img:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .news-img:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .news-img:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.3)
    }

    .news-img:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.3)
    }
.news-img img {width:100%;}
.news-i h3 a {display:block; line-height:30px; font-size:16px; font-weight:700; color:#111; overflow:hidden;}
    .news-i h3 a:hover {
        color: #71bf44;
    }
    .news-i p {
        margin-top: 10px;
        line-height: 25px;
        overflow: hidden;
    }
.news-desc {margin:10px 0px; font-weight:700; line-height:30px; font-style:italic}
.news-details {line-height:22px;}
.news-other {margin-top:15px;}
.news-other a {display:block; padding:6px 0px; line-height:20px; font-weight:bold; color:#f00}
.news-other a:hover {color:#f96a6e}                                                 
.album-img {height:216px;position:relative; overflow:hidden; border:solid 1px #f1f1f1; width:100%; display:block;}
.album-img img { width:100%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0;}
.album-item h3 {text-align:center; height:50px; line-height:25px; color:#111; margin:8px;}
.album-item h3 a {color:#111; font-size:14px; font-weight:700;}
.lnews-item {padding:10px 0px;}
    .lnews-img {display:block; height:52px; margin-right:15px; float:left; width:86px; overflow:hidden}
.lnews-item h3 a {line-height:20px; color:#333; font-size:15px; font-weight:bold; height:40px; overflow:hidden; display:block;}
    .lnews-item h3 a:hover {
        color: #14a751
    }
.lnews-item p {line-height:12px; color:#808080;font-size:12px;}
.support-item {
    padding: 8px 10px;
    border-bottom: solid 1px #f1f1f1;
    line-height: 28px;
}
    .support-item h6 {font-size:15px; line-height:28px; font-weight:700;}
    .support-item i {
        margin-right: 6px;
    }
.form-contact { line-height:30px;}
.form-contact h3 {border-bottom:solid 1px #f1f1f1; margin-bottom:10px; line-height:36px; text-transform:uppercase; font-size:18px;}
.navigator {
    padding: 5px 0;
    text-transform:uppercase;
    margin-bottom:5px;
}
.imgDetailProduct img {width:100%;}
.navigator ul li {
    display: inline-block;
}
        .navigator ul li a {
            color: rgba(102,102,102,0.7);
            padding:0 6px;
        }
        #gallery {
            height: 300px;
            border: 1px solid #f1f1f1;
            overflow: hidden;
        }
#gallery .item{
}
#gallery .item img{
    max-height:100%; position:absolute; left:0; top:0; right:0; bottom:0;
}
    #gallery a {
        display: block;
        position: relative;
        height: 300px;
    }
  
    #gallerysmall {
        margin-top: 15px;
    }
#gallerysmall .item {
     border:1px solid #f1f1f1;
}
#gallerysmall .item img{
    height:80px;
}.hv-i1 {
    margin-bottom: 30px;
}

.hv-img1 {
    height: 190px;
    overflow: hidden;
    display: block;
    position: relative;
}
    .hv-img1 i {
        position: absolute;
        color: #fff;
        font-size: 30px;
        left: 50%;
        top: 50%;
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        text-align: center;
        background: rgba(0, 0, 0, 0.6); z-index:1;
    }
    .hv-img1 img {
        width: 100%;height:100%; position:absolute; object-fit:cover; object-position:50% 50%
    }

.hv-i1 h3 a {
    margin: 10px 0;
    display: block;
    line-height: 25px;
    color: #302f2f;
    font-size: 14px;
    text-align: center;
    height: 50px;
    overflow:hidden;
}

.hv-i1 p {
    height: 72px;
    overflow: hidden;
}
.pd-p {
    color: #dc306b;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height:30px;
}