body {
    background-color: #ffffff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}

* {
    background-repeat: no-repeat;
    box-shadow: none;
}

.navbar {
    z-index: 2000;
}

a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    display: inline-block;
}

.spec-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blur-back {
    position: fixed;
    filter: blur(100px) brightness(0.8);
    -webkit-filter: blur(100px) brightness(0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.blur-bg {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.blur-bg-xl {
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(120px);
}

.blur-bg-sm {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.bi {
    padding-right: 5px;
}

.smiddle {
    display: flex !important;
    align-items: center !important;
}

.hidEle {
    display: none;
}

.navbar-light .navbar-toggler,
.navbar-toggler:hover {
    border: 1px solid #aaa;
    outline: none;
}

.navbar-toggler:focus {
    border: 1px solid #aaa;
    box-shadow: none;
}

.nav-link {
    color: #161a33 !important;
}

.nav-link:hover {
    color: #ff6713 !important;
}

.nav-item {
    position: relative;
}

.bg-nav {
    background-color: rgba(255, 255, 255, 0.5);
}

.badge {
    color: #161a33;
    font-weight: 400;
}

.badge-rounded {
    background-color: #f00;
    border-radius: 50%;
}

.hotline {
    color: #fff !important;
    background-color: #ff6713;
    border-radius: 30px;
}

.cart:hover,
.cart:hover .badge,
.hotline:hover,
.user-order:hover,
.user-order:hover .badge {
    color: #161a33 !important;
    background-color: #fef3ed;
}

.mainlogo {
    background-image: url("../images/blueion.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    display: block;
    width: 200px;
    height: 45px;
}

.shopee {
    background-image: url("../images/shopee.svg");
    padding-left: 20px;
    background-size: auto;
    background-position: left center;
}

.form-select {
    display: inline-block;
    width: 200px !important;
}

button.btn-filter,
div.btn-filter {
    color: #161a33;
    background-color: rgba(255, 255, 255, 0.6);
}

button.btn-filter {
    font-size: 0.8rem;
}

.btn-group .btn-filter.active,
button.btn-filter:hover {
    color: #ff6713;
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-border {
    border-radius: 0.25rem;
}

.text-red {
    color: #f00;
}

.text-black {
    color: #161a33;
}

.proCon {
    position: relative;
}

.card {
    border: none;
}

.detailHead {
    z-index: 1005;
}

.cate-card,
.pro-card {
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
}

.cate-card {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #f8f8f8;
    flex-direction: row;
}

.pro-card {
    background-color: rgba(255, 255, 255, 0.9);
}

.active .cate-card {
    background-color: rgba(255, 103, 19, 0.8);
    border: none !important;
    color: #fff !important;
    /*transform     : scale(1.03) !important;*/
    z-index: 101;
}

.cate-card:hover,
.pro-card:hover {
    transform: scale(1.02);
    z-index: 100;
}

.pro-card:hover a {
    color: #006f97;
}

.card-body {
    font-size: 0.9rem;
}

.card-back {
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 100%;
}

.card-back a {
    height: 100%;
}

.card-title a,
.pro-title a {
    font-weight: 500;
    color: #161a33;
    text-decoration: none;
    font-size: 0.95rem;
}

.card-title a:hover,
.pro-title a:hover {
    color: #006f97;
}

.card-deal-hot {
    font-size: 0.7rem;
    border: 1px solid #f00;
}

.deal-hot-empty,
.detail-deal-hot,
.pro-deal-hot {
    width: auto !important;
    font-size: 0.7rem;
    border-radius: 5px;
    border: 1px solid #fe1414;
}

.deal-hot-empty {
    border: 1px solid #fff;
}

.detail-deal-hot {
    font-size: inherit;
}

.text-deal-hot {
    color: #fe1414;
}

.card-viewmore {
    background-color: #a47a61;
    color: #fff;
}

.card-viewmore:hover {
    background-color: #e2cccc;
}

.pro-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
    overflow: hidden;
}

.pro-strike {
    color: #aaa;
    text-decoration: line-through;
}

.pro-price {
    font-size: 1rem;
}

.hot-sale-con .pro-price {
    font-size: 0.8rem;
}

.hot-sale-con .pro-title {
    min-height: 64px;
}

.hot-sale-con .pro-title a {
    font-size: 0.9rem;
}

.pro-sell-off {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.6rem;
    width: 45px;
    height: 56px;
    text-align: center;
    color: #fff;
    background-image: url("../images/sell-off.svg");
    background-size: cover;
}

.detail-discount {
    font-size: 1.1rem;
}

.detail-discount-percent {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fe1414;
    color: #fe1414;
}

.freeship {
    background-image: url('../images/freeship.png');
    background-position: right center;
    background-size: auto 50%;
}

.detail-rate,
.rate {
    background-repeat: no-repeat;
    background-position: 32px center;
    background-size: auto 80%;
}

.detail-rate {
    min-width: 140px;
}

.r5_star {
    background-image: url('../images/5_star.png');
}

.r4_star {
    background-image: url('../images/4_star.png');
}

.r3_star {
    background-image: url('../images/3_star.png');
}

.r2_star {
    background-image: url('../images/2_star.png');
}

.r1_star {
    background-image: url('../images/1_star.png');
}

.r4_5_star {
    background-image: url('../images/5_star.png');
}

.r3_5_star {
    background-image: url('../images/4_star.png');
}

.r2_5_star {
    background-image: url('../images/3_star.png');
}

.r1_5_star {
    background-image: url('../images/2_star.png');
}

.r0_5_star {
    background-image: url('../images/1_star.png');
}

.slider {
    height: 500px;
}

.main-slide-img {
    background-color: #f0f0f0;
    background-size: 100% 100%;
}

.pro-thumb {
    height: 130px;
    overflow-y: hidden;
    overflow-x: auto;
}

.thumb-list li {
    list-style: none;
    height: 100%;
    margin-top: 5px;
    display: inline-block;
}

.thumb-item {
    position: relative;
    background-position: center;
    background-size: 90%;
    transition: background-size 0.5s, background-color 0.5s;
}

.thumb-active {
    background-size: 94%;
    background-color: #ff6713;
}

.video-js {
    width: 100%;
    height: 100%;
}

.btn-back {
    display: block;
    color: #232323;
    cursor: pointer;
}

.btn-back:hover {
    color: #004da5;
}

.pro-detail {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25rem;
}

.pro-tick {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
}

.pro-model .btn {
    position: relative;
}

.btn-task {
    background-color: #f00;
    transition: all 0.5s;
    z-index: 1005;
}

.btn-task a {
    color: #fff;
}

.btn-task:hover {
    background-color: #ffbe22;
    box-shadow: 0 4px 15px 0 #ff6713;
}

.btn-task:hover a {
    color: #000;
}

.btn-task-nev {
    color: #343434;
    background-color: #ccc;
    z-index: 1005;
    transition: all 0.5s;
}

.btn-task-nev:hover {
    color: #fff;
    background-color: #018bbc;
}

.btn-shopee {
    background-color: #ee0b37;
}

.btn-lazada {
    background-color: #f50192;
}

.detail-title {
    color: #161a33;
    font-size: 2rem;
}

.detail-price {
    font-size: 1.4rem;
    color: #f00;
}

.detail-info li {
    list-style: none;
    margin: 0.5rem;
    display: block;
}

.spec {
    font-weight: 400;
    white-space: break-spaces;
    overflow: auto;
}

.detail-lbl,
.detail-lbl-full {
    width: 150px;
    font-size: 1.2rem;
    display: inline-block;
    color: #463429;
}

.detail-lbl-full {
    width: 100%;
}

.detail-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.detail-disabled {
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed !important;
}

.detail-avail {
    color: #777;
    border-color: #777;
}

.detail-active,
.detail-avail:hover {
    border-color: #018bbc !important;
    color: #fff !important;
    background-color: #018bbc !important;
}

.detail-active {
    box-shadow: 0 2px 5px 0 rgba(111, 178, 255, 0.75);
}

.quantity-notice {
    color: #f00;
}

.btn-dock {
    position: fixed;
    right: 10px;
    width: 120px;
    background-color: #ffbe22;
    border-radius: 1.5rem;
    color: #222;
    cursor: pointer;
    white-space: nowrap;
    z-index: 5000;
}

.cart {
    bottom: 10px;
}

.user-order {
    bottom: 65px;
}

.mini-cart {
    position: fixed;
    right: 100px;
    bottom: 70px;
    width: 40%;
    z-index: 1005;
}

.cart-con li div {
    display: inline-block;
}

.cart-con li div img,
.full-cart-con li div img {
    width: 100%;
}

.order-note ul {
    position: relative;
}

.order-note li {
    padding-left: 15px;
    margin-top: 10px;
}

.note-item {
    display: block;
    color: #888;
}

.order-note li::before {
    content: " ";
    position: absolute;
    margin-top: 6px;
    margin-left: -21px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ccc;
    z-index: 2;
}

.order-note li::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 35px;
    margin-top: 10px;
    left: 0;
    background-color: #ccc;
    z-index: 1;
}

.order-note li:last-child::after {
    display: none;
}

.order-note li.note-item-focus::before {
    background-color: #018bbc;
}

.note-item-focus {
    font-weight: 500;
    color: #018bbc;
}

.footerCon {
    position: relative;
    width: 100%;
    color: #161a33;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5000;
}

.footerCon h4 {
    color: #161a33;
}

.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
    list-style: none;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    width: 100%;
}

.footer-links li a {
    color: #161a33;
}

.footer-links li a:hover {
    color: #ff6713 !important;
}

#footer-cates li {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.copy {
    background-color: rgba(255, 103, 19, 0.7);
}

.copy a {
    color: #161a33;
    display: inline-block;
}

.bi {
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bi-shopee {
    background-image: url('/images/shopee.svg');
    width: 18px;
    height: 18px;
}

.bi-lazada {
    background-image: url('/images/lazada.svg');
    width: 18px;
    height: 18px;
}

.article-content {
    font-family: 'Roboto Condensed', sans-serif;
}

.page-content p {
    position: relative;
    margin-bottom: 2rem;
}

.info-con {
    position: relative;
}

.info-border {
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
}

.info-head {
    text-transform: uppercase;
    color: #999;
}

p img {
    width: 100%;
}

p em,
p i {
    position: absolute;
    width: 145px;
    left: -160px;
    color: #aaa;
    font-size: 0.9rem;
    text-align: justify;
    top: 0;
    margin-top: 0;
}

.breadcrumb-item {
    display: inline-flex;
}

.breadcrumb-item a {
    color: #018bbc;
}

.breadcrumb-item a:hover {
    color: #fe1414;
}

.breadcrumb-item.active {
    font-weight: 500;
}

.page-title {
    font-weight: 700;
}

.page-desc {
    font-weight: 500;
    text-align: justify;
}

.page-content {
    text-align: justify;
}

.page-author {
    font-weight: 700;
}

.img-head-con {
    position: relative;
}

.top-img {
    width: 100%;
}

.img-cover {
    position: absolute;
    bottom: 0;
    height: 20%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
}

.rounded {
    overflow: hidden;
}

.article-entry {
    overflow: hidden;
    background-color: #fff;
    transition-duration: 0.5s;
    min-height: 480px;
}

.article-entry:hover {
    background-color: rgba(250, 240, 240, 1);
    margin-top: -10px;
}

.article-entry .blog-img {
    height: 180px;
    display: block;
    overflow: hidden;
    transition-duration: 0.5s;
}

.article-entry .blog-img img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
}

.article-entry:hover .blog-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ar-entry {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    min-height: 465px;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px #ddd;
}

.ar-entry div {
    padding: 0 20px;
}

.article-entry .desc {
    padding: 1.5em 1em 0 80px;
    margin-bottom: 20px;
    position: relative;
}

.article-entry .desc h5 a {
    color: #000;
    text-decoration: none;
    max-height: 80px;
}

.article-entry .desc h5 a:hover {
    color: #fe1414;
}

.ar-desc {
    max-height: 120px;
    overflow: hidden;
}

.article-entry .desc .meta,
.article-entry .desc .meta-share {
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    top: -2.5em;
    left: 0;
    width: 55px;
    padding: 0.5em 0.7em;
    background-color: #ffbe22;
}

.article-entry .desc .meta span {
    display: block;
    color: #fff;
    font-weight: 700;
}

.article-entry .desc .meta .day {
    font-size: 30px;
    position: relative;
}

.article-entry .desc .meta .month {
    font-size: 16px;
    font-weight: 600;
}

.article-entry .desc .meta-share {
    top: 1.8rem;
    background-color: transparent;
    padding: 0;
}

.article-entry .desc .meta-share .facebookshare,
.article-entry .desc .meta-share .twittershare {
    float: left;
    cursor: pointer;
    padding: 12px;
    width: 55px;
}

.article-entry .desc .meta-share .facebookshare {
    background: #3b5998;
}

.article-entry .desc .meta-share .twittershare {
    background: #1da1f2;
}

.article-entry .desc .meta-share .facebookshare:hover,
.article-entry .desc .meta-share .twittershare:hover {
    background: #fe1414;
}

.article-entry .desc .admin {
    margin-bottom: 20px;
}

.article-entry .desc .admin span:last-child {
    color: #000;
}

.ar-item {
    margin-bottom: 10px !important;
    overflow: hidden;
    height: 480px;
}

.dd-container {
    margin-bottom: 1rem;
}

.dd-select {
    width: 100%;
}

.dd-options {
    position: relative !important;
}

.dd-options li {
    width: 100%;
}

.dd-option,
.dd-selected {
    display: flex !important;
    align-items: center !important;
}

.dd-option-text {
    line-height: inherit !important;
    font-size: 1.2rem;
}

.dd-selected-text {
    color: #ff6713;
}

.data-cates li {
    display: block;
}

.data-cates a {
    color: #343434;
}

.data-cates a:hover,
.cate-item.active {
    color: #fe1414;
}

@media (max-width: 1186px) {

    .container {
        max-width: 92%;
    }
}