@charset "UTF-8";
@font-face {
    font-family: "may10";
    src: url("fonts/may10.eot");
    src: url("fonts/may10.eot?#iefix") format("embedded-opentype"), url("fonts/may10.woff") format("woff"), url("fonts/may10.ttf") format("truetype"), url("fonts/may10.svg#may10") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "may10" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-may10-"]:before,
[class*=" icon-may10-"]:before {
    font-family: "may10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-may10-new-product:before {
    content: "\61";
}
.icon-may10-nam:before {
    content: "\62";
}
.icon-may10-nu:before {
    content: "\63";
}
.icon-may10-be-trai:before {
    content: "\64";
}
.icon-may10-be-gai:before {
    content: "\65";
}
.icon-may10-grusz:before {
    content: "\66";
}
.icon-may10-dong-phuc:before {
    content: "\67";
}
.icon-may10-user:before {
    content: "\68";
}
.icon-may10-cart:before {
    content: "\69";
}
.icon-may10-gift:before {
    content: "\6a";
}
.icon-may10-best-selling:before {
    content: "\6b";
}
.icon-may10-list-item:before {
    content: "\6c";
}
.icon-may10-history:before {
    content: "\6d";
}
.icon-may10-menu:before {
    content: "\6e";
}
.icon-may10-search:before {
    content: "\6f";
}
.icon-may10-zoom-in:before {
    content: "\70";
}
.icon-may10-zoom-out:before {
    content: "\71";
}
.icon-may10-favorite:before {
    content: "\72";
}
.icon-may10-map-marker:before {
    content: "\73";
}
.icon-may10-related-product:before {
    content: "\74";
}
.icon-may10-up:before {
    content: "\75";
}
.icon-may10-down:before {
    content: "\76";
}
.icon-may10-login:before {
    content: "\77";
}
.icon-may10-logout:before {
    content: "\78";
}
.icon-may10-radio-unchecked:before {
    content: "\79";
}
.icon-may10-radio-checked:before {
    content: "\7a";
}
.icon-may10-checkbox-unchecked:before {
    content: "\41";
}
.icon-may10-checkbox-checked:before {
    content: "\42";
}
.icon-may10-true:before {
    content: "\43";
}
.icon-may10-false:before {
    content: "\44";
}
.icon-may10-accept:before {
    content: "\45";
}
.icon-may10-deny:before {
    content: "\46";
}
.icon-may10-mail:before {
    content: "\47";
}
.icon-may10-phone:before {
    content: "\48";
}
.icon-may10-heart:before {
    content: "\49";
}
.icon-may10-size-tip:before {
    content: "\4a";
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
.box-shadow-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@-moz-keyframes flyin {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes flyin {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}
@-o-keyframes flyin {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}
@keyframes flyin {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes flyout {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@-webkit-keyframes flyout {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@-o-keyframes flyout {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@keyframes flyout {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@-moz-keyframes hotcolor {
    0% {
        color: #f00;
    }
    50% {
        color: #ffc107;
    }
    100% {
        color: #f00;
    }
}
@-webkit-keyframes hotcolor {
    0% {
        color: #f00;
    }
    50% {
        color: #ffc107;
    }
    100% {
        color: #f00;
    }
}
@-o-keyframes hotcolor {
    0% {
        color: #f00;
    }
    50% {
        color: #ffc107;
    }
    100% {
        color: #f00;
    }
}
@keyframes hotcolor {
    0% {
        color: #f00;
    }
    50% {
        color: #ffc107;
    }
    100% {
        color: #f00;
    }
}
@-moz-keyframes colorful {
    0% {
        color: #544abc;
    }
    33.33% {
        color: #f00;
    }
    66.66% {
        color: #ffc107;
    }
    100% {
        color: #544abc;
    }
}
@-webkit-keyframes colorful {
    0% {
        color: #544abc;
    }
    33.33% {
        color: #f00;
    }
    66.66% {
        color: #ffc107;
    }
    100% {
        color: #544abc;
    }
}
@-o-keyframes colorful {
    0% {
        color: #544abc;
    }
    33.33% {
        color: #f00;
    }
    66.66% {
        color: #ffc107;
    }
    100% {
        color: #544abc;
    }
}
@keyframes colorful {
    0% {
        color: #544abc;
    }
    33.33% {
        color: #f00;
    }
    66.66% {
        color: #ffc107;
    }
    100% {
        color: #544abc;
    }
}
/*.block-with-text {
 .multiLineEllipsis(@lineHeight: 1.2em, @lineCount: 3,@bgColor: white);  }*/
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
button {
    background-color: #544abc;
    color: #FFF;
    border-radius: 4px;
    border: none;
    text-align: center;
    padding: 3px 15px;
}
.clear-fix {
    clear: both;
}
.swiper-button-prev2 {
    top: 95px !important;
}
.swiper-pagination-bullet-active {
    color: #544abc;
    background-color: #544abc;
}

.bg-grey {
    background-color: #f5f5f5;
}
.bg-darkgrey {
    background-color: #b9b9b9;
}
.pagination .page-item .page-link {
    color: #544abc;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover {
    background-color: #544abc;
    border-color: #544abc;
    color: #FFF;
}
html {
    font-family: "Times New Roman", Georgia, Serif, serif;
}
body {
    font-family: "Times New Roman", Georgia, Serif, serif;
}
header .wrapper-header {
    max-width: 980px;
    margin: 0 auto;
}
header .wrapper-header .header-icon {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
header .wrapper-header .header-icon a {
    display: block;
    text-indent: -99999px;
    background: url(../css/img/icon_ngoisao.png) no-repeat;
    width: 240px;
    height: 74px;
}
header .wrapper-header .header-info {
    padding-top: 45px;
    display: inline-flex;
    float: right;
}
header .wrapper-header .header-info .header-time {
    padding-top: 13px;
}
header .wrapper-header .header-info button {
    font-size: 15px;
    padding-top: 4px;
    height: 27px;
    margin-left: 5px;
    cursor: pointer;
}
header .wrapper-header .header-info .search-bar {
    width: 330px;
    float: left
}
header .wrapper-header .header-info .search-bar button {
    background-color: #CECECE;
    width: 70px;
    height: 31px;
    padding-top: 0px !important;
}

header .wrapper-header .header-info .search-bar button img {
    width: 30px; 
    height: 30px
}
header .wrapper-header .header-info .search-bar input {
    height: 32px;
    border: 1px solid #ebebeb;
    width: 250px;
}
header .wrapper-header .header-info .search-bar input:focus {
    border: 1px solid #ebebeb;
}
header .wrapper-header .header-info input {
    height: 27px;
}
header .wrapper-header .header-info p {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 0px;
    padding-right: 15px;
}
header .header-menu {
    height: 40px;
    background-color: #544abc;
    width: 100%;
}
header .header-menu img {
    margin-top: 2px;
    padding-bottom: 4px;
}
header .header-menu .container-menu {
    max-width: 980px;
    margin: 0 auto;
}
header .header-menu .container-menu .dropdownmenu ul,
header .header-menu .container-menu .dropdownmenu li {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
header .header-menu .container-menu .dropdownmenu ul h2,
header .header-menu .container-menu .dropdownmenu li h2 {
    margin: 0px !important;
}
header .header-menu .container-menu .dropdownmenu ul {
    background: gray;
    list-style: none;
    width: 100%;
}
header .header-menu .container-menu .dropdownmenu li {
    float: left;
    position: relative;
    width: auto;
}
header .header-menu .container-menu .dropdownmenu a {
    cursor: pointer;
    background: #544abc;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    font: bold 14px/20px sans-serif;
    padding: 10px 6px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header .header-menu .container-menu .dropdownmenu li:hover a,
header .header-menu .container-menu .dropdownmenu li.selected a {
    background: #f5f5f5;
    color: #544abc;
}
header .header-menu .container-menu #submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 9999;
    width: 200px;
    text-align: left;
}
header .header-menu .container-menu li:hover ul#submenu {
    opacity: 1;
    top: 40px;
    /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}
header .header-menu .container-menu #submenu li {
    float: none;
    width: 100%;
}
header .header-menu .container-menu #submenu a:hover {
    background: #f5f5f5;
    color: #544abc;
}
header .header-menu .container-menu #submenu a {
    background-color: #544abc;
    color: white;
    border-bottom: #e8e8e8 1px solid;
}
div {
    box-sizing: border-box;
}
.accordion {
    height: 322px;
    line-height: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    padding-top: 10px;
    width: 659px;
    /*width: 768px;*/
    display: block;
}
.accordion ul {
    display: block;
    width: 9999px;
    padding-left: 0px;
    padding-right: 10px;
}
.accordion > ul > li {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 240px;
    /*width: 305px;*/
    height: 312px;
    margin-left: 1px;
}
.accordion > ul > li > a {
    display: block;
    height: 312px;
    text-decoration: none;
}
.accordion ul li a span.title {
    top: 243px;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 120px;
    display: block;
}
.accordion li a .description {
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: absolute;
}
.accordion li a .description {
    top: 250px;
    left: 0;
    padding: 10px;
    width: 400px;
    display: none;
    font-weight: bold;
    right: 0;
    height: 55px;
    overflow: hidden;
}
#kwick_0 {
    background: #544ABC;
}
#kwick_1 {
    background: #726ac8;
}
#kwick_2 {
    background: #948fc8;
}
img.thumb-bw {
    display: none;
    left: -200px;
    position: absolute;
}
#active_slide img.thumb {
    display: block;
}
#active_slide img.thumb-bw {
    display: none;
}
.accordion strong {
    color: #FFF;
    font: 16px Arial, Helvetica, sans-serif;
}
.accordion .description strong {
    color: #FFF;
    font: bold 20px Arial, Helvetica, sans-serif;
}
.accordion li a .caption h1,
.accordion li a .caption h2,
.accordion li a .caption h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 7px 15px;
}
.accordion > ul > li.noJS {
    transition: width 0.8s ease-in-out;
    -moz-transition: width 0.8s ease-in-out;
    -webkit-transition: width 0.8s ease-in-out;
    -o-transition: width 0.8s ease-in-out;
}
.accordion li.noJS .title,
.accordion li.noJS .description,
.accordion li.noJS .caption {
    display: block;
}
.accordion li.noJS .description,
.accordion li.noJS .caption {
    display: none;
}
.accordion:hover > ul > li.noJS {
    width: 103px;
}
.accordion:hover > ul > li.noJS:last-child {
    width: 670px;
}
.accordion:hover > ul > li.noJS:hover {
    overflow: hidden;
    width: 670px;
}
.accordion:hover > ul > li.noJS:hover > a > .title {
    display: none;
}
.chi-tiet-bai-viet-wrap .box-title {
    margin-bottom: 12px;
}
.accordion:hover > ul > li.noJS:hover > a > .description,
.accordion:hover > ul > li.noJS:hover > a > .caption {
    display: block;
}
.paging a {
    margin: 0 3px;
    padding: 0 10px;
}
.baiviet-chit.box-tit h2 aiet p div,
.baiviet-chitiet p {
    padding: 0 0 15px;
}
.tit-baiviet h2,
.tit-baiviet p,
.tit-baiviet div {
    font-size: 13px;
    line-height: 1.6em;
}
.slideClose {
    -webkit-filter: grayscale(1);
    /* Webkit */
}
.slideOpen {
    filter: none;
    -webkit-filter: grayscale(0);
}
a:hover {
    color: #337ab7;
    cursor: auto;
}
.body {
    font-family: Arial, Helvetica, sans-serif;
    color: #2d2d2d;
}
.wrap-content {
    max-width: 980px;
    margin: 0 auto;
}
.wrap-content .right-side {
    width: 300px;
    float: right;
}
.left-side {
    position: relative;
    width: 670px;
    float: left;
    padding-right: 10px;
}
.left-side:after {
    background: url(img/grd-border.png) top right repeat-y;
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    z-index: -1;
}

.left-side .cat-desc{
    border-bottom: 1px solid #e7e7e7;
    font-family: Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.left-side .dm-newcare {
    margin-right: -10px !important;
}
.new-3 {
    margin: 20px 0;
}
.new-3:after {
    display: block;
    content: "";
    clear: both;
}
.new-3 .new-3-item {
    width: 33.333%;
    float: left;
    padding: 0px 5px;
    cursor: pointer;
}
.new-3 .new-3-item img {
    width: 100%;
}
.new-3 .new-3-item h3 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.new-3 .new-3-item h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}
.new-3 .new-3-item:nth-child(1) {
    padding-left: 0px;
    padding-right: 10px;
}
.new-3 .new-3-item:nth-child(3) {
    padding-right: 0px;
    padding-left: 10px;
}
.full-slide {
    height: 240px;
    border-bottom: #ebebeb solid 1px;
    padding-bottom: 30px;
}
.full-slide .swiper-button-prev {
    color: #FFF;
    background-image: none;
    top: 95px !important;
}
.full-slide .swiper-button-next {
    color: #FFF;
    background-image: none;
}
.swiper-container {
    /*margin-top: 15px;*/
    width: 100%;
    height: 100%;
}
.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a {
    display: block;
    width: 100%;
}
.swiper-slide a img {
    width: 100%;
}
.swiper-slide a .full-slide-title {
    position: absolute;
    right: 0px;
    bottom: 10px;
    background: rgba(98, 75, 220, 0.45);
    padding: 15px;
    font-size: 18px;
    color: white;
    max-width: 311px;
    text-align: left;
}
.swiper-slide a .full-slide-title .full-slide-type {
    font-size: 11px;
    background-color: #ffea00;
    padding: 2px 10px;
    color: black;
    display: table;
    font-weight: bold;
}
.hotest .block-title {
    padding: 30px 15px 0;
    height: 70px;
}
.hotest .hotest-left-side {
    width: 360px;
    float: left;
}
.hotest .hotest-right-side {
    width: 300px;
    float: right;
}
.hotest .new-2-big {
    padding-right: 15px;
}
.hotest .new-2-big img {
    width: 100%;
}
.hotest .new-2-big h3 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    margin: 0px;
    height: 100px;
}
.hotest .new-2-big h4 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    margin: 0px;
    height: 100px;
}
.hotest .new-2-big h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.hotest .new-2-big h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.hotest .list-news {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 18px;
    height: 600px;
    overflow: auto;
}
.hotest .list-news .news-item {
    border-bottom: 1px #a6aaae dotted;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    height: auto;
}
.hotest .list-news .news-item span {
    display: block;
    font-size: 11px;
    color: #334a61;
    margin-bottom: 5px;
}
.hotest .list-news .news-item a {
    font-size: 13px;
    color: #000;
}
/*tin nằm ngang/**/
.container-new-ngang {
    padding-right: 15px;
}
.container-new-ngang .new-ngang-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: #ebebeb solid 1px;
    display: block;
}
.container-new-ngang .new-ngang-item .new-ngang-img {
    width: 40%;
    float: left;
}
.container-new-ngang .new-ngang-item .new-ngang-img img {
    width: 100%;
}
.container-new-ngang .new-ngang-item .new-ngang-info {
    width: 60%;
    float: right;
    padding-left: 20px;
}
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-title a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-time {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #9b9b9b;
}
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-time span,
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-time a {
    font-weight: bold;
    color: #5449bc;
}
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-time a {
    text-decoration: none;
}
.container-new-ngang .new-ngang-item .new-ngang-info .new-ngang-des {
    margin-top: 10px;
    font-size: 13px;
    color: #4d4d4d;
}
.container-new-ngang .new-ngang-item:after {
    display: block;
    content: "";
    clear: both;
}
.container-new-ngang .new-ngang-item:last-child {
    border-bottom: none;
}
/*TIN MỚI NHẤT*/
.block-title {
    font-size: 22px;
    font-weight: bold;
    padding: 12px 5px;
    display: block;
    color: #2d2d2d;
    text-decoration: none;
}
.block-title img {
    margin-right: 10px;
}
.block-title span {
    margin-left: 10px;
}
.block-title h2 {
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.block-title h2 a {
    color: #2d2d2d;
    text-decoration: none;
    cursor: pointer;
}

.block-title .relate-cat-title {
    cursor: pointer;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.block-title .relate-cat-title a {
    color: #2d2d2d;
    text-decoration: none;
    cursor: pointer;
}
.block-title:hover {
    color: #2d2d2d;
    text-decoration: none;
}
.container-new-ngang {
    padding: 0 15px;
}
.new-3-spec {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: solid 1px #ebebeb;
}
.new-3-spec .left-side {
    width: 650px;
    border-top: 1px solid #ebebeb;
}
.new-3-spec .left-side:after {
    display: none;
}
.new-3-spec:after {
    display: block;
    content: "";
    clear: both;
}
.new-3-spec:before {
    display: block;
    content: "";
    clear: both;
}
.new-3-spec .new-2 {
    width: 50%;
    float: left;
}
.new-3-spec .new-2 a:after {
    clear: none;
}
.new-3-spec .new-2:nth-child(2) {
    padding-left: 15px;
}
.new-3-spec .new-2:nth-child(2) .new-2-big {
    border-right: none;
    padding-right: 0px;
    cursor: pointer;
}
.new-3-spec .new-2:nth-child(2) .new-2-big h3,
.new-3-spec .new-2:nth-child(2) .new-2-big h4 {
    border-right: none;
}
.new-3-spec .new-2:nth-child(2) .new-2-big h3 a,
.new-3-spec .new-2:nth-child(2) .new-2-big h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.new-3-spec .new-2:nth-child(2) .new-2-sm {
    border-right: none;
}
.new-3-spec .new-2:nth-child(2) .new-2-sm h3 a,
.new-3-spec .new-2:nth-child(2) .new-2-sm h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
    font-weight: normal;
}
.new-3-spec .new-2 .new-2-big {
    padding-right: 15px;
    border-right: #ebebeb 1px solid;
}
.new-3-spec .new-2 .new-2-big img {
    width: 100%;
}
.new-3-spec .new-2 .new-2-big h3,
.new-3-spec .new-2 .new-2-big h4 {
    font-size: 20px;
    padding: 15px 0;
    font-weight: bold;
    margin: 0px;
    border-bottom: #ebebeb 1px solid;
    height: 100px;
}
.new-3-spec .new-2 .new-2-big h3 a,
.new-3-spec .new-2 .new-2-big h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.new-3-spec .new-2 .new-2-sm {
    padding-right: 20px;
    border-right: #ebebeb 1px solid;
}
.new-3-spec .new-2 .new-2-sm:nth-child(1) {
    padding: 15px 0;
}
.new-3-spec .new-2 .new-2-sm:after {
    display: block;
    content: "";
    clear: both;
}
.new-3-spec .new-2 .new-2-sm img {
    width: 20%;
    float: left;
}
.new-3-spec .new-2 .new-2-sm h3,
.new-3-spec .new-2 .new-2-sm h4 {
    width: 80%;
    float: right;
    font-size: 14px;
    padding-left: 15px;
    font-weight: bold;
}
.new-3-spec .new-2 .new-2-sm h3 a,
.new-3-spec .new-2 .new-2-sm h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
    font-weight: normal;
}
.new-3-spec .right-side {
    width: 330px;
    float: right;
    padding-left: 12px;
    border-top: 1px solid #ebebeb;
}
.new-3-spec .right-side .swiper-container {
    background-color: #fcfcfc;
    margin-top: 0px;
    min-height: 450px;
}
.new-3-spec .right-side .new-2 {
    width: 100%;
    padding-left: 10px;
}
.new-3-spec .right-side .new-2 .new-2-big {
    padding-right: 0px;
    border-right: #ebebeb 1px solid;
}
.new-3-spec .right-side .new-2 .new-2-big img {
    width: 100%;
}
.new-3-spec .right-side .new-2 .new-2-big h3,
.new-3-spec .right-side .new-2 .new-2-big h4 {
    padding: 15px 0;
    font-weight: bold;
    margin: 0px;
    border-bottom: #ebebeb 1px solid;
    height: 100px;
}
.new-3-spec .right-side .new-2 .new-2-big h3 a,
.new-3-spec .right-side .new-2 .new-2-big h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.new-3-spec .right-side .new-forcus img {
    position: absolute;
    left: 15px;
    top: 150px;
    width: 100px !important;
}
.new-3-spec .right-side .slideS-info {
    position: absolute;
    text-align: left !important;
    top: 185px;
}
.new-3-spec .right-side .slideS-info h3 {
    font-size: 20px !important;
    padding-left: 15px !important;
    border-bottom: none !important;
}
.new-3-spec .right-side .slideS-info .slideS-3-time {
    font-size: 12px !important;
    padding-left: 15px;
    color: #bfbfbf;
}
.new-3-spec .right-side .slideS-info .slideS-3-time span {
    color: #544abc;
}
.new-3-spec .right-side .slideS-info .slideS-3-des {
    color: #646464;
    font-size: 13px;
    padding-left: 15px;
}
.video-js .vjs-big-play-button {
    top: 40%;
    left: 42%;
}
input[type=text] {
    padding: 10px;
    font-size: 14px;
}
.big-video {
    max-width: 680px;
    border-top: solid 1px #ebebeb;
    padding-top: 15px;
}
.big-video h3 {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
}
.big-video h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.big-video .big-video-left {
    width: 510px;
    float: left;
}
.big-video .big-video-left img {
    width: 100%;
    height: auto;
}
.big-video .container-new-ngang {
    clear: both;
}
.big-video .container-new-ngang .new-ngang-item:first-child {
    border-top: 1px solid #ebebeb;
}
.big-video .big-video-right {
    padding-left: 10px;
    width: 140px;
    float: right;
}
.big-video .big-video-right:after {
    display: block;
    content: "";
    clear: both;
}
.big-video .big-video-right .big-video-des {
    font-size: 13px;
    color: #4d4d4d;
}
.big-video .big-video-right .big-video-time {
    font-size: 12px;
    color: #888888;
}
.big-video .big-video-right button {
    background-color: #0080ff;
    cursor: pointer;
    min-width: 110px;
    margin-bottom: 10px;
}
.big-video .big-video-right button span {
    font-size: 12px;
}
.big-video .big-video-right button.comment {
    background-color: #4165a0;
}
.dot-line {
    width: 660px;
}
.dot-line img {
    width: 100%;
}
.new-care .swiper-mutil {
    min-height: 300px;
}
.new-care .swiper-mutil a {
    cursor: pointer;
}
.new-care .swiper-mutil .swiper-button-next {
    background-image: none;
    top: 64px;
    background-color: rgba(132, 55, 247, 0.7);
    border-radius: 4px 0px 0px 4px;
    padding: 25px 7px;
    padding-top: 22px;
    width: 35px;
    height: 70px;
    right: 0px !important;
}
.new-care .swiper-mutil .swiper-button-prev {
    /*display: none;*/
}
.new-care .swiper-mutil .swiper-slide {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}
.new-care .swiper-mutil .swiper-slide img {
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}
.new-care .swiper-mutil .swiper-slide .viewed {
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 85px;
    font-size: 14px;
}
.new-care .swiper-mutil .swiper-slide .viewed .fa-eye {
    color: #ffe401;
}
.new-care .swiper-mutil .swiper-slide .new-care-title {
    position: absolute;
    top: 140px;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding: 15px 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    height: 90px;
    width: 100%;
}
.new-care .swiper-mutil .swiper-slide .new-care-title a {
    text-decoration: none;
    cursor: pointer;
    color: #2d2d2d;
}
.block-video {
    background-color: #222222;
    padding: 20px 0px;
}
.block-video:before {
    display: block;
    content: "";
    clear: both;
}
.block-video:after {
    display: block;
    content: "";
    clear: both;
}
.block-video .container-block-video {
    max-width: 980px;
    margin: 0 auto;
    /*scroll*/
}
.block-video .container-block-video p {
    color: #888888;
    font-size: 12px;
}
.block-video .container-block-video .big-video-left {
    width: 590px;
    float: left;
}

.block-video .container-block-video .big-video-left .titleHomeVideo {
    color: #b3b3b3; 
    font-size: 22px; 
    margin-top: 20px;
}

.block-video .container-block-video .big-video-left .titleHomeVideo a {
    color: #b3b3b3;
    font-weight: bold;
}

.block-video .container-block-video .big-video-left .titleHomeVideo a:hover {
    text-decoration: none;
}

.block-video .container-block-video .big-video-right {
    width: 390px;
    padding-left: 15px;
    float: right;
    height: 400px;
    overflow: hidden;
}
.block-video .container-block-video .big-video-right .content-block-video {
    overflow: auto;
    height: 100%;
    display: block;
}
.block-video .container-block-video .big-video-right .content-block-video .block-video-item {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: #343434 solid 1px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 2px;
}
.block-video .container-block-video .big-video-right .content-block-video .block-video-item.active {
    background-color: #434343;
}
.block-video .container-block-video .big-video-right .content-block-video .block-video-item img {
    width: 30%;
    float: left;
}
.block-video .container-block-video .big-video-right .content-block-video .block-video-item h3,
.block-video .container-block-video .big-video-right .content-block-video .block-video-item h4{
    color: #cecece;
    font-weight: bold;
    padding-left: 15px;
    width: 70%;
    float: right;
    font-size: 14px;
}

.block-video .container-block-video .big-video-right .content-block-video .block-video-item h3 a,
.block-video .container-block-video .big-video-right .content-block-video .block-video-item h4 a{
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
    color: #cecece;
}
.block-video .container-block-video .big-video-right .content-block-video .block-video-item:after {
    display: block;
    content: "";
    clear: both;
}
#content-block-video::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#content-block-video::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
#content-block-video::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D62929;
}
.scrollbar {
    margin-left: 30px;
    float: left;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    min-height: 450px;
}
#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}
#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #636363;
}
/*tin 2 cột*/
.block-main-new .block-new-2 {
    float: left;
    width: 50%;
}
.block-main-new .block-new-2:nth-child(2n+1) {
    padding: 0 10px;
}
.block-main-new .block-new-2:nth-child(2n+2) {
    padding: 0 10px;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-item {
    cursor: pointer;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-item img {
    width: 100%;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-item .new-2-title {
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-item .new-2-title a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
    color: #282828;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-item .new-2-des {
    font-size: 14px;
    color: #555555;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-sm {
    font-size: 14px;
    color: #282828;
    padding: 10px 0px;
    border-top: #ebebeb 1px solid;
    font-weight: bold;
    cursor: pointer;
}
.block-main-new .block-new-2 .block-new-2-content .block-new-2-sm a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}
.swiper-pagination-bullet-active {
    color: #544abc;
}
.swiper-button-prev {
    transition: left 0.5s ease;
    top: 64px;
    background-color: rgba(132, 55, 247, 0.7);
    right: 0;
    width: 35px;
    height: 70px;
    padding: 7px;
    border-radius: 0px 4px 4px 0px;
    left: -40px;
}
.swiper-button-prev img {
    position: relative;
    top: 15px;
    transform: rotate(180deg);
}
.swiper-container:hover .swiper-button-prev {
    left: 0px;
}
.menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.menu-li {
    float: left;
    border-right: 1px solid #ededed;
    width: 7%;
}
.menu-li a {
    display: block;
    color: #808080;
    text-align: center;
    padding: 0px;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif !important;
}
.menu-li a:hover,
.menu-li a.selected {
    color: #544abc;
}
:last-child {
    border: none;
}
.wrap-footer {
    border-top: #e8e8e8 1px solid;
    padding-top: 10px;
    max-width: 980px;
    margin: 0 auto;
}
.menu-footer {
    border-bottom: #544abc 2px solid;
    padding-bottom: 10px;
}
.footer {
    padding-top: 15px;
    padding-bottom: 50px;
    position: relative;
}
.footer .footer-des {
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.footer .footer-des .footer-des-2 {
    width: 50%;
    font-size: 13px;
    float: left;
    line-height: 20px;
}
.footer .footer-des p {
    margin: 0;
    line-height: 1.5rem;
    color: #848383;
}
.pana-accordion .pana-accordion-wrap .pana-accordion-item .pana-accordion-mask {
    opacity: 0;
}
.pana-accordion .pana-accordion-wrap .pana-accordion-item h3 {
    line-height: 32px;
}
.swiper-button-next img {
    width: 100%;
}
.fulladv {
    background-color: #f1f1f1;
}
.contentFullAdv {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0;
}
.qc-250,
.qc-600 {
    margin-bottom: 15px;
}
.up-to-top {
    position: absolute;
    bottom: 496px;
    width: 45px;
    right: -95px;
    cursor: pointer;
}
.new-care .mutil-spe .swiper-slide .new-care-title {
    top: 115px;
}
.list-cate {
    border-bottom: 1px solid #e7e7e7;
}
.list-cate h1 {
    display: inline-block;
}
.list-cate a {
    cursor: pointer;
    color: #2d2d2d;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0px;
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
}
.list-cate a.active {
    border-bottom: 4px solid #544abc;
}
.tieu-diem-tuan {
    font-size: 11px;
    background-color: #544abc;
    color: #FFF;
    display: inline-block;
    padding: 3px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom:  .5rem;
    line-height: 1.2;
}
.donate-item {
    display: block;
    padding-top: 15px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.donate-item .donate-item-img {
    display: block;
    width: 40%;
    float: left;
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.donate-item .donate-item-img img {
    width: 100%;
}
.donate-item h3 {
    width: 60%;
    float: right;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: 0px;
}
.donate-item h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.donate-item:after {
    display: block;
    content: "";
    clear: both;
}
.donate-item:last-child {
    padding-bottom: 15px;
}
.donate {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #dedede;
    border-top-color: #000;
}
.donate .title-small {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.donate .title-small button {
    float: right;
    background-color: #dadada;
    padding: 8px 15px;
    margin-left: 10px;
    cursor: pointer;
}
.donate .title-small .slideUp:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777777;
}
.donate .title-small .slideDown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #777777;
}
.donate .content-donate {
    max-height: 450px;
    overflow: hidden;
}
.donate .content-donate .swiper-slide {
    padding: 15px 0px;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    text-align: left;
    max-height: 95px;
    border-bottom: 1px solid #e8e8e8;
}
.donate .content-donate .swiper-slide img {
    width: 35%;
    float: left;
}
.donate .content-donate .swiper-slide h3 {
    padding-left: 10px;
    position: absolute;
    right: 0px;
    width: 65%;
    float: right;
    font-size: 13px;
    font-weight: bold;
}
.donate .content-donate .swiper-slide h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.donate .content-donate .swiper-vertical {
    position: relative;
}
.text-title-sm {
    color: #888888;
    font-size: 13px !important;
    text-align: right;
    float: right;
    margin-top: 10px;
    padding-right: 15px;
}
.block-title.tilte-cate {
    /*&:after{
                          content:"";
                          display:block;
                          border-bottom:5px solid #f2f2f2;
                          margin-left:45px;
                  }
                  span{
                           border-bottom: 5px solid @base-color;
                           padding-bottom: 4px;
                  }*/
}
.dm-newcare {
    padding-left: 15px;
    margin: 25px 0;
    border-radius: 4px 4px 0px 0px;
    background-color: #f2f2f2;
    color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.dm-newcare .swiper-container {
    min-height: 270px;
}
.dm-newcare .swiper-slide .new-care-title {
    background-color: #fff !important;
    border-radius: 0px 0px 4px 4px;
}
.dm-newcare .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.9;
}
.dm-newcare .swiper-pagination-bullet-active {
    background-color: #544abc !important;
}
.dm-newcare .block-title h2 a {
    color: #000;
}
.button-more {
    text-align: center;
    margin: 25px 0;
}
.button-more a {
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 15px;
    background-color: #544abc;
    color: #fff;
    display: inline-block;
    font-weight: lighter;
}
.button-more a span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}
.button-more a:hover {
    text-decoration: none;
}
.slide-category .slide-item img {
    height: 252px;
    width: auto;
}
.ct-title {
    padding-top: 15px;
    font-size: 30px;
    font-weight: bold;
}
.ct-time {
    color: #777777;
    font-size: 12px;
    padding-bottom: 15px;
    float: left;
}
.ct-time .fa-clock-o {
    margin-right: 10px;
}
.line-share {
    float: right;
    background: #5449bc;
    padding: 5px 15px;
    border-radius: 5px;
}
.line-share a {
    font-weight: lighter;
    color: #fff;
}
.line-share:after {
    display: block;
    content: "";
    clear: both;
}
.fb,
.ms {
    float: left;
    background-color: #544abc;
    border-radius: 4px;
    color: #FFF;
    padding: 3px 5px;
    font-size: 11px;
    margin-right: 10px;
    cursor: pointer;
}
.ms {
    float: right;
    background-color: #78baeb;
    display: inline-block;
    width: 55px;
}
.ms img {
    display: inline-block;
    width: 15px;
    float: left;
    margin-right: 5px;
}
.ms span {
    display: inline-block;
}
.ms.mail-ct {
    background-color: #333333;
    width: 25px;
    text-align: center;
}
.content-ct {
    border-bottom: 1px solid #ebebeb;
    clear: both;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}
.content-ct:after {
    clear: both;
    display: block;
    content: "";
}
.content-ct img {
    display: block;
    margin: 15px auto;
    max-width: 580px !important;
}
.content-ct .ic-sm {
    margin-left: 5px;
    width: 28px;
}
.content-ct .left-ct {
    width: 50px;
    float: left;
}
.content-ct .right-ct {
    width: 610px;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.content-ct .right-ct h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.content-ct .right-ct h2 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.content-ct .right-ct ul {
    font-size: 13px;
    padding-left: 15px;
    /*border-bottom: 1px #e0e0e0 dotted;*/
    padding-bottom: 15px;
}
.content-ct .right-ct ul li {
    color: #544abc;
}

.content-ct .right-ct ul li a {
    color: #000 !important;
}

.content-ct .right-ct ul a {
    text-decoration: none;
    cursor: pointer;
    color: #606576;
}

.content-ct .right-ct h3 a {
    text-decoration: none;
    cursor: pointer;
    color: #606576;
    font-size: 16px !important;
    font-weight: bold;
}
.content-ct .right-ct .ct-content {
    font-size: 17px;
}
.content-ct .right-ct .ct-content .ct-relate {
    padding-top: 15px;
    margin-bottom: 15px;
}
.content-ct .right-ct .ct-content .ct-relate h3 {
    font-size: 23px;
}
.content-ct .right-ct .ct-content .ct-relate h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.content-ct .right-ct .ct-content .ct-relate a {
    color: #004370;
    text-decoration: none;
    cursor: pointer;
}

.content-ct .right-ct .ct-content a {
    color: #6453a1;
}
.content-ct .right-ct .ct-content a:hover {
    text-decoration: none;
    color: #6453a1;
}
.content-ct .ct-author {
    text-align: right;
    font-weight: normal;
}

.ct-tags h3 a {
    color: #5f5f5f;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #ebebeb;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.ct-tags h3 {
    display: inline;
}
.ct-tags a {
    color: #5f5f5f;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #ebebeb;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.ct-tags h3 a {
    color: #5f5f5f;
    padding: 0px 5px;
    border-radius: 4px;
    background-color: #ebebeb;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.ct-3-news {
    padding: 10px;
    margin-top: 15px;
    background-color: #f1f1f1;
}
.ct-3-news .wrap-ct-3-news {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 20px;
}
.ct-3-news .wrap-ct-3-news .ct-3-new-item {
    cursor: pointer;
    padding: 10px;
    width: 33.33%;
    float: left;
}
.ct-3-news .wrap-ct-3-news .ct-3-new-item img {
    border: 5px solid #ff0000;
    width: 100%;
}
.ct-3-news .wrap-ct-3-news .ct-3-new-item h3 {
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
}
.ct-3-news .wrap-ct-3-news .ct-3-new-item h3 .align-content {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.ct-3-news .wrap-ct-3-news:after {
    display: block;
    content: "";
    clear: both;
}
.ct-3-news:after {
    display: block;
    content: "";
    clear: both;
}
.ct-comment-block {
    border-top: 1px solid #ebebeb;
    margin-top: 25px;
}
.ct-comment-block .wrap-comment-ct {
    background-color: #f7f7f7;
    padding: 10px;
}
.ct-comment-block .wrap-comment-ct:after {
    display: block;
    content: "";
    clear: both;
}
.ct-comment-block .wrap-comment-ct .content-comment-ct img {
    float: left;
    width: 56px;
    height: 56px;
}
.ct-comment-block .wrap-comment-ct .content-comment-ct textarea {
    float: right;
    width: 570px;
    padding: 5px 10px;
}
.ct-comment-block .wrap-comment-ct .content-comment-ct button {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    background-color: #6d84b4;
    color: #ffffff;
    border: 1px solid #3b5998;
}
.wrap-tccm .big-new-ct,
.wrap-tccm .sm-new-ct {
    padding-right: 15px;
    padding-bottom: 5px;
    cursor: pointer;
    width: 65%;
    float: left;
}
.wrap-tccm .big-new-ct img,
.wrap-tccm .sm-new-ct img {
    padding-right: 25px;
    border-right: 1px solid #ebebeb;
    width: 100%;
}
.wrap-tccm .big-new-ct h3,
.wrap-tccm .big-new-ct h4,
.wrap-tccm .sm-new-ct h3,
.wrap-tccm .sm-new-ct h4{
    border-right: 1px solid #ebebeb;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    padding-right: 15px;
    color: #333333;
}
.wrap-tccm .big-new-ct h3 a,
.wrap-tccm .big-new-ct h4 a,
.wrap-tccm .sm-new-ct h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.wrap-tccm .sm-new-ct h4 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.wrap-tccm .sm-new-ct {
    width: 35%;
    float: right;
    padding-left: 10px;
}
.wrap-tccm .sm-new-ct img {
    padding-right: 0px;
    border: none;
}
.wrap-tccm .sm-new-ct h3 {
    border: none;
    font-size: 19px;
    color: #333333;
}
.wrap-tccm .sm-new-ct h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.ct-right-item {
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
.ct-right-item img {
    width: 40%;
    float: left;
}
.ct-right-item h3 {
    width: 60%;
    float: right;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 0px;
}
.ct-right-item h3 a {
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
}
.ct-right-item .time-ct {
    font-size: 14px;
    color: #777777;
    width: 60%;
    float: right;
    padding-left: 10px;
    font-size: 13px;
}
.ct-right-item:after {
    display: block;
    content: "";
    clear: both;
}
.swiper-mutil-full {
    clear: both;
    width: 980px;
    margin: 0 auto;
    min-height: 280px;
}
.swiper-mutil-full .swiper-button-next,
.swiper-mutil-full .swiper-container-rtl .swiper-button-prev,
.swiper-mutil-full swiper-button-prev swiper-button-disabled,
.swiper-mutil-full .swiper-button-next.swiper-button-disabled,
.swiper-mutil-full .swiper-button-prev.swiper-button-disabled {
    background-image: none;
}
.swiper-mutil-full img {
    width: 100%;
}
.swiper-mutil-full .new-care-title {
    position: absolute;
}
.swiper-mutil-full .swiper-button-next {
    top: 64px;
    background-color: rgba(132, 55, 247, 0.7);
    right: 0px;
    width: 35px;
    padding-top: 30px;
    height: 70px;
    padding: 7px;
    border-radius: 4px 0px 0px 4px;
}
.swiper-mutil-full .swiper-button-next img {
    margin-top: 20px;
}
.swiper-mutil-full .swiper-slide {
    cursor: pointer;
    position: relative;
    text-align: left;
}
.swiper-mutil-full .swiper-slide .new-care-title {
    top: 140px;
}
.donate-item {
    display: block;
    cursor: pointer;
}
.new-care-title {
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2d;
}
.swiper-slide {
    cursor: pointer;
}
.gen-wrap {
    width: 980px;
    margin: 0 auto;
}
.gen-wrap img {
    width: 100%;
}
.container-new-ngang .new-ngang-item:first-child {
    /*padding-top:0px !important;*/
}
.new-care .sp-spec .swiper-slide .new-care-title {
    top: 115px;
}
.borders-bottom {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
    clear: both;
}
.box-video-ct {
    margin-top: 35px;
}
.box-video-ct .box-tit-video .title-most-watch-video {
    font-size: 15px;
    text-transform: uppercase;
    color: #1e94d2;
    font-weight: normal;
}
.box-video-ct .box-tit-video h3 {
    font-size: 15px;
    color: #3b3b3b;
    margin-top: 7px;
}
.box-video-ct .box-tit-video h3 a {
    color: #6453a1;
}
.box-video-ct .video-ct {
    width: 100%;
    background: #444444;
    margin-top: 10px;
}
.box-video-ct .video-ct .pic-video img {
    width: 100%;
    padding: 10px;
}
.box-video-ct .video-ct-small {
    padding: 5px 10px 10px 10px;
}
.box-video-ct .video-ct-small ul img {
    width: 148px;
    height: 100px;
}
.box-video-ct .video-ct-small ul li {
    display: inline-block;
    margin-right: 10px;
}
.box-video-ct .video-ct-small ul li:last-child {
    margin-right: 0px;
}
.relate-news {
    width: 100%;
    margin-top: 0;
    border-top: 0;
    margin-bottom: 15px;
    padding: 20px 0 0 0;
}
.relate-news ul {
    list-style: none;
}
.relate-news ul li {
    margin-left: -9px;
    margin-bottom: 6px;
}
.relate-news ul li a {
    font-size: 13px;
    line-height: 16px;
    color: #383e54;
    text-decoration: none;
    position: relative;
}
.relate-news ul li a:before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #6453a1;
    content: '';
    position: absolute;
    top: 4px;
    left: -12px;
}
/*# sourceMappingURL=ui.min.css.map */
a {
    cursor: pointer !important;
}

.title3 {
    display: inline;
    font-size: 13px;
    color: #2B2B2B;
    font-weight: normal;
}

.news-tre .title3{
    margin-top: 10px;
}

.title3 a {
    color: #2B2B2B
}

.title3 a:hover {
    color: #2B2B2B;
    text-decoration: none;

}
.link-contact{cursor: pointer; color: #544abc;font-weight: bold}
.link-contact:hover{color: #848383;text-decoration: none}


/* for vote box */
.ct-poll {
    width: 217px;
    float: right;
    padding: 2px;
    font-size: 12px;
    background: #7030b7	
}
.ct-poll h4 {
    font-size: 12px;
    color: #fff;
    padding: 3px 0 3px 5px;
    text-transform: uppercase	
}
.ct-poll-content {
    padding: 5px;
    background: #fff;


}
.ct-poll-content p {
    padding: 0 0 15px;
    line-height: 1.6em	
}
.ct-poll-content li {
    padding: 0 0 5px	
}
.ct-poll-bottom {
    padding: 5px 0;
    height: 30px;	
}
.ct-poll-bottom a {
    float: right;
    padding: 5px 10px 0;
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
    display: blocks
}
.ct-poll-bottom a.as {
    float: left;
    background: url("../images/ct-button.png") no-repeat;
    width: 80px;	
    text-decoration: none;
    padding: 4px 0 0;
    height: 17px;
    color: #000;
    text-align: center;
}
.hide{
    display: none !important;
}
.linkOrigin{
    font-size: 13px!important;
    color: #757575;
    margin: 10px 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
p.linkOrigin .icoDrop {
    display: inline-block;
    background: url("../images/icon/icoDrop.png") no-repeat;
    width: 13px;
    height: 11px;
    vertical-align: middle;
    cursor: pointer;
}

.rss-list {
    padding: 25px 30px 0;
}

.rss-list ul li {
    margin-bottom: 15px;
}

.rss-list .rss-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;

}

.rss-list .fa-rss-square {
    font-size: 16px;
    font-size: 1.6rem;
    color: #f78721;
    margin-right: 10px;
}

.rss-list .rss-children {
    margin: 15px 25px 0;
    padding: 0px;
}

.rss-list .rss-children li a {
    text-transform: capitalize;
    color: #333;
}

.google-news {
    flex: 1;
    width: fit-content;
    height: 30px;
    margin-bottom: 10px;
}

.google-news a {
    width: fit-content;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    text-decoration: none !important;
}

.google-news span {
    color: #646464;
    font-size: 15px;
}