/* list-products */
.list-products{display: block;position: relative;}
.list-products:after{clear: both;display: block;}
.list-products .layout_latest {    float: inherit !important; display: inline-block !important; vertical-align: top; padding-top: 0px; padding-bottom: 30px; padding-left: 8px; padding-right: 8px; position: relative; max-width: 100%;}
.list-products.padding-5 .layout_latest{padding-left:5px; padding-right: 5px;}
.list-products .layout_latest:after{content:"";clear:both;display: block;}
.list-products > h1, .list-products > h2, .list-products > .child > h2{ position: relative;/*overflow: hidden;*/text-align: center; display: block; font-size: 1.8em; color: #721211; font-weight: normal; margin-bottom: 20px; line-height: 1.2em; text-transform: uppercase;}
/*.list-products > h2 span:after, .list-products > .child > h2 span:after{position: absolute;content:"";border-bottom: 1px solid #dadada; top:50%; right:110%; width: 1000px; }*/
/*.list-products > h2 span:before, .list-products > .child > h2 span:before{position: absolute;content:"";border-bottom: 1px solid #dadada; top:50%; left:110%; width: 1000px; }*/
.list-products > h2:before, .list-products > .child > h2:before{
    content: "";
    display: block;
    width: 200px;
    background: rgba(205, 205, 200, 0.71);
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: calc(50% + 20px);
}
.list-products > h2:after, .list-products > .child > h2:after{
    content: "";.ul-tab
    display: block;
    width: 200px;
    background: rgba(205, 205, 200, 0.71);
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: calc(50% + 20px);
}

.list-products > h2 span:after, .list-products > .child > h2 span:after{
    position: absolute;
    background: #721211;
    content: "";
    bottom: -8px;
    left: calc(50% - 2px);
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    

.list-products > h1 span, .list-products > h2 span, .list-products > .child > h2 span{padding-bottom: 15px; display: inline-block; position: relative;}

.list-products .layout_latest > div >.image_container{display: block; text-align: center; padding:0px; position:relative;}
.list-products .layout_latest .parent{padding-bottom: 5px;box-shadow: 0px 0px 3px 0px #d4d4d4;position: relative; /*border-bottom: 1px solid #b9b9b9;*/-webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out; }
/*.list-products .layout_latest .parent:after{content:""; bottom: -13px; left:0px; right:0px; height: 12px; background: url(/files/system/img/general/shadow_p.png) center center no-repeat; background-size: cover; position: absolute;}*/
.boxshadow-left .layout_latest .parent{box-shadow: -1px 0px 3px -1px #d4d4d4;}
.list-products .layout_latest > div > h2{text-align: center;font-size: 0.8em;line-height: 1em;margin: 5px 0px 5px 0px; min-height: 38px;}
.list-products .layout_latest > div > h2 a{font-size: 1.1em; color: #101010; line-height: 1.2em; padding: 5px; display: block; font-weight: normal; text-transform: none; }
.list-products .layout_latest:hover > div > h2 a{color:#721211;text-decoration: none;}
.list-products .layout_latest .parent:hover{box-shadow: 0px 0px 3px 0px #5c5c5c;}
.list-products .layout_latest .parent:hover .control-item .control-btn{color: #FFF; opacity: 1;}


.list-products .imgContainerBanner{display: block; margin-bottom: 15px;}

.list-products .layout_latest > div > .infomation{display: block;text-align: center;/*position: relative;*/}
.list-products .layout_latest > div > .infomation > .child{display: block;text-align: center;}
.list-products .layout_latest > div > .infomation > .child > span{color:#ABABAB;display: block;font-size: 0.9em;}
.list-products .layout_latest > div > .infomation > .child > span.discount-flag{    display: inline-block; font-size: 3em; color: #ff8100; margin-right: 5px;	}
.list-products .layout_latest > div > .infomation > .child > span:after{content: ":";padding-right: 5px;}
.list-products .layout_latest > div > .infomation > .child > span.discount-flag:after{content: ""; display: none;}
.list-products .layout_latest > div > .infomation > .child.price-contact{  text-align: center;}
.list-products .layout_latest > div > .infomation > .child.price-contact strong{}
.list-products .layout_latest > div > .infomation > .child.prices strong{    color: #f40000;    font-weight: normal;    font-size: 0.8em;}
.list-products .layout_latest > div > .infomation > .child.prices strong.prices-btn{   font-weight: bold;       font-style: italic; font-size: 1.2em; letter-spacing: -1px; color: #ec2123;     text-align: center; padding-right: 10px; display: block;}
.list-products .layout_latest > div > .infomation > .child.price-old strong{text-decoration: line-through; color: #474747; font-size: 1em; font-weight: normal;}
.list-products .layout_latest > div > .infomation > .control .orders{background: #297FA4;border: none; color: #FFF; padding: 5px 20px;}
.list-products .layout_latest > div > .infomation > .control .orders:hover{background: #004B6B}
.list-products .layout_latest .teaser-icon-click{position: absolute;display: none; z-index: 100;height: 100%;top: 10px;left: 50%;margin-left: -100px;margin-top: -20px;width: 200px;overflow: hidden;}
.list-products .layout_latest:hover figure .teaser-icon-click>div{font-size: 1.4em;color: #FFFFFF;cursor: move;position: absolute;height:100%;width:100%;display: -webkit-box; display: -moz-box; display: -ms-flexbox;display: -webkit-flex; display: flex;-webkit-flex-direction: row;-ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;flex-wrap: wrap; -webkit-box-pack: center;-moz-box-pack: center;-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center;align-items: center;font-weight: bold;text-shadow: 2px 2px 3px #000;}
.list-products .layout_latest:hover figure .teaser-icon-click{display: block;}
.list-products .layout_latest:hover figure .teaser-icon-click div:before{padding-right:5px;}
.list-products .layout_latest figure .discount-flag{display: none;width:100px; height:34px; position: absolute;background: url("/files/system/img/general/sale-lag.png") left top no-repeat;line-height: 34px;text-align: left;padding-left: 34px;font-weight: bold;color: #FFF;left: -34px;z-index: 1;top: 34px;-ms-transform: rotate(7deg);-webkit-transform: rotate(90deg);transform: rotate(90deg)}
.list-products .layout_latest figure .featured-flag{width:50px; height:50px; position: absolute;right:0px; top:0px;background: url("/files/system/img/general/new-flag.gif") left top no-repeat;z-index: 1;}
.list-products .layout_latest figure .genuine-flag{width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/files/system/img/general/lb-chinhhang.png);
    background-size: cover;
    z-index: 1;}
.list-products .layout_latest figure img{max-width: 100% !important; height: auto !important;}
.list-products .empty{text-align: center;}
.list-products .layout_latest .tooltip-hover{display: none;box-shadow: 0px 3px 10px 0px #000;}
.list-products .layout_latest .control-item .control-btn{text-decoration: none; color: #444; font-size: 2.5em;line-height: 1em;margin-top: 0px;}
.list-products .layout_latest .control-item .control-btn{
    opacity: 0;
    font-size: 1em;
    color: #FFF;
    /*font-weight: bold;*/
    background: #721211;
    width: 100%;
    text-transform: capitalize;
    padding: 5%;
    transition: all 0.3s ease-in-out;
    /*border-radius: 30px;*/
}
.list-products .layout_latest .control-item .control-btn::before{
    content: "\f07a";
    color: #FFF;
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.list-products .layout_latest .control-item .control-btn:hover::before{
    color: #FFF;
    }
/*.list-products .layout_latest .control-item .orders-btn{text-align: right;}*/
.list-products .layout_latest .control-item .control-btn:hover{color: #FFF !important; background: #d3a107;}
.list-products .layout_latest .control-item .contact-btn{font-size: 1em;    padding: 7px 5px;    background: #3e3e3e;    color: #FFF;    margin-top: 7px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.list-products .layout_latest .control-item .contact-btn:hover{background: #ca282f; color:#FFF;}
.list-products > .child{position: relative;display: block;clear: both;margin-bottom: 15px;}
.list-products > .child:after{content:"";clear:both;display: block;}
.list-products .child .view-more-category{display: block;text-align: center;padding:20px 15px 10px 15px;}
.list-products .child .view-more-category a{display: inline-block; color: #d30000;}
.list-products .child .view-more-category a:before{font:normal normal normal 14px/1 FontAwesome;content:"\f00e";display: inline-block;padding-right:10px;font-size: 2em}
.list-products .layout_latest .front-back-image{position: relative;display: block;-webkit-backface-visibility: hidden;overflow: hidden;}
.list-products .layout_latest .front-back-image .img-back{position: absolute;-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg);display: block;opacity: 0; -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
.list-products .layout_latest:hover .front-back-image .img-back{position: relative;display: inline-block;opacity: 1;-webkit-transform: rotateY(0);  transform: rotateY(0);}
.list-products .layout_latest:hover .front-back-image .img-front{display: none;-webkit-transform: rotateY(-180deg); transform: rotateY(-180deg);}

.list-products .readTabMore a{    position: absolute;    top: 5px;    right: 5px;    border: 1px solid #e2e2e2;    padding: 0px 10px;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    color: #989898;}
.list-products .readTabMore a:hover{text-decoration: none; background: #efc151;    border-color: #efc151;    color: #FFF;}

.sumary-teaser-product .control{display: block;position: relative;bottom:0px;padding-top: 10px;text-align: center;padding-bottom: 10px;}
.sumary-teaser-product .control a, .list-products > .layout_latest > .control .orders{display: inline-block;}
.sumary-teaser-product .control a:first-child{margin-right: 5px;}
.sumary-teaser-product .control a:hover, .list-products > .layout_latest > .control .orders:hover{}
.sumary-teaser-product .child-headline{display: block; padding:10px; border-bottom: 1px solid #CCC; background-color: #F1F1F1;font-size: 1.5em;font-weight: bold;color:#FF0000;}
.sumary-teaser-product .child {padding: 5px 10px;border-bottom: 1px solid #CCC;}
.sumary-teaser-product .child > span:after{content: ":";padding-right: 5px;}
.sumary-teaser-product .child.price-old{text-decoration: line-through;font-size: 0.8em; }
.sumary-teaser-product .child.prices strong{color:#F00;}
.sumary-teaser-product .content{padding:10px;}
.sumary-teaser-product .image-view{position: relative;}
.sumary-teaser-product .image-view img{max-width: 100%;}

.detail-products{display: block; padding-top: 10px; padding-bottom:10px;}
.detail-products .head_container_div {border-bottom: 3px double #CCC; padding-bottom: 10px;margin-bottom: 20px;}
.detail-products .infomation > h1{display: block; font-size: 1.8em; line-height: 1.2em;color:#721211;   }
.detail-products .infomation .block-price{
    display: flex;
    
}
.detail-products .infomation .block-price > .child {padding:5px 0px; border-bottom:1px dotted #FFF;font-size: 0.9em;margin-bottom: 5px; margin-right: 10px;}
.detail-products .infomation .block-price > .child >span:after{content:": ";padding-right: 5px;}
.detail-products .infomation .block-price > .child > strong{ color: #606060;font-weight: normal;}
.detail-products .infomation .block-price > .child.price-old{margin: 0; align-self: center}
.detail-products .infomation .block-price > .child.price-old > strong{    text-decoration: line-through;}
.detail-products .infomation .block-price > .child.prices-new > strong{color: #d30000;    font-weight: bold;font-size: 1.2em;}
.detail-products .infomation .block-price .discount-percent{
    margin-bottom: 0;
    align-self: center;
    padding: 5px 0;
    margin-left: 10px;

}

.detail-products .infomation .block-price .discount-percent p{
    color: red;
    font-size: 1.1em;
    margin-bottom: 0;
}
.detail-products .infomation > .control{display: block;position: relative;padding:20px;background: rgb(243, 243, 243); margin-bottom: 10px;}
.detail-products .infomation > .control span{display: block; padding:5px 0px; font-weight:bold;}
.detail-products .infomation > .control .product-number{width:50px;display:inline-block;margin-right:10px;}
.detail-products .back a{color:#FFF;}
.detail-products .disprices{background: url(/files/system/img/general/btn-sale.png) left top no-repeat; position: absolute; left:0px; top:0px; width: 106px; height: 50px;}

.form-contact-data-div, .form-contact-login-div {position: relative;margin-bottom: 15px;display: block;}
.form-contact-data-div > h2 {    margin: 0px 0px 15px 0px;    border-bottom: 2px solid #ffffff;    box-shadow: 0px 5px 11px -7px #000;}
.form-contact-data-div > h2 span{background: #305f45;    padding: 10px 15px;    display: inline-block;    color: #FFF;}
.form-contact-data-div .widget{position: relative;display: block;margin-bottom: 15px;}
.form-contact-data-div .widget label , .form-contact-login-div .formbody > label{display: inline-block;width:30%;padding-right:2%;vertical-align: top;text-align: right;position: relative;padding-top:10px;}
.form-contact-data-div .widget label .mandatory, .form-contact-login-div .formbody > label .mandatory{color:#F00;}
.form-contact-data-div .widget input, .form-contact-data-div .widget select, .form-contact-login-div .formbody > input{display: inline-block;width:66%;padding-left:1%;padding-right:1%;padding-top:8px; padding-bottom:8px; border:1px solid #C5C5C5;background: none;}
.form-contact-data-div .widget.error input, .form-contact-data-div .widget.error select{border-color:#F00;}
.form-contact-data-div .widget .captcha_text,  .form-contact-login-div .formbody .checkbox_container{width:66%;display: block; margin-left: 30%;padding:1%;color:#999;}
.form-contact-data-div .submit_container , .form-contact-login-div .formbody .submit_container{text-align: right;}
.form-contact-data-div .submit_container .submit, .form-contact-login-div .formbody .submit_container .submit{background: #eee; border:1px solid #C5C5C5; padding:10px 30px}
.form-contact-data-div  p.error{position: absolute;z-index: -1; font-size: 0.8em; width:65%;left:31%;color:#F00;top:23px; text-align: right;}

.form-contact-login-div h2{font-size: 1.2em;    border-bottom: 2px solid #ffcc29;    padding: 5px 0px;    margin-bottom: 15px;}
.form-contact-login-div .error{color:#F00;font-size: 0.99em;}
.form-contact-login-div .checkbox_container input, .form-contact-login-div .checkbox_container label{display: inline-block;}
.form-contact-login-div .formbody > input{margin-bottom: 15px;}
.form-contact-login-div .forget_container{padding: 10px 0px;    text-align: center;    background: #EEE;    margin-bottom: 10px;}


.ul-tab{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin: 15px 0;
}

.ul-tab li{
    /*background: linear-gradient(141deg, #ed2323 0%, #e1750a 50%, #f6c900 100%);*/
    background: #721211;
    padding: 5px 10px;
    margin: 0 5px;
    transition: all linear .3s;
    border-radius: 5px;
}

.ul-tab li:hover{
    box-shadow: 0 8px 6px -6px black;
    transform: scale(1.05);
    /*margin: 0 10px;*/
}

.ul-tab li a{
    color: #FFF;
    font-size: 1.1em;
    text-transform: capitalize;
}


@media screen and (min-width: 768px) {
	.list-products .layout_latest .control-item{
	    position: absolute;
	    width: 100%;
	    top: 50%;
	    padding: 0 15%;
	    transform: translateY(-50%);
	    
	}
 	.list-products > .layout_latest .tooltip-hover.active{display: block;}
 	.list-products .child .view-more-category{position: absolute;    top: -7px;    right: 0px;}
 	.list-products .layout_latest .parent{/*min-height: 310px;*/}
 	.sumary-teaser-product{display: -webkit-box !important;    display: -moz-box !important;    display: -ms-flexbox !important;    display: -webkit-flex !important;    display: flex !important;    -webkit-flex-direction: row !important;    -ms-flex-direction: row !important;    flex-direction: row !important;    -webkit-flex-wrap: wrap !important;    -ms-flex-wrap: wrap !important;    flex-wrap: wrap !important;    -webkit-box-pack: center !important;    -moz-box-pack: center !important;    -webkit-justify-content: center !important;    -ms-flex-pack: center !important;    justify-content: center !important;    -webkit-box-align: center !important;    -moz-box-align: center !important;    -webkit-align-items: center !important;    -ms-flex-align: center !important;    align-items: center !important;}

}
@media screen and (max-width: 768px) {
	 .list-products{text-align: center;}
	 .list-products .layout_latest .control-item{display: none;}
	 .form-contact-data-div .widget label{display: block; width: 100%; padding:5px 0px;text-align: left;}
	 .form-contact-data-div .widget input, .form-contact-data-div .widget select{width: 98%; display: block; margin: 0px;}
	 .form-contact-data-div  p.error{display: block;    position: relative;    left: 0px;    width: 100%;    top: inherit;    text-align: left;}
	 .form-contact-data-div .widget .captcha_text{margin:0px; text-align: left;}
        .list-products .layout_latest > div > .infomation > .child > span.discount-flag{font-size:1.5em;}
       .list-products .layout_latest > div > .infomation > .child.prices strong.prices-btn{font-size:1.2em;}
       .list-products .layout_latest > div > .infomation > .child > span.discount-flag{
           padding: 6% 0 !important;
       }
   .list-products > h2:before, .list-products > .child > h2:before{
        width: 40%;
    }
    .list-products > h2:after, .list-products > .child > h2:after{
        width: 40%;
    }
    
    .ul-tab{
        /*display: block;*/
    }
    
    .ul-tab li{
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
    }
}

.list-products .layout_latest > div > .infomation > .child > span.discount-flag{
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: #FFF;
    font-size: 0.9em;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    padding: 4% 0;
}