.box-left {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.title-left {
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 47px;
    padding: 2px 0;
}

.title-left strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    color: #333;
}

.content-left {
    padding: 23px;
}

.ul-left {
}

.ul-left li {
    display: list-item;
}

.ul-left li a {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    line-height: 26px;
    position: relative;
}

.ul-left li a i {
    margin-right: 5px;
    color: #ccc;
}

.ul-childs {
    margin-left: 14px;
    display: none;
}

.ul-childs li {
}

.ul-childs li a {
}

.ul-left li:hover > ul, .ul-left li.active ul {
    display: block;
}

.ul-left li:hover > a, .ul-left li.active > a {
    color: #199427;
}

.act {
    color: #199427 !important;
}

.box-shas {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.box-shas:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-shas .box-imgs {
    float: left;
    max-width: 92px;
    margin-right: 8px;
    overflow: hidden;
    width: 92px;
    height: 102px;
    position:relative;
}

.box-shas img {
}

.box-over {
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    top:0;
}

.content-shas a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    height: 42px;
    margin-bottom: 8px;
}

.content-shas span {
    font-size: 18px;
    color: #199427;
    font-weight: 700;
    margin-bottom: 2px;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    line-height: 1;
}

.righ-here {
    width: auto;
}

.righ-here a {
    padding: 2px 8px;
    display: table-cell;
    font-size: 14px;
    color: #000;
    border: 1px solid #d0cccc;
    border-left: 0;
}

.righ-here a:first-child {
    border-left: 1px solid #d0cccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.righ-here a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content-box p {
    font-size: 14px;
}

.pagina {
    display: block;
    position: relative;
    margin-top: 20px;
}

.pagina ul {
    margin: 0;
    padding: 0;
}

.pagina ul li {
    list-style-type: none;
    display: inline-block;
    margin: 3px;
}

.pagina ul li a {
    background: #fff;
    color: #000;
    padding: 6px 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.active-page a {
    background: #459429 !important;
    color: #fff !important;
    border-color: #2b601f !important;
}

@media(max-width:576px) {
    .pan-left {
        padding-left: 5px;
    }

    .pan-right {
        padding-right: 5px;
    }

    .filter .righ-here {
        display: inline-block;
    }

    .pagina ul li {
        margin: 2px;
    }

    .page-box {
        text-align: center !important;
    }
}

.rig-limit img {
    max-width: 75px;
    float: left;
    margin-right: 5px;
}

.content-shas strong {
    color: #1f601f;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

.content-shas p {
    font-size: 11px;
    margin: 0;
}

.rig-limit {
    border: none;
}

.title-box strong {
    margin: 0;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    padding: 4px 10px 0;
    text-transform: uppercase;
    border-bottom: 3px solid #199427;
    margin-bottom: -1px;
}

.box-thongtin {
}

.title-member {
    border-bottom: 1px solid #eee;
}

.title-member h2 {
    font-size: 14px;
    color: #1f601f;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    margin: 0;
    position: relative;
}

.title-member h2:after {
    content: '';
    height: 3px;
    width: 100%;
    background: #ffffff;
    bottom: -1px;
    z-index: 1;
    position: absolute;
    left: 0;
}

.title-behide h2:before {
    content: '';
    height: 23px;
    width: 1px;
    background: #eee;
    top: -20px;
    z-index: 1;
    position: absolute;
    left: -1px;
}

.back-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 20px;
    border-bottom: none;
}

.back-content p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.back-content img {
    max-width: 100%;
    height: auto !important;
}

.back-content iframe {
    max-width: 100%;
}

.right-border {
    border-right: 1px solid #eee;
}

.item-note:last-child {
    border-bottom: 1px solid #eee;
}

.tag-ul li {
    display: inline-block;
}

.tag-ul li a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    -webkit-transition: color .2s;
}

.tag-ad:before {
    content: '';
    border-radius: 10px;
    box-shadow: inset -1px 1px rgba(80,70,70,.57);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
    position: absolute;
    z-index: 9999;
    background: #fff;
}

.tag-ad:after {
    content: '';
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
    position: absolute;
}

.tag-ad:hover {
    background: #199427;
    color: #fff;
}

.tag-ad:hover:after {
    border-left: 10px solid #199427;
}

.box-product-detail {
}

/*Zoomer*/

.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.box-img-detail {
    width: 100%;
    height: 400px;
    border: 1px solid #eee;
    padding: 20px;
    position: relative;
}

.box-img-detail a {
    display: block;
}

.box-img-detail a img {
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
}

.config-alige {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 300px;
}

.btn-thumail {
    position: absolute;
    z-index: 2;
    top: 27px;
    height: 46px;
    width: 28px;
    background: rgba(152, 147, 147, 0.45);
    color: #fff;
    display: block;
    padding: 5px 10px;
    font-size: 24px;
    display: none;
}

.box-thumnail-detail {
    margin-top: 20px;
    position: relative;
}

.box-thumnail-detail:hover > .btn-thumail {
    display: block;
}

.item-thumnail {
    width: 100px;
    height: 100px;
    position: relative;
}

.item-thumnail a {
    display: block;
    border: 1px solid #eee;
    height: 95px;
    width: 95px;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.item-thumnail a.active {
    border-color: #199427;
}

.item-thumnail a img {
    max-width: 100%;
    max-height: 100%;
}

.thumnail-pre {
    left: 0;
}

.thumnail-nex {
    right: 0;
}

.btn-thumail:hover {
    background: rgba(14, 14, 14, 0.45);
    color: #fff;
}

@media(max-width:568px) {
    .btn-thumail {
        top: 14px;
        height: 62px;
        width: 28px;
        padding: 13px 10px;
        display: block;
    }

    .item-thumnail {
        width: 90px;
        height: 90px;
    }

    .item-thumnail a {
        height: 85px;
        width: 85px;
    }
}

.title-Product {
    font-size: 20px;
    color: #666;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
    line-height: 28px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: inline-block;
    margin: 0;
}

.rating-stars ul > li.star {
    display: inline-block;
    cursor: pointer;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 1em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
    width: 14px;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #ffbc00;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #efc529;
}

.rating-stars {
    display: inline-block;
}

.text-rating {
    display: inline-block
}

.text-rating p {
    margin: 0;
    font-size: 13px;
    margin-left: 11px;
    color: #666;
}

.rate-star {
    margin-bottom: 4px;
}

.box-price {
    margin-bottom: 10px;
}

.price-drop {
    margin-bottom: 4px;
    position: relative;
}

.price-drop span {
    font-weight: 700;
    color: #199427;
    font-size: 18px;
}

.price-vince {
}

.price-vince p {
    font-size: 12px;
    color: #666;
    margin: 0;
    /*font-style: italic;*/
}

.price-vince p span:last-child {
    color: red;
}

.box-note {
    border: 1px solid #d6d6d6;
    border-left: none;
    border-right: none;
    padding: 11px 0;
    color: #666;
}

.box-note p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}

.select-land span {
    display: inline-block;
    /*float: left;*/
    margin-top: 1px;
}

.card-box {
    padding: 11px 0;
}

.ul-select {
    display: inline-block;
    float: left;
    margin-left: 8px;
}

.ul-select li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}

.ul-select li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #eee;
    line-height: 5px;
    margin-top: 4px;
    position: relative;
    cursor: pointer;
}

.ul-select li.active a:after {
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    position: absolute;
    top: -1px;
    left: -1px;
    box-shadow: 0px 0px 2px 2px #928f8f;
    outline: #b1b0b0 solid 1px !important;
}

.select-land {
    margin-bottom: 20px;
    margin-top: 10px;
}

.number-card {
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}

.number-card span {
    display: inline-block;
    float: left;
    height: 31px;
    padding: 5px 0;
    margin-right: 4px;
    font-size: 14px;
}

.number-card input {
    display: inline-block;
    width: 48px;
    float: left;
    padding-right: 0px;
    height: 31px;
}

.bst {
    display: inline-block;
    float: left;
}

.btn-bts {
    height: 36px;
    font-size: 14px;
    border: none;
    padding: 0 12px;
    color: #fff;
    float: left;
    margin-left: 5px;
}

.btn-atc {
    background: #1f601f
}

.btn-fs {
    background: #F36F36;
}

.btn-hea {
    font-size: 19px;
    color: #0a0a0a;
    background: #fff;
    padding: 6px 10px;
}
.btn-outlike {
    color: #ffffff;
    background: #459429;
}

.new-img {
    max-width: 80px !important;
    padding: 5px;
    border: 1px solid #eee;
}

.news-title a {
    font-size: 12px;
    color: #2b9812;
    height: 36px;
    margin-bottom: 0;
}

.news-title span {
    color: #b1afaf;
    font-size: 11px;
    font-weight: 400;
}

.page-box {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}

.title-box h1 {
    margin: 0;
}

.content-right {
}

.content-right h2 {
    margin: 0;
}

.content-right h2 a {
    font-size: 18px;
    font-weight: 400;
    color: #199427;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
}

.content-right span {
    color: #666;
    font-size: 14px;
}

.content-right p {
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}

.see-more {
    color: #199427;
    background: #eee;
    padding: 8px 20px;
    display: inline-block;
}

.see-more:hover {
    color: #fff;
    background: #199427;
}

.item-news {
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media(max-width:578px) {
    .content-right h2 {
        margin-top: 15px;
    }

    .pagina ul li a {
        padding: 6px 10px;
        font-size: 13px;
    }
}

.title-detail {
    border-bottom: 1px solid #eaeaea;
    line-height: 25px;
    position: relative;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.title-headtwo h2 {
    text-align: justify;
    line-height: 20px;
    font-size: 16px !important;
    color: #1f601f;
    font-weight: 500;
    font-family: inherit;
}

.title-headtwo h3 {
    text-align: justify;
    line-height: 20px;
    font-size: 15px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.back-opp {
    border: none;
    padding: 0;
}

.htch-img {
    height: auto !important;
    border-radius: 0;
}

.bor-ht {
    border-radius: 0;
    border: none;
}

.htch-img a img {
    border-radius: 0;
}

.h2-ht h2 a {
    color: #1f601f;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
}

.h2-ht p {
    margin-bottom: 0;
}

.h2-ht p b {
}

@media(max-width:578px) {
    .bor-ht {
        text-align: center;
    }

    .h2-ht {
        text-align: center;
    }

    .h2-ht p {
        text-align: center;
    }
}

.p-child {
    color: #6f6f6f;
    padding: 15px 0;
    display: block;
    font-size: 14px;
}

.cs-head span {
    color: #2b601f;
    font-weight: 500;
    color: #246f24;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #868686;
    display: inline-block;
    width: calc(100% - 50px);
    cursor: pointer;
    margin-bottom: 10px;
}

.p-content {
    font-size: 14px;
    display: none;
    padding-left: 25px;
}

.chinh-sach {
    margin-bottom: 15px;
}

@media(min-width:568px) {
    .a-recome {
        display: block;
        text-align: center;
    }

    .a-recome img {
        max-width: 345px;
        margin: auto;
        max-height: 222px;
    }
}

.red-color {
    color: red;
}

.shop-offline {
}

.shop-offline span.diachi {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.lds-roller {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0fc303;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bk-opps {
    background: rgba(8, 8, 8, 0.64);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    visibility: hidden;
}

.opps {
    visibility: visible;
}

.btn-atc i {
    padding-right: 6px;
}

.issale {
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-left: 10px;
    text-decoration: line-through;
    margin-right: 10px;
    margin-bottom: 0px;
    display: inline-block;
}

.persale {
    font-size: 13px !important;
    color: #fff !important;
    background: #f90;
    padding: 4px 15px 4px 6px;
    position: relative;
}

.persale::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    border-style: solid;
    border-width: 12px 10px 12px 0;
    border-color: transparent #fff;
    width: 0;
}
.newx img{
    float:left;
    margin-right:10px;
}
.newx{
    position:relative;
}
.boxage-new {
    position: relative;
    display: inline-block;
    float: left;
}
.box-result {
    font-size: 13px;
    padding: 0px 8px;
    color: #656565;
}
@media(max-width:768px){
    .box-show-brach {
        left: 0px;
    }
}
.a-span {
    cursor: pointer;
}
.a-span:hover {
    color: blue;
}