body {
    margin: 0;
    font-size: 15px;
    font-family: "roboto", serif;
    font-weight: 300;
    background: #f8f8f8;
}

*, *::before, *, *::after {
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0 0 5px;
}

b, strong {
    font-weight: 600;
}

.mb1x {
    margin-bottom: 10px;
}

.mb2x {
    margin-bottom: 20px;
}

ol, ul {
    list-style: outside none none;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

label {
    font-weight: normal;
}

.color {
    color: #224195;
}

.color-1 {
    color: #ee3131;
}

.color-red {
    color: red;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-25 {
    font-size: 25px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-t-m-5 {
    padding: 5px 0;
    content: " ";
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

table thead th, table tfoot th {
    font-weight: 500;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

/** Header top*/
.header-banner {
    background: url("../images/top.jpg") no-repeat left;
    position: relative;
    height: auto;
}

@media (max-width: 767px) {
    .header-banner .col-md-9 {
        position: absolute;
        top: 0;
        padding-right: 0;
    }
}

/*main*/
#main {
    padding: 10px 0;
}

#main section {
    margin-bottom: 25px;
    width: 100%;
}

.mapfull {
    height: 400px;
    width: 100%;
}

#main section.index .title {
    text-align: center;
    text-transform: uppercase;
    background: url("../images/session-title.png") no-repeat center bottom;
    padding-bottom: 28px;
    margin-bottom: 8px;
}

.cam-nhan {
    background: url("../images/bg-camnhan.png");
}

.total {
    background-image: url("../images/bg4.jpg");
    padding-top: 70px;
    padding-bottom: 40px;
}

.section-full {
    position: relative;
}

.overlay-black-middle::after {
    opacity: 0.5;
}

.overlay-black-light::after, .overlay-black-middle::after, .overlay-black-dark::after {
    background: #000;
}

.overlay-black-light::after, .overlay-black-middle::after, .overlay-black-dark::after, .overlay-gradient-light::after, .overlay-gradient-middle::after, .overlay-gradient-dark::after, .overlay-white-light::after, .overlay-white-middle::after, .overlay-white-dark::after, .overlay-primary-light::after, .overlay-primary-middle::after, .overlay-primary-dark::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}

.border-danger {
    border-bottom-color: #ee3131 !important;
}

.bg-danger {
    background-color: #ee3131 !important;
}

.dlab-tilte-inner.skew-title::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
    background-color: #ee3131;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    background-image: url(../images/counter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.z-index-1000 {
    z-index: 1000;
}

.dlab-tilte-inner {
    display: inline-block;
}

.dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
    position: relative;
}

.cam-nhan .title {
    color: #fff
}

/*Content*/
#content {
}

.content {
}

.content .title h1 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ee3131;
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 38px;
    width: 100%;
    text-align: left;
}

.content .title h1:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #ee3131;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content .title h1.text-center:before {
    margin: 0 auto;
    right: 0;
}

.content .title p {
    color: #4C4C4C;
}


.content-view {
}

.content-view .list-inline {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}


/*Right*/
.right {
    width: 100%;
}

.right.card .card-header {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    background-color: #ee3131;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
    color: #fff;
    padding: 8px 10px;
}

.support-online a {
    color: #ee3131;
}

/*footer*/
.footer-top {
    background: #191f23;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    color: #d7d7d7;
}

.footer-top address {
    margin: 0;
}

.footer-top ul.faddress {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top ul.faddress li {
    margin: 0;
    padding: 4px 0;
}

.nl_title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    background: url("../images/bg_title.jpg") no-repeat left bottom;
    height: 45px;
    margin-bottom: 10px;
}

.bottom-social i {
    border: 1px solid #d7d7d7;
    padding: 8px 5px;
    width: 40px;
    text-align: center;
    margin-right: 8px;
}

#copyright {
    background: url("../images/footer.jpg") #191f23 repeat-x;
    color: #757677;
    font-weight: bold;
}

/*
ul.social-icon {
    width:50%;
    float:right;
    text-align: right;
    position: relative;
    top: 9px;
    margin: 0;
    padding: 0;
}
ul.social-icon li {
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
}
ul.social-icon li a {
    color:#333;
    display:block;
    text-align:center;
    font-size:16px;
    background:#FFF;
    border-radius:100%;
    width:40px;
    height:40px;
    padding: 10px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
ul.social-icon li a:hover {
    color:#FFF;
    background:#136557;
}
*/

/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url('../images/scroll-top-arrow.png') no-repeat left top;
    z-index: 999;
}

/*product*/
.product_list::after {
    clear: both;
}

.product_list::before, .product_list::after {
    content: " ";
    display: table;
}

.content-view ul.product_list.grid li {
    margin-bottom: 0;
    padding-bottom: 5px;
    float: left;
}

.content-view ul.product_list.grid li .product-container {
    background: transparent none repeat scroll 0 0;
    padding: 5px 10px;
    position: relative;
}

.content-view ul.product_list.grid li .product-container .product-image-container {
    border-bottom: 1px solid #d8d5d5;
    position: relative;
    text-align: center;
}

.content-view ul.product_list.grid li .product-container .product-image-container::after {
    background-color: #ee3131;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-left: 14px;
    position: absolute;
    transition: width 0.5s linear 0s;
    width: 10%;
}

.content-view ul.product_list.grid li.hovered .product-container .product-image-container::after {
    width: 89%;
}

.content-view ul.product_list .product-image-container img {
    margin: 0 auto;
    padding-bottom: 10px;
}

img.replace-2x {
    transition: all 500ms ease 0s;
}

img.replace-2x:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.content-view ul.product_list .new-label {
    background-color: #000000;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    left: 0;
    line-height: 1;
    margin-left: 20px;
    margin-top: 16px;
    padding: 17px 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    top: 0;
    transform: none;
    width: 50px;
    z-index: 10;
}

.content-view ul.product_list .sale-label {
    background-color: #d9534f;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    padding: 5px 7px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    top: 0;
    transform: none;
    width: auto;
    z-index: 10;
}

.content-view ul.product_list .product-image-container .quick-view {
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    opacity: 0.9;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
}

.content-view ul.product_list .product-image-container .quick-view:hover {
    background-color: #f5efed;
    color: #000;
}

.content-view ul.product_list .product-image-container .quick-view i {
    color: #224187;
}

.content-view ul.product_list.grid li.hovered .product-container .product-image-container .quick-view {
    display: block;
}

.content-view ul.product_list.grid li .product-container .product-image-container .quick-view {
    display: none;
}

.content-view ul.product_list.grid li.ajax_block_product .product-container .comments_note {
    display: block;
}

.content-view ul.product_list.grid li .product-container .comments_note {
    bottom: 10px;
    display: block;
    left: 0;
    margin-left: 5%;
    position: absolute;
}

.content-view ul.product_list .comments_note {
    overflow: hidden;
    text-align: left;
}

.content-view ul.product_list.grid li .product-container .functional-buttons {
    display: none;
    vertical-align: top;
}

.content-view ul.product_list.grid li.hovered .product-container .functional-buttons {
    display: block;
    vertical-align: top;
}

.content-view ul.product_list.grid li .product-container .functional-buttons {
    bottom: 10px;
    margin-right: 5.5%;
    position: absolute;
    right: 0;
}

.content-view ul.product_list.grid li .product-container .functional-buttons div {
    display: block;
    float: left;
    margin-right: 3px;
}

.content-view ul.product_list .functional-buttons div.wishlist a, .content-view ul.product_list .functional-buttons div.compare a {
    background-color: #eee;
    border-radius: 3px;
    color: #000;
    font-weight: 400;
    height: 32px;
    opacity: 0.9;
    padding: 5px 10px;
    text-align: center;
    width: 32px;
}

.content-view ul.product_list.grid li .product-container div.right-block {
    text-align: left;
    width: 100%;
}

.content-view ul.product_list.grid li .product-container h5 {
    line-height: 1.4;
    margin-top: 0;
}

.content-view ul.product_list.grid li .product-container h5 a.product-name {
    color: #333;
    line-height: 15px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.content-view ul.product_list.grid li .product-container h5 a.product-name:hover {
    color: #333;
    font-weight: 600;
}

.content-view ul.product_list.grid li .product-container .content_price {
    float: left;
}

.content-view ul.product_list.grid li .product-container .content_price .product-price {
    color: #CC3300;
    font-weight: 500;
}

.content-view ul.product_list.grid li .product-container .button-container {
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.content-view ul.product_list.grid li .product-container .ajax_add_to_cart_button {
    display: inline-block;
    vertical-align: top;
}

a.ajax_add_to_cart_button {
    background-color: #428bca;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: auto;
    padding: 3px 6px;
    text-align: center;
    width: auto;
    font-size: 12px;
}

a.ajax_add_to_cart_button:hover {
    background-color: #3071a9;
}

/*end product-list*/

/*begin product detail*/
/*slider*/
.detail-slider {
}

#sliderProductNav {
    transform: translate(0px, -50%);
    width: 100%;
    height: 50px;
    margin-bottom: 0;
}

.slider-nav .slick-slide {
    width: auto;
}

.slider-nav img {
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 50px;
}

.slider-nav .slick-current img {
    border-color: #224187;
}

.slider-nav img:HOVER {
    border-color: red;
}

.detail-slider .slick-prev::before, .detail-slider .slick-next::before {
    color: #224187;
}

.detail-slider .slick-prev:HOVER::before, .detail-slider .slick-next:HOVER::before {
    color: red;
}

/*product zoom*/
.detail-slider img.cloudzoom {
    width: 100%;
}

/*end-slider*/

/*detail view*/
.product-detail h1.title {
    color: #224187;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
}

.product-detail .average_rating_product {
    margin-bottom: 8px;
    line-height: 8px;
}

.product-detail .average_rating_product .start {
    margin-right: 5px;
}

.product-detail .average_rating_product .start i {
    font-size: 16px;
    margin-right: 4px;
    color: #ff6600;
}

.product-detail .product-status span {
    color: green;
}

.product-detail .product-price {
    margin-bottom: 5px;
}

.product-detail .product-price strong {
    color: #ed1847;
    font-size: 27px;
    margin-right: 10px;
    font-weight: 500;
}

.product-detail .product-price del {
    font-size: 18px;
}

/*saleoff*/
.product-detail .saleoff-tag {
    background-color: #ed1847;
    border: medium none transparent;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
    position: relative;
    top: 8px;
}

.product-detail .saleoff-tag::before {
    border-color: transparent #ed1847 transparent transparent;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: -13px;
    position: absolute;
    top: 0;
    width: 0;
}

.product-detail .saleoff-tag::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: -5px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 5px;
}

/*end saleoff*/
/*end price*/
/*color*/
.product-detail .color ul.colorcheck {
    padding: 0;
    margin-top: 5px;
}

.product-detail .color ul.colorcheck li {
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    padding: 12px 18px;
}

.product-detail .color ul.colorcheck li:HOVER {
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px red;
}

.product-detail .color ul.colorcheck .actived {
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px red;
}

/*end color*/
/*size*/
.product-detail .size ul.sizecheck {
    padding: 0;
    margin-top: 5px;
}

.product-detail .size ul.sizecheck li {
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    min-width: 38px;
    line-height: 24px;
    text-align: center;
}

.product-detail .size ul.sizecheck li:HOVER {
    cursor: pointer;
    border: 1px solid #ED1847;
    box-shadow: 0px 0px 2px #ED1847;
}

.product-detail .size ul.sizecheck .actived {
    border: 1px solid #ED1847;
    box-shadow: 0px 0px 2px #ED1847;
}

.product-detail span.cart-error-size, .product-detail span.cart-error-color {
    color: red;
}

/*end size*/

/*extra*/
.product-detail .product-extra {
    padding: 10px 0;
}

.product-detail .product-extra .quantity-number input {
    height: 32px;
    min-width: 57px;
    text-align: center;
    width: auto !important;
    border: 1px solid #ebeef2;
}

.product-detail .product-extra .add-action {
    border-bottom: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    border-top: 1px solid #ebeef2;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    font-size: 7px;
    height: 16px;
    line-height: 15px;
    position: relative;
    text-align: center;
    width: 27px;
}

.product-detail .product-extra .add-up {
    border-bottom: 0 none;
}

.product-detail .product-extra .add-action:hover {
    color: #ff3813;
}

.product-detail .product-extra .cart {
    margin-left: 10px;
}

.product-detail .product-extra .btn-shopping-cart {
    background: #ee3131 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    height: 32px;
    text-transform: capitalize;
    font-size: 13px;
}

.product-detail .product-extra .btn-shopping-cart i {
    font-size: 14px;
}

.product-detail .product-extra .btn-shopping-cart:HOVER {
    background-color: #224187;
    box-shadow: none;
    color: #ffffff;
    outline: medium none;
    transform-origin: 0 0 0;
    transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95) 0s;
}

.product-detail .product-extra .action {
    margin-left: 6px;
}

.product-detail .product-extra .action .product-icon {
    border: 1px solid #ebeef2;
    border-radius: 3px;
    color: #353d41;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 32px;
}

.product-detail .product-extra .action .product-icon:hover {
    background-color: #ff6346;
    border-color: transparent;
    color: #ffffff;
}

/*end-extra*/
/*Socail*/
.product-detail .social .mom-social-share.ss-horizontal {
    border-top: 1px solid #eaeaea;
    margin: 0 0px;
    padding: 10px 0px;
    position: relative;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon {
    float: left;
    margin-bottom: 10px;
    margin-right: 6px;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span {
    float: left;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.icon {
    padding-left: 7px;
    padding-right: 8px;
}

.product-detail .social .mom-social-share .ss-icon span.icon {
    background: #5d72a4 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.count::before {
    border-color: rgba(229, 229, 229, 0) #eaeaea rgba(229, 229, 229, 0) rgba(229, 229, 229, 0);
    border-width: 5px;
    margin-top: -5px;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.count::after, .mom-social-share.ss-horizontal .ss-icon span.count::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.count::after {
    border-color: rgba(245, 245, 245, 0) #f5f5f5 rgba(245, 245, 245, 0) rgba(245, 245, 245, 0);
    border-width: 4px;
    margin-top: -4px;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.count::after, .mom-social-share.ss-horizontal .ss-icon span.count::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.count {
    font-size: 12px;
    line-height: 26px;
    padding: 0 9px 0 6px;
    position: relative;
}

.product-detail .social .mom-social-share .ss-icon span.count {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #373c43;
    display: inline-block;
    line-height: 22px;
    position: relative;
    text-align: center;
}

.product-detail .social .mom-social-share.ss-horizontal .ss-icon span.icon i {
    font-size: 15px;
    margin-right: 4px;
}

.product-detail .social .product-detail .social .mom-social-share .ss-icon.twitter span.icon {
    background: #00baff none repeat scroll 0 0;
}

.product-detail .social .mom-social-share .ss-icon.googleplus span.icon {
    background: #db5c4b none repeat scroll 0 0;
}

.product-detail .social .mom-social-share .ss-icon.linkedin span.icon {
    background: #2f70b0 none repeat scroll 0 0;
}

.product-detail .social .mom-social-share .ss-icon.pinterest span.icon {
    background: #f20000 none repeat scroll 0 0;
}

.product-detail .title-detail {
    font-size: 20px;
}

.tab-pane h3 {
    font-size: 16px;
}

/*end-social*/
/*product detal tab*/
.tab-content div.tab-pane {
    padding-top: 15px;
}

/*cart*/
.co-cart .title {
    font-size: 16px;
    font-weight: 400;
    padding-left: 0px;
    color: #ed1847;
}

.co-cart .title i {
    color: #ed1847;
}

.co-cart-wrapper {
    padding: 0 0 5px !important;
}

.cocw-item {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 10px 10px 5px;
    position: relative;
}

.cocw-item .cart-remove {
    background-color: #3f3f3f;
    border: 0 none;
    border-radius: 50%;
    box-shadow: none !important;
    color: #fff;
    height: 18px;
    outline: medium none !important;
    padding: 0;
    position: absolute;
    right: -9px;
    text-align: center;
    top: -9px;
    width: 18px;
    font-size: 15px;
}

.cocw-item .cart-remove:hover {
    cursor: pointer;
    background: #9b4922;
}

.cart-remove {
    right: -5px !important;
    top: -5px !important;
    z-index: 10;
}

.cocw-item .cart-remove span {
    font-size: 17px;
    font-weight: 100;
    line-height: 0;
    position: relative;
    top: 1px;
    left: -1px;
}

.cocw-item .media {
    margin: 0;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-left {
    padding-right: 10px;
}

.media, .media-body {
    overflow: hidden;
}

.cocw-item .title {
    font-size: 100%;
    font-weight: 400;
    margin: 2px 0 0;
    min-height: 30px;
    font-size: 13px;
    padding: 0;
    line-height: 16px;
}

.cart-item-hidden {
    display: block;
    height: 30px;
    overflow: hidden;
}

a.cart-item-hidden {
    color: #000;
}

.cocw-item .price {
    display: inline-block;
    width: 50%;
    font-weight: 500;
}

.text-primary {
    color: #ed1847;
}

.text-green {
    color: #ee3131;
}

.cocw-item .counter {
    float: right;
    margin-right: -2px;
    margin-top: 2px;
}

.cocw-item .count-minus.count-btn::before {
    content: "-";
    top: -3px;
}

.cocw-item .count-plus.count-btn::before {
    content: "+";
    top: -2px;
}

.cocw-item .count-btn::before {
    content: "-";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.cocw-item .count-btn {
    background-color: #ededed;
    border: medium none !important;
    border-radius: 50%;
    box-shadow: none !important;
    height: 16px;
    margin: 0 2px;
    outline: medium none !important;
    padding: 0;
    position: relative;
    width: 16px;
}

.cocw-item .count-btn:hover, .cart-remove:HOVER {
    background-color: #ed1847;
    color: #fff;
}

.cocw-item .counter span {
    position: relative;
    top: -2px;
}

.item-info p {
    margin-bottom: 2px;
}

/*cart total*/
.co-cal {
    position: relative;
}

.co-cal dl::before, .co-cal dl::after {
    content: " ";
    display: table;
}

.co-cal dl {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.co-cal dl::after {
    clear: both;
}

.co-cal dt {
    float: left;
    font-weight: 400;
}

.co-cal dd {
    float: right;
}

.co-cal .total-item {
    border-bottom: 1px solid #eee;
}

.bonus-point {
    color: #ee3131;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.question-mark.tooltips {
    color: #ee3131 !important;
    font-size: 15px !important;
    margin-left: 5px;
}

.question-mark.tooltips i:HOVER {
    color: #622407;
}

.payment-methods .h4 {
    padding: 10px 0;
}

.pm-wrapper {
    margin: 20px -15px;
    padding: 1px 15px 10px;
}

.bg-milk {
    background-color: #f9f9f9;
}

.payment-methods .radio {
    padding: 4px 0;
}

.btn-shadow, .btn-cart {
    box-shadow: 0 2px 0 #59311f;
    width: 100%;
}

.btn-primary {
    background-color: #ee3131;
    border-color: #59311f;
    background-image: none;
    text-transform: uppercase;
    font-weight: 500;
}

.btn {
    border-radius: 5px;
}

.btn-primary:HOVER, .btn-primary:focus, .btn-primary:active, .btn-primary:VISITED {
    background-color: #ee3131;
    border-color: #59311f;
    background-image: none;
}

/*Cart index*/
li.viewcart {
    padding: 0 5px;
}

li.viewcart .img {
    width: 50px;
    float: left;
    margin-right: 10px;
}

/*Artices*/
.line-1 {
    border-top: 1px dotted #d7d7d7;
    float: left;
    margin: 20px 0 28px;
    width: 100%;
}

article.post {
    width: 100%;
    height: 100%;
}

article.post .post-img {
    border: 1px solid #eee;
    width: 100%;
    padding: 2%;
}

article.post header {
    width: 100%;
}

article.post header h2 {
    font-size: 17px;
    padding-bottom: 3px;
}

article.post header h2 a {
    color: #333;
}

article.post header h2 a:HOVER {
    color: #ee3131;
}

article.post header ul.post_meta_links_small {
    float: left;
    margin: -10px 0 5px 82px;
    padding: 0;
    width: 80%;
}

article.post header .post_meta_links_small li {
    color: #999;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 4px;
}

article.post header ul.post_meta_links_small span {
    color: #a1a1a1;
    font-size: 14px;
    padding: 0 8px 0 0;
    text-decoration: none;
}

article.post header ul.post_meta_links_small span i {
    padding-right: 5px;
}

article.post header ul.post_meta_links_small span a {
    color: #a1a1a1;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
}

article.post header ul.post_meta_links_small span a:HOVER {
    color: #000;
}

article.post .detail {
    color: #333;
    font-weight: 400;
    text-align: right;
    width: 100%;
}


article.post .detail a {
    color: #333;
}

article.post .detail a:HOVER {
    color: #f2532f;
}

@-webkit-keyframes glowing {
    0% {
        -webkit-text-shadow: 0 0 3px #f2532f;
    }
    50% {
        -webkit-text-shadow: 0 0 10px #0094FF;
    }
    100% {
        -webkit-text-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        -moz-text-shadow: 0 0 3px #f2532f;
    }
    50% {
        -moz-text-shadow: 0 0 10px #0094FF;
    }
    100% {
        -moz-text-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        text-shadow: 0 0 3px #f2532f;
    }
    50% {
        text-shadow: 0 0 10px #0094FF;
    }
    100% {
        text-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        text-shadow: 0 0 3px #f2532f;
    }
    50% {
        text-shadow: 0 0 10px #0094FF;
    }
    100% {
        text-shadow: 0 0 3px #004A7F;
    }
}

.detailArticle .detail-img {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #eee;
}

.detailArticle h3 {
    padding: 15px 0 15px 0;
    color: #ee3131;
    font-size: 18px;
}

.detailArticle ul.post_meta_links {
    margin: -10px 0 0 0px;
    padding: 0;
    width: 100%;
}

.detailArticle ul.post_meta_links li {
    color: #999;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.detailArticle ul.post_meta_links li span {
    color: #a1a1a1;
    font-size: 14px;
    padding: 0 6px 0 0;
    text-decoration: none;
}

.detailArticle ul.post_meta_links li span i {
    color: #bfbfbf;
}

.detailArticle ul.post_meta_links li span a {
    color: #a1a1a1;
    font-size: 14px;
    text-decoration: none;
}

.detailArticle ul.post_meta_links li span a:HOVER {
    color: #000;
}

.detailArticle .content-article {
    padding: 10px 0 0 0;
}

/*relac*/
.title-2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ee3131;
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 38px;
    width: 100%;
    text-align: left;
}

.title-2:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #ee3131;
    position: absolute;
    bottom: 0;
    left: 0;
}

ul.recent_posts_list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.recent_posts_list li {
    float: left;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0 5px 10px 0;
    display: inline-block;
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px;
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0;
    opacity: 0.8;
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.recent_posts_list li a {
    color: #5E5D5D;
    display: block;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    font-weight: 500;
}

.recent_posts_list li a:HOVER {
    color: #ee3131;
    text-decoration: none;
}

.recent_posts_list li em {
    color: #8C8686;
    font-size: 12px;
}

.recent_posts_list li em i {
    padding: 8px 5px 0 0;
}

.recent_posts_list li h3 a {
    font-size: 17px;
}

/*Utiliti*/
ul.link {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.link li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin: 0 0 0px;
    padding: 0 5px 10px 0;
}

.link img {
    width: 135px;
    height: 105px;
    margin-bottom: 5px;
}

.link .text-link {
    color: red;
    font-weight: 500;
}

/*youtube*/
.yesp-hp-next-page i {
    margin-top: 40px;
}

/*email page*/
.emailpage {
    width: 100%;
    border-top: 1px solid #cecece;
    margin-top: 10px;
    padding-top: 10px;
}

.emailpage p {
    color: #224187;
    text-transform: uppercase;
    font-weight: 500;
}

.emailpage .btn-lg {
    padding: 5px 16px;
    font-size: 15px;
    font-weight: 400;
}

/*end cart*/
/*Login*/
.block-white {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.bw-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e9e9e9;
    color: #555;
    padding: 15px 5px;
}

.bw-header .title {
    margin-bottom: 3px;
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 0;
}

.bw-header .desc {
    font-weight: 300;
    margin: 0;
}

.bw-main {
    padding: 30px 0px;
}

.input-icon {
    font-weight: 300;
    margin: 0;
    position: relative;
    width: 100%;
}

.input-icon i {
    color: #555;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 35px;
}

.input-icon input {
    padding-left: 40px;
}

.form-group .login {
    height: 40px;
}

.text-upper {
    text-transform: uppercase;
}

.btn.btn-md {
    height: 40px;
}

.facebook-reg-btn {
    background-color: #4861a1;
    color: #fff;
    display: block;
    padding: 0;
    text-align: left;
    margin-top: 5px;
}

.google-reg-btn {
    background-color: #dd4b39;
    color: #fff;
    display: block;
    padding: 0;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}

.facebook-reg-btn i {
    border-right: 1px solid #274792;
    float: left;
    font-size: 22px;
    padding: 8px 15px;
}

.google-reg-btn i {
    float: left;
    padding: 8px 13px;
    font-size: 22px;
    border-right: 1px solid #B53527;
}

.facebook-reg-btn span, .google-reg-btn span {
    display: block;
    padding: 7px 0 0;
    text-align: center;
    font-size: 15px;
}

.facebook-reg-btn:hover {
    background-color: #40568f;
    color: #fff;
}

.google-reg-btn:hover {
    background-color: #DD4133;
    color: #fff;
}

.su-features {
    margin-top: 30px;
}

.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}

.big-bullet li {
    font-size: 16px;
    padding-left: 100px;
    position: relative;
    min-height: 80px;
}

.big-bullet li::before {
    background-color: #224195;
    border-radius: 50%;
    color: #fff;
    content: attr(data-bullet);
    display: block;
    font-size: 32px;
    font-weight: 300;
    height: 55px;
    left: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
}

.checkbox label.custom-label {
    padding-left: inherit;
}

a.cart-link {
    color: #224187;
    vertical-align: middle;
}

a.cart-link:HOVER {
    color: #ed1847;
}

a.cart-link i {
    font-size: 16px;
}

.btn-search-cart {
    padding: 5px 16px;
}

/*End product detail view*/

/*progress*/
.order-tracking .progress::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ed1847 rgba(233, 233, 233, 0) rgba(233, 233, 233, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: -9px;
    content: "";
    height: 0;
    left: 27%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.order-tracking .progress::after {
    border: 2px solid #e01856;
    border-radius: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px;
}

.order-tracking .progress {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
}

.order-tracking .progress-bar {
    border-radius: 10px;
    position: relative;
}

.order-tracking .progress-bar-success {
    background: #ed1847;
}

.order-tracking .status-process {
    height: 120px;
    position: relative;
}

.order-tracking .status-process .box-status {
    left: auto;
    position: absolute;
    top: 0;
    width: 20%;
}

.order-tracking .status-process .box-status .status-name {
    color: #595959;
    font-weight: 600;
}

.order-tracking .status-process p {
    margin-bottom: 0;
}

.order-tracking .status-process .box-info {
    text-align: right;
}


/*tooltip*/
.tooltip {
    font-size: 13px;
}

.tooltip-inner {
    background-color: #60bf58;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px;
    text-align: justify;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ed1847;
}

/*End tooltip*/

/*datapicker*/
#ui-datepicker-div {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 30px #c6eaff;
    display: none;
    font-weight: normal;
}

/*End*/
/*message*/
.message {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 250;
}


/*breadcrumb*/
ol.breadcrumb {
    padding-left: 0;
    background: none;
    margin-bottom: 0;
}

ol.breadcrumb li a {
    color: #6d6d6d;
}

ol.breadcrumb li a:HOVER {
    color: #224187;
}

ol.breadcrumb li.active {
    color: #224187;
}

/*end breadcrumb*/

/*Suport one*/
ul.support-one li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 5px;
}

ul.support-one li:last-child {
    border-bottom: none;
}

ul.support-one li p {
    padding-bottom: 0 !important;
}

ul.support-one li span:first-child {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 110%;
}

ul.support-one li span:last-child {
    font-weight: 600;
    font-size: 110%;
}

ul.support-one li a {
    color: #000;
}

ul.support-one li div.support-img {
    padding-top: 8px;
}

ul.support-one li div.support-img img {
    width: 100%;
}

/*end Support One*/


/*dia lod massege*/
#messageDialog, #confirmDialog {
    height: auto;
    width: auto;
    display: none;
}

/*dialog*/
.t_a_ui_dialog {
    padding: 0px;
    background-color: #f0f6fd;
    border: 1px solid #c6eaff;
    background-image: none;
    border-radius: 0px;
    box-shadow: 0 0 0px #c6eaff;
}

.t_a_ui_dialog .ui-widget-header {
    background: #E2F0FF url('../images/alert.png') left center no-repeat;
    background-position: 10px;
    color: #036da6;
    text-shadow: 1px 0 0 #036da6;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6eaff;
}

.t_a_ui_dialog .ui-dialog-buttonpane {
    border-top: 1px solid #c6eaff;
    margin: 0;
}

.t_a_ui_dialog .ui-widget-content {
    background-image: none;
    color: #000;
    font-weight: 300;
    font-size: 110%;
}

.t_a_ui_dialog .ui-state-default, .t_a_ui_dialog .ui-widget-content .ui-state-default {
    color: #f90673;
    font-weight: bold;
    border-radius: 3px;
    font-family: font_one;
    border: 1px solid #90c3fe;
    box-shadow: 0 0 15px #C6EAFF inset;
    font-size: 14px;
    background: url('../images/bg_form_button.png');
}

.t_a_ui_dialog .ui-dialog-buttonpane button {
    padding: none 8px;
}

.t_a_ui_dialog .ui-dialog-buttonpane button:HOVER {
    color: #0ea85a;
    background: url('../images/bg_form_button_hover.png');
}

/*end dialog*/
.float-right {
    margin-right: 0 !important;
    float: right !important;
}

.display {
    display: none;
}

.product-detail .product-extra .btn-shopping-cart.t_a_ui_helper_loading {
    background: transparent url("../images/loading.gif") center center no-repeat;
    background-size: 40px 40px;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.multiple-items .content-slide, .dich_vu .content-slide {
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    margin: 5px;
}

.slider .content-slide .title_slide_news a {
    color: #333;
}

.slider .content-slide .title_slide_news a:hover {
    color: #f63;
}

.slider .content-slide img {
    display: block;
    height: 130px;
    width: 100%;
    margin-bottom: 5px;
}

.slider .content-slide .content-slide a {
    color: #333;
    font-weight: bold;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: 31px;
    height: 63px;
    display: block;
    font-size: 0;
    background: url("../images/slidebox-button.png") no-repeat;
    transition: 0.3s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    z-index: 9;
    border: 0;
}

.slick-prev:hover {
    background: url("../images/slidebox-button-hover.png") no-repeat;
}

.slick-next:hover {
    background: url("../images/slidebox-button-hover.png") no-repeat 0 -63px;
}

.slick-prev {
    left: 5px;
    background-position: 0 0;
}

.slick-next {
    right: 3px;
    background-position: 0 -63px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #449d44;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: #9f3a24;
}

.slick-dots li.slick-active button, .slick-dots li.slick-active button:before {
    background: red;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.text-primary-custom {
    color: #ed1847 !important;
}

.card-header-custom {
    font-size: 15px;
    font-weight: 500;
    background-color: #ee3131;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
    color: #fff;
    border: none;
}

.update {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
}

.width-100 {
    width: 100%;
}

.title-card-home,
.cart-right h3,
.title-card,
.payment-methods h4,
.title-card-sp {
    font-size: 15px;
}

.news-left .recent_posts_list li {
    padding-right: 0;
}

.news-left .recent_posts_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.img-hover {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    display: block;
}

.img-hover:hover {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.border-2 {
    border: 2px solid;
}

.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-sm i {
    font-size: 30px;
}
.icon-bx-xl i, .icon-bx-lg i, .icon-bx-md i, .icon-bx-sm i, .icon-bx-xs i {
    vertical-align: middle;
}

.bg-secondry {
    background-color: #2d3239 !important;
}

.about {
    background-image: url(../images/bg-img.png);
    background-repeat: repeat-x;
    background-position: left bottom -37px;
}

a .dlab-tilte,
a .icon-content {
    color: #333333
}

a:hover .dlab-tilte {color: #ee3131}

.menu-bottom {margin: 0; padding: 0}
.menu-bottom li{padding: 6px 0;}
.menu-bottom li a{color: #f0f0f0}
.menu-bottom li a:hover{color: #0056b3}

.icon-cell img {width: 80px  !important;height: 80px  !important;}
