﻿/*
Theme Name: Vuon cay
Theme URI: http://giaminhweb.com
Author: văn thanh
Description: Theme for giaminhweb.com
Version: 1.0
Text Domain: bdw-theme
*/
/** Generated by Oneweb **/
*{
	margin: 0px;
	padding: 0px;
	-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%;
}
li{
	list-style: none;
}
p{
	font-size: 14px;
	line-height: 1.8em;
}
body{
	font-family: 'Arial', sans-serif;
	font-weight:normal;
	font-size: 15px;
	background: #f5f5f5;
    color: #303030;
}

.wrap {

	width:100%;

	max-width: 1170px;

	margin: 0 auto;

}
.fixfloat:after,.wrap:after {

	content: "";

	display: table;

	clear: both;

}

.clear {

	clear: both;

}

body textarea:focus,

body input[type="text"]:focus,

body input[type="password"]:focus,

body input[type="email"]:focus,

body input[type="tel"]:focus



{

	border:1px solid red;

	transition: all 0.2s ease-in-out;

}
input{

	-webkit-appearance: none!important;

	-moz-appearance: none !important;

	appearance: none!important;

}

body ul{list-style: :none;}

a { text-decoration:none; outline:none; cursor: pointer;}

a img{ border:none;}

input, select, textarea{ outline:none;}

.fleft{float: left;}

.fright{float: right;}

img{

	max-width: 100%;

	height: auto;

}
.padding-box{
    padding: 15px;
}
.padding-10{
    padding: 10px 0;
}
.padding-20{
    padding: 20px 0;
}
.padding-30{
    padding: 30px 0;
}
.padding-40{
    padding: 40px 0;
}
.padding-50{
    padding: 50px 0;
}

.margin-10{
    margin: 10px 0;
}
.margin-20{
    margin: 20px 0;
}
.margin-30{
    margin: 30px 0;
}
.margin-40{
    margin: 40px 0;
}
.margin-50{
    margin: 50px 0;
}

.marginb-10{
    margin-bottom: 10px;
}
.marginb-20{
    margin-bottom: 20px;
}
.marginb-30{
    margin-bottom: 30px;
}
.marginb-40{
    margin-bottom: 40px;
}
.marginb-50{
    margin-bottom: 50px;
}

.paddingb-10{
    padding-bottom: 10px;
}
.paddingb-20{
    padding-bottom: 20px;
}
.paddingb-30{
    padding-bottom: 30px;
}
.paddingb-40{
    padding-bottom: 40px;
}
.paddingb-50{
    padding-bottom: 50px;
}

.margint-10{
    margin-top: 10px;
}
.margint-20{
    margin-top: 20px;
}
.margint-30{
    margin-top: 30px;
}
.margint-40{
    margin-top: 40px;
}
.margint-50{
    margin-top: 50px;
}

.paddingt-10{
    padding-top: 10px;
}
.paddingt-20{
    padding-top: 20px;
}
.paddingt-30{
    padding-top: 30px;
}
.paddingt-40{
    padding-top: 40px;
}
.paddingt-50{
    padding-top: 50px;
}

/**

 * 8.0 Alignments

 */

 .alignleft {

 	display: inline;

 	float: left;

 }

 .alignright {

 	display: inline;

 	float: right;

 }

 .aligncenter {

 	display: block;

 	margin-right: auto;

 	margin-left: auto;

 }
.menu-header {
    position: relative;
    z-index: 9;
    background :#fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menu_header {
        float: left;
    z-index: 2;
    position: relative;
    width: 100%;
    text-align: center;
}
.main-menu.fixfloat{
        position: relative;
    z-index: 9;
    background: #007e2f;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
.menuStick .main-menu.fixfloat {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
.menu_header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu_header ul:after{
    display: table;
    clear: both;
    content: "";
}
.menu_header > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    line-height: 84px;
    vertical-align: middle;
}
.menu_header > ul > li > a { 
        position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: block;
    line-height: 20px;
    vertical-align: middle;
    padding: 15px 30px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.menu_header > ul > li > a:before {
    content: "";
    height: 17px;
    width: 1px;
    position: absolute;
    top: 14px;
    right: 0;
    border-left: 1px dotted #999;
}
.menu_header > ul > li:last-child > a:before {
    border-left: 0 dotted #999;
}
.menu_header > ul > li.menu-item-has-children>a:after {
    padding: 0 0 0 8px;
    position: relative;
    top: 0px;
    font-size: 15px;
    content: "\f0d7";
    font-family: Fontawesome;
    opacity: 0.5;
}
.stuck.menu-header .btn-search,
.stuck.menu-header .menu_header > ul > li > a{
    padding: 20px 15px;
}

.menu_header > ul > li.current-menu-item > a,
.menu_header > ul > li.current-menu-ancestor > a,
.menu_header > ul > li.current_page_item > a,
.menu_header > ul > li.current_page_ancestor > a,
.menu_header > ul > li:hover > a,
.menu_header > ul > li:focus > a {
    color: #50ffe7;
}
.menu_header > ul > li ul {
    display: block;
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 993;
    width: 200px;
    background-color: #007E2F;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    border-top: 4px solid #576398;
    padding: 0;
}
.menu_header > ul > li ul li {
    position: relative;
    float: none;
    list-style: none;
}
.menu_header > ul > li ul.sub-menu li {
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
}
.menu_header > ul > li ul.sub-menu li:hover {
    background: #498636;
}
.menu_header > ul > li ul.sub-menu li:hover a{
    color: #fff;
}
.menu_header > ul > li ul li a{
    line-height: 23px;
    display: block;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.menu_header > ul > li ul li:hover > a,
.menu_header > ul > li ul li:focus > a{
    color: #576398;
    text-decoration: none;
}
.menu_header > ul > li ul ul {
        top: 15px;
    left: 100%;
    border-left: 2px solid #323957;
}
.devvn_desktop .menu_header li:hover > ul,
.devvn_desktop .menu_header li:focus > ul,
.menu_header li.mobile_open_sub > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.devvn_desktop .menu_header li:hover > ul ul,
.devvn_desktop .menu_header li:focus > ul ul,
.menu_header li.mobile_open_sub > ul ul{
    top: -4px;
}
.menu_header > ul > li ul > li:hover > ul,
.menu_header > ul > li ul > li:focus > ul {
    top: -1px;
}
.click_opensub_menu{
    display: none;
}
.over_wrap,.button_menu{
    display: none;
}
/*#menu*/
/*custom*/
.menu_top ul li a{
    padding: 5px;
    color: #777;
    text-transform: uppercase;
}
.menu_top ul li a:hover{
    color: #007E2F;
}
/*main header*/
.main-header {
    background: #fff;
}
ul.list-tt {
    float: right;
}
.list-tt .item-tt{
   color: #fff;
    display: inline-block;
    padding: 5px 0;
}
.list-tt .item-tt a {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    display: block;
    padding: 5px 12px 5px 3px;
    line-height: 1em;
    background: #f00;
    border-radius: 20px;
}
.list-tt .item-tt a span{
    margin-top: 5px;
}
.list-tt .item-tt:last-child a{
    border-right: 0px solid #fff;
}
.list-tt .item-tt i{
  margin-right: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 1.7em;
    font-size: 16px;
}
#header.header-scroll nav.main-menu{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.main-header .wrap{
    position: relative;
}
#header {
    -webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}
/*search*/
label.screen-reader-text {
    display: none;
}
form#searchform {
    position: relative;
}
.search_header input#s{
   width: 360px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: none;
    border: 1px solid #007e2f;
    padding: 5px 10px;
    color: #333;
    background: #fff;
    font-size: 15px;
}
.search_header input#s::-webkit-input-placeholder{
    color: #333;
}
.search_header .btn.btn-search{
   border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #007e2f;
    color: #ffffff;
    height: 40px;
    width: 60px;
    cursor: pointer;
    border: 1px solid #007e2f;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search_header .btn.btn-search i{
    font-size: 18px;
}
.breadcrumbs{
        background: #f1f1f1;
}
.breadcrumbs > .wrap{
    padding: 8px;
    margin: 10px auto;

}
.breadcrumbs > .wrap span a{
 color: #666;
 font-size: 14px;
}
.breadcrumbs > .wrap span .breadcrumb_last {
    color: #2F2F2F
}
.breadcrumbs > .wrap span span{
    font-size: 13px;
}
.breadcrumbs > .wrap span:hover a{
 color: #303030;
}
.logo {
    float: left;
    width: 30%;
    padding: 5px 0;
}
.logo img {
    height: 70px!important;
}
#header.header-scroll .logo {
    top: 0;
}
#header.header-scroll .logo img {
    height: 70px!important;
}
.nav_hotline img{
    float: left;
}
/*search*/
.searchandfilter p{
    margin-top: 1em;
    display:inline-block;
}
.searchandfilter ul{
    display:inline-block;
    position: relative;
}
.searchandfilter li{
    list-style: none;
    display:inline-block;
    padding-right:0!important;
}
.searchandfilter li:nth-child(1){
    float: right;
}
.searchandfilter li:nth-child(2){
    float: left;
}
.searchandfilter li input[type=text],
.postform {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 36px;
    font-size: 15px;
    width: 100%;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: color .3s,border .3s,background .3s,opacity .3s;
}
.searchandfilter li input[type=text]{
    width: 220px;
        border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.postform {
    width: 155px;
}
.searchandfilter li:last-child{
        position: absolute;
    left: 100%;
    top: 0;
}
.searchandfilter li input[type=submit] {
    height: 36px;
    width: 40px;
    display: inline-block;
        background: #fff url(images/bg-search.png) no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    position: relative;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
span.hl-mn{
    padding: 4px 0 4px 6px;
    display: inline-block;
}

.list-ck li{
    float: left;
    width: 25%;
    padding: 10px;
}
.icon-ck {
    float: left;
    width: 22%;
    border-right: 1px solid #ccc;
    padding-right: 8px;
}
.icon-ck img{
   height: 45px;
}
.info-ck {
    float: left;
    width: 78%;
    padding-left: 8px;
}
.menu-item a img {
    height: 25px;
}
.title-page{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.home .main-content{
    padding: 0;
    background: none;
}
h2.title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: transparent url(images/bg_title.png) no-repeat center bottom;
    padding: 5px 0 35px;
    color: #d3b46b;
}
.about-home h2.title{
    color: #5f1012;
}
h2.title a{
    color: #303030;
}
h2.title.title-trang{
    color: #fff;
    background: transparent url(images/bg_title_trang.png) no-repeat center bottom;
}
.title-pro {
    position: relative;
}
.btn-xemthem{
    text-align: center;
}
.xem-them {
    color: #007E2F!important;
    font-size: 16px;
}
.tex-xt {
    font-style: italic;
    padding-right: 6px;
    color: #f00;
}
.xem-them:before {
    content: '[';
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .3s;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s;
}
.xem-them:after {
    content: ']';
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .3s;
    transition: opacity .2s,-webkit-transform .3s;
    transition: transform .3s,opacity .2s;
    transition: transform .3s,opacity .2s,-webkit-transform .3s;
}
.xem-them:focus:after, .xem-them:focus:before, .xem-them:hover::before, .xem-them:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
        display: inline-block;
        margin: 0 3px;
}
.search_header .postform option{
    font-size: 12px;
}
.acf-map{
    height: 450px;
}
.maps{
    float: left;
    width: 50%;
}
.form-contact {
    float: left;
    width: 50%;
    background: #eee;
    min-height: 450px;
    padding: 30px;
}
.title-contact h3{
    color: #333 ;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.input-form{
    margin-bottom: 10px;
}

.input-form .input-form-col{
    width: 50%;
    float: left;
}
.input-form .input-form-col:first-child{
    padding-right: 10px;
}
.input-form .input-form-col:last-child{
    padding-left: 10px;
}
.input-form select,
.input-form textarea,
.input-form input{
    width: 100%;
    height: 36px;
    background: none;
    border: 1px solid #666;
    padding: 10px;
    color: #333;
}
.input-form textarea{
    height: 100px;
}
.input-form.input-btn{
    margin-bottom: 0;
    text-align: center;
}
.input-form.input-btn input{
        background: #C4161C;
    cursor: pointer;
    color: #fff;
    max-width: 200px;
    height: 51px;
    border-radius: 5px;
    border: 1px solid #C4161C;
    font-size: 20px;
}   
.input-form.input-btn:hover input{
    background: #fff;
    border: 1px solid #C4161C;
    color: #C4161C
}
.form-dathang h2{
    margin-bottom: 15px;
}
.social-og{
    list-style: none;
    text-align: center;
}
.footer-widget .social-og{
    text-align: left;
}
.social-og li{
    display: inline-block;
}
.footer-widget .social-og li{
    background: none;
    padding-left: 0
}
.social-og a{
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 2em;
    border-radius: 50%;
    font-size: 14px;
}
#footer {
    background: #333;
    color: #fff;
}
.title-footer{
    line-height: 1.4;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.title-footer h4{
    font-size: 16px;
    color: #c3c3c3;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 5px;
}
.footer-widget{
    float: left;
    width: 25%;
    padding: 15px;
}
.footer-widget a{
    color: #fff;
    
}
.footer-widget li {
    list-style-type: none;
    margin-bottom: 6px;
    background: url(images/icon_list.png) no-repeat left center;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    padding-left: 12px;
}
.footer-widget li:hover{margin-left:15px;}
.footer-widget li:hover a{
    color:#2F2F2F;
}
.nhan-mail .wpcf7-form-control.wpcf7-text{
    border: 1px solid #ddd;
    padding: 8px 10px;
    height: 36px;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: color .3s,border .3s,background .3s,opacity .3s;
    background-color: rgba(0,0,0,.03);
    border-color: rgba(0,0,0,.09);
    background-position: 99% 50%;
    color: currentColor!important;
    border-radius: 15px;
    margin-bottom: 15px;
}
.nhan-mail .wpcf7-form-control.wpcf7-submit{
    background-color: #00B214;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    -ms-touch-action: none;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 8px 15px;
    max-width: 100%;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
}
.copyrights {
    background-color: #363636;
    padding: 6px 0;
    text-align: center;
}
.copyrights span{
    color: #c5c5c5;
}
.copyrights span a{
    color: #666;
}
.gototop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 40px;
    display: none;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    transition: all 0.4s ease 0s;
    text-align: center;
    background: #a51e27;
}
.gototop i{
  color: #fff;
  font-size: 20px;
}
.entry h2 ,.entry h3{
    margin-bottom: 10px;
    color: #303030;
}
.entry p{
    margin-bottom: 10px;
}
.entry ul{
    padding-left: 20px;
}
.entry ul li{
    margin-bottom: 10px;
    list-style: inherit;
}
.description.entry ul li,
.description.entry p{
    margin-bottom: 5px;
}
.entry table{
  width: 100%!important;
}
.entry table tr,.entry table td,.entry table th {
  padding: 10px;
  width: auto;
  height: auto;
  white-space: normal!important;
  border: 1px solid #ccc;
}
.entry iframe{
    width: 100%;
    height: 450px;
}

.header-social {
    float: right;
    margin-left: 35px;
}
.right-header {
   float: right;
   width: 70%;
   padding: 20px 0;
}
.search_header {
    float: left;
    position: relative;
}
.login-header {
    float: right;
    padding-right: 15px;
    color: #fff;
}
.login-header i{
    color: #fff;
}
a.woo-login-popup-sc-open {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
}
/*sản phẩm*/
#dich-vu{
    padding: 30px 0;
    background: #303030;
}
/*archive product*/
.main-content .sidebar{
    float:left;
    width: 25%;
}
.title-widget {
    background-repeat: repeat-x;
    background-position: left bottom;
    line-height: 27px;
    color: #fff;
    width: 100%;
    clear: both;
    position: relative;
}

.title-widget h2 a{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.menu-danh-muc-menu-container {
    background: #f7f8fa;
}
.box-sidebar ul li{
    padding: 6px 0px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}
.top-home .box-sidebar ul li{
    padding: 8px 0px;
}
.top-home .widget.widget-sidebar{
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-sidebar ul li:last-child{
    border-bottom: 0px dotted #666;
}
.box-sidebar ul:after{
    display: table;
    clear: both;
    content: "";
}
.title-sidebar-left h3{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.woocommerce-MyAccount-navigation li{
    padding: 5px 0;
    border-bottom: 1px dotted #c7c7c7;
}
.woocommerce-MyAccount-navigation li a{
    color: #303030;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    float: none;
    background: #007E2F!important;
    color: #fff!important;
    border-radius: 0!important;
}
.woocommerce .checkout.woocommerce-checkout .col-2,
.woocommerce .checkout.woocommerce-checkout .col-1{
    width: 100%!important;
}
.woocommerce form .form-row textarea{
    height: 10em!important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row{
    width: 33.33%!important;
    float: left!important;
    margin: 0!important;
    height:70px;
    clear: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field{
    width: 100%!important;
}
.woocommerce .woocommerce-billing-fields__field-wrapper #billing_address_2_field>label {
    width:100% !important;
    opacity: 1 !important;
}
.menu-danh-muc-menu-container ul li a h2,
.box-sidebar ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 5px;
    display: block;
    position: relative
}
.menu-danh-muc-menu-container ul li a h2:hover,
.box-sidebar ul li a:hover {
    color: #007E2F!important;
}
.box-sidebar .menu-danh-muc-menu-container ul li a h2:before {
    padding: 0 0 0 8px;
    position: relative;
    top: 1px;
    font-size: 15px;
    margin-right: 5px;
    content: "\f0da";
    font-family: Fontawesome;
    color: #333;
}
.box-sidebar ul li.current-menu-ancestor a,
.show-sidebar a:hover{
    color: #303030;
}
.box-sidebar ul li .children,
.box-sidebar ul li .sub-menu{
    top: 100%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 3px solid #007E2F;
    -webkit-box-shadow: 0 0px 10px #cccccc;
    -moz-box-shadow: 0 0px 10px #cccccc;
    box-shadow: 0 0px 10px #cccccc;
    width: 225px;
    left: 100%;
    top: 0;
}
.box-sidebar ul.product-categories li.cat-parent:after, 
.menu-danh-muc-san-pham-container .sub-menu li.menu-item-has-children:after {
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 14px;
    color: #333;
    content: "\f105";
    font-family: "FontAwesome";
}
.menu-danh-muc-san-pham-container li:before,
.box-sidebar ul.product-categories li:before {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 14px;
    color: #333;
    content: "\f0da";
    font-family: "FontAwesome";
}
body .menu-danh-muc-san-pham-container li > a,
body .box-sidebar ul.product-categories li > a {
    padding-left: 12px;
}
.box-sidebar ul li:hover .sub-menu,
.box-sidebar ul li:hover .children{
 opacity: 1; 
 filter: alpha(opacity=100);
 -webkit-transform: translate(0px, 0);
 -moz-transform: translate(0px, 0);
 transform: translate(0px, 0);
 -webkit-transition: all 0.4 0.5s ease-out 0s;
 -moz-transition: all 0.4 0.5s ease-out 0s;
 -o-transition: all 0.4 0.5s ease-out 0s;
 transition: all 0.4 0.5s ease-out 0s;
 visibility: visible;
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.danhmuc-home .box-sidebar{
    height: 330px;
}
.box-sidebar {
    padding: 15px;
    border: 1px solid #dae2e6;
}
.sider-right .box-sidebar{
  padding: 0;
    border: 0px solid #dae2e6;  
}
.sidebar.sider-right{
    float: right;
}
.widget.widget-sidebar {
        width: 100%;
    background: #fff;
}
.main-content .content {
    float: right;
    width: 75%;
    padding-left: 20px;
}
.main-content .content.content-left{
    float: left;
    padding-left: 0;
    padding-right: 20px;
}
.main-content .content.content-full{
    width: 100%;
    padding-left: 0;
}
.woocommerce-product-gallery{
    width: 100%!important;
}
.content-arpro .top-detail .img-product-single.top-item {
    width: 45%;
    position: relative;
}
.img-product-single.top-item .onsale {
    background-color: #007E2F;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    left: 0;
    line-height: 22px;
    min-height: 0;
    padding: 4px 15px;
    position: absolute;
    top: 0;
    z-index: 2;
    margin: 0;
    right: auto;
}
.woocommerce .content-arpro .product .summary {
    width: 55%;
    float: left;
    padding-left: 30px;
}
.top-detail {
    margin-bottom: 20px;
}
.single-product.woocommerce div.product .product_title {
        font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.single-product.woocommerce  div.product .woocommerce-tabs .panel {
    border-top: 0;
    padding: 15px 0;
} 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0;
}
.list-ckdetail .item-ckdetail {
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
}
.list-ckdetail .item-ckdetail:last-child{
    border-bottom: 0px solid #d8d8d8;
}
.list-ckdetail{
    border: 1px solid #ccc;
}
.woocommerce .icon-ckdetail img{
    height: 36px;
}
.ar-title{
 border-bottom: 2px solid #303030;
 padding-bottom: 5px ;
 margin-bottom: 15px;
}
.ar-title h3,
.ar-title h2,
.related.products h3,
.related.products h2,
h1.page-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #303030;
}
.ar-title h1{
    float: left;
    padding-bottom: 5px;
}
.summary.entry-summary h1.page-title {
    font-size: 16px;
    float: none;
    margin-bottom: 15px;
}
.woocommerce-page div.product div.thumbnails a {
    width: 100% !important;
    padding: 15px;
}
.woocommerce-page div.product div.thumbnails img {
    border: 1px solid #ccc;
}
.related.products h2{
    float: none;
}
.sg-title{
    margin-bottom: 20px;
}
.main-title {
    float: right;
}
.woocommerce div.product form.cart .reset_variations {
    color: currentColor;
    opacity: .6;
}
.woocommerce div.product form.cart .reset_variations:hover{
    color: #FA5459;
}
.woocommerce .woocommerce-ordering{
    margin-bottom: 0!important;
    position: absolute;
    right: 0;
    top: 0;
}
.woocommerce .woocommerce-result-count{
    display: none;
}
.woocommerce .woocommerce-ordering select {
    padding: 6px 10px;
    color: #303030;
    border: 1px solid #303030;
}
.section_html.entry {
    margin-bottom: 20px;
}
.box-sidebar ul.product_list_widget li img{
    width: 50px!important;
    height: auto;
}
.product_list_widget .woocommerce-Price-amount.amount, .product_list_widget del,.product_list_widget ins{
    display: none;
}
.box-sidebar ul.product_list_widget {
    padding: 10px;
}
.single-product .content-single .img-product-single .images{
    width: 100%;
    border: 1px solid #ddd;
}
.single-product .content-single .img-product-single .images .size-shop_single{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.single-product .content-single .img-product-single{
    width: 60%;
    float: left;
    padding-right: 30px;
    position: relative;
}
.single-product .content-single .summary.entry-summary{
    width: 40%;
    float: left;
    border: 1px solid #ddd;
}
/*single-product*/
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    padding: 5px 10px;
    float: left;
    font-size: 14px;
}
.woocommerce div.product form.cart .variations td.label {
    padding: 5px 0;
    margin: 0;
    line-height: 1.5em;
    background: #fff;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled:after{
    display: table;
    clear: both;
    content: "";
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin: 15px 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #303030;
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: #d0205e!important;
    border: 1px solid #d0205e;
        padding: 5px 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #d0205e!important;
        width: 12px!important;
    height: 12px!important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 6px!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #d0205e!important;
}
.woocommerce div.product form.cart {
    background: #eee;
    padding: 0!important;
}
.content-single del .amount{
    color: #333;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.woocommerce ul.product_list_widget li .quantity {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: .8;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}
.price span.amount,
.woocommerce ins span.amount {
    text-align: left;
    color: #007E2F!important;
    font-size: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 8px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
   border: 1px solid #333;
}
/*phụ kiện*/
.list-dichvu ul li{
    float: left;
    width: 33.33%;
    padding: 10px;
    border: 1px solid #dadada;
}

/*tin tức*/
.list-news {
    float: left;
    width: 100%;
}
.list-news .img-news {
    float: left;
    width: 45%;
} 
.list-news ul li{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-news .item-news .thumbnail-news img{
    border: 1px solid #DDD;
    padding: 4px;
    background: none repeat scroll 0% 0% #E8E8E8;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    overflow: hidden;
}
.list-news .item-news .thumbnail-news img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.excerpt-news {
    float: left;
    width: 55%;
    padding-left: 15px;
}
.excerpt-news h4 a{
    color: #0b6f37;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}
.list-news .item-news .thumbnail-news{
    float: left;
    width: 30%;
    padding-right: 20px;
}
.list-news .item-news .news-info{
    width: 70%;
    float: left;
}
.list-news .item-news .thumbnail-news a{
    display: inline-block;
    overflow: hidden;
}
.list-news .list-1 .item-news .news-info{
    float: left;
    width: 68%;
}
.list-news .item-news .news-info h3 a{
    font-size: 12px;
    color: #303030;
    display: block;
}
.list-news.news-cat .item-news .news-info h3 a{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.list-news .item-news .news-info h3 a:hover{
    color: #f00;
}
/*Liên hệ */
.box-chia .title-bds h2{
    font-size: 18px;
    color: #fff;
}
.lienhe-bds .item-bds{
    float: left;
    width: 50%;
    padding: 15px;
}
.lienhe-bds.box-chia {
    padding: 20px 0;
    margin: 20px 0;
    background: #eee;
}

ul.nav-cate {
    float: right;
    height: 40px;
    overflow: hidden;
    width: 70%;
}
ul.nav-cate > li {
    float: right;
    position: relative;
}
ul.nav-cate > li > a {
    color: #303030;
    display: block;
    font-size: 14px;
    padding: 0 17px 0 10px;
    position: relative;
    text-decoration: none;
}
ul.nav-cate > li.view-more > a {
    padding-right: 15px;
}
ul.nav-cate > li.view-more > a::before {
    background: rgba(0, 0, 0, 0) url("images/icon-dow.png") no-repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    right: 4px;
    top: 16px;
    width: 6px;
}
/*hotline*/
.chinh_sach_cua_shop ul{margin:0;padding:0;list-style:none}
.chinh_sach_cua_shop ul li{padding: 5px;overflow:hidden;display:table;width:100%}
.chinhsach_icon{display:table-cell;width:35px}
.has-icon .chinhsach_content{display:table-cell;padding:0 0 0 10px;vertical-align:middle}
.chinhsach_content strong{display:block;color:#f33;font-weight:700;font-size:16px}
.chinhsach_content p{margin:0;line-height:22px; font-size:14px; font-weight: bold; color: #FA373C; }
.chinhsach_content br{display:none}
.chinh_sach_cua_shop a:hover{text-decoration:none;}
.img-htline img{
    width: 100%;
}
.list-pro-home {

    clear: both;
    display: block;
    margin: 0 auto;
}
.list-pro-home > ul{
   margin-right: -10px!important;
   margin-left: -10px!important;
}

.list-pro-home ul li.list-item {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 10px;
}
.related.products .list-pro-home ul li.list-item,
.content-arpro.content-dm .list-pro-home ul li.list-item {
    width: 33.33%;
}

.list-pro-home ul li.list-item .item-pro {
    overflow: hidden;
    background: #fff;
    position: relative;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #dae2e6;
    position: relative;
}
.thumbnail-pro-home{
    text-align: center;
    padding: 10px;
}
.list-item .onsale {
    background: #007E2F!important;
    color: #fff;
    display: inline-block;
    left: -34px!important;
    padding: 30px 30px 5px!important;
    position: absolute;
    top: -12px!important;
    transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    z-index: 9;
    text-transform: uppercase;
    font-size: 17px!important;
    line-height: 1em!important;
    border-radius: 0!important;
}
.pro-info-home {
    padding: 10px;
    text-align: center;
}
.pro-info-home .price{
    margin-bottom: 10px;
}
.list-item .woocommerce-Price-amount{
    text-align: left;
    color: #007E2F!important;
    font-size: 20px;
}
.list-item del .woocommerce-Price-amount{
    font-size: 12px;
    font-weight: normal;
    color: #888!important;
}
.woocommerce.single-product .entry-summary .woocommerce-Price-amount{
    font-size: 25px;
}
.woocommerce.single-product .total .woocommerce-Price-amount{
    font-size: 13px;
}
.woocommerce.single-product del .woocommerce-Price-amount{
        font-size: 17px!important;
    color: #888!important;
}
.woocommerce div.product p.price{
 margin-bottom: 10px;
}
.woocommerce.single-product div.product form.cart {
    background: none;
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
}
.woocommerce-product-details__short-description{
        max-height: 235px;
    overflow: auto;
    background: #efefef;
    padding: 10px;
    border-radius: 8px;
}
.quantity {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}
.woocommerce .quantity .qty {
    width: 60px!important;
    padding: 5px 0;
    font-size: 19px;
    border: 1px solid #ccc;
}
.quantity .plus,
.quantity .minus {
    padding: 3px;
    font-size: 16px;
    width: 18px;
    border: 1px solid #ccc;
}
.quantity .plus{
    margin-left: -16px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: #303030;
    border-radius: 0;
    text-transform: uppercase;
}
/*tư vấn*/
.detailcall {
    margin: 20px 0;
    text-align: center;
}

.detailcall a {
        display: inline-block;
    padding-left: 55px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-transform: Capitalize;
    background: #ef1c23;
    padding: 20px 10px;
    text-align: center;
    border-radius: 8px;
}

.detailcall a span {
    font-size: 29px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
}
.summary.entry-summary .product_meta{
    margin: 15px 0
}
.summary.entry-summary .product_meta > span{
    display: block;
    font-size: 13px;
}
span.sku_wrapper {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #303030;
}
.tagged_as > a,
.posted_in > a{
        border: 1px dotted #ccc;
    padding: 5px;
    display: inline-block;
    color: #000;
}
.tagged_as > a:hover,
.posted_in > a:hover{
        border: 1px dotted #007E2F;
   color: #fff;
    background: #007E2F;
}
.pro-info-home h2 a{
       display: block;
    margin-bottom: 10px;
    color: #007E2F;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.pro-info-home p{
    text-align: justify;
}
.dpe-flexible-posts li img {
    float: left;
    width: 32%;
    border: 1px solid #ccc;
}
.footer-widget .dpe-flexible-posts li img{
    width: 15%;
}
.footer-widget .dpe-flexible-posts li{
    list-style-type: none;
    margin-bottom: 10px;
    color: #5f1011;
    line-height: 1.6em;
    font-size: 13px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}
.footer-widget .dpe-flexible-posts li.post.type-post .title{
    width: 85%;
    padding-left: 15px;
}
.dpe-flexible-posts li .title {
    float: left;
    width: 68%;
    padding: 0 15px;
}
.dpe-flexible-posts li a:after{
    display: table;
    clear: both;
    content: "";
}
.dpe-flexible-posts li.post.type-post .title{
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    padding: 0
}
section.san-pham {
    margin-bottom: 15px;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: none!important;
    color: #007E2F;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0!important;
    margin: 0px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{
    display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #78B93E!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #007E2F!important;
}
/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.woocommerce form .form-row input.input-text {
    height: 35px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 49%;
    padding-left: inherit !important;
    padding-right: inherit !important;
}
div#customer_details {
    margin: 0 0 20px;
}
.thongbao_khuyenmai,.section_noi_dung_khuyen_mai .tinymce {
    border: 3px dotted #fff;
    padding: 20px 15px;
    position: relative;
    background: #e03232;
    color: #fff;
}
h3#ship-to-different-address label {
    float: right;
}
h3#ship-to-different-address {
    clear: both;
    cursor: pointer;
}
div#customer_details h3#ship-to-different-address, div#customer_details h3#ship-to-different-address label {
    font-size: 15px;
    text-transform: inherit;
    cursor: pointer;
}
div#customer_details h3#ship-to-different-address label {
    margin: 0 0 0 10px;
}
.product-right {
    margin: 0 0 20px;
}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 20%;
}
.cart_after_content .col-xs-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 10px!important;
}
.widget.widget-content{
    padding: 10px 0;
}
.woocommerce-checkout .entry{
    padding: 0;
}
.list-pro-home ul li.list-item .item-pro .by-cart{
    width: 100%;
    transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}
.list-pro-home ul li.list-item .item-pro .by-cart a{
    color: #007e2f;
    background: #fff;
    border: 1px solid #007e2f;
    padding: 8px 10px!important;
    line-height: 1.2em;
    font-weight: normal;
    margin: 3px 3px;
    min-width: 130px;
    display: inline-block;
    font-size: 15px;
}
.list-pro-home ul li.list-item .item-pro .by-cart a:hover{
   background: #007E2F!important;
   color: #fff!important;
   border: 1px solid #007E2F;
}
.list-pro-home ul li.list-item .item-pro .by-cart a:before {
    font-family: Fontawesome;
    height: 13px;
    width: 1px;
    margin-right: 5px;
}
.list-pro-home ul li.list-item .item-pro .by-cart a.add_to_cart_button:before {
    content: "\f218";
}
.list-pro-home ul li.list-item .item-pro .by-cart a.chi-tiet:before {
    content: "\f124";
}
/*shop nhật*/
/*slider main*/
.main-slider {
    float: right;
    width: 75%;
    padding-left: 20px;
}
.img-slider img {
    width: 100%;
    object-fit: cover;
}
.main-slider .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.main-slider .swiper-pagination-bullet {
    width: 18px;
    height: 8px;
    border-radius: 0;
    background: #007aff;
    opacity: 1;
}
.main-slider .swiper-pagination-bullet-active {
    background: #2F2F2F;
}
.list-ckhome .item-ckhome {
   width: 33.33%;
    float: left;
    position: relative;
    padding: 25px 10px;
    border-right: 1px solid #ececec;
}
.widget_wpbhl_widget .list-ckhome .item-ckhome{
    width: 100%;
    padding: 10px;
    border-right: 0;
}
.icon-ckhome {
   position: absolute;
   left: 0;
   top: 0;
   text-align: center;
   padding: 15px 0;
   text-align: center;
}
.icon-ckhome i {
    font-size: 36px;
}
.list-ckhome .item-ckhome .box-ckhome {
    padding: 15px 0 15px 55px;
    overflow: hidden;
    color: #444;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.info-ckhome p {
    font-size: 13px;
    text-transform: initial;
    font-weight: normal;
    line-height: 1.5em;
}
.bg-trang{
    background: #fff;
}
.header-title{border-bottom:1px solid #e1e1e1;margin-bottom:15px;position:relative;}
.header-title:after{position:absolute;content:"";width:100px;height:3px;background:#007e2f;bottom:0px;}
.modtitle{
    border-bottom:1px solid #e1e1e1;
    margin:0 0px 2px 0;
    line-height:32px;
    color:#007e2f;
    text-transform:uppercase;
    font-weight:bold;
    font-size:20px;
}
.modtitle a:hover {
    text-decoration: none;
}
.modtitle a {
    color: #007e2f;
}
.danhmuc-home {
    float: left;
    width: 25%;
}
.box-dmsp{
    padding: 15px;
}
.box-dmsp ul > li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}
.box-dmsp ul > li a {
    font-size: 16px;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: all 0.3s ease-in-out;
    padding: 5px 0 5px 15px;
    color: #444444;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    display: block;
}
.box-dmsp ul > li a:after{
    content: "\f101";
    font-family: Fontawesome;
    height: 13px;
    width: 1px;
    position: absolute;
    top: 5px;
    left: 0;
}
.img-danh-muc img{
    width: 100%;
}
.sanpham-khuyenmai {
    float: right;
    width: 75%;
    padding-left: 15px;
}
.so-maps{position:relative;}
.so-maps .contact-info{width: 530px;padding:30px 30px 20px;position:absolute;top:90px;right:15%;background-color:#2F2F2F;font-family:Arial;}
.contact-info .shop-name{margin-bottom:20px;}
.contact-info .address, .contact-info .email, .contact-info .phone{margin-bottom:10px;}
.contact-info .shop-name h2{margin:0;text-transform:uppercase;font-size:24px;font-weight:600;font-style:italic;color:#fff;}
.contact-info label{margin:0;padding:0;color:#fff;font-size:12px;}
.contact-info .address .icon, .so-maps .contact .contact-info .email .icon, .so-maps .contact .contact-info .phone .icon{
    display: inline-block;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    margin-right: 10px;
    color: #636363;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.contact-info .address li {
    line-height: 35px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.contact-info label{margin:0;padding:0;color:#fff;font-size:12px;}
.contact-info .address .icon ,.contact-info label{display:inline-block;vertical-align:middle;}
.contact-info p a{
    color: #fff;
}
.contact-info p.text {
   font-size: 16px;
   padding: 0 0 0 45px;
   color: #fff;
}
.contact-info label a{color:#fff;font-size:12px;}
.icon .fa{color:#fff;font-size:14px;line-height:34px;}




.cam-ket {
    padding: 15px 0;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title span{
    text-align: center;
    margin: 0 15px;
    text-transform: uppercase;
}
.title-mainpage{
    padding: 10px 0;
}
.title-mau{
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 3px solid #ccc;
    padding-bottom: 5px;
    position: relative;
    color: #5f1012;
}
.title-mau:after {
   content: "";
   width: 140px;
   height: 3px;
   background: #990000;
   display: block;
   position: absolute;
   left: 0;
   top: 100%;
}
.title-mau a{
    color: #d3b46b; 
}
.list_tuvan{
    padding: 30PX 0;
}

#bacsi {
    padding: 30px 0;
    background: #f1f1f1;
}
.list_doctor_box{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.list_doctor_box:hover{
    -webkit-box-shadow: 0 10px 20px #303030, 0 6px 6px #303030;
    -ms-box-shadow: 0 10px 20px #303030, 0 6px 6px #303030;
    box-shadow: 0 10px 20px #303030, 0 6px 6px #303030;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}
.list_doctor_info{
    text-align: center;
}
h3.list_doctor_name {
    margin: 0 0 3px 0;
}
h3.list_doctor_name a{
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2em;
    display: block;
    margin: 8px 0
}
.list_doctor_info .mg-listtour {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.cat-taichinh{
    background: #ececed;
    padding: 25px 0;
}
.list-taichinh{
    margin-right: -5px;
    margin-left: -5px;
}
.list-taichinh .item-taichinh{
    padding: 5px;
}
.item-taichinh .box-item{
    background: #fff;
    padding: 10px;
}
.item-taichinh img{
    width: 100%;
}
.item-taichinh h2 a{
    color: #007ecc;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
    display: block;
    margin: 10px 0;
}
.item-taichinh h2:hover{
    color: rgb(236,142,31);
}
.item-taichinh p{
    padding: 0px;
}
.excerpt-mobile{
    display: none;
}
.swiper-btn{
       background: rgb(68, 68, 68);
   padding: 5px 8px;
   border: 1px solid #ffffff;
   border-radius: 4px;
   display: inline-block;
   zoom: 1;
   filter: Alpha(Opacity=50);
   opacity: 0.8;
   cursor: pointer;
   z-index: 9999;
   position: absolute;
   top: 50%;
   z-index: 9;
   margin-top: -20px;
}
.swiper-btn:hover{
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.swiper-btn i{
    color: #fff;
    font-size: 35px;
}
.pagenv{
    text-align: center
}
.swiper-btn-prev.swiper-btn {
    float: left;
    left: 0;
    margin-left: -45px;
}
.swiper-btn-next.swiper-btn {
    float: right;
    right: 0;
    margin-right: -45px;
}
.swiper-container:hover .swiper-btn{
    margin-right: 0!important;
    margin-left: 0!important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_news_name a {
    font-size: 14px;
    color: #33a540;
    line-height: 1.5em;
    display: block;
    min-height: 48px;
    margin-bottom: 5px;
}
.doctor_desc{
    color: #303030;
    font-size: 13px;
    line-height: 1.5em;
}
.social-menu {
    background: #fff;
}
.social-footer {
    float: left;
}
.social-footer ul.social-icons-lists.icons-background-square {
    display: inline-block;
}
.text-social {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}
.menu-footer {
    float: right;
    padding: 2px 0;
}
.pswp__bg {
    opacity: 0.85!important;
}
.btn-mungay {
    text-align: center;
    margin: 15px 0;
}
.btn-add{
    margin: auto;
    background-color: #737373;
    color: #ffffff;
    padding: 15px 40px;
    border: solid 2px #737373;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
}
.btn-book:hover { background-color: #fff; color: #ef1c23!important; transition: all .5s;  }
.btn-book i{
  font-size: 20px;
}
.tagcloud > a {
    font-size: 14px!important;
    border: 1px dotted #ccc;
    padding: 3px 5px;
    display: inline-block;
    margin: 3px;
}
.tagcloud > a:hover {
    border: 1px dotted #007E2F;
    color: #fff!important;
    background: #007E2F;
}
.show-sidebar .tagcloud > a {
    color: #333;
    font-size: 18px!important;
}