@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,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: #0000ff;}
a:hover{color: #ed1c24;}
a img{border: none;}
.clr{clear: both;}
.fleft{float: left;}
.fright{float: right;}
.col-2{width: 50%; float: left}
.col-3{width: 33.33%; float: left}
.col-4{width: 25%; float: left}
.view-menu, .view-sub-menu{display: none;}
.img404{width: 100%;}
::-webkit-input-placeholder{color:#767676 !important; font-size: 14px;}
::-moz-placeholder{color:#767676 !important; font-size: 14px;} 
:-ms-input-placeholder{color:#767676 !important; font-size: 14px;}
input:-moz-placeholder{color:#767676 !important; font-size: 14px;}
.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: #999;
    color: #fff !important;
	text-align: center;
}
.button:hover{
    background: #ed1c24;
}
.zing-content img{
    max-width: 100%;
}
.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;
}
.slide-bg{
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9
}
.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;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    color:#080808;
}
body p{
    line-height: 1.5;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.5;
	margin: 0 0 15px 0;
}
/* breadcrumb */
.breadcrumb-box ul{
    background: none;
    float: none;
    margin: 0;
	padding: 0;
}
.breadcrumb-box li{
    display: inline-block;
}
.breadcrumb-box li a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb-box li a:after {
    content: " ";
    width: 7px;
    display: inline-block;
    height: 8px;
    background: url(../images/next-bcrum.png) no-repeat 0px 0px;
    margin: 0px 7px;
}
.breadcrumb-box li:last-child a:after {
    display:none;
}
.breadcrumb>li+li:before{
    display: none;
}
/* end breadcrumb */
/* pagination */
.pagination{
    width:100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.pagination a, .pagination span{
    display: inline-block;
    min-width:25px;
    height:25px;
	margin-right:5px;
    padding:0px 9px;
    line-height:25px;
    background:#aaa;
    font-size:12px;
    color:#fff;
    text-align:center;
    cursor:pointer;
}
.pagination a:hover{
    background:#ed1c24;
}
.pagination span{
    background:#ed1c24;
}
/* end pagination */
/* search suggets */
.suggest-box {
    float: left;
    clear: both;
    position: absolute;
    z-index: 9999;
    background-color: #eee;
    right: -30px;
    top: 115px;
    display: none;
}
.suggest-item {
    width: 320px;
    float: left;
    clear: both;
    border-bottom: dashed 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.suggest-item img {
    float: left;
    margin-right: 10px;
    border: solid 1px #ccc;
    padding: 5px;
    background-color: #fff;
}
.suggest-item h2 {
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    margin: 0px;
    line-height: 1.5;
}
.suggest-item h2 a {
    text-decoration: none;
    color: #0574BB;
}
.suggest-price {
    font-weight: bold;
    color: red;
    margin-top: 5px;
    font-size: 14px;
    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: 10px;
}
.form-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.contact-form .group-3{
    margin: 0 -15px;
}
.contact-form .group-3 .col-3{
    padding: 0 15px;
}
.contact-form .form-control{
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 8px 10px;
}
.contact-form textarea.form-control{
    height: 180px;
}
.contact-form label{
    font-weight: normal;
}
.send-message{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    font-weight: 700;
}
.contact-map iframe{
    width: 100%;
    min-height: 200px;
    max-height: 480px;
}
.contact-map p{
    margin: 0;
    line-height: 0;
}
/* end contact-from */
/* post-list */
.post-item{
    position: relative;
    margin-bottom: 30px;
}
.post-item:nth-child(2n+1){
    clear: both;
}
.post-img{
    position: relative;
    overflow: hidden;
}
.post-img img{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.post-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.post-title{
    font-size: 15px;
    margin: 15px 0 10px 0;
}
.post-title a {
    color: #080808;
    font-weight: 700;
}
.post-title a:hover{
    color: #ed1c24;
}
.post-info{
    margin-bottom: 10px;
}
.post-excerpt{
    margin: 0;
    max-height: 66px;
    overflow: hidden;
}
.widget-post ul{
    margin: 0;
    list-style: none;
}
.widget-post li{
    position: relative;
    padding-left: 115px;
    min-height: 85px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.widget-post li:last-child{
    min-height: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.widget-post li img{
    position: absolute;
    top: 0;
    left: 0;
}
.widget-post .post-title{
    font-size: 14px;
    margin: 0 0 5px 0;
}
.widget-post .post-info{
    margin: 0;
    font-size: 12px;
    color: #999;
}
/* end post-list */
#header{
    position: relative;
    z-index: 200;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.header-top{
    padding: 7px 0;
    background: #000;
}
.header-contact a{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.header-contact a:hover{
    color: #ed1c24;
}
.header-contact a:last-child{
    margin-right: 0;
}
.header-contact a .fa{
    font-size: 18px;
    margin-right: 5px;
}
.social a{
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
    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 a:hover{
    color: #ed1c24;
}
.header-bottom-box{
    position: relative;
}
.logo{
    padding: 12px 0;
}
.logo img{
    height: 59px;
}
.main-menu ul{
    margin: 0;
    list-style: none;
}
.main-menu ul li{
    float: left;
}
.main-menu ul li a{
    padding: 31px 10px;
    color: #080808;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    position: relative;
}
.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a{
    color: #ed1c24;
}
.main-menu > ul > li.li-parent > a{
    padding-right: 22px;
}
.main-menu > ul > li.li-parent > a::after{
    content: "";
    border-top: 6px solid #333;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}
.main-menu > ul > li.li-parent:hover > a::after, .main-menu > ul > li.active > a::after{
    border-top: 6px solid #ed1c24;
}
.view-search{
    display: block;
    color: #080808;
    font-size: 15px;
    background: no-repeat;
    border: none;
}
.search-box{
    position: relative;
    margin-top: 31px;
}
.search-form{
    display: none;
    width: 320px;
    position: absolute;
    top: 100%;
    right: -30px;
    padding: 28px;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}
.txt-search{
    border: 1px solid #080808;
    width: 100%;
    height: 37px;
    padding: 8px 10px;
    border-radius: 0;
}
.btn-search{
    width: 35px;
    height: 35px;
    font-size: 15px;
    border: none;
    outline: none;
    position: absolute;
    top: 29px;
    right: 29px;
    background: #080808;
}
.cart-mini-box{
    margin: 25px 0 0 15px;
}
.cart-mini{
    display: block;
    border: solid 1px #ededed;
    padding: 5px;
    border-radius: 3px;
    background-color: #f6f7f9;
    color: #ed1c24;
}
.footer-top{
    padding: 25px 0 20px 0;
    background: #f8f8f8;
}
.footer-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 15px 0;
}
.footer-title::after{
    content: "";
    width: 80px;
    height: 2px;
    background: #080808;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.footer-sub p{
    margin-bottom: 10px;
}
.footer-sub a{
    color: #080808;
}
.footer-sub a:hover{
    color: #ed1c24;
}
.newsletter-form{
    position: relative;
}
.txt-email{
    width: 100%;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: #080808;
    height: 40px;
    border: 0;
}
.btn-newsletter{
    width: 60px;
    height: 40px;
    font-size: 18px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #080808;
}
.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: #080808;
    position: relative;
    padding-left: 12px;
}
.footer-menu li a::before{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0;
}
.footer-menu li a:hover{
    color: #ed1c24;
}
.footer-bottom{
    background: #000;
    color: #666;
    text-align: center;
    padding: 12px 0;
}
#banner{
    height: 200px;
    position: relative;
    background: url(../images/banner-default.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.banner-content{
    position: relative;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
#main-content{
    padding: 60px 0;
}
.about-item {
    margin-bottom: 60px;
}
.about-title{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-img{
    position: relative;
    overflow: hidden;
}
.about-img img{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.about-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.about-banner{
    margin-bottom: 60px;
}
.about-banner img{
    width: 100%;
    height: auto;
}
.box-title{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #080808;
    margin-bottom: 50px;
}
.box-title span{
    color: #ed1c24;
}
.our-team-item{
    margin-bottom: 60px;
    text-align: center;
}
.our-team-item:nth-child(4n+1){
    clear: both;
}
.our-team-item img{
    border-radius: 50%;
}
.our-team-title{
    font-weight: 700;
    font-size: 15px;
    margin: 15px 0 2px 0;
}
.our-team-task{
    margin: 0 0 15px 0;
    font-style: italic;
}
.our-team-content{
    text-align: left;
    margin: 0;
}
.contact-map{
    margin-bottom: 40px;
}
.contact-title{
    font-size: 24px;
    font-weight: 700;
}
.contact-content a{
    color: #080808;
}
.contact-content a:hover{
    color: #ed1c24;
}
.widget-title{
    background: #555;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
}
.widget-sub{
    background: #fafafa;
    padding: 12px 10px;
}
.page-title{
    font-size: 24px;
    font-weight: 700;
}
.post-single-info{
    margin-bottom: 15px;
}
.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: 60px; margin-right: 0 !important;}
.similar-post{
    margin-top: 20px;
}
.similar-post-title{
    font-size: 24px;
    font-weight: 700;
}
.sevice-item{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.sevice-item:nth-child(3n+1){
    clear: both;
}
.sevice-title{
    font-size: 24px;
}
.sevice-excerpt{
    max-height: 132px;
    overflow: hidden;
}
.sidebar-widget{
    margin-bottom: 20px;
}
.widget-product-tax ul{
    margin: 0;
    list-style: none;
}
.widget-product-tax li{
    margin-bottom: 5px;
}
.widget-product-tax li:last-child{
    margin-bottom: 0;
}
.widget-product-tax li a{
    color: #080808;
    font-size: 13px;
    background: url(../images/list1.png) no-repeat left top 7px;
    padding-left: 15px;
}
.widget-product-tax li.active > a{
    color: #ed1c24;
    font-weight: 600;
}
.widget-product-tax li a:hover{
    color: #ed1c24;
}
.widget-product-tax li ul{
    padding: 5px 0 2px 15px;
}
.widget-product-tax li.li-parent ul{
    display: block;
}
.widget-product-tax li ul li{
    margin-bottom: 2px;
}
.widget-product-tax li ul li a{
    text-transform: none;
    background: url(../images/list2.png) no-repeat left top 8px;
    padding-left: 12px;
}
.product-header{
    margin-bottom: 20px;
}
.product-tax-title{
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin: 8px 0 0 0;
}
.sort-box{
    float: right;
    padding-top: 0;
    font-size: 14px;
}
.sort-box p{
    float: left;
    margin: 10px 10px 0 0;
}
.sort-select {
    position: relative;
    float: left;
    min-width: 150px;
    margin: 0 0 0 5px;
}
.sort-select > span {
    border: solid 1px #080808;
    display: block;
    height: 40px;
    background: white;
    padding: 0 10px;
    line-height: 38px;
    padding-right: 25px;
}
.sort-select span.icon_dropdown {
    margin-left: 7px;
    width: 9px;
    height: 5px;
    background-position: -349px -44px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/drop-down-menu.png) no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
}
.sort-select ul {
    margin: 0;
    list-style: none;
    background: white;
    border: solid 1px #080808;
    padding: 3px 8px;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    line-height: 20px;
    top: 39px;
    left: 0;
    box-sizing: border-box;
    max-height: 200px;
}
.sort-select:hover ul {
    display: block;
}
.sort-select li{
    width: 100%;
}
.sort-select ul a {
    color: #080808;
}
.sort-select ul a:hover{
    color: #ed1c24;
}
.view-style{
    float: right;
    margin-left: 20px;
}
.view-style a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #080808;
    color: #080808;
    text-align: center;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.view-style a.active, .view-style a:hover{
    background: #080808;
    border-color: #080808;
    color: #fff;
}
.view-grid{
    margin-right: 1px;
}
.product-item{
    margin-bottom: 30px;
}
.product-item:nth-child(3n+1){
    clear: both;
}
.product-box{
    position: relative;
    overflow: hidden;
    background: #fff;
    border: solid 1px #ededed;
    padding: 40px 10px 60px 10px;
}
.product-box .icon-sale{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    background: #ed1c24;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 10;
}
.product-img{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-img a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-info{
    text-align: center;
}
.product-title{
    margin-bottom: 5px;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
}
.product-title a{
    color: #080808;
}
.product-title a:hover{
    color: #ed1c24;
}
.product-price p{
    margin-bottom: 0;
    display: inline-block;
}
.product-price .gia{
    color: #ed1c24;
    font-weight: 600;
    margin-right: 5px;
    font-size: 18px;
}
.product-price .gia-cu{
    font-size: 14px;
    color: #080808;
    text-decoration: line-through;
}
.product-action{
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.product-action a{
    display: inline-block;
    width: 100px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    border-radius: 3px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.product-action .btn-detail{
    background: #999;
}
.product-action .btn-detail:hover{
    background: #ed1c24;
}
.product-action .btn-buy{
    background: #999;
}
.product-action .btn-buy:hover{
    background: #ed1c24;
}
.product-box:hover{
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}
.product-box:hover .product-action{
    bottom: 10px;
    opacity: 1;
}
.product-item-line .product-box{
    padding: 0;
}
.product-item-line .product-box .icon-sale{
    left: 0;
    right: inherit;
}
.product-item-line .product-img{
    width: 230px;
    height: 230px;
    float: left;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 0;
}
.product-item-line .product-inner{
    padding: 20px;
    margin-left: 230px;
}
.product-item-line .product-info{
    text-align: left;
}
.product-item-line .product-title{
    height: auto;
    margin-bottom: 10px;
}
.product-item-line .product-price p{
    display: block;
}
.product-item-line .product-action{
    position: static;
    opacity: 1;
    text-align: left;
    margin-top: 15px;
}
.product-slider{
    border: 1px solid #ccc;
}
.product-slider .img-main{
    width: 100%;
    height: 400px;
    position: relative;
}
.product-slider .img-main img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
.product-thumnail{
    padding: 20px 0 0 0;
}
.product-thumnail .item{
    height: 70px;
    border: solid 1px #ccc;
}
.product-thumnail img{
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    width: inherit !important;
}
.owl-prev-product{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 25px;
    height: 64px;
    background: url(../images/btn-prev.png) no-repeat center center #ddd;
}
.owl-next-product{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 25px;
    height: 64px;
    background: url(../images/btn-next.png) no-repeat center center #ddd;
}
.owl-prev-product:hover, .owl-next-product:hover{
    background-color: #000;
}
.product-right{
    font-size: 14px;
}
.product-single-title{
    font-size: 18px;
    color: #2f383d;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-single-price .gia{
    font-size: 24px;
}
.product-sku{
    margin-bottom: 10px;
}
.product-excerpt{
    margin: 10px 0 20px 0;
}
.so-luong font{
    float: left;
    margin: 6px 8px 0 0;
    font-size: 13px;
}
.qty{
    width: 38px;
    height: 30px;
    font-size: 13px;
    color: #242424;
    border-top: 1px solid #080808;
    border-bottom: 1px solid #080808;
    border-left: none;
    border-right: none;
    text-align: center;
    outline: none;
    float: left;
    border-radius: 0 !important;
}
.btn-down{
    width: 23px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    border: 1px solid #080808;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #242424;
    background: #fff;
}
.btn-up{
    width: 23px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid #080808;
    text-align: center;
    cursor: pointer;
    float: left;
    color: #242424;
    background: #fff;
}
.product-btn{
    margin-top: 15px;
}
.product-btn a{
    display: block;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 1.2;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.product-btn a strong{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.product-btn a span{
    font-size: 12px;
}
.product-btn .btn-buy{
    background: #f7870c;
}
.product-btn .btn-buy:hover{
    background: #dc4f00;
}
.product-catalogue{
    margin: 0 -5px;
}
.product-catalogue-item{
    width: 50%;
    float: left;
    padding: 0 5px;
}
.product-catalogue.full .product-catalogue-item{
    width: 100%;
}
.product-catalogue .btn-catalogue{
    margin-top: 10px;
}
.product-single-box{
    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 .tab-header{
    border-bottom: 1px solid #ccc;
}
.product-tab .tab-header li a{
    display: block;
    padding: 12px 20px;
    color: #080808;
    font-weight: 700;
    text-transform: uppercase;
}
.product-tab .tab-header li a.active{
    color: #fff;
    background: #555;
    border-radius: 5px 5px 0 0;
}
.product-tab .tab-content{
    padding: 20px 0;
    color: #343434;
}
.widget-product-item{
    min-height: 80px;
    margin-bottom: 20px;
    padding-left: 85px;
    position: relative;
}
.widget-product-item:last-child{
    margin-bottom: 0;
}
.widget-product-img{
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.widget-product-img a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.widget-product-title{
    margin: 0;
    font-size: 14px;
    max-height: 54px;
    overflow: hidden;
    line-height: 1.3;
}
.widget-product-title a{
    color: #080808;
}
.widget-product-title a:hover{
    color: #ed1c24;
}
.widget-product-item .product-price{
    margin: 5px 0 0 0;
}
.widget-product-item .product-price .gia{
    font-size: 14px;
    margin-right: 0px;
}
.widget-product-item .product-price .gia-cu{
    font-size: 12px;
}
/* Checkout */
.customer-title{
    margin: 0 0 10px 0;
    color: #292929;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/icon-nhan-hang.png) no-repeat left top 0px;
    padding: 7px 0 5px 25px;
}
.customer-form{
    padding: 20px 20px 12px 20px;
    border: 1px solid #dbdbdb;
}
.customer-form .form-group{
    margin-bottom: 13px;
}
.customer-form textarea.form-control{
    height: 80px !important;
}
.cart-submit{
    width: 125px;
    height: 29px;
    border: none;
    margin: auto;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.gio-hang-title{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 10px 8px 10px;
    margin: 0;
    border-bottom: 1px dashed #d1d1d1;
}
.cart-box{
    background: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #000;
}
.cart-item{
    position: relative;
    padding: 12px 100px 12px 15px;
    min-height: 104px;
    border-bottom: 1px dashed #d1d1d1;
}
.cart-img{
    border: 1px solid #e9e9e9;
    position: absolute;
    top: 12px;
    right: 9px;
}
.cart-title{
    margin: 5px 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #151515;
    text-transform: uppercase;
}
.cart-box .cart-qty{
    width: 27px;
    height: 27px;
    border-radius: 3px;
    border: 1px solid #cecece;
    text-align: center;
    margin-left: 8px;
}
.cart-total{
    color: #ff0000;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    text-align: right;
    padding: 6px 15px;
    border-bottom: 1px dashed #d1d1d1;
}
.cart-bottom{
    text-align: right;
    padding: 10px;
}
.btn-remove-cart{
    color: #131313;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/bg-cart-delete.png) right top no-repeat;
    padding: 5px 35px 6px 0;
    display: inline-block;
}
.btn-remove-cart:hover{
    color: red;
}
.cart-buy{
    color: #131313;
    font-size: 16px;
    font-weight: bold;
}
.btn-delete-cart{
    position: absolute;
    top: 0;
    right: 0;
}
.btn-delete-cart img{
    width: 20px;
    height: 20px;
}
.cart-empty{
    padding: 10px;
    text-align: center;
}
.cart-empty p{
    margin: 0;
}
/* Checkout */
.search-title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.product-list-4 .product-item:nth-child(3n+1){
    clear: inherit;
}
.product-list-4 .product-item:nth-child(4n+1){
    clear: both;
}
/* popup bootstrap */
.modal-content{
    border-radius: 0;
    border: 0;
}
.modal-header{
    border: none;
    text-align: center;
    background: #555;
    padding: 10px 30px;
}
.modal-header .close{
    color: #fff;
    opacity: 1;
    margin: -16px -29px 0 0;
    font-size: 26px;
}
.modal-body{
    padding: 30px;
}
/* popup bootstrap */
.sending{
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}
.popup-title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.popup-btn{
    width: 120px;
    height: 40px;
    display: block;
    background: #288ad6;
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.popup-btn:hover{
    background: #004c86;
}
.form-message{
    text-align: center;
}
.slideshow{
    position: relative;
}
.slideshow .item img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 700px;
    min-height: 120px;
}
.owl-theme .owl-controls{
    margin: 0;
}
.owl-prev, .owl-next{
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    background: #fff;
    color: #080808 !important;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    z-index: 20;
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.owl-prev-slider{
    left: 15px;
}
.owl-next-slider{
    right: 15px;
}
.slideshow:hover .owl-prev-slider, .slideshow:hover .owl-next-slider{
    opacity: 0.5;
}
.slideshow:hover .owl-prev-slider:hover, .slideshow:hover .owl-next-slider:hover{
    opacity: 1;
}
.home-box{
    padding: 50px 0 60px 0;
}
.home-box-about .box-title{
    margin-bottom: 15px;
}
.home-about-content{
    text-align: justify;
}
.btn-view{
    text-align: center;
    display: inline-block;
}
.btn-view:hover span{
    background: #ed1c24;
}
.btn-view span{
    float: left;
    color: #fff;
    background: #999;
    line-height: 48px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.btn-view span:first-child{
    width: 150px;
    height: 50px;
}
.btn-view span:last-child{
    width: 50px;
    height: 50px;
    border-left: 2px solid #fff;
}
.home-box-office{
    background: url(../images/bg-office.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.home-box-office .box-title{
    color: #fff;
}
.home-office-list{
    margin: 0 -15px;
}
.home-office-item{
    width: 20%;
    float: left;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.home-office-item p{
    margin-bottom: 0;
}
.home-office-item p:first-child{
    font-size: 32px;
    font-weight: 700;
}
.home-box-sevice .sevice-list{
    margin-bottom: 20px;
}
.home-box-product{
    background: #f2f2f2;
}
.home-box-product .slider-product{
    margin-bottom: 30px;
}
.slider-product{
    position: relative;
}
.owl-prev-slider-product, .owl-next-slider-product{
    opacity: 1;
    background: #eee;
}
.owl-prev-slider-product:hover, .owl-next-slider-product:hover{
    background: #ccc;
}
.owl-prev-slider-product{
    left: 1px;
}
.owl-next-slider-product{
    right: 1px;
}
.home-box-why-us{
    padding: 30px 0;
}
.home-why-us-img{
    max-height: 350px;
}
.home-why-us-img img{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
}
.home-why-us-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.home-why-us-content{
    text-align: justify;
}
.slider-post{
    position: relative;
}
.owl-prev-slider-post{
    top: 25%;
    left: 0;
}
.owl-next-slider-post{
    top: 25%;
    right: 0;
}
.slider-post:hover .owl-prev-slider-post, .slider-post:hover .owl-next-slider-post{
    opacity: 0.5;
}
.slider-post:hover .owl-prev-slider-post:hover, .slider-post:hover .owl-next-slider-post:hover{
    opacity: 1;
}
.slider-post-item{
    margin-bottom: 0 !important;
}
.slider-post-item .post-excerpt{
    font-style: italic;
}
.post-detail{
    display: inline-block;
    color: #080808;
    margin-top: 12px;
}
.post-detail:hover{
    color: #ed1c24;
}
.home-box-partner{
    background: #f2f2f2;
}
.slider-doi-tac{
    padding: 0 50px;
    position: relative;
}
.slider-doi-tac-img{
    height: 70px;
    padding: 5px;
    position: relative;
    background: #fff;
    border: 3px double #e4e0e0;
}
.slider-doi-tac-item img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: inherit !important;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.slider-doi-tac-item:hover .slider-doi-tac-img{
    border-color: #576398;
}
.slider-doi-tac-item:hover img{
    filter: none;
    -webkit-filter: grayscale(0%);
}
.owl-prev-slider-doi-tac, .owl-next-slider-doi-tac{
    opacity: 1;
    background: #eee;
}
.owl-prev-slider-doi-tac:hover, .owl-next-slider-doi-tac:hover{
    background: #ccc;
}
.owl-prev-slider-doi-tac{
    left: 0px;
}
.owl-next-slider-doi-tac{
    right: 0px;
}
.slider-feedback-item{
    margin-bottom: 0 !important;
}
.slider-feedback-item img{
    width: auto !important;
    margin: auto;
}
.slider-product-item .product-img img{
    width: auto;
}
#go_top{
    position: fixed;
    bottom: 55px;
    right: 15px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    opacity: 0.5;
    background: #323957;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#go_top:hover{
    opacity: 1;
}
.home-box-partner .box-title{
    margin-bottom: 15px;
}
.partner-tab .tab-header{
    text-align: center;
}
.partner-tab .tab-header li{
    display: inline-block;
    float: none;
    margin: 0 5px 10px 5px;
}
.partner-tab .tab-header li a{
    display: block;
    font-weight: 600;
    padding: 11px 20px;
    color: #080808;
    border: 1px solid #999;
}
.partner-tab .tab-header li a.active{
    background: #999;
    border-color: #999;
    color: #fff;
}
.partner-tab .tab-content{
    padding-top: 20px;
    overflow: hidden;
}
.partner-tab .tab:not(:first-child){
    display: block;
    height: 0;
}
.partner-tab .tab.active{
    height: auto;
}
.product-tab tr:first-child{
    background: #f7f7f7;
    color: #ed1c24;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    text-transform: uppercase;
}
.product-tab tr td{
    border: 0;
    border-bottom: 1px dotted #ccc;
}
.product-tab tr td:first-child{
    width: 30%;
}
.content-right-product{
    float: right;
}