.cat-prod {
    margin-bottom: 30px;
    position: relative;
}
.cat-prod .i-img{
    position: relative;
    margin-bottom: 15px;
}
.cat-prod a{
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.cat-prod a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.2);
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.cat-prod:hover a:after {
    opacity: 1;
}
.cat-prod a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cat-prod:hover a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.cat-prod .i-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.cat-prod .i-title a{
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    background: rgba(255,255,255,0.7);
    padding: 30px 15px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cat-prod-2 {
    margin-bottom: 30px;
    position: relative;
}
.cat-prod-2 .i-img{
    position: relative;
    margin-bottom: 15px;
}
.cat-prod-2 a{
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.cat-prod-2 a img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cat-prod-2:hover a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.cat-prod-2 .i-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.cat-prod-2 .i-title a{
    display: block;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    background: rgba(195,159,119,0.6);
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-prod {
    margin: 0 -15px;
}
.list-prod:after {
    display: block;
    content: '';
    clear: both;
}
.list-prod .item {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 25px;
}
.list-prod .item:nth-child(4n+1) {
    clear: left;
}
.link-more-prod {
    margin-bottom: 30px;
    text-align: center;
}
.link-more-prod a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 35px;
    border: 1px solid #0f1283;
    color: #0f1283;
}
.link-more-prod a {
    background: #0f1283;
    color: #ffffff;
}
.filter-prod {
    margin-bottom: 30px;
}
.filter-prod .filter-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0f1283;
}
.filter-prod .form-control {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 38px;
    margin-bottom: 8px;
}
/*===========BEGIN: TAB==============*/
.tab_wrapper {
    position: relative;
}
.tab_wrapper .tab_title{
    border: 1px solid #cecece;
    padding: 8px 40px 8px 10px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 42px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    display: none;
}
.tab_wrapper .tab_title:after{
    position: absolute;
    content: '';
    top: 16px;
    right: 10px;
    border:8px solid transparent;
    border-top: 8px solid #666666;
}
ul.tab_nav {
    padding:0 !important;
    margin-top:0;
    margin-bottom:0;
    position: relative;
    z-index: 10;
    text-align: center;
    border-bottom: 1px solid transparent;
}
ul.map_nav {
    border-bottom:0;
}

ul.map_nav li, ul.tab_nav li {
    list-style:none;
    padding:0;
    position: relative;
    display: inline-block;
    margin: 0 50px 0 0;
    float: left;
}
ul.tab_nav li:first-child{
    margin-left: 0;
}
ul.tab_nav li:last-child{
    margin-right: 0;
}
ul.tab_nav li a {
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    display: block;
    text-align:center;
    text-decoration:none;
    padding: 12px 0;
    position:relative;
    margin-bottom:0;
    text-transform: uppercase;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
ul.tab_nav li a:after{
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    content: '';
    width: 0;
    height: 3px;
    background: #000000;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
ul.tab_nav li a.active {
    color: #000000;
}
ul.tab_nav li a.active:after,
ul.tab_nav li a:hover:after{
    width: 100%;
}
ul.map_nav li a {
    background:#ccc;
    padding:8px 15px;
    font-weight:normal;
}

.tab_content {
    padding: 20px 0;
    background-color:#ffffff;
}
.w_content_show_hidden .content_show_hidden{
    font-size: 15px;
    line-height: 25px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.w_content_show_hidden .content_show_hidden:after{
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255, 255, 255,0)),color-stop(100%,rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
}
.w_content_show_hidden .content_show_hidden.active_show:after{
    background: transparent;
}
.button_show_hidden{
    margin: 20px 0;
    text-align: center;
}
.button_show_hidden a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #0f1283;
    border: 1px solid #0f1283;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button_show_hidden a:hover{
    background: #0f1283;
    color: #ffffff;
}
/*===========END: TAB==============*/
.rProduct {
    margin-bottom: 30px;
}
.rProduct .rTitle{
    padding-right: 80px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #131313;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}
.slider-prod {
    margin: 0 -15px;
}
.slider-prod:after {
    display: block;
    content: '';
    clear: both;
}
.slider-prod .item {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.slider-prod .slick-arrow {
    width: 30px;
    height: 30px;
    background: #dddddd;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    top: -40px;
}
.slider-prod .slick-arrow:hover {
    background: #8f6c46;
}
.slider-prod .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slider-prod .slick-prev {
    left: auto;
    right: 50px;
}
.slider-prod .slick-next {
    right: 15px;
}
.slider-prod .slick-prev:after {
    content: '\f104';
}
.slider-prod .slick-next:after {
    content: '\f105';
}

.slider-detail{
    max-width: 570px;
    margin: 0 auto 30px;
    position: relative;
}
#slider-detail{
    margin-bottom: 6px;
}
#slider-detail:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: '';
    width: 25px;
    height: 25px;
    background: url("../images/product/icon4.png") no-repeat no-repeat;
    z-index: 100;
    pointer-events: none;
}
#slider-detail .item{
    position: relative;
}
#slider-detail .item .img{
    padding-top: 100%;
}
#slider-detail .item a{
    cursor: crosshair;
}
#slider-detail .item img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#slider-thumbnail{
    margin: 0 -3px;
}
#slider-thumbnail .item{
    margin: 0 3px;
    position: relative;
}
#slider-thumbnail .item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.5);
}
#slider-thumbnail .item .img{
    position: relative;
    padding-top: 100%;
}
#slider-thumbnail .item img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#slider-thumbnail .item.slick-current:after{
    opacity: 0;
}
#slider-thumbnail .slick-arrow{
    width: 22px;
    height: 22px;
    background: #ffffff;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    opacity: 0;
}
#slider-thumbnail:hover .slick-arrow {
    opacity: 1;
}
#slider-thumbnail .slick-arrow:hover{
    background: #8f6c46;
    color: #ffffff;
}
#slider-thumbnail .slick-prev{
    left: -8px;
}
#slider-thumbnail .slick-next{
    right: -8px;
}
#slider-thumbnail .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: fontawesome;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 18px;
    line-height: 20px;
    padding: 1px;
}
#slider-thumbnail .slick-prev:after{
    content: '\f104';
}
#slider-thumbnail .slick-next:after{
    content: '\f105';
}
.zoomContainer{
    overflow: hidden;
    pointer-events: none;
}
.prod-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #231f20;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.id-prod {
    margin-bottom: 10px;
}
.khuyen_mai {
    margin-bottom: 15px;
    padding: 20px;
    background: #fef8f1;
}
.khuyen_mai .icon-git {
    padding-left: 30px;
    background: url("../images/product/gif.png") no-repeat 0 0/ 20px auto;
}
.khuyen_mai .icon-git .title {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0f1283;
}
.list-km ul li{
    padding-left: 30px;
    position: relative;
}
.list-km ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family:  FontAwesome;
    content: '\f058';
    font-size: 16px;
    line-height: 25px;
    color: #0f1283;
}
.star {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}
.star .fa {
    font-size: 12px;
    line-height: 25px;
    color: #fec429;
    margin-right: 4px;
}
.dg-link ul:after {
    display: block;
    content: '';
    clear: both;
}
.dg-link ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.dg-link ul:last-child {
    margin-right: 0;
}
.list-list ul:after {
    display: block;
    content: '';
    clear: both;
}
.list-list ul li {
    float: left;
    margin: 0 15px;
    position: relative;
    color: #bcbcbc;
    font-size: 12px;
}
.list-list ul li:after {
    position: absolute;
    top: 3px;
    left: -15px;
    font-family: FontAwesome;
    content: '\f111';
    font-size: 4px;
    color: #bcbcbc;
}
.list-list ul li:first-child:after {
    display: none;
}
.list-list ul li a{
    color: #bcbcbc;
}
.list-list ul li a:hover {
    color: #0f1283;
}
.list-list ul li .icon {
    color: #666666;
    margin-right: 4px;
    font-size: 12px;
    line-height: inherit;
}
.list-list ul li .icon.active {
    color: #0f1283;
}
.list-list ul li:first-child {
    margin-left: 0;
}
.comment-search {
    margin-top: 20px;
}
.comment-search .title {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #0f1283;
    text-transform: none;
    margin: 5px 20px 5px 0;
}
.comment-search .search {
    max-width: 270px;
    position: relative;
}
.comment-search .search .form-control {
    min-width: 270px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 42px;
}
.comment-search .search button.btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.review-prod {
    margin-bottom: 30px;
}
.review-prod .title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.review-prod .content {
    padding: 25px;
    border: 1px solid #ebebeb;
}
.mr20 {
    margin-right: 20px;
}
.wrap_form .row_input{
    margin-bottom: 20px;
}
.wrap_form .row_input label{
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}
.wrap_form .row_input label span{
    color: #db0707;
}
.wrap_form .row_input .form-control{
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cccccc;
}
.wrap_form .row_input textarea.form-control{
    height: 120px;
    resize: none;
}
.wrap_form .row_input select.form-control{
    background: url(../images/compete/bg-select.png) no-repeat 100% 50% #ffffff;
    padding-right: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wrap_form .row_input .form-control:focus{
    border-color:#c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.wrap_form .row_input .file {
    background: #f7f7f7;
    padding: 5px;
    margin-bottom: 8px;
}
.wrap_form .row_input .file .text {
    padding: 8px;
    color: #999999;
}
.wrap_form .row_input .file .style-file {
    color: #19aaf2;
    font-weight: bold;
    padding: 8px 8px 8px 60px;
    background: url("../images/product/camera.png") no-repeat 15px 50%;
    position: relative;
    cursor: pointer;
}
.wrap_form .row_input .file .style-file input[type=file] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.remember_forget{
    margin-bottom: 10px;
}
.remember_forget label{
    font-weight: normal;
}
.remember_forget .remember{
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.remember_forget .remember:after{
    position: absolute;
    top: 0;
    right: 10px;
    content: '|';
}
.remember_forget .forget{
    display: inline-block;
}
.style_checkbox{
    margin-right: 5px;
    width: 13px;
    height: 13px;
    position: relative;
    pointer-events: none;
    display: inline-table;
    vertical-align: middle;
}
.style_checkbox input[type=checkbox]{
    width: 13px;
    height: 13px;
    margin-top: 0;
    opacity: 0;
    pointer-events: auto;
}
.style_checkbox .style_icon{
    position: absolute;
    top: -2px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #204f85;
}
.style_checkbox input[type=checkbox]:checked ~ .style_icon:after{
    position: absolute;
    content: '\2714';
    font-family:"fontawesome";
    color: #204f85;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    width: 100%;
    top: 0;
    left: 0;
}
.wrap_form .div_button button.btn{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    height: auto;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    border-radius:0;
    padding: 10px 25px;
    background: #0f1283;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wrap_form .div_button button.btn.reset{
    background-color: #a9a9a9;
}
.wrap_form .div_button button.btn span{
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    position: relative;
    z-index: 1;
}
.wrap_form .div_button button.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.wrap_form .div_button button.btn:hover:before {
    opacity: 1;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wrap_form .row_input .input-group{
    width: 100%;
}
.wrap_form .row_input .input-group .input-group-img{
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 10px;
}
.wrap_form .row_input .input-group .input-group-img img{
    max-width: none;
}

.choose-evaluate{
    width: 100%;
}
.choose-evaluate ul{
    display: inline-block;
    vertical-align: top;
}
.choose-evaluate ul li{
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-right: 2px;
    cursor: pointer;
    -webkit-transition:background 0.5s ease;
    -moz-transition:background 0.5s ease;
    -o-transition:background 0.5s ease;
    transition:background 0.5s ease;
    position: relative;
}
.choose-evaluate ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 30px;
    font-family: "fontawesome";
    content: '\f006';
    color: #0f1283;
}
.choose-evaluate ul li.star-red:before{
    content: '\f005';
}
.choose-evaluate ul li input{
    visibility: hidden;
}
.show-title{
    position: relative;
    height: 30px;
    margin-left: 25px;
    border: 1px solid #0f1283;
    border-left: 0;
    padding: 5px 13px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color:#ffffff;
    background: #0f1283;
    opacity: 0;
    -webkit-transition:opacity 0.5s ease;
    -moz-transition:opacity 0.5s ease;
    -o-transition:opacity 0.5s ease;
    transition:opacity 0.5s ease;
}
.show-active{
    opacity: 1;
}
.show-title:after{
    position: absolute;
    content:"";
    top: -1px;
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #0f1283;
}
.list-img {
    margin-right: -15px;
}
.list-img:after {
    display: block;
    content: '';
    clear: both;
}
.list-img .item {
    float: left;
    width: 104px;
    padding: 7px 15px 7px 0;
}
.list-img .item img {
    width: 100%;
}
.count-star .left {
    padding-right: 20px;
    float: left;
}
.count-star .star {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #ed1b24;
    padding: 50px 0;
}
.count-star .star .fa {
    font-size: inherit;
    line-height: inherit;
    color: #ffc000;
}
.count-star .center{
    float: left;
    min-width: 350px;
    padding: 5px 10px;
    border-left: 1px solid #dddddd;
}
.bieudo li{
    margin-bottom: 10px;
    color: #204f85;
}
.bieudo li .wrap_li{
    display: table;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.bieudo li .wrap_li .num{
    display: table-cell;
    width: 55px;
    padding-right: 15px;
    white-space: nowrap;
    vertical-align: middle;
}
.bieudo li .wrap_li .sobinhchon{
    display: table-cell;
    width: 95px;
    padding-left: 15px;
    white-space: nowrap;
    color: #204f85;
    vertical-align: middle;
    text-align: right;
}
.bieudo li .wrap_li .style_bieudo{
    display: table-cell;
    vertical-align: middle;
}
.bieudo li .wrap_li .style_bieudo div{
    width: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.15);
    height: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bieudo li .wrap_li .style_bieudo div div{
    background: #0f1283;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.info-prod .price-buy{
    font-size: 26px ;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #ed3200;
    text-transform: uppercase;
    margin-right: 50px;
    float: left;
}
.info-prod .price {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
    color: #b2b2b2;
    float: left;
    text-decoration: line-through;
    margin-top: 7px;
}
.info-prod .status {
    float: right;
    margin-top: 2px;
}
.info-prod .status span {
    font-size: 12px;
    line-height: 25px;
    border: 2px solid #2ecc71;
    display: inline-block;
    padding: 2px 10px;
    color: #2ecc71;
    text-transform: uppercase;
}
.list-color ul:after {
    display: block;
    content: '';
    clear: both;
}
.list-color ul li {
    margin-right: 8px;
    float: left;
    height: 20px;
}
.list-color ul li label {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
}
.list-color ul li label input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}
.list-color ul li label .icon-check {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: url("../images/product/check-color.png") no-repeat 100% 100%;
    opacity: 0;
}
.list-color ul li label input[type=radio]:checked ~ .icon-check {
    opacity: 1;
}
.link-order {
    margin-bottom: 15px;
}
.link-order a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px solid #0f1283;
    color: #0f1283;
}
.link-order a:after {
    font-family: FontAwesome;
    content: '\f054';
    padding-left: 16px;
}
.link-order a:hover {
    background-color: #0f1283;
    color: #ffffff;
}
.link-cart1{
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px 10px 50px;
    position: relative;
    background: #0f1283;
    color: #ffffff;
    text-transform: uppercase;
}
.link-cart1:after {
    position: absolute;
    top: 50%;
    left: 15px;
    font-family: FontAwesome;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 30px;
    content: '\f07a';
}
.link-cart1:hover {
    background: #0f1283;
    color: #ffffff;
}
.love {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.love img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 40px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.love .img1 {
    opacity:1 ;
}
.love .img2 {
    opacity:0 ;
}
.love:hover .img1 {
    opacity:0 ;
}
.love:hover .img2 {
    opacity:1 ;
}
.love:hover {
    color: #ffffff;
}
.love .fa {
    font-size: inherit;
    line-height: inherit;
}
.css_order .fancybox-close{
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #7f6850;
}
.css_order .fancybox-close:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 20px;
    content: 'X';
    color: #ffffff;
}

.popup_gallery{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.popup_gallery.active{
    opacity: 1;
    visibility: visible;
}
.popup_gallery .icon_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url(../images/product/icon-close.png) no-repeat 50% 50% / contain;
    cursor: pointer;
    z-index: 2;
}
.popup_gallery .gallery_main{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 40px;
}
.popup_gallery .galler_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: #222222;
}
.popup_gallery .wrapper{
    height: 100%;
}
#slider-detail-gallery{
    height: 100%;
}
#slider-detail-gallery .slick-list,
#slider-detail-gallery .slick-track{
    height: 100%;
}
#slider-detail-gallery .item{
    height: 100%;
    position: relative;
}
#slider-detail-gallery .item .img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
#slider-detail-gallery .item .i-text{
    position: absolute;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
#slider-detail-gallery .slick-arrow{
    width: 60px;
    height: 60px;
    background: url(../images/product/arrow.png) no-repeat 0 0;
}
#slider-detail-gallery .slick-prev{
    left: 15px;
}
#slider-detail-gallery .slick-next{
    right: 15px;
    background-position: -60px 0;
}
#slider-detail-gallery .slick-counter {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.styleDeal ul:after {
    display: block;
    content: "";
    clear: both;
}
.styleDeal ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
}
.styleDeal ul li .fa {
    padding-right: 4px;
    font-size: 16px;
    line-height: 25px;
    color: #555555;
}

.comment {
    margin-bottom: 20px;
}
.comment .title {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ed1b24;
    font-weight: bold;
}
.comment .title h2 {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.formComment .input-group-img img{
    max-width: none;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.formComment button.btn:hover{
    background: #8f6c46;
    color: #ffffff;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .cat-prod .i-title a{
        padding: 15px 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .list-prod {
        margin: 0 -10px;
    }
    .list-prod .item {
        padding: 0 10px;
    }
    .slider-prod {
        margin: 0 -10px;
    }
    .slider-prod .item{
        padding: 0 10px;
    }
    .slider-prod .slick-prev {
        right: 45px;
    }
    .slider-prod .slick-next {
        right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .list-prod .item {
        width: 50%;
    }

    .list-prod .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px){
    .review-prod .content {
        padding: 15px;
    }
}
@media screen and (max-width: 639px){
    .count-star .left {
        padding-right: 0;
        float: none;
    }
    .count-star .center {
        float: none;
        min-width: 100%;
        padding: 5px 0;
        border-left: 0;
    }
    .count-star .star {
        padding: 20px 0;
        text-align: center;
    }
}
@media screen and (max-width: 359px){
    .form_review .review_title {
        font-size: 20px;
        line-height: 30px;
    }
    .form_review .review_content{
        padding: 15px 10px;
    }
}