/* Header */
.header-main-right .acc a {
    height: 42px;
    padding: 0 12px;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    text-transform: inherit;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    border: none;
    background-color: var(--primary-color);
    border-radius: 3px;
    width: max-content;
}
.header-main-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-main-right .search-box,.header-main-right .post-box {
    height: 42px;
    background: #F7F8FB;
    display: inline-flex;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    line-height: 42px;
    width: 42px;
    align-items: center;
    border-radius: 3px;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.header-main-right .post-box i {
    position: absolute;
    width: 15px;
    height: 15px;
    display: inline-flex;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    font-style: normal;
    border-radius: 50%;
    z-index: 99;
    top: 2px;
    right: 5px;
    justify-content: center;
}
.header-top a.res {
    font-size: 14px;
    font-weight: 500 !important;
    color: #fff !important;
}

.header-top a.res img {
    width: 15px;
    margin-right: 4px;
}

.header-top .social-icons.follow-icons a {
    font-size: 15px !important;
}
.ss-bread {
    padding: 12px 0;
    background: #f7f8fb;
}

.ss-bread p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
}

.ss-bread p a {
    color: var(--primary-color);
}
ul.header-nav.header-nav-main.nav {
    justify-content: center;
}

ul.header-nav.header-nav-main.nav li a {
    font-size: 15px;
    font-weight: 500;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
ul.header-nav.header-nav-main.nav >li > a i {
    display: none;
}

ul.header-nav.header-nav-main.nav >li.has-dropdown > a:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border: 4px solid #e000;
    border-top: 4px solid var(--primary-color);
    position: relative;
    top: 3px;
    margin-left: 5px;
}
ul.header-nav.header-nav-main li > ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid var(--primary-color);
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}
ul.header-nav.header-nav-main > li> .sub-menu {
    left: 0;
    top: 52px;
}

ul.header-nav.header-nav-main > li >.sub-menu {
    opacity: 0; 
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg); 
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid var(--primary-color);
}

ul.header-nav.header-nav-main > li >.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}
ul.header-nav.header-nav-main > li.current-dropdown >.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);

}
ul.header-nav.header-nav-main > li >.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
ul.header-nav.header-nav-main > li >.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}
ul.header-nav.header-nav-main > li >.sub-menu li a:hover{
    color: #fff !important;
}
ul.header-nav.header-nav-main > li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.header-nav.header-nav-main > li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%                                                                         ;
}

ul.header-nav.header-nav-main > li .sub-menu > li {
    position: relative;
}

ul.header-nav.header-nav-main > li .sub-menu > li {
    width: 100%;
}

ul.header-nav.header-nav-main > li .sub-menu >li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.noti-full {
    width: 300px;
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 999999;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 2px 7px 1px #39353529;
    display: none;
    top: 46px;
}
.noti-full ul li a>img {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.noti-full ul li>a {
    position: relative
}

.noti-full ul li {
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 4px
}
.noti-full ul li>a svg {
    width: 14px;
    position: absolute;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #656fcd;
    right: -4px;
    bottom: -28px;
    height: 14px;
}
.noti-full ul li>a>span img {
    width: 14px;
    position: absolute;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #656fcd;
    right: -4px;
    bottom: -2px
}

.content-noti {
    float: right;
    width: calc(100% - 55px);
    padding-left: 10px;
    box-sizing: border-box;
}
.content-noti .tit a {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #282828;
    line-height: 15px;
}
.content-noti span {
    font-size: 12px
}
.noti-full ul li:hover {
    background: #f7f8fb
}
.search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a6;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    display: none
}

.content-search-form {
    width: 900px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.list-searchlot {
    display: flex;
    flex-flow: wrap;
}

.list-searchlot a {
    width: 20%;
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 20px;
}

.list-searchlot a img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.post_sponsored {
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.post_sponsored .list-post a.item-post {
    display: flex;
    align-items: center;
    gap: 20px;
}

.post_sponsored .list-post a.item-post img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    min-width: 46px;
}

.post_sponsored .list-post a.item-post:not(:last-child) {
    margin-bottom: 15px;
}

.post_sponsored .list-post a.item-post .meta {
    font-size: 14px;
    line-height: 30px;
}

.post_sponsored .list-post a.item-post .meta span {
    padding: 4px 15px;
    background-color: #b3b3b3;
    color: #393939;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-size: 12px;
}
.search-form .content-search-form input {
    height: 60px;
    width: 100%;
    border: 0;
    background: none;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 25px;
    border-bottom: 1px solid #cacaca;
    box-shadow: none;
}

.content-search-form input:focus {
    outline: none
}

.content-search-form form {
    display: block;
    position: relative;
    margin: 0;
}

.search-form .content-search-form button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    min-height: initial;
    height: initial;
    max-height: inherit;
    line-height: 1;
}
.search-form .content-search-form input:focus {
    background: none;
    box-shadow: none;
}

span.close-search {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer
}
/* Footer */
.footer_title h4 {
    position: relative;
    padding-bottom: 12px;
	margin-bottom: 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
a.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.footer_title h4:before {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer_title h4:after {
    content: "";
    border-bottom: 3px solid var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 30%;
}

.ss_footer .menu_danhmuc a {
    padding: 5px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.ss_footer  .logo_ft {
    width: 150px !important;
    margin: 10px 0;
}
.ss_footer  .icon-box {
    align-items: center;
}

.ss_footer .icon-box svg {
    text-align: center;
    padding: 10px;
    background: var(--primary-color);
    border-radius: 5px;
    height: 36px;
}

.ss_footer .icon-box p {
    margin: 0;
}

.ss_footer .icon-box .icon-box-img {
    height: 36px;
}

.ss_footer .icon-box:not(:last-child) {
    margin-bottom: 10px;
}

.ss_footer .icon-box a {
    color: var(--primary-color);
}
.footer_2 .note p {
	font-size: 14px;
    margin: 8px 0;
    line-height: 24px;
}

.footer_2 .social-icons.follow-icons a {
    margin-bottom: 0;
}
.absolute-footer {
    padding: 10px 0 !important;
    font-size: 14px;
    line-height: 1.8;
    /* background: linear-gradient(to right, #ff6a81, #9a4295); */
    color: #fff;
}

.absolute-footer .footer-primary {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.absolute-footer .footer-primary .copyright-footer {
    color: #fff;
    display: inline-flex;
    align-items: center;
    line-height: 26px;
}

ul#menu-menu-footer {
    border: none;
    padding: 0;
    margin: 0;
}

ul#menu-menu-footer li a {
    color: #fff;
    text-transform: initial;
    font-size: 14px;
    opacity: 1;
    line-height: 26px;
    padding: 5px 0;
    display: inline-flex;
}
ul#menu-menu-footer li a:hover {
    color: #fff242;
}
.ss_footer .menu_danhmuc a:hover {
    color: var(--primary-color) !important;
}
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: "Font Awesome 6 Pro";
content: "\f061";
color: #fff;
margin: auto;
border-radius: 99px;
line-height: 35px;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
text-align: center;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-90deg);
cursor: pointer;
font-size: 18px;
color: var(--primary-color);
}

.progress-wrap::before {
position: absolute;
font-family: "fl-icons" !important;
content: "";
text-align: center;
line-height: 46px;
font-size: 24px;
opacity: 0;
background: var(--primary-color); /* --- Pijl hover kleur --- */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* .progress-wrap:hover::before {
opacity: 1;
} */
.progress-wrap svg path { 
fill: none; 
}
.progress-wrap svg.progress-circle path {
stroke: var(--primary-color); /* --- Lijn progres kleur --- */
stroke-width: 4;
box-sizing:border-box;
-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.live-support {
    opacity: 0;
    visibility: hidden;
    width: 250px;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    bottom: 90px;
    background: #fff;
    border-radius: 4px;
    z-index: 5;
    box-shadow: -8px 8.9px 27px 0 rgba(36,36,36,.26);
    transition: all .3s
}

.live-support.show {
    visibility: visible;
    opacity: 1;
    right: 80px;
    margin-left: 0
}

.live-support img {
    max-width: 30px
}

.live-support .title {
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    font-size: 13px
}

.live-support .sub-content {
    text-align: center;
    padding: 5px 15px;
    font-size: 12px;
    color: #000
}

.live-support .support-footer {
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 0px 35px 15px;
}

.live-support .list-method {
    display: flex;
    flex-direction: column;
    padding: 15px
}

.live-support .item {
    padding: 8px 10px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffc709
}

.live-support .item .text {
    width: 65px;
    display: inline-block
}

.live-support .item .icon {
    margin-right: 5px
}

.live-support .item .icon img {
    max-width: 20px
}

.live-support .item:first-child {
    background: #0190f3
}

.live-support .item:nth-child(2) {
    background: #ffc709;
    color: #000
}

.live-support .item:nth-child(2) .icon img {
    max-width: 18px;
    filter: brightness(0)
}

.live-support .item:nth-child(3) {
    background: #f80;
    margin-bottom: 0
}

.live-support .item:nth-child(3) .icon img {
    max-width: 18px
}
button.btn-livechat {
    border: none;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2025/08/chat-icon.svg) no-repeat;
    background-size: 100%;
    background-position: 50%;
    font-size: 0;
    position: fixed;
    z-index: 3;
    right: 33px;
    bottom: 90px;
    box-shadow: -8px 8.9px 27px 0 rgba(36, 36, 36, .26);
    border-radius: 40px;
    overflow: hidden;
    transition: all .3s;
}
.btn-livechat.show {
    background-image: url(/wp-content/uploads/2025/08/close-chat.svg)
}
/* Page contact */
.page-contact .devn-title h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-contact  .icon-box.featured-box {
    align-items: center;
    margin: 15px 0;
}

.page-contact .icon-box.featured-box .icon * {
    padding: 0;
}

.page-contact .icon-box.featured-box .icon-box-img {
    height: 36px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.page-contact .col-form .box-shadow-1 {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}

.page-contact .col-form .form-title h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.page-contact .col-form 
 .wpcf7-form-control {
    border-radius: 5px;
    font-size: 14px;
    border-color: #ced4da;
    min-height: 45px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: none;
}

.page-contact .col-form .wpcf7-form-control:focus {
    border-color: var(--primary-color);
}

.page-contact .col-form .wpcf7-form-control.wpcf7-submit {
    border: none;
    width: 100%;
    margin: 0;
    min-height: 42px;
    color: #000;
    font-weight: 6000;
}
.page-contact .col-form .wpcf7-form-control.bg-icon {
    padding-left: 35px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z" fill="%23ffc709"/></svg>');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.page-contact .col-form .wpcf7-form-control.wpcf7-email.bg-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7 .3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2 .4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" fill="%23ffc709"/></svg>');
}
span.wpcf7-spinner {
    display: none;
}
.page-contact .icon-box.featured-box.icon-2 .icon-box-img {
    height: 48px;
    padding: 0 16px;
}

.page-contact .icon-box.featured-box.icon-2 .icon-box-img .icon {
    display: flex;
}

.page-contact .icon-box.featured-box.icon-2 p:first-child {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.page-contact .icon-box.featured-box.icon-2 p {
    font-size: 14px;
    margin-bottom: 5px;
}
.page-contact textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 120px;
}
.page-contact .icon-box.featured-box.icon-2 p i {
    color: var(--primary-color);
}
/* Home */
.section-title.section-title-normal {
    margin: 0;
    border: none;
}

.section-title span.section-title-main {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    text-transform: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-title span.section-title-main:before {
    content: "Hot";
    background: var(--primary-color);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 5px 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    line-height: 1.2;
}

.section-title a {
    color: var(--primary-color);
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 14px !important;
}

.section-title a i {
    display: none;
}
.slider-trend .item .box-s {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.slider-trend .item .box-s .author {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}
.slider-trend .item .box-s>a>img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.slider-trend .item .detail-span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 15px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    padding-bottom: 15px;
}

.slider-trend .item .detail-span h4 {
    margin-bottom: 10px;
    
}

.slider-trend .item .detail-span h4 a {
    color: #fff;
    font-weight: 400;
    line-height: 20px !important;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slider-trend .item .detail-span span.meta {
    color: #c4c4c4;
    font-size: 13px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}

.destination_card .item-card a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.destination_card .item-card .cap_des_home {
    position: absolute;
    top: 68.26%;
    color: #fff;
    transition: transform .3s;
    width: 100%;
    text-align: center;
}

.destination_card .item-card .cap_des_home h3 {
    font-weight: 600 !important;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
}

.destination_card .item-card a:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .49) 100%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: all 400ms ease-in-out;
}

.destination_card .item-card .cap_des_home p {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}
.home-ss2 .title-ss h2 {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 140%;
    padding-top: 15px;
    position: relative;
}

.home-ss2 .title-ss h2:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    left: 0;
    top: 0;
    background: var(--primary-color);
    border-radius: 5px;
}

.owl-carousel-vertical .owl-dots {
    display: none
}

.owl-carousel-vertical a {
    color: #fff;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.owl-carousel-vertical a:hover {
    color: #fff1dc
}

.owl-carousel-vertical a:hover {
    color: #000
}
#top-bar .flex-col.hide-for-medium.flex-left {
    width: 50%;
    overflow: hidden;
}
.owl-carousel.owl-carousel-vertical {
    padding-left: 25px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5.95221 4.69766L5.9522 4.69766C5.15712 5.49367 5.24871 6.74941 5.66872 7.88361C6.10758 9.06872 6.98433 10.3747 8.17566 11.5477C9.367 12.7207 10.6896 13.5801 11.8866 14.0059C13.0323 14.4134 14.297 14.4937 15.0918 13.6981C15.8869 12.9021 15.7953 11.6463 15.3753 10.5121C14.9364 9.32703 14.0597 8.02107 12.8683 6.84808C11.677 5.67507 10.3544 4.81558 9.15739 4.38983C8.01172 3.98233 6.74698 3.90201 5.95221 4.69766ZM6.81599 5.54966C7.08093 5.28443 7.70202 5.15671 8.74725 5.52848C9.74202 5.88231 10.9178 6.63009 12.0117 7.70718C13.1057 8.78431 13.8685 9.94533 14.2331 10.9298C14.6162 11.9642 14.4926 12.5812 14.228 12.8461C13.9631 13.1113 13.342 13.239 12.2967 12.8672C11.302 12.5134 10.1262 11.7657 9.03225 10.6885C7.93829 9.61141 7.17545 8.45042 6.81089 7.46596C6.42783 6.43154 6.55139 5.81456 6.81599 5.54966Z" fill="white" stroke="white" stroke-width="0.15"/><path d="M5.68614 5.12778L5.61682 5.10014L5.58884 5.16933L1.68868 14.8135L1.68783 14.8156C1.41823 15.4823 1.20042 16.0208 1.07108 16.4457L1.14283 16.4676L1.07108 16.4457C0.945776 16.8574 0.856411 17.2993 0.995093 17.7076L0.995095 17.7076C1.18395 18.2635 1.62942 18.6958 2.19304 18.8706C2.60681 18.9989 3.04929 18.9004 3.461 18.7668C3.88549 18.629 4.4222 18.4009 5.08653 18.1187L5.09055 18.117L14.5119 14.1144L14.5813 14.0849L14.5514 14.0157L14.1317 13.0417L14.1021 12.9732L14.0335 13.0023L4.63756 16.9941C3.93746 17.2916 3.45026 17.4979 3.08312 17.6171L3.10627 17.6884L3.08312 17.6171C2.69651 17.7426 2.57702 17.7227 2.55562 17.7161L2.55561 17.7161C2.36367 17.6566 2.21233 17.5095 2.14823 17.3208L2.14822 17.3208C2.14121 17.3001 2.11838 17.1824 2.23602 16.7959C2.34773 16.4288 2.54453 15.9406 2.82826 15.239L6.71811 5.62032L6.74637 5.55044L6.67636 5.52253L5.68614 5.12778Z" fill="white" stroke="white" stroke-width="0.15"/><path d="M10.345 16.3024L10.345 16.3024C10.2853 16.1431 10.1913 15.9415 10.0455 15.63L10.0135 15.5618L10.082 15.5301L11.0496 15.0835L11.1173 15.0523L11.1489 15.1198L11.1576 15.1383L11.1576 15.1383L11.1586 15.1404C11.2921 15.4254 11.407 15.6708 11.4855 15.8804L11.4855 15.8805C11.5683 16.1014 11.6299 16.3304 11.6243 16.5816C11.6243 16.5816 11.6243 16.5816 11.6243 16.5816L11.5493 16.5799C11.5407 16.9699 11.4015 17.3458 11.1539 17.6486L10.345 16.3024ZM10.345 16.3024C10.4023 16.4555 10.4083 16.5206 10.4076 16.5548C10.4045 16.6928 10.3553 16.826 10.2675 16.9332L10.2675 16.9333C10.2457 16.96 10.1985 17.0058 10.0549 17.0856L10.0549 17.0856C9.90554 17.1686 9.70238 17.262 9.38821 17.4056L8.42971 17.8436L8.42971 17.8436M10.345 16.3024L8.42971 17.8436M10.3256 16.9807C10.2952 17.0179 10.2388 17.0692 10.0914 17.1511C9.93879 17.236 9.73243 17.3307 9.41939 17.4738L10.3256 16.9807ZM10.3256 16.9807C10.4239 16.8606 10.4791 16.7113 10.4826 16.5565L10.3256 16.9807ZM8.42971 17.8436C8.11511 17.9874 7.91177 18.0798 7.75102 18.1383C7.59708 18.1942 7.53103 18.1999 7.4952 18.1988M8.42971 17.8436L7.4952 18.1988M7.4952 18.1988C7.36533 18.1949 7.23993 18.1511 7.1363 18.0735L7.4952 18.1988ZM6.62407 17.2002C6.47388 16.9013 6.10854 16.7804 5.80818 16.9292L6.62407 17.2002ZM7.13629 18.0735C7.10873 18.0528 7.06029 18.007 6.97362 17.8641L7.13629 18.0735Z" fill="white" stroke="white" stroke-width="0.15"/><path d="M11.8223 1.5297C11.8223 1.19523 11.5494 0.925 11.2138 0.925C10.8783 0.925 10.6053 1.19523 10.6053 1.5297V3.20341C10.6053 3.53789 10.8783 3.80812 11.2138 3.80812C11.5494 3.80812 11.8223 3.53789 11.8223 3.20341V1.5297Z" fill="white" stroke="white" stroke-width="0.15"/><path d="M17.008 3.30848L17.008 3.30848C16.7704 3.07261 16.3854 3.07261 16.1478 3.30848L16.1478 3.30848L14.9558 4.49201C14.7179 4.72821 14.7179 5.11139 14.9558 5.34759C15.1934 5.58349 15.5784 5.58349 15.816 5.34759L17.008 4.16406C17.2459 3.92786 17.2459 3.54468 17.008 3.30848Z" fill="white" stroke="white" stroke-width="0.15"/><path d="M17.114 8.4568C16.7785 8.4568 16.5055 8.72703 16.5055 9.0615C16.5055 9.39598 16.7785 9.66621 17.114 9.66621H18.7998C19.1354 9.66621 19.4083 9.39598 19.4083 9.0615C19.4083 8.72703 19.1354 8.4568 18.7998 8.4568H17.114Z" fill="white" stroke="white" stroke-width="0.15"/></svg>');
    background-repeat: no-repeat;
}
.home-ss3 .box-shadow-1 {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .02);
}

.home_title h2 {
    color: var(--primary-color);
    font-size: 17px;
    text-transform: uppercase;
}
.home-ss3 .home-about .icon-box {
    align-items: center;
    padding-bottom: 6px;
}

.home-ss3 .home-about .icon-box .icon-box-text {
    padding-left: 10px !important;
    font-size: 14px;
}

.home-ss3 .home-about .icon-box img {
    padding: 0;
}

.home-ss3 .home-about .icon-box .icon-inner {
    height: 20px;
    display: flex;
}
.gallery-col .box {
    border-radius: 8px !important;
    overflow: hidden;
}

.container.section-title-container.home_title {
    margin-bottom: 15px;
}

.section-title-container.home_title a {
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: initial;
    color: #000;
}

.section-title-container.home_title a i {
    display: inline;
}

.section-title-container.home_title .section-title-main:before {
    display: none;
}

.section-title-container.home_title .section-title-main {
    font-size: 17px;
    font-weight: bold;
}
.home-ss3 .blog-one .box {
    border-radius: 8px;
    overflow: hidden;
}

.box-blog-post .is-divider {
    display: none;
}

.home-ss3 .blog-one .box h5.post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
    margin: 0;
}
span.post-meta {
    font-size: 12px;
}
.div-meta span {
    text-transform: initial;
    opacity: 1 !important;
    margin-right: 20px;
    font-size: 14px;
    color: #777;
}
.div-meta span img {
    margin-right: 5px;
    width: 18px;
    margin-top: -4px;
}
.home-ss3 .blog-two .box .box-image {
    border-radius: 8px;
}
p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
    margin: 0;
}
.border-8{
    border-radius: 8px;
    overflow: hidden;
}
.home-ss3 .home-cat .menu_danhmuc {
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.home-ss3 .home-cat .menu_danhmuc a {
    display: flex;
    align-items: center;
}

.home-ss3 .home-cat .menu_danhmuc a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-right: 8px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none"><path fill="%23F79922" d="M8.557 12.63H2.462a1.707 1.707 0 0 1-1.517-.893 1.72 1.72 0 0 1 .047-1.762l1.615-2.584c.129-.204.129-.583 0-.782L.992 4.025a1.72 1.72 0 0 1-.047-1.762c.31-.56.88-.892 1.517-.892h6.673c.548 0 1.184.35 1.47.817l2.438 3.896c.327.525.298 1.33-.076 1.826l-3.021 4.025c-.298.397-.893.694-1.389.694ZM2.462 2.245c-.315 0-.601.163-.753.443a.856.856 0 0 0 .023.875l1.616 2.584c.304.49.304 1.225 0 1.715l-1.616 2.584a.856.856 0 0 0-.023.876c.152.28.438.443.753.443h6.095c.222 0 .555-.17.689-.344l3.021-4.025c.158-.21.175-.613.035-.834L9.864 2.666c-.128-.21-.484-.403-.73-.403H2.463v-.017Z"/></svg>');
    background-position: center;
}

.home-ss3 .home-cat .menu_danhmuc a:hover {
    color: var(--primary-color);
}

.home-ss3 .home-cat .menu_danhmuc a span:last-child {
    display: none;
}
.home-ss3 .box.box-right{
    margin-bottom: 16px;
}
.home-ss3 .box.box-right .box-text {
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
}
.home-blog-seelot ul {
    margin: 0;
    list-style: none;
}

.home-blog-seelot ul li {
    list-style: none;
    margin: 0 !important;
    text-align: left;
}

.home-blog-seelot ul li a {
    text-align: justify;
    font-size: 14px;
    padding: 6px 0;
    display: block;
}

.home-blog-seelot ul li:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.home-blog-seelot ul li a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect x="0.5" y="0.5" width="23" height="23" rx="11.5" stroke="%23ffc709" stroke-opacity="0.2"/><path d="M9.66675 8.35419C9.42758 8.35419 9.22925 8.15585 9.22925 7.91669V6.16669C9.22925 5.92752 9.42758 5.72919 9.66675 5.72919C9.90591 5.72919 10.1042 5.92752 10.1042 6.16669V7.91669C10.1042 8.15585 9.90591 8.35419 9.66675 8.35419Z" fill="%23ffc709"/><path d="M14.3333 8.35419C14.0941 8.35419 13.8958 8.15585 13.8958 7.91669V6.16669C13.8958 5.92752 14.0941 5.72919 14.3333 5.72919C14.5724 5.72919 14.7708 5.92752 14.7708 6.16669V7.91669C14.7708 8.15585 14.5724 8.35419 14.3333 8.35419Z" fill="%23ffc709"/><path d="M13.7499 11.8542H9.08325C8.84409 11.8542 8.64575 11.6559 8.64575 11.4167C8.64575 11.1775 8.84409 10.9792 9.08325 10.9792H13.7499C13.9891 10.9792 14.1874 11.1775 14.1874 11.4167C14.1874 11.6559 13.9891 11.8542 13.7499 11.8542Z" fill="%23ffc709"/><path d="M11.9999 14.1875H9.08325C8.84409 14.1875 8.64575 13.9892 8.64575 13.75C8.64575 13.5108 8.84409 13.3125 9.08325 13.3125H11.9999C12.2391 13.3125 12.4374 13.5108 12.4374 13.75C12.4374 13.9892 12.2391 14.1875 11.9999 14.1875Z" fill="%23ffc709"/><path d="M13.75 18.2709H10.25C6.97167 18.2709 6.3125 16.725 6.3125 14.2284V10.6292C6.3125 7.86419 7.24583 6.73835 9.64333 6.60419H14.3333C16.7542 6.73835 17.6875 7.86419 17.6875 10.6292V14.3334C17.6875 14.5725 17.4892 14.7709 17.25 14.7709C17.0108 14.7709 16.8125 14.5725 16.8125 14.3334V10.6292C16.8125 8.08585 15.9667 7.57252 14.31 7.47919H9.66667C8.03333 7.57252 7.1875 8.08585 7.1875 10.6292V14.2284C7.1875 16.4625 7.61333 17.3959 10.25 17.3959H13.75C13.9892 17.3959 14.1875 17.5942 14.1875 17.8334C14.1875 18.0725 13.9892 18.2709 13.75 18.2709Z" fill="%23ffc709"/><path d="M13.75 18.2708C13.6917 18.2708 13.6392 18.2591 13.5808 18.2358C13.4175 18.1658 13.3125 18.0083 13.3125 17.8333V16.0833C13.3125 14.6716 14.0883 13.8958 15.5 13.8958H17.25C17.425 13.8958 17.5883 14.0008 17.6525 14.1641C17.7225 14.3275 17.6817 14.5141 17.5592 14.6425L14.0592 18.1425C13.9775 18.2241 13.8667 18.2708 13.75 18.2708ZM15.5 14.7708C14.5783 14.7708 14.1875 15.1616 14.1875 16.0833V16.7775L16.1942 14.7708H15.5Z" fill="%23ffc709"/></svg>');
}

.home-blog-seelot ul li a:hover {
    color: var(--primary-color);
}
.home-ss3 .blog-three .col.post-item:not(:last-child) {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}

.home-ss3 .blog-three .col.post-item .box-image {
    border-radius: 8px;
}

.home-ss3 .blog-three .col.post-item  h5.post-title a {
    font-size: 15px;
    margin-bottom: 10px;
}
.box-blog-post:hover a {
    color: var(--primary-color);
}
ul.recent-comments-feed {
    margin: 0;
    list-style: none;
}

ul.recent-comments-feed li.recent-comment-item {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.recent-comments-feed li.recent-comment-item .avatar {
    min-width: 40px;
}

ul.recent-comments-feed li.recent-comment-item .avatar img {
    border-radius: 50%;
}

ul.recent-comments-feed li.recent-comment-item .text {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
ul.recent-comments-feed li.recent-comment-item:not(:last-child) {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
/* Archive */
.blog-wrapper {
    padding: 30px 0;
}

h1.page-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #424242;
    line-height: 33px;
}
.category-box-list:not(:last-child) {
    margin-bottom: 30px;
}

.category-box-list a.thumbnail {
    min-width: 270px;
    width: 270px;
}

.category-box-list {
    display: flex;
    gap: 20px;
}

.category-box-list a.thumbnail img {
    width: 100%;
    border-radius: 4px;
    height: 170px;
    object-fit: cover;
}

.category-box-list .content-cl .label {
    background: var(--primary-color);
    font-weight: 400;
    color: #fff;
    padding: 3px 8px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    display: inline-block;
    transition: all .3s;
    font-size: 14px;
}
.category-box-list .content-cl h4{
    margin: 0;
}
.category-box-list .content-cl h4 a{
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.category-box-list .content-cl p{
    font-size: 13px;
    line-height: 21px;
    color: #777;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.category-box-list .content-cl .meta{
    font-size: 13px;
    color: #777;
}
span.widget-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
    color: #424242;
    text-transform: inherit !important;
    display: block;
}

.widget .is-divider {
    display: none;
}

.top-post {
    background: #F7F8FB;
    padding: 15px;
    border-radius: 8px;
}

.top-post .top-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.top-post .top-list .no {
    float: left;
    width: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #848484;
}

.content-top-list {
    float: right;
    width: calc(100% - 60px);
}

.content-top-list .label {
    margin-bottom: 10px;
}

.content-top-list .label a {
    background: var(--primary-color);
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 3px 8px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    display: inline-block;
    margin-left: 3px;
    transition: all .3s;
}

.content-top-list  h4 a {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
    line-height: 24px;
}

.content-top-list h4 {
    margin: 5px 0 7px 0;
}

.content-top-list span.meta {
    color: #777;
    font-size: 13px;
}
.top-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 12px;
}
.content-top-list h4 a:hover {
    color: #dc3f3e;
}
.top-post .top-list.active .no {
    color: var(--primary-color);
}
/* Single */
h1.single_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #424242;
    line-height: 33px;
}
.single-meta {
    margin-bottom: 20px;
    color: #666;
    font-size: 13px
}

.single-meta span {
    display: inline-block;
    margin-right: 20px
}
.single-meta a.author {
    background: none;
    color: #dc3f3e;
    padding: 0;
    margin: 0;
}
.single-meta a.cat {
    background: var(--primary-color);
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 3px 8px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
    display: inline-block;
    margin-left: 3px;
    transition: all .3s;
}

.entry-content.single-page {
    padding-top: 0;
    font-size: 14px;
}
.single-author {
    background: #f7f8fb;
    padding: 10px;
    border-radius: 5px
}

.single-author img {
    border-radius: 50%;
    float: left;
    margin-right: 15px
}

p.author-bio {
    line-height: 23px;
    font-size: 14px;
    margin: 0;
}

h4.author-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #dc3f3e
}

a.author-more {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary-color);
    font-size: 14px;
}
.category-post {
    margin-top: 30px;
}

.category-post h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #424242;
}
div#ez-toc-container {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    min-width: 100%;
}
div#ez-toc-container .ez-toc-title-container {
    min-width: 100%;
    background-color: #f5f5f5 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 0 0 1px rgba(63, 63, 68, .1) !important;
    padding: 4px 10px;
    line-height: 1;
    border-radius: 0px;
    display: flex;
    align-items: center;
}

div#ez-toc-container  p.ez-toc-title {
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
}

div#ez-toc-container p.ez-toc-title:before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: #000;
}
ul.ez-toc-list {
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 10px !important;
    margin-top: 4px !important;
}

.single_content.entry-content ul.ez-toc-list li a {
    margin-bottom: 6px;margin-top: 0;line-height: 24px;color: #000 !important;
    font-weight: 500;
 }

.single_content.entry-content ul.ez-toc-list li a:before {
    content: "\f111";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: #000;
    font-size: 6px;
}

.single_content.entry-content ul.ez-toc-list li a:hover {
    color: #bd2130 !important;
}
span.ez-toc-title-toggle {
    position: absolute;
    right: 10px;
    box-shadow: none;
}

span.ez-toc-title-toggle span.ez-toc-icon-toggle-span {
    border: none !important;
}

span.ez-toc-js-icon-con {
    border: none !important;
}
.form-search-template {
    width: 100%;
    background: #F7F8FB;
    padding: 25px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 3px 0 #39353517;
    border: 1px solid #f4f4f4;
    margin-bottom: 30px;
    position: relative;
    top: -5px
}

.blog-wrapper .form-search-template input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    background: none;
    border: none;
    border-bottom: 1px solid #ededed
}

.form-search-template input:focus {
    outline: none
}

.form-search-template button {
    position: absolute;
    right: 35px;
    background: none;
    border: none;
    top: 36px
}
.blog-wrapper .form-search-template input {
    box-shadow: none;
    margin: 0;
}

.blog-wrapper .form-search-template form {
    margin: 0;
}

.blog-wrapper .form-search-template button {
    margin: 0;
    padding: 0;
    line-height: 1;
    top: 25px;
    right: 25px;
}

.blog-wrapper .form-search-template input:focus {
    background: none;
    box-shadow: none;
}
.category-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.category-list .post-item .box-image {
    border-radius: 10px;
}

.category-list .post-item .box-text .box_date {
    margin-bottom: 5px;
    font-size: 14px;
    color: #292929;
    display: flex;
    align-items: center;
    gap: 4px;
}

.category-list .post-item .box-text a.post-title {
    font-size: 15px;
    font-weight: 700;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
}
.img-hover a{
    overflow: hidden;
}
.destination_card .item-card  img,.slider-trend .item .box-s>a>img{
    transition: all .5s ease-in-out;
}
.destination_card .item-card a:hover img ,.slider-trend .item .box-s>a:hover>img{
    transform: scale(1.1);
}
.slider-trend .item:hover .detail-span h4 a{
    color: var(--primary-color);
}
/* .img-hover a:after ,.box .box-image:after{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: transparent;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5));
    transform: skew(-25deg);
}

.img-hover a:hover:after,.box .box-image:hover:after {
    -webkit-animation: shine-data 1s;
    animation: shine-data 1s;
} */
@keyframes shine-data {
    to {
        left: 125%
    }
}

.related-sec .related-title {
    border-bottom: 1px solid #88888826;
    margin-bottom: 25px;
}
.related-sec .related-title span {
    display: inline-flex;
    padding-bottom: 10px;
    border-bottom: 5px solid var(--primary-color);
    font-size: 19px;
    font-weight: bold;
}

.related-list {
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.related-list .related-item a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.related-sec {
    margin-bottom: 30px;
}

.related-list .related-item a:before {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 12px;
    color: #000;
    margin: 0;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.related-list .related-item a:hover:before {
    color: var(--primary-color);
}
#comments .comment-respond {
    padding: 0 !important;
    background: none !important;
}

h3#reply-title {
    display: none;
}

#comments .comment-respond label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#comments .comment-respond label span.required {
    display: none;
}

#comments .comment-respond textarea#comment {
    padding: 6px 12px;
    box-shadow: none;
    font-size: 14px;
}

#comments .comment-respond input {
    padding: 6px 12px;
    box-shadow: none;
    font-size: 14px;
}

#comments .comment-respond input#submit {
    margin: 0;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    cursor: pointer;
    border-radius: 4px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

#comments .comment-respond  p {
    margin: 0;
}

p.comment-form-author {padding-right: 4px !important;}
/* menu */
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--second-color);
    width: 25px;
}


html.js.active body {
    overflow: hidden;
}
button.flickity-button.flickity-prev-next-button svg{
    display: none;
}
button.flickity-button.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_4022_3979)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23ffc709"></rect><path d="M26 19.9997H14M14 19.9997L18.6667 15.333M14 19.9997L18.6667 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_4022_3979" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23ffc709"></stop><stop offset="1" stop-color="%23ffc709" stop-opacity="0.2"></stop></linearGradient></defs></svg>') !important;}
button.flickity-button.flickity-prev-next-button.next{
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_2150_3984)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23ffc709"></rect><path d="M14 19.9997H26M26 19.9997L21.3333 15.333M26 19.9997L21.3333 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_2150_3984" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23ffc709" stop-opacity="0.2"></stop><stop offset="1" stop-color="%23ffc709"></stop></linearGradient></defs></svg>') !important;
}
button.flickity-button.flickity-prev-next-button {
    background-repeat: no-repeat;
	width: 40px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){
    
}
@media (width: 1024px){

}
@media (min-width: 1024px){
    .content-menu-mobile,.content-menu-user {
        display: none;
    }
    .bar-footer {
        display: none;
    }
}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .category-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .header-main-right .acc {
        display: none;
    }
    .bar-footer {
        position: fixed;
        width: 100%;
        height: 64px;
        bottom: 0;
        left: 0;
        z-index: 999999999
    }
    
    .icon-left {
        float: left;
        width: calc(50% - 40px);
        height: 64px;
        background: #fff;
        border-top-right-radius: 20px;
        box-shadow: 0 -4px 8px 0 #051A2814
    }
    
    .icon-right {
        float: right;
        width: calc(50% - 40px);
        background: #fff;
        border-top-left-radius: 20px;
        box-shadow: 0 -4px 8px 0 #051A2814;
        height: 64px
    }
    
    .icon-right ul li,.icon-left ul li {
        width: 50%;
        float: left;
        text-align: center;
        padding-top: 12px;
        list-style: none;
    }
    
    .icon-left ul li img,.icon-right ul li img {
        display: block;
        margin: 0 auto;
        width: 20px;
        margin-bottom: 5px
    }
    
    .icon-left ul li a,.icon-right ul li a {
        color: #333;
        font-weight: 500;
        font-size: 13px
    }
    
    .home-icon-bar {
        float: left;
        width: 80px;
        height: 80px;
        background: #fff0;
        border-radius: 50%;
        box-shadow: 0 33px 0 10px #fff;
        position: relative;
        top: -26px;
        box-sizing: border-box;
        padding: 5px
    }
    
    .icon-home {
        width: 100%;
        height: 100%;
        background: #fb92b4;
        border-radius: 50%;
        box-sizing: border-box;
        padding-top: 10px;
        text-align: center
    }
    
    .icon-home img {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 20px
    }
    
    .icon-home a {
        color: #fff;
        font-size: 13px
    }
    
    .home-icon-bar:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        border-radius: 50%;
        box-shadow: inset 0 -10px 5px 0 #051A2814;
        z-index: -1
    }
    button.btn-livechat,.btn-livechat.show {
        bottom: 120px;
    }

    .live-support {
        bottom: 120px;
    }
    .progress-wrap {
        bottom: 70px;
    }
    .absolute-footer {
        margin-bottom: 60px;
    }
    .content-menu-mobile,.content-menu-user {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999999;
        transition: all .3s;
    }
    .content-menu-mobile.active, .content-menu-user.active {
        transition: all .3s;
        right: 0;
    }
    .top-bar {
        height: 58px;
        box-shadow: 0 2px 14px 0 #0000000D;
        padding: 5px 15px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    
    .top-bar span.close-menu {
        position: relative;
        top: 6px;
        display: block;
        float: right;
    }
    
    .clear {
        clear: both;
    }
    
    span.close-menu svg {
        width: 35px;
    }
    .top-bar a img {
        width: 80px;
        float: left;
    }
    .form-seach-menu {
        padding: 0 15px
    }
    
    .form-seach-menu form {
        display: block;
        position: relative
    }
    
    .form-seach-menu form input {
        width: 100%;
        height: 40px;
        padding: 10px;
        border: 1px solid #ededed;
        border-radius: 3px;
        background: #F7F8FB;
        box-shadow: none;
    }
    
    .form-seach-menu form input:focus {
        outline: none
    }
    
    .form-seach-menu form button {
        position: absolute;
        border: none;
        background: none;
        top: 4px;
        right: 10px;
        margin: 0;
        padding: 0;
    }
    .form-seach-menu form {
        margin: 0;
    }
    
    .content-menu-action {
        padding: 0 15px;
    }
    
    ul#menu_mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    ul#menu_mobile li a {
        padding: 6px 20px;
        background: #fcfcfc;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        box-sizing: border-box;
        box-shadow: inset -1px 0 3px 0 #ededed;
        display: flex;
        align-items: center;
    }
    
    ul#menu_mobile li a svg {
        width: 18px;
        color: #333;
        float: left;
        display: inline-flex;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }
    .danhmuc {
        padding: 0 15px
    }
    
    .danhmuc h4 svg {
        float: left;
        width: 20px;
        position: relative;
        margin-right: 5px
    }
    
    .danhmuc h4 {
        font-size: 15px;
        font-weight: 500;
        color: #333
    }
    .content-category-menu ul,.content-category-menu li{
        list-style: none;
        margin: 0;
    }
    .content-category-menu>ul>li>ul>li {
        margin-top: 7px
    }
    
    .content-category-menu>ul>li>ul>li svg {
        width: 10px;
        height: 9px
    }
    .danhmuc h4 svg {
        float: left;
        width: 20px;
        position: relative;
        top: -2px;
        margin-right: 5px
    }
    
    .danhmuc h4 {
        font-size: 15px;
        font-weight: 500;
        color: #333
    }
    
    .content-category-menu>ul {
        margin: 0 -5px
    }
    
    .content-category-menu>ul>li {
        width: 50%;
        float: left;
        margin-bottom: 12px;
        padding: 0 5px;
        box-sizing: border-box
    }
    
    .content-category-menu>ul>li>a {
        color: #333;
        font-size: 13px;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #ededed
    }
    
    .content-category-menu>ul>li>ul {
        padding-left: 10px;
        box-sizing: border-box
    }
    
    .content-category-menu>ul>li>ul>li>a {
        font-size: 12px;
        color: #666
    }
    body.mmenu {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    
    html.js.active {
        overflow: hidden;
    }
    .content-user-menu .avt img {
        width: 100px;
        background: #ededed;
        border-radius: 50%
    }
    
    .content-user-menu .avt {
        text-align: center
    }
    
    .content-user-menu {
        padding: 15px
    }
    
    .content-user-menu p {
        font-size: 13px;
        text-align: center;
        margin: 10px 0;
        line-height: 23px
    }
    .link-account {
        width: 80%;
        margin: 0 auto
    }
    
    .link-account a {
        display: block;
        height: 42px;
        line-height: 43px;
        background: #fb92b4;
        padding: 0 12px;
        border-radius: 3px;
        color: #fff;
        transition: all .3s;
        text-align: center;
        margin-bottom: 10px
    }
    
    .link-account a:last-child {
        background: #dc3f3e
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .content-search-form {
        width: 95%;
        padding: 40px 20px;
    }
    .category-box-list {
        flex-flow: column;
    }
    
    .category-box-list a.thumbnail {
        min-width: 100%;
    }
    .single-meta {
        line-height: 24px;
    }
    .footer_2 .social-icons.follow-icons {
        text-align: center;
    }
    .menu-menu-footer-container {
        display: none;
    }
    
    .footer-primary.pull-left {
        justify-content: center;
    }
    .home-ss3 .blog-three .box.box-vertical {
        display: flex;
    }
    
    .home-ss3 .blog-three .box.box-vertical .box-image {
        max-width: 23%;
        min-width: 23%;
        width: 23%;
    }
    
    .home-ss3 .blog-three .box.box-vertical .image-cover {
        padding-top: 100% !important;
    }
    
    .home-ss3 .blog-three .box.box-vertical .div-meta .post-meta {
        display: none;
    }
    
    .div-meta span {
        font-size: 12px;
    }
    .category-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .home-ss3 .blog-three .col.post-item h5.post-title a{
        margin-bottom: 5px !important;
    }
    .list-searchlot a {
        width: 50%;
    }
    
    .post_sponsored .list-post a.item-post .content-right {
        font-size: 14px;
    }
    
    .content-search-form {
        padding: 20px;
    }
    p.comment-form-author {
        padding-right: 0px !important;
    }
    .row-slider .flickity-prev-next-button,button.flickity-button.flickity-prev-next-button {
        width: 30px !important;
        opacity: 1 !important;
        background-size: 30px !important;
    }
}