
.fixed1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 990;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background-color: white;
    border-bottom: 0.2rem solid var(--color-highlight);
}

.color-white {
    color: white !important;
}

/*header*/
.slogan-header {
    color: #fff;
    display: flex;
    align-items: center;
}

.slogan-header span.slogan {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.slogan-header span.slogan svg {
    margin-right: 5px;
}

.box-header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu-top>ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header-menu-top>ul>li {
    list-style: none;
    margin-left: 15px;
}

.header-menu-top>ul>li>a {
    color: #fff !important;
}

.header-menu-top>ul>li>a>i {
    display: inline-block;
    margin-right: 8px;
}

.box-search .input-group {
    border: 1px solid #004ee6;
    border-radius: 8px;
}

.box-search .input-group .form-control {
    height: 42px;
    border: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-search .input-group .input-group-append .btn-submit {
    background: none;
    border: 0;
    padding: 0 10px;
}

/*search*/
.entire-action-header .btn-action-header {
    color: var(--color-highlight);
    display: block;
    border-radius: 50%;
    width: 32px;
    text-align: center;
    border: 2px solid var(--color-highlight);
    height: 32px;
    font-size: 16px;
    line-height: 20px;
}

.entire-action-header .btn-action-header:hover {
    color: #bbbbbb;
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    position: relative;
    top: -6px;
    right: 8px;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 1.5rem !important;
    font-size: 13px;
}

.menu-section>ul>li>a {
    padding-top: 20px ;
    color: var(--color-highlight);
    font-size: 16px;
}

.menu-section ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: hue-rotate(220deg) saturate(200%);
}

.menu-section>ul>li:hover a:after {
    background: rgb(254 143 0);
    width: 100%;
}

.menu-section>ul>li>a:after {
    background: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.menu-section>ul>li>a:hover {
    color: rgb(255 144 1);
}

.menu-section ul li:hover img {
    /* color: #fe9001; */
    /* filter: brightness(1) invert(1.7); */
    filter: hue-rotate(220deg) saturate(200%);
}

.menu__li--big {
    padding-bottom: 10px;
}

/*search END*/
@media (min-width: 1200px) {
    /*.menu-section>ul {*/ /*    display: flex;*/ /*    justify-content: space-between;*/ /*}*/ .menu-section > ul > li:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .setting-menu .container, .setting-menu .container-sm, .setting-menu .container-md, .setting-menu .container-lg, .setting-menu .container-xl {
        max-width: 1350px;
    }
}

/*header*/
/*.box-category-product .item .inter-img .img {*/
/*    border-radius: 16px;*/
/*    overflow: hidden;*/
/*}*/
.box-category-product .item .inter-img .img {
    overflow: hidden;
    border: 1px solid;
}

.box-category-product .item .inter-img {
    margin-bottom: 15px;
}

.box-category-product .item .inter-content {
    text-align: center;
}

.box-category-product .item .inter-content .name a {
    color: #000;
    font-size: 16px;
}

.info-benefit .text-benefit .item {
    margin-bottom: 30px;
}

.info-benefit .text-benefit .item .short {
    display: inline-block;
    background: #dbeafe;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    color: #3b5abb;
}

.info-benefit .text-benefit .item .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.box-benefit .img {
    border-top-right-radius: 200px;
    overflow: hidden;
    border-bottom-left-radius: 200px;
}

.info-benefit .title-slogan {
    margin-bottom: 45px;
}

.title-tab {
    margin-bottom: 30px;
}

.title-tab .block-tab>li.nav-item {
    margin-right: 15px;
}

.title-tab .block-tab>li.nav-item>.nav-link {
    font-weight: 600;
    color: #7c828f;
    font-size: 14px;
    border-radius: 22px;
    padding: 12px 25px;
    margin-bottom: 0;
    border-bottom: 0;
    border: 1px solid #ddd;
}

.title-tab .block-tab>li.nav-item>.nav-link.active, .title-tab .block-tab>li.nav-item>.nav-link:hover {
    background: #004ee6;
    color: #fff;
}

.title-tab .title-slogan {
    margin-bottom: 25px;
}

/*.product-item .inner-content {*/
/*    padding: 15px;*/
/*}*/
.product-item .inner-content .price {
}

.box-note-pm {
    position: relative;
    padding: 60px 0;
}

.box-note-pm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e3f0ff;
    width: calc(100% + 200px);
    height: 100%;
    border-radius: 20px;
}

.box-note-pm .info-note-pm .title-slogan .slogan {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px !important;
}

.box-note-pm .info-note-pm .title-slogan .dsc {
    font-size: 20px;
}

.box-note-pm .info-note-pm .title-slogan .title-section {
    margin-bottom: 30px;
}

.box-note-pm .row {
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-note-pm .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box-note-pm .list-image .img.image-left {
    padding-top: 160%;
    border-radius: 16px;
    overflow: hidden;
}

.box-note-pm .list-image .item-img {
    margin-bottom: 15px;
}

.box-note-pm .list-image .images-center .item-img:nth-child(1) .image {
    padding-top: 148%;
    border-radius: 20px;
    overflow: hidden;
}

.box-note-pm .list-image .item-img .image {
    border-radius: 20px;
    overflow: hidden;
}

.box-note-pm .list-image .images-right .item-img:nth-child(2) .image {
    padding-top: 115%;
}

.box-note-pm .list-image .item-img:last-child {
    margin-bottom: 0;
}

.box-note-pm .list-image>.row {
    display: flex;
    align-items: center;
}

.box-note-pm .list-image .images-center .item-img:nth-child(2) .image {
    padding-top: 90%;
}

.box-what-customers .title-slogan {
    margin-bottom: 30px !important;
}

.box-what-customers .item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
}

.box-what-customers .item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.box-what-customers .item .description {
    margin-bottom: 15px;
}

.box-what-customers .item .img-name {
    display: flex;
    align-items: center;
}

.box-what-customers .item .img-name .img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.box-what-customers .item .img-name .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-article-home .title-section {
    margin-bottom: 30px;
}

/*.article-item {*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*}*/
.article-item .inner-content {
    padding: 15px;
}

.article-item .inner-content .post-date {
    margin-bottom: 5px;
}

.article-item.swiper-slide {
    margin-bottom: 0;
}

.title-footer {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.menu-footer>ul {
    list-style: square;
    padding: 0 0 0 20px;
}

.menu-footer>ul>li {
    /*list-style: none;*/
    color: var(--color-main);
}

.menu-footer>ul>li>a {
    color: var(--color-main);
    display: inline-block;
    margin-bottom: 15px;
    line-height: 23px;
}

.box-footer-mid {
    padding-top: 50px;
    border-top: 1px solid #ddd;
    padding-bottom: 25px;
}

/*.box-footer-mid>.container>.row>div:nth-child(1), .box-footer-mid>.container>.row>div:nth-child(2) {*/
/*    flex: 0 0 25%;*/
/*    max-width: 25%;*/
/*}*/
/*.box-footer-mid>.container>.row>div:nth-child(3), .box-footer-mid>.container>.row>div:nth-child(4), .box-footer-mid>.container>.row>div:nth-child(5) {*/
/*    flex: 0 0 16.66%;*/
/*    max-width: 16.66%;*/
/*}*/
.box-form-contact {
    background: #e3f0ff;
    border-radius: 30px;
    overflow: hidden;
}

.box-form-contact .form {
    padding: 20px 70px;
}

.box-form-contact .form .title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

.box-form-contact .form .dsc {
    font-size: 16px;
    margin-bottom: 15px;
}

.box-form-contact .form .form-group {
    margin-bottom: 15px;
}

.box-form-contact .form .form-group .form-control {
    border-radius: 8px;
    height: 45px;
}

.box-form-contact .form .form-group textarea.form-control {
    height: 90px;
}

.box-form-contact .form .form-group .btn-submit {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 45px;
    padding: 0;
    line-height: 43px;
    border-radius: 8px;
}

.box-form-contact>.row {
    margin-right: 0;
    margin-left: 0;
}

.box-form-contact>.row>div {
    padding: 0;
}

footer .logo-section {
    margin-bottom: 15px;
}

.header-page-title {
    height: 200px;
    background-size: cover;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    margin-bottom: 50px;
    background-position: center;
}

.header-page-title .breadcrumb {
    height: 100%;
    /*backdrop-filter: brightness(60%);*/
    -webkit-backdrop-filter: brightness(60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page-title .breadcrumb .content {
    text-align: center;
    position: relative;
    z-index: 9;
}

.header-page-title .breadcrumb .content .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    margin-top: 10px;
    font-family: "Tilt Warp", sans-serif;
}

.header-page-title .breadcrumb nav.breadcrumbs-section {
    justify-content: center;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a, .header-page-title .breadcrumb nav.breadcrumbs-section a>span {
    color: #fff;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a:last-child::after {
    display: none;
}

.article-hot .info-article-right .article-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article-hot .info-article-right .article-item .inner-image {
    flex: 0 0 175px;
}

.article-hot .info-article-right .article-item:last-child {
    margin-bottom: 0;
}

.article-hot .info-article-left .article-item {
    margin-bottom: 0;
    position: relative;
}

.article-hot .info-article-left .article-item .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.article-hot .info-article-left .article-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

.article-hot .info-article-left .article-item .inner-content .article-title a {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .post-date {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .article-title {
    height: auto;
}

.article-hot .info-article-left .article-item .inner-content .article-description {
    color: #fff;
}

.article-hot {
    margin-bottom: 70px;
}

.article-hot .title-section {
    margin-bottom: 30px;
}

.article-hot .info-article-left .article-item .inner-image .img {
    padding-top: 75.5%;
}

.box-section-atc-page-02 {
    margin-bottom: 70px;
}

.box-article-page .article-item {
    display: flex;
    border: 0;
    border-radius: 0;
}

.box-article-page .article-item .inner-image {
    flex: 0 0 250px;
}

.box-article-page .article-item .inner-content {
    padding: 0 15px;
    flex: 1 1;
}

.box-article-page .article-item .inner-content .article-title {
    height: auto;
}

.box-article-page .article-item .inner-image .img {
    border-radius: 12px;
    overflow: hidden;
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.view-small .title {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
}

.view-small .info {
    padding: 15px;
}

.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
    flex: 0 0 115px;
    max-width: 115px;
}

.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 15px;
}

.view-small .info .article-item .inner-content .article-title a {
    font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
    line-height: 1.2;
    margin-bottom: 5px !important;
    height: auto;
}

.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 90%;
}

.view-small .info .article-item .inner-content .article-description {
    font-size: 13px;
}

.view-small .info .article-item:last-child {
    margin-bottom: 0;
}

.product-item .inner-content .attributes .item {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin: 1rem 0;
}

.product-item .inner-content .attributes .item span {
    font-size: 14px;
    font-weight: 600;
    color: #3477df;
}

.product-item .inner-content .attributes .item span.name>i {
    margin-right: 5px;
    color: var(--color-highlight);
    display: inline-block;
    width: 13px;
}

.product-item .inner-content .attributes .item span.value>span {
    margin-left: 3px;
    position: relative;
}

.product-item .inner-content .attributes .item span.value>span:first-child {
    margin-left: 0;
}

.product-item .inner-content .attributes .item span.value>span:before {
    content: ',';
    margin-right: 3px;
}

.product-item .inner-content .attributes .item span.value>span:first-child:before {
    display: none;
}

.box-article-detail .banner-article-detail {
    max-width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
}

.box-article-detail .banner-article-detail .inner-image img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 50px;
}

.box-article-detail .article-detail {
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.box-article-detail .box-share-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -140px;
}

.box-article-detail .social-share {
    background: #fff;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 43px;
    border: 1px solid #dddd;
}

.box-article-detail .item-detail-share {
    flex: 0 0 60px;
    max-width: 60px;
}

.box-article-detail .social-share .list-social .btn-social a {
    color: #fff !important;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.list-social .btn-social {
    padding: 0 10px;
}

.box-article-detail .social-share .list-social .btn-social svg {
    width: 40px;
    height: 40px;
}

.box-article-detail .article-detail .article-top .title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-transform: upercase;
    padding: 0 50px;
    margin-bottom: 15px;
}

.box-article-detail .article-detail .article-top {
    text-align: center;
}

.box-article-detail .author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-article-detail .author-view-detail .author {
    display: flex;
    align-items: center;
}

.box-article-detail .author-view-detail .author .img-author {
    margin-right: 15px;
}

.box-article-detail .author-view-detail .author .img-author img {
    width: 54px;
    height: 54px;
    border: 4px solid var(--blue-black);
    border-radius: 50%;
}

.box-article-detail .author-view-detail .view {
    background: #EAEAEA;
    padding: 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
}

.box-article-detail .author-view-detail .view i {
    margin-right: 5px;
}

.box-article-detail .social-share .list-social .btn-social:last-child a {
    margin-bottom: 0;
}

.font-detail h2 {
    font-size: 23px;
}

.font-detail h3 {
    font-size: 20px;
}

.font-detail h4 {
    font-size: 18px;
}

.box-section-article-01, .box-section-article-02 {
    margin-bottom: 60px;
}

.box-section-article-02 .title-section {
    margin-bottom: 15px;
}

.box-image-product {
    margin-bottom: 40px;
    position: relative;
}

.box-image-product>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-image-product>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-image-product .img-right .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 69.2%;
}

.box-image-product .img-right .img:last-child {
    margin-bottom: 0;
}

.box-image-product .img-left {
    border-radius: 8px;
    overflow: hidden;
}

/*.product-content-detail-left .product-info-left {*/
/*    border: 1px solid #d1d5db;*/
/*    padding: 30px;*/
/*    border-radius: 12px;*/
/*    margin-bottom: 40px;*/
/*}*/
/*.product-content-detail-left .product-info-left {*/
/*    margin-bottom: 40px;*/
/*}*/
.product-content-detail-left .product-info-left .product-title-detail {
    font-size: 28px;
    font-weight: 600;
}

.product-content-detail-left .product-info-left .comment {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .dsc {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .attributes {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.product-content-detail-left .product-info-left .attributes .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-content-detail-left .product-info-left .attributes span.name i {
    display: inline-block;
    color: var(--color-highlight);
    width: 25px;
    margin-right: 0;
}

.product-content-detail-left .product-info-left .attributes .item span.name {
    font-weight: 600;
}

.product-content-detail-right {
    position: sticky;
    top: 130px;
}

.product-book {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-content-detail-right form .form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-content-detail-right form .form-group span.icon {
    display: inline-block;
    flex: 0 0 40px;
}

.product-content-detail-right form .form-group span.icon svg {
    width: 30px;
    height: 30px;
}

.product-content-detail-right form .form-group span.value {
    flex: 1 1;
}

.product-content-detail-right form .form-group span.value input.form-control {
    border: 0;
    padding: 0;
    height: 35px;
}

.product-content-detail-right form .form-group .btn-submit {
    width: 100%;
    border-radius: 5px;
}

.product-content-detail-right .price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.product-content-detail-right .price .price-amount {
    font-size: 20px;
}

.product-content-detail-right form .form-group span.value label {
    margin-bottom: 0;
}

/*.product-content-detail-left .produc-info-left-bottom {*/
/*    border: 1px solid #d1d5db;*/
/*    padding: 30px;*/
/*    border-radius: 12px;*/
/*    margin-bottom: 40px;*/
/*}*/
.product-content-detail-left .produc-info-left-bottom {
    margin-bottom: 40px;
}

.product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.font-detail>ul {
    padding-left: 20px;
}

.font-detail img {
    width: 100%;
    height: auto;
}

.product-content-detail-right form .form-group textarea.form-control {
    padding: 0;
    border: 0;
}

.swiper-button-prev i, .swiper-button-next i {
    color: #007bff;
    font-weight: 700;
    font-size: 30px;
}

.tags span.tags-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.load-more {
    background: #ffffff;
    position: relative;
    padding: 10px;
}

/*.load-more>a {*/
/*    padding: 8px 25px;*/
/*    background: var(--color-highlight);*/
/*    color: #fff;*/
/*    display: inline-block;*/
/*    border-radius: 20px !important;*/
/*    cursor: pointer;*/
/*}*/
.load-more>a {
    background: var(--color-highlight);
    display: inline-block;
    border-radius: 20px !important;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
    background-size: 200% auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to right, #3477df 0%, #e226a1 51%, #11998E 100%);
}

.load-more>.btn-hide, .info-show-content.show .load-more>.btn-show {
    display: none;
}

.info-show-content.show .load-more>.btn-hide {
    display: inline-block;
}

.info-show-content .content-text {
    max-height: 400px;
    overflow: hidden;
}

.info-show-content.show .content-text {
    max-height: 100%;
}

.load-more>a>i {
    font-size: 10px;
}

.product-content-detail-left .product-info-left-lt {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-content-detail-left .product-info-left-lt .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-content-detail-left .product-info-left-lt .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    cursor: pointer;
    color: var(--color-highlight);
}

.product-content-detail-left .product-info-left-lt .card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.description-process {
    padding-top: 15px;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed {
    color: #000;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed i:before {
    content: '\f078';
}

.box-image-product .item.item-img>a {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    color: #000;
}

.box-contact-website .img {
    border-radius: 20px;
    overflow: hidden;
}

.box-contact-website .info-form .title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Tilt Warp", sans-serif;
}

.box-contact-website .info-form .dsc {
    margin-bottom: 20px;
    font-size: 15px;
}

.box-contact-website .info-form .form-group {
    margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
    border-radius: 8px;
    height: 48px;
    border-color: #ddd;
}

.box-contact-website .info-form .form-group textarea.form-control {
    height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
    border-radius: 8px;
}

.box-map-contact {
    background: var(--light);
    margin-top: 50px;
    padding-left: calc((100% - 1170px)/2);
}

.box-map-contact>.row {
    display: flex;
    align-items: center;
}

.info-website .info .item>span {
    display: block;
}

.info-website .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Tilt Warp", sans-serif;
}

.info-website .dsc {
    margin-bottom: 25px;
    font-size: 16px;
}

.info-website .info .item {
    margin-bottom: 30px;
}

.info-website .info .item span.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.best-sale .separator i {
    color: var(--color-highlight);
}

.best-sale .title-section-1 {
    color: var(--color-highlight);
}

.info-website .info .item span.name>svg {
    display: inline-block;
    margin-right: 10px;
}

.info-website .info>.row>div:nth-child(3) .item, .info-website .info>.row>div:nth-child(4) .item {
    margin-bottom: 0;
}

.banner-slider {
    position: relative;
}

.banner-slider .info-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-slider .info-form .text {
    text-align: center;
    color: #fff;
}

.banner-slider .info-form .text .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-slider .info-form .text .dsc {
    font-size: 25px;
}

.banner-slider .info-form .form {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.banner-slider .info-form .form .btn-submit {
    width: 100%;
    border-radius: 8px;
    height: 50px;
}

.banner-slider .info-form .form .orderby-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-slider .info-form .form .dropdown-menu {
    min-width: 170px;
    padding: 0;
}

.banner-slider .info-form .form .dropdown-menu .checkmark {
    height: 16px;
    width: 16px;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #464646;
    border-radius: 3px;
    position: relative;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label {
    display: block;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark {
    background: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .orderby-title>span {
    cursor: pointer;
}

.banner-slider .info-form .form .item-check.custom-control {
    padding-left: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item {
    max-height: 250px;
    overflow-y: auto;
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    border: 1px solid #fff
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar-thumb {
    background-color: #000;
    width: 3px;
}

.banner-slider .info-form .form .orderby-title span.text-name span {
    display: block;
}

.banner-slider .info-form .form .orderby-title span.icon {
    border: 1px solid #e7e6e6;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover {
    color: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover .checkmark {
    border-color: var(--color-highlight);
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}

.contact-right li.entry-content {
    list-style: none;
}

.contact-right li.entry-content>a {
    margin-top: 10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    color: #000;
}

.contact-right li.entry-content>a>span.icon>img {
    width: 32px;
    height: 32px;
    display: inline-block;
    object-fit: contain;
}

.contact-right li.entry-content>a span.icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-right li.entry-content>a span.content span.name {
    font-weight: 700;
    display: block;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .banner-slider .info-form .form form>.row>div:last-child {
        flex: 0 0 16%;
        max-width: 16%;
    }
}

@media (max-width: 1200px) {
    .title-section {
        font-size: 2.4rem;
    }

    .info-benefit .text-benefit .item .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item .short {
        margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item {
        margin-bottom: 25px;
    }

    .box-benefit .img {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .info-benefit .title-slogan {
        margin-bottom: 30px;
    }

    .title-tab .title-slogan {
        margin-bottom: 15px;
    }

    .title-tab {
        margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        padding: 8px 17px;
    }

    .title-tab .title-slogan {
        margin-bottom: 15px;
    }

    .title-tab {
        margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        padding: 8px 17px;
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-note-pm .info-note-pm .title-slogan .slogan {
        margin-bottom: 15px !important;
    }

    .box-note-pm .info-note-pm .title-slogan .title-section {
        margin-bottom: 10px;
    }

    .box-note-pm {
        padding: 30px 0;
    }

    .box-note-pm .info-note-pm .title-slogan .dsc {
        font-size: 15px;
    }

    .info-note-pm {
        margin-bottom: 20px;
    }

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .box-note-pm .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .box-note-pm .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-note-pm .list-image .item-img {
        margin-bottom: 10px;
    }

    .box-form-contact .form {
        padding: 15px 20px;
    }

    .title-footer {
        margin-bottom: 15px;
    }

    .menu-footer>ul>li:last-child a {
        margin-bottom: 0;
    }

    .entire-info-website address p:last-child {
        margin-bottom: 0;
    }

    .entire-info-website address {
        margin-bottom: 0;
    }

    .menu-footer>ul>li>a {
        margin-bottom: 10px;
    }

    .entire-info-website address p {
        margin-bottom: 10px;
    }

    .logo-section {
        text-align: center;
        /* margin-top: 15px; */
    }

    .box-search .icon svg path {
        stroke: var(--color-highlight);
    }

    .header-page-title {
        height: 275px;
        margin-bottom: 30px;
    }

    .box-image-product>.row {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }

    .box-image-product>.row>div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }

    .box-image-product .img-right .img {
        margin-bottom: 5px;
    }

    .box-image-product {
        margin-bottom: 30px;
    }

    .product-content-detail-left .product-info-left {
        padding: 15px;
        /*margin-bottom: 30px;*/
    }

    .product-content-detail-left .product-info-left .product-title-detail {
        font-size: 20px;
    }

    .product-content-detail-left .product-info-left .dsc {
        font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom {
        margin-bottom: 30px;
        padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt {
        padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt .item-title-process {
        font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
        font-size: 20px;
    }

    .product-content-detail-right {
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .article-hot .title-section {
        margin-bottom: 20px;
    }

    .info-article-left {
        margin-bottom: 15px;
    }

    .article-item .article-title {
        height: 50px;
    }

    .article-hot {
        margin-bottom: 30px;
    }

    .article-hot {
        margin-bottom: 30px;
    }

    .box-section-atc-page-02>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-section-atc-page-02 .box-article-page {
    }

    .box-section-atc-page-02>.container>.row>div:first-child {
        margin-bottom: 30px;
    }

    .box-article-page .article-item .inner-image {
        flex: 0 0 175px;
    }

    .box-article-page .article-item .inner-content {
        padding-right: 0;
    }

    .box-article-page .article-item .inner-content .article-title {
        height: 45px;
    }

    .box-section-atc-page-02 {
        margin-bottom: 30px;
    }

    .box-article-detail .box-share-article {
        margin-top: 30px;
    }

    .box-article-detail .banner-article-detail .inner-image img {
        border-radius: 10px;
        height: 38vw;
    }

    .box-article-detail .article-detail {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 8px;
        padding: 15px;
    }

    .box-article-detail .banner-article-detail {
        max-width: 100%;
    }

    .box-article-detail .article-detail .article-top .title {
        font-size: 20px;
        padding: 0;
        margin-bottom: 10px;
    }

    .box-article-detail .article-detail .article-top {
        margin-bottom: 15px;
    }

    .box-article-detail .item-detail-share {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-article-detail .social-share {
        border-radius: 8px;
        margin-top: 15px;
    }

    .box-article-detail .social-share .list-social {
        display: flex;
    }

    .box-article-detail .social-share .list-social .btn-social a {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .box-article-detail .social-share .list-social .btn-social:last-child a {
        margin-right: 0;
    }

    .box-section-article-01, .box-section-article-02 {
        margin-bottom: 30px;
    }

    .row.no-gutters>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-contact-website .info-form .title {
        font-size: 25px;
    }

    .box-contact-website .img {
        margin-bottom: 15px;
    }

    .box-map-contact {
        margin-top: 15px;
    }

    .box-map-contact>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-map-contact .info-website {
        padding: 10px 15px 0;
    }

    .info-website .title {
        font-size: 25px;
    }

    .info-website .dsc {
        margin-bottom: 20px;
    }

    .info-website .info .item {
        margin-bottom: 15px;
    }

    .info-website .info .item span.name {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .box-map-contact .info-website {
        padding: 20px;
    }

    .box-footer-mb>.container>.row>div:nth-child(1),.box-footer-mb>.container>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .box-footer-mb>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 30px;
    }

    .box-search .icon {
        display: none;
    }

    .swiper-slider-main .swiper-slide img {
        height: 50vw;
    }

    .box-form-contact .form .title {
        font-size: 15px;
    }

    .box-form-contact .form .dsc {
        font-size: 13px;
    }

    .box-form-contact .form .form-group .form-control {
        height: 40px;
    }

    .box-form-contact .form .form-group textarea.form-control {
        height: 60px;
    }

    .box-form-contact .form .form-group {
        margin-bottom: 10px;
    }

    .box-form-contact .form .form-group .btn-submit {
        height: 40px;
        line-height: 38px;
    }

    .box-form-contact .inter-image .img {
        padding-top: 120%;
    }

    .box-article-page .article-item .inner-content .article-title {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .banner-slider .info-form .form form>.row>div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-slider .info-form .form .btn-submit {
        height: 42px;
        margin-top: 15px;
    }

    .banner-slider .info-form .form {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .header-page-title {
        height: 175px;
    }

    .header-page-title .breadcrumb .content .title {
        font-size: 18px;
    }

    .box-footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-slider .info-form {
        transform: none;
        position: initial;
    }

    .banner-slider .info-form .text {
        position: absolute;
        top: 18vw;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .banner-slider .info-form .text .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner-slider .info-form .text .dsc {
        font-size: 21px;
    }

    .swiper-slider-main .swiper-slide img {
        height: 45vw;
    }

    .banner-slider .info-form .form {
        margin-top: 15px;
        border: 1px solid #ddd;
    }

    .banner-slider .info-form .form .dropdown {
        margin-bottom: 15px;
    }

    .box-what-customers .title-slogan {
        margin-bottom: 20px !important;
    }

    .article-item .article-description {
        max-height: 61px;
        overflow: hidden;
    }

    /*.box-footer-mb {*/
    /*    border-top: 1px solid #ddd;*/
    /*}*/
    .header-menu-mobile>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }

    .box-search:hover form {
        opacity: 1;
        display: block;
    }

    .banner-slider .info-form .form .btn-submit {
        height: 40px;
    }

    .box-form-contact .form .title {
        font-size: 18px;
    }

    .contact-right {
        left: 10px;
        bottom: 10px;
    }

    .contact-right li.entry-content>a {
        padding: 3px !important;
        width: 38px;
        margin-top: 5px;
        border-radius: 50%;
    }

    .contact-right li.entry-content>a span.content {
        display: none;
    }

    .contact-right li.entry-content>a span.icon {
        margin-right: 0;
    }
}

.breadcrumbs-section a:last-child::after {
    display: none;
}

.wrap-suggestion .title-cp {
    line-height: 1.3;
}

.wrap-suggestion .price-amount span.currency-symbol {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .box-search .icon {
        width: 4rem;
        height: 4rem;
        border: 1px solid var(--color-highlight);
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .box-search .icon svg {
        width: 18px;
        height: 18px;
    }

    .box-search form {
        position: absolute !important;
        top: 100%;
        z-index: 2;
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        width: 250px;
        right: 0;
        display: none;
        opacity: 0;
    }

    .box-header-top .slogan-header {
        display: none;
    }

    .setting-menu-pc>.container>.row>div:nth-child(1) {
        order: 2;
    }

    .setting-menu-pc>.container>.row>div:nth-child(2) {
        order: 1;
    }

    .setting-menu-pc>.container>.row>div:nth-child(3) {
        order: 3;
        display: flex;
        justify-content: flex-end;
    }

    .setting-menu-pc>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .setting-menu-pc .box-search>.icon {
        display: inline-flex !important;
    }
}

/*--------------Them-------------- */
/*gioi thieu*/
.about_introduction {
    color: var(--color-highlight);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3.2rem !important;
}

.about_introduction spam {
    font-weight: 700;
}

.swiper-slide--link-btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 25px;
    position: static;
}

/*gioi thieu END*/
/*TOUR giam gia tot nhat*/
.bg-tour-slider {
    background: url(https://cdn3019.cdn4s6.io.vn/media/bg_hotel.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    clear: both;
}

.slider-testimonial {
    padding: 0px 50px;
}

.title-cate-home {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.7rem;
}

.slider-tour-sale:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
}

/*TOUR giam gia tot nhat END*/
/*Why*/
.module_whychooseus {
    clear: both;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: var(--color-highlight);
    color: #fff;
}

.entry-content {
    text-align: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: #ffffff26;
    padding: 10px;
    font-size: 16px;
    min-height: 310px;
    border-bottom: 5px solid #00000029;
}

.entry-content .inner-icon img {
    max-width: 75px;
}

.inner-icon {
    margin-bottom: 25px;
    text-align: center;
}

.why-name {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-family: "Tilt Warp", sans-serif;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.fixed1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 990;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background-color: white;
    border-bottom: 0.2rem solid var(--color-highlight);
}

.color-white {
    color: white !important;
}

/*header*/
.slogan-header {
    color: #fff;
    display: flex;
    align-items: center;
}

.slogan-header
    span.slogan {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.slogan-header
    span.slogan svg {
    margin-right: 5px;
}

.box-header-top>.container>.row>
    div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu-top>
    ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header-menu-top>
    ul>li {
    list-style: none;
    margin-left: 15px;
}

.header-menu-top>
    ul>li>a {
    color: #fff !important;
}

.header-menu-top>
    ul>li>a>i {
    display: inline-block;
    margin-right: 8px;
}

.box-search .input-group {
    border: 1px solid #004ee6;
    border-radius: 8px;
}

.box-search .input-group .form-control {
    height: 42px;
    border: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-search .input-group .input-group-append .btn-submit {
    background: none;
    border: 0;
    padding: 0 10px;
}

/*search*/
.entire-action-header .btn-action-header {
    color: var(--color-highlight);
    display: block;
    border-radius: 50%;
    width: 32px;
    text-align: center;
    border: 2px solid var(--color-highlight);
    height: 32px;
    font-size: 16px;
    line-height: 20px;
}

.entire-action-header .btn-action-header:
    hover {
    color: #bbbbbb;
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header
    i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    position: relative;
    top: -6px;
    right: 8px;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:
    hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 1.5rem !important;
    font-size: 13px;
}

.menu-section>
    ul>li>a {
    padding-top: 20px;
    color: var(--color-highlight);
    font-size: 16px;
}

.menu-section
    ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: hue-rotate(220deg) saturate(200%);
}

.menu-section>
    ul>li:hover a:after {
    background: rgb(254 143 0);
    width: 100%;
}

.menu-section>
    ul>li>a:after {
    background: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.menu-section>
    ul>li>a:hover {
    color: rgb(255 144 1);
}

.menu-section
    ul li:hover img {
    /* color: #fe9001; */
    /* filter: brightness(1) invert(1.7); */
    filter: hue-rotate(220deg) saturate(200%);
}

.menu__li--big {
    padding-bottom: 10px;
}

/*search END*/
    @media (min-width: 1200px) {
    /*.menu-section>ul {*/ /*    display: flex;*/ /*    justify-content: space-between;*/ /*}*/ .menu-section > ul > li:first-child {
        margin-left: 0;
    }
}
    @media (min-width: 1200px) {
    .setting-menu .container, .setting-menu .container-sm, .setting-menu .container-md, .setting-menu .container-lg, .setting-menu .container-xl {
        max-width: 1350px;
    }
}

/*header*/
/*.box-category-product .item .inter-img .img {*/
    /*    border-radius: 16px;*/
    /*    overflow: hidden;*/
/*}*/
.box-category-product .item .inter-img .img {
    overflow: hidden;
    border: 1px solid;
}

.box-category-product .item .inter-img {
    margin-bottom: 15px;
}

.box-category-product .item .inter-content {
    text-align: center;
}

.box-category-product .item .inter-content .name
    a {
    color: #000;
    font-size: 16px;
}

.info-benefit .text-benefit .item {
    margin-bottom: 30px;
}

.info-benefit .text-benefit .item .short {
    display: inline-block;
    background: #dbeafe;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    color: #3b5abb;
}

.info-benefit .text-benefit .item .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.box-benefit .img {
    border-top-right-radius: 200px;
    overflow: hidden;
    border-bottom-left-radius: 200px;
}

.info-benefit .title-slogan {
    margin-bottom: 45px;
}

.title-tab {
    margin-bottom: 30px;
}

.title-tab .block-tab>
    li.nav-item {
    margin-right: 15px;
}

.title-tab .block-tab>
    li.nav-item>.nav-link {
    font-weight: 600;
    color: #7c828f;
    font-size: 14px;
    border-radius: 22px;
    padding: 12px 25px;
    margin-bottom: 0;
    border-bottom: 0;
    border: 1px solid #ddd;
}

.title-tab .block-tab>
    li.nav-item>.nav-link.active, .title-tab .block-tab>li.nav-item>.nav-link:hover {
    background: #004ee6;
    color: #fff;
}

.title-tab .title-slogan {
    margin-bottom: 25px;
}

/*.product-item .inner-content {*/
    /*    padding: 15px;*/
/*}*/
.product-item .inner-content .price {
}

.box-note-pm {
    position: relative;
    padding: 60px 0;
}

.box-note-pm:
    before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e3f0ff;
    width: calc(100% + 200px);
    height: 100%;
    border-radius: 20px;
}

.box-note-pm .info-note-pm .title-slogan .slogan {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px !important;
}

.box-note-pm .info-note-pm .title-slogan .dsc {
    font-size: 20px;
}

.box-note-pm .info-note-pm .title-slogan .title-section {
    margin-bottom: 30px;
}

.box-note-pm .row {
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-note-pm .row>
    div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box-note-pm .list-image .img.image-left {
    padding-top: 160%;
    border-radius: 16px;
    overflow: hidden;
}

.box-note-pm .list-image .item-img {
    margin-bottom: 15px;
}

.box-note-pm .list-image .images-center .item-img:nth-child(1) .image {
    padding-top: 148%;
    border-radius: 20px;
    overflow: hidden;
}

.box-note-pm .list-image .item-img .image {
    border-radius: 20px;
    overflow: hidden;
}

.box-note-pm .list-image .images-right .item-img:nth-child(2) .image {
    padding-top: 115%;
}

.box-note-pm .list-image .item-img:
    last-child {
    margin-bottom: 0;
}

.box-note-pm .list-image>.row {
    display: flex;
    align-items: center;
}

.box-note-pm .list-image .images-center .item-img:nth-child(2) .image {
    padding-top: 90%;
}

.box-what-customers .title-slogan {
    margin-bottom: 30px !important;
}

.box-what-customers .item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
}

.box-what-customers .item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.box-what-customers .item .description {
    margin-bottom: 15px;
}

.box-what-customers .item .img-name {
    display: flex;
    align-items: center;
}

.box-what-customers .item .img-name .img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.box-what-customers .item .img-name .img
    img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-article-home .title-section {
    margin-bottom: 30px;
}

/*.article-item {*/
    /*    border: 1px solid #ddd;*/
    /*    border-radius: 12px;*/
    /*    overflow: hidden;*/
/*}*/
.article-item .inner-content {
    padding: 15px;
}

.article-item .inner-content .post-date {
    margin-bottom: 5px;
}

.article-item.swiper-slide {
    margin-bottom: 0;
}

.title-footer {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.menu-footer>
    ul {
    list-style: square;
    padding: 0 0 0 20px;
}

.menu-footer>
    ul>li {
    /*list-style: none;*/}

.menu-footer>
    ul>li>a {
    color: #e3e3e3;
    display: inline-block;
    margin-bottom: 15px;
}

.box-footer-mid {
    padding-top: 50px;
    border-top: 1px solid #ddd;
    padding-bottom: 25px;
}

/*.box-footer-mid>.container>.row>div:nth-child(1), .box-footer-mid>.container>.row>div:nth-child(2) {*/
    /*    flex: 0 0 25%;*/
    /*    max-width: 25%;*/
/*}*/
/*.box-footer-mid>.container>.row>div:nth-child(3), .box-footer-mid>.container>.row>div:nth-child(4), .box-footer-mid>.container>.row>div:nth-child(5) {*/
    /*    flex: 0 0 16.66%;*/
    /*    max-width: 16.66%;*/
/*}*/
.box-form-contact {
    background: #e3f0ff;
    border-radius: 30px;
    overflow: hidden;
}

.box-form-contact .form {
    padding: 20px 70px;
}

.box-form-contact .form .title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

.box-form-contact .form .dsc {
    font-size: 16px;
    margin-bottom: 15px;
}

.box-form-contact .form .form-group {
    margin-bottom: 15px;
}

.box-form-contact .form .form-group .form-control {
    border-radius: 8px;
    height: 45px;
}

.box-form-contact .form .form-group
    textarea.form-control {
    height: 90px;
}

.box-form-contact .form .form-group .btn-submit {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 45px;
    padding: 0;
    line-height: 43px;
    border-radius: 8px;
}

.box-form-contact>.row {
    margin-right: 0;
    margin-left: 0;
}

.box-form-contact>.row>
    div {
    padding: 0;
}
    footer .logo-section {
    margin-bottom: 15px;
}

.header-page-title {
    height: 200px;
    background-size: cover;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    margin-bottom: 50px;
    background-position: center;
}

.header-page-title .breadcrumb {
    height: 100%;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page-title .breadcrumb .content {
    text-align: center;
    position: relative;
    z-index: 9;
}

.header-page-title .breadcrumb .content .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    margin-top: 10px;
    font-family: "Tilt Warp", sans-serif;
}

.header-page-title .breadcrumb
    nav.breadcrumbs-section {
    justify-content: center;
}

.header-page-title .breadcrumb
    nav.breadcrumbs-section a, .header-page-title .breadcrumb nav.breadcrumbs-section a>span {
    color: #fff;
}

.header-page-title .breadcrumb
    nav.breadcrumbs-section a:last-child::after {
    display: none;
}

.article-hot .info-article-right .article-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article-hot .info-article-right .article-item .inner-image {
    flex: 0 0 175px;
}

.article-hot .info-article-right .article-item:
    last-child {
    margin-bottom: 0;
}

.article-hot .info-article-left .article-item {
    margin-bottom: 0;
    position: relative;
}

.article-hot .info-article-left .article-item .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.article-hot .info-article-left .article-item:
    before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

.article-hot .info-article-left .article-item .inner-content .article-title
    a {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .post-date {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .article-title {
    height: auto;
}

.article-hot .info-article-left .article-item .inner-content .article-description {
    color: #fff;
}

.article-hot {
    margin-bottom: 70px;
}

.article-hot .title-section {
    margin-bottom: 30px;
}

.article-hot .info-article-left .article-item .inner-image .img {
    padding-top: 75.5%;
}

.box-section-atc-page-02 {
    margin-bottom: 70px;
}

.box-article-page .article-item {
    display: flex;
    border: 0;
    border-radius: 0;
}

.box-article-page .article-item .inner-image {
    flex: 0 0 250px;
}

.box-article-page .article-item .inner-content {
    padding: 0 15px;
    flex: 1 1;
}

.box-article-page .article-item .inner-content .article-title {
    height: auto;
}

.box-article-page .article-item .inner-image .img {
    border-radius: 12px;
    overflow: hidden;
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.view-small .title {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
}

.view-small .info {
    padding: 15px;
}

.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
    flex: 0 0 115px;
    max-width: 115px;
}

.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 15px;
}

.view-small .info .article-item .inner-content .article-title
    a {
    font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
    line-height: 1.2;
    margin-bottom: 5px !important;
    height: auto;
}

.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 90%;
}

.view-small .info .article-item .inner-content .article-description {
    font-size: 13px;
}

.view-small .info .article-item:
    last-child {
    margin-bottom: 0;
}

.product-item .inner-content .attributes .item {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin: 1rem 0;
}

.product-item .inner-content .attributes .item
    span {
    font-size: 14px;
    font-weight: 600;
    color: #3477df;
}

.product-item .inner-content .attributes .item
    span.name>i {
    margin-right: 5px;
    color: var(--color-highlight);
    display: inline-block;
    width: 13px;
}

.product-item .inner-content .attributes .item
    span.value>span {
    margin-left: 3px;
    position: relative;
}

.product-item .inner-content .attributes .item
    span.value>span:first-child {
    margin-left: 0;
}

.product-item .inner-content .attributes .item
    span.value>span:before {
    content: ',';
    margin-right: 3px;
}

.product-item .inner-content .attributes .item
    span.value>span:first-child:before {
    display: none;
}

.box-article-detail .banner-article-detail {
    max-width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
}

.box-article-detail .banner-article-detail .inner-image
    img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 50px;
}

.box-article-detail .article-detail {
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.box-article-detail .box-share-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -140px;
}

.box-article-detail .social-share {
    background: #fff;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 43px;
    border: 1px solid #dddd;
}

.box-article-detail .item-detail-share {
    flex: 0 0 60px;
    max-width: 60px;
}

.box-article-detail .social-share .list-social .btn-social
    a {
    color: #fff !important;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.list-social .btn-social {
    padding: 0 10px;
}

.box-article-detail .social-share .list-social .btn-social
    svg {
    width: 40px;
    height: 40px;
}

.box-article-detail .article-detail .article-top .title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-transform: upercase;
    padding: 0 50px;
    margin-bottom: 15px;
}

.box-article-detail .article-detail .article-top {
    text-align: center;
}

.box-article-detail .author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-article-detail .author-view-detail .author {
    display: flex;
    align-items: center;
}

.box-article-detail .author-view-detail .author .img-author {
    margin-right: 15px;
}

.box-article-detail .author-view-detail .author .img-author
    img {
    width: 54px;
    height: 54px;
    border: 4px solid var(--blue-black);
    border-radius: 50%;
}

.box-article-detail .author-view-detail .view {
    background: #EAEAEA;
    padding: 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
}

.box-article-detail .author-view-detail .view
    i {
    margin-right: 5px;
}

.box-article-detail .social-share .list-social .btn-social:
    last-child a {
    margin-bottom: 0;
}

.font-detail
    h2 {
    font-size: 23px;
}

.font-detail
    h3 {
    font-size: 20px;
}

.font-detail
    h4 {
    font-size: 18px;
}

.box-section-article-01, .box-section-article-02 {
    margin-bottom: 60px;
}

.box-section-article-02 .title-section {
    margin-bottom: 15px;
}

.box-image-product {
    margin-bottom: 40px;
    position: relative;
}

.box-image-product>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-image-product>.row>
    div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-image-product .img-right .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 69.2%;
}

.box-image-product .img-right .img:
    last-child {
    margin-bottom: 0;
}

.box-image-product .img-left {
    border-radius: 8px;
    overflow: hidden;
}

/*.product-content-detail-left .product-info-left {*/
    /*    border: 1px solid #d1d5db;*/
    /*    padding: 30px;*/
    /*    border-radius: 12px;*/
    /*    margin-bottom: 40px;*/
/*}*/
/*.product-content-detail-left .product-info-left {*/
    /*    margin-bottom: 40px;*/
/*}*/
.product-content-detail-left .product-info-left .product-title-detail {
    font-size: 28px;
    font-weight: 600;
}

.product-content-detail-left .product-info-left .comment {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .dsc {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .attributes {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.product-content-detail-left .product-info-left .attributes .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-content-detail-left .product-info-left .attributes
    span.name i {
    display: inline-block;
    color: var(--color-highlight);
    width: 25px;
    margin-right: 0;
}

.product-content-detail-left .product-info-left .attributes .item
    span.name {
    font-weight: 600;
}

.product-content-detail-right {
    position: sticky;
    top: 130px;
}

.product-book {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-content-detail-right
    form .form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-content-detail-right
    form .form-group span.icon {
    display: inline-block;
    flex: 0 0 40px;
}

.product-content-detail-right
    form .form-group span.icon svg {
    width: 30px;
    height: 30px;
}

.product-content-detail-right
    form .form-group span.value {
    flex: 1 1;
}

.product-content-detail-right
    form .form-group span.value input.form-control {
    border: 0;
    padding: 0;
    height: 35px;
}

.product-content-detail-right
    form .form-group .btn-submit {
    width: 100%;
    border-radius: 5px;
}

.product-content-detail-right .price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.product-content-detail-right .price .price-amount {
    font-size: 20px;
}

.product-content-detail-right
    form .form-group span.value label {
    margin-bottom: 0;
}

/*.product-content-detail-left .produc-info-left-bottom {*/
    /*    border: 1px solid #d1d5db;*/
    /*    padding: 30px;*/
    /*    border-radius: 12px;*/
    /*    margin-bottom: 40px;*/
/*}*/
.product-content-detail-left .produc-info-left-bottom {
    margin-bottom: 40px;
}

.product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.font-detail>
    ul {
    padding-left: 20px;
}

.font-detail
    img {
    width: 100%;
    height: auto;
}

.product-content-detail-right
    form .form-group textarea.form-control {
    padding: 0;
    border: 0;
}

.swiper-button-prev
    i, .swiper-button-next i {
    color: #007bff;
    font-weight: 700;
    font-size: 30px;
}

.tags
    span.tags-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.load-more {
    background: #ffffff;
    position: relative;
    padding: 10px;
}

/*.load-more>a {*/
    /*    padding: 8px 25px;*/
    /*    background: var(--color-highlight);*/
    /*    color: #fff;*/
    /*    display: inline-block;*/
    /*    border-radius: 20px !important;*/
    /*    cursor: pointer;*/
/*}*/
.load-more>
    a {
    background: var(--color-highlight);
    display: inline-block;
    border-radius: 20px !important;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
    background-size: 200% auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to right, #3477df 0%, #e226a1 51%, #11998E 100%);
}

.load-more>.btn-hide, .info-show-content.show .load-more>.btn-show {
    display: none;
}

.info-show-content.show .load-more>.btn-hide {
    display: inline-block;
}

.info-show-content .content-text {
    max-height: 400px;
    overflow: hidden;
}

.info-show-content.show .content-text {
    max-height: 100%;
}

.load-more>
    a>i {
    font-size: 10px;
}

.product-content-detail-left .product-info-left-lt {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-content-detail-left .product-info-left-lt .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-content-detail-left .product-info-left-lt .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    cursor: pointer;
    color: var(--color-highlight);
}

.product-content-detail-left .product-info-left-lt .card:
    last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.description-process {
    padding-top: 15px;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed {
    color: #000;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed
    i:before {
    content: '\f078';
}

.box-image-product .item.item-img>
    a {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    color: #000;
}

.box-contact-website .img {
    border-radius: 20px;
    overflow: hidden;
}

.box-contact-website .info-form .title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Tilt Warp", sans-serif;
}

.box-contact-website .info-form .dsc {
    margin-bottom: 20px;
    font-size: 15px;
}

.box-contact-website .info-form .form-group {
    margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
    border-radius: 8px;
    height: 48px;
    border-color: #ddd;
}

.box-contact-website .info-form .form-group
    textarea.form-control {
    height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
    border-radius: 8px;
}

.box-map-contact {
    background: var(--light);
    margin-top: 50px;
    padding-left: calc((100% - 1170px)/2);
}

.box-map-contact>.row {
    display: flex;
    align-items: center;
}

.info-website .info .item>
    span {
    display: block;
}

.info-website .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Tilt Warp", sans-serif;
}

.info-website .dsc {
    margin-bottom: 25px;
    font-size: 16px;
}

.info-website .info .item {
    margin-bottom: 30px;
}

.info-website .info .item
    span.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.best-sale .separator
    i {
    color: var(--color-highlight);
}

.best-sale .title-section-1 {
    color: var(--color-highlight);
}

.info-website .info .item
    span.name>svg {
    display: inline-block;
    margin-right: 10px;
}

.info-website .info>.row>
    div:nth-child(3) .item, .info-website .info>.row>div:nth-child(4) .item {
    margin-bottom: 0;
}

.banner-slider {
    position: relative;
}

.banner-slider .info-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-slider .info-form .text {
    text-align: center;
    color: #fff;
}

.banner-slider .info-form .text .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-slider .info-form .text .dsc {
    font-size: 25px;
}

.banner-slider .info-form .form {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.banner-slider .info-form .form .btn-submit {
    width: 100%;
    border-radius: 8px;
    height: 50px;
}

.banner-slider .info-form .form .orderby-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-slider .info-form .form .dropdown-menu {
    min-width: 170px;
    padding: 0;
}

.banner-slider .info-form .form .dropdown-menu .checkmark {
    height: 16px;
    width: 16px;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #464646;
    border-radius: 3px;
    position: relative;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>
    label {
    display: block;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>
    label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item
    input:checked ~ .checkmark {
    background: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item
    input:checked ~ .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>
    label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .orderby-title>
    span {
    cursor: pointer;
}

.banner-slider .info-form .form .item-check.custom-control {
    padding-left: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item {
    max-height: 250px;
    overflow-y: auto;
}

.banner-slider .info-form .form .dropdown-menu .list-item::
    -webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    border: 1px solid #fff}

.banner-slider .info-form .form .dropdown-menu .list-item::
    -webkit-scrollbar-thumb {
    background-color: #000;
    width: 3px;
}

.banner-slider .info-form .form .orderby-title
    span.text-name span {
    display: block;
}

.banner-slider .info-form .form .orderby-title
    span.icon {
    border: 1px solid #e7e6e6;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>
    label:hover {
    color: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>
    label:hover .checkmark {
    border-color: var(--color-highlight);
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}

.contact-right
    li.entry-content {
    list-style: none;
}

.contact-right
    li.entry-content>a {
    margin-top: 10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    color: #000;
}

.contact-right
    li.entry-content>a>span.icon>img {
    width: 32px;
    height: 32px;
    display: inline-block;
    object-fit: contain;
}

.contact-right
    li.entry-content>a span.icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-right
    li.entry-content>a span.content span.name {
    font-weight: 700;
    display: block;
    font-size: 16px;
}
    @media (min-width: 1200px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 28%;
    max-width: 28%;
    }

    .banner-slider .info-form .form form>.row>div:
    last-child {
        flex: 0 0 16%;
    max-width: 16%;
    }
}
    @media (max-width: 1200px) {
    .title-section {
        font-size: 2.4rem;
    }

    .info-benefit .text-benefit .item .title {
    font-size: 16px;
    margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item .short {
    margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item {
    margin-bottom: 25px;
    }

    .box-benefit .img {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    }

    .info-benefit .title-slogan {
    margin-bottom: 30px;
    }

    .title-tab .title-slogan {
    margin-bottom: 15px;
    }

    .title-tab {
    margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
    padding: 8px 17px;
    }

    .title-tab .title-slogan {
    margin-bottom: 15px;
    }

    .title-tab {
    margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
    padding: 8px 17px;
    }

    .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
    }

    .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
    }

    .box-note-pm .info-note-pm .title-slogan .slogan {
    margin-bottom: 15px !important;
    }

    .box-note-pm .info-note-pm .title-slogan .title-section {
    margin-bottom: 10px;
    }

    .box-note-pm {
    padding: 30px 0;
    }

    .box-note-pm .info-note-pm .title-slogan .dsc {
    font-size: 15px;
    }

    .info-note-pm {
    margin-bottom: 20px;
    }

    html {
    overflow-x: hidden;
    }

    body {
    overflow-x: hidden;
    }

    .box-note-pm .row {
    margin-right: -5px;
    margin-left: -5px;
    }

    .box-note-pm .row>div {
    padding-right: 5px;
    padding-left: 5px;
    }

    .box-note-pm .list-image .item-img {
    margin-bottom: 10px;
    }

    .box-form-contact .form {
    padding: 15px 20px;
    }

    .title-footer {
    margin-bottom: 15px;
    }

    .menu-footer>ul>li:
    last-child a {
        margin-bottom: 0;
    }

    .entire-info-website address p:
    last-child {
        margin-bottom: 0;
    }

    .entire-info-website address {
    margin-bottom: 0;
    }

    .menu-footer>ul>li>a {
    margin-bottom: 10px;
    }

    .entire-info-website address p {
    margin-bottom: 10px;
    }

    .logo-section {
    text-align: center;
    margin-top: 15px;
    }

    .box-search .icon svg path {
    stroke: var(--color-highlight);
    }

    .header-page-title {
    height: 275px;
    margin-bottom: 30px;
    }

    .box-image-product>.row {
    margin-right: -2.5px;
    margin-left: -2.5px;
    }

    .box-image-product>.row>div {
    padding-right: 2.5px;
    padding-left: 2.5px;
    }

    .box-image-product .img-right .img {
    margin-bottom: 5px;
    }

    .box-image-product {
    margin-bottom: 30px;
    }

    .product-content-detail-left .product-info-left {
    padding: 15px;
    /*margin-bottom: 30px;*/
    }

    .product-content-detail-left .product-info-left .product-title-detail {
    font-size: 20px;
    }

    .product-content-detail-left .product-info-left .dsc {
    font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom {
    margin-bottom: 30px;
    padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt {
    padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt .item-title-process {
    font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    font-size: 20px;
    }

    .product-content-detail-right {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    }

    .article-hot .title-section {
    margin-bottom: 20px;
    }

    .info-article-left {
    margin-bottom: 15px;
    }

    .article-item .article-title {
    height: 50px;
    }

    .article-hot {
    margin-bottom: 30px;
    }

    .article-hot {
    margin-bottom: 30px;
    }

    .box-section-atc-page-02>.container>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
    }

    .box-section-atc-page-02 .box-article-page {
    }

    .box-section-atc-page-02>.container>.row>div:
    first-child {
        margin-bottom: 30px;
    }

    .box-article-page .article-item .inner-image {
    flex: 0 0 175px;
    }

    .box-article-page .article-item .inner-content {
    padding-right: 0;
    }

    .box-article-page .article-item .inner-content .article-title {
    height: 45px;
    }

    .box-section-atc-page-02 {
    margin-bottom: 30px;
    }

    .box-article-detail .box-share-article {
    margin-top: 30px;
    }

    .box-article-detail .banner-article-detail .inner-image img {
    border-radius: 10px;
    height: 38vw;
    }

    .box-article-detail .article-detail {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 8px;
    padding: 15px;
    }

    .box-article-detail .banner-article-detail {
    max-width: 100%;
    }

    .box-article-detail .article-detail .article-top .title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 10px;
    }

    .box-article-detail .article-detail .article-top {
    margin-bottom: 15px;
    }

    .box-article-detail .item-detail-share {
    flex: 0 0 100%;
    max-width: 100%;
    }

    .box-article-detail .social-share {
    border-radius: 8px;
    margin-top: 15px;
    }

    .box-article-detail .social-share .list-social {
    display: flex;
    }

    .box-article-detail .social-share .list-social .btn-social a {
    margin-bottom: 0;
    margin-right: 15px;
    }

    .box-article-detail .social-share .list-social .btn-social:
    last-child a {
        margin-right: 0;
    }

    .box-section-article-01, .box-section-article-02 {
    margin-bottom: 30px;
    }

    .row.no-gutters>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
    }

    .box-contact-website .info-form .title {
    font-size: 25px;
    }

    .box-contact-website .img {
    margin-bottom: 15px;
    }

    .box-map-contact {
    margin-top: 15px;
    }

    .box-map-contact>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
    }

    .box-map-contact .info-website {
    padding: 10px 15px 0;
    }

    .info-website .title {
    font-size: 25px;
    }

    .info-website .dsc {
    margin-bottom: 20px;
    }

    .info-website .info .item {
    margin-bottom: 15px;
    }

    .info-website .info .item span.name {
    margin-bottom: 10px;
    }
}
    @media (min-width: 768px) and (max-width:1200px) {
    .box-map-contact .info-website {
        padding: 20px;
    }

    .box-footer-mb>.container>.row>div:nth-child(1),.box-footer-mb>.container>.row>div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    }

    .box-footer-mb>.container>.row>div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
    }

    .box-search .icon {
    display: none;
    }

    .swiper-slider-main .swiper-slide img {
    height: 50vw;
    }

    .box-form-contact .form .title {
    font-size: 15px;
    }

    .box-form-contact .form .dsc {
    font-size: 13px;
    }

    .box-form-contact .form .form-group .form-control {
    height: 40px;
    }

    .box-form-contact .form .form-group textarea.form-control {
    height: 60px;
    }

    .box-form-contact .form .form-group {
    margin-bottom: 10px;
    }

    .box-form-contact .form .form-group .btn-submit {
    height: 40px;
    line-height: 38px;
    }

    .box-form-contact .inter-image .img {
    padding-top: 120%;
    }

    .box-article-page .article-item .inner-content .article-title {
    height: auto;
    }
}
    @media (min-width: 768px) and (max-width:992px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 33.33%;
    max-width: 33.33%;
    }

    .banner-slider .info-form .form form>.row>div:
    last-child {
        flex: 0 0 100%;
    max-width: 100%;
    }

    .banner-slider .info-form .form .btn-submit {
    height: 42px;
    margin-top: 15px;
    }

    .banner-slider .info-form .form {
    padding: 15px;
    }
}
    @media (max-width: 767px) {
    .header-page-title {
        height: 175px;
    }

    .header-page-title .breadcrumb .content .title {
    font-size: 18px;
    }

    .box-footer-mb>.container>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    }

    .banner-slider .info-form {
    transform: none;
    position: initial;
    }

    .banner-slider .info-form .text {
    position: absolute;
    top: 18vw;
    left: 0;
    z-index: 1;
    width: 100%;
    }

    .banner-slider .info-form .text .title {
    font-size: 24px;
    margin-bottom: 10px;
    }

    .banner-slider .info-form .text .dsc {
    font-size: 21px;
    }

    .swiper-slider-main .swiper-slide img {
    height: 45vw;
    }

    .banner-slider .info-form .form {
    margin-top: 15px;
    border: 1px solid #ddd;
    }

    .banner-slider .info-form .form .dropdown {
    margin-bottom: 15px;
    }

    .box-what-customers .title-slogan {
    margin-bottom: 20px !important;
    }

    .article-item .article-description {
    max-height: 61px;
    overflow: hidden;
    }

    /*.box-footer-mb {*/
    /*    border-top: 1px solid #ddd;*/
    /*}*/
    .header-menu-mobile>.container>.row>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    }

    .box-search:
    hover form {
        opacity: 1;
    display: block;
    }

    .banner-slider .info-form .form .btn-submit {
    height: 40px;
    }

    .box-form-contact .form .title {
    font-size: 18px;
    }

    .contact-right {
    left: 10px;
    bottom: 10px;
    }

    .contact-right li.entry-content>a {
    padding: 3px !important;
    width: 38px;
    margin-top: 5px;
    border-radius: 50%;
    }

    .contact-right li.entry-content>a span.content {
    display: none;
    }

    .contact-right li.entry-content>a span.icon {
    margin-right: 0;
    }
}

.breadcrumbs-section
    a:last-child::after {
    display: none;
}

.wrap-suggestion .title-cp {
    line-height: 1.3;
}

.wrap-suggestion .price-amount
    span.currency-symbol {
    margin-left: 0;
}
    @media (max-width: 1200px) {
    .box-search .icon {
        width: 4rem;
    height: 4rem;
    border: 1px solid var(--color-highlight);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    }

    .box-search .icon svg {
    width: 18px;
    height: 18px;
    }

    .box-search form {
    position: absolute !important;
    top: 100%;
    z-index: 2;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 250px;
    right: 0;
    display: none;
    opacity: 0;
    }

    .box-header-top .slogan-header {
    display: none;
    }

    .setting-menu-pc>.container>.row>div:nth-child(1) {
    order: 2;
    }

    .setting-menu-pc>.container>.row>div:nth-child(2) {
    order: 1;
    }

    .setting-menu-pc>.container>.row>div:nth-child(3) {
    order: 3;
    display: flex;
    justify-content: flex-end;
    }

    .setting-menu-pc>.container>.row>div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    }

    .setting-menu-pc .box-search>.icon {
    display: inline-flex !important;
    }
}

/*--------------Them-------------- */
/*gioi thieu*/
.about_introduction {
    color: var(--color-highlight);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3.2rem !important;
}

.about_introduction
    spam {
    font-weight: 700;
}

.swiper-slide--link-btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 25px;
    position: static;
}

/*gioi thieu END*/
/*TOUR giam gia tot nhat*/
.bg-tour-slider {
    background: url(https://cdn3019.cdn4s6.io.vn/media/bg_hotel.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    clear: both;
}

.slider-testimonial {
    padding: 0px 50px;
}

.title-cate-home {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.7rem;
}

.slider-tour-sale:
    after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
}

/*TOUR giam gia tot nhat END*/
/*Why*/
.module_whychooseus {
    clear: both;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: var(--color-highlight);
    color: #fff;
}

.entry-content {
    text-align: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: #ffffff26;
    padding: 10px;
    font-size: 16px;
    min-height: 310px;
    border-bottom: 5px solid #00000029;
}

.entry-content .inner-icon
    img {
    max-width: 75px;
}

.inner-icon {
    margin-bottom: 25px;
    text-align: center;
}

.why-name {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.why-description {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.title-slogan .separator {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.title-slogan .separator:
    before, .title-slogan .separator:after {
    border-bottom: 2px solid #fff;
}

.best-sale .separator:
    before, .best-sale .separator:after {
    border-bottom: 2px solid var(--color-highlight);
}

.best-sale .heading.red
    span.separator i {
    color: #D00035;
}

.title-slogan .separator:
    before {
    content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    right: 25px;
    margin: 0 auto;
    top: 0px;
}

.title-slogan .separator:
    after {
    content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    left: 25px;
    margin: 0 auto;
    top: 0;
}

.title-slogan .separator
    i {
    font-size: 20px;
}

/*Why END*/
/*Tour*/
.title-section-1 {
    font-weight: 500;
    font-size: 40px;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid;
    display: inline-block;
    padding: 15px 30px 10px;
}

.btn-view-more {
    background: #d40835;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: inline-block;
    border: 0.1rem solid #d40835;
}

.btn-view-more:
    hover {
    background: #fff;
    border: 0.1rem solid #d40835;
}

.btn-view-more
    a:hover {
    color: black !important;
}

.view-more:
    hover.view-more::after, .view-more:hover .fa-caret-right {
    right: -30px;
}

.fa-caret-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    transition: 0.4s;
}

.view-more:
    after {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #f15922;
    content: '';
    top: 50%;
    right: -15px;
    transition: 0.4s;
}

.view-more {
    width: 190px;
    position: relative;
    height: 50px;
    margin: auto;
    margin-top: 2rem;
}

.view-more
    svg {
    fill: transparent;
}

.product-title-name {
    height: 60px;
}

.product-title-name
    a {
    font-weight: 500;
    line-height: 1.4em;
    color: #d41837;
    display: block;
    font-size: 18px;
    font-family: "Tilt Warp", sans-serif;
}

.product-title-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: justify;
}

.product-button
    a {
    width: 100%;
}

.product-button .btn-submit {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
    font-size: 16px;
    border-radius: 4px;
}

.product-button .btn-submit:
    hover {
    background-color: var(--white) !important;
    color: var(--color-highlight) !important;
    transform: scale(1.08);
}

.product-item .inner-content {
    padding: 15px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.bg-module-tour {
    background-color: rgba(3, 66, 100, 0.1);
    padding: 50px 0 50px;
}

/*cam nhan khach hang*/
.module-testimonial {
    clear: both;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.7)), url("https://cdn3586.cdn4s6.io.vn/media/slide/11.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.item-customer {
    text-align: center;
}

/*.item-customer {*/
    /*    clear: both;*/
    /*    padding: 0 19%;*/
    /*    margin: auto;*/
/*}*/
.box-customers .item-customer .img-name .img
    img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}

.title-section-1 {
    color: #333;
    font-family: "Tilt Warp", sans-serif;
    margin-bottom: 50px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.inter-content {
}

.img-name
    img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    background: #f2f2f2;
    border-radius: 100%;
    padding: 5px;
}

.bg-customers {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 30px;
    text-align: center;
    min-height: 370px;
    line-height: 1.8;
}

.bg-customers .check {
    color: #fff;
    background: #016ec0;
    display: block;
    padding: 5px 15px 5px;
    border-radius: 20px;
    width: 120px;
    text-align: center;
    margin: 10px auto;
    font-style: normal;
    line-height: normal;
}

.name {
    /*font-size: 20px;*/
    font-weight: 600;
    font-size: 12px;
}

.cv {
    font-size: 16px;
    font-weight: 300;
}

.tes_content {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #adb5bd;
}

.module-testimonial .swiper-button-prev, .module-testimonial .swiper-button-next {
    background: none;
    color: #e5e5e5;
    /* border: 1px solid #e5e5e5; */
}

/*cam nhan khach hang END*/
/*huong dan vien du lich*/
.travle-guide-news .article-item .inner-image:
    after {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.travle-guide-news .article-item .inner-content {
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 0;
    padding: 30px 15px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(117px);
    -moz-transform: translateY(117px);
    -ms-transform: translateY(117px);
    -o-transform: translateY(117px);
    transform: translateY(20px);
}

.article-item:
    hover .inner-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ratio-guide-smail {
    padding-top: 159.5%;
}

.article-title-guide {
    font-size: 18px;
    font-weight: 500;
}

.article-title-guide
    a {
    color: #fff;
}

.article-description-guide {
    border-top: 1px solid #cccbc6;
    height: auto;
    padding-top: 15px;
    margin-top: 10px;
}

.post-excerpt-guide {
    border-top: none;
    font-weight: 300;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in 0ms;
}

.article-item:
    hover .post-excerpt-guide {
    border-top: 1px solid #cccbc6;
    height: auto;
    padding-top: 15px;
    margin-top: 10px;
}

.view-article-right >
    div:nth-child(1) > .article-item > .inner-image > .ratio-tour {
    padding-top: 84%;
}

.view-article-right >
    div:nth-child(2) > .article-item > .inner-image > .ratio-tour {
    padding-top: 65%;
}

.view-article-right >
    div:nth-child(3) > .article-item > .inner-image > .ratio-tour {
    padding-top: 65%;
}

.view-article-right >
    div:nth-child(4) > .article-item > .inner-image > .ratio-tour {
    padding-top: 84%;
}

.view-article-right >
    div:nth-child(2) > .article-item > .inner-content {
    bottom: 75px;
}

.view-article-right >
    div:nth-child(3) > .article-item > .inner-content {
    bottom: 75px;
}

.view-article-right >
    div:nth-child(4) > .article-item > .inner-content {
    bottom: 75px;
}

.view-article-right >
    div:nth-child(4) > .article-item > .inner-image {
    position: relative;
    top: -75px;
}

/*huong dan vien du lich END*/
    footer {
    background: var(--color-highlight);
    background-size: cover;
    color: #fff;
}

.social {
}

.social
    i {
    font-size: 20px;
    width: 35px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.social
    i.icon-instagram {
    background: #333;
}

.social
    i.icon-youtube {
    background: #e62117;
}

.social
    i.icon-facebook {
    background: #3b5998;
}

.social
    i.icon-google {
    background: #00aff0;
}

.customer-feel .name {
    font-size: 17px;
    font-weight: 500;
    font-family: "Tilt Warp", sans-serif;
}
    @media (max-width: 550px) {
    .title-section-1 {
        font-size: 35px;
    }

    .title-cate-home {
    font-size: 2rem;
    }

    .module_whychooseus {
    padding: 40px 0;
    }

    .inner-content {
    padding-left: 15px;
    }

    .item-customer {
    padding: 0 0%;
    }

    .view-article-right>div {
    padding-bottom: 15px;
    }

    .view-article-right > div:nth-child(2) > .article-item > .inner-content {
    bottom: 0px;
    }

    .view-article-right > div:nth-child(3) > .article-item > .inner-content {
    bottom: 0px;
    }

    .view-article-right > div:nth-child(4) > .article-item > .inner-content {
    bottom: 0px;
    }

    .view-article-right > div:nth-child(4) > .article-item > .inner-image {
    position: relative;
    top: 0px;
    }
}

/*danh muc tour*/
.video-name {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--color-main);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.video-name:
    after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: var(--color-highlight);
}

.article-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}

.category-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}

.video-link {
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to right, #3477df 0%, #e226a1 51%, #11998E 100%);
    text-decoration: none;
}

.video-link {
    border-radius: 5px;
    padding: 12px 40px 12px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
}

.video-link:
    hover {
    color: white !important;
}

.tab-content {
}

/*item_gallery*/
.product-gallery:
    hover .inner-content-gallery {
    opacity: 0.8;
    z-index: 3;
}

.inner-content-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 2;
}

.inner-content-gallery {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    transition-delay: 0.25s;
}

.product-title-gallery {
    color: white;
    z-index: 0;
    font-size: 25px;
}

.fa-arrows-up-down-left-right {
    color: var(--color-highlight);
    font-size: 25px;
    width: 100%;
}

.inner-content-gallery {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*item_gallery END*/
/*tab*/
.tab-danhmuc .product-tab {
}

.tab-danhmuc .product-tab:
    after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
}

.tab-danhmuc .inner-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.7rem;
    width: 95%;
}

.tab-danhmuc .product-title
    a {
    color: white !important;
    font-size: 18px;
}

/*tab END*/
/*WE'VE GOT YOU COVERED*/
.entry-covered {
    text-align: center;
}

.entry-covered .inner-icon {
    margin-bottom: 0px;
    text-align: center;
}

.covered-name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.covered-description {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}

/*WE'VE GOT YOU COVERED*/
/*banner*/
.link-img-banner
    img {
    height: 73.5vh;
    width: 100%;
    object-fit: cover;
    background-position: bottom center;
    background-size: cover;
}

.text-banner {
    position: absolute;
    top: 0%;
    width: 50%;
    background-color: #FFFFFFE8;
    height: 100%;
    /* padding-bottom: 200px; */
    padding-left: 45px;
    padding-right: 45px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.name-banner {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 30px;
    line-height: 1.2em;
    color: var(--color-main);
    position: relative;
}

.name-banner:
    after {
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: var(--color-highlight);
}

.description-banner {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    line-height: 2.5;
    font-size: 16px;
}

/*banner END*/
/*contact lien he*/
.text-banner-contact {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #0000001F 100%);
}

.name-banner-contact {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.2em;
    color: var(--color-main);
    position: relative;
}

.name-banner-contact:
    after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    left: 48%;
    text-align: center;
    background: var(--white);
}

.description-short-banner-contact {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.description-banner-contact {
    text-align: center;
    color: #000000;
    font-weight: 400;
}

/*danh muc tour END*/
/*Responsive danh muc tour END*/
    @media (max-width: 720px) {
    .link-img-banner img {
        height: 60vh !important;
    }

    .text-banner-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 35px;
    }
}
    @media (max-width: 550px) {
    .video-name {
        font-size: 35px;
    }

    .article-content {
    font-size: 14px;
    }

    .video-link {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    }

    .title-tab .block-tab>li.nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
    }

    .tab-danhmuc .product-title a {
    color: white !important;
    font-size: 14px;
    }

    .link-img-banner img {
    height: 45vh;
    }

    .covered-name {
    font-size: 16px;
    margin-bottom: 10px;
    }

    .covered-description {
    font-size: 12px;
    }

    .text-banner {
    width: 100%;
    /* height: 100%; */
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    /* padding-left: 45px; */
    /* padding-right: 45px; */
    }

    .description-banner {
    font-size: 12px;
    }

    .name-banner {
    font-size: 20px;
    }

    .description-short-banner-contact {
    font-size: 16px;
    }

    .name-banner-contact {
    font-size: 24px;
    }

    .name-banner-contact:
    after {
        left: 40%;
    }

    .text-banner-contact {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 35px;
    }
}

/*chi tiet san pham*/
.icon-circle {
    width: 20px;
    height: 20px;
}

.infor-link {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background-size: 200% auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to right, #3477df 0%, #e226a1 51%, #11998E 100%);
}

.infor-link:
    hover {
    background-image: linear-gradient(to right, #fff 0%, #fff);
    color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
}

.title-section-detail {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
}
    @media (max-width: 550px) {
    .title-section-detail {
        font-size: 22px;
    }
}

/*chi tiet san pham END*/
/*them footer */
.img-iconx {
    width: 100px;
    height: 100%;
}

.box-trip {
    padding: 7px 10px 7px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #34e0a1;
    width: 75%;
    color: black;
}

.review-footer {
    text-decoration: underline;
    font-family: "Tilt Warp", sans-serif;
}

.text-view {
    font-size: 12px;
    margin-bottom: 0px;
}

.text-view-small {
    font-size: 18px;
}

.btn-link {
    font-size: 12px;
    text-decoration: underline;
    color: black;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    left: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: #df3232;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button
    i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: #df3232;
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    /* background: center no-repeat var(--white); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    width: 20rem;
    position: absolute;
    bottom: 6rem;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* border-radius: 6px; */
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 80% 105%;
    /* transform-origin: 100% 100%; */
    transform-origin: 15% 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: linear .12s all;
    -o-transition: ease-out .12s all;
    transition: linear .12s all;
    z-index: 10000;
}

.contact-fixed__list:
    before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    /* content: ''; */
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

/*.contact-fixed__item:hover {*/
    /*    background-color: #eeeeee;*/
    /*    color: var(--color-text);*/
/*}*/
.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 4rem; */
    /* height: 4rem; */
    margin-right: 1rem;
    /* background-color: var(--color-highlight); */
    /* border-radius: 50%; */
    /* padding: 0.8rem; */
    position: absolute;
    /* background: var(--color-highlight); */
    /* width: 3rem; */
    /* height: 3rem; */
    /* border-radius: 1.5rem; */
    /* left: 0; */
    /* top: 51%; */
    margin-top: -1.5rem;
    text-align: center;
}

.contact-fixed__item-icon
    img {
    /* filter: brightness(0) invert(1); */}
    @keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1}

    50% {
    opacity: .5}

    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0}
}

.img-contact {
    width: 100%;
     }

/*End Button Contact Fixed*/
.contact-fixed__list {
    cursor: pointer;
}

.contact-fixed__item:
    hover .contact-fixed__item-title {
    transform: translate3d(0, 0, 0);
}

.contact-fixed__item-titles {
    overflow: hidden;
    margin-left: 5.5rem;
    height: 3.5rem;
}

.contact-fixed__item-title {
    text-align: center;
    min-width: 1em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    z-index: 1000;
    border: 0.1rem solid #034264;
    /*box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);*/
    font-size: 17px;
    line-height: 20px;
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
    /* padding-left: 2.4rem; */
    /* padding-right: 2.8rem; */
}

/*css by quyettq*/
.entire-map {
    padding-top: 90%;
}

.is-mobile .entire-map {
    padding-top: 40%;
}

.contact-fixed__item-title {
    transform: translate3d(-101%, 0, 0);
}

/*END CSS quyettq*/
/* Them css */
/*Search*/
.search-section__categories {
    width: 135px;
    border: 1px solid var(--color-highlight);
    height: 40px;
    padding: 0 10px;
}

/* slider*/
.swiper-slide--tile {
    color: #00adb5;
    font-weight: 500;
    line-height: 1.6;
    /* opacity: 0; */
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #ffffff;
}

/* slider END*/
/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}

.article-item
    img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:
    hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh bai viet*/
.card {
    padding-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.card-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.card-header >
    a:before {
    content: "\f068";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    background-color: #0000005e;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 34px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

.card-header >
    a.collapsed:before {
    content: "\2b";
}

.card-header >
    a {
    display: block;
    padding: 5px 44px;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
    background: var(--color-highlight);
    text-align: justify;
    color: #fff;
    font-family: "Tilt Warp", sans-serif;
}

.title-footer {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #ffffffbf;
    padding-bottom: 10px;
    font-family: "Tilt Warp", sans-serif;
}

.title-footer:
    before {
    content: "";
    position: absolute;
    border-top: 1px solid #f8de08;
    width: 100px;
    bottom: -1px;
}

.card-body {
    font-size: 14px;
    line-height: 1.6;
    background: #fafafa;
    color: #444;
    padding: 10px;
}

.coppyright-footer {
    background: #0000003b;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.footer-info
    p {
    display: flex;
    align-items: center;
}

.footer-info
    i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffffad;
    text-align: center;
    line-height: 1.4;
    margin-right: 10px;
    color: #ffffff;
}

/*sale */
.text-secondary {
    color: #ffbf00 !important;
    font-size: 17px;
}

.tour-option
    i {
    color: var(--color-highlight);
}

.text-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-highlight);
    min-width: 110px;
}

.text-content {
    font-size: 14px;
}

.tour-option {
    border-bottom: 1px solid #fff;
    height: 50px;
}

/*chi tiet baiv iet gioi thieu*/
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    border: 0.1rem solid var(--color-highlight);
}

.bg-about {
    border-radius: .25rem !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
    padding: 18px;
    background: #f8f8f8;
}

/*mo ta danh muc*/
.info-category {
    background: #f5f5f5;
    border: 1px solid #eee;
    padding: 15px;
}

.color-white {
    color: white !important;
}

/*chi tiet tour*/
.stock.in-stock {
    font-size: 17px;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 2px;
    display: inline-block;
    margin: 0px 0 15px 0;
    background-color: #ff00008c;
    color: white;
    /*-webkit-animation: random 4s infinite;*/
    /*animation: random 4s infinite;*/
}

/*@keyframes random {*/
/*    15% {*/
    /*        color: red;*/
/*    }*/

/*    30% {*/
    /*        color: var(--color-highlight;*/
/*    }*/

/*    45% {*/
    /*        color: green;*/
/*    }*/

/*    60% {*/
    /*        color: blue;*/
/*    }*/

/*    75% {*/
    /*        color: #FFC107;*/
/*    }*/
/*}*/

.sale-off {
    position: absolute;
    z-index: 2;
}

/*.tour-description {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: flex-start;*/
/*}*/
.text-infor-title.mr-2 {
    display: inline-block;
    width: 165px;
    color: #ffffff;
    position: relative;
    background: var(--color-highlight);
    padding: 5px;
    font-size: 17px;
}

.text-infor-title:
    before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent var(--color-highlight);
    position: absolute;
    top: 11px;
    right: -5px;
    z-index: 99;
}

.tour-info {
    background: #f5f5f5;
    margin-bottom: 10px;
}

.text-infor-content {
    color: #d12136;
    font-weight: 700;
    margin: 5px 10px;
    font-size: 17px;
}

.bao-gia {
    background: #d40736;
    color: #fff;
    display: block;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}
    a.book-tour-btn {
    color: #fff;
}

.fa-cart-shopping {
    float: left;
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    font-size: 20px;
    padding: 13px;
}

.position-relative {
    position: relative !important;
}

.new-fixed.fix {
    position: sticky;
    top: 100px;
    z-index: 1;
    background: white;
}

/*form */
.close {
    position: absolute;
    opacity: 1;
    color: var(--color-highlight);
    top: 8px;
    right: 8px;
    font-size: 1.5rem !important;
    z-index: 99;
    text-shadow: none;
}

.form-title-name {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-left: 1px solid #f5f5f5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: auto;
}

/*.form-booktour .form-group {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    border: 1px solid #e5e5e5;*/
/*}*/
.form-booktour .form-group {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
}

.form-booktour .form-group:nth-child(9) {
    border: 0px solid #e5e5e5 !important;
}

.form-booktour .form-group .input-group-addon {
    border-radius: 0px;
    border: none;
    position: relative;
    padding: 10px;
    background-color: #fff;
}

.input-group-addon
    i {
    font-size: 18px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    /*background-color: #eee;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
}

.product-detail-footer .nav
    i {
    background: rgb(212, 7, 54);
    font-size: 20px;
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}

.product-detail-footer .nav {
    background: var(--color-highlight);
    display: flex;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
    align-items: center;
    width: 25%;
}

.product-detail-footer .nav
    span a {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.product-detail-footer .nav:
    before {
    content: "";
    border-bottom: 4px solid #f3184a;
    position: absolute;
    top: 41px;
    left: 0;
    width: 40px;
}

.product-detail-footer .nav:
    after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #f84e75;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 14px;
    top: 45px;
}
    @media (max-width: 550px) {
    .logo-section {
        text-align: center;
    margin-top: 0px;
    }

    .search-section__categories {
    height: 36px;
    }

    .menu-section ul li img {
    display: none;
    }

    .menu__li--big {
    padding-bottom: 0px;
    }

    .text-infor-title, .bao-gia {
    font-size: 14px;
    }

    .text-infor-content, .text-secondary, .stock.in-stock {
    font-size: 12px;
    }

    .product-detail-footer .nav {
    width: 55%;
    }

    .product-detail-footer .nav span a {
    font-size: 1.4rem;
    }

    .is-mobile .menu-section>ul>li:
    hover.menu__li--big.has-child::before {
        display: none !important;
    }

    .text-title {
    font-size: 15px;
    }

    .text-content {
    font-size: 15px;
    }
}

.percent-bar {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.accordion__item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #44596b;
}

.accordion__header {
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 15px;
}

.accordion__header:
    before {
    content: "\f068";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    /* background-color: #0000005e; */
    position: absolute;
    right: 0;
    width: 35px;
    height: 34px;
    text-align: center;
    color: #000;
    padding: 5px;
}

.accordion__header.collapsed:
    before {
    content: "\2b";
}

.accordion__body {
    display: none;
    overflow: hidden;
    font-weight: normal;
}

.fa-calendar-check {
    font-size: 15px;
}

.rating-num {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    min-width: 80px;
}

.description_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wrap-suggestion {
    top: 40px;
}


.cus-popup-thong-bao .modal-content {
    width: max-content;
}

.cus-popup-thong-bao .modal-dialog {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
}

.cus-popup-thong-bao .modal-body {
    padding: 2rem;
    font-size: 20px;
}

.cus-popup-thong-bao .modal-content {
    border-radius: 10px;
});
}

.why-description {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.title-slogan .separator {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.title-slogan .separator:before, .title-slogan .separator:after {
    border-bottom: 2px solid #fff;
}

.best-sale .separator:before, .best-sale .separator:after {
    border-bottom: 2px solid var(--color-highlight);
}

.best-sale .heading.red span.separator i {
    color: #D00035;
}

.title-slogan .separator:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    right: 25px;
    margin: 0 auto;
    top: 0px;
}

.title-slogan .separator:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    left: 25px;
    margin: 0 auto;
    top: 0;
}

.title-slogan .separator i {
    font-size: 20px;
}

/*Why END*/
/*Tour*/
.title-section-1 {
    font-weight: 500;
    font-size: 40px;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid;
    display: inline-block;
    padding: 15px 30px 10px;
}

.btn-view-more {
    background: #d40835;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: inline-block;
    border: 0.1rem solid #d40835;
}

.btn-view-more:hover {
    background: #fff;
    border: 0.1rem solid #d40835;
}

.btn-view-more a:hover {
    color: black !important;
}

.view-more:hover.view-more::after, .view-more:hover .fa-caret-right {
    right: -30px;
}

.fa-caret-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    transition: 0.4s;
}

.view-more:after {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #f15922;
    content: '';
    top: 50%;
    right: -15px;
    transition: 0.4s;
}

.view-more {
    width: 190px;
    position: relative;
    height: 50px;
    margin: auto;
    margin-top: 2rem;
}

.view-more svg {
    fill: transparent;
}

.product-title-name {
    height: 60px;
}

.product-title-name a {
    font-weight: 500;
    line-height: 1.4em;
    color: #016ec0;
    display: block;
    font-size: 18px;
    font-family: "Tilt Warp", sans-serif;
}

.product-title-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: justify;
}

.product-button a {
    width: 100%;
}

.product-button .btn-submit {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
    font-size: 16px;
    border-radius: 4px;
}

.product-button .btn-submit:hover {
    background-color: var(--white) !important;
    color: var(--color-highlight) !important;
    transform: scale(1.08);
}

.product-item .inner-content {
    padding: 15px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.bg-module-tour {
    background-color: rgba(3, 66, 100, 0.1);
    padding: 50px 0 50px;
}

/*cam nhan khach hang*/
.module-testimonial {
    clear: both;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.7)), url("https://cdn3586.cdn4s6.io.vn/media/slide/11.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.item-customer {
    text-align: center;
}

/*.item-customer {*/
/*    clear: both;*/
/*    padding: 0 19%;*/
/*    margin: auto;*/
/*}*/
.box-customers .item-customer .img-name .img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}

.title-section-1 {
    color: #333;
    font-family: "Tilt Warp", sans-serif;
    margin-bottom: 50px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.inter-content {
}

.img-name img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    background: #f2f2f2;
    border-radius: 100%;
    padding: 5px;
}

.bg-customers {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 30px;
    text-align: center;
    min-height: 370px;
    line-height: 1.8;
}

.bg-customers .check {
    color: #fff;
    background: #016ec0;
    display: block;
    padding: 5px 15px 5px;
    border-radius: 20px;
    width: 120px;
    text-align: center;
    margin: 10px auto;
    font-style: normal;
    line-height: normal;
}

.name {
    /*font-size: 20px;*/
    font-weight: 600;
    font-size: 12px;
}

.cv {
    font-size: 16px;
    font-weight: 300;
}

.tes_content {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #adb5bd;
}

.module-testimonial .swiper-button-prev, .module-testimonial .swiper-button-next {
    background: none;
    color: #e5e5e5;
    /* border: 1px solid #e5e5e5; */
}

/*cam nhan khach hang END*/
/*huong dan vien du lich*/
.travle-guide-news .article-item .inner-image:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.travle-guide-news .article-item .inner-content {
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 0;
    padding: 30px 15px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(117px);
    -moz-transform: translateY(117px);
    -ms-transform: translateY(117px);
    -o-transform: translateY(117px);
    transform: translateY(20px);
}

.article-item:hover .inner-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ratio-guide-smail {
    padding-top: 159.5%;
}

.article-title-guide {
    font-size: 18px;
    font-weight: 500;
}

.article-title-guide a {
    color: #fff;
}

.article-description-guide {
    border-top: 1px solid #cccbc6;
    height: auto;
    padding-top: 15px;
    margin-top: 10px;
}

.post-excerpt-guide {
    border-top: none;
    font-weight: 300;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in 0ms;
}

.article-item:hover .post-excerpt-guide {
    border-top: 1px solid #cccbc6;
    height: auto;
    padding-top: 15px;
    margin-top: 10px;
}

.view-article-right > div:nth-child(1) > .article-item > .inner-image > .ratio-tour {
    padding-top: 84%;
}

.view-article-right > div:nth-child(2) > .article-item > .inner-image > .ratio-tour {
    padding-top: 65%;
}

.view-article-right > div:nth-child(3) > .article-item > .inner-image > .ratio-tour {
    padding-top: 65%;
}

.view-article-right > div:nth-child(4) > .article-item > .inner-image > .ratio-tour {
    padding-top: 84%;
}

.view-article-right > div:nth-child(2) > .article-item > .inner-content {
    bottom: 75px;
}

.view-article-right > div:nth-child(3) > .article-item > .inner-content {
    bottom: 75px;
}

.view-article-right > div:nth-child(4) > .article-item > .inner-content {
    bottom: 75px;
}

.view-article-right > div:nth-child(4) > .article-item > .inner-image {
    position: relative;
    top: -75px;
}

/*huong dan vien du lich END*/
footer {
    background: var(--color-highlight);
    background-size: cover;
    color: #fff;
}

.social {
}

.social i {
    font-size: 20px;
    width: 35px;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.social i.icon-instagram {
    background: #333;
}

.social i.icon-youtube {
    background: #e62117;
}

.social i.icon-facebook {
    background: #3b5998;
}

.social i.icon-google {
    background: #00aff0;
}

.customer-feel .name {
    font-size: 17px;
    font-weight: 500;
    font-family: "Tilt Warp", sans-serif;
}

@media (max-width: 550px) {
    .title-section-1 {
        font-size: 35px;
    }

    .title-cate-home {
        font-size: 2rem;
    }

    .module_whychooseus {
        padding: 40px 0;
    }

    .inner-content {
        padding-left: 15px;
    }

    .item-customer {
        padding: 0 0%;
    }

    .view-article-right>div {
        padding-bottom: 15px;
    }

    .view-article-right > div:nth-child(2) > .article-item > .inner-content {
        bottom: 0px;
    }

    .view-article-right > div:nth-child(3) > .article-item > .inner-content {
        bottom: 0px;
    }

    .view-article-right > div:nth-child(4) > .article-item > .inner-content {
        bottom: 0px;
    }

    .view-article-right > div:nth-child(4) > .article-item > .inner-image {
        position: relative;
        top: 0px;
    }
}

/*danh muc tour*/
.video-name {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--color-main);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.video-name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: var(--color-highlight);
}

.article-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}

.category-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}

.video-link {
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to right, #3477df 0%, #e226a1 51%, #11998E 100%);
    text-decoration: none;
}

.video-link {
    border-radius: 5px;
    padding: 12px 40px 12px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
}

.video-link:hover {
    color: white !important;
}

.tab-content {
}

/*item_gallery*/
.product-gallery:hover .inner-content-gallery {
    opacity: 0.8;
    z-index: 3;
}

.inner-content-gallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 2;
}

.inner-content-gallery {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    transition-delay: 0.25s;
}

.product-title-gallery {
    color: white;
    z-index: 0;
    font-size: 25px;
}

.fa-arrows-up-down-left-right {
    color: var(--color-highlight);
    font-size: 25px;
    width: 100%;
}

.inner-content-gallery {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*item_gallery END*/
/*tab*/
.tab-danhmuc .product-tab {
}

.tab-danhmuc .product-tab:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
}

.tab-danhmuc .inner-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.7rem;
    width: 95%;
}

.tab-danhmuc .product-title a {
    color: white !important;
    font-size: 18px;
}

/*tab END*/
/*WE'VE GOT YOU COVERED*/
.entry-covered {
    text-align: center;
}

.entry-covered .inner-icon {
    margin-bottom: 0px;
    text-align: center;
}

.covered-name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.covered-description {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}

/*WE'VE GOT YOU COVERED*/
/*banner*/
.link-img-banner img {
    height: 73.5vh;
    width: 100%;
    object-fit: cover;
    background-position: bottom center;
    background-size: cover;
}

.text-banner {
    position: absolute;
    top: 0%;
    width: 50%;
    background-color: #FFFFFFE8;
    height: 100%;
    /* padding-bottom: 200px; */
    padding-left: 45px;
    padding-right: 45px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.name-banner {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 30px;
    line-height: 1.2em;
    color: var(--color-main);
    position: relative;
}

.name-banner:after {
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: var(--color-highlight);
}

.description-banner {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    line-height: 2.5;
    font-size: 16px;
}

/*banner END*/
/*contact lien he*/
.text-banner-contact {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #0000001F 100%);
}

.name-banner-contact {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.2em;
    color: var(--color-main);
    position: relative;
}

.name-banner-contact:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    left: 48%;
    text-align: center;
    background: var(--white);
}

.description-short-banner-contact {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.description-banner-contact {
    text-align: center;
    color: #000000;
    font-weight: 400;
}

/*danh muc tour END*/
/*Responsive danh muc tour END*/
@media (max-width: 720px) {
    .link-img-banner img {
        height: 60vh !important;
    }

    .text-banner-contact {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 35px;
    }
}

@media (max-width: 550px) {
    .video-name {
        font-size: 35px;
    }

    .article-content {
        font-size: 14px;
    }

    .video-link {
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

    .title-tab .block-tab>li.nav-item {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .tab-danhmuc .product-title a {
        color: white !important;
        font-size: 14px;
    }

    .link-img-banner img {
        height: 45vh;
    }

    .covered-name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .covered-description {
        font-size: 12px;
    }

    .text-banner {
        width: 100%;
        /* height: 100%; */
        /* padding-top: 100px; */
        /* padding-bottom: 100px; */
        /* padding-left: 45px; */
        /* padding-right: 45px; */
    }

    .description-banner {
        font-size: 12px;
    }

    .name-banner {
        font-size: 20px;
    }

    .description-short-banner-contact {
        font-size: 16px;
    }

    .name-banner-contact {
        font-size: 24px;
    }

    .name-banner-contact:after {
        left: 40%;
    }

    .text-banner-contact {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 35px;
    }
}

/*chi tiet san pham*/
.icon-circle {
    width: 20px;
    height: 20px;
}

.infor-link {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background-size: 200% auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to right, #3477df 0%, #e226a1 51%, #11998E 100%);
}

.infor-link:hover {
    background-image: linear-gradient(to right, #fff 0%, #fff);
    color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
}

.title-section-detail {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 550px) {
    .title-section-detail {
        font-size: 22px;
    }
}

/*chi tiet san pham END*/
/*them footer */
.img-iconx {
    width: 100px;
    height: 100%;
}

.box-trip {
    padding: 7px 10px 7px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #34e0a1;
    width: 75%;
    color: black;
}

.review-footer {
    text-decoration: underline;
    font-family: "Tilt Warp", sans-serif;
}

.text-view {
    font-size: 12px;
    margin-bottom: 0px;
}

.text-view-small {
    font-size: 18px;
}

.btn-link {
    font-size: 12px;
    text-decoration: underline;
    color: black;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    left: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: #df3232;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: #df3232;
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    /* background: center no-repeat var(--white); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    width: 20rem;
    position: absolute;
    bottom: 6rem;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* border-radius: 6px; */
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 80% 105%;
    /* transform-origin: 100% 100%; */
    transform-origin: 15% 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: linear .12s all;
    -o-transition: ease-out .12s all;
    transition: linear .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    /* content: ''; */
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

/*.contact-fixed__item:hover {*/
/*    background-color: #eeeeee;*/
/*    color: var(--color-text);*/
/*}*/
.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 4rem; */
    /* height: 4rem; */
    margin-right: 1rem;
    /* background-color: var(--color-highlight); */
    /* border-radius: 50%; */
    /* padding: 0.8rem; */
    position: absolute;
    /* background: var(--color-highlight); */
    /* width: 3rem; */
    /* height: 3rem; */
    /* border-radius: 1.5rem; */
    /* left: 0; */
    /* top: 51%; */
    margin-top: -1.5rem;
    text-align: center;
}

.contact-fixed__item-icon img {
    /* filter: brightness(0) invert(1); */
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.img-contact {
    width: 100%;
    ; }

/*End Button Contact Fixed*/
.contact-fixed__list {
    cursor: pointer;
}

.contact-fixed__item:hover .contact-fixed__item-title {
    transform: translate3d(0, 0, 0);
}

.contact-fixed__item-titles {
    overflow: hidden;
    margin-left: 5.5rem;
    height: 3.5rem;
}

.contact-fixed__item-title {
    text-align: center;
    min-width: 1em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    z-index: 1000;
    border: 0.1rem solid #034264;
    /*box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);*/
    font-size: 17px;
    line-height: 20px;
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
    /* padding-left: 2.4rem; */
    /* padding-right: 2.8rem; */
}

/*css by quyettq*/
.entire-map {
    padding-top: 90%;
}

.is-mobile .entire-map {
    padding-top: 40%;
}

.contact-fixed__item-title {
    transform: translate3d(-101%, 0, 0);
}

/*END CSS quyettq*/
/* Them css */
/*Search*/
.search-section__categories {
    width: 135px;
    border: 1px solid var(--color-highlight);
    height: 40px;
    padding: 0 10px;
}

/* slider*/
.swiper-slide--tile {
    color: #00adb5;
    font-weight: 500;
    line-height: 1.6;
    /* opacity: 0; */
    font-size: 30px;
    font-weight: 600;
    display: block;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #ffffff;
}

/* slider END*/
/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}

.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh bai viet*/
.card {
    padding-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.card-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.card-header > a:before {
    content: "\f068";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    background-color: #0000005e;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 34px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

.card-header > a.collapsed:before {
    content: "\2b";
}

.card-header > a {
    display: block;
    padding: 5px 44px;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
    background: var(--color-highlight);
    text-align: justify;
    color: #fff;
    font-family: "Tilt Warp", sans-serif;
}

.title-footer {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #ffffffbf;
    padding-bottom: 10px;
    font-family: "Tilt Warp", sans-serif;
}

.title-footer:before {
    content: "";
    position: absolute;
    border-top: 1px solid #f8de08;
    width: 100px;
    bottom: -1px;
}

.card-body {
    font-size: 14px;
    line-height: 1.6;
    background: #fafafa;
    color: #444;
    padding: 10px;
}

.coppyright-footer {
    background: #0000003b;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.footer-info p {
    display: flex;
    align-items: center;
}

.footer-info i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--color-main);
    text-align: center;
    line-height: 1.4;
    margin-right: 10px;
    color: var(--color-main) !important;
    !i;
    !;
}

/*sale */
.text-secondary {
    color: #ffbf00 !important;
    font-size: 17px;
}

.tour-option i {
    color: var(--color-highlight);
}

.text-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-highlight);
    min-width: 110px;
}

.text-content {
    font-size: 14px;
}

.tour-option {
    border-bottom: 1px solid #fff;
    height: 50px;
}

/*chi tiet baiv iet gioi thieu*/
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    border: 0.1rem solid var(--color-highlight);
}

.bg-about {
    border-radius: .25rem !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%);
    padding: 18px;
    background: #f8f8f8;
}

/*mo ta danh muc*/
.info-category {
    background: #f5f5f5;
    border: 1px solid #eee;
    padding: 15px;
}

.color-white {
    color: white !important;
}

/*chi tiet tour*/
.stock.in-stock {
    font-size: 17px;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 2px;
    display: inline-block;
    margin: 0px 0 15px 0;
    background-color: #ff00008c;
    color: white;
    /*-webkit-animation: random 4s infinite;*/
    /*animation: random 4s infinite;*/
}

/*@keyframes random {*/
/*    15% {*/
/*        color: red;*/
/*    }*/

/*    30% {*/
/*        color: var(--color-highlight;*/
/*    }*/

/*    45% {*/
/*        color: green;*/
/*    }*/

/*    60% {*/
/*        color: blue;*/
/*    }*/

/*    75% {*/
/*        color: #FFC107;*/
/*    }*/
/*}*/

.sale-off {
    position: absolute;
    z-index: 2;
}

/*.tour-description {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*}*/
.text-infor-title.mr-2 {
    display: inline-block;
    width: 165px;
    color: #ffffff;
    position: relative;
    background: var(--color-highlight);
    padding: 5px;
    font-size: 17px;
}

.text-infor-title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent var(--color-highlight);
    position: absolute;
    top: 11px;
    right: -5px;
    z-index: 99;
}

.tour-info {
    background: #f5f5f5;
    margin-bottom: 10px;
}

.text-infor-content {
    color: #016ec0;
    font-weight: 700;
    margin: 5px 10px;
    font-size: 17px;
}

.bao-gia {
    background: #016ec0;
    color: #fff;
    display: block;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

a.book-tour-btn {
    color: #fff;
}

.fa-cart-shopping {
    float: left;
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    font-size: 20px;
    padding: 13px;
}

.position-relative {
    position: relative !important;
}

.new-fixed.fix {
    position: sticky;
    top: 100px;
    z-index: 1;
    background: white;
}

/*form */
.close {
    position: absolute;
    opacity: 1;
    color: var(--color-highlight);
    top: 8px;
    right: 8px;
    font-size: 1.5rem !important;
    z-index: 99;
    text-shadow: none;
}

.form-title-name {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-left: 1px solid #f5f5f5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: auto;
}

/*.form-booktour .form-group {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: 1px solid #e5e5e5;*/
/*}*/
.form-booktour .form-group {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
}

.form-booktour .form-group:nth-child(10) {
    border: 0px solid #e5e5e5 !important;
}

.form-booktour .form-group .input-group-addon {
    border-radius: 0px;
    border: none;
    position: relative;
    padding: 10px;
    background-color: #fff;
    min-width: 4rem;
}

.input-group-addon i {
    font-size: 18px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    /*background-color: #eee;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
}

.product-detail-footer .nav i {
    background: #016ec0;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
}

.product-detail-footer .nav {
    background: var(--color-highlight);
    display: flex;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
    align-items: center;
    width: 25%;
}

.product-detail-footer .nav span a {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.product-detail-footer .nav:before {
    content: "";
    border-bottom: 4px solid #f3184a;
    position: absolute;
    top: 41px;
    left: 0;
    width: 40px;
}

.product-detail-footer .nav:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #f84e75;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 14px;
    top: 45px;
}

@media (max-width: 550px) {
    .logo-section {
        text-align: center;
        margin-top: 0px;
    }

    .search-section__categories {
        height: 36px;
    }

    .menu-section ul li img {
        display: none;
    }

    .menu__li--big {
        padding-bottom: 0px;
    }

    .text-infor-title, .bao-gia {
        font-size: 14px;
    }

    .text-infor-content, .text-secondary, .stock.in-stock {
        font-size: 12px;
    }

    .product-detail-footer .nav {
        width: 100%;
    }

    .product-detail-footer .nav span a {
        /* font-size: 1.4rem; */
    }

    .is-mobile .menu-section>ul>li:hover.menu__li--big.has-child::before {
        display: none !important;
    }

    .text-title {
        font-size: 15px;
    }

    .text-content {
        font-size: 15px;
    }
}

.percent-bar {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.accordion__item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #44596b;
}

.accordion__header {
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 15px;
}

.accordion__header:before {
    content: "\f068";
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900;
    /* background-color: #0000005e; */
    position: absolute;
    right: 0;
    width: 35px;
    height: 34px;
    text-align: center;
    color: #000;
    padding: 5px;
}

.accordion__header.collapsed:before {
    content: "\2b";
}

.accordion__body {
    display: none;
    overflow: hidden;
    font-weight: normal;
}

.fa-calendar-check {
    font-size: 15px;
}

.rating-num {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    min-width: 80px;
}

.description_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wrap-suggestion {
    top: 40px;
}


.cus-popup-thong-bao .modal-content {
    width: max-content;
}

.cus-popup-thong-bao .modal-dialog {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
}

.cus-popup-thong-bao .modal-body {
    padding: 2rem;
    font-size: 20px;
}

.cus-popup-thong-bao .modal-content {
    border-radius: 10px;
}

.topbar-section .img-iconx,
.payment_icon .img-iconx {
    height: 32px;
    width: auto;
}

.footer-info .color-main:hover {
    color: var(--color-main) !important;
}
.btn, .form-control {
    font-size: 14px;
}

.is-mobile .header-menu-mobile>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-mobile .logo-section img {
    height: 6rem;
}
