@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.display_,
.hidden,
.d-none {
    display: none;
}
.hidden {
    display: none !important;
}
@media (min-width: 992px) {
    .col-xl-fix-5,
    .col-lg-fix-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.alert-success p {
    margin: 0;
}
.lazyload {
    background: #ebebeb;
}
.lazyload.loaded {
    background: transparent;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px;
    }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container,
    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
        max-width: 1349px;
    }
}
@media (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media (min-width: 1199px) {
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
}
html {
    overflow-x: hidden;
}
html,
body {
    padding: 0px !important;
    padding: 0;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px;
}
a {
    color: #333e44;
}
a:hover {
    color: #01567f;
    text-decoration: none;
    cursor: pointer;
}
.dropdown-menu {
    box-shadow: none;
}
.dropdown-menu > li > a {
    white-space: inherit;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none;
}
body,
input,
textarea,
button,
select {
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333e44;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none;
}
body {
    font-size: 14px;
    color: #333e44;
}
header nav {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    font-weight: inherit;
}
a:focus {
    outline: none;
}
p {
    margin: 0 0 15px 0;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
img.lazyload:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2;
}
.page-title .title-head {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .page-title .title-head {
        margin-bottom: 10px;
    }
}
.banner-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
ul {
    list-style: none outside;
    margin-bottom: 0px;
    padding-left: 0px;
}
ol {
    list-style: decimal;
}
ul.square {
    list-style: square outside;
}
ul.disc {
    list-style: disc outside;
}
ol.alpha {
    list-style: lower-alpha outside;
}
.inline-list li {
    display: inline-block;
    margin-bottom: 0;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
th {
    font-weight: 500;
}
th,
td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}
a,
.text-link {
    color: #333e44;
    text-decoration: none;
    background: transparent;
}
button {
    overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.table-wrapper {
    max-width: 100%;
    overflow: auto;
}
form {
    margin-bottom: 30px;
}
a:focus,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.page-link:focus,
.button:focus,
.btn-button:focus {
    outline: none;
    box-shadow: none;
}
input,
textarea,
button,
select {
    font-size: 1em;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input,
textarea,
select,
fieldset {
    border-radius: 0;
    max-width: 100%;
}
input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%;
}
fieldset {
    border: 1px solid #ebebeb;
    padding: 15px;
}
legend {
    border: 0;
    padding: 0;
}
optgroup {
    font-weight: bold;
}
input {
    display: inline-block;
    width: auto;
}
button,
input[type="submit"] {
    cursor: pointer;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ebebeb;
    padding: 0 110px 0 15px;
    width: 100%;
    max-width: 100%;
    display: block;
}
input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default;
}
textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}
input[type="checkbox"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("https://img.htvietnam.vn/layouts/layout196/ico-select.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
}
.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}
option {
    color: #000;
    background-color: #fff;
}
select::-ms-expand {
    display: none;
}
label,
legend {
    display: block;
    font-weight: 400;
}
label.inline,
legend.inline {
    display: inline;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: normal;
}
label[for] {
    cursor: pointer;
}
.label-hint {
    color: #999;
}
form.form-horizontal,
.form-horizontal {
    margin-bottom: 0;
}
form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
}
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: red;
    color: red;
}
label.error {
    color: red;
}
.hidden {
    display: none;
}
label {
    display: inline-block !important;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group .input-group-btn:first-child > input[type="submit"],
.input-group input[type="hidden"]:first-child + .input-group-field,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group
    input[type="hidden"]:first-child
    + .input-group-btn
    > input[type="submit"] {
    border-radius: 0;
}
.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0;
}
.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 40px;
}
.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}
.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0;
}
.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    color: #333e44;
    background-color: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #eaebf3;
    box-shadow: none;
    border-radius: 3px;
}
.form-group .form-control::-webkit-input-placeholder {
    color: #cdcfdd;
}
.form-group .form-control::-moz-placeholder {
    color: #cdcfdd;
}
.form-group .form-control:-ms-input-placeholder {
    color: #cdcfdd;
}
.form-group input,
.form-group select {
    height: 40px;
}
.flexbox,
.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.list-inline {
    *zoom: 1;
}
.list-inline:after {
    content: "";
    display: table;
    clear: both;
}
.list-inline li {
    float: left;
    margin: 0;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
.text-bold {
    font-weight: bold !important;
}
.a-center {
    text-align: center !important;
}
.a-left {
    text-align: left !important;
}
.a-right {
    text-align: right !important;
}
.f-right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.inline {
    display: inline !important;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.flexbox > div {
    flex: 1;
}
.background-none {
    background: none !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-border {
    border: none !important;
}
.ov-h {
    overflow: hidden !important;
}
.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
.margin-0 {
    margin: 0px !important;
}
.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-left-0 {
    margin-left: 0px !important;
}
.margin-right-0 {
    margin-right: 0px !important;
}
.padding-0 {
    padding: 0px !important;
}
.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-left-0 {
    padding-left: 0px !important;
}
.padding-right-0 {
    padding-right: 0px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.margin-15 {
    margin: 15px !important;
}
.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.padding-top-15 {
    padding-top: 15px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-left-15 {
    padding-left: 15px !important;
}
.padding-right-15 {
    padding-right: 15px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.margin-25 {
    margin: 25px !important;
}
.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-right-25 {
    margin-right: 25px !important;
}
.padding-25 {
    padding: 25px !important;
}
.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.padding-top-25 {
    padding-top: 25px !important;
}
.padding-bottom-25 {
    padding-bottom: 25px !important;
}
.padding-left-25 {
    padding-left: 25px !important;
}
.padding-right-25 {
    padding-right: 25px !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-left-30 {
    padding-left: 30px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.margin-35 {
    margin: 35px !important;
}
.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.margin-top-35 {
    margin-top: 35px !important;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}
.margin-left-35 {
    margin-left: 35px !important;
}
.margin-right-35 {
    margin-right: 35px !important;
}
.padding-35 {
    padding: 35px !important;
}
.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.padding-top-35 {
    padding-top: 35px !important;
}
.padding-bottom-35 {
    padding-bottom: 35px !important;
}
.padding-left-35 {
    padding-left: 35px !important;
}
.padding-right-35 {
    padding-right: 35px !important;
}
.margin-40 {
    margin: 40px !important;
}
.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.margin-right-40 {
    margin-right: 40px !important;
}
.padding-40 {
    padding: 40px !important;
}
.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.padding-left-40 {
    padding-left: 40px !important;
}
.padding-right-40 {
    padding-right: 40px !important;
}
.margin-45 {
    margin: 45px !important;
}
.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.margin-top-45 {
    margin-top: 45px !important;
}
.margin-bottom-45 {
    margin-bottom: 45px !important;
}
.margin-left-45 {
    margin-left: 45px !important;
}
.margin-right-45 {
    margin-right: 45px !important;
}
.padding-45 {
    padding: 45px !important;
}
.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.padding-top-45 {
    padding-top: 45px !important;
}
.padding-bottom-45 {
    padding-bottom: 45px !important;
}
.padding-left-45 {
    padding-left: 45px !important;
}
.padding-right-45 {
    padding-right: 45px !important;
}
.margin-50 {
    margin: 50px !important;
}
.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}
.padding-50 {
    padding: 50px !important;
}
.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-left-50 {
    padding-left: 50px !important;
}
.padding-right-50 {
    padding-right: 50px !important;
}
.margin-55 {
    margin: 55px !important;
}
.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.margin-top-55 {
    margin-top: 55px !important;
}
.margin-bottom-55 {
    margin-bottom: 55px !important;
}
.margin-left-55 {
    margin-left: 55px !important;
}
.margin-right-55 {
    margin-right: 55px !important;
}
.padding-55 {
    padding: 55px !important;
}
.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.padding-top-55 {
    padding-top: 55px !important;
}
.padding-bottom-55 {
    padding-bottom: 55px !important;
}
.padding-left-55 {
    padding-left: 55px !important;
}
.padding-right-55 {
    padding-right: 55px !important;
}
.margin-60 {
    margin: 60px !important;
}
.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-left-60 {
    margin-left: 60px !important;
}
.margin-right-60 {
    margin-right: 60px !important;
}
.padding-60 {
    padding: 60px !important;
}
.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.padding-top-60 {
    padding-top: 60px !important;
}
.padding-bottom-60 {
    padding-bottom: 60px !important;
}
.padding-left-60 {
    padding-left: 60px !important;
}
.padding-right-60 {
    padding-right: 60px !important;
}
.margin-65 {
    margin: 65px !important;
}
.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}
.margin-top-65 {
    margin-top: 65px !important;
}
.margin-bottom-65 {
    margin-bottom: 65px !important;
}
.margin-left-65 {
    margin-left: 65px !important;
}
.margin-right-65 {
    margin-right: 65px !important;
}
.padding-65 {
    padding: 65px !important;
}
.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}
.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}
.padding-top-65 {
    padding-top: 65px !important;
}
.padding-bottom-65 {
    padding-bottom: 65px !important;
}
.padding-left-65 {
    padding-left: 65px !important;
}
.padding-right-65 {
    padding-right: 65px !important;
}
.margin-70 {
    margin: 70px !important;
}
.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-left-70 {
    margin-left: 70px !important;
}
.margin-right-70 {
    margin-right: 70px !important;
}
.padding-70 {
    padding: 70px !important;
}
.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.padding-top-70 {
    padding-top: 70px !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}
.padding-left-70 {
    padding-left: 70px !important;
}
.padding-right-70 {
    padding-right: 70px !important;
}
.margin-75 {
    margin: 75px !important;
}
.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}
.margin-top-75 {
    margin-top: 75px !important;
}
.margin-bottom-75 {
    margin-bottom: 75px !important;
}
.margin-left-75 {
    margin-left: 75px !important;
}
.margin-right-75 {
    margin-right: 75px !important;
}
.padding-75 {
    padding: 75px !important;
}
.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.padding-top-75 {
    padding-top: 75px !important;
}
.padding-bottom-75 {
    padding-bottom: 75px !important;
}
.padding-left-75 {
    padding-left: 75px !important;
}
.padding-right-75 {
    padding-right: 75px !important;
}
.margin-80 {
    margin: 80px !important;
}
.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-left-80 {
    margin-left: 80px !important;
}
.margin-right-80 {
    margin-right: 80px !important;
}
.padding-80 {
    padding: 80px !important;
}
.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.padding-top-80 {
    padding-top: 80px !important;
}
.padding-bottom-80 {
    padding-bottom: 80px !important;
}
.padding-left-80 {
    padding-left: 80px !important;
}
.padding-right-80 {
    padding-right: 80px !important;
}
.margin-85 {
    margin: 85px !important;
}
.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}
.margin-top-85 {
    margin-top: 85px !important;
}
.margin-bottom-85 {
    margin-bottom: 85px !important;
}
.margin-left-85 {
    margin-left: 85px !important;
}
.margin-right-85 {
    margin-right: 85px !important;
}
.padding-85 {
    padding: 85px !important;
}
.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.padding-top-85 {
    padding-top: 85px !important;
}
.padding-bottom-85 {
    padding-bottom: 85px !important;
}
.padding-left-85 {
    padding-left: 85px !important;
}
.padding-right-85 {
    padding-right: 85px !important;
}
.margin-90 {
    margin: 90px !important;
}
.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}
.margin-top-90 {
    margin-top: 90px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px !important;
}
.margin-left-90 {
    margin-left: 90px !important;
}
.margin-right-90 {
    margin-right: 90px !important;
}
.padding-90 {
    padding: 90px !important;
}
.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}
.padding-top-90 {
    padding-top: 90px !important;
}
.padding-bottom-90 {
    padding-bottom: 90px !important;
}
.padding-left-90 {
    padding-left: 90px !important;
}
.padding-right-90 {
    padding-right: 90px !important;
}
.margin-95 {
    margin: 95px !important;
}
.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}
.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}
.margin-top-95 {
    margin-top: 95px !important;
}
.margin-bottom-95 {
    margin-bottom: 95px !important;
}
.margin-left-95 {
    margin-left: 95px !important;
}
.margin-right-95 {
    margin-right: 95px !important;
}
.padding-95 {
    padding: 95px !important;
}
.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}
.padding-top-95 {
    padding-top: 95px !important;
}
.padding-bottom-95 {
    padding-bottom: 95px !important;
}
.padding-left-95 {
    padding-left: 95px !important;
}
.padding-right-95 {
    padding-right: 95px !important;
}
.margin-100 {
    margin: 100px !important;
}
.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.margin-left-100 {
    margin-left: 100px !important;
}
.margin-right-100 {
    margin-right: 100px !important;
}
.padding-100 {
    padding: 100px !important;
}
.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.padding-top-100 {
    padding-top: 100px !important;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.padding-left-100 {
    padding-left: 100px !important;
}
.padding-right-100 {
    padding-right: 100px !important;
}
.btn-continus {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px !important;
    background: #ec2c1e !important;
    border: 1px solid #ec2c1e !important;
}
.btn-continus:hover {
    border: 1px solid #01567f;
    background: #fff !important;
    color: #01567f !important;
}
.btn,
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb;
}
.btn.btn-primary,
input.btn-primary[type="submit"] {
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background: #ff9247;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 38px;
    border-radius: 6px;
}
.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
    background: #01567f;
}
.btn.btn-popup,
input.btn-popup[type="submit"] {
    text-transform: uppercase !important;
    width: 100%;
    padding: 0 25px;
    background: #01567f;
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    border: 1px solid transparent !important;
}
.btn.btn-popup:hover,
input.btn-popup[type="submit"]:hover {
    background: #fff;
    color: #01567f !important;
    border: 1px solid #01567f !important;
}
.btn.btn-circle,
input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0;
}
.btn.btn-large,
input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px;
}
.btn.btn-small,
input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: em(12px);
}
.btn.btn-dark-address,
input.btn-dark-address[type="submit"] {
    background: #2a2a2a;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 0 25px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
}
.btn.btn-white,
input.btn-white[type="submit"] {
    background: #fff;
    color: #333e44;
    border: 1px solid #ebebeb;
    font-weight: 400;
}
.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
    background: #016798;
    color: #fff;
}
.btn.btn-gray,
input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff;
}
.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
    background: #01567f;
}
.btn.btn-gray a,
input.btn-gray[type="submit"] a {
    color: #fff;
}
.btn.btn-full,
input.btn-full[type="submit"] {
    display: block;
    width: 100%;
}
.btn-link {
    line-height: 40px;
    color: #01567f;
}
.btn-link:hover {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .top-cart-content {
        display: none !important;
    }
}
.header-action_cart:hover .top-cart-content {
    display: block;
}
.top-cart-content {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 9999;
    border-radius: 5px;
}
.tab-wrap .tabs-title {
    *zoom: 1;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px;
}
.tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both;
}
.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left;
}
.tab-wrap .tabs-title li:before {
    content: "|";
    color: #c9c9c9;
    padding: 0 16px;
    color: #1c1c1c;
}
.tab-wrap .tabs-title li:first-child:before {
    display: none;
}
.tab-wrap .tabs-title li.current {
    color: #212121;
}
.tab-wrap .tab-content {
    position: relative;
}
ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer;
}
ul.tabs li.current {
    color: #000;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
}
@media (max-width: 1025px) {
    header.header {
        padding: 5px 0px;
    }
}
header.header .main-header {
    position: relative;
}
header.header .main-header .align-items-center .header-logo {
    height: 80px;
    line-height: 60px;
    padding: 10px;
}
header.header .main-header .align-items-center .header-logo a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
}
header.header .main-header .align-items-center .header-logo a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    margin-left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
header.header .main-header .align-items-center .header-mid {
    position: static;
}
@media (min-width: 992px) {
    header.header .main-header .align-items-center .header-mid .menu-top {
        border-bottom: 1px solid #ddd;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top {
        padding-left: 0px;
        line-height: 40px;
        justify-content: center;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline {
        display: inline-block;
        width: auto;
        position: relative;
        padding-left: 30px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline:before {
        content: "";
        height: 22px;
        width: 22px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline:after {
        content: "";
        background-image: url(https://img.htvietnam.vn/layouts/layout196/svg/phone-call.svg);
        height: 22px;
        width: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-size: 13px;
        background-position: center;
        background-repeat: no-repeat;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline
        span {
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline
        span {
        display: none;
    }
}
@media (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline
        a {
        display: inline-block;
        width: auto;
        font-size: 16px;
        font-weight: bold;
        color: #e8002d;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline
        a {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-hotline
        a:hover {
        color: #ff1c48;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-stores {
        display: inline-block;
        width: auto;
        position: relative;
        padding-left: 30px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-stores:before {
        content: "";
        height: 22px;
        width: 22px;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-stores:after {
        content: "";
        background-image: url(https://img.htvietnam.vn/layouts/layout196/svg/pin-white.svg);
        height: 22px;
        width: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-stores
        a {
        display: inline-block;
        width: auto;
        font-size: 12px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-stores
        a {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header-stores
        a:hover {
        color: #01567f;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar {
        margin-bottom: 0px;
        margin: 5px 0;
        border-radius: 5px;
        background: #f3f3f3;
        position: relative;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        input {
        height: 30px;
        line-height: 30px;
        margin: 0px;
        border: 0px;
        background: transparent;
        padding-right: 40px;
        min-height: initial;
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        input {
        min-width: 360px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        input {
        min-width: 215px;
    }
}
@media (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .icon-fallback-text {
        width: 40px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        padding: 0px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .icon-fallback-text
        img {
        width: 30px;
        vertical-align: middle;
        height: 30px;
        padding: 7px;
        float: left;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest {
        position: absolute;
        top: 35px;
        left: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        border: solid 1px #dfe3e8;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: none;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest.open {
        display: block;
        z-index: 99999;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-title {
        width: 100%;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 10px;
        line-height: normal;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        float: left;
        padding-left: 20px;
        position: relative;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-title
        i {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-title
        i
        svg {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        display: inherit;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-title
        i
        svg
        path {
        fill: #808080 !important;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-list {
        display: inline-block;
        width: 100%;
        float: left;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-list
        .search-item {
        display: inline-block;
        padding: 3px 5px;
        line-height: normal;
        background: #f5f5f5;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 3px;
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 480px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-list
        .search-item {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        .menu-top
        .list-top
        .list-top-item.header_tim_kiem
        form.search-bar
        .search-suggest
        .search-list
        .search-item:hover {
        background: #e6e6e6;
    }
    header.header .main-header .align-items-center .header-mid .title_menu {
        display: none;
    }
    header.header .main-header .align-items-center .header-mid #nav {
        position: static;
        justify-content: normal;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    header.header .main-header .align-items-center .header-mid #nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header.header .main-header .align-items-center .header-mid #nav .nav-item {
        position: relative;
        float: left;
        flex: auto;
        line-height: 40px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a {
        padding: 0 5px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        display: block;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item:after {
        display: block;
        content: "";
        border-bottom: 2px solid #01567f;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        width: 100%;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item:hover
        > a
        svg,
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item:focus
        > a
        svg {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item:hover:after,
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item:focus:after {
        transform: scaleX(1);
    }
    @-webkit-keyframes my {
        0% {
            color: #fcaf17;
        }
        40% {
            color: #e8002d;
        }
        100% {
            color: #fcaf17;
        }
    }
    @-moz-keyframes my {
        0% {
            color: #fcaf17;
        }
        40% {
            color: #e8002d;
        }
        100% {
            color: #fcaf17;
        }
    }
    @-o-keyframes my {
        0% {
            color: #fcaf17;
        }
        40% {
            color: #e8002d;
        }
        100% {
            color: #fcaf17;
        }
    }
    @keyframes my {
        0% {
            color: #fcaf17;
        }
        40% {
            color: #e8002d;
        }
        100% {
            color: #fcaf17;
        }
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .li-kmdiscount
        a {
        color: #fcaf17;
        -webkit-animation: my 700ms infinite;
        -moz-animation: my 700ms infinite;
        -o-animation: my 700ms infinite;
        animation: my 700ms infinite;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .li-kmdiscount
        img {
        max-width: 20px;
        margin-bottom: 5px;
    }
}
@media (max-width: 992px) {
    header.header .main-header .align-items-center .header-mid {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        width: 100%;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
            visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
    }
    header.header .main-header .align-items-center .header-mid.current {
        padding: 0px;
    }
    header.header .main-header .align-items-center .header-mid .menu-top {
        display: none;
    }
    header.header .main-header .align-items-center .header-mid.current {
        visibility: visible;
        transform: translateX(0);
    }
    header.header .main-header .align-items-center .header-mid .title_menu {
        width: 100%;
        background: #01567f;
        padding: 0 10px;
        display: block;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .title_menu::before {
        transform: rotate(45deg);
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .title_menu
        .title_ {
        font-size: 18px;
        line-height: 41px;
        text-align: left;
        font-weight: bold;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        .title_menu::after {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
    }
    header.header .main-header .align-items-center .header-mid #nav {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh;
    }
    header.header .main-header .align-items-center .header-mid #nav .nav-item {
        position: relative;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        a {
        padding: 0 30px 0px 10px !important;
        color: #333;
        height: unset;
        line-height: 35px;
        display: block;
        font-size: 14px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a {
        color: #333;
        font-size: 13px;
        padding: 7px 10px;
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
    }
}
@media (max-width: 992px) and (max-width: 1024px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a {
        padding: 7px 8px;
    }
}
@media (max-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a
        svg {
        display: none;
    }
}
@media (max-width: 992px) and (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a:hover,
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a:focus {
        color: #01567f;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a:hover
        svg
        path,
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        > a:focus
        svg
        path {
        stroke: #01567f;
    }
}
@media (max-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon {
        width: 30px;
        height: 35px;
        top: 0px;
        right: 0;
        transition: 0.5s all;
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon::before,
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon::after {
        width: 1.5px;
        height: 11px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon.current
        > a {
        color: #01567f;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon.current::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .down_icon.current::before {
        opacity: 0;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu {
        padding-left: 10px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        li {
        position: relative;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul {
        padding-left: 10px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li {
        position: relative;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon {
        width: 30px;
        height: 30px;
        top: 5px;
        right: 0;
        transition: 0.5s all;
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon::before,
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon::after {
        width: 1.5px;
        height: 11px;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon.current
        > a {
        color: #01567f;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon.current::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .nav-item
        .dropdown-menu
        ul
        li
        .down_icon.current::before {
        opacity: 0;
    }
    header.header
        .main-header
        .align-items-center
        .header-mid
        #nav
        .li-kmdiscount {
        display: none;
    }
    header.header .main-header .align-items-center .header-mid li > ul {
        display: none;
    }
    header.header .main-header .align-items-center .header-mid li.current > a {
        color: #01567f !important;
    }
    header.header .main-header .align-items-center .header-mid li.current > ul {
        display: block;
    }
    header.header .main-header .align-items-center .header-mid .mega-content {
        display: none !important;
    }
}
header.header .main-header .align-items-center .header-right {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item {
    margin-left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    position: initial;
}
@media (max-width: 1199px) and (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item {
        margin-left: 8px;
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item
    .a-hea {
    position: relative;
    text-align: center;
    width: 58px;
    height: 58px;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item
    .a-hea
    .box-icon {
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item
    .a-hea
    .box-icon
    img {
    width: 19px;
    height: 33px;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item
    .a-hea
    span.count_item_pr {
    width: 14px;
    height: 14px;
    background: #01567f;
    color: #fff;
    font-size: 10px;
    position: absolute;
    line-height: 14px;
    border-radius: 50%;
    top: 0px;
    right: 9px;
}
@media (max-width: 1025px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        span.count_item_pr {
        right: 0px;
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item
    .a-hea
    span.js-wishlist-count {
    width: 14px;
    height: 14px;
    background: #01567f;
    color: #fff;
    font-size: 10px;
    position: absolute;
    line-height: 14px;
    border-radius: 50%;
    top: 0px;
    right: 9px;
}
@media (max-width: 1025px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        span.js-wishlist-count {
        right: 0px;
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action-item
    .a-hea
    span.item-title {
    display: inline-block;
    width: 100%;
    line-height: normal;
    margin-top: 0px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea {
        width: 40px;
        height: 40px;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        .box-icon {
        width: 40px;
        height: 40px;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        .box-icon
        svg {
        width: 20px;
        height: 39px;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        span.item-title {
        display: none;
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul {
    position: absolute;
    border: 1px solid #efefef;
    background: #fff;
    width: auto;
    min-width: 125px;
    z-index: 15;
    list-style: none;
    margin: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px 0px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: none;
    border-radius: 5px;
}
@media (min-width: 767px) and (max-width: 819px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul {
        left: 60%;
        top: 40px;
        min-width: 110px;
    }
}
@media (min-width: 820px) and (max-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul {
        left: 62%;
        top: 40px;
        min-width: 110px;
    }
}
@media (min-width: 992px) and (max-width: 1025px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul {
        left: 55%;
    }
}
@media (min-width: 1025px) and (max-width: 1281px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul {
        left: 47%;
    }
}
@media (max-width: 767px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul {
        top: 40px;
        min-width: 110px;
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul::before {
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #01567f;
    border-image: initial;
    margin-left: -9px;
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}
@media (max-width: 767px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul::before {
        left: calc(50% + 3px);
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li {
    padding: 5px 5px;
    transition: background 0.5s;
    border-radius: 5px;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li
    a {
    color: #000;
    display: flex;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0px;
    white-space: nowrap;
    padding: 0px;
    font-size: 14px;
    border-radius: 4px;
    user-select: none;
    width: 125px;
    line-height: 20px;
    height: 20px;
    outline: none;
    text-shadow: #ababab 0px 0px 1px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul
        li
        a {
        width: 100px;
    }
}
@media (max-width: 767px) {
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action_account
        ul
        li
        a {
        width: 100px;
    }
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li
    a
    img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li:hover,
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li:focus {
    color: #fff;
    background-color: #01567f;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li:hover
    a,
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li:focus
    a {
    color: #fff;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li:hover
    a
    img,
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account
    ul
    li:focus
    a
    img {
    fill: #fff;
}
header.header
    .main-header
    .align-items-center
    .header-right
    .header-action_account:hover
    ul {
    display: block;
}
@media (max-width: 991px) {
    header.header .search-mobile {
        display: none;
        width: 100%;
    }
    header.header .search-mobile.open {
        margin-top: 5px;
        display: inline-block !important;
    }
    header.header .search-mobile .search_form {
        border: 1px solid #dedede;
        border-radius: 5px;
        margin: 0px;
    }
    header.header .search-mobile .search_form .input-group-field {
        height: 30px;
        line-height: initial;
        border: 0px;
        border-radius: 5px !important;
        padding: 0px 5px;
    }
    header.header .search-mobile .search_form .input-group-field::placeholder {
        color: #bbb;
    }
    header.header
        .search-mobile
        .search_form
        .input-group-btn
        button.icon-fallback-text {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        background: transparent;
    }
    header.header
        .search-mobile
        .search_form
        .input-group-btn
        button.icon-fallback-text
        img {
        max-width: none !important;
        width: 18px;
        height: 18px;
    }
    header.header .search-mobile .search_form .input-group-btn a.search-close {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        display: flex;
        align-items: center;
        background: transparent;
        border-left: 1px solid #ddd;
    }
    header.header
        .search-mobile
        .search_form
        .input-group-btn
        a.search-close
        img {
        max-width: none !important;
        width: 18px;
        height: 18px;
    }
    header.header .main-header .align-items-center {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
        padding: 5px 0;
    }
    header.header .main-header .align-items-center .left-mobile {
        display: flex !important;
        display: -webkit-flex !important;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        width: auto;
        padding: 0px;
    }
    header.header .main-header .align-items-center .left-mobile .menu-icon {
        line-height: 1;
        transition: color 0.2s ease-in-out;
        position: relative;
        background: transparent;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 0;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }
    header.header .main-header .align-items-center .left-mobile .menu-icon img {
        width: 22px;
        height: 30px;
    }
    header.header .main-header .align-items-center .left-mobile .search-mobile {
        margin-right: 5px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-transition: opacity 150ms linear;
        transition: opacity 150ms linear;
        position: initial;
    }
    header.header
        .main-header
        .align-items-center
        .left-mobile
        .search-mobile
        a {
        width: auto;
        height: auto;
        position: relative;
        text-align: center;
    }
    header.header
        .main-header
        .align-items-center
        .left-mobile
        .search-mobile
        a
        .box-icon {
        border: 0px;
        width: 30px;
        height: 30px;
        position: relative;
        text-align: center;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 991px) and (max-width: 991px) {
    header.header
        .main-header
        .align-items-center
        .left-mobile
        .search-mobile
        a
        .box-icon {
        margin-top: 3px;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    header.header
        .main-header
        .align-items-center
        .left-mobile
        .search-mobile
        a
        .box-icon {
        margin-top: 1px;
    }
}
@media (max-width: 991px) {
    header.header
        .main-header
        .align-items-center
        .left-mobile
        .search-mobile
        a
        .box-icon
        img {
        width: 22px;
        height: 30px;
    }
    header.header .main-header .align-items-center .header-logo {
        padding: 0px;
        height: 50px;
        line-height: 50px;
        width: auto;
    }
    header.header .main-header .align-items-center .header-logo a {
        padding-bottom: 50px;
        max-width: 150px;
        min-width: 150px;
    }
}
@media (max-width: 991px) and (max-width: 340px) {
    header.header .main-header .align-items-center .header-logo a {
        max-width: 85px;
        min-width: 85px;
    }
}
@media (max-width: 991px) {
    header.header .main-header .align-items-center .header-logo a img {
        margin: auto;
    }
    header.header .main-header .align-items-center .header-right {
        width: auto;
        padding: 0px;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item {
        margin-left: 5px;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea {
        width: auto;
        height: auto;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        .box-icon {
        border: 0px;
        width: 30px;
        height: 30px;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        span.item-title {
        display: none;
    }
    header.header
        .main-header
        .align-items-center
        .header-right
        .header-action-item
        .a-hea
        span.count_item_pr {
        right: 0px;
    }
}
@media (max-width: 321px) {
    header.header .main-header .align-items-center {
        padding: 0px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav {
        position: static;
    }
    .header-mid #nav .nav-item {
        float: none;
        position: relative;
        display: inline-block;
    }
    .header-mid #nav .nav-item.has-mega {
        position: static !important;
    }
    .header-mid #nav .nav-item.has-mega .mega-content {
        background: #fff none repeat scroll 0 0;
        display: none;
        margin: 0;
        padding: 10px 15px 10px 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-banner a {
        display: block;
        padding-bottom: 150%;
        overflow: hidden;
        position: relative;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-banner a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list {
        overflow: hidden;
        overflow-y: auto;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #f5f5f5;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0:not(.no-banner) {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0.half-banner
        .level1.item {
        width: 25%;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0.no-banner {
        max-height: 400px;
        overflow-y: auto;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0.no-banner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #f5f5f5;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0.no-banner::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0.no-banner::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #e5e5e5;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level0.no-banner
        .level1.item {
        width: 25%;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item {
        float: left;
        width: 33.3333333%;
        padding: 10px;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        > a {
        color: #000 !important;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: block;
        line-height: normal;
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding-bottom: 5px;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        > a:hover,
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        > a:focus {
        color: #01567f !important;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        h2 {
        font-size: 14px;
        margin-top: 0;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        ul.level1 {
        margin-bottom: 0px;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        ul.level1
        li.level2 {
        line-height: normal;
        margin-bottom: 5px;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        ul.level1
        li.level2
        a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #666;
    }
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        ul.level1
        li.level2
        a:hover,
    .header-mid
        #nav
        .nav-item.has-mega
        .mega-content
        .mega-menu-list
        .level1.item
        ul.level1
        li.level2
        a:focus {
        text-decoration: none;
        color: #01567f;
    }
    .header-mid #nav .nav-item.has-mega .dnonemega-content {
        display: none !important;
    }
    .header-mid #nav .nav-item:hover,
    .header-mid #nav .nav-item:focus {
        background-color: transparent;
    }
    .header-mid #nav .nav-item > a {
        color: #333;
        font-size: 13px;
        padding: 7px 10px;
        text-align: center;
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .header-mid #nav .nav-item > a {
        padding: 7px 8px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item > a svg {
        width: 4px;
        margin-left: 5px;
        transform: rotate(90deg);
        transition: all 0.4s;
        overflow: hidden;
        vertical-align: middle;
        margin-left: 3px;
        margin-bottom: 5px;
    }
    .header-mid #nav .nav-item > a svg path {
        stroke: #222;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header-mid #nav .nav-item > a:hover,
    .header-mid #nav .nav-item > a:focus {
        color: #01567f;
    }
    .header-mid #nav .nav-item > a:hover svg path,
    .header-mid #nav .nav-item > a:focus svg path {
        stroke: #01567f;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item.has-childs > a:after {
        content: "";
        width: 0px;
        height: 35px;
        border-style: solid;
        border-width: 0px 11px 12px;
        border-color: transparent transparent #fff;
        display: inline-block;
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0px;
        margin: auto;
        opacity: 0;
        transition: opacity 300ms linear 0s;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header-mid #nav .nav-item.has-childs:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        margin-top: 0px;
        display: block;
    }
    .header-mid #nav .nav-item.has-childs:hover > .mega-content {
        display: block;
    }
}
@media (min-width: 992px) and (min-width: 992px) and (min-width: 1025px) {
    .header-mid #nav .nav-item.has-childs:hover > .mega-content {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item .nav-item-lv2 {
        padding: 0 10px;
    }
    .header-mid #nav .nav-item .nav-item-lv3 {
        padding: 0 10px;
    }
    .header-mid #nav .nav-item li.dropdown-submenu {
        position: relative;
    }
    .header-mid #nav .nav-item li.dropdown-submenu .dropdown-menu {
        left: -100%;
        top: 0;
    }
    .header-mid #nav .nav-item.active:after {
        transform: scaleX(1) !important;
    }
    .header-mid #nav .nav-item.active > a {
        color: #01567f;
        font-weight: 500;
    }
    .header-mid #nav .nav-item.active > a svg path {
        stroke: #01567f;
    }
    .header-mid #nav .nav-item ul.dropdown-menu {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        position: absolute;
        border: none;
        top: 80px;
        left: 0;
        width: 250px;
        z-index: 1030;
        display: block;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0px;
    }
}
@media (min-width: 992px) and (min-width: 1023px) and (max-width: 1024px) {
    .header-mid #nav .nav-item ul.dropdown-menu {
        left: 0px;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 0;
        position: relative;
        margin: 0;
        border-top: 1px solid #f5f5f5;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li {
        padding: 0;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li + li {
        margin-top: 5px;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li + li {
        margin-top: 0;
        border-top: 1px solid #f5f5f5;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li:hover,
    .header-mid #nav .nav-item ul.dropdown-menu li:focus {
        background: #f7f7f7;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li:hover > a svg,
    .header-mid #nav .nav-item ul.dropdown-menu li:focus > a svg {
        -webkit-transform: rotate(-180deg) !important;
        -moz-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
        -o-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a {
        padding: 5px 15px 5px 10px;
        line-height: 25px;
        position: relative;
        padding-right: 20px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: #222;
        font-size: 14px;
        display: block;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a i {
        float: right;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li a {
        padding: 8px 20px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li a::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 2px;
        left: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        top: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a:hover,
    .header-mid #nav .nav-item ul.dropdown-menu li a:focus {
        background-color: transparent;
        color: #01567f;
    }
    .header-mid #nav .nav-item ul.dropdown-menu li a:hover::after,
    .header-mid #nav .nav-item ul.dropdown-menu li a:focus::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #01567f;
    }
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        .dropdown-menu {
        top: 0;
        left: 100%;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        .dropdown-menu {
        left: 0;
    }
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        .dropdown-menu
        .nav-item-lv3
        a {
        padding-left: 35px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
        height: 9px;
        position: absolute;
        right: 6px;
        top: calc(50% - 4px);
        transition: all 0.4s;
    }
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        > a
        svg
        path {
        stroke: #222;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid #nav .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        margin-right: 0;
        float: right;
        line-height: 22px;
        width: 20px;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu
        > a:hover
        svg
        path {
        fill: #01567f;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu:hover
        .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
        margin-top: 0;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu.active
        > .dropdown-menu {
        display: block;
    }
    .header-mid
        #nav
        .nav-item
        ul.dropdown-menu
        li.dropdown-submenu.active
        > a
        > svg {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 10px;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu {
        right: 0;
        left: initial;
    }
}
@media (min-width: 992px) and (min-width: 1023px) and (max-width: 1024px) {
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu {
        right: 0px;
        left: initial;
    }
}
@media (min-width: 992px) {
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li {
        padding: 0;
        text-align: right;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li + li {
        margin-top: 5px;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:hover,
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:focus {
        background: #f7f7f7;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:hover > a svg,
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li:focus > a svg {
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li a svg {
        left: 6px;
        right: initial;
        -webkit-transform: rotate(-180deg) !important;
        -moz-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
        -o-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
    }
    .header-mid #nav .nav-item.hover-left ul.dropdown-menu li a::after {
        right: 0px;
        left: initial !important;
    }
    .header-mid
        #nav
        .nav-item.hover-left
        ul.dropdown-menu
        li.dropdown-submenu
        .dropdown-menu {
        top: 0;
        right: 100%;
        left: initial !important;
    }
}
footer.footer .content-contact .fa-map-marker-alt,
footer.footer .content-contact .fa-phone {
    width: 16px;
    height: 16px;
    color: #fff;
    float: left;
    margin-top: 8px;
}
footer.footer .content-contact .fa-phone {
    transform: rotate(90deg);
}
footer.footer .content-contact span.list_footer {
    float: left;
    color: #fff;
}
footer.footer .content-contact span.list_footer a {
    color: #fcaf17;
    font-weight: 600;
}
footer.footer .content-contact span.list_footer a:hover {
    color: #4384a3;
}
footer.footer .social-footer .social {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    footer.footer .social-footer .social {
        margin-bottom: 20px;
    }
}
footer.footer .social-footer .social a {
    display: inline-block;
    background-color: transparent;
    width: 30px;
    font-size: 14px;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
    footer.footer .social-footer .social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
}
footer.footer .social-footer .social a + a {
    margin-left: 5px;
}
footer.footer .social-footer .social a img {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
footer.footer .social-footer .social a img {
    fill: #fff;
}
footer.footer .social-footer .social a:hover,
footer.footer .social-footer .social a:focus {
    border: 1px solid #fcaf17;
}
footer.footer .social-footer .social a:hover img,
footer.footer .social-footer .social a:focus img {
    fill: #fcaf17;
}
footer.footer .social-footer .follow_option {
    padding: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    footer.footer .social-footer .follow_option {
        margin-bottom: 0;
    }
}
footer.footer .social-footer .follow_option li {
    display: inline-block;
    margin-bottom: 0;
}
footer.footer .social-footer .follow_option li a {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: 16px;
}
footer.footer .social-footer .follow_option li a i {
    color: #959595;
    display: inline-block;
    float: left;
    width: 20px;
    text-align: left;
    line-height: 28px;
}
footer.footer .social-footer .follow_option li a:hover i {
    color: #01567f;
}
footer.footer .copyright {
    text-align: center;
    margin-bottom: 0px;
    background: #01344c;
}
footer.footer .copyright span.wsp {
    color: #fff;
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer.footer .copyright span.wsp .mobile {
    opacity: 1;
}
footer.footer .copyright span.wsp b {
    font-weight: 500;
}
footer.footer .copyright a {
    color: #fff;
    opacity: 1;
}
footer.footer .copyright a:hover {
    color: #fcaf17 !important;
    opacity: 1;
}
@media (max-width: 767px) {
    footer.footer .copyright .wsp {
        overflow: hidden;
        display: block;
        line-height: 24px;
    }
    footer.footer .copyright .mobile {
        display: block;
        width: 100%;
        line-height: 24px;
    }
    footer.footer .padding-bottom-50 {
        padding-bottom: 20px !important;
    }
}
footer.footer .clicked {
    position: relative;
}
@media (max-width: 767px) {
    footer.footer .clicked::before,
    footer.footer .clicked::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }
    footer.footer .clicked::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    footer.footer .clicked::after {
        width: 1.5px;
        height: 11px;
        right: 10px;
    }
    footer.footer .clicked.open_:after {
        transform: rotate(180deg);
        right: 0;
    }
    footer.footer .clicked.cls_mn::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    footer.footer .clicked.cls_mn::before {
        opacity: 0;
    }
}
footer.footer .title-menu {
    line-height: normal;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 15px;
    margin: 0px 0 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 767px) {
    footer.footer .title-menu {
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
        position: relative;
    }
    footer.footer .title-menu a,
    footer.footer .title-menu span {
        padding: 10px 20px 10px 0;
        line-height: 22px;
        display: block;
        cursor: pointer;
    }
    footer.footer .title-menu a i.fa,
    footer.footer .title-menu span i.fa {
        display: block;
        position: absolute;
        right: 0px;
        width: 18px;
        top: 10px;
        text-align: center;
        height: 18px;
        line-height: 20px;
        padding-left: 1px;
        font-size: 13px;
    }
    footer.footer .title-menu a i.fa:before,
    footer.footer .title-menu span i.fa:before {
        content: "\f0de";
        color: #c2d8e6;
        position: absolute;
        top: 5px;
    }
    footer.footer .title-menu a.collapsed i.fa:before,
    footer.footer .title-menu span.collapsed i.fa:before {
        content: "\f0dd";
        position: absolute;
        top: 0;
    }
}
footer.footer .list-menu {
    line-height: 30px;
    padding-left: 0px;
    margin: 0;
}
@media (max-width: 767px) {
    footer.footer .list-menu.hidden-mob {
        display: none;
    }
    footer.footer .list-menu.hidden-mob.current {
        display: block;
    }
}
footer.footer .list-menu .li_menu a {
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: block;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
footer.footer .list-menu .li_menu a:hover,
footer.footer .list-menu .li_menu a:focus {
    color: #fcaf17;
}
footer.footer .list-menu .li_menu a:hover:before,
footer.footer .list-menu .li_menu a:focus:before {
    background: #fcaf17;
}
footer.footer .list-menu .li_menu a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    top: 14px;
    left: 0;
    border-radius: 2px;
}
footer.footer .list-menu .item_blog {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer.footer .list-menu .item_blog:last-child {
    border-bottom: none;
}
footer.footer .list-menu .item_blog .thumb {
    flex: 0 0 auto;
    max-width: 50%;
    overflow: hidden;
    margin-inline-end: 10px;
}
footer.footer .list-menu .item_blog .thumb img {
    width: 90px;
}
footer.footer .list-menu .item_blog .post-info {
    flex: 1 1 auto;
}
footer.footer .list-menu .item_blog .post-info .enti-title a {
    font-size: inherit;
    display: block;
    color: #fff;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
footer.footer .list-menu .item_blog .post-info .enti-title a:hover,
footer.footer .list-menu .item_blog .post-info .enti-title a:focus {
    color: #fcaf17;
}
footer.footer .list-menu .item_blog .post-info .post-time {
    color: #c1c1c1;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 22px;
}
footer.footer .list-menu .no_blog {
    font-style: italic;
    color: #fff;
    font-size: 12px;
}
@media (max-width: 991px) {
    .footer-click {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer-click {
        margin-bottom: 15px;
    }
    .footer-click:last-child {
        margin: 0;
    }
}
.mid-footer {
    padding: 30px 0 20px;
    background: #01344c;
}
.mid-footer .des_foo {
    color: #fff;
    margin-bottom: 10px;
}
.backtop {
    position: fixed;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    top: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: #01567f;
    text-decoration: none;
    opacity: 0 !important;
}
.backtop .icon-up {
    background-image: url(https://img.htvietnam.vn/layouts/layout196/svg/i-up-arrow.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.backtop:hover {
    background: #014566;
}
.backtop.show {
    opacity: 1 !important;
}
.fancybox-close {
    background-color: transparent !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #bizweb-product-reviews {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .bizweb-product-reviews-form {
        min-width: 250px !important;
    }
}
@media (max-width: 1199px) {
    .h_recover {
        margin-bottom: 30px;
    }
}
.page_404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 700px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .page_404 {
        min-height: 400px;
    }
}
.page_404 .page-404 {
    text-align: center;
}
.page_404 .page-404 h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0;
    padding: 0;
    color: #333e44;
}
@media (max-width: 767px) {
    .page_404 .page-404 h1 {
        font-size: 100px;
        line-height: 100px;
    }
}
.page_404 .page-404 p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
    color: #333e44;
}
@media (max-width: 767px) {
    .page_404 .page-404 p {
        font-size: 16px;
    }
}
.bizweb-product-reviews-module {
    margin: 0 !important;
}
.breadcrumb {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li > a {
    color: #333e44;
}
.breadcrumb li > a > span {
    color: #333e44;
}
.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #333e44;
}
.breadcrumb li span {
    display: inline;
    color: #333e44;
}
.breadcrumb li span .fa {
    color: #333e44;
    padding: 0px 5px;
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #01567f;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
    color: #01567f;
}
.breadcrumb > li + li:before {
    display: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%;
}
.pagenav {
    text-align: right;
}
.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .product-action-grid {
        display: none !important;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}
.item_product_main {
    position: relative;
    margin-bottom: 15px;
}
.item_product_main .image_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 130%;
}
.item_product_main .image_thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out all;
    will-change: opacify;
}
.item_product_main .image_thumb .video {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://img.htvietnam.vn/layouts/layout196/svg/play.svg)
        center center;
    background-size: cover;
    opacity: 0.6;
}
.item_product_main .smart {
    width: 43px;
    height: 23px;
    line-height: 23px;
    box-sizing: content-box;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e8002d;
    color: #fff;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-align: center;
    text-transform: none;
    font-style: italic;
}
.item_product_main .item_index_num {
    width: auto;
    height: 33px;
    line-height: 33px;
    box-sizing: content-box;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #01567f;
    text-align: center;
    text-transform: none;
}
.item_product_main .item_index_num .cri_index {
    border: 3px solid #01567f;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    left: -3px;
    top: -3px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    position: absolute;
}
.item_product_main .item_index_num .number_index {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #01567f;
    border-radius: 50%;
    display: inline-block;
}
.item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden;
}
.item_product_main .product-thumbnail .favorites-btn-cus {
    width: 22px;
    height: 22px;
    border: transparent;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    float: left;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0px;
}
@media (min-width: 1199px) {
    .item_product_main .product-thumbnail .product_overlay {
        content: "";
        width: 100%;
        height: 100%;
        background: #fdfdfd;
        opacity: 0;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }
}
.item_product_main form {
    margin-bottom: 0;
}
.item_product_main form .product-action {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    background: rgba(157, 190, 206, 0.85);
}
.item_product_main form .product-action .product_overlay_action {
    content: "";
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.item_product_main form .product-action .group_action {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.item_product_main form .product-action .group_action .btn-views {
    width: 30px;
    line-height: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    padding: 0 5px;
    box-shadow: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: transparent;
}
.item_product_main form .product-action .group_action .btn-views .add_img {
    padding: 0px;
    margin-bottom: 4px;
}
.item_product_main form .product-action .group_action .btn-views .view_img {
    margin-bottom: 3px;
}
.item_product_main form .product-action .group_action .btn-views:hover {
    background-color: #fff;
    border-radius: 50%;
}
.item_product_main .product-info {
    margin: 5px 0 5px;
    position: relative;
}
.item_product_main .product-info h3 {
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    text-overflow: ellipsis;
    color: #333e44;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    line-height: 22px;
    text-transform: capitalize;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}
@media (max-width: 1199px) {
    .item_product_main .product-info h3 {
        font-size: 14px;
    }
}
.item_product_main .product-info h3:hover {
    color: #01567f;
}
.item_product_main .product-info h3 a {
    color: #333e44;
}
.item_product_main .product-info h3 a:hover {
    color: #01567f;
}
.item_product_main .product-info .price-box {
    color: #e8002d;
    line-height: 23px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    min-height: 25px;
}
@media (max-width: 768px) {
    .item_product_main .product-info .price-box {
        font-size: 14px;
    }
}
.item_product_main .product-info .price-box .price {
    padding-right: 5px;
}
.item_product_main .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 24px;
    font-weight: 300;
}
.item_product_main .product-info .productcount {
    width: 120px;
    margin-top: 0px;
    min-height: 20px;
    display: inline-block;
    float: right;
}
@media (max-width: 768px) {
    .item_product_main .product-info .productcount {
        width: 120px;
    }
}
@media (max-width: 350px) {
    .item_product_main .product-info .productcount {
        width: 100%;
    }
}
.item_product_main .product-info .productcount .countitem {
    width: 100%;
    height: 16px;
    border-radius: 7px;
    position: relative;
    background: #01567f;
    z-index: 1;
    margin-top: 5px;
}
.item_product_main .product-info .productcount .countitem.visible {
    background: #8db5dd;
}
.item_product_main .product-info .productcount .countitem .countdown {
    position: absolute;
    height: 16px;
    border-radius: 7px;
    background: #01567f;
    z-index: 2;
    left: 0;
    top: 0;
}
.item_product_main .product-info .productcount .countitem .countdown span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 100%;
    top: -10px;
}
.item_product_main .product-info .productcount .countitem.sold-out .countdown {
    background: #ddd;
}
.item_product_main .product-info .productcount span {
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    color: #fff;
    line-height: 14px;
    left: 50%;
    font-weight: 400;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
}
@media (max-width: 767px) {
    .item_product_main .product-info .productcount span {
        line-height: 16px;
    }
}
@media (min-width: 1200px) {
    .item_product_main:hover .product-thumbnail .product_overlay {
        opacity: 0.5;
    }
    .item_product_main:hover .product-thumbnail .xem_nhanh {
        opacity: 1;
    }
    .item_product_main:hover .product-thumbnail .image_thumb:before {
        opacity: 1;
        z-index: 9;
    }
    .item_product_main:hover .product-action {
        opacity: 1;
    }
}
.content-page {
    min-height: 400px;
}
.content-page ul,
.content-page ol {
    padding-left: 20px;
}
.wd-icon:before {
    content: "\f180";
}
.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    right: 20px;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 99999;
    position: fixed;
    right: auto;
    overflow: hidden;
}
@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 290px;
    }
    .jas-sale-pop .jas-sale-pop-content {
        overflow: hidden;
        max-width: 180px;
    }
}
.jas-sale-pop a img {
    max-width: 65px;
}
@media (max-width: 321px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 220px;
    }
    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px;
    }
}
.jas-sale-pop .mr__20 {
    margin-right: 10px;
}
.jas-sale-pop h4 {
    color: #222;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.jas-sale-pop h3 {
    margin: 0;
    font-size: 14px;
    max-width: 255px;
    line-height: 20px;
    text-transform: capitalize;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jas-sale-pop h3 a {
    color: #222;
    margin: 0;
    font-size: 14px;
}
.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 12px;
}
.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 5px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(https://img.htvietnam.vn/layouts/layout196/svg/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.jas-sale-pop.slideUp {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jas-sale-pop.flex {
    z-index: 1024;
    top: auto !important;
}
.search-mobile .search-suggest {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
}
.search-mobile .search-suggest.open {
    display: inline-block;
}
.search-mobile .search-suggest .search-title {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    padding-left: 20px;
    position: relative;
}
.search-mobile .search-suggest .search-title i {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.search-mobile .search-suggest .search-title i svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inherit;
}
.search-mobile .search-suggest .search-title i svg path {
    fill: #808080 !important;
}
.search-mobile .search-suggest .search-list {
    display: inline-block;
    width: 100%;
    float: left;
}
.search-mobile .search-suggest .search-list .search-item {
    display: inline-block;
    padding: 3px 5px;
    line-height: normal;
    background: #f5f5f5;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
}
@media (max-width: 480px) {
    .search-mobile .search-suggest .search-list .search-item {
        font-size: 13px;
    }
}
.search-mobile .search-suggest .search-list .search-item:hover {
    background: #e6e6e6;
}
.list-search .product-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%;
}
.list-search .product-smart:first-child {
    margin-top: 5px;
}
.list-search .product-smart:last-child {
    border-bottom: none;
}
.list-search .product-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 100%;
    width: 60px;
}
.list-search .product-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 60px);
    -o-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
    padding-left: 10px;
}
.list-search .product-smart .product-info {
    margin: 5px 0 5px;
    position: relative;
}
.list-search .product-smart .product-info h3 {
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    text-overflow: ellipsis;
    color: #333e44;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    line-height: 22px;
    text-transform: capitalize;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}
@media (max-width: 1199px) {
    .list-search .product-smart .product-info h3 {
        font-size: 14px;
    }
}
.list-search .product-smart .product-info h3:hover {
    color: #01567f;
}
.list-search .product-smart .product-info h3 a {
    color: #333e44;
}
.list-search .product-smart .product-info h3 a:hover {
    color: #01567f;
}
.list-search .product-smart .product-info .price-box {
    color: #01567f;
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.list-search .product-smart .product-info .price-box .price {
    padding-right: 5px;
}
.list-search .product-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 24px;
    font-weight: 300;
}
.list-search .see-all-search {
    display: block;
    position: relative;
    padding: 5px 0px;
    height: 20px;
    line-height: 11px;
    margin-top: -5px;
    text-align: center;
}
.box-hearder {
    position: relative;
}
.popup-ngonngu {
    position: fixed;
    right: 0px;
    top: 20% !important;
    z-index: 9
}

.popup-ngonngu .icon {
    width: 40px;
    height: 40px;
    background: #01567f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px
}

.popup-ngonngu .icon path {
    fill: #fff
}

.popup-ngonngu .language {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    padding: 5px
}

.popup-ngonngu .language li {
    margin-bottom: 5px
}

.popup-ngonngu .language a {
    display: flex;
    align-items: center
}

.popup-ngonngu .language a img {
    margin-right: 2px
}

.popup-ngonngu:hover .language {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

