@font-face {
    src: url("../fonts/open_sans/OpenSans-Bold.ttf");
    font-family: "OpenSans Bold";
}

@font-face {
    src: url("../fonts/open_sans/OpenSans-Light.ttf");
    font-family: "OpenSans Light";
}

@font-face {
    src: url("../fonts/open_sans/OpenSans-Regular.ttf");
    font-family: "OpenSans Regular";
}

@font-face {
    src: url("../fonts/open_sans/OpenSans-SemiBold.ttf");
    font-family: "OpenSans SemiBold";
}

.entry-content a {
    word-break: break-word;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 0px 5px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans SemiBold";
}

p {
    font-family: "OpenSans Light";
}

ul {
    padding: 0px !important;
}

body {
    font-family: "OpenSans Regular";
}

a {
    font-family: "OpenSans Light";
    text-decoration: none !important;
    color: #000;
}

ul, li {
    list-style: none;
    margin: 0px;
}

.mt-20 {
    margin-top: 20px;
}

/**header**/
header#header {
    width: 100%;
    display: block;
}

#header .header-main {
    width: 100%;
    display: block;
    padding: 20px 0;
}

header#header div#logo {
    width: 100%;
    display: inline-block;
}

header#header div#logo img {
    max-width: 100% !important;
}

header#header div#banner img {
    max-width: 100%;
}

header#header .header-bottom {
    width: 100%;
    display: block;
    background: linear-gradient(#cd2026, #4a0a0c);
}

header#header .header-bottom .nav-wrap {
    width: 100%;
    background: linear-gradient(#cd2026, #4a0a0c);
    padding: 0px;
    display: flex;
}

.view-tin-hot {
    width: 100%;
}

.view-tin-hot .bg-hot {
    background: rgba(243, 243, 243, .31);
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
}

marquee#MARQUEE ul.marquee li {
    list-style: none;
    display: inline-flex;
    margin-right: 50px;
}

marquee#MARQUEE ul.marquee li a {
    font-size: 13px;
    font-weight: 700;
}

marquee#MARQUEE ul.marquee li a:hover {
    color: #c72526 !important;
}

.view-tin-hot .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #c72526;
    margin: 0px;
    display: inline-block;
}

.header-left.header-clock > div {
    font-size: 12px;
    display: inline-block;
    font-family: "OpenSans Bold";
}

/**menu**/
header#header .header-bottom nav#mainnav ul li {
    float: left;
    position: relative;
}

header#header .header-bottom nav#mainnav ul li:first-child {
    width: 35px;
}

header#header .header-bottom nav#mainnav ul li a {
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: "OpenSans SemiBold";
    display: block;
    font-size: 10px;
    text-align: center;
    color: #fff;
}

header#header .header-bottom nav#mainnav ul li:hover {
    background: rgba(255, 255, 255, .2);
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu li a {
    color: #000 !important;
    text-align: left;
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu li:first-child {
    height: unset !important;
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu li:first-child a {
    padding: 10px 10px !important;
    line-height: unset !important;
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #f2f2f2;
    padding-left: 0px !important;
    z-index: 9999;
    border-bottom: 2px solid #4a0a0c;
    border-left: 2px solid #4a0a0c;
    border-right: 2px solid #4a0a0c;
}

header#header .header-bottom nav#mainnav ul li:last-child ul.sub-menu {
    right: 0px !important;
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu li {
    width: 100% !important;
    position: relative;
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu li:hover a {
    color: #4a0a0c !important;
}

header#header .header-bottom nav#mainnav ul li > ul.sub-menu li > ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    background: #f2f2f2;
    padding-left: 0px !important;
    left: 100%;
    top: 0px;
}

header#header .header-bottom nav#mainnav ul li a i {
    font-size: 14px;
}

header#header .header-bottom nav#mainnav ul {
    padding: 0px !important;
}

/*8header search**/
header#header .header-right.search-form {
    width: 100%;
    justify-content: right;
    float: right;
}

header#header .header-right.search-form form {
    width: 80%;
    display: flex;
    position: relative;
    align-items: center;
    align-self: center;
    float: right;
    margin-top: 15px;
}

header#header .header-right.search-form form input#s {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "OpenSans Light";
    font-size: 15px;
    align-self: center;
    border: solid .5px #efefef;
    background-color: #f9f9f9;
    border-radius: 50px;
}

header#header .header-right.search-form form input#s::placeholder {
    font-family: "OpenSans Light";
    font-size: 15px;
}

header#header .header-right.search-form form button.btn-search {
    position: absolute;
    border: 0px !important;
    background: transparent !important;
    right: 6px;
    top: 6px;
}

/*8clock**/
header#header .header-left.header-clock {
    color: gray;
    font-size: 15px;
    font-family: "OpenSans SemiBold";
    width: 100%;
    display: flex;
    align-self: center;
    margin-top: 20px;
}

/*8post- hot**/
section#post-hot {
    width: 100%;
    display: block;
}

section#post-hot .owl-carousel.slider-post-hot {
    border-left: 1px solid #dddd;
    border-right: 1px solid #ddd;
}

section#post-hot .post-slider-item {
    width: 100%;
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 10px 20px;
}

section#post-hot .owl-item:first-child .post-slider-item, section#post-hot .owl-item.active:first-child .post-slider-item {
    border-left: 0px !important;
}

section#post-hot .post-slider-item .post-item-title h3 {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

section#post-hot .post-slider-item .post-item-excerpt .post-date {
    font-family: "OpenSans Light";
    font-size: 13px;
    color: #333;
}

section#post-hot .owl-nav button {
    width: 25px;
    height: 25px;
    background: #821e28 !important;
    border-radius: 50%;
    padding: 0px !important;
    position: absolute;
    margin: 0px !important;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

section#post-hot .owl-nav button i {
    color: #fff
}

section#post-hot button.owl-next {
    right: -15px;
}

section#post-hot button.owl-prev {
    left: -15px;
}

section#post-hot .owl-dots {
    display: none;
}

/*8breadcrumbs**/
section#breadcrumbs {
    width: 100%;
}

section#breadcrumbs .breadcrumbs {
    padding: 10px;
    background: #f2f2f2;
    display: flex;
    width: 100%;
}

section#breadcrumbs .breadcrumbs ul li {
    float: left;
    font-size: 15px;
}

section#breadcrumbs .breadcrumbs ul li.dot-angle {
    margin: 0px 5px;
}

section#breadcrumbs .breadcrumbs ul li a {
    color: #333;
    font-size: 15px;
}

section#breadcrumbs .breadcrumbs ul li a:hover {
    color: #4a0a0c
}

/**page body**/
section#page-body {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

/*8single**/
.header-single {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.header-single h2 {
    font-size: 26px;
    color: #555;
    font-family: "OpenSans SemiBold";
    line-height: 35px;
    text-align: justify;
}

.header-single .header-excerpt, .header-single .header-excerpt p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    margin-bottom: 0px !important;
    font-weight: 700;
}

.header-single .header-meta {
    margin-top: 10px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

footer.footer-single {
    font-size: 15px;
}

.entry-content {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    color: #222;
    font-family: "OpenSans Regular";
    line-height: 1.75em;
}

.entry-content p {
    font: normal 16px/normal "OpenSans Regular";
    line-height: 1.44;
    margin-bottom: 24px;
    letter-spacing: -.2px;
    text-align: justify;
}

.entry-content .entry-avatar {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.entry-content .entry-avatar .post-avatar {
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.entry-content .entry-avatar .post-avatar img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.entry-content .entry-avatar .imgCaption {
    padding: 10px;
    font-family: "OpenSans Light";
    font-size: 15px;
}

.post-share a i {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.post-share a {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: rgb(59, 89, 152);
    float: left;
    text-align: center;
    line-height: 20px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.post-share a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-3px);
}

.post-share a:nth-child(2) {
    background: rgb(29, 161, 242);
}

.post-share a:nth-child(3) {
    background: rgb(132, 132, 132);
}

.post-share a:nth-child(4) {
    background: rgb(203, 32, 39);
}

.post-share a:nth-child(5) {
    background: rgb(44, 114, 200);
}

.post-share {
    text-align: right;
    display: inline-block;
}

footer.footer-single {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/**widget title**/
.widget-title h2 {
    color: #4a0a0c;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 5px solid #4a0a0c;
    padding-left: 10px;
    margin-bottom: 15px;
}

/**post related**/
article#post-related {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

/*8footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    background: #CCCCCC;
    padding: 40px 0;
}

footer#footer .footer-logo img {
    max-width: 300px;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title > * {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

footer#footer .footer-top .footer-information a {
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 10px;
    display: block;
}

footer#footer .footer-top .footer-information a {
    color: #000;
    font-weight: 700;
}

.backTop {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background: #821e28 !important;
    bottom: 100px;
    right: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #fff;
}

/**post related**/
article#post-related {
    width: 100%;
    display: inline-block;
}

article#post-related .related-item {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

article#post-related .related-item .related-item-avatar img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

article#post-related .related-item .related-item-avatar {
    width: 100%;
    height: 140px;
    overflow: hidden;
    transition: 0.3s ease-in-out;

}

article#post-related .related-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

article#post-related .related-item .related-item-content h3 {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

article#post-related .related-item a:hover h3 {
    color: #4a0a0c;
}

article#post-related .related-item a:hover .related-date {
    color: #333;
}

article#post-related .related-item .related-item-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

article#post-related .related-item .related-date {
    font-size: 13px;
}

article#post-related .owl-nav button {
    position: absolute;
}

article#post-related .owl-nav {
    width: 100% !important;
    margin-top: 5px !important;
}

article#post-related .owl-nav button {
    width: 50%;
    height: 35px;
    background: #fff !important;
    border-radius: 0px !important;
    margin: 0px !important;
    border: 1px solid #ddd !important;
}

article#post-related.owl-nav button.owl-prev {
    left: 0px !important;
}

article#post-related.owl-nav button.owl-next {
    right: 0px !important;
}

article#post-related .video-avatar {
    height: 200px;
}

article#post-related .owl-nav button {
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 0px;
    position: absolute;
    top: -58px;
    right: 0px;
    border: 1px solid #ddd !important
}

article#post-related .owl-nav button i {
    color: #000;
}

article#post-related .owl-dots {
    display: none !important;
}

article#post-related button.owl-prev {
    left: 90.5%;
}

/*8widget**/
.widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.post-view-list {
    width: 100%;
    display: inline-block;
}

.post-view-list .post-view-item {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-bottom: 1px dashed #ddd;
}

.post-view-list .post-view-item:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.post-view-list .post-view-item .post-view-avatar {
    width: 70px;
    height: 50px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    float: left;

}

.post-view-list .post-view-item .post-view-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-view-list .post-view-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.post-view-list .post-view-item .post-view-content {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.post-view-list .post-view-item .post-view-content h4 {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.post-view-list .post-view-item .post-view-content .view-date {
    font-size: 12px;
    color: #333 !important;
}

.post-view-list .post-view-item a:hover h4 {
    color: #4a0a0c;
}

.entry-content img {
    max-width: 100%;
}

/**category list**/
.posts-list {
    width: 100%;
    display: inline-block;
}

.posts-list .category-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-bottom: 1px dashed #f2f2f2;
}

.posts-list .category-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.posts-list .category-item .category-item-avatar {
    width: 212px;
    float: left;
    height: 132px;
    overflow: hidden;
    transition: 0.3s ease-in-out;

}

.posts-list .category-item .category-item-avatar img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;

    object-fit: cover;
}

.posts-list .category-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.posts-list .category-item .category-item-content {
    width: calc(100% - 212px);
    float: left;
    padding-left: 10px;
    color: #333;
}

.posts-list .category-item .category-item-content h3 {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px !important;
}

.posts-list .category-item a:hover .category-item-content h3 {
    color: #4a0a0c;
}

.posts-list .category-item .category-item-content .category-item-excerpt {
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 13px;
    font-family: "OpenSans Regular";
}

.posts-list .category-item .category-item-content .category-item-meta {
    margin: 5px 0;
    font-size: 15px;
}

/**home title**/
.home-hot-title {
    padding: 5px 0;
}

.home-title2 {
    padding: 5px 0;
}

.home-title2 h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffff;
    letter-spacing: 1px;
    background: linear-gradient(#cd2026, #4a0a0c);
    display: inline-block;
    padding: 8px 10px;
    position: relative;
    margin-bottom: 15px;
}

.home-title2 h3:after {
    border-color: #4a0a0c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    top: 100%;
    border-width: 10px;
    border-style: solid;
    display: block;
}

.home-title h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    margin: 0px !important;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 0px 0px 8px 0;
}

.home-title {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

/*8home banner**/
.home-hot-view {
    width: 100%;
    display: inline-block;
    padding: 10px 0 20px 0;
}

.home-banner-hot {
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.home-banner-hot .hot-view, .home-banner-hot .hot-view-item {
    display: inline-block;
    width: 100%;
}

.home-banner-hot .hot-view-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.home-banner-hot .hot-view-item:last-child {
    border-bottom: 0;
    padding-bottom: 00px;
}

.home-banner-hot .view-item-avatar {
    width: 100px;
    height: 65px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;

}

.home-banner-hot .view-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;

}

.home-banner-hot .hot-view-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.home-banner-hot .view-item-content h3 {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.home-banner-hot .view-item-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.home-banner-hot .hot-view-item a:hover h3 {
    color: #4a0a0c
}

.home-banner-hot .hot-view-item .view-date {
    color: #333;
    font-size: 13px;
    margin: 10px 0 0 0;
}

/*8banner slider **/
.banner-new-home {
    background: #fff;
}

.banner-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.banner-item .banner-item-avatar {
    width: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    height: 300px;
}

.banner-item .banner-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    -webkit- -moz-

    transition: 0.3s ease-in-out;
}

.banner-slider .owl-dots {
    display: none;
}

.banner-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.banner-item .banner-item-content {
    color: #333;
    padding: 10px 0;
}

.banner-item .banner-item-content h3 {
    font-size: 18px;
    color: #c72526;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.banner-item .banner-item-content .banner-item-excerpt {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-family: "OpenSans Regular";
    line-height: 25px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.banner-new-list .banner-item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.banner-new-list {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 0;
}

.banner-new-list .banner-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.banner-new-list .banner-item .banner-item-avatar {
    width: 80px;
    height: 60px;
    float: left;
}

.banner-new-list .banner-item .banner-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-new-list .banner-item .banner-item-content {
    width: calc(100% - 80px);
    float: left;
    padding: 0 0 0 10px !important;
}

.banner-new-list .banner-item .banner-item-content h3 {
    font-size: 13px;
    color: #333;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.banner-new-list .banner-item a:hover .banner-item-content h3 {
    color: #c72526;
}

/*8category**/
.sec-bg {
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.home--title {
    border-bottom: 2px solid #4a0a0c;
    margin-bottom: 20px;
}

.home--title h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffff;
    letter-spacing: 1px;
    background: linear-gradient(#cd2026, #4a0a0c);
    display: inline-block;
    padding: 8px 10px;
    position: relative;
    margin-bottom: 0px;
}

.home--title h2:after {
    border-color: #4a0a0c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    top: 100%;
    border-width: 10px;
    border-style: solid;
    display: block;
}

/*8category big**/
.category-big-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
}

.category-big-item:last-child {
    margin-bottom: 0px !important;
}

.category-big-item .category-big-avatar {
    width: 100%;
    height: 270px;
    overflow: hidden;

    transition: 0.5s ease-in-out;
}

.category-big-item .category-big-avatar img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;

    transition: 0.5s ease-in-out;
}

.category-big-item a:hover .category-big-avatar img {
    transition: 0.5s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.category-big-item .category-big-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    color: #000;
}

.category-big-item .category-big-content h3 {
    font-size: 20px;
    color: #000;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.category-big-item .category-big-content .category-big-date {
    margin: 5px 0;
    font-size: 12px;
}

.category-big-item .category-big-content .category-big-excerpt {
    -webkit-line-clamp: 3;
    font-family: "OpenSans Regular";
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
}

/**category small**/
.category-small-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.category-small-item:last-child {
    margin-bottom: 0px !important;
}

.category-small-item .category-small-avatar {
    width: 150px;
    height: 100px;
    float: left;
    overflow: hidden;

    transition: 0.3s ease-in-out;
}

.category-small-item .category-small-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;

    transition: 0.3s ease-in-out;
}

.category-small-item a:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.category-small-item .category-small-content {
    width: calc(100% - 150px);
    float: left;
    padding-left: 10px;
    color: #000;
}

.category-small-item .category-small-content h3 {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.category-small-item .category-small-date {
    margin: 10px 0 0 0;
    font-size: 15px;
}

/*8category view 2**/
.sec-white {
    width: 100%;
    display: inline-block;
}

.banner-category-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.banner-category-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec-white .category-2-body {
    width: 100%;
    display: inline-block;
}

/*8category grid**/
.category-grid-item {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.category-grid-item:nth-child(2n) {
    margin-right: 0px;
}

.category-grid-item .category-grid-avatar {
    width: 100%;
    height: 200px;
    overflow: hidden;

    transition: 0.3s ease-in-out;
}

.category-grid-item .category-grid-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-position: center;

}

.category-grid-item .category-grid-content {
    width: 100%;
    display: inline-block;
    color: #000;
    padding: 10px 0;
}

.category-small-excerpt {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-family: "OpenSans Regular";
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 13px;
    margin-top: 10px;
}

.category-grid-item a:hover .category-grid-avatar img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.category-grid-item .category-grid-content h3 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.category-grid-item .category-grid-content .category-grid-date {
    margin: 10px 0;
    font-size: 14px;
}

.category-grid-item .category-grid-content .category-grid-excerpt {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
    font-family: "OpenSans Regular";
}

/**home item**/
.home-item {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.home-item:last-child {
    margin-bottom: 0px !important;
}

.home-item .home-item-avatar {
    width: 180px;
    height: 120px;
    float: left;
    overflow: hidden;

    transition: 0.3s ease-in-out;
}

.home-item .home-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;

    transition: 0.3s ease-in-out;
    object-position: center;
}

.home-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.home-item .home-item-content {
    width: calc(100% - 180px);
    float: left;
    color: #333;
    padding-left: 10px;
}

.home-item .home-item-content h3 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.home-item .home-item-content .home-item-excerpt {
    font-size: 14px;
    font-family: "OpenSans Regular";
    color: #333;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
    margin-top: 10px;
}

.home-item a:hover .home-item-content h3 {
    color: #c72526;
}

/*8sidebar**/
.sidebar-item-big {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.sidebar-item-big .sidebar-item-big-avatar {
    overflow: hidden;
    object-position: center;
    transition: 0.3s ease-in-out;
    width: 100%;

    height: 220px;
}

.sidebar-item-big .sidebar-item-big-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center;

    transition: 0.3s ease-in-out;
}

.sidebar-item-big a:hover .sidebar-item-big-avatar img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.sidebar-item-big .sidebar-item-big-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.sidebar-item-big .sidebar-item-big-content h3 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.sidebar-item-big .sidebar-item-big-date {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.sidebar-list {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    font-family: "OpenSans Regular";
    font-size: 15px;
    color: #333;
}

.sidebar-list a:hover {
    color: #c72526;
}

.mobileNavWrapper {
    transition: all .30s ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobileNavWrapper.showNav, #page.showNav {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

#page {
    transition: all 0.3s ease 0s;
}

.mobileNavWrapper {
    width: 250px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: -250px;
    top: 0;
    overflow-x: hidden;
    z-index: 16;
    background: linear-gradient(#cd2026, #4a0a0c);
    -moz-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.5);
    box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.5);
}

.mobileNavWrapper ul {
    display: inline-block;
    width: 100%;
    padding: 10px !important;
}

.mobileNavWrapper ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.mobileNavWrapper ul li a {
    width: 90%;
    float: left;
    display: block;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 10px 0;
}

.mobileNavWrapper ul li i {
    position: absolute;
    top: 10%;
    right: 0px;
}

.mobileNavWrapper ul li.active > .sub-menu {
    display: block;
}

.mobileNavWrapper ul li:first-child i {
    position: unset !important;
}

.header-mobile {
    display: none;
}

/**page**/
.form-contact {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.form-contact .form-edit {
    box-shadow: unset !important;
    border: 1px solid #ddd;
}

.form-contact .form-group label b {
    color: #ff3333;
}

.form-contact .form-group label {
    font-family: "OpenSans SemiBold";
    font-size: 15px;
}

aside#widget-jsc table thead th {
    font-size: 11px;
    height: 35px;
}

aside#widget-jsc table thead {
    background: #f2f2f2;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-family: "OpenSans SemiBold";
    padding: 10px 0 !important;
}

aside#widget-jsc table tbody tr td {
    font-size: 12px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

aside#widget-jsc table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

aside#widget-jsc table {
    width: 100% !important;
}

/*8video**/
.video-item {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.video-item .video-avatar {
    width: 100%;
    height: 200px;
    position: relative;

    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.video-item .video-avatar img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;

    transition: 0.3s ease-in-out;
}

.video-item a:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.video-item .video-content {
    width: 100%;;
    padding: 7px 0;
    font-family: "OpenSans SemiBold";
    font-size: 14px;
    color: #000;
    height: 28px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.video-item .video-avatar .video-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.video-item .video-avatar .video-icon-border i {
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.video-item .video-avatar .video-icon-border {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.entry-content-single {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.video-widget {
    margin-bottom: 10px;
}

.video-widget:last-child {
    margin-bottom: 0px;
}

.video-item.video-widget {
    width: 100%;
    margin-bottom: 10px;
}

.video-item.video-widget:last-child {
    margin-bottom: 0px !important;
}

.video-item.video-widget .video-avatar {
    width: 100%;
    height: 150px;
}

.video-item.video-widget.video-content {
    width: 100%;
    background: #4a0a0c;
    padding: 5px;
    font-family: "OpenSans SemiBold";
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

/*category **/
article.category-featured {
    width: 100%;
    display: inline-block;
    margin: 0px 0 30px 0;
    border-bottom: 2px solid #c72526;
    padding-bottom: 20px;
}

article.category-featured .post-cat-big {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

article.category-featured .post-cat-big .post-cat-avatar {
    width: 100%;
    height: 270px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

article.category-featured .post-cat-big .post-cat-avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%;

    overflow: hidden;
    transition: 0.5s ease-in-out;
}

article.category-featured .post-cat-big:hover img {
    transition: 0.5s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

article.category-featured .post-cat-big .post-cat-content {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}

article.category-featured .post-cat-big .post-cat-content h3 {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px !important;
}

article.category-featured .post-cat-big .post-cat-excerpt {
    color: #000;
    font-family: "OpenSans Regular";
    font-size: 14px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

article.category-featured .post-cat-big:hover h3 {
    color: #c72526
}

article.category-featured .post-cat-small {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

article.category-featured .post-cat-small:last-child {
    margin-bottom: 0px;
}

article.category-featured .post-cat-small .post-cat-avatar {
    width: 100%;
    height: 130px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

article.category-featured .post-cat-small .post-cat-avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%;

    overflow: hidden;
    transition: 0.5s ease-in-out;
}

article.category-featured .post-cat-small:hover img {
    transition: 0.5s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

article.category-featured .post-cat-small .post-cat-content h3 {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px !important;
}

article.category-featured .post-cat-small .post-cat-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

/*8style-4**/
.style-4 {
    border-top: 3px solid #4a0a0c;
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: #f2f2f2;
}

.home-4 h2 {
    color: #4a0a0c;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.slider-item {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.slider-item .item-avatar {
    width: 100%;
    display: inline-block;
    height: 160px;

    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.slider-item .item-avatar img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: cover;

}

.slider-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}

.slider-item .item-content {
    width: 100%;
    padding: 10px 0;
}

.slider-item .item-content h3 {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.slider-item:hover h3 {
    color: #4a0a0c;
}

.slider-item .item-excerpt {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 13px;
    color: #000;
    margin-top: 10px;
    font-family: "OpenSans Regular";
}

.slider-post .owl-nav button {
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 0px;
    position: absolute;
    top: -58px;
    right: 0px;
    border: 1px solid #ddd !important
}

.slider-post .owl-nav button i {
    color: #000;
}

.slider-post .owl-dots {
    display: none !important;
}

.slider-post button.owl-prev {
    left: 92.5%;
}

.header__stock .item:first-child {
    margin-left: 0;
}

.header__stock .item {
    height: 20px;
    margin-left: 20px;
    color: #fff
}

.header__stock .item, .header__stock .item .name {
    display: inline-block;
}

.header__stock .item, .header__stock .item .name {
    display: inline-block;
    font-size: 13px;
}


.header__stock .item .number {
    margin-left: 5px;
    display: inline-block;
    height: 20px;
    padding: 0 10px 0 20px;
    border-radius: 10px;
    line-height: 18px;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 13px;
    position: relative;
}

.header__stock .item .up {
    border: 1px solid #7ED321;
    color: #7ED321;
}

.header__stock .item .number:before {
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 2px;
    top: 2px;
    color: #ccc;
}

.header__stock .item .up:before {
    content: '↑';
    color: #7ED321;
}

.box-content {
    padding: 4px 0;
    width: 100%;
    display: inline-block;
}

.header__stock .item:nth-child(4) .number, .header__stock .item:nth-child(5) .number {
    padding-left: 10px;
}

.home-category ul li:last-child a {
    padding-right: 0px;
}

.home-category ul li a {
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: #000;
    padding: 0px 15px;
    text-transform: uppercase;
}

.home-category ul li {
    position: relative;
    display: inline-block;
}

.home-category {
    float: right;
}

.home-category ul li a:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #4a0a0c;
    font-size: 6px;
    position: absolute;
    left: -3px;
    top: 57%;
    transform: translateY(-50%);
}

.home-category ul li:first-child a:before {
    display: none;
}

/*partner**/
section#partner-box {
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px 0;
}

section#partner-box .partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section#partner-box .partner-item {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
}

section#partner-box .owl-dots {
    display: none !important;
}

.hot-view {
    height: 385px;
    overflow: hidden;
    overflow-y: scroll;
}

.widget-home div#gia-vang {
    height: 220px;
}

.hot-view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.hot-view::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.hot-view::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #c5c5c5;
}


/**gia vang**/
.tab-sidebar ul li a {
    color: #000;
    font-weight: 700;
    font-size: 10px;
    padding: 5px;
    font-family: "OpenSans Bold";
}

.tab-sidebar ul li {
    float: left;
    padding: 5px;
    width: calc(100% / 3);
    text-align: center;
}

.tab-sidebar ul li:last-child {
    padding-right: 0px !important;
}

.tab-sidebar ul li.active {
    background: #ddd;
}

.tab-sidebar {
    width: 100%;
    background: #f2f2f2;
    display: inline-block;
}

#gia-vang {
    overflow: hidden;
}

#gia-vang::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c5c5c5;
}

#gia-vang::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 50px;
}

#gia-vang::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #fff;
}

.tab-item iframe {
    width: 100%;
}

.button-lien-he a {
    background: linear-gradient(#cd2026, #4a0a0c);
    padding: 5px 20px;

    margin: 10px 0 0 0;
    display: inline-block;
    color: #fff;
    font-family: "OpenSans SemiBold";
}

aside.widget-ads-single img {
    width: 100%;
    margin-bottom: 15px;
}

.category-banner {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.footer-title {
    font-family: "OpenSans Bold";
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-information1 p a {
    color: #000;
}

.footer-information1 p {
    font-size: 15px;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.footer-information1 p a:hover {
    color: #dc3545 !important;
}

.box-home {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

section#home-left {
    width: 100%;
    display: inline-block;
}

/**banner-slider nav**/
.banner-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-slider .owl-nav {
    width: 100% !important;
}

.banner-slider .owl-nav button {
    width: 35px;
    height: 35px;
    background: #fff !important;
    border-radius: 2px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.banner-slider .owl-nav button.owl-prev {
    left: 10px !important;
}

.banner-slider .owl-nav button.owl-next {
    right: 10px !important;
}

/*8banner top bar**/
aside.banner-top-bar {
    width: 100%;
    margin-top: 20px;
}

aside.banner-top-bar img {
    width: 100%;
}

/*8title**/
aside.journal-box {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.title-home-index {
    width: 100%;
    margin-bottom: 10px;
}

.title-home-index h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffff;
    letter-spacing: 1px;
    background: linear-gradient(#cd2026, #4a0a0c);
    display: inline-block;
    padding: 8px 10px;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.slider-journal .journal-item {
    width: 100%;
    height: 320px;
}

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

.slider-journal .owl-nav button {
    position: absolute;
}

.slider-journal .owl-nav {
    width: 100% !important;
    margin-top: 5px !important;
}

.slider-journal .owl-nav button {
    /*width: 50%;
    height: 35px;
    background: #fff !important;*/
    border-radius: 0px !important;
    margin: 0px !important;
    /* border: 1px solid #ddd !important;*/
    top: 160px;
    color: #fff !important;
    display: none;
}

.slider-journal:hover .owl-nav button {
    display: block !important;
}

.slider-journal .owl-nav button.owl-prev {
    left: 0px !important;
}

.slider-journal .owl-nav button.owl-next {
    right: 0px !important;
}

/*8video**/
.slider-video-sidebar .owl-nav button {
    position: absolute;
}

.slider-video-sidebar .owl-nav {
    width: 100% !important;
    margin-top: 5px !important;
}

.slider-video-sidebar .owl-nav button {
    /*width: 50%;
    height: 35px;
    background: #fff !important;*/
    border-radius: 0px !important;
    margin: 0px !important;
    /*border: 1px solid #ddd !important;*/
    top: 80px;
    color: #fff !important;
    display: none;
}

.slider-video-sidebar:hover .owl-nav button {
    display: block !important;
}

.slider-video-sidebar .owl-nav button.owl-prev {
    left: 0px !important;
}

.slider-video-sidebar .owl-nav button.owl-next {
    right: 0px !important;
}

.slider-video-body .video-avatar {
    height: 200px;
}

.slider-video-body .owl-nav button {
    width: 30px;
    height: 30px;
    border: 1px solid #fff !important;
    border-radius: 0px;
    position: absolute;
    top: -58px;
    right: 0px;
}

.slider-video-body .owl-nav button i {
    color: #fff;
}

.slider-video-body .owl-dots {
    display: none !important;
}

.slider-video-body button {
    border-radius: 3px !important;
}

.slider-video-body button.owl-prev {
    left: 92.5%;
}

.link-item {
    width: 100%;
    margin-bottom: 10px;
}

.link-item img {
    width: 100%;
}

.post-list-view {
    width: 100%;
    display: inline-block;
}

.post-list-view ul li:last-child {
    border-bottom: 0px !important;
}

.post-list-view ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}

.post-list-view ul li a {
    color: #333;
    font-size: 15px;
}

.post-list-view ul li a:hover {
    color: #cd2026
}

.menu-fixed {
    width: 100%;
    background: linear-gradient(#cd2026, #4a0a0c);
    padding: 0px;
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.post-share div {
    margin-left: 5px;
    float: left;
}

/**hotline**/
.hotline-fixed-6 {
    background: #005BA5;
    color: #fff;
    width: 200px;
    border-radius: 70px;
    position: fixed;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    z-index: 9;
    height: 44px;
    border: 2px solid #fff;
    line-height: 44px;
    background: #E88A25;
    background: -webkit-linear-gradient(left, #E88A25, #D40000);
    background: -o-linear-gradient(right, #E88A25, #D40000);
    background: -moz-linear-gradient(right, #E88A25, #D40000);
    background: linear-gradient(to right, #E88A25, #D40000);
}

.hotline-fixed-6-text {
    display: inline-block;
    padding-left: 10px;
}

.hotline-fixed-6-icon i {
    font-size: 28px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.hotline-fixed-6 a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.hotline-fixed-6-text-title {
    display: none;
}

.hotline-fixed-6 {
    bottom: 25px;
    left: 25px;
    padding-left: 60px;
}

.hotline-fixed-6.active {
    left: -45px;
}

.hotline-fixed-6-icon {
    float: right;
}

.hotline-fixed-6-text {
    float: left;
}

.mypage-alo-phone {
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    opacity: .5;
    background: #f37123;
    border-color: #fff;
    border-width: 3px;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f37123;
    opacity: .75 !important;
}

.mypage-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
    background-color: #d71921;
}

.call-now {
    position: absolute;
    left: -39px;
    top: -41px;
}

/********/
.fb-livechat, .fb-widget {
    display: none;
}

.ctrlq.fb-button, .ctrlq.fb-close {
    position: fixed;
    right: 24px;
    cursor: pointer;
}

.ctrlq.fb-button {
    z-index: 999;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 44px;
    height: 44px;
    text-align: center;
    bottom: 167px;
    right: 10px;
    border: none;
    outline: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: 0 0 15px #00000054;
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out;
}

.ctrlq.fb-button:focus, .ctrlq.fb-button:hover {
    transform: scale(1.1);
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%, 11.1%, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

article#post-related .related-view .owl-dots {
    display: none !important;
}

.postFocus {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 10px;
    margin: 20px 0 10px 0;
}

.focus-item {
    width: 100%;
    display: inline-block;
}

.focus-item .focus-item-avatar {
    width: 100%;
    height: 100px;

}

.focus-item .focus-item-avatar img {
    width: 100%;
    display: inline-block;
    height: 100%;

    object-fit: cover;
}

.focus-item .focus-item-content {
    padding: 10px 0 0 0;
}

.focus-item .focus-item-content h3 {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.slider-focus .owl-nav {
    display: block !important;
}

.postFocus .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    margin: 0px !important;
    border-radius: 3px !important;
    border: 1px solid #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.postFocus .owl-nav button i {
    color: #fff;
}

.postFocus .owl-nav button.owl-prev {
    left: 5px;
}

.postFocus .owl-nav button.owl-next {
    right: 5px;
}

.slider-focus .owl-dots {
    display: none;
}

.video-avatar.avatar-video {
    height: 120px;
}

.video-big .video-avatar {
    height: 270px;
}

.videos-small .video-content {
    font-size: 12px !important;
}

.videos-small .video-icon-border i {
    font-size: 14px !important;
    line-height: 35px !important;
}

.videos-small .video-icon-border {
    width: 35px !important;
    height: 35px !important;
}

.slider-video-body .owl-nav {
    position: absolute;
    top: 50% !important;
    width: 100%;
    transform: translateY(-50%) !important;
}

.slider-video-body button.owl-prev {
    left: 10px !important;
    top: 0px !important;
}

.slider-video-body button.owl-next {
    right: 10px !important;
    top: 0px !important;
}

/*8video8*/
.video-grid {
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
}

.video-grid:last-child {
    margin-bottom: 0px !important;
}

.video-grid .video-avatar.avatar-video {
    width: 100px;
    height: 60px;
    float: left;
    position: relative;
}

.video-grid .video-avatar.avatar-video img {
    width: 100%;
    height: 100%;

}

.video-grid .video-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
    font-family: "OpenSans SemiBold";
    font-size: 14px;
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.video-grid .video-icon i {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
}

.video-grid .video-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}

/**search**/
.search-google button.gsc-search-button.gsc-search-button-v2 {
    height: 35px;
}

.search-google td.gsc-input {
    padding-right: 0px !important;
}

/*8category filter**/
.category-filter {
    width: 100%;
    display: inline-block;
    margin: 20px 0 !important;
}

.category-filter .form-group {
    margin: 0px !important;
}

.category-filter .postLabel {
    width: 100%;
    display: flex;
    height: 38px;
    align-items: center;
    font-size: 12px;
    color: #000;
}

.category-filter input.form-control.input-web {
    border-color: #cd2026 !important;
    font-size: 15px;
}

.category-filter button {
    font-size: 15px !important;
}

.category-filter .reset-filter {
    font-size: 15px !important;
    margin-left: 10px !important;
}

.mrTop {
    margin-bottom: 15px !important;
}

.new-post-article .bx-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px !important;
    box-shadow: unset !important;
}

.new-post-article .new-item {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}

.new-post-article .new-item a:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    position: absolute;
    left: 3px;
    top: 8px;
}

.new-post-article {
    width: 100%;
    display: inline-block;
    position: relative;
}

.new-post-article .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: -33px;
    left: 120px;
}

.new-post-article .bx-controls-direction {
    width: 100%;
    position: relative;
}

.bx-controls-direction a {
    border: 1px solid #dddd;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
}

.new-post-article .bx-wrapper .bx-next {
    background: unset !important;
    text-indent: 1px !important;
    right: 0px !important;
    transform: rotate(-90deg);
}

.new-post-article .bx-wrapper .bx-prev {
    background: unset !important;
    left: 0px !important;
    transform: rotate(270deg);
    text-indent: 1px !important;
}

.category-small-excerpt strong span, .category-small-excerpt p, .category-small-excerpt p span {
    font-family: "OpenSans Regular" !important;
    font-size: 13px !important;
}

.category-small-excerpt strong {
    font-weight: normal;
    font-size: 13px !important;
    font-family: "OpenSans Regular" !important;
}

.banner-item-excerpt p, .category-big-excerpt p {
    margin-bottom: 0px !important;
}

.footer-title p {
    font-size: 15px !important;
    margin-bottom: 0px !important;
    color: #333 !important;
}

.hotline-fixed-6 {
    visibility: hidden
}

div#chung-khoan label {
    font-size: 12px;
}

div#chung-khoan label.stockTitle {
    color: blue;
    font-weight: 700;
}

div#chung-khoan label.colorBlue {
    color: green !important;
}

div#chung-khoan::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c5c5c5;
}

div#chung-khoan::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 50px;
}

div#chung-khoan::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #fff;
}

div#chung-khoan .Right {
    width: 50%;
    float: left;
}

div#chung-khoan .fl-right {
    text-align: right;
}

.entry-content iframe {
    width: 100%;
}

.blur-up {
    filter: blur(10px);
    opacity: 0.7;
    transition: opacity 0.8s ease, filter 1s ease;
}

.lazyload-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.entry-content {
    width: 100%;
}

/* Hiệu ứng blur + fade */
.blur-up {
    filter: blur(10px);
    opacity: 0.7;
    transition: opacity 0.8s ease, filter 1s ease;
}

.blur-up.lazyloaded {
    filter: blur(0);
    opacity: 1;
}

/* Skeleton loader */
.skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite linear;
    z-index: 2;
}

.lazyloaded ~ .skeleton {
    display: none;
}

@keyframes skeleton-loading {
    from {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}


#ty-gia {
    max-height: 400px; /* Chiều cao tối đa */
    overflow-y: auto;
    border: 1px solid #ddd;
}

#ty-gia table {
    border-collapse: collapse;
    width: 100%;
}

#ty-gia th, #ty-gia td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: center;
}

#ty-gia th {
    background: #f4f4f4;
    position: sticky;
    top: 0;
    z-index: 2; /* Giữ header nằm trên */
}

#ty-gia tbody tr:nth-child(even) {
    background: #fafafa;
}

.focus-item .focus-item-avatar .lazyload-wrapper {
    width: 100%;
    height: 100%;
}

.partner-item .lazyload-wrapper {
    height: 100%;
    text-align: center;
    display: flex;
}

.header-excerpt strong {
    font-weight: 900 !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

div#printSingle .lazyload-wrapper {
    width: 100%;
}