#storeBranch>button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
    padding: 13px 30px;
	font-size: 21px;
	background: linear-gradient(to bottom, #fff, #fcf4df);
    border: 1px solid #dad4bf;
}
#storeBranch>button:hover {
	color: #8b0304;
}
#loadStoreBranchs .modal-content{
	background: #f7f1d;
}
#loadStoreBranchs .modal-header {
	text-align: center;
}
#loadStoreBranchs img {
	margin: auto;
}
.blog_post_heading h2 a, .blog_post_heading h3 a{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.blog_post_content{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 79px;
}
#loadStoreBranchs {
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
	-webkit-justify-content: center;
    -webkit-align-items: center;
}
.deactive{
    background: #aaa;
    pointer-events: none;
}
.color.req .deactive{
    pointer-events: unset;
}
@media (min-width: 1500px) {
    .zoomContainer{
        display: none;
    }
}



    .modal-dialog {
        width: 550px;
        margin: 30px auto;
    }

    #loadStoreBranchs .modal-header img {
        max-width: 300px;
    }

    #storeBranch > button:LAST-CHILD {
        margin-bottom: 0;
    }

    #chir_logo {
        height: 85px;
    }

    #chir_logo img {
        max-height: 100%;
    }

    #pagination .paginator a {
        border: 1px solid #c9141b;
        padding: 5px 10px;
        color: #c9141b;
        border-color: #c9141b;
        margin-left: 3px;
    }

    #pagination .paginator a:hover {
        color: #ffffff;
        border-color: #c9141b;
        background: #c9141b;
    }

    #pagination .paginator span.currentPage {
        border: 1px solid #c9141b;
        color: #ffffff;
        border-color: #c9141b;
        background: #c9141b;
        padding: 5px 10px;
        margin-left: 3px;
    }

    #pagination .content_sortPagiBar .pagination > li > a, #pagination .content_sortPagiBar .pagination > li span {
        color: #c9141b;
        border-color: #c9141b;
        background: #ffffff;
    }

    #pagination .content_sortPagiBar .pagination > li:hover > a, #pagination .content_sortPagiBar .pagination > li:hover span, #pagination .content_sortPagiBar .pagination > li:focus > a, #pagination .content_sortPagiBar .pagination > li:focus span {
        color: #ffffff;
        border-color: #c9141b;
        background: #c9141b;
    }

    .chir_breadcrumb ul.breadcrumb {
        margin-bottom: 0 !important;
    }

    .paginator a.paging-first:before {
        content: "\f100";
        font-family: FontAwesome;
    }

    .paginator a.paging-previous:before {
        content: "\f104";
        font-family: FontAwesome;
    }

    .paginator a.paging-next:before {
        content: "\f105";
        font-family: FontAwesome;
    }

    .paginator a.paging-last:before {
        content: "\f101";
        font-family: FontAwesome;
    }

    ul.view_list .item_product .loop_item:hover {
        border-bottom: none;
    }

    #signU {
        text-align: center;
    }

    #sign .f ul li {
        margin: 10px 0;
    }

    #sign .f label {
        width: 170px;
        text-align: left;
        display: inline-block;
    }

    #sign .f .errors li {
        color: red;
        padding-left: 485px;
        width: 400px;
        text-align: left;
    }

    #sign .f input {
        padding: 5px;
        width: 250px;
    }

    #sign .f select {
        padding: 5px;
        width: 200px;
    }

    #sign .f input#btnSubmit {
        /*border: 1px solid #fff;*/
        /*margin-left: 170px;*/
        /*width: 208px;*/
        font-weight: bold;
        cursor: pointer;
        /*background: #000;*/
        /*color: #fff;*/
        /*box-shadow: 0 0 0 2px ;*/
    }

    #sign .f input#btnSubmit:hover {
        border: 1px solid #e60f1e;
        background: #e60f1e;
        color: #fff;
    }

    .attr a {
        display: inline-block;
        min-width: 25px;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        border: 1px solid #fff;
        margin-right: 4px;
        transition: all 0.2s;
        box-shadow: 0 0 0 1px #B8B8B8;
        text-align: center;
        font-size: 14px;
        padding: 0 5px;
    }

    .attr p {
        font-size: 15px;
    }

    .attr a:hover, .attr a.active {
        box-shadow: 0 0 2px 2px #FF7A00;
    }

    .product-detail-box .unsel {
        cursor: not-allowed;
    }

    .ui-tooltip {
        padding: 10px 15px;
        color: white !important;
        box-shadow: 0 0 7px black;
        font-size: 14px;
    }

    .ui-tooltip, .arrow:after {
        background: black !important;
        border: 2px solid white !important;
    }

    .arrow {
        width: 70px;
        height: 16px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -32px;
        bottom: -16px;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 20px;
        height: 20px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .box-album {
        height: 350px;
        overflow: hidden;
    }

    .box-album-content {
        height: 99%;
    }

    ul.category_right li {
        margin-bottom: 0;
        padding: 7px;
        position: relative;
    }

    ul.category_right li.active a {
        color: #e60f1e;
    }

    .btn-outline img {
        left: 4% !important;
    }

    .pdCompare.insLabel {
        display: none;
    }

    ul.view_list .item_product .loop_item {
        border: 0;
    }

    #sign .f input#btnSubmit {
        /*border: 1px solid #e60f1e;*/
        background: #e60f1e;
        color: #fff;
        /*margin-left: 170px;*/
        border: 1px solid #fff;
        box-shadow: 0 0 0 2px #e60f1e;
    }

    #signU h1 {
        margin: 20px 0;
        font-weight: 500;
        font-size: 23px;
    }

    #pageSignin .f input#btnSubmit {
        width: 150px;
        font-weight: bold;
        cursor: pointer;
        border: 1px solid #e60f1e;
        background: #e60f1e;
        color: #fff;
    }

    #searchFolding {
        box-shadow: 0 0 5px #bbb;
        position: absolute;
        top: 36px;
        left: 2%;
        width: 96%;
        background: #fff;
        box-shadow: 0 0 5px #bbb;
        z-index: 999;
    }

    #searchFolding a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 10px;
        color: #7e7e7e;
    }

    #searchFolding a:hover {
        color: #e60f1e;
    }

    .chir_frm form > p > a, .chir_frm form > div a {
        color: #aaa;
        margin-right: 10px;
    }

    .info_policy .description p:nth-child(1) {
        color: #e60f1e;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .clearboth {
        clear: both;
    }

    .block_content .layered.layered-category ul.tree-menu li a {
        font-size: 14px;
    }

    .layered-content.slider-range.filter-price ul li label.filter_checkbox a {
        font-weight: normal;
        font-size: 14px;
    }

    .social a {
        padding: 3px;
        font-size: 17px;
    }

    .btn-research {
        padding: 8px 15px;
        border-radius: 0 3px 3px 0;
        background: #e60f1e;
        border: 1px solid transparent;
        color: #fff;
    }

    #home_block_blog .article_item {
        width: 100%;
        float: left;
    }

    .owl-carousel .owl-stage {
        overflow: hidden;
    }

    .chir-img {
        height: 200px;
    }

    .chir-img .chir-img-link {
        display: flex;
    }

    .chir-img .chir-img-link img {
        margin: auto;
    }

    .cate-img {
        display: none;
    }

    .icon-menu-bar {
        padding: 5px 20px;
    }

    .show_menu_bar {
        padding: 5px 8px;
        border: 1px solid #e60f1e;
        border-radius: 2px;
        display: none;
    }

    .menu-too-large {
        position: absolute;
        top: 100%;
        right: 15px;
        background: #fff;
        z-index: 9;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-bottom: 2px solid #e60f1e;
    }

    .menu-too-large li {
        float: unset !important;
    }

    .title_object .title h2 a {
        color: #fff;
        display: block;
    }

    #user-active {
        text-align: center;
        padding-top: 20px;
    }

    .top-info ul li span , .top-info ul li p {
        display: inline-block;
    }

@media (min-width: 992px) {
    ul.product-list.products.filter li.item_product:nth-child(4n+1) {
        clear: both;
    }
    .ins_verevel .item_lup:nth-child(3n+1),
    #chir_blogs .article_item:nth-child(3n+1)
    {
        clear: both;
    }
    .ins_verevel .item_lup {
        padding-right: 10px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #chir_blogs .article_item:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 991px){
    ul.product-list.products.filter li.item_product:nth-child(2n+1) {
        clear: both;
    }
    .social{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .description div {
        max-width: 100%;
        overflow: hidden;
    }
    #sign .f input {
        width: 100%;
    }
    #sign .f .errors li {
        padding-left: 0;
    }
    #slider-menu{
        height: auto;
        overflow: hidden;
    }
}
.fb_dialog.fb_customer_chat_bubble_pop_in{
    bottom: 85pt !important;
    right: 5pt !important;
}
iframe.fb_customer_chat_bounce_in_v2{
    bottom: 125pt !important;
    right: 0pt !important;
}
.block-the-blog-opt8 {
    margin: 20px;
    background: #fff
}
.ykien_kh {
    text-align: center !important;
}
.block-the-blog-opt8 .block-title > .title {
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}
.tieude_ykien {
    font-size: 16px !important;
    font-family: Arial,serif !important;
    margin-top: 20px !important;
    color: #555 !important;
}
.tieude_ykien {
    font-size: 16px !important;
    font-family: Arial,serif !important;
    margin-top: 20px !important;
    color: #555 !important;
}
.tieude_ykien .ghichu {
    width: 10px;
    margin-top: -14px;
}
.block-the-blog-opt8 .block-title > .title::before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.block-the-blog-opt8 .block-title > .title::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
}
#quote-carousel {
    padding: 0 10px 30px;
}
.testimonial-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.link_facebook {
    font-family: Arial;
    color: #333;
    font-size: 14px;
}
.ten_face {
    color: green;
}
#quote-carousel .carousel-control {
    background: 0 0;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left, .carousel-control.right {
    margin-left: 15px;
    background-image: none !important;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left, .carousel-control.right {
    margin-left: 15px;
    background-image: none !important;
}
/*****----- SEO -----*****/
.vertical-menu-content h2{
    font-weight: normal;
    font-family: 'brandon_textregular';
    font-size: 14px;
}
.vertical-menu-content .level3 h2{
    font-weight: normal;
    font-family: 'brandon_textregular';
    font-size: 16px;
}
.box-vertical-megamenus .title{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.size-left .check-box-list{
    width:100%;
    display: inline-block;
}
.size-left .check-box-list li{
    width:50%;
    float: left;
    display: inline-block;
}
.filter-tag .check-box-list .advanced-filter .tag-choise:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #ddd;
    content: "\f096";
    padding-right: 10px;
}
.catalog_filters.filter-tag.layered-content:last-child {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.filter-tag .check-box-list .advanced-filter.check .tag-choise:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #e4393c;
    content: "\f14a";
}
.tag-product{
    margin-top: 10px;
}
.tags-block>span{
    font-weight: bold;
}
.tags-block>a{
    background: #e0d8d8;
    border-radius: 3px;
    padding: 1px 5px;
    margin-right: 5px;
}
.tags-block>a>i{
    margin-right: 5px;
}
@media (min-width: 768px) {
    .tag-product,.product_socaial{
        padding-left: 15px;
    }
}
