* {
    outline: none;

    line-height: 24px;
}

.alert-input-error {
    padding: 10px;
    border: 1px solid red;
    margin: 10px 0px;
    border-radius: 10px;
    color: red;
    display: none;
    font-weight: bold;
    font-size: 15px;
}

.title-success {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    color: #db3920;
}

.page-main-content iframe {
    width: 100% !important;
    height: 300px !important;
}

#cate-product .item .view span {
    font-size: 13px;
}

.wrap-item .item .name .price .right .set {
    font-size: 13px;
    color: #da3920;
    font-weight: bold;
}

#dichvu-tiec-detail .item-product .name a {
    height: 30px;
    font-size: 13px;
    line-height: 18px;
    display: block;

}

.info .img-view {
    overflow: hidden;

}

.main-toc-style {
    font-size: 13px;
    padding: 4px 0px;
    background: #EEE;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.main-toc-style div {
    padding: 5px 0px;
    font-size: 14px;
}

#blog-home .item .left img {
    width: 160px;
    height: 160px;
}

#blog-home .item .left {
    padding-left: 5px;
    padding-top: 5px;
}

#blog-home .item .left .bor {
    display: none;
}

#blog-home .item .right {
    padding-top: 5px;
}

.page-main-content h1.title-content {
    text-transform: initial;
    margin-bottom: 3px;
}

.related .name {
    padding-top: 10px;
}

#dichvu-tiec-detail .item-product .name a {
    font-weight: bold;
    padding-left: 0px !important;
}


.popup-callme .img-modal img {
    margin: auto;
}

.popup-callme .img-modal span {
    margin-top: 20px;
    font-size: 14px;
    font-family: Roboto-Bold;
    display: block;
    text-align: center;
}

.popup-callme .modal-dialog {
    width: 60% !important;
}

.popup-callme .modal-header .close {
    margin-top: -7px;
}

.popup-callme .modal-body {
    padding-top: 10px !important;
    overflow: hidden;
}

.popup-callme .item-form {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.popup-callme .item-form>div {
    display: inline-block;
    float: left;
}

.popup-callme .item-form .left-f {
    width: 90px;
    font-size: 14px;
    font-family: Roboto-Bold;
    padding-top: 10px;
}

.popup-callme .item-form .left-f span {
    color: red;
}

.popup-callme .item-form .right-f {
    width: calc(100% - 90px);
}

.popup-callme .item-form .right-f .wrap-radio {
    display: inline-block;
    width: 70px;
    font-size: 14px;
    font-family: Roboto-Bold;
    position: relative;
    padding-left: 25px;
}

.popup-callme .item-form .right-f .wrap-radio img {
    position: absolute;
    left: 0;
    top: 0;
}

.popup-callme .item-form .right-f .wrap-radio input[type='radio'] {
    display: none;
}

.popup-callme .item-form .right-f input[type='text'] {
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.popup-callme .item-form .right-f textarea {
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.popup-callme .submit {
    padding: 7px 20px;
    border-radius: 5px;
    border: none;
    background: #ffb700;
    text-transform: uppercase;
    float: right;
    color: #fff;
    margin-bottom: 20px;
}

#call-me.phone {
    width: 170px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #da3920;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 40px;
    cursor: pointer;
}

.info .img-view {
    width: 95%;
    /*height: 430px;*/
    overflow: hidden;
}

.info .thumb {
    width: 100%;
    margin-left: 10px;
    position: relative;
    margin-top: 10px;

}

.info .thumb button {
    width: 20px;
    height: 75px;
    position: absolute;
    top: 0px;

}

.info .thumb button.top-arrow {
    left: -25px;
}

.info .thumb button.bottom-arrow {
    right: 0px;
}

.box-chat {
    list-style: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 5px 10px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}


.box-mobile {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: #FFF;
}

.box-chat a {
    display: block;
    vertical-align: middle;
    margin: 5px 0px;

}

.box-chat a img {
    width: 30px;
    height: 25px;
    border-radius: 5px;
    padding-right: 5px;
}

.box-mobile-f {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #FFF;
    padding: 5px;
    z-index: 9999;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.box-mobile-f a {
    float: left;
    text-align: center;
    width: 20%;
}

.box-mobile-f a img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    padding-right: 5px;
    display: block;
    margin: 0px auto;
}

#tocList {
    background: #EEE;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.main-toc li {
    list-style: none;
}

.main-toc div {
    padding-left: 20px;
    /*display: none;*/
}

.on-off-toc {
    font-size: 15px;
    font-weight: bold;
}

.info .img-view img {
    max-width: 100% !important;
    height: auto;
}

.box-mobile-f i {
    font-size: 28px;
    color: green;
    display: block;
}

.wapper-dichvutiec .block-cate .wrap-item {
    margin-bottom: 0px;
}

.block-cate .title-cate {
    font-weight: bold;
}

.page-main-content #contents ul {
    padding: 0px 17px;
    list-style: inherit;
}

.related-mt {
    margin-top: 10px;
}

.date-view {
    color: #333;
    margin: 0px 0px 10px 0px;
}

.date-view span {
    margin-left: 5px;
    display: inline-block;
}


#contents p {}

.mix-title {
    font-size: 25px;
    padding-bottom: 2px;
    margin-bottom: 20px;
    border-left: 2px solid #fdb813;
    padding-left: 5px;
}

.wapper-product-main .wrap-item .item .name .price .left,
.wrap-item .item .name .price .right.wapper-product-main {
    width: 60%;
}

.wapper-product-main .wrap-item .item {
    min-height: 345px;
}

.wapper-product-main .wrap-item .item .name .price .left {
    font-size: 13px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%
}

.sticky-banner-left-m {
    position: fixed;
    top: 0px;
    left: 100px;
}

.popup-callme-v2.popup-callme .item-form .right-f {
    width: 100%
}

.popup-callme-v2 .item-form .left-f {
    width: 100%;
}

.popup-callme-v2.popup-callme .item-form .right-f input[type='text'] {
    width: 100%;
}

.popup-callme-v2 .item-form .left-f {
    padding: 0px 0px;
}

.popup-callme .submit {
    float: right;
}

.popup-callme-v2 .message-success {}

.tt-tvn {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
    background: #ffb700;
    color: #FFF;
    padding: 6px 0px;
}

.btn-tvn {
    position: fixed;
    right: 2px;
    top: 10%;
    background: #db3920;
    color: #FFF;
}

.tt-tt {
    padding: 5px 10px;
    text-align: center;

}

section .cate-divu .item span {
    min-height: auto !important;
}

.cate-divu .item p {
    text-align: center;
    font-size: 12px;
}



.sticky-pg {
    position: fixed;
}


.vote-Product {
    padding: 10px;
    border-top: 3px solid #e9edf0;
    border-bottom: 3px solid #e9edf0
}



.icon_Product a {
    border: 1px solid #288ad6;
    border-radius: 4px;
    width: 130px;
    padding-top: 2px;
    margin-right: 6px;
    line-height: 1px;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer;
    display: inline;
    white-space: nowrap;
    text-align: left;
    padding-left: 8px;
    padding-right: 2px
}

.icon_Product a text {
    text-align: center
}

.vote-Product .messageConfirm {
    float: left;
    margin-right: 5px;
    margin-top: 2px
}

.vote-Product .main .icon_Product {
    display: flex;
    margin-left: 5px
}

.vote-Product .dialog {
    padding: 12px
}

.vote-Product .dialog2 {
    max-width: 563px;
}

.vote-Product textarea {
    padding: 5px 10px;
    width: calc(100% - 20px);
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 10px;
    min-height: 70px;
    font-size: inherit;
    resize: none
}

.vote-Product .Btn-Send {
    background: #db3920;
    color: #fff;
    border-radius: 4px;
    width: calc(100%);
    height: 36px;
    border: none;
    cursor: pointer;
    margin-top: 10px
}

.vote-Product .message-thanks {
    text-align: center;
    background-color: #fff;
    color: #bab8b8
}

.vote-Product .message {
    clear: both;
}

.vote-Product .message-thanks .icon_Product .icon-smile-s {
    width: 16px;
    height: 18px;
    background-position: -28px -77px;
    background-size: 160px auto;
    margin-top: -3px;
    margin-right: 5px
}

.icon_Product .icon-smile-s {
    width: 16px;
    height: 18px;
    background-position: 0px -20px;
    /* background-size: 160px auto;*/
    margin-top: 1px;
    margin-right: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(../img/vote-bg.png);
}

.icon_Product .icon-cry-s {
    width: 16px;
    height: 18px;
    background-position: 0px 0px;
    /* background-size: 160px auto;*/
    margin-top: 1px;
    margin-right: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-image: url(../img/vote-bg.png);
}

#dichvu-tiec-detail .item-product {
    min-height: 300px;
}


#dichvu-tiec-detail .item-product .price .left {
    color: #da3920;
    margin-top: 5px;
}

#dichvu-tiec-detail .item-product .price .left span {
    font-weight: bold;
}

.wap-ct {
    position: relative;
    height: 1000px;
    overflow: hidden;

}

.wap-ct .gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.btn-more-dt {
    cursor: pointer;
    display: block;
    width: 229px;
    height: 39px;
    color: rgb(24, 158, 255);
    font-size: 13px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    margin: 10px auto 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(24, 158, 255);
    border-image: initial;
    border-radius: 4px;
    margin-bottom: 40px;
}

.banner-new {
    margin-bottom: 20px;
}

.banner-new .container {
    padding: 0px;
}

.banner-left1 {
    float: left;
    width: 352px;
}

.banner-left2 {
    width: 352px;
    float: left;
}

.banner-left2 a {
    display: block;
    height: 300px;
}

.banner-left3 {
    float: left;
    width: 396px;
}

.banner-left3 a {
    height: 150px;
}


.intro ul {
    list-style: inherit;
    padding-left: 15px;
}

.menu-top {
    background: #78bc1c;
    padding: 5px 0px;
    margin-bottom: 10px;
    /*display: none;*/
}

.wapper-home .menu-top {
    display: block;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.menu-top ul.lv1 {
    list-style: none;
    position: relative;
    display: inline-block;
    float: left;
}

.menu-top ul.lv1>li {
    display: inline-block;
    position: relative;
    float: left;
    padding: 0px 7px;
}

.menu-top ul.lv1>li:first-child a {
    /*font-size: 16px;*/
}

.menu-top ul.lv1>li>a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 25px;
    border-radius: 34px;
}

.menu-top ul.lv1>li>a:hover {
    background: #fff;
    color: #057787;
}

#header-top .row {
    padding: 3px 0px;
}

.content .intro span {
    /* font-family: Roboto;*/
}

.content .intro img {
    width: 100%;
    height: auto !important;
}

.dropdown-2 {
    background: #FFF;
    color: #000;
    list-style: none;
    display: none;
    display: none;
    position: absolute;
    left: 0px;
    top: 36px;
    width: 200px;
    z-index: 9999;
}

.dropdown-2 a {
    padding: 7px 10px;
}

.content .quantity {
    margin-top: 0px;
}

.menu-top li:hover ul {
    display: block;
}

.content .intro {
    margin-top: 10px;
}

.icon-cart-mobile {
    display: none;
}



@media only screen and (min-width: 1025px) {

    .wapper-suckhoe .container {
        width: 1024px !important;
    }

    .wapper-home .container {
        width: 1100px !important;
    }

    .category-count-5 .item {
        width: 20% !important;
    }

    .category-count-4 .item {
        width: 25% !important;
    }

    .main-slide-op {
        margin-top: 50px;
    }


}


@media only screen and (max-width: 767px) {

    #cart .cart-page .wrap-info .item-form input[type=text],
    #cart .cart-page .wrap-info .item-form select {
        width: 100% !important;
    }

    #cart .cart-page .wrap-info .item-form {
        margin-bottom: 0px;
    }

    .time-od select {
        margin-bottom: 10px;
    }

    .info .img-view {
        width: 100%;
    }

    .pdp-btn-slide {
        width: 40px;
        height: 40px;
    }

    #cart .cart-page .wrap-info .item-form>span {
        padding-bottom: 5px;
    }

    .popup-callme .modal-dialog {
        width: 95% !important;
    }

    #call-me.phone {
        width: 100%;
        margin: 10px 0px;
        font-size: 20px;
    }

    #call-me.phone {
        margin-bottom: 25px;
    }

    .popup-callme .img-modal span {
        margin: 10px 0px;
    }

    #footer {
        margin-bottom: 53px;
    }

    .related-mt .item-news {
        min-height: 260px;
    }

    .wapper-product-main .wrap-item .item .name .price .left {
        width: 100% !important;
    }

    .wapper-product-main .wrap-item .item .name .price .right {
        width: 100% !important;
        text-align: left;
    }

    .wapper-product-main .item-product {
        min-height: 390px;
    }

    .vote-Product .messageConfirm {
        float: none;
        clear: both;
    }

    .product-page .item .name {
        padding: 4px 0px !important;
    }

    .content .intro {
        padding-bottom: 20px;
    }

    #call-me.phone {
        margin-bottom: 0px;
    }

    .content .price .right {
        text-align: left;
        padding-top: 5px;
    }

    .content .add-cart {
        width: 100%;
    }

    .blog-list-2 .post-item {
        width: 100% !important;
    }

    .blog-list-3 .post-item {
        width: 50% !important;
    }

    .sh-empty-space {
        display: none !important;
    }

    .list-blog-3 .post-item-tab {
        width: 50% !important;
        float: left;
    }

    .widget-social {
        margin-bottom: 50px;
    }


    .wap-thank-v2 h4 {
        padding: 100px 20px !important;
        font-size: 16px !important;
        text-align: center;
        line-height: 24px;
    }

    .clear {
        float: none;
        clear: both;
    }



    .se-bannner li {
        list-style: none;
    }

    .header .nav,
    .header .logo,
    .header .cart {
        float: left;
    }

    .header .nav {
        width: 24px;

    }

    .header .nav a {
        margin-top: 33px;
        display: inline-block;
    }

    .header .logo {
        width: 150px;
        margin-left: 100px;
        float: left;
    }

    .header .logo a {
        display: block;
        margin-top: 8px;

    }

    .header .cart {
        width: 21px;
        float: right;

    }

    .header .cart a {
        margin-top: 33px;
        display: inline-block;
    }

    .header {
        /*padding: 0px 15px;*/
    }

    .seach {
        clear: both;
        padding: 0px 13px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .seach form {
        width: 100%;
        height: 45px;
        background: url('../img/bg-search@2x.png') center center no-repeat;
        background-size: cover;
    }

    .seach form input {
        background: none;
        border: none;
    }

    .seach form input[type=text] {
        width: 80%;
        height: 34px;
        padding-left: 25px;
        float: left;
        color: #333;
    }

    .seach form input[type=button] {
        width: 15%;
        float: right;
        height: 34px;
        margin-right: 10px;
    }

    .list-home {
        width: 100%;
        padding: 5px 0px;
        padding-top: 10px !important;
        text-align: center;

    }

    .list-home li {
        list-style: none;
        display: inline;
    }

    .list-home li a {
        font-size: 19px;
        font-weight: bold;
        padding: 0px 12px;
        /* color: #BFBFBF;*/
    }

    .list-home .main-l {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .list-home li a:hover {
        color: #8BC53F;
    }

    .bx-wrapper {
        margin-bottom: 0px;
    }

    .se-bannner {
        /* margin: 10px 25px;*/
    }

    .wap-list {
        margin-bottom: 10px;
        color: #004123;
    }

    .wap-list .t1 {
        float: left;
        width: 50%;
        padding: 0px 5px 0px 0px;
        font-size: 12px;
        margin: 8px 0px;
    }

    .wap-list .t1 img {
        width: 45px;
        height: 42px;
        float: left;
        padding-right: 10px;
    }

    .line-bg {
        padding: 0px 10px;
    }

    .line-bg span {
        display: block;
        height: 21px;
        width: 100%;
        background: url('../img/bg-line@2x.png') center center no-repeat;
        background-size: 100%;

    }

    .wap-pa {
        padding: 0px 10px;
    }

    .img-tiec {
        clear: both;
        float: none;
    }

    .img-tiec .img-1 {
        display: block;
        width: 88px;
        /*height: 88px;*/
        float: left;
        padding-right: 10px;
        border-right: 1px solid #016033;
    }

    .img-tiec .img-r {
        margin-left: 10px;
        float: left;
        width: 70%;
    }

    .img-tiec h3 a {
        color: #8BC53F;
        text-transform: uppercase;
        font-size: 17px;
    }

    .img-tiec h3 span {
        display: inline-block;
        width: 30px;
        border-bottom: 1px solid #016033;
        margin-bottom: 5px;
    }

    .img-tiec-right .img-1 {
        float: right;
    }

    .img-tiec {
        margin: 25px 0px;
        overflow: hidden;
    }

    .img-tiec-right h3 {
        text-align: right;
    }

    .img-tiec-right h3 span {
        float: right;
        margin-top: 14px;
        margin-left: 5px;
    }

    .img-tiec-right .img-1 {
        padding-right: 0px;
        padding-left: 10px;
        border-left: 1px solid #016033;
        border-right: none !important;
    }

    .wap-btn {
        background: #F2D012;
        color: #FFF;
        border-radius: 8px;
        padding: 8px 10px;
        float: right;
        margin-top: 10px;

    }

    .item-dv {
        width: 50%;
        float: left;
        padding: 0px 5px;

        margin-bottom: 20px;
    }

    .item-dv .main-dv1 {
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -ms-transform: rotate(-2.8556899637996E-8deg);
        -o-transform: rotate(-2.8556899637996E-8deg);
        -webkit-transform: rotate(-2.8556899637996E-8deg);
        -moz-transform: rotate(-2.8556899637996E-8deg);
        transform: rotate(-2.8556899637996E-8deg);
        -ms-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        background: rgba(255, 255, 255, 255);
        padding-bottom: 8px;
        /*padding: 5px;*/
    }

    .main-dv1 p {
        padding: 5px 10px;
    }

    .main-item-dv {
        padding: 0px 15px;
        margin-top: 15px;
    }

    .item-dv h3 a {
        background: #7B9A72;
        display: block;
        text-align: center;
        font-weight: normal;
        padding: 5px 0px;
        color: #FFF;
    }

    .item-dv .btn-c {
        color: #FFF;
        background: #8BC53F;
        width: 80%;
        padding: 5px 10px;
        display: block;
        margin: 4px auto;
        text-align: center;
        border-radius: 5px;
    }

    .icon-nav-right {
        -webkit-border-top-left-radius: 50%;
        -webkit-border-bottom-left-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-bottomleft: 50%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        width: 78px;
        height: 78px;
        background: #000;
        position: fixed;
        right: -39px;
        bottom: 100px;
        background: url('../img/icon-nav-right@2x.png') center center no-repeat;
        background-size: 100%;
        z-index: 99;
    }

    .icon-nav-right .main-icon {
        position: relative;
        width: 39px;
        height: 78px;
    }

    .icon-nav-right .icon-fa {
        width: 31px;
        height: 31px;
        background: url('../img/icon-fa@2x.png') center center no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -35px;
        right: 8px;
    }

    .icon-nav-right .icon-email {
        width: 31px;
        height: 31px;
        background: url('../img/icon-email-nav@2x.png') center center no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 80px;
        right: 8px;
    }

    .icon-nav-right .icon-phone {
        width: 31px;
        height: 31px;
        background: url('../img/icon-phone-nav@2x.png') center center no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 47px;
        right: 48px;
    }

    .icon-nav-right .icon-tv {
        width: 31px;
        height: 31px;
        background: url('../img/icon-tv-nav@2x.png') center center no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 0px;
        right: 48px;
    }

    .icon-nav-right .icon-nav {
        display: none;
    }

    .nav-bottom {
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        -webkit-box-shadow: -1px -1px 5px 0px rgba(120, 119, 120, 1);
        -moz-box-shadow: -1px -1px 5px 0px rgba(120, 119, 120, 1);
        box-shadow: -1px -1px 5px 0px rgba(120, 119, 120, 1);
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /* height: 60px;*/
        /* -webkit-box-shadow: -1px -2px 3px 2px rgba(166, 163, 166, 1);
    -moz-box-shadow: -1px -2px 3px 2px rgba(166, 163, 166, 1);
    box-shadow: -1px -2px 3px 2px rgba(166, 163, 166, 1);
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    */
        background: #FFF;
        padding: 5px 0px 0px 0px;
        z-index: 999;
    }


    .nav-bottom {
        text-align: center;
    }

    .nav-bottom ul {
        display: inline-flex;
        margin: 0;
        padding: 0;
        /* For IE, the outcast */
        zoom: 1;
        *display: inline;
    }

    .nav-b-tiec {
        margin-left: -10px;
    }

    .nav-bottom li {
        float: left;
        padding: 2px 18px;

        list-style: none;
        text-align: center;
    }


    /*.nav-bottom li {
    display: inline;
    
}*/

    .nav-bottom .icon-tiec {
        /* height: 50px;*/

        /* margin: 0px 10px;*/
    }

    .nav-bottom .icon-tiec img {
        height: 25px;
        display: block;
        padding: 0px;
        margin: 0px;
        margin: 0px auto;
    }

    /* my style */
    .main-dv1 p {
        min-height: 85px;
    }

    .item-dv h3 a {
        font-size: 18px;
    }

    .wap-search {
        position: relative;

    }

    .wrap-keyword-mweb {
        display: none;
        position: absolute;
        background: #FFF;
        z-index: 999999;
        border: 1px solid #EEE;
        border-top: none;
        width: 100%;
        padding-bottom: 10px;

    }

    .wrap-keyword-mweb a img {
        width: 40px;
        float: left;
        margin-right: 5px;
        padding-left: 5px;
    }

    .wrap-keyword-mweb a {
        display: block;
        clear: both;
        padding: 7px 0px;
        /* color: #000;*/
        border-bottom: 1px dotted #CCC;
        overflow: hidden;
        font-size: 17px;
    }

    .wrap-keyword-mweb .suggest span {
        padding-left: 10px;
        font-weight: bold;
    }

    .item-dv .price-main {
        color: #016033;
        font-size: 17px;
        text-align: center;
        margin-top: 10px;
        min-height: 60px;
    }

    .item-dv .price {
        font-weight: 600;
    }

    .item-dv .set {
        display: block;
        padding: 5px 0px;
        font-size: 14px;
    }

    .title-cate h4 {
        font-size: 20px;
        padding-bottom: 10px;
        float: left;
        color: #7B9A72;
        text-transform: uppercase;
    }

    .title-cate h4 a {
        color: #7B9A72;
    }

    .title-cate .view-all a {
        float: right;
        background: #F2D012;
        color: #FFF;
        border-radius: 8px;
        padding: 4px 10px;
    }

    #customer .wrap-item {
        background-color: #f4f4f4;
        border-radius: 10px;
        padding: 20px;
        display: inline-block;
        width: 100%
    }

    #customer .wrap-item .item {
        display: inline-block;
        width: 100%
    }

    #customer .wrap-item .item .left,
    #customer .wrap-item .item .right {
        display: inline-block;
        float: left
    }

    #customer .wrap-item .item .left {
        width: 118px;
        height: 118px
    }

    #customer .wrap-item .item .left .img {
        border-radius: 50%;
        border: 3px solid #f2d012;
        display: block
    }

    #customer .wrap-item .item .left .img img {
        border-radius: 50%;
        max-width: 100%
    }

    #customer .wrap-item .item .right {
        width: calc(100% - 118px);
        padding-left: 20px;
        padding-top: 10px
    }

    #customer .wrap-item .item .right .intro {
        font-size: 14px;
        color: #666;
    }

    #customer .wrap-item .item .right .name {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        /* padding-left: 20px;
    background-image: url(../img/icon-man.png);*/
        background-position: left center;
        background-repeat: no-repeat;
    }

    #customer .owl-nav {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -13px
    }

    #customer .owl-nav>button {
        border: 1px solid #ddd;
        padding: 3px 15px !important;
        background-color: #fff
    }

    #customer .owl-nav .owl-prev {
        border-radius: 13px 0 0 13px
    }

    #customer .owl-nav .owl-next {
        border-radius: 0 13px 13px 0
    }

    #category .item span {
        margin-top: 10px
    }

    #customer .owl-nav {
        left: 0
    }

    #blog-home {
        padding-top: 30px
    }

    #blog-home .title-cate {
        margin-bottom: 20px
    }

    #blog-home .item {
        display: inline-block;
        width: 100%
    }

    #blog-home .item .left,
    #blog-home .item .right {
        display: inline-block;
        float: left
    }

    #blog-home .item .left {
        width: 180px;
        height: 180px;

        padding-top: 10px;
        position: relative
    }

    #blog-home .item .left .bor {
        position: absolute;
        left: 0;
        top: 0;
        width: 170px;
        height: 170px;
        border-radius: 5px;
        border: 1px solid #eeeded
    }

    #blog-home .item .left img {
        width: 170px;
        height: 170px;
        border-radius: 5px;
        position: relative;
        z-index: 1
    }

    #blog-home .item .right {
        width: calc(100% - 180px);
        padding-left: 15px;
        padding-top: 10px
    }

    #blog-home .item .right .date {
        font-size: 12px;
        color: #999;
        display: block;
        margin-bottom: 5px
    }

    #blog-home .item .right .title {
        display: block;
        font-size: 16px;
        color: #000;
        line-height: 1.3;
    }

    #blog-home .item .right .dot {
        display: block;
        margin-bottom: 5px
    }

    #blog-home .item .right .intro {
        font-size: 14px;
        color: #666
    }

    #blog-home .item .right .view {
        display: block;
        text-transform: uppercase;
        color: #666;
        font-size: 12px
    }

    #blog-home .item .right .view:hover {
        color: #f2d012
    }

    .logo-foot {
        display: block;
        margin-bottom: 20px
    }

    #footer {
        padding-top: 30px;
        font-size: 13px;
    }

    #footer .review {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #footer .review a {
        margin-left: 10px;
        color: #09f
    }

    #footer .social {
        margin-bottom: 10px;
    }

    #footer .social a {
        font-size: 20px;
        display: inline-block;
        margin-right: 10px
    }

    #footer .social a:nth-child(1) {
        color: #3b5998
    }

    #footer .social a:nth-child(2) {
        color: #db4437
    }

    #footer .social a:nth-child(3),
    #footer .social a:nth-child(4) {
        color: #db4437
    }

    #footer .social a:nth-child(5) {
        color: #8e45b6
    }

    #footer .social a:nth-child(6) {
        color: #0f76a9
    }

    #footer .title-foot {
        /*display: block;*/
        font-size: 18px;
        margin: 10px 0px;
        color: #666;
        /*text-transform: uppercase;
    background: url(../img/bg-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 10px;
    margin-bottom: 30px*/
    }

    .title-top {
        font-size: 20px;
        text-align: center;
        padding: 10px 0px;
        text-transform: uppercase;
        color: #8BC53F;
    }

    #footer .about {
        background: url(../img/bg-foot.png);
        background-repeat: no-repeat;
        background-position: right bottom
    }

    #footer .about .thongbao {
        margin-top: 10px
    }

    #footer .about a {
        display: block;
        color: #000;
    }

    #footer .cpr {
        padding-top: 15px
    }

    #footer .cpr a {
        color: #549202;
        display: inline-block
    }

    .box-mobile-f {
        display: none;
    }

    .menu-sidebar {
        width: 100%;
        background: #FFF;
        text-align: center;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99999999;
        display: none;
        padding-bottom: 100px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(148, 145, 148, 1);
        -moz-box-shadow: 1px 1px 5px 0px rgba(148, 145, 148, 1);
        box-shadow: 1px 1px 5px 0px rgba(148, 145, 148, 1);
    }

    .menu-sidebar ul a {
        padding: 12px 10px;
        font-size: 17px;
        text-transform: capitalize;
        border-bottom: 1px solid #EEE;
        display: block;
    }

    .close-nav-btn a {
        text-align: right !important;
        font-size: 20px;
        padding: 7px 10px;
        color: #8BC53F;
    }

    .nav-email a {
        font-size: 13px;
    }


    .rotate-x {
        overflow: hidden;
        transition-duration: 0.8s;
        transition-property: transform;
    }

    .rotate-xx {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }


    .form-css-f input[type=text],
    select {
        width: 100%;
        padding: 7px 10px;
        margin: 5px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .title-f {
        font-size: 20px;
        text-transform: uppercase;
        color: #8BC53F;
        margin-bottom: 20px;
    }

    .form-css-f input[type=button] {
        width: 100%;
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .form-css-f input[type=button]:hover {
        background-color: #45a049;
    }

    .form-css-f textarea {
        width: 100%;
        height: 150px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        resize: none;
    }

    .form-css-f .msg {
        padding: 20px 0px;
        font-size: 14px;
    }

    .form-css-f {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
    }

    .wap-thank-v2 {
        padding: 100px 20px !important;
        font-size: 16px !important;
    }

    .seach .nav {
        display: none;
    }

    .seach-fixed.fixed .nav {
        display: block;
        float: left;
        margin-top: 13px;
        margin-left: 10px;
    }

    .seach-fixed.fixed .wap-search {
        width: calc(100% - 80px);
        float: left;
    }

    .icon-cart-mobile {
        float: right;
        display: none;
        width: 25px;
        margin: 6px 10px 0px 0px;
        position: relative;
    }

    .seach-fixed.fixed .icon-cart-mobile {
        display: block;
    }

    .cart-icon {
        position: relative;
    }

    .icon-cart-mobile span,
    .cart-icon span {
        color: #FFF;
        position: absolute;
        right: -4px;
        bottom: -4px;
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
        background: #c00;
        border-radius: 50% font-size:12px;
        border-radius: 50%;
        font-size: 10px;
    }

    .seach-fixed.fixed .nav img {
        width: 30px;

    }

    .menu-sidebar li {}

    .seach-fixed.fixed {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999999;
        margin: 0px 0px;
        padding: 4px 0px;
        background: #f9f9f9;
    }

    .nav-bottom .icon-tiec img {
        height: 25px !important;
    }


    .info .thumb .slick-slide {
        width: 50px !important;
        margin-right: 5px;
    }

    .info .thumb .img-thumb {
        opacity: 0.7;
    }

    .info .img-view {
        height: auto;
    }

    .auto-page-thumb {
        margin-top: 6px;
    }

    .auto-page-thumb img {
        width: 40px;


    }

    .menu-sidebar li {
        list-style: none;
    }

    .auto-page-thumb a {
        overflow: hidden;
        display: inline-block;
        padding: 5px;
        margin-right: 3px;
    }

    .auto-page-thumb .active {
        padding: 4px;
        border: 1px solid #da3920;
        border-radius: 5px;
        overflow: hidden;
    }

    .fancybox-slide {
        padding: 0px 10px;
    }

    .main-search-list .item-dv {
        width: 33.33%;
    }

    .main-search-list h5 {
        font-size: 18px;
        padding: 10px 0px;
        color: #666;
        font-weight: normal;
    }

    .img-tiec-item {
        clear: both;
        float: none;
    }

    .img-tiec-item .img-1 {
        display: block;
        width: 88px;
        /*height: 88px;*/
        float: left;
        padding-right: 10px;
        border-right: 1px solid #016033;
    }

    .img-tiec-item .img-r {
        margin-left: 10px;
        float: left;
        width: 70%;
    }

    .img-tiec-item h3 a {
        color: #8BC53F;
        text-transform: uppercase;
        font-size: 17px;
    }

    .img-tiec-item h3 span {
        display: inline-block;
        width: 30px;
        border-bottom: 1px solid #016033;
        margin-bottom: 5px;
    }

    .img-tiec-item {
        margin: 25px 0px;
        overflow: hidden;
    }

    .img-tiec-item strong p {
        font-size: 17px;
        color: #8BC53F;
        text-align: right;
    }

    .img-tiec-item .price-as {
        color: #016033;
        margin: 0px;
    }

    .img-tiec-item {
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -ms-transform: rotate(-2.8556899637996E-8deg);
        -o-transform: rotate(-2.8556899637996E-8deg);
        -webkit-transform: rotate(-2.8556899637996E-8deg);
        -moz-transform: rotate(-2.8556899637996E-8deg);
        transform: rotate(-2.8556899637996E-8deg);
        -ms-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        background: rgba(255, 255, 255, 255);
        padding: 15px;
        margin: 10px;
        /*padding: 5px;*/
    }

    .wapper-dichvutiec .wrap-item {
        padding: 5px 0px;
    }

    .wapper-dichvutiec .title-cate .text {
        margin-top: 10px;
    }

    .intro-pa {
        padding: 5px 5px;
        min-height: 65px;
    }

    .menu-address {
        font-size: 12px !important;
        text-transform: capitalize !important;
    }

    .main-bt-menu p {
        padding: 0px;
        margin: 2px 0px;
    }

    .main-bt-menu p span {
        color: #09f;
    }

    .list-menu-stick {
        display: none;
    }

    .list-menu-stick li {
        display: inline-block;
        padding: 0 15px;
        text-align: center;
        padding-top: 6px;
    }

    .list-menu-stick li a {
        font-size: 14px;
        text-transform: capitalize;
        display: block;
        padding: 2px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #333;
    }

    .list-menu-stick li.is-active a {
        background: #8BC53F;
        padding: 5px;
        border-radius: 5px;
        padding-top: 5px;
        color: #FFF;
    }

    .list-menu-stick ul {
        white-space: nowrap;
        overflow-x: auto;
        position: fixed;
        top: 53px;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #FFF;

        /* height: 50px;*/
        padding: 0;
        margin: 0;
    }

    .filter-tab .icon {
        float: right;
        position: relative;
    }

    .filter-tab ul {
        list-style: none;
        display: none;
    }

    .filter-tab .icon:hover ul {
        display: block;
        position: absolute;
        right: 0px;
        top: 30px;
        width: 130px;
        background: #FFF;
        border: 1px solid #EEE;
        padding: 10px;
        z-index: 9999;
    }

    .filter-tab ul li a {
        font-size: 12px;
    }

    .breadcrumb {
        white-space: nowrap;
        overflow-x: auto;

    }

    .wap-breadcrumb {
        position: relative;
    }

    .wap-breadcrumb .next-nav {
        cursor: pointer;
        width: 49px;
        height: 24px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0OSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjI0IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxwYXRoIGQ9Ik0yMCAwSDQ0VjI0SDIwVjBaIiBmaWxsPSJ3aGl0ZSIvPgo8Y2lyY2xlIGN4PSIzMiIgY3k9IjEyIiByPSIxMS41IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjRTVFNUU1Ii8+CjxwYXRoIGQ9Ik0zMi45NzUgNi45NzUxTDMxLjkyNSA4LjAyNTFMMzUuMTUgMTEuMjUwMUgyNlYxMi43NTAxSDM1LjE1TDMxLjkyNSAxNS45NzUxTDMyLjk3NSAxNy4wMjUxTDM4IDEyLjAwMDFMMzIuOTc1IDYuOTc1MVoiIGZpbGw9IiM3NTc1NzUiLz4KPHJlY3QgeD0iNDQiIHdpZHRoPSI1IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjAiIHkxPSIyNCIgeDI9IjMuMTc4OTFlLTA3IiB5Mj0iMjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+CiA=) no-repeat 0 0;
        position: absolute;
        top: 8px;
        right: 0;
    }


    .main-item-sk .img-blog-item {
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -ms-transform: rotate(-2.8556899637996E-8deg);
        -o-transform: rotate(-2.8556899637996E-8deg);
        -webkit-transform: rotate(-2.8556899637996E-8deg);
        -moz-transform: rotate(-2.8556899637996E-8deg);
        transform: rotate(-2.8556899637996E-8deg);
        -ms-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
        background: rgba(255, 255, 255, 255);
        padding: 10px 10px;
        margin: 10px;
    }

    .main-item-sk .item img {
        width: 130px;
        padding-right: 10px;
        border-right: 1px solid #016033;
        margin-right: 10px;
    }

    .date-view {
        font-size: 12px;
    }

    .stickymix-active {
        position: fixed !important;
        width: 100%;
        left: 0px;
        top: 50px;
        z-index: 999;
    }

    .main-sub-cate-mix {
        position: relative;
        background: #FFF;
    }

    .main-sub-cate-mix ul {
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
    }

    .main-sub-cate-mix li {
        display: inline-block;
        text-align: center;
        /* width: 50%;*/
    }

    .main-sub-cate-mix .next-nav {
        cursor: pointer;
        width: 49px;
        height: 24px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA0OSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjI0IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxwYXRoIGQ9Ik0yMCAwSDQ0VjI0SDIwVjBaIiBmaWxsPSJ3aGl0ZSIvPgo8Y2lyY2xlIGN4PSIzMiIgY3k9IjEyIiByPSIxMS41IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjRTVFNUU1Ii8+CjxwYXRoIGQ9Ik0zMi45NzUgNi45NzUxTDMxLjkyNSA4LjAyNTFMMzUuMTUgMTEuMjUwMUgyNlYxMi43NTAxSDM1LjE1TDMxLjkyNSAxNS45NzUxTDMyLjk3NSAxNy4wMjUxTDM4IDEyLjAwMDFMMzIuOTc1IDYuOTc1MVoiIGZpbGw9IiM3NTc1NzUiLz4KPHJlY3QgeD0iNDQiIHdpZHRoPSI1IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjAiIHkxPSIyNCIgeDI9IjMuMTc4OTFlLTA3IiB5Mj0iMjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+CiA=) no-repeat 0 0;
        position: absolute;
        top: 40px;
        right: 0;
    }

    .ajax-load-cart {
        display: none;
    }
    #cart .cart-page .wrap-item-cart .item .price{
        width: 120px;
    }

    #cart .cart-page .wrap-item-cart .item .name{
        width: calc(100% - 215px);
    }


}