/* top */
.graybg{
    background: #f7f7f9;
}
.dropdown-menu{
    right:auto;
    left:0;
    padding:5px 0;
}
.account,.header-search {
    position: relative;
    float: right;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px 5px;
    cursor: pointer;
}
.account:hover {
    border-color: #2ed3ae;
}
.account a.dropdown-toggle {
    width: 40px;
    height: 40px;
    display: block;
}
.account .dropdown-menu{
    background-color: #ffffff;
    left: auto;
    margin: 0;
    padding: 5px 0;
    right: -40px;
    z-index: 999;
    top: 67px;
    min-width: 100px;
}
.account .dropdown-menu img{
    vertical-align: middle;
    margin-right: 3px;
    height: 10px;
}
.search-menu{
    margin-top: 0;
    width: 280px;
    padding: 20px;
}
.search-menu button{
    border: 1px solid #2ed3ae;
}
/*header-top*/
.top-bar-note{
    padding: 6px 0;
    font-size: 12px;
    float: left;
    color: #999;
}
.top-bar {
    background: #F3F3F3;
    padding:0;
    font-size: 12px;
}
.top-bar .cnt-account {
    float: right;
    padding: 6px 0
}
.top-bar .cnt-account ul {
    margin: 0
}
.top-bar .cnt-account ul > li {
    display: inline-block;
    line-height: 12px;
    padding:3px 12px 3px 7px;
    border-right: 1px solid hsla(0,0%,100%,.2);
}
.top-bar .cnt-account ul > li:last-child {
    border:none;
    padding-right:0
}
.top-bar .cnt-account ul > li a {
    color:#555;
    padding: 0;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.top-bar .cnt-account ul > li a .icon {
    display: block;
    float: left;
    padding-right: 6px;
    font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
    text-decoration: none;
}
.top-bar .cnt-block {
    float: right;
}
.top-bar .cnt-block .list-inline {
    margin: 0;
}
.top-bar .cnt-block .list-inline > li {
    display: inline-block;
    margin-right:10px;
    padding:0;
}
.top-bar .cnt-block .list-inline > li > a {
    padding: 7px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #555;
    display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
    color: #555;
    margin: 2px 4px 2px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
    text-decoration: none;
    color: #666;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    left: 0;
    min-width: 120px;
}
.top-bar .dropdown-menu>li>a {
    padding:3px 10px;
    font-size:13px
}
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
    color: #15d3b6;
}

/* Header */
header{
    background:#ffffff;
    box-shadow: 0 2px 12px rgba(136,136,136,.1);
}
.header.container {
    height: auto;
    padding:0;
    position:relative;
}

/* logo */
.header-logo{
    float:left;
}
.logo {
    margin-top: 10px;
    height: 60px;
    display:inline-block;
}
.logo img{
    height: 60px;
}
.dropdown.search {
    float: right;
}
.header-cart .fa.fa-shopping-cart {
    display: none !important;
}
.header-cart{float:right;}

/* search */
#search {
    display: none;
    left: auto;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
.ajaxForm select{
    width: 100%;
}

/* header cart */
.header-right {
    float: right; background: rgba(0, 0, 0, 0) url("../img/menu-divider.png") no-repeat scroll left center;padding: 0 0 0 25px;
}
#cart-total{
    background: #2ed3ae none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    clear: both;
    color: #ffffff;
    font-size: 8px;
    font-weight: 500;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 14px;
}
#cart #cart-total .fa.fa-shopping-cart{
    display:none;
}
#cart {
    padding: 20px 5px;
    float:right;
    font-size: 12px;
}
#cart > a:hover {
    color: #2ed3ae;
}
#cart > a {
    color: #777;
    padding: 0;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 0;
}
#cart > .btn.active, #cart > .btn:active{
    box-shadow: 0 0 0;
    border-color: #2ed3ae;
}

#cart .dropdown-menu {
    background-color: #fff;
    z-index: 1001;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    min-width: 360px;
    padding:12px 15px;
    margin-top: 0;
}
#cart .button-container {
    width: auto;
    float:right;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    background-color: transparent;
}
#cart .dropdown-menu .text-center {
    padding: 8px 0 !important;
}
#cart .dropdown-menu table.table-striped {
    border-bottom: 1px solid #eeeeee;
}
.cart-menu .table-bordered tr > td, .cart-menu .table-bordered {
    border: medium none;
    padding: 4px 5px;
}

#cart table.table-striped .btn-danger.btn-xs {
    background: none repeat scroll 0 0 transparent;
    box-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    margin: 0;
    padding: 0 0 0 5px;
    border:0 none;
    color:#292929;
}
#cart table.table-striped .btn-danger:hover{
    color:#000 !important;
}
#cart .dropdown-menu table td{
    border:none;
    background:none;
}
#cart .dropdown-menu table td a{
    font-size: 12px;
}
#cart .dropdown-menu .img-thumbnail{
    width: 70px;
    max-width:none;
    border-radius: 0;
}
#cart .text-right .addtocart,
#cart .text-right .checkout{
    margin:0;
    padding: 7px 12px;
}
#cart .dropdown-menu li p {	margin:0;}
.btn-primary,#cart .text-right .addtocart,#cart .text-right .checkout ,.btn-default,#button-cart ,.btn-danger
{
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    text-transform: none;
    width: auto;
    height:auto;
    font-size: 13px;
    padding: 8px 20px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    line-height: normal;
}
.btn-primary{
    background: none repeat scroll 0 0 #2ed3ae;
}

.product-layout.product-list .product-thumb:hover .button-group .addtocart ,.btn-primary:hover ,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover ,.btn-default:hover ,#button-cart:hover ,.btn-danger:hover ,.button.aboutus:hover ,.btn-info:hover{
    background-color: #313131;
    color: #ffffff !important;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.product-layout.product-list .product-thumb:hover .button-group .addtocart:hover{
    background-color: #2ed3ae;
}

/* menu */
.main-menu {
    float: right;
    width: auto;
    height: 60px;
}
.nav-responsive {
    display:none;
}
.responsive-menu {
    background: #545F61;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
}
#menu .show-all {
    border-top: 1px solid #dddddd;
    float: left;
    margin: 10px 10px 0;
    padding: 10px 0 0;
    width: 100%;
}
#menu .show-all a {
    color: #000000;
}
#menu .show-all a:hover {
    color: #2ed3ae;
}
.main-menu > ul > li.column3,
.main-menu > ul > li.column4,
.main-menu > ul > li.column5{position: static;}

.main-menu ul {
    float: right;
    list-style: none;
}
.main-menu > ul > li {
    float: left;
    position: relative;
    z-index: 20;
    transition: all 0.3s ease 0s;
}

.nav-responsive span, .main-menu > ul > li > a {
    color: #000;
    display: block;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    padding:0 10px;
    height: 80px;
    line-height: 80px;
    position: relative;
    font-size:14px;
    z-index: 6;
    transition: all 0.3s ease 0s;
}

.main-menu > ul > li > ul , .responsive-menu .main-navigation{
    display: none;
    background: #ffffff;
    position: absolute;
    z-index: 5;
    padding: 5px;
}
.main-menu > ul > li:hover > ul {
    display: block;
}
.main-menu > ul > li ul > li .dropdown-menu{
    background: #ffffff none repeat scroll 0 0;
    display: block;
    left: 100%;
    padding: 5px;
    top: 0;
    position: absolute;
    transform: translateY(-2em);
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden;
    z-index: 5;
}
.main-menu > ul > li ul > li:hover .dropdown-menu{
    display: block;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0.3s;
    -ms-transition-delay: 0s, 0s, 0.3s;
    visibility: visible;
}

.main-menu  ul li ul {
    display: table-cell;
}
.main-menu > ul > li ul > li > a,
.main-menu > ul > li li > a{
    padding: 8px;
    color: #000;
    display: block;
    white-space: nowrap;
}

.responsive-menu .main-navigation li a {
    color: #cecece;
    display: block;
    padding: 8px 12px;
    white-space: nowrap;
}

.main-menu > ul > li ul > li > a{
    min-width: 160px;
}
.main-menu > ul > li ul > li > a:hover,
.main-menu > ul > li li > a:hover{
    color:#2ed3ae;
    background-color:#fff;
}

.responsive-menu .main-navigation li a:hover {
    background-color: #393939;
    border-left: 5px solid #ffe35f;
    color: #ffffff;
    padding: 8px 7px;
}

.main-menu > ul > li > ul > ul > li > a {
    color: #FFFFFF;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #2ed3ae;
    background: #ffffff;
}

#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
    left: 100px;
    top: 0;
}
#menu .dropdown.column5 .dropdown-menu.megamenu .list-unstyled {
    width: 20%;
    float:left;
    display: block;
}

#menu .dropdown.column4 .dropdown-menu.megamenu .list-unstyled {
    width: 25%;
    float:left;
    display: block;
}

#menu .dropdown.column3 .dropdown-menu.megamenu .list-unstyled{
    width: 33.33%;
    float:left;
    display: block;
}

#menu .dropdown.column3 .dropdown-menu.megamenu,
#menu .dropdown.column4 .dropdown-menu.megamenu,
#menu .dropdown.column5 .dropdown-menu.megamenu,
#menu .dropdown.column6 .dropdown-menu.megamenu{
    width: 100%;
    left:0;
    margin:0 !important
}

#menu .dropdown .dropdown-menu.megamenu,
#menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
    display: block;
    margin: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    padding: 15px;
    border:none;
    border-top: 2px solid #2ed3ae;
    transform: translateY(-2em);
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden;
}
#menu .dropdown:hover .dropdown-menu.megamenu,
#menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0.3s;
    -ms-transition-delay: 0s, 0s, 0.3s;
    visibility: visible;
}

/*home*/
#indexad{
    width: 100%;
    top: 0;
    height: auto;
    position: relative;
    overflow: hidden;
}
#indexad .swiper-slide{
    width: 100%;
    overflow: hidden;
}
#indexad .swiper-slide img{
    width: 100%;
}
#indexad .swiper-pagination {
    width: 100%;
    bottom: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
#indexad .swiper-container-horizontal>.swiper-pagination-bullets, #indexad .swiper-pagination-custom, #indexad .swiper-pagination-fraction{
    bottom: 30px;
}
#indexad .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 8px;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
    width: 80px;
    height: 10px;
    background: #ccc;
    text-indent: -9999px;
}
#indexad .swiper-pagination-bullet-active {
    background-color: #2ed3ae;
}
.carousel-caption {
    top: 10%;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
}
.carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 10px;
    background: #ccc;
}
.carousel-indicators .active {
    width: 80px;
    height: 10px;
    background-color: #2ed3ae;
}
.slider_1{
    position: absolute;
    top: 30%;
    width: 600px;
    color: #fff;
    text-shadow: 1px 2px 5px #222;
}
.slider_1.fl{
    left: 10%;
}
.slider_1.fr{
    right: 10%;
    text-align: right;
}
.slider_1 > .text1 {
    font-size: 40px;
    margin-top: 10px;
}
.slider_1 > .text2{
    margin-top: 30px;
    font-size: 20px;
}
.slider_1 > .text3{
    margin-top: 50px;
}
.slider_1 a{
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}


.idx-cateblock{
    background: #fff;
    padding: 60px 0;
    clear: both;
}
.cate-box{
    float: left;
    position: relative;
    cursor: pointer;
    width: 33.33%;
}
.cate-img{
    float: left;
    left: 0;
    position: relative;
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cate-img img{
    max-width: 400px;
    max-height: 260px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.cate-box:hover .cate-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.cate-text{
    text-align: center;
    height: 260px;
    background: #eee;
    padding: 70px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.cate-text h3{
    font-size: 22px;
    color: #292929;
    letter-spacing: 0.4px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.cate-text span{
    display: block;
    color: #666;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    padding: 15px 0;
}
.cate-text a{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #292929;
    color: #fff;
    padding: 7px 35px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.cate-text:hover h3,
.cate-text:hover span,
.cate-text:hover a{
    color: #2ed3ae;
}
.cate-text:hover a{
    background: #2ed3ae;
    color: #fff;
}

.idx-jumbotron {
    margin: 50px 0 0 0;
    height: 300px;
    background: url("../img/idx-mid-bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
}
.idx-jumbotron h2{
    margin-top: 60px;
    font-size: 32px;
    color: #ffffff;
}
.idx-jumbotron h3{
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    text-transform: capitalize;
}
.idx-jumbotron p{
    margin-top: 40px;
}
.idx-jumbotron p a{
    font-size: 18px;
    padding: 10px 30px;
}
.idx-service{
    background: #ffffff;
    padding: 50px 0;
}
.service-list{
    width: 33.33%;
    cursor: pointer;
    position: relative;
    float: left;
}

.service-content{
    border-right: 1px solid #dcdcdc;
    padding-left: 45px;
}
.service-content.nb{
    border:none;
}
.service-content i{
    font-size: 46px;
    color: #ccc;
}
.media-left{
    margin-right: 20px;
}
.media-body:hover{
    color: #2ed3ae;
}

.idx-news-wrap{
    width: 100%;
    margin: 20px auto;
    margin-bottom: 50px;
}
#indexnew{
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#indexnew .swiper-slide{
    width: auto;
    height: auto;
}
.swiper-button-wrap{
    margin-bottom: 20px;
    text-align: center;
}
.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap .swiper-button-prev{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    left: 0;
    right:0;
}
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.8);
    line-height: 40px;
    text-align: center;
}
.swiper-button-next i,.swiper-button-prev i{
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}
.newslist{
    height: 350px;
    background: #f9f9f9;
}
.newslist .nimg{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.newslist .nimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist h3{
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
}
.newslist h5{
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px;
    height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newslist p{
    margin-top: 10px;
}

/*detail*/
.detail-navigation{
    background: #f7f7f7;
    padding: 20px 0;
}
.detail-navigation ol{
    margin-bottom: 0;
    font-size: 14px;
}
.detail-wrap{
    margin-top: 30px;
}
.item-img{
    width: 100%;
    overflow: hidden;
}
.item-img img{
    cursor: pointer;
    width: 100%;
}
.item-imgs-wrap{
    position: relative;
}
.item-imgs{
    margin: 15px 25px;
    text-align: center;
    overflow: hidden;
}
.item-imgs .swiper-slide{
    width:auto;
    height:auto;
}
.item-imgs .thumbnail{
    margin-bottom: 0;
    height: 96px;
    line-height: 96px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.item-imgs .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-imgs-wrap .swiper-button-next,
.item-imgs-wrap .swiper-button-prev{
    width: 20px;
    border-radius: 2px;
}
.item-imgs-wrap .swiper-button-next{
    right: 0;
}
.item-imgs-wrap .swiper-button-prev{
    left: 0;
}
.item-info-wrap{
    margin-left: 40px;
}
.item-title{

}
.item-title>h1{
    font-size: 24px;
    line-height: 1.43333;
}
.item-no{
    margin-top: 16px;
    font-size: 16px;
}
.item-price {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 200;
    color: #2ed3ae;
    line-height: 40px;
}
/*.item-price:before{*/
    /*content: '$';*/
    /*display: inline-block;*/
/*}*/
.item-price del{
    color: #999;
    font-size: 18px;
    vertical-align: middle;
}
.item-summary{
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
}
#itemAttr{
    margin-top: 20px;
}
.itemattr{
    margin-top: 10px;
}
.itemattr>span{
    font-size: 14px;
    display: block;
    text-transform:capitalize;
    margin-bottom: 6px;
}
.itemattr>a{
    font-size: 12px;
    display: inline-block;
    padding: 6px 12px;
    border:1px solid #e8e8e8;
    margin-right: 10px;
    background: #ffffff;
    color: #505050;
    text-transform:capitalize;
    border-radius: 3px;
    margin-bottom: 10px;
}
.itemattr>a:hover,.itemattr>a.onli{
    border:1px solid #e43c3f;
    color: #e43c3f;
    background: url("../img/selected-icon.png") no-repeat right bottom;
}
.itembuynum{
    margin: 40px 0 10px 0;
}
.cartnum{
    float: left;
    height: 60px;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    border-radius: 6px;
}
.cartnum span{
    cursor: pointer;
    background: transparent;
    width: 60px;
    border:none;
}
.cartnum i{
    font-size: 12px;
    font-weight: 100;
}
.cartnum .input-group,.cartnum input{
    height: 60px;
    text-align: center;
}
.cartnum input{
    width: 60px;
    border:none;
    background: #f8f8f8;
}
.cartbtn{
    display: inline-block;
    margin-left: 20px;
}
.cartbtn button{
    height: 60px;
    padding: 0 40px;
}
.cartbtn i{
    font-size: 18px;
    margin-right: 6px;
}
.cartbtn span{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.item-fvt{
    display: inline-block;
    margin-left: 25px;
}
.item-fvt i{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    color: #c7c7c7;
    font-size: 24px;
    cursor: pointer;
}
.item-fvt i:hover,.item-fvt i.onli{
    background: #2ed3ae;
    color: #ffffff;
}
.tooltip{
    opacity: 1;
}
.tooltip-inner{
    padding: 8px 10px;
    background-color: #2ed3ae;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #2ed3ae;
}

.item-des-tab{
    margin-top: 40px;
    margin-bottom: 50px;
}
#itemTab a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 15px 30px;
}
#itemTab li.active a{
    color: #2ed3ae;
}
.item-des-tab .tab-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    min-height: 260px;
}

.review-nav{
    margin: 10px 0;
    overflow: hidden;
}
.review-nav-left{
    float: left;
    border-right: 1px solid #e8e8e8;
    min-height: 116px;
    padding-right: 30px;
    overflow: hidden;
}
.review-nav-ratings{
    margin-top: 12px;
    width: 112px;
    height: 20px;
    background: url("../img/ratingall.png") repeat-x 0 0;
    text-align: center;
}
.review-nav-rt-full{
    height: 100%;
    background: url("../img/ratingall.png") repeat-x 0 100%;
}
.review-nums{
    line-height: 36px;
}
.review-nav-rt-num{
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}
.review-nav-right{
    margin-left: 20px;
    display: inline-block;
}
.starrow {
    padding: 3px 0;
    display: table;
}
.starrow-stars{
    background: url("../img/stars.png") repeat-x 0 0;
    height: 14px;
    width: 80px;
}
.starrow-items{
    background: url("../img/stars.png") repeat-x 0 100%;
    height: 100%;
}
.starrow-nums{
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    width: 50px;
}
.starrow-bar{
    margin: 4px 0;
    background: #bebebe;
    height: 8px;
    width: 100px;
    float: left;
}
.starrow-bar-full{
    background: #333333;
    height: 100%;
}
.review-list{
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    position: relative;
}
.review-list-title{
    font-size: 20px;
    line-height: 35px;
}
.review-list-rating{
    margin-top: 5px;
    overflow: hidden;
}
.review-list-other{
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
}
.review-content{
    clear: both;
    width: 95%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}
.review-imgs{
    margin-top: 20px;
}
.review-imgs span{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align:middle;
    border:1px solid #E8E8E8;
    background: #ffffff;
}
.review-imgs a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    height: 80px;
}
.review-imgs img{
    max-width: 100%;
    max-height: 100%;
}

/*quick view*/
.qv-item-title>h1{
    font-size: 20px;
    line-height: 24px;
}
.qv-item-price{
    margin-top: 10px;
    font-size: 30px;
}
.qv-item-summary{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.qv-itemattr>span {
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.qv-itembuynum{
    margin-top: 20px;
}
.qv-itembuynum .cartnum,
.qv-itembuynum .input-group,
.qv-itembuynum input{
    height: 50px;
}
.qv-itembuynum .cartbtn button{
    height: 50px;
    padding:0 20px;
    font-size: 14px;
}
.qv-itembuynum .item-fvt{
    margin-left: 5px;
}

    /*midnav*/
.box {
    margin-bottom: 0;
}
.mid-nav{
    margin-top: 60px;
    text-align: center;
}
.box-heading{
    background: transparent ;
    border-bottom:1px solid #ddd ;
    color: #292929;
    font-size:30px;
    padding:0 70px 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.box-heading::after {
    border-bottom: 2px solid #000000;
    bottom: -1px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.navigation{
    background: #ffffff;
}
.breadcrumb{
    background: transparent;
}
.jumbotron{
    padding: 10px 0;
}
.jumbotron>h1{
    font-size: 32px;
}
.jumbotron p{
    line-height: 20px;
    font-size: 14px;
}


/* product list */
.midpic{
    position: relative;
    display: inline-block;
    width:100%;
    height:auto;
    overflow: hidden;
}
.midpic img{
    width:100%;
}
.midpic-txt{
    position: absolute;
    top: 26%;
    left: 8%;
}
.midpic-txt > h3 {
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 2px 5px #333;
}
.midpic-txt > h4{
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    background: transparent;
    text-shadow: 1px 2px 5px #333;
}
.midpic-txt a{
    margin-top: 5%;
    display: inline-block;
    border:1px solid #fff;
    padding: 10px 30px;
    font-size: 18px;
}

.product-list-breadcrumb{
    margin-top: 10px;
    padding: 16px 15px;
}
.product-thumb {
    margin-bottom: 20px;
    overflow: hidden;;
}
.product-thumb .image {
    text-align: center;
    position:relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    height: 270px;
}
.product-thumb .image a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-block .image .reg-image,
#column-right .image .reg-image,
#column-left .image .reg-image {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.product-block .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image .button-group button:hover{
    background: #e95e19 none repeat scroll 0 0;
    color: #ffffff;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    position: absolute;
    right: auto;
    top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.product-block .image .hover-image:hover, #column-right .image .hover-image:hover, #column-left .image .hover-image .button-group button:hover {
    left: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.product-block:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}

.product-thumb .price {
    color: #000;
    font-size:17px;
    font-weight:400;
    letter-spacing: 0.6px;
    margin-bottom:0;
    padding-top: 10px;
    line-height: normal;
}

.product-thumb .price-old {
    color: #acacac;
    text-decoration: line-through;
    margin-left: 3px;
    font-size:12px;
    font-weight:500;
}
.product-thumb .price-tax {
    color: #999;
    display: none;
    font-size: 12px;
    width: 100%;
}
.product-thumb .percentsaving {
    margin-left: 5px;
    font-size: 12px;
}

.product-list .product-thumb .button-group{overflow:visible;}
.product-block .button-group{
    left: 0;
    position: absolute;
    right: 0;
    width: 120px;
    margin: 0 auto;
}
.product-block:hover .button-group .addtocart,
.box-product .product-block:hover .button-group .addtocart,
.product-grid .product-thumb:hover .button-group .addtocart,
.product-list .product-thumb:hover .button-group .addtocart{
    opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity:1;
    bottom: 50px;
    transition:all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
}
.product-block:hover .button-group .wishlist,
.box-product .product-block:hover .button-group .wishlist,
.product-grid .product-thumb:hover .button-group .wishlist,
.product-list .product-thumb:hover .button-group .wishlist{
    opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity:1;
    bottom: 50px;
    transition:all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
}
.product-block:hover .button-group .quickview,
.box-product .product-block:hover .button-group .quickview ,
.product-grid .product-thumb:hover .button-group .quickview ,
.product-list .product-thumb:hover .button-group .quickview {
    opacity:1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity:1;
    bottom: 50px;
    transition:all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition:all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
}
.product-grid .list-right, .product-list .btn-list-grid, .product-list .caption .price{display:none;}
.product-thumb .button-group .addtocart,
.product-thumb .button-group .wishlist,
.product-thumb .button-group .quickview{
    background-color: #292929;
    border:0 none;
    float:left;
    height:35px;
    width:35px;
    transition-duration:200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-delay: 0s;
    margin: 0 2px;
    padding: 9px;
    position: relative;
    right: 0;
    bottom: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fff;
}

.product-thumb .button-group .addtocart:hover,
.product-thumb .button-group .wishlist:hover,
.product-thumb .button-group .quickview:hover{
    background-color: #2ed3ae;
    transition-delay: 0s;
}
.product-thumb .button-group .addtocart i,
.product-thumb .button-group .wishlist i,
.product-thumb .button-group .quickview i{
    font-size: 18px;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #e7e7e7;

}
.product-list .product-thumb .button-group .addtocart,
.product-list .product-thumb .button-group .wishlist,
.product-list .product-thumb .button-group .quickview{
    top: 0!important;
}

.product-list .caption {
    margin: 38px 0;
    padding: 0 10px;
    width: 73%;
    float:left;
    text-align: left;
}
.product-list .caption .desc {
    margin-bottom: 15px;
}

.product-list .caption .price {
    margin-bottom: 15px;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0;
}
.product-thumb h4 {
    color: #696969;
    font-size: 13px;
    margin: 0;
}
.product-thumb h4 a{
    position: relative;
    display: block;
    color: #696969;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    text-transform: capitalize;
}
.product-thumb h4 a:hover{
    color: #2ed3ae;
}

.product-thumb .caption {
    float: left;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}

/*products list end*/


/* footer */
footer {color: #ffffff;}
.social {
    float: left;
    text-align: center;
}
.social > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.social ul li {
    display: inline-block;
}
.social ul li{
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin:0 5px;
}
.social ul li:hover a {
    color: #ffffff;
}
.social ul li a {
    color: #fff;
}
.social ul li:hover {
    background: #2ed3ae none repeat scroll 0 0;
}
.social li a:before{
    font-family: 'FontAwesome';
    font-size:18px;
    line-height: 40px;
    display:block;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.social li:hover a::before {
    font-family: 'FontAwesome';
    transform: scale(1.1) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.facebook a:before{
    content:'\f09a';
}
.twitter a:before{
    content:'\f099';
}
.rss a:before{
    content:'\f09e';
}
.youtube a:before{
    content:'\f167';
}
.google-plus a:before{
    content:'\f0d5';
}
.pinterest a:before{
    content:'\f0d2';
}
.vimeo a:before{
    content:'\f27d';
}
.instagram a:before{
    content:'\f16d ';
}

#footer{
    clear: both;
    line-height: 27px;
    min-height: 100px;
    overflow: hidden;
    padding:40px 0 0;
    background:#000;
}
.myfooter{

}
.myfooter>div.column {
    float: left;
    padding: 0;
    width:30%;
    margin: 0 !important;
}
.myfooter>div:nth-child(2){
    width: 18%;
}
.myfooter>div:nth-child(3){
    width: 22%;
}

#footer #footer_cms_block {
    float: left;
    line-height: 23px;
    margin-left: 12px;
    padding-right: 20px;
}

#footer .col-sm-3.column.second {
    padding: 0;
    width:18%;
}
#footer .col-sm-3.column.fourth {
    padding: 0 0 0 40px;
}

footer .column li a{
    background: rgba(0, 0, 0, 0) url("../img/dot-icon.png") no-repeat scroll left 5px;
    color: #ffffff;
    padding: 0 0 0 15px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
footer .column li a:hover{
    background-image: url("../img/dot-icon-hover.png") ;
    background-position: 10px 5px;
    padding: 0 0 0 25px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
footer a:hover, #footer .column li:hover a{color:#2ed3ae;}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer .column .social li a {
    background: transparent;
    padding: 0;
}
footer .column .social li a:hover {
    background: transparent;
    padding: 0;
}

#footer .column li.email a::before{content:none;}
#footer .social a {
    color: #000000;
}
#footer .social a:hover {
    color: #ffffff !important;
}
#footer .column ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
#footer #contact li::before{
    font-family: "FontAwesome";
    vertical-align: top;
    margin-right: 10px;
    color:#ffffff;
}
#footer #contact i{

    margin-right: 10px;
    vertical-align: top;
}
#footer #contact .address::before {
    content: "\f041";
    font-size: 18px;
}
#footer #contact .ph-no::before {
    content: "\f095";
    font-size: 18px;
}
#footer #contact .email::before {
    content: "\f0e0";
}

#footer #contact .address, #footer #contact .ph-no, #footer #contact .email{
    padding:0; margin: 0;
}
#footer #contact ul li {
    padding: 0 0 0 35px;
    line-height: 30px;
}
#contact > li {
    padding-left: 45px;
}
#footer li {
    letter-spacing: 1.1px;
    line-height: 30px;
    margin-bottom: 10px;
}
#footer #contact .email ,#footer #contact .ph-no{
    line-height: 32px;
    margin: 10px 0;
}
footer li.email > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
footer li.email > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
footer h5 {
    color: #ffffff;
    font-size:15px;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin-bottom:12px;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.copyright-container {
    background-color: #292929;
    padding: 10px 0;
    margin-top: 30px;
}

#bottomfooter {
    clear: both;
    float: left;
    margin: 0 0 3px;
}
#bottomfooter > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#bottomfooter > ul > li {
    display: inline;
    font-size: 13px;
    padding: 10px 12px 3px 8px;
}
#bottomfooter > ul > li:first-child {
    padding-left: 0;
}
#bottomfooter > ul > li a{color:#999;}
#bottomfooter > ul > li a:hover{color:#2ed3ae;}
#bottomfooter > ul .last {
    background: none repeat scroll 0 0 transparent;
}
.powered {
    float: right;
    font-size: 13px;
    color: #fff;
}
.powered a {
    color: #ffffff;
}
.newsletter label{
    display: none;
}
.newsletter .desc {
    letter-spacing: 1.1px;
    color: #ffffff;
    padding: 15px 0;
    clear: both;
}
.newsletter .form-group{
    position: relative;
    margin: 0;
}
#submail {
    height: 44px;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.newsletter .text-danger{position: absolute;}
.subscribe-btn .btn {
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    height: 44px;
    padding: 10px 15px;
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 13px;
}
.subscribe-btn .fa.fa-angle-right {
    font-size: 0;
}
.subscribe-btn .btn i{
    color: #826147;
    font-size: 0;
}
/*footer end*/

/*about start*/
.about-mid{
    padding: 0;
    background: #f5f5f5;
    position: relative;
    height: 120px;
    overflow: hidden;
}
.about-mid h1{
    position: absolute;
    top: 30px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #555;
}
.about_wrap{
    min-height: 400px;
    margin-bottom: 50px;
}
.about-left{
    background: #f5f5f5;
    margin-right: 20px;
    border-radius: 5px;
    padding: 20px;
}
.about-left .title-heading{
    color: #000000;
    text-transform: capitalize;
    padding: 0px 0px 10px;
    margin: 0;
    display: block;
    position: relative;
    background: transparent;
    font-size: 18px;
}
.title-heading:before{
    border-bottom: 2px solid #2ed3ae;
    bottom: 0;
    content: "";
    float: left;
    height: 2px;
    position: absolute;
    width: 60%;
    left: 0;
}
.about-menu{
    margin: 5px auto;
    margin-bottom: 30px;
}
.about-menu ul li{
    margin: 6px 0;
}
.about-menu a{
    display: block;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
}
.about-menu a.onli{
    color: #2ed3ae;
}
.about-content{
    width: 100%;
    overflow: hidden;
}
.about-content img{
    max-width: 100%;
}
.about-content h3{
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
}
.about-content p{
    margin-bottom: 20px;
}

/*blog*/
.blogwrap{
    margin: 60px 0;
    min-height: 300px;
}
.blog-slider{
    position: relative;
    min-height: 500px;
}
.blog-section{
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.blog-cate,.blog-tags{
    width: 100%;
}
.blog-cate a{
    display: block;
    line-height: 40px;
    border-bottom: 1px dotted #E8E8E8;
    text-indent: 2px;
    font-size: 14px;
}
.blog-cate a i{
    margin-right: 5px;
}
.blog-tags a{
    background: #E8E8E8;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 12px;
}
.blog-tags a.onli{
    background: #2ed3ae;
    color: #fff;
}
.blog-md>h5{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 300;
}
.hot-blog li{
    margin: 15px 0;
    margin-bottom: 20px;
}
.hot-blog .blog-img{
    width: 120px;
    height: 90px;
}
.hot-blog .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-left{
    position: relative;
    padding-right: 60px;
    min-height: 500px;
}
.blog-left:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    content: "";
    display: inline-block;
    border-right: 1px solid #ececee;
}
.blog-item{
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E8E8E8;
}
.blog-item:nth-last-child(1){
    border-bottom: none;
}
.blog-title{

}
.blog-title h1{
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
}
.blog-title a>h2{
    font-size: 24px;
}
.blog-title a:hover h2{
    color: #2ed3ae;
}
.blog-title .list-unstyled{
    margin: 15px 0;
}
.blog-title .list-unstyled>li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.blog-title .list-unstyled>li:before{
    vertical-align: middle;
    font: normal normal normal 6px/1 FontAwesome;
    content: "\f111";
    color: #e2e4e8;
    padding: 8px 9px 0 5px;
}
.blog-item .blog-img{
    margin: 20px auto;
    text-align: center;
}
.blog-item .blog-img img{
    max-width: 100%;
}
.blog-item .blog-summary{
    margin: 20px auto;
    font-size: 14px;
}
.blog-content{
    margin: 30px auto;
    line-height: 24px;
    font-size: 14px;
}
.blog-content img{
    margin: 10px auto;
    max-width: 100%;
}
.blog-content p{
    margin-top: 10px;
}


/*feedback*/
.feedback_wrap{

}
.feedback_wrap button{
    background: #2ed3ae;
    color: #ffffff;
    border-radius: 50px;
}
.a-upload {
    line-height: 24px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.a-upload input {
    position: absolute;
    font-size: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}