/* - - - chung - - -*/
i {
    font-family: "FontAwesome" !important;
}

#notIndex-fixed-actions i {
    font-size: 14px;
    margin: 0 10px;
}

.attr a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 29px;
    border: 1px solid #fff;
    margin-right: 7px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 2px;
}

.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}

.unsel {
    cursor: not-allowed;
}

#owl-home-main-slider, #megamenu-navbar .main-navbar .megamenu-wrapper.not-index .megamenu-body {
    display: none !important;
}

.deactive {
    background: #ccc;
    pointer-events: none;
}

#pagination .paginator {
    display: inline-flex;
    margin: 20px 0;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    border: 1px solid #c0020f;
    padding: 7px 13px;
    font-weight: 500;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 3px;
    color: #c0020f;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: #c0020f;
    color: #fff;
}

.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;
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}

.ui-tooltip {
    padding: 5px 10px;
    color: white;
    box-shadow: 0 0 7px black;
    font-size: 14px;
}

.ui-tooltip, .arrow:after {
    background: black;
    /*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);
}

/* - - - chung - - -*/

.cloudzoom-ajax-loader {
    background: transparent;
}

.no-padding {
    padding: 0;
}

/*- - - maps, he thong cua hang - - -*/

/* Always set the map height explicitly to define the size of the div
            * element that contains the map. */
#map {
    height: 100%;
}

/* Optional: Makes the sample page fill the window. */
#right-panel {
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
}

#right-panel select, #right-panel input {
    font-size: 15px;
}

#right-panel select {
    width: 100%;
}

#right-panel i {
    font-size: 12px;
}

#right-panel {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#map {
    min-height: 500px;
}

@media print {
    #map {
        height: 500px;
        margin: 0;
    }

    #right-panel {
        float: none;
        width: auto;
    }
}

.list-shop li {
    padding: 10px 15px;
    border: solid 1px #ccc;
    cursor: pointer;
}

.current-location-info, .current-location-info .note {
    margin-top: 15px;
}

#end li.active {
    font-weight: bold;
    border-color: #000;
}

#shopmap-page .list-shop h2 {
    margin: 15px 0 5px 0;
}

#shopmap-page .list-shop h2:first-child {
    margin-top: 0;
}

/*- - - maps, he thong cua hang - - -*/

.smart-search-wrapper > a.thumbs {
    width: 24px;
    display: inline-block;
    padding: 0px;
}

.smart-search-wrapper > a.thumbs img {
    position: absolute;
    top: 0px;
    width: 24px;
    left: 0px;
}

.smart-search-wrapper {
    position: fixed;
    background: #fff;
    border: 1px solid rgb(215, 215, 215);
    border-top: none;
    z-index: 999;
}

.smart-search-wrapper > a {
    width: calc(100% - 24px);
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    color: #686767;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: sans-serif;
    padding: 0px 160px 0px 5px;
    position: relative;
}

.smart-search-wrapper > a.select, .smart-search-wrapper > a:hover {
    background: -webkit-linear-gradient(left, #fff, #EAEAEA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #fff, #EAEAEA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #fff, #EAEAEA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #fff, #EAEAEA); /* Standard syntax (must be last) */
    color: #000;
}

.smart-search-wrapper > a > span.price-search {
    position: absolute;
    right: 5px;
    top: 0px;
}

#modalAddComplete {
    border-radius: 8px;
    overflow: hidden;
}

/*  quick view */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    transtion: all .5s;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 780px;
    transform: translatey(-30px);
    transition: all .5s;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.footer-1 p {
    line-height: 1.6;
}

footer a {
    color: #333;
}

.breadcrumb {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 5;
    background: 0 0;
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
}

.breadcrumb > li + li:before {
    padding: 0;
    color: #ccc;
    content: "/\00a0";
}

.img-product-child a img:hover, .img-product-child a img:active {
    border: 2px solid orange;
}

@media screen and (min-width: 1200px) {
    .product-item-col .product-title {
        margin-bottom: 10px;
        height: 50px;
        margin-top: 10px;
    }
}

.grid-uniform.product-list .grid__item {
    padding: 5px 5px !important;
}

.grid-uniform.product-list {
    background: #f2f2f2;
}

.naviappliances {
    overflow: hidden;
    margin-bottom: 10px;
}

.naviappliances a {
    background: #fff;
    border: 1px solid lightcoral;
    border-radius: 4px;
    width: 6.7%;
    height: 98px;
    float: left;
    margin: 5px 0 0 5px;
    position: relative;
}

.naviappliances a:hover {
    border: 1px solid #c0020f;
}

.naviappliances .hogd0818ac {
    border: 1px solid #ffa83c;
}

.naviappliances img {
    display: block;
    width: auto;
    height: 50px;
    margin: 10px auto 0;
}

.naviappliances h3 {
    display: block;
    padding: 2px 3px;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    text-align: center;
    margin-top: 5px;
    max-height: 40px;
    overflow: hidden;
}

.naviappliances a:hover h3 {
    color: #c0020f;
}

.naviappliances .hogd0818ac h3 {
    color: #ffa83c;
}

.social_link {
    display: inline-flex;
    margin-top: 20px;
}

.social_link .gmail-share-button, .social_link .youtube-share-button {
    margin-top: 1px;
    margin-right: 5px;
}

.social_link .zalo-share-button {
    margin-right: 5px;
}

.social_link .gmail-share-button a {
    padding: 2px 5px;
    background: #993b3b;
    border-radius: 5%;
    color: #fff;
}

.social_link .youtube-share-button a {
    padding: 2px 5px;
    background: #000;
    border-radius: 5%;
    color: #fff;
}

.social_link a:hover {
    background: #2F4074;
}

.social_link .fb-share-button {
    margin-right: 5px;
}

.social_link .zalo-share-button {
    margin-top: -1px;
}

img.icon-zalo-fix {
    width: 24px;
    margin-right: 9px;
    padding-left: 3px;
}

.product-item .product-img .proGift img {
    height: auto;
}

.widget_price_filter {
    margin-left: 15px;
}

@media (min-width: 768px) {
    #slider-range {
        width: 50%;
    }
}

#slider-range {
    margin: 15px 0;
    padding: 0;
    height: 8px;
    background: #dae1e8;
    border: none;
    border-radius: 0;
}

#slider-range .ui-widget-header {
    background: #e4393c;
}

#slider-range .ui-slider-handle {
    width: 7px;
    height: 12px;
    background: #ccc;
    border: none;
    margin-left: -4px;
    cursor: pointer;
    top: -3px;
    border-radius: 2px 2px 0 0;
}

#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #ccc;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}

.ui-widget-header {
    color: #eee;
    font-weight: 700;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: 400;
    color: #e3e3e3;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.set-max-height {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog-buttonset button {
    background: #b5b5b5;
    padding: 5px;
    border-radius: 3px;
}

.ui-widget-content {
    z-index: 100;
    background: #FFFFFF;
    padding: 5px 5px 20px 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 325px;
        margin: 157px auto;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

    form.cart .cart-item {
        margin-top: 15px;
    }

    #product-wrapper .product-description-wrapper .pro-tabcontent img, .article-body img {
        height: auto !important;
    }
}

.modal-header {
    padding: 10px;
}

.modal-header {
    border-radius: 5px;
    margin: 6px;
    /* padding: 9px; */
}

.modal-body {
    text-align: center;
    font-weight: 700;
}

.modal-footer {
    text-align: center !important;
}

.form-vertical input {
    width: 100%;
}

.form-vertical .btns input {
    background-color: #c0020f;
    color: #ffffff;
}

.form-vertical .btns input:hover {
    background-color: #8e010b;
}

/*--------------tin tức --------------*/
.article_item {
    margin-bottom: 30px;
    padding: 0 10px;
    list-style-type: none;
}

.single_blog_post_box {
    border: 1px solid #ededed;
    box-shadow: -5px 5px 0 #f0f0f0;
    padding: 6px;
}

.imgage_hover {
    width: 100%;
    overflow: hidden;
}

.relative {
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#home_block_blog .owl-dots, #home_block_blog .owl-nav {
    display: none;
}

.blog_post_heading {
    padding: 15px 10px 0;
    border-bottom: 1px solid #ddd;
}

.blog_post_heading h2 {
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
}

.blog_post_heading h2 a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    color: #333;
}

.blog_post_content {
    padding: 10px 10px 0;
}

.blog_post_content p {
    font-size: 14px;
    height: 30px;
    overflow: hidden;
}

.blog_post_content ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}

.blog_post_content ul li i {
    color: #c0020f;
}

img.img-newshome {
    height: 165px !important;
}

h3.news-title {
    border-bottom: 2px solid #f4646f;
    text-align: center;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.blog-wrap:after {
    content: '';
    display: table;
    clear: both;
}

.news_home {
    padding: 5px 0;
}

.news_home .wrapper {
    background: #fff;
}

.blog_post_content ul {
    margin: 4px 0 5px 0;
}

.blog-wrap {
    padding: 15px 0;
}

.news_home .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) and (min-width: 481px) {
    .header-mobile .medium--one-half {
        width: 100%;
    }
}

.cart__remove small {
    color: #000;
    font-weight: 600;
}

.item:first-child {
    padding-right: 5px;
}

.item:last-child {
    padding-left: 5px;
}

/*
gif*/
.proGift {
    position: relative;
    bottom: 70px;
    left: 10px;
    z-index: 1;
    right: 0;
    width: 90px;
    height: 30px;
}

.gift_box {
    border-radius: 4px;
    border: 1px solid #fb4c36;
    width: 100%;
    position: relative;
    margin: 25px 0 0;
}

.bg_gift {
    position: absolute;
    background: transparent url(/tp/T0237/img/tmp/sprites-main.png) no-repeat scroll -195px -321px;
    width: 45%;
    height: 44px;
    top: -13px;
    left: -10px;
    content: "";
    padding-left: 50px;
}

.title_text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.title_total {
    color: #fff200;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}

.main_gift {
    padding-top: 35px;
    padding-left: 6%;
}

.main_gift li {
    text-align: left;
    padding: 5px 0px;
    list-style-type: disc;
    list-style-position: outside;
    text-indent: -5px;
    display: list-item;
    position: relative;
    color: #ff4427;
}

.main_gift li a {
    color: #4d4d4f;
    display: block;
}

.main_gift img {
    width: 50px;
    object-fit: contain;
    padding: 0 5px;
}

.collection-body .proGift {
    bottom: 20px;
}

.top-footer {
    text-align: center;
    background: #c0020f;
    padding: 15px 0;
    color: #fff;
}

.footer_newsletter h3 {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin: 5px;
}

.footer_newsletter .frm_new {
    display: inline-block;
    position: relative;
}

.frm_new input[type=email] {
    width: 300px;
    height: 32px;
    display: inline-block;
    border-radius: 0 !important;
    border: none;
    margin-right: 18px;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
}

button.le-button {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: auto;
    background: #ff9813;
    padding: 0 20px;
    border: 1px solid #ff9813;
    height: 32px;
    color: #fff;
}

.top-footer .container:before {
    display: table;
    content: " ";
}

.mainHeader {
    background-color: #fff;
}

.mainHeader .hd-mobile-btnMenu {
    border-right: 1px solid #030303;
}

.mainHeader .hd-mobile-btnMenu a {
    font-size: 25px;
    padding: 10px 15px;
}

.mainHeader .hd-mobile-logo {
    display: inline-block;
    margin-left: 10px;
}

.mainHeader .hd-mobile-logo img {
    height: 34px;
    max-width: 64px;
}

.mainHeader .hot-line {
    display: inline-block;
    float: right;
}

.mainHeader .hot-line .iconHotline {
    display: inline-block;
    vertical-align: super;
}

.mainHeader .hot-line .iconHotline span {
    margin-right: 12px;
}

.mainHeader .hot-line .iconHotline span i {
    font-size: 18px;
    margin-right: 5px;
}

.mainHeader .hot-line .numberHotline {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.mainHeader .hot-line .numberHotline p {
    margin: 0;
}

.mainHeader .hot-line .numberHotline a {
    font-weight: 600;
    color: #ff0004;
}

.headerSearch form.form_search {
    position: relative;
}

.headerSearch {
    margin: 10px;
}

.headerSearch form input {
    display: block;
    width: 100%;
    line-height: 34px;
    border: 2px solid #030303;
    padding: 0 5px;
}
.icon-menu{
    padding-right: 10px;
}
.icon-menu img {
    vertical-align: middle;
    width: 20px;
}
.headerSearch button.icon-fallback-text {
    background-color: #000;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.headerSearch button.icon-fallback-text i {
    font-size: 20px;
}

#affiliate #createCodeCt .aff-grp button#getAffiliate {
    padding: 0;
}

#affiliate #createCodeCt .aff-grp p.errors {
    padding: 0;
    border: none;
}

#img-child-mobile {
    display: block;
}

#megamenu-navbar .main-navbar .megamenu-wrapper .megamenu-body > ul > .li-dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px 10px 3px 0;
}

#megamenu-navbar .main-navbar .megamenu-wrapper .megamenu-body ul li a i {
    right: 10px;
}

#modalPopup .modal-dialog {
    width: auto;
    max-width: 900px;
    max-height: 600px;
    margin: 10vh auto;
}

#modalPopup .modal-content {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    transform: none;
    padding: 0;
    max-height: 600px;
}

#modalPopup a {
    display: block;
    max-height: 600px
}

#modalPopup a img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
    .single_blog_post_box .imgage_hover {
        max-height: 210px;
    }
}

@media screen and (max-width: 480px) {
    ul.blogs_home_slide.owl_design.owl-carousel.owl-theme {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .fb_reset > .fb_iframe_widget {
        overflow: hidden;
        position: fixed !important;
        bottom: 50px !important;
        z-index: 99999 !important;
    }

    .footer_newsletter h3 {
        margin: 5px 0 15px;
        font-size: 16px;
    }

    .frm_new input[type=email] {
        width: calc(100% - 105px);
        margin-right: 0;
    }

    .product-wrapper .product-content {
        margin-top: 15px;
    }

    #modalPopup .modal-dialog {
        transform: translateY(-50%);
        margin: 0 auto;
    }
}

.bannerTop-desktop {
    display: none;
}

.video-thumb {
    position: relative;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.blockTagsList{
    margin-top: 20px;
}
.blockTagsList .title_pro_info{
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    min-width: 200px;
    position: relative;
    font-size: 14px;
}
.tags_list a{
    display: inline-block;
    margin-right: 10px;
    color: #333333;
    margin-bottom: 5px;
}
.tags_list a:hover{
    color: #c0020f;
}
.show_more_toogle{
    position: relative;
    overflow: hidden;
    max-height: 535px;
}
.show_more_toogle.show_m{
    max-height: unset;
    padding-bottom: 80px!important;
}
.button_overlay_more{
    position: absolute;
    z-index: 100;
    bottom: -2px;
    left: 0;
    right: 0;
    padding: 80px 0 20px;
    text-align: center;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(98%,#fff),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(top,rgba(255,255,255,0),#fff 98%,rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff 98%,rgba(0,0,0,0));
    display: none;
}
.button_overlay {
    display: inline-block;
    border: solid 1px #7987a1;
    background-color: #fff;
    padding: 7px;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
    color: #495057;
    cursor: pointer;
}
.button_overlay i{
    padding-left: 5px;
}
.home-module-products .hmodule-products-head h3>a{
    color: #000;
}
.article-cmt ul{
        margin-left: 0;
}
.article-cmt ul li{
    list-style: none;
}
.full-width-content .blockComment button {
    background: transparent linear-gradient(180deg,#c0020f 0%,#d63c00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 13px;
    width: 150px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px;
}
.full-width-content .blockComment > p, .full-width-content .fShowIputComment div > p {
    background: #fff;
    border: none;
}
.full-width-content>h3 {
    margin: 15px 50px 20px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #191919;
}
.full-width-content #embedComment {
    list-style: none;
}
.icon-large-fix {
    width: 30px;
}
.open-list-cate{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.open-list-cate span{
    font-size: 12px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fixed-nav-sidebar.medium--hide.small--hide.scrolldown{
    display: none;
}
@media (max-width: 768px) {
    .open-list-cate span{
        font-size: 10px;
        width: 40px;
        height: 40px;
    }
    #fixed-nav-sidebar{
        top: 41px;
        width: 40px;
    }
    #fixed-nav-sidebar ul li{
        width: 40px;
        height: 50px;
    }
    #fixed-nav-sidebar ul li a{
        width: 40px;
        height: 50px
    }
}