@import "https://fonts.googleapis.com/css?family=Roboto:400,700";

.text-main {
    color: #034ea2 !important;
}

:root {
    --base-color: #e74c3c;
}

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

a {
    text-decoration: none !important;
}

section {
    padding: 30px 0;
}

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

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

.bg-main {
    background-color: #034ea2;
}

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

.pointer-none {
    pointer-events: none !important;
}

.lmore {
    display: none;
}

.seperator {
    color: #ccc;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

.seperator:before {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 0 0 -100%;
    vertical-align: top;
    width: 50%;
}

.seperator:after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 -100% 0 0;
    vertical-align: top;
    width: 50%;
}

#bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

header {
    background: #fff;
    position: relative;
    /*-webkit-box-shadow: 0px 2px 15px #eee;*/
    /*-moz-box-shadow: 0px 2px 15px #eee;*/
    /*box-shadow: 0px 2px 15px #eee;*/
}

header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-wrapper .header-nav {
    display: flex;
    align-items: center;
}

header .header-wrapper .header-nav #btn-close-menu {
    background: #fff;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

header .header-wrapper .header-nav #btn-close-menu:hover, header .header-wrapper .header-nav #btn-close-menu:focus {
    outline: none !important;
}

header .header-wrapper .header-nav .header-brand .header-brand-img {
    height: 3rem;
}

header .header-wrapper .header-nav .main-navbar {
    display: flex;
    align-items: center;
}

header .header-wrapper .header-nav .main-navbar .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .header-wrapper .header-nav .main-navbar .main-menu li {
    transition: all .3s ease;
    position: static;
    margin-left: 0;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu {
    display: block;
    transition: all 0.3s ease;
    min-width: 230px;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 100%;
    left: auto;
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li {
    padding: 0;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #034ea2 !important;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a:focus, header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a:hover, header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a:active, header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a.hover-active {
    background-color: #034ea2;
    color: #fff !important;
    cursor: pointer;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a a {
    color: #fff !important;
    text-decoration: none !important;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li > a > i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li.current > a,
header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li.current > span, header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li:hover > a,
header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li:hover > span, header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li:focus > a,
header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li:focus > span, header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li:active > a,
header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-menu > li:active > span {
    color: #fff !important;
    text-decoration: none;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-submenu {
    position: relative;
}

header .header-wrapper .header-nav .main-navbar .main-menu 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;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-submenu > .dropdown-menu {
    margin-left: -6px;
    left: 100%;
    top: -1px;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-submenu > .dropdown-menu.menu-invert {
    right: 100%;
    left: auto;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-submenu:hover:before {
    right: 14px;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-submenu:hover > ul {
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .header-wrapper .header-nav .main-navbar .main-menu li:hover > ul {
    min-width: 230px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .header-wrapper .header-nav .main-navbar .main-menu li:hover .dropdown-mega-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .header-wrapper .header-nav .main-navbar .main-menu li:last-child {
    margin-right: 0;
}

header .header-wrapper .header-nav .main-navbar .main-menu li > a {
    display: block;
    position: relative;
    padding: 16px 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #034ea2;
    text-transform: uppercase;
    transition: all .3s ease;
}

header .header-wrapper .header-nav .main-navbar .main-menu li > a > i {
    margin-left: 2px;
    margin-right: 6px;
    min-width: 14px;
    font-size: 14px;
}

header .header-wrapper .header-nav .main-navbar .main-menu li > a:after, header .header-wrapper .header-nav .main-navbar .main-menu li > a:before {
    transition: all .3s ease;
}

header .header-wrapper .header-nav .main-navbar .main-menu li.hover-active > a, header .header-wrapper .header-nav .main-navbar .main-menu li.current > a, header .header-wrapper .header-nav .main-navbar .main-menu li:hover > a, header .header-wrapper .header-nav .main-navbar .main-menu li:focus > a {
    background-color: #034ea2;
    color: #fff;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 2rem 0;
    z-index: 999;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu [class='col-'] {
    border-right: 1px solid #111;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item {
    margin-bottom: 2rem;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item .mega-title {
    display: block;
    font-weight: bold;
    margin-bottom: .75rem;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .col-lg-12:last-child .mega-item .mega-title {
    margin-bottom: 0;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item .mega-readmore {
    color: #034ea2;
    font-size: 12px;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item .mega-list {
    padding: 0;
    margin: 0;
    margin-bottom: .75rem;
    list-style: none;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item .mega-list li:hover a {
    color: #034ea2 !important;
    background: #fff !important;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu {
    box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item .mega-list li a {
    display: inline;
    color: #111;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    text-transform: capitalize;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item .mega-list li a:hover {
    color: #034ea2;
    background: #fff;
}

header .header-wrapper .header-option {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .header-wrapper .header-option > li {
    position: relative;
}

header .header-wrapper .header-option > li .drdtaikhoan > a, header .header-wrapper .header-option > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #034ea2;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

header .header-wrapper .header-option > li .drdtaikhoan > a:hover, header .header-wrapper .header-option > li > a:hover {
    background: #034ea2;
    color: #fff;
}

header .header-wrapper .header-option > li .drdtaikhoan > a .fe, header .header-wrapper .header-option > li > a .fe {
    font-size: 20px;
}

header .header-wrapper .header-option > li .drdtaikhoan > a.cart, header .header-wrapper .header-option > li > a.cart {
    position: relative;
}

header .header-wrapper .header-option > li .drdtaikhoan > a.cart .badge, header .header-wrapper .header-option > li > a.cart .badge {
    background-color: #f7595b;
    position: absolute;
    top: 0;
    right: 0;
}

header .header-wrapper .header-option > li .search-bar {
    width: 40px;
    float: right;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header .header-wrapper .header-option > li .search-bar input {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header .header-wrapper .header-option > li .search-bar.show {
    width: 100%;
    padding-left: 15px;
}

header .header-wrapper .header-option > li .search-bar.show input {
    opacity: 1;
}

header .header-wrapper .header-option > li .search-bar.show .btn-addon {
    color: #034ea2 !important;
}

header .header-wrapper .header-option > li #searchForm, header .header-wrapper .header-option > li #searchFormMobile {
    position: relative;
}

header .header-wrapper .header-option > li #searchForm input, header .header-wrapper .header-option > li #searchFormMobile input {
    border: 2px solid #034ea2;
}

header .header-wrapper .header-option > li #searchForm .input-icon-addon, header .header-wrapper .header-option > li #searchFormMobile .input-icon-addon {
    color: #034ea2;
    cursor: pointer;
}

header .header-wrapper .header-option > li #searchForm .btn-addon, header .header-wrapper .header-option > li #searchFormMobile .btn-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    color: #034ea2;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

header .header-wrapper .header-option > li #searchForm .timkiem, header .header-wrapper .header-option > li #searchFormMobile .timkiem {
    position: absolute;
    z-index: 999;
}

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

header .header-wrapper .header-option > li #searchForm .timkiem .ketquatim .d-flex, header .header-wrapper .header-option > li #searchFormMobile .timkiem .ketquatim .d-flex {
    margin-bottom: 5px;
}

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

header .header-wrapper .header-option > li #searchForm .timkiem .ketquatim .d-flex .info, header .header-wrapper .header-option > li #searchFormMobile .timkiem .ketquatim .d-flex .info {
    width: 70%;
}

header .header-wrapper .header-option .dropdown-menu {
    padding: 0;
}

header .header-wrapper .header-option .dropdown-menu li a {
    font-weight: bold;
    color: #111;
    display: block;
    padding: 10px 12px;
}

header .header-wrapper .header-option .dropdown-menu li a:hover {
    background: #034ea2;
    color: #fff;
}

.giohang-sticky {
    position: relative;
    justify-content: flex-end;
    display: none;
}

.giohang-sticky a {
    color: #034ea2;
    text-decoration: none;
}

.giohang-sticky .badge {
    background-color: #f7595b;
    position: absolute;
}

.header-toggler {
    color: #034ea2;
}

.header-toggler:hover {
    color: #034ea2;
}

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

.service a .service-img img {
    width: 100%;
}

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

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

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

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

div.footer {
    background: #fff;
}

div.footer i {
    color: #111;
}

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

div.footer a:hover {
    color: #E76A22 !important;
}

footer {
    border-top: none !important;
    background: #000 !important;
    padding: .5rem 0 !important;
}

#scrollUp {
    display: none;
    background-color: #034ea2;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 2147483647;
}

.copyright {
    color: #999;
    font-size: .75rem;
}

.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: #e80b1d !important;
}

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

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
    background-color: #e80b1d !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: #0cf22a !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
    border-color: #0cf22a !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: #0cf22a !important;
    opacity: 0.75 !important;
}

.idex-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 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;
    left: 35px;
    bottom: 50px;
}

.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;
    -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: #fff;
    font-size: 21px;
    font-weight: 600;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
}

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

.list-category {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.list-category li {
    margin: 3px;
    width: calc((100% / 8) - 6px);
    height: 45px;
}

.list-category li a {
    display: flex;
    background: #f3f3f3;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #666;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.list-category li a:hover {
    background: #fc6849;
    background: -moz-linear-gradient(top, #fc6849 0%, #fe2321 100%);
    background: -webkit-linear-gradient(top, #fc6849 0%, #fe2321 100%);
    background: linear-gradient(to bottom, #fc6849 0%, #fe2321 100%);
    color: #fff;
}

.list-category li a.active {
    background: #fc6849;
    background: -moz-linear-gradient(top, #fc6849 0%, #fe2321 100%);
    background: -webkit-linear-gradient(top, #fc6849 0%, #fe2321 100%);
    background: linear-gradient(to bottom, #fc6849 0%, #fe2321 100%);
    color: #fff;
}

.blog-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

.blog-item .blog-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-item .blog-image img {
    width: 100%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.blog-item .blog-image:hover img {
    transform: scale(1.1);
}

.blog-item .blog-info {
    width: 100%;
    padding: 15px;
}

.blog-item .blog-info .blog-title {
    color: #111;
    font-weight: bold;
    height: 65px;
    overflow: hidden;
}

.blog-item .blog-info .blog-title:hover {
    color: #034ea2;
}

.blog-item .blog-info .blog-short {
    height: 65px;
    overflow: hidden;
}

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

.product-item:hover .product-image img {
    transform: scale(1.1);
}

.product-item:hover .product-hover {
    top: 0;
}

/*.product-item .badge {*/
/*    border-radius: 15%;*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    height: 30px;*/
/*    right: .75rem;*/
/*    line-height: 26px;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    top: .75rem;*/
/*    width: 42px;*/
/*    z-index: 5;*/
/*    background-color: #e73435;*/
/*}*/

.product-item {
    position: relative;
}

.product-item .badge {
    /*padding: 7px 8px;*/
    position: absolute;
    top: -3px;
    right: -4px;
}

.product-item .badge span {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 3px;
    width: 40px;
    height: 35px;
    background-color: rgba(255,212,36,.9);
    float: right;
    color: var(--base-color);
    margin-left: .3125rem;
    z-index: 1;
    line-height: 30px;
    font-size: 13px;
}

.product-item .badge span:before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 20px 4px;
    border-color: transparent rgba(255,212,36,.9);
}

.product-item .product-image {
    background: #EEF2F6;
    width: 100%;
    overflow: hidden;
}

.product-item .product-image img {
    width: 100%;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

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

.product-item .product-description .product-title {
    height: 59px;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}

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

.product-item .product-description .product-title a:hover {
    color: #034ea2;
}

.product-item .product-description .price-zone {
    padding: 10px 0;
}

.product-item .product-description del.price {
    color: #999;
    font-size: 12px;
    margin: 0;
    padding-right: 5px;
}

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

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

.product-item .product-hover {
    padding: .75rem;
    position: absolute;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-item .product-hover a {
    color: #111;
}

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

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

.product-item .product-hover .product-desc {
    overflow-y: auto;
    height: 280px;
}

.product-item .product-hover .product-desc ul {
    padding-left: 15px;
    list-style: square;
}

.filter {
    display: flex;
}

.filter-title {
    background: #034ea2;
    display: flex;
    align-items: center;
    padding: 10px;
}

.filter-title h3 {
    color: #fff;
    margin: 0;
    font-size: 13px;
}

.filter-body {
    display: flex;
}

.filter-body .dropdown:first-child button {
    margin-left: 10px;
}

.filter-body button {
    font-weight: normal;
    background: #ddd;
    margin: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.filter-body .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.filter-body .dropdown-menu li a {
    display: block;
    padding: 0 10px;
    color: #111;
}

.filter-body .dropdown-menu li a:hover {
    background: #111;
    color: #fff;
}

.thuoctinhchitiet {
    background-color: #e73435;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.header-section {
    position: relative;
    background: #fff;
    padding: 10px 15px 10px 0;
    margin-bottom: 10px;
}

.header-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ed1e8f;
    background-image: -moz-linear-gradient(-90deg, #ed1e8f 0%, #1d97e5 100%);
    background-image: -webkit-linear-gradient(-90deg, #ed1e8f 0%, #1d97e5 100%);
    background-image: -o-linear-gradient(-90deg, #ed1e8f 0%, #1d97e5 100%);
    background-image: -ms-linear-gradient(-90deg, #ed1e8f 0%, #1d97e5 100%);
    background-image: linear-gradient(-90deg, #ed1e8f 0%, #1d97e5 100%);
}

.header-section h5 {
    margin: 0;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-color: #1a99e7;
    background-image: -moz-linear-gradient(90deg, #1a99e7 0%, #ef1c8e 100%);
    background-image: -webkit-linear-gradient(90deg, #1a99e7 0%, #ef1c8e 100%);
    background-image: -o-linear-gradient(90deg, #1a99e7 0%, #ef1c8e 100%);
    background-image: -ms-linear-gradient(90deg, #1a99e7 0%, #ef1c8e 100%);
    background-image: linear-gradient(90deg, #1a99e7 0%, #ef1c8e 100%);
    background-color: transparent;
}

.header-section .read-all {
    color: #034ea2;
    position: absolute;
    right: 9px;
    bottom: 6px;
}

.header-section .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-section .read-all:hover {
    color: #034ea2;
    text-decoration: none;
}

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

.read-all {
    color: #034ea2;
}

.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: #034ea2;
    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 #034ea2;
    margin-bottom: 15px;
}

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

#preview {
    position: relative;
}

.product p {
    margin: 0;
}

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

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

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

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

.product .button-group {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 15px 0;
}

.product .button-group button {
    margin: 0;
}

#sync2 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
    border: 1px solid #ddd;
    border-top: 4px solid #fff;
    height: 55px;
}

#sync2 .item h3 {
    font-size: 12px;
}

#sync2 .current .item {
    border-top: 4px solid #034ea2;
}

.owl-main {
    border: 1px solid #eee;
}

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

.sidebar {
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    padding: 20px;
}

.sidebar-title {
    color: #111;
    text-align: center;
}

.sidebar-content .sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-content .sidebar-list li {
    padding: 15px 0;
}

.sidebar-content .sidebar-list li:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
}

.sidebar-content .sidebar-list li a {
    color: #e73435;
    font-weight: 700;
}

.fb-comments iframe {
    width: 100% !important;
}

.list-payment {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-payment li {
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 5px;
}

.dangload {
    position: fixed;
    background-color: rgba(175, 180, 189, 0.15);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0px;
    left: 0px;
    display: none;
}

.dangload .boxdangload {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    width: 252px;
    margin: auto;
    position: absolute;
    top: 45%;
}

.dangload .load .loading-bar {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #dc6082;
    animation: loading-bar-animation .9s ease-in-out infinite;
    /* -webkit-animation: loading-bar-animation .9s ease-in-out infinite; */
}

.dangload .load .loading-bar:nth-child(2) {
    animation-delay: .13s;
    /* -webkit-animation-delay: .13s; */
}

.dangload .load .loading-bar:nth-child(3) {
    animation-delay: .26s;
    /* -webkit-animation-delay: .13s; */
}

.dangload .load .loading-bar:nth-child(4) {
    animation-delay: .39s;
    /* -webkit-animation-delay: .13s; */
}

@-webkit-keyframes loading-bar-animation {
    0%, 50% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1, 2.2);
    }
}

.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 li a:hover i {
    color: #fff !important;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff !important;
    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;
    }
}

.click-dropdown {
    display: none;
}

@media screen and (max-width: 768px) {
    .phone {
        color: #111 !important;
    }

    .click-dropdown {
        display: inline-block;
        border: none !important;
        background-color: transparent !important;
        color: #034ea2;
        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;
    }

    header .header-wrapper .header-nav .main-navbar {
        flex-direction: column;
        align-items: flex-end;
        background: #232628;
        position: fixed;
        top: 0;
        left: -280px;
        z-index: 999999;
        width: 280px;
        height: 100vh;
        transition: .3s ease-in-out;
        overflow-y: auto;
    }

    header .header-wrapper .header-nav .main-navbar.show {
        left: 0 !important;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu {
        display: block !important;
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li {
        position: relative;
        margin-left: 0 !important;
        padding: 0 15px !important;
        overflow: hidden;
        background: #232628;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li:hover > a {
        background-color: #262d33;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li .dropdown-menu {
        background-color: #fff !important;
        -webkit-transform: scale(0);
        transform: scale(0);
        top: auto;
        border-radius: 0;
        margin-bottom: 2px !important;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li .dropdown-menu > li {
        background-color: #fff;
        padding: 0 !important;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li .dropdown-menu > li.dropdown-submenu a {
        color: #034ea2 !important;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li .dropdown-menu > li.dropdown-submenu .dropdown-menu {
        left: unset !important;
        top: unset !important;
        margin-left: unset !important;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li .dropdown-menu > li:hover {
        background-color: #f7595b;
        color: #fff !important;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li .dropdown-mega-menu {
        min-width: 100%;
        background-color: #eee !important;
        -webkit-transform: scale(0);
        transform: scale(0);
        top: auto;
        left: 0;
        right: 0;
        height: 450px;
        border-radius: 0;
        margin-bottom: 2px !important;
        overflow-y: scroll;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li > a {
        display: block;
        background-color: #262d33;
        color: #fff;
        border-radius: 0;
        border-bottom: 1px solid #161b1f;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li > a > .fa-angle-down {
        display: none;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li.hover-active > ul {
        position: relative;
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-bottom: 15px;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li.hover-active .dropdown-mega-menu {
        position: relative;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .product-item .product-hover {
        display: none;
    }

    .tab-menu {
        margin-right: .75rem !important;
        display: block !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;
    }

    .tab-menu li.menu-item {
        display: none !important;
    }

    .blog-item {
        flex-direction: row;
        height: auto;
    }

    .blog-item .blog-image {
        width: 40%;
        padding-top: 5px;
    }

    .blog-item .blog-info {
        position: static;
        background: #fff;
        padding: 5px;
    }

    .blog-item .blog-info .blog-title {
        color: #111;
    }

    footer {
        padding-bottom: 100px;
    }

    .idex-alo-phone {
        bottom: 60px;
    }
}

@media screen and (max-width: 425px) {
    .header-section h5 {
        width: 230px;
        height: 34px;
    }

    .list-category li {
        width: calc((100% / 4) - 6px);
    }

    .list-category li a {
        font-size: 9px;
    }
}

.product-item .product-description {
    padding: 5px;
}

.product-item .product-description .product-title {
    height: 40px;
}

.product-item .product-description .product-title a {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.custom-page {
    background: whitesmoke;
}

.custom-page .breadcrumb {
    background: #fff;
}

.custom-page .filter-body button,
.custom-page .product-item {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.custom-page .filter-title {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.custom-page .content-category,
.page--content {
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.btn-color-cart {
    line-height: 35px;
    background: var(--base-color);
    color: #ffffff;
    padding: 0 10px;
    font-weight: normal;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin: 0 auto;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.btn-color-buy {
    ine-height: 35px;
    background: #2ecc71;
    color: #ffffff;
    padding: 0 10px;
    font-weight: normal;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    transition: .3s all;
}

.btn-color-cart:focus,
.btn-color-cart:hover {
    background: #ff3f2c;
    color: #fff;
}

.btn-color-buy:hover,
.btn-color-buy:focus {
    background: #42e387
}

.page--content .product-price-group {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
}

.page--content .price.giasanphammoi,
.page--content .price.giasanpham {
    color: #ff0000;
    font-size: 16px;
    padding-left: 5px;
}

.page--content .old-price.giasanpham {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    color: #666;
    padding-left: 5px;
}

.page--content .discount {
    font-size: 12px;
    padding: 2px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffff;
    background: #ff0000;
    margin-left: 15px;
    display: inline-block;
}

.detail-info {
    padding: 10px 0;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 0;
}

.detail-info strong {
    color: #000
}

.detail-info .attributes p {
    font-weight: bold;
    color: #333;
    padding: 5px 0;
}

.product-item:hover {
    border-color: var(--base-color);
    transform: translateY(-2px);
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.list-category {
    width: 100%;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.list-category li {
    margin: 0;
    width: auto;
    height: unset;
}

.list-category li a {
    background-color: transparent;
    border-radius: 0;
    color: #333;
    padding: 15px;
    border-bottom: 3px solid transparent;
    font-size: 15px;
}

.list-category li a.active,
.list-category li a:hover {
    background: transparent;
    color: #222;
    border-bottom: 3px solid var(--base-color);
}

.product-item .product-image img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.slider {
    height: 100%;
}

.slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    margin-top: 0;
}

.slider .owl-nav {
    margin: 0;
}

.slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(35, 39, 43, .3) !important;
    color: #fff !important;
    height: 50px;
    width: 30px;
    line-height: 50px;
    font-size: 40px !important;
    text-align: center;
    margin: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    display: none;
}

.slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.slider .owl-nav button:hover {
    background: rgba(35, 39, 43, .7) !important;
}

.slider .owl-nav button span {
    margin-top: -7px;
    display: block;
}

.slider .owl-nav button.owl-prev {
    left: 0;
}

.slider .owl-nav button.owl-next {
    right: 0;
}

.slider .owl-nav button span:hover,
.slider .owl-nav button span:focus,
.slider .owl-dots .owl-dot span:focus,
.slider .owl-dots .owl-dot {
    outline: none !important;
}

.full-slider {
    min-height: 230px;
}

.slider .slider-item {
    width: 100%;
    padding-top: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    overflow: hidden;
    border-radius: 4px;
}

.full-slider .slider-child-item:first-child .slider-child {
    margin-bottom: 12px;
}

.slider-child {
    max-height: 150px;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.slider-child img {
    height: 100%;
    width: 100%;
}

.header-section:before {
    width: 15%;
    height: 3px;
    background: var(--base-color);
    /*border-bottom: 3px solid var(--base-color);*/
}

.header-section h5 {
    background: transparent;
    color: var(--base-color);
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.product-item {
    margin-top: 2px;
}

.owl-main {
    border: none;
}


@media screen and (min-width: 992px) {
    .custom-padding .container,
    .custom-padding .col-lg-2,
    .full-slider .col-lg-4,
    .full-slider .col-lg-8,
    .full-slider .col-lg-12 {
        padding-right: 0.375rem;
        padding-left: 0.375rem;
    }

    .full-slider .container {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .custom-padding .row {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
}

.header-navbar .header-top {
    background: #B5E2EF;
    padding: 5px 0;
}

.header-navbar .header-top .grid-left > div {
    padding-right: 10px;
    border-right: 1px solid #000
}

.header-navbar .header-top .grid-left > div:last-child {
    border: none;
    padding-left: 10px;
}

.header-navbar .header-top .grid-left > div a {
    font-size: 13px;
    color: #000;
}

.header-navbar .header-top .grid-right ul {
    padding-right: 10px;
    margin-bottom: 0;
}

.header-navbar .header-top .grid-right .grid-social ul li {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    background: transparent;
    text-align: center;
    border-radius: 4px;
    transition: .4s all;
    cursor: pointer;
}

.header-navbar .header-top .grid-right .grid-social ul li a {
    font-size: 1em;
    color: #000;
    transition: .4s all;
}

.header-navbar .header-top .grid-right .grid-social ul li:first-child:hover {
    background: rgb(57, 87, 148);
}

.header-navbar .header-top .grid-right .grid-social ul li:nth-child(2):hover {
    background: #ff0000;
}

/*.header-navbar .header-top .grid-right .grid-social ul li:nth-child(3):hover {*/
/*    background: linear-gradient(#405DE6, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);*/
/*}*/

.header-navbar .header-top .grid-right .grid-social ul li:last-child:hover {
    background: #00A7E7;
}

.header-navbar .header-top .grid-right ul li:hover a {
    color: #fff
}

.header-navbar .header-top .grid-right .grid-login {
    padding-left: 10px;
    border-left: 1px solid #000;
}

.header-navbar .header-top .grid-right .grid-social {
    padding-right: 10px;
}

.header-navbar .header-top .grid-right .grid-login a,
.header-navbar .header-top .grid-right .grid-tragop a {
    color: #000;
    font-size: 13px;
}

.header-navbar .header-top .grid-right .grid-login .dropdown-menu li:hover a,
.header-navbar .header-top .grid-right .grid-login .dropdown-menu li:focus a {
    color: #fff;
}

.header-navbar .header-top .grid-right .grid-login .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.header-navbar .header-top .grid-right .grid-login .dropdown-menu li {
    padding: 5px 15px;
    transition: .3s all;
}

.header-navbar .header-top .grid-right .grid-login .dropdown-menu li:hover {
    background: var(--base-color);
    color: #fff;
}

.slider-item {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    border: 1px solid transparent;
    transition: .3s all;
}

.slider-item .slider-avatar {
    background: #fff;
    padding: 5px;
    overflow: hidden;
    width: 50%;
}

.slider-item .slider-content {
    width: 50%;
    padding: 5px;
}

.slider-item .slider-content .slider--title a {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #222
}

.slider-baiviet.owl-carousel .owl-stage {
    padding: 10px 0;
}

.slider-item .slider-content .slider--day {
    padding: 5px 0;
    color: #555;
    font-size: 0.9rem;
}

.slider-baiviet .slider-item:hover {
    border-color: var(--base-color);
}

.owl-nav {
    margin-top: 0;
    display: inline-block;
    position: absolute;
    right: 0.5%;
    top: -43px;
}

.owl-nav button {
    margin: 2px !important;
    outline: none !important;
}

.owl-nav button span {
    height: 23px;
    width: 20px;
    line-height: 20px;
    border-radius: 3px;
    display: inline-block;
    background: whitesmoke;
    color: #444;
    font-size: 22px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .header-section {
        padding: 0;
    }

    .header-section:before {
        width: 35%
    }

    .header-section h5 {
        line-height: 34px;
    }

    .owl-nav {
        top: -40px;
    }

    .slider-item .slider-avatar {
        width: 40%;
    }

    .slider-item .slider-content {
        width: 60%;
        padding-bottom: 2px;
    }

    .slider-item .slider-content .slider--day {
        padding: 0;
        text-align: right;
        font-size: 0.8rem;
    }

    .custom-padding .container .container {
        padding: 0;
    }

    .list-category {
        justify-content: center;
    }

    .list-category li {
        width: 31%;
        margin: 3px;
    }

    .list-category li a {
        padding: 5px;
        font-size: 12px;
        border-bottom: 1px solid var(--base-color);
        height: 47px;
    }

    .list-category li a.active, .list-category li a:hover {
        border-bottom: 1px solid var(--base-color);
        background: var(--base-color);
        color: #fff;
    }

    .slider-child-item {
        margin-top: 5px;
    }
}

.slider--desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 599px) {
    .slider--title a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    /*.slider--desc {*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-line-clamp: 3;*/
    /*    display: -webkit-box;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/

    .product-item .product-description .price-zone {
        height: 56px;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center !important;
    }
}

@media (min-width: 992px) {
    #checkout-modal .modal-lg {
        max-width: 950px;
    }

    #checkout-modal label {
        margin-bottom: 0.25rem;
    }

    #checkout-modal .form-group {
        margin-bottom: 0.5rem;
    }
}

#scrollUp {
    z-index: 2;
}

.thongtinchuyenkhoan,
.thongtindiachi {
    height: 40px;
    line-height: 40px;
    background: whitesmoke;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0px 15px;
    display: none;
}

.product-item {
    position: relative;
}

.product-item .label-style {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1rem;
    padding: 0 3px;
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
    background: currentColor;
    left: -.25rem;
    padding: 0 .25rem;
    color: var(--base-color);
    min-width: 40px;
    max-width: 85px;
    z-index: 3;
}

.product-item .label-style span {
    font-size: .75rem;
    font-weight: 500;
    margin-left: .25rem;
    color: #fff;
}

.product-item .label-style:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -.1875rem;
    border-top: .1875rem solid currentColor;
    border-left: .1875rem solid transparent;
    filter: brightness(60%);
}

.qty .form-control {
    max-width: 100px;
    /*margin-right: 5px;*/
}

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

.nav-new .header-wrapper .header-nav {
    width: 100%;
    justify-content: flex-start;
}

.nav-new .header-wrapper .header-nav .nav-left {
    width: 30%;
}

header .header-wrapper .header-nav .nav-left .header-brand .header-brand-img {
    height: 5rem;
}

.nav-new .header-wrapper .header-nav .nav-middle {
    width: 48%
}

.nav-new .nav-middle .search-bar form .form-relative {
    position: relative;
}

.nav-new .nav-middle .search-bar form .form-relative input:focus {
    border-style: solid;
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--base-color)
}

.nav-new .nav-middle .search-bar form .form-relative button {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 60px;
    right: 5px;
    border-radius: 3px;
    background: var(--base-color);
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transform: translateY(-50%);
    box-shadow: 0 0 2px var(--base-color);
    cursor: pointer;
}

.nav-new .nav-middle .search-bar form .timkiem {
    position: absolute;
    color: #000;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.nav-new .nav-middle .search-bar form .timkiem ul li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.nav-new .nav-middle .search-bar form .timkiem ul li .image {
    width: 20%;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    padding: 10px;
}

.nav-new .nav-middle .search-bar form .timkiem ul li .info {
    width: 80%;
    color: #222;
    padding-left: 10px;
}

.nav-new .nav-middle .search-bar form .timkiem ul li .info a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.nav-new .nav-middle .search-bar form .timkiem ul li .info a span {
    color: #ff0000;
    font-size: 15px;
}

.nav-new .nav-middle .search-bar form .timkiem ul li img {
    height: 4rem;
    vertical-align: middle;
}

.nav-new .header-wrapper .header-nav .nav-right {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.nav-new .header-wrapper .header-nav .nav-right > a,
.nav-new .header-wrapper .header-nav .nav-right > .dropdown > a {
    color: #555;
    font-size: 15px;
    margin-right: 15px;
}

.nav-new .header-wrapper .header-nav .nav-right > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav-new .header-wrapper .header-nav .nav-right .cart {
    margin-right: 0;
}

.nav-new .header-wrapper .header-nav .nav-right > .dropdown > a,
.nav-new .header-wrapper .header-nav .nav-right .cart,
.nav-new .header-wrapper .header-nav .nav-right a{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.nav-new .header-wrapper .header-nav .nav-right > a > i,
.nav-new .header-wrapper .header-nav .nav-right > .dropdown > a i {
    font-size: 20px;
}


.nav-new .header-wrapper .header-nav .nav-right .badge {
    position: absolute;
    background: #0146AB;
    height: 20px;
    width: 20px;
    line-height: 15px;
    border-radius: 100%;
    top: -9px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.nav-new .header-wrapper .header-nav .nav-right .dropdown-toggle::after {
    right: 10px;
    transform: translateY(50%);
    top: 20%;
    position: absolute;
    display: inline-block;
}

.nav-new .header-wrapper .header-nav .nav-right ul {
    padding: 15px
}

header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 300%;
    opacity: 0;
    visibility: hidden;
    transition: .2s all linear;
    box-shadow: none;
}

header .header-wrapper .header-nav .main-navbar .main-menu li:hover .dropdown-mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 991px) {
    header .header-wrapper {
        display: block;
        position: relative;
    }

    .nav-new .header-wrapper .header-nav .nav-left {
        width: 70%;
    }

    .nav-new .header-wrapper .header-nav .nav-right {
        width: 30%
    }

    .nav-new .header-wrapper .header-nav .nav-right .text-giohang {
        display: none;
    }

    .nav-new .header-wrapper .header-nav .nav-right .cart {
        margin-right: 15px;
    }

    .nav-new .header-wrapper .header-nav .nav-right .dropdown-toggle::after {
        right: -10px;
        top: 50%;
    }

    .nav-new .header-wrapper .header-nav .nav-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-toggler-icon {
        box-shadow: 0 5px #fff, 0 -5px #fff;
        background: #fff;
    }

    .nav-middle {
        padding-bottom: 15px;
    }

    header .header-wrapper .header-nav .main-navbar,
    header .header-wrapper .header-nav .main-navbar .main-menu > li,
    header .header-wrapper .header-nav .main-navbar .main-menu > li > a {
        background: #fff;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu > li > a,
    .click-dropdown {
        color: #000
    }
}


.custom-cart {
    padding: 0
}

.custom-cart h1 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9
}

.checkout-item {
    background: #fff;
    position: relative;
    padding: 15px;
    border: 1px solid #d9d9d9
}

.checkout-item:nth-child(odd) {
    margin-bottom: 15px;
}

.checkout-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkout-title {
    padding-left: 10px;
    width: 70%
}

.checkout-avatar {
    width: 30%
}

.product-name a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.checkout-top {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.checkout-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.price-left,
.action-right {
    width: 50%
}

.price-top p {
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
}

.checkout-total-child {
    padding: 10px 0;
    text-align: right;
    border-top: 1px solid #d9d9d9;
}

.checkout-total-child span {
    color: #000;
    font-weight: 600;
}

.checkout-delete {
    position: absolute;
    top: 5px;
    right: 5px
}

.main-checkout {
    background: whitesmoke;
}

.main-checkout .card {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

#contact {
    padding-top: 12px;
}

.main-checkout #contact .card {
    background: #fff;
    border: 1px solid #d9d9d9
}

.main-checkout .form-selector {
    margin-bottom: 30px;
}

.checkout-total {
    margin: 15px 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
}

.checkout-total div[class*='total-'] {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-total div[class*='total-'] span {
    font-weight: 600;
}

.checkout-total div[class*='total-']:first-child {
    border-top: 0;
}

.thongtinchuyenkhoan, .thongtindiachi {
    height: unset;
    line-height: 24px;
}

#scrollUp {
    bottom: 120px;
}


.checkout-fixed {
    display: none;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1049;
    border: 1px solid var(--base-color);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 50px;
}

.checkout-fixed .fixed-top,
.checkout-fixed .fixed-bottom {
    position: static !important;
}

.checkout-fixed .fixed-left {
    text-align: right;
    font-weight: 600;
    font-size: 15px;
    color: #000
}

.checkout-fixed .fixed-bottom {
    color: red;
}

.checkout-fixed .fixed-right {
    margin-left: 5px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    background: var(--base-color);
    text-align: center;
    padding-left: 7px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
}

.checkout-fixed .fixed-right:focus {
    background: #fe7e4a
}

.checkout-fixed .fixed-right:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 50px solid transparent;
    z-index: 1;
}

.checkout-fixed .fixed-right button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    outline: none !important;
}

.checkout-fixed .fixed-right button:focus {
    outline: none !important;
    box-shadow: none;
}

.main-checkout .form-selector {
    margin-bottom: 0;
}

.form-group hr {
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .checkout-fixed {
        display: flex !important;
    }

    .card.mt-3 {
        margin-bottom: 0;
    }

    #contact #xemdonhang {
        display: none;
    }

    .slider .owl-nav {
        display: none;
    }
}

.idex-alo-phone {
    display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-toggler,
    header .header-wrapper .header-nav #btn-close-menu {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    header .header-wrapper .header-nav .main-navbar .main-menu li {
        position: relative;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu {
        min-width: 300px;
        width: auto;
        padding: .75rem;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15);
    }

    header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .mega-item {
        margin-bottom: 1rem;
    }

    header .header-wrapper .header-nav .main-navbar .main-menu li .dropdown-mega-menu .col-lg-12:last-child .mega-item {
        margin-bottom: 0rem;
    }
}

section {
    padding: 20px 0;
}

.footer h5 {
    padding-bottom: 7px;
    line-height: 20px;
}


.product-item .product-description .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.custom-content {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding: 0 15px;
}

.danhmucsp,
.description {
    padding: 15px 0;
}


.borderright {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.danhmucsp > ul {
    padding-top: 5px;
}

.danhmucsp ul {
    list-style: none;
    padding-left: 0;
}

.danhmucsp ul li i {
    font-size: 12px;
    padding-right: 5px;
}

.danhmucsp ul li a {
    display: flex;
    align-items: center;
    padding: 7px;
}

.danhmucsp ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #555;
    font-weight: 600;
}

.danhmucsp ul li a:hover {
    color: var(--base-color)
}

.danhmucsp ul li ul {
    padding-left: 10px;
}

.danhmucsp ul li li a {
    /*font-size: 13px;*/
    font-weight: 500;
}

.danhmucsp ul li li i {
    font-size: 8px;
}

.danhmucsp .header-section {
    background: var(--base-color);
    padding-left: 15px;
}

.danhmucsp .header-section h5 {
    color: #fff;
}

.danhmucsp .header-section:before {
    height: 0;
}

@media screen and (min-width: 1024px) {
    header .header-wrapper .header-nav .main-navbar .main-menu li.menu-product {
        position: static;
    }
}

@media screen and (max-width: 600px) {
    .tab-content {
        padding: 15px 0;
    }

    .tab-content .col-6 {
        padding-right: .375rem;
        padding-left: .375rem;
    }

    .tab-content .col-6:nth-child(odd) {
        padding-left: .75rem;
    }

    .tab-content .col-6:nth-child(even) {
        padding-right: .75rem;
    }

    #checkout-modal .modal-body{
        padding-bottom: 30px;
    }
}

.slider-child-item {
    opacity: 0;
    transition: 1s all;
}

.slider-child-item.slider-show {
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

#xemdonhang,
.btn-laphoadon{
    background: #2ecc71;
    border-color: #2ecc71
}

#xemdonhang:hover,
#xemdonhang:focus,
.btn-laphoadon:focus,
.btn-laphoadon:hover {
    background-color: #10b155;
    border-color: #10b155;
}

.selectgroup.listgiatri {
    display: flex;
    flex-wrap: wrap;
}

.selectgroup.listgiatri label {
    width: 20%;
}

/*# sourceMappingURL=main.css.map */
