#owlSlider .owl-next {
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#owlSlider .owl-prev {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#owlSlider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

#owlSlider .owl-dots button {
    width: 8px;
    height: 2px;
    border-radius: 50px;
    background: #fff;
    margin: 0 2px;
}

.banner-right img {
    border-radius: 14px;
}

.home__collection {
    padding-top: 10px;
}

.home__collection--title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__collection--title .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
}

.home__collection--title .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

@media (max-width: 575.98px) {
    .home__collection--title {
        font-size: 18px;
    }
}

.home__collection--banner {
    margin-bottom: 15px;
}

.home__collection--banner img {
    border-radius: 14px;
}

@media (min-width: 992px) {
    .home__collection--slider .slider--row {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .home__collection--slider {
        overflow-x: auto;
        padding: 0px 12px;
    }
    .home__collection--slider .slider--row {
        white-space: nowrap;
        margin: 0px 0px 12px;
    }
    .home__collection--slider .slider--row [class*='col-'] {
        width: 160px;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        margin: 0px 12px 0px 0px;
    }
    .home__collection--slider::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.home__collection .blog__wrap.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1bb7ed;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
}

.home__collection .blog__wrap.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.home__collection .blog__wrap.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.home__promotion {
    padding-top: 20px;
}

.home__promotion--title {
    color: #f23611;
    position: relative;
}

.home__promotion--title h2 {
    font-size: 20px;
    font-weight: 700;
}

.home__promotion .view__more {
    color: #ff6600;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}

.home__promotion .view__more.view_more_center {
    position: relative;
    margin-bottom: 15px;
    top: 0;
    left: 0;
}

.home__promotion .view__more svg {
    fill: #ff6600;
    width: 10px;
    height: 10px;
}

.home__blog {
    padding-bottom: 30px;
}

.home__blog .home__blog-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0px;
    border: 1px solid #f1f2f2;
}

.home__blog .home__blog-left {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
}

.home__blog .home__blog-heading {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home__blog .home__blog-heading h2 {
    font-size: 18px;
    margin: 0;
}

.home__blog .home__blog-heading .viewmore-blog {
    color: #f89d27;
    font-size: 16px;
    font-weight: normal;
}

.home__blog .home__blog-heading .viewmore-blog svg {
    fill: #f89d27;
    width: 10px;
    height: 10px;
}

.home__blog .home__blog-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home__blog .home__blog-content .home__blog-thumb {
    margin-bottom: 15px;
    display: block;
}

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

.home__blog .home__blog-content-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.home__blog .home__blog-content-right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
}

.home__blog .home__blog-content-right .home__blog-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

.home__blog .home__blog-content-right .home__blog-item .home__blog-thumb {
    width: 100px;
    z-index: 1;
    margin: 0 13px 0 0;
}

.home__blog .home__blog-content-right .home__blog-item .home__blog-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home__blog .home__blog-content-right .home__blog-item .home__blog-info h3 {
    font-size: 14px;
}

.home__blog .home__blog-content-right .home__blog-item:last-child {
    border: 0;
}

.home__blog .home__blog-right {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    width: 100%;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item .home__blog-thumb {
    width: 100px;
    z-index: 1;
    margin: 0 13px 0 0;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item .home__blog-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item .home__blog-info h3 {
    font-size: 14px;
    margin: 0;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item.first {
    border-bottom: 1px solid transparent;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb {
    width: 100%;
    height: 200px;
    margin: 0;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb .item-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: opacity .35s ease, filter 0s ease;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-thumb {
        height: 300px;
    }
}

.home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-info {
    margin-top: 10px;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item.first .home__blog-info h3 {
    font-size: 18px;
}

.home__blog .home__blog-right .home__blog-content .home__blog-item:last-child {
    border: 0;
}

@media (max-width: 991.98px) {
    .home__blog .home__blog-left,
    .home__blog .home__blog-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home__blog .home__blog-content-left,
    .home__blog .home__blog-content-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}


/* Search Mobile */

.services-mb {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 5px solid #f0f0f0;
}

.services-mb .item {
    padding-left: 0px;
    padding-right: 5px;
    width: 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center;
}

.services-mb .item img {
    max-width: 35px;
}

.services-mb .item span,
.services-mb .item a {
    display: block;
}

.services-mb .item span {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}


/* Category Mobile */

.category-mb-list {
    padding-top: 8px;
    border-bottom: 5px solid #f0f0f0;
}

.category-mb-list .item {
    width: 16.66667%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.category-mb-list .item img {
    max-height: 35px;
}

.category-mb-list .item span {
    display: block;
    font-size: 10px;
    margin-top: 5px;
}


/* Slider banner Mobile */

.owl-carousel-slider-mb.owl-carousel img {
    border-radius: 14px;
}

@media (min-width: 992px) {
    .owl-carousel-slider-mb.owl-carousel {
        display: flex;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .owl-carousel-slider-mb.owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .owl-carousel-slider-mb.owl-carousel [class*='col-'] {
        padding: 0;
    }
}

.owl-carousel-slider-mb.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.owl-carousel-slider-mb.owl-carousel .owl-dots button {
    width: 8px;
    height: 1px;
    border-radius: 50px;
    background: #fff;
    margin: 0 2px;
}

#registerNotify .modal-header {
    background: #2e9ed5;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#registerNotify .modal-dialog {
    width: 300px;
    border-radius: 10px;
    margin: 0 auto;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media (max-width: 767px) {
    #registerNotify .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

#registerNotify .modal-header p {
    margin: 0;
}

#registerNotify .modal-dialog .modal-content {
    border-radius: 10px;
}

#registerNotify .modal-body {
    text-align: center;
}

#registerNotify .modal-body .registerNotify-text .registerNotify-code {
    border-radius: 30px;
    border: 1px solid #2e9ed5;
    color: #2e9ed5;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

#registerNotify .modal-body .registerNotify-text .btn-confirm {
    background: #2e9ed5;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 5px 10px;
    border: 0;
    font-weight: 700;
}

.collection-rcm .slider--row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.collection-rcm .home__promotion--title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.collection-rcm .tablist-item-rcm {
    margin-left: 15px;
    margin-bottom: 7px;
}

.collection-rcm .tablist-item-rcm li {
    display: inline-block;
}

.collection-rcm .tablist-item-rcm li a {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #2cbde5;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
}

.collection-rcm .tablist-item-rcm li a.active {
    background: #2cbde5;
    color: #fff;
}

@media (max-width: 767px) {
    .collection-rcm .tablist-item-rcm {
        width: 100%;
        margin: 0;
        white-space: nowrap;
        padding-bottom: 8px;
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 15px;
    }
}

.list-products-app .col-xl-20th {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.collection-rcm .button-nav {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #e23800;
    line-height: 20px;
}

.collection-rcm .button-nav:after {
    display: none;
}

.collection-rcm .button-nav.swiper-button-next {
    right: 0px;
}

.collection-rcm .button-nav.swiper-button-prev {
    left: 0px;
}

.home-tuyendung {
    padding-bottom: 30px;
}

.home-tuyendung-left-owl.d-flex-owl:not(.owl-loaded)>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.home-tuyendung-left-owl .item {
    position: relative;
}

.home-tuyendung-left-owl .item .home-tuyendung-content-wrap {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.home-tuyendung-left-owl .item .home-tuyendung-content {
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 15%;
    right: 15%;
    color: #fff;
    z-index: 100;
}

.home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-subtitle {
    font-weight: 800;
    font-size: 19px;
}

.home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-title {
    font-size: 52px;
    font-weight: 800;
}

.home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-link {
    font-size: 19px;
}

.home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-link a {
    color: #fff;
}

.home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-link i {
    margin-left: 15px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-subtitle {
        font-weight: 800;
        font-size: 12px;
    }
    .home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-title {
        font-size: 20px;
        font-weight: 800;
    }
    .home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-link {
        font-size: 12px;
    }
    .home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-link a {
        color: #fff;
    }
    .home-tuyendung-left-owl .item .home-tuyendung-content .home-tuyendung-link i {
        margin-left: 10px;
        font-size: 14px;
    }
}

.home-tuyendung-left-owl.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.home-tuyendung-left-owl.owl-carousel .owl-dots button {
    height: 3px;
    border-radius: 30px;
    background: #fff;
    width: 20px;
    margin: 5px;
}

.home-tuyendung-left-owl.owl-carousel .owl-dots button.active {
    background: #5FC9FB;
}

.home-tuyendung-left-owl.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
}

.home-tuyendung-left-owl.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.home-tuyendung-left-owl.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

@media (max-width: 767px) {
    .home-tuyendung-left-owl {
        margin-bottom: 15px;
    }
}

.home-tuyendung-right-owl.d-flex-owl:not(.owl-loaded)>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.home-tuyendung-right-owl.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.home-tuyendung-right-owl.owl-carousel .owl-dots button {
    height: 3px;
    border-radius: 30px;
    background: #fff;
    width: 20px;
    margin: 5px;
}

.home-tuyendung-right-owl.owl-carousel .owl-dots button.active {
    background: #5FC9FB;
}

.home-tuyendung-right-owl.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
}

.home-tuyendung-right-owl.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.home-tuyendung-right-owl.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}