@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVNGilroy/SVN-Gilroy.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVNGilroy/SVN-GilroySemiBold.woff2") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVNGilroy/SVN-GilroyMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVNGilroy/SVN-GilroyBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family : "MTD Colatin";
    src         : url("../fonts/MTD.woff2") format("woff2");
    font-weight : normal;
    font-style  : normal;
    font-display: swap;
}
:root {
    --font-body     : "SVN-Gilroy";
    --font-Colatin  : "MTD Colatin";
    --transition-all: all 0.3s ease-in-out;
    --color-1: #11b4d8;
    --color-2: #f3f3f3;
    --color-3: #6f7378;
    --color-4: #f15a25;
    --color-5: #ffc122;
}

.wrapper {
    padding-bottom: 80px;
}

.slick-dots {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 20px;
}

.slick-dots button {
    opacity: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 14px;
    background: #d1d1d1;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background: var(--color-1);
    margin-right: 44px;
    position: relative;
}

.slick-dots li.slick-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--color-1);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
}

.slick-dots li.slick-active::after {
    content: "";
    position: absolute;
    left: 24px;
    transform: translate(0, -50%);
    width: 16px;
    border-bottom: 1px solid #d1d1d1;
    top: 50%;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li:last-child.slick-active {
    margin-bottom: 0;
    margin-left: 30px;
}

.slick-dots li:last-child.slick-active::after {
    left: unset;
    right: calc(100% + 14px);
}

.itemLocation {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.itemLocation .--img {
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.itemLocation .--img::after {
    content: "";
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.2) 3.4%, rgba(0, 0, 0, 0) 45.69%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}

.itemLocation .--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.itemLocation .--txt {
    margin-top: 24px;
}

.itemLocation .--location {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-flow: column;
    gap: 8px;
    color: var(--color-4);
    font-weight: 600;
}

.itemLocation .--location li {
    display: flex;
    gap: 6px;
}

.itemLocation .--cate {
    color: var(--color-3);
    font-size: 16px;
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
    align-items: center;
    transition: var(--transition-all);
}

.itemLocation .--cate:hover {
    color: var(--color-1);
}

.itemLocation .--cate i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    gap: 6px;
    justify-content: center;
    font-size: 12px;
}

.itemLocation .--enabled {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.itemLocation .--enabled .--icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.itemLocation .--enabled .--icon img {
    width: 20px;
}

.itemLocation .--name {
    font-size: 24px !important;
    font-weight: 700;
    color: #000 !important;;
    margin-bottom: 16px !important;;
    transition: var(--transition-all);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    -webkit-line-clamp: 2;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.itemLocation:hover .--name {
    color: var(--color-4) !important;
}

.itemLocation article {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.btn-hnm {
    height: 44px;
    border-radius: 30px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    gap: 10px;
    flex: 0 0 auto;
    transition: var(--transition-all);
    overflow: hidden;
    font-weight: 600;
}

.btn-hnm span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-hnm::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.btn-hnm.btn-1 {
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    backdrop-filter: blur(2px);
}

.btn-hnm.btn-1:hover {
    transform: scale(0.9);
}

.btn-hnm.btn-1:hover::after {
    transform: scaleX(1);
    opacity: 0.2;
}

.btn-hnm.btn-2 {
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
}

.btn-hnm.btn-2:hover {
    transform: scale(0.9);
}

.btn-hnm.btn-2:hover::after {
    transform: scaleX(1);
    opacity: 0.2;
}

@media (max-width: 640px) {
    .btn-hnm {
        height: 36px;
        padding: 0 16px;
    }
}

.subTitle {
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 640px) {
    .subTitle {
        font-size: 24px;
    }
}

.imgHover {
    position: relative;
    overflow: hidden;
}

.imgHover img {
    transition: var(--transition-all);
}

.imgHover:hover img {
    transform: scale(1.2);
}

.imgHover1 .--img {
    position: relative;
    overflow: hidden;
}

.imgHover1 img {
    transition: var(--transition-all);
}

.imgHover1:hover .--img img {
    transform: scale(1.3);
}

.btn-arrow {
    position: relative;
    color: var(--color-1);
    text-transform: uppercase;
    width: max-content;
    display: flex;
    font-weight: 600;
}

.btn-arrow span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-arrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border: 1px solid var(--color-1);
    transition: var(--transition-all);
    opacity: 0;
}

.btn-arrow:hover::after {
    width: 100%;
    opacity: 1;
}

.titleFrame {
    color: #000 !important;
    font-size: 46px !important;
    line-height: 60px;
    font-weight: 700;
}

@media (max-width: 640px) {
    .titleFrame {
        font-size: 32px;
        line-height: 40px;
    }
}

.itemPlay .--img {
    width: 100%;
    height: 210px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.itemPlay .--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemPlay .--img .--note {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color-4);
    text-transform: uppercase;
    border-radius: 16px;
    font-size: 12px;
    color: #fff;
    padding: 6px 12px 4px;
}

.itemPlay .--cate {
    color: var(--color-3);
    margin-bottom: 4px;
}

.itemPlay .--txt {
    margin-top: 16px;
}

.itemPlay .--name {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    transition: var(--transition-all);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.itemPlay:hover .--name {
    color: var(--color-1);
}

.itemComment {
    position: relative;
    border-radius: 30px 30px 30px 0;
    padding: 50px 30px 30px;
    border: 1px solid #ededed;
    background: #fff;
}

.itemComment .--avatar {
    position: absolute;
    top: -35px;
    left: 30px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 80px;
    border: 2px solid #fff;
    transition: var(--transition-all);
}

.itemComment .--avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemComment .star {
    color: var(--color-5);
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

.itemComment .--user {
    display: flex;
    justify-content: space-between;
}

.itemComment .--user span {
    color: var(--color-3);
}

.itemComment .--name {
    font-weight: 600;
    font-size: 20px;
    transition: var(--transition-all);
}

.itemComment article {
    margin-top: 12px;
    transition: var(--transition-all);
}

.ViewPlay {
    padding: 100px 0;
}

.ViewPlay .titleFrame {
    text-align: center;
    margin-bottom: 20px;
}

.ViewPlay .nav-tabs {
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
    justify-content: center;
    /*overflow-x: auto;*/
    max-width: 100%;
    flex-wrap: unset;
}

.ViewPlay .nav-tabs li {
    flex: 0 0 auto;
}

.ViewPlay .nav-tabs::-webkit-scrollbar {
    height: 6px;
}

.ViewPlay .nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ViewPlay .nav-tabs::-webkit-scrollbar-thumb {
    background: #888;
}

.ViewPlay .nav-tabs a {
    box-shadow: none;
    color: #494949;
    display: flex;
    gap: 4px;
    padding: 8px 0;
    text-transform: uppercase;
    align-items: center;
    border-radius: unset;
    border-color: transparent !important;
    margin-bottom: 0;
    font-weight: 600;
}

.ViewPlay .nav-tabs li a:hover {
    color: var(--color-1) !important;
    background-color: unset !important;
}

.ViewPlay .nav-tabs li.active a {
    color: var(--color-1) !important;
    background-color: unset !important;
    border-bottom: 2px solid var(--color-1) !important;
}

.ViewPlay .itemPlay {
    margin: 0 12px;
}

.ViewPlay .slick-list {
    margin: 0 -12px;
}

.ViewPlay .tab-pane {
    position: relative;
}

.ViewPlay .tab-pane .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    pointer-events: none;
}

.ViewPlay .tab-pane .--arrow {
    background: #fff;
    pointer-events: auto;
    width: 50px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.ViewPlay .tab-pane .--arrow.slick-next {
    right: -25px;
}

.ViewPlay .tab-pane .--arrow.slick-prev {
    left: -25px;
}

.ViewPlay .btn-1 {
    margin: 40px auto 0;
}

@media (max-width: 640px) {
    .ViewPlay {
        padding: 60px 0;
    }

    .ViewPlay .slick-list {
        margin: 0;
    }

    .ViewPlay .itemPlay {
        margin: 0 12px 0 0;
        width: 300px;
    }

    .ViewPlay .nav-tabs {
        margin-bottom: 24px;
        justify-content: flex-start;
    }

    .ViewPlay .tab-pane .--arrow.slick-prev {
        left: 0;
    }

    .ViewPlay .tab-pane .--arrow.slick-next {
        right: 0;
    }
}


.itemHotel1 {
    border-radius: 12px;
    overflow: hidden;
    color: #000;
}

.itemHotel1:hover .--name {
    color: var(--color-1);
}

.itemHotel1 .--img {
    width: 100%;
    height: 270px;
}

.itemHotel1 .--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemHotel1 .--txt {
    padding: 12px;
}

.itemHotel1 .--name {
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition-all);
    margin-bottom: 4px;
}

.itemHotel1 .--info {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    gap: 12px;
}

.itemHotel1 .--location span,
.itemHotel1 .--name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.itemHotel1 .--location {
    display: flex;
    gap: 4px;
}

.itemHotel1 .--location span {
    font-size: 12px;
}

.itemHotel1 .--price {
    color: var(--color-3);
    display: flex;
    flex-flow: column;
}

.itemHotel1 .--price span {
    color: #dd3f3f;
    font-size: 18px;
    font-weight: bold;
}

.itemHotel1 .--star {
    display: flex;
    gap: 4px;
    color: var(--color-5);
}

@media (max-width: 640px) {
    .itemHotel1 .--img {
        height: 200px;
    }
}

.travelTips {
    padding: 100px 0;
}

.travelTips .titleFrame {
    margin-bottom: 40px !important;
}

.travelTips .--listImg {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

.travelTips .--listImg .--img {
    border-radius: 12px;
    overflow: hidden;
}

.travelTips .--listImg .--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travelTips .--listImg .--img:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    height: 356px;
}

.travelTips .--listImg .--img:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    height: 170px;
}

.travelTips .--listImg .--img:last-child {
    grid-row-start: 2;
    grid-row-end: 3;
    height: 170px;
}

@media (max-width: 640px) {
    .travelTips {
        padding: 60px 0;
    }

    .travelTips .--listImg {
        display: flex;
        flex-flow: column;
    }

    .travelTips .--listImg .--img:first-child {
        height: 170px;
    }
}

.PostBanner {
    width: 100%;
    overflow: hidden;
}

.PostBanner.width {
    border-radius: 20px;
}

.PostBanner.height {
    border-radius: 12px;
}

.PostBanner img {
    width: 100%;
}

.lastestPost {
    padding: 80px 0;
    background: var(--color-2);
    border-radius: 50px;
}

.lastestPost .--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.lastestPost .--content {
    display: flex;
    gap: 40px;
}

.lastestPost .--listNews {
    flex: 1;
}

.lastestPost .itemNews {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
}

.lastestPost .itemNews:first-child {
    margin-bottom: 12px;
}

.lastestPost .itemNews:nth-child(2) {
    margin-bottom: 32px;
}

.lastestPost .itemNews .--img {
    border-radius: 6px;
}

.lastestPost .itemNews .timeCate {
    margin-bottom: 0;
}

.lastestPost .--newsHot {
    flex: 1;
}

.lastestPost .--newsHot .--img {
    width: 100%;
    height: 410px;
    border-radius: 16px;
    overflow: hidden;
}

.lastestPost .--newsHot .--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lastestPost .--newsHot .--name {
    font-size: 24px;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    line-height: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
    transition: var(--transition-all);
}

.lastestPost .--newsHot .--name:hover {
    color: var(--color-4);
}

.lastestPost .--newsHot .timeCate {
    margin-top: 24px;
    font-size: 14px;
    margin-bottom: 8px;
}

@media (max-width: 640px) {
    .lastestPost {
        padding: 60px 0;
        border-radius: 24px;
    }

    .lastestPost .--content {
        flex-flow: column;
    }

    .lastestPost .--top {
        margin-bottom: 24px;
    }

    .lastestPost .--newsHot .--img {
        height: 200px;
    }

    .lastestPost .--newsHot .--name {
        font-size: 20px;
        line-height: 28px;
    }

    .lastestPost .itemNews .timeCate {
        flex-flow: column;
        margin-top: 12px;
        gap: 4px;
        align-items: flex-start;
    }

    .lastestPost .itemNews .timeCate .--cate::after {
        display: none;
    }

    .lastestPost .itemNews .timeCate .--time {
        font-size: 12px;
    }

    .lastestPost .btn-1 {
        margin: 24px auto 0;
    }
}


.itemNews {
    display: flex;
    gap: 16px;
}

.itemNews .--img {
    width: 150px;
    height: 100px;
}

.itemNews .--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemNews .--txt {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.itemNews .--name {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
    transition: var(--transition-all);
}

.itemNews article {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.itemNews .timeCate {
    margin-bottom: 8px;
}

.itemNews:hover .--name {
    color: var(--color-4) !important;
}

@media (max-width: 640px) {
    .itemNews {
        gap: 12px;
    }

    .itemNews .--img {
        width: 90px;
        height: auto;
        min-height: 70px;
    }

    .itemNews .--name {
        font-size: 16px;
        line-height: normal;
        -webkit-line-clamp: 2;
    }
}

.itemNews1 {
    color: #000;
    transition: var(--transition-all);
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d1d1d1;
}

.itemNews1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.itemNews1 .--name {
    position: relative;
    padding-left: 12px;
    color: #000 !important;
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.itemNews1 .--name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background: var(--color-1);
}

.itemNews1 .--name:hover {
    color: var(--color-4) !important;
}


.AllDiscover {
    padding-bottom: 100px;
}

.AllDiscover .--listDiscover {
    display: flex;
    gap: 20px;
}

.AllDiscover .titleFrame {
    margin-bottom: 32px;
}

.AllDiscover .itemDiscover {
    flex: 1;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.AllDiscover .itemDiscover:nth-child(1) {
    background: #f3f3f3;
}

.AllDiscover .itemDiscover:nth-child(2) {
    background: rgba(241, 90, 37, 0.1);
}

.AllDiscover .itemDiscover:nth-child(3) {
    background: rgba(17, 180, 216, 0.1);
}

.AllDiscover .itemDiscover:nth-child(4) {
    background: rgba(93, 183, 153, 0.1);
}

.AllDiscover .itemDiscover .--name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.AllDiscover .itemDiscover .--info {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.AllDiscover .itemDiscover .--viewDetail {
    color: #494949;
    transition: var(--transition-all);
}

.AllDiscover .itemDiscover .--viewDetail:hover {
    color: var(--color-1);
}

.AllDiscover .itemDiscover .--icon {
    width: 52px;
    height: 45px;
    object-fit: contain;
}

@media (max-width: 640px) {
    .AllDiscover {
        padding-bottom: 60px;
    }

    .AllDiscover .--listDiscover {
        flex-flow: column;
    }
}

.titleFrame {
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
}

@media (max-width: 640px) {
    .titleFrame {
        font-size: 32px;
        line-height: 40px;
    }
}

.segTitle {
    font-size: 62px;
    line-height: 82px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .segTitle {
        font-size: 32px;
        line-height: 40px;
    }
}

.Banner {
    padding: 160px 0;
    position: relative;
}

.Banner .--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.Banner .--img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50.7% 59.88% at 50% 50%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.Banner .--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.Banner .--txt {
    text-align: center;
}

.Banner .segTitle {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .Banner {
        padding: 0;
    }

    .Banner .--img {
        position: relative;
        top: unset;
        left: unset;
    }

    .Banner .--img img {
        min-height: 500px;
    }

    .Banner .container-fluid {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate(0, -50%);
    }
}


.newsHot {
    padding: 80px 0;
    position: relative;
    background: var(--color-2);
}

.newsHot .titleFrame {
    margin-bottom: 40px !important;
    text-align: center;
}

.newsHot .itemNews {
    display: flex !important;
    margin: 0 16px;
    gap: 0;
    opacity: 0.3;
    height: -moz-max-content;
    height: max-content;
}

.newsHot .itemNews.slick-center {
    opacity: 1;
}

.newsHot .itemNews .--img {
    width: 480px;
    height: 330px;
}

.newsHot .itemNews .timeCate {
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.newsHot .itemNews .--txt {
    justify-content: space-between;
    width: 520px;
    background: #fff;
    padding: 20px 20px 20px 32px;
}

.newsHot .itemNews h6 {
    position: relative;
}

.newsHot .itemNews h6::after {
    content: "";
    position: absolute;
    top: calc(100% - 20px);
    border-bottom: 1px solid var(--color-1);
    width: 40px;
    left: 0;
}

.newsHot .itemNews .--name {
    margin-bottom: 40px;
    line-height: 28px;
    height: 56px;
    font-size: 20px;
}

.newsHot .itemNews article {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    height: 96px;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}

@media (max-width: 640px) {
    .newsHot {
        padding: 60px 0;
    }

    .newsHot .titleFrame {
        margin-bottom: 24px !important;
    }

    .newsHot .itemNews {
        flex-flow: column;
        width: 300px;
        margin: 0 6px;
        opacity: 1;
    }

    .newsHot .itemNews .--img {
        width: 100%;
        height: 220px;
    }

    .newsHot .itemNews .--txt {
        width: 100%;
        padding: 16px;
    }

    .newsHot .itemNews .--name {
        -webkit-line-clamp: 2;
    }

    .newsHot .itemNews article {
        margin-bottom: 24px;
        -webkit-line-clamp: 3;
        height: 72px;
    }
}

/*modify*/
body {
    font-family: 'SVN-Gilroy', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 130%;
    font-family: 'SVN-Gilroy', sans-serif;
}

@media (min-width: 1270px) {
    .container {
        width: 1270px;
        margin: 0 auto;
    }
}

#myNavbar ul li a {
    font-family: 'SVN-Gilroy', sans-serif;
}

@media (min-width: 767px) {
    #menu-home a.logo {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    #menu-home a.logo {
        top: -3px;
        z-index: 10;
        left: 41%;
    }
}


/* News */
.newsAll {
    padding: 80px 0;
}

.newsAll .--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.newsAll .--search {
    position: relative;
}

.newsAll .--search input {
    height: 44px;
    border-radius: 30px;
    padding: 0 32px 0 12px;
    border: 1px solid #ededed;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 320px;
}

.newsAll .--search input:focus,
.newsAll .--search input:focus-visible {
    outline: none;
    border: 1px solid var(--color-1);
}

.newsAll .--search img {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
}

.newsAll .itemNews {
    flex-flow: column;
    gap: 24px;
    margin-bottom: 40px;
}

.newsAll .itemNews .--img {
    width: 100%;
    height: 210px;
    border-radius: 16px;
}

.newsAll .itemNews .timeCate {
    margin-bottom: 14px;
}

.newsAll .itemNews .--name {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 28px;
    min-height: 56px;
}

.newsAll .pagination {
    margin-top: 0;
}

.newsAll .tab-content {
    margin-top: 32px;
}

.newsAll .--listNews .col-md-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.newsAll .pagination-container {
    display: flex;
    justify-content: center;
}

.Discover {
    color     : #fff;
    padding   : 170px 0 120px;
    text-align: center;
    position  : relative;
    background: #f3f3f3;
}

.Discover .--img {
    position     : absolute;
    top          : 0;
    left         : 0;
    width        : 100%;
    height       : 100%;
    border-radius: 12px;
    overflow     : hidden;
}

.Discover .--img::after {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.Discover .--img img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
}

.Discover .container-fluid {
    position: relative;
    z-index : 1;
}

.Discover .titleFrame {
    background             : #fff;
    background-clip        : text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Discover .subTitle {
    font-family: var(--font-Colatin);
    font-size  : 68px;
    line-height: 70%;
}

.Discover .btn-2 {
    margin                 : 44px auto 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter        : blur(2px);
}

@media (max-width: 640px) {
    .Discover {
        padding: 80px 0;
    }

    .Discover .subTitle {
        font-size: 40px;
    }

    .Discover .--img {
        border-radius: 24px;
    }

    .Discover .btn-2 {
        margin-top: 24px;
    }
}

/* custom pagination */
.pagination-hnm > li > a,
.pagination-hnm > li > span {
    padding: 0;
    border-radius: 50% !important;
    color: #000;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background-color: transparent;
    font-size: 16px;
}

.pagination-hnm > li.active > a,
.pagination-hnm > li.active > span {
    border: 1px solid !important;
    background-color: var(--color-1);
}


@media (max-width: 640px) {
    .newsAll {
        padding: 60px 0;
    }

    .newsAll .--top {
        flex-flow: column;
        align-items: flex-start !important;
    }

    .newsAll .--search {
        width: 100%;
    }

    .newsAll .--search input {
        width: 100%;
    }

    .newsAll .itemNews {
        margin-bottom: 24px;
    }

    .newsAll .pagination {
        margin-top: 16px;
    }
}

/*Menu*/
#menu-home #m-menubar {
    padding-left: 0;
}

.menu-home-HNM {
    width: 100%;
}

#languageHeader, #languageHeaderMobile {
    border: none;
    cursor: pointer;
}

.login-btn {
    min-width: 100px;
    display: flex;
    justify-content: end;
}
.login-btn .dropdown {
    cursor: pointer;
}
header .--listPopup {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 auto;
}

header .--listPopup .--item.--itemPost .--name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

header .--listPopup .--name {
    font-weight: 600;
    font-size: 18px !important;
    color: #000 !important;
    transition: var(--transition-all);
    margin-bottom: 0;
}

header .--listPopup .--img {
    width: 100%;
    height: 170px;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}

header .--listPopup .--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header .--listPopup.--listPopup-2 .--img {
    height: 260px;
}

header .--listPopup.--listPopup-3 .--img {
    height: 190px;
}

header .--listPopup.--listPopup-4 .--img {
    height: 150px;
}

header .--listPopup .--item {
    flex: 1;
}

header .--listPopup .--item:hover .--name {
    color: var(--color-1) !important;
}

header .--listPopup .--item.active .--name {
    color: var(--color-1) !important;
}

header .popHeader {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    background: #fff;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transform: translate(0, 40px);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-all);
}

header .popHeader.active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

header .popHeader .--content {
    display: flex;
    gap: 32px;
}

header .popHeader .--content .tab-content {
    flex: 1;
}

header .popHeader .btn-1 {
    margin: 32px 0 0 auto;
}

header .popHeader .nav {
    flex-direction: column;
    width: 240px;
    border-left: 1px solid #ededed;
    height: -moz-max-content;
    height: max-content;
}

header .popHeader .nav-link {
    font-weight: 600;
    border-radius: unset;
    width: -moz-max-content;
    color: #000;
    font-size: 18px;
    width: 100%;
    transition: var(--transition-all);
    padding: 10px 20px;
    height: -moz-max-content;
    height: max-content;
    text-align: left;
}

header .popHeader .nav-link:hover {
    background: #eee;
}

header .popHeader .nav-link.active {
    background: none;
    border-left: 3px solid var(--color-1);
    color: var(--color-1);
    padding-left: 20px;
}

header .popHeader .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}

#myNavbar ul li a:hover:before {
    display: none;
}

#myNavbar ul li a:hover {
    color: var(--color-1);
    background-color: unset;
}

#menu-home .nav li.active > a {
    color: var(--color-1);
}

@media (min-width: 1024px) {
    .--menu {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .--menu .--nameMenu {
        color: #000;
        text-transform: uppercase;
        transition: var(--transition-all);
        font-weight: 600;
        padding: 32px 0;
        position: relative;
        cursor: pointer;
    }

    #menu-home #m-menubar {
        display: flex;
        justify-content: center;
    }

    .menu-home-inner {
        justify-content: space-between;
    }

    .header.sticky-header {
        position: fixed;
        z-index: 10;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        transition: var(--transition-all);
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .header.sticky-header.change {
        background: #fff;
        border-bottom: 2px solid #eee;
        height: 60px;
    }
}

.header .--right {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 768px) {
    .header .--right {
        display: none;
    }
}

.header .--logo img {
    max-width    : 160px;
    max-height   : 45px;
    width        : 100%;
    height       : auto;
    -o-object-fit: contain;
    object-fit   : contain;
}

.header .--weather {
    border-radius: 30px;
    border: 1px solid var(--color-3);
    color: var(--color-3);
    backdrop-filter: blur(20px);
    padding: 4px 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: center;
    gap: 3px;
}

.header .--search {
    position: relative;
    transition: var(--transition-all);
    cursor: pointer;
}

.header .--search i {
    transition: var(--transition-all);
    position: relative;
    z-index: 1;
}

.header .--search input {
    position: absolute;
    right: 0;
    width: 0;
    border: 1px solid transparent;
    height: 32px;
    opacity: 0;
    pointer-events: none;
    border-radius: 30px;
    transition: var(--transition-all);
    top: 50%;
    transform: translate(0, -50%);
}

.header .--search input:focus, .header .--search input:focus-visible {
    outline: none;
    border: 1px solid var(--color-1);
}

.header .--search.active input {
    width: 200px;
    opacity: 1;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, 0.3019607843);
    padding: 0 32px 0 12px;
}

.header .--search.active i {
    color: #000;
    transform: translate(-10px, 0);
}

.header .--language {
    display: flex;
    gap: 6px;
    position: relative;
}

.header .--language img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    pointer-events: none;
}

.header .--language .nice-select {
    background: none;
    border: none;
    padding-left: 30px;
    height: auto;
    padding-right: 16px;
}

.header .--language .nice-select::after {
    border-bottom: 2px solid #fff;
    right: 2px;
    border-right: 2px solid #fff;
}


.mobile-nav {
    display: none;
}

header .--listPopup {
    display        : flex;
    justify-content: center;
    gap            : 32px;
    margin         : 0 auto;
}

header .--listPopup.--listPopup-2 .--img {
    height: 260px;
}

header .--listPopup.--listPopup-3 .--img {
    height: 190px;
}

header .--listPopup.--listPopup-4 .--img {
    height: 150px;
}

header .--listPopup .--item {
    flex: 1;
}

header .--listPopup .--item:hover .--name {
    color: var(--color-1);
}

header .--listPopup .--item.active .--name {
    color: var(--color-1);
}

header .--listPopup .--item.--itemPost .--name {
    overflow          : hidden;
    text-overflow     : ellipsis;
    -webkit-line-clamp: 2;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    font-size         : 14px;
}

header .--listPopup .--name {
    font-weight  : 600;
    color        : #000;
    transition   : var(--transition-all);
    margin-bottom: 0;
}

header .--listPopup .--img {
    width        : 100%;
    height       : 170px;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow     : hidden;
}

header .--listPopup .--img img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
}

header .popHeader {
    position      : absolute;
    top           : calc(100% + 1px);
    left          : 0;
    width         : 100%;
    background    : #fff;
    padding       : 24px 0;
    border-bottom : 1px solid rgba(0, 0, 0, 0.08);
    transform     : translate(0, 40px);
    opacity       : 0;
    pointer-events: none;
    transition    : var(--transition-all);
}

header .popHeader.active {
    opacity       : 1;
    pointer-events: auto;
    transform     : none;
}

header .popHeader .--content {
    display: flex;
    gap    : 32px;
}

header .popHeader .--content .tab-content {
    flex: 1;
}

header .popHeader .btn-1 {
    margin: 32px 0 0 auto;
}

header .popHeader .nav {
    flex-direction: column;
    width         : 240px;
    border-left   : 1px solid #ededed;
    height        : -moz-max-content;
    height        : max-content;
}

header .popHeader .nav-link {
    font-weight  : 600;
    border-radius: unset;
    width        : -moz-max-content;
    color        : #000;
    font-size    : 18px;
    width        : 100%;
    transition   : var(--transition-all);
    padding      : 10px 20px;
    height       : -moz-max-content;
    height       : max-content;
    text-align   : left;
}

header .popHeader .nav-link:hover {
    background: #eee;
}

header .popHeader .nav-link.active {
    background  : none;
    border-left : 3px solid var(--color-1);
    color       : var(--color-1);
    padding-left: 20px;
}

header .popHeader .nav-link:focus-visible {
    outline   : none;
    box-shadow: none;
}

@media (max-width: 990px) {
    .wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .custom-social {
        top: 50% !important;
    }
    .menu-home-HNM {
        display: none;
    }

    .mobile-nav {
        height       : 80px;
        display      : flex;
        align-items  : center;
        border-bottom: 1px solid var(--color-1);
        background   : #fff;
    }

    .mobile-nav.change .--search.active input {
        border: 1px solid rgba(0, 0, 0, 0.3019607843);
    }

    .mobile-nav.change .--search i {
        color: var(--color-3);
    }

    .mobile-nav.change .--weather {
        border: 1px solid var(--color-3);
        color : var(--color-3);
    }

    .mobile-nav .--closeLanguage {
        display        : flex;
        justify-content: space-between;
        align-items    : center;
        margin-bottom  : 24px;
    }

    .mobile-nav .--language .nice-select {
        font-size   : 20px;
        padding-left: 40px;
    }

    .mobile-nav .--language .nice-select span {
        color: var(--color-3);
    }

    .mobile-nav .--language .nice-select::after {
        border-bottom: 2px solid var(--color-3);
        border-right : 2px solid var(--color-3);
    }

    .mobile-nav .--language img {
        width        : 30px;
        border-radius: 4px;
    }

    .mobile-nav .--popMenu {
        position  : fixed;
        top       : 0;
        right     : -100vw;
        width     : 100vw;
        height    : 100vh;
        opacity   : 0;
        transition: var(--transition-all);
        background: #fff;
        padding   : 20px;
        z-index   : 9;
        display   : flex;
        flex-flow : column;
    }

    .mobile-nav .--popMenu.active {
        right  : 0;
        opacity: 1;
    }

    .mobile-nav .--popMenu .close {
        width          : 40px;
        height         : 40px;
        display        : flex;
        align-items    : center;
        justify-content: center;
        background     : var(--color-1);
        border-radius  : 50%;
        font-size      : 20px;
        color          : #fff;
    }

    .mobile-nav .--popMenu .--menu {
        margin-bottom: 24px;
        overflow-y   : auto;
        flex         : 1;
        width        : calc(100% + 20px);
        padding-right: 20px;
    }

    .mobile-nav .--popMenu .--menu .--nameMenu {
        color          : #000;
        font-size      : 20px;
        padding        : 8px 0;
        width          : 100%;
        justify-content: space-between;
        font-weight    : 600;
        background     : transparent;
        border         : none;
        display        : flex;
        align-items    : center;
    }

    .mobile-nav .--popMenu .--menu .--itemMenu {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.active .--nameMenu {
        color: var(--color-1);
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.active .--nameMenu::after {
        color: var(--color-1);
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.--sub .--nameMenu::after {
        content       : "\f068";
        font          : normal normal normal 14px/1 FontAwesome;
        font-size     : 16px;
        text-rendering: auto;
        color         : #000;
        transition    : var(--transition-all);
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.--sub .--nameMenu.collapsed::after {
        content: " +";
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.--sub .--subMenu {
        padding-left: 20px;
        display     : flex;
        flex-flow   : column;
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.--sub .--subMenu .--itemSubMenu {
        color        : #000;
        font-size    : 20px;
        padding      : 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
    }

    .mobile-nav .--popMenu .--menu .--itemMenu.--sub .--subMenu .--itemSubMenu:last-child {
        border-bottom: none;
    }

    .mobile-nav .--popMenu .--menu .--nameSubMenu {
        border         : none;
        background     : transparent;
        display        : flex;
        align-items    : center;
        justify-content: space-between;
        padding        : 0;
        width          : 100%;
        color          : #000;
    }

    .mobile-nav .--popMenu .--menu .--itemSubMenu.--sub2 .--nameSubMenu::after {
        content       : "\f068";
        font          : normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        font-size     : 16px;
    }

    .mobile-nav .--popMenu .--menu .--itemSubMenu.--sub2 .--nameSubMenu.collapsed::after {
        content: " +";
    }

    .mobile-nav .--popMenu .--menu .--subMenu2 {
        display  : flex;
        flex-flow: column;
    }

    .mobile-nav .--popMenu .--menu .--itemSubMenu2 {
        font-size         : 18px;
        color             : #000;
        padding           : 4px 0;
        position          : relative;
        overflow          : hidden;
        padding-left      : 32px;
        text-overflow     : ellipsis;
        -webkit-line-clamp: 2;
        display           : -webkit-box;
        -webkit-box-orient: vertical;
    }

    .mobile-nav .--popMenu .--menu .--itemSubMenu2::before {
        content      : "";
        position     : absolute;
        top          : 16px;
        left         : 16px;
        height       : 5px;
        width        : 5px;
        border-radius: 50%;
        background   : #000;
    }

    .mobile-nav .header-mobile {
        display        : flex;
        align-items    : center;
        justify-content: space-between;
    }

    .mobile-nav .--tab {
        display  : flex;
        flex-flow: column;
        gap      : 6px;
    }

    .mobile-nav .--tab p {
        width        : 32px;
        height       : 2px;
        background   : var(--color-3);
        margin-bottom: 0;
    }

    .mobile-nav .--right {
        display    : flex;
        align-items: center;
        gap        : 12px;
    }

    .mobile-nav .--language .nice-select span {
        color: var(--color-3);
    }
}

footer {
    background-color: #f3f3f3;
    color: #000;
}

.footer-inner {
    box-shadow: unset;
}

.footer-inner h3.text-orag {
    color: #000 !important;
}

.sp-module-title:after {
    background-color: #000;
}

.footer-menu a {
    color: var(--color-1);
}

.menu-home-inner {
    padding: 0;
}

ul.footer-visit-num > li{
    display: flex;
    line-height: 26px;
}

.footer-visit-num li span {
    font-weight: 600;
    color: var(--color-1);
}

.footer-visit-num span.visit-label{
    flex: 2;
}

.footer-visit-num span.visit-value{
    flex: 1;
}