/* @font-face {
    font-family: "magictoolbox-thin";
    font-weight: normal;
    font-style: normal;
    src: url("../../ripple/webfonts/magictoolbox-thin.eot");
    src:
        url("../../ripple/webfonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"),
        url("../../ripple/webfonts/magictoolbox-thin.woff") format("woff"),
        url("../../ripple/webfonts/magictoolbox-thin.ttf") format("truetype"),
        url("../../ripple/webfonts/magictoolbox-thin.svg#magictoolbox-thin") format("svg");
} */

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

figure.mz-figure {
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 !important;
}

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}

.mz-zoom-window img {
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -ms-transform-origin: 50% 50% !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.mz-hidden {
    opacity: 0;
}

.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-figure.mz-active {
    background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mz-zoom-window.mz-magnifier {
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: transparent;
    z-index: 1;
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition:
        opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),
        -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition:
        opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),
        transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
    transition-duration: 0.25s, 0.25s, 0.25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}

.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform 0.22s
        cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}

.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, 0.7);
    font:
        normal 12px/1.2em "Lucida Grande",
        "Lucida Sans Unicode",
        Verdana,
        "Helvetica Neue",
        Arial,
        Helvetica,
        sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition:
        opacity 0.25s ease,
        z-index 0.25s ease;
    transition:
        opacity 0.25s ease,
        z-index 0.25s ease;
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, 0.7);
    border-radius: 2em;
    padding: 0.7em 1.1em;
}

.mz-hint-message:before {
    content: "\02295";
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mobile-magic .mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}

.mobile-magic .mz-expand .mz-hint-message:before {
    display: none;
}

.mobile-magic .mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mz-loading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.mz-loading.shown:after {
    -webkit-animation: spin-loading 0.9s infinite linear;
    animation: spin-loading 0.9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: 0.7em 1.1em;
    width: auto;
    height: auto;
}

.lt-ie10-magic .mz-loading:after {
    content: "Loading...";
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D',EndColorStr='#7c31333D');
}

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}

.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
}

.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
    transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
    perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mz-expand .mz-expand-bg > img {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: 0.6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
    background-color: #fff;
}

.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}

.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}

.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-expand
    .mz-expand-stage.mz-zoom-in.mz-always-zoom
    .mz-image-stage
    > figure
    > figure
    > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font:
        normal 10pt/1em "Lucida Grande",
        "Lucida Sans Unicode",
        Verdana,
        "Helvetica Neue",
        Arial,
        Helvetica,
        sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}

.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 "magictoolbox-thin" !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, 0.75) !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition:
        color 0.25s,
        border-color 0.25s,
        -webkit-transform 0.25s !important;
    transition:
        color 0.25s,
        border-color 0.25s,
        transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, 0.6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform 0.1s !important;
    transition: transform 0.1s !important;
}

.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, 0.6) !important;
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
}

button.mz-button.mz-button-close:before {
    content: "\a001";
}

button.mz-button.mz-button-prev:before {
    content: "\a002";
}

button.mz-button.mz-button-next:before {
    content: "\a003";
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        background: rgba(255, 255, 255, 0.12) !important;
        border-color: rgba(180, 180, 180, 0.3) !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

.mz-thumb,
.mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mz-thumb img {
    border: 0px solid #ccc;
    box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
}

.mz-thumb-selected img {
}

.mz-thumb-selected img {
    border: 0px solid #d90 !important;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    border: 0px solid #d90 !important;
}

.no-cssfilters-magic .mz-thumb {
    background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-thumb-selected img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}

.no-cssfilters-magic
    .mz-expand-thumbnails
    .magic-thumb:hover:not(.magic-thumb-selected)
    img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}

.magic-thumbs ul li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}

.magic-thumbs-vertical {
    padding: 30px 0;
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}

.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100%;
    max-height: none;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

.magic-thumbs .magic-thumbs-button {
    cursor: pointer;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-align: center;
    color: #bbb;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002";
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003";
}

.magic-thumbs-button:before {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0.6;
}

.magic-thumbs .magic-thumbs-button:hover:before {
    opacity: 1;
}

.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

.white-popup {
}

.mfp-zoom-in {
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper {
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal {
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top {
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold {
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out {
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* 
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("webfonts/slick.eot");
    src:
        url("webfonts/slick.eot?#iefix") format("embedded-opentype"),
        url("webfonts/slick.woff") format("woff"),
        url("webfonts/slick.ttf") format("truetype"),
        url("webfonts/slick.svg#slick") format("svg");
} */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition:
        opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition:
        opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right))
            max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
/* 
@font-face {
    font-family: "FontAwesome";
    src: url("../../ripple/webfonts/fontawesome-webfont.eot?v=4.6.3");
    src:
        url("../../ripple/webfonts/fontawesome-webfont.eot?#iefix&v=4.6.3")
            format("embedded-opentype"),
        url("../../ripple/webfonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
        url("../../ripple/webfonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
        url("../../ripple/webfonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
        url("../../ripple/webfonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-search:before {
    content: "\f002";
}

.fa-phone:before {
    content: "\f095";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-user:before {
    content: "\f007";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --font-size: 14px;
    --color-key: #fed700;
    --color-title-product: #dc3545;
    --color-price-product: #333333;
}
/* 
@font-face {
    font-family: "RobotoBold";
    src: url("../webfonts/RobotoBold.eot");
    src:
        url("../webfonts/RobotoBold.eot") format("embedded-opentype"),
        url("../webfonts/RobotoBold.woff2") format("woff2"),
        url("../webfonts/RobotoBold.woff") format("woff"),
        url("../webfonts/RobotoBold.ttf") format("truetype"),
        url("../webfonts/RobotoBold.svg#RobotoBold") format("svg");
}

@font-face {
    font-family: "rbr";
    src:
        url("../webfonts/roboto-regular-webfont.woff2") format("woff2"),
        url("../webfonts/roboto-regular-webfont.woff") format("woff"),
        url("../webfonts/roboto-regular-webfont.svg#robotoregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_semi";
    src:
        url("../webfonts/opensans-semibold-webfont.woff2") format("woff2"),
        url("../webfonts/opensans-semibold-webfont.woff") format("woff"),
        url("../webfonts/opensans-semibold-webfont.svg#open_sanssemibold")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotolight";
    src:
        url("webfonts/roboto-light-webfont.woff2") format("woff2"),
        url("webfonts/roboto-light-webfont.woff") format("woff"),
        url("webfonts/roboto-light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_rr";
    src:
        url("webfonts/opensans-regular-webfont.woff2") format("woff2"),
        url("webfonts/opensans-regular-webfont.woff") format("woff"),
        url("webfonts/opensans-regular-webfont.svg#open_sansregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "open_light";
    src:
        url("../webfonts/opensans-light-webfont.woff2") format("woff2"),
        url("../webfonts/opensans-light-webfont.woff") format("woff"),
        url("../webfonts/opensans-light-webfont.svg#open_sanslight")
            format("svg");
    font-weight: normal;
    font-style: normal;
} */

body {
    font-family: "Roboto", "Arial", cursive !important;
    font-weight: 400;
    overflow-x: hidden;
    font-size: var(--font-size);
    transition: all 0.5s ease;
}

body * {
    font-family: "Roboto", "Arial", cursive;
}

button,
input,
select,
textarea,
a {
    outline: none;
}

ul,
ol {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

h1.hidden-h1 {
    font-size: 0px;
    visibility: hidden;
    overflow: hidden;
    text-indent: -9999999999px;
}

#slider {
}

.hidden-micro {
    font-size: 0px;
    visibility: hidden;
    overflow: hidden;
    text-indent: -9999999999px;
    width: 0px;
    height: 0px;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    top: 100000000px;
    position: fixed;
}

.clear {
    clear: both;
}

.container {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0px 15px;
}

#slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.over-l {
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
}

.avall {
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.avall img {
    width: 100%;
    position: relative;
    transition: all 0.6s;
}

.avall:hover img {
    transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}

.avl1 {
    width: 100%;
    float: left;
}

.avl2 {
    width: calc(60% - 10px);
    float: right;
    margin-bottom: 10px;
}

.avl3 {
    width: calc(30% - 10px);
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.div_avd {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
    color: #fff;
    font-family: open_light;
    width: 80%;
    margin: auto;
    height: 65%;
}

.div_avd1 {
    width: 65%;
    height: 30%;
}

.h3d {
    font-size: 32px;
    font-family: open_rr;
    text-transform: uppercase;
    text-align: center;
}

.h3d span {
    display: block;
    height: 2px;
    width: 65px;
    background: #fff;
    margin: 5px auto;
    margin-bottom: 10px;
}

.ngonngu_mobile {
    display: none;
}

.a3d {
    color: #fff;
    display: block;
    font-family: open_rr;
    border: 1px solid #fff;
    width: 110px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 13px;
    margin: 15px auto;
}

.a3d:hover {
    color: #ff0;
    border-color: #ff0;
}

.title-sp {
    margin-top: 25px;
    margin-bottom: 10px;
}

.title-sp a {
}

.title-sp a:hover {
    color: #74993c;
}

.title-sp h3 {
    font-size: 30px;
    font-family: open_rr;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
}

.title-sp h3 a {
    color: #000;
}

.title-sp h4 a {
    color: #777;
}

.title-sp h3 span {
    padding-left: 12px;
    padding-right: 10px;
    font-size: 38px;
    font-weight: normal;
    color: #555;
}

.title-sp h4 {
    display: inline-block;
    font-family: open_rr;
    text-transform: uppercase;
    font-size: 20px;
    color: #777;
}

.row {
    margin: 0px -15px;
}

.item {
    padding: 0px 15px;
}

.row1 {
    margin: 0px -5px;
}

.item1 {
    padding: 0px 5px;
}

.col-1 {
    width: calc(100% / 12 * 1);
}

.col-2 {
    width: calc(100% / 12 * 2);
}

.col-3 {
    width: calc(100% / 12 * 3);
}

.col-4 {
    width: calc(100% / 12 * 4);
}

.col-5 {
    width: calc(100% / 12 * 5);
}

.col-6 {
    width: calc(100% / 12 * 6);
}

.col-7 {
    width: calc(100% / 12 * 7);
}

.col-8 {
    width: calc(100% / 12 * 8);
}

.col-9 {
    width: calc(100% / 12 * 9);
}

.col-10 {
    width: calc(100% / 12 * 10);
}

.col-11 {
    width: calc(100% / 12 * 11);
}

.col-12 {
    width: calc(100% / 12 * 12);
}

.col--1 {
    width: calc(100% / 1);
}

.col--2 {
    width: calc(100% / 2);
}

.col--3 {
    width: calc(100% / 3);
}

.col--4 {
    width: calc(100% / 4);
}

.col--5 {
    width: calc(100% / 5);
}

.col--6 {
    width: calc(100% / 6);
}

.col--7 {
    width: calc(100% / 7);
}

.col--8 {
    width: calc(100% / 8);
}

.col--9 {
    width: calc(100% / 9);
}

.col--10 {
    width: calc(100% / 10);
}

.col--11 {
    width: calc(100% / 11);
}

.col--12 {
    width: calc(100% / 12);
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.w-100 {
    width: 100%;
}

.w-100-i {
    width: 100% !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.img-block {
    max-width: 100%;
    display: block;
}

.post-inner .post-img:hover img {
    transform: translateX(1px) rotate(1deg) translateY(1px) scale(1.2);
}

.img-block-auto {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 0.6s;
}

.section {
    background: #fff;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.backtop {
    position: fixed;
    bottom: -50px;
    z-index: 99;
    top: auto;
    right: 15px;
    width: 50px;
    height: 50px;
    opacity: 0;
    line-height: 60px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: #434343;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;
}

.backtop.show {
    bottom: 60px;
    opacity: 1 !important;
    display: block !important;
    box-shadow: 0px 1px 1px 0px #b4b4b4;
}

.backtop .fa {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

#wrap-page {
    padding: 0px;
}

.title-section-module {
    width: 100%;
    text-align: center;
}

.title-section-module h2 {
    display: inline-block;
    position: relative;
    padding: 8px 20px 9px;
    font-size: 17px;
    color: #282828;
    text-transform: uppercase;
    background: var(--color-key);
    top: -19px;
    font-weight: 700;
}

.title-section-module h2 a {
    color: #282828;
}

.title-section-module h2:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: var(--color-key);
    border-width: 18px;
    margin-top: -18px;
}

.title-section-module h2:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: var(--color-key);
    border-width: 18px;
    margin-top: -18px;
}

.title-section-module.bg-white {
    background: #fff;
}

.title-section-module nav {
    padding: 0px 10px;
}

.title-section-module nav a {
    color: #333;
    margin-left: 15px;
}

.wrap-bg-in {
    width: 100%;
    padding: 15px 0px;
}

.wrap-in-border {
    width: 100%;
    background: #fff;
    border: 1px solid var(--color-key);
}

#title-breadcrumbs {
}

#content-page {
}

#breadcrumb {
    padding: 10px 0px;
    list-style: none;
}

#breadcrumb li {
    display: inline;
    font-size: 14px;
}

#breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

#full-page {
    padding: 50px 0;
}

#breadcrumb li a {
    color: #333;
    text-decoration: none;
}

#breadcrumb li a:hover {
    color: #01447e;
}

.head-title h1{
    color: #354e24;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}

.head-title h1:after,
.head-title h1:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 2px;
    background: #354e24;
}

.head-title h1:after {
    width: 40%;
    bottom: 8px;
}

.head-title h1:before {
    width: 65%;
    bottom: 12px;
}

h1.title-page {
    color: #333;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}

#menu {
    background: var(--color-key);
}

#menu .item-big {
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

#menu #menu-box .nav-item {
    display: inline-block;
    position: relative;
}

#menu #menu-box .nav-item > a {
    display: block;
    text-align: left;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#menu #menu-box .nav-item > .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

#menu #menu-box .nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
}

#menu #menu-box .nav-item.has-mega {
    position: static !important;
}

#menu #menu-box .mega-content {
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin: 0;
    padding: 15px 15px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    width: 100%;
    border: none;
    text-align: left;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
}

#menu #menu-box .nav-item:hover > .mega-content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
}

#menu #menu-box .nav-item:hover > .mega-content {
    display: block;
}

#menu #menu-box .mega-content .parent {
    width: calc(100% / 5);
    padding: 0px 5px;
}

#menu #menu-box .mega-content .parent h4 a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    color: #333;
    padding: 3px 0px 5px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}

#menu #menu-box .mega-content .parent h4 a:hover,
#menu #menu-box .mega-content .level1 .level2 a:hover,
#menu #menu-box .nav-item > ul > li > a:hover,
#menu #menu-box .nav-item > ul > li > ul > li > a:hover {
    color: #ff0000;
}

#menu #menu-box .mega-content .level1 .level2 a {
    font-size: 13px;
    color: #333;
    padding: 5px 0px;
    display: block;
}

#menu #menu-box .nav-item > ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #282828;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

#menu #menu-box .nav-item > ul li:last-child > a {
    border-bottom: 0;
}

#menu #menu-box .nav-item > ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
    line-height: 38px;
}

#menu #menu-box .nav-item > ul li {
    padding: 0px 10px;
}

#menu #menu-box .nav-item li {
    position: relative;
}

#menu #menu-box .nav-item > ul li ul {
    display: none;
    left: 200px;
    top: 0px;
}

#menu #menu-box .nav-item > ul li:hover > ul {
    display: block;
    position: absolute;
    width: 200px;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
}

#sort-by {
    text-align: left;
    width: 200px;
}

#sort-by label {
    font-family: "Arial";
    font-weight: 400;
    line-height: 33px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #222;
    display: inline-block;
}

#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 3px;
    position: relative;
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    width: 180px;
    right: 0;
    top: 100%;
    z-index: 10000;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    background: #fff;
    padding-left: 0px !important;
}

#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 5px 10px;
    line-height: 20px;
}

#sort-by li > a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    transition: all 0s ease-in-out;
}

#sort-by a:link,
#sort-by a:visited {
    color: #333;
    text-decoration: none;
}

#sort-by li:hover > ul {
    visibility: visible;
}

.div_cr {
    text-align: center;
    margin-top: 10px;
}

.item-product-main {
    width: 100%;
    margin-bottom: 30px;
    font-family: open_rr;
}

.itemcustome {
    border: none;
    border-right: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
}

.itemcustome.none-border {
    border: dashed 0px #ebebeb;
}

.product-view .col--5:nth-child(5n) .itemcustome {
    border-right: solid 1px #fff;
}

.product-view.product-border .col--5 .itemcustome {
    border-bottom: 1px solid#ebebeb;
    margin-top: -1px;
}

.product-view.product-border .col--5:nth-child(5n) .itemcustome {
    border-right: solid 1px #ebebeb;
}

.product-view.product-border .col--5:nth-child(5n + 1) .itemcustome {
    border-left: solid 1px #ebebeb;
}

.item-product-main .product-item-main {
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    text-align: center;
}

.item-product-main .product-item-main .product-thumbnail {
    position: relative;
    overflow: hidden;
}

.item-product-main .product-item-main .product-thumbnail .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9;
}

.item-product-main .product-item-main .product-thumbnail .action .btn-views {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
    color: #303f39;
    border-radius: 5px;
    z-index: 6;
    display: block !important;
    opacity: 0;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: all 0.6s;
    cursor: pointer;
}

.item-product-main
    .product-item-main
    .product-thumbnail
    .action
    .btn-views:hover {
    background: #005d14;
    border-color: #005d14;
    color: #fff;
}

.item-product-main .product-item-main:hover .btn-views {
    webkit-animation: hover-imagecategory 0.6s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -moz-animation: hover-imagecategory 0.6s
        cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        1;
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    display: block !important;
    opacity: 1 !important;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb {
    justify-content: center;
    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;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    transition: all 0.5s linear;
}

.item-product-main
    .product-item-main
    .product-thumbnail
    .image_thumb:hover
    img {
    transform: scale(1.05);
    transition: all 0.5s linear;
    filter: brightness(0.8);
}

.item-product-main .product-item-main .product-bottom {
    padding: 0;
    padding: 10px 10px 10px;
    position: relative;
    padding-bottom: 20px;
}

img {
    max-width: 100%;
}

.item-product-main .product-item-main .product-bottom .product-name {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px 10px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 20px;
}

.item-product-main .product-item-main .product-desc a {
    color: #000;
}

.item-product-main .product-item-main .product-desc a:hover {
    color: #f00;
}

.item-product-main .product-item-main .product-bottom .product-name a {
    color: #282828;
    text-decoration: none;
    font-size: 14px;
    font-family: open_semi;
    text-transform: uppercase;
}

.item-product-main .product-item-main .product-bottom .product-name a:hover {
    color: #f00;
}

.item-product-main .product-item-main .product-bottom .block-width-min-height {
    padding: 10px 10px 0px;
    border-top: solid 1px #ebebeb;
    min-height: 45px;
    position: relative;
    border-top: dashed 1px #ebebeb;
}

.item-product-main .product-item-main .product-bottom .blockprice {
    width: 70%;
    text-align: left;
}

.item-product-main .product-item-main .product-bottom span {
    display: block;
}

.item-product-main .product-item-main .product-bottom .compare-price {
    line-height: 16px;
    font-weight: 300;
    color: #282828;
    text-decoration: line-through;
    display: inline-block;
    font-size: 13px;
}

.item-product-main .product-item-main .product-bottom .product-price {
    color: #c50000;
    font-family: robotobold;
    line-height: 15px;
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.item-product-main .product-item-main .product-desc {
}

.item-product-main .product-item-main .product-bottom .a_url {
    display: block;
    width: calc(100% - 70%);
    -webkit-width: calc(100% - 70%);
    -moz-width: calc(100% - 70%);
    -o-width: calc(100% - 70%);
    -os-width: calc(100% - 70%);
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: var(--color-key);
    padding: 3px 3px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.item-product-main label.discount {
    display: inline-block;
    position: absolute;
    top: 187px;
    left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    padding: 0 5px;
    height: 18px;
    background-image: linear-gradient(-90deg, #229a3c 0%, #147b2a 100%);
    border-radius: 10px;
    padding: 0px 10px 2px 0;
}

.item-product-main label.discount:before {
    content: " ";
    display: inline-block;
    background: url("images/icon-dis.png") no-repeat center;
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.item-product-main
    .product-item-main
    .product-bottom
    .block-width-min-height:after {
    content: "";
    width: 10px;
    height: 18px;
    background: #ffffff;
    position: absolute;
    top: -9px;
    right: -2px;
    bottom: auto;
    border-radius: 18px 0 0 18px;
    border-top: solid #ececec 2px;
    border-left: solid #ececec 1px;
}

.item-product-main
    .product-item-main
    .product-bottom
    .block-width-min-height:before {
    content: "";
    width: 10px;
    height: 18px;
    background: #ffffff;
    position: absolute;
    top: -9px;
    left: -2px;
    border-radius: 0 18px 18px 0;
    border-top: solid #ececec 2px;
    border-right: solid #ececec 1px;
}

@media screen and (max-width: 1200px) {
    #menu-one .wrap-menu .logo {
        padding-left: 15px;
    }

    #menu-one .search-bar {
        margin-left: 0 !important;
    }

    .pvp {
        max-width: 570px !important;
    }

    .cskh {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .cskh_in {
        display: none;
    }

    .cskh {
        width: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .product-view .col--5 {
        width: calc(100% / 3);
    }

    #menu-one .search-bar {
        width: 400px !important;
    }

    .pvp {
        text-align: left !important;
    }

    .product-view.product-border .col--5:nth-child(3n + 1) .itemcustome {
        border-left: solid 1px #ebebeb;
    }

    .h3d {
        font-size: 24px;
    }

    .a3d {
        font-size: 11px;
        line-height: 30px;
        width: 100px;
    }
}

@media screen and (max-width: 599px) {
    .product-view .col--5 {
        width: calc(100% / 2);
    }

    .product-view.product-border .col--5:nth-child(3n + 1) .itemcustome {
        border-left: solid 0px #ebebeb;
    }

    .product-view.product-border .col--5:nth-child(2n + 1) .itemcustome {
        border-left: solid 1px #ebebeb;
    }
}

.owl-carousel.in-product .owl-nav .owl-prev,
.owl-carousel.in-product .owl-nav .owl-next {
    top: 50%;
    border: none;
    position: absolute;
    text-decoration: none;
    width: 36px;
    height: 36px;
    margin-top: -15px;
    padding: 0;
    background: transparent;
    outline: none;
    border-radius: 0;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0;
}

.owl-carousel.in-product .owl-nav .owl-prev {
    left: 10px;
}

.owl-carousel.in-product .owl-nav .owl-next {
    right: 10px !important;
}

.owl-carousel.in-product .owl-nav .owl-next {
    left: auto;
}

.owl-carousel.in-product .owl-nav .owl-next,
.owl-carousel.in-product .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: transparent;
    background: transparent;
    border-radius: 50%;
    top: 50%;
    font-size: 40px;
    color: #333030;
    margin-top: -40px;
    transform: scale(0);
    transition: all 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel.in-product .owl-nav .owl-next span,
.owl-carousel.in-product .owl-nav .owl-prev span {
    display: block;
    margin-top: -10px;
    font-weight: bold;
}

.owl-carousel.in-product:hover .owl-nav .owl-next,
.owl-carousel.in-product:hover .owl-nav .owl-prev {
    background: var(--color-key);
    color: #333;
    transform: scale(1);
}

.wrap-destitle {
    padding: 40px 40px 0 40px;
}

.wrap-destitle p {
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 25px;
    margin-bottom: 20px;
}

.wrap-destitle .more {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #282828;
    position: relative;
    text-transform: uppercase;
}

a.button_more {
    display: inline-block;
    background: var(--color-key);
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .product-cate .item {
        width: 100% !important;
    }

    .menu-mobile {
        display: block !important;
    }

    nav.mvhk {
        display: none !important;
    }

    .product-cate .item.order-1 {
        order: 0 !important;
    }

    .avl1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .avl2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .avl3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-cate .item .img-block {
        width: 100%;
    }

    #menu-one .wrap-menu .logo {
        width: 135px !important;
        margin-right: 15px;
    }

    .pvp {
        font-size: 11px !important;
    }

    .cskh {
        display: none;
    }

    #menu-one .search-bar {
        width: 100% !important;
    }

    .dbn_r {
        float: right;
        width: calc(100% - 115px) !important;
    }

    .content-adv .col-5 {
        width: 100%;
    }

    .content-adv .col-7 {
        width: 100%;
    }
}

#detail-product {
    width: 100%;
    position: relative;
}

#detail-product .img-top img {
    max-width: 100%;
    display: block;
}

#detail-product .img-bottom {
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    width: 80%;
    margin: auto;
}

#detail-product .img-bottom .img {
    padding: 0px 5px;
}

#detail-product .img-bottom .img img {
    border: 1px solid #e5e5e5;
    padding: 3px;
    max-width: 100%;
    display: block;
}

#detail-product .img-bottom .img .mz-thumb-selected img {
    border: 1px solid var(--color-key) !important;
}

#detail-product .img-bottom .img .mz-thumb:hover img {
    border: 1px solid var(--color-key) !important;
}

#detail-product .img-bottom .owl-prev,
#detail-product .img-bottom .owl-next {
    position: absolute;
    font-size: 30px;
    top: 50%;
    margin-top: -20px;
}

#detail-product .img-bottom .owl-prev {
    left: -20px;
}

#detail-product .img-bottom .owl-next {
    right: -20px;
}

#detail-product .header {
    font-size: 20px;
    margin-bottom: 10px;
}

#detail-product .header h3 {
    color: #545452;
}

#detail-product .quickview-info {
    margin-bottom: 10px;
}

#detail-product .quickview-info .status-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#detail-product .quickview-info .status-page .status {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

#detail-product .quickview-info .status-page .status .status-class {
    color: #ff0000;
}

#detail-product .quickview-info .status-page .status:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ccc;
}

#detail-product .quickview-info .reviews {
    margin-bottom: 10px;
}

#detail-product .quickview-info .reviews span {
    color: #ffe20f;
}

#detail-product .quickview-info .prices {
    margin-bottom: 10px;
}

#detail-product .quickview-info .prices .price {
    font-size: 25px;
    color: #ff0000;
    margin-right: 10px;
}

#detail-product .quickview-info .prices .product-price-save {
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

#detail-product .quickview-info .prices .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #acacac;
}

#detail-product .product-description {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}

#detail-product .product-description a {
    font-size: 14px;
    color: var(--color-key);
    font-weight: 400;
    font-style: italic;
}

#detail-product .qty-ant {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#detail-product .qty-ant label {
    width: 100px;
    line-height: 35px;
}

#detail-product .qty-ant .custom {
    width: auto;
    border: 1px solid #ccc;
}

#detail-product .qty-ant .custom .btn-cts {
    font-size: 20px;
    line-height: 0px;
    border: none;
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    border-radius: 0;
    cursor: pointer;
}

#detail-product .qty-ant .custom .qty {
    height: 35px;
    font-size: 1em;
    margin: 0;
    width: 35px;
    padding: 0 2px;
    text-align: center;
    background: #fff;
    min-height: unset;
    display: block;
    float: left;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}

#detail-product .btn-mua .buy,
#detail-product .btn-mua .buypayment {
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    padding: 15px 30px;
    width: auto;
    border: none;
    cursor: pointer;
}

#detail-product .btn-mua .buy {
    background-color: #147629;
}

#detail-product .btn-mua .buypayment:hover {
    background-color: #f00;
}

#detail-product .btn-mua .buypayment {
    background-color: #0b8926;
}

#detail-product .btn-mua .buy:hover {
    background-color: #f00;
}

#detail-product .btn-mua .buy .txt-main,
#detail-product .btn-mua .buypayment .txt-main {
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 500;
    display: block;
    width: 100%;
}

#detail-product .btn-mua .buy .text-add,
#detail-product .btn-mua .buypayment .text-add {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    display: block;
    width: 100%;
}

#detail-product .element {
    margin-bottom: 10px;
}

#detail-product .element .head {
    margin: 0px 0px 10px;
    text-align: left;
    min-width: 100px;
    font-weight: 400;
    font-size: 14px;
}

#detail-product .element .cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#detail-product .element .cont .el {
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

#detail-product .element .cont .el label {
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    padding: 0 5px;
    border: #d7d7d7 1px solid;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    display: inline-block;
    font-weight: normal;
    background-color: unset !important;
    text-transform: uppercase;
}

#detail-product .element .cont .el input:checked + label {
    color: var(--color-key);
    border: 1px solid var(--color-key);
}

#detail-product .element .cont .el input[type="checkbox"],
#detail-product .element .cont .el input[type="radio"] {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
    left: 0px;
    cursor: pointer;
}

#detail-product .hotline-product {
    font-size: 15px;
}

#detail-product .hotline-product a {
    color: #74993c;
    font-weight: 700;
    font-size: 20px;
}

#detail-product .product-tab ul.tabs {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 25px;
    justify-content: flex-start;
}

#detail-product .product-tab .tabs-title li {
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f33;
    display: block;
    padding: 15px 0px;
    position: relative;
    letter-spacing: 1.5px;
    cursor: pointer;
    margin: 0px 10px 0px 0px;
}

#detail-product .product-tab .tabs-title li:hover:after,
#detail-product .product-tab .tabs-title li.current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #1c1c1c;
    width: 100%;
    left: 0;
}

#detail-product .product-tab .tabs-title li:hover,
#detail-product .product-tab .tabs-title li.current {
    color: #1c1c1c;
}

#detail-product .product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#detail-product .product-tab .tab-content.current {
    min-height: 1px;
}

#detail-product .product-tab .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.detail-set {
    line-height: 22px;
}

.detail-set p,
.detail-set h1,
.detail-set h2,
.detail-set h3,
.detail-set h4,
.detail-set h5,
.detail-set h6 {
    margin-bottom: 10px;
}

.detail-set img {
    max-width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 991px) {
    #detail-product #content .col-3 {
        display: none;
    }

    .product-view .col--4 {
        width: calc(100% / 3);
    }

    #detail-product #content .col-4 {
        width: calc(100% / 12 * 5);
    }

    #detail-product #content .col-5 {
        width: calc(100% / 12 * 7);
    }

    .product-content .col-8 {
        width: calc(100%);
    }

    .product-content .col-4 {
        width: calc(100%);
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    #detail-product #content .col-4 {
        width: calc(100%);
    }

    .title-sp a {
    }

    #detail-product #content .col-5 {
        width: calc(100%);
        margin-top: 20px;
    }

    .product-view .col--4 {
        width: calc(100% / 2);
    }

    .title-sp h3 span {
        font-size: 25px;
    }

    .title-sp {
        margin-top: 0 !important;
    }

    .cxyc {
        margin-top: 30px !important;
    }

    .adv-one .col--2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .title-sp h3 {
        height: 45px;
        font-size: 18px;
        line-height: 45px;
    }

    .title-sp h4 {
        font-size: 16px;
    }

    .item-product-main .product-item-main .product-bottom .compare-price {
        font-size: 12px;
    }

    .item-product-main .product-item-main .product-bottom .product-price {
        font-size: 14px;
    }

    .item-product-main .product-item-main .product-bottom .product-name a {
        font-size: 14px;
    }

    .content-news {
        margin-bottom: 20px;
    }
}

.specifications .title-proper {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 48px;
}

.specifications table {
    width: 100%;
    border-collapse: collapse;
}

.specifications table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 5px;
    font-size: 13px;
}

.specifications table td:nth-child(1) {
    width: 140px;
}

.specifications table td[colspan] {
    background: #f0f0f0;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-cataproduct {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.menu-cataproduct li {
    width: calc(100% / 6);
    border: 1px solid #f0f0f0;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
}

.menu-cataproduct li.active,
.menu-cataproduct li:hover {
    border: 1px solid var(--color-key);
    position: relative;
    z-index: 1;
}

.menu-cataproduct li a {
    padding: 10px;
    color: #333;
    display: block;
    background: #fff;
}

.menu-cataproduct li.active a,
.menu-cataproduct li:hover a {
    color: var(--color-key);
}

@media screen and (max-width: 991px) {
    .menu-cataproduct li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 580px) {
    .menu-cataproduct li {
        width: calc(100% / 2);
    }
}

.post-inner .post-img {
    width: 100%;
    overflow: hidden;
}

.post-inner .post-content {
    padding: 20px 0px;
}

.post-inner .post-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-inner .post-content h3 a {
    font-size: 15px;
    color: #565656;
    font-weight: 700;
}

.post-inner .post-content h3 a.ht {
    text-transform: uppercase;
}

.post-inner .post-content .meta-article {
    font-size: 14px;
    color: #777;
    padding: 10px 0px;
    border-bottom: 1px dashed #e6e6e6;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-inner .post-content .meta-article i {
    color: #354e24;
}

.post-inner .post-content .meta-content {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.post-inner .post-content .nhk {
    font-family: robotolight;
    white-space: pre-line;
    line-height: 25px;
    margin-top: -20px;
}

.post-inner .post-content .meta-view {
    margin-top: 10px;
}

.post-inner .post-content .meta-view .view-more {
    color: #354e24;
    display: inline-block;
}

.post-inner .post-content h3 a:hover {
    color: #f00;
}

@media screen and (max-width: 1200px) {
    .dbn_r {
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .posts-body .col--3 {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 575px) {
    .posts-body .col--3 {
        width: calc(100% / 1);
    }

    .post-img .img-block-auto {
        width: 100% !important;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.title-vn {
    font-size: 20px;
    text-transform: uppercase;
    font-family: robotobold;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background: url(images/line.jpg) repeat-x bottom;
    position: relative;
    line-height: 30px;
    color: #17782c;
    padding-bottom: 10px;
}

.title-vn:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #17782c;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #129e30;
    border-color: #11b234;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.mfp-close {
    border-radius: 50%;
    top: -22px;
    right: -22px;
    background: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.mfp-close:active {
    top: -22px;
}

#contact-body h4.title {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #444;
}

#contact-body .box-frame-map {
    width: 100%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

#contact-body .box-frame-map iframe {
    width: 100% !important;
    height: 350px !important;
    display: block;
}

#contact-body .content-contact {
    padding: 25px 15px;
    background: rgba(0, 93, 20, 0.24);
    line-height: 22px;
}

#contact-body .content-contact p {
    margin-top: 7px;
    margin-bottom: 7px;
}

#contact-body .form-contact .input-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px #c9eee2 dashed;
    box-shadow: none;
    min-height: 42px;
    font-size: 14px;
    border-radius: 5px;
}

#contact-body .form-contact .input-control.error {
    border-color: #ff0000 !important;
}

#contact-body .form-contact .error {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    color: #ff0000;
}

#contact-body .form-contact textarea.input-control {
    height: 146px;
}

#contact-body .form-contact .button-control {
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #005d14;
    padding: 0px 15px;
    background: #005d14;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

#contact-body .form-contact .button-control:hover {
    background: #f00;
    border: 1px solid #f00;
}

@media screen and (max-width: 991px) {
    .contact-body .col-4 {
        width: 100%;
    }

    .contact-body .col-8 {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .form-contact .col-6 {
        width: calc(100%);
    }
}

.detail-box {
    line-height: 20px;
}

.detail-box p {
    margin-bottom: 10px;
}

.detail-box h1,
.detail-box h2,
.detail-box h3,
.detail-box h4,
.detail-box h5,
.detail-box h6 {
    margin-bottom: 10px;
}

.detail-box .meta-desc {
    font-weight: 700;
    margin-bottom: 20px;
}

.detail-box div,
.detail-box img {
    max-width: 100% !important;
    height: auto !important;
}

.page-scrol-social .detail-box {
    width: calc(100% - 60px - 300px);
    margin-left: 20px;
}

.page-scrol-social .detail-box.page {
    width: calc(100% - 60px);
    margin-left: 0px;
    margin-right: 20px;
}

.page-scrol-social .social {
    width: 40px;
}

.page-scrol-social .right-post-other {
    width: 280px;
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
    .page-scrol-social .right-post-other {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }

    .page-scrol-social .detail-box {
        width: calc(100% - 60px);
        margin-left: 20px;
    }
}

.desc-right .news-items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 9px;
}

.desc-right .news-items .article-image {
    width: 100px;
    margin-right: 10px;
}

.desc-right .news-items .article-image img {
    max-width: 100%;
    display: block;
}

.desc-right .news-items .article-desc {
    width: calc(100% - 110px);
}

.desc-right .news-items .article-desc h3 {
    font-size: 14px;
    display: block;
    max-height: 33px;
    overflow: hidden;
    font-weight: bold;
    line-height: 16px;
}

.desc-right .news-items .article-desc h3 a {
    color: #333;
    font-weight: 400;
}

.desc-right .news-items .article-desc p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    color: #777;
}

.sticky-new {
    position: sticky;
    top: 10px;
    background: #fff;
    z-index: 10;
}

.page-scrol-social .social ul {
    position: sticky;
    top: 70px;
}

.page-scrol-social .social li {
    margin-bottom: 5px;
}

.page-scrol-social .social button {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: #74993c;
    background: transparent;
    padding: 0;
}

.title-right {
    padding: 10px;
    background: #292929;
}

.title-right h5 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.other-post {
    border: 1px solid #e7e7e7;
}

.other-post li {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.other-post li:last-child {
    border-bottom: 0px solid #e7e7e7;
}

.other-post li a {
    color: #333;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: crimson;
    color: white;
}

.tag:hover::after {
    border-left-color: crimson;
}

@-webkit-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg)
            translateX(-100%);
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
    }
}

@-moz-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg)
            translateX(-100%);
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
    }
}

@-o-keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg)
            translateX(-100%);
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
    }
}

@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg)
            translateX(-100%);
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px);
    }
}

.content-detail-desc {
    color: #5e5f5f;
}

.content-detail-desc p {
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}

.menu-mobile {
    width: 60px;
    height: 58px;
    padding: 5px 10px;
    color: #fff;
    display: none;
    cursor: pointer;
    margin-right: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: robotobold;
}

.menu-mobile span {
    display: inline-block;
    width: 95%;
    height: 2px;
    margin: 16.5px 0px;
    background: #fff;
    position: relative;
    margin-top: 13px;
}

.menu-mobile span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: -7px;
    background: #fff;
    left: 0px;
}

.menu-mobile span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -7px;
    background: #fff;
    left: 0px;
}

@media screen and (max-width: 1080px) {
}

.opacity-menu.open-opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 9999;
}

.header-left-fixwidth {
    top: 0 !important;
    width: 255px;
    min-height: 100vh;
    position: fixed;
    float: left;
    background: #fff;
    width: 290px;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
}

.header-left-fixwidth.open-sidebar-menu {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.header-left-fixwidth.open-menu {
    padding-top: 15px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.header-left-fixwidth .wrap-header {
    overflow-y: auto;
    position: relative;
    min-height: 100vh;
    max-height: 100vh;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 0 15px;
    background: #141414;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-track {
    -webkit-box-shadow: inset transparent;
    background-color: transparent;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
}

.header-left-fixwidth .wrap-header .logos-menu {
    padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .logos-menu img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 50px;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-bar {
    width: 100%;
    position: relative;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    padding: 0 40px 0 10px;
    outline: none;
    font-size: var(--font-size);
    background: #ffffff;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-btn {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f00;
    top: 0px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.header-left-fixwidth .wrap-header .account-cart-menu {
    text-align: left;
    padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .account-cart-menu a {
    color: var(--color-key);
}

.header-left-fixwidth .wrap-header .account-cart-menu span {
    padding: 0px 5px;
}

.header-left-fixwidth .wrap-header .nav-menu ul a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 12px 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.header-left-fixwidth .wrap-header .nav-menu ul li {
    position: relative;
    border-top: 1px solid #333;
}

.header-left-fixwidth .wrap-header .nav-menu ul li a:hover {
    background-color: #333;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
    position: absolute;
    right: 0px;
    font-size: 25px;
    display: flex;
    width: 43px;
    height: 43px;
    background: transparent;
    top: 0px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.6s;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {
    transition: all 0.6s;
}

.header-left-fixwidth
    .wrap-header
    .nav-menu
    ul
    li
    span.btn-dropdown-menu.active
    i {
    transform: rotate(90deg);
    color: var(--color-key);
}

.header-left-fixwidth .wrap-header .nav-menu ul li a i {
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
    padding: 12px 20px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu ul.sub-menu a {
    padding: 12px 35px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
    display: none;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.block {
    display: block;
}

#notfound {
    display: block;
    position: relative;
    width: 100%;
    margin: 150px 0;
    text-align: center;
}

#notfound .positioned {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cccccc;
}

#notfound .positioned h1 {
    margin: 0 0 0 20px;
    padding: 0;
    display: inline;
    font-size: 60px;
    text-transform: uppercase;
}

#notfound .positioned p {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 16px;
}

#notfound a.go-back,
#notfound a.go-home {
    display: block;
    position: absolute;
    top: 30px;
    width: 100px;
    padding: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--color-key);
}

#notfound a.go-back {
    left: 0;
}

#notfound a.go-home {
    right: 0;
}

#notfound .positioned,
#notfound a.go-back,
#notfound a.go-home {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100% !important;
    width: 100% !important;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.quick-alo-phone.quick-alo-show {
    visibility: visible;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 82px;
    height: 64px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
    right: 35px;
    bottom: 200px;
}

.quick-alo-phone.quick_hotline {
    bottom: 350px;
    display: none;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc 9;
    opacity: 0.5;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: 0.75 !important;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
}

.quick-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    top: 48px;
    color: red;
    font-size: 20px;
    font-family: RobotoBold;
    left: 48px;
    position: absolute;
    background: url(images/zalo_chat.png) no-repeat center center;
    background-size: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick_hotline .quick-alo-ph-img-circle {
    background: url(images/phone-ring.png) no-repeat center center;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 980px) {
    .quick-alo-phone.quick_hotline {
        display: block;
    }
}

.ui-slider-horizontal {
    height: 3px !important;
    background: #fff;
}

.ui-slider .ui-slider-handle {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px !important;
    margin-left: 0px !important;
}

.contain_slider_number {
    padding: 7px 0px;
    position: relative;
}

.num_before {
    position: absolute;
    right: 100%;
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    top: 0px;
    font-weight: bold;
}

.num_after {
    position: absolute;
    left: 100%;
    margin-left: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    top: 0px;
    font-weight: bold;
}

.ui-slider-handle {
}

.tooltip_slider {
    position: absolute;
    bottom: 100%;
    white-space: nowrap;
    padding: 3px;
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    left: 50%;
    margin-left: -7px;
    display: none;
}

.vt_tab {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

#menu-one {
    position: relative;
    top: 0;
    background: url(images/mn.png);
    width: 100%;
    margin-bottom: 0;
    padding: 3px 0;
    z-index: 9999;
}

#count-cart-vn {
    color: #f00;
    position: absolute;
    left: 18px;
    font-size: 14px;
    margin: auto;
    top: 2px;
}

.pvp {
    font-size: 16px;
    color: #fff;
    font-family: robotobold;
    max-width: 700px;
    text-align: center;
    margin-bottom: 11px;
}

#menu-one .wrap-menu {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.lang_vn {
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 5px;
}

.lang_vn img {
    width: 30px;
    margin-left: 2px;
}

.lang_vn_mb {
    display: none;
}

.cskh {
    font-family: robotobold;
    color: #fff;
    font-size: 16px;
    float: right;
    width: 265px;
}

.cskh_in p {
    margin-top: 4px;
    margin-bottom: 5px;
}

#menu-one .wrap-menu .logo {
    width: 225px;
    display: block;
    float: left;
}

.dbn_r {
    float: right;
    width: calc(100% - 225px);
}

#menu-one .search-bar {
    width: 570px;
    height: 42px;
    margin: 0px 10px 0 10px;
    background: #fff;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
    font-family: robotobold;
    color: #333;
    float: left;
    margin-left: 80px;
    margin-top: 5px;
}

.fixed-menu {
    position: fixed !important;
    box-shadow: 0 1px 3px 0 rgb(4, 5, 21);
    transition: all 0.3s ease;
    transition: 0.5s;
    -webkit-animation: mations 1s ease;
    animation: mations 1s ease;
    z-index: 9999;
}

.fixed-menu .pvp {
    display: none;
}

.fixed-menu .logo img {
    max-height: 80px;
}

.cskh_in {
    float: left;
}

.cskh_gh {
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    background: url(images/gh.png);
    position: relative;
}

#menu-one .slc {
    border: none;
    border-right: 1px solid #cecece;
    height: 42px;
    padding: 0 5px;
}

#menu-one .search-text {
    width: calc(100% - 200px);
    height: 38px;
    border: none;
    outline: none;
    background: #fff;
    padding: 4px 5px;
    color: #333;
}

#menu-one .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 42px;
    display: flex;
    color: #333;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #cecece;
    border: none;
    outline: none;
}

nav.mvhk {
    display: flex;
    justify-content: flex-end;
}

#menu-one .item-big {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0px -15px;
}

#menu-one .item-big .nav-item {
    display: inline-block;
    position: relative;
}

#menu-one .item-big .nav-item > a {
    display: block;
    text-align: left;
    padding: 0px 15px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 23px;
    position: relative;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    line-height: 70px;
}

#menu-one .item-big .nav-item > a:hover {
    color: #ff0;
}

#menu-one .item-big .nav-item > ul li a:hover {
    color: #ff0;
}

#menu-one .item-big .nav-item > .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    position: absolute;
    top: 73px;
    left: 0;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    box-shadow: 0 3px 6px 0 rgb(4, 5, 21);
    transition: all 0.3s ease;
}

#menu-one .item-big .nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
}

#menu-one .item-big .nav-item > ul li {
    padding: 0px 10px;
    position: relative;
    background: #141414;
}

#menu-one .item-big .nav-item > ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #fff;
    position: relative;
    border-bottom: solid 1px #242424;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.item_small ul.kvn {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.6s ease,
        max-height 0.6s step-end,
        max-width 0.6s step-end,
        padding 0.6s step-end;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    box-shadow: 0 3px 6px 0 rgb(4, 5, 21);
    transition: all 0.3s ease;
}

.item_small li:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition:
        -webkit-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    -o-transition:
        -o-transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
    transition:
        transform 0.5s ease,
        opacity 0.2s ease,
        max-height 0s step-end,
        max-width 0s step-end,
        padding 0s step-end;
}

.mv_l {
    width: 200px;
    float: left;
}

.mv_r {
    width: calc(100% - 200px);
    float: right;
}
@media screen and (max-width: 1080px) {
    #menu-one .search-bar {
        width: calc(100% - 200px - 30px);
    }

    #menu-one nav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #menu-one .search-bar {
        height: 35px;
        margin-top: -5px;
    }

    #menu-one .slc {
        font-size: 12px;
        width: 70px;
        height: 35px;
    }

    .lang_vn_mb {
        display: block;
        width: 100px;
    }

    .lang_vn_mb img {
        width: 30px;
    }

    #menu-one .search-btn {
        height: 35px;
        width: 35px;
        font-size: 13px;
    }

    #menu-one .search-text {
        font-size: 12px;
        height: 35px;
        width: calc(100% - 110px);
    }

    .pvp {
        display: none;
    }

    #menu-one {
        padding: 5px 0;
    }

    .menu-mobile {
        margin-right: 5px;
    }
}

#why-box-vertical {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
}

#why-box-vertical .w-why {
    width: 100%;
}

#why-box-vertical .wraptem {
    margin: 10px 0px;
}

#why-box-vertical .wraptem .img {
    width: 30px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    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;
}

#why-box-vertical .wraptem .img img {
    max-width: 100%;
    display: block;
}

#why-box-vertical .wraptem .content_right {
    width: calc(100% - 40px);
    -moz-width: calc(100% - 40px);
    -o-width: calc(100% - 40px);
    -os-width: calc(100% - 40px);
    display: block;
    padding-left: 10px;
    padding-top: 5px;
}

#why-box-vertical .wraptem .content_right p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

#why-box-vertical .wraptem .content_right span {
    font-size: 12px;
    color: #282828;
}

.owl-carousel.in-home .owl-nav .owl-prev,
.owl-carousel.in-home .owl-nav .owl-next {
    top: 50%;
    border: none;
    position: absolute;
    text-decoration: none;
    width: 36px;
    height: 36px;
    margin-top: -15px;
    padding: 0;
    background: transparent;
    outline: none;
    border-radius: 0;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0;
}

.owl-carousel.in-home .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel.in-home .owl-nav .owl-next {
    right: 20px !important;
}

.owl-carousel.in-home .owl-nav .owl-next {
    left: auto;
}

.owl-carousel.in-home .owl-nav .owl-next,
.owl-carousel.in-home .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: #fff;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    font-size: 30px;
    color: #f00;
}

.owl-carousel.in-home .owl-nav .owl-next span,
.owl-carousel.in-home .owl-nav .owl-prev span {
    display: block;
    margin-top: -4px;
    font-weight: bold;
}

.item-banner-video {
    width: 100%;
    max-height: 100vh;
    position: relative;
}

.item-banner-video video {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.adv-one .row-adv {
    width: calc(100% + 8px);
    margin: 8px -4px;
}

.adv-one .item-adv {
    padding: 0px 5px;
}

.adv-one .item-adv img {
    max-width: 100%;
    display: block;
    border: 3px solid #005d14;
    width: 100%;
    border-radius: 4px;
}

.adv-one .item-adv:hover img {
    border-color: #f00;
}

.cxyc {
    text-align: center;
    color: #005d14;
    font-size: 24px;
    text-transform: uppercase;
    font-family: robotobold;
    margin-top: 50px;
    margin-bottom: 20px;
}

.cxyc span {
    display: block;
    border-bottom: 2px dashed #005d14;
    width: 100px;
    margin: 10px auto;
}

.frm_cx {
    max-width: 810px;
    margin: auto;
    border: 3px solid #005d14;
    border-radius: 4px;
    padding: 20px 30px;
    margin-bottom: 60px;
}

.ipx {
    width: 100%;
    border: none;
    background: #e5e5e5;
    height: 45px;
    padding-left: 12px;
    margin-bottom: 14px;
    font-size: 16px;
}

.ipx_l {
    width: calc(50% - 7px);
    border: none;
    background: #e5e5e5;
    height: 45px;
    padding-left: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    float: left;
}

.ipx_r {
    width: calc(50% - 7px);
    border: none;
    background: #e5e5e5;
    height: 45px;
    padding-left: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    float: right;
}

.trx_ip {
    width: 100%;
    border: none;
    background: #e5e5e5;
    height: 100px;
    padding: 12px;
    margin-bottom: 14px;
    font-size: 16px;
}

.div_frm {
    text-align: center;
}

.div_frm input {
    background: #157000;
    color: #fff;
    font-family: robotobold;
    padding: 10px 35px;
    border: none;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
}

.div_frm input:hover {
    background: #f00;
}

@media screen and (max-width: 767px) {
    .frm_cx {
        padding: 15px;
    }
}

.section-news-one {
    background: #fff;
    padding: 0px 0px 10px;
}

.section-news-one .titlle-news {
    font-size: 20px;
    text-transform: uppercase;
    font-family: robotobold;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background: url(images/line.jpg) repeat-x bottom;
    position: relative;
    line-height: 30px;
    color: #17782c;
    padding-bottom: 10px;
}

.section-news-one .titlle-news:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #17782c;
}

.section-news-one .post-inner {
    display: block;
}

.section-news-one .post-inner a {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
}

.section-news-one .post-inner a.post_image {
    position: relative;
    display: block;
}

.section-news-one .post-inner a.post_image img {
    max-width: 100%;
    display: block;
}

.section-news-one .post-inner h5 {
    margin: 0 0 10px;
    padding: 3px 0 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.section-news-one .post-inner h5 a {
    color: #222;
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.section-news-one .post-inner .desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #666;
}

.section-news-one .post-inner .readmore {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #333;
    color: #333;
    font-weight: 700;
}

.section-news-one .news-items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 26px;
}

.section-news-one .news-items .article-image {
    width: 150px;
    margin-right: 10px;
}

.section-news-one .news-items .article-image img {
    max-width: 100%;
    display: block;
}

.section-news-one .news-items .article-desc {
    width: calc(100% - 160px);
}

.section-news-one .news-items .article-desc h3 {
    font-size: 14px;
    display: block;
    height: 35px;
    overflow: hidden;
    font-weight: bold;
}

.section-news-one .news-items .article-desc h3 a {
    color: #333;
}

.section-news-one .news-items .article-desc p {
    font-size: 13px;
    line-height: 20px;
    height: 58px;
    overflow: hidden;
}

.section-news-one .row-video {
    width: 100%;
}

.section-news-one .video-item {
    width: 100%;
}

.section-news-one .video-item img,
.video-inner img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .section-news-one .col-4 {
        width: 100%;
    }

    .section-news-one .col-8 {
        width: 100%;
    }

    .section-news-one .video-item img,
    .video-inner img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content-news .col-6 img {
        width: 100% !important;
    }

    .content-news .col-6 {
        width: 100%;
    }
}

footer {
    width: 100%;
    background: #191919;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    color: #7c7c7c;
    font-size: 13px;
}

footer * {
    color: #7c7c7c;
}

footer.footer .info-footer {
}

footer.footer .info-footer img {
    vertical-align: middle;
}

footer.footer .info-footer p {
    font-size: 14px;
    margin-bottom: 15px;
}

footer.footer .title-menu {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-top: 0px;
    color: #fff;
}

.widget-ft {
    position: relative;
}

.widget-ft #email-error {
    position: absolute;
    left: 0;
    color: #ff0;
    font-size: 12px;
    font-style: italic;
}

.widget-ft #email {
    background: #212121;
    border: none;
    height: 35px;
    margin-top: 20px;
    padding-left: 10px;
    width: calc(100% - 85px);
    margin-bottom: 5px;
    color: #fff;
}

.widget-ft #subscribe {
    height: 32px;
    border: none;
    background: #354e24;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 0;
}

.widget-ft #subscribe:hover {
    background: #f00;
}

footer.footer .title-menu a,
footer.footer .title-menu span {
    cursor: default;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #74993c;
    position: relative;
    color: #fff;
    display: block;
    padding: 5px 0px;
    max-width: 225px;
    padding-bottom: 10px;
}

footer.footer .title-menu i {
    display: block;
    height: 3px;
    background: #74993c;
    width: 80px;
    margin-top: -2px;
}

.cmp {
    font-size: 20px !important;
}

footer.footer .title-menu a i.fa,
footer.footer .title-menu span i.fa {
    display: none;
}

footer.footer .list-menu {
    line-height: 35px;
    padding-left: 0px;
}

footer.footer .list-menu .li_menu {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 32px;
}

.mw6 {
    max-width: 360px;
}

footer.footer .list-menu .li_menu a {
    color: #7c7c7c;
    position: relative;
}

.tag_ft {
    color: #b7b7b7;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 1px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid;
}

.tag_ft:last-child {
    border: none;
}

.tag_ft:hover {
    color: #fff;
}

.tag_tk {
    font-size: 16px;
    color: #b7b7b7;
    margin-top: 20px;
    margin-bottom: 15px;
}

.copyright {
    color: #fff;
    margin-top: 25px;
    display: block;
    width: 100%;
}

.copyright a {
    color: #ff2d37;
}

.spf1 {
    display: block;
    height: 1px;
    background: #909090;
    width: 100%;
    margin-top: 30px;
}

.spf2 {
    display: block;
    height: 1px;
    background: #909090;
    width: 100%;
    margin-top: 1px;
}

.footer_bottom .title-menu {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}

.footer_bottom .w_f {
    font-size: 27px;
    line-height: 32px;
    margin: 0;
}

.footer_bottom .w_f .fa {
    font-size: 9px;
    vertical-align: top;
    margin-top: 6px;
    color: #fff;
    background: #ff2d37;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.footer_bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    margin-bottom: 0;
}

.footer_bottom .contact_mail {
    padding-left: 0px;
    margin-top: 3px;
    display: inline-block;
    width: 100%;
    max-width: 370px;
}

.footer_bottom .contact_mail form {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.fone {
    color: #333;
}

.footer_bottom .contact_mail input {
    height: 40px;
    border: 1px solid #eee;
    padding: 5px 10px;
    outline: none;
    width: calc(100% - 72px);
}

.footer_bottom .contact_mail button {
    height: 41px;
    border: 1px solid #d00008;
    background: #d00008;
    padding: 0px 10px;
    color: #fff;
    cursor: pointer;
    width: 90px;
    font-family: robotobold;
    margin-left: 3px;
    text-transform: uppercase;
}

.footer_bottom .contact_mail input.error {
    border: 1px solid #ff2d37;
}

.footer_bottom .contact_mail label.error {
    position: absolute;
    top: calc(100% + 5px);
    color: #ff2d37;
    font-size: 13px;
    display: none !important;
}

.footer_bottom .follow_option li a .fa:hover {
    color: #fff;
}

footer.footer .list-menu .li_menu a:hover {
    color: #fff;
}

#copy-right {
    background: #1e1e1e;
    color: #646262;
    padding: 15px;
    font-size: 13px;
}

#copy-right .spanw {
    color: #fff;
}

.footer_bottom .follow_option {
    padding-left: 0px;
    margin-top: 3px;
    display: inline-block;
}

.footer_bottom .follow_option li {
    display: inline-block;
}

.footer_bottom .follow_option li a {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #7c7c7c;
    line-height: 40px;
    display: block;
    margin-right: 5px;
}

.footer_bottom .follow_option li a .fa {
    color: #7c7c7c;
    font-size: 20px;
    line-height: 40px;
}

.collapse {
    display: block;
}

.title-menu-h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: robotobold;
    display: inline-block;
    padding-right: 15px;
}

.txt_right {
    text-align: right;
}

.footer_bottom {
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    footer.footer .col--2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_bottom .col--2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_bottom .txt_right {
        text-align: left;
    }

    footer.footer .col--5 {
        width: calc(100% / 2);
    }

    .footer_bottom .col--5 {
        width: calc(100% / 2);
    }

    footer.footer .col--3 {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 767px) {
    footer.footer .col--3 {
        width: 100%;
        margin-bottom: 10px;
    }

    footer.footer .col--5 {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .collapse {
        display: none;
    }

    footer.footer .title-menu a i.fa,
    footer.footer .title-menu span i.fa {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
    }

    footer.footer .title-menu a,
    footer.footer .title-menu span {
        cursor: pointer;
    }

    .footer_bottom .col--4 {
        width: calc(100% / 1);
        margin-bottom: 20px;
    }

    .footer_bottom .col--4:last-child {
        margin-bottom: 0px;
    }
}

.toolbar {
    background: #535452;
    display: none;
    width: 100%;
    padding: 5px 10px;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
}

.toolbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toolbar ul li {
    text-align: center;
    float: left;
    width: calc(100% / 3);
}

.toolbar ul li a {
    display: inline-block;
    width: 100%;
}

.toolbar ul li a img {
    height: 20px;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .toolbar {
        display: block;
    }
}

:root {
    --owl-nav-bg: rgba(0, 0, 0, 0.35);
    --owl-nav-bg-hover: rgba(0, 0, 0, 0.6);
}

#slider {
    width: 100%;
    margin: 0 auto;
    background: #000;
}

.home-slider .item-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 1366 / 660;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.item-banner .yt-player-wrap,
.item-banner .yt-player-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.item-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-slider .owl-nav button.owl-prev,
.home-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--owl-nav-bg) !important;
    color: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.home-slider .owl-nav button.owl-prev:hover,
.home-slider .owl-nav button.owl-next:hover {
    background: var(--owl-nav-bg-hover) !important;
}
.home-slider .owl-nav button.owl-prev {
    left: 16px;
}
.home-slider .owl-nav button.owl-next {
    right: 16px;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}
.home-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5) !important;
}
.home-slider .owl-dots .owl-dot.active span {
    background: #fff !important;
}

.debug-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 6;
    pointer-events: none;
}

.content-adv .over-l {
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
    display: block;
}

.content-adv .over-l {
    height: 250px;
}

.content-adv .over-l img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.2s ease;
}

.ngonngu .language-section.active {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s ease;
    visibility: visible;
}

.language-list {
    display: flex !important;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none;
}

#selectedLangDisplayPC,
.language-section .lang-item {
    width: 35px;
    height: 30px;
    border: unset;
    display: inline-flex;
    margin-right: 10px;
    position: relative;
}

.language-section .lang-item img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.2s ease;
}

.f-700 {
    font-weight: 700;
}

.gap-10 {
    gap: 10px;
}

.page_product .sidebar h3,
.page_product .content_product h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.page_product .sidebar,
.page_product .content_product {
    position: static;
    top: 20px;
    /* box-shadow: 0 20px 45px rgba(7, 17, 31, 0.1); */
    padding: 20px;
    height: 100%;
}

.page_product .sidebar ul {
    display: grid;
    gap: 10px;
}

.page_product .sidebar .tt_sanpham,
.page_product .sidebar .motasanpham {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

@media all and (max-width: 900px) {
    .language-list {
        display: grid !important;
        gap: 10px;
    }

    #selectedLangDisplayPC,
    .language-section .lang-item {
        width: 30px;
        height: 20px;
    }

    .page_product .content_product {
        padding-top: 0;
    }
    .motasanpham {
        margin-bottom: 0 !important;
    }
    .content-adv .over-l {
        height: 127px;
    }

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .ngonngu_mobile {
        display: block;
    }
}
