/*
Theme Name: NanoFrance
Theme URI: http://nanofrance.vn/
Version: 1.0
Author: tungnd
Description: NanoFrance Theme
*/
@font-face {
    font-family: "Roboto Condensed";
    src: url("fonts/RobotoCondensed-Regular.ttf");
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("fonts/RobotoCondensed-Bold.ttf");
    font-weight: bold;
}
body{
    color: #4d4d4f;
    font-size:14px;
    font-family: Arial;
    margin: 0 !important;
    padding: 0 !important;
}
a:focus{
    outline: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    color:#0db04b;
    text-decoration: none;
}
/*========== Header ==========*/
#header-top{
    background: #f3f3f3;
    border-bottom: 1px solid #e1e1e2;
    padding: 5px 0;
}
#header-top .header-contact{
    float:left;
}
#header-top .header-contact a{
    padding-right:10px;
    margin-right:10px;
    border-right:1px solid #7a7a7a;
    color:#7a7a7a;
}
#header-top .header-contact a:hover {
    color: #0db04b;
}
#header-top .header-contact a:last-child{
    border-right:none;
}
#header-top .glyphicon{
    top:2px;
}
#header-top .switch-language{
    margin: 1px 0;
    padding: 0;
    float: right;
}
#header-top .switch-language li{
    list-style: none;
    float: left;
    margin-left:6px;
}
#header-top .switch-language li img{
    display: none;
}
#header-top .switch-language .lang-item-vi a{
    height: 18px;
    width: 26px;
    display: block;
    background:url("images/vn.png")no-repeat;
}
#header-top .switch-language .lang-item-en a{
    height: 18px;
    width: 26px;
    display: block;
    background:url("images/en.png")no-repeat;
}
#header .logo ,#header .logo img,#footer .logo,#footer .logo img{
    float: left;
}
#header .logo img,#footer .logo img{
    height: 67px;
    width: auto;
    margin: 10px 15px;
}
#header .navigation {
    display: block;
    float: right;
}
#header .navigation .menu {
    display: block;
    font-family: "Roboto Condensed";
}
#header .navigation .menu > li {
    list-style: outside none none;
    float: left;
}
#header .navigation .menu > li > a {
    color: #212121;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 18px;
    font-weight:bold;
    display: block;
    text-transform: uppercase;
}
#header .navigation .menu li a {
    text-decoration: none;
}
#header .navigation .menu > li:hover > a, #header .navigation .menu > li.current-menu-item > a, #header .navigation .menu > li.current-menu-ancestor > a, #header .navigation .menu > li.current-page-ancestor > a, #header .navigation .menu > li.current-post-ancestor > a, #header .navigation .menu > li.current-category-ancestor > a, #header .navigation .menu > li#header-item-selected > a {
    color: #0db04b;
}
#header .navigation .menu > li ul{
    padding:0 10px;
    margin:0 !important;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
    border-top:2px solid #0db04b;
    border-radius: 0 !important;
    min-width: 200px;
}
#header .navigation .menu > li ul > li > a {
    color: #000;
    padding: 12px 14px;
    font-size: 16px;
    border-bottom: 1px solid #848484;
}
#header .navigation .menu > li ul > li:last-child > a{
    border-bottom: 0 !important;
}
#header .navigation .menu > li ul > li:hover > a, #header .navigation .menu > li ul > li.current-menu-item > a, #header .navigation .menu > li ul > li.current-menu-ancestor > a, #header .navigation .menu > li ul > li.current-page-ancestor > a, #header .navigation .menu > li ul > li.current-post-ancestor > a, #header .navigation .menu > li ul > li.current-category-ancestor > a{
    color:#0db04b;
    background: white;
}
#header .navigation .navbar-toggle:hover{
    background-color: #0db04b;
}
#header .navigation .navbar-toggle .icon-bar{
    background-color: #0db04b;
}
#header .navigation .navbar-toggle:hover .icon-bar{
    background-color: #ffffff;
}
#header .menus-new{
    background: url(images/icon-new.png) no-repeat scroll top right;
}
@media (min-width: 971px) {
    #header-top .col-md-12{
        padding: 0 10px;
    }
    #header .logo img,#footer .logo img{
        margin: 12px 10px;
    }
    #header .navigation{
        margin-top: 25px;
    }
    #header .navigation .menu > li:hover > ul {
        display: block;
    }
    #header .navbar-collapse{
        padding:0;
        float:right;
    }
    #header .navigation .menu > li:last-child ul{
        right: 0;
        left: auto;
    }
    #header .navigation .chevron{
        display: none !important;
    }
}
@media (max-width: 970px) {
    .navbar-collapse{
        padding-bottom: 20px !important;
    }
    .navbar-header {
        float: right;
    }
    .navbar-toggle {
        margin-top:26px;
        display: block;
    }
    .navbar-collapse {
        width: 100%;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background: white;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navigation {
        border-bottom: 0;
        float:none !important;
    }
    .navigation .menu {
        display: none;
        margin: 0;
        padding: 0;
    }
    .navigation .menu.active {
        display: block;
    }
    .navigation ul li {
        float:none !important;
        clear: both;
        display: block;
    }
    .navigation .menu ul {
        position: relative;
        display: none;
    }
    .navigation .menu .open > .dropdown-menu{
        display: block;
    }
    .navigation ul li a{
        font-size: 14px !important;
        border:1px solid #e8e8e8;
        padding: 0 20px !important;
        line-height: 42px;
        text-align:left !important;
    }
    .navigation ul li ul{
        padding: 0 !important;
        border: none !important;
        float:none;
        box-shadow: none !important;
    }
    .navigation .chevron{
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.075) !important;
        border: none;
        padding: 0 18px !important;
    }
}
/*========== End Header ==========*/
/*========== Breadcrumbs ==========*/
.breadcrumb{
    background: url(images/icon-home.png)no-repeat scroll 0 3px;
    padding: 0 0 0 18px;
    border-radius: 0;
    display: inline-block;
    margin:0;
}
.breadcrumb>li+li:before{
    color: #fff;
}
.breadcrumb a,.breadcrumb li {
    color: #fff;
    font-size:12px;
}
.breadcrumbs .pull-right img{
    width: 26px;
    height: 26px;
    margin: 2px 0 4px;
}
/*========== End Breadcrumbs ==========*/
/*========== Home Slider ==========*/
.bx-wrapper {
    margin: 0 auto;
    transition: all 0.7s ease-in-out 0s;
}
.bx-wrapper img.aligncenter{
    margin: 0;
}
.bx-wrapper .bx-default-pager{
    bottom:5px;
}
.bx-wrapper .bx-controls-direction a{
    display: inline-block;
    position: absolute;
    height: 36px !important;
    width: 36px !important;
    border-radius: 50%;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-next,.home-news .home-news-head .pull-right .home-news-nav-prev,.home-news .home-news-head .pull-right .home-news-nav-next{
    background-image: url(images/slide-nav.png);
    background-repeat: no-repeat;
}
.bx-wrapper .bx-prev,.home-news .home-news-head .pull-right .home-news-nav-prev{
    background-position: top left;
}
.bx-wrapper .bx-prev:hover,.home-news .home-news-head .pull-right .home-news-nav-prev:hover{
    background-position: bottom left;
}
.bx-wrapper .bx-next,.home-news .home-news-head .pull-right .home-news-nav-next{
    background-position: top right;
}
.bx-wrapper .bx-next:hover,.home-news .home-news-head .pull-right .home-news-nav-next:hover{
    background-position: bottom right;
}
@media (min-width: 971px) {
    .bx-wrapper .bx-default-pager{
        bottom:10px;
    }
}
@media (max-width: 750px) {
    .bx-wrapper .bx-default-pager{
        display: none;
    }
}
/*========== End Home Slider ==========*/
/*========== Home Intro ==========*/
.home-intros{
    padding:50px 0 30px;
}
.home-intro{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.home-intro.ol{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.home-intro.od{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.home-intro .home-intro-image img{
    width:100%;
    height: auto;
}
.home-intro .home-intro-content{
    position: absolute;
    bottom: 0px;
    padding: 7px 17px;
    left: 0px;
    min-height:59px;
    width:100%;
    background-color: rgba(0, 0, 0, 0.4);
    color:#fff;
}
.home-intro .home-intro-content .home-intro-title{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    display: block;
    font-family: "Roboto Condensed";
}
.home-intro .home-intro-content .home-intro-title:hover{
    color:#faa61a;
    text-decoration: underline;
}
.home-intro .home-intro-content .home-intro-more{
    color:#faa61a;
    font-size: 13px;
    display:inline-block;
    background: url(images/home_intro_more.png) no-repeat scroll right 0;
    padding-right: 20px;
}
/*========== End Home Intro ==========*/
/*========== Home Partner ==========*/
.home-partners{
    margin-bottom: 40px;
}
.home-partners .home-partner-title{
    text-align: center;
    text-transform: uppercase;
    color:#009e43;
    font-size: 18px;
    font-weight: bold;
    margin:0 0 15px !important;
    font-family: "Roboto Condensed";
}
.home-partners .home-partner-content{
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    display: block;
    margin: 0 50px;
    padding:30px 0;
    text-align: center;
}
.home-partners .home-partner-content img{
    margin: 0 10px;
    width: auto !important;
}
/*========== End Home Partner ==========*/
/*========== Home Widget ==========*/
.home-widget{
    margin-bottom: 30px;
}
.home-widget .home-widget-title .home-widget-line::before {
    isplay: inline-block;
    content: "";
    border-top: 2px solid #42474d;
    width: 30px;
    position: absolute;
}
.home-widget .home-widget-title h2{
    margin: 0;
    padding:12px 0;
    font-size:20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}
.home-widget .home-widget-title h2 a{
    color: #545658;
}
.home-widget .home-widget-title h2 a:hover{
    text-decoration: underline;
}
.home-widget .bx-controls-direction{
    position: absolute;
    top:-33px;
    right:0;
}
.home-widget .bx-controls-direction a{
    right:0;
    left:0;
    top:0;
    bottom:0;
    width: 16px !important;
    height: 15px !important;
    margin: 3px 3px 0 0;
    position: relative;
    background: url(images/next-prev.png)no-repeat;
}
.home-widget .bx-controls-direction a.bx-prev{
    background-position: left 0;
}
.home-widget .bx-controls-direction a.bx-next{
    background-position: right 0
}
.home-widget .bx-pager{
    display: none;
}
.home-widget .home-new{
    margin-bottom: 25px;
}
.home-widget .home-new .thumb{
    position: relative;
    float: left;
    width: 30%;
    margin-right: 15px;
}
.home-widget .home-new .title{
    margin-top:0;
    font-size:18px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    max-height: 40px;
    overflow: hidden ;
}
.home-widget .home-new .title a{
    color:#0db04b;
}
.home-widget .home-new .title a:hover{
    color:#333;
}
.home-widget .home-new .description{
    max-height: 40px;
    overflow: hidden ;
}
.home-widget .home-new .more{
    font-weight: bold;
    font-family: "Roboto Condensed";
    color: #545658;
}
.home-widget .home-new .more i{
    font-size:10px;
}
.home-widget .widget-content-image{
    width: 33.33%;
    float: left;
    padding: 0 5px 5px 0;
}
.home-widget .widget-content-image img{
    width: 100%;
    height: auto;
}
/*========== End Home Widgets ==========*/
/*========== Category ==========*/
.page-title{
    background: #0db04b;
}
.page-title .breadcrumb{
    margin: 25px 0;
}
.main-content{
    padding: 40px 15px 20px;
}
.category-title::before {
    isplay: inline-block;
    content: "";
    border-top: 3px solid #fba51c;
    width: 60px;
    position: absolute;
}
.category-title{
    margin:0;
    font-size:20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    color:#0db04b;
}
.category-title span{
    padding: 18px 0 0;
    display: block;
}
.category-items .bannerbanners{
    margin-top: 20px;
}
.category-item {
    border-bottom: 1px dotted #8a8a8a;
    clear: both;
    padding: 20px 0 25px;
    position:relative;
}
.category-item .item-title{
    margin:0;
    font-size: 16px;
}
.category-item .item-title a{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: "Roboto Condensed";
}
.category-item .item-title a:hover{
    color:#0db04b;
    text-decoration: none;
}
.category-item p.post-meta{
    color: #999;
    font-size: 85%;
    margin: 10px 0;
}
.category-item p.post-meta i,.widget .sidebox-items .date i{
    color: #999;
}
.category-item p.post-meta a,.widget .sidebox-items .date{
    color: #999;
}
.category-item p.post-meta a:hover {
    border-bottom: 1px dotted #000;
    color: #000;
    text-decoration: none;
}
.category-item p.post-meta span {
    display: inline-block;
    margin-right: 10px;
}
.category-item .post-thumbnail{
    float:left;
    line-height: 0;
    margin-right: 15px;
    position: relative;
    width: 32%;
}
.category-item .post-thumbnail a{
    background: #000 none repeat scroll 0 0;
    display: block !important;
    font-size: 0;
}
.category-item .post-thumbnail img{
    height: auto;
    max-width: 100%;
    width: 100%;
}
.category-item .post-entry{
    line-height:22px;
}
.pagination{
    margin:20px 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,.pagination > li > a:hover, .pagination > li > span:hover {
    background-color: #0db04b;
    color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    color: #000;
    margin:0 1px;
}
/*========== End Category ==========*/
/*========== Product ==========*/
.product-items-wrap{
    margin:0 -15px;
}
.product-items{
    display: table;
    border-spacing: 15px;
    width: 100%;
}
.product-items-row{
    display: table-row;
}
.product-items .category-item{
    display: table-cell;
    width: 50%;
    background: #009e43;
    padding: 0;
    margin-bottom: 25px;
    vertical-align: top;
}
.product-items .category-item .post-thumbnail{
    background: #ececec;
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.product-items .category-item .post-thumbnail a{
    background: none !important;
}
.product-items .category-item .post-thumbnail img{
    width: 70%;
    height: auto;
}
.product-items .category-item .product-detail{
    color: #fff;
    padding: 10px 15px 15px;
}
.product-items .category-item .product-detail .item-title a{
    color: #fff;
    font-size: 18px;
    margin-bottom:8px;
    display:block;
}
.product-items .category-item .product-detail .item-title a:hover{
    color:#000;
}
.product-items .category-item .product-detail p{
    margin:0;
}
/*.product{
    background: #f7941d;
    padding: 20px 0;
    color:#fff;
}
.product .thumbnail{
    max-width: 100%;
    height: auto;
}
.product-logo{
    max-height: 45px;
    width:auto;
}
.product-description{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    padding: 0 10px;
    text-align: justify;
}
.product-quote-o,.product-quote-c {
    height: 16px;
    width: 18px;
    position: absolute;
}
.product-quote-o{
    top:0;
    left:0;
    background: url(images/quote-o.png)no-repeat;
}
.product-quote-c{
    bottom:0;
    right:0;
    background: url(images/quote-c.png)no-repeat;
}*/
/*========== End Product ==========*/
/*========== Entry ==========*/
.post-content h1.title{
    border-top:1px solid #ccc;
    font-size: 20px;
    padding-top:15px;
    margin: 15px 0;
}
.post-content h1.title a{
    color: #fba51c;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
}
.post-content h1.title a:hover{
    text-decoration: none;
    color:#333;
}
.entry-meta{
    line-height:21px;
    margin: 15px 0;
    color: #999;
}
.entry-meta .glyphicon{
    color:#999;
}
.entry-meta #social-network {
    border-left: 1px solid #ccc;
    display: inline-block;
    margin-left: 5px;
}
.entry-meta #social-network img{
    width: 21px;
    height: 21px;
    margin-left:5px;
    border-radius: 50%;
}
.entry{
    font-family: "Arial";
    line-height: 20px;
}
.entry h1{
    font-size:20px;
}
.entry h2{
    font-size:16px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-top: 15px;
    font-weight:bold;
    line-height:20px;
}
.entry h2 {
    margin-bottom: 0.4em;
}
.entry p {
    margin-bottom: 10px;
}
.entry th {
    padding: 0;
    margin-right: 2px;
}
.entry td {
    border:1px solid #ccc;
}
.entry a{
    color:#0db04b;
}
.entry a:hover{
    color:#3a3a3c;
}
.entry .attachment-medium {
    float: left;
    margin-right: 10px;
}
div.aligncenter,p.aligncenter {
    width:100% !important;
    text-align:center;
}
.aligncenter img{
    display: block;
    margin: 0 auto;
}
.entry ul.condom li{
    background: url("images/li.png") no-repeat scroll center left;
    margin: 5px 0;
    padding-left: 30px;
    list-style: none outside none;
}
.entry ul,.entry ol{
    padding-left: 10px;
    margin-left:25px;
}
.entry img{
    max-width:100%;
    height: auto;
}
.entry table{
    max-width: 100%;
}
blockquote {
    border-left: 10px solid #666666;
    margin-left: 20px;
}
blockquote p {
    padding: 10px;
}
img.aligncenter {
    display: block;
    margin: 0 auto 5px;
}
img.alignright{
    float: right;
}
.post-tags a {
    background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin: 0 5px 2px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
}
.post-tags a::before {
    border-bottom: 10px solid transparent;
    border-right: 8px solid #aaa;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 0;
    width: 0;
}
.post-tags a::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
}
.post-tags a:hover {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.post-tags a:hover::before {
    border-right-color: #444;
}
.relatenews .header{
    border-bottom: 1px solid #0db04b;
    margin: 0 0 20px;
    padding: 10px 0;
}
.relatenews .header h2{
    display: inline-block;
    margin: 0;
}
.relatenews .header h2 a{
    color: #000;
    display: inline-block;
    font-size: 20px;
}
.relatenews .header h2 a:hover,.relatenews ul li a:hover{
    color: #0db04b;
}
.relatenews ul{
    margin: 0;
    padding: 0;
}
.relatenews ul li{
    background: rgba(0, 0, 0, 0) url("images/li.png") no-repeat scroll left 5px;
    list-style: outside none none;
    padding: 0 0 10px 15px;
}
.relatenews ul li a{
    color: #333;
}
.relate-list {
    margin: 0 -4px;
}
.relate-list .col-md-4{
    padding:0 5px;
}
.relate-list .thumbnail{
    margin:0;
}
.relate-list .thumbnail img{
    width: 100%;
    height: auto;
}
.relate-list .text-center{
    color:#0db04b;
    margin-bottom:10px;
    height:54px;
    overflow:hidden;
}
.error404 .title-404 {
    text-align: center;
    color: #eee;
    font-size: 200px;
    font-weight: bold;
}
.error404 .post-title {
    text-align: center;
    font-size: 50px;
}
.entry .wf-form .form-group{
    width: 100%;
    margin: 5px auto;
}
.entry .gallery{
    margin: 0 auto;
}
.page-content .page-banner{
    margin-bottom: 20px;
}
.relate-list .thumbnail{
    position: relative;
}
.thumb-video{
    background: url(images/icon-video.png) no-repeat scroll center;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
}
/* Product detail */
.product-line{
    border-top: 1px solid #ccc;
    margin: 15px 0 25px;
    padding-top:15px;
}
.product-detail h1.title{
    padding: 0;
    margin: 0;
    border: none;
}
.product-detail .entry-meta #social-network{
    border: none;
    margin: 0;
}
@media (max-width: 750px) {
    .error404 .title-404 {
        font-size: 80px;
    }
    .error404 .post-title {
        font-size: 20px;
    }
    .entry .gallery{
        width: 100%;
        height: 300px;
    }
}
@media (min-width: 751px) {
    .entry .gallery{
        width: 80%;
        height: 400px;
    }
    .entry .wf-form {
        width: 60%;
        margin: 20px auto;
    }
}
@media (min-width: 971px) {
    .entry .gallery{
        width: 70%;
        height: 500px;
    }
}
/*========== End Entry ==========*/
/*========== Aside ==========*/
.main-right{
    margin-bottom: 20px;
}
.widget {
    clear: both;
    margin-bottom: 20px;
}
.widget .widget-top::before,.widget .top-tabs-top::before{
    isplay: inline-block;
    content: "";
    border-top: 3px solid #fba51c;
    width: 60px;
    position: absolute;
}
.widget .widget-top {
    padding: 0;
    margin-bottom: 15px;
}
.widget .widget-top h2, .widget .widget-top h3{
    margin: 0;
    padding-top: 15px;
    display: inline-block;
}
.widget .widget-top h2 a, .widget .widget-top h3 a{
    margin:0;
    font-size:20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    color:#0db04b;
}
.widget .widget-top h2 a:hover, .widget .widget-top h3 a:hover{
    color: #333;
    text-decoration: none;
}
.widget .widget-container {
    clear: both;
    padding: 10px;
}
.widget .widget-category{
    padding:0;
}
.widget .widget-container h3 {
    font-size: inherit;
    font-weight:600;
}
.widget .widget-container ul{
    padding:0;
    margin:0;
}
.widget .widget-container li {
    line-height: 18px;
    overflow: hidden;
    padding: 0 0 5px;
}
.widget .widget-container p {
    padding-bottom: 1em;
    margin: 0;
}
.widget .widget-container a:hover {
    text-decoration: underline;
}
.widget .widget-container .post-thumbnail{
    float: left;
    margin-right: 10px;
}
.widget .left-content li.first-news {
    float: left;
    padding: 10px;
    width:50%;
    height:312px;
}
.widget .top-tabs{
    margin: 0 0 10px;
    padding: 15px 0 5px;
    line-height:34px;
    color:#000;
    border-bottom: 1px solid #ccc;
}
.widget .top-tabs .active{
    color: #0db04b !important;
    font-weight:bold;
}
.widget .top-tab{
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    border-right:1px solid #ccc;
    font-size:20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
}
.widget .top-tab:first-child{
    padding-left: 0;
}
.widget .top-tab:last-child{
    border-right: 0;
}
.widget .tab-hide{
    display:none;
}
.widget #player{
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.widget #player iframe, .widget #player object, .widget #player embed{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.widget .s-list{
    padding: 0;
    margin: 0;
}
.widget .s-list li{
    background: url("images/li.png") no-repeat scroll left 5px;
    list-style:none;
    padding:0 0 0 15px;
    margin-bottom: 10px;
}
.widget .s-list a{
    display: block;
    text-align: justify;
    color: #333;
}
.widget .s-list a:hover,.widget .sidebox-items .title:hover{
    color: #0db04b;
    text-decoration: none;
}
.widget .sidebox-items{
    border-bottom: 1px solid #e5e5e5;
    padding:0 0 10px;
    margin-bottom: 10px;
}
.widget .sidebox-items .thumb img{
    float: left;
    margin-right: 10px;
    width: 40%;
    height: auto;
}
.widget .sidebox-items .title{
    color: #333;
}
.widget .widget-facebook{
    height:320px;
    text-align: center;
}
.text-html-box {
    margin-bottom: 20px;
}
.textwidget .text-red{
    color:#ed1c24;
}
.textwidget .button{
    -moz-appearance: none !important;
    background-color: #fe6500;
    border: 0 none;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: 12px/22px Tahoma;
    margin-top: 4px;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}
.textwidget .button:hover{
    background-color: #65609f;
}
/*========== End Aside ==========*/
.banners img{
    height: auto;
    margin: 0;
    width: 100%;
}
.banner-scroll.fix-block {
    position: fixed !important;
}
.banner-fix{
    position:fixed;
    right:0;
    top:50%;
    margin-top: -100px;
    z-index:9;
}
.banner-bottom-fix{
    position:fixed;
    left:0;
    bottom:0;
}
.banner-fix img{
    width: auto;
}
/*========== Footer ==========*/
.footer-contact{
    padding: 0;
}
.footer-contact .col-lg-6{
    padding: 0;
}
.footer-contact .footer-support{
    background: url("images/bg-footer-contact.png") no-repeat scroll left top;
    float:left;
    width: 100%;
    padding:42px 0 35px 30px;
    font-size:15px;
}
.footer-contact .footer-support h3{
    font-size:20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: bold;
}
.footer-contact .footer-support .footer-social{
    margin-bottom:20px;
}
.footer-contact .footer-support .footer-social .facebook,.footer-contact .footer-support .footer-social .youtube,.footer-contact .footer-support .footer-social .twitter,.footer-contact .footer-support .footer-social .googleplus{
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
}
.footer-contact .footer-support .footer-social .facebook{
    background: url("images/icon-facebook.png")no-repeat;
}
.footer-contact .footer-support .footer-social .youtube{
    background: url("images/icon-youtube.png")no-repeat;
}
.footer-contact .footer-support .footer-social .twitter{
    background: url("images/icon-twitter.png")no-repeat;
}
.footer-contact .footer-support .footer-social .googleplus{
    background: url("images/icon-google-plus.png")no-repeat;
}
.footer-contact .footer-support .address{
    color:#fff;
    margin-bottom:12px;
}
.footer-contact .footer-support .address i{
    color: #fff;
    margin-right:10px;
}
.footer-contact .footer-support .address a{
    color:#fff;
}
#footer{
    background: #0db04b;
    padding: 30px 0 15px;
}
#footer .logo img{
    margin-top:0 !important;
    margin-bottom:0 !important;
}
#footer .footer-menu{
    float: left;
}
#footer .footer-menu .menu{
    float: left;
    padding-left: 6px;
}
#footer .footer-menu ul > li {
    float: left;
    list-style: outside none none;
}
#footer .footer-menu ul > li > a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: bold;
    border-right:1px solid #fff;
}
#footer .footer-menu ul > li:last-child > a{
    border-right:0;
}
#footer .footer-menu ul li ul{
    display: none;
}
#footer .copyright{
    color:#fff;
    min-width: 50%;
    float: left;
    font-size:13px;
    margin-left: 20px;
}
.backtotop {
    background: url("images/top.png") no-repeat scroll 0 0;
    bottom: 50px;
    cursor: pointer;
    display: block;
    height: 50px;
    position: fixed;
    right: 15px;
    transition: all 0.7s ease-in-out 0s;
    width: 50px;
    z-index: 99999999;
}
.call-online{
    transition: all 0.7s ease-in-out 0s;
    background: #65df65;
    border-radius: 40px;
    bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    left: 15px;
    line-height: 40px;
    padding: 0 20px 0 0;
    position: fixed;
    z-index: 99999;
    display: none;
}
.call-online i {
    color: #fff;
    background: #37c837;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: -1px 10px 0 0;
    text-align: center;
    width: 40px;
}
.call-online:hover{
    color: #d4d4d4;
    text-decoration: none;
}
.zopim{
    bottom:0!important;
}
@media (min-width: 768px){
    .footer-contact .footer-support{
        height: 390px;
        overflow: hidden;
    }
}
@media (max-width: 750px){
    .backtotop{
        bottom:40px;
    }
    .call-online{
        left: 10px;
        bottom:10px;
    }
    .zopim{
        right:10px!important;
    }
}
/*========== End Footer ==========*/
/*========== Form ==========*/
.form-group {
    margin-bottom: 10px;
}
.form-group .form-control {
    background: #9c9b9b;
    border: none;
    border-radius: 0;
    color: #fff;
    height: 45px;
    padding:6px 20px;
}
.form-group textarea.form-control{
    height: 150px;
}
.form-group .form-control::-moz-placeholder{
    color: #fff;
}
.form-group .form-control:-ms-input-placeholder{
    color: #fff;
}
.form-group .form-control::-webkit-input-placeholder{
    color: #fff;
}
.form-group .wf-submit{
    background: #00aff0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding:10px 35px;
    transition: all 0.3s ease-in-out 0s;
    display: block;
}
.form-group .wf-submit:hover {
    background: #333 none repeat scroll 0 0;
}
/*========== End Form ==========*/
iframe[name='google_conversion_frame']{
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    display: none;
}
.fancybox-overlay {
    z-index: 9999;
}