html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #191919;
    text-decoration: none;
    background-repeat: repeat;
    background-position: center;
    word-wrap: break-word;
}
.container-all {
    position: relative;
    overflow: hidden;
}
.inner-container-all {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: 0;
    height: 100%;
}
.product-grid {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.product-grid > div {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    text-align: center;
    vertical-align: top;
    width: 206px;
    border-radius: 3px;

}
.order{
    margin: 20px 0px;
    position: relative;
    width: 100%;
    float: left;
}
.order span{
    background: #252525;
    color: #fede00;
    text-transform: uppercase;
    padding: 8px 14px;
    cursor: pointer;
    transition-duration: 0.5s;
}
.order span:hover{
    color: #252525;
    background: #fede00;
}
.form_order{
    padding: 10px;
    border: 1px solid;
    line-height: 25px;
    float: left;
    top: 26px;
    position: absolute;
    z-index: 9;
    background: white;
    display: none;
}
.form_order input{
    padding: 5px;
    width: 100%;
}
.form_order b{
    color: red;
}
.order_row{
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.order_left{
    width: 40%;
    float: left;
}
.order_right{
    width: 60%;
    float: left;
}
.sent_order{
    background: #252525;
    color: #fede00;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
}
.menu3{
    background: #252525;
    padding: 10px;
}
.menu3 ul{
    list-style-type: none;
}
.menu3 ul a{
    color: #fede00;
    padding-left: 12px;
    display: block;
    line-height: 24px;
}
.menu3 ul li{
    position: relative;
}
.menu3 ul span{
    color: #b1b1b1;
    /* float: left; */
    position: absolute;
    font-size: 18px;
    top: 3px;
    cursor: pointer;
 }

.menu3{
    margin-bottom: 20px;
}
.menu3 .title{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: white;
    font-size: 20px;
    font-weight: 300;
}
.menu3>ul ul{
    display: none;
}

.product-grid .name {
    margin-bottom: 3px;
    width: 100%;
    background: #fafafa;
    background: #eeeeee;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.product-grid .image {
    display: block;
    margin: 0 auto;
}

.product-grid .price {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
}

.image_product_category {
    display: block;
    overflow: hidden;
}

.image_product_category_img {
    -moz-transition: scale 0.5s;
    -webkit-transition: scale 0.5s;
    -o-transition: scale 0.5s;
    transition: all 0.5s ease;
}

.image_product_category_img:hover {
    transform: scale(1.2, 1.2);
}

.container_iframe iframe {
    width: 100%;
    height: 300px;
}

.container_iframe p{ margin: 0; }

.product-grid .product_list_index {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0px 0px 6px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    width: 199px;
    border-radius: 3px;
}

.balance_float:before,
.balance_float:after {
    content: "";
    display: table;
}
.balance_float:after {
    clear: both;
}
.balance_float {
    *zoom: 1;
}
.h1_namecpn_fn {
    position: absolute;
    font-family: 'Times New Roman';
    color: #DB962E;
    font-size: 33px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    width: 760px;
    right: 0px;
    top: 51px;
    font-weight: bold;
    text-align: center;
}

.h1_namecpn_ln {
    position: absolute;
    font-family: 'Times New Roman';
    color: #DB962E;
    font-size: 39px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    width: 760px;
    right: 0px;
    top: 95px;
    text-align: center;
    font-weight: bold;
    font-size: 33px;
}

h1, .welcome {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    max-width: 100%;
}

h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}

p {
    margin-top: 0px;
    line-height: 24px;
}

a, a:visited, a b {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #dd3333;

}

.btn-v, a.btn-v, .button {
    position: relative;
    display: inline-block;
    background-color: #dd3333;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    color: #fff;
}
.btn-v:hover, a.btn-v:hover, .button:hover{
    background-color: #b12929;
    color: #fff;
}
.btn-v, a.btn-v, .button span{ color: #fff; }
a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='radio'] {
    margin-right: 4px;
}

select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

label {
    cursor: pointer;
}
ul{
    padding-left: 0;
    margin: 0;
}
.demo .item{
    margin-bottom: 60px;
}
.content-slider li{
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}
.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}
ul{

}
.price_ p{
    margin-bottom: 5px;
}
.price_ .special{
    font-size: 20px;
}
.price_ .special span{
   font-weight: bold;
    color: #ef3522;
}
.price_ .old{
    color: #737373;
}
.price_ .old span{
    text-decoration: line-through;
}
.model_{
    width: 100%;
}
.model_ span{
    padding: 5px;
    background: black;
    color: white;
}
img{
    max-width: 100%;
}
.description ul{
    padding-left: 20px;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.clear {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.mar-top1 {
    margin-top: 10px;
    width: 100%;
}

.mar-top2 {
    margin-top: 20px;
    width: 100%;
}

.mar-top3 {
    margin-top: 30px;
    width: 100%;
}

.mar-top4 {
    margin-top: 40px;
    width: 100%;
}
.mar-top20{
    margin-top: 20px;
}
.mar-bt30{
    margin-bottom: 30px;
}

.pad-center1 {
    padding: 0 10px;
}

.pad-center2 {
    padding: 0 20px;
}

.pad-center3 {
    padding: 0 30px;
}

.pad-full5 {
    padding: 5px;
}
.divider-line7 {
    border-bottom: 1px solid #F0F0F0;
    float: left;
    height: 8px;
    margin: 10px 0 40px;
    padding: 0;
    width: 100%;
}
.divider-line3 {
    border-bottom: 1px solid #F0F0F0;
    float: left;
    height: 18px;
    margin: 32px 0 50px;
    padding: 0;
    width: 100%;
}
/* box-heading */
.box-heading {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 1.5em;
    background: #f4f4f4;
}
.box-heading h3.wt {
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
    float: left;
    padding-left: 10px;
    line-height: 46px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    background: #cb1d1e;
}
.box-heading h3.wt a{
    color: #fff;
}
.box-heading h3.wt::after {
    content: '';
    display: inline;
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 46px 46px;
    border-color: transparent transparent #f4f4f4 transparent;
}
.box-heading h2 b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.box-heading h2 span.section-title-main {
    color: #ec0600;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 5px;
    border-bottom: 2px solid #ec0600;
}
.box-heading p {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.box-content {
    width: 100%;
    float: left;
}
.facebook-like-box {
    overflow: auto;
}

/* menu */

#menu ul {
    position: static;
    margin: 0;
    padding: 0;
}

#menu > ul li {
    position: static;
    list-style: none;
    float: left;
    z-index: 20;
}
#menu > ul > li{
    border-right: 1px solid #9a0000;
}
#menu > ul a {
    display: block;
    text-decoration: none;
    z-index: 6;
}

#menu ul ul {
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    /* display: block; */
    position: absolute;
    top: 150%;
    left: 0px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu > ul > li:hover > ul{
	visibility: visible;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
#menu > ul ul li {
    width: 100%;
}
#menu > ul li li a i.fa {
    float: right;
}
#menu ul ul ul {
    top: 0;
    left: 150%;
}
#menu ul ul li:hover ul{
	visibility: visible;
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
#menu > ul li li a {
    color: #777;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}
#menu > ul li ul li:last-child a{ border-bottom: 0; }
#menu > ul li li a span {
    margin-right: 10px;
}
#menu > ul li li > a:hover {
    color:#111!important;
}
#menu li.has_child:before, #menu li.has_child:after {

}
#menu li.has_child:before{
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
#menu li.has_child:after{
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
#menu li.has_child:hover:after, #menu li.has_child:hover:before{
    opacity: 1;
}
#menu .over_menu_mega.row {
    margin: 0;
    width: auto;
    min-width: 700px;
}
#menu > ul > li.mega .inner-child-mega a {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: #c33223;
    margin-bottom: 15px;
    padding: 3px 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 11px 15px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 15px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 15px -8px rgba(130, 130, 130, 0.75);
    transition-duration: 0.5s;
}
#menu > ul > li.mega .inner-child-mega a:hover{
    background: black;
    color: #fede00;
}
#menu > ul > li.mega .inner-child-mega .img.icon img{
    height: 43px;
    width: auto;
}
#menu > ul > li.mega .inner-child-mega .sub_price {
    text-align: center;
    margin-bottom: 10px;
    color: #777;
}
#menu > ul > li.mega .inner-child-mega .sub_price strong{
    color: #ed1c24;
}

/*bread*/
.banner-yb {
    background: #e9ecef;
}
.banner-top-all {
    position:  relative;
}
.banner-top-all .container {
    padding-top: 80px;
    padding-bottom:  80px;
}
.banner-top-all .container h1 {
    font-size:  50px;
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto',Ellemedium,Arial,Helvetica,sans-serif;
    position:  relative;
    z-index: 2;
    text-align:  center;
}

.banner-top-all img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.banner-top-all:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    content: "";
    z-index: 1;
}
.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.breadcrumb {
    margin: 0px 0 30px;
    background: #e9ecef;
    padding: 10px 15px;
}

.breadcrumb, .breadcrumb a:first-child i {
    float: left;
    width: 100%;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}
.success i.fa, .warning i.fa, .attention i.fa, .information i.fa {
    margin-right: 10px;
}
.success {
    background: #EAF7D9 url('icon/success.html') 10px center no-repeat;
    border: 1px solid #BBDF8D;
}
.warning {
    background: #FFD1D1 url('icon/warning.html') 10px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url('icon/attention.html') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.alert {
    padding: 4px;
    margin-bottom: 15px;
    color: #555555;
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
    text-align: center;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    display: block;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

table.list tbody td {
    padding: 0px 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
}

table.radio td {
    padding: 5px;
}

table.radio td label {
    display: block;
}

table.radio tr td:first-child {
    width: 1px;
}

table.radio tr td:first-child input {
    margin-top: 1px;
    margin-left: 0;
    position: static;
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}

.pagenumber {
    border-top: 1px solid #DDDDDD;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.pagenumber .links {
    float: left;
    padding-top: 6px;
}

.pagenumber .links .pagination {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.pagenumber .links .pagination > li {
    display: inline;
}

.pagenumber .links .pagination > li > a,
.pagenumber .links .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #8cc63f;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.pagenumber .links .pagination > li:first-child > a,
.pagenumber .links .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}

.pagenumber .links .pagination > li:last-child > a,
.pagenumber .links .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagenumber .links .pagination > li > a:hover,
.pagenumber .links .pagination > li > span:hover,
.pagenumber .links .pagination > li > a:focus,
.pagenumber .links .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #8cc63f;
}

.pagenumber .links .pagination > .active > a,
.pagenumber .links .pagination > .active > span,
.pagenumber .links .pagination > .active > a:hover,
.pagenumber .links .pagination > .active > span:hover,
.pagenumber .links .pagination > .active > a:focus,
.pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #8cc63f;
    border-color: #fb438f;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.pagenumber .links .pagination > .disabled > span,
.pagenumber .links .pagination > .disabled > span:hover,
.pagenumber .links .pagination > .disabled > span:focus,
.pagenumber .links .pagination > .disabled > a,
.pagenumber .links .pagination > .disabled > a:hover,
.pagenumber .links .pagination > .disabled > a:focus {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #777777;
    cursor: not-allowed;
}

.pagenumber .results {
    float: right;
    padding-top: 6px;
    font-size: 12px;
}

/* button */
input.button {
    text-decoration: none;
}

.buttons {
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.htabs {
    padding: 0px 0px 0px 10px;
    height: 40px;
    line-height: 18px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    background: transparent;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 10px 15px;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
    color: black;
}

.htabs a.selected {
    background: #000000;
    font-weight: bold;
    color: #ffce00;
}

.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
        float: left;
    width: 100%;
}

/* box */
.box .box-red {
    background-color: #FE0000;
    color: #ffffff;
}

.box .box-black {
    background-color: #524F4C;
    color: #ffffff;
}

.box .box-brown {
    background-color: #CA6400;
    color: #ffffff;
}

.box .box-ghi {
    background-color: #F0F0F0;
    color: #3F4347;
}

.box .box-line {
    background: url(../theme/aptech/image/line.png) right no-repeat;
    display: block;
}
.box-heading i,
.box-heading span {
    margin-right: 5px;
}
.box .box-content .carousel {
    padding: 0;
}

.box .box-content .carousel .owl-carousel {
    box-shadow: none;
}

/* box category */
ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.box-category > li:first-child {
    padding: 0px;
}

ul.box-category > li {
    padding: 0px;
}

ul.box-category > li + li {
    border-top: 1px solid #ddd;
}

ul.box-category > li > a {
    text-decoration: none;
    color: #444444;
    line-height: 14px;
    padding: 8px 5px 7px;
    display: block;
}

ul.box-category a i.fa, ul.box-category a span.fa {
    font-size: 9px;
    margin-right: 5px;
}

ul.box-category > li > a:hover {
    background-color: #eee;
}

ul.box-category > li ul {
    /*display: none;*/
}

ul.box-category > li a.active {
    font-weight: bold;
}

ul.box-category > li ul.active, ul.box-category > li a.active + ul.no-active {
    display: block;
}

ul.box-category > li ul.no-active {
    display: none;
}

ul.box-category > li ul > li {
    padding: 0;
}

ul.box-category > li ul > li > a {
    text-decoration: none;
    color: #444;
    line-height: 14px;
    padding: 8px 25px 7px;
    display: block;
}

ul.box-category > li ul > li > a:hover {
    background-color: #eee;
}

ul.box-category > li ul > li > a.active {
    font-weight: bold;
}

/* news filter */
.news-filter {
    overflow: auto;
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(204, 204, 204, 0.4) inset;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    color: #333;
}

.news-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}

.news-filter .display a {
    font-weight: bold;
}

.news-filter .sort {
    float: right;
    color: #333;
}

.news-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}

/* News info */
.news-info {
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
}

.news-info > .left {
    float: left;
    margin-right: 15px;
}

.news-info > .left + .right {
    margin-left: 265px;
}

.news-info .date {
    color: #666;
}

.news-info .comment {
    color: #4D4D4D;
}

.news-info .comment .share {
    overflow: auto;
    line-height: normal;
    float: right;
}

.news-info .comment .share a {
    text-decoration: none;
}

/* box news content */
.news-home.news-latest {
    padding: 30px 0px;
    background: #f0f0f0;
}
.news-home.news-latest .box-content div.col-xs-12.col-sm-12.col-lg-4.col-md-4:nth-child(3n+1){
    clear: both;
}
.box-news-content{
    position: relative;
    margin: 0 auto 30px;
}
.box-news-content .image {
    position: relative;
}
.box-news-content img.img-responsive {
    width: 100%;
}
.box-news-content .info-p {
    
}
.box-news-content .info-p p.date {
    line-height: 12px;
    font-weight: 700;
    font-style: normal;
    color: #7d7c7c;
    font-size: 10px;
    margin: 15px 0;
}
.box-news-content .info-p .name a {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    text-align: left;
}
.box-news-content .info-p .name a:hover{
    text-decoration: underline;
}
.box-news-content .info-p .excerpt {
    color: #848484;
    margin-bottom: 20px;
    line-height: 24px;
}

/**/
.info-post .name a {
    font-size: 35px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.1;
}
.info-post .excerpt {
    font-size: 15px;
    margin-bottom: 15px;
}
.info-post a.btn-v {
    background: #dd3333;
    color: #fff;
}
.info-post a.btn-v:hover{
    background: #d21118;
}

/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content .right {
    float: right;
    width: 49%;
}

/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list > div {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 6px;
    padding: 8px;
    text-align: center;
    vertical-align: top;
    width: 160px;
}

.category-list > div:hover {
    box-shadow: 0 0 15px #0074A2;
    border: 1px solid #2c9ca2;
}

.category-list > div .image {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.category-list > div .name {
    height: 30px;
}

.category-list > div .name a {
    color: #13294a;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
}

/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.comment-list > div {
    padding: 10px 2px;
    overflow: auto;
    margin-bottom: 2px;
}

.comment-list > div + div {
    border-top: 1px solid #EEEEEE;
}

.comment-list > div .left {
    float: left;
    width: 15%;
}

.comment-list > div .left .avata {
    text-align: center;
    position: relative;
    top: 20%;
    left: 10%;
    color: #C2C2C2;
    width: 50px;
    height: 50px;
    border: 2px solid #C2C2C2;
    border-radius: 50%;
    font-size: 30px;
}

.comment-list > div .left .avata:after, .comment-list > div .left .avata:before {
    left: 92%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-list > div .left .avata:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}

.comment-list > div .left .avata:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #C2C2C2;
    border-width: 16px;
    margin-top: -16px;
}

.comment-list > div .right {
    float: right;
    width: 85%;
}

.comment-list > div .info {
    width: 99%;
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 10px #ccc inset;
    padding: 9px;
}

.comment-list > div .info .author, .comment-list > div .info .date {
    color: #333;
}

.comment-list > div .info .author i.fa, .comment-list > div .info .date i.fa {
    width: 15px;
    margin-right: 5px;
}

span.on i.fa, span.on span.fa {
    color: #F0A600;
    font-size: 12px;
}

span.off i.fa, span.off span.fa {
    font-size: 12px;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
}

.price .span {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}

/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-info td {
    padding: 7px;
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
#search{
    height: 100%;
    width: 100%;
    position: relative;
}
.wishlist-info thead .image {
    text-align: center;
}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}

.wishlist-info tbody .price s {
    color: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

/* news */
.news-list > div {
    margin-bottom: 15px;
    overflow: auto;
}

.news-list > div .name a {
    color: #13294a;
    font-size: 13px;
    font-weight: bold;
}

.news-list > div .image {
    float: left;
    margin-right: 10px;
}

.news-list > div .date_added {
    color: #b1b1b1;
}

.news-list > div .short-content {
    margin-top: 5px;
    text-align: justify;
}

.news-list > div .image img {
    border: 1px solid #e7e7e7;
    padding: 3px;
}

.news-related h3 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #333;
    padding: 8px;
    margin-bottom: 0;
    font-size: 15px;
}

.news-related ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 10px #ccc inset;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 20px;
    padding: 9px;
    border-radius: 0 0 4px 4px;
}

.news-related ul li {
    list-style: none;
    margin-left: 18px;
    margin-bottom: 4px;
}

.tags-list {
    margin-bottom: 10px;
}

/* comment */
h2.title-contact {
    font-size: 21px;
    margin-bottom: 20px;
}
h2#comment-title {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ddd;
    color: #333;
    padding: 8px;
    margin: 0 -10px;
}
span.im {
    color: red;
}
.write-comment {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 1px 0px 10px #dcdcdc;
}
.write-comment input.btn-v {
    background: #ff9800;
    color: #fff;
}
.write-comment input.btn-v:hover{
    background: #404347;
}
.write-comment p {
    margin-bottom: 0;
}
.write-comment > div {
    margin-bottom: 10px;
}

.write-comment div.buttons {
    border: none;
    background: none
}

/*.write-comment input[type="text"], .write-comment textarea {
    border: 2px solid #d7dce9;
    border-radius: 5px;
    background: none repeat scroll 0 0 #fff;
    padding: 5px;
}*/

.captcha {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    width: 225px;
    padding: 5px;
}

.captcha .c_image {
    margin-bottom: 5px;
}

.captcha .c_image img {
    border: 3px;
}

.captcha .c_input {
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    padding: 5px;
    width: 150px;
    display: inline-block;
}

.captcha .c_input input {
    width: 100px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.captcha .c_input p {
    font-weight: normal;
    font-size: 11px;
    color: #333333;
}

.captcha .c_input a {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    border: 1px solid #8B0221;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
}

.captcha .c_input a:hover, .captcha .c_input a:focus, .captcha .c_input a.active {
    background: #8B0221;
}

.captcha .c_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.write-comment .rating span {
    cursor: pointer;
}

/* search */
.box-search {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}

.box-search div {
    margin-bottom: 10px;
}

.box-search .search input {
    color: #999;
    padding: 5px 10px;
}

.box-search .category select {
    display: block;
}

/* orders */
.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}

/* download */
.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

.location-info {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    min-height: 100px;
    overflow: auto;
}

.location-info .location-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 10px 15px;
}

.location-info span,
.location-info i {
    margin-right: 5px;
}

.location-info .location-content {
    background: #FFFFFF;
    padding: 10px;
}

.location-info .location-content .column {
    float: left;
    width: 25%;
    min-height: 100px;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

/* account */
.login div {
    margin-bottom: 10px;
}

.login div p {
    font-weight: bold;
    margin-bottom: 0;
}

/* banner */
.banner div {
    text-align: center;
    width: 100%;
}

.banner div img {
    margin-bottom: 20px;
}

/* use module */

p.wait,
p.no-data {
    text-align: center;
}

p.wait i.fa {
    text-align: center;
    color: #0074A2;
}

p.source {
    text-align: right;
    font-style: italic;
    margin-right: 10px;
}

.support-online {
    padding: 5px;
}

.support-online .company {
    color: #0074A2;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.support-online .info p {
    margin-bottom: 5px;
}

.support-online .account {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.support-online .account div + div {
    border-top: 1px solid #0074A2;
}

.support-online .account div p {
    margin-bottom: 5px;
    text-align: left;
}

.support-online .account div p span {
    margin-right: 5px;
}

.support-online .account div p.name {
    text-align: center;
    font-weight: bold;
}

.support-online .account div p.skype,
.support-online .account div p.yahoo {
    text-align: center;
}

.support-online .account div p.skype img {
    width: 100px;
}

.exchange-rate table,
.gold-rate table {
    margin-bottom: 5px;
}

.weather {
    padding: 10px;
}

.weather .info .image {
    float: left;
    margin-right: 5px;
}

.weather .info .chill {
    float: left;
    font-size: 30px;
}

.weather .info .chill .unit {
    font-size: 20px;
    float: right;
    margin-top: 2px;
}

.weather .info .temperature {
    float: right;
    margin-top: 20px;
    font-weight: bold;
}

.weather .info .temperature .high {
    color: #f60;
}

.weather .detail {
    clear: both;
}

.weather .detail div {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.account {
    padding: 10px 10px 0 10px;
}

.account .info a {
    display: block;
    text-align: center;
}

.account .login div {
    margin-bottom: 10px;
}

.account .login div p {
    font-weight: bold;
    margin-bottom: 0;
}

.account .login div input[type='text'],
.account .login div input[type='password'] {
    width: 95%;
}

/* layout */
#container {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 25px rgba(50, 50, 50, 0.75);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    max-width: 1170px;
}
#column-left {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    width: 100%;
    float: left;
}

#column-right {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    width: 100%;
    float: right;
}
.products_featured_ .item {
    padding: 0 15px;
}
.box-product_{
    float: left;
    background: #fff;
    border-radius: 0px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    border: 1px solid #e9ecef;
}
.box-product_:hover{

}
.box-product_ .image {
    position: relative;
    margin-bottom: 10px;
        text-align: center;
    overflow: hidden;
}
.box-product_ .image img{ margin: auto; width: 100%;}

.box-product_ .price del{ color: #000; }
.box-product_ .price span{ font-weight: 500; }

.product-info.row .description {
    width: 100%;
    float: left;
}
.product-info.row .description h1 {
    line-height: 1.2;
    color: #212529;
    margin: 0 0 5px;
}
.product-info.row .description p.desc-short {
    color: #868e96;
    font-size: 19px;
    font-weight: 300;
}
.product-info.row .description .model {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 8px
}
.product-info.row .price {
    color: #595057;
    margin-bottom: 15px;
}
.product-info.row .price span {
    color: #e61c23;
    font-size: 21px;
    font-weight: 600;
}
.product-info.row .price span.price-old {
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.product-info .cart a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ccc;
    padding: 1px 60px;
}
.product-info .cart a:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.product-info .cart a p{
    margin: 0;
    margin-bottom: -3px;
    color: #fe0000;
    font-size: 17px;
    text-shadow: none;
}
.product-info .cart a span{
    font-size: 30px;
    font-weight: bold;
    color: #fe0000;
    text-shadow: none;
}
.product-info.row .image-additional {
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding-left: 0;
    list-style: none;
    margin-top: 5px;
}
.product-info.row .image-additional .over-img {
    float: left;
    width: 33.3333%;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.product-info.row .image-additional .over-img a {
    display: block;
    position: relative;
}
.product-info.row .image-additional .over-img a span.more {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 28px;
    text-align: center;
    left: 0;
    top: 0;
    padding-top: 50%;
    line-height: 0;
}
.slide-related .item {
    padding: 0 15px;
}
#tab-related {
    padding: 45px 0;
    float: left;
}
#tab-related h3{ margin: 0 0 20px; }
.slide-related.owl-carousel{ background: transparent; margin-bottom: 0;}
#content {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    margin-bottom: 25px;
}
.banner_content_maintop{
    margin-bottom: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 215px;
}

#column-right + #content {
    margin-right: 215px;

}

#content h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #434343;

    text-decoration: none;

    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.product-filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.product-filter .limit {
    float: right;
}
.product-filter .sort {
    float: right;
    margin-right: 11px;
}

/* footer */
footer {
    font-family: 'Roboto', sans-serif;
    /* color: #ffffff; */
    text-decoration: none;
}

footer .logo {
    margin-bottom: 10px;
}

footer .logo img {
    width: 80%;
}

footer h3 {
    color: #e2e2e2;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
}

footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}

footer .column.big {
    width: 50%;
}

footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}

footer .column ul li {
    margin-bottom: 3px;
}

footer .column a {
    text-decoration: none;
    color: #e2e2e2;
}

footer .column a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .column i.fa {
    margin-right: 5px;
}

footer .social-network ul {
    margin: 0;
    padding: 0;
}

footer .social-network ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;

}

footer #powered {
    padding: 5px;
    text-align: left;
    clear: both;
    border-bottom: medium none;
}

footer #powered a {
}

#footer .map-footer iframe {
    width: 100%;
    max-height: 180px;
}
#header {
    position: relative;
    box-shadow: none;
    background: #c33223;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown{
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
#header #logo a img {
    max-height: 150px;
}

#language {
    position: absolute;
    bottom: 50px;
    right: 10px;
    width: auto;
    color: #999;
    line-height: 17px;
}

#language > img {
    cursor: pointer;
    margin-right: 5px;
    float: right;
}

#language .drop-button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    padding: 3px 5px;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

#language .drop-button span {
    margin: 0 4px;
}

#header #search {
    position: absolute;
    bottom: 40px;
    left: 242px;
    z-index: 15;
}

#header #select-search {
    border: 2px solid #656565;
    border-right: 0;
    width: 100px;
    height: 35px;
    cursor: pointer;
    padding: 5px;
}

#header #select-search option {
    padding: 8px 5px;
    border: 1px #656565;
}

#header #_button-search {
    width: 40px;
    height: 36px;
    padding: 7px 10px;
    background-color: #8cc63f;
    border: 0;
    border-radius: 0 4px 4px 0;
}

#header #_button-search i {
    font-size: 20px;
    color: #fff;
}

#header #search > input {
    background: #FFF;
    padding: 1px 45px 1px 10px;
    width: 300px;
    height: 35px;
    border: 2px solid #656565;
    border-radius: 0;
    font-size: 14px;
    float: right;
}

#header #search .keyword {
    position: absolute;
    margin-top: 35px;
}

#header #search .keyword > span {
    margin-right: 20px;
}

#header #search .keyword ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}

#header #search .keyword ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#header #search .keyword ul li + li {
    margin-left: 10px;
}

#header #search .keyword ul li a {
    display: block;
}

#header #welcome {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999999;
}

#header .links {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 10px;
    padding-right: 10px;
}

#header .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 7px;
    color: #fb438f;
    font-size: 12px;
}

#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}

.drop-box {
    position: relative;
}

.drop-box .drop-button {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 6px 12px #80397b;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}

.drop-box .drop-content p.wait {
    text-align: center;
    margin: 10px 0;
}

.drop-box .drop-content.left {
    left: 0;
}

.drop-box .drop-content.left:after,
.drop-box .drop-content.left:before {
    left: 10px;
}

.drop-box .drop-content.left:before {
    margin-left: -6px;
}

.drop-box .drop-content.right {
    right: 0;
}

.drop-box .drop-content.right:after,
.drop-box .drop-content.right:before {
    right: 10px;
}

.drop-box .drop-content.right:before {
    margin-right: -6px;
}

.drop-box .drop-content.top {
    border-top: 4px solid #80397b;
    border-radius: 0 0 5px 5px;
}

.drop-box .drop-content.top:after,
.drop-box .drop-content.top:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drop-box .drop-content.top:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 6px;
}

.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #80397B;
    border-width: 12px;
}

.drop-box .drop-content.bottom {
    border-bottom: 4px solid #80397b;
    border-radius: 5px 5px 0 0;
}

.drop-box .drop-content.bottom:after,
.drop-box .drop-content.bottom:before {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drop-box .drop-content.bottom:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 6px;
}

.drop-box .drop-content.bottom:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #80397B;
    border-width: 12px;
}

.drop-box .drop-content .drop-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    position: relative;
    height: 20px;
}

.drop-box .drop-content .drop-title > i.fa {
    margin-right: 5px;
}

.drop-box .drop-content .drop-title .drop-close {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1px;
    opacity: 1;
    padding: 3px 4px;
    position: absolute;
    right: 7px;
    top: 0;
    cursor: pointer;
}

.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #80397b;
    border-radius: 50%;
    color: #fff;
}

.drop-box .drop-content .drop-description ul.list-link {
    list-style: none;
    padding: 0;
}

.drop-box .drop-content .drop-description ul.list-link li {
    clear: both;
    width: 100%;
}

.drop-box .drop-content .drop-description ul.list-link li a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 1px;
    padding: 5px;
}

.drop-box .drop-content .drop-description ul.list-link li a:hover, .drop-box .drop-content .drop-description ul.list-link li a.active {
    background: #80397B;
    color: #fff
}

.drop-box .drop-content .drop-description ul.list-link li a i.fa {
    margin-right: 5px;
}

#menu_footer {
    background: #FC4980;
}

#menu_footer > ul .top {
    color: #FFF;
}

.box .box-brown {
    background: #FCAE16;
}
.box-news-content ul li {
    line-height: 19px;
}

.product-grid .product_list_index {
    width: 169px;
}

.product_list_index .image_product_left {
    width: 80px;
    height: 80px;
    float: left;
    background: #F00;
}

.product_list_index .image_product_left a {
    width: 80px;
    height: 80px;
}

.product_list_index .name_product_right {
    width: 96px;
    float: right;
}

footer {
    padding-top: 8px;
}

.product-grid > div {
    width: 177px;
}

#livesearch_search_results {
    position: absolute !important;
}

.product-grid-other {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.product-grid-other > div {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    text-align: center;
    vertical-align: top;
    width: 206px;
    border-radius: 3px;

}

.product-grid-other .name {
    margin-bottom: 3px;
    width: 100%;
    background: #fafafa;
    background: #eeeeee;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.product-grid-other .image {
    display: block;
    margin: 0 auto;
}

.product-grid-other .price {
    display: block;
    font-weight: bold;
    color: #E90000;
    margin-bottom: 5px;
    margin-top: 3px;
}

.product-grid-other .product_list_index {
    display: inline-block;
    margin: 10px 0px 0px 6px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    border-radius: 3px;
}

.product-grid-other .product_list_index {
    width: 193px;
    padding: 5px;
}

.product-grid-other > div {
    width: 178px;
}

/*-----------------------------------------------------THUE XE CUOI-------------------------------------------------------*/
#center_header {
    width: 1070px;
    margin: 0 auto;
    height: 40px;
    position: relative;
}

#container {
    box-shadow: none;
}
.flower {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 0px;
    background: url(../image/icon_flower.png) left no-repeat;

}
.box {
    width: 100%;
    float: left;
}

#menu > ul .top {
    line-height: 20px;
}

#menu_footer > ul .top {
    background: url(../image/line.png) right no-repeat;
    line-height: 20px;
}

.repeat_tron {
    background: url(../image/elip.png) top left repeat-x;
    width: 100%;
    height: 20px;
}

#column-left + #column-right + #content, #column-left + #content {
    margin-left: 224px;
    margin-right: 224px;
}
.tab-content img {
    max-width: 100%
}
#column-left .box-border .box-heading{
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #fb438f;
    text-transform: uppercase;
}
#column-left .box-content{
    text-align: center;
    padding: 10px;
}
#support-online{
    margin: 10px 0px;
}
#column-left .product_featured{
    overflow: hidden;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    transition-duration: 0.5s;
}
#column-left .product_featured .image{
    padding: 5px;
}
.button_add_cart, .product-action.clearfix a.btn_view{
    width: 44px;
    height: 44px;
    background: #f7f7f7;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0 3px;
    font-size: 13px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    border: 1px solid #ff9800;
    display: inline-block;
}
.button_add_cart:hover, .product-action.clearfix a.btn_view:hover{
    background: #ff9800;
    color: #fff;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(221,221,221,0.71);
    -moz-box-shadow: 0px 0px 9px 3px rgba(221,221,221,0.71);
    box-shadow: 0px 0px 9px 3px rgba(221,221,221,0.71);
}
#support-online .box-content > div {
    margin-left: 0px;
    margin-top: 10px;
    width: 95%;
    height: 49px;

}
#column-left .box-content {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
#column-left .product_featured:last-child{
    border-bottom:none;
}
#column-left .product_featured:hover{
    -webkit-box-shadow: 0px 5px 18px 1px rgba(251,67,143,0.28);
    -moz-box-shadow: 0px 5px 18px 1px rgba(251,67,143,0.28);
    box-shadow: 0px 5px 18px 1px rgba(251,67,143,0.28);
}
#column-left .product_featured img{
    transition-duration: 0.5s;
}
#column-left .product_featured:hover img{
    filter:saturate(5);
}

.detail_flower {
    display: block;
    width: 80px;
    height: 25px;
    line-height: 22px;
    font-weight: bold;
    color: #636363 !important;
    border: 1px #CCC solid;
    border-radius: 4px;
    float: left;
    margin-left: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,cccccc+100 */
    background: rgb(244, 244, 244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(204, 204, 204, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

.book_flower {
    display: block;
    width: 80px;
    height: 25px;
    line-height: 22px;
    font-weight: bold;
    color: #ffeb74 !important;
    float: right;
    border: 1px #EA3169 solid;
    border-radius: 4px;
    margin-right: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe598b+0,f53e77+100 */
    background: rgb(254, 89, 139); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 89, 139, 1) 0%, rgba(245, 62, 119, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 89, 139, 1)), color-stop(100%, rgba(245, 62, 119, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254, 89, 139, 1) 0%, rgba(245, 62, 119, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254, 89, 139, 1) 0%, rgba(245, 62, 119, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254, 89, 139, 1) 0%, rgba(245, 62, 119, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(254, 89, 139, 1) 0%, rgba(245, 62, 119, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe598b', endColorstr='#f53e77', GradientType=0); /* IE6-9 */

}

.center_footer {
    width: 1156px;
    height: auto;
    margin: 0 auto;
    background: url(../image/storeft.png) top left no-repeat;
}

.container_center_footer {
    width: 1070px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 25px;
}

.container_info {
    width: 1020px;
    border: 2px #FFF dashed;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 90px;
    overflow: auto;
}

.container_main_menu {
    width: 1070px;
    height: 50px;
}

#menu_footer ul {
    margin: 0px;
    padding: 0px;
}

#menu_footer ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    padding: 0px 24px;
    background: url(../image/line.png) right no-repeat;
}

#menu_footer ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
}

#menu_footer ul li a:hover {
    background: none !important;
}

.container_info_left {
    width: 610px;
    float: left;
    padding: 10px;
}

.container_info_left h3 {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    line-height: 35px;
}

.container_info_right {
    width: 260px;
    float: right;
    padding-top: 10px;
}

.socials_footer_icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 4px;
}

#socials_footer_icon_facebook {
    background: url(../image/icon_fb.png) no-repeat;
}

#socials_footer_icon_google {
    background: url(../image/icon_gg.png) no-repeat;
}

#socials_footer_icon_twitter {
    background: url(../image/icon_tw.png) no-repeat;
}

ul.box-category > li + li {
    border-top: 1px dashed #ddd;
}
ul.box-category > li > a {
    text-indent: 29px;
}

.product-grid .product_list_index {
    width: 193px;
}

.product-grid .product_list_index {
    border: none;
}

.product-grid .name {
    background: none;
    height: 32px;
    line-height: 32px;
    margin-bottom: 3px;
    overflow: hidden;
    width: 100%;
}

.product-grid .name a {
    color: #444444;
}

.color_price {
    color: #FC4980;
}

.support-online .account {
    border-top: none;
}

table#table_book_online td {
    padding: 5px;
}

#container {
    overflow: auto;
}

#header #logo a img {
    width: 86%;
}

#header #logo {
    width: 175px;
}

.support-online .account div p {
    text-align: center;
    font-size: 14px;
    color: #444;
}
#over_menu {
    position: relative;
    z-index: 300;
    float: left;
    width: 100%;
    height: auto;
}
#over_menu .logo-top {
    margin-top: 22px;
}


#bottom_over_menu {
    width: 100%;
    float: left;
}

#menu {
    height: auto;
    margin: 0 auto;
    position: static;
    z-index: 600;
    float: left;
    padding-left: 0;
}
#menu  > ul.sf-js-enabled.sf-arrows {
    float: left;
    width: 100%;
}
#menu > ul .top {
    text-transform: uppercase;
    color: #fff;
    line-height: 44px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 8px;
}
#menu > ul > li:hover > a{ 
    color: #fff; 
}
#menu > ul > li:hover > a, #menu > ul > li.current > a{
    background: #dd3333;
}
#menu > ul .top span.fa {
    display: inline-block;
    margin-left: 3px;
}

.cart-info table {
    width: 100%;
}

.logo_memu {
    width: 219px;
    height: 136px;
    position: absolute;
    top: -38px;
    left: 466px;
    z-index: 500;
    background: url(../image/logo.png) no-repeat center;
}

.logo_memu_rps {
    height: 100%;
    background: url(../image/logo.png) no-repeat center;
    background-size: 100%;
}

#ul_info_header table {
    float: left;
}

#ul_info_header table td {
    padding: 3px 10px 3px 3px;
    font-size: 12px;
    vertical-align: middle;
    color: #b0b0b0;
}

#ul_info_header table td a {
    color: #eb068c;
}

.logo {
    max-height: 100%;
}
.logo img.img-responsive {
    max-height: 100px;
}
.nav-mobi{ display: none; }


#container_logo_rps {
    display: block;
    width: 114px;
    height: 80px;
    padding: 0px;
}

#container_logo_rps img {
    height: 100%;
}

#menu_responsive {
    margin-bottom: 0px;
    background: #FB458F;
    border: none;
    border-radius: 0px;
    font-weight: bold;
}

.navbar-toggle {
    margin-top: 19px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FB458F;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    text-align: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FB458F;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-right: 25px;
    padding-right: 16px;
}

.box_search {
   text-align: center;
}
.search{
    padding: 12px 0px;
}
.header-right.box_acc > ul{
    margin-bottom: 0;
}
.box_acc ul li{
    display:inline-block;
    padding: 0 5px;
    line-height: 40px;
}
.box_acc ul li.header-mobi {
    display: none;
}
.box_acc ul li.cart-heard:hover{
    background: #fff;
}

li.cart-heard #cart-total {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background: #8cc63f;
    height: 13px;
    padding: 0 6px;
    border-radius: 2px;
    line-height: 14px;
}

.search-all {
    float: left;
    width: 100%;
}
.search input {
    width: calc(100% - 44px);
    display: block;
    position: relative;
    float: left;
    margin: 0;
    border: 1px solid #e1e1e1
    border-radius: 4px 0 0 4px;
    font-weight: 400;
    height: 36px;
    padding: 8px 7px;
    outline: 0;
    text-indent: 10px;
    font-size: 13px;
}
#footer2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 80px;
    position: absolute;
    bottom: 0px;
    z-index: 800;
    background: none;
    margin-top: -20px;
    min-height: 0px;
    border: none;
}

#footer2_top {
    width: 100%;
    height: 20px;
    background: url(../image/bot.png) repeat-x bottom left;
}

#footer2_bottom {
    width: 100%;
    min-height: 60px;
    background: #f6acb9;
}

#footer2_bottom_center {
    max-width: 1170px;
    margin: 0 auto;
    color: #FFF;
    font-size: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5px;
}

.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}
#top_over_menu {
    width: 100%;
    background: #FFF;
}

/*
#menu>ul>li:hover {
    background: url(../image/elipdao.png) repeat-x top left;
}
*/
#menu ul li.selected_menu {
    background: url(../image/elipdao.png) repeat-x top left;
}
.container_div_product {
    border: 4px #F5A1B1 solid;
    border-radius: 10px;
    padding: 6px;
    overflow: auto;
}
.button_product_detail {
    display: block;
    padding: 8px 10px;
    background: #F5A1B1;
    color: #FFF !important;
    text-decoration: none;
    width: 100px;
    text-align: center;
    float: right;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}
.banner_content_maintop img{
    width: 100%;
}
#footer1 {
    min-height: 0px;
    width: 100%;
    height: auto;
}

#footer1_top {
    height: 8px;
    width: 100%;
    background: url(../image/elipdao.png) repeat-x bottom left;
}

#footer1_bottom {
    height: auto;
    width: 100%;
    background: #FF438F;
    overflow: auto;
}

#footer1_bottom_center {
    height: auto;
    max-width: 1170px;
    margin: 20px auto 0px auto;
}

footer #powered {
    border-top: 1px #FF83B3 solid;
    text-align: center;
}

h2.title_footer_name {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 17px;
}

.footer1_bottom_center_body {
    border-bottom: 1px #FB2077 solid;
    padding-bottom: 20px;
    overflow: auto;
}

.footer1_bottom_center_body div {
    padding-top: 10px;
}

.footer1_container_info_location p {
    margin: 0px;
}

.footer1_container_socials {
    display: block;
    width: 35px;
    height: 35px;
    background: #FFF;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
    color: #FB2077 !important;
    font-size: 18px;
}

.footer1_container_socials:hover, .footer1_container_socials:active {
    color: #FB2077;
}

#container {
    overflow: hidden;
}

.big_title_page {
    background: #FF438E;
    line-height: 50px !important;
    height: 50px;
    color: #FFF !important;
    text-indent: 20px;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 18px !important;
    font-weight: bold !important;
}

.big_title_page a {
    line-height: 50px !important;
    color: #FFF !important;
    text-indent: 20px;
    font-size: 18px !important;
    font-weight: bold !important;
}

.news-list > div > .name > a {
    font-size: 25px;
    color: #333;
}

.news-list > div > .short-content {
    font-size: 15px !important;
}

.right .description {
    font-size: 15px;
}

.right .description .name_product {
    font-size: 20px;
    color: #FB2077;
    font-weight: bold;
}

.name_product {
    font-size: 30px;
    color: #FB2077;
    font-weight: bold;
}

.contact-info {
    font-size: 15px;
}
a:hover{
    text-decoration: none;
}

.product-info .cart span.links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart span.links a {
    font-size: 11px;
    background: #8cc63f;
    border: 1px #8cc63f solid;
    padding: 10px 20px;
    display: inline-block;
    margin: 3px 0;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(200, 200, 210);
}
/*-----------------------------------------------------------*/
.box-product_ .info-p {
    padding: 0 15px 10px;
    float: left;
    width: 100%;
    text-align: center;
}
.price {
    float: left;
    width: 100%;
    text-align: center;
    color: #111;
    position: relative;
    display: block;
    min-height: 95px;
}
.price span {
    /*font-size: 17px;
    font-weight: 600;
    color: #ee1c24;*/
}
.price p{
    margin-bottom: 2px;
    float: left;
    width: 100%;
}
.price .line_1{
    background: black;
    color: #fede00;
    width: 100%;
    float: left;
    padding: 2px 2px;
    border-radius: 13px;
}
div#tab-comment .price.text-left {
    text-align: left;
}
div#tab-comment .price.text-left span{
    font-size: 21px;
    color: #e61c23;
    color: #e61c23;
}
.product-info .price {
    text-align: left;
}
.cart input[type='text']{
    font-size: 16px!important;
    text-align: center!important;
    padding: 1px 2px;
    border-radius: 3px;
}
.price del{
    color: black;
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
    font-style: italic;
}
.color_price {
    font-size: 18px;
    color: #FF438F;
}
#header_hot_new a {
    color: #eb068c;
    text-decoration: none;
}

#header_hot_new a:hover {
    text-decoration: underline;
}

#header_hot_new marquee {
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-left: 50px;
}

.container_div_product {
    position: relative;
}

.container_div_product .container_name_product_list {
    background: #f8c2cc;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    transition: height 0.5s;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.container_div_product:hover .container_name_product_list {
    height: 50px;
}

.container_name_product_list a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#footer2_bottom {
    background: url(../image/bg_footer.png) repeat;
}

#footer2_top {
    background: url(../image/elipdao2.png) repeat-x bottom left;
}

.header_show_hot_news {
    width: 100%;
    height: 40px;
    display: none;
}

.scrollbox {
    width: 450px !important;
}

#footer_column3_category a {
    color: #FFF;
}

.container_div_news {
    border: 2px #ccc solid;
    border-radius: 0px;
    padding: 6px;
    overflow: auto;
}

.container_div_news .container_name_news_list {
    background: #f8c2cc;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    transition: height 0.5s;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.container_div_news:hover .container_name_news_list {
    height: 50px;
}

.container_name_news_list a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.news-list > div {
  /*  min-height: 300px;*/
}

.product-info.row .image img {
    width: 100%;
}

@media screen and  (max-width: 1200px) {
    #over_menu .search-all {
        position: absolute;
        right: 0px;
    }
    #over_menu .container {
        position: relative;
    }
    #menu > ul .top { padding: 0 5px; }
}
@media screen and  (max-width: 992px) {
    .cart-info td.image {
        display: none;
    }
    header.header-all .bottom-header .container ul.top-menu-time li{
    	margin: 0 0 0 15px;
    }
    .box-news-content{max-width: 320px;}
    .logo{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .logo img.img-responsive{
        display: inline-block;
    }
    /*menu*/
    #header{ display: none; }
    .logo-cart-mobile {
        display: block;
        width: 100%;
        margin: 15px 0 0;
    }
    .box_acc ul li.header-mobi{
        display: inline-block;
        float: left;
        background: #424242;
        width: 40px;
        text-align: center;
        position: relative;
    }
    .box_acc ul li.header-mobi button.btn.btn-default {
        background: transparent;
        border: 0;
        color: #b0b0b0;
        font-size: 16px;
        padding: 0;
        margin-bottom: 3px;
    }
    .box_acc ul li.header-mobi a{ font-size: 16px; }
    .box_acc ul li.cart-heard{
        margin-left: 0;
        float: left;
    }
    .box_acc ul li.header-mobi:hover .search{ display: block; }
    .box_acc ul li.header-mobi .search {
        position: absolute;
        top: 100%;
        z-index: 999;
        right: 0;
        background-color: #EDEDED;
        left: auto;
        width: auto;
        padding: 5px;
        display: none;
    }
    .box_acc ul li.header-mobi .search input[type="text"] {
        position: unset;
    }
    .box_acc ul li.header-mobi .search button#_button-search {
        display: none;
    }
    #over_menu .search-all{ display: none; }
    .nav-mobi {
        display: inline-block;
        float: left;
        margin-top: 0px;
        text-align: left;
        vertical-align: middle;
    }
    .logo img.img-responsive{ display: inline-block; max-height: 120px;}
    .nav-toggle-mb {
        background: #000000;
        height: 34px;
        padding: 8px 10px 8px 10px;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        outline: none;
    }
    .nav-toggle-mb span.icon {
        background-color: #fff;
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
    }
    .nav-toggle-mb span.icon+.icon{ margin-top: 3px; }
    .menu-mobi {
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 99999;
        width: 300px;
        height: 100%;
        overflow: auto;
    }
    body.oppen .menu-mobi{
        transition: all 0.3s;
        left: 0px;
    }
    .inner-menu-mobi {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .inner-menu-mobi ul li a {
        display: block;
        padding: 0.7em 1em 0.7em 1.8em;
        outline: none;
        box-shadow: inset 0 -1px rgba(101,101,101,0.5);
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        -moz-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
        color: #fff;
        text-transform: uppercase;
        line-height: 24px;
        font-size: 14px;
    }
    .inner-menu-mobi > ul > li:first-child > a{
        padding-top: 19px;
    }
    body.oppen .bg-mb {
        width: 100%;
        height: 100%;
        opacity: 1;
        content: '';
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    .inner-menu-mobi ul.lv1 ul {
        display: none;
    }
    .inner-menu-mobi ul.lv1 li.has-child {
        position: relative;
    }
    .inner-menu-mobi ul.lv1 li.has-child span.mb-toggle {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .inner-menu-mobi ul.lv1 li.has-child span.mb-toggle:before{
        content: "\f067 ";
        font-family: "FontAwesome";
        line-height: 34px;
        font-size: 14px;
        position: absolute;
        top: -8px;
        right: 17px;
        cursor: pointer;
        color: #fff;
    }
    .inner-menu-mobi ul.lv1 li.has-child span.mb-toggle.pluss:before{
        content: "\f068";
    }
    /*end menu*/
}
@media screen and  (max-width: 768px){
    .box-heading h2 span.section-title-main{
        font-size: 20px;
    }
    .box-heading h2:after{ bottom: 20px; }
    .box-heading p{ font-weight: 400; }
    .product-info.row .description h1 {
        margin-top: 25px;
    }
    .news-home.news-latest{ padding: 30px 0px 0px; }
    header.header-all .top-right {
        background: #eaeaea;
        padding-bottom: 15px;
    }

}
@media screen and  (max-width: 480px){
    .product-info .cart a{ padding: 1px 30px; }
    .htabs a{ padding: 4px 5px; }
}
.require{
    float: left;
    width: 100%;
    margin: 25px 0px;
    background: #f1d300;
    padding: 15px;
    border-radius: 10px;
}
.footer-upper ul{
    list-style-type: none;
}