﻿
/*phantrang*/
.phantrang {
    /* border-top: 1px solid #e0e0e0; */
    /* border-bottom: 1px solid #e0e0e0; */
    padding: 5px;
    /* background: #f3f3f3; */
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
}

    .phantrang .span1 {
        float: left;
    }

    .phantrang .spe {
        display: inline-block;
        padding: 0 10px;
        float: left;
    }

    .phantrang .trang {
        float: left;
    }

        .phantrang .trang .currentpage {
            color: #fff;
            display: inline-block;
            padding: 0 5px;
            font-weight: bold;
            background: #1A9FDA;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            border: 1px solid #1A9FDA;
            border-radius: 3px;
            float: left;
            margin-right: 3px;
        }

        .phantrang .trang .normalpage, .phantrang .trang .firstlast {
            color: #333;
            display: inline-block;
            height: 25px;
            width: 25px;
            text-align: center;
            line-height: 25px;
            border: 1px solid #eee;
            border-radius: 3px;
            float: left;
            margin-right: 3px;
        }

    .phantrang .sx {
        display: inline-block;
        float: right;
    }

        .phantrang .sx select {
            display: inline-block;
            margin-left: 4px;
            font-size: 11px;
        }

    .phantrang .ht {
        display: inline-block;
        float: right;
        padding-right: 25px;
    }

        .phantrang .ht select {
            display: inline-block;
            margin-left: 4px;
            margin-right: 4px;
            font-size: 11px;
            border-radius: 3px;
        }
/*end phantrang*/
/*table_products*/
.box-sp {
    text-align: center;
    /* padding: 7px; */
    border: 1px solid #ddd;
    width: 97%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 4px;
}

.box-sp:hover {
    box-shadow: 0px 0px 4px #027500;
    /* padding-bottom: 5px; */
    /* border-color: #fff; */
    transition: 0.3s;
}

.box-sp .ishot {
    position: absolute;
    left: 0;
    top: 5px;
    background: #f00;
    color: #fff;
    padding: 0px 5px;
    text-transform: uppercase;
}

.box-sp img.box-sp-imgvip {
    position: absolute;
    margin-left: 49px;
    margin-top: 5px;
    z-index: 100;
}

.box-sp .box-sp-item-title {
    display: block;
    color: #333;
    line-height: 15px;
    /* font-size: 8pt; */
    padding: 5px 0 15px;
    /* text-transform: lowercase; */
    font-weight: bold;
    min-height: 50px;
}

.box-sp .box-sp-item-g2 {
    color: #FF8B00;
    display: inline-block;
    line-height: 22px;
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

.box-sp .box-sp-item-g1 {
    color: #999;
    display: inline-block;
    line-height: 22px;
    font-weight: normal;
    float: left;
    text-decoration: line-through;
    font-size: 12px;
}

.box-sp .saleoff {
    float: right;
    padding: 0 3px;
    border-radius: 3px;
    background: #1c9eda;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}
.anh_sp{
    width: 100%;
    height: 238px;
    display: flex;
    padding: 5px;
}
.anh_sp .img{
    width: 100%;
    height: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
    margin: 0 auto;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
     border-radius: 141px; 
    /*transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);*/
    border-radius: 50%;
    overflow: hidden;

    position: relative;
}
.anh_sp .img::before{
    position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.anh_sp .img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.anh_sp .img:hover{
    /*transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);*/

    /*opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;*/

}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.anh_spnb{
    border: 6px solid #fff;
    /* height: 244px; */
    /* width: 244px; */
    /* float: left; */
    max-width: 244px;
    margin: auto;
    background: #fff;
    padding: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: 0.3s;
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}
/*.anh_spnb:hover{
    border: 8px solid #fff;
    transition: 0.5s;
}*/
.spchitiet {
}

    .spchitiet .img {
        /* float: left; */
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .spchitiet .img img{max-width:100%;}
    /*.spchitiet .img li.active img{border-color:#1A9FDA;}*/
    .spchitiet .title {
        margin-bottom: 10px;
    }

        .spchitiet .title h1 {
            margin: 0;
            font-size: 20px;
            /* font-weight: bold; */
            color: #008edf;
        }

    .spchitiet .spchitiet-right {
        float: right;
        
    }

.spchitiet .span_thuonghieu {
    margin-bottom: 10px;
    display: block;
}

    .spchitiet .span_thuonghieu span.sp1 {
        display: inline-block;
        width: 110px;
        float: left;
    }

    .spchitiet .span_thuonghieu span.sp2 {
        color: #008edf;
        /* font-size: larger; */
        /* float: left; */
    }

.spchitiet .span_baohanh {
    margin-bottom: 10px;
    display: block;
}

    .spchitiet .span_baohanh span.sp1 {
        display: inline-block;
        width: 110px;
    }

    .spchitiet .span_baohanh span.sp2 {
    }

.spchitiet .span_gia {
    margin-bottom: 10px;
    display: block;
}

    .spchitiet .span_gia span.sp1 {
        display: inline-block;
        width: 110px;
    }

    .spchitiet .span_gia span.sp2 {
        color: #FF8B00;
        font-weight: bold;
        font-size: larger;
    }

.spchitiet .span_giathitruong {
    margin-bottom: 10px;
    display: block;
}

    .spchitiet .span_giathitruong span.sp1 {
        display: inline-block;
        width: 110px;
    }

    .spchitiet .span_giathitruong span.sp2 {
        text-decoration: line-through;
    }

.spchitiet .span_tietkiem {
    margin-bottom: 10px;
    display: block;
}

    .spchitiet .span_tietkiem span.sp1 {
        display: inline-block;
        width: 110px;
    }

    .spchitiet .span_tietkiem span.sp2 {
        font-weight: bold;
    }


.spchitiet .span_chonsoluong {
    margin-bottom: 10px;
    display: block;
}

    .spchitiet .span_chonsoluong span {
        display: inline-block;
        width: 110px;
    }

    .spchitiet .span_chonsoluong input {
        width: 36px;
        text-align: center;
    }

        .spchitiet .span_chonsoluong input::-webkit-inner-spin-button,
        .spchitiet .span_chonsoluong input::-webkit-outer-spin-button {
            opacity: 1;
        }

.spchitiet .btndatmua {
    background: #da251c;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 30px;
    font-size: larger;
    transition: 0.5s;
    margin-bottom: 10px;
}

    .spchitiet .btndatmua i {
        padding: 0 10px;
        top: 3px;
    }

    .spchitiet .btndatmua span {
        display: inline-block;
        border-left: 1px solid #e16055;
        padding: 0 20px;
    }

    .spchitiet .btndatmua:hover {
        background: #A9150E;
    }

.spchitiet .btnhotline {
    background: #19abe0;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    border-radius: 4px;
    font-size: larger;
    transition: 0.5s;
    margin-bottom: 10px;
}

    .spchitiet .btnhotline i {
        padding: 0 10px;
        top: 3px;
    }

    .spchitiet .btnhotline span {
        display: inline-block;
        border-left: 1px solid #96BAC7;
        padding: 0 20px;
    }

    .spchitiet .btnhotline:hover {
        background: #0A80AB;
    }

.spchitiet .box_sdtbanhang {
}
/*splienquans*/
.splienquans {
    margin: 0 -15px 15px;
}

    .splienquans .item {
        border: 1px solid #eee;
        padding-bottom: 5px;
        min-height: 177px;
        margin: 0 0 10px;
    }

        .splienquans .item .img {
            display: block;
            border-bottom: 1px solid #eee;
            text-align: center;
        }

            .splienquans .item .img img {
                /*width: 100%;*/
                width: auto;
                max-height: 164px;
            }

        .splienquans .item .tensp {
            font-weight: bold;
            text-align: center;
            display: block;
            margin: 5px 0;
            padding: 0 10px;
        }

            .splienquans .item .tensp:hover {
            }

        .splienquans .item .giacu {
            text-decoration: line-through;
            font-weight: normal;
            font-size: smaller;
            display: inline-block;
            color: #999;
        }

        .splienquans .item .gia {
            color: #ff8b00;
            font-weight: bold;
            padding: 0 10px;
            display: inline-block;
        }
/*hr*/
.hr {
}
/*spchitiet-content*/
.spchitiet-content {
}
/*spchitiet-binhluan*/
.spchitiet-binhluan {
}

    .spchitiet-binhluan .title { /* font-weight: bold; */
        font-size: larger;
    }
/*spchitiet-nhacungcap*/
.spchitiet-nhacungcap {
}

    .spchitiet-nhacungcap .title {
        font-size: larger;
        margin-bottom: 9px;
    }

    .spchitiet-nhacungcap .img {
        float: left;
        margin-right: 15px;
        width: 150px;
        height: 110px;
    }

    .spchitiet-nhacungcap .summary {
        font-size: 13px;
    }
.box-mienphivanchuyen {
    background: #f3f8fe;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.box-tuvanbanhang {
    background: #f5f5f5;
    border: 1px solid #eee;
}
/*san pham xem thêm bên phải*/
.box-sp-right {
    border: 1px solid #ddd;
}
.box-sp-right .title {
    line-height: 35px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
}
.box-sp-right .content {
    padding: 5px;
}
.box-sp-right .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-sp-right .item .img {
    display: block;
    float: left;
    margin-right: 5px;
    max-width: 50%;
}
.box-sp-right .item .img img{max-width:100%;}
.box-sp-right .item .tensp {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.box-sp-right .item .giacu {
    text-decoration: line-through;
    color: #999;
    display: block;
    font-size: smaller;
}
.box-sp-right .item .gia {
    color: #ff8b00;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    /* font-size: larger; */
}
.title_sp{
    height: auto;
    font-size: 18px;
    line-height: 19px;
    /* font-family: helveticaneuemedium; */
    padding-top: 19px;
    color: #4a7c92;
    font-weight: bold;
    /* background: #F3F3F4; */
}

.title_sp:hover{
    /* color: #fff !important; */
}
.spchitiet h2{

margin: 0px;

margin-bottom: 30px;

font-size: 24px;

font-family: arial;
}

.spchitiet{
    margin-bottom: 30px;
}
.content_sanpham{
    margin: 20px 0 40px;
}
.slide_spct{

width: 70%;

margin: auto;

margin-bottom: 75px;
}
.slide_spct_product{
    width:70%;
    margin:auto;
    margin-top: 12px;
    margin-bottom: 50px;
}
.active_menutrai a{
    color: #ff5500 !important;
}
.box_spnb{
    /* padding: 10px 0; */
    /* border: 1px solid #ddd; */
    margin: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.box_spnb:hover .anh_spnb{
    /*border: 3px solid #f39020;*/
    transition: 0.3s;
    overflow:hidden;
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 4px #fb9b2045;
}
/*.box_spnb img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
.box_spnb:hover img{
    transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
}*/
.box_spnb:hover .title_sp{
    color: #07a800;
}
.box-sp:hover .title_sp, .box_spnb:hover .title_sp{
    /* background: #106ba0; */
    transition: 0.2s;
    color: rgb(251, 155, 32);
}
.xemthem_sp{
    position: absolute;
    right:0px;
    top: -2px;
    font-size: 13px;
}
.slide_ctct{
    margin: 50px 0;
}
@media (max-width: 1200px) {
    .anh_spnb {
        /* height: auto; */
        /* width: auto; */
        display: block;
    }
}

@media (max-width: 700px) {
    .anhnho_spct img {
        width: 100%;
        height: 70px !important;
    }

    #lightSlider {
        height: 350px !important;
    }

    .anhto_spct {
        height: 350px;
    }

}
@media (max-width: 480px)
{
     .anhnho_spct {
        height: 44px;
    }
     .anhnho_spct img {
        width: 100%;
        height: 50px !important;
    }
    .slide_spct {
        width: 82%;
    }
    .xemthem_sp{
        display:none;
    }
     #lightSlider {
        height: 270px !important;
    }
    .anhto_spct {
        height: 270px;
    }
    .slide_ctct {
        margin: 30px 0;
    }
}
@media (max-width: 450px) {
    .tab {
       margin-top: 20px;
    }
      .tab .nav li {
        width: 100%;
    }
      .tab .nav li a {
        background: #f5f5f5;
        padding: 8px 0 !important;
        border-right: none !important;
    }
      .tab .nav li a.current{
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border:2px solid #f5f5f5 !important;
        border-top: 2px solid #07a800 !important;
        border-bottom:none !important;
    }
      .tab .nav {
        top: -30px;
        position:static;
    }
      .tab .list-wrap {
        margin-top: 14px;
        padding: 0px;
    }
      .anh_spnb{
              height: auto;
              width: 100%;
              max-width: 80%;
      }
}
@media (max-width: 400px) {
    .slide_spct {
        width: 100%;
        margin: auto;
        margin-bottom: 0px;
    }
}

@media (max-width: 350px)
{
    .title_sp {
        height: auto;
        text-align:center;
        padding-bottom: 11px;
    }
    #lightSlider {
        height: 200px !important;
    }
    .anhto_spct {
        height: 200px;
    }
    
}
