@charset "UTF-8";

.header .navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    color: #000;
    font-size: 13px
}

.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #14bd47
}

.header .navbar-light .navbar-nav .nav-link:focus, .header .navbar-light .navbar-nav .nav-link:hover {
    color: #14bd47
}

.header .banner-top-right {
    height: 48px
}

.header .banner-top-right p {
    top: 15px;
    left: 0;
    text-align: center;
    width: 100%
}

.header .logo img {
    height: 70px;
    width: auto
}

@media screen and (max-width:768px) {
    .header .logo {
        padding: 0
    }

    .header .logo img {
        height: 40px;
        width: auto
    }

    .header .navbar .btn-link {
        font-size: 1.25rem;
        color: rgba(0, 0, 0, .5);
        padding: 0
    }

    .header .navbar .small {
        font-size: .8rem
    }
}

.slider-nav:hover .nav-cate {
    display: block
}

.slider-nav .cate-title {
    background-color: #14bd47;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin: 0;
    font-size: 16px;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.slider-nav .nav-cate {
    clear: both;
    border: 1px solid #e6e6e6;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    display: none;
    width: 90%;
    background: #fff;
    z-index: 2
}

.slider-nav .nav-cate .menu-cate {
    width: 100%;
    background: #fff;
    overflow: visible;
    border-top: none
}

.slider-nav .nav-cate .menu-cate .menu-item {
    display: block;
    overflow: visible;
    cursor: pointer;
    position: relative;
    border-bottom: 1px dashed #ddd
}

.slider-nav .nav-cate .menu-cate .menu-item:last-child {
    border-bottom: none
}

.slider-nav .nav-cate .menu-cate .menu-item:hover .menu-cate.collapse {
    display: flex
}

.slider-nav .nav-cate .menu-cate .menu-item h3 {
    font-size: 16px;
    color: #555
}

.slider-nav .nav-cate .menu-cate .menu-item h3 a:hover .menu-cate.collapse {
    display: block
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item {
    white-space: nowrap;
    background: #fff;
    padding: 4px 0;
    border-bottom: none
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item a {
    font-size: 16px;
    font-weight: 500
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item .fa {
    display: none
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item .menu-cate {
    position: static;
    display: block;
    float: left
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item .menu-cate .menu-item a {
    font-size: 1rem;
    font-weight: 400;
    padding: 0
}

#hotline_header #hotline_phone {
    font-size: 22px;
    margin-top: -2px;
    line-height: 24px;
    font-weight: 600;
    color: #14bd47
}

#hotline_header #hotline_txt {
    font-size: 12px
}

.frm-search-header button {
    top: 0;
    right: 8px;
    z-index: 3
}

.frm-search-header button .fa {
    color: rgba(0, 0, 0, .5)
}

.frm-search-header #category-id {
    border-radius: 4px 0 0 4px
}

.frm-search-header .input-group input {
    padding-right: 45px
}

.breadcrumb {
    background: 0 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    margin-top: .5rem
}

.breadcrumb a {
    color: #555
}

.breadcrumb a:hover {
    color: #1d6ee7
}

@media screen and (min-width:991px) {
    .navbar-nav .nav-item .nav-link {
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    .navbar-nav .nav-item .nav-link {
        margin-right: .5rem;
        margin-left: .5rem
    }
}

@media screen and (max-width:1200px) {
    .navbar-nav .nav-item .nav-link {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 1rem
    }
}

@media screen and (max-width:991px) {
    .navbar-nav .nav-item {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
}

.nav-menu {
    border-bottom: 1px solid #eee;
    transition: top .2s ease-in-out
}

@media (min-width:576px) and (max-width:991px) {
    .nav-menu .container {
        max-width: 100%
    }
}

.nav-menu.fixed-top {
    background: #fff;
    border-bottom: 1px solid #999;
    transition: top .2s ease-in-out;
    z-index: 2
}

.nav-menu.fixed-top.nav-up {
    top: -80px
}

.nav-menu.fixed-top .navbar {
    padding-top: 0;
    padding-bottom: 0
}

.nav-menu.fixed-top .search-header {
    display: none !important
}

.nav-menu.fixed-top .banner-top-right {
    display: none !important
}

@media screen and (max-width:991px) {
    .nav-menu .navbar-slide {
        position: absolute;
        top: 0;
        left: -15px !important;
        background-color: #fff;
        width: 0;
        z-index: 100000;
        height: 1000vh
    }

    .nav-menu .navbar-slide .nav-close {
        position: fixed;
        top: .8rem;
        left: calc(100% - 55px)
    }

    .nav-menu .dropdown-toggle::after {
        float: right;
        margin-top: 10px
    }
}

.dropdown-menu {
    margin: 0 !important
}

@media screen and (max-width:991px) {
    .dropdown-menu {
        border: none;
        padding-left: 15px
    }
}

.dropdown-menu .arrow_top {
    width: 10px;
    height: 10px;
    float: left;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 10%;
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu.dropdown-menu-right .arrow_top {
    right: 4%;
    left: auto
}

@media screen and (max-width:768px) {
    .dropdown-menu a {
        padding: .5rem 1rem;
        display: block
    }
}

.dropdown-menu a span {
    margin-top: 5px;
    font-size: 14px
}

a.backtotop {
    opacity: 0;
    position: fixed;
    bottom: 87px;
    right: 10px;
    height: 30px;
    width: 30px;
    background-color: #14bd47;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-top: 1px;
    z-index: 9999;
    border-width: 2px;
    border-style: solid;
    border-color: #14bd47;
    border-image: initial;
    border-radius: 30px;
    box-shadow: 0 0 15px
}

a.backtotop:hover {
    color: #fff;
    background-color: #0f438f
}

a.backtotop.is-visible {
    opacity: 1
}

a.backtotop.fade-out {
    opacity: 1
}

a.backtotop .fa {
    padding-right: 5px;
    padding-left: 5px
}

.icon {
    background-image: url(../../images/icon/icon.png)
}

.icon-facebook {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -37px 0
}

.icon-google {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -37px -44px
}

.icon-skype {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -37px -85px
}

.icon-twitter {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -99px 0
}

.icon-instagram {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -99px -85px
}

.icon-youtube {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -99px -44px
}

.icon-pinterest {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: -99px -128px
}

.icon-address {
    width: 12px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    filter: invert(1) hue-rotate(114deg)
}

.icon-phone {
    filter: invert(1) hue-rotate(114deg);
    width: 12px;
    height: 20px;
    display: inline-block;
    background-position: 0 -42px
}

.icon-email {
    filter: invert(1) hue-rotate(114deg);
    width: 12px;
    height: 20px;
    display: inline-block;
    background-position: 0 -81px
}

.icon-arrow-down {
    width: 54px;
    height: 17px;
    display: inline-block;
    background-position: 0 17px
}

.icon-shopping-cart {
    width: 20px;
    height: 18px;
    margin-top: -3px;
    display: inline-block;
    background-position: -57px 18px
}

.icon-facebook2 {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -157px 0
}

.icon-twitter2 {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -198px 0
}

.icon-google2 {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -351px 0
}

.icon-instagram2 {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -318px 0
}

.icon-youtube2 {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -280px 0
}

.icon-tripadvisor2 {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -239px 0
}

.icon-cart-plus {
    width: 26px;
    height: 21px;
    display: inline-block;
    background-position: -159px -86px
}

.icon-cart-large {
    width: 36px;
    height: 27px;
    display: inline-block;
    background-position: -155px -44px
}

h1 {
    font-size: 1.3rem;
    font-weight: 400
}

h2 {
    font-size: 1.2rem;
    font-weight: 400
}

h3 {
    font-size: 1.1rem;
    font-weight: 400
}

h4 {
    font-size: 1rem;
    font-weight: 400
}

body {
    background: #f0f0f070;
    font-size: 13px
}

@media (min-width:1200px) {
    .container {
        max-width: 1220px
    }
}

.fa-picture-o {
    font-size: 3rem;
    color: #ddd
}

.title {
    font-weight: 500
}

.item-hover:hover {
    border: 1px solid #14bd47
}

.no-border {
    border-color: transparent
}

.bg-gray {
    background-color: #ebebeb
}

.bg-gray-light {
    background-color: #f5f5f5
}

.bg-blue {
    background-color: #127ee4
}

.bg-red {
    background-color: #e73918 !important
}

.btn-red {
    background-color: #e73918 !important
}

.text-red {
    color: #e73918 !important
}

.text-price {
    color: #0977b9 !important
}

.box-price {
    font-size: 17px
}

.img-zoom {
    overflow: hidden
}

.img-zoom img {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.img-zoom:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.border-radius-circle {
    border-radius: 2rem
}

.box-shadow {
    box-shadow: 0 2px 3px #ccc;
    padding: 8px
}

.line-block {
    background-color: #14bd47;
    height: 1px;
    display: inline-block;
    width: 80px
}

.body-transparent #mask {
    background: rgba(0, 0, 0, .8);
    float: left;
    position: absolute;
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000vh
}

.body-transparent .fixed-top {
    position: inherit
}

.right-0 {
    right: 0
}

.index-1 {
    z-index: 1
}

.fb_iframe_widget iframe {
    width: 100% !important
}

@font-face {
    font-family: Lobster-Regular;
    src: url(../fonts/Lobster-Regular.eot);
    src: url(../fonts/Lobster-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Lobster-Regular.woff2) format("woff2"), url(../fonts/Lobster-Regular.woff) format("woff"), url(../fonts/Lobster-Regular.ttf) format("truetype"), url(../fonts/Lobster-Regular.svg#Lobster1.3) format("svg");
    font-weight: 400;
    font-style: normal
}

.frm-news-letter .btn-subcriber {
    top: 0;
    right: 0;
    z-index: 3
}

.frm-news-letter .input-group input {
    padding-right: 45px
}

.footer a {
    color: #fff
}

.footer h6 {
    font-size: 20px
}

.footer .dropdown-show {
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none
}

@media screen and (max-width:768px) {
    .footer .dropdown-show {
        padding: 9px;
        background-color: #f5f5f5
    }
}

.footer .dropdown-show:not(.collapsed) .fa-minus {
    display: block
}

.footer .dropdown-show:not(.collapsed) .fa-plus {
    display: none
}

.footer .dropdown-show .fa.fa-small {
    float: right;
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 18px
}

@media screen and (min-width:768px) {
    .footer .dropdown-show .fa.fa-small {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .footer .collapse {
        display: block !important
    }
}

.footer .collapsed .fa-minus {
    display: none
}

.footer .benefit_6 {
    border: 1px solid #e3eade;
    padding: 30px 30px 30px 40px;
    background-color: #f1f7ec;
    border-radius: 5px
}

.footer .benefit_6 .fa {
    color: #73b043
}

.hotline-alo-phone {
    display: none;
    position: fixed;
    left: 0;
    bottom: 20%;
    width: 145px;
    height: 145px;
    z-index: 999
}

@media screen and (max-width:768px) {
    .hotline-alo-phone {
        bottom: 45px
    }
}

.phonering-alo-ph-circle, .phonering-alo-ph-circle-fill, .phonering-alo-ph-img-circle {
    position: absolute;
    border-radius: 50% !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-ph-circle {
    width: 145px;
    height: 145px;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, .4);
    top: 0;
    left: 0;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #bfebfc;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 85px;
    height: 85px;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5)
}

.phonering-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    background: rgba(30, 30, 30, .1) url(../img/call.png) no-repeat center center;
    background-size: auto 80%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    z-index: 999
}

.phonering-alo-ph-img-circle a {
    display: block;
    width: 45px;
    line-height: 45px;
    text-indent: -9999px
}

.phonering-alo-ph-img-circle a:hover {
    background: rgba(255, 255, 255, .2)
}

.phonering-alo-ph-img-circle a:before {
    color: #fff;
    font-size: 30px;
    display: inline-block
}

.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #00aff2
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.style-for-position-br {
    left: auto;
    right: 0
}

.style-for-position-cl {
    bottom: auto;
    top: 50%
}

.style-for-position-cr {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0
}

.style-for-position-tl {
    bottom: auto;
    top: 0
}

.style-for-position-tr {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: red
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: red
}

.phonering-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    top: 42px;
    left: 43px
}

.phonering-alo-ph-img-circle a {
    width: 45px;
    line-height: 45px
}

.phonering-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 20px;
    left: 20px
}

.hotline-alo-phone, .phonering-alo-ph-circle {
    width: 130px;
    height: 130px
}

.style-for-position-cl, .style-for-position-cr {
    margin-top: -67.5px
}

@media screen and (max-width:0px) {
    .style-for-position-bl {
        left: -45px;
        bottom: -45px
    }

    .style-for-position-br {
        right: -45px;
        bottom: -45px
    }

    .style-for-position-cl {
        left: -45px
    }

    .style-for-position-cr {
        right: -45px
    }

    .style-for-position-tl {
        top: -45px;
        left: -45px
    }

    .style-for-position-tr {
        top: -45px;
        right: -45px
    }
}

.hotline-alo-phone {
    display: block
}

@media screen and (max-width:768px) {
    #product_sidebar {
        position: absolute;
        top: 5rem;
        left: -46%;
        z-index: 1;
        width: 45%;
        background-color: #fff;
        padding: 5px;
        box-shadow: 0 1px 4px #555;
        transition: .5s
    }

    #product_sidebar.open {
        left: 0;
        transition: .5s
    }

    #product_sidebar.open #m_product_sidebar .fa-chevron-right {
        transform: rotate(180deg);
        transition: .5s
    }

    #product_sidebar #m_product_sidebar {
        width: 24px;
        height: 20px;
        float: left;
        position: absolute;
        text-align: center;
        right: -22px;
        background: #fff;
        box-shadow: 3px 1px 4px #ccc
    }
}

.blockSidebar .blockTitle {
    color: #14bd47
}

.blockSidebar .blockTitle span {
    font-size: 1.2rem;
    font-weight: 500
}

.blockSidebar .blockTitle h2 {
    margin-top: 6px
}

.blockSidebar .blockContent h3 {
    font-size: 1rem
}

.blockSidebar .blockContent h4 {
    font-size: 1rem
}

.blockSidebar .blockContent li a {
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px
}

.blockSidebar .blockContent li a.dropdown {
    padding: .5rem 1rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 1%
}

.blockSidebar .blockContent li #view-more {
    padding-top: 3px;
    padding-bottom: 3px
}

.blockSidebar .blockContent li .dropdown-show {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    text-decoration: none
}

.blockSidebar .blockContent li .dropdown-show .fa {
    font-weight: 400;
    text-align: right
}

.blockSidebar .blockContent li .dropdown-show .fa-minus {
    display: block
}

.blockSidebar .blockContent li .dropdown-show .fa-plus {
    display: none
}

.blockSidebar .blockContent li .dropdown-show.collapse .fa-minus {
    display: none
}

.blockSidebar .blockContent li .dropdown-show.collapse .fa-plus {
    display: block
}

.blockSidebar .blockContent li .dropdown-show.collapsed .fa-minus {
    display: none
}

.blockSidebar .blockContent li .dropdown-show.collapsed .fa-plus {
    display: block
}

.blockSidebar .blockContent li.current h3 a {
    color: #14bd47
}

.blockSidebar .blockContent li.current>ul>li.current a {
    color: #0977b9
}

.blockSidebar .blockContent li.current .dropdown-show .fa-minus {
    display: none
}

.blockSidebar .blockContent li.current .dropdown-show .fa-plus {
    display: block
}

.blockSidebar .blockContent li.current .dropdown-show.collapsed .fa-minus {
    display: block
}

.blockSidebar .blockContent li.current .dropdown-show.collapsed .fa-plus {
    display: none
}

.blockSidebar .fa {
    color: #14bd47
}

.remember .checkbox {
    margin-top: 0
}

.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 0 5px;
    transition: height .3s ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    z-index: 999;
    overflow: hidden;
    height: 45px;
    line-height: 2.5em
}

.message:before {
    line-height: 0;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -5px;
    background-color: #fff;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8
}

.message.error {
    background-color: #c3232d;
    color: #fff
}

.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #c3232d;
    content: "x"
}

.message.hidden {
    height: 0
}

.error-message {
    color: #c3232d;
    font-size: .8rem
}

.item-post .title>a {
    font-size: 17px;
    font-weight: 500
}

.view-more {
    font-size: 12px;
    color: #14bd47;
    background: rgba(183, 183, 183, .2);
    border-radius: 4px;
    padding: 2px 8px;
    line-height: 19px
}

.view-more:hover {
    background: #14bd47;
    color: #fff
}

.view-more-2 {
    font-size: 12px;
    color: #14bd47;
    font-style: italic;
    float: right
}

.box.post_categories>.title, .box.post_news>.title {
    position: relative
}

.box.post_categories>.title:before, .box.post_news>.title:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea
}

.box.post_categories>.title h3, .box.post_news>.title h3 {
    margin-top: .5em;
    position: relative;
    background: #fff;
    padding-right: 30px;
    color: #14bd47;
    display: inline-block;
    font-size: 1.25em;
    text-transform: uppercase
}

.nav_post {
    padding: 10px 0;
    list-style-type: none
}

.nav_post li:current>a {
    color: #14bd47
}

.nav_post li>a {
    display: block;
    padding: 5px 0;
    color: #000;
    font-weight: 700
}

.nav_post li>a:focus, .nav_post li>a:hover {
    color: #14bd47
}

.wrapper.Posts .post_view .date {
    font-size: 12px;
    color: #999;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8
}

.wrapper.Posts .post_view .description img {
    max-width: 100%;
    height: auto !important
}

.wrapper.Posts .post_view .tags .tag_des .tag-item {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #eaeaea;
    background: #e8e8e8;
    border-radius: 4px;
    margin-right: 5px;
    font-size: smaller;
    margin-bottom: 15px;
    color: #333
}

.input.date select, .input.datetime select {
    display: inline-block;
    width: 70px;
    padding: .375rem .2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-left: 5px;
    height: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input.date select:nth-child(3), .input.datetime select:nth-child(3) {
    width: 90px
}

.input.date select:nth-child(4), .input.datetime select:nth-child(4) {
    width: 50px
}

.input-image img {
    position: absolute;
    right: 15px
}

.code_line {
    padding: 0 !important
}

.code_line span {
    padding: 4px 5px;
    display: inline-block
}

.code_line span:nth_child(2n+1) {
    color: red
}

.owl-carousel.owl-slideshow .owl-nav {
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    position: absolute
}

.owl-carousel.owl-slideshow .owl-nav .owl-next {
    background: 0 0;
    position: absolute;
    background: 0 0;
    margin: 0;
    border-radius: 0;
    padding: 0 9px
}

@media screen and (min-width:768px) {
    .owl-carousel.owl-slideshow .owl-nav .owl-next {
        right: 0
    }
}

@media screen and (max-width:768px) {
    .owl-carousel.owl-slideshow .owl-nav .owl-next {
        right: 0
    }
}

.owl-carousel.owl-slideshow .owl-nav .owl-next:hover {
    background: 0 0
}

.owl-carousel.owl-slideshow .owl-nav .owl-prev {
    background: 0 0;
    position: absolute;
    right: auto;
    background: 0 0;
    margin: 0;
    border-radius: 0;
    padding: 0 9px
}

@media screen and (min-width:768px) {
    .owl-carousel.owl-slideshow .owl-nav .owl-prev {
        left: 0
    }
}

@media screen and (max-width:768px) {
    .owl-carousel.owl-slideshow .owl-nav .owl-prev {
        left: 0
    }
}

.owl-carousel.owl-slideshow .owl-nav .owl-prev:hover {
    background: 0 0
}

.owl-carousel.owl-slideshow .owl-nav .icon-arrow-left {
    width: 54px;
    height: 17px;
    display: inline-block;
    background-position: -5px 51px;
    transform: rotate(90deg)
}

.owl-carousel.owl-slideshow .owl-nav .icon-arrow-right {
    width: 54px;
    height: 17px;
    display: inline-block;
    background-position: -5px 51px;
    transform: rotate(-90deg)
}

.owl-carousel.owl-slideshow .item .inner {
    left: 0
}

@media screen and (min-width:1200px) {
    .owl-carousel.owl-slideshow .item .inner {
        bottom: 20%
    }
}

@media screen and (max-width:1200px) {
    .owl-carousel.owl-slideshow .item .inner {
        bottom: 10%
    }
}

.owl-carousel.owl-slideshow .item .inner h4 {
    font-size: 2rem
}

.owl-carousel.owl-slideshow .item .inner p {
    margin-bottom: 8px
}

.owl-slideshow.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1
}

.owl-slideshow.owl-theme .owl-dots .owl-dot.active span, .owl-slideshow.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #14bd47
}

.owl-slideshow.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #14bd47;
    background: #fff;
    width: 13px;
    height: 13px
}

#owl-partner .owl-item .item {
    margin: 10px;
    box-shadow: 0 2px 2px #ccc
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 38%;
    left: 0;
    color: #7a7a7a;
    background: rgba(255, 255, 255, .7)
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 38%;
    right: 0;
    color: #7a7a7a;
    background: rgba(255, 255, 255, .7)
}

.fa-small {
    font-size: 12px
}

.item-product-category>.title {
    font-size: 24px
}

@media screen and (min-width:1200px) {
    .item-product-category .list-product .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.text-price {
    color: #0977b9 !important
}

.box_price {
    font-size: 17px
}

.box-shadow-top {
    box-shadow: 0 -4px 5px #ccc
}

.clk-quycach.active {
    background-color: #14bd47;
    color: #fff !important
}

.bg_star_rate .star_rate {
    font-size: 16px;
    width: 110px
}

.bg_star_rate .star_rate .star_rate_1 {
    overflow: hidden
}

.bg_star_rate .star_rate .star_rate_2 {
    width: 95px
}

.bg_star_rate .star_rate .star_rate_3 {
    top: 0;
    left: 0
}

.bg_star_rate .star_rate .fa {
    color: #ffbe00
}

.shoping-cart .cart .number_cart {
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center
}

.input-qty {
    width: 75px !important
}

label.form-check-label label {
    width: 100% !important
}

label.form-check-label label input {
    margin-right: 3px
}

.border-primary {
    border-color: #14bd47 !important
}

.bg-primary {
    background-color: #14bd47 !important
}

.btn-primary {
    background-color: #14bd47;
    border-color: #14bd47
}

.btn-primary:hover {
    background-color: #124da6;
    border-color: #124da6
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem #4b8cec
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #1663d4;
    border-color: #1663d4
}

.text-primary {
    color: #14bd47 !important
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #4b8cec
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1663d4;
    border-color: #1663d4
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #14bd47 !important
}

@media screen and (max-width:768px) {
    .container-fluid {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #14bd47
}

.btn-favorite:hover .fa-heart-o {
    color: red
}

.btn-favorite .fa-heart-o {
    color: #6c757d
}

body, html {
    height: 100%;
    width: 100%
}

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    float: left;
    width: 100%
}

.sp-thumbs {
    text-align: left;
    display: inline-block;
    margin-top: 15px
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    margin-right: 3px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sp-thumbs a:hover {
    opacity: 1
}

.sp-current, .sp-thumbs a:active {
    opacity: 1 !important;
    position: relative
}

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0
}

.sp-large a img {
    max-width: 100%;
    height: auto
}

.sp-large a {
    display: block
}

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff
}

#sp-next, #sp-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s
}

#sp-prev {
    left: 10px
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px
}

#sp-next {
    right: 10px
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 18px
}

#sp-next:hover, #sp-prev:hover {
    background: #444
}

@media screen and (max-width:400px) {
    .sp-wrap {
        margin: 0 0 15px 0
    }

    #sp-next, #sp-prev {
        top: auto;
        margin-top: 0;
        bottom: 25px
    }
}

.comment .comment-heading {
    position: relative
}

.comment .comment-heading:after, .comment .comment-heading:before {
    position: absolute;
    top: -16px;
    left: 10px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid;
    pointer-events: none
}

.comment .comment-heading:after {
    border-width: 7px;
    border-bottom-color: #f5f5f5;
    margin-left: 1px;
    margin-top: 2px
}

.comment .comment-heading:before {
    border-bottom-color: #dee2e6;
    border-width: 8px
}

.navbar-nav a.position-relative::after {
    display: none
}

.icon-nav-more {
    width: 41px;
    height: 35px;
    display: inline-block;
    background-position: -162px -102px;
    -webkit-animation-name: bounce1;
    animation-name: bounce1;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.nav-popup .icon-nav-less {
    width: 41px;
    height: 44px;
    display: inline-block;
    background-position: -162px -102px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.nav-popup .navbar-nav .dropdown-item {
    width: auto !important;
    font-size: 13px;
    font-weight: 700
}

@media (max-width:768px) {
    .nav-popup .navbar-nav .dropdown-item::after {
        display: none
    }
}

.icon-nav-dot {
    width: 41px;
    height: 13px;
    display: inline-block;
    background-position: -162px -153px
}

@-webkit-keyframes bounce1 {
    0% {
        -webkit-transform: translateY(-.25em) rotate(0);
        transform: translateY(-.25em) rotate(-45deg)
    }

    50% {
        -webkit-transform: translateY(-.3em) rotate(0);
        transform: translateY(-.3em) rotate(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@keyframes bounce1 {
    0% {
        -webkit-transform: translateY(-.25em) rotate(0);
        transform: translateY(-.25em) rotate(-45deg)
    }

    50% {
        -webkit-transform: translateY(-.3em) rotate(0);
        transform: translateY(-.3em) rotate(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@keyframes bounce2 {
    0% {
        -webkit-transform: translateY(.25em) rotate(180deg);
        transform: translateY(.25em) rotate(180deg)
    }

    50% {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(195deg);
        transform: translateY(0) rotate(195deg)
    }
}

@-webkit-keyframes bounce2 {
    0% {
        -webkit-transform: translateY(.25em) rotate(180deg);
        transform: translateY(.25em) rotate(180deg)
    }

    50% {
        -webkit-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(195deg);
        transform: translateY(0) rotate(195deg)
    }
}

#widget_contact {
    position: fixed;
    bottom: 10%;
    right: 15px;
    float: left;
    width: 50px;
    z-index: 1
}

#widget_contact .navbar-collapse {
    webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

#widget_contact .navbar-collapse .show {
    webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

#widget_contact .support .icon-support {
    transform: rotate(45deg);
    webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer
}

#widget_contact .support.collapsed .icon-support {
    transform: rotate(0);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

#widget_contact .icon-msg {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: -214px -39px
}

#widget_contact .icon-zalo {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: -281px -39px
}

#widget_contact .icon-wechat {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: -272px -93px
}

#widget_contact .fa-skype {
    border-radius: 50%;
    text-align: center;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #02aff0;
    font-size: 1.7rem
}

#widget_contact .fa-skype:hover {
    text-decoration: none
}

#widget_contact .icon-whatsapp {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: -215px -93px
}

#widget_contact .icon-support {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: -156px -40px
}

#widget_contact .icon-hotline {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: -336px -39px
}
