@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
*{
    margin: 0;
    padding: 0;
    outline:none;
    text-decoration: none;
    list-style-position: inside;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], textarea{-webkit-appearance: none;}
input[type='submit'], button{cursor: pointer; -webkit-appearance: none;}
a{text-decoration: none !important; outline: none !important; color: #00599f;}
a:hover{color: #00599f;}
a img{border: none;}
.clr{clear: both;}
.fleft{float: left;}
.fright{float: right;}
.view-menu, .view-sub-menu, .view-search, .view-cart{display: none;}
::-webkit-input-placeholder{color:#000 !important;}
::-moz-placeholder{color:#000 !important;} 
:-ms-input-placeholder{color:#000 !important;}
input:-moz-placeholder{color:#000 !important;}
.button{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
    background: #3c763d;
    color: #fff !important;
	text-align: center;
}
.button:hover{
    background: #bb5800;
}
.zing-content img{
    max-width: 100%;
	height: auto;
}
.zing-content iframe{
    max-width: 100% !important;
}
.zing-content table{
    width: 100%;
    margin: 0 0 15px 0;
}
.zing-content td{
    padding: 6px 10px;
    border: 1px solid #ddd;
}
.zing-required{
    color: red;
    font-weight: bold;
}
.mark{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.contact-success{
    margin-bottom: 10px;
    width: 100%;
    color: green;
    font-weight: bold;
}
.contact-error{
	margin-bottom: 10px;
	width: 100%;
	color: red;
	font-weight: bold;
}
.media-box{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    display: flex;
}
.media-image{
    margin-right: 10px;
}
.media-content{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000;
    background: #f4f4f4;
}
body p{
    line-height: 1.5;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.3;
	margin: 0 0 15px 0;
}
.owl-theme .owl-controls{
    margin: 0;
	line-height: 0;
}
/* breadcrumb */
.breadcrumb-box{
    background: #fff;
    padding: 10px 0;
}
.breadcrumb-box ul{
    background: none;
	padding: 0;
	margin: 0;
}
.breadcrumb-box li{
    float: left;
}
.breadcrumb-box li a{
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.breadcrumb-box li a:after{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: url(../images/next-bcrum.png) no-repeat;
    margin: 0px 8px;
}
.breadcrumb-box li:last-child a:after{
    display: none;
}
.breadcrumb>li+li:before{
    display: none;
}
/* end breadcrumb */
/* pagination */
.pagination{
    width:100%;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}
.pagination a, .pagination span{
    display: inline-block;
    min-width:25px;
    height:25px;
	margin: 0 3px;
    padding:0px 9px;
    line-height:25px;
    background:#0090a5;
    font-size:12px;
    color:#fff;
    text-align:center;
    cursor:pointer;
}
.pagination a:hover{
    background:#005c69;
}
.pagination span{
    background:#005c69;
}
/* end pagination */
/* search suggets */
.suggest-box{
    float: left;
    clear: both;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 3px 3px #ccc;
    left: 0;
    right: 0;
    top: 32px;
    max-height: 415px;
    overflow-y: auto;
    display: none;
}
.suggest-item{
    width: 100%;
    float: left;
    clear: both;
    border-bottom: dashed 1px #ccc;
    padding: 10px;
    cursor: pointer;
}
.suggest-item:last-child{
    border-bottom: 0;
}
.suggest-item:hover{
    background: rgba(64, 166, 242, 0.2);
}
.suggest-img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.suggest-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.suggest-item h2{
    font-size: 13px;
    margin-bottom: 5px;
}
.suggest-item h2 a{
    color: #000;
    font-weight: 400;
}
.suggest-price{
    color: red;
    font-size: 13px;
    display: block;
}
.search-empty{
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #555;
}
/* search suggets */
/* contact-from */
.form-group{
    margin-bottom: 10px;
}
.form-left{
	width: 50%;
	float: left;
	padding-right: 5px;
}
.form-right{
	width: 50%;
	float: right;
	padding-left: 5px;
}
.contact-form .form-control{
    height: 35px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
	color: #000;
}
.contact-form .form-control:focus{ 
    border-color: #0a914c;
}
.contact-form textarea.form-control{
    height: 100px;
}
.contact-form label{
    font-weight: normal;
}
.btn-send{
    width: 100px;
    height: 80px;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
/* end contact-from */
/* post-list */
.post-item{
    margin-bottom: 10px;
}
.post-box{
    min-height: 170px;
    background: #f4f4f4;
    padding: 15px 20px 15px 250px;
    position: relative;
}
.post-item img{
    position: absolute;
    top: 0;
    left: 0;
}
.post-title{
    font-size: 14px;
    line-height: 1.5;
    max-height: 42px;
    overflow: hidden;
}
.post-title a{
    color: #000;
}
.post-title a:hover{
    color: #00599f;
}
.post-excerpt{
    margin: 0;
    max-height: 76px;
    overflow: hidden;
}
/* end post-list */
#header{
    font-size: 12px;
}
.header-top{
    background: #0a914c;
    padding: 11px 0;
    color: #fff;
}
.header-center{
    background: #fff;
    padding: 15px 0;
}
.logo{
    width: 240px;
    float: left;
    margin-top: 5px;
}
.logo img{
    height: 80px;
}
.search-box{
    position: relative;
    margin: 14px 0 0 25px;
}
.txt-search{
    width: 455px;
    height: 32px;
    background: #eaeaea;
    padding: 6px 90px 6px 10px;
    border: 0;
    border-radius: 5px;
}
.btn-search{
    width: 80px;
    height: 32px;
    font-weight: 500;
    background: #0a914c;
    border: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
}
.contact-form ::-webkit-input-placeholder{
    font-size: 12px;
}
.contact-form ::-moz-placeholder{
    font-size: 12px;
}
.contact-form :-ms-input-placeholder{
    font-size: 12px;
} 
.contact-form input:-moz-placeholder{
    font-size: 12px;
}
.cart-mini-box{
    margin: 3px 15px 0 0;
    position: relative;
}
.cart-mini font:first-child{
    width: 30px;
    height: 29px;
    float: left;
    background: url(../images/icon-cart.png) no-repeat;
    margin-left: 10px;
    margin-bottom: 8px;
}
.cart-mini:hover font:first-child{
    animation: Lac 1s infinite linear;
    -moz-animation: Lac 1s infinite linear;
    -webkit-animation: Lac 1s infinite linear;
}
.cart-mini span{
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icon-num-cart.png) no-repeat;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: -9px;
    right: -7px;
}
.cart-mini font{
    display: block;
    font-weight: 500;
    color: #000;
}
.header-hotline{
    font-size: 16px;
    font-weight: 700;
    color: #0a914c !important;
    margin-right: 80px;
}
.header-hotline span{
    width: 32px;
    height: 32px;
    display: block;
    background: #0a914c;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 6px auto;
}
.header-hotline:hover span img{
    animation: Lac 0.5s infinite linear;
    -moz-animation: Lac 0.5s infinite linear;
    -webkit-animation: Lac 0.5s infinite linear;
}
@keyframes Lac{
    from {transform:rotate(0deg);}
    25% {transform:rotate(-15deg);}
    50% {transform:rotate(0deg);}
    75% {transform:rotate(15deg);}
    to {transform:rotate(0deg);}
}
@-webkit-keyframes Lac{
    from {-webkit-transform:rotate(0deg);}
    25% {-webkit-transform:rotate(-15deg);}
    50% {-webkit-transform:rotate(0deg);}
    75% {-webkit-transform:rotate(15deg);}
    to {-webkit-transform:rotate(0deg);}
}
@-moz-keyframes Lac{
    from {-moz-transform:rotate(0deg);}
    25% {-moz-transform:rotate(-15deg);}
    50% {-moz-transform:rotate(0deg);}
    75% {-moz-transform:rotate(15deg);}
    to {-moz-transform:rotate(0deg);}
}
.header-bottom{
    background: #fff;
}
.header-bottom-box{
    background: #0a914c;
}
.danh-muc-box{
    position: relative;
}
.danh-muc-btn{
    width: 240px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/icon-danh-muc.png) no-repeat left 10px center #0a914c;
    padding: 10px 10px 10px 35px;
    cursor: pointer;
}
.header-sevice{
    margin: 5px 0 0 25px;
}
.header-sevice p{
    display: inline-block;
    margin: 0 50px 0 0;
    font-weight: 500;
    color: #fff000;
    line-height: 1.3;
}
.header-sevice p:last-child{
    margin-right: 0;
}
.header-sevice p:nth-child(1){
    background: url(../images/icon-sevice1.png) no-repeat left center;
    padding-left: 35px;
}
.header-sevice p:nth-child(2){
    background: url(../images/icon-sevice2.png) no-repeat left center;
    padding-left: 38px;
}
.header-sevice p:nth-child(3){
    background: url(../images/icon-sevice3.png) no-repeat left center;
    padding-left: 42px;
}
.header-sevice p:nth-child(4){
    background: url(../images/icon-sevice4.png) no-repeat left center;
    padding-left: 38px;
}
.header-sale{
    width: 190px;
    height: 40px;
    background: url(../images/bg-header-sale.png) no-repeat;
    color: #d10a00 !important;
}
.header-sale span{
    width: 38px;
    height: 38px;
    float: left;
    background: url(../images/icon-deal.png) no-repeat;
    margin: 1px 7px 0 15px;
}
.header-sale strong{
    display: block;
    line-height: 1.3;
    margin-top: 5px;
}
.header-sale:hover span{
    animation: Lac 0.5s infinite linear;
    -moz-animation: Lac 0.5s infinite linear;
    -webkit-animation: Lac 0.5s infinite linear;
}
.footer-top{
    background: #fff;
    padding-top: 30px;
}
.footer-top-left{
    width: 70%;
    float: left;
    padding-right: 20px;
}
.footer-top-right{
    width: 30%;
    float: left;
    padding-left: 10px;
}
.footer-box{
    margin-bottom: 30px;
}
.footer-title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-small-title{
    font-size: 14px;
}
.footer-menu ul{
    margin: 0;
    list-style: none;
}
.footer-menu li{
    margin-bottom: 8px;
}
.footer-menu li:last-child{
    margin-bottom: 0;
}
.footer-menu li a{
    color: #000;
    position: relative;
    padding-left: 15px;
}
.footer-menu li a::before{
    content: "";
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    position: absolute;
    top: 7px;
    left: 0;
}
.footer-menu li a:hover{
    color: #00599f;
}
.footer-menu li a:hover::before{
    background: #00599f;
}
.footer-info p{
    margin-bottom: 6px;
}
.footer-info a{
    color: #000;
}
.footer-info a:hover{
    color: #00599f;
}
.social a{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 16px;
	border-radius: 50%;
	font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.social a:last-child{
    margin-right: 0;
}
.social .social-facebook{
    background: #3c5a9a;
}
.social .social-facebook:hover{
    background: #1e4584;
}
.social .social-google{
    background: #cf2200;
}
.social .social-google:hover{
    background: #ac1c00;
}
.social .social-twitter{
    background: #00a2f6;
}
.social .social-twitter:hover{
    background: #0076b3;
}
.footer-payment-accept{
    margin-top: 40px;
}
.payment-accept-list{
    max-width: 400px;
    margin: 0 -5px;
}
.payment-accept-item{
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.payment-accept-item:nth-child(4n+1){
    clear: both;
}
.payment-accept-img{
    width: 100%;
    height: 40px;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}
.payment-accept-img img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-bottom{
    background: #f4f4f4;
    padding: 16px 0;
    text-align: center;
}
.home-top{
    background: #fff;
}
.home-top-left{
    width: 240px;
    float: left;
    position: relative;
}
.home-top-right{
    width: 960px;
    float: right;
}
.slider-home .owl-dots, .slider-page .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
	right: 0;
}
.slider-home .owl-theme .owl-dots .owl-dot span, .slider-page .owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #fff;
}
.slider-home .owl-theme .owl-dots .owl-dot.active span, .slider-home .owl-theme .owl-dots .owl-dot:hover span,
.slider-page .owl-theme .owl-dots .owl-dot.active span, .slider-page .owl-theme .owl-dots .owl-dot:hover span{
    background: #00599f;
}
.slider-home-item img, .slider-page-item img{
    max-height: 400px;
    min-height: 120px;
}
.home-bottom{
    overflow: hidden;
}
.slider-doi-tac{
    background: #fff;
    padding: 5px 0;
    position: relative;
}
.slider-doi-tac::before{
    content: "";
    width: 85px;
    height: 60px;
    background: url(../images/bg-slider-doi-tac-left.png) no-repeat;
    position: absolute;
    top: 0;
    left: -80px;
}
.slider-doi-tac::after{
    content: "";
    width: 85px;
    height: 60px;
    background: url(../images/bg-slider-doi-tac-right.png) no-repeat;
    position: absolute;
    top: 0;
    right: -80px;
}
.slider-doi-tac-item{
    height: 50px;
    position: relative;
}
.slider-doi-tac-item img{
    max-width: 90%;
    max-height: 90%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#main-content{
    padding: 30px 0;
}
.box-content{
    background: #fff;
    padding: 20px 10px;
}
.content-left{
    width: 72%;
    float: left;
    padding-right: 10px;
}
.sidebar{
    width: 28%;
    float: right;
    padding-left: 30px;
}
.box-header{
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.box-title{
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    text-transform: uppercase;
    margin-bottom: 0;
}
.box-header .btn-xem-tat-ca{
    width: 115px;
    height: 30px;
    float: right;
    background: #dcdcdc;
    border-radius: 30px;
    color: #000 !important;
    line-height: 30px;
    margin-top: -10px;
}
.box-header .btn-xem-tat-ca:hover{
    background: #3c763d;
    color: #fff !important;
}
.load-more{
    width: 200px;
    height: 35px;
    border-radius: 30px;
    border: 0;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0 auto;
}
.sidebar-widget{
    margin-bottom: 30px;
}
.widget-title{
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.widget-post ul{
    margin: 0;
    list-style: none;
}
.widget-post li{
    position: relative;
    padding-left: 135px;
    min-height: 90px;
    margin-bottom: 20px;
}
.widget-post li:last-child{
    margin-bottom: 0;
}
.widget-post li img{
    position: absolute;
    top: 0;
    left: 0;
}
.widget-post-title{
    font-size: 14px;
    margin-bottom: 0;
}
.widget-post-title a{
    color: #000;
}
.widget-post-title a:hover{
    color: #00599f;
}
.page-title{
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    text-transform: uppercase;
}
.post-info{
    font-size: 12px;
    font-style: italic;
    color: #7d7d7d;
}
.post-info span:not(:last-child){
    position: relative;
    margin-right: 20px;
}
.post-info span:not(:last-child)::after{
    content: " ";
    width: 1px;
    height: 11px;
    display: inline-block;
    background: #7d7d7d;
    position: absolute;
    top: 3px;
    right: -14px;
}
.share-box{float:left;display:table;padding-top:0px;}
.textshare{float:left;font-weight:bold; margin: 12px 0 0 15px; text-transform: uppercase; color: #363636; font-size: 12px;}
.textshare p{margin: 0;}
.share-box a{display:block;line-height:35px;height:35px;}
.share-box div{float:left;margin:0px 3px;}
.share-box div:hover{transition:all 0.3s ease 0s;}
.share-box .sharefacebook{margin-top:10px;}
.share-box .facebook{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-1px -2px;cursor:pointer;margin-top:5px;}
.share-box .facebook:hover{background-position:-1px -40px;}
.share-box .google{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-37px -2px;cursor:pointer;margin-top:5px;}
.share-box .google:hover{background-position:-37px -40px;}
.share-box .tweet{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-73px -2px;cursor:pointer;margin-top:5px;}
.share-box .tweet:hover{background-position:-73px -40px;}
.share-box .sharethis{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-109px -2px;cursor:pointer;margin-top:5px;}
.share-box .sharethis:hover{background-position:-109px -40px;}
.share-box .digg{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-145px -2px;cursor:pointer;margin-top:5px;}
.share-box .digg:hover{background-position:-145px -40px;}
.share-box .flickr{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-181px -2px;cursor:pointer;margin-top:5px;}
.share-box .flickr:hover{background-position:-181px -40px;}
.share-box .skype{background-image:url(../images/mangxahoi.png);width:32px;height:32px;background-position:-217px -2px;cursor:pointer;margin-top:5px;}
.share-box .skype:hover{background-position:-217px -40px;}
.share-box .google-button, .share-box .fb-like{float: left;margin:13px 10px 0 0;}
.google-button{width: 40px; margin-right: 0 !important;}
.post-comment{
    margin-top: 30px;
}
.post-box-title{
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.similar-post{
    margin-top: 10px;
}
.similar-post-list ul{
    margin: 0;
    list-style: none;
}
.similar-post-list li{
    margin-bottom: 10px;
}
.similar-post-list li:last-child{
    margin-bottom: 0;
}
.similar-post-list li a{
    color: #000;
    position: relative;
    padding-left: 15px;
}
.similar-post-list li a::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 7px;
    left: 0;
}
.similar-post-list li a:hover{
    color: #00599f;
}
.similar-post-list li a:hover::before{
    background: #00599f;
}
.post-tax-item{
    margin-bottom: 30px;
}
.post-tax-left{
    width: 56%;
    float: left;
    padding-right: 10px;
}
.post-tax-right{
    width: 44%;
    float: left;
    padding-left: 10px;
}
.post-tax-left-item img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.post-tax-left-item .post-title{
    font-size: 16px;
    max-height: inherit;
    margin-bottom: 10px;
}
.post-tax-left-item .post-title a{
    font-weight: 500;
}
.post-tax-left-item .post-excerpt{
    max-height: 57px;
}
.post-tax-right-item{
    position: relative;
    padding-left: 135px;
    min-height: 90px;
    margin-bottom: 10px;
}
.post-tax-right-item:last-child{
    margin-bottom: 0;
}
.post-tax-right-item img{
    position: absolute;
    top: 0;
    left: 0;
}
.post-tax-right-title{
    font-size: 14px;
    margin-bottom: 0;
}
.post-tax-right-title a{
    color: #000;
}
.post-tax-right-title a:hover{
    color: #00599f;
}
.slider-partner{
    margin-bottom: 30px;
}
.slider-partner-inner{
    background: #fff;
    border: 1px solid #dedede;
    padding: 0 10px 0 180px;
    position: relative;
}
.slider-partner-title{
    font-size: 16px;
    font-weight: 500;
    color: #ff0000;
    margin-bottom: 0;
    position: absolute;
    top: 14px;
    left: 10px;
}
.slider-partner-item{
    height: 48px;
    position: relative;
}
.slider-partner-item img{
    max-width: 90%;
    max-height: 90%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-tax-header{
    margin-bottom: 30px;
}
.product-tax-title{
    font-size: 18px;
    font-weight: 500;
    color: #00599f;
    text-transform: uppercase;
}
.product-tax-content{
    color: #545454;
}
.product-list .row{
    margin: 0 -5px;
}
.product-item{
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.product-item:nth-child(5n+1){
    clear: both;
}
.product-box{
    background: #fff;
    position: relative;
}
.product-img{
    width: 100%;
    height: 190px;
    position: relative;
}
.product-img a img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-label{
    position: absolute;
    top: 10px;
    right: 10px;
}
.icon-sale{
    width: 40px;
    height: 40px;
    background: url(../images/bg-sale.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.product-info{
    padding: 0 20px 15px 20px;
}
.product-title{
    font-size: 13px;
    line-height: 1.5;
    height: 38px;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-title a{
    color: #000;
    font-weight: 400;
}
.product-title a:hover{
    color: #00599f;
}
.product-price p{
    margin: 0;
    display: inline-block;
}
.product-price .gia{
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
    margin-right: 5px;
}
.product-price .gia-cu{
    font-size: 12px;
    color: #888;
    text-decoration: line-through;
}
.product-tooltip{
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #0a914c;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.tooltip-price{
    margin-bottom: 10px;
}
.tooltip-des{
    max-height: 126px;
    overflow: hidden;
    margin-bottom: 15px;
}
.btn-xem-ngay{
    width: 115px;
    height: 30px;
    display: block;
    border-radius: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.filter-sort-box{
    min-height: 40px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    padding-right: 145px;
}
.filter-select ul{
    margin: 0;
    list-style: none;
}
.filter-query{
    border: solid 1px #ddd;
    background: #fff;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.filter-item{
    display: inline-block;
    background: url(../images/bg-filter.jpg) no-repeat center right;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 38px;
}
.filter-item:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.filter-item span{
    color: #00599f;
}
.filter-item a{
    color: red;
    margin-left: 3px;
}
.sort-box{
    float: right;
    margin: 4px 6px 0 0;
}
.filter-sort-box .sort-box{
    position: absolute;
    top: 0;
    right: 0;
}
.sort-select{
    min-width: 130px;
    float: left;
    position: relative;
    z-index: 10;
}
.sort-select span{
    display: block;
    height: 32px;
    background: url(../images/icon-select.png) no-repeat right 10px center #fff;
    padding: 0 25px 10px 10px;
    border: solid 1px #ddd;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    cursor: default;
}
.sort-select ul{
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 5px 10px;
    border: solid 1px #ddd;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.sort-select li a{
    font-size: 12px;
    color: #000;
}
.sort-select li a:hover{
    color: #00599f;
}
.product-top{
    padding: 20px;
}
.product-left{
    width: 46%;
    float: left;
}
.product-right{
    width: 54%;
    float: left;
    padding-left: 25px;
}
.product-slider{
    position: relative;
}
.product-slider-item{
    height: 400px;
    position: relative;
}
.product-slider-item img{
    max-width: 100%;
    max-height: 100%;
    width: inherit !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.owl-prev-product{
    width: 8px;
    height: 25px;
    background: url(../images/btn-prev.png) no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    z-index: 20;
}
.owl-prev-product:hover{
    background: url(../images/btn-prev-hover.png) no-repeat;
}
.owl-next-product{
    width: 8px;
    height: 25px;
    background: url(../images/btn-next.png) no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    z-index: 20;
}
.owl-next-product:hover{
    background: url(../images/btn-next-hover.png) no-repeat;
}
.zoomContainer{
    z-index: 30;
}
.product-thumb{
    margin-top: 10px;
}
.product-thumb-item{
    height: 70px;
    border: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer;
}
.product-thumb .owl-item.current .product-thumb-item{
    border-color: #0a914c;
}
.product-thumb-item img{
    max-width: 90%;
    max-height: 90%;
    width: inherit !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-single-img{
    height: 400px;
    position: relative;
}
.product-single-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-single-title{
    font-size: 18px;
    font-weight: 500;
    color: #00599f;
    margin-bottom: 10px;
}
.product-single-price .gia{
    font-size: 22px;
    margin-right: 10px;
}
.product-single-price .gia-cu{
    font-size: 14px;
}
.product-parameter{
    margin: 10px 0 15px 0;
}
.product-parameter p{
    margin-bottom: 0;
}
.product-sale{
    background: #f9f9f9;
    padding: 15px 20px 5px 20px;
}
.product-sale-title{
    font-size: 14px;
    font-weight: 700;
    color: #0a914c;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-sevice{
    margin: 20px 0 0 0;
}
.product-sevice p{
    margin: 0 20px 0 0;
    font-size: 12px;
    color: #3f3f3f;
}
.product-sevice p:nth-child(1){
    background: url(../images/icon-sevice-gray1.png) no-repeat left center;
}
.product-sevice p:nth-child(2){
    background: url(../images/icon-sevice-gray2.png) no-repeat left center;
}
.product-sevice p:nth-child(3){
    background: url(../images/icon-sevice-gray3.png) no-repeat left center;
}
.product-sevice p:nth-child(4){
    background: url(../images/icon-sevice-gray4.png) no-repeat left center;
}
.product-btn{
    margin: 20px -5px 0 -5px;
}
.product-btn-left{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.product-btn-right{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.product-btn a{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 10px;
}
.product-contact{
    margin-top: 10px;
}
.product-contact p{
    margin-bottom: 6px;
}
.product-bottom{
    margin-top: 30px;
}
/* zing tab */
.tab-header{
    width: 100%;
    float: left;
}
.tab-header ul{
    margin: 0;
    list-style: none;
}
.tab-header li{
    float: left;
}
.tab:not(:first-child){
    display: none;
}
/* zing tab */
.product-tab .product-menu{
    width: 100%;
    float: left;
    background: #dcdcdc;
}
.product-tab .product-menu ul{
    margin: 0;
    list-style: none;
}
.product-tab .product-menu li{
    float: left;
}
.product-tab .product-menu li a{
    display: block;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    background: #dcdcdc;
}
.product-tab .product-menu li a.active{
    color: #fff;
    background: #0a914c;
}
.tab-body-left{
    width: 60%;
    float: left;
    padding-right: 8px;
}
.tab-body-right{
    width: 40%;
    float: left;
    padding-left: 32px;
}
.product-buy-support-box{
    background: #f9f9f9;
    padding: 10px;
    display: none;
}
.product-buy-box{
    padding: 0 180px 0 140px;
    position: relative;
    min-height: 100px;
}
.product-buy-img{
    width: 120px;
    height: 100px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.product-buy-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-buy-title{
    font-size: 14px;
    font-weight: 500;
    color: #00599f;
    padding-top: 10px;
    margin-bottom: 5px;
}
.product-buy-price .gia{
    font-size: 18px;
}
.btn-product-buy{
    display: block;
    width: 160px;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    position: absolute;
    top: 27px;
    right: 0;
}
.product-support-box{
    border-top: 1px solid #dadada;
    padding-top: 15px;
    margin-top: 10px;
}
.product-support-title{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.name-phone-group{
    width: 250px;
    float: left;
    margin-right: 10px;
}
.support-form .name{
    margin-bottom: 10px;
}
.message-group{
    width: 310px;
    float: left;
    margin-right: 10px;
}
.support-form textarea.message{
    height: 80px;
}
.send-group{
    float: left;
}
.product-comment{
    margin-top: 30px;
}
.product-comment-header{
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.product-comment-title{
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    text-transform: uppercase;
    margin: 4px 0 0 0;
}
.product-like{
    float: right;
}
.product-single-box{
    margin-bottom: 30px;
}
.product-single-box-title{
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.product-list-3 .product-item{
    width: 33.33%;
}
.product-list-3 .product-item:nth-child(5n+1){
    clear: inherit;
}
.product-list-3 .product-item:nth-child(3n+1){
    clear: both;
}
.product-content{
    max-height: 500px;
    position: relative;
    overflow: hidden;
}
.product-content .mark{
    background: -moz-linear-gradient(bottom,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
    visibility: visible;
}
.btn-xem-them{
    display: inline-block;
    margin: 10px auto 0 auto;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
}
.btn-xem-them::after{
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #00599f;
    position: absolute;
    top: calc(50% - 3px);
    right: 0px;
}
.similar-product{
    margin-bottom: 0;
}
.product-filter-box .product-single-box-title{
    margin-bottom: 5px;
}
.filter-field-item{
    border-bottom: 1px solid #e4e4e4;
    padding: 7px 0;
}
.filter-field-item span{
    width: 170px;
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
}
.btn-filter-more{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    background: #085a99;
}
.widget-product ul{
    margin: 0;
    list-style: none;
}
.widget-product li{
    position: relative;
    padding-left: 130px;
    min-height: 100px;
    margin-bottom: 20px;
}
.widget-product li:last-child{
    margin-bottom: 0;
}
.widget-product-img{
    width: 120px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.widget-product-img .icon-sale{
    top: 0;
    left: 0;
}
.widget-product-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.widget-product-title{
    height: auto;
    margin-bottom: 5px;
}
.product-buy-fixed{
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
}
.product-buy-fixed-box{
    border-bottom: 3px solid #0a914c;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.product-buy-fixed-inner{
    padding: 0 235px 0 110px;
    position: relative;
    min-height: 70px;
}
.product-buy-fixed-img{
    width: 90px;
    height: 70px;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 0;
    left: 0;
}
.product-buy-fixed-img img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-buy-fixed-title{
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 5px;
}
.btn-product-buy-fixed{
    display: block;
    width: 215px;
    height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    position: absolute;
    top: 12px;
    right: 0;
}
.slider-product-group{
    background: #fff;
}
.product-group-header{
    margin-bottom: 15px;
}
.product-group-title{
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #d10a00;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
.product-group-header .sort-box{
    margin: 0;
}
.product-group-post{
    margin-top: 30px;
}
.product-group-post-title{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    padding: 8px 10px;
}
.post-col-list .row{
    margin: 0 -5px;
}
.post-col-item{
    padding: 0 5px;
}
.post-col-item .post-box{
    background: #fff;
}
.cart-left{
    width: 65%;
    float: left;
}
.cart-right{
    width: 35%;
    float: left;
    padding-left: 40px;
}
.cart-table{
    width: 100%;
}
.cart-table tr{
    border-bottom: 1px solid #e6e6e6;
}
.cart-table tr td{
    padding: 10px 0;
}
.cart-table tr:first-child{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #a0a0a0;
}
.cart-product-info{
    position: relative;
    padding-left: 130px !important;
    height: 100px;
}
.cart-product-img{
    width: 105px;
    height: 80px;
    border: 1px solid #f1f1f1;
    position: absolute;
    top: 10px;
    left: 0;
    overflow: hidden;
}
.cart-product-img img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.cart-product-title{
    margin-bottom: 0;
}
.cart-product-title a{
    color: #000;
}
.cart-product-title a:hover{
    color: #00599f;
}
.so-luong{
    width: 90px;
    height: 30px;
    border: 1px solid #cfcfcf;
}
.qty{
    width: 50px;
    height: 28px;
    float: left;
    border: 0;
    text-align: center;
}
.btn-down{
    width: 19px;
    height: 28px;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.btn-up{
    width: 19px;
    height: 28px;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.cart-price{
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
}
.btn-delete-cart{
    width: 57px;
    height: 25px;
    display: block;
    background: #b9b9b9;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
.btn-delete-cart:hover{
    background: #ff0000;
}
.btn-cart-buy{
   width: 196px;
   height: 34px;
   display: block;
   border-radius: 4px;
   font-size: 12px;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 34px;
   margin-top: 15px;
}
.cart-right .cart-table tr:last-child{
    border-bottom: 0;
}
.cart-right .cart-table tr:not(:first-child) td:last-child{
    text-align: right;
}
.cart-total{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.cart-tong-tr td:first-child{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.cart-tong-tr .cart-total{
    font-size: 18px;
    color: #ff0000;
}
.btn-thanh-toan{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 0;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: 15px;
}
.cart-empty{
    padding: 10px;
    text-align: center;
}
.cart-empty p{
    margin: 0;
}
.coupon-form{
    position: relative;
}
.txt-coupon{
    height: 40px;
    background: #f5f5f5;
    padding: 6px 120px 6px 10px;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}
.coupon-form ::-webkit-input-placeholder{
    font-size: 14px;
}
.coupon-form ::-moz-placeholder{
    font-size: 14px;
}
.coupon-form :-ms-input-placeholder{
    font-size: 14px;
} 
.coupon-form input:-moz-placeholder{
    font-size: 14px;
}
.btn-coupon{
    width: 106px;
    height: 34px;
    font-weight: 500;
    background: #00599f;
    border: 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 3px;
    right: 3px;
}
.coupon-note{
    margin-top: 15px;
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.coupon-note .error{
    color: red;
}
.coupon-note .success{
    color: green;
}
.cart-box-form{
    margin-top: 9px;
}
.cart-box-title{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 10px;
}
.cart-form .form-control{
    height: 30px;
    border: 0;
    background: #f5f5f5;
    padding: 6px 10px;
}
.cart-form .form-required .form-control{
    padding-right: 20px;
}
.form-required{
    position: relative;
}
.form-required::after{
    content: "*";
    color: red;
    position: absolute;
    top: 9px;
    right: 10px;
}
.cart-box-payment{
    margin-top: 30px;
}
.payment-item{
    margin-bottom: 15px;
}
.zing-radio input[type="radio"]{
    display: none;
}
.zing-radio label{
    cursor: pointer;
    margin: 0 !important;
    font-weight: 400;
}
.zing-radio input[type="radio"] + label span{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    background: url(../images/uncheck1.png) left top no-repeat;
    cursor: pointer;
}
.zing-radio input[type="radio"]:checked + label span{
    background:url(../images/checked1.png) left top no-repeat;
}
.payment-content{
    padding-top: 15px;
}
.payment-item:not(:first-child) .payment-content{
    display: none;
}
.bank-list .row{
    margin: 0 -20px;
}
.bank-item{
    padding: 0 20px;
    margin-bottom: 10px;
}
.bank-item:nth-child(2n+1){
    clear: both;
}
.bank-item:nth-last-child(1), .bank-item:nth-last-child(2){
    margin-bottom: 0;
}
.bank-item:nth-last-child(1) .bank-box, .bank-item:nth-last-child(2) .bank-box{
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 70px;
}
.bank-box{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}
.bank-img{
    width: 90px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.bank-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bank-title{
    font-weight: 700;
    color: #00599f;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bank-excerpt{
    margin-bottom: 0;
}
.cart-num{
    font-weight: 700;
    color: #ff0000;
}
.cart-table .cart-coupon-tr{
    border-bottom: 0;
}
.cart-table .cart-coupon-tr td{
    padding-bottom: 0;
}
.cart-coupon-tr td:first-child{
    font-size: 14px;
}
.cart-coupon-tr td:first-child span{
    color: red;
}
.cart-price-sale{
    font-size: 16px;
    font-weight: 500;
    color: #ff0000;
}
.cart-note{
    margin-top: 20px;
}
.payment-right .btn-thanh-toan{
    margin-top: 0;
}
.thank-you-content{
    padding: 100px 0;
}
.home-box{
    margin-bottom: 20px;
}
.home-box:last-child{
    margin-bottom: 0;
}
.home-product-tab .tab-header{
    border-bottom: 1px solid #cacaca;
}
.home-product-tab .tab-header li a{
    display: block;
    padding: 10px 25px 9px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.home-product-tab .tab-header li a.active{
    border-radius: 4px 4px 0 0;
    background: #0a914c;
    color: #fff;
    position: relative;
}
.home-product-tab .tab-header li a.active::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #0a914c;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.home-product-tab .tab-content{
    padding-top: 30px;
}
.home-product-left{
    width: 40%;
    float: left;
    padding-right: 5px;
}
.home-product-right{
    width: 60%;
    float: left;
    padding-left: 5px;
}
.home-product-left .product-item{
    width: 100%;
    padding: 0;
}
.home-product-left .product-img{
    height: 380px;
}
.home-product-left .icon-sale{
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.home-product-left .product-info{
    min-height: 178px;
}
.home-product-left .product-title{
    font-size: 15px;
    height: auto;
}
.home-product-left .product-title a{
    font-weight: 500;
}
.home-product-left .product-price .gia{
    font-size: 16px;
}
.home-product-left .tooltip-des{
    max-height: 300px;
}
.product-excerpt{
    color: #444;
    height: 76px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.home-product-header{
    border-top: 2px solid #0a914c;
    border-bottom: 1px solid #cacaca;
}
.home-box-title{
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #0a914c;
    padding: 9px 20px 10px 20px;
    min-width: 230px;
    margin-bottom: 0;
    position: relative;
}
.home-box-title::after{
    content: "";
    border-top: 37px solid #0a914c;
    border-right: 25px solid transparent;
    position: absolute;
    top: 0;
    right: -25px;
}
.btn-xem-tat-ca{
    float: right;
    width: 95px;
    height: 22px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-top: 7px;
}
.home-product-tax-menu{
    float: right;
    margin: 9px 40px 0 0;
}
.home-product-tax-menu ul{
    margin: 0;
    list-style: none;
}
.home-product-tax-menu ul li{
    display: inline-block;
}
.home-product-tax-menu ul li:not(:last-child){
    position: relative;
    margin-right: 25px;
}
.home-product-tax-menu ul li:not(:last-child)::after{
    content: " ";
    width: 1px;
    height: 11px;
    display: inline-block;
    background: #666;
    position: absolute;
    top: 4px;
    right: -14px;
}
.home-product-tax-menu ul li a{
    font-size: 12px;
    color: #666;
}
.home-product-tax-menu ul li a:hover{
    color: #00599f;
}
.home-product-body{
    padding-top: 10px;
}
.home-product-tax-left{
    width: 20%;
    float: left;
    padding-right: 10px;
}
.home-product-tax-right{
    width: 80%;
    float: left;
}
.home-product-tax-img{
    width: 100%;
    height: 558px;
    position: relative;
    overflow: hidden;
}
.product-list-4 .product-item{
    width: 25%;
}
.product-list-4 .product-item:nth-child(5n+1){
    clear: inherit;
}
.product-list-4 .product-item:nth-child(4n+1){
    clear: both;
}
.left-fixed-menu{
    background: #fff;
    box-shadow: 0 0 10px #999;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 200;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}
.left-fixed-menu ul{
    margin: 0;
    list-style: none;
}
.left-fixed-menu > ul > li > a{
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}
.left-fixed-menu > ul > li > a > .img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.left-fixed-menu > ul > li > a > .text{
    display: block;
    color: #fff;
    border-radius: 4px;
    background: #00599f;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 60px;
    white-space: nowrap;
    display: none;
}
.left-fixed-menu > ul > li > a > .text::before{
    content: "";
    border-top: 5px solid transparent;
    border-right: 6px solid #00599f;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: calc(50% - 5px);
    left: -6px;
}
.left-fixed-menu > ul > li > a:hover{
    background: #00599f;
}
.left-fixed-menu > ul > li > a:hover > .img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.left-fixed-menu > ul > li > a:hover > .text{
    display: block;
}
.left-fixed-menu ul li ul{
    display: none;
}
.back-to-top{
    width: 45px;
    height: 45px;
    background: url(../images/go-top.png) no-repeat;
    background-size: 100%;
    position: fixed;
    bottom: 100px; 
    right: 10px; 
    cursor: pointer;
    display: none;
}
.btn-filter{
    width: 130px;
    height: 32px;
    float: right;
    margin: 4px 0 0 6px;
    padding: 0 10px;
    border: solid 1px #ddd;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.taxonomy_filter{
    width: 160px;
    float: right;
    margin-right: 10px;
    height: 32px;
    padding: 6px;
    border: solid 1px #ddd !important;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 13px;
    color: #000;
}
.taxonomy_filter::-ms-expand{
    display: none;
}
.taxonomy_filter{
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background: url(../images/icon-select.png) no-repeat right 10px center #fff;
}
.header-bottom-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 210;
    display: none;
}
.header-bottom-fixed .search-box{
    margin: 4px 0 0 10px;
}
.header-bottom-fixed .btn-search{
    background: #3c763d;
}
.header-bottom-fixed .header-hotline{
    color: #fff !important;
    margin: 7px 0 0 60px;
}
.header-bottom-fixed .header-hotline span{
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-block;
    float: right;
    line-height: 1.5;
    margin: 0 10px 0 0;
}
.header-bottom-fixed .header-hotline font{
    float: right;
    margin-top: 3px;
}
.header-bottom-fixed .cart-mini-box{
    margin: 9px 0 0 40px;
}
.header-bottom-fixed .cart-mini{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/icon-cart2.png) no-repeat;
}
.product-video{
    margin-top: 30px;
}
.slider-product{
    position: relative;
}
.slider-product-item{
    width: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}
.slider-product-item img{
    width: inherit !important;
}
.owl-prev-slider-product{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/btn-prev2.png) no-repeat center center #0a914c;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    z-index: 20;
}
.owl-prev-slider-product:hover{
    background-color: #bb5800
}
.owl-next-slider-product{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/btn-next2.png) no-repeat center center #0a914c;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    z-index: 20;
}
.owl-next-slider-product:hover{
    background-color: #bb5800
}
/* popup bootstrap */
.modal-content{
    border-radius: 5px;
    padding: 10px;
}
.modal-header{
    padding: 10px;
    border-bottom: 1px solid #cbcbcb;
}
.modal-header .close{
    color: #000;
    opacity: 1;
    margin: -20px -15px 0 0;
}
.modal-body{
    padding: 20px 10px 5px 10px;
}
/* popup bootstrap */
.popup-title{
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.post-img{
    width: 230px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
}
.thumbnail-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.centered{
    height: 100%;
    width: 100%;
    position: absolute;
    transform: translate(50%, 50%);
}
.centered img{
    width: auto;
    max-width: inherit;
    transform: translate(-50%, -50%);
}
.post-img .centered img{
    max-height: 170px;
}
.widget-post-img{
    width: 120px;
    height: 90px;
}
.widget-post-img .centered img{
    max-height: 90px;
}
.kick-hoat-form{
    max-width: 500px;
    margin: 20px auto 0 auto;
}
.kick-hoat-form .form-group{
    position: relative;
    padding-righ: 120px;
    margin-bottom: 15px;
}
.kick-hoat-form .form-group label{
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    right: 0;
}
.btn-kick-hoat{
    width: 100%;
    height: 33px;
    border: 0;
    border-radius: 50px;
}
.contact-form .zing-datepicker{
    background: url(../images/icon-date.png) no-repeat right 10px center;
}
.product-name-box{
    position: relative;
}
.product-name-box .suggest-box{
    top: 35px;
}
.product-name-box .suggest-price{
    display: none;
}
.call-ring, .call-ring2 {
    width: 200px;
    border: 1px solid #ccc;
    background: #eee;
    display: flex;
    border-radius: 25px;
    position: fixed;
    bottom: 15px;
    left: 50px;
    z-index: 999999;
}
.call-ring .box-call, .call-ring2 .box-call2 {
    background: #ff4c4c;
    color: #fff;
    font-size: 22px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    z-index: 999;
}    
