body,
html {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    list-style: none;
    line-height: 1.5;
    color: #000
}
.home-banner .box-img {
    aspect-ratio: 1920/700;
}
.home-banner .box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
:root {
    --white: #fff;
    --black: #000;
    --primary:rgb(181 149 105);
    --second: #fab55a;
    --third: #ffc600;
    --body: #222
}

@font-face {
    font-family: google sans;
    src: url(/themes/bandoanuong/assets/GoogleSansTTF/GoogleSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: google sans;
    src: url(/themes/bandoanuong/assets/GoogleSansTTF/GoogleSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: google sans;
    src: url(/themes/bandoanuong/assets/GoogleSansTTF/GoogleSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: google sans;
    src: url(/themes/bandoanuong/assets/GoogleSansTTF/GoogleSans-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: google sans;
    src: url(/themes/bandoanuong/assets/GoogleSansTTF/GoogleSans-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: google sans;
    src: url(/themes/bandoanuong/assets/GoogleSansTTF/GoogleSans-BoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}


.asise {
    position: sticky;
    height: 100%;
    top: 0;
}

a,
button {
    transition: all ease .4s
}

.box-img img {
    width: 100%
}

.back-to-top #to-top {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out 0.4s;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #ffc000;
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999;
}

.back-to-top #to-top i {
    color: #fff;
}

.back-to-top.active #to-top {
    bottom: 40px;
}

.icon .calendar {
    font-size: 15px;
    width: 14px;
    background: url(../images/icon-calendar.png) left center no-repeat;
    background-size: auto;
    text-indent: -9999px;
    background-size: 13px;
    display: inline-block;
    height: 13px;
    line-height: 21px
}

section {
    padding-top: 30px
}

[class^=home-] h2,
.aside h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da;
}

[class^=home-] h2::before,
.aside h2::before {
    bottom: -2px;
    width: 60px;
    position: absolute;
    background: var(--second);
    content: "";
    height: 3px;
}

[class^=home-] h2 a {
    color: #000
}

[class^=home-] h2 a:hover {
    color: var(--second);
}

.home-cat .box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-cat .box-title .primary-btn {
    border-bottom: 1px solid var(--primary);
    color: #ffc600;
}

.blog-item {
    margin-bottom: 20px
}

.blog-item .box-img {
    aspect-ratio: 16/9;
    margin-bottom: 10px
}

.blog-item .box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.blog-item .box-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-item .box-content h4 a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.5;
}

.blog-item .box-content h4 a:hover {
    color: var(--primary)
}

.home-aside {
    border: 1px solid #cecece
}

.home-aside .tab-content {
    height: 505px;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff
}

.home-aside .tab-content .blog-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece
}

.home-aside .tab-content .blog-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.hidden {
    display: none;
}

.home-aside .head .nav {
    border-bottom: 0;
    display: flex;
}

.home-aside .head {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #cdcdcd;
}

.home-aside .head .nav li {
    width: 50%
}

.home-aside .head .nav li a {
    height: 54px;
    display: flex;
    background: #f4f4f4;
    position: relative;
    align-items: center;
    padding-left: 30px;
    font-weight: 700;
    color: #000
}

.home-aside .head .nav li.active a {
    background: #fff
}

.home-aside .head .nav li:first-child a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 54px solid transparent;
    border-left: 54px solid #f4f4f4;
    position: absolute;
    transition: all ease .4s;
    top: 0;
    right: -26px;
    z-index: 1
}

.home-aside .head .nav li:first-child.active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 54px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 54px solid #fff;
    position: absolute;
    top: 0;
    right: -26px
}

.home-aside .head .nav li:last-child a::before {
    content: "";
    display: block;
    width: 0;
    transition: all ease .4s;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 54px solid transparent;
    border-right: 54px solid #f4f4f4;
    position: absolute;
    top: 0;
    left: -26px;
    background: #fff
}

.home-aside .head .nav li:last-child.active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 54px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 54px solid #fff;
    position: absolute;
    top: 0;
    left: -26px;
    background: #fff
}

.box-meta {
    font-size: 13px;
    color: #666
}

.box-meta span {
    margin-right: 20px;
    position: relative;
    padding-left: 18px;
}

.box-meta span i {
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 1px;
}

.box-meta a {
    position: relative;
    color: var(--primary)
}

.box-meta a::before {
    left: -10px;
    top: 2px;
    background: #cdcdcd;
    height: 13px;
    width: 1px;
    position: absolute;
    content: ""
}

.box-meta a:hover {
    color: var(--second)
}

.detail .panel-body figure.article.center {
  padding: 8px 8px 0;
  background-color: var(--primary);
  margin-bottom: 20px;
}
.detail .panel-body figure.article.center img {
    margin-bottom: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
}

 .detail .panel-body figure.article.center figcaption {
  margin: 0;
  padding: 10px 0;
  color: var(--white);
}

.nav-tabs>li.active>a {
    border: 0 !important;
    border-radius: 0;
}

.article .box-content {
    width: 35%;
    padding: 30px;
    color: #fff
}

.article .box-content h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px
}

.article .box-content h4 a {
    color: #fff
}

.article .box-content h4 a:hover {
    color: var(--primary)
}

.article .box-content .box-meta {
    color: #fff;
    margin-bottom: 10px
}

.article .box-content .box-meta i {
    filter: brightness(0) invert(1);
    margin-right: 5px;
}

.article .box-img {
    width: 65%;
    position: relative
}

.article .box-img::before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #333;
    background: linear-gradient(90deg, #333 30%, transparent 100%)
}

@media (max-width:992px) {
    .article {
        flex-direction: column;
    }

    .article .box-img {
        width: 100%;
        position: relative;
        order: 0;
    }

    .article .box-content {
        width: 100%;
        padding: 30px;
        color: #fff;
        order: 1;
        padding: 15px 20px;
    }

    .article .box-content h4 {
        margin-top: 0;
    }

    .article .box-img::before {
        display: none;
    }

    /* BEGIN: ĐOÀN UPDATE MENU */
    .header .vuta-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* END: ĐOÀN UPDATE MENU */
}

.home-second .box-title {
    display: flex;
    align-items: center
}

.home-second .box-title h2 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: url(../images/icon-bolt.png) left -2px no-repeat;
    text-transform: uppercase;
    padding-left: 20px;
    margin-right: 20px
}

.hastag-slider {
    margin-bottom: 20px
}

.hastag-slider a {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 42px;
    color: #f60;
    padding: 0 15px;
    background: #fff
}

.hastag-slider a:hover {
    background: #f60;
    color: #fff;
    border: 1px solid #f60
}

.header .header-top {
    padding: 10px 0;
    background: var(--primary);
}

.header .header-top .vuta-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .header-top .list-top {
    display: flex;
    gap: 20px
}

.header .header-top .list-top li {
    color: #464646;
    position: relative
}

.header .header-top .list-top li::before {
    position: absolute;
    top: 2px;
    right: -12px;
    background: #cecece;
    height: 15px;
    content: "";
    width: 1px
}

.header .header-top .list-top li:last-child::before {
    display: none
}

.header .header-top .list-top li a {
    color: #464646
}

.header .header-top .list-top li a:hover {
    color: var(--primary)
}

.header .header-top .form-search {
    position: relative
}

.header .header-top .form-search input {
    width: 100%;
    height: 35px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 35px;
    padding: 0 15px;
    padding-right: 35px
}

.header .header-top .form-search button {
    position: absolute;
    border-radius: 0 30px 30px 0;
    height: 35px;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second);
    width: 35px;
    color: #fff;
    border: 1px solid #fff;
}

.header .header-top .qc-btn {
    background: url(../images/icon-contact-ads.png) center center no-repeat;
    background-size: auto;
    display: inline-block;
    background-size: cover;
    font-weight: 700;
    color: #222;
    height: 46px;
    width: 300px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    text-shadow: 2px 0 3px #fff;
    text-transform: uppercase;
    margin-top: 10px
}

.header .header-top .qc-btn:hover {
    color: var(--second)
}

.header .header-bottom {
    padding: 10px 0;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid #cdcdcd
}

.header .header-bottom .header-menu #menu {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.header .header-bottom .header-menu #menu>li {
    position: relative
}

.header .header-bottom .header-menu #menu>li::before {
    right: -16px;
    height: 15px;
    width: 1px;
    background: #cecece;
    position: absolute;
    content: "";
    top: 4px
}

.header .header-bottom .header-menu #menu>li:last-child::before {
    display: none
}

.header .header-bottom .header-menu #menu>li .link>a {
    color: #000;
    font-size: 15px
}

.header .header-bottom .header-menu #menu>li .link>a i {
    margin-right: 5px
}

.header .header-bottom .header-menu #menu>li .link>a:hover {
    color: var(--second)
}

.header .header-bottom .header-menu #menu .dropdown {
    position: relative
}

.header .header-bottom .header-menu #menu .dropdown .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 10px);
    transition: all ease .4s
}

.header .header-bottom .header-menu #menu .dropdown .sub-menu li a {
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    color: #000
}

.header .header-bottom .header-menu #menu .dropdown .sub-menu li a:hover {
    background: var(--primary);
    color: #fff
}

.header .header-bottom .header-menu #menu .dropdown:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all ease .4s
}

.treeview li {
    background: unset !important;
    padding: 0 !important;
}

.treeview li a {
    color: #000;
}

.treeview li a:hover {
    color: var(--primary);
}

.footer .footer-main {
    background: var(--primary);
    border-top: 2px solid var(--primary);
}

.footer .footer-mid {
    padding: 30px 0 20px 0;
    background: var(--third);
}

.footer .footer-mid .box-img {
    text-align: center;
}

.footer .footer-mid .social ul {
    display: flex;
    gap: 10px;
    justify-content: right;
}

.footer .footer-mid .social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.footer .footer-mid .social ul li a:hover {
    background: var(--second);
}

.footer .footer-bottom {
    padding: 20px 0;
    color: #999;
    display: none;
}

.footer .footer-bottom .list-contact li {
    margin-bottom: 10px;
}

.footer .footer-bottom .list-contact li a {
    color: var(--second);
}

.footer .copyright {
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    background: #333;
}

.home-blog {
    margin-bottom: 30px;
}

.footer .copyright p {
    margin-bottom: 0;
    text-align: center;
    color: #fff
}

.footer .copyright p a {
    color: var(--second);
}

.body {
    margin-top: 20px;
}

.breadcrumbs-wrap ul {
    padding: 24px 0;
    display: flex;
    gap: 18px;
}

.breadcrumbs-wrap ul li a {
    color: #000;
}

.breadcrumbs-wrap ul li {
    position: relative;
}

.breadcrumbs-wrap ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    left: -12px;
    top: 8px;
}

.breadcrumbs-wrap ul li:first-child::before {
    display: none;
}

.breadcrumbs-wrap ul li:last-child a {
    color: var(--second);
}

.m-bottom {
    margin-bottom: 10px;
}

#news-bodyhtml figure {
    width: 100% !important
}

#news-bodyhtml figure img {
    width: 100% !important;
}

figcaption {
    text-align: center;
    margin: 10px 0;
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
    caption-side: bottom;
    margin-bottom: 20px;
}

table thead th {
    font-weight: bold;
}

table td,
table th {
    padding: 10px;
    border: 1px solid #cdcdcd;
}

table tbody tr th>p,
table tbody tr td>p {
    margin: 0;
}

table caption {
    padding: 5px;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    margin-bottom: 10px;
    font-style: italic;
}

#open-menu {
    display: none;
}

ul.related {
    margin: 10px 0;
}

.mobile {
    display: none;
}
.header-menu-mobile {
    display: none;
}
@media (max-width:1200px) {
    .header-top {
        display: none;
    }
    .header-menu-mobile {
        display: block;
        min-width: 25px;
    }

    .header-menu {
        position: fixed;
        left: -500px;
        height: 100vh;
        top: 0;
        z-index: 1111;
        background: #fff;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
        transition: all ease 0.4s;
    }

    .header-menu.active {
        left: 0;
    }

    .header-menu #menu {
        display: block !important;
        min-width: 330px;
    }

    .header-menu #menu li::before {
        display: none;
    }

    .header-bottom .vuta-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-menu #menu>li .link>a {
        display: flex;
        padding: 10px 15px;
        color: var(--primary) !important;
        align-items: center;
        border-bottom: 1px solid #cecece;
    }

    .header-menu #menu>li .link>a:hover {
        background: var(--second);
        color: #fff !important;
    }

    #open-menu {
        display: block;
        cursor: pointer;
    }

    #open-menu span {
        display: block;
        width: 25px;
        height: 3px;
        background: var(--second);
        margin-bottom: 5px;
    }

    .mobile {
        display: block;
    }

    .header-search i {
        font-size: 20px;
    }

    .home-first {
        padding-top: 15px;
    }
}

.popup-search {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    transition: transform 0.7s ease;
    display: none;
}

.popup-search .popup-content {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.popup-search .close-btn {
    position: absolute;
    color: #fff;
    right: 15px;
    font-weight: 700;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

.popup-search .form-search {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
    min-width: 350px;
}

.popup-search .form-search input {
    background: #fff;
    border: none;
    outline: none;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #272727;
    padding: 15px 30px;
    width: 100%;
}

.popup-search .form-search button {
    position: absolute;
    background: #000;
    border: none;
    height: 60px;
    width: 60px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.4s;
    right: 0;
}

.popup-search .form-search button:hover {
    opacity: 0.8;
}

@media (max-width:992px) {
    .treeview {
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 70px;
        grid-row-gap: 0;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px!important;
    }

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

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

    footer .footer-main [class^="vuta-col-"]:nth-child(4) h3,
    footer .footer-main [class^="vuta-col-"]:nth-child(3) h3 {
        margin-top: 0;
    }

    footer .footer-main [class^="vuta-col-"] .panel-body {
        margin-bottom: 20px;
    }

    footer .footer-main .fanpage {
        text-align: center;
    }

    footer .footer-main .fanpage img {
        max-width: 300px;
    }
}

.box-newscenter {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 10px;
}

.box-newscenter .box-img {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.box-newscenter .blog-item:first-child {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
}



.box-newscenter .blog-item .box-img {
    position: relative;
}

.box-newscenter .blog-item .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    color: #fff !important;
    z-index: 1;
}

.box-newscenter .blog-item .box-img {
    aspect-ratio: 3/2;
}

.box-newscenter .blog-item .box-img {
    margin-bottom: 0;
}

.box-newscenter .blog-item {
    margin-bottom: 0;
}

.box-newscenter .blog-item h4 a {
    color: #fff;
}

.box-newscenter .blog-item h4 a:hover {
    color: var(--second);
}

.box-newscenter .blog-item .box-meta {
    font-size: 13px;
    color: #fff;
}

.box-newscenter .blog-item .box-meta a {
    color: var(--second);
}

.box-newscenter .blog-item .box-meta i {
    filter: brightness(0) invert(1);
}

.box-newscenter .blog-item:nth-child(1) h4 a {
    font-size: 20px;
}

.flex-item {
    display: flex !important;
    gap: 10px;
}

.flex-item .box-img {
    aspect-ratio: 120/80;
    width: 120px;
    height: 80px;
    margin-bottom: 0;
}

.flex-item {
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}

.flex-item:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}

.flex-item .box-content h4 {
    margin-top: 0 !important;
}

.box-cat .first-item h4 a {
    font-size: 16px;
}

.box-cat .first-item p {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.box-cat .first-item h4 {
    margin-bottom: 5px;
}

.box-cat .first-item .box-meta {
    margin-bottom: 5px;
}

.home-first h2 {
    display: none;
}

@media (max-width:992px) {
    .home-first h2 {
        display: block;
    }

    .box-newscenter {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .box-newscenter .blog-item:nth-child(1) {
        min-width: unset;
    }

    .box-newscenter .blog-item {
        width: calc(50% - 5px);
    }
}

@media (max-width:575px) {
    .box-newscenter .blog-item:first-child {
        width: calc(100%);
    }
    .box-newscenter .blog-item {
        width: calc(50% - 5px);
     }

    .home-cat {
        padding-top: 15px;
    }

    .flex-item {
        margin-bottom: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cdcdcd;
    }
}

.home-banner {
    padding-top: 0;
    position: relative;
}

.home-banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 76.32%);
    z-index: 1;
    inset: 0;
}

.home-banner .box-content {
    padding: 150px 0;
    max-width: 600px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.home-banner .box-content h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: 0;
}

.banner-page .box-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.home-banner .box-content h2::before {
    display: none;
}

.offer-slider,
.visit-slider {
    margin: 0 -10px;
}

.offer-slider .item,
.visit-slider .item {
    margin: 10px;
}

.visit-slider .item .box-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.offer-slider .item .box-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.offer-slider .item .box-img::before,
.visit-slider .item .box-img::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.19%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.offer-slider .item .box-img .box-content,
.visit-slider .item .box-img .box-content {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.offer-slider .item .box-img .box-content h4 a,
.visit-slider .item .box-img .box-content h4 a {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.offer-slider .item:hover .box-img .box-content h4 a,
.visit-slider .item:hover .box-img .box-content h4 a {
    color: var(--second);
}

.offer-slider .item .box-img>a,
.visit-slider .item .box-img>a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.offer-slider .item:hover .box-img img,
.visit-slider .item:hover .box-img img {
    transform: scale(1.2);
}

.offer-slider .item .box-img img,
.visit-slider .item .box-img img {
    transition: all ease 0.7s;
}

.slick-arrow {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--second);
    background: #fff;
    z-index: 2;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.slick-arrow.slick-prev {
    left: -10px;
}

.slick-arrow.slick-next {
    right: -10px;
}

.slick-arrow:focus,
.slick-arrow:hover {
    background: #fff;
    opacity: 1;
}

.slick-arrow::before {
    font-size: 18px;
    color: var(--second);
}

.header .vuta-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.form-search input {
    height: 45px;
    padding-right: 50px;
}

.form-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
}

.form-search button i {
    font-size: 18px;
}

.form-search form {
    position: relative;
}

.form-search {
    margin-bottom: 30px;
}

.footer {
    color: #000;
}

.footer section {
    padding: 0;
}

.footer .panel-body {
    padding: 0;
    margin-bottom: 30px;
    padding-left: 15px;
}



.footer .panel-body ul li {
    margin-bottom: 10px;
}

.footer .panel-body ul li a {
    color: #000;
}

.footer .panel-body ul li a:hover {
    color: var(--second);
}

.footer h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.copyright .vuta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright {
    background: #333;
}

.footer .vuta-container .social ul {
    display: flex;
    margin-top: 15px;
    gap: 15px;
}

.footer .vuta-container .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    background: var(--second);
    color: #fff;
    border-radius: 50%;
}

.footer .footer-contact ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer .footer-contact ul li img {
    margin-right: 10px;
    filter: brightness(0) invert(0);
}

.footer .footer-contact ul {
    padding-top: 0;
}

.footer .footer-contact ul li a {
    color: #000;
}

.breadcrumbs-wrap {
    display: block;
}

.detail .panel-body {
    padding: 0;
    border: 0 !important;
}


.detail .panel-body h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 14px;
    margin-top: 0;
}

.detail .panel-default {
    padding: 0;
    border: 0;
    padding-right: 50px;
}

@media (max-width:996px) {
    .detail .panel-default {
        padding: 0;
        border: 0;
        padding-right: 0;
    }
}

.detail .panel-body img {
    width: 100%;
    margin-bottom: 20px;
}

.detail .panel-body .hometext {
    padding: 24px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.detail .panel-body h2 {
    color: #343a40;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.date-and-view {
    display: flex;
    align-items: center;
}

.date-and-view .date {
    padding-left: 22px;
    height: 20px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 20px;
    color: #616971
}

.date-and-view .date::before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/themes/vutablog/assets/images/calendar.svg) no-repeat;
    background-size: contain
}
 article img {
     width: auto !important;
     margin-bottom: 0 !important;
 }
 .detail .panel-body .hometext {
     font-weight: 600;
 }
.date-and-view .view {
    display: inline-block;
    margin-left: 18px;
    padding-left: 22px;
    background: url(/themes/vutablog/assets/images/eye.svg) no-repeat 100%;
    background-position-x: 100%;
    background-position-y: center;
    background-position: left;
}

.detail .panel-body {
    color: #343a40;
}

.detail .panel-body ul {
    padding-left: 30px;
    font-size: 14px;
}

.detail .panel-body ul li {
    list-style: disc;
    margin-bottom: 16px;
}

.detail .panel-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    word-break: break-word;
    margin-bottom: 16px;
}

.detail .panel-body p:empty {
    margin: 0;
}

.detail .panel-body p>img {
    margin-bottom: 4px;
}

.detail .panel-body h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.sticky {
    position: sticky;
    top: 100px;
    height: 100%;
}

.detail .panel-body .detail-related {
    padding-left: 0;
}

.detail .panel-body .detail-related li {
    list-style: none;
}

/* BEGIN: ĐOÀN UPDATE MENU */
.header .vuta-container .header-logo img {
    width: 100px;
}

.header .vuta-container .header-menu #menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.header .vuta-container .header-menu #menu>li {
    position: relative;
}

.header .vuta-container .header-menu #menu>li::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #e9d2b5, var(--primary));
    transition: width 0.3s ease-in;
}

.header .vuta-container .header-menu #menu>li:hover::before,
.header .vuta-container .header-menu #menu>li.active::before {
    width: 100%;
}

.header .vuta-container .header-menu #menu>li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
}

.header .vuta-container .header-menu #menu li.dropdown .dropdown-menu {
    position: absolute;
    margin: 0;
    top: calc(100% + 8px);
    left: 0;
    border-radius: 0;
    background-color: var(--white);
    transition: all 0.3s ease-in;
}

.header .vuta-container .header-menu #menu li.dropdown:hover .dropdown-menu {
    display: block;
    animation: growUp 0.3s ease-in forwards
}

@keyframes growUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header .vuta-container .header-menu #menu li.dropdown .dropdown-menu li a {
    padding: 0;
    line-height: 2;
    color: var(--primary);
    padding: 4px 10px;
}

.header .vuta-container .header-menu #menu>li .link a {
    font-size: 16px;
    color: var(--primary);
}

.header .vuta-container .header-menu #menu li.dropdown .dropdown-menu>li>a {
    font-size: 13px;
    color: var(--primary);
}

.header .vuta-container .header-menu #menu li.dropdown .dropdown-menu>li>a:hover,
.header .vuta-container .header-menu #menu li.dropdown .dropdown-menu>li>a:focus {
    text-decoration: none;
    /* color: #262626; */
    color: var(--white);
    background-color: var(--primary);
}

.vuta-container .detail .panel-body figure.image {
    padding: 8px 8px 0;
    background-color: var(--primary);
    margin-bottom: 20px;
}

.vuta-container .detail .panel-body figure.image img {
    margin-bottom: 0;
}

.vuta-container .detail .panel-body figure.image figcaption {
    margin: 0;
    padding: 10px 0;
    color: var(--white);
}

.vuta-container .detail .panel-body blockquote {
    border-left: 3px solid var(--primary);
    margin: 0 0 20px 20px;
}

.vuta-container .detail .panel-body blockquote p {
    margin-bottom: 0;
    font-style: italic;
}

.header {
    padding: 5px 0;
}

@media (max-width:1200px) {






    .header .vuta-container .header-menu #menu li.dropdown:hover .dropdown-menu {
        display: none;
    }
}

@media (max-width:992px) {
    .home-page {
        padding-bottom: 20px;
    }

    .home-banner .box-content {
        padding: 100px 0;
    }

    .home-banner .box-content h2 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 36px;
    }

    .slick-arrow.slick-prev {
        left: 5px;
    }

    .slick-arrow.slick-next {
        right: 5px;
    }
}

@media (max-width:575px) {
    .detail .panel-body .hometext {
        padding: 10px 0;
    }
}

/* END: ĐOÀN UPDATE MENU */

.toc-wrap {
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #fff6e5;
    border-width: 1px;
    border-color: #d2d6dc;
    margin-bottom: 20px;
    color: #2f2f2f;
}

.toc-wrap .toc-title {
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 15px;
    padding-left: 20px;
    background: var(--primary);
    position: relative;
    cursor: pointer;
}

.toc-wrap .toc-title::before {
    position: absolute;
    top: 8px;
    right: 15px;
    content: "\f0d7";
    font-family: fontawesome;
    transition: all ease 0.5s;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.toc-wrap .toc-title.active::before {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.toc-wrap #toc {
    max-height: 0px;
    overflow: hidden;
    transition: all ease 0.4s;
}

.toc-wrap #toc.active {
    max-height: 5000px;
}

.toc-wrap #toc ul {
    padding: 15px;
}

.toc-wrap #toc ul li {
    list-style: none;
}

.toc-wrap #toc ul li a {
    color: #000;
}

.toc-wrap #toc ul li.toc-h3 a,
.toc-wrap #toc ul li.toc-h4 a,
.toc-wrap #toc ul li.toc-h5 a {
    color: #222;
}

.toc-wrap #toc a:hover {
    color: var(--primary) !important;
}

.toc-wrap #toc .toc-active {
    font-weight: 700;
    color: #2563eb;
}

.toc-wrap #toc .toc-item {
    padding: 0.1em 0;
}

.toc-wrap #toc .toc-item a {
    padding: 0.25em 0.5em;
}

.toc-wrap #toc .toc-h2 {
    margin-left: 0.5em;
}

.toc-wrap #toc .toc-h3 {
    margin-left: 1.75em;
}

.toc-wrap #toc .toc-h4 {
    margin-left: 3em;
}

.toc-wrap #toc .toc-h5 {
    margin-left: 4.25em;
}

.toc-wrap #toc .toc-h6 {
    margin-left: 5.5em;
}

.header.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(181 149 105);
}

.header.fixed-top .vuta-container .header-menu #menu > li .link a {
    color: #fff;
}

.footer .footer-main {
    padding: 15px 0;
}

.footer .footer-logo {
    margin-bottom: 10px;
}
.box-author {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.box-author .author {
    display: flex;
}

.box-author .author .avatar {
    height: 90px;
    width: 90px;
    flex-shrink: 0;
    overflow: hidden;
}

.box-author .author .avatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.box-author .author .author-info {
    padding-left: 20px;
}

.box-author .author .author-info h4 a {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.box-author .author .author-info h4 {
    margin-bottom: 10px;
}

.box-author .author .author-info span {
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
}

.box-author .author-contact {
    padding-top: 20px;
    border-top: 1px dashed rgba(51, 51, 51, 0.5);
}

.box-author .author-contact h5 {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 20px;
}

.box-author .author-contact ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 10px;
    justify-content: space-between;
}

.box-author .author-contact ul li {
    width: calc(50% - 5px);
    list-style: none;
    margin-bottom: 0;
}

.box-author .author-contact ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 8px;
    gap: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    background: var(--second);
}

.box-author .author-contact ul li img {
    width: auto;
    margin-bottom: 0;
}

.box-author .author-contact ul li:last-child a {
    background: #0184E1;
    color: #fff;
}
.detail .panel-body .hometext {
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}
#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 0;
  }
   
  
  /*phone*/
  #button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px;
  }
  
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  
  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite;
  }
  
  .phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  
  .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
  }

  .phone-vr-img-circle img {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
  
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
  
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  
  @-webkit-keyframes zoom2 {
    0% {
      transform: scale(0.9);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent;
    }
  
    100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }
  
  @keyframes zoom2 {
    0% {
      transform: scale(0.9);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent;
    }
  
    100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }
  

  
  .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }
  

  
  #mess img {
    /* width: 35px; */
    border-radius: 50%;
    /* height: 32px; */
  }

  #mess .phone-vr-circle-fill, 
  #zalo-vr .phone-vr-circle-fill {
     box-shadow: none;
    background-color: transparent;
  }
  #mess,
  #zalo-vr {
    text-align: center;
    margin-bottom: 20px;
  } 
  #mess img ,
  #zalo-vr img {
   height: 40px !important;
   width: 40px !important;
   box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  }
  #zalo-vr img {
   height: 40px !important;
   width: 50px !important;
   border-radius: 8px;
   box-shadow: none;
  }
@media (max-width:996px) { 
    .footer .panel-body {
        padding-left: 0;
    }
    .detail .panel-body h1 {
      font-weight: 600;
      font-size: 20px;
      line-height: 1.75;
      margin-bottom: 14px;
      margin-top: 0;
    } 
    .box-newscenter {
        display: none;
    }
}