body {
    font-family: 'Roboto', sans-serif;
    color: #888;
    font-size: 13px;
    background: #fff;
}
h1,h2,h3,h4,h5,h6 
{
    line-height: 110%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 12px;
}

p {
    margin: 8px 0;
}
a {
    color: #111;
}
a:hover {
    color: #111;
}
a:focus {
    outline: 0;
}
a.link-color {
    color: #e82954;
}
a.link-color:hover {
    color: #e82954;
}
.segments {
    padding: 35px 0 15px
}
.segments-page {
    padding: 54px 0 25px;
}
.section-title {
    margin-bottom: 20px;
}
.section-title h3 {
    font-size: 18px;
    font-weight: 600;
}
.pages-title {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.pages-title h3 {
    text-transform: uppercase;
    font-size: 18px;
}
.text-bold {
    font-weight: bold;
    font-size: 14px;
}
.date {
    color: #999;
    font-size: 11px;
    margin-top: 8px;
}
.date i {
    font-size: 13px;
    margin-right: 5px;
}
.bg-second {
    background-color: #fafafa;
}
.button {
    background: #e82954;
    color: #fff;
    border: 0;
    padding: 3px 8px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
}
.button-white {
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.button-full {
    width: 100%;
    background-color:#e82954;
    color:#fff;
    border:0;
    padding:7px 16px;
    border-radius:2px;
    cursor: pointer;
    font-size: 13px;
}
.button-shop {
    background-color: #fff;
    color: #333;
    border: 0;
    padding: 3px 8px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.button i,
.button-full i {
    margin-right: 6px;
}
.button:focus {
    background-color: #e82954;
}
.navbar {
    padding: 15px 0 11px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.navbar i {
    font-size:22px;
    margin-top:8px;
}
.navbar h1 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar .content-left {
    display: inline-flex;
}

.navbar .content-right {
    text-align: right;
}

.navbar .row {
    margin-bottom: 0;
}

.navbar .content-left .sidebar {
    margin-right: 18px;
}

.navbar .content-right .sidebar-search {
    margin-right: 14px;
}

.navbar .content-right .sidebar-cart i,
.navbar .content-right .sidebar-search i {
    position: relative;
    left: 8px;
}

.navbar .content-right .sidebar-cart sup {
    width:18px;
    height:18px;
    line-height:17px;
    display:inline-block;
    background:#e82954;
    text-align:center;
    border-radius:50%;
    position:relative;
    top:-12px;
    color:#fff;
    font-size:12px;
}

.sidebar-panel .side-nav {
    width: 260px;
    height: 100%;
}

.sidebar-panel .side-nav .user-view {
    padding: 20px;
    text-align: center;
    background: linear-gradient(to right, rgba(232, 41, 84, 0.74), rgba(219, 5, 54, 0.76));
}

.sidebar-panel .side-nav .user-view > img {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.sidebar-panel .side-nav .user-view span {
    margin-top: 12px;
    display: block;
}

.sidebar-panel .side-nav .user-view .background img {
    width: 100%;
    height: 100%;
}

.sidebar-panel .side-nav li > a:hover {
    background: transparent;
}

.sidebar-panel .side-nav li > a {
    padding: 0 16px;
    font-weight: 500;
}

.sidebar-panel .side-nav li a i {
    margin-right: 1rem;
    width: auto;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
}

.sidebar-panel .side-nav li a > i {
    width: 30px;
    font-size: 16px;
    text-align: center;
}

.sidebar-panel .collapsible {
    border: 0;
}

.sidebar-panel .side-nav .collapsible-header {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    overflow: hidden;
}

.sidebar-panel .side-nav .collapsible-header:hover {
    background: transparent;
}

.sidebar-panel .side-nav .collapsible-header > i {
    font-size: 16px;
    width: 30px;
    text-align: center;
}

.sidebar-panel .side-nav .collapsible-header span i {
    float: right;
    margin: 0;
    width: auto;
    font-size: 15px;
}

.sidebar-panel .side-nav .active .collapsible-header span i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-panel .side-nav .collapsible-body li a {
    padding: 0 23.5px 0 61px;
}

.sidebar-panel .side-nav li.active {
    background: transparent;
}

.sidebar-right-search .collapsible {
    padding: 15px
}

.sidebar-right-search .form input[type="search"] {
    width: calc(100% - 55px);
    height: 33px;
    border-radius: 2px;
    border: 0;
    margin-bottom: 0;
    padding: 0 5px;
    float: left;
    background-color: #f5f5f5;
}

.sidebar-right-search .clear {
    clear: both;
}

.sidebar-right-search .form input[type="search"]:focus {
    border-bottom: 0;
    box-shadow: none;
}

.sidebar-right-search .side-nav li > a {
    padding: 0;
    height: 32px;
}

.sidebar-right-search .button {
    float: right;
    width: 37px;
    height: 33px;
    padding: 7px 12px;
    text-align: center;
    line-height: 10px;
}

.sidebar-right-search .button:focus {
    background-color: #e82954;
}

.sidebar-right-search h5 {
    margin-top: 20px;
    margin-bottom: 4px;
    color: #aaa;
    font-size: 14px;
}

.sidebar-right-cart .collapsible {
    padding: 15px
}

.sidebar-right-cart .side-nav a {
    padding: 0;
}

.sidebar-right-cart .side-nav li {
    line-height: 24px;
}

.sidebar-right-cart .content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    margin-bottom: 13px;
}

.sidebar-right-cart .content .clear {
    clear: both;
}

.sidebar-right-cart .cart-img {
    width: 60px;
    height: auto;
    float: left;
}

.sidebar-right-cart .cart-img img {
    width: 100%;
    border-radius: 5px;
}

.sidebar-right-cart .cart-title {
    width: 140px;
    height: auto;
    float: left;
    margin-left: 10px
}

.sidebar-right-cart .cart-title h5 {
    color: #ff2323;
    margin-top: 10px;
}

.sidebar-right-cart .cart-remove {
    width: 16px;
    height: auto;
    float: right;
    text-align: right;
}

.sidebar-right-cart .cart-button ul {
    padding: 0;
    margin: 0;
}

.sidebar-right-cart .cart-button ul li {
    list-style-type: none;
    display: inline-block;
    width: calc((100% - 16px*1)/2);
}

.sidebar-right-cart .cart-button ul li:last-child {
    float: right;
}

.sidebar-right-cart .cart-button ul li .button {
    width: 100%;
}
.slide {margin-top: 70px;}
.slide .slide-content {
    position:relative;
    overflow:hidden;
    border-radius:10px;
}
.slide .slide-content .mask {
    background-color: rgba(0, 0, 0, 0.10);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide .slide-content .mask2 {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide .slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .slide-content .button {
    background-color: #e82954;
    color: #fff;
    margin-top: 5px;
}

.slide .slide-content .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
}

.slide .first-slide .caption {
    text-align: center;
}

.slide .slide-content .caption h2 {
    font-size: 24px;
    font-weight: 600;
}

.slide .slide-content .caption h2,
.slide .slide-content .caption p {
    color: #fff;
}

.slide .slide-content .caption .date {
    background-color: transparent;
}

.slide .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -35px;
    margin-bottom: -36px;
}

.slide .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.slide .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e82954;
}


/* category */

.category {
    padding-bottom: 0;
    padding-top: 33px;
}

.category .row:last-child {
    margin-bottom: 0;
}

.category .content {
    text-align: center;
}

.category .content i {
    font-size: 28px;
    color: #474747;
}

.category .content span {
    display: block;
    margin-top: 5px;
}


/* b-seller */

.b-seller.segments {
    padding-top: 31px;
}

.b-seller .row:last-child {
    margin-bottom: 0;
}

.b-seller .content .image img {
    width: 100%;
}

.b-seller .content .text h5 {
    color: #0bc43e;
}


/* banner */

.banner .content img {
    width: 100%;
    display: block;
}


/* product home */

.product-home {
    position: relative;
    padding-bottom: 0;
}

.product-home.p-bottom {
    border: 0;
}

.product-home.p-bottom.segments {
    padding-bottom: 38px;
    padding-top: 35px;
}

.product-home .content img {
    border-radius: 10px;
    width: 100%;
}

.product-home .l-more {
    position: absolute;
    top: 35px;
    right: 18px;
}

.product-home .l-more a {
    font-size: 14px;
}

.product-home .l-more a i {
    font-size: 14px;
    margin-left: 3px;
}

.product-home .owl-carousel .owl-stage {
    padding-left: 0 !important;
}


/*categories*/

.categories .collapsible {
    box-shadow: none;
    border-radius: 5px;
}

.categories .collapsible-header {
    padding: 16px 10px;
    color: #333;
    border-radius: 5px 5px 0 0;
}

.categories .collapsible-header.bor-rad {
    border-radius: 0 0 5px 5px;
}

.categories .collapsible-header i {
    font-size: 20px;
    margin-right: 8px;
    color: #e82954;
}

.categories .collapsible-body {
    padding: 16px 14px;
}

.categories .collapsible-body ul {
    padding: 0;
    margin: 0;
}

.categories .collapsible-body ul li {
    list-style: none;
    margin-bottom: 16px;
}

.categories .collapsible-body ul li a {
    color: #444;
}

.categories .collapsible-body ul li:last-child {
    margin-bottom: 0;
}


/*cart*/

.cart .cart-product.first {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.cart .cart-product.second {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.cart .cart-product .row {
    margin-bottom: 5px;
}

.cart .cart-product .row:last-child {
    margin-bottom: 0;
}

.cart .cart-product .remove i {
    text-align: right;
    float: right;
    position: relative;
    top: 3px;
}

.cart .cart-product .contents img {
    width: 100%;
    border-radius: 10px;
}

.cart .cart-product .contents .price {
    font-weight: 600;
    font-size: 14px;
    color: #e82954;
}

.cart .cart-product .contents input {
    width: 50px;
    height: 24px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 5px;
}

.cart .cart-product .button {
    margin-top: 8px;
}

.total-pay {
    padding: 7px 15px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.total-pay .contents h5 {
    margin-top: 10px;
}

.total-pay .button {
    margin-top: 10px;
    margin-bottom: 15px;
}

.wishlist .cart-product.first {
    padding-bottom: 20px;
}

.wishlist .cart-product.second {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.wishlist .cart-product .button {
    margin-top: 0;
}


/*checkout*/

.checkout {
    margin-bottom: 20px;
}

.checkout .no-mb {
    margin-bottom: 0;
    margin-top: 20px;
}

.product-choosed {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.product-choosed.first {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.product-choosed .row {
    margin-bottom: 5px;
}

.product-choosed .row:last-child {
    margin-bottom: 0;
}

.product-choosed .remove i {
    text-align: right;
    float: right;
    position: relative;
    top: 3px;
}

.product-choosed .contents img {
    width: 100%;
    border-radius: 10px;
}

.product-choosed .contents input {
    width: 50px;
    height: 24px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 5px;
}

.product-choosed .contents .price {
    font-size: 14px;
    font-weight: 600;
    color: #e82954;
}

.checkout-button {
    margin-top: 15px;
}


/*product*/

.product select {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 5px 8px rgba(180, 173, 173, 0.5);
}

.product .content img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.product .content h5 {
    color: #e82954;
}

.product .pagination {
    margin-top: 30px;
}


/*product list*/

.product-list select {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 5px 8px rgba(180, 173, 173, 0.5);
}

.product-list .content {
    margin-bottom: 20px;
}

.product-list .content.no-bb {
    border-bottom: 0;
}

.product-list .content .product-image {
    float: left;
    margin-right: 20px;
}

.product-list .content .product-image img {
    width: 100px;
    border-radius: 10px;
    display: block;
}

.product-list .content .product-text a p {
    margin-top: 0;
}

.product-list .content .product-text h5 {
    color: #e82954;
}

.product-list .content .product-text .button {
    margin-top: 14px;
}

.product-list .content .clear {
    clear: both;
}


/*team*/

.team-pages .row:last-child {
    margin-bottom: 0;
}

.team-pages .contents {
    background: #f5f5f5;
}

.team-pages .contents .text {
    padding: 13px;
}

.team-pages .contents .text p {
    padding: 0;
    margin: 0;
}

.team-pages .contents img {
    width: 100%;
    display: block;
}

.team-pages .contents h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px
}


/*testimonial*/

.testimonial .contents {
    text-align: center;
}

.testimonial .contents .post {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.testimonial .contents .post p {
    margin: 0;
}

.testimonial .contents img {
    width: 66px !important;
    height: auto;
    border-radius: 50%;
    margin: 18px 0 10px;
    margin: 18px auto;
}

.testimonial.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #e82954;
}


/*product details*/

.product-details .contents img {
    width: 100%;
    border-radius: 10px;
}

.product-details .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -35px;
    margin-bottom: -36px;
}

.product-details .owl-theme .owl-dots {
    display: block;
}

.product-details .owl-theme .owl-dots .owl-dot.active span {
    background-color: #e82954;
}

.product-details .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.product-details .desc-short {
    margin-top: 26px;
}

.product-details .desc-short .button {
    margin-top: 5px;
}

.product-details .share-media {
    margin: 20px 0;
}

.product-details .share-media h5 {
    float: left;
    margin-right: 20px;
    position: relative;
    top: 5px;
}

.product-details .share-media ul {
    padding: 0;
    margin: 0;
}

.product-details .share-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.product-details .share-media ul li:last-child {
    margin-right: 0;
}

.product-details .share-media ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: #ddd;
    border-radius: 50%;
    color: #fff;
}

.product-details .share-media ul li a .fa-facebook {
    background-color: #3b5999;
}

.product-details .share-media ul li a .fa-twitter {
    background-color: #55acee;
}

.product-details .share-media ul li a .fa-google {
    background-color: #dd4b39;
}

.product-details .desc-short h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-details .desc-short h5 {
    color: #e82954;
    margin-bottom: 10px;
}

.product-details .desc-long {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 18px;
}

.product-details .desc-long h5 {
    margin-bottom: 8px;
}

.product-details .review {
    margin-bottom: 20px;
}

.product-details .review {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 18px;
    background-color: #fff;
}

.product-details .review h5 {
    margin-bottom: 20px;
}

.product-details .no-mb {
    margin-bottom: 0;
}

.comment-people .contents {
    margin-bottom: 20px;
}

.comment-people .contents i {
    color: #e82954;
}

.comment-people .reply {
    margin-left: 30px;
}

.comment-people .contents .icon img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.comment-people .contents .text {
    overflow: hidden;
}

.comment-people .contents .text p:last-child {
    margin-top: 10px;
}

.comment-post .comment-title {
    margin-bottom: 20px;
}


/*blog*/

.blog .contents {
    background: #ffffff;
    margin-bottom: 20px;
}

.blog .contents img {
    width: 100%;
    border-radius: 10px;
}

.blog .contents .text {
    padding: 10px 0 0;
}

.blog .contents .text i {
    margin-right: 8px;
    color: #e82954;
}


/*blog single*/

.blog-single .contents img {
    width: 100%;
    border-radius: 10px;
}

.blog-single .contents .text {
    padding: 10px 0 0;
}

.blog-single .contents .text i {
    margin-right: 8px;
    color: #e82954;
}

.blog-single .share-button {
    padding: 12px 0 0;
    margin-bottom: 20px;
}

.blog-single .share-button ul {
    padding: 0;
    margin: 0;
}

.blog-single .share-button ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.blog-single .share-button ul li a i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}

.blog-single .share-button ul li a .fa-facebook {
    background: #3b5999;
}

.blog-single .share-button ul li a .fa-twitter {
    background: #55acee;
}

.blog-single .share-button ul li a .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.blog-single .share-button ul li a .fa-google {
    background: #dd4b39;
}


/*pagination*/

.pagination {
    margin-top: 30px;
}

.pagination li.disabled a {
    color: #fff;
    background: #e82954;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .20);
}

.pagination li a {
    box-shadow: 0 5px 8px rgba(128, 128, 128, 0.5);
    border-radius: 50%;
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}


/*about*/

.about .content img {
    width: 100%;
    border-radius: 10px;
}

.about .content h3 {
    margin: 10px 0 5px;
}

.about .social-link {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .social-link i {
    margin-right: 10px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.about .social-link a .fa-facebook {
    background-color: #3b5999;
}

.about .social-link a .fa-twitter {
    background-color: #55acee;
}

.about .social-link a .fa-google {
    background-color: #dd4b39;
}


/*settings*/

.settings .profile-photo .contents {
    margin-bottom: 14px;
}

.settings .profile-photo span {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.settings .contents .button-upload input {
    display: none;
}

.settings .contents .button-upload span {
    background: #e82954;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
}

.settings .profile-photo img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.settings .profile-banner {
    display: inline-block;
    margin-top: 20px;
}

.settings .profile-banner .contents {
    margin-bottom: 14px;
}

.settings .profile-banner .contents .button-upload span {
    margin-top: 15px;
}

.settings .no-mb {
    margin-bottom: 0;
}
.settings .profile-banner span {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.settings .profile-banner img {
    width: 100%;
}

.settings .button {
    margin-bottom: 15px;
}

.settings form .no-mb {
    margin-top: 20px;
}


/*comment-form*/

.comment-form {
    padding: 0;
}

.comment-form h4 {
    margin-bottom: 20px;
}


/*form*/

form label.active {
    color: #e82954 !important;
}

form input {
    border: 0 !important;
    height: 2.5rem !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    background-color: #f5f5f5 !important;
}

form input[type="file"] {
    border: 0 !important;
    padding: 0 !important;
    display: block;
}

form textarea {
    border: 0 !important;
    padding: 10px;
    box-sizing: border-box !important;
    height: 7rem !important;
    font-size: 1rem;
    border-radius: 5px;
    background-color: #f5f5f5 !important;
}

form input:focus {
    border: 0 !important;
    box-shadow: none !important;
    transition: all .3s ease;
}

form textarea:focus {
    border: 0 !important;
    box-shadow: none !important;
}

form select {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
}

form .button {
    margin-top: 20px;
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
}

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

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
}

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


/*sign in*/

.sign-in .social-login {
    margin-top: 20px;
}

.sign-in .social-login h5 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.sign-in .social-login .row:last-child {
    margin-bottom: 0;
}

.sign-in .signin-contents form .button {
    margin-top: 0;
}

.sign-in .button-facebook {
    background-color: #3b5999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-twitter {
    background-color: #55acee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-linkedin {
    background-color: #0077B5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-google {
    background-color: #dd4b39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}


/*sign up*/

.sign-up .social-login {
    margin-top: 20px;
}

.sign-up .social-login h5 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.sign-up .social-login .row:last-child {
    margin-bottom: 0;
}

.sign-up .signup-contents form .button {
    margin-top: 0;
}

.sign-up .button-facebook {
    background-color: #3b5999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-twitter {
    background-color: #55acee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-linkedin {
    background-color: #0077B5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-google {
    background-color: #dd4b39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}


/*contact*/

.contact .contact-contents form textarea {
    margin-bottom: 0;
}

.contact .contact-contents .button {
    margin-bottom: 15px;
}


/*page not found*/

.page-not-found {
    text-align: center;
    padding: 15px;
    background-color: #fff;
}

.page-not-found h2 {
    font-size: 120px;
}

.page-not-found h4 {
    font-size: 30px;
    margin-bottom: 18px;
}

.page-not-found ul {
    padding: 0;
    margin: 0;
}

.page-not-found ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 10px 0;
    font-size: 16px;
}

.page-not-found ul li a i {
    margin-right: 5px;
    color: #e82954;
}


/* profile */

.profile.segments-page {
    padding-top: 53px;
}

.profile .profile-banner {
    background: linear-gradient( rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg-banner.jpg');
    background-size: cover;
    width: 100%;
    height: 180px;
    text-align: center;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.profile .profile-banner .content {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    color: #fff;
}

.profile .profile-banner img {
    width: 65px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.profile .profile-banner .content h4 {
    color: #fff;
    margin-bottom: 3px;
}

.profile .tabs {
    background-color: #f4f5f6;
}

.profile .contents-tabs {
    margin-top: 20px;
}

.profile .contents-tabs img {
    margin-top: 0;
}

.profile .product .row:last-child {
    margin-bottom: 0;
}

.profile .product .pagination ul {
    margin-bottom: 0;
}


/*tabs*/

.contents-tabs img {
    width: 100%;
    margin-top: 20px;
}

.contents-tabs h4 {
    margin-top: 10px;
}

.tabs .tab a {
    color: #333;
    text-transform: none;
}

.tabs .tab a:hover {
    color: #e82954;
}

.tabs .tab a.active {
    color: #e82954;
}

.tabs .indicator {
    background: #e82954;
}


/*footer*/

footer {
    padding: 33px 0 8px;
    text-align: center;
    background: #e82954;
}

footer h1 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
}

footer img {
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

footer ul li {
    display: inline-block;
    margin: 2px 4px;
}

footer ul li a i {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 50%;
    font-size: 16px !important;
    color: #262626;
}

footer p {
    color: #fff;
}

.category .content i {
    font-size: 2rem;
    color: #fff;
    font-weight:700;
}
.list-teachar{
    width:3.5rem;
    height:3.5rem;
    border-radius: 50%;
    background-image: linear-gradient(180deg,#fd434e,#ff7958);
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.list-live{
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image:linear-gradient(180deg,#26dcbc,#02b8a1);
    display:-ms-flexbox;
    display:flex;
    margin: 0 auto;
    align-items:center;
    justify-content:center;
    margin-bottom:0.5rem;
}
.list-halls{
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image:linear-gradient(180deg,#ffbf27,#ffad01);
    display:-ms-flexbox;
    display:flex;
    margin:0 auto;
    align-items:center;
    justify-content:center;
    margin-bottom:0.5rem;
	}
.list-theme{
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image: linear-gradient(180deg,#41d887,#61e168);
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
	}
.list-group{    
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image: linear-gradient(180deg,#53d1f9,#4abbff);
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
	}
.list-read{
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image: linear-gradient(180deg,#fe9f4b,#fc5c2c);
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
	}
.list-news{    
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image: linear-gradient(180deg,#ff4f91,#ff395c);
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
	}
.list-learnmap{
    width:3.5rem;
    height:3.5rem;
    border-radius:50%;
    background-image: linear-gradient(180deg,#4f98fe,#487ffe);
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
	}
	
.home-mobile-titleStyle-1 {
    position: relative;
    font-size: 1.2rem;
    text-align:center;
    font-weight: 700;
	color:#333
}
.home-mobile-titleStyle-1 img {
    height: 1.4rem;
}
.home-mobile-titleStyle-1 .Separate {
    display: inline-block;
    margin: 0 0.26667rem;
}

.home-mobile-titleStyle-1>div {
    display: inline-block;
    padding: 0 0.6rem;
}

img {
    vertical-align: middle;
}
.text p{font-weight: 700;text-align: center;}
.smallpic{height:90px}
.small p{/*height:38px*/text-align:center;}
.renpic{height:140px}
.info {
    padding: 0.2rem;
}
.info .name {
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: .02rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    height: 1.5em;
    line-height: 1.5em;
    white-space: normal;
    word-break: break-all;
}
.info .source {
    color: #d3002b;font-size:12px
}
.info .introduction {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: .02rem;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    height:32px;
    white-space: normal;
    word-break: break-all;
}
.score span._active {
    color: #fc3;
}
.title {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin: 0.2rem 0 0;
}
 .product-slide .img {
    position: relative;
    min-height: 190px;
    padding: 5px;
    border: 1px solid #f2f2f2;
}
 .product-slide .img .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:22px;
    line-height: 22px;
    background-color: rgba(0,0,0,.5);
}
.img .mask>div {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    color: #fff;
	overflow: hidden;
	font-stretch: normal;
    letter-spacing: .02rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.jianju{width:100%; height:8px;background:#f6f6f6}
.product-slide{margin-bottom:35px}
.sort-filter-box .filter-title .filter-icon.yellow {
background-image: linear-gradient(0deg,#ff7625,#fc913e);
}
.sort-filter-box{padding-top:10px}
.sort-filter-box .filter-title .filter-icon {
    width: 24px;
    height:24px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}
.sort-filter-box .filter-title .filter-name {
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.sort-filter-box .filter-content.nomore {
    height: 145px;
}
.sort-filter-box .filter-content .content-list {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.sort-filter-box .filter-content .filter-item {
    width: 25%;
    padding: 0 5px;
    text-align: center;
    height: 31px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sort-filter-box .filter-content .filter-item .item-text {
    display: inline-block;
    border-radius:20px;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
    color: #333;
    padding: 0 0.26667rem;
}
.home-mobile-bottonLine {
    width: 190px;
    height: 36px;
    line-height: 36px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.home-mobile-bottonLine>div {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing:4px;
    color: #999;
}
 .home-mobile-bottonLine>div:after, .home-mobile-bottonLine>div:before {
    content: "";
    width: 27px;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    top: 17px;
}
.home-mobile-bottonLine>div:before {
    left:-2px;
}

 .tab-nav.am-flexbox {
    overflow-y: unset;
}

 .tab-nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 48px;
    bottom: 0;
    border-top: 1px solid hsla(0,0%,87%,.6);
    transition: bottom .2s;
    background: #fff;
}

.am-flexbox.am-flexbox-align-middle {
    -ms-flex-align: center;
    align-items: center;
}

.am-flexbox {
    text-align: left;
    overflow-y: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.tab-nav .tab-nav-item.selected {
    color: #d3002b;
}
 .tab-nav .tab-nav-item {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 100%;
    color: #949494;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.am-flexbox .am-flexbox-item:first-child {
    margin-left: 0;
}

.am-flexbox .am-flexbox-item {
    -webkit-box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    margin-left: 8px;
    min-width: 10px;
}

.tab-nav .tab-nav-item .nav-content {
    height: 100%;
    width: 100%;
    padding-top: 8px;
    text-align: center;
    position: relative;
}
.tab-nav .tab-nav-item .nav-content .nav-icon {
    margin: 0 auto;
    width:20px;
    height:20px;
}
.tab-nav .tab-nav-item .nav-content .nav-icon img {
    width: 100%;
    height: 100%;
}
.tab-nav .tab-nav-item:nth-child(2) .nav-icon {
    width:36px;
    height:36px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
.tab-nav .tab-nav-item .nav-content .nav-title {
    display: block;
    font-size:10px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing:0.5px;
    position: absolute;
    bottom:1.8px;
    left: 0;
    right: 0;
}
.go-top {
    width:38px;
    height:38px;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    box-shadow: 0 0.04rem 0.10667rem 0 rgb(0 0 0 / 12%);
    border: 1px solid #efefef;
    border-radius: 100%;
    position: fixed;
    right: 10px;
    bottom: 100px;
    opacity: .7;
    z-index: 200;
}
.theme-color {
    color: #d3002b;
}
.qm-huidaodingbu {font-size:20px}
.page-user-home {
    height: 100vh;
}
.page-user-home .user-card {
    height:175px;
    color: #fff;
    position: relative;
    background-image: url(../images/user-df-02.png);
    background-size: cover;
    margin-bottom:65px;
}
.page-user-home .user-card .card_box {
    position: absolute;
    width: 94%;
    height:144px;
    top:62px;
    left: 3%;
    box-shadow: 0 2.4px 10px 2.4px hsl(0deg 0% 87% / 60%);
    padding: 0 4%;
    border-radius:8px;
    background-color: #fff;
    background-image: url(../images/user-df-1.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.page-user-home .user-card .card_box .icon-head {
    position: absolute;
    width:67px;
    height:67px;
    border-radius:8px;
    top:-28px;
    left: 4%;
}
.page-user-home .user-card .card_box .icon-head>img {
    width: 100%;
    height: 100%;
    border-radius:8px;
}
.page-user-home .user-card .card_box .name {
    position: absolute;
    top:11px;
    left: 26%;
    width: 48%;
    color: #080808;
    font-size:14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    height:22px;
    line-height:22px;
    white-space: normal;
    word-break: break-all;
}
.page-user-home .user-card .card_box .tool-bar {
    position: absolute;
    right: 3%;
    min-width: 22%;
    top:8px;
    color: #666;
}
.page-user-home .user-card .card_box .tool-bar .left-tool {
    margin-top:8px;
    margin-right:8px;
    float: left;
}
.page-user-home .user-card .card_box .tool-bar .right-tool {
    float: left;
    position: relative;
}
.page-user-home .user-card .card_box .font_menu_box {
    margin-top:57px;
}
.page-user-home .menu-item-wrapper {
    width: 25%;
}
.page-user-home .menu-item-wrapper .am-badge {
    width: 100%;
}

.am-badge {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.page-user-home .menu-item {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 77px;
    height: 77px;
    color: #666;
}
.page-user-home .menu-item .menu-content {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    font-size:14px;
    color: #000;
}
.page-user-home .menu-item .menu-content .menu-icon {
    font-size:30px;
    margin-bottom:8px;
}
.page-user-home .user-card .card_box .font_menu_box .menu-grid-box .menu-item-wrapper .menu-content .img {
    width:36px;
    height:36px;
}
.page-user-home .user-card .card_box .tool-bar .right-tool .qm-comment1 {
    font-size:18px;
}
.page-user-home .user-card .card_box .tool-bar i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}
.page-user-home .user-card .card_box .tool-bar .right-tool .am-badge-text {
    background: red;
    top: 0;
    right:-8px;
}
.am-badge-text {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -5px;
    height: 17px;
    line-height:17px;
    min-width: 8px;
    border-radius:12px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #ff5b05;
    white-space: nowrap;
    transform: translateX(-45%);
    transform-origin: -10% center;
    z-index: 10;
}
.page-user-home .bottom_menu_box .title {
    color: #999;font-weight:300px
}
.page-user-home .bottom_menu_box {
    width: 94%;
    margin: 0 auto;
}
.page-user-home .bottom_menu_box .menu-item-wrapper {
    margin-bottom: 0.4rem;
}

.page-user-home .menu-item-wrapper {
    width: 25%;
}
.page-user-home .bottom_menu_box .menu-item-wrapper .menu-content .img {
    width:25px;
    height:25px;
}
.page-user-home .btn-logout {
    border-radius: 0;
    border-color: hsla(0,0%,87%,.3);
    color: #d3002b;
    font-size: 14px;
    border-left: none;
    border-right: none;
    width:92%;
    margin:0px auto;
}
.am-button {
    display: block;
    outline: 0 none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-top:50px
}
.list-view-contaier {
    overflow: hidden;
}
.list-view-item-wrapper {
    margin-bottom: 0;
}
.my-course-item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-grow: 1;
    width: 100%;
    padding: 15px 12px;
    border-bottom: 1px solid hsla(0,0%,87%,.6);
    background: #fff;
}
 .my-course-item .course-left {
    width:164px;
    height:86px;
    position: relative;
}
 .my-course-item .course-left .course-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
 .my-course-item .course-left img {
    width: 100%;
    min-height: 100%;
}
.my-course-item .course-left .show-info .progress .am-progress-outer {
    height:3.8px;
    border-radius:5px;
}
.am-progress-outer {
    background-color: #ddd;
    display: block;
}
.my-course-item .course-left .show-info .progress .am-progress-bar {
    background: #108ee9;
    height: 100%!important;
    border: none;
    border-radius:5px;
}
 .my-course-item .course-body {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 8px;
    font-size:10px;
    vertical-align: top;
    flex-grow: 1;
}

.my-course-item .course-body h4 {
    margin-top: 0;
    width: 100%;
    height:22px;
    line-height:22px;
    margin-bottom: 0;
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-course-item .course-body .show-span-state {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.my-course-item .course-body .show-span-state .flex-1 {
    flex: 1;
}
 .my-course-item .course-body .show-span-state .babel>p {
    width: 50%;
    color: #677277;
}
.my-course-item .course-body .show-span-state  .btn-qm-xs {
    height: 23px;
    line-height: 2;
    font-size: 12px;
    padding: 0 5px;
}
.btn-qm-shadow, .btn-qm-shadow:focus {
    background: linear-gradient(90deg,#d3002b,#ed99aa);
}
.btn-qm-shadow {
    color: #fff;
    border: none;
}
.my-course-item .course-body .show-span-state .status .undone {
    color: red;
}
.my-course-item .course-body .show-span-state .status .done {
    color: green;
}
.btn-qm {
    width: 100%;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transition-property: all;
    transition-duration: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-radius {
    border-radius: 3px;
}