/*!
Theme Name: bigsoft
Theme URI: https://bigsoft.com.vn/
Author: Bigsoft
Author URI: https://bigsoft.com.vn/
Description: Đơn vị thiết kế website chuyên nghiệp
*/

body {
    margin: 0;
	margin-bottom: 0 !important;
    font-family: 'Montserrat','Arial';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

#page {
    overflow: hidden;
}

a,
a:hover {
    text-decoration: none !important;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #13c7da;
}
p,
li {
    font-family: 'Montserrat';
    font-weight: 400;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
}

h1 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

h5 {
    font-size: 15px;
    font-weight: 600;
}
tr {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
td {
    border-left: 1px solid #ddd;
    padding: 10px;
}
tbody {
    border-bottom: 1px solid #ddd;
}
table {
    overflow: auto;
}
.table-container {
	width: 100%;
	overflow-x: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}
/**/

#searchInput {
    display: none;
    padding: 5px 8px;
    border: 1px solid #ccc;
    position: absolute;
    width: 60%;
    right: 0;
    top: 23px;
    border-radius: 20px;
    z-index: 10;
}

.close-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-icon {
    left: 10px;
}

.close-icon {
    display: none;
    right: 10px;
    z-index: 15;
}
.topbar-menu .search-container {
    float: right;
}
#search-post {
    padding-top: 30px;
}
.background-search {
    padding-top: 20px;
}
.post-search-results .page-title span {
    color: #ff0000;
}
.search-submit {
    height: 50px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #13c7da;
    color: #fff;
    border: 0;
    font-weight: 500;
}
.search-field {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
}
.item-search {
    width: 84%;
}
.search-banner {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}
/*page none search*/
.composition {
    position: relative;
    width: 100%;
    height: 50vh;
  }
  .background-search .bg-archive-custom .postThumBnail img {
    height: 230px;
    object-fit: cover;
}
.background-search {
    padding-top: 20px;
}
.background-search .bg-archive-custom {
    border: 1px solid #e3e3e3;
    height: 100%;
    box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    border-radius: 10px;
    padding: 15px;
}
.background-search .bg-archive-custom .titlePost {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
  .numbers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 200px;
    
    display: flex;
  }
  .not-found  .buttom-home-search {
    margin-top: 30px;
}
  .numbers__item {
    margin: 0 10px;
    
    animation: 5s bounceUpDown infinite;
  }
  .numbers__item_1 {
    animation-delay: .3s;
    color: #f0557f;
  }
  .numbers__item_2 {
    animation: 5.4s bounceUpDown infinite;
    animation-delay: .5s;
    color: #f0557f;
  }
  .numbers__item_3 {
    animation-delay: .3s;
    color: #f0557f;
  }
  .not-found .buttom-item span {
    background: #f0557f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.not-found .buttom-item span:hover {
    background: #cc4065;
}
  @keyframes fadeUp {
    0% {
      transform: translateY(160px);
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      transform: translateY(-10px);
      opacity: 0;
    }
  }
  @keyframes bounceUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(50px);
    }
  }
.custom-mobile{
    display: none;
}
.background-search .item-search-desktop {
    margin-bottom: 25px;
}
.error404 .header-mobile, .error404 .header-desktop, .error404 .site-footer {
    display: none;
}
/**/
/*header topbar*/
.topbar-menu {
    background: #e3e3e3;
    padding: 10px 0;
}	
.topbar-menu .menu-date {
    font-size: 15px;
}
.topbar-menu .icon-menu-topbar {
    display: flex;
    justify-content: end;
	align-items: center;
	position: relative;
}
.topbar-menu .date-menu-topbar {
    display: flex;
    align-items: center;
}
.icon-menu-topbar .fa-facebook, .icon-menu-topbar .fa-tiktok, .icon-menu-topbar .fa-youtube, .icon-menu-topbar .fa-twitter {
    font-size: 17px;
}
.topbar-menu .icon-menu-topbar .icon-contact-topbar {
    font-size: 15px;
}
.topbar-menu .icon-menu-topbar .gc-topbar {
    margin: 0 5px;
}
.topbar-menu .icon-menu-topbar .icon-color {
    color: #f78221;
}
/*header*/
.header-desktop ul#menu-desktop {
    margin-bottom: 0;
}
.header-desktop #menu-desktop>li {
    float: left;
    /* line-height: 20px; */
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
}
#menu-desktop>li>.sub-menu {
    padding: 0px;
    text-transform: uppercase;
    display: none;
    margin-left: 85px;
}
.header-desktop #menu-desktop >li:hover>.sub-menu {
    display: block;
    position: absolute;
    width: 235px;
    z-index: 2;
    left: 0px;
    padding: 10px !important;
    background: #f1eeea;
    border-radius: 5px;
    margin: 0px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ebe6e6;
    height: auto;
    top: 45px;
}
#menu-desktop>li>.sub-menu>li>ul>li {
    line-height: 25px;
}
#menu-desktop>li>.sub-menu>li>.sub-menu {
    padding-left: 5px;
    margin-top: 10px;
    font-size: 15px;
}
#menu-desktop>li>.sub-menu>li {
    margin-top: 10px;
}
#menu-desktop>li>.sub-menu>li:not(:last-child) {
    padding-right: 35px;
    border-bottom: 1px dashed #ddd;
}
#menu-desktop>li>.sub-menu>li {
    padding-bottom: 5px;
    margin-top: 5px;
}
.header-desktop #menu-desktop>li>a {
    padding: 30px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.home .header-desktop #menu-desktop>li>a {
    color: #ff7a00;
	font-weight: 700;
}
.header-desktop .navbar {
    display: flex;
    justify-content: end;
    align-items: center;
    line-height: 15px;
    background: #fff0;
}
.header-desktop {
    position: relative;
    z-index: 1;
}
.header-desktop .header-main {
    line-height: 75px;
    background: #ffffff00 !important;
    box-shadow: 1px 1px 5px #5e5e5e1a;
}
.header-desktop .site-branding img {
    width: 90px;
	height: auto;
}
.header-desktop #menu-desktop>li>.sub-menu>li a {
    font-weight: 600;
    padding: 5px;
    font-size: 14px;
    display: block;
}
#menu-desktop>li>ul>li>.sub-menu>li>a {
    border-bottom: 1px solid #eee;
    display: block;
}
.header-desktop #menu-desktop>li>a:hover, #menu-desktop>li>ul>li>.sub-menu>li>a:hover {
    color: #13c7da !important;
}
.topbar-menu {
    background-color: #f5f5f7;
    border-bottom: 1px solid #d8d8d8;
}
.topbar-menu  .phone-info span {
    color: #000;
}
.topbar-menu  .phone-info {
    font-weight: 500;
	margin-left: 20px;
}
.topbar-menu  .phone-info .fa-square-whatsapp {
    color: #4bd458;
	font-size: 22px;
}
.topbar-menu  .phone-info .fa-square-phone-flip {
    color: #0984b8;
	font-size: 20px;
}
.topbar-menu  .phone-info .fa-envelope {
    color: #feaa00;
    font-size: 23px;
}
.topbar-menu  .phone-info img {
    width: 20px;
    vertical-align: middle;
}
.topbar-menu .menu-info-header {
    display: flex;
    align-items: center;
    justify-content: end;
}
.topbar-menu .menu-lag .selected {
    margin-right: 20px;
}
.topbar-menu .menu-lag, .topbar-menu .menu-lag .selected>a {
    display: flex;
}
.topbar-menu .menu-lag .img-language img {
    width: 25px;
}
.topbar-menu .img-language {
    padding-right: 7px;
}
.topbar-menu span {
    font-size: 14px;
}
/**/
.topbar-menu .popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
	z-index: 5;
    width: 400px;
}
.topbar-menu .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.topbar-menu .buttom-header {
    border: 0;
    background: none;
    font-size: 25px;
    color: #F00;
}
.img-qr-wechat {
    width: 100% !important;
}
/*Home*/
.BannerSlider {
    position: relative;
}
.BannerSlider .content-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.BannerSlider .content-banner .detail-content h1 {
    font-size: 50px;
    color: #ff7a00;
}
.BannerSlider .content-banner .detail-content p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.BannerSlider .detail-slider .img-gallery:before {
    content: "";
    position: absolute;
    background: #2626265e;
    height: 100%;
    width: 100%;
}
.BannerSlider .detail-slider .img-gallery {
    position: relative;
}
.BannerSlider {
    position: relative;
    top: -130px;
}
.ArchiveDestinations .category-home-item img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.ArchiveDestinations .category-home-item .title-category {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #00000096;
    z-index: 1;
}
.ArchiveDestinations  .category-home-item {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.ArchiveDestinations .category-link:hover::before {
    animation: shiny-btn1 1s ease-in-out infinite;
    opacity: 1;
}
.ArchiveDestinations .category-link:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.ArchiveDestinations .category-link:after {
    content: "";
    position: absolute;
    background: #00000059;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
    top: 0;
    left: 0;
}
.ArchiveDestinations .category-link img {
    transition: transform 0.5s ease;
}
.ArchiveDestinations .title-destinations .detail-title, .PopularDaily .title-destinations .detail-title, .blogsTravel .title-blogs .detail-title {
    font-weight: 600;
    color: #0699c5;
    font-size: 25px;
    text-transform: uppercase;
}
.item-archive-destination .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-archive-destination {
    margin: 10px;
    box-shadow: 0px 2px 10px 0px rgb(12 0 46 / 10%);
    border-radius: 5px;
}
.PopularDaily, .blogsTravel {
    padding: 50px 0;
}
.PopularDaily .item-archive-destination .time-location {
    font-size: 12px;
	text-transform: uppercase;
	color: #f00;
    font-weight: 600;
}
.PopularDaily .content-detail-des {
    padding: 10px;
    height: 155px;
}
.PopularDaily .content-detail-des .tour-price {
    margin-left: 5px;
	color: #f00;
    font-weight: 600;
}
.PopularDaily .content-detail-des .entry-title {
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 15px;
    color: #0058ff;
}
.PopularDaily .content-detail-des  .review-des .fa-star {
    color: #ffbf00;
    font-size: 14px;
}
.PopularDaily .content-detail-des  .review-des {
    padding-bottom: 5px;
}
.PopularDaily .featured-image img {
    border-radius: 5px 5px 0px 0px;
    height: 200px;
    object-fit: cover;
    transition: all 1.3s ease;
}
.PopularDaily .price-bottom .fa-money-check-dollar {
    color: #009eeb;
}
.PopularPackage .content-detail-des {
    height: 155px;
}
.PopularPackage .item-archive-destination {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mainServiceVisa .content-post-home .metaPost {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogsTravel .img-post-home img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 1.3s ease;
}
.blogsTravel .title-blogs, .ArchiveDestinations .title-destinations, .PopularDaily .title-destinations {
    margin-bottom: 40px;
}
.blogsTravel .title-post-home .titlePost {
    font-weight: 600;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogsTravel .content-post-home .metaPost {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogsTravel .button-post {
    padding: 15px 0;
    text-align: center;
}
.blogsTravel .button-post a {
    border: 1px solid #13c7da;
    padding: 5px 10px;
    border-radius: 50px;
    color: #13c7da;
    font-weight: 500;
}
.blogsTravel .button-post a:hover {
    background: #13c7da;
    color: #fff;
}
.blogsTravel .content-post-home {
    height: 140px;
}
.blogsTravel .detail-post:hover img, .item-archive-destination:hover img {
    transform: scale(1.3);
}
.item-archive-destination:hover .entry-title {
    color: #13c7da !important;
}
.blogsTravel .img-post-home, .item-archive-destination .featured-image {
    overflow: hidden;
    position: relative;
}
/**/
.slider-feeback .detail-content-feeback .img-customer {
    border-radius: 100%;
    width: 30%;
    margin: 0 auto;
    border: 2px solid #f3faff;
}
.slider-feeback .detail-content-feeback {
    text-align: center;
}
.feeback-home .detail-feeback-home {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
	color: #0699c5;
}
.feeback-home .title-feeback {
    padding-bottom: 20px;
}
.feeback-home .slick-prev {
    left: -35px;
}
.feeback-home .slick-prev:before, .feeback-home .slick-next:before {
    font-size: 30px;
    color: #0699c5;
    opacity: 1;
}
.feeback-home .bg-content-fb {
    border: 1px solid #f80;
    margin: 0 10px;
    padding: 10px;
	padding-top: 20px;
    border-radius: 10px;
    height: 390px;
}
.feeback-home {
    background: url(/wp-content/uploads/2024/07/background-cus-review.webp);
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 30px;
}
.feeback-home .item-star-feeback svg {
    color: #ffca00;
}
.feeback-home .item-star-feeback {
    padding: 10px 0;
}
.feeback-home .item-name-customer {
    padding-top: 10px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.feeback-home .item-content-feeback {
    font-weight: 500;
}
.main-choose-us .choos-us-two .icon-choose-us {
    background: #e3f1f7;
}
.choos-us-one .icon-choose-us {
    background: #f5dcbf;
}
.choos-us-three .icon-choose-us {
    background: #f7e1e1;
}
.choos-us-four .icon-choose-us {
    background: #edecfb;
}
.choos-us-five .icon-choose-us {
    background: #eeffaf;
}
.choos-us-six .icon-choose-us {
    background: #f9edb0;
}
.choos-us-seven .icon-choose-us {
    background: #f3e8f9;
}
.choos-us-eight .icon-choose-us {
    background: #fdddff;
}
.main-choose-us .icon-choose-us {
    border-radius: 100%;
    width: 30%;
    height: 70px;
    margin: 0 auto;
    color: #009fff;
}
.main-choose-us .icon-choose-us svg {
    font-size: 30px;
    margin-bottom: 15px;
    transform: translateY(20px);
}
.main-choose-us .detail-choose-us {
    border: 1px solid #ff99001c;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 13px;
    box-shadow: 0px 2px 10px 0px rgb(248 234 216);
}
.main-choose-us .margin-custom {
    margin: 12px 0;
}
.main-choose-us .item-title-choose-us {
    margin-top: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #f90;
}
.detail-choose-us:hover {
    background: #f90;
}
.detail-choose-us:hover .icon-choose-us {
    border-radius: 20%;
    background: #fff;
    color: #f90;
}
.detail-choose-us:hover .item-content-choose-us, .detail-choose-us:hover .item-title-choose-us {
    color: #fff;
}
.ChooseUs .title-choose-us {
    margin-bottom: 20px;
}
.ChooseUs .detail-title-choose-us {
    color: #0699c5;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.ChooseUs {
    padding: 40px 0;
}
/**/

.visaBlog .title-post-home .titlePost {
    font-size: 18px;
    font-weight: 600;
}
.detail-post {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(12 0 46 / 12%);
}
.visaBlog .img-post-home img {
    height: 165px;
    object-fit: cover;
}

/*Lien he*/
#page-contact {
    padding: 30px 0;
}
#page-contact .title-page-contact span {
    position: relative;
    text-transform: uppercase;
    color: #04b8d7;
    font-weight: 700;
}
#page-contact .meta-title-conantact {
    margin-top: 15px;
    margin-bottom: 20px;
}
#page-contact .form-info {
    border: 1px solid #a19f9f;
    margin-bottom: 25px;
    border-radius: 5px;
}
#page-contact .text-infor-contact {
    background: #f5f5f5;
    padding: 15px 10px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    border-bottom: 1px solid #a19f9f;
}
#page-contact .text-infor-contact span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
#page-contact .main-content-info p {
    font-weight: 500;
}
#page-contact .main-content-info ul li {
    list-style: disc;
}
#page-contact .main-content-info {
    padding: 10px;
}
.color-t {
    color: #f00;
}
.form-main .wpcf7-form-control {
    width: 100%;
}
.row-form-contact .wpcf7-form-control {
    border: 1px solid #b7b4b4;
    height: 40px;
    border-radius: 5px;
}
#page-contact .note-contact .wpcf7-form-control {
    border: 1px solid #b7b4b4;
    border-radius: 5px;
}
.note-contact {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 30px;
}
#page-contact .buttom-page-contact .wf-submit-page-contact {
    height: 45px;
    border-radius: 20px;
    border: 0;
    background: #e21313;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
#page-contact .buttom-page-contact .wf-submit-page-contact:hover {
    background: #b52025;
}
#page-contact .title-main-contact {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
#page-contact .detail-category-contact p, #page-contact .main-content-info p, #page-contact .title-main-contact p {
    font-family: 'Montserrat';
}
/*Service*/

/*Danh muc*/
.site-main-archive .post-archive {
    background: #eee;
}
.sidebarCategoryPost .bg-color-sidebar, .listPostCategoryRight .bg-color-sidebar {
    border: 1px solid #13c7da;
    border-radius: 10px;
}
.sidebarCategoryPost .widget .widget-title-blog, .listPostCategoryRight .widget .widget-title-blog {
    background: #13c7da;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}
.sidebarCategoryPost .widget ul, .listPostCategoryRight .widget ul {
    padding: 10px;
}
.sidebarCategoryPost .widget ul li:not(:last-child), .listPostCategoryRight .widget ul li:not(:last-child) {
    border-bottom: 1px solid #009eeb2e;
}
.sidebarCategoryPost .widget ul li, .listPostCategoryRight .widget ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.category-post-page {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.category-post-page:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.category-post-page  .archivePost {
    padding-left: 15px;
}
.category-post-page .titlePost h3 {
    font-size: 18px;
}
.category-post-page  .archivePost .datePost {
    display: flex;
    padding: 15px 0;
}
.category-post-page  .archivePost .datePost span {
    padding: 0 5px;
}
.category-post-page  .metaPost .detal-meta-post {
    font-size: 15px;
}
.listCategoryPosst .page-category-header {
    padding-bottom: 15px;
}
.listCategoryPosst .title-category-header {
    border-bottom: 3px double #000;
    padding-bottom: 5px;
}
.detailCategoryPost .postThumBnail img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}
.breadcrumb-main {
    background: #eee;
}
.site-main-single .detail-title-post .img-post {
    padding: 10px 0;
}
.site-main-single .detail-title-post .img-post img {
    border-radius: 10px;
}
.showPostContent ul>li {
    list-style: disc;
}
.showPostContent ol>li {
    list-style: auto;
}
.showPostContent ul, .showPostContent ol {
    padding-left: 25px;
}
blockquote p {
    margin-bottom: 0;
}
blockquote {
    border-left: 5px solid #368b89;
    background: #368b890f;
    padding: 10px;
    border-radius: 3px;
}
.relatedPost .title-relatedPost {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 3px double #838383;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.relatedPost .siteListPostRelated .titlePost h4 {
    font-size: 15px;
}
.relatedPost .siteListPostRelated .titlePost {
    padding-top: 15px;
}
.relatedPost .siteListPostRelated .postThumBnail img {
    border-radius: 10px;
    height: 170px;
    object-fit: cover;
}
.siteListPostRelated {
    box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #ebe9e9;
}
/**/
.accordion-custom {
    background-color: #f0557f;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: 500;
  }
  .tab-custom {
    margin-bottom: 10px;
}
  .active-custom, .accordion-custom:hover {
    background-color: #f0557f;
  }
  
  .accordion-custom:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active-custom:after {
    content: "\2212";
  }
  
  .panel-custom {
    padding: 0 18px;
    background-color: #efefef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .content-panel {
    padding: 10px;
}
/*Single Destinations*/
.slider-destination-single .slick-slide {
    padding-left: 10px;
}
.slider-destination-single .slick-current {
    padding-left: 0 !important;
}
.slider-destination-single .slick-slide img {
    height: 350px;
    object-fit: cover;
}
.slider-destination-single .slick-prev {
    left: 30px;
    z-index: 1;
}
.slider-destination-single .slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
}
.slider-destination-single .slick-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
}
.slider-destination-single .slick-next {
    right: 70px;
}
.slider-destination-single .slick-prev:before, .slider-destination-single .slick-next:before {
    font-size: 40px;
    opacity: 1;
    color: white;
}
.avata-des .fa-clock {
    color: #f00;
    font-size: 40px;
}
.avata-des .fa-umbrella-beach {
    color: #009eeb;
    font-size: 40px;
}
.avata-des .fa-location-dot {
    color: #07851d;
    font-size: 40px;
}
.avata-des .title-content-des {
    font-weight: 600;
    color: #000;
}
.avata-des .item-info-des {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.avata-des .info-destinations {
    display: flex;
}
.avata-des .icon-des {
    margin-right: 15px;
}
.mainSingleDestination {
    padding-top: 30px;
}
.bg-sidebar-destinations .tour-price {
    font-size: 25px;
    color: #f00;
    font-weight: 500;
}
.bg-sidebar-destinations .sidebar-des-bottom {
    margin-top: 25px;
}
.bg-sidebar-destinations .contact-sidebar-des {
    background: #13c7da;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
}
.bg-sidebar-destinations {
    box-shadow: 0px 2px 10px 0px rgb(12 0 46 / 10%);
    padding: 20px;
    border-radius: 10px;
}
.bg-sidebar-destinations .sidebar-item {
    text-align: center;
}
.bg-sidebar-destinations .sidebar-des-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.bg-sidebar-destinations .css-left {
    border-right: 1px dotted #ddd;
}
#single-destinations .breadcrumb {
    margin-bottom: 0;
}
figure {
    width: 100% !important;
}
iframe {
    width: 100%;
}
.map-destinations {
    border: 1px solid #ddd;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(12 0 46 / 10%);
    margin-bottom: 30px;
}
.map-destinations .title-map-hotel {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #06547a;
    text-align: center;
    text-transform: uppercase;
}
.map-destinations .detail-map-hotel {
    margin-top: 20px;
}
.map-destinations .icon-dot {
    font-size: 7px;
    vertical-align: middle;
}
.slider-destination-single .detail-image-destinations .slick-list {
    height: 350px;
}
.star-hotel .fa-star {
    color: #ffe200;
    font-size: 13px;
}
.mainSingleDestination .contentSingDes {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
/*Danh muc diem dien*/
#categoryDestinations .breadcrumb {
    margin-bottom: 0;
}
#categoryDestinations .img-banner-archiver:before {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .5;
}
#categoryDestinations .img-banner-archiver {
    position: relative;
}
#categoryDestinations .img-banner-archiver .detail-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
#categoryDestinations .img-banner-archiver .detail-title h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
#categoryDestinations .main-archiver-destinations {
    padding-top: 40px;
    padding-bottom: 40px;
}
#categoryDestinations .content-detail-des .entry-title {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.main-archiver-destinations .content-detail-des {
    height: 135px;
}
.main-archiver-destinations .featured-image img {
    height: 250px;
    object-fit: cover;
    border-radius: 5px; 
}
.main-archiver-destinations .item-archive-destination {
    box-shadow: 0px 2px 10px 0px rgb(12 0 46 / 10%);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
.main-archiver-destinations .review-des .fa-star {
    color: #ffd600;
    font-size: 15px;
    margin-bottom: 10px;
}
.main-archiver-destinations .price-bottom .fa-money-check-dollar {
    color: #009eeb;
    margin-right: 5px;
}
/*Single*/
.relatedPost .siteListPostRelated .titlePost h3 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-main-single .relatedPost {
    padding-bottom: 30px;
    padding-top: 30px;
}
/*Page*/
.site-main-page .type-page {
    padding: 30px 0;
}
.site-main-page .title-page {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home .search-container {
    display: none;
}
/*Footer*/
#footer {
    padding-top: 40px;
    color: #fff;
    background: #006cab;
}
.footer-bottom {
    border-top: 1px solid #ffffff52;
    padding: 5px 0;
}
.site-footer a {
    color: #fff;
	font-weight: 600;
}
.foote-info ul {
    padding-left: 0;
}
.foote-info ul>li:before {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-right: 10px;
    font-size: 12px;
}
.foote-info ul>li {
    margin: 10px 0;
}
.footer-top .item-icon-footer {
    margin-right: 10px;
}
.footer-top .item-footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-top .item-footer svg {
    background: #fff;
    color: #009eeb;
    padding: 9px 10px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
}
.footer-top .widget-title span {
    border-bottom: 2px solid #fc0;
    padding-bottom: 6px;
    color: #fc0;
}
.footer-four-widget .textwidget svg {
    color: #f80;
}
.footer-top .widget-title {
    margin-bottom: 30px;
}
.footer-top {
    padding-bottom: 40px;
}
.footer-top .logo-footer img {
    width: 110px;
}
.footer-top .logo-footer {
    margin-bottom: 15px;
}
.item-logo-footer .item-right {
    width: 8%;
    margin-left: 20px;
}
.item-logo-footer .item-left {
    width: 46%;
}
.item-logo-footer {
    display: flex;
    align-items: flex-end;
}
.icon-footer .icon-one {
    font-size: 30px;
}
.icon-footer .icon-custom {
    margin-right: 15px;
}
.icon-footer .fa-instagram {
    background: #fff;
    color: #006cab;
    padding: 6px 7px;
    border-radius: 100%;
    font-size: 18.5px;
}
.icon-footer .fa-twitter {
    background: #fff;
    color: #006cab;
    padding: 6px 6px;
    border-radius: 100%;
    font-size: 18px;
}
.icon-footer .fa-tiktok {
    background: #fff;
    color: #006cab;
    padding: 6px 6px;
    border-radius: 100%;
    font-size: 18px;
}
.icon-footer .item-icon-tripadvisor {
    background: #fff;
    width: 46%;
    border-radius: 100%;
    padding: 3px;
}
.icon-footer {
    display: flex;
    align-items: center;
}
.footer-four-widget iframe {
    height: 300px;
}
/*BreadCrumb*/
.breadcrumb-about {
    background: #eee;
}
.breadcrumb a, .customBreadcrumb {
    background: #eee;
    color: #000 !important;
    float: left;
    line-height: 16px;
    margin-right: 10px;
    padding: 7px 10px 7px 20px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.breadcrumb a:before, .breadcrumb a:after, .breadcrumb .customBreadcrumb:before, .breadcrumb .customBreadcrumb:after {
    content: "";
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    bottom: 0;
    display: block;
    height: 0;
    margin-top: -35px;
    position: absolute;
    width: 0;
    z-index: 2;
}
.breadcrumb a:before, .breadcrumb .customBreadcrumb:before {
    border-left: 10px solid #eee;
    left: 0;
}
.breadcrumb a:after, .breadcrumb .customBreadcrumb:after {
    border-left: 10px solid #eee;
    left: 100%;
}
.breadcrumb a:nth-child(2):after {
    border-left-color: #eee;
}
.breadcrumb a:nth-child(2) {
    background: #eee;
}
.breadcrumb .customBreadcrumb:nth-child(3) {
    background: #eee;
}
.breadcrumb .customBreadcrumb:nth-child(3):after {
    border-left-color: #eee;
}
.breadcrumb {
    display: flex;
    margin-top: 0;
    align-items: center;
    background: #eee;
}
/*End*/
/*phan trang*/
.paginate_links .current {
    margin: 0px 5px;
    font-size: 17px;
    border: 0;
    border-radius: 35px;
    background: #f0557f;
    color: #fff;
    padding: 5px 11px;
}
.paginate_links {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.paginate_links .prev {
    font-size: 17px;
    margin-right: 5px;
}
.paginate_links .next {
    margin-left: 5px;
}
.paginate_links a.page-numbers {
    font-size: 17px;
    margin: 0 3px;
    border: 0;
    padding: 0px 7px;
    border-radius: 5px;
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fbc309;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}
.header-mobile{
    display: none;
}
/*Style Mobile*/
/*Style Contact*/
.bottom-contact-mobile{
    display: none;
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
    transform: scale(0.8);
    bottom: 15%;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#gom-all-in-one #contact-vr,
#viber-vr,
#zalo-vr,
#zalo-vr,
#zalo-vr,
#whatsapp-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd3333;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
    opacity: 0.7;
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #679a98;
    background-color: rgb(103 154 152 / 70%);
}

#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #679a98;
}
#facebook-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #0052d1;
    background-color: rgb(0 82 209 / 70%);
}

#facebook-vr .phone-vr .phone-vr-img-circle {
    background: #0052d1;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
/*Style Mobile*/

nav {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
}

#hamburger {
    margin: 2%;
}

#hamburger {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.25s linear;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
    display: flex;
    align-items: center;
}

#hamburger:hover {
    opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before {
    background-color: #000;
    border-radius: 10px;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
    transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after {
    content: "";
    position: absolute;
}

#hamburger div:before {
    transform: translateY(-200%);
}

#hamburger div:after {
    transform: translateY(200%);
}

#hamburger.open div {
    background: transparent;
}

#hamburger.open div:before {
    transform: rotate(45deg);
}

#hamburger.open div:after {
    transform: rotate(-45deg);
}
#hamburger.open div:after, #hamburger.open div:before {
    background-color: #fff;
    border-radius: 10px;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
    transition: all 0.15s linear;
}
#hamburger.open {
    z-index: 3;
    position: fixed;
    right: 3px;
    top: 0;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #13c7da !important;
    z-index: 1;
    transform: translateX(-300%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#overlay.menu {
    transform: translateY(0%);
    top: 0;
    min-height: auto;
}
#overlay a {
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    margin: 0%;
    transition: opacity 0.2s linear;
    font-weight: 600;
    text-transform: uppercase;
}
#overlay a:hover {
    opacity: 1;
}
#overlay .menu-menu-main-container {
    width: 100%;
}
#menu-mobile .icon-dropdown:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 15px;
    float: right;
}
nav.navigation.post-navigation {
    background: #fff;
    margin-left: -13px;
}
.bottom-contact-mobile{
    display: none;
}
/*end footer*/
/*Animation*/
@keyframes shiny-btn1 {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    30% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    31% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    }
    @keyframes bounceIn{ 
        0% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }
        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }
        30%{
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);	
        }
        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }
        50%{
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        }
        @keyframes FlymageAnimation{ 
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-14px);
            }
            100% {
                transform: translateY(0px);
            }
            }
/**/
.custom-mobile{
    display: none;
}
@media ( min-width: 1920px) {
	.container{
        max-width: 1540px !important;
    }
}
@media ( min-width: 1400px) {
	.container{
        max-width: 1240px !important;
    }
}
@media ( min-width: 1200px) {
	.container{
        max-width: 1140px !important;
    }
}
@media ( max-width: 768px) {
    /*header-mobile*/
    .header-desktop {
        display: none;
    }
    ul#menu-mobile>li>ul.sub-menu {
        display: none;
    }
    .header-mobile img.custom-logo {
        margin: 0px !important;
        width: 140px !important;
    }
    .list-icon-menu ul>li {
        float: left;
        line-height: 25px;
        padding: 0px 10px;
    }
    .mobile-menu #overlay ul.sub-menu>li>a {
        font-size: 15px !important;
        font-weight: 500;
    }
    .mobile-menu #overlay #menu-mobile>li ul>li ul.sub-menu {
        padding-left: 20px;
        padding-top: 0px
    }
    ul#menu-mobile {
        font-family: 'Montserrat' !important;
    }
    .mobile-menu .list-icon-menu li.button-mobile {
        margin-top: 0px !important;
    }
    #overlay #menu-mobile li {
        padding-bottom: 10px;
        font-weight: 400;
    }
    #menu-mobile>li {
        border-bottom: 1px solid #ffffff61;
        padding: 10px 0;
    }
    .mobile-menu #overlay #menu-mobile>li ul>li ul>li {
        padding-bottom: 0px;
        line-height: 20px;
    }
    #overlay {
        align-items: flex-start !important;
        color: #13c7da;
        font-weight: 600;
        padding: 15px;
    }
    .header-mobile {
        display: block;
        background: #d1c1ad !important;
        border-bottom: 1px solid #F0EFF4 !important;
        box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%) !important;
    }
    .header-mobile img.custom-logo {
        margin: 0px !important;
        width: 90px !important;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(98 22 22 / 55%) !important;
        border-color: rgb(48 0 0 / 10%) !important;
    }
    div#collapsibleNavbar {
        padding: 15px 5px;
        border-top: 1px solid #c0ad9c;
    }
    .list-icon-menu ul>li {
        float: left;
        line-height: 25px;
        padding: 0px 10px;
    }
    .mobile-menu .list-icon-menu ul>li {
        margin-top: 5px;
    }
    #menu-mobile>li.open>.sub-menu {
        display: block;
        padding-left: 5px;
        padding-top: 0px;
    }
    #menu-mobile>li>.sub-menu>li a {
        padding: 5px;
        display: block;
    }
    ul#menu-mobile>li>ul.sub-menu:hover {
        display: block !important;
    }
    .site-branding .custom-logo {
        width: 100%;
        height: auto;
    }
    #overlay #menu-mobile li .sub-menu>li {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    /*style contact mobile*/
    .bottom-contact-mobile{
        display: block;
        position: fixed;
        background: white;
        z-index: 999;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
        bottom: 0px;
        width: 100%;
        color: #000;
        padding-top: 10px;
    }
    .bottom-contact-mobile img {
        width: 30px;
        margin-bottom: 10px;
    }
    .bottom-contact-mobile a {
        text-align: center;
    }
    .bottom-contact-mobile ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-contact-mobile .row {
        margin-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom-contact-mobile{
        display: block;
    }
    #footer {
        padding-bottom: 100px;
    }
	.bottom-contact-mobile p {
		margin-bottom: 5px;
		font-size: 14px;
		}
		.fixed-menu {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
	}
	.mobile-menu .menu-menu-mobile-container {
    	width: 100%;
	}
    /*style contact mobile*/
    .custom-mobile{
        display: block;
    }
    .custom-desktop{
        display: none;
    }
    .visaBlog .img-post-home img {
        height: auto;
    }
    .detail-procedure {
        margin-left: 10px;
    }
    .secondaryServiceVisa {
        margin-top: 30px;
    }
    .relatedPost .siteListPostRelated .postThumBnail img {
        height: 250px;
    }
    .breadcrumb-main {
        display: none;
    }
    #SingleContent {
        padding-top: 30px;
    }
    .sidebarCategoryPost .bg-color-sidebar, .listPostCategoryRight .bg-color-sidebar {
        margin-bottom: 30px;
    }
    .bg-search-mobile {
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .bg-search-mobile .item-img-mobile img {
        width: 130px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }
    .item-search-mobile .titlePost {
        font-size: 12px;
        font-weight: 600;
    }
    .item-search-mobile .detal-meta-post {
        font-size: 13px;
    }
    .visaBlog .background-post-home .title-post-home {
        margin-top: 15px;
    }
    .visaBlog .button-post  {
        text-align: center;
    }
    .visaBlog {
        padding: 20px 0;
    }
    .slider-destination-single .slick-slide {
        padding-left: 0px;
    }
    .map-destinations {
        padding: 10px;
    }
    .bg-sidebar-destinations {
        margin-bottom: 30px;
    }
	.BannerSlider .img-gallery img {
    height: 190px;
    object-fit: cover;
	}
	.BannerSlider {
    top: 0;
	}
	.BannerSlider .content-banner {
		top: 10%;
		left: 0;
		transform: translate(0, 0);
		padding: 10px;
	}
	.search-banner {
		top: 50%;
		left: 0;
		transform: translateX(0%);
		width: 100%;
		padding: 10px;
	}
	.BannerSlider .content-banner .detail-content h1 {
    	font-size: 22px;
	}
	.BannerSlider .content-banner .detail-content p {
    	font-size: 17px;
	}
	.item-search {
    	width: 69%;
	}
	.ArchiveDestinations {
    	padding-top: 30px;
	}
	.ArchiveDestinations .category-home-item img {
		height: 150px;
	}
	.ArchiveDestinations .category-home-item .title-category {
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 18px;
		text-align: center;
	}
	.ArchiveDestinations .title-destinations .detail-title, .PopularDaily .title-destinations .detail-title, .blogsTravel .title-blogs .detail-title {
		font-size: 23px;
	}
	.PopularDaily, .blogsTravel {
    	padding: 20px 0;
	}
	.topbar-menu .menu-lag, .avata-des .info-destinations {
    	display: block;
	}
	.topbar-menu .menu-info-header {
    	display: block;
	}
	.topbar-menu .phone-info {
		margin: 10px 0;
		display: flex;
		align-items: center;
	}
	.topbar-menu .menu-lag .selected {
		margin: 10px 0;
	}
	.topbar-menu .phone-info span {
		font-size: 14px;
		padding-left: 7px;
	}
	#categoryDestinations .img-banner-archiver .detail-title h1 {
    	font-size: 30px;
	}
	#single-destinations .breadcrumb {
    	display: none;
	}
	.mainSingleDestination .avata-des .title-detail-post {
    	font-size: 20px;
	}
	.row-form-contact .text-category-contact {
    	width: 35%;
	}
	.listCategoryPosst .category-post-page .metaPost {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.category-post-page .titlePost h3 {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.category-post-page .archivePost .datePost {
		padding: 5px 0;
	}
	.detailCategoryPost .postThumBnail img {
		height: 120px;
	}
	.site-main-single .breadcrumb {
		display: none;
	}
	.icon-footer .item-icon-tripadvisor {
    	width: 33%;
	}
	.menu-info-header .popup {
    	width: 238px;
	}
	.main-choose-us .icon-choose-us svg {
		font-size: 46px;
	}
	 .main-choose-us .icon-choose-us {
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95px;
    }
	.main-choose-us .icon-choose-us svg {
		transform: translateY(9px);
	}
	 .main-choose-us .detail-choose-us {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}
@media only screen and (max-width: 576px){

}