﻿body {
    font-family: 'Lato-Regular';
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), /*url('../fonts/glyphicons-halflings-regular.woff2') format('woff2')*/, url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.png#glyphicons_halflingsregular') format('svg');
}

/*FONT THU*/
@font-face {
    font-family: 'NotoSerif-Bold';
    src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSerif-BoldItalic';
    src: url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSerif-Italic';
    src: url('../fonts/NotoSerif-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSerif-Regular';
    src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura-Bold';
    src: url('../fonts/Futura-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura-Regular';
    src: url('../fonts/VNF-Futura-Regular.ttf') format('truetype');
}
/*TT*/
header.header {
    background: white;
    z-index: 9999;
    width: 100%;
    top: 0;
    position: fixed;
}

body > section.content {
    /*margin-top: 150px;*/
    margin-top: 120px;
}

@media only screen and (min-width: 767px) {
    body > section.content {
        /*margin-top: 130px;*/
        margin-top: 100px;
    }
}

@media only screen and (min-width: 992px) {
    body > section.content {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    body > section.content {
        /*margin-top: 150px;*/
        margin-top: 161px;
    }
}

header.header .bg-header {
    background: #232f3e;
}

    header.header .bg-header .logo {
        width: 100%;
        padding-top: 20px;
    }

    header.header .bg-header .top-menu ul li {
        text-transform: uppercase;
    }

        header.header .bg-header .top-menu ul li:hover {
            background-color: none;
        }

        header.header .bg-header .top-menu ul li a {
            color: #b3b3b1;
            text-decoration: none;
            font-weight: 600;
        }

    header.header .bg-header .top-menu .dropdown ul li a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

    header.header .bg-header .top-menu ul li a:hover {
        background-color: transparent;
    }

    header.header .bg-header .main-menu ul li {
        text-transform: uppercase;
        position: static !important;
    }

        header.header .bg-header .main-menu ul li a:hover {
            background-color: transparent;
        }

        header.header .bg-header .main-menu ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            font-size: 20px;
            background-color: transparent;
            font-family: 'Futura-Regular', serif;
        }

            header.header .bg-header .main-menu ul li a:not(#thecart) {
                padding-left: 10px !important;
                padding-right: 10px !important;
            }

            header.header .bg-header .main-menu ul li a h2 {
                color: #fff;
                text-decoration: none;
                font-weight: 600;
                font-size: 20px;
                background-color: transparent;
                font-family: 'Futura-Regular', serif;
                margin: 0;
            }

            header.header .bg-header .main-menu ul li a img {
                height: 20px;
                vertical-align: baseline;
            }

    header.header .bg-header .main-menu .cart-item {
        position: absolute;
        top: 6px;
        left: 30px;
        font-size: 14px;
        color: #ff8000;
    }

header.header .search-form .input-group {
    width: 100%;
}

    header.header .search-form .input-group .input-group-btn {
        width: 37px;
    }

header.header .bg-header .add-on .input-group-btn > .btn {
    border-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #f6b956;
    padding: 7px 12px;
}
/* stop the glowing blue shadow */
header.header .bg-header .add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

header.header .carousel-inner > .item > img {
    width: 100%
}

/*content*/
section.content .group-list-item .title-header {
    font-size: 2.5rem;
    color: #000;
    border-bottom: 1px solid #000;
}

section.bg-content {
}

    section.bg-content .bg-content-detail {
        background-color: #ffffff;
    }

    section.bg-content .support-page .group-support {
        padding-bottom: 20px;
    }

    section.bg-content .support-page .left-menu {
        padding-top: 35px;
        width: 250px;
    }

    section.bg-content .support-page .right-content {
        width: calc(100% - 250px);
    }

    section.bg-content .support-page .left-menu ul li {
        cursor: pointer;
        padding-top: 8px;
        font-size: 16px;
    }

    section.bg-content .experience .experience-content {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        margin-bottom: 20px;
        text-align: justify;
    }

    section.bg-content .experience .article-highlights-group {
        border: 1px solid #ddd;
        padding-bottom: 15px;
    }

        section.bg-content .experience .article-highlights-group h4 {
            font-weight: 600;
            padding-top: 16px;
            font-style: italic;
        }

        section.bg-content .experience .article-highlights-group .article-highlights {
            border: 1px solid #ddd;
            overflow: hidden;
            margin-bottom: 10px;
        }

            section.bg-content .experience .article-highlights-group .article-highlights img {
                width: 100%;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            section.bg-content .experience .article-highlights-group .article-highlights .article-title {
                padding-left: 0px;
                font-weight: 600;
                font-size: 15px;
                padding-top: 10px;
            }

            section.bg-content .experience .article-highlights-group .article-highlights span {
                background: #f37021;
                padding: 0px 7px;
                font-size: 15px;
                display: inline-block;
                color: #fff;
                font-weight: 400;
                cursor: pointer;
                margin-bottom: 10px;
            }

                section.bg-content .experience .article-highlights-group .article-highlights span:hover {
                    background: #e3e3e3;
                    color: #f37021;
                }

    section.bg-content .experience .article-relate h4 {
        font-weight: 600;
        padding-top: 16px;
        font-style: italic;
        border-top: 1px solid #ddd;
    }

    section.bg-content .experience .article-relate-group h4 {
        font-weight: 600;
        padding-top: 16px;
        font-style: italic;
    }

    section.bg-content .experience .article-relate-group .article-highlights {
        border: 1px solid #ddd;
        overflow: hidden;
        margin-bottom: 10px;
    }

        section.bg-content .experience .article-relate-group .article-highlights img {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        section.bg-content .experience .article-relate-group .article-highlights .article-title {
            font-weight: 600;
            font-size: 15px;
            padding-bottom: 10px;
        }

        section.bg-content .experience .article-relate-group .article-highlights span {
            background: #f37021;
            padding: 0px 7px;
            font-size: 15px;
            display: inline-block;
            color: #fff;
            font-weight: 400;
            cursor: pointer;
            margin-bottom: 10px;
        }

            section.bg-content .experience .article-relate-group .article-highlights span:hover {
                background: #e3e3e3;
                color: #f37021;
            }

section.content .experience-parent h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

section.content .experience-parent .lastest-experience {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
}


    section.content .experience-parent .lastest-experience h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    section.content .experience-parent .lastest-experience .experience-content-group {
        margin-top: 15px;
    }

        section.content .experience-parent .lastest-experience .experience-content-group img {
            width: 150px;
            float: left;
            padding-right: 15px;
        }

    section.content .experience-parent .lastest-experience a {
        text-decoration: none;
        color: inherit;
    }

section.content .experience-parent .glyphicon-chevron-down {
    /*text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;*/
    font-size: 30px;
    color: #f37021;
    top: -60px;
    right: 10px;
    cursor: pointer;
}

section.content .experience-parent .article-slider-group .slider-nav-thumbnails {
    margin-top: 10px;
}

section.content .experience-parent .article-slider-group .slider img {
    width: 100%;
}

section.content .experience-parent .article-slider-group .slider-nav-thumbnails img {
    border: 2px solid #ddd;
    width: 100%;
    padding: 5px;
}

section.content .experience-parent .article-slider-group .slick-prev {
    z-index: 999;
    left: 0px;
}

section.content .experience-parent .article-slider-group .slick-next {
    z-index: 999;
    right: 0px;
}

section.content .intro-page .intro-group {
    margin-bottom: 30px;
    padding-top: 10px;
}

    section.content .intro-page .intro-group h3 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    section.content .intro-page .intro-group .use-text strong {
        text-transform: uppercase;
    }

section.content .check-order .border-top {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

section.content .complete-payment .place-ship-change {
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    color: #1a9cb7;
}

section.content .complete-payment .lblLocation {
    padding: 5px 15px 10px;
}

section.content .complete-payment .input-group {
    margin-bottom: 15px;
}

section.content .complete-payment .keep-inside-clicks-open ul {
    clear: both;
    list-style-type: none;
    padding-left: 0px;
    max-height: 200px;
    overflow-y: auto;
}

    section.content .complete-payment .keep-inside-clicks-open ul li {
        padding-top: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
        cursor: pointer;
    }

section.content .complete-payment .dp-location {
    max-width: 300px;
    right: 0;
    left: unset;
}

    section.content .complete-payment .dp-location .stylish-input-group .input-group-addon {
        background: white !important;
        display: table-cell;
        padding: 4px 12px;
        border-left: 0px !important;
    }

    section.content .complete-payment .dp-location .stylish-input-group input {
        border-right: 0;
        box-shadow: inset 0px 0px 0px 0px;
        outline: none;
    }

        section.content .complete-payment .dp-location .stylish-input-group input:focus {
            outline: none !important;
            border: solid 1px #CCCCCC;
            border-right: 0;
        }

    section.content .complete-payment .dp-location .stylish-input-group button {
        border: 0;
        background: transparent;
        box-shadow: inset 0px 0px 0px 0px;
    }

section.content .check-order .bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
section.content .check-order .bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    section.content .check-order .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        section.content .check-order .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        section.content .check-order .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            section.content .check-order .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        section.content .check-order .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            section.content .check-order .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        section.content .check-order .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            section.content .check-order .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        section.content .check-order .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        section.content .check-order .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/

footer.footer .bg-footer {
    background-color: #232f3e;
    color: #fff;
    font-size: 15px;
}

    footer.footer .bg-footer .title-footer {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 500;
        padding: 15px 10px 12px;
    }

    footer.footer .bg-footer ul {
        list-style-type: none;
        padding-left: 10px;
        font-size: 15px;
        font-weight: 400;
    }

        footer.footer .bg-footer ul li {
            padding-bottom: 10px;
        }

@media only screen and (max-width: 440px) {
    footer.footer .bg-footer ul li {
        margin-left: 14px;
    }
}

footer.footer .bg-footer ul li span {
    padding-right: 10px;
}

footer.footer .bg-footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer.footer .bg-footer ul li input {
    border-radius: 0px;
    background-color: transparent;
    width: 75%;
    color: #fff;
    border: 1px solid #fff;
}

footer.footer .bg-footer ul li .btn-confirm {
    text-transform: uppercase;
    padding: 7px 20px;
    border: 1px solid #fe9b00;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

    footer.footer .bg-footer ul li .btn-confirm:hover {
        background-color: #fe9b00;
    }

footer.footer .bg-footer ul li p {
    margin-bottom: 0px;
    font-size: 13px;
}

footer.footer .bg-footer-bottom {
    background-color: #0e0d13;
    padding: 10px;
    color: #fff;
}

footer.footer .bg-footer .clear-padding-1 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:991px) {
    header.header .bg-header .logo {
        padding-top: 0px;
        height: 55px;
        width: auto;
        margin-left: -10px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .collapse.in {
        display: block !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
        height: 4px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

        .navbar-default .navbar-toggle {
            border-color: transparent;
            float: left;
        }

            .navbar-default .navbar-toggle:hover {
                background-color: transparent;
            }

    .fa.fa-user-circle-o.user-style.no-icon {
        float: right;
        margin-right: -75px; /*30*/
        margin-top: 13px;
    }

    .user-style.no-icon {
        /* float: right; */
        /* margin-right: -75px; */
        margin-top: 19px;
    }

    .cart-style {
        height: 20px;
        float: right;
        margin-top: 20px;
        margin-right: 11px;
    }

    .navbar-default .navbar-nav > .active > a {
        background-color: transparent;
    }


    header.header .bg-header .main-menu .cart-item {
        top: 12px;
        right: 195px;
        left: auto;
    }

    .position-menu-second {
        position: absolute;
        width: 100%;
        /*top: -56px;
		right: -15px;
		float:right;*/
    }

    .float-right-menu-second {
        float: right !important;
    }

        .float-right-menu-second .icon-bar {
            width: 5px;
            height: 5px;
            border-radius: 10px;
        }

    .overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .navbar-default .navbar-toggle {
        background-color: transparent !important;
    }

    .navbar-right .dropdown-menu {
        right: unset;
    }

    .color-sub-menu {
        color: #000 !important;
    }

    .clear-background-color {
        background-color: transparent !important;
        color: #fff !important;
    }

    header.header .bg-header .main-menu ul li a {
        font-size: 17px;
    }

    .input-group-btn:last-child > .btn {
        background-color: #f6b956;
    }


    #thecartMobile {
        position: relative !important;
        left: 402px !important;
        top: 2px !important;
    }
}

/*@media (max-width: 700px)
{
    #thecartMobile {
        position: relative !important;
        left: 358px !important;
        top: 2px !important;
    }
}

@media (max-width: 650px) {
    #thecartMobile {
        position: relative !important;
        left: 306px !important;
        top: 2px !important;
    }
}

@media (max-width: 600px) {
    #thecartMobile {
        position: relative !important;
        left: 250px !important;
        top: 2px !important;
    }
}

@media (max-width: 550px) {
    #thecartMobile {
        position: relative !important;
        left: 202px !important;
        top: 2px !important;
    }
}

@media (max-width: 500px) {
    #thecartMobile {
        position: relative !important;
        left: 155px !important;
        top: 2px !important;
    }
}

@media (max-width: 450px) {
    #thecartMobile {
        position: relative !important;
        left: 100px !important;
        top: 2px !important;
    }
}

@media (max-width: 400px) {
    #thecartMobile {
        position: relative !important;
        left: 83px !important;
        top: 2px !important;
    }
}

@media (max-width: 350px) {
    #thecartMobile {
        position: relative !important;
        left: 55px !important;
        top: 2px !important;
    }
}

@media (max-width: 300px) {
    #thecartMobile {
        position: relative !important;
        left: 10px !important;
        top: 2px !important;
    }
}

@media (max-width: 250px) {
    #thecartMobile {
        position: relative !important;
        left: -100px !important;
        top: 2px !important;
    }
}*/


@media (max-width:767px) {
    header.header .bg-header .main-menu .cart-item {
        top: 12px;
        right: 180px;
        left: auto;
    }

    .color-sub-menu {
        color: #fff !important;
    }

    section.bg-content .support-page .right-content {
        width: 100%;
    }

    section.bg-content .experience .article-highlights-group {
        border: 0;
    }

    .child-menu ul:first-child {
        width: 100%;
        float: left;
    }
}

@media (max-width:500px) {
    section.bg-content .experience .article-highlights-group .resize-article {
        width: 100%;
    }
}

@media (max-width:440px) {
    .clear-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fa.fa-user-circle-o.user-style.no-icon {
        float: right;
        /* margin-right: -75px; */
        margin-top: 19px;
    }

    .user-style.no-icon {
        float: right;
        /* margin-right: -75px; */
        margin-top: 13px;
    }

    .cart-style {
        height: 18px;
        /* float: right; */
        /* margin-top: 20px; */
        /* margin-right: 50px;*/
    }

    header.header .bg-header .main-menu .cart-item {
        top: -7px;
        right: 164px;
        left: 12px;
    }

    section.bg-content .experience .article-relate .resize-article {
        width: 100%;
    }


    #thecartMobile {
        position: relative;
        left: 87px;
        top: 2px;
    }


    header.header .bg-header .main-menu .cart-item {
        top: -7px !important;
        /* right: 168px !important; */
        left: 10px !important;
    }

    .cart-style {
        height: 15px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }
}

@media (max-width:370px) {
    .cart-style {
        height: 20px;
        float: right;
        margin-top: 20px;
        margin-right: 10px;
    }

    header.header .bg-header .main-menu .cart-item {
        top: 12px;
        right: 153px;
        left: auto;
    }


    header.header .bg-header .logo {
        margin-left: -22px;
    }

    .margin-right-second-menu {
        margin-right: 5px;
    }
}

.main-menu .nav.navbar-nav li a:hover {
    moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    text-shadow: 1px 2px 2px #827e7e;
}

@media (min-width:768px) {
    /* centered navigation */
    .main-menu .nav.navbar-nav {
        float: left;
    }

    .main-menu .nav.navbar-nav {
        clear: left;
        float: none !important;
        margin: 0;
        padding: 0;
        /*position: relative;
		 left: 50%;*/
        text-align: center;
        display: inline-block;
    }

        .main-menu .nav.navbar-nav > li {
            /*position: relative;
		 right: 50%;*/
        }

            .main-menu .nav.navbar-nav > li > div.menu-hover {
                position: absolute;
                width: 100%;
                background: #232f3e;
                left: 0;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s linear;
            }

    header.header .bg-header .main-menu ul li:hover > div.menu-hover {
        opacity: 1;
        visibility: visible;
    }

    .main-menu .nav.navbar-nav > li > div.menu-hover div.container {
        padding: 30px 30px 150px;
    }

    .main-menu .nav.navbar-nav li {
        text-align: left
    }

    .child-menu ul:first-child {
        width: 40%;
        float: left;
    }
}
/*content*/
.slider-home .item img {
    width: 100%;
}

.slider-home .slick-dots {
    bottom: .3rem;
}

    .slider-home .slick-dots li {
        margin: 0 .2rem;
    }

        .slider-home .slick-dots li button::before {
            font-size: 1.6rem;
        }

        .slider-home .slick-dots li button::before {
            color: #fff;
            opacity: 1;
        }

        .slider-home .slick-dots li.slick-active button::before {
            color: #373735;
            opacity: 1;
        }

.slider-home .slick-prev {
    left: 2.5rem;
    z-index: 9;
    height: 40px;
    background-image: url("../Content/Images/left-arr.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .slider-home .slick-prev::before {
        content: "";
    }

.slider-home .slick-next {
    right: 2.5rem;
    height: 40px;
    background-image: url("../Content/Images/right-arr.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .slider-home .slick-next::before {
        content: "";
    }

section.content .group-list-item .wrap-list .wrap-row {
    margin-right: 20px;
}

section.content .group-list-item .title-header {
    color: #61646b;
    text-align: center;
    margin: 3rem 0;
    border-bottom: none;
    font-variant: none;
}

section.content .group-list .product_related .row .wrap-list .wrap-row-ft .image-ft-cf .detail-pd-ft img {
    width: 65%;
    height: 65%;
    margin-left: 30px;
}

section.content .product-detail .recent-product .row .wrap-list .wrap-row-ft .image-ft-cf .detail-pd-ft img {
    width: 65%;
    height: 65%;
    margin-left: 40px;
}

section.content .group-list .product_related .row .wrap-list .wrap-row-ft .image-ft-cf h4 {
    font-family: 'Lobster', cursive;
    color: #61646b;
}

section.content .group-list-item .title-header.text-left {
    text-align: left !important;
}

section.content .group-list-item .title-header h2 {
    border-bottom: 2px solid #61646b;
    font-size: 2.5rem;
    margin: 0;
    text-transform: capitalize;
    display: initial;
    font-weight: bold;
}

section.content .group-list-item .title-header h3 {
    border-bottom: 2px solid #61646b;
    font-size: 2.5rem;
    margin: 0;
    text-transform: capitalize;
    display: initial;
    font-weight: bold;
}

section.content .group-list-item .wrap-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    section.content .group-list-item .wrap-list .item {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

@media (max-width: 991px) {
    section.content .group-list-item .wrap-list .item {
        width: 50%;
        float: left;
    }

    .link2 {
        clear: both;
    }
}

@media(max-width: 599px) {
    section.content .group-list-item .wrap-list .item {
        /*width: 50%;*/
        float: left;
        width: 100%;
    }

    /*section.content .group-list-item .wrap-list .wrap-tag .tag-sale {
        font-size: 70%;
        width: 70%;
    }

    section.content .group-list .product_related .row .wrap-list .wrap-row-ft .image-ft-cf .detail-pd-ft img {
        width: 125%;
    }
    section.content .group-list-item .title-header.text-left
    {
        margin-left: 18px;
    }*/
}

section.content .group-list-item .wrap-list .item .image {
    position: relative;
    background-color: #f3f2f0;
}

    section.content .group-list-item .wrap-list .item .image img {
        width: 100%;
        display: block;
        padding: .8rem 12%;
    }

    section.content .group-list-item .wrap-list .item .image:hover .thumb-pd {
        opacity: 1 !important;
    }


.wrap-tag {
    position: absolute;
    top: .8rem;
    left: .8rem;
    z-index: 2;
}

.detail-pd {
    z-index: 1;
}

    .detail-pd a {
        outline: none;
    }

.thumb-pd {
    moz-transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    opacity: 0;
    width: 80px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    margin: -.5rem 0;
}

@media(max-width: 1199px) {
    .thumb-pd {
        top: 9px;
    }
}

.thumb-pd .item {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    outline: none;
    cursor: pointer;
}

.thumb-pd img {
    background-color: #fafafa;
    width: 100%;
    padding: 1.5rem !important;
}

.thumb-pd-detail img {
    background-color: #fafafa;
    width: 100%;
    padding: 0.5rem !important;
}

.tag-new {
    width: 100%;
    padding: .5rem;
    background: #22952d;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.tag-sale {
    width: 100%;
    padding: .5rem;
    background: #b31a1a;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.tag-hot {
    width: 100%;
    padding: .5rem;
    background: #f29621;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.tag-coming-soon {
    width: 100%;
    padding: .5rem;
    background: #267b93;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.tag-new-products {
    width: 100%;
    padding: .5rem;
    background: #3caf8b;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.price {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: .2rem 0;
    font-family: 'Lobster', cursive;
}

    .price .price-off {
        width: 65px;
        float: left;
        position: relative;
        margin-right: 1rem;
        color: #b36666;
        font-size: 1.4rem;
        text-decoration: line-through;
    }

        .price .price-off p {
            color: #4a484d;
            margin-bottom: 0;
            display: flex;
            align-items: baseline;
        }

        .price .price-off small {
            margin-left: .3rem;
        }

.price-now {
    color: #61646b;
    font-size: 2.5rem;
    align-items: flex-end;
    display: flex;
    line-height: 1.1;
    position: relative;
    font-family: 'Lobster', cursive;
}

    .price-now small {
        margin-left: .5rem;
    }

.name-pd {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #4a484d;
}

.payment-method {
    overflow: hidden;
    padding: 0 5%;
    margin: 0 -1.5rem;
    border-top: 1px solid #8a8a8a;
    background: #232f3e14;
}

@media (max-width: 991px) {
    .payment-method {
        /*padding: 0;*/
    }
}

.payment-method .item {
    width: 33.333333%;
    float: left;
    padding: 1.5rem;
}

@media(max-width: 599px) {
    .payment-method .item {
        width: 100%;
        float: none;
        overflow: hidden;
    }
}

.payment-method .item .title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.payment-method .item ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -1rem;
}

    .payment-method .item ul li {
        float: left;
        padding: .4rem 1rem;
    }

        .payment-method .item ul li img {
            height: 38px;
            width: auto;
            display: block;
        }

section.content .group-list-item .wrap-list .item .image:hover .footer-icon {
    opacity: 1;
}

/*767px*/
@media(max-width: 450px) {
    section.content .group-list-item .wrap-list .item .image .thumb-pd {
        opacity: 0 !important;
    }

    section.content .group-list-item .wrap-list .item .image .footer-icon {
        opacity: 1;
    }

    section.content .group-list-item .wrap-list .item .image:hover .thumb-pd {
        opacity: 0 !important;
    }
}

.footer-icon {
    opacity: 0;
    moz-transition: all 200ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 90%;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .footer-icon li {
        width: 25%;
        height: auto;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1.2rem;
    }

        .footer-icon li img {
            padding: 0 !important;
        }

        .footer-icon li i {
            color: #fff;
        }
/*top-top*/
#credit {
    background: #365165;
    z-index: 9999;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: fixed;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 20px;
    bottom: 90px;
    right: 25px;
}

.to_top {
    z-index: 9999999;
    width: 25px;
    cursor: pointer;
    height: 25px;
    color: #fff;
    text-align: center;
}

    .to_top:after {
        content: "\f077";
        font-family: fontAwesome;
        font-size: 17px;
        top: 1px;
        position: relative;
    }

#credit a {
    color: #007BC0;
    text-decoration: none;
}

    #credit a:hover {
        color: #fff;
        text-decoration: none
    }

.container, #credit {
}

    #credit .left, #credit .right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }

    #credit .left {
        margin-top: 10px;
    }

.fa {
    display: inline-block;
    text-rendering: auto;
    box-sizing: border-box;
}

.fa-fb, .fa-tw, .fa-gplus, .fa-ig {
    padding: 0px 10px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out;
}

    .fa-fb:hover {
        color: rgb(34, 90, 188);
    }

    .fa-tw:hover {
        color: #2CAAE1;
    }

    .fa-gplus:hover {
        color: rgb(229, 57, 53);
    }

    .fa-ig:hover {
        color: #417399;
    }

.error-menu ul, li {
    list-style: none;
}

    .error-menu ul li a:before {
        content: "\f0da"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /*same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
        color: black;
    }

    .error-menu ul li a {
        display: block;
        border-bottom: 1px solid #EDEDDE;
        line-height: 20px;
        padding: 8px 0 8px 18px;
    }

.page-not-found .page-not-found-main h2 {
    font-size: 130px;
    font-weight: 600;
    letter-spacing: -5px;
    line-height: 130px;
    margin-bottom: 32px;
    display: inline-block;
}

.page-not-found .page-not-found-main p {
    font-size: 1.4em;
    line-height: 36px;
    margin-bottom: 20px;
}

/*8888*/
/*bài viết*/
.experience-content .image-Experience {
    text-align: center;
}

    .experience-content .image-Experience img, .experience-content p img {
        max-width: 100%;
        padding: 5px 5px;
    }
/*các chính sách*/
.kix-paragraphrenderer {
    position: relative;
}

.kix-lineview {
    position: relative;
}

.kix-lineview-background, .kix-lineview-decorations {
    position: absolute;
    height: inherit;
    white-space: nowrap;
    font-size: 0;
    min-height: 0;
}

.kix-lineview-content {
    white-space: nowrap;
    position: absolute;
    z-index: 15;
}

.kix-lineview-text-block {
    white-space: nowrap;
}

.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.kix-tablerenderer {
    position: relative;
    z-index: 15;
}

.kix-tablerenderer-container {
    position: relative;
}

.kix-tablerenderer-table {
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}
/*Slider*/
.content .banner-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

    .content .banner-slider .owl-nav .owl-next {
        position: absolute;
        right: 30px;
        left: auto;
        overflow: hidden;
        margin: 0;
        background-color: transparent;
    }

    .content .banner-slider .owl-nav .owl-prev {
        float: left;
        margin: 0 0 0 30px;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        background-color: transparent;
    }

    .content .banner-slider .owl-nav .owl-next {
        float: right;
        margin: 0 30px 0 0;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        background-color: transparent;
    }

.content .banner-slider:hover .owl-nav .owl-prev, .content .banner-slider:hover .owl-nav .owl-next {
    visibility: visible;
    background-color: transparent;
}

.content .banner-slider .owl-nav .owl-next i, .content .banner-slider .owl-nav .owl-prev i {
    font-size: 60px;
}

.content .banner-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

    .content .banner-slider .owl-dots .owl-dot span {
        width: 17px;
        height: 17px;
        border: 2px solid rgba(247,247,247,.88);
        margin: 5px 7px;
        background: rgba(255,255,255,.32);
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
    }

    .content .banner-slider .owl-dots .owl-dot.active span {
        background: #313436 !important;
    }

@media (max-width: 767px) {
    .content .banner-slider .owl-nav {
        display: none;
    }
}

@media (max-width: 600px) {

    .content .banner-slider .owl-dots {
        bottom: 15px;
    }
}
/*van chuyển và hướng dẫn*/
.content .container .tab-police {
    margin-top: 20px;
    border: 1px solid;
    margin-bottom: 30px;
}

    .content .container .tab-police .police-th1 {
        padding: 20px;
        width: 20%;
        /* height: 5%; */
        border-right: 1px solid;
    }

        .content .container .tab-police .police-th1 img {
            width: 65%;
        }

    .content .container .tab-police .police-th2 {
        width: 50%;
        padding: 41px;
    }

    .content .container .tab-police .police-th3 {
        width: 30%;
        padding: 20px;
        border-left: 1px solid;
    }

.content .container .img-police .img-ship {
    margin: auto;
    width: 55%;
    padding: 30px;
}

    .content .container .img-police .img-ship img {
        width: 50%;
    }

.content .container .nav-justified .title-police {
}

.content .container .nav-justified .date-police {
    float: right;
    margin-right: 61px;
    margin-top: 30px;
}

.content .container .nav-justified .tab-police-ship {
    overflow: hidden;
    margin-top: 210px;
    margin-left: 56px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .content .container .nav-justified .tab-police-ship {
        overflow: hidden;
        margin-top: 210px;
        margin-left: 0px;
        margin-bottom: 25px;
    }
}

.content .container .nav-justified .tab-police-ship .tab-police .tab-ships {
    width: 18%;
    padding: 10px;
    border-right: 1px solid;
}

.content .container .nav-justified .tab-police-ship .tab-police .tab-ships-td {
    padding: 10px;
    border-right: 1px solid;
}

.content .container .nav-justified .title-head-police .tab-police .tab-ships {
    border-right: 1px solid;
    padding: 12px;
    width: 50%;
}

.content .container .nav-justified .title-head-police .tab-police .tab-ships-td {
    padding: 10px;
    border-right: 1px solid;
}

.content .container .nav-justified .title-head-police .tab-pl-sp {
    margin-left: 200px;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .content .container .nav-justified .title-head-police .tab-pl-sp {
        margin-left: 0px;
        margin-bottom: 30px;
    }
}

.content .title-content-police {
    margin-bottom: 30px;
}

.content .container .title-police img {
    width: 85%;
    margin-bottom: 30px;
}
/*end*/
/*Chính sách đổi trả - sửa đơn hàng*/
.content .container .tab-Dedi .tab-dedi-tr tr th {
    text-align: center;
    padding: 10px;
}

.content .container .tab-Dedi .tab-dedi-tr tr td {
    padding: 10px;
}

.content .container .tab-refund .tab-dedi-tr tr th {
    text-align: center;
    padding: 10px;
}

/*end*/

/*Change color in accessorires*/
.box-color {
    width: 100%;
    height: auto;
    float: left;
}

.foo {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 2px solid #7d6d6d;
    padding: 10px;
}

.blue {
    background: #13b4ff;
}

.purple {
    background: #ab3fdd;
}

.wine {
    background: #ae163e;
}

.black {
    background: #000;
}

.orange {
    background: #f37021;
}

.brown {
    background: #0e0303;
}
/*Phương thức thanh toán*/
.content .intro-page .intro-group .box-image .image figure {
    text-align: center;
}

    .content .intro-page .intro-group .box-image .image figure img {
        width: 100%;
    }
/*End - Phương thức thanh toán*/

/*Header hotline*/
.dropdown-hotline {
    background-color: #fff;
    border: 0px;
    color: #fff;
    top: 45px;
    left: 0;
    right: 12px;
}
/*End hotline*/

/*chỉnh sửa các trang footer*/
section.content .intro-page .intro-group div p strong {
    text-transform: uppercase;
}

section.content .container .intro-group h3 {
    text-align: center;
}

section.content .container .policy-refund .title-head-police p strong {
    text-transform: uppercase;
}
/*chỉnh sửa các trang footer*/

.alert.alert-info {
    padding: 7px 10px;
    z-index: 9999;
    right: 20px;
    bottom: -10px;
    position: fixed !important;
    opacity: 0;
    transition: all 1s;
}

    .alert.alert-info.active {
        bottom: 30px;
        opacity: 1
    }

.lds-dual-ring {
    display: inline-block;
    width: 60px;
    height: 60px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 50px;
        height: 50px;
        margin: 6px;
        border-radius: 50%;
        border: 5px solid #232f3e;
        border-color: #232f3e transparent #232f3e transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#preloader .preloader-center {
    position: fixed;
    top: 45%;
    width: 100%;
    height: 60px;
}

#preloader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #33333338;*/
    display: none;
    z-index: 9999;
}

.tableCartOrder .product-remove {
    visibility: hidden
}

    .tableCartOrder .product-remove .icon-delete {
        display: none
    }

.tableCartOrder .icon-delete-mobile {
    display: initial
}

@media(min-width: 992px) {
    .tableCartOrder .product-remove {
        visibility: visible
    }

        .tableCartOrder .product-remove .icon-delete {
            display: block !important
        }

    .tableCartOrder .icon-delete-mobile {
        display: none
    }
}

.single-input-item input, .single-input-item textarea {
    color: #555555;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
}

.login-reg-form-wrap {
    background-color: rgb(26,54,104);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 30px;
}

    .login-reg-form-wrap h5 {
        font-family: "Lato", sans-serif;
        color: white;
        font-weight: 700;
        margin: 0;
        line-height: 1.2;
    }

.single-input-item {
    margin-top: 20px;
}

.forget-pwd {
    color: rgb(237,121,14);
}

.btn-sqr {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    /*background-color: #c29958;*/
    background-color: rgb(96,216,81);
    padding: 12px 25px;
}


header .clear-position {
    position: static !important;
}

header.header .bg-header .main-menu ul li.dropdown-navbar .dropdown-item {
    display: none;
    padding-left: 40px
}

    header.header .bg-header .main-menu ul li.dropdown-navbar .dropdown-item.active {
        display: block
    }

.confirm-email {
    margin-left: 15px;
}

/* Google Map*/
#map-kcoffee {
    padding: 30px 5%;
}

    #map-kcoffee .listing {
        overflow-y: scroll;
        height: 500px;
    }

    #map-kcoffee .row {
        padding: 20px 0;
    }

    #map-kcoffee .map .col-lg-4 {
        padding-right: 0;
    }

    #map-kcoffee h1 {
        margin-top: 0
    }

.listing .item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

    .listing .item .title {
        display: block;
        color: #232f3e;
        font-weight: 700;
    }

#map-kcoffee.container-fluid .row > [class*='col-'] {
    display: flex;
    justify-content: end;
    flex-direction: column;
}

    #map-kcoffee.container-fluid .row > [class*='col-'] .swiper-swapper {
        flex-grow: 1;
    }

        #map-kcoffee.container-fluid .row > [class*='col-'] .swiper-swapper > .swiper-container {
            height: 100%
        }

#map-kcoffee .listing::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #232f3e;
    background-color: #F5F5F5;
}

#map-kcoffee .listing::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#map-kcoffee .listing::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

#map-kcoffee .row .col-lg-4 p {
    text-align: center;
    /*margin: 20px 0;*/
    margin-top: 20px;
    margin-bottom: 0px;
}

/*#account {
    margin: 200px 0 150px 0;
}*/

.login-register-wrapper .sign-up-form .js-error {
    color: red;
}

.login-reg-form-wrap .validation-summary-errors.text-danger > ul {
    padding-left: 0;
}


.customer-login > ul {
    min-width: 180px !important;
}

    .customer-login > ul li {
        padding: 0 10px;
    }

.wrap-blank {
    margin-top: 18px;
}

.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


@media (max-width: 950px) {
    .modal-content {
        top: 140px !important;
    }
}


a.dropdown-toggle.dropdown-login {
    display: block;
    padding: 15px 15px;
}

.cart-style {
    height: 20px !important;
    /* float: right; */
    margin-top: 20px !important;
    margin-right: 11px !important;
}

#thecartMobile {
    position: relative !important;
    /* left: 0 !important; */
    /* top: 0 !important; */
    float: right;
}

.user-style.no-icon {
    float: right;
}


#thecartMobile {
    left: 0 !important;
    top: 0 !important;
}

#countshowMobile {
    left: 15px !important;
    top: 12px !important;
}

/*.col-lg-12.col-md-12.col-xs-12.col-sm-12.clear-padding.nav-justified {
    margin-top: 85px;
}*/

ul.nav.navbar-nav.client-nav.navbar-right {
    margin-left: 0px;
}

p.user-style.no-icon {
    margin-top: 19px;
}

.experience-parent {
    padding-top: 50px;
    padding-bottom: 100px;
}
