/* #hubspot-messages-iframe-container{
    width: 420px !important;
    height: 674px !important;
} */

/* html, body {
    height: 100%;
} */

@media print {
    /* header, */
    /* #content, */
    /* footer {
        display: none;
    } */

    .no-print {
        display: none;
    }
    
    img {
        display: none !important;
    }

    /* Optional: Adjust layout for print */
    /* body {
      margin: 0;
      padding: 0;
    } */

    /* Remove browser default header and footer */
    @page {
        margin: 10px 0px;
    }
}


.my-print-class:hover {
    /* Change the cursor to a hand (pointer) when hovering */
    cursor: pointer;
}

#my_payment_check .ant-empty-normal {
    margin-block: 0;
}

#my_cost_check .ant-empty-normal {
    margin-block: 0;
}

/* #myfloatbuttonwechat .ant-float-btn-body{
    background-color: #03a84e;
}

#myfloatbuttonwechat .ant-float-btn-icon
{
    color: white;
} */

/* #myfloatbuttontwitter .ant-float-btn-body{
    background-color: #1DA1F2;
}

#myfloatbuttontwitter .ant-float-btn-icon
{
    color: white;
} */
/* #myfloatbuttonbacktop .ant-float-btn-body{
    background-color: #03a84e;
}

#myfloatbuttonbacktop .ant-float-btn-icon
{
    color: white;
} */

.carousel-container {
    position: relative;
    max-width: 85%;
    margin: auto;
  }
  
.card-slide {
    padding: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
  
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 8px;
    border-radius: 50%;
}
  
.left {
    left: -40px;
}
  
.right {
    right: -40px;
}



.my-star-checked {
    color: orange;
}

.my-star-unchecked {
    color: #f0f0f0;
}

.my-card {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s; */
    /* width: 100%; */
    /* padding: 0 !important; */
    width: 280px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.my-card-nohover {
    border: 1px solid #f0f0f0;
}

.my-card:hover {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    transition: 0.3s;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.my-card a {
    text-decoration: none;
    color: black;
}

.my-welcome-modal .ant-modal-content {
    max-height: fit-content;
}

.ant-modal-content {
    /* min-width: 900px !important; */
    max-height: 98vh;
    overflow-y: auto;
}

/*Carousels dots size*/
.slick-dots {
    height: 20px;
}

.my-top-nav {
    font-family: "microsoft yahei", Arial, sans-serif;
    text-align: left;
    width: 100%;
    height: 50px;
    background-color: #2577e3;
}

.my-top-ul {
    margin: 0;
    position: relative;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.my-top-ul-en {
    margin: 0;
    position: relative;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

/* .my-top-recommend {
    background: "#3371c3";
    color: "#fff";
    margin-right: "20px";
    margin-top: "10px";
    font-weight: "bold";
    border-radius: "2px";
}

.my-top-recommend-en {
    background: "#3371c3";
    color: "#fff";
    margin-right: "20px";
    margin-top: "10px";
    font-weight: "bold";
    border-radius: "2px";
} */

.my-top-nav-li {
    float: left;
    list-style-type: none;
    height: 50px;
    padding: 0px 10px;
    text-align: center;
}

.my-top-nav-a {
    color: white;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
}

.my-top-nav-li:hover,
.my-top-nav-a:hover {
    background-color: #418bec;
    text-decoration: none;
    color: white;
}

/*   ----------- nav bar hidden ------------    */
.my-dropdown-list-box-hide {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    white-space: nowrap;
    display: none;
    line-height: 40px;
    color: #666;
    z-index: 20;
    background-color: #fff;
}

.my-dropdown-list-box-na {
    width: auto !important;
    height: 37px;
    line-height: 37px;
    margin: 0;
    border: 1px solid #2577e3;
    border-top: none;
    font-size: 16px;
}

.my-dropdown-list-box-na-li {
    width: auto;
    list-style: none;
    float: left;
}

.my-dropdown-list-box-na-li-a {
    text-decoration: none;
    color: #525252;
}

.my-top-nav-hide:hover .my-dropdown-list-box-hide {
    display: block;
}

/* ---------------------Figures effects-------------------------*/
.figure-frontpage {
    height: 200px;
}

.figure-searchpage {
    height: 220px;
}

figure {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* Flashing */
.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

/* Shine */
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/*  ----------------------------------    */

/*   figure hover   */

.pic-title a {
    color: black;
    text-decoration: none;
}

.pic-title a:hover {
    color: red;
}

.pic-content a {
    color: black;
    text-decoration: none;
}

.pic-content a:hover {
    color: red;
}

.my-content-travel-interval {
    background-color: #f2f2f2;
    height: 10px;
    margin: 0 auto;
}

.my-filter-content-bottom-row {
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 25px;
    padding-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
}

.my-filter-content-top-special {
    float: left;
    color: #2577e3;
    border: 1px solid #2577e3;
    font-size: 13px;
    margin-right: 20px;
}

/* .my-content-travel-leftdiv{
    float: left; 
    width: 490px;
  } */

/*  image sliders of travel content   */

.my-banner ul,
li {
    margin: 0;
    padding: 0;
}
.my-banner ul {
    list-style: none;
}
.my-banner img {
    border: 0;
}
.my-banner {
    width: 480px;
    margin-left: 10px;
    margin-top: 20px;
}
.my-large_box {
    margin-bottom: 10px;
    width: 480px;
    height: 350px;
    overflow: hidden;
}
.my-large_box img {
    display: block;
}
.my-small_box {
    width: 480px;
    height: 73px;
    overflow: hidden;
}
.my-small_list {
    position: relative;
    float: left;
    width: 430px;
    height: 73px;
    overflow: hidden;
}
.my-small_list ul {
    height: 50px;
    overflow: hidden;
}
.my-small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 76px;
}
.my-small_list ul li img {
    display: block;
}
.my-small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 50px;
    background: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.my-small_list ul li.on .bun_bg {
    display: block;
}
.my-btns {
    display: block;
    width: 20px;
    height: 50px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.my-btns:hover {
    background-color: #333;
}
.my-lefts_btn {
    float: left;
    margin-right: 10px;
    /* background-image:url(../img/left_btn.png); */
}
.my-rights_btn {
    float: right;
    /* background-image:url(../img/right_btn.png); */
}

/*  --------------------------------   */

/* .my-travel-detail-right{
  width: 200px;

} */

/* .my-travel-detail-special{
  margin-bottom: 10px;
  font-size: 15px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
} */

.my-travel-detail-whole {
    /* min-width: 980px;  */
    min-width: 1024px;
    max-width: 1280px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid lightgray;
    margin-bottom: 3px;
}

.my-travel-detail {
    background-color: white;
    /* min-width: 980px;  */
    min-width: 1024px;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}

.my-filter-content-panel-middle {
    width: 650px;
    float: left;
    max-height: 220px;
    overflow: hidden;
}

/* .my-content-travel-rightdiv{
    float: left; 
    width: 770px
  } */

.my-search-bar {
    width: 450px;
}

.my-tour-des-right {
    width: 770px;
}

@media screen and (max-width: 1280px) {
    .my-filter-content-panel-middle {
        width: 470px;
        float: left;
        max-height: 220px;
        overflow: hidden;
    }

    .my-search-bar {
        width: 320px;
    }

    .my-tour-des-right {
        width: 500px;
    }

    /* .my-content-travel-rightdiv{
    width: 520px;
  } */
}

.my-tour-detail-content {
    font-size: 16px;
}

/* table */
.my-tour-price-table {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.my-tour-price-table td,
.my-tour-price-table th {
    /* border: 1px solid #ddd; */
    padding: 1px;
}

.my-tour-price-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.my-tour-price-table tr:hover {
    background-color: #ddd;
}

.my-tour-price-table th {
    /* padding-top: 12px;
  padding-bottom: 12px; */
    /* background-color: #34cecd; */
    background-color: #04aa6d;
    color: white;
}
/*  ---------- */

/* calendar */
/* .ant-picker-calendar-date-content{
  height: "30px" !important;
}

.ant-picker-calendar.ant-picker-calendar-full .ant-picker-calendar-date-content{
  height: "30px" !important;
} */

.ant-picker-calendar-date-content {
    height: 30px !important;
    text-align: center !important;
}

.ant-picker-calendar-date-value {
    text-align: left;
}

.ant-picker-calendar
    .ant-picker-panel
    .ant-picker-date-panel
    .ant-picker-body
    .ant-picker-content
    th {
    text-align: center;
}

/* .ant-picker-calendar .ant-picker-calendar-full .ant-picker-calendar-date-content {
  position: static;
  width: auto;
  height: 86px;
  
} */

.my-calendar {
    font-size: 17px;
    color: #fb5f10;
    text-decoration: underline;
}
.my-calendar:hover {
    color: rgb(255, 0, 0);
    text-decoration: underline;
}

.my-calendar-soldout {
    font-size: 17px;
    color: rgb(255, 0, 0);
    text-decoration: underline;
}
.my-calendar-soldout:hover {
    color: rgb(255, 0, 0);
    text-decoration: underline;
}

/*   order modal   */
.ant-modal {
    min-width: 1024px !important;
}

.ant-radio-group {
    display: none;
}
/* .ant-picker-header > button.ant-picker-header-super-prev-btn,
button.ant-picker-header-super-next-btn,
button.ant-picker-year-btn {
      display: none !important;
} */

/* .my-slider {
  align-items: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
} */

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.my-slider .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    max-width: 1280px;
    min-width: 1024px;
}
.my-slider .slider::before,
.slider::after {
    background: linear-gradient(
        to right,
        white 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.my-slider .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.my-slider .slider::before {
    left: 0;
    top: 0;
}
.my-slider .slider .slide-track {
    -webkit-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.my-slider .slider .slide {
    height: 100px;
    width: 250px;
}
