@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal; 
}
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal; 
}
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Black.ttf");
    font-weight: 800;
    font-style: normal;
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: #555;
}

.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;

}

.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;
}

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: #0098bb;

}

.btn-v, a.btn-v, .button {
    position: relative;
    background: #e9ecef;
    font-size: 16px;
    border-radius: 4px;
    color: #111;
    border: 1px solid #e9ecef;
    display: inline-block;
    padding: 8px 16px;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.btn-v:hover, a.btn-v:hover, .button:hover{
    background-color: #d3d9df;
    border-color: #cbd3da;
}

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{ list-style: none; margin: 0;}

.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;
}
.mar-bt10{
    margin-bottom: 10px;
}

.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%;
}
.row-mar75 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row-mar75 > div[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row-mar5 {
    margin-left: -5px;
    margin-right: -5px;
}
.row-mar5 > div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.container.no-pm .row{
    margin-left: -5px;
    margin-right: -5px;
}
.container.no-pm .row div[class*="col"]{
    padding-right: 5px;
    padding-left: 5px;
}


/* header */
#header {
    position: relative;
    box-shadow: none;
}
#header .on-top-header {
    background: #333;
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 38px;
    line-height: 37px;
    font-size: 11px;
}
#header .on-top-header li {
    display: inline-block;
}
#header .on-top-header a {
    display: inline-block;
    color: #CAC5C5;
    padding: 0 12px;
    text-transform: uppercase;
}
#header .on-top-header li:first-child a {
    padding-left: 0;
}
#header .on-top-header li:last-child a {
    padding-right: 0;
}
#header .on-top-header a:hover {
    color: #fff;
}
#header .top-header {
    padding: 5px 0;
    overflow: hidden;
}
#header #logo a img {
    max-height: 80px;
}


/* box-heading */
.box-heading {
    text-align: left;
    border-top: 2px solid #0098bb;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 35px;
    text-indent: 10px;
    font-weight: 600;
    color: #222;
    padding-left: 41px;
}
.box-heading:before {
    content: '';
    width: 41px;
    height: 35px;
    background-image: url('../image/icon-heading.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.box-heading h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
}



/* menu */
#menu {
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 600;
    float: left;
    width: 100%;
    padding-left: 0;
}

#menu > ul .top span.fa {
    display: inline-block;
    margin-left: 3px;
}
#menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
#menu > ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    z-index: 20;
}
#menu > ul a {
    display: block;
    text-decoration: none;
    z-index: 6;
}
#menu > ul .top {
    color: #444;
    line-height: 18px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}
#menu > ul > li.current > a,
#menu > ul > li > a:hover{
    background-color: #0098bb;
    color: #FFF;
}
#menu ul ul {
    background-color: #3D9B20;
    display: block;
    position: absolute;
    top: 150%;
    left: 0px;
    margin: 0px;
    min-width: 200px;
    z-index: 9;
    box-shadow: 0 0 5px -5px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
}
#menu > ul > li:hover > ul{
	visibility: visible;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
#menu > ul ul li {
    width: 100%;
}
#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: #fff;
    white-space: nowrap;
    font-size: 13px;
    line-height: 20px;
    padding: 7px 20px;
    font-weight: 600;
}
#menu > ul li li + li > a {
    border-top: 1px solid #6abf4d;
}
#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 {
    background: #2b7a12;
}

/*bread*/
.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.breadcrumb {
    margin: 0px 0 45px;
    background: #e9ecef;
}

.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: 26px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1); /* IE6-8 fallback on horizontal gradient */
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 4px 12px;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 5px;
    background: #FFFFFF;
    font-weight: bold;
}

.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;
    min-height: 300px;
}

/* slide */
.slideshow .row {
    margin: 0;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-bottom: 2px solid #dfdfdf;
    position: relative;
}
.slideshow .row div[class*="col-"] {
    padding: 0;
}
.slideshow .slideshow-home {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 5px;
}
.slideshow .slideshow-right{
    padding: 5px;
}
.slideshow .owl-carousel .item span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 30px 10px 10px;
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.slideshow .form-fillter h4 {
    font-size: 11px;
    color: #595959;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
}
.slideshow .form-fillter .slide-box-search {
    padding: 0 5px 5px;
}
.slideshow .slideshow-right .owl-pagination {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
}
.slideshow .slideshow-right .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
}
#search{
    width: 100%;
    position: relative;
    padding: 0;
    height: 32px;
    border: 1px solid #0054e4;
    background: #fff;
    margin-bottom: 6px;
    display: table;
}
#search select {
    float: left;
    height: 30px;
    border: 0;
    padding: 0 8px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}
#search input {
    height: 30px;
    width: auto;
    border-radius: 0;
    padding: 0 5px;
    font-size: 12px;
    text-indent: 0;
    border: 0;
}
#search #_button-search{
    background: url(btn-s.png) no-repeat 0px 0px;
    width: 28px;
    height: 28px;
    border: none;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    font-size: 0;
}
#search #_button-search:hover {
    background-position: 0px -28px;
}

/* news featured */
.box.box-news-featured {
    margin: 20px 0;
}
.box.box-news-featured .form-fillter {
    padding: 20px 15px;
    box-shadow: 1px 1px 5px #ddd;
}
.news-featured-search {
    margin: 0 -15px;
}
.news-featured-search li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
}
.news-featured-search ul.box-filter {
    width: 100%;
    display: inline-block;
}
.news-featured-search .buttons-filter {
    margin-top: 0;
    padding: 0 15px;
    text-align: center;
}
.heading-news-featured {
    background: #0896BA;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
}
.heading-news-featured a.index_new_title {
    color: #0098bb;
    font-size: 18px;
}
.index_news_list {
    border-bottom: 1px solid #ddd;
}
.index_news_list li a {
    font-weight: 700;
    padding-left: 20px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 30px;
    display: block;
    color: #0098bb;
}

/* news by category */
.news-by-type.news-by-cat .box-border {
    background: #fafafa;
}
.news-by-cat .box-border .box-heading {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #40b01a;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #ececec;
}
.news-by-cat .box-border .box-heading a {
    color: #40b01a;
    font-size: 12px;
    font-weight: 600;
}
.news-by-cat .owl-carousel{
    background: transparent;
    padding: 10px 5px;
    margin: 0 0 20px;
}
.news-by-cat .item {
    width: 100%;
    float: left;
    padding: 0 5px;
}
.news-by-cat .item .image {
    width: 94px;
    border: 3px solid #fff;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    display: block;
}
.news-by-cat .item .info-p {
    width: calc(100% - 110px);
    float: left;
    text-align: left;
}
.news-by-cat .item .info-p .name a {
    display: block;
    text-align: left;
    color: #494949;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.news-by-cat .item .info-p .name a:hover{
    color: #40B01A;
}
.news-by-cat .item .info-p .wrap-desc {
    font-size: 12px;
    margin: 0;
}
.news-by-cat .owl-carousel .owl-buttons .owl-prev {
    background: url(../image/sc3_left.png) no-repeat 0px 0px;
    width: 6px;
    height: 10px;
    top: -22px;
    right: 18px;
    opacity: 1!important;
    left: auto;
    transition: 0s;
}
.news-by-cat .owl-carousel .owl-buttons .owl-next {
    background: url(../image/sc3_right.png) no-repeat 0px 0px;
    width: 6px;
    height: 10px;
    top: -22px;
    right: 10px;
    opacity: 1!important;
    transition: 0s;
}
.news-by-cat .owl-carousel .owl-buttons .owl-prev:hover,
.news-by-cat .owl-carousel .owl-buttons .owl-next:hover{ background-position: 0px -10px; }

/* 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: 70px 0px 50px;
    background: #fff;
}
.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{
    color: #40b01a;
}
.box-news-content .info-p .excerpt {
    color: #848484;
    margin-bottom: 20px;
    line-height: 24px;
}

/**/
.info-post .name a {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.1;
}
.info-post .excerpt {
    font-size: 13px;
    margin-bottom: 15px;
}
.info-post a.btn-v {
    background: #40b01a;
    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;
}

.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;
}

.write-comment {
    background: none repeat scroll 0 0 #eee;
    padding: 10px;
}
.write-comment .name input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
}
.write-comment input.btn-v {
    background: #40b01a;
    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;
}

.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%;
    display: none;
}

.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 {
    text-decoration: none;
    width: 100%;
    float: left;
}

#column-right {
    text-decoration: none;
    width: 100%;
    float: right;
}

.product-info.row .description {
    width: 100%;
    float: left;
}
.product-info.row .description h1 {
    line-height: 1.3;
    color: #212529;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
}
.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;
    width: 100%;
}
.product-info.row .price span.price-old {
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.product-info .cart a {
    background: #40b01a;
    color: #fff;
    margin-bottom: 15px;
}
.product-info .cart a:hover {
    background: #404347;
}
.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;
}
#tab-related h3{ margin: 0 0 20px; }
.slide-related.owl-carousel{ background: transparent; margin-bottom: 0;}
#content {
    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;
    clear: both;
    min-height: 100px;
    margin-top: 10px;
}

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 {
}



#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;
}

.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_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;
}
#support-online{
    margin: 0 0 10px;
    background: url(../image/img_support_online_header.jpg) no-repeat left top;
    background-size: 100%;
}
#support-online .box-content-support{
    margin-top: 80px;
    background: #F8F8F8;
}
#support-online .tel-hotline {
    position: relative;
    top: 60px;
    left: 85px;
    font-weight: 600;
    color: #ff0000;
}
#support-online .item-support {
    padding: 5px;
    font-size: 13px;
}
#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{
    display: inline-block;
    padding: 11px;
    border: none;
    background: #23170e;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.button_add_cart:hover, .product-action.clearfix a.btn_view:hover{
    background: #40b01a;
    color: #23170e;
}
#support-online .box-content > div {
    margin-left: 0px;
    margin-top: 10px;
    width: 95%;
    height: 49px;

}

/**/
#column-left .box-heading, #column-right .box-heading {
    margin-bottom: 0px;
    border-right: 1px solid #ddd;
}
#column-left .box-content, #column-right .box-content {
    padding: 15px 10px 10px 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 30px;
}
.item-news-column {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #E5E5E5;
}
.item-news-column:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.item-news-column .image {
    width: 70px;
    float: left;
}
.item-news-column .name {
    width: calc(100% - 70px);
    float: left;
    padding-left: 15px;
}
.item-news-column .name p {
    font-size: 13px;
    margin: 0 10px 0 0;
    font-style: italic;
    color: #0098bb;
}
.box.md-filter {
    margin-bottom: 10px;
}
ul.box-filter .select2-container {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 2px 0 2px 0;
}
#column-right .buttons-filter{
    text-align: right;
}
.buttons-filter{
    margin-top: 10px;
}
.buttons-filter .button{
    background: #0098bb url(../image/btn_Search.png) no-repeat 10px 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 6px 15px 6px 35px;
    border: 0;
    border-radius: 0;
    display: inline-block;
}

.banner_content_coumn .item {
    padding-top: 10px;
}
.banner_content_coumn .item img {
    margin-bottom: 10px;
}
.banner_content_coumn .owl-carousel{
    margin: 0;
}
.banner_content_coumn .owl-pagination,
.products_newss.pro_slide .owl-pagination,
.products_vip.pro_slide .owl-pagination{
    top: 0;
    margin-top: 10px;
}
.banner_content_coumn .owl-controls .owl-page,
.products_newss.pro_slide .owl-controls .owl-page,
.products_vip.pro_slide .owl-controls .owl-page{
    margin: 0px 2px;
}
.banner_content_coumn .owl-controls .owl-page span.owl-numbers,
.products_newss.pro_slide .owl-controls .owl-page span.owl-numbers,
.products_vip.pro_slide .owl-controls .owl-page span.owl-numbers{
    width: 18px;
    height: 20px;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
}
.banner_content_coumn .owl-controls .owl-page.active span.owl-numbers,
.products_newss.pro_slide .owl-controls .owl-page.active span.owl-numbers,
.products_vip.pro_slide .owl-controls .owl-page.active span.owl-numbers{
    font-weight: bold;
    background: #f1f1f1;
}

#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;
}


.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 {
    
}

.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;
}
#cart-top-all {
    float:  right;
    padding: 8px 0px 2px 10px;
    position: relative;
}
#cart-top-all .media.heading a {
    color: #616161;
    float: right;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    padding: 0px;
}
.search-top {
    float:  right;
}
.search-top .search {
    padding:  0;
    display: inline-table;
    vertical-align: middle;
}
.search-top .search input[type="text"] {
    width: 100%;
    float:  none;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background-color: transparent;
    border-radius: 0px;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    text-indent: 0;
    display: none;
}
.search-top .search:hover input[type="text"]{ display: block; }
.search-top .search span {
    width: auto;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.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;
}

.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!important;
}

.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);
}
/*-----------------------------------------------------------*/
.price {
    float: left;
    width: 48%;
    text-align: left;
    color: #23170e;
    position: relative;
    display: block;
}
.price span {
    font-size: 18px;
    display: block;
    line-height: 18px;
}
.product-info .price {
    text-align: left;
}
.product-info.row .description .price span {
    display: inline-block;
    margin-right: 5px;
}
.cart input[type='text']{
    font-size: 16px!important;
    text-align: center!important;
    padding: 1px 2px;
    border-radius: 3px;
}
.price del{
    font-weight: 400;
    color: #23170e;
    font-size: 12px;
}
.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;
    }
}
@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 img.img-responsive { width: 100px; }
    .container { width: 100%; }
}
@media screen and  (max-width: 768px){
	/*menu*/
    #header{ padding: 10px 0; }
    #cart-top-all{ padding: 5px 0 0; }
    .logo {
        width: 100%;
        text-align: center;
    }
    .logo img.img-responsive{ display: inline-block; width: 90px;}
    .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: right;
        margin-top: 10px;
        text-align: left;
        vertical-align: middle;
    }
    .nav-toggle-mb {
        background: transparent;
        padding: 0;
        border: 0;
        cursor: pointer;
        outline: none;
        font-size: 30px;
        color: #23c395;
        line-height: 1;
    }
    .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: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 300px;
        height: 100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .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 .inner-container-all {
        transform: translate3d(300px, 0px, 0px);
    }
    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*/
    .box-heading h2{
        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;
    }
    .news-featured-search li {
        width: 100%;
    }
}