*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
}
body{
    font-family: 'Roboto',sans-serif ;
    font-size: 14px;
    color: #333;
    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: #0a76b4;
}
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;
}

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

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

.df{
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb>.active{
    font-weight: bold;
    color: red;
}

.des-taxonomy table {
  border-collapse: collapse;
}

.des-taxonomy table, th, td {
  border: 1px solid black;
}

.des-taxonomy ul li {
    list-style: disc;
    margin-left: 30px;
}

.bottom-hotline {
    bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    padding: 0 20px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.bottom-hotline a.hotline {
    background: #C90000 none repeat scroll 0 0;
}
.bottom-hotline a {
    background: #333 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 5px 20px;
}
.bottom-hotline a:hover {
    background: #111 none repeat scroll 0 0;
}
.bottom-hotline span {
    color: #fff;
}

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

.header-top{
    padding: 10px 0px;
}

a.logo-index img{
    width: 120px;
}
.top-name-company a img {
    width: auto;
}
.banner-title h3{
    color: #0078ca;
    font-size: 30px;
    font-weight: 600;
}
.banner-title h4{
    color: #0078ca;
    font-size: 20px;
    font-weight: 600;
}
.banner-title h4:nth-child(odd){
    margin: 10px 0px;
}
.banner-title h4 span{
    background: #126aa7;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    display: inline-block;
}
.banner-title h4 a{
    color: #fff;
}
.banner-title h5{
    color: #126aa7;
    font-size: 20px;
}

.row-header{
    display: flex;
    align-items: center;
}


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


.menu-site{
    background-color: #126aa7;
}


.menu-box .main-menu>li{
    display: inline-block;
    text-align: left;
    float: left;
}
.menu-box .main-menu>li>a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto';
}
.menu-box .main-menu>li.current-menu-item a{
    color: #8fff00;
}

.menu-box .main-menu>li.menu-item-has-children:last-child .sub-menu li.menu-item-has-children .sub-menu{
    right: 120% !important;
    left: unset !important;
}
.menu-box .main-menu>li.menu-item-has-children:last-child .sub-menu li.menu-item-has-children:hover .sub-menu{
    right: 100% !important;
}

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

.main-menu li a{
    color:white;
}
.menu-box .main-menu,
.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>.menu-item-has-children>.sub-menu{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #eee;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all .2s ease-out 0s;
    width: 400px;
}

.main-menu>.menu-item-has-children>.sub-menu .sub-menu{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left:120%;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #eee;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: all .2s ease-out 0s;
    width: 250px;
}

.main-menu>.menu-item-has-children>.sub-menu li.menu-item-has-children:hover>.sub-menu{
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    left: 100%;
        top: 0px;
}

.main-menu>.menu-item-has-children>.sub-menu li {
    width: 50%;
    float: left;
}
.main-menu li.menu-item-has-children:hover>.sub-menu{
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    top: 100%;
    z-index: 5;
}
.main-menu .sub-menu li a{
    color:#000;
    display: block;
    padding: 7px 15px;
}
.main-menu .sub-menu li{
    border-top: 1px solid #fff;
}
.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: #0a76b4;
    color:#fff;
    
}
.main-menu .sub-menu li .active{
    background-color: #ececec;
    color: gray;
}

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

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

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


.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: 0px;
    top: 50%;
    font-size: 30px;
    background: #fff;
}

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

.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;
    top: 50%;
    right: 0px;
    font-size: 30px;
    background: #fff;
    color: #000 !important;
}

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


#slider .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
}

/*=============================================== home-service========================================*/
#home-service{
    background: #F5F5F5;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 16px;
}

#home-service h1.entry-title{
    font-size: 18px;
        margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

#home-service h1 span {
    color: #ed1b24;
}

#home-service .btn-banggia {
    background: #0a76b4;
    border-radius: 2px;
    padding: 6px 20px;
    font-weight: 600;
    color: #FFF;
}

/*==================================== intro ===========================================*/
#intro{
    padding: 30px 0;
    background: #ececec;
}

#intro ul, #intro ol{
    margin-left: 40px;
}

#intro h3{
    font-size: 16px;
    font-weight: bold;
        color: #0a76b4;
    text-transform: uppercase;
}
.list-new-posts-intro ul{
    margin-left: 0px !important;
}
.list-new-posts-intro ul li a{
    color: #004370;
    font-size: 16px;
}
.list-new-posts-intro ul li a:hover{
     color: #0a76b4;
}


/*=================================== list-service-index ===================================*/
#list-service{
    padding-top: 30px;
}

.item-service-index a img {
    width: 100%;
    height: auto;
}

.item-service-index h2 {
    margin: 10px 0 30px;
    text-align: center;
    font-size: 14px;
}

.item-service-index h2 a{
    color: #004370;
    font-weight: bold;
}


/* ============================================ dscs ====================================================*/
section#dscs {
    padding: 20px 0px;
}
span.quan-cs-index {
    font-size: 22px;
    color: red;
    font-weight: bold;
    display: block;
}
span.daichi-cs-index {
    font-size: 22px;
    padding: 5px 0px;
    display: block;
    width: 100%;
}

span.hotline-cs-index {
    display: block;
    padding-bottom: 10px;
    font-size: 22px;
}
span.hotline-cs-index a {
    color: #008fe5;
}
/*=========================================== news-index =============================================*/
.blog-slider-item {
    position: relative;
    width: 100%;
}
.blog-slider-item .blog-slider-info {
    position: absolute;
    bottom: 0;
    width: 65%;
    background: rgba(255,255,255,.7);
    text-align: center;
}

.blog-slider-info .blog-category {
    background: #ffd1dc;
    display: inline-block;
    padding: 2px 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.blog-slider-info h3 {
    margin: 0;
    padding: 15px 20px 35px;
}

.blog-slider-info h3 a {
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 20pt;
}

.news-slider .owl-dots{
       position: absolute;
    bottom: 0px;
    width: 65%;
}
.news-slider  .owl-dots .owl-dot span{
    background: transparent;
    border:1px solid ;
    margin: 5px 3px;
}
.news-slider .owl-dots .owl-dot.active span, .news-slider .owl-dots .owl-dot:hover span{
    background: #000;
}

.blog-read-viewed h4 {
    text-align: center;
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #161616;
    margin-bottom: 20px;
}

.blog-read-viewed h4 span {
    display: block;
    font-size: 16pt;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 7px;
    border-bottom: 2px solid #161616;
}
.blog-read-item {
    margin-bottom: 20px;
}
.blog-read-item .item-img {
    width: 30%;
    height: 80px;
    display: flex;
    align-items: center;
}
.blog-read-item .item-img span {
    display: block;
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    opacity: 0.5;
}
.blog-read-item .caption {
    width: 70%;
    padding: 0px 0px 0px 20px;
}
.blog-read-item .caption h3 {
    margin: 0;
    max-height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
    top: 0;
}

.blog-read-item .caption h3 a {
    color: #333;
    font-size: 13pt;
    display: block;
    line-height: 21px;
}
.blog .date {
    float: left;
    width: 100%;
    margin-bottom: 10px;
        font-size: 11px;
    color: #666;
    display: block;
}
.blog-read-item .caption a.title-category {
    color: #3BA1A2;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-read-item .caption h3 a:hover{
    text-decoration: underline;
}


/* =============================================== new cat ==================================================*/
#wrap-news-category{
    margin-top: 30px;
}

.title-category{
    margin-top: 0px;
}
.news-cat-title h2{
    margin-top: 0px;
    border-bottom: 3px solid red;
    text-transform: uppercase;
}
.thumbnail-news {
    text-align: center;
}
.content-news-cat h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
.content-news-cat .post-meta{
    color: #bbb;
    font-size: 13px;
}

/*=============================================== why-chose-us ===================================================*/
#whychooseus {
    padding: 30px 0;
}

#whychooseus h3 {
    margin-bottom: 20px;
    color: #0a76b4;
}

.choose {
    margin-bottom: 20px;
}

.choose .icon.icon {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 91px;
    margin-right: 10px;
    width: 70px;
}

/*========================= search =====================================*/
.smart-search{
    text-align: center;
    margin-top: 30px;
}

.smart-search-form{
    position: relative;
}

.item-news {
    margin-bottom: 0px;
}

.title-new h3{
    margin-top: 0px;
    font-size: 20px;
}

.search-form3 .smart-search-form input[type="text"] {
    border: medium none;
    height: 36px;
    padding: 0 20px;
    color: #0a76b4;
    border: 1px solid;
    width: 100%;
}

.search-form3 .smart-search-form input[type="submit"] {
    background-color: #0a76b4;
    border: medium none;
    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: 0px;
    top: 0px;
    width: 50px;
}


/* ==========================  sidebar ===============================*/
.sidebar-shop .sidebar-item{
    text-align: left;
}
.sidebar-shop .sidebar-item{
    margin-bottom: 20px;
}

.title-news-sidebar h4{
    width: 100%;
    margin-bottom: 10px;
    border-left: 3px solid #00305f;
    text-transform: uppercase;
    background: #eeeeee;
    font-size: 16px;
    line-height: normal;
    padding: 12px 15px;
}

.sidebar-item p {
    margin-bottom: 0px;
}

.sidebar-item ul li{
    border-bottom: 1px solid #ebebeb;
}

.sidebar-item ul li a{
    padding: 15px 20px;
    position: relative;
    display: block;
}

.sidebar-item ul li a:hover{
    color: #e63535;
}

.sidebar-item > li.cat-item > a {
    text-transform: uppercase;
    font-size: 13px!important;
}

.list-cate {
    padding: 20px 0px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.list-cate ul li{
    padding: 5px 0px;
}

p.parent-cate a {
    font-size: 20px;
}

p.parent-cate{
    margin-bottom: 0px;
}
ul.product-categories li.cat-parent{
    position: relative;
}

ul.product-categories li a {
    font-size: 14px;
}

ul.product-categories li>i {
    position: absolute;
    right: 5px;
    top: 9px;
    cursor: pointer;
    color: #000;
    width: 30px;
    height: auto;
    padding: 10px 0px;
    text-align: center;
}
ul.product-categories li.cat-parent .children {
    margin-left: 20px;
    display: none;
}

.price_slider_wrapper {
    padding: 10px;
}
.price_slider_amount {
    margin-top: 15px;
}
.price_slider_amount .price_label {
    padding-top: 10px;
}

/*================================= breadcrum ==============================*/

.breadcrumb-head .breadcrumb{
    background: transparent;
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.breadcrumb-head .breadcrumb li:first-child a{
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}

.breadcrumb-head .breadcrumb li a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

a.btn.btn-default.btn-seemore {
    background: #000;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
}
.tab-content.products-in-cat {
    margin-bottom: 20px;
}

/* ============================== Footer ================================== */

.footer-info-left a{
    color: #fff;
}

.main-footer {
    background: #075c8d;
    color: #fff;
    padding: 20px 0 15px 0;
    font-family: 'Roboto';
}

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

#email_newsletter {
    width: 100%;
    height: 37px;
    padding: 0 5px;
    float: left;
    border: solid 1px #ffffff;
    background: transparent;
    color: #fff;
    margin-bottom: 10px;
}

.footer-box a{
    display: block;
    padding: 13px 10px;
    color: #b4b4b4;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
}

.footer-box ul li:hover a{
    margin-left: 5px;
    color: #ffd1dc;
}

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

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

.bct img{
    width: 130px;
}


.mailchimp {
    display: inline-block;
    text-align: center;
    padding: 30px 15px 19px 15px;
    width: 100%;
    border: 3px solid #9e9e9e;
    position: relative;
    z-index: 1;
}
.mailchimp:after, .newsletter-bg:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #9e9e9e;
}

.mailchimp h5{
    color: #9e9e9e;
}

.mailchimp input[type="tel"], #mc_embed_signup input.input-group-field {
    border: 2px solid #191919;
    border-right: none;
    float: left;
    display: inline-block;
    width: 66%;
    padding: 15px 17px;
    margin: 0;
    color: #000;
}
input#subscribe {
    position: absolute;
    padding: 14px 30px;
    background: transparent;
    border: 1px solid #ccc;
    right: 17px;
    bottom: 21px;
    transition: 0.3s;
}
input#subscribe:hover{
    background: #ffd1dc;
}


/*============================single post =================================*/
section#wrap-single-post {
    margin-top: 30px;
}
.list_info_new_single {
    margin-bottom: 10px;
}
.cmt {
    display: block;
    width: 100%;
}
.title-single-post h1{
    margin-top: 0px;
    font-size: 30px;
    font-weight: bold;
}

.list-product .related li {
    padding: 4px 0px;
}
 
.meta-post-news {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

/*.social-share ul li {
    float: right;
}

.social-share {
    overflow: hidden;
}*/
.content-post-single{
    margin-top: 10px;
}

.content-new ul,.content-new ol{
    margin-left: 40px;
}

.content-new ul li,.content-new ol li{
    list-style: disc;
}

ul.related li i {
    margin-right: 5px;
}




/*========= end box qty ====================*/

/*=============================== phan trang ===========================*/
.wp-pagenavi {
    margin-top: 20px;
    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;}


/*========================================call mobile ==================================================*/
.support-online {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 17px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online a.zalo {
    margin-left: 2px;
    width: 55px;
    height: 55px;
}

.support-online a.zalo .zs-ico {
    display: block;
    position: relative;
    z-index: 12;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: none;
}

.support-online a.zalo .zs-ico .zs-ico-main {
    display: block;
    position: relative;
    z-index: 3;
    background: url(../images/stick_zalo.png) 0 0 no-repeat;
    background-size: cover;
    width: 58px;
    height: 58px;
}

.support-online a.zalo .zs-ico.zs-logined:before {
    background-color: #7ed321;
}

.support-online a.zalo .zs-ico.zs-has-notify:before,
.support-online a.zalo .zs-ico.zs-logined:before {
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 4;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.support-online a.zalo .zs-ico.zs-has-notify:before {
    background-color: #ff5d5d;
}

.support-online a.zalo .zs-ico.zs-has-notify:before,
.support-online a.zalo .zs-ico.zs-logined:before {
    left: 36px !important;
}

.support-online a.zalo .zs-ico.zs-has-notify em {
    position: absolute;
    top: 7px;
    left: 17px;
}

.support-online a.zalo .zs-ico.zs-has-notify em:after,
.support-online a.zalo .zs-ico.zs-has-notify em:before {
    position: absolute;
    left: -4px;
    top: 2px;
    content: "";
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-name: Grow;
    -moz-animation-name: Grow;
    animation-name: Grow;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}

.support-online a.zalo .zs-ico.zs-has-notify em:before {
    -webkit-box-shadow: 0 0 8px 4px #ff5d5d;
    box-shadow: 0 0 8px 4px #ff5d5d;
}

.support-online a.zalo .zs-ico.zs-has-notify em:after {
    -webkit-box-shadow: inset 0 0 6px 2px #ff5d5d;
    box-shadow: inset 0 0 6px 2px #ff5d5d;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
   /* display: none;*/
    border-radius: 2px;
    text-align: center;
    font-size: 1rem;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  /*  display: block;*/
    display: none;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.support-online .btn-support {
    cursor: pointer;
}

@-moz-keyframes Grow {
    0% {
        transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    to {
        transform: scale(1.8);
        -ms-transform: scale(1.8);
        -webkit-transform: scale(1.8);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes Grow {
    0% {
        transform: scale(0.1);
        -ms-transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    to {
        transform: scale(1.8);
        -ms-transform: scale(1.8);
        -webkit-transform: scale(1.8);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

/*
* Uses Font Awesome and Bootstrap 3
* Both aren't required for this demo
*/

.header-canvas-menu {
    position: relative;
}
.header-canvas-menu h4 {
    margin: 0px 0px;
    color: #fff;
    font-size: 22px;
}

.header-canvas-menu a.toggle-nav {
    position: absolute;
    right: 10px;
    text-align: 10px;
    top: -4px;
}

#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  /*height: 5000px;*/ /* Temp: Simulates a tall page. */
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  
  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  
  
    
  /*padding: 5% 0;*/ /* Temp: Just spacing. */
}
.show-nav #site-canvas {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
#site-menu {
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -250px;
  background: #0a76b4;
    color: #fff;
  padding: 15px;
}







/* Just styles... Not relevant to demo */

#big-sexy {
  display: block;
  width: 300px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 300;
}

