::selection {
    background-color: #efbb20;
    color: #ffffff;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0px;
    box-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
}

ul {
    padding: 0px;
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 8px
}

.form-control {
    font-size: 13px
}

ul li {
    list-style: none
}


@font-face {
    font-family: "utmavenida";
    src: url(../css/fonts/utmavenida.ttf) format('truetype');
}

@font-face {
    font-family: "utmswisscondensed";
    src: url(../css/fonts/utmswisscondensed.ttf) format('truetype');
}

@font-face {
    font-family: "utmswisscondensedbold";
    src: url(../css/fonts/utmswisscondensedbold.ttf) format('truetype');
}

@font-face {
    font-family: "utmimpact";
    src: url(../css/fonts/utm-impact.ttf) format('truetype');
}

@font-face {
    font-family: "utmcaviar";
    src: url(../css/fonts/utmcaviar.ttf) format('truetype');
}

@font-face {
    font-family: "utmfuturaextra";
    src: url(../css/fonts/utmfuturaextra.ttf) format('truetype');
}

@font-face {
    font-family: "utmsarah";
    src: url(../css/fonts/utmsarah.ttf) format('truetype');
}

@font-face {
    font-family: "timenewsroman";
    src: url(../css/fonts/font-times-new-roman2.ttf) format('truetype');
}

body {
    font-size: 13px;
    font-family: 'roboto';
    margin: 0px;
    padding: 0px;
    color: #414c58;
    background: #ebebec;
    border-bottom: 10px #2bb1b3 solid;
}

.bodyhome {
    background: #fff;
}

.clear {
    clear: both;
}

.container {
    max-width: 1200px;
}


.top {
    background: #24aeb1;
    padding: 10px 0px;
    color: white;
    font-size: 13px;
}

.top .share {
    float: right;
}

.top .share img {
    padding: 0px 10px;
}

.header {
    background: #ffffff;
    padding: 15px 0px;
}

.header .logo {
    display: inline;
    float: left;
}

.header .logo img {

}

.header .item_category {
    text-align: center;
    color: white;
    font-size: 15px;
    padding: 20px 0px 0px 0px;
    display: inherit;
}

.header .item_category img {
    margin-bottom: 3px;
    cursor: pointer;
}

.header .item_category p {
    margin-bottom: 0px;
    cursor: pointer;
    font-family: montserrat;
}

.header_page {
    background: #f9f9fa;
    padding: 15px 0px;
    border-bottom: 1px #e1e1e1 solid;
}

.hotline_contact {
    background: url(../images/ic_call.png) top 2px left no-repeat;
    padding-left: 25px;
    margin-top: 10px;
}

.hotline_contact span {
    font-size: 14px;
    color: #363636;
}

.search {
    margin-top: 0px;
    height: 44px;
    background: white;
    border-radius: 30px;
    padding: 1px;
    border: 1px #aaaaaa solid;
}

.search input {
    border-color: #ffffff;
    height: 40px;
    border-radius: 30px;
    padding-left: 20px;
}

.search button {
    background: #24afb1;
    border-color: #24afb1;
    border-left: none;
    color: #fff;
    padding: 0px 20px;
    border-radius: 30px;
}

.text_search {
    color: white;
    margin: 5px 0px;
}

.button_booking {
    padding: 4px;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px #ccc solid;
    background: white;
    text-align: center;
    color: #414c58;
    font-size: 18px;
    height: 60px;
    line-height: 55px;
}

.button_booking.button_1 {
    background: url(../img/group388.png) white top 2px left 2px no-repeat;
    background-size: 54px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button_booking.button_2 {
    background: url(../img/group391.png) white top 2px left 2px no-repeat;
    background-size: 54px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.button_booking.button_1:hover {
    background: url(../img/group388.png) white top 2px left 7px no-repeat;
    background-size: 54px;
}

.button_booking.button_2:hover {
    background: url(../img/group391.png) white top 2px left 7px no-repeat;
    background-size: 54px;
}

.col-right-header {
    margin-top: 12px;
}

.col-right-header .item {
    padding: 0px 10px;
    color: white;
    height: auto;
    position: relative;
}

.col-right-header .cart {
    border-radius: 10px;
    padding: 12px 6px;
    color: black;
    height: auto;
    position: relative;
    width: 60px;
    float: left;
    margin-top: -11px;
}


.col-right-header .total_money {
    color: black;
    font-size: 14px;
    line-height: 30px;
}

.col-right-header .cart p {
    text-align: right;
    font-size: 15px;
    line-height: 26px;
}

.col-right-header .love {
    border-radius: 10px;
    padding: 12px 6px;
    color: white;
    height: auto;
    position: relative;
    width: 38px;
    float: left;
    margin-top: -11px;
}

.col-right-header .item img {
    width: auto;
    float: left;
}

.love {

}

.love span {
    margin-left: 5px;
    line-height: 35px;
    text-transform: uppercase;
}

.love span.number {
    position: absolute;
    left: 24px;
    color: white;
    font-weight: 600;
    line-height: 23px;
    top: 0px;
    background: #ee5a90;
    width: 23px;
    text-align: center;
    border-radius: 50%;
}

.cart {

}

.cart span {
    margin-left: 5px;
    line-height: 35px;
    text-transform: uppercase;
}

.cart span.number {
    position: absolute;
    left: 24px;
    color: white;
    font-weight: 600;
    line-height: 23px;
    top: 0px;
    background: #ee5a90;
    width: 23px;
    text-align: center;
    border-radius: 50%;
}

.ring span.number {
    position: absolute;
    left: 24px;
    color: #de403d;
    font-weight: 600;
    line-height: 23px;
    top: 0px;
    background: white;
    width: 23px;
    text-align: center;
    border-radius: 50%;
}


.col-right-header .ctv {
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 15px;
}

.col-right-header .login {
    position: relative;
    cursor: pointer;
    text-align: right;
}

.col-right-header .login p {
    margin-left: 35px;
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.col-right-header .login a {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.col-right-header .user_login {
    background: #13a89e;
    border: 1px #13a89e solid;
}


.col-right-header .user {
    position: relative;
    cursor: pointer;
}

.col-right-header .login img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

#menutop {
    background: #f5bf64;
    padding: 10px 0px;
    box-shadow: 0px 3px 5px #828282;
    margin-bottom: 30px;
}

.slide_menu_top {

}

.slide_menu_top .item {
    text-align: center;
}

.slide_menu_top .item img {
    height: 59px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 5px;
}

.slide_menu_top .item a {
    color: black
}

.slide_menu_top .item .name {
    width: 88px;
    margin: 0 auto;
}

.banner-img {
}

.banner-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 170px;
}

.slider {
    margin-bottom: 30px;
}


.icon-next-menu {
    background: url(../img/next-20.png) top 6px center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 14px 20px;
    position: absolute;
    z-index: 9999999;
    right: -18px;
    top: 30px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px #000;
}

#slider {
    margin: 0px 0px;
}

.flashsale_title {
}

.flashsale_title .img {
}

.flashsale_title .img img {
}

.flashsale_title .viewmore {
    line-height: 150px;
    text-align: right;
    text-transform: uppercase;
}

.flashsale_title .viewmore a {
    color: #ed7ca8;
    font-weight: 500;
    text-decoration: underline;
}

.box_slide_product {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.bg_white {
    background: #fff
}

.slide_product {
}

.slide_product .items {
    padding: 0px 10px;
}

.product_st1 {
    margin-bottom: 15px;
    padding: 0px;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    border: 1px #f5bf64 solid;
}

.saleoff {
    background: #24aeb1;
    width: 63px;
    text-align: center;
    padding: 3px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 11px;
    z-index: 999;
    color: white;
    border-radius: 4px;
}

.saleoff:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #f54f9a;
}

.product_st1 .img {
    width: 100%;
    height: 240px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.product_st1 .img img {
    max-width: 100%;
    height: 212px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product_st1 .img img:hover {
    transform: scale(1.1);
}

.heart_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    /*background: url(../img/love.png) #f6f7fa top 8px center no-repeat;*/
    border-radius: 50%;
    right: 0px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    top: 10px;
}

.heart_icon:hover {
    /*background: url(../img/love.png) #ef699a top 8px center no-repeat;*/
}

.product_st1 .info {
    padding: 0px 10px;
}

.product_st1 .info .name {
    min-height: 48px;
}

.product_st1 .info .name p {
    margin-bottom: 0px;
    color: #98a0b1;
    font-size: 11px;
}

.product_st1 .info .name a {
    color: #4a5560;
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit;
}

.product_st1 .info .price1 {
}

.product_st1 .info .price1 span {
    color: #ef699a;
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
}

.product_st1 .info .price1 span.old {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 13px;
    color: #909090;
}

.product_st1 .info .price2 {
}

.product_st1 .info .price2 span {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 13px;
    color: #909090;
}

.product_st1 .buy {
    width: 100%;
    margin-top: 10px;
    background: #de403d;
    background: none;
    transition: .3s ease-out;
}


.box_tin {
    margin-bottom: 15px;
    padding: 0px;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}


.box_tin .img {
    width: 100%;
    height: 180px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
}

.box_tin .img img {
    width: 100%;
    height: 180px;
    display: initial;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box_tin .img img:hover {
    transform: scale(1.1);
}


.box_tin .info {
    padding: 0px 0px;
}

.box_tin .info .name {
    height: 80px;
}

.box_tin .info .name p {
    margin-bottom: 0px;
    color: #98a0b1;
    font-size: 11px;
}

.box_tin .info .name p span {
    color: #24aeb1;
}

.box_tin .info .name a {
    color: #4a5560;
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit;
}

.box_tin .info .viewmore {
    background: url(../img/addd.png) top left no-repeat;
    height: 46px;
    padding-left: 55px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4a5560;
}

.box_slide_news .item {
    padding: 0px 10px;
}


.icon-next {
    background: url(../img/left-arrow-2.png) top left no-repeat;
    width: 19px;
    height: 16px;
    position: absolute;
    z-index: 9999999;
    right: 30px;
    top: -40px;
    cursor: pointer;
}

.icon-prev {
    background: url(../img/left-arrow-1.png) top left no-repeat;
    width: 19px;
    height: 16px;
    position: absolute;
    z-index: 9999999;
    right: 0px;
    top: -40px;
    cursor: pointer;
}

.banner1 {
    margin-bottom: 30px;
}

.bread_crumb {
}

.bread_crumb ol {
    background: white;
    padding: 10px 0px;
}

.bread_crumb ol li {
    color: #de403d;
    font-weight: 700;
}

.bread_crumb ol li a {
    color: #de403d;
    font-weight: 700;
}

.bread_crumb .breadcrumb-item.active {
    color: #de403d;
}

.bread_crumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #de403d;
    content: ">";
}

.title_st1 {
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.title_st1 a {
    color: #414c58;
    font-size: 19px;
    text-transform: inherit;
    font-weight: 400;
    padding: 0px;
    position: relative;
}

.title_st1 a.view {
    color: black;
    font-size: 14px;
    line-height: 40px;
    text-transform: inherit;
    font-weight: 500;
    float: right;
}


.commitment {
    background: url(../img/e5.png) top left no-repeat;
    border-radius: 4px;
    background-size: cover;
    padding: 20px 0px;
    margin-bottom: 30px
}

.commitment h2 {
    color: #f5bf64;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'open sans';
    display: block;
    margin-bottom: 15px;
}

.commitment .img {
    text-align: center;
}

.commitment .img img {
    width: 150px;
}

.commitment p {
    text-align: center;
    display: block;
    color: #f5bf64;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newshome {
    background: white;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.newshome .item {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid black;
}

.newshome .item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
    padding: 0px;
    position: relative;
}

.newshome .item .name {
    margin-bottom: 10px;
    margin-left: 20px;
}

.newshome .item .name a {
    font-weight: 600;
    font-size: 15px;
    color: #3a3a3a;
}

.newshome .item .info {
    min-height: 60px;
}

.newshome .item p {
    color: #363636;
}

.newshome .date {
    text-align: left;
    font-style: italic;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
}

.title_new_other {
    margin: 15px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.sharenews {
}

.sharenews ul {
}

.sharenews ul li {
    float: left;
    padding-right: 10px;
    line-height: 50px;
}

.sharenews ul li img {
}

.sharenews .line {
    width: 60%;
    height: 1px;
    background: #24aeb1;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.showroom {
    background: white;
    border-radius: 3px;
    padding: 10px 10px;
    margin-bottom: 30px;
    position: relative;
}

.showroom .item {
    background: #e9eded;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.showroom .item .img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
    padding: 0px;
    position: relative;
    margin-bottom: 15px;
}

.showroom .item .name {
    margin-bottom: 10px;
}

.showroom .item .name a {
    font-weight: 700;
    font-size: 15px;
    color: #363636;
    text-transform: uppercase;
}

.showroom .item .name i {
    background: url(../images/ic_location.png) top left no-repeat;
    width: 11px;
    height: 15px;
    background-size: contain;
    content: '';
    margin-left: 4px;
    display: inline-flex;
    margin-top: -1px;
}

.showroom .item p {
}

.social {
    background: white;
    text-align: center;
}

.social ul {
}

.social ul li {
    display: initial;
}

.social ul li a {
}

.social ul li img {
    height: 90px;
}

.footer {
    background: white;
    padding: 40px 0px;
    border-radius: 10px;
    margin: 20px 0px;
}


.info_footer {
    padding: 0px 10px;
}

.info_footer h4.tilte {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info_footer .logo_footer {
    border-right: 1px #e2e8f091 solid;
    padding-right: 10px;
}

.info_footer .logo_footer img {
    margin-bottom: 15px
}

.info_footer ul.ul_1 {
    margin-bottom: 30px
}

.info_footer ul.ul_1 li {
}

.info_footer ul.ul_1 li a {
    font-size: 13px;
    color: #888b92;
    line-height: 30px;
}


.info_footer ul.ul_2 {
    margin-bottom: 30px
}

.info_footer ul.ul_2 li {
    margin-bottom: 15px;
}

.info_footer ul.ul_2 li a {
    color: white;
    font-size: 13px;
    line-height: 30px;
}

.info_footer ul.ul_2 span {
    padding-left: 10px;
}

.info_footer .item {
    margin-bottom: 10px;
}

.info_footer .item p {
}

.info_footer .item p img {
    margin-right: 10px;
}

.menu_footer {
}

.menu_footer ul {
    float: right;
}

.menu_footer ul li {
    float: left;
    padding: 0px 10px;
}

.menu_footer ul li a {
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.qr {
    text-align: center;
    padding-top: 10px;
}

.qr img {
    margin-bottom: 10px;
}

.map {
    height: 200px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
}

.designby {
    background: #f5bf64;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
}

#shownewscate {
    background-color: #ffffff;
    border-color: #ffffff;
    margin-bottom: 20px;
    padding: 1px 20px;
    display: none;
    color: #de403d;
    font-size: 15px;
}

.nav-mobile {
    display: none;
    height: 38px;
    padding: 0 0px;
    position: absolute;
    top: 87px;
    left: 10px;
    z-index: 99999999;
}

.icon_pr_mb a {
    font-size: 16px;
    color: #fe9000;
}

.icon_pr_mb i span {
    width: 25px;
    height: 4px;
    background-color: #24aeb1;
    display: block;
    margin-bottom: 5px;
}

.cart-mobile {
    position: absolute;
    right: 2px;
    top: 18px;
    display: none;
    z-index: 99999;
}

.cart-mobile .icon {
    float: right;
    width: 40px;
    height: 35px;
    background: url(../img/shopping-cart.png) top left no-repeat;
    position: relative;
}

.cart-mobile .icon span {
    position: absolute;
    top: -4px;
    right: 0px;
    color: #e20303;
    font-size: 10px;
    background: white;
    padding: 2px 6px;
    border-radius: 20px;
}

.timedown {
    text-align: left;
    margin-top: 0px;
}

.timedown ul {
}

.timedown ul li {
    width: 50px;
    height: 50px;
    border: 2px #de403d solid;
    background: #de403d;
    display: inline-block;
    margin: 0px 5px;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    position: relative;
}

.timedown ul li span {
    position: absolute;
    bottom: 2px;
    left: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 13px
}

.menu_page {
    margin: 30px 0px;
    border-radius: 5px
}

.menu_page .navbar {
    padding: 0px;
    background-color: #292626 !important;
    border-radius: 5px;
}

.menu_page ul {
    display: flex;
    justify-content: left;
    width: 100%;
    border-radius: 5px
}

.menu_page ul li {
}

.menu_page ul li a {
    background: url(../images/bg_menu2.png) top left repeat;
    */ text-transform: uppercase;
    background: rgb(1, 0, 36);
    background: linear-gradient(90deg, rgb(0 0 0) 6%, rgb(0 0 0) 60%, rgb(41 38 38) 100%);
    color: white !important;
    padding: 20px 17px !important;
    border-radius: 0px !important;
}

.menu_page ul li:first-child a {
    border-radius: 5px !important;
}

.menu_page .dropdown-menu {
    padding: 0px
}

.menu_page ul li .dropdown-menu a {
    background: #1a1a1a;
    font-size: 12px;
    text-transform: initial;
    color: white !important;
    padding: 10px 10px !important;
}

.menu_page ul li .dropdown-menu a:first-child {
    border-radius: 0px;
}

.search_page {
    display: none;
}

.search_right {
    float: right !important;
    margin-top: 5px !important;
    min-width: 300px;
}

.search_right input {
    height: 32px;
    border-right: 0px;
}

.search_right button {
    padding: 3px 10px;
    background: none;
    color: black;
    border: 1px solid #ced4da;
    border-left: 0px;
}

.cssmenu_page > ul > li > a {
    text-transform: inherit !important;
}


.content_page {
    margin: 20px 0px;
    border-radius: 10px;
    background: white;
}

.content_page .content {
    padding: 10px;
    background: white;
    margin-bottom: 40px;
    border-radius: 7px;
}

.content_page hr {
    border-top: 1px #f54f9a solid;
}

.title_page {
    color: #454545;
    font-weight: 400;
    font-size: 17px;
    margin: 10px 0px;
}

.title_st2 {
    text-align: center;
    color: #f5bf64;
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.title_st3 {
    font-weight: 500;
    text-transform: uppercase;
    background: #efefef;
    padding: 20px;
}

.title_st3 h1 {
    color: #24afb1;
    font-size: 32px;
    margin: 0px;
    font-weight: 700;
}

.sub_menu {
    border: 1px #cccccc solid;
    padding: 20px;
}

.sub_menu ul {
}

.sub_menu ul li {
    float: left;
    margin-right: 20px;
}

.sub_menu ul li a {
    background: #ffffff;
    padding: 8px 20px;
    border: 1px #d1d1d1 solid;
    border-radius: 3px;
    font-size: 16px;
    color: #909090;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sub_menu ul li a:hover {
    background: #24aeb1;
    border: 1px #24aeb1 solid;
    color: white
}

.sub_menu ul li a.active {
    background: #24aeb1;
    border: 1px #24aeb1 solid;
    color: white
}

.find_order {
    margin-top: 30px;
}

.find_order select {
    background: none;
    border: none;
    font-size: 19px;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
}

select.find_product {
    background: url(../img/equalizer.png) top 5px right 2px no-repeat;
    background-size: 26px;
}

select.order_product {
    background: url(../img/switch-vertical-orientation-arrows.png) top 5px right 2px no-repeat;
    background-size: 20px;
}

.title_st4 {
    padding: 0px 0px;
    margin-bottom: 25px;
}

.title_st4 p {
    margin: 0px 0px 25px 0px;
    text-align: left;
    color: #24afb1;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.title_st4 p:after {

}

.title_st4 p:before {

}

.title_st4 p span {
    background: white;
    padding: 10px;
    z-index: 9999;
}

.title_st4 .line {
    width: 60%;
    background: #de403d;
    height: 2px;
    margin: 0 auto;
    margin-top: -40px;
}

.title_st5 {
    margin: 20px 0px;
}

.title_st5 ol {
    background: none;
    padding-left: 0px;
}

.title_st5 ol li {
    float: left;
    color: #de403d;
    font-size: 14px;
    font-weight: 600;
}

.title_st5 ol li span {
}

.title_st5 ol li a {
    color: #de403d;
}

.title_st5 .breadcrumb-item.active {
    color: #de403d;
}

.title_st5 .breadcrumb-item + .breadcrumb-item::before {
    color: #de403d;
    content: ">";
}


.date_news {
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    padding: 8px 0px;
    margin: 10px 0px 20px 0px;
    color: #909090;
}

.date_news iframe {
    float: right;
}

.login-register-page {
}

.login-register-page .img-left {
}

.login-register-page .img-left img {
    cursor: pointer;
    max-height: 470px;
}

.form {

}

.form_res {
}

.form_res h4.title {
    color: #3a3a3a;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.form_res button {
    background: #de403d;
    width: 100%;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}

a.repass {
    color: black;
    text-decoration: revert;
}

.other_login {
    text-align: center;
}

.other_login .label {
    width: 100%;
    margin: 20px 0px;
}

.form-login {
    color: #3a3a3a
}

.form-login .label {
}

.form-login input {
    border-radius: 20px;
}

.detail_content_news {
    line-height: 24px
}

.detail_content_news img {
    max-width: 100% !important;
    height: auto
}

.detail_content_news table {
    max-width: 100% !important;
}

.detail_content_news iframe {
    max-width: 100% !important;
}

.linkfb {
    width: 100%;
    background: #05549a;
    text-align: center;
    display: block;
    color: white;
    padding: 7px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.linkfb i {
    margin-right: 5px;
}


.bar_right {
    position: fixed;
    right: 10px;
    top: 300px;
}

.bar_right ul {
}

.bar_right ul li {
    text-align: center;
    margin-bottom: 10px;
}

.bar_right ul li img {
    width: 60px;
}

.bar_right ul li img.call {
    width: 75px;
}

.bar_right ul li img.mess {
}


[dir='rtl'] .slick-slide {
    float: left;
}

.box_left {
    background: white;
    margin-bottom: 20px;
    border-radius: 5px
}

.box_left h2.title {
    background: #f5bf64;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.box_left h2.title i {
    margin-right: 10px;
}

.box_item_left {
    border-bottom: 1px #e9eded solid;
    margin-bottom: 10px;
    padding: 10px;
}

.box_item_left .title {
    font-weight: 500;
    font-size: 14px;
    color: #363636;
    margin-bottom: 15px;
}

.box_item_left .title i {
    float: right;
}

.box_filter .input-group {
    margin-bottom: 10px
}

.box_filter input {
}

.box_filter button {
    background: #f5bf64 !important;
    border-color: #f5bf64 !important;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
}

.input2 {
    margin: 20px 0px;
}

.input2 input {
    margin-top: 10px;
    width: 110px;
}

.input2 span {
    font-size: 14px;
}

button.submitrange {
    background: #f5bf64;
    border: none;
    padding: 5px 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.box_color {
}

.box_color ul {
}

.box_color ul li {
    display: initial;
    margin-right: 5px;
}

.box_color ul li img {
    width: 40px;
}

.product_filter {
    display: block;
    text-transform: capitalize;
    position: relative;
    padding: 4px 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#box_count_product {
    display: inline-block;
    padding: 5px 0px;
}

.box_filter_select {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 13px;
    margin: 4px 0;
}

.box_filter_select label {
    font-weight: 400;
}

.box_filter_select select {
    height: 26px;
    margin-left: 10px;
    padding: 0;
    border-color: #ccc !important;
    border-radius: 0;
    line-height: 25px;
    margin-top: -3px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    width: 200px !important;
    box-shadow: none !important;
    border-radius: 4px;
    display: inline-block;
}

.box_check_size {
}

.box_check_size input {
    border-color: #e1e1e1;
    margin-top: 3px;
}

.box_check_size li {
    margin-bottom: 7px;
}


.box_cate {
    padding: 0px 10px;
}

.list_product {
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0px;
}

.right_product {
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    width: 100%;
}

.product-box-lg {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    background: white;
}

.product_st2 {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.product_st2 .item {
    position: relative;
}

.product_st2 .saleoff {
    background: #ff0b0b;
    width: 50px;
    text-align: center;
    padding: 3px;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 999;
    color: white;
}


.product_st2 .item .img {
    width: 100%;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.product_st2 .item .info {
}

.product_st2 .item .info .name {
    height: 40px;
}

.product_st2 .item .info .name a {
    color: #363636;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.product_st2 .item .info .price1 {
}

.product_st2 .item .info .price1 span {
    color: #ed7ca8;
    font-weight: 700;
    font-size: 14px;
}

.product_st2 .item .info .price2 {
}

.product_st2 .item .info .price2 span {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 11px;
    color: #909090;
}

.product_st2 .progress {
    margin: 0px -10px;
    border-radius: 0px;
    height: 20px;
    background: #fadeb0;
    margin-top: 10px;
}

.product_st2 .progress-bar {
    background: #f5bf64;
    padding: 6px;
    font-size: 11px;
    color: black;
}

.pagination-nav {
    width: 100%;
}

.pagination ul li {
    display: inline;
}

.pagination ul li span {
    color: black;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ed7ca8;
    margin: 0 4px;
}

.pagination ul li a {
    color: black;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ed7ca8;
    margin: 0 4px;
}

.pagination ul li.active span {
    color: white;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ed7ca8;
    margin: 0 4px;
    background: #ed7ca8;
}

.pagination li a.active {
    background-color: #ed7ca8;
    color: white;
    border: 1px solid #ed7ca8;
}

.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.mr0 {
    margin: 0 auto;
}


.detail-news {
}

.detail-news .sapo {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.detail-news img {
    max-width: 100%;
    height: auto
}

.detail-news table {
    max-width: 100%
}

.detail-news iframe {
    max-width: 100%;
    height: auto
}

.product__slider-thmb .slick-slide {
    margin: 0px 5px;
}

.product__slider-thmb .slick-slide .slide_tb {
    border: 1px solid #fff;
    height: 94px;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    background: white
}

.product__slider-thmb .slick-current .slide_tb {
    border: 1px solid #de403d;
}

.product__slider-thmb .slick-slide img {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 80px !important;
}

.product__slider-main {
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden;
    border: 0px solid #dfe7ef;
}

.slide-images-product {
    margin-bottom: 20px;
    position: relative;
}

.slide-images-product .slick-slide {
    padding: 0px 10px;
}

.slide-images-product .slick-dots {
    bottom: 0px
}

.slide-images-product .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
}

.slide-images-product .slick-slide {
    padding: 0px;
}

.slide-images-product .slick-slide img {
    width: 100%;
}

.icon_gioihan {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.share_media {
    margin-bottom: 20px 0px;
}

.share_media ul {
}

.share_media ul li {
    float: left;
    padding-right: 10px;
    line-height: 40px;
    font-size: 15px;
}

.share_media ul li img {
}

.share_media ul li a.link {
    color: #f54f9a;
    text-decoration: revert;
    font-style: italic;
}

.info_product-right {
}

.info_product-right h1.name {
    color: #474747;
    font-size: 21px;
    text-transform: inherit;
}

.info_product-right .code {
    border-bottom: 0px #e1e1e1 solid;
    padding-bottom: 10px;
    color: #8a8989;
}

.info_product-right p.code iframe {
    float: right;
}

.info_product-right .code a.size_choose {
    float: right;
    color: #cf5959;
    text-transform: uppercase;
    text-decoration: revert;
}

.info_product-right .code span.brand_name {
    color: #cf5959;
}

.info_product-right .poll {
    padding: 10px 0px;
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    margin-bottom: 15px;
}

.info_product-right .gr-price {
    margin-bottom: 15px;
}

.info_product-right .gr-price span.price {
    font-size: 24px;
    font-weight: 700;
    color: #f54f9a;
    padding-right: 20px;
    padding-left: 10px;
}

.info_product-right .gr-price span.price_old {
    text-decoration: line-through;
    color: #8a8989;
}

.info_product-right .gr-price span.price_ship {
    color: #474747;
    font-size: 14px
}

.info_product-right .status {
    margin-top: 10px;
    padding: 10px 0px;
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    margin-bottom: 15px;
}

.info_product-right .namesx {
    color: #f5bf64;
}

.info_product-right .status a {
    border: 1px #f5bf64 solid;
    padding: 3px 10px;
    border-radius: 5px;
    color: #363636;
    background: #f5bf64;
}

.color_detail {
    border-bottom: 0px #e1e1e1 solid;
    padding-bottom: 10px;
}
.pagination_history {
    padding-bottom: 20px;
    padding-right: 55px;
}

.color_detail ul {
}

.color_detail ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: 3px #ffffff solid;
    float: left;
    border-radius: 2px;
    color: #474747;
}

.color_detail ul li.active {
    border-color: #eb9493
}

.color_detail ul li div {
    width: 25px;
    height: 25px;
}

.color_detail ul li img {
    width: 30px;
    margin-bottom: 5px
}

.color_detail ul li.active {
}

.color_detail .icon i {
    font-size: 22px;
    color: #e2e8f0;
}

.color_detail .icon i:hover {
    color: #ed7ca8
}

.color_detail ul li.title {
    width: 100px;
}

.size_detail ul li.title {
    min-width: 40px;;
    text-align: left;
}


.size_detail {
    border-bottom: 0px #e1e1e1 solid;
    padding-bottom: 10px;
}

.size_detail ul {
}

.size_detail ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border: 3px #ffffff solid;
    float: left;
    border-radius: 2px;
    color: #474747;
    width: 64px;
    text-align: center;
    cursor: pointer;
}

.size_detail ul li.active {
    border-color: #24aeb1;
    background: #24aeb1;
    color: white;
}

.size_detail ul li div {
    width: 25px;
    height: 25px;
}

.size_detail ul li img {
    width: 30px;
    margin-bottom: 5px
}

.size_detail ul li.active {
}

.size_detail .icon i {
    font-size: 22px;
    color: #e2e8f0;
}

.size_detail .icon i:hover {
    color: #ed7ca8
}


.add-cart_button {
    margin-top: 0px;
}

.add-cart_button .order-option {
}

.add-cart_button .order-option .bt1 {
    float: left;
    background: white;
    border: 1px #ebebeb solid;
    padding: 6px 10px;
    cursor: pointer;
}

.add-cart_button .order-option .quantity {
    width: 50px;
    float: left;
    background: #e1e1e1;
    border: 1px #e1e1e1 solid;
    height: 33px;
    text-align: center;
}


.page_cart {
    margin: 20px 0px;
}

.add-cart {
    margin-top: 20px;
}

.add-cart .order-option {
}

.add-cart .order-option .bt1 {
    float: left;
    background: white;
    border: 1px #ebebeb solid;
    padding: 6px 10px;
    cursor: pointer;
}

.add-cart .order-option .quantity {
    width: 50px;
    float: left;
    background: #e1e1e1;
    border: 1px #e1e1e1 solid;
    height: 33px;
    text-align: center;
}

.add-cart .bt2 {
    height: 33px;
    background: #de403d;
    border: 1px #de403d solid;
    border-radius: 5px;
    width: 100%;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.add-cart .bt3 {
    height: 33px;
    background: #fff;
    border: 1px #de403d solid;
    border-radius: 5px;
    width: 100%;
    color: #de403d;
    text-transform: uppercase;
    text-align: center;
}

.note_detail {
    background: #fbfbfb;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px #e3e3e3;
}

.note_detail p {
    color: #474747;
    font-size: 13px;
}


.commitment_detail {
    padding: 20px 0px;
    margin-bottom: 20px
}

.commitment_detail .img {
    text-align: center;
}

.commitment_detail .img img {
    width: 125px;
}

.commitment_detail p {
    text-align: center;
    display: block;
    color: black;
    font-size: 12px;
    text-transform: inherit;
    margin-bottom: 10px;
}


.tab_detail {
    margin-top: 10px;
}

.tab_detail .nav-tabs {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tab_detail .nav-tabs li {
    position: relative;
}

.tab_detail .nav-tabs li.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ed7ca8;
    position: absolute;
    left: 0px;
    top: 29px;
}

.tab_detail .nav-tabs {
    font-size: 14px;
    text-transform: uppercase;
    color: #363636;
    position: relative;
    padding: 5px 0px;
    background: #eeeeee;
}

.tab_detail .nav-tabs {
    font-size: 14px;
    text-transform: uppercase;
    color: #363636;
    position: relative;
    padding: 0px 0px;
    background: none;
    border: none;
}

.tab_detail .nav-tabs a:before {
    content: '';
    height: 12px;
    width: 1px;
    background: #7b7b7b;
    position: absolute;
    right: 0px;
    top: 12px;
}

.tab_detail .nav-tabs a.active:after {
    content: '';
    height: 0px;
    width: 100%;
    background: #f5bf64;
    position: absolute;
    right: 0px;
    top: 35px;
    border-radius: 4px;
}

.tab_detail .nav-link {
    border: none;
}

.tab_detail .nav-tabs .nav-item {
    margin-bottom: 0px;
    position: relative;
    color: #363636;
    background: none;
}

.tab_detail .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #f54f9a;
    font-weight: 500;
    text-decoration: underline;
}

.tab-content {
    padding: 10px;
}

.comment {
}

.comment h4 {
    color: #909090;
    font-size: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.cmlist {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.cmlist .parent {
    margin-bottom: 20px;
}

.cmlist .parent .name {
}

.cmlist .parent .name span.name {
    font-size: 14px;
    font-weight: 600;
}

.cmlist .parent .name span.date {
}

.cmlist .parent .name span.like {
    border: 1px #d7d7d7 solid;
    padding: 1px 10px;
    border-radius: 10px;
    margin-left: 5px;
}

.cmlist .parent .name span.like i {
    color: #5bc8ac;
}

.cmlist .parent .ques {
    font-size: 14px;
    margin: 5px 0px;
}


.cmlist .child {
    margin-bottom: 20px;
    padding: 10px;
    background: #ebebeb;
    margin-left: 20px;
    position: relative;
}

.cmlist .child:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ebebeb;
    top: -5px;
    left: 24px;
}

.cmlist .child .name {
}

.cmlist .child .name span.name {
    font-size: 14px;
    font-weight: 600;
}

.cmlist .child .name span.date {
}

.cmlist .child .name span.like {
    border: 1px #d7d7d7 solid;
    padding: 1px 10px;
    border-radius: 10px;
    margin-left: 5px;
    background: white;
}

.cmlist .child .name span.like i {
    color: #5bc8ac;
}

.cmlist .child .ques {
    font-size: 14px;
    margin: 5px 0px;
}

.sendquestion {
}

.sendquestion .title {
    font-weight: 500;
    margin-bottom: 10px;
}

.sendquestion button {
    background: #ed7ca8;
    border-color: #ed7ca8 !important;
    padding: 0.375rem 1.75rem;
}


.content_cart {
    margin: 0px 0px;
}

.cart_box {
    padding: 0px;
}

.cart_box .cart-block {
    padding: 0px;
    margin-bottom: 20px;

}

.cart_box .title {
    margin-bottom: 10px;
}

.cart_box .cart-block .box_info {
}

.cart_box .cart-block .box_info .form-row {
    margin-bottom: 10px;
}

.bg_pink {
    background: #ffb540;
}

.confirm1 {
    color: white;
    border-radius: 0px;
    padding: 6px 20px;
    margin-top: 48px;
    text-transform: uppercase;
}

.cart_box .form-row .radio1 {
    padding-top: 5px;
}

.cart_box .form-row .radio1 {
    padding-left: 35px;
    line-height: 30px;
    font-weight: 600;
}

.cart_box .form-row .radio1 input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.mb0 {
    margin-bottom: 0px !important
}

.box_radius input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.checkmark {
    position: absolute;
    top: 8px;
    left: 6px;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 1px #ccc solid;
}

.container input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px #ccc solid;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #de403d;
}

.fee-tranform {
    color: #ffb540;
    font-size: 17px;
    line-height: 32px;
}

.cart-block .box_info hr {
    margin-top: 10px;
    margin-bottom: 1rem;
    border-color: #ebebeb;
    border-top: 1px solid #ebebeb;
}


.box_info_bank {
    padding: 0px !important;
}

.box_info_bank .box {
    width: 50%;
    float: left;
    position: relative;
    padding: 10px;
}

.box_info_bank .box-left {
}

.box_info_bank .box-right .line {
    height: 100%;
    width: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0px;
    top: 0px;
}

.box_info_bank .box img {
    float: left;
    width: 130px;
}

.box_info_bank .box img {
}

.box_info_bank .box .text {
    padding: 10px;
    font-size: 14px;
    padding-left: 140px;
}

.box_info_bank .box .text p {
}

.item_cart {
    position: relative;
    border-bottom: 0px #e8b0b0 solid;
    padding: 10px;
    margin-bottom: 20px;
    background: #ffffff;
}

.item_cart .img {
}

.item_cart .img img {
    max-width: 100%;
}

.item_cart .info {
}

.item_cart .info p.name {
    font-size: 16px;
    font-weight: 500;
}

.item_cart .info p.price {
    color: #ffb540;
    font-weight: 600;
}

.item_cart .close_item {
    cursor: pointer;
    z-index: 99999999;
    color: black
}

.item_cart .close_item i {
    font-size: 30px;
    color: black;
}

.item_cart .close_item i:hover {
    color: #24aeb1;
}

.item_cart .order-option .bt_item {
    float: left;
    background: #24aeb1;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    margin: 7px;
}

.item_cart .order-option {
    float: right;
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.item_cart .order-option .quantity_item {
    width: 50px;
    float: left;
    background: #24aeb1;
    border: 1px #24aeb1 solid;
    height: 33px;
    text-align: center;
    border-radius: 5px;
    color: white;
}

.item_cart .price_cart {
    color: #f54f9a;
    font-size: 17px;
    font-weight: 600;
    margin-top: 45px;
    position: absolute;
    bottom: 0px;
}

.box_price {
    margin: 10px 0px;
    padding: 0px 0px;
}

.box_price .form {
    margin-bottom: 10px;
}

.box_price .price {
}

.box_price button {
    background: #de403d;
    width: 100%;
    border-radius: 4px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 20px;
}

.box_price p {
    width: 100%;
    margin: 0px;
    line-height: 37px;
    font-weight: 700;
}

.box_price p span {
    color: #f54f9a;
    font-size: 20px;
    float: right;
}

.price_mb {
    display: none;
}

.coupon {
}

.coupon input {
    background: #ffffff;
    border-color: #dfdfdf;
}

.coupon button {
    background: #ffb540;
    border-color: #ffb540;
    border-left: none;
    color: white;
    text-transform: uppercase;
}

.success_order {
    background: #ffb540;
    color: white;
    width: 100%;
    border-radius: 0px;
}


.pagination-nav ul li {
    display: inline;
}

.pagination-nav ul li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination-nav ul li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #f5bf64;
    margin: 0 4px;
    border-radius: 0px !important;
}

.pagination-nav ul li.active span {
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #f5bf64;
    margin: 0 4px;
    background: #f5bf64;
}

.pagination-nav li a.active {
    background-color: #4caf50;
    color: white;
    border: 1px solid #4caf50;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;

    border-radius: 0px;
}

.pagination-nav li a:hover:not(.active) {
    background-color: #ddd;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #50bec1;
    border-color: #50bec1;
}

.page-link:hover {
    z-index: 2;
    color: white;
    text-decoration: none;
    background-color: #50bec1;
    border-color: #50bec1;
}

.pagination-nav li a:hover:not(.active) {
    background-color: #50bec1;
}

.pagination {
    float: right;
    margin-top: 10px;
}

.form-contact {
    padding: 0px 50px;
    margin: 100px 0px;
}

.form-contact .col-left {
    margin-bottom: 20px;
}

.form-contact .col-left .logo {
    margin-bottom: 20px;
}

.form-contact .col-left .logo img {
}

.form-contact .col-left .item {
}

.form-contact .col-left .item img {
    margin-right: 10px;
}

.form-contact .col-left .item p {
    margin-bottom: 13px;
    font-size: 14px;
}

.form-contact .form {
    margin-top: 0px;
    width: 100%;
}

.form-contact .form input {
    border: none;
    border-bottom: 1px #363636 solid;
    border-radius: 0px;
}

.form-contact .form button {
    background: #f5bf64;
    padding: 6px 35px;
    color: white;
    margin-top: 20px;
}

#dropdown-menu {
    right: 0px;
    top: 0px;
    transform: translate3d(0px, 44px, 0px) !important;
    float: left;
    padding: 0.5rem 13px;
    margin: 0.125rem 0 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 15%);
    z-index: 99999;
    position: absolute;
    display: none;
    border-radius: 10px;
    text-align: center;
}

#dropdown-menu a {
    color: #676767;
}

#dropdown-menu a:first-child {
    border-bottom: 1px #e2e8f0 solid;
}

.profile {
    padding: 20px 20px;
    margin-bottom: 20px;
    background: white;
}

.container_profile {
    width: 500px;
    margin: 0 auto;
}

.cover_profile {
    position: relative;

}

.cover_profile img {
    width: 100%;
    height: auto
}

.image-upload {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    width: auto;
    cursor: pointer;
}

.avata_profile {
    margin: 0 auto;
    text-align: center;
    margin-top: -50px;
    z-index: 9999;
    position: relative;
    width: 140px;
}

.avata_profile img {
}


.avata-upload {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.avata-upload > input {
    display: none;
}

.avata-upload img {
    width: auto;
    cursor: pointer;
}

.profile {
}

.profile .info {
    text-align: center;
    margin-top: 20px;
}

.profile .info h3 {
    font-size: 20px;
}

.profile .info p {
    font-size: 15px;
}

.profile .info img {
}

.profile button.btn {
    width: 100%;
    background: #de403d;
    color: WHITE;
    font-size: 17px;
    font-weight: 600;
}

.form_profile {
}

.form_profile img {
    margin-right: 10px;
    width: 30px;
}

.form_profile label {
    line-height: 38px;
}


.nivoslider img {
    height: 348px !important;
}


#slider_home {
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
}

.slider_home .slick-dots {
    position: absolute;
    bottom: 10px;
}

.slider_home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider_home .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px #fff solid;
}

.slider_home .slick-dots li.slick-active button {
    width: 25px;
    height: 12px;
    border-radius: 20px;
    border: 2px #f28d8b solid;
    background: #f28d8b;
}

.slider_home .slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

.slider_home .slick-dots li button:before {
    opacity: 0;
}

.slider_home {
    margin-bottom: 0px !important;
}

.slider_home .item {
}

.slider_home .item img {
    width: 100%;
}

.banner_home {
    margin-bottom: 15px;
}

.banner_home img {
    width: 100%;
    max-height: 196px;
}


.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20% !important;
        float: left !important;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.info_user_buy {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
}

.info_user_buy h3.title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #5a5a5a;
}

.info_user_buy p {
    font-weight: 600;
    font-size: 15px;
}

.info_user_buy .edit {
    background: #f9eaea;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    border-radius: 6px;
    color: #333;
}

.info_user_buy .edit:hover {
    background: #de403d;
    color: white;
}

.box_info .form-row {
    margin-bottom: 10px;
}

.nhathuoc {
}

.nhathuoc .item {
    padding: 0px 10px;
}

.nhathuoc .item img {
    width: 100%;
}

.contact_item {
}

.contact_item .img {
    float: left;
    margin-right: 10px;
}

.contact_item .img img {
}

.contact_item .info {
    padding-top: 15px;
}

.contact_item .info h3.title {
    font-size: 15px;
}

.contact_item .info p {
    color: #a2a9b9;
}

.contact_item .info a {
    color: #a2a9b9;
}

.contact_item .info a.phone {
    color: #2bb1b3;
    font-size: 21px;
    font-weight: 800;
}

.app_mobile {
    padding: 0px;
    text-align: center;
}

.app_mobile h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.app_mobile img {
    width: 110px;
}

.info_footer hr {
    margin: 30px 0px;
}


#showNewsCate {
    display: none;
    background-color: #24aeb1;
    border-color: #24aeb1;
}



