


/* fix common*//* fix common*//* fix common*//* fix common*//* fix common*/
/* fix common*//* fix common*//* fix common*//* fix common*//* fix common*/
/* fix common*//* fix common*//* fix common*//* fix common*//* fix common*/
/* fix common*//* fix common*//* fix common*//* fix common*//* fix common*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');

@font-face {
  font-family: staccato;
  src: url('staccato.ttf');
}

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

body {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    background-repeat: repeat;
    background-position: center;
    word-wrap: break-word;
    line-height: 24px;
    letter-spacing: 0.8px;
}

a{
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
a:hover,a:focus,a:active{
    text-decoration: none;    
    color: #451b1c;
}
img, iframe{
    max-width: 100%;
}

input[type='text'], 
input[type='password'], ''
textarea{
    border-radius: 0;
}
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;
}
.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;
    margin: 0 auto;
}

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

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

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

ul{ list-style: none; margin: 0; padding: 0}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.clear {
    clear: both;
}

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

.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;
    border: 1px solid #BBDF8D;
}
.warning {
    background: #FFD1D1 ;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC;
    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;
}
.product-compare > a{
    color: #999;
    display: block;
    padding: 10px 0;
}
.product-compare > a:hover{
    color: #451b1c;
}
/*dc*/
.inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-cel {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.product-by-type{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product-by-type .owl-carousel .owl-item{ padding: 0;}
.product-by-type .owl-carousel .owl-item .name a:hover{
    color: #451b1c;
}

h2.title{
    margin: 0 0 20px;
    padding: 0 0 20px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-size: 20px;
}
h2.title:before{
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background: #2a2a2a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
p.desc{
    text-transform: uppercase;
    font-size: 13px;
    color: #616161;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 42px;
}
/*all carousel*/
.owl-carousel .owl-buttons div i {
    font-size:20px;
}
.owl-carousel .owl-buttons div:hover i {
    color: #000
}
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;
}

.border-dashed{
    border: 1px dashed #451b1c;
}
.decorate .square{
    width: 8px;
    height: 8px;
    background: #451b1c;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.decorate .square:after{
    content: '';
    border: 1px solid #d8d8d8;
    width: 40px;
    position: absolute;
    left: 15px;
    top: 3px;
}
/* by name html *//* by name html *//* by name html *//* by name html */
/* by name html *//* by name html *//* by name html *//* by name html */
/* by name html *//* by name html *//* by name html *//* by name html */
/* by name html *//* by name html *//* by name html *//* by name html */
/*nav*/
.container{
    max-width: 100%;
}
.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%;
}

nav {
    background-color: #232323;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.52px;
    color: #ababab;
    z-index: 999;
}
nav .box-nav{
    display: inline-block;
    vertical-align: top;
}
nav .box-nav li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
nav .box-nav li.text_logged{
    padding-right: 10px;
}
nav .box-nav li a{
    color: #ababab;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
    line-height: 40px;
}
nav .pull-left .box-nav li a{
    color: #451b1c;
}
nav .box-nav a i{
    margin-right: 5px;
}
nav .box-nav li a:hover{
    color: #fff;
}
nav .box-nav li .content a:hover{
    color: #333;
}
nav .box-nav .img-svg{
    width: 14px;
    vertical-align: text-top;
    margin: 1px 5px 0 0;
}
nav .box-nav-button{
    font-size: 20px;
}

/*nav */
.nav-mobi{ 
    display: none; 
}
.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;
}


/*header*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#header .header-group {
    width: 100%;
    float: left;
    clear: both;
}
#header .header-left{
    display: none;
    float: left;
    padding: 35px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .header-left > a{
    font-size: 30px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #451b1c;
    display: none;
}
#header .header-left .logo img{
    height: 30px;
}
#header .header-left .logo .logo_mobile{
    display: none;
}
#header .header-right{
    float: right;
}
/* menu */

#over_menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

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

#menu  > ul.sf-js-enabled.sf-arrows {
    float: left;
    width: 100%;
}
#menu > ul > li{
    margin: 27px 15px;
}

#menu > ul .top {
    font-family: staccato;
    color: #451b1c;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#menu > ul li.current .top, #menu > ul li:hover .top{
    opacity: 1;
}


#menu > ul .top span.fa {
    display: inline-block;
    margin-left: 3px;
}
#menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
#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 ul {
    right: 0;
    position: absolute;
    border: none;
    background: #fff;
    border-radius: 0;
    transition: 0.3s all ease 0s;
    padding: 10px 0;
    margin: 26px 0 0;
    min-width: 300px;
    width: auto;
    white-space: nowrap;
    top: 170%;
    opacity: 0;
    display: inline-block;
    visibility: hidden;
}
#menu ul ul:before{
    content: "";
    background: #0e020200;
    top: -42px;
    width: 100%;
    height: 42px;
    right: 0;
    position: absolute;
}
#menu > ul > li:hover > ul{
    opacity: 1;
    top: 100%;
    z-index: 999;
    visibility: visible;
}
#menu > ul ul li {
    width: 100%;
    display: block;
}

#menu ul ul ul {
    top: 50%;
    left: 100%;
    margin-top: 0
}
#menu ul ul li:hover ul{
   z-index: 1;
   opacity: 1;
   top: 0;
   z-index: 999;
   visibility: visible;
}
#menu > ul li li a {
    padding: 10px 20px;
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #451b1c;
    text-transform: uppercase;
    transition: 0.1s all ease 0s;
    position: relative;
}
#menu > ul li li a i.fa {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    width: 30px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #451b1c;
}
#menu > ul li li a span {
    margin-right: 10px;
}
#menu > ul li li:hover{
    background-color: #f0f0f0;
}
#menu > ul li li:hover > a, #menu > ul li li a i.fa {
    color: #333;
    font-weight: 400;
}


/*menu footer */
#menu_footer {
    background: #FC4980;
}

#menu_footer > ul .top {
    color: #FFF;
    line-height: 20px;
}
#menu_footer ul {
    margin: 0px;
    padding: 0px;
}

#menu_footer ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    padding: 0px 24px;
}

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


/* language */
#language {
    display: inline-block;
    width: auto;
}
#language > ul > li{ display: inline-block; margin-right: 10px;}

#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;
}
/*cart*/
/*#cart-top-all{
    display: inline-block;
    float: right;
    margin: 32px 0 32px 36px;
}
*/
#cart-top-all{
    position: fixed;
    top: 90px;
    right: 15px;
    z-index: 999;
}

#cart {
    position: relative;
}
#cart > .heading{
    z-index: 2;
}
#cart > .content{
    margin-top: 0px;
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    right: 100%;
    top: 0%;
    z-index: -1;
    padding: 0;
    overflow: hidden;
    width: 500px;
    opacity: 0;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#cart:hover > .content{
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#cart > .content .mini-cart-info li {
    padding: 10px;
    position: relative;
    text-align: left;
    width: 100%;
    display: inline-block;
}
#cart > .content .mini-cart-info li .image {
    width: 30%;
    float: left;
}
#cart > .content .mini-cart-info li .info-cart-r{
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#cart > .content .mini-cart-info li .info-cart-r .remove {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
#cart > .content .mini-cart-info li .info-cart-r .name a {
    font-size: 14px;
    font-weight: 500;
}

#cart > .content .mini-cart-info li .info-cart-r .quantity,
#cart > .content .mini-cart-info li .info-cart-r .total {
    display: inline-block;
    font-size: 13px;
    text-transform: lowercase;
}
#cart > .content .mini-cart-total li {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
#cart > .content .mini-cart-total, #cart > .content .checkout{
    padding: 0 10px;
}
#cart > .content .checkout a {
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 1px solid #222;
    height: 35px;
    line-height: 32px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 10px;
}
#cart > .content .checkout a:last-child{
    margin-bottom: 20px;
}
#cart > .content .checkout a:hover{
    color: #fff;
    background: #1c1c1c;
    border-color: #1c1c1c;
}
#cart > .content .empty {
    padding: 20px;
    font-size: 16px;
    text-align: center;
}
.cart input[type='text']{
    font-size: 16px!important;
    text-align: center!important;
    padding: 1px 2px;
    border-radius: 3px;
}
#cart .cart-inner{
    display: flow-root;
    clear: both;
    height: 45px;
}
#cart .cart-title{
    position: relative;
    min-width: 50px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    float: right;
    text-align: center;
    background-image: url(../theme/aptech/image/bg-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#cart .cart-title img{
    width: 14px;
}

#cart #CartCount{
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
} 
.cart-info .quantity a{
    width: 30px; height: 30px;
        line-height: 30px;
    text-align: center;
    margin: 0 3px;
    border-radius: 5px;
    display: inline-block;
    color: #fff
}
.cart-info .quantity input{
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    height: 30px;
    margin: 0;
    text-align: center;
}
.cart-info .quantity a.update{
    background-color: #00acd4;
    border: 1px solid #00acd4;
}
.cart-info .quantity a.remove{
    background-color: #f62626;
    border: 1px solid #f62626;
}
.cart-info .quantity a:hover{
    background-color: #333;
    border: 1px solid #333;
}
/*breadcrumb*/
.breadcrumb {
    background: #e9ecef;
    border-radius: 0 !important;
}
.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
}
.breadcrumb, .breadcrumb a:first-child i{
    margin-right: 0;
    width: 100%;
}
.breadcrumb a:first-child i{
    float: left;
}
/* btn of module_carousel and slide_content_at_bottom*/


/*.banner-partner {
    padding: 0 !important;
}
.banner-partner .owl-wrapper-outer .owl-item{
    padding: 5px;
}
.banner-partner .owl-wrapper-outer .owl-item .item{
    border: 1px solid #f3f3f3;
    text-align: center
}
.banner-partner .owl-wrapper-outer .owl-item .item a,
.banner-partner .owl-wrapper-outer .owl-item .item a img{
    text-align: center
}
.banner-partner .owl-controls .owl-buttons .owl-prev,
.banner-partner .owl-controls .owl-buttons .owl-next{
 top:48%;
 }*/

 /* infomation page */
 .content-map iframe{
    width: 100%; 
    height: 400px;
}

/*end*/


/*checkout page*/
.list-product-checkout {
    padding: 10px 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.list-product-checkout li {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.list-product-checkout .image-pro {
    float: left;
}
.list-product-checkout .image-pro a.over-image {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    position: relative;
}
.list-product-checkout .image-pro a.over-image span.total-item {
    background-color: rgba(153,153,153,0.9);
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: -10px;
    right: -10px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 100%;
}
.list-product-checkout .image-pro .name-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.list-product-checkout li .price-item {
    float: right;
    line-height: 65px;
    margin: 0;
    font-size: 15px;
}
.list-product-checkout .total-all-item {
    width: 100%;
    display: inline-block;
    font-size: 16px;
}
/* box-heading */
.box-heading {
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}
.box-heading h2{
    font-family: staccato;
    width: 100%;
    padding: 25px;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.box-heading p {
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.box-heading .btn-view{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
/* for all module*/
.box-product_{
    float: left;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;

}
.box-product_ .box{
    display: inline-block;
    position: relative; 
    vertical-align: top; 
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
}
.box-product_ .per{
    display: block;
    width: 30px;
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
}
.box-product_ .image {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
}
.box-product_ .image a{
    position: relative;
    display: block;
}
.box-product_ .image a:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: rgba(35, 35, 35, 0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.box-product_:hover .image a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.box-product_ .image img{ 
    margin: auto;
    width: 100%;
}
.box-product_ .info-p{
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 10px 5px 0px 5px; 
}
.box-product_ .info-p .name a{
    font-family: 'Roboto', sans-serif;
    display: block;
    float: left;
    color: #451b1c;
    font-weight: bold;
    font-size: 12px;
    width: calc(100% - 150px);
    height: 40px;
    padding: 0 5px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.3s all ease 0s;

}
.box-product_ .info-p .name a:hover{ 
    color: #b11b1c; 
}
.box-product_ .price {
    position: relative;
    width: 150px;
    height: 32px;
    margin: 5px 0;
    float: right;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-product_ .price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff url('../theme/aptech/image/price.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}
.box-product_ .price span {
    font-family: 'Open Sans', sans-serif;
    color: #fef600;
    padding: 0;
    margin-left: 15px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}
.box-product_ .price span.new{
    display: none;
}
.box-product_ .btn-group{
    position: absolute;
    left: 0;
    bottom: calc(50% - 19px + 25px);
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    width: 100%;
    text-align: center;
}
.box-product_:hover .btn-group{
    transform: translateX(0px);
    opacity: 1;
}
.box-product_ .btn-item{
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
    height: 38px;
    width: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    transition: 0.3s all ease 0s;
    background: #fff;
    border: solid 1px #e6e6e6;
    border-left: none;
    cursor: pointer;
}
.box-product_ .btn-item:first-child{
    width: auto;
    border-left: solid 1px #e6e6e6;
    padding: 0 10px;
}
.box-product_ .btn-item:hover{
    background-color: #451b1c;
    border-color: #451b1c;
    color: #fff;
}
.box-product_ .btn-item:hover .fa-eye-slash:before{
    content: "\f06e";
}
/* thông tin trang sản phẩm chi tiết */
.product-info.row{
    margin: 60px 0 30px;
    clear: both
}

.product-info.row .description {
    width: 100%;
    display: flow-root;
    clear: both;
}
.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 .description .stock{
    margin-bottom: 15px;
}
.product-info.row .star i{
    color: #fff000;
}
.product-info.row .price {
    color: #595057;
    margin: 10px 0;
    width: 100%;
    line-height: 40px;
}
.product-info.row .price .title{
    font-size: 26px;
}
.product-info.row .price span.price-new {
    font-size: 30px;
    color: #ff0000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-info.row .price span.price-old {
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.product-info.row .info-sale{
    margin-top: 30px;
    margin-bottom: 50px;
}
.product-info.row .cart #input-quantity{
    width: calc(100% - 90px);
    height: 45px;
    border: 1px solid #451b1c;
    outline: none;
    position: relative;
    border-radius: 0;
    border-right: 0;
    float: left;
}
.product-info.row .cart button.button_add_cart{
    width: 100%;
    margin-bottom: 15px;
    background: #451b1c;
    color: #fff600;
    font-weight: 600;
    border: 0;
    padding: 10px;
    border-radius: 25px;
    text-transform: uppercase;
}
.product-info.row .cart button{
    background: #451b1c;
    border: 1px solid #451b1c;
}
.product-info.row .cart .input-btn button {
    float: left;
    height: 45px;
    width: 45px;
    color: #fff;
    border-left: 0;
    border-radius: 0;
}

.product-info .cart button:hover {
    background: #404347;
}

.product-info .contact_social{
    display: block;
    margin-bottom: 15px;
}
.product-info .contact_social > div{
    background: #00aff2;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
}
.product-info .contact_social > div a {
    color: #fff;
}
.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;
}

.product-info .price {
    text-align: left;
}

.product-info ul.list-info-sale{
    padding: 0;
    margin: 0;
}
.product-info ul.list-info-sale li {
    display: inline-block;
    width: 100%;
}
.product-info ul.list-info-sale li span.icon {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px dashed #d6d6d6;
    line-height: 70px;
    text-align: center;
    color: #451b1c;
    font-size: 30px;
}
.product-info ul.list-info-sale li .info-sale-content{
    float: left;
    width: calc(100% - 70px);
    padding-left: 20px;
    padding-top: 15px;
}
.product-info ul.list-info-sale li .info-sale-content p {
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    
}
.product-info ul.list-info-sale li .info-sale-content .title-sale {
    text-transform: capitalize;
    font-weight: normal;
    margin-right: 5px;
    font-size: 13px;
}
.product-info ul.list-info-sale li .info-sale-content .hotline a {
    font-size: 18px;
    font-weight: 700;
    color: #ff4a00;
}
#tab-related {
    background-color: #f5f5f5;
}
#tab-related .box-heading{
    text-align: left;
}
#tab-related .box-heading h2{
    color: #451c1c;
}
/* button slide */

.owl-carousel .owl-buttons [class*=owl-]{
    display: block;
    font-size: 0;
    color: #999999;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #ebebeb;
    border-radius: 5px;
    
}
.owl-carousel .owl-buttons .owl-prev, .owl-carousel:hover .owl-buttons .owl-prev{
    left: -5px;
}
.owl-carousel .owl-buttons .owl-next, .owl-carousel:hover .owl-buttons .owl-next{
    right: -5px;
}

.owl-carousel .owl-buttons div i{
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 600;
}
.owl-carousel:hover .owl-buttons div{
    opacity: 1;
}

/*box list*/
.box-menu-group{
    clear: both;
    float: left;
    width: 100%;
}
.box-list{
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
    margin-right: 10px
}
.box-list-heading{
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #451b1c;
    cursor: pointer;
    position: relative;
}
.box-menu .box-list-heading{
    margin-top: 12px
}
.box-list-heading i{
    font-weight: 600;
    font-size: 17px;
    margin-right: 10px;
}
.box-menu .box-box{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 100%;
}
.box-box .lv1{
    background-color: #f2e3c4;
    border: 1px dashed #451b1c;
    border-bottom: none;
}
.box-box li{
    position: relative;
}
.box-box ul li a{
    display: block;
    border-bottom: 1px dashed #451b1c;
    font-weight: 600;
    color: #000;
}

.box-box .lv1 .box-item a{
	padding: 15px 20px;
}

.box-box .lv2 .box-item a{
	padding: 7px 20px;
	font-weight: 400;
}

.box-box ul li .plus-btn{
    cursor: pointer;
    float: right;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    z-index: 7;
    text-align: center;
    padding: 0;
    line-height: 40px;
    transition: all 0.2s ease;
}
.box-box ul li .plus-btn:hover{
    color: #451b1c;
}
.box-box ul li .plus-btn.minus i:before{
    content: "\f067";
}
.box-box ul ul{
    display: block;
    padding: 10px 10px 15px 15px;
    border-bottom: 1px dashed #451b1c;
}
.box-box ul.lv2 li > a{
    border: none;
}

.box-product-column .box-product_{
	margin: 15px 0;
}
/*banner-top-all (At the top of Breadcrumb)*/

.banner-top-all {
    position:  relative;
}
.banner-top-all .container {
    text-align: center;
    padding: 25px;
    height: 130px;
}
.banner-top-all .container > img{
    height: 80px;
}
.banner-top-all .container h1 {
    font-size:  50px;
    color: #fff;
    font-weight: 300;
    position:  relative;
    z-index: 2;
    text-align:  center;
    opacity: 0;
    visibility: hidden;
}

.banner-top-all > img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
    /*.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;
    }*/

    /* phân trang */

    .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: #451b1c;
        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: #451b1c;
    }

    .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 #451b1c;
        border-color: #451b1c;
        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;
        width: 100%;
    }

    .htabs_pro{
        height: 55px;
        border-bottom: 5px solid #451b1c;
    }
    .htabs a {
        background: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1);
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        padding: 10px 15px;
        float: left;
        /*font-family: "Open Sans", sans-serif;*/
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #707070;
        display: none;
        width: 175px;
        height: 50px;
        line-height: 28px;
        max-width: 50%;
    }

    .htabs a.selected, .htabs a:hover {
        padding-bottom: 11px;
        font-weight: bold;
        background-color: #451b1c;
        color: #fff;
    }

    .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;
        font-size: 15px;
    }
    .tab-content img {
        max-width: 100% !important;
        height: auto !important;
    }



    /* box */
    .box {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .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 {
        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;
        margin: 0;
    }


    /* 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;
        text-indent: 10px;
    }
    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 category*/

/* news info (in news/news.apt )*/
.news-info {
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
}
.
.news-info .news-heading{
    height: 350px;
    overflow: hidden;
    vertical-align: middle;
}
.news-info .news-heading img{
    width: 100%;
    display: none;
}
.news-info .news-body{
    padding: 35px;
}
.news-info .news-body h1{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}


.news-info .news-footer{
    padding: 10px 35px;
    color: #797979;
}

.news-info .date {
    display: inline-block;
}

.news-info .comment {
    display: inline-block;
    text-align: right;
    float: right;
}


.news-info .comment .share a , .news-info .comment .share span{
    float: left: 0;
}

.news-description * {
    max-width: 100%;  
}



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

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

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

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

/* info-post (in news/category.apt )*/
.box_list_news .image img{
    width: 100%;
    border: 1px solid #0000000f;
}
.box_list_news .info-post {
    padding: 30px;
}
.info-post .name a {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.info-post .sub_excerpt {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 20px 0;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
}
.info-post .excerpt {
    font-size: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
}
.info-post a.btn-v {
    background: #451b1c;
    color: #fff;
}
.info-post a.btn-v:hover{
    background: #333;
}



/* 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*/
.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*/

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

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

.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*/
.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;
}
/* aboutus page */
.aboutus-page{
    padding: 30px;
}
.aboutus-page .aboutus-heading{
    margin: 15px 0;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
/* 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;
    margin-bottom: 20px;
    border-radius: 5px;
}
.write-comment input.btn-v {
    background: #451b1c;
    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;
}
.write-comment .rating span {
    cursor: pointer;
}

/*captcha*/

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

/* 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;
}

.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*/

.contact-info {
    overflow: auto;
    margin-bottom: 20px;
}

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

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

/*location*/
.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 */

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info ul ul{
    margin-left: 30px;
    list-style: circle;
}
.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;
}

/* layout */
[id *= column-] > div{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
#column-left {
    text-decoration: none;
    width: 100%;
    float: left;
}
#column-right {
    text-decoration: none;
    width: 100%;
    float: right;
}
#content {
    text-decoration: none;
    margin-bottom: 25px;
}
#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%;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 215px;
}
#column-right + #content {
    margin-right: 215px;
}

[id*="column-"] .box-content{
    padding: 10px;
    border: 1px dashed #451b1c;
    overflow: hidden;
}
[id*="column-"] .box-content .owl-pagination{
    top: 0;
}
#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;
}
#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);
}


/*tabrelated*/
.slide-related .item {
    padding: 15px;
    display: flex;
}
.slide-related.owl-carousel{ 
    background: transparent;
    margin-bottom: 0;
}

/*product/product..*/
.product-filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    clear: both;
}

.product-filter .limit {
    float: right;
    display: none;
}
.product-filter .sort {
    float: right;
    /*margin-right: 11px;*/
}
.product-filter select{
    padding: 5px 10px;
    border-radius: 5px;
}
.product-filter > div > b {
    text-transform: uppercase;
}
/* drop-box*/
.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;
}

/* livesearch */
#livesearch_search_results {
    position: absolute !important;
}

/*search */
.search{
    background-color: #f2f2f2;
    width: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    border: 1px solid #f2f2f2;
}
.search-all {
    float: left;
    width: 100%;
}
.search input {
    padding: 0px 36px 0 10px;
    float: left;
    border: 0;
    line-height: 36px;
}
.search #_button-search{
    cursor: pointer;
    height: 36px;
    width: 36px;

    background-color: transparent;
    font-size: 14px;
    padding: 0;
    border: none;
    border-left: 1px solid #cacaca;
    top: 0;
    right: 0;
    position: absolute;
}
}
.search #_button-search:focus, #box-search-top select:focus, .search input:focus{
    outline: none;
}
    /*.box-search-nav{
    display: inline-block;
    float: right;
    width: 42px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-image: url('../theme/aptech/image/bg-button.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    margin: 32px 0 32px 45px;
    padding: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    }*/
    .box-search-nav{
        width: 50px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        background-image: url('../theme/aptech/image/bg-button.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: transparent;
        position: fixed;
        top: 160px;
        right: 15px;
        z-index: 999;
        text-align: center;
    }
    #box-search-top{
        position: absolute;
        top: 0%;
        right: 100%;
        color: #000;
        display: block;
        width: auto;
        border: 1px solid #ddd;
        z-index: -1;
        opacity: 0;
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%);
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }
    .box-search-nav .btn-open-search{
        z-index: 2;
    }
    .box-search-nav:hover #box-search-top{
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    #box-search-top select{
        background-color: #f2f2f2;
        width: auto;
        border: none;
        overflow: hidden;
        display: none;
        vertical-align: top;
        padding: 12px 10px;
    }
    /* product_list_index */
    .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 */
    #footer{
        margin: 0;
        padding: 0;
        min-height: 110px;
        font-family: 'Open Sans', sans-serif;
        background: #fff url('bg-footer.png') no-repeat center;
        background-size: cover;
    }
    #footer .footer-top{
        border-top: solid 1px #f2f2f2;
        padding: 35px 0;
    }
    #footer .footer-top .title h3{
        color: #2a2a2a;
        font-size: 16px;
        margin: 0 20px 0 0;
        padding: 0;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        line-height: 35px;
    }
    #footer .footer-top .newsletter{
        display: flex;
        clear: both;
    }
    #footer .footer-top .form-newsletter{
        display: inline-block;
        float: left;
        max-width: 270px;
        position: relative;
    }
    #footer .footer-top .form-newsletter .newsletters-input{
        width: 100%;
        height: 35px;
        padding: 0 112px 0 12px;
        font-size: 13px;
        color: #888888;
        border: 1px solid #eaeaea;
        background: #fff;
        font-weight: 300;
        transition: 0.3s all ease 0s;
        border-radius: 0;
        box-shadow: none;
    }
    #footer .footer-top .form-newsletter .newsletters-btn{
        width: 100px;
        height: 100%;
        border: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background: #717171;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        text-align: center;
        line-height: 35px;
    }

    #footer .footer-all {
       padding: 65px 0 40px;
   }

   #footer .footer-all .title {
    margin: 0 0 45px;
    display: block;
    padding: 0 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #451b1c;
    position: relative;
}

#footer .footer-all .title:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #451b1c;

}
#footer .footer-all .box-content {
    padding: 0;
    padding-top: 7px;
    padding-right: 10px;
}
#footer .footer-all .box-content ul.links-contact li i{
    font-size: 20px;
}

#footer .footer-all .box-content ul li span{
    color: #959595;
    font-weight: normal;
    
}
#footer .footer-all .box-content ul li a{
    color: #451c1c;
    font-weight: normal;
}
#footer .footer-all .box-content ul li i{
    width: 15px;
    font-size: 10px;
    line-height: 16px;
}
#footer .footer-all .box-content ul li a:hover{
    color: #451b1c;
}
#footer .footer-all .box-content ul li .bold{
    position: relative;
    margin-bottom: 10px;
    color: #451c1c;
    font-size: 14px;
    font-weight: bold;
}
#footer .footer-all .row-mid {
    margin-top: 30px;
}
#footer .footer-all .row-mid .title{
    color: #451b1c;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
    margin: 0px 0 10px;
}
#footer .footer-all .row-mid .title:after{
    width: 50px;
}
#footer .footer-all .newsletter .form-newsletter{
    position: relative;
    clear: both;
}
#footer .footer-all .newsletter .newsletters-input{
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    padding: 5px 100px 5px 10px;
}
#footer .footer-all .newsletter .newsletters-btn{
    border: none;
    background-color: #451c1c;
    color: #fff;
    border-radius: 0;
    height: 40px;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}
#footer .footer-all .newsletter .newsletters-btn i{
    margin-right: 5px;
}
#footer .footer-all .media-service{
    margin-bottom: 25px;
}

#footer .footer-all .media-service .social-network:before,
#footer .footer-all .media-service .social-network:after{
    display: table;
    content: "";
}
#footer .footer-all .media-service a{
 color: #451b1c;
 font-size: 22px;
 margin: 0 12px 0 0;
 width: 30px;
 text-align: center;
 transition: 0.3s all ease 0s;
}
#footer .footer-top .media-service a:hover{
    background-color: #451b1c;
    border-color: #451b1c;
    color: #fff;
}
#footer .footer-all .bct , #footer .footer-all .dmca {
    clear: both;
}
#footer .footer-all .bct .img, #footer .footer-all .dmca .img{
    margin-bottom: 10px;
    width: 30%;
    float: left;
}
#footer .footer-all .bct img, #footer .footer-all .dmca img{
    max-height: 50px;
    max-width: 100%;
}
#footer .footer-all .bct p, #footer .footer-all .dmca p{
    width: 70%;
    font-size: 12px;
    color: #451b1c;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
}
#powered{
    padding: 13px 0;
    background: #e6e6e6;
    color: #666666;
}
#powered span{ 
    margin: 0; 
    font-size: 12px;
    font-style: italic;
    text-align: left;

}
#powered span img{
    max-height: 25px;
}
#powered a {
    color: #d2d2d2;
}
#powered a:hover{
    color: #c1c1c1;
}

.scroll-head {
    background: transparent;
    cursor: pointer;
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 15px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999;
    border: solid 2px #451b1c;
    padding: 3px;
    position: fixed;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=10000);
}
.scroll-head i{
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    color: white;
    padding: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #451b1c;
    border-radius: 50%;
    z-index: 999999;
}
.scroll-head.visible {
    transform: scale(1);
    opacity: 1;
}
#footer .footer-all .facebook-like-box {
    width: 100%;
    overflow: auto;
}
/* mở đầu đoạn hotline*/
.phonering-alo-phone {
    position:fixed;
    visibility:hidden;
    background-color:transparent;
    width:200px;
    height:200px;
    cursor:pointer;
    z-index:999;
    right:150px;
    bottom:45px;
    right:-60px;
    display:block;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    transition:visibility .5s;
}
.phonering-alo-phone.phonering-alo-show {visibility:visible}
.phonering-alo-phone.phonering-alo-static {opacity:.6}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {opacity:1}
.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100%;
    border:2px solid rgba(30,30,30,0.4);
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#451b1c;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#451b1c;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#451b1c;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#451b1c;
    opacity:.5
}
.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color:#000;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(39,45,107,0.5);
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(39,45,107,0.5);
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:#451b1c;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}
.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(https://oneweb.com.vn/uploads/phone-icon.png) no-repeat center center;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    padding: 3px;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#451b1c;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#451b1c;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#451b1c;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #451b1c;
    border-radius: 50%;
    color: #fff;
    font-size: 42px;
    text-shadow: 4px 4px #000;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#451b1c
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
        transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
        transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        transform:rotate(0) scale(1) skew(1deg)
    }
}

/* Kết thúc đoạn CSS HOTLINE */

/* css fixed zalo*/
.zalo-fixed{
    position: fixed;
    bottom: 220px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 999;
    border-radius: 50%;
    border: 1px solid transparent;
}
.zalo-fixed img{
    width: 100%;
}
#fb-root .fb_dialog{
    right: 10px !important;
    bottom: 55px !important;
}



