﻿
body {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 1.7em;
    padding-top: 61px;
    overflow-x: hidden;
}
/*
.body {
    padding-top: 61px;
    background: white;
    z-index: 1;
    overflow: auto;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow-x: hidden;
}*/

.page-width-2 {
    width: 1340px;
    margin: auto;
    position: relative;
}

.page-width {
    width: 1300px;
    margin: auto;
    position: relative;
}

.wrap-banner-main {
    margin: 0 -20px;
}

.glyphicon * {
    font-family: 'Muli', sans-serif;
    vertical-align: top;
}

input, textarea, select {
    font-family: 'Muli', sans-serif;
}

.paging-top {
    display: none;
}

.paging {
    text-align: center;
    font-size: 13px;
}

.list-item {
    margin: 0 -10px;
    font-size: 0px;
}

.list-item-2 {
    font-size: 0px;
}

.inner-item-2 {
    font-size: 13px;
}

.inner-item {
    margin: 0 10px;
    font-size: 13px;
}

.page-left {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.page-right {
    width: 74.9%;
    display: inline-block;
    vertical-align: top;
}

.banner-left {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.banner-right {
    width: 76.1%;
    display: inline-block;
    vertical-align: top;
}

.item-4 {
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
}

.item-8 {
    width: 12.5%;
    display: inline-block;
    vertical-align: top;
}

.foot-left {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

.foot-right {
    width: 64.8%;
    display: inline-block;
    vertical-align: top;
}

.item-3 {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.item-1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.item-2 {
    width: 49.9%;
    display: inline-block;
    vertical-align: top;
}

#listItem .item-2 {
    width: 49.8%;
}

.item-5 {
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
}

.item-6 {
    width: 16.5%;
    display: inline-block;
    vertical-align: top;
}

.sub-1-row {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.sub-2-row {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-3-row {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-4-row {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.sub-7-row {
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.a-center {
    text-align: center;
}

a {
    color: #2e3039;
}

    a:hover {
        color: #96d570;
    }


#headPage {
    border-bottom: solid 1px #e3e3e3;
    position: fixed;
    margin-bottom: 10px;
    text-align: center;
    top: 0px;
    left: 0px;
    background: white;
    width: 100%;
    z-index: 111;
}

#logo img {
    float: left;
    margin-right: 10px;
}

#logo span {
    display: block;
}

    #logo span.text {
        font-weight: bold;
        letter-spacing: 2.3px;
        font-size: 18px;
    }

#logo {
    text-align: left;
    letter-spacing: 1px;
    width: 232px;
    float: left;
    font-family: 'SVN-Avo';
    padding: 5px 0;
}

.menu-top {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

    .menu-top li {
        display: inline-block;
        position: relative;
    }

        .menu-top li a {
            color: #333;
            vertical-align: top;
            line-height: 20px;
        }

    .menu-top > li > a {
        font-size: 14px;
        line-height: 40px;
    }

    .menu-top li a span {
        margin-left: 10px;
    }

    .menu-top.fr li a {
        margin-left: 10px;
    }



#cart {
    background: url(/content/images/home/cart.png) left center no-repeat;
    padding-left: 40px;
    min-height: 39px;
    margin-top: 25px;
    position: relative;
}

    #cart.over {
        background-image: url(/Content/Images/Home/cart-over.png);
    }

    #cart span {
        display: block;
        text-align: left;
        font-size: 14px;
        color: #333;
        line-height: 39px;
    }

    #cart .count {
        font-size: 14px;
        background: #2b2929;
        color: white;
        text-align: center;
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 100px;
        top: 0px;
        left: 15px;
    }

.form-search {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #dadada;
    padding-right: 40px;
    height: 40px;
    position: relative;
    background: white;
    border-radius: 100px;
    margin-top: 10px;
}

    .form-search input {
        width: 350px;
        height: 40px;
        border: 0px;
        background: none;
        padding: 0 10px;
        text-decoration: none;
        outline-style: none;
    }

    .form-search button {
        background: none;
        height: 40px;
        width: 40px;
        text-align: center;
        right: 0px;
        position: absolute;
        top: 0px;
        border: 0px;
        font-size: 16px;
        color: #666;
        border-left: solid 1px #ddd;
    }

.hotline {
    display: inline-block;
    vertical-align: top;
    background: url(/content/images/home/hotline.png) left center no-repeat;
    padding-left: 46px;
    min-height: 36px;
    text-align: left;
    font-size: 16px;
    margin-left: 40px;
    margin-top: 25px;
}

#wrapMenu {
    position: relative;
    z-index: 9;
}

#mainMenu .menu-home {
    padding-left: 0px !important;
    background: none !important;
}

.main-menu {
    float: left;
}

    .main-menu, .main-menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .main-menu > li > ul {
            width: 100%;
            padding: 20px 0;
        }

        .main-menu > li {
            display: inline-block;
            vertical-align: top;
        }

        .main-menu a:before {
            display: none;
        }

        .main-menu > li > a {
            color: #333;
            text-transform: uppercase;
            font-size: 16px;
            display: block;
            line-height: 40px;
            position: relative;
            padding: 10px 15px;
        }

        .main-menu a {
            position: relative;
            top: 0px;
        }

            .main-menu a.glyphicon:before {
                position: absolute;
                right: 20px;
            }

#menuProduct a.glyphicon:before {
    font-size: 10px;
    color: #999;
}

.main-menu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: white;
    display: none;
}

    .main-menu ul ul {
        top: 0px;
        left: 0px;
        height: 100%;
        position: relative;
        display: block !important;
    }

        .main-menu ul ul ul {
            display: none !important;
        }

    .main-menu ul a {
        display: block;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

    .main-menu ul ul a {
        font-weight: normal;
        font-size: 13px;
    }

    .main-menu ul li:hover > a {
        padding-right: 1px;
        margin-right: -1px;
        z-index: 1;
    }

.main-menu li:hover > ul {
    display: block;
}

.main-menu ul ul a {
    margin: 0px !important;
}

    .main-menu ul ul a.glyphicon:before {
        display: none;
    }

.main-menu > li:hover > a span, .main-menu > li > a.select span {
    border-bottom: solid 2px #96d570;
}

.main-menu > li > ul > li {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    border-right: solid 1px #ddd;
    text-align: left;
}


.line {
    height: 20px;
    margin-top: 20px;
    border-top: solid 1px #dadada;
}

.tab-style .TabContent {
    padding: 0px;
    border: 0px;
}

.tab-style .tabbox-name {
    border: 0px;
    margin-bottom: 20px;
    text-align: center;
}

    .tab-style .tabbox-name li {
        margin: 0 10px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

        .tab-style .tabbox-name li::after {
            border-left: 2px solid #282828;
            bottom: 10px;
            content: "";
            position: absolute;
            right: -10px;
            top: 10px;
            -moz-transform: scale(1) rotate(30deg);
            -webkit-transform: scale(1) rotate(30deg);
            -o-transform: scale(1) rotate(30deg);
            -ms-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
        }

        .tab-style .tabbox-name li:last-child::after {
            display: none;
        }

        .tab-style .tabbox-name li .TabName {
            border: 0px !important;
            font-weight: normal;
            text-transform: capitalize;
        }

    .tab-style .tabbox-name .TabName.tab-active {
        color: #009FC6 !important;
        background: none;
    }

.tab-style.TabBox .tabbox-name .TabName {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.product-item {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}

    .product-item:hover, .product-item-hover {
        border: solid 1px #dadada;
    }

.product-item-hover {
    margin-bottom: 0px;
    margin-top: -1px;
    margin-left: -1px;
}

.product-item .name {
    display: block;
    overflow: hidden;
    margin: 10px 0;
    line-height: 16px;
    font-weight: bold;
    text-transform: capitalize;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;*/
}

.product-item .price {
    color: #96d570;
    font-size: 18px;
}

    .product-item .price .price-old {
        text-decoration: line-through;
        color: #999;
        margin-right: 10px;
        font-size: 13px;
        vertical-align: top;
    }

.product-item .rating {
    padding-top: 10px;
}

    .product-item .rating a {
        display: none;
    }

    .product-item .rating .count-view {
        margin-left: 10px;
        display: none;
    }

.product-item .add-cart {
    margin-top: 10px;
    display: none;
}

.link-number-rating {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
    color: #96d570 !important;
}

.title-page .rating {
    height: 20px;
}

.rating img {
    display: inline-block;
    vertical-align: top;
}

.banner img, .banner a {
    display: block;
}

.no-page .paging {
    display: none;
}


.title-box {
    border-bottom: solid 1px #dadada;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 38px;
    background: url(/content/images/home/bg-title1.png) left top no-repeat;
    line-height: 28px;
    background-size: 30px;
}

    .title-box span {
        font-size: 18px;
        font-weight: bold;
        margin-right: 20px;
        text-transform: capitalize;
    }

    .title-box > a {
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
        padding: 0 20px;
        background: #ddd;
        border-radius: 100px;
        font-size: 14px;
        border: 0px !important;
    }

        .title-box > a:hover {
            border-bottom: solid 2px #96d570;
        }

.box-cate {
    margin-bottom: 20px;
}

#footPage {
    margin-top: 20px;
    line-height: 1.8em;
    background: rgba(31, 31, 31, 0.8);
    color: #999;
    padding-top: 15px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    z-index: 10;
}


    #footPage:hover {
        height: 250px;
        background: black;
    }

    #footPage a {
        color: #999;
    }

.title-foot {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: white;
}

.menu-foot {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.form-newsletter {
    border: solid 1px #4e4e4e;
    position: relative;
    padding-right: 50px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

    .form-newsletter .Button {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #96d570;
        color: White;
        border: 0px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        text-transform: capitalize;
        width: 50px;
        padding: 0px;
        border: none !important;
    }

    .form-newsletter input {
        height: 28px;
        line-height: 28px;
        width: 300px;
        padding: 0 10px;
        border: 0px;
        display: block;
    }

.breadcrumb {
    margin: 10px 0;
    padding: 0;
    border-radius: 0;
    color: #ddd;
    list-style: none;
    margin-bottom: 30px;
    overflow: hidden;
}

    .breadcrumb a {
        color: #666;
        display: block;
        line-height: 22px;
    }

    .breadcrumb > li {
        position: relative;
        white-space: nowrap;
        display: inline-block;
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }


.g-signin2 *, .facebook-signin * {
    opacity: 0.1;
}

.g-signin2 {
    width: 150px;
    height: 30px;
    background: url("/Content/images/home/google-plus.png");
    display: inline-block;
    overflow: hidden;
    float: right;
    cursor: pointer;
}

.facebook-signin {
    width: 144px;
    height: 30px;
    background: url("/Content/images/home/facebook.png");
    display: inline-block;
    overflow: hidden;
    float: right;
    margin-left: 10px;
}

.form-login .TextBox {
    width: 300px;
}

.form-login {
    width: 330px;
}

    .form-login th {
        padding: 0px;
    }

    .form-login a {
        color: black;
    }

.form .Button {
    margin: 0px;
}

.title-form {
    font-size: 18px !important;
    text-transform: capitalize;
    text-align: center !important;
    font-weight: 600 !important;
    color: #009fc6;
}

.form th {
    text-align: left;
}


.Button {
    background: #666;
    color: white;
    border: 0px;
    vertical-align: top;
    border-radius: 100px;
    line-height: 34px;
    height: 34px;
}



    .Button:hover {
        background-color: #ddd !important;
        color: black;
    }

.form th, .form td {
    padding-bottom: 10px;
    text-align: left;
}

.form th {
    padding-right: 10px;
}

.form .TextBox, .form .TextArea, .form .SelectBox {
    width: 100%;
}

.dialog-box {
    min-width: 350px;
    border-radius: 10px;
    overflow: hidden;
}

.title-page {
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: solid 1px #dadada;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 10px;
}

.info-signup {
    font-size: 16px;
}

.title-left {
    line-height: 40px;
    background: #a0a0a0;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 100px;
}

    .title-left a {
        color: white;
    }

.title-left-large {
    line-height: 40px;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 10px;
}

.box-left {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

    .box-left .Tree .tree-item .checkmark {
        border-radius: 100%;
    }

.box-product {
    padding: 10px;
    border: solid 1px #dadada;
}

    .box-product .product-item {
        border: 0px !important;
        border-bottom: solid 1px #dadada !important;
        padding: 10px 0px !important;
    }

.link-left {
    font-size: 14px;
    padding: 5px;
    display: block;
}

.menu-product, .menu-product ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .menu-product ul li {
        padding-left: 20px;
    }

    .menu-product a {
        display: block;
        position: relative;
        padding: 10px 0;
    }

        .menu-product a.select {
            color: #96d570;
        }

    .menu-product .glyphicon-menu-right:before {
        content: "\e250";
        position: absolute;
        right: 10px;
        top: 10px;
        background: url(/content/images/home/menu-icon.png) center center no-repeat;
        width: 10px;
        height: 12px;
        font-size: 0px;
    }

    .menu-product ul .glyphicon-menu-right:before {
        display: none !important;
    }

    .menu-product li:hover > .glyphicon-menu-right:before {
        content: "\e252";
    }

    .menu-product ul .glyphicon-menu-right:before {
        content: "\e258";
    }

    .menu-product ul li:hover > .glyphicon-menu-right:before {
        content: "\e259";
    }


    .menu-product ul {
        display: none;
    }

    .menu-product li:hover > ul, .menu-product li.select > ul {
        display: block;
    }

    .menu-product ul ul {
        display: block;
    }

    .menu-product > li > a {
        font-size: 15px;
    }

    .menu-product ul li a {
        padding: 0px;
        line-height: 25px;
    }

.link-filter {
    color: black;
    margin-right: 10px;
    padding: 4px 10px;
    float: left;
    border: solid 1px #ddd;
}

    .link-filter:hover {
        background: #333;
    }

.filter-price {
    display: inline-block;
    vertical-align: top;
    border-radius: 100px;
    border: solid 1px #ddd;
    padding: 0 10px;
}

    .filter-price .SelectBox {
        width: 150px;
        margin-left: 10px;
        border: 0px;
        border-left: solid 1px #ddd;
    }

.animation {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.animation2 {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#mainImageDetail {
    display: block;
    margin: auto;
    border: solid 1px #dadada;
}

#slideImage .item img {
    margin: auto;
    padding: 0 5px;
}

.prev_slideImage {
    position: absolute;
    left: 0px;
    top: 15px;
}

.next_slideImage {
    position: absolute;
    right: 0px;
    top: 15px;
}

.row-item {
    padding-bottom: 10px;
    font-size: 15px;
}

    .row-item span {
        display: inline-block;
        vertical-align: top;
    }

    .row-item .n {
        margin-right: 10px;
        font-weight: bold;
        line-height: 32px;
    }

    .row-item .v {
        font-size: 16px;
    }

        .row-item .v a {
            color: #96d570;
        }

            .row-item .v a img {
                display: inline-block;
                vertical-align: top;
                margin-right: 5px;
                max-width: 30px;
                max-height: 30px;
            }


.row-size .SelectBox {
    border-radius: 5px;
}

.product-price {
    font-size: 15px;
}

    .product-price .name {
        font-weight: bold;
    }

    .product-price .value {
        font-size: 22px;
        color: #96d570;
        display: block;
        font-weight: bold;
    }

    .product-price .price-old {
        color: #999;
        text-decoration: line-through;
        font-size: 16px;
        display: block;
    }

.spinner-box {
    width: auto !important;
}

.row-item-book .Button {
    height: 40px;
    line-height: 40px;
    border-radius: 200px;
    vertical-align: top;
    margin-right: 10px;
    padding: 0 15px;
    background: #96d570;
    position: relative;
}

    .row-item-book .Button.has-add {
        background: #96d570;
    }

    .row-item-book .Button:after {
        position: absolute;
        top: 1px;
        right: 1px;
        left: 1px;
        bottom: 1px;
        border: solid 1px white;
        content: '';
        border-radius: 100px;
    }

.row-item-book .name {
    font-weight: bold;
}

.row-item .spinner-box {
    padding: 0 25px;
}

.spinner-box .spinner-sub {
    width: 26px;
    font-weight: bold;
    font-size: 20px;
}

.spinner-box .spinner-add {
    width: 26px;
    font-weight: bold;
    font-size: 20px;
}

.social {
    margin-top: 20px;
}

    .social a {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }

    .social .addthis_button_email {
        border-radius: 3px;
        line-height: 20px;
        height: 20px;
        color: white;
        background: #848484;
        padding: 0 5px;
        font-size: 12px;
    }

        .social .addthis_button_email > span {
            float: left;
            margin: 2px 2px 0 0;
        }


.tab-style2 .TabContent {
    padding: 0px;
    border: 0px;
}

.tab-style2 .tabbox-name {
    border: 0px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    height: 34px;
}

    .tab-style2 .tabbox-name li {
        float: none;
        display: inline-block;
        vertical-align: top;
        top: -1px;
    }

        .tab-style2 .tabbox-name li .TabName {
            border: 0px !important;
            text-transform: capitalize;
            background: none;
        }

    .tab-style2 .tabbox-name .TabName.tab-active {
        border-bottom: solid 2px #96d570 !important;
        background: none;
        color: #96d570;
    }



.tab-style3 .TabContent {
    padding: 0px;
    border: 0px;
}

.tab-style3 .tabbox-name {
    border: 0px;
    margin-bottom: 20px;
    height: 44px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

    .tab-style3 .tabbox-name li {
        float: none;
        display: inline-block;
        vertical-align: top;
        top: -1px;
    }

        .tab-style3 .tabbox-name li .TabName {
            border: 0px !important;
            text-transform: capitalize;
            background: none;
            line-height: 45px;
            height: 45px;
            font-weight: normal;
            font-size: 14px;
        }

    .tab-style3 .tabbox-name .TabName.tab-active {
        border-bottom: solid 2px #333 !important;
        background: none;
        color: black;
    }

.list-cart .datalist-content {
    display: table;
    width: 100%;
}

.cart-header {
    height: 35px;
}

    .cart-header > div {
        float: left;
        border: 1px solid #cacaca;
        border-collapse: collapse;
        padding: 0 10px;
        font-weight: bold;
        height: 35px;
        line-height: 35px;
        border-left: 0px;
        background: #f3f3f3;
    }

        .cart-header > div:first-child {
            border-left: 1px solid #cacaca;
        }

.title-cart {
    width: 39%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .title-cart img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        border: 1px solid #cacaca;
        display: inline-block;
        vertical-align: middle;
    }

.price-cart, .total-price-cart {
    width: 18%;
    text-align: CENTER;
}

.quantity-cart, .total-cart {
    width: 15%;
    text-align: CENTER;
}

.delete-cart {
    width: 10%;
    text-align: center;
}

.item-cart > div {
    border: 1px solid #cacaca;
    border-collapse: collapse;
    padding: 10px;
    height: 100px;
    border-top: none;
    border-left: 0px;
    display: table-cell;
    vertical-align: middle;
}

.item-cart {
    width: 100%;
    display: table-row;
}

    .item-cart > div:first-child {
        border-left: 1px solid #cacaca;
    }

.cart-total {
    text-align: right;
    border: 1px solid #cacaca;
    padding: 10px;
    text-transform: capitalize;
    line-height: 30px;
    border-top: none;
}

    .cart-total .SelectBox {
        margin-left: 10px;
    }

.item-cart .quantity {
    width: 50px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    padding: 5px;
}

.title-info-cart {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    color: #3879d9;
}

.cart-total span {
    display: inline-block;
    width: 120px;
    font-weight: bold;
}

.none-x {
    display: none;
}

.title-large {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: capitalize;
}

.form-cart {
    width: 100%;
}

    .form-cart th, .form-cart td {
        padding: 0 10px 10px 0;
    }

    .form-cart th {
        width: 150px;
        padding-left: 10px;
    }

.title-line {
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.rowDiscount .TextBox {
    border-radius: 5px;
    width: 120px;
}

.rowDiscount .Button span {
    width: auto;
}

.rowDiscount .Button {
    height: 32px;
    line-height: 32px;
}

.news-item .name {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.news-item .img, .news-item .img img {
    display: block;
    margin: auto;
}

.right-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
}

    .right-menu li {
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
    }

        .right-menu li a {
            font-weight: bold;
            color: #999;
        }

.muahang {
    padding-left: 22px;
    background: url(/content/images/home/time.png) left center no-repeat;
}

.thanhtoan {
    padding-left: 27px;
    background: url(/content/images/home/ship.png) left center no-repeat;
}

.doitra {
    padding-left: 27px;
    background: url(/content/images/home/doi-tra.png) left center no-repeat;
}

.album {
    padding-left: 22px;
    background: url(/content/images/home/star.png) left center no-repeat;
}

.mm-list .glyphicon:before {
    display: none;
}

.form-menu {
    display: none;
}

.paging .selected {
    color: white;
    background: #009fc6;
}

.form-comment {
    width: 100%;
}

    .form-comment .TextArea {
        width: 100%;
    }

    .form-comment th {
        width: 100px;
    }




#bannerLeft .banner {
    margin-bottom: 10px;
}

.display-item {
    border: solid 1px #ddd;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}

    .display-item.select {
        color: red;
    }

.product-item .desc {
    display: none;
}


.product-style-2 .item-3 {
    width: 100% !important;
}

.product-style-2 .product-item {
    border: solid 1px #dadada;
    text-align: left;
}

    .product-style-2 .product-item .img {
        float: left;
        width: 150px;
        margin-right: 10px;
    }

    .product-style-2 .product-item .name {
        height: auto;
    }

    .product-style-2 .product-item .desc {
        display: block;
    }

.mapWrap {
    position: relative;
}

    .mapWrap img {
        display: block;
    }

    .mapWrap .tick {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        background: url(/Content/Images/Home/tick.png);
        width: 36px;
        height: 50px;
        cursor: pointer;
    }

        .mapWrap .tick.select {
            z-index: 2;
        }

        .mapWrap .tick:hover .detail-tick {
            display: block;
        }

        .mapWrap .tick .detail-tick {
            position: absolute;
            background: white;
            left: 36px;
            bottom: 0px;
            background: white;
            padding: 10px;
            display: none;
        }

            .mapWrap .tick .detail-tick .price {
                color: #D74142;
                font-size: 13px;
            }

                .mapWrap .tick .detail-tick .price .price-old {
                    text-decoration: line-through;
                    color: #666;
                    margin-right: 10px;
                }

        .mapWrap .tick .pos-right {
            left: auto;
            right: 36px;
        }

.more-item {
    width: 350px;
}

    .more-item .img {
        float: left;
        margin-right: 10px;
    }

    .more-item .name {
        font-weight: bold;
        display: block;
        color: #333333;
    }

.pswp img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.fb_iframe_widget span {
    vertical-align: top !important;
}

.tree-style .tree-icon {
    display: none;
}

.tree-style .tree-item {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.tree-style .tree-check {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.Button.like {
    background: red;
}

.form-popup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: white;
    width: 250px;
    display: none;
}

    .form-popup .title-large {
        background: #282425;
        color: white;
        text-align: center;
        padding: 8px;
        font-size: 18px;
        cursor: pointer;
        margin: 0px;
    }

    .form-popup .form {
        width: 100%;
    }

        .form-popup .form th {
            padding-bottom: 0px;
        }

        .form-popup .form th, .form-popup .form td {
            display: block;
            padding-left: 0px;
        }

    .form-popup .TextArea, .form-popup .TextBox, .form-popup .Button {
        width: 100%;
    }

    .form-popup .Validate {
        padding: 10px 10px 0 10px;
        display: none;
    }

    .form-popup.open .Validate {
        display: block;
    }

    .form-popup .title-large i {
        float: right;
    }

    .form-popup.open .title-large i:before {
        content: "\e114";
    }

.total-applied {
    border-top: solid 1px #ddd;
    position: relative;
    padding-top: 10px;
    font-size: 16px;
}

    .total-applied::after {
        content: '';
        position: absolute;
        top: 2px;
        width: 100%;
        height: 1px;
        border-top: solid 1px #ddd;
        left: 0px;
    }

    .total-applied span {
        display: inline-block;
        vertical-align: top;
    }

    .total-applied .value {
        font-weight: bold;
        color: #0fa5e7;
        font-size: 18px;
    }

.post-by {
    color: #999;
    position: relative;
}

.cate-item {
    position: relative;
    margin-bottom: 20px;
}

    .cate-item .img, .cate-item img {
        display: block;
    }

    .cate-item .name {
        color: black;
        position: absolute;
        bottom: 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
        left: 0px;
    }

        .cate-item .name span {
            padding: 10px;
            background: rgba(255, 255, 255, 0.8);
            display: inline-block;
        }

.next-slide-cate {
    position: absolute;
    right: -10px;
    width: 30px;
    background: url(/Content/Images/Home/btn-next-lg.png) center center;
    height: 60px;
    top: 30%;
}

.prev-slide-cate {
    position: absolute;
    left: -10px;
    width: 30px;
    background: url(/Content/Images/Home/btn-prev-lg.png) center center;
    height: 60px;
    top: 30%;
}

.sub-menu {
    position: relative;
}

    .sub-menu ul {
        width: 220px !important;
    }

.banner-menu {
    width: 550px !important;
    float: right;
}

    .banner-menu .item {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
    }

.form-search .SelectBox {
    height: 38px;
    border: 0px;
    border-radius: 4px 0 0 4px;
    width: 100px;
    vertical-align: top;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-right: solid 1px #ddd;
}

.search-cate {
    min-width: 80px;
}

.pro-temp {
    color: red;
    display: inline-block;
    margin-left: 10px;
}

img {
    height: auto !important;
}

.banner-brand {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.error-style {
    border: solid 1px red;
}

span.error {
    display: none;
}

.error-list {
    background: #fff3d5;
    padding: 10px 30px;
}

.form-cart table th {
    padding-left: 0px;
}

.cart-total a {
    color: #96d570;
    font-weight: bold;
}

.payment-item {
    border: solid 1px #ddd;
    margin-top: -1px;
    min-height: 103px;
    padding: 10px;
    padding-left: 220px;
    position: relative;
}

    .payment-item .img {
        position: absolute;
        top: 1px;
        left: 1px;
        border-right: solid 1px #ddd;
    }

    .payment-item .name {
        display: none;
    }

    .payment-item .desc p {
        margin: 0px;
    }

    .payment-item .desc {
        font-weight: bold;
    }

.collection-item-name {
    border: solid 1px #ddd;
    padding: 10px;
    margin-top: -1px;
    font-weight: bold;
    line-height: 30px;
}

    .collection-item-name .save {
        border-radius: 5px;
        background: red;
        color: white;
        float: right;
        padding: 0 10px;
    }

    .collection-item-name .delete {
        border-radius: 5px;
        background: #ddd;
        color: black;
        float: right;
        padding: 0 10px;
        margin-left: 10px;
    }

    .collection-item-name .TextBox {
        height: 36px;
    }

.collection-item .img {
    display: block;
    margin-bottom: 10px;
}

.collection-item {
    position: relative;
}

    .collection-item .name {
        display: block;
        text-align: center;
        font-weight: bold;
        text-transform: capitalize;
    }

.product-item .remove-product-collection {
    position: absolute;
    top: 0px;
    right: 0px;
    color: gray;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.55);
    display: none;
}

.allow-edit .product-item .remove-product-collection {
    display: block;
}

.collection-item .delete {
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.55);
    color: gray;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .collection-item .delete:hover {
        color: black;
    }

.collection-item .save {
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.55);
    color: gray;
    position: absolute;
    top: 0px;
    right: 40px;
}

    .collection-item .save:hover {
        color: black;
    }

.collection-item .img-4 img {
    width: 50%;
    float: left;
}

.collection-title-page .TextBox {
    display: none;
}

.allow-edit .collection-title-page .TextBox {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    font-size: 18px;
}

.allow-edit .collection-title-page .title-page {
    display: none;
    width: 100%;
}

.list-item2 .product-item {
    border: solid 1px #ddd;
    margin-bottom: 0px;
    padding: 0px;
    margin-left: -1px;
}

.product-item .d {
    text-align: left;
    padding: 10px;
}

.row-item-product {
    padding: 10px;
    text-align: left;
    border-top: solid 1px #ddd;
}

.list-item2 .product-item .img {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    display: block;
}

.list-item2 .product-item .name {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    margin: 0px;
}

.list-item2 .product-item .price {
    padding: 10px;
    border-bottom: solid 1px #ddd;
}

.list-item2 .product-item .rating {
    padding: 10px;
}

.title-applied {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: bold;
}

.remove-compare {
    position: absolute;
    width: 30px;
    line-height: 30px;
    top: 10px;
    right: 10px;
    border: solid 1px #ddd;
    border-radius: 100px;
    color: gray;
}

.autocomplete-box {
    min-width: 250px;
    overflow: hidden;
}

.openCompare {
    float: right;
    display: none;
}

    .openCompare .Button {
        height: 32px;
        line-height: 32px;
    }

        .openCompare .Button span {
            font-weight: normal;
            margin: 0px;
            font-size: 16px;
        }

.product-item .remove-compare {
    display: none;
}

.menu-top ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 100%;
    right: -10px;
    width: 180px;
    background: #f5f5f5;
    z-index: 1;
    display: none;
}

.menu-top li:hover > ul {
    display: block;
}

.menu-top ul li {
    margin: 0px;
    padding: 5px 10px;
    display: block;
    text-align: left;
}

    .menu-top ul li a {
        display: block;
        margin-left: 0px !important;
        padding: 0px;
    }

        .menu-top ul li a span {
            margin-left: 0px !important;
        }

.item-notification a, .item-notification span {
    margin: 0px !important;
}

.table-relative {
    width: 100%;
    min-width: 540px;
}

    .table-relative .link-number-rating {
        display: none;
    }

    .table-relative th {
        background: #f5f5f5;
        text-align: left;
        padding: 10px;
        border: solid 1px #ddd;
    }

    .table-relative td {
        border: solid 1px #ddd;
        padding: 10px;
    }

    .table-relative .img {
        display: block;
        text-align: center;
    }

        .table-relative .img img {
            margin: auto;
        }

#boxCompareScoll {
    overflow: auto;
}

.table-relative .price {
    color: #96d570;
    font-size: 18px;
}

    .table-relative .price .price-old {
        text-decoration: line-through;
        color: #999;
        margin-right: 10px;
        font-size: 13px;
        vertical-align: text-bottom;
    }

.table-relative .name {
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.accept-check {
    color: green;
}

    .accept-check.False {
        display: none;
    }

.form-article th, .form-article td {
    padding-bottom: 10px;
}

.form-article th {
    padding-right: 10px;
    width: 110px;
}

.form-article .TextBox {
    width: 100%;
    border-radius: 10px;
}

.form-article {
    min-width: 800px;
}


.product-category-favorite a {
    display: inline-block;
    margin-left: 10px;
    width: 35px;
    padding: 5px 0 !important;
}

.product-category-favorite img {
    border-radius: 100px;
}


#productCategoryFavorite a {
    width: 140px;
    margin: 0 10px 10px 10px;
    vertical-align: top;
}

    #productCategoryFavorite a img {
        display: block;
        margin: auto;
        padding: 10px;
    }

    #productCategoryFavorite a:hover img {
        padding: 0px !important;
    }

#productCategoryFavorite span {
    display: block;
    text-align: center;
}

.p-like {
    position: absolute;
    top: 10px;
    left: 10px;
    color: gray !important;
    height: 22px;
    line-height: 22px;
    background-size: 100% 100%;
    padding-left: 27px;
    background: url(/Content/Images/Home/like.png) left center no-repeat;
}

    .p-like.like {
        background-image: url(/Content/Images/Home/like-over.png);
    }


.guest-item {
    box-shadow: 1px 1px 3px #dcdcdc;
    margin-bottom: 20px;
    position: relative;
}

    .guest-item .desc {
        padding: 0 10px 10px 10px;
    }

    .guest-item .name {
        padding: 5px 10px;
        text-transform: capitalize;
        height: 60px;
    }

        .guest-item .name .cus-img {
            float: left;
            margin-right: 10px;
            border-radius: 100px;
        }

    .guest-item .desc-line {
        padding: 5px 10px;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .guest-item .desc-line i {
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            line-height: 22px;
            color: #666;
        }

        .guest-item .desc-line span {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            color: #666;
        }

            .guest-item .desc-line span i {
                font-style: normal;
            }

        .guest-item .desc-line .cus-name {
            float: right;
            color: #9c9c9c !important;
        }

            .guest-item .desc-line .cus-name a {
                color: #9c9c9c !important;
            }

    .guest-item .link-cate {
        padding: 10px;
        display: block;
        font-weight: bold;
    }

.guest-item-idea .desc-line .view span {
    margin: 0px;
}

.like-post.True {
    color: red;
}

.like-post {
    border: solid 1px #999;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 18px;
}

    .like-post i {
        display: inline-block;
        margin-right: 5px;
    }

.view-post {
    border: solid 1px #999;
    padding: 0 5px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 18px;
}

    .view-post i {
        display: inline-block;
        margin-right: 5px;
    }

.default-avt {
    width: 40px;
    float: left;
    height: 40px;
    border-radius: 100px;
}


.btn-upload-avartar {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
}

    .btn-upload-avartar .Button {
        display: block;
        line-height: 30px;
        font-size: 0px;
        height: 30px;
        width: 40px;
        background: url(/Content/Images/Home/upload-photo.png) center center no-repeat rgba(51, 51, 51, 0.7) !important;
        border-radius: 6px !important;
        border: 0px !important;
    }

    .btn-upload-avartar .list-file {
        display: none;
    }

#loadingPage {
    background: url(/Content/Images/Home/loading2.gif) rgba(0, 0, 0, 0.3) center center no-repeat !important;
    background-size: 200px auto !important;
    color: white;
}

.gal-item {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 0px;
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
}

    .gal-item.True {
        display: none !important;
    }

    .gal-item img {
        display: block;
        height: 100px !important;
        width: 150px;
    }

    .gal-item input {
        width: 100%;
        border: 0px;
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.45);
        color: white;
        padding: 5px;
    }

    .gal-item ::-webkit-input-placeholder { /* Edge */
        color: white;
    }

    .gal-item :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
    }

    .gal-item ::placeholder {
        color: white;
    }

    .gal-item .close {
        position: absolute;
        top: 3px;
        right: 5px;
        color: white;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 100%;
        width: 15px;
        text-align: center;
        line-height: 15px;
        font-size: 10px;
    }

.guest-item .like {
    cursor: pointer;
}

    .guest-item .like.False:hover, .guest-item .like.True {
        color: #009aff;
    }

        .guest-item .like.False:hover *, .guest-item .like.True * {
            color: red;
        }

        .guest-item .like.True:hover, .guest-item .like.True:hover * {
            color: red;
        }

    .guest-item .like span {
        color: inherit;
    }

.guest-item .time {
    padding: 0 10px;
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 5px;
    right: 0px;
}

.guest-item-idea .time {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    font-weight: normal;
}

.dialog-content {
    padding: 10px;
}

.count-photo {
    padding-right: 10px;
    position: relative;
    margin-right: 5px !important;
}

.title .count-photo:after {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: #ddd;
    right: 0px;
    content: '';
}

.guest-item .desc-line .like {
    float: right;
}

.guest-item .desc-line .comments {
    float: right;
}

.avt-left {
    width: 100%;
    display: block;
    max-height: 300px;
}

.tag-item {
    border: solid 1px #ddd;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}



.c-item {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

    .c-item img {
        width: 100%;
        max-height: 150px;
    }

    .c-item .control {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .c-item .name {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: white;
    }

        .c-item .name span {
            display: block;
        }

            .c-item .name span:first-child {
                font-weight: bold;
            }

    .c-item .control .Button {
        background: white;
        border: 0px;
        color: black;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        text-align: center;
    }

.title-c {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: right;
    color: #999;
    text-transform: capitalize;
    font-weight: bold;
}

.btn-add {
    background: #e1e1e1;
    display: block;
    width: 100%;
    text-align: center;
    height: 150px;
    font-size: 62px;
}

    .btn-add:before {
        background: white;
        color: #e1e1e1;
        display: inline-block;
        line-height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 1000px;
        padding: 0 0 2px 4px;
        font-size: 30px;
    }

    .btn-add:after {
        border: 0px;
    }

#idea .item-2, #magazine .item-2 {
    float: left;
}

.view-more-link {
    text-align: right;
}

.c-portfolio {
    margin-bottom: 20px;
    position: relative;
}

    .c-portfolio .control .Button {
        background: white;
        border: 0px;
        color: black;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        text-align: center;
    }

    .c-portfolio .control {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .c-portfolio .name {
        position: absolute;
        top: 45%;
        left: 0px;
        width: 100%;
        padding: 0 10px;
        color: white;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 0 5px black;
    }





#portfolio .item-3 {
    float: left;
}

.btn-add-portfolio {
    height: 272px;
}

.level-box img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.level-box {
    font-weight: bold;
    line-height: 30px;
}

.product-category-favorite {
    display: none;
}

.guest-item.fix-height .desc {
    height: 155px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}



.guest-item-idea {
    margin-bottom: 30px;
    box-shadow: none;
}

    .guest-item-idea .wrap-img {
        border-radius: 10px;
        overflow: hidden;
        display: block;
    }

    .guest-item-idea div.name {
        text-transform: none;
        line-height: 20px;
        height: 60px;
        padding: 10px !important;
    }

        .guest-item-idea div.name .img-cus {
            width: 30px !important;
            height: 30px !important;
            float: left !important;
            margin-right: 10px !important;
        }

.guest-item div.name .name-cus img {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

.img-cus img {
    border-radius: 100px;
}

.popup-idea {
    display: table;
    width: 100%;
    height: 100%;
}

    .popup-idea .dialog-box {
        display: table-cell;
        background: none !important;
        margin: 0px !important;
        padding: 0px;
        text-align: center;
        vertical-align: middle;
    }

    .popup-idea .dialog-content {
        display: inline-block;
        padding: 0px;
        width: 100%;
        height: 100%;
        min-height: 400px;
        position: relative;
    }

#boxDetailIdea {
    position: absolute;
    top: 0px;
    right: 0px;
    background: white;
    width: 30%;
    text-align: left;
    height: 100%;
    overflow: hidden;
}

#boxDetailIdeaScroll {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    bottom: 60px;
}

#boxDetailIdea > .comment-input {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.comment-input {
    padding-left: 39px;
    position: relative;
}

    .comment-input .btn-comment-send {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: 0px;
        line-height: 32px;
        height: 34px;
        border-radius: 0 16px 16px 0;
        background: #9a9a9a;
        border: solid 1px #9a9a9a;
    }

    .comment-input .avt {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        z-index: 1;
        border: solid 1px #ddd;
    }

#boxDetailIdea > .comment-input .avt {
    width: 44px;
    top: -10px;
    height: 44px;
}

#boxDetailIdea > .comment-input {
    padding-left: 50px;
    margin: 10px 0;
}

#listImageIdea {
    width: 70%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #444;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

    #listImageIdea.full {
        width: 100%;
        z-index: 12;
        overflow: hidden;
    }

#wrapListImgIdea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 70px;
    padding: 10px;
    visibility: hidden;
    z-index: 2;
}

    #wrapListImgIdea .item {
        margin: 0 5px;
        cursor: pointer;
    }

        #wrapListImgIdea .item.select {
            border: solid 1px red;
        }

#listImageIdea:hover #wrapListImgIdea {
    visibility: visible;
}

.prev_listImgIdea {
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
    background: rgba(255, 255, 255, 0.4);
    z-index: 11111;
    font-size: 20px;
    width: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: none;
}

.next_listImgIdea {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    background: rgba(255, 255, 255, 0.4);
    z-index: 11111;
    font-size: 20px;
    width: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: none;
}

#wrapListImgIdea:hover .next_listImgIdea, #wrapListImgIdea:hover .prev_listImgIdea {
    display: block;
}

.noscroll {
    overflow: hidden;
}

.popup-idea .dialog-header {
    position: absolute;
    background: none;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.popup-idea .dialog-close {
    color: white;
}


#titleIdea {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    height: 33px;
}

#postByIdea {
    padding: 10px;
    background: #f9f9f9;
    height: 60px;
}

    #postByIdea .time {
        font-size: 12px;
        display: block;
    }

    #postByIdea .name {
        font-size: 15px;
    }

    #postByIdea .name-cus {
        font-weight: bold;
    }

    #postByIdea img {
        width: 40px;
        display: block;
        height: 40px;
    }

    #postByIdea .img-cus {
        float: left;
        margin-right: 10px;
    }

#descriptionIdea {
    padding: 10px;
    overflow: auto;
    height: 210px;
    position: relative;
}

    #descriptionIdea.minimy .content {
        height: 190px;
        overflow: hidden;
    }

    #descriptionIdea .content {
        display: block;
    }

#toolBarIdea {
    padding: 5px 0px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    position: relative;
    font-style: italic;
}

#boxDetailIdea #toolBarIdea {
    padding: 5px 10px;
}

#toolBarIdea span {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 10px;
}

#toolBarIdea .like {
    font-size: 18px;
}

    #toolBarIdea .like .like-text {
        display: none;
        margin-right: 0px;
    }

    #toolBarIdea .like .unlike-text {
        margin-right: 0px;
    }

    #toolBarIdea .like.True .like-text {
        display: inline-block;
    }

    #toolBarIdea .like.True .unlike-text {
        display: none;
    }

    #toolBarIdea .like.False:hover, #toolBarIdea .like.True {
        color: #ff0079;
    }

        #toolBarIdea .like.True:hover {
            color: red;
        }



#boxCommentIdea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    height: 50px;
    background: #f9f9f9;
    border-top: solid 1px #ddd;
    padding-left: 50px;
    padding-right: 50px;
}

    #boxCommentIdea .avt-user {
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 100px;
        vertical-align: top;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #boxCommentIdea .txt-message {
        width: 100%;
        border-radius: 100px;
        padding: 0 40px 0 10px;
        border: solid 1px #ddd;
        background: white;
    }

        #boxCommentIdea .txt-message .text {
            line-height: 20px;
            padding: 5px 0;
            height: 30px;
            overflow: auto;
        }

.smile-icon > a {
    background: url(/Content/Images/Home/smile-icon.png) center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 20px;
}

#boxCommentIdea .toolbar {
    padding: 0px;
    position: ABSOLUTE;
    right: 0px;
    top: 0px;
}

#boxCommentIdea button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    color: white;
    padding: 0px;
    width: 30px;
}

.prev_listImageIdea {
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
    z-index: 1;
    font-size: 30px;
    height: 100%;
    width: 50%;
    text-align: left;
    padding-left: 10px;
}

.next_listImageIdea {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    z-index: 1;
    font-size: 30px;
    height: 100%;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.prev_listImageIdea:before {
    position: absolute;
    top: 45%;
    left: 10px;
}

.next_listImageIdea:before {
    position: absolute;
    top: 45%;
    right: 10px;
}

.comment-idea {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}

    .comment-idea .tool {
        position: absolute;
        list-style: none;
        margin: 0px;
        padding: 0px;
        right: 0px;
        top: 0px;
        line-height: 30px;
    }

        .comment-idea .tool.false {
            display: none !important;
        }

        .comment-idea .tool ul {
            position: absolute;
            right: 0px;
            top: 100%;
            background: white;
            list-style: none;
            padding: 0px;
            margin: 0px;
            width: 105px;
            z-index: 1;
            border-radius: 5px;
            display: none;
        }

        .comment-idea .tool li:hover > ul {
            display: block !important;
        }

        .comment-idea .tool a {
            padding: 0 10px;
            color: black;
            line-height: 30px;
            display: block;
        }

            .comment-idea .tool a i {
                display: inline-block;
                margin-right: 5px;
            }

    .comment-idea .img {
        position: absolute;
        left: 0px;
        width: 30px;
        height: 30px;
    }

        .comment-idea .img img {
            border-radius: 5px;
        }

    .comment-idea .content {
        background: #f5f5f5;
        border-radius: 5px;
        padding: 5px;
        font-size: 12px;
        padding-right: 30px;
    }

    .comment-idea .txt-edit-idea {
        border: solid 1px #ddd;
        background: white;
        width: 100%;
        display: none;
        position: relative;
        z-index: 1;
        border-radius: 5px;
        padding-right: 40px;
    }

        .comment-idea .txt-edit-idea .text {
            padding: 5px 0;
            line-height: 20px;
            overflow: auto;
        }

        .comment-idea .txt-edit-idea .toolbar {
            position: absolute;
            padding: 0px;
            right: 0px;
            top: 0px;
        }

    .comment-idea.edit .txt-edit-idea {
        display: block;
    }

    .comment-idea.edit div.content {
        display: none;
    }

    .comment-idea.edit .tool {
        display: none;
    }

.cancel-edit-idea, .save-edit-idea {
    color: #96d570;
    display: none;
    font-size: 11px;
}

.comment-idea.edit .cancel-edit-idea, .comment-idea.edit .save-edit-idea {
    display: block;
    float: left;
    margin-right: 10px;
}

.comment-idea .name {
    font-weight: bold;
    color: black;
}

.comment-idea .time {
    font-size: 11px;
    float: right;
}

.comment-idea .tool a:hover {
    color: #96d570;
}

.view-more-idea {
    color: #96d570;
    display: block;
    position: absolute;
    line-height: 55px;
    height: 55px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: CENTER;
    display: none;
}

#descriptionIdea.minimy .view-more-idea {
    display: block;
}

.view-more-idea span {
    position: relative;
    z-index: 1;
}

.view-more-idea:after {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


.paging-loading .load-more {
    display: block;
    text-align: center;
    color: #96d570;
    padding: 5px;
    background: #f5f5f5;
    font-size: 14px;
    max-width: 300px;
    margin: auto;
}

.comment-first {
    border-top: solid 1px #ddd;
    padding: 10px;
    padding-left: 50px;
    min-height: 50px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
}

    .comment-first .content {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
    }

        .comment-first .content p {
            margin: 0px;
        }

    .comment-first .img {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

        .comment-first .img img {
            border-radius: 100px;
        }

    .comment-first .name {
        display: inline;
        padding: 0px;
    }

    .comment-first .txt-edit-idea {
        display: none !important;
    }

    .comment-first .cancel-edit-idea, .comment-first .save-edit-idea {
        display: none;
    }

.btn-follow {
    line-height: 30px;
    height: 30px;
    background: url(/Content/Images/Home/follow-icon.png) 5px center no-repeat #96d570 !important;
    padding-left: 30px;
    background-size: 20px 20px !important;
    border: 0px;
    font-size: 14px;
    color: white !important;
    padding-right: 10px;
    border-radius: 3px;
}

.btn-follow-style {
    line-height: 30px;
    height: 30px;
    background: #96d570 !important;
    padding-left: 10px;
    background-size: 20px 20px !important;
    border: 0px;
    font-size: 14px;
    color: white !important;
    padding-right: 10px;
    border-radius: 3px;
}

    .btn-follow-style i {
        display: inline-block;
        margin-right: 5px;
    }

.btn-follow.true {
    background-color: red !important;
}

.notification-main {
    font-size: 22px !important;
    position: relative;
}

    .notification-main span {
        position: absolute;
        color: red;
        left: 10px;
        font-weight: bold;
        margin: 0px !important;
        background: #efeeee;
        border-radius: 100px;
        font-size: 16px;
        top: 0px;
        line-height: 20px;
        width: 20px;
    }

.notification-menu ul {
    width: 300px;
    display: none !important;
    z-index: 101;
}

.over-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.notification-menu.open ul {
    display: block !important;
}

.notification-menu.open .over-menu {
    display: block;
}

.item-notification {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
    border-bottom: solid 1px #ddd;
    min-height: 50px;
}

    .item-notification .img {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .item-notification .name {
        font-weight: bold;
        margin: 0px;
    }

    .item-notification a {
        margin-left: 0px;
    }

.notification-menu ul li .item-notification:last-child {
    margin: 0px;
    border: 0px;
}

.notification-menu .view-more {
    text-align: center;
    display: block;
    background: #ddd;
    margin: 0px !important;
    color: #96d570;
    padding: 5px;
}


.tags-box .tag-item {
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px 0 5px;
    position: relative;
    float: left;
    line-height: 32px;
    color: black;
    background: #f5f5f5;
    border: 0px !important;
    border-radius: 10px;
}

.tags-box {
    border: solid 1px #ddd;
    border-radius: 10px;
}

    .tags-box input {
        width: 100% !important;
        border: 0px;
    }

.close-tag {
    color: red;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
}

.follow-text, .follow-button {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}

.follow-text {
    line-height: 17px;
}

    .follow-text span:first-child {
        font-size: 20px;
        font-weight: bold;
    }

    .follow-text span {
        display: block;
        font-size: 12px;
    }

.cate-menu {
    border: solid 1px #ddd;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 5px;
}

    .cate-menu.select span {
        border-bottom: solid 2px #96d570;
        display: inline-block;
    }

.member-idea {
    padding: 10px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

    .member-idea .info .img {
        margin-right: 10px;
        float: left;
        width: 87px;
        height: 87px;
    }

        .member-idea .info .img img {
            border-radius: 100px;
        }

    .member-idea .list-item {
        margin: 0 -5px !important;
    }

    .member-idea .more {
        display: none !important;
    }

    .member-idea .inner-item {
        margin: 0 5px !important;
        margin-top: 10px !important;
    }

    .member-idea .posts {
        clear: both;
    }

    .member-idea .info .name {
        font-weight: bold;
    }

    .member-idea .countFollow, .member-idea .count {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .member-idea .info .chucdanh, .member-idea .info .address {
        height: 22px;
    }

    .member-idea .post-idea-item {
        position: relative;
        display: block;
        color: black !important;
    }

        .member-idea .post-idea-item .post-idea-item-media {
            display: block;
        }

        .member-idea .post-idea-item .post-idea-item-tool {
            position: absolute;
            bottom: 10px;
            left: 10px;
            /*background: rgba(255, 255, 255, 0.6);*/
            border-radius: 5px;
            padding: 0 5px;
            font-size: 12px;
        }

            .member-idea .post-idea-item .post-idea-item-tool .item {
                display: inline-block;
                margin: 0 5px;
                vertical-align: top;
            }

                .member-idea .post-idea-item .post-idea-item-tool .item i {
                    display: inline-block;
                    margin-right: 5px;
                }

.more {
    text-align: right;
    padding-top: 10px;
    clear: both;
    font-size: 16px;
}

.none-desk {
    display: none !important;
}

.form-article .TextArea, .form-article {
    width: 100%;
    border-radius: 10px;
    min-height: 100px;
}



.guest-item .control {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.my-customer .guest-item .control {
    display: block;
}

.c-item .c-portfolio {
    margin-bottom: 0px !important;
}

.guest-item .control .Button {
    background: white;
    border: 0px;
    color: black;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    text-align: center;
}

.frame-signin {
    height: 325px;
    width: 328px;
    border: 0px;
}

.guest-item-idea .control {
    top: 10px;
    right: 10px;
}

.btn-download {
    background: url(/Content/Images/Home/btn-download-canh-quan.png);
    border: 0px;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 37px;
    background-size: 100% 100%;
}

.social-sharethis {
    float: right;
}

.cke_contents {
    min-height: 300px;
}

.title-search {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .title-search .name {
        border-bottom: solid 2px #ddd;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        margin-right: 20px;
        display: inline-block;
    }

    .title-search .link-view-more {
        float: right;
    }

.home-item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

    .home-item .img, .home-item .img img {
        display: block;
    }

    .home-item .name {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
        font-weight: bold;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }

.item-customer img {
    display: block;
    margin-bottom: 5px;
}

.item-customer {
    text-align: center;
}

    .item-customer span {
        display: block;
        text-transform: capitalize;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.guest-item-idea .img img {
    width: 100%;
}

.box-like {
    max-width: 600px;
}


    .box-like .item-customer {
        width: 18%;
        margin: 1%;
    }

input, select {
    font-family: 'Muli', sans-serif;
}

.group-item {
    background: #f3f3f3;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .group-item .img {
        float: left;
        margin-right: 10px;
        width: 80px;
    }

    .group-item .name {
        font-weight: bold;
    }

    .group-item .list-mem .c {
        width: 20%;
        float: left;
        position: relative;
    }

        .group-item .list-mem .c .count {
            position: absolute;
            top: 0px;
            left: 5px;
            right: 5px;
            bottom: 0px;
            color: white;
            text-align: center;
            background: rgba(0, 0, 0, 0.45);
            line-height: 80px;
            border-radius: 100px;
            font-size: 28px;
            font-weight: bold;
        }

    .group-item .list-mem {
        margin: 0 -5px;
        margin-top: 10px;
        padding-left: 20%;
        position: relative;
    }

        .group-item .list-mem:before {
            content: '';
            position: absolute;
            top: 0px;
            height: 50%;
            width: 1px;
            background: #999;
            left: 10%;
        }

        .group-item .list-mem:after {
            content: '';
            position: absolute;
            top: 50%;
            height: 1px;
            width: 10%;
            background: #999;
            left: 10%;
        }

        .group-item .list-mem .c img {
            padding: 0 5px;
            border-radius: 100px;
        }

    .group-item .control {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .group-item.False .btn-edit-group {
        display: none;
    }

.group-c-item {
    padding: 10px 10px 10px 80px;
    display: block;
    position: relative;
}

    .group-c-item img {
        float: left;
        width: 50px;
        height: 50px;
        display: inline-block;
        margin-right: 10px;
    }

    .group-c-item:after {
        content: '';
        height: 100%;
        position: absolute;
        top: 0px;
        left: 40px;
        background: #ddd;
        width: 1px;
    }

    .group-c-item:before {
        content: '';
        height: 1px;
        position: absolute;
        top: 35px;
        left: 40px;
        background: #ddd;
        width: 40px;
    }

.member-accept {
    position: relative;
    display: block;
    line-height: 30px;
    margin: 5px 0;
}

    .member-accept img {
        width: 30px;
        height: 30px !important;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .member-accept .control {
        top: 0px;
        right: 0px;
    }

        .member-accept .control a {
            background: white;
            border-radius: 5px;
            margin-left: 5px;
            display: inline-block;
            text-align: center;
            width: 30px;
            height: 30px;
        }




.group-box .groupbox-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    line-height: 32px;
    color: black;
    background: #f5f5f5;
    border: 0px !important;
    margin: 5px;
}

    .group-box .groupbox-item img, .group-box .groupbox-item .mem {
        display: block;
        width: 80px;
        height: 80px;
    }

.group-box {
    border: solid 1px #ddd;
}

    .group-box input {
        width: 100% !important;
        border: 0px;
    }

.close-group {
    color: red;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px;
}

.point-item {
    padding: 5px 0;
    border-bottom: solid 1px #ddd;
}

    .point-item .num {
        display: inline-block;
        vertical-align: top;
        width: 50px;
        color: red;
        text-align: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .point-item .point {
        float: right;
    }

        .point-item .point .val {
            color: red;
            font-weight: bold;
            margin-left: 10px;
        }

.total-point-item .name {
    text-transform: uppercase;
}

.total-point-item {
    margin-top: 10px;
}


.huyhieu-item {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#boxCommentArticle {
    position: relative;
    padding: 10px 10px 10px 80px;
    background: #ddd;
    min-height: 80px;
    text-align: right;
}

    #boxCommentArticle .avt-user {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 60px;
        height: 60px;
    }

    #boxCommentArticle .txt-message {
        height: 60px;
        width: 100%;
    }

.close-popupidea {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    padding: 10px;
    background: none;
    z-index: 12;
}

.full-popupidea {
    position: absolute;
    top: 0px;
    right: 34px;
    color: white;
    padding: 10px;
    z-index: 12;
    background: none;
}

.play-popupidea {
    position: absolute;
    top: 0px;
    right: 68px;
    color: white;
    padding: 10px;
    z-index: 12;
    background: none;
}

#listImageIdeaMedia {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

#listCommentIdea .load-more {
    display: block;
    text-align: center;
    color: #96d570;
    padding: 5px;
    background: #f5f5f5;
    font-size: 14px;
    max-width: 300px;
    margin: auto;
}

.hide-on-desk {
    display: none !important;
}

.ck-simple .cke_bottom {
    display: none !important;
}

.ck-simple .cke_top {
    position: absolute;
    right: -5px;
    top: 1px;
    height: 30px;
    border: 0px;
    background: none;
    padding: 0px;
}

.ck-simple .cke_contents {
    height: 30px !important;
    min-height: 0px !important;
    padding-right: 60px;
}

.ck-simple .cke {
    border: 0px !important;
    position: relative;
}

.comment-idea .content p {
    margin: 0px;
    display: inline;
}


.social-sharethis-detail .st-btn {
    display: inline-block !important;
    top: 0px !important;
    margin-right: 0px !important;
    margin-left: 5px !important;
}

.social-sharethis-detail {
    position: absolute;
    right: 10px;
    top: 10px;
}

.color-style li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.color-style label {
    position: relative;
}

    .color-style label input {
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0;
    }

        .color-style label input:checked ~ div {
            border: solid 2px red;
        }

.ContentEditor .toolbar .smile-icon .smile-icon-list {
    top: auto;
    bottom: 100%;
}

.ContentEditor .list-file {
    margin: 0px;
    padding: 0px;
}

    .ContentEditor .list-file .file {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        margin-top: 10px;
        margin-right: 10px;
        position: relative;
        border: solid 1px #ddd;
        border-radius: 10px;
        overflow: hidden;
    }

        .ContentEditor .list-file .file a {
            display: block;
        }

        .ContentEditor .list-file .file img {
            max-width: 100px;
            max-height: 100px;
            display: block;
            margin: auto;
        }

        .ContentEditor .list-file .file .close {
            position: absolute;
            top: 0px;
            right: 0px;
        }


.ContentEditor > .wrap-text > .text {
    padding: 5px;
}

.ContentEditor > .wrap-text > .placeholder {
    padding: 5px;
}

.ContentEditor .wrap-text {
    padding-right: 140px;
    background: #f3f3f3;
    border-radius: 16px;
    border: solid 1px #ddd;
}


#boxDetailIdea .comment-item {
    background: white;
    margin-bottom: 0px;
}

.comment-item .glyphicon-star {
    color: #ffd802;
}

.comment-item .name {
    font-weight: bold;
}

    .comment-item .name span {
        display: inline-block;
        margin-right: 10px;
    }

.comment-item .date {
    color: #d74142;
    font-size: 12px;
}

.comment-item .medias {
    margin-top: 10px;
}

    .comment-item .medias a {
        border: solid 1px #ddd;
        margin: 5px 0;
        display: block;
    }

.btn-edit-comment {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 16px;
    color: #999;
    display: none;
}

.btn-remote-comment {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #999;
    display: none;
}

.comment-item.edit .btn-edit-comment, .comment-item.edit .btn-remote-comment {
    display: block;
}

.ContentEditor {
    border: 0px;
}



    .ContentEditor .smile-icon {
        position: absolute !important;
        left: 40px;
        bottom: 4px;
    }

    .ContentEditor .contenteditor-upload {
        padding-bottom: 30px;
        float: left;
    }

        .ContentEditor .contenteditor-upload .Button {
            position: absolute;
            bottom: 5px;
            left: 5px;
            top: auto;
        }

    .ContentEditor > .placeholder {
        padding: 5px 10px;
    }

    .ContentEditor > .text {
        padding: 5px 10px;
    }

.comment-box .ContentEditor .smile-icon-list {
    left: 0px;
    right: auto;
}

.btn-comment-send {
    font-weight: bold;
    background: #666;
    color: white;
    float: right;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 5px;
    position: relative;
    margin-top: -34px;
    margin-right: 10px;
}


.post-item .comment-box {
    border-top: solid 1px #ddd;
}

.comment-item {
    position: relative;
    margin-bottom: 10px;
    padding: 5px 0px 5px 70px;
}

    .comment-item .cm-avt {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .comment-item .cm-content {
        background: #ddd;
        border-radius: 5px;
        padding: 5px;
    }

    .comment-item.owner .cm-content {
        padding-right: 40px;
    }

    .comment-item .cm-avt img {
        border-radius: 100px;
        height: 50px;
        width: 50px;
    }

    .comment-item .cm-button {
        position: absolute;
        right: 10px;
        top: 2px;
        display: none;
    }

    .comment-item.owner .cm-button {
        display: block;
    }

    .comment-item .cm-button > a {
        line-height: 30px;
    }

    .comment-item .cm-button ul {
        list-style: none;
        margin: 0px;
        position: absolute;
        right: 0px;
        width: 130px;
        background: white;
        border: solid 1px #ddd;
        padding: 0 5px;
        border-radius: 5px;
        font-size: 13px;
        z-index: 11;
        display: none;
    }

        .comment-item .cm-button ul li {
            margin: 5px 0;
        }

        .comment-item .cm-button ul a {
            display: block;
            line-height: 20px;
        }

            .comment-item .cm-button ul a i {
                display: inline-block;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border: solid 1px #ddd;
                border-radius: 5px;
            }

    .comment-item .cm-button .cm-button-close {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: none;
    }

    .comment-item .cm-button.open .cm-button-close, .comment-item .cm-button.open ul {
        display: block;
    }


    .comment-item .cm-action {
        font-size: 13px;
    }

    .comment-item .cm-date {
        float: right;
        font-size: 12px;
    }

    .comment-item .cm-reply {
        color: #365899;
    }

    .comment-item .cm-name {
        font-weight: bold;
        color: #365899;
    }

    .comment-item .cm-list-medias img {
        max-height: 200px;
    }

.comment-list {
    margin-bottom: 10px;
    margin: 0 0px 10px -10px;
}

.comment-box-reply {
    padding: 0px 0px 0px 70px;
    position: relative;
}

    .comment-box-reply .comment-list, .comment-box-reply .comment-input {
        display: none;
    }

    .comment-box-reply.open .comment-list, .comment-box-reply.open .comment-input {
        display: block;
        top: -10px;
    }

    .comment-box-reply > .show-more {
        margin-top: -8px;
        font-size: 12px;
    }

.cm-name-link {
    background: #d0e0ff;
}

.comment-box > .show-more {
    padding: 10px;
}

.comment-box .show-more a {
    text-decoration: underline;
}

.comment-box .comment-list .comment-list .comment-item {
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .comment-box .comment-list .comment-list .comment-item .cm-avt img {
        height: 30px;
        width: 30px;
    }


.comment-item .cm-save {
    background: #666;
    color: white;
    float: right;
    padding: 0 6px;
    line-height: 25px;
    position: relative;
    margin-top: -34px;
    margin-right: 50px;
    font-size: 13px;
}

.comment-item .cm-cancel {
    background: #666;
    color: white;
    float: right;
    padding: 0 6px;
    line-height: 25px;
    position: relative;
    margin-top: -34px;
    margin-right: 10px;
    font-size: 13px;
}

.ContentEditor .toolbar {
    position: absolute;
    right: 128px;
    top: 8px;
    margin: 0px;
    padding: 0px;
}


.comment-item.edit .cm-content, .comment-item.edit .cm-list-medias, .comment-item.edit .cm-action, .comment-item.edit .cm-button {
    display: none;
}

.cm-report {
    display: none !important;
}

.profile-menu ul {
    display: none !important;
}

.profile-menu.open ul {
    display: block !important;
    z-index: 12;
}

.profile-menu.open .profile-menu-close {
    display: block !important;
}

.profile-menu-close {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}


.guide-box {
    position: fixed;
    top: 30%;
    right: 0px;
    background: white;
    border-radius: 10px;
    padding: 10px;
    z-index: 100;
    max-width: 300px;
    box-shadow: 0 0 5px #666;
}

.guide-box-close {
    color: black;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}



.Button.glyphicon span {
    font-family: 'Muli', sans-serif;
    margin-left: 10px;
}

    .Button.glyphicon span i {
        font-style: normal;
    }

.btn-style {
    font-weight: normal;
    color: #333;
    border: solid 1px #ddd;
    border-radius: 100px;
    background: none !important;
    height: 34px;
    line-height: 34px;
    text-transform: capitalize;
    margin-right: 10px;
}

    .btn-style:hover {
        background: #ddd !important;
    }



.FileUpload .file-upload-button {
    border: solid 1px #ddd;
    background: none;
    color: black;
    cursor: pointer;
    border-radius: 100px;
}

    .FileUpload .file-upload-button .file-input {
        cursor: pointer;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.box-youtube {
    position: relative;
}

.box-input-youtube {
    position: relative;
    padding-right: 44px;
    margin-bottom: 10px;
}

.box-youtube .TextBox {
    height: 34px;
}

.box-youtube .Button {
    position: absolute;
    right: 0px;
    padding: 0px;
    width: 34px;
    text-align: center;
    background: #96d570;
}


.item-media {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh - 70px);
}

#listImageIdea.full .item-media {
    padding-bottom: 39.25%;
}

#listImageIdea.full .videoWrapper {
    padding-bottom: 44%;
}

.item-media .title {
    color: white;
    font-size: 18px;
    text-align: left;
    top: 0px;
    margin: 0px;
    position: ABSOLUTE;
    padding: 6px 20px;
    background: rgba(0, 0, 0, 0.3);
    right: 0px;
    min-height: 34px;
    left: 0px;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 58px !important;
    width: 90px;
    border-radius: 10px;
}

#st-3.st-has-labels .st-btn {
    min-width: 0px !important;
    width: 32px !important;
    border-radius: 100%;
}

.guest-item-idea > .sep10 {
    clear: both;
}

.guest-item-idea .img-count-2, .guest-item-idea .img-count-3, .guest-item-idea .img-count-4 {
    width: 33.3%;
    float: left;
    border: solid 1px white;
    position: relative;
}

    .guest-item-idea .img-count-2 img, .guest-item-idea .img-count-3 img, .guest-item-idea .img-count-4 img {
        max-height: 95px;
    }

.guest-item-idea .img .count-photo {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 32px;
    line-height: 80px;
    text-align: CENTER;
    margin: 0px !important;
}

.cml20 {
    margin-left: 20px;
}

.product-item .control {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-item .download {
    text-align: center;
    display: block;
    border-top: solid 1px #ddd;
    padding-top: 10px;
    margin-top: 5px;
}

    .product-item .download img {
        max-width: 120px;
        display: block;
        margin: auto;
    }

.paging .load-more {
    display: inline-block;
    text-align: center;
    color: #96d570;
    padding: 8px 20px;
    background: #f5f5f5;
    font-size: 14px;
    max-width: 298px;
    margin: auto;
    width: auto;
    line-height: normal;
    height: auto;
}


.box-member-mobi .title-left-large {
    position: absolute;
    color: white;
    left: 120px;
    top: 100px;
    font-size: 20px;
}

.box-member-mobi .avt-left {
    float: left !important;
    width: 90px !important;
    border-radius: 100px;
    margin: -40px 10px 10px 10px;
    position: relative;
    border: solid 2px white;
}

    .box-member-mobi .avt-left .btn-upload-avartar {
        display: none;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 100px;
    }

    .box-member-mobi .avt-left:hover .btn-upload-avartar {
        display: block;
    }

        .box-member-mobi .avt-left:hover .btn-upload-avartar > .Button {
            line-height: 80px;
            height: 84px;
            width: 85px;
            border-radius: 100px !important;
        }

    .box-member-mobi .avt-left img {
        border-radius: 100px;
    }

.box-member-mobi .cd {
    font-size: 16px !important;
    color: #666;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}

.box-member-mobi .cv {
    font-size: 12px !important;
    color: #666;
}

.box-title .poster {
    height: 200px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.box-title {
    position: relative;
    padding-bottom: 45px;
    border-bottom: solid 1px #ddd;
}

.box-mem-post-by img {
    border-radius: 100px;
    width: 110px !important;
    height: 110px !important;
    display: block;
    border: solid 4px white;
    position: absolute;
    top: -70px;
    left: 0px;
}

.box-mem-post-by {
    text-align: left;
}

    .box-mem-post-by .link-cus {
        font-weight: bold;
    }

.post-by-detail {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 1;
    padding-left: 120px;
}

.box-title-name .like-post {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0px;
    border: 0px;
    font-style: italic;
}

    .box-title-name .like-post.True {
        color: #ff0079;
    }

.like-post .like-text {
    display: none;
}

.like-post.True .like-text {
    display: inline-block;
}

.like-post.True .unlike-text {
    display: none;
}


.box-title-name {
    position: absolute;
    color: white;
    left: 0px;
    bottom: 45px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5215686274509804);
    padding: 5px 10px 5px 130px;
    right: 0px;
    border-radius: 0 0 10px 10px;
}

.box-title-name-large {
    font-size: 18px;
    text-transform: capitalize;
}

.box-title-name a {
    color: white;
}

.box-date {
    position: absolute;
    right: 0px;
    bottom: 13px;
    padding-right: 110px;
    padding-top: 11px;
}

.box-quick-view {
    width: 680px;
    margin: auto;
    max-width: 100%;
}

    .box-quick-view .avt-left {
        border-radius: 100%;
    }

    .box-quick-view .title-left-large {
        line-height: 30px;
        text-transform: capitalize;
        font-size: 28px;
        margin: 10px 0 0 0;
    }

    .box-quick-view .level img {
        display: none;
    }

    .box-quick-view .level .list-img img {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
        width: 18px;
    }

    .box-quick-view .profile-left {
        float: left;
        width: 20%;
        padding-right: 10px;
    }

    .box-quick-view .profile-right {
        float: right;
        width: 80%;
    }

    .box-quick-view .follow-text {
        margin-right: 0px;
        margin-left: 10px;
    }

    .box-quick-view .btn-follow {
        margin-left: 10px;
    }

    .box-quick-view .box-follow {
        margin-top: 30px;
    }

    .box-quick-view .cd {
        color: black;
        font-size: 16px;
        padding: 10px 0;
    }

    .box-quick-view .cv {
        margin-bottom: 10px;
    }

.quick-view .dialog-header {
    padding: 0px;
}

.quick-view .dialog-box {
    border-radius: 20px;
}

.report-menu {
    position: ABSOLUTE;
    right: 10px;
    top: 10px;
}

    .report-menu .btn {
        line-height: 30px;
        color: #999;
    }

        .report-menu .btn i {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
            line-height: inherit;
        }

    .report-menu ul {
        position: absolute;
        top: 100%;
        right: 0px;
        width: 220px;
        list-style: none;
        z-index: 101;
        margin: 0px;
        padding: 0px;
        background: #ddd;
        display: none;
    }

    .report-menu.open ul {
        display: block;
    }

    .report-menu ul a {
        padding: 5px 10px;
    }


    .report-menu ul li {
        border-bottom: solid 1px #ccc;
    }

.report-menu-close {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.report-menu.open .report-menu-close {
    display: block;
}

.ContentEditor .contenteditor-upload .Button {
    background: url(/content/images/home/icon-camera2.png) center center no-repeat !important;
    background-size: 28px 28px !important;
    border-radius: 0px !important;
}

    .ContentEditor .contenteditor-upload .Button:before {
        display: none;
    }

.box-date .report-menu .btn {
    line-height: 20px;
    color: #999;
}

.box-date .report-menu {
    padding-left: 14px;
    border-left: solid 1px #ddd;
}

.not-login .require-login {
    display: none !important;
}

.share-box {
    position: relative;
    float: right;
}

    .share-box ul {
        position: absolute;
        top: 100%;
        right: 0px;
        padding: 10px;
        border: solid 1px #ddd;
        background: white;
        border-radius: 10px;
        white-space: nowrap;
        list-style: none;
        margin: 0px;
        z-index: 1112;
        display: none;
        font-weight: normal;
    }

    .share-box .over {
        position: fixed;
        z-index: 1111;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: none;
    }

    .share-box.open .over, .share-box.open ul {
        display: block;
    }

.img-video {
    position: relative;
}

    .img-video i {
        position: ABSOLUTE;
        top: 50%;
        left: 50%;
        font-size: 72px;
        color: white;
        margin-left: -32px;
        margin-top: -32px;
    }

.dialog-header {
    background: #96d570;
}

.dialog-close {
    color: white;
}

    .dialog-close:hover {
        color: black !important;
    }

.control-exten-idea .FileUpload .file-upload-button {
    width: 100%;
    text-align: center;
}

.control-exten-idea .btn-youtube {
    width: 100%;
    margin: 0px;
    text-align: center;
}

    .control-exten-idea .btn-youtube i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

#listItemGuestIdea .item > div {
    background: #f9f9f9;
    box-shadow: none;
    border: 0px !important;
}

    #listItemGuestIdea .item > div:hover {
        box-shadow: 0 0 5px #999;
    }

#listItemGuestIdea .product-item .rating a, #listItemGuestIdea .product-item .rating span {
    display: inline-block;
    vertical-align: middle;
}

#listItemGuestIdea .product-item .img {
    margin: 0 -10px;
}

#listItemGuestIdea .portfolio-item .link-cate {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#postByIdea .name-cus img {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.portfolio-item .desc-line {
    border-top: 0px;
    border-bottom: solid 1px #ddd;
}

.portfolio-item .name {
    height: auto;
}

    .portfolio-item .name .cus-img {
        margin: 0px;
        float: none;
        display: block;
        padding: 10px;
    }

.portfolio-item .group-item {
    padding: 10px 10px 0 0;
    margin-bottom: 0px;
    line-height: 18px;
}

    .portfolio-item .group-item .img {
        width: 50px;
    }

    .portfolio-item .group-item .name {
        font-size: 13px;
        padding: 0px;
    }

.group-item .item-3 {
    width: 33.3% !important;
}

.portfolio-item .list-item {
    position: relative;
}

    .portfolio-item .list-item:before {
        content: '';
        background: #ddd;
        top: 10px;
        bottom: 10px;
        width: 1px;
        position: absolute;
        left: 39%;
    }

.portfolio-item .item-2 {
    width: 60% !important;
}

    .portfolio-item .item-2:first-child {
        width: 39.9% !important;
    }

.product-item .link-cate {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.group-item .link-cate {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.group-item .msg {
    padding: 10px 0;
    margin-top: 10px;
    border-top: solid 1px #ddd;
}

.group-item .p-item {
    margin-bottom: 10px;
    display: block;
}

    .group-item .p-item img {
        display: block;
    }

.member-item {
    padding: 10px;
    margin-bottom: 20px;
}

    .member-item .link-cate {
        padding-bottom: 10px;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 10px;
        border-bottom: solid 1px #ddd;
    }

    .member-item .img {
        float: left;
        width: 50%;
        padding-right: 10px;
    }

        .member-item .img img {
            border-radius: 100px;
        }

    .member-item .info {
        float: right;
        width: 50%;
    }

        .member-item .info .name {
            text-transform: uppercase;
            font-size: 18px;
        }

        .member-item .info .address {
            color: #999;
        }

        .member-item .info .follow-text, .follow-button {
            margin-right: 10px;
        }

        .member-item .info .level-box img {
            float: none;
            display: inline-block;
            width: 18px;
            margin-left: 5px;
            margin-right: 0px;
            vertical-align: middle;
        }

        .member-item .info .level-box {
            line-height: 18px;
            margin-bottom: 5px;
        }

    .member-item .level-box .list-img {
        height: 20px;
    }

    .member-item .mem-history {
        border-top: solid 1px #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }

    .member-item .box-portfolio {
        border-top: solid 1px #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }

        .member-item .box-portfolio .list-item {
            margin: 0 -5px !important;
        }

            .member-item .box-portfolio .list-item .inner-item {
                margin: 0 5px !important;
            }

            .member-item .box-portfolio .list-item .item-4 {
                width: 24.9% !important;
            }

.box-home {
    margin: 0 -10px;
    margin-bottom: 30px;
}

    .box-home .wrap-link-store {
        float: right;
        width: 20%;
    }

    .box-home .link-store {
        line-height: 80px;
        background: url(/Content/Images/Home/cart-icon.png) 10px center no-repeat;
        border: solid 1px #ddd;
        padding-left: 80px;
        text-transform: capitalize;
        font-size: 20px;
        display: block;
    }

    .box-home .create {
        float: left;
        width: 33.3%;
    }

    .box-home .menu .item {
        float: left;
        padding: 0 10px;
        width: 12.5%;
    }

    .box-home .create span {
        background: #77c946;
        display: block;
        color: white;
        font-size: 16px;
        line-height: 30px;
        text-transform: uppercase;
        padding: 0 10px;
    }

    .box-home .create a {
        text-align: center;
        display: block;
        line-height: 50px;
        border: solid 1px #ddd;
        font-size: 32px;
        color: #ddd;
    }

    .box-home .cate-menu {
        border-radius: 0px;
        line-height: 28px;
        padding: 0px;
        font-weight: normal;
        margin-bottom: 8px;
        font-size: 15px;
        border-radius: 100px;
    }

        .box-home .cate-menu span.fa {
            font-size: 24px;
            display: block;
            line-height: inherit;
        }

    .box-home .item-3 {
        float: left;
    }

.title-page-2 {
    text-transform: uppercase;
    border-bottom: solid 1px #dadada;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .title-page-2 .vie {
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
        position: relative;
        top: 12px;
    }

.show-mobi {
    display: none !important;
}

.box-home .create .default-avt {
    border: solid 1px #ddd;
    position: absolute;
    top: 0px;
    left: 0px;
}

.box-home .create .show-mobi {
    position: relative;
    padding-left: 50px;
}

.box-contact {
    min-width: 600px;
    padding-left: 120px;
    position: relative;
}

    .box-contact .img {
        width: 100px;
        left: 0px;
        top: 0px;
        position: absolute;
    }

    .box-contact .tip {
        color: #999;
    }

    .box-contact .name {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: bold;
        margin: 5px 0;
    }

    .box-contact .icon {
        width: 30px;
        line-height: 30px;
        background: #96d570;
        text-align: center;
        border-radius: 100px;
        color: white;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-right: 10px;
    }

    .box-contact .tel {
        line-height: 30px;
        font-size: 20px;
        margin-top: 10px;
        font-weight: bold;
    }

    .box-contact .website {
        line-height: 30px;
        margin-top: 10px;
    }

.title-page-2 .eng {
    letter-spacing: 12px;
    font-weight: bold;
    line-height: 40px;
    font-size: 30px;
    display: block;
    position: relative;
}

    .title-page-2 .eng:before {
        content: '';
        bottom: 8px;
        right: 0px;
        width: 1px;
        background: #ddd;
        height: 20px;
        position: absolute;
    }

    .title-page-2 .eng.store {
        background: url(/Content/Images/Home/cart-icon.png) left center no-repeat;
        background-size: 40px auto;
        padding-left: 50px;
    }

.wrap-link-cus .guest-item .view {
    font-size: 0px;
}

    .wrap-link-cus .guest-item .view i {
        font-size: 13px;
    }

        .wrap-link-cus .guest-item .view i:before {
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f06e";
            margin-right: 5px;
        }

.sign-in-line {
    background: #ECECEC;
    padding: 10px;
    line-height: 30px
}

.nav-sign-up {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    background: #dadada;
    margin-bottom: 20px;
}

    .nav-sign-up li {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
        line-height: 47px;
    }

    .nav-sign-up li {
        padding-right: 60px;
        padding-left: 30px;
        background: url(/Content/Images/Home/step-sign-up.jpg) right center no-repeat;
    }

        .nav-sign-up li:last-child {
            padding-right: 0px;
            background: 0px;
        }

    .nav-sign-up a {
        font-size: 15px;
        font-weight: bold;
        display: block;
    }

        .nav-sign-up a.active {
            color: #00970a;
        }

.chucdanh-item {
    margin-bottom: 30px;
    padding-left: 300px;
    position: relative;
    min-height: 50px;
}

    .chucdanh-item .name {
        line-height: 50px;
        width: 200px;
        text-align: center;
        display: block;
        top: 0px;
        left: 0px;
        position: absolute;
        border-radius: 100px;
        border: solid 1px #00970a;
        font-size: 16px;
    }

.sign-up-item {
    display: none;
    position: relative;
    padding: 0 50px;
}

    .sign-up-item.active {
        display: block;
    }

    .sign-up-item .next {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -30px;
        background: url(/Content/Images/Home/next-sign-up.png) center center no-repeat;
        width: 30px;
        height: 60px;
    }

    .sign-up-item .prev {
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -30px;
        background: url(/Content/Images/Home/prev-sign-up.png) center center no-repeat;
        width: 30px;
        height: 60px;
    }

.social-box .comments {
    float: right;
}

.social-box .like {
    float: right;
}

.guest-item-idea-2 .desc {
    padding-top: 10px;
    position: relative;
}

    .guest-item-idea-2 .desc .social-box {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.guest-item-idea .social-box {
    position: absolute;
    right: 10px;
    top: 10px;
}

.guest-item-idea .wrap-desc {
    position: relative;
    background: #f9f9f9;
    border-radius: 10px;
}

.guest-item-idea-2 .desc .name {
    padding: 0px !important;
    height: 30px;
    flex: initial;
}

    .guest-item-idea-2 .desc .name .name-cus {
        font-weight: bold;
        display: block;
        line-height: 30px;
    }

.social-box i {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    line-height: 22px;
    color: #666;
}

.social-box span {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    color: #666;
    font-weight: bold;
}

.guest-item-idea-2 {
    margin-bottom: 20px;
    background: none !important;
    box-shadow: none;
}

    .guest-item-idea-2 .media {
        position: relative;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

        .guest-item-idea-2 .media img, .guest-item-idea-2 .media .img {
            border-radius: 10px;
            display: block;
        }

            .guest-item-idea-2 .media .img:before {
                background: url(/Content/Images/Home/bg-trans.png) repeat-x;
                height: 174px;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                content: '';
                visibility: hidden;
            }

            .guest-item-idea-2 .media .img:after {
                background: url(/Content/Images/Home/bg-trans2.png) repeat-x;
                height: 174px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                content: '';
                visibility: hidden;
            }

        .guest-item-idea-2 .media:hover .img:after, .guest-item-idea-2 .media:hover .img:before {
            visibility: visible;
        }

        .guest-item-idea-2 .media .img img {
            width: 100%;
        }

        .guest-item-idea-2 .media .title {
            position: absolute;
            top: 10px;
            left: 10px;
            color: white;
            z-index: 1;
            visibility: hidden;
        }

    .guest-item-idea-2 .name .img-cus {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 10px;
    }

    .guest-item-idea-2 .name .name-cus img {
        display: none !important;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-left: 5px;
    }

.guest-item-idea.guest-item-idea-2 .desc .social-box {
    top: 5px;
}

.guest-item-idea-2 .name .img-cus img {
    border-radius: 100px;
}

.guest-item-idea-2 .name .time {
    display: none !important;
    position: relative;
    top: 0px;
    left: 0px;
    right: auto;
    padding: 0px;
    font-style: italic;
    color: #666;
}

.guest-item-idea-2 .view, .guest-item-idea-2 .count-photo {
    font-size: 13px !important;
    font-style: italic;
}

.guest-item-idea-2 .title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.guest-item-idea-2 .title-2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    visibility: hidden;
}

.guest-item-idea-2:hover .title, .guest-item-idea-2:hover .title-2 {
    visibility: visible;
}

.guest-item-idea-2 .media .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    z-index: 1;
    color: white;
    background: #00cccc;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
}

.guest-item-idea-2 .name-post {
    text-align: center;
    display: block;
    font-weight: bold;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .guest-item-idea-2 .name-post a {
        display: block;
    }

.guest-item-idea-2 .desc {
    padding: 0px;
}

.follow {
    text-align: center;
}

    .follow .link-follow-btn {
        background: #64d66b;
        padding: 0 25px;
        line-height: 26px;
        border-radius: 100px;
        color: white;
    }


.group-item-2 .img {
    float: left;
    padding-right: 10px;
    width: 50%;
    border-radius: 100%;
    margin: 0px;
}

.group-item-2 .info {
    width: 50%;
    float: right;
}

.group-item-2 .name {
    font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 20px;
    height: 40px;
}

.group-item-2 .more {
    padding: 0 20px;
    background: #71b939;
    color: white;
    border-radius: 100px;
    margin-top: 10px;
    line-height: 30px;
}

.group-item-2 .list-cus {
    text-align: center;
}

    .group-item-2 .list-cus .c {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
    }

        .group-item-2 .list-cus .c img {
            border-radius: 100%;
        }

.list-paging-slide {
    position: relative;
}

    .list-paging-slide .paging .page {
        display: none;
    }

    .list-paging-slide .paging {
        padding: 0px;
    }

        .list-paging-slide .paging .firstpage {
            position: absolute;
            top: 40%;
            margin-top: -30px;
            width: 30px;
            height: 60px;
            background: url(/Content/Images/Home/left-page.png?c=1) center center no-repeat;
            left: -15px;
            font-size: 0px;
            background-size: 100%;
        }

        .list-paging-slide .paging .load-more {
            display: block;
            margin-bottom: 20px;
        }

        .list-paging-slide .paging .lastpage {
            position: absolute;
            top: 40%;
            margin-top: -30px;
            width: 30px;
            height: 60px;
            background: url(/Content/Images/Home/right-page.png?c=1) center center no-repeat;
            right: -15px;
            font-size: 0px;
            background-size: 100%;
        }

    .list-paging-slide:hover .paging .lastpage, .list-paging-slide:hover .paging .firstpage {
        display: block;
    }

.member-item-2 {
    background: #f3f3f3;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .member-item-2 .info .address {
        color: #999;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ELLIPSIS;
        line-height: 20px;
    }

    .member-item-2 .chucdanh {
        height: 20px;
        line-height: 20px;
    }

    .member-item-2 .info .name {
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ELLIPSIS;
        display: block;
    }

.guest-item-idea-2 .btn-pin {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
}

    .guest-item-idea-2 .btn-pin img {
        border-radius: 100%;
    }

.ul-block {
    height: 100%;
    list-style: none;
    padding: 0px;
    display: block;
    margin: 0px;
}

.list-item .datalist-content .item-4 {
    width: 25%;
}

.title-cate {
    text-transform: uppercase;
}

    .title-cate .eng {
        font-weight: bold;
        line-height: 40px;
        font-size: 30px;
        position: relative;
        vertical-align: top;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
    }

        .title-cate .eng:before {
            content: '';
            bottom: 8px;
            right: 0px;
            width: 1px;
            background: #ddd;
            height: 13px;
            position: absolute;
        }

    .title-cate .vie {
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
        position: relative;
        top: 12px;
    }

.member-item-img {
    margin-bottom: 20px !important;
}

    .member-item-img, .member-item-img img {
        display: block;
        margin: auto;
        border-radius: 100%;
    }

.not-share-mail div[data-network="email"] {
    display: none !important;
}

#lightSliderBanner li a, #lightSliderBanner li a img {
    display: block;
}

.wrap-title-cate {
    position: relative;
    margin-bottom: 10px;
}

    .wrap-title-cate .more {
        position: absolute;
        right: 0px;
        bottom: 0px;
        padding: 0px;
        color: #999;
    }

        .wrap-title-cate .more:hover {
            color: #00970a;
        }

.wrap-table {
    overflow: auto;
}
