*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
}
body{
   /* font-family: 'Roboto',FontAwesome, sans-serif; */
    font-family: Arial,FontAwesome, sans-serif;
    font-size: 14px;
    color: #333;
    /*max-width: 1400px;*/
    margin:  0 auto;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: #333;
    transition: all 0.3s;
}
a,a:hover{
    text-decoration: none;
}
a:hover{
    color: #8cc63f;
}
ul{
    margin: 0;
    list-style: none;
}
/*.btn{
    background: none;
    border: none;
}*/
.btn,.form-control{
    border-radius: 0;
    max-width: 100%;
}

.break-col {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid{
    max-width: 1200px;
}

/* ========================================== Header ================================== */

.header-top{
    color:black;
    padding: 22px;

}
.wrap-cart-info ul li a{
    color: #000;
}

.wrap-cart-info {
    text-align: center;
}

.top-info.top-info {
    display: inline-block;
    float: none;
    margin-right: 16px;
    vertical-align: middle;
}

.top-info.top-info > li {
    border-color: rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
}
.top-info > li:first-child {
    border: medium none;
}

.top-name-company{
    text-align: center;
}



/* ============================== Menu =============================== */

.title-category-dropdown {
    background: #f9bc02 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.hidden-dropdown .title-category-dropdown {
    background: #e46b2a none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
}

.title-category-dropdown::after {
    content: "\f0c9";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
}

.vertical-menu-menu {
    background-color: #fff;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 9;
    border-top: 0;
    position: absolute;
    right: 15px;
    left: 15px;
}

.vertical-menu-menu ul {
    padding: 0;
    height: 290px;
    border: 1px solid #eee;
    background-color: #dddddd;
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.vertical-menu-menu .menu>li{
    margin: 0;
    z-index: 9;
    
    border-bottom: 1px solid #fff;
    background-color: #dddddd;
}

.vertical-menu-menu .sub-menu{
    background: #fff !important;
    height: 100% !important;
}

.vertical-menu-menu .sub-menu li{
    background: #fff !important;
}

.vertical-menu-menu ul li a {
    display: block;
    padding: 6px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.vertical-menu-menu>ul>li>ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #eee;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vertical-menu-menu>ul>li>ul.sub-menu>li.menu-item-has-children {
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.vertical-menu-menu>ul>li>ul.sub-menu>li {
    width: 33.3333%;
    float: left;
}

.vertical-menu-menu>ul>li>ul.sub-menu li>ul.sub-menu {
    width: 100%!important;
    font-weight: normal;
    border: 0;
}

.vertical-menu-menu>ul>li:hover>ul.sub-menu {
    display: block;
}

.vertical-menu-menu ul li a:hover {
    color: #000;
    background-color: #eee;
}

.wrap-menu-primary {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #cccc;
    margin-bottom: 2px;
}

.vertical-menu-menu i{
    float: right;
}

.home .vertical-menu-menu{
    display: block;
}

.vertical-menu-menu{
    display: none;
}

.wrap-cat-pro:hover .vertical-menu-menu{
    display: block;
}

.menu-site{
     background-color: #ffffff; 
    /* text-align: center; */
   /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    */
  /*  padding-top: 10px;*/
   /* padding-left: 40px;*/
    /* padding-bottom: 10px; */
}
.menu-box .main-menu>li{
    display: inline-block;
    text-align: left;
     float: left;
}
.menu-box .main-menu>li>a{
    display: block;
    padding: 14px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
    border-right: 1px solid #ddd;
}

ul.main-menu li:hover {
    background: #f5f5f5;
}

ul.main-menu li:active {
    background: #f5f5f5;
}



ul.main-menu>li {
    border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.main-menu li a{
    color:white;
}

.menu-box .main-menu li{
    position: relative;
}
.menu-box .main-menu>li.menu-item-has-children>a>i{
    display: inline-block;
    margin-left: 7px;
}
.main-menu .sub-menu{
    display: none;
}
.main-menu .sub-menu li a{
    color:black;
    display: block;
    padding: 7px 15px;
}
.main-menu .sub-menu li{
    /*border-top: #ccc thin dotted;*/
}
.main-menu .sub-menu li:first-child{
    border: none;
}
.main-menu .sub-menu li.menu-item-has-children>a>i{
    display: inline-block;
    float: right;
}
.main-menu .sub-menu li:hover>a,.main-menu .sub-menu li.current-menu-item>a{
    background-color: #f5f5f5;
   
}
.main-menu .sub-menu li .active{
    background-color: #ececec;
    color: gray;
}
.sub-menu{
    padding-bottom: 20px;
}
 .logo .cart a{
    display: block;
    background: url('../images/cart.png');
    background-repeat:  no-repeat;
    background-position: top right;
    padding: 10px;
    padding-right: 20px;
}



/*================================ slider ===================================*/



.slier-index {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
}

.main-banner .owl-nav{
    display: none;
    margin-top: 0px;
}

.main-banner:hover .owl-nav{
    display: block;
}

.main-banner .owl-nav .owl-prev{
    color: #000;
    position: absolute;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
    height: 30px;
    left: 20px;
    top: 50%;
    font-size: 30px;
    background: #3baf4a;
    color: #fff !important;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    color: #000;
}

.main-banner .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    right: 20px;
    font-size: 30px;
    background: #3baf4a;
    color: #fff !important;
}

.main-banner .owl-nav .disabled{
    color: #000 !important;
    background-color: #ccc;
    opacity: 0.4;
}

/*=================================== sanpham ban chay ===================================*/
ul.nav.panel-tabs li {
    display: inline-block;
}

.title-section h3{
    display: inline-block;
    margin: 0px;
}

section#best-sell-product {
    margin-top: 30px;
}

.title-section {
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.title-section .panel-tabs{
    line-height: 8px;
}

.panel-tabs .active{
    background: transparent;
    border-bottom: 2px solid #e46b2a;
}

.tab-content {
    margin-top: 10px;
}

.p_item {
    border-color: #fff;
}

.p_item {
    padding: 0 8px;
}

.p_item .framehb {
    min-height: 277px;
    border: 3px solid transparent;
    border-radius: 5px;
    padding: 0px 5px;
    text-align: center;
}

.hbimg {
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
    height: 180px;
}

.hbimg a {
    display: table-cell;
    vertical-align: middle;
   
}

.p_img {
    max-height: 170px;
    max-width: 155px;
}

.p_name {
    display: block;
    margin: 10px 0 0;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    font-size: 12px;
}

.p_name {
    display: block;
    margin: 10px 0 0;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    font-size: 12px;
}

.p_price {
    overflow: hidden;
    color: #f36f21;
    font-weight: bold;
    padding: 0;
    font-size: 16px;
}

.p_item:hover .framehb {
    min-height: 277px;
    border: 3px solid #ddd;
}

/*=========================================== section content product index =============================================*/
#product-list-cat{
    margin-top: 30px;
}


.list-cat .title-section{
    padding:0px;
    margin-bottom: 10px;
}

.list-cat .title-section h3 {
    padding: 10px 10px;
    background: #e46b2a;
    font-size: 16px;

  
}

.title-section h3 a{
    color: #fff;
}


.product-list .owl-nav{
    margin: 0;
    position: absolute;
    right: 1px;
    top: -44px;
}

.product-list .owl-nav .owl-prev{
   background-color: #f66e21;
   position: static;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
}

.product-list .owl-nav .owl-next{
    background-color: #f66e21;
   position: static;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
}


/*.list-cat .title-section h3:after{
    background: url(../images/bg-cat.png) no-repeat center right transparent;
    padding: 0 22px 0 0px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}*/


/*============================== product-cat =========================*/

.p_name{
    font-size: 16px;
}

.m_price{
    text-decoration: line-through;
    font-weight: 700;
}

#wrap-product-cat .list-cat{
    margin-bottom: 20px;
}

.list-item-product {
    border: 1px solid #ccc;
    padding: 20px 15px;
    overflow: hidden;
}


.main-content {
    float: right;
}

.popular-cat-title h2 {
    margin-top: 0px;
}

.product-list-cat .p_img{
    max-width: 100%;
}


.product-list-cat .owl-nav{
    margin: 0;
    position: absolute;
    right: 1px;
    top: -44px;
}

.product-list-cat .owl-nav .owl-prev{
   background-color: #f66e21;
   position: static;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
}

.product-list-cat .owl-nav .owl-next{
    background-color: #f66e21;
   position: static;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
}


/* =============================================== new cat ==================================================*/
.thumbnail-news {
    text-align: center;
    border:1px solid #ccc;
}

.content-news-cat h3{
    margin-top: 0px;
}


/*========================= search =====================================*/
.smart-search{
    text-align: center;
}


.search-form3 .smart-search-form input[type="text"] {
    border: medium none;
    height: 36px;
    padding: 0 20px;
    color: black;
    border:1px solid;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 80%;
}

.search-form3.search-form5 .smart-search-form input[type="submit"] {
    background-color: #fe9c00;
}
.search-form3 .smart-search-form input[type="submit"] {
    background-color: #e0cb26;
    border: medium none;
    border-radius: 0 5px 5px 0;
    height: 36px;
    width: 44px;
}

.smart-search-form input[type="submit"] {
    background: #f9bc02 url(../images/icon-search.png) no-repeat scroll center center;
    border: medium none;
    height: 45px;
    /*position: absolute;*/
    right: 0;
    top: 0;
    width: 50px;
}

.h_social {
    color: #F36F21;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.h_social:hover .support_content {
    display: block !important;
}


.support_content {
    display: block;
    background-color: #ffe;
    height: auto;
    z-index: 999;
    position: absolute;
    top: 32px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 200px;

}

.support_content .support_box {
    float: left;
    width: 100%;
    clear: both;
}

.support_content .box_content .css_box {
    float: left;
    padding: 0 12px;
    min-width: 170px;
    width: auto;
}

.support_content .box_content .css_box .cssNick a, .cssText a {
    /*padding-right: 5px;*/
    border: none;
    line-height: 24px;
    /*float: left;*/
}






/* ==========================  sidebar-project ===============================*/

.sidebar-shop .title-item {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 20px;
}

.sidebar-shop .item-sidebar {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    overflow: hidden;
   /* padding: 22px 20px;*/
}

.box-widget {
    padding: 20px;
}

.box-widget ul li {
    border-bottom: 1px dotted #eee;
    padding: 10px 0;
}

.thumbnail-sidebar {
    float: left;
    width: 45%;
}

.title-product-sidebar {
    float: left;
    width: 55%;
    padding-left: 20px;
}

.thumbnail-sidebar a {
    display: block;
    overflow: hidden;
}

.thumbnail-sidebar a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.title-product-sb {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 1.5;
}

.list-product-news{
    padding: 10px 20px;
}

.item-sidebar ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
}



.sidebar-shop .item-sidebar {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    overflow: hidden;
    /* padding: 22px 20px; */
}

.sidebar-shop .menu-menu-danh-muc-san-pham-container {
    position: relative;
}

ul.cate-sidebar li.has-sub-cate {
    position: relative;
    padding-right: 10px;
}

.item-sidebar .menu li a {
    padding-left: 30px;
}

ul.cate-sidebar li.has-sub-cate .sub-menu {
    margin-left: 20px;
    display: none;
}

.item-sidebar .menu li {
    padding: 10px 0px;
}

.item-sidebar ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
}

ul.cate-sidebar li.has-sub-cate>i {
    position: absolute;
    right: 5px;
    top: 13px;
    /* font-size: 10px; */
    cursor: pointer;
}


ul.support-online {
    padding-left: 28px;
}

ul.support-online li p a {
    font-size: 18px;
}

ul.support-online i.fa-skype {
    color: blue;
}

ul.support-online i.fa-phone {
    color: #ef0909;
}

.list-partner .thumbnail-product img{
    max-height: 100px;

}

.item-product-cate-page{
    transition: 1s;
}

.item-product-cate-page img{
    width: 100%;
}



.item-product-cate-page:hover {
    box-shadow: 0 1px 11px 0 rgba(50,50,50,1);
    transition: 1s;
}

/* ========================================= page diem ban =========================================*/

.tablepress thead th {
    background-color: #a8024e;
    color: #fff;
}

.table-store table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.table-store table tr td{
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.table-store table tr:nth-child(even) {background: #CCC}


/* ============================== Footer ================================== */
.main-footer{
    margin-top: 50px;
   /* background-color: #58585a;*/
   background-image: url('../images/index2_08.png');
    padding:20px 0;
   /* color: #fff;*/
}

.main-footer {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #fe9c00;
    margin-top: 20px;
}

.top-footer {
    overflow: hidden;
    margin-top: 30px;
}

.menu-footer-container {
    padding: 20px;
}



#menu-footer li a{
    color: #000000;
}

.menu-footer li{
    float: left;
}

.menu-footer a {
    border-left: 1px solid #dadada;
    display: block;
    line-height: 14px;
    padding: 0 13px;
}

.online-shipping {
    border: 1px solid #e5e5e5;
    margin-bottom: 45px;
    margin-top: 30px;
    padding: 0 15px;
    border-right: none;
    background: #fff none repeat scroll 0 0;
}

.item-online-shipping {
    border-right: 1px solid #e5e5e5;
    margin: 0 -15px;
    min-height: 130px;
    padding-right: 10px;
}

.item-online-shipping > ul {
    display: table;
    margin: 0;
    padding-top: 25px;
}

.item-online-shipping li:first-child {
    padding: 0 15px 0 30px;
}
.item-online-shipping li {
    display: table-cell;
    vertical-align: middle;
}

.item-online-shipping li i {
    color: #fe9c00;
    font-size: 48px;
}

.item-online-shipping li {
    display: table-cell;
    vertical-align: middle;
}

.item-online-shipping h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.item-online-shipping p {
    color: #666;
    margin: 0;
    line-height: 20px;
}

.item-online-shipping span {
    color: #999;
}

.footer-box h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.footer-box ul.menu li {
    margin-bottom: 8px;
}

.footer-box-contact .fa {
    color: #fe9c00;
    font-size: 18px;
    width: 25px;
}
.footer-box-contact > li i {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-box-contact > li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

p.copyright{
    display: none;
}

.copyright{
    padding: 20px 0;
    background-color: #404041;
    color: #fff;
    text-align: center;
}



/*============================single post =================================*/

.title-single-post h1{
    margin-top: 0px;
    font-size: 30px;
}

.list-product .related li {
    padding: 4px 0px;
}
 


/*=========================== single product ===============================*/

.thumb-single {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px;
}

#sync1{
    border:1px solid #ccc;
    padding: 10px;
}

#sync2{
    margin-top: 10px;
    border:1px solid #ccc;
    padding: 10px;
}

#sync1 .item img{
    width: auto;
    margin: auto;
}

#sync2 .item{
    border-right:1px solid #ccc ;
    padding-right: 10px;
}


.title-single h1{
    font-size: 30px;
    margin-top: 0px;
}

.content-single {
    overflow: hidden;
    width: 100%;
}

.price-item {
    background: #ddd;
    padding: 20px 10px;
}

span.new-price {
    display: block;
    color: red;
    font-size: 22px;
}

span.old-price {
    display: block;
    text-decoration: line-through;
    font-size: 22px;
}

.content-single{
    margin-top: 20px;
}

.content-single .panel-tabs {
    border: 1px solid #ccc;
    background-image:-webkit-linear-gradient(top, #fff, #eee); 
}

.content-single .panel-tabs li a:hover{
     background: #356aa0;
}

.content-single .panel-tabs li.active a{
    background: #356aa0;
}

.content-single .panel-tabs li.active a{
    color:#fff;
}

.content-single .tab-content{
    border:1px solid #ccc;
    margin-top: 0px;
    padding: 10px;
}


#product-relate {
    margin-top: 30px;
}

.product_related_carousel .owl-nav{
    margin: 0;
    position: absolute;
    right: 1px;
    top: -44px;
}

.product_related_carousel .owl-nav .owl-prev{
   background-color: #f66e21;
   position: static;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
}

.product_related_carousel .owl-nav .owl-next{
    background-color: #f66e21;
   position: static;
    display: inline-block;
    margin: 0;
    opacity: 1;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 0px;
}

/*=============================== phan trang ===========================*/
.wp-pagenavi {
    margin-top: 40px;
    margin-bottom: 20px;
     text-align: center; 
    /*float: right;*/
}

.wp-pagenavi .pages {
    padding: 5px 10px;
    background: white;
    border-radius: 3px;
    color: #428bca;
    border: 1px solid #ddd;
}

.wp-pagenavi .larger{
   padding: 5px 10px;
    background: white;
    border-radius: 3px;
    color: #428bca;
    border: 1px solid #ddd;
}
.wp-pagenavi .smaller{
   padding: 5px 10px;
    background: white;
    border-radius: 3px;
    color: #428bca;
    border: 1px solid #ddd;
}
.wp-pagenavi .current {
    background: lightgreen;
    border: 1px solid gray !important;
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
}

.wp-pagenavi .nextpostslink{
   padding: 5px 10px;
    background: white;
    border-radius: 3px;
    color: #428bca;
    border: 1px solid #ddd;
}
.wp-pagenavi .previouspostslink{
   padding: 5px 10px;
    background: white;
    border-radius: 3px;
    color: #428bca;
    border: 1px solid #ddd;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng{
    overflow: hidden;
}

/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
    margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
    display: none;
}
.tools_comment a:last-child{
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
    color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
    font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #337ab7;
}
#formcmmaxweb p{
    margin-bottom: 10px;
    text-align: center;
}
#formcmmaxweb #commentform p{   
    overflow: hidden;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
    background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/



.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    overflow: hidden;
}


/*======================== lien he========================*/

.contactInfo .media .media-left {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background-color: #2c8d49;
    color: #ffffff;
    padding-right: 0;
    margin-right: 25px;
    font-size: 35px;
    float: left;
}

#hotphone {
    position: fixed;
    background: #ea281b;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 6px 20px;
    bottom: 3px;
    left: 3px;
    font-weight: 600;
    z-index: 9999;
    border-radius: 6px;
}

#hotphone a {
    color: #fff;
    text-decoration: none;
}


.mm-slideout { z-index:auto;}
