@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:nobile;
    src:url('../fonts/Nobile-Regular.html') format('truetype'),
    url('../fonts/Nobile-Regular.html') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Cafelatte";
    src:url(../fonts/Cafelatte.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UTMAndrogyne";
    src:url(../fonts/UTMAndrogyne.ttf);
   /* font-weight: normal;
    font-style: normal;*/
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
*{
    padding: 0;
    margin: 0;
}
body{
    margin: 0 auto;
    font-family: Arial;
    font-size: 14px;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}

p{
    margin: 0px;
    padding: 0px;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
a:hover, a:active{
    text-decoration: none;
    outline: none;
}

/*header*/
/*Header*/
.logo_pc h1{
    font-family: "Cafelatte";
    font-size:50px;
    text-shadow: -3px -1px 2px #391107;
    padding:10px 0px;
    margin-top:10px;
}
.logo_pc h1 a{color:#52bc15;}
.slogan{padding-top: 10px;}
.slogan h3{
    color:#3ca600;
    font-family: initial;
    font-size:27.78px;
    float:right;
}
.slogan p{
    float:right;
    color:#fff;
    font-weight:bold;
    font-size: 25px;
}
.slogan p span{font-size: 14px}
.logo_pc{color: #f9040f;}
.logo_pc a{color: #f9040f;
text-shadow:   0 0 4px white,
0 0 6px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,
0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,0 0 6px white,   0 0 4px white,   0 0 4px white,   0 0 4px white,
0 0 6px white;}
.box_header{padding: 5px 0px;background: #0c234d;}
.cart{
    float:right;
}
.cart ul li{
    display:inline-block;
    padding-left:20px;
    padding-top:7px;
}
.cart ul li a{
    color:#391107;
}
.cart img{margin-top:-14px; margin-right:3px;}
.cart ul li a:hover{
    color:#3ca600;
}
.menu-h{

    position:relative;
    z-index:10;
}
.banner{padding:10px 0px;}

/*main*/
.container{
    max-width: 1050px;
}
#wrap-main{
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(51,51,51,.75);
    -moz-box-shadow: 0 3px 15px rgba(51,51,51,.75);
    box-shadow: 0 3px 15px rgba(51,51,51,.75);
    margin:0px auto;
  
}
.logo img{width:100%;}
.img-km img{width:100%; margin-top:5px;}
.content{margin-top:10px;}
	
		/*list*/
		.list ul li{padding:7px; background-color:#e9e9e9; border-bottom:1px solid #FFF}
		.list img{padding: 0px 7px 0px 7px;}
		.list ul li a{color:#000; font-size:13px; font-weight:bold;}
		.list i{float:right; margin-top:3px;}
			.list .title a{color:#fe381f; text-transform:uppercase;}
			.list .title{background-color:#e84949; margin-bottom:10px;}
		.title{
            background-color:#ed1b24;
            /*background: url('../img/icon_title.png')  no-repeat  left 5px center #ed1b24;*/
            margin-bottom:10px;
             margin-top:10px;color:#fff;
            height: 32px;line-height: 32px;
            padding-left: 45px;
        }
			.title a{ color:#fff; text-transform:uppercase; font-size:13px; font-weight:bold;}
			.title img{padding: 0px 7px 0px 7px;margin-top: -3px;}
			.title i{float:right; margin-top:3px;}

        .item{overflow: hidden}
			.item img{
                width:100%;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }
            .item img:hover{
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

.link2{color:#bc2626; font-weight:bold}
.list-pro-sales{font-size: 13px;}
.item-sale{padding:10px 0px 10px 0px; border-bottom: 1px dashed #ccc;}
.pro-name{padding-top: 5px; font-weight: 600}
.block-pro{text-align: justify}
.itemdetail .productname{font-size: 24px; padding-bottom: 10px}
.title-dathang{text-align: center; padding: 10px 0px; font-size: 13px;}
.title-dathang h2{text-transform: uppercase; font-weight: bold; font-size: 18px;}
.block-detail{padding: 25px 0px; }
#pricetotal{color: red;font-size: 16px;}
.cf{background: #a4b5c9; margin-top: 10px;}
.cfl .detail-giamoi{color: #fff;font-size: 25px;font-weight: bold;}
.cfl .detail-giacu{color: #d43f6c; text-decoration: line-through;font-size: 14px;}
.detail-mua{cursor: pointer;}
.detail-mua .add-to-cart{background: #85b502 url('../img/btn-bookbuy.png') 0 -3px no-repeat;
color: #fff; width: 190px; height: 42px;line-height: 42px;overflow: hidden; margin-top: 5px;border: 1px #ccc solid;border-radius: 25px;}
.cfr{color: #fff;}
.cfr .bold{font-weight: bold; padding-top: 15px;}
/**********item menu***********/
.item-menu{background:url(../img/img1.html) repeat-x;}
.item-menu ul li{float:left; padding:10px;margin-top:3px;}
.item-menu ul li a{color:#fff;  text-transform:uppercase;}
.item-link ul li{float:left; padding:3px;margin-top:3px; border-right: 1px solid #000;}
.item-link ul li a{color:#a43c4b; font-size:13px; padding:3px;}
.anh1{padding:3px;}
.text1{font-size:12px; padding:3px; color:#000;}
/************item-sanpham**********/
/*footer*/
.menu-f{border:1px solid #666; border-radius:10px; margin-top:10px}	
.menu-f ul{text-align:center;}
.menu-f ul li{height: 19px;float: left;margin: 6px 0 6px;line-height: 19px; border-right: 1px #c2c2c2 solid;}
.menu-f ul li:last-child{border:none;}
.menu-f ul li a{height: 19px;float: left;padding: 0px 27px;font-size: 12px; color:#666666;}
.logo-f{margin-top:10px;}
.copyright{text-align:center; font-size:12px;  margin-top:20px; line-height:18px; color:#757575}
/*tin khuyen mai*/
.news-first{border-bottom: 1px dashed #ccc; padding-bottom: 30px;padding-top: 10px;}
.news-list .item{padding: 0px;
    }
.title_news h3{font-size: 18px;}
.title_news .date{color: #ccc; font-size: 14px;}
/**/
.foot{background: url("../img/bg_bt.png"); margin-top: 20px;}
@media (min-width: 992px){
    .item-sp{padding:10px;}
    .cf{padding: 0}
    .cfl{padding: 0px 15px}
    .detail_ls {
        width:30%;
        padding-right: 10px;
    }
    .item-detail{padding-right: 20px}
    .slider{
        max-width: 540px;
        margin: 0 auto;
    }
.header {
    width: 100%;
	padding:0px;
    z-index:10;
    padding-top: 15px;
}
.header-l,.header-foot,.danh-dau {
   
	padding:0px
}
.menu-header ul li{ float:left; padding:7px;}
			.menu-header ul li a{color:#a43c4b;text-transform:uppercase; font-size:12px; font-weight:bold; margin-left:5px;}
			.menu-header img{margin-top:-5px; margin-left:-5px}
.banner,.content,.danh-muc{padding:0px;}
.danh-muc{padding-top:10px;width:25%;}
.item-flow .link1{padding:0px;
    color:#555;
}
    .item-flow .link1:hover{
        text-decoration: underline;
    }
.item-anh {
    padding: 0px;
   	border-bottom:1px dotted #dedede;
	border-top:1px dotted #dedede;
    float: left;
}

    .box-item{padding:0px;}
    .text1{
        font-size: 12px;
        padding: 3px;}
    .product{width:78%;}

    .text{text-align:center; font-size:13px; padding:10px; overflow: hidden;}
}
@media (min-width: 992px){
    .item-info .percent{
        padding-left: 5px;
        margin-right: 45px;
    }
    .udleft{padding-left: 25px}
    /*.block-detail1{line-height: 2;padding:0px 15px}*/
    .block-detail1 img{
        width: 100% !important;
        height: auto !important;
    }
    .block-view-pro{padding-left: 0px;}
    .block-item{margin: 0px -10px}
    .detail-left{width: 70%}
    .text_mota{font-weight: bold;}
/*    .block-view-pro {
        padding:0 50px
    }*/
    /*body{background:url("../img/bg.png") repeat;
    }*/
    .product{width:75%; padding:0px 0px 0px 15px}
    #wrap-main{
         padding:10px 5px;
        margin: -5px auto;

    }
    .wrap-main{margin:-5px 0px;}

}

@media (max-width: 767px){
    .item-info .percent{margin-right: 7px}
    .item-sp{padding:5px;}
    .block-detail1 img{
        width: 100% !important;
        height: auto !important;
    }
    .modal{margin-top: 15%}
    .item-flow .link1{height: 36px;overflow: hidden;display: block}
    .text{
        padding:10px 0;
        text-align: center;
    }
    .btn-muangay .btn-default{
        color:#fff;
        background-color: #f2ac4c;
    }
    .btn-muangay .btn{
        padding: 2px 4px;
        font-size: 11px;
    }
	.product{padding:0px;}
}
.album_item {
    padding: 3px;
	margin-top:3px;
}
.item-flow {
    padding: 3px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 15px #ddd;
}
.ch-item {
    margin: auto;
    position: relative;
    cursor: default;
    /* box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4),
 inset 0 0 0 16px rgba(255,255,255,0.6),
 0 1px 2px rgba(0,0,0,0.1); */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: cover !important;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.ch-info h3 {
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    font-size: 14px;

    padding: 45px 0 0 0;
    /* height: 110px; */
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff,
 0 1px 2px rgba(0,0,0,0.3);}
 .ch-info p {
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);}
	.album_item .link {
    display: block;
    padding: 10px;
    margin: auto;
    min-width: 50%;
    max-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #473c36;
    font-weight: bold;
}
.ch-info p a:hover {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
    box-shadow:
        inset 0 0 0 110px rgba(200,95,66, 0.4),
        inset 0 0 0 16px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block-view-pro{
    display: table;
    margin: 0 auto;
}
.title-aside{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    padding-left: 45px;
    background: #00adef;
    /*background: url('../img/icon_title.png')  no-repeat  left 5px center #e84949;*/
}
.title-aside1{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    padding-left: 45px;
    background: #00adef;
    /*background: url('../img/icon_title.png')  no-repeat  left 5px center #e84949;*/
}
.breadcrumb{
    padding:10px 15px;
}
.pro-detail-title{
    color:red;
    font-size: 16px;
    margin-bottom: 10px;
}
.item-detail h3{
    color:red;
    margin-bottom: 10px;
    font-size: 16px;
}
.item-detail img{width: 100%}
.f-address{
    text-align: left;
}
.f-address h1{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.counter_online{
    padding:15px;
    border: 1px solid #f2f2f2;
    line-height: 2.5;
}

.banner{
    min-height: 100px;
    position: relative;
}
.banner .hotline{
    position: absolute;
    right:20px;
    top:30px;
}
.banner .hotline span{
    font-size: 30px;
    font-family: UVNHaiBaTrung;
    color:red;
}
.banner .hotline b{font-size: 22px;font-family: UVNHaiBaTrung;color:red;}
.banner img{width: 100%}
.banner .logo{
    position: absolute;
    top:10px;
}
.banner .logo img{
    max-width: 295px;
    max-height: 95px;
}
.logo_img{
    padding-left: 2em;
}
.logo_img img{
    max-height: 60px;
}

.item-detail img{
    width: 100% !important;
    height: auto !important;
}
.price_new{
    color: #f81919;
    padding:0px 10px;
    font-size: 18px;
}
.price_old{
    text-decoration: line-through;
    color: #f81919;
    font-size: 12px;
    padding:0px 10px;
}

.block-detail {
    padding: 25px 0px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.block-detail .udtext {
    font-size: 13px;
    padding-left: 5px;
    text-align: justify;
    line-height: 2;
    padding-right: 10px;
}
.block-detail .udright {
    border-left: 1px solid #f2f2f2;
}
.block-detail .udtitle {
    padding: 6px 0;
    font-size: 16px;
}
.btn-muangay{
    padding: 5px;
}
.btn-buy{background-color: #109f13;color:#fff}

.footer-content{
    margin-top: 15px;
    background: url('../img/bg_f.png') repeat;
}
.block-left .sale-title {
    background-color: #3ca500;
    height: 40px;
    line-height: 20px;
}
.block-left .sale-title h2 {
    margin: 10px 0px;
    color: #fff;
    padding-left: 10px;
    font-size: 18px;
}
.block-left-content {
    padding: 0px 10px;
    display: block;
    border: 1px solid #ccc;
}
.block-left-content ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.block-left-content h3 a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.block-left-content .sale-content {
    margin-top: 8px;
}
.sale-content img {
    width: 100%;
}
.sale-content .sale-text {
    font-size: 12px;
    line-height: 1.5;
}
.detail-title {
    padding: 0px 0px 10px 0px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.block-detail1 h3 {
    color: red;
    padding: 10px 0px;
    font-size: 20px;
}
.des_pro_name{padding: 0px;}
.m-hotline{
    color:red;
    font-weight: bold;
}

.item-info h3{
    font-size: 14px;
    height: 40px;
    display: block;
    overflow: hidden;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 5px;
}
/*.item-info span{
    float: left;
}*/
.item-info .percent{
    font-weight: 700;
    color:#e6740e;
    font-size: 20px;
    margin-top: 10px;
}
.item-info .price{
    color: red;
    font-size: 14px;
    font-weight: 560;
}
.item-info .price del{
    color: #888;
    font-size: 12px;
    font-weight: 400;
    margin-top: -3px;
    display: block;
}
.sale-img img{width: 100%}
.cat-item{background-color: #e6ebf0;border-bottom:1px solid #ccc ;}
/*.cat-sub{background-color: #e4fbd7}*/
.cat-sub li{border-bottom: 1px solid #b8d0aa}
.cat-sub li a{
    color:#000 !important;
    margin-left: 2em;
}
.cati{background:#e6ebf0;padding-left: 23px!important;color:#333 !important;}
.content-detail{margin-top: 20px}
.new-same h2{
    margin-top: 25px;
    padding-bottom: 3px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.new-same ul{padding-left: 15px}
.new-same ul li a{display: block;padding: 5px 0}
#cart{color: red;font-weight: bold}
.add-to-cart{padding:9px 15px}
address{color:#fff;line-height: 24px}
.footer-content{
    padding: 15px;
}
.footer-content h2{color:#fff;font-size: 18px;text-transform: uppercase;margin-bottom: 5px}
.list-fanpage img{width: 25px;height: 25px}
.box_map{padding-top: 30px}
.nav-menu .active a{color:#DED930}
.m-detail ul{list-style: outside;padding-left: 15px;}
.m-detail ul li{padding:5px 0}
.price{color:red}
.cname{
    font-family: initial;
    color:red;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
.sp-km{margin-top: 20px}.add_top{color: #fff;}

/*Đoàn 6-9-2017*/
.headertitle {
    color: white;
    vertical-align: middle;
    height: 120px;
    
}
#headertitle {
    margin-top: 2em;
}
.strong{
   text-transform: uppercase;
   font-weight: bold;
   color: white;
}
.textwwhite {
   color: white; 
}
#phone1 {
font-weight: bold;
   color: red;
   text-shadow: 2px 2px black;
}
#laberphone{
    display: block;
    margin-top: 5em;
    font-size: 1.2em;
}
#logopc {
    vertical-align: middle;
    height: 120px;
    line-height: 115px;
}
.footertext {

}

/*Đoàn 25-9-2017*/
.item img{
    height: 150px;
}
.fixedz { 
    position: fixed !important;
    top: 0px;
    z-index: 9999;
    width: 100%;
}