:root {
    --color-base: #e64d39;
    --color-base-yellow: #fffbcc;
    --color-base-green: #00B43D;

    --size-height-header: 165px;
    --size-mobile-height-header: 50px;
}

.text-main {
    color: var(--color-base-green) !important;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

.font-main {
    font-family: 'Varela Round', sans-serif !important;
}

.btn-rounded {
    border-radius: 30px;
}

.bg-main {
    background-color: #00B43D;
}

.no-radius {
    border-radius: 0 !important;
}

.base-green-btn {
    background: var(--color-base-green);
}

.base-green-btn:hover {
    background: #009b3a;
}

.base-yellow-btn {
    background: var(--color-base-yellow);
}

.base-yellow-btn:hover {
    background: #cfaa2b;
}

.base-btn {
    background: var(--color-base);
}

.base-btn:hover {
    background: #c94934;
}

.btn-shadow {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) !important;
}

div.header-first {
    background-color: var(--color-base-yellow);
    border-bottom: 1px solid #eee;
    padding: 0;
    height: var(--size-height-header);
}
.header-brand{
    width: max-content !important;
}
div.header-first .header-brand .header-brand-img {
    height: 100%;
    width: auto;
}

div.header-first .giohang {
    position: relative;
}

div.header-first .giohang a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

div.header-first .giohang i {
    font-size: 34px;
}

div.header-first .giohang .badge {
    background-color: #f7595b;
    position: absolute;
    left: 22%;
}

.cart-link {
    width: 35px;
    height: 35px;
}

.cart-link:hover {
    background: #fff;
    color: var(--color-base-green) !important;
}

#searchForm, #searchFormMobile {
    position: relative;
}

#searchForm input, #searchFormMobile input {
    border: 2px solid #00B43D;
}

#searchForm .input-icon-addon, #searchFormMobile .input-icon-addon {
    color: #00B43D;
}

#searchForm .btn-addon, #searchFormMobile .btn-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #9aa0ac;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
}

#searchForm .btn-addon button, #searchFormMobile .btn-addon button {
    background-color: #E76A22;
    border-color: #E76A22;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#searchForm .timkiem, #searchFormMobile .timkiem {
    position: absolute;
    z-index: 999;
}

#searchForm .timkiem .ketquatim, #searchFormMobile .timkiem .ketquatim {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
}

#searchForm .timkiem .ketquatim .d-flex, #searchFormMobile .timkiem .ketquatim .d-flex {
    margin-bottom: 5px;
}

#searchForm .timkiem .ketquatim .d-flex .image, #searchFormMobile .timkiem .ketquatim .d-flex .image {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 5px;
    width: 30%;
}

#searchForm .timkiem .ketquatim .d-flex .info, #searchFormMobile .timkiem .ketquatim .d-flex .info {
    width: 70%;
}

.header-toggler {
    color: #00B43D;
    /*height: 5rem;*/
    top: 50%;
    transform: translateY(-50%);
}

.header-toggler:hover {
    color: #00B43D;
}

div.header-second {
    border-bottom: 1px solid #eee;
    background-color: #00B43D;
}

div.header-second #main-navbar .nav a {
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
}

div.header-second #main-navbar .nav a:hover {
    background: #FFFFFF;
    color: var(--color-base-green);
    box-shadow: 0 0 1px white;
}

div.header-second #mainMenu {
    background-color: #00B43D;
    padding: 0;
}

div.header-second #mainMenu > .container {
    padding: 0 !important;
    /*   width: 100%;
    max-width: 1170px;*/
}

div.header-second #mainMenu [class*="col-md-"] {
    line-height: 24px !important;
}

div.header-second #mainMenu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

div.header-second #mainMenu nav ul li {
    border: 0;
    transition: all .3s ease;
    position: relative;
    margin-left: 0;
    transition: 0.3s;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 11px 0;
}

div.header-second #mainMenu nav ul li.active {
    background-color: #fff !important;
}

div.header-second #mainMenu nav ul li.active a {
    color: #00B43D;
}

div.header-second #mainMenu nav ul li.active:hover {
    background-color: #f7595b;
}

div.header-second #mainMenu nav ul li.active:hover a {
    color: #fff;
}

div.header-second #mainMenu nav ul li .dropdown-menu {
    display: block;
    transition: all 0.3s ease;
    min-width: 230px;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 45px;
    border: none;
    background-color: #fff;
    left: auto;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
}

div.header-second #mainMenu nav ul li .dropdown-menu > li {
    background-color: #fff;
    padding: 0;
}

div.header-second #mainMenu nav ul li .dropdown-menu > li > a,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #00B43D !important;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
}

div.header-second #mainMenu nav ul li .dropdown-menu > li > a:focus, div.header-second #mainMenu nav ul li .dropdown-menu > li > a:hover, div.header-second #mainMenu nav ul li .dropdown-menu > li > a:active, div.header-second #mainMenu nav ul li .dropdown-menu > li > a.hover-active,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span:focus,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span:hover,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span:active,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span.hover-active,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a:focus,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a:hover,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a:active,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a.hover-active {
    background-color: #00B43D;
    color: #fff !important;
    cursor: pointer;
}

div.header-second #mainMenu nav ul li .dropdown-menu > li > a a,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span a,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a a {
    color: #fff !important;
    text-decoration: none !important;
}

div.header-second #mainMenu nav ul li .dropdown-menu > li > a > i,
div.header-second #mainMenu nav ul li .dropdown-menu > li > span > i,
div.header-second #mainMenu nav ul li .dropdown-menu > li [class*="col-"] > ul > li > a > i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px;
}

div.header-second #mainMenu nav ul li .dropdown-menu > li.current > a,
div.header-second #mainMenu nav ul li .dropdown-menu > li.current > span, div.header-second #mainMenu nav ul li .dropdown-menu > li:hover > a,
div.header-second #mainMenu nav ul li .dropdown-menu > li:hover > span, div.header-second #mainMenu nav ul li .dropdown-menu > li:focus > a,
div.header-second #mainMenu nav ul li .dropdown-menu > li:focus > span, div.header-second #mainMenu nav ul li .dropdown-menu > li:active > a,
div.header-second #mainMenu nav ul li .dropdown-menu > li:active > span {
    color: #fff !important;
    text-decoration: none;
}

div.header-second #mainMenu nav ul li .dropdown-submenu {
    position: relative;
}

div.header-second #mainMenu nav ul li .dropdown-submenu:before {
    line-height: 40px;
    content: "\f105";
    font-family: fontawesome;
    font-size: 12px;
    opacity: 0.6;
    position: absolute;
    right: 18px;
    color: #fff;
    transition: .3s ease;
}

div.header-second #mainMenu nav ul li .dropdown-submenu > .dropdown-menu {
    margin-left: -6px;
    left: 100%;
    top: -1px;
}

div.header-second #mainMenu nav ul li .dropdown-submenu > .dropdown-menu.menu-invert {
    right: 100%;
    left: auto;
}

div.header-second #mainMenu nav ul li .dropdown-submenu:hover:before {
    right: 14px;
}

div.header-second #mainMenu nav ul li .dropdown-submenu:hover > ul {
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div.header-second #mainMenu nav ul li:hover > ul {
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div.header-second #mainMenu nav ul li:last-child {
    margin-right: 0;
}

div.header-second #mainMenu nav ul li > a {
    display: block;
    position: relative;
    padding: 11px 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    color: #00B43D;
    text-transform: uppercase;
    transition: all .3s ease;
    line-height: normal;
}

div.header-second #mainMenu nav ul li > a > i {
    margin-left: 2px;
    margin-right: 6px;
    min-width: 14px;
    font-size: 14px;
}

div.header-second #mainMenu nav ul li > a:after, div.header-second #mainMenu nav ul li > a:before {
    transition: all .3s ease;
}

div.header-second #mainMenu nav ul li.hover-active > a,
div.header-second #mainMenu nav ul li.hover-active > span, div.header-second #mainMenu nav ul li.current > a,
div.header-second #mainMenu nav ul li.current > span, div.header-second #mainMenu nav ul li:hover > a,
div.header-second #mainMenu nav ul li:hover > span, div.header-second #mainMenu nav ul li:focus > a,
div.header-second #mainMenu nav ul li:focus > span {
    text-decoration: none;
}

div.header-second #mainMenu nav ul li.hover-active > a, div.header-second #mainMenu nav ul li.current > a, div.header-second #mainMenu nav ul li:hover > a, div.header-second #mainMenu nav ul li:focus > a {
    background-color: #00B43D;
    color: #fff;
}

div.header-second #mainMenu .tab-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: .75rem;
}

div.header-second #mainMenu .tab-menu li .dropdown .btn-category {
    background-color: #00812c;
    color: #fff;
    border-radius: 0;
    width: 290px;
}

div.header-second #mainMenu .tab-menu li .dropdown .dropdown-menu {
    margin-top: 0;
    min-width: 18rem;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.service a {
    display: flex;
    margin-left: 15px;
    text-decoration: none;
}

.service a .service-img img {
    height: 35px;
}

.service a .service-info {
    padding-left: 5px;
    font-size: 13px;
}

.service a .service-info p {
    margin: 0;
    color: #000;
}

.service a .service-info p:first-child {
    color: #c70000;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
    transition: top 0.3s ease;
}

.click-dropdown {
    display: none;
}


.social-icons ul {
    padding: 0;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons li {
    float: left;
    list-style: none;
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: transparent;
    color: #333;
}

.social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}

.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%;
}

.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}

.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee;
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

#topbar {
    position: relative;
    z-index: 200;
    background-color: #222;
    background: var(--color-base);
}

#topbar .top-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: right;
}

#topbar .top-menu > li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    color: #fff;
}

#topbar .top-menu > li > a {
    display: block;
    color: #fff;
    font-weight: bold;
    height: 40px;
    margin-right: 16px;
    text-decoration: none;
}

#topbar .top-menu > li strong {
}

#topbar .top-links {
    position: relative;
}

#topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden;
}

#topbar .social-icons li,
#topbar .social-icons li a {
    float: left;
    list-style: outside none none;
}

#topbar .social-icons li a {
    border-radius: 0px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0;
    color: #fff;
}


div.footer {
    background: url(../img/footer-bg.jpg) repeat center top #31353b;
}

div.footer i {
    color: #00B43D;
}

div.footer h5, div.footer h6, div.footer p, div.footer li, div.footer a {
    color: #fff !important;
}

.chinhanh ol {
    padding-left: 20px;
}

.copyright {
    color: #fff;
}

.idex-alo-phone {
    right: -119px;
    top: auto;
    bottom: 440px;
    zoom: 0.8;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
    background-color: #e9393b !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
    border-color: #e9393b !important;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
    background-color: #e9393b !important;
    opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
    background-color: #81d742 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
    border-color: #81d742 !important;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
    background-color: #81d742 !important;
    opacity: 0.75 !important;
}

.idex-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 85px;
    bottom: 15px;
}

.idex-alo-phone.idex-alo-show {
    visibility: visible;
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.idex-alo-phone.idex-alo-static {
    opacity: 0.6;
}

.idex-alo-phone.idex-alo-hover, .idex-alo-phone:hover {
    opacity: 1;
}

.idex-alo-ph-circle {
    width: 160px;
    height: 160px;
    bottom: -50px;
    right: 44%;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle {
    -webkit-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle {
    -webkit-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone:hover .idex-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7 9;
    opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc 9;
    opacity: 0.5;
}

.idex-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 60%;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle-fill {
    -webkit-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle-fill {
    -webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone:hover .idex-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 9;
    opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: 0.75 !important;
}

.idex-alo-ph-img-circle {
    z-index: 9;
    width: 60px;
    height: 60px;
    bottom: 0px;
    right: 70%;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-img-circle {
    -webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-img-circle {
    -webkit-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
}

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

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50;
}

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

@-moz-keyframes idex-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes idex-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes idex-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@-moz-keyframes idex-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes idex-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes idex-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes idex-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);
    }
}

@-o-keyframes idex-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-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 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;
    }
}

@-o-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;
    }
}

@-moz-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 fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-o-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);
    }
}

@-moz-keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes idex-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes idex-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes idex-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

a.hotline-mb {
    display: none;
}

.phone {
    position: relative;
}

.phone-hotline {
    background: #9b2022;
    padding: 13px 30px 13px 70px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.phone-hover {
    width: 260px;
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.phone-hotline a {
    color: #f5ea1e;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.phone-hotline a:hover {
    color: #fff;
    text-decoration: none;
}

.card .card-body {
    padding: 10px;
}

.card.card-left .card-header {
    background: #00B43D;
}

.card.card-left .card-header h4 {
    margin: 0;
}

.card.card-left .card-header h4 a {
    color: #fff;
}

.card.card-left .card-header h4 a:hover {
    color: #fff;
    text-decoration: none;
}

.card.card-quick-search ol {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.card.card-blog .card-header {
    border: none;
    padding: 0.5rem;
    padding-bottom: 0;
}

.card.card-blog .card-header .rounded-header {
    background-color: #00B43D;
    padding: 7px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.card.card-blog .card-header .rounded-header h4 {
    color: #fff;
}

.card.card-blog .owl-theme .owl-nav {
    top: -66px;
}

.card.card-product {
    position: relative;
}

.card.card-product .badge {
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    right: -10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
    z-index: 5;
    background-color: #c70000;
}

.card.card-product .card-body {
    position: relative;
}

.card.card-product .card-body h5 {
    height: 40px;
}

.card.card-product .card-body .gia {
    color: #c70000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.card.card-product .card-body .love {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.category-menu {
    border: 1px solid #ddd;
    background-color: #fff;
}

.category-menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-menu ul > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.category-menu ul > li:hover > .category-mega-menu {
    display: block;
}

.category-menu ul > li > a {
    display: block;
    padding: 10px 15px 10px 0px;
    text-decoration: none;
    color: #111;
}

.category-menu ul > li > a:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    right: 14px;
    color: #262626;
    transition: .3s ease;
}

.category-menu ul > li > a .icon {
    display: inline-block;
    border-right: 1px solid #ddd;
    width: 30px;
    height: auto;
}

.category-menu ul > li > a .icon img {
    width: 100%;
}

.category-menu ul > li .category-mega-menu {
    display: none;
    min-width: 700px;
    position: absolute;
    top: 0;
    left: 270px;
    margin-left: 20px;
    background-color: #fff;
    padding: 15px;
    z-index: 999;
}

.category-menu ul > li .category-mega-menu .mega-product a {
    text-decoration: none;
    color: #111;
}

.category-menu ul > li .category-mega-menu .mega-product a:hover {
    color: #c70000;
}

.blog-item {
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}

.blog-item .blog-image {
    width: 30%;
}

.blog-item .blog-description {
    width: 70%;
    padding: 15px;
}

.blog-item .blog-description .read-more {
    position: absolute;
    bottom: .75rem;
    right: .75rem;
}

.product-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.product-item:hover {
    -webkit-box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.product-item .badge {
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    right: .75rem;
    line-height: 36px;
    position: absolute;
    text-align: center;
    bottom: .75rem;
    width: 42px;
    z-index: 5;
    background-color: #c70000;
}

.product-item .product-image {
    width: 100%;
}

.product-item .product-description {
    width: 100%;
    padding: 10px;
}

.product-item .product-description .product-title {
    line-height: 20px;
    height: 20px;
    margin: 0;
}

.product-item .product-description .product-title a {
    font-size: 15px;
}

.product-item .product-description .product-title a:hover {
    color: #00B43D;
}

.product-item .product-description .price-zone {
    height: 50px;
}

.product-item .product-description del.price {
    color: #999;
    font-size: 13px;
    margin: 0;
}

.product-item .product-description .price {
    color: #c70000;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.product-item .product-description .read-more {
    float: right;
}

#product .product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#product .product .slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.thuoctinhchitiet {
    background-color: #c70000;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.header-image {
    position: relative;
    background: #F3F3F3;
    padding: 10px 15px;
    border-left: 2px solid #00B43D;
    border-right: 2px solid #00B43D;
    border-bottom: 2px solid #00B43D;
    margin-bottom: 10px;
}

.header-image h5 {
    margin: 0;
}

.header-image h5 a {
    color: #000;
}

.header-image h5 a:hover {
    color: #000;
    text-decoration: none;
}

.header-image .read-all {
    color: #00B43D;
    position: absolute;
    right: 9px;
    bottom: 6px;
}

.header-image .read-all i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-image .read-all:hover {
    color: #00B43D;
    text-decoration: none;
}

.header-image .read-all:hover i {
    margin-left: 5px;
}

.read-all {
    color: #00B43D;
}

.read-all i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.read-all:hover {
    color: #00B43D;
    text-decoration: none;
}

.read-all:hover i {
    margin-left: 5px;
}

.img-preview {
    border: 1px solid #eee;
    border-radius: 5px;
}

.img-preview img {
    width: 100%;
    cursor: zoom-in;
}

.img-nav {
    margin-top: 15px;
}

.img-nav img {
    width: 100%;
    cursor: pointer;
}

.list-product .list-title {
    border-bottom: 2px solid #00B43D;
    margin-bottom: 15px;
}

.list-product .list-title h4 {
    text-transform: uppercase;
}

.product p {
    margin: 0;
}

.product .title {
    color: #222;
    font-size: 22px;
}

.product .price {
    color: #00B43D;
    font-size: 20px;
    font-weight: bold;
}

.product .old-price {
    color: #c70000;
    font-size: 22px;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.product .discount {
    color: #A1CC56;
    font-size: 20px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    width: 30px;
    height: 25px;
    background-color: #eee;
}

.left-module .tag {
    margin: 0.1rem;
}

.box-feature {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border-bottom: 3px solid #c70000;
    background: url("../img/bg-parchment.png");
    position: relative;
    margin-top: 100px;
}

.box-feature:hover .icon {
    top: -100px;
}

.box-feature .icon {
    position: absolute;
    top: -83px;
    width: 164px;
    height: 164px;
    margin: 0 auto;
    background: url(../img/matrix.png);
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
}

.box-feature .icon.icon-1 {
    background-position: 0 -273px;
}

.box-feature .icon.icon-2 {
    background-position: 0 -110px;
}

.box-feature .icon.icon-3 {
    background-position: -163px -110px;
}

.box-feature .icon.icon-4 {
    background-position: -326px -110px;
}

.box-feature .content {
    margin-top: 100px;
}

.left-list .list-group-item {
    padding: 0 15px;
}

.left-list .list-group-item > .row:hover {
    background: var(--light);
}

.left-list .list-group-item a {
    line-height: 40px;
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 768px) {
    .phone {
        color: #fff !important;
    }

    .click-dropdown {
        display: inline-block;
        border: none !important;
        background-color: transparent !important;
        color: #00B43D;
        position: absolute;
        top: 0;
        right: 16px;
        width: 100%;
        height: 35px;
        text-align: right;
    }

    .click-dropdown:focus {
        outline: none !important;
    }

    .click-dropdown i.fa {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .fa-angle-down {
        display: none !important;
    }

    .left-list .fa-angle-down {
        display: inline-block !important;
    }

    div.header-second {
        background-color: #fff;
        padding-bottom: 15px !important;
    }

    div.header-second #mainMenu nav ul {
        display: block !important;
        width: 100%;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    div.header-second #mainMenu nav ul li {
        margin-left: 0 !important;
        padding: 0 15px !important;
        background-color: #fff !important;
        overflow: hidden;
    }

    div.header-second #mainMenu nav ul li .dropdown-menu {
        background-color: #fff !important;
        -webkit-transform: scale(0);
        transform: scale(0);
        top: auto;
    }

    div.header-second #mainMenu nav ul li .dropdown-menu li {
        background-color: #fff;
        padding: 0 !important;
    }

    div.header-second #mainMenu nav ul li .dropdown-menu li.dropdown-submenu a {
        color: #00B43D !important;
    }

    div.header-second #mainMenu nav ul li .dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: unset !important;
        top: unset !important;
        margin-left: unset !important;
    }

    div.header-second #mainMenu nav ul li .dropdown-menu li:hover {
        background-color: #f7595b;
        color: #fff !important;
    }

    div.header-second #mainMenu nav ul li .dropdown-menu li a {
        color: #00B43D !important;
    }

    div.header-second #mainMenu nav ul li > a {
        display: block;
        background-color: #fff;
        color: #00B43D !important;
        border-radius: 0;
        border-bottom: 1px solid #00B43D;
    }

    div.header-second #mainMenu nav ul li:hover > a {
        background-color: #fff;
    }

    div.header-second #mainMenu nav ul li:hover > ul {
        min-width: 230px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    div.header-second #mainMenu nav ul li.hover-active > a {
        background-color: #fff !important;
        color: #00B43D !important;
    }

    div.header-second #mainMenu nav ul li.hover-active > ul {
        position: relative;
        min-width: 230px;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-bottom: 15px;
    }

    .product-item {
        flex-direction: row !important;
    }

    .product-item .product-image {
        width: 30% !important;
    }

    .product-item .product-description {
        width: 70% !important;
        padding: 15px;
    }

    .product-item .product-description .product-title {
        width: 96%;
    }

    .tab-menu {
        margin-right: .75rem !important;
    }

    .tab-menu li .dropdown {
        width: 100%;
    }

    .tab-menu li .dropdown .btn-category {
        display: none;
    }

    .tab-menu li .dropdown .dropdown-menu {
        width: 100%;
        position: relative;
    }

    .tab-menu li .dropdown .dropdown-menu .category-menu ul li:hover > .category-mega-menu {
        display: none;
    }

    .cart-link {
        color: var(--color-base-green) !important;
    }

    #topbar {
        display: none;
    }

    div.header-first {
        height: var(--size-mobile-height-header);
    }

    div.header-second #main-navbar .nav a {
        color: var(--color-base-green);
    }

    .header-brand {
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    .idex-alo-phone {
        right: -115px !important;
    }

    .giohang .badge {
        left: unset !important;
        right: -6px;
        top: 0;
    }

    .header-image h5 {
        width: 230px;
        height: 34px;
    }
}
.card.card-left .card-header a{
    font-size: 14px;
}
@media (max-width: 480px) {

}