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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    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: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    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;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.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 .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .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;
}

/* Navigation arrows */
.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;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */
.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}

.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;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 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: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }

    .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;
    }
}

/* Share */
.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 0;
}

.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 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    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: center center;
    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: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

body {
    margin: 0 auto;
    padding: 0 auto;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal
}

/* * {
    margin: 0 auto;
    padding: 0 auto;
    outline: none;
    text-decoration: none
} */

.clr {
    clear: both
}

ul {
    padding: 0
}

img {
    border: 0
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.pagewrap img {
    max-width: 100%
}

.padding_pagewrap {
    padding: 0 10px
}

.showText p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.showText ul {
    padding-bottom: 15px
}

.showText ul li {
    margin-left: 35px
}

.box_menu {
    background: none;
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10
}

.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 10;
    background: rgba(47, 46, 46, 0.8);
    width: 100%;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0
}

.box_menu:after,
.box_menu:before {
    content: "";
    position: inherit;
    top: 0;
    left: 0;
    right: 0
}

.box_menu.fixed:after,
.box_menu.fixed:before {
    position: absolute
}

.box_menu:before {
    top: auto;
    bottom: 0
}

.box_menu.fixed .logo_top {
    display: none
}

.box_menu.fixed #menu {
    float: none;
    text-align: center;
    line-height: 0;
    margin-top: 0;
    padding: 0
}

#menu {
    line-height: 0;
    padding-left: 10px;
    padding-bottom: 0;
    text-align: center
}

#menu>li {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    padding: 0 0
}

#menu>li>a {
    font-size: 15px;
    margin: 0 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid rgba(0, 61, 106, 0) 3px
}

#menu li:hover>a {
    color: #323232;
    border-bottom: solid #ccc 3px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#menu li:hover>a {
    color: #ffffff;
    border-bottom: solid #ffffff 3px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 5;
    color: #fff
}

#menu li ul {
    position: absolute;
    top: 94%;
    left: 20px;
    z-index: 99999;
    margin-top: 15px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    padding-top: 15px;
    background: #fff
}

#menu li li {
    position: relative
}

#menu li:hover li ul {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    margin-left: 20px
}

#menu li:hover ul,
#menu li:hover li:hover ul {
    margin-top: 0;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    border-bottom: solid #ccc 3px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#menu li ul li {
    white-space: nowrap;
    text-align: left;
    display: block;
    background: #fff;
    padding: 0 15px
}

#menu li ul li:last-child {
    padding-bottom: 10px
}

#menu li ul li a {
    line-height: 40px;
    height: 40px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    -ms-transition: padding .2s linear;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../images/arrow_newsletter_1.png) center left no-repeat
}

#menu li ul li:first-child a {
    border-top: none
}

#menu li ul li:last-child a {
    border-bottom: none
}

#menu li ul li>a:before {
    content: attr(icons);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 40px;
    transition: left .2s linear;
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    -ms-transition: left .2s linear
}

#menu li ul li:hover>a {
    color: #FFB03B;
    background: url(../images/arrow_newsletter.png) center left no-repeat
}

#menu li ul li:hover>a:before {
    left: 8px
}

#menu li ul li li:first-child {
    padding-top: 10px
}

#menu li ul li ul {
    padding: 0
}

.bannerInside {
    height: 800px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bannerMain {
    position: relative;
    overflow: hidden
}

.bannerMain:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(26, 29, 36, 0.2);
    transition: .3s all ease
}

.banner {
    padding: 0 !important;
    border: none !important
}

.banner li {
    float: left;
    width: 100%;
    list-style: none;
    cursor: default;
    position: relative;
    display: block;
    line-height: 0
}

.posBL {
    left: 0;
    bottom: 0
}

.pagiBanner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10
}

.pagiBanner a,
.pagiBanner_2 a {
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #ccc;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border: solid #fff 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.pagiBanner a.selected,
.pagiBanner_2 a.selected {
    background: #f60
}

.pagiBanner_2 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10
}

.box_id_silde {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 40px
}

.box_id_silde h4 {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 40px;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px
}

.logo_top {
    text-align: center;
    margin-bottom: 10px
}

.logo_top ul li {
    list-style: none;
    line-height: 0
}

.logo_top ul li img {
    width: 175px;
    max-width: 50%;
    height: auto
}

#gioithieu_home {
    background: #805917;
    padding: 30px 0;
    color: #fff
}

#gioithieu_home li {
    float: right;
    width: calc(35% - 15px);
    list-style: none;
    line-height: 0;
    padding-right: 15px
}

#gioithieu_home li img {
    width: calc(100% - 30px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid #FFF 5px;
    padding: 10px
}

#gioithieu_home ul {
    float: left;
    padding: 0 15px;
    width: calc(65% - 30px);
    position: relative
}

#tongquan li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 50%;
    position: relative
}

#tongquan li img {
    width: 100%;
    object-fit: cover
}

#tongquan ul {
    float: right;
    padding: 35px 15px;
    width: calc(50% - 30px);
    position: relative
}

#tongquan ul h3 {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #f60;
    text-transform: uppercase;
    padding-bottom: 15px
}

#tongquan ul p,
#vitri ul p,
#gioithieu_home ul p,
#chinhsachbanhang ul p {
    font-size: 17px;
    line-height: 30px;
    padding-top: 10px
}

#vitri {
    padding: 50px 0;
    color: #fff;
    background: #008484
}

#vitri ul {
    float: left;
    width: calc(60% - 30px);
    padding: 0 15px
}

#vitri ul h3,
#gioithieu_home ul h3 {
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #ff0;
    text-transform: uppercase;
    padding-bottom: 15px
}

#vitri li {
    float: right;
    width: calc(40% - 25px);
    margin-top: 20px;
    list-style: none;
    line-height: 0;
    border: solid #FFF 5px;
    margin-right: 15px
}

#tienich {
    background: url(../images/bg_1.jpg)center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 70px 0
}

#tienich ul {
    float: left;
    margin: 10px;
    position: relative;
    width: 380px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15)
}

#tienich h2 {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px
}

#tienich ul li,
#tienich ul li img {
    width: 100%;
    list-style: none;
    line-height: 0;
    -webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block
}

#tienich ul:hover li img,
#tintuc ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0)
}

#tienich ul h3 {
    text-align: center;
    font-size: 18px;
    background: #000000;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 40%;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s
}

#tienich ul:hover h3 {
    background: #008484bf;
    color: #fff
}

#matbangtongthe {
    padding: 40px 0
}

#matbangtongthe ul h3,
#thuvien h3 {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #f60;
    text-transform: uppercase;
    padding-bottom: 20px
}

#matbangtongthe ul li,
#matbangtongthe ul li img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    list-style: none;
    line-height: 0
}

#chinhsachbanhang {
    background: url(../images/bg_2.jpg)center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 70px 0
}

#chinhsachbanhang ul {
    background: #805917;
    color: #fff;
    text-align: center;
    padding: 50px;
    width: 50%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

#chinhsachbanhang ul h3 {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #ff0;
    text-transform: uppercase;
    padding-bottom: 15px
}

#chinhsachbanhang ul h4 a {
    display: inline-table;
    text-align: center;
    font-size: 17px;
    padding: 12px 20px;
    font-weight: bold;
    color: #fff;
    background: #00adad;
    margin-top: 20px;
    border: solid #FFF 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

#chinhsachbanhang ul h4 a:hover {
    color: #fff;
    background: #f60
}

#thuvien {
    padding-top: 40px;
    padding-bottom: 30px
}

.albumView {
    min-height: 300px
}

.albumView .galleria-info {
    visibility: hidden
}

.galleria-thumbnails .galleria-image {
    height: auto;
    margin: 0 0 10px 10px;
    position: absolute !important;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #ddd url(../images/loader.gif) no-repeat 50% 50%
}

#tintuc {
    background: #eee;
    padding-top: 40px;
    padding-bottom: 20px
}

#tintuc ul {
    float: left;
    margin: 0 10px 20px 10px;
    border-bottom: solid #CCC 4px;
    background: #fff
}

#tintuc_page ul {
    float: left;
    margin: 0 10px 20px 10px;
    width: 380px;
    border-bottom: solid #CCC 4px;
    background: #fff
}

#tintuc ul li,
#tintuc ul li img,
#tintuc_page ul li,
#tintuc_page ul li img {
    width: 100%;
    height: 255px;
    list-style: none;
    line-height: 0;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block
}

#tintuc ul h2,
#tintuc_page ul h2 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    text-transform: none;
    line-height: 25px;
    overflow-y: hidden
}

#tintuc ul p,
#tintuc_page ul p {
    color: #000;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 115px; */
    overflow-y: hidden
}

#tintuc ul:hover h2,
#tintuc_page ul:hover h2 {
    color: #805917
}

.bottom_more {
    text-align: center
}

.bottom_more h3 a {
    background: #ffffff;
    text-transform: uppercase;
    color: #323232;
    border: 1px solid #ccc;
    padding: 5px 40px;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    border-radius: 3px;
    transition: background-color 100ms ease-in-out, color 100ms ease-in-out, border-color 100ms ease-in-out;
    border-radius: 40px;
    letter-spacing: 1px;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s
}

.bottom_more h3 a:hover {
    background: #805917;
    border: 1px solid #ffffff;
    color: #fff
}

.news-day {
    font-size: 14px;
    color: #333;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 20px;
    margin-bottom: 15px
}

.tieude_tintuc {
    color: #f60;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 30px
}

.nt_tt_id {
    background: #000000;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff
}

.nt_tt_id h3 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold
}

.nt_tt_id h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal
}

.placeNav_2,
.placeNav_3,
.placeNav_4 {
    position: absolute;
    top: 40%;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    background: rgba(2, 2, 2, 0.21)
}

.placeNav {
    position: absolute;
    top: 35px;
    z-index: 3;
    color: #999;
    font-size: 20px;
    width: 15px;
    line-height: 20px;
    height: 25px;
    background: rgba(51, 51, 51, 0.69);
    text-align: center;
    opacity: 0
}

.placeNav.prev,
.placeNav_2.prev,
.placeNav_3.prev,
.placeNav_4.prev {
    left: 10px
}

.placeNav_2.next,
.placeNav_3.next,
.placeNav_4.next {
    right: 10px;
    text-indent: 3px;
    opacity: 0
}

.placeNav.next {
    right: 0;
    text-indent: 3px
}

.placeSlide_main:hover .placeNav,
.placeSlide_main:hover .placeNav_2,
.placeSlide_main:hover .placeNav_3,
.placeSlide_main:hover .placeNav_4 {
    opacity: 1
}

.placeNav:hover,
.placeNav_2:hover,
.placeNav_3:hover,
.placeNav_4:hover {
    color: #ffffff;
    background: #805917
}

.placeSlide_main {
    position: relative;
    overflow: hidden
}

.placeSlide,
.placeSlide_2,
.placeSlide_3,
.placeSlide_4,
.placeSlide_doitac {
    max-width: 1200px;
    width: 100%;
}

#tintuc h5 {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #f60;
    text-transform: uppercase;
    padding-bottom: 20px
}

.popup_page_id {
    padding: 10px
}

#lienhe {
    background: url(../images/bg_3.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    padding: 70px 0;
    position: relative
}

#lienhe .pagewrap {
    z-index: 1
}

#lienhe:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.left_lienhe {
    float: left;
    width: calc(50% - 30px);
    padding: 0 15px
}

.right_lienhe {
    float: right;
    width: calc(50% - 30px);
    padding: 0 15px
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.formBox li input,
.formBox li textarea {
    font-size: 16px;
    height: 30px !important;
    color: #fff;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    background: none;
    width: calc(100% - 57px)
}

.formBox li input::placeholder {
    color: #fff;
    opacity: 1
}

.formBox li input:-ms-input-placeholder,
.formBox li input::-ms-input-placeholder {
    color: #fff
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 240px;
    color: #fff;
    font-size: 17px
}

.contact {
    padding-bottom: 0 !important
}

.contact .left input {
    width: 92%
}

.contact .right input,
.contact .right textarea {
    width: 92%
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 32px !important;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10
}

.formBox li:before {
    top: 6px !important
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png")
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png")
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png")
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png")
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png")
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png")
}

.formBox li.day:after {
    background-image: url("../images/contact/day.png")
}

.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png")
}

.formBox .ld-button {
    float: right;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 25px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #FFF;
    background: #008484;
    white-space: nowrap;
    border-radius: 4px;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.formBox .ld-button:hover {
    color: #FFF;
    background: #f60
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: bold;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none
}

.left_lienhe ul P {
    font-size: 17px;
    line-height: 30px
}

.right_lienhe h3,
.left_lienhe h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px
}

.left_lienhe ul h2 {
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase
}

.left_lienhe ul {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted #FFFFFF 1px
}

.left_lienhe li {
    list-style: none;
    line-height: 0
}

.left_lienhe li img {
    width: auto;
    height: 75px
}

.right_lienhe p {
    padding-bottom: 22px;
    line-height: 30px;
    font-size: 16px
}

#back-top {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 1
}

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #f60;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-align: center
}

#back-top a:hover {
    color: #fff;
    background: #f00
}

#sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: left;
    padding-top: 20px;
    height: 35px;
    float: right
}

.sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    text-align: center;
    padding-top: 10px;
    height: 35px
}

.sharelink a img {
    background: #008484;
    border: solid #ffffff 1px;
    padding: 3px;
    margin-right: 10px;
    -moz-border-radius: 50%
}

.sharelink img:hover {
    background: #f60
}

.bottom_id_copyright {
    text-align: center;
    padding-top: 25px;
    background: #805917;
    padding-bottom: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 30px
}

.bottom_id_copyright a {
    color: #fff;
    font-weight: normal
}

.bottom_id_copyright a:hover {
    color: #ff0;
    text-decoration: underline
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden
}

.overlay-content {
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    white-space: nowrap
}

.overlay a:hover,
.overlay a:focus {
    background: #f00
}

.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    width: 37px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px
}

.overlay .closebtn:hover {
    background: #f00
}

#spanNav {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 40px;
    z-index: 7777;
    color: #fff;
    background: #f60;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 37px;
    padding: 5px 0;
    text-align: center
}

.fancybox-button.fancybox-button--close {
    position: absolute;
    top: 0;
    right: 0
}

#tintuc ul a {
    position: relative;
    display: block
}

#spanNav:hover {
    background: #f00
}

.contact .code .imgCaptcha {
    top: 1px !important;
    right: 1px !important;
    margin-left: 0 !important
}

.renewCaptcha {
    background: #008484 !important;
    color: #fff !important
}

.renewCaptcha:hover {
    background: #f60 !important
}

.lang_flag {
    float: none;
    margin: 0;
    text-align: center
}

.lang_flag .lang-flag {
    display: inline-block;
    margin: 0 5px
}

@media screen and (max-height:450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

@media only screen and (max-width:1199px) {
    .pagewrap {
        width: 100%
    }

    .popup_page_id {
        width: calc(100% - 20px)
    }

    #tienich ul {
        width: calc(33.33333333% - 20px)
    }

    #chinhsachbanhang ul {
        width: 55%;
        padding: 45px
    }
}

@media only screen and (max-width:991px) {
    #tienich ul {
        width: calc(50% - 20px)
    }

    #chinhsachbanhang ul {
        width: 60%;
        padding: 40px
    }

    #tienich {
        background-image: url(../images/bg_1_w2k.jpg)
    }

    #chinhsachbanhang {
        background-image: url(../images/bg_2_w2k.jpg)
    }

    #lienhe {
        background-image: url(../images/bg_3_w2k.jpg)
    }
}

@media only screen and (max-width:767px) {
    #tienich ul {
        width: calc(100% - 20px)
    }

    #menu {
        display: none
    }

    #spanNav {
        display: block
    }

    #gioithieu_home ul {
        width: calc(100% - 30px);
        margin-bottom: 15px
    }

    #gioithieu_home li {
        float: left;
        width: calc(100% - 30px);
        padding: 0 15px;
        text-align: center
    }

    #tongquan li {
        width: 100%
    }

    #tongquan ul {
        width: calc(100% - 30px)
    }

    #vitri ul {
        width: calc(100% - 30px)
    }

    #vitri li {
        margin-left: 15px;
        width: calc(100% - 40px);
        float: left
    }

    .left_lienhe {
        width: calc(100% - 30px)
    }

    .right_lienhe {
        float: right;
        width: calc(100% - 30px)
    }

    #chinhsachbanhang ul {
        width: 65%;
        padding: 35px
    }

    .bottom_id_copyright {
        padding-bottom: 90px
    }

    #tienich {
        background-image: url(../images/bg_1_w1k.jpg)
    }

    #chinhsachbanhang {
        background-image: url(../images/bg_2_w1k.jpg)
    }

    #lienhe {
        background-image: url(../images/bg_3_w1k.jpg)
    }

    .pagiBanner {
        bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    #chinhsachbanhang ul {
        width: 70%;
        padding: 30px
    }

    .left_lienhe {
        margin-bottom: 30px
    }

    .bottom_id_copyright {
        padding-bottom: 90px
    }

    #vitri,
    #tienich,
    #chinhsachbanhang,
    #lienhe {
        padding: 30px 0
    }

    .pagiBanner {
        bottom: 10px
    }
}

.statistic {
    margin-top: 20px
}

.statistic ul {
    text-align: center
}

.statistic li {
    display: inline-block;
    font-weight: bold;
    margin: 0 10px
}

.statistic li .li_tk_right {
    color: #abd373
}

#video h3 {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    color: #f60;
    text-transform: uppercase;
    padding-bottom: 20px
}

.fancybox-container button.close_view {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    border: 0px;
    font-size: 17px
}

.fancybox-content {
    padding: 22px !important
}

.video-box {
    padding: 5px;
    position: relative;
    width: 25%;
    float: left
}

.view_video {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 1s
}

.view_video:hover {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1
}

.view_video i.fa.fa-play-circle-o {
    font-size: 24px;
    color: #fff;
    background: #ff6600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    opacity: .7
}

/* ADMIN CUSTOMIZE STYLES */
.statistic {
    display: none
}

#purple_chat_30s,
.dv-mobile-phone {
    display: none !important
}

body {
    max-width: 100%
}

#vitri ul,
#tongquan ul,
#gioithieu_home ul {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#tongquan li,
#gioithieu_home li,
#vitri li {
    display: none
}

.logo_top ul li img {
    display: none
}

.box_menu {
    padding-top: 0;
    margin-top: 0;
    top: 0
}

#menu {
    padding-top: 0;
    margin-top: 0;
    top: 0
}

#tienich h2 {
    color: #4C2101
}

#tienich {
    background: url(https://limxanh.com.vn/datafiles/16283/upload/images/background-limxanh.jpg)center no-repeat fixed;
    background-image: url("https://limxanh.com.vn/datafiles/16283/upload/images/background-limxanh.jpg")
}

#chinhsachbanhang {
    background: url(https://limxanh.com.vn/datafiles/16283/upload/images/background-chinhsachbanhang-limxanh.jpg)center no-repeat fixed;
    background-image: url("https://limxanh.com.vn/datafiles/16283/upload/images/background-chinhsachbanhang-limxanh.jpg")
}

#chinhsachbanhang ul h4 a {
    background: #73B457
}

#chinhsachbanhang ul h4 a:hover {
    background: #4C2101
}

#lienhe {
    background: url(https://limxanh.com.vn/datafiles/16283/upload/images/background-footer-limxanh.jpg) center no-repeat fixed;
    background-image: url("https://limxanh.com.vn/datafiles/16283/upload/images/background-footer-limxanh.jpg")
}

.renewCaptcha {
    background: #73B457 !important;
    position: static
}

.formBox .ld-button {
    background: #73B457
}

.renewCaptcha:hover {
    background: #4C2101 !important
}

.formBox .ld-button:hover {
    background: #4C2101
}

#gioithieu_home {
    background: #73B457
}

#vitri {
    background: #73B457
}

#chinhsachbanhang ul {
    background: #73B457
}

.bottom_id_copyright {
    background: #73B457
}

.sharelink a img {
    background: #73B457
}

.sharelink a:hover img {
    background: #4C2101
}

.news-day {
    display: none
}

.nt_tt_id {
    display: none
}

#tintuc ul li,
#tintuc ul li img {
    height: auto
}

@media (max-width: 768px) {
    #menu {
        display: none
    }

    #spanNav {
        background: #4C2101;
        display: block
    }

    .contactBarPhone {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999
    }

    .contactBarPhone a {
        display: inline-block;
        width: calc(50% - 2px);
        background-color: #0674e5;
        color: #ffffff;
        text-align: center;
        height: 50px;
        line-height: 50px
    }

    .contactBarPhone a:first-child {
        border-right: 2px solid #ffffff
    }

    .contactPhonePC {
        display: none !important
    }
}

.pagiBanner a.selected,
.pagiBanner_2 a.selected {
    background: #4C2101
}

#back-top a {
    background: #4C2101
}

#tongquan ul h3 {
    color: #4C2101
}

#matbangtongthe ul h3,
#thuvien h3 {
    color: #4C2101
}

#tintuc h5 {
    color: #4C2101
}

.tieude_tintuc {
    color: #4C2101
}

@media (max-width: 640px) {

    #tintuc ul li,
    #tintuc ul li img,
    #tintuc_page ul li,
    #tintuc_page ul li img {
        width: 100% !important;
        height: auto !important
    }
}

.sitechatzalo {
    position: fixed;
    right: 130px;
    bottom: 130px;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.5);
    background: #2196f3;
    border-radius: 50px;
    color: #000;
    line-height: 27px;
    padding: 0;
    font-size: 20px;
    font-weight: 700
}

.fancybox-slide::-webkit-scrollbar {
  display: none;
}


.fancybox-slide{
  -ms-overflow-style: none;
  scrollbar-width: none;     
}

.icons.preview{
    cursor: pointer;
}

.popup_page_id .ul, .popup_page_id ol{
    margin: auto !important;
    padding-left: 40px !important;
}

/* code mới  */

.placeSlide_main .add_cart {
    padding: 5px 0px;
    width: 100%;
    background: #a2752a;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
    padding: 0px 10px;
    flex-wrap: wrap;
}

.price_current {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    margin: 0;
}

.price_old {
    font-size: 18px;
    font-weight: bold;
    color: #a2752a;
    margin: 0;
}

.price.price_only {
    /* justify-content: center; */
}

.price_only .price_current {
    color: #a2752a;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

/* Overlay */
#popup_form {
  display: none; /* JS bật/tắt */
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 20px;
}

/* Nội dung */
.popup_content {
  background: #fff;
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: zoomIn 0.35s ease;
  font-family: "Inter", "Segoe UI", sans-serif;
}

/* Animation */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Close button */
.popup_content .close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
.popup_content .close:hover {
  color: #333;
}

/* Title */
.popup_content h1 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3e50;
  letter-spacing: 1px;
}

/* Input group */
.popup_content input[type="text"],
.popup_content input[type="email"],
.popup_content input[type="tel"],
.popup_content textarea {
  width: 100%;
  padding: 5px 16px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.25s;
}

.popup_content input:focus,
.popup_content textarea:focus {
  border-color: #4CAF50;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(76,175,80,0.1);
  outline: none;
}

/* Button */
.popup_content input[type="submit"] {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #4CAF50, #2e7d32);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.popup_content input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(76,175,80,0.3);
}

/* Mobile responsive */
@media (max-width: 480px) {
  .popup_content {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .popup_content h1 {
    font-size: 22px;
  }
}


input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
    margin-bottom: 0px !important;
}

.wpcf7-response-output{
    margin: 0 !important;
}

/* Container phân trang */
.navigation.pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    font-family: sans-serif;
    width: 100%;
}

/* Liên kết phân trang */
.navigation.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Trang hiện tại */
.navigation.pagination .page-numbers.current {
    background-color: #28a745; /* xanh lá */
    color: #fff;
    border-color: #28a745;
    font-weight: bold;
    cursor: default;
}

/* Hover */
.navigation.pagination .page-numbers:hover:not(.current) {
    background-color: #f1f1f1;
    border-color: #aaa;
}

/* Nút prev/next (mũi tên) */
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    font-size: 14px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}

/* Hover prev/next */
.navigation.pagination .page-numbers.prev:hover,
.navigation.pagination .page-numbers.next:hover {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745;
}

/* Khung phân trang */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px 0;
    font-family: sans-serif;
    width: 100%;
}

/* Link và số trang */
.pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
     margin: 0;
}

/* Trang hiện tại */
.pagination .page-numbers.current {
    background-color: #0073e6; /* xanh dương */
    color: #fff;
    border-color: #0073e6;
    font-weight: bold;
    cursor: default;
    margin: 0;
}

/* Hover cho các trang */
.pagination .page-numbers:hover:not(.current) {
    background-color: #f5f5f5;
    border-color: #999;
    color: #0073e6;
    margin: 0;
}

/* Nút Tiếp » */
.pagination .page-numbers.next {
    font-weight: 600;
    padding: 8px 18px;
    background: #f9f9f9;
    margin: 0;
}

.pagination .page-numbers.next:hover {
    background: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

@media (max-width: 767px) {
   .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.placeSlide_2 .zoomIn.animated{
    width: 100%;
}

.placeSlide_2{
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 450px) {
   #tintuc .price{
     min-height: 60px;
   }
}