* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;

}

body {
    overflow-x: hidden;
}

.top-menu {
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Ensure it's on top */
    width: 100%;
    transition: top 0.3s;
    /* Smooth transition for hiding/showing */
}

.top-menu-container {
    display: flex;
    justify-content: space-around;
    background-color: goldenrod;
    padding: 10px;
    height: 60px;
}

.top-menu-left {
    width: 100%;
    display: flex;
    align-items: center;
    color: black;
    font-size: 20px;
    justify-content: center;
}

.top-menu-left a {
    text-decoration: none;
    color: black;
    height: 100%;
}

.top-menu-right {
    display: flex;
}

.top-menu-right img {
    margin: 0vw 1vw;
    cursor: pointer;
}

.list-menu {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    max-width: 210px;
    width: 100%;
    cursor: pointer;
}
.list-menu a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-menu-right {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Add some space between the flags */
}

.country-flage {
    height: 5vh;
    transition: transform 0.3s ease, filter 0.3s ease;
    /* Smooth transition for transform and filter */
    cursor: pointer;
    /* Change cursor to indicate interactiveness */
}

.icon-menu {
    height: 4.2vh;
}

/* Hover effect: Slight scale-up and add a shadow */
.country-flage:hover {
    transform: scale(1.1);
    /* Enlarge slightly */
    filter: brightness(1.2);
    /* Brighten the image */
}

/* Active effect: Add a slight scale-down and color filter on click */
.country-flage:active {
    transform: scale(0.95);
    /* Scale down a bit on click */
    filter: brightness(1);
    /* Return to normal brightness */
}

/* Styling the dropdown container */
.list-menu {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.list-menu:hover {
    background: rgba(0, 0, 0, 0.16);
}

/* Styling the main dropdown trigger */
.list-menu>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 5px;
}

/* Arrow image styling */
.list-menu img {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    transition: transform 0.3s ease;
}

.list-menu-with-icon {
    text-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dropdown menu styling */
.location-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 195px;
    overflow: hidden;
    background-color: goldenrod;
    color: black;
}

/* Dropdown list items styling */
.dropdown-list {
    font-size: 18px;
    padding: 10px 15px;
    transition: background-color 0.2s ease;
    width: 100%;
    text-wrap: nowrap;
}

.dropdown-list:hover {
    background: rgba(0, 0, 0, 0.16);
    padding-left: 30px;
    border-left: 1px solid gray;
    transition: 0.1s;
}

/* Showing the dropdown when hovered */
.list-menu:hover .location-dropdown {
    display: block;
}

/* Rotating the arrow when hovered */
.list-menu:hover img {
    transform: rotate(180deg);
}

.block-logo-phone,
.icon-menu {
    display: none;
}

.shop-location {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-shop-location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    gap: 20px;
    padding: 10px;
}
@media(max-width: 1060px){
.list-menu{
    font-size: 18px;
}
}
@media(max-width: 1015px) {
    .flex-shop-location {
        padding-bottom: 10px;
    }

    .top-menu-container,
    .top-menu-right {
        padding: 5px;
    }

    .top-menu-left {
        font-size: 15px;
    }

    .list-menu {
        position: relative;
        padding: 0px 5px;
        margin: 0px;
    }

    .list-menu img {
        width: 20px;
        height: 20px;
    }

    .top-menu-right img {
        margin: 0vw;
        cursor: pointer;
    }

    .location-dropdown {
        min-width: 133px;

    }

    .dropdown-list:hover {
        background: rgba(0, 0, 0, 0.16);
        padding-left: 30px;
        border-left: none;
        transition: 0.1s;
    }

}



/* style  of block banner logo  */
.banner-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.img-logo {
    max-width: 120px;
    width: 100%;
}

.img-title {
    max-width: 300px;
    width: 100%;
    margin-left: 2vw;
}

/* style  of block slide show */


.slideshow-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.slides {
    display: flex;
    position: relative;
    left: 0;
    width: max-content;
}

.slides img {
    width: 100vw;
    flex-shrink: 0;
}

button {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    color: black;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

button:hover {
    background-color: gray;
}

/* style of block shop location */

.shop-location-container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    overflow-x: hidden;
}

.shop-location-title {
    margin-top: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-location-title div {
    color: goldenrod;
}

.roller {
    border: 1.5px solid goldenrod;
    margin-top: 5px;
    width: 200px;
}

.shop-location-left {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.shop-location-right {
    padding: 10px;
    border: 1px solid goldenrod;
    width: 100%;
}

.block-brand-shop {
    width: 100%;
}

.block-brand-shop {
    position: relative;
    width: 100%;
    height: 300px; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black; /* Black background */
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 5px;
}

.img-brand-shop {/* Image takes up 90% of the container width */
   height: 100%;
}



.block-all-product {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 5px;
}

.img-product {
    border: 1px solid goldenrod;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    cursor: pointer;
    width: 100%;
    height:150px;
    object-fit: cover;
    /* background-color: black; */
}



.location-container {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    font-size: 22px;

}

.location-title {
    font-size: 20px;
    color: black;
    font-weight: 550;
}

.rating {
    display: flex;
    align-items: center;
}

.img-star {
    height: 3vh;
    margin: 0px 5px;
}

.location-text-description {
    border-bottom: 1px solid goldenrod;
    padding: 10px 0px;
    text-wrap: wrap;
}

.full-text {
    display: none;
}

.read-more,
.learn-more {
    color: goldenrod;
    cursor: pointer;
}

.read-less {
    display: none;
    color: goldenrod;
    cursor: pointer;
}

.footer-description-row {
    display: flex;
    padding: 7px 0px;
}

.location-footer {
    padding-top: 10px;
}

.flex-shop-location {
    margin-top: 15px;
    border-bottom: 2px solid goldenrod;
}

.border-top {
    border-top: 2px solid goldenrod;
}

.location-description {
    text-wrap: wrap;
}

.location-description a {
    text-wrap: wrap;
}

.location-text-description,.footer-description-row {
    font-size: 18px;
}

.location-footer {
    font-size: 18px;
}

@media(max-width: 1283px) {
    .block-all-product {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }

    .location-text-description,
    .location-footer {
        font-size: 13px;
    }

    .location-container {
        height: auto;

    }
}

/* style of block shipping */
.shipping {
    margin-top: 20px;
}

.shipping-container {
    width: 100%;
    position: relative;
}

.shipping-banner {
    height: 80vh;
    width: 100%;
    position: relative;
    background-image: url('/img/shipping-banner.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shipping-title {
    color: white;
    font-size: 70px;
    font-weight: 600;
    text-shadow: 1px 1px 3px black;
}

.logo-shipping {
    height: 25vh;
    margin-top: 10vh;
}

.shipping-flex {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
    margin: auto;
    margin-top: -30vh;
}

.shipping-box1,
.shipping-box3 {
    height: 500px;
    background-color: rgb(245, 186, 37);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    margin-top: 100px;
}

.shipping-box2 {
    height: 600px;
    background-color: rgb(39, 38, 38);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-direction: column;
}

.shipping-img-block {
    border: 2px solid black;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-img-block img {
    max-width: 30px;
    width: 100%;
}

.shipping-box2 .shipping-box-title {
    color: white;
}
.shipping-box2 .shipping-box-title a{
  text-decoration: none;
  color: white;
}
.shipping-box1 .shipping-box-title,
.shipping-box3 .shipping-box-title {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shipping-box-title-en,
.shipping-box-title-ch {
    font-size: 25px;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
}

.shipping-box-description {
    margin-top: 3vh;
    font-size: 18px;
    text-align: center;
}

.shipping-box-description-row {
    display: flex;
    font-size: 18px;
    margin: 5px 0px;
}

.space-align {
    max-width: 190px;
    width: 100%;
    text-align: right;
}

.txt-align {
    text-align: left;
    max-width: 350px;
    width: 100%;
}

.bt-contact-now {
    margin: auto;
    background-color: goldenrod;
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw 0px;
    margin-top: 5vh;
    font-size: 25px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    /* Smooth transition */
}

.bt-contact-now:hover {
    transform: scale(1.1);
    /* Slightly enlarge the button */
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    /* Add shadow for a lifted effect */
    background-color: darkgoldenrod;
    /* Change color on hover */
    transition: all 0.3s ease;
}

.bt-contact-now:active {
    transform: scale(0.90);
    /* Slightly shrink on click */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    /* Slight shadow for a click effect */
}

/* style of block visa agency */
.visa-agency-banner {
    height: auto;
    background-image: url("/img/welcome-serive.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 1% 10%;
    gap: 1%;
}

.block-service {
    background-color: green;
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgb(0, 0, 0);
}

.block-service {
    transition: transform 0.3s ease-in-out;
}

.block-service:hover {
    transform: scale(0.95);
}


.visa-block-top {
    height: 470px;
}

.visa-block-top1 {
    height: 470px;
}

.block-service:nth-child(1) {
    background-color: rgb(247, 189, 0);
    animation: appear1 1s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.block-service:nth-child(2) {
    background-color: rgb(243, 226, 169);
    animation: appear2 1s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.block-service:nth-child(3) {
    background-color: rgb(247, 189, 0);

    z-index: 99;
    animation: appear3 1s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

.block-service:nth-child(4) {
    background-color: rgb(243, 226, 169);

    z-index: 1;
    animation: appear4 1s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}

@keyframes appear1 {
    0% {
        transform: perspective(2000px) rotateY(30deg);
        margin-left: 100%;
    }

    100% {
        transform: perspective(2000px) rotateY(0deg);
        margin-left: 0%;
    }
}

@keyframes appear2 {
    0% {
        transform: perspective(2000px) rotateY(30deg);
        margin-left: 30%;
    }

    100% {
        transform: perspective(2000px) rotateY(0deg);
        margin-left: 0%;
    }
}

@keyframes appear3 {
    0% {
        transform: perspective(2000px) rotateY(-30deg);
        margin-left: -30%;
    }

    100% {
        transform: perspective(2000px) rotateY(0deg);
        margin-left: 0%;
    }
}

@keyframes appear4 {
    0% {
        transform: perspective(2000px) rotateY(-30deg);
        margin-left: -100%;
    }

    100% {
        transform: perspective(2000px) rotateY(0deg);
        margin-left: 0%;
    }
}

.service-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-number {
    font-size: 50px;
    color: green;
}

.service-text-title {
    font-size: 30px;
    padding-left: 10px;
}


.service-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-description {
    font-size: 18px;
    max-width: 300px;
    width: 100%;
    text-align: start;
}

.service-number img {
    height: 4.4vh;
}

.service-image-block,
.service-image-block1 {
    width: 100%;
    position: relative;
}

.service-image-block img {
    width: 100%;
}

.service-image-block1 img {
    width: 80%;
}

.service-img2 {
    position: absolute;
    top: 30px;
    left: 70px;
}

.service-contact-us {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}

.service-contact-us a {
    text-decoration: none;
    color: black;
}

.contact-us-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-left: 5px;
    max-width: 130px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    height: 30px;
    cursor: pointer;

}

.contact-us-bt:active {
    transform: scale(0.95);
    transition: transform 0.1s ease-in-out;
}

.contact-us-bt img {
    max-width: 30px;
    width: 100%;
}

/* style of block our partner */

.our-partner-container {
    overflow: hidden;
    margin-top: 30px;
}

.our-partner-title {
    margin-top: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.our-partner-title-big {
    color: goldenrod;
    font-size: 30px;
}

.our-partner-title-small {
    font-size: 18px;
    margin-top: 15px;
}

.our-partner-content {
    margin: auto;
    width: 70%;
    margin-top: 3vh;
}

.english-text {
    text-indent: 2em;
    font-size: 18px;
    /* Adjust as needed */
}

.chinese-text {
    font-size: 18px;
    text-align: center;
    text-indent: 2em;
    /* Adjust as needed */
}

.all-our-part-detail {
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    margin-top: 2vh;
}

.our-partner-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5vw;
    padding: 2vw;
}

.our-partner-box-left {
    width: 100%;
}

.our-partner-box-right {
    width: 100%;
    padding: 0.8vw 0.8vw 40px 0.8vw;
    border: 1px solid black;
    position: relative;

}

.photo-main-shop {
    width: 100%;
    border: 1px solid black;
    background-color: black;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-main-shop .partner2 {
    width: 100%;
}

.main-shop-detail {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
}

.main-shop-detail-img {
    width: 100%;
    border: 1px solid black;
}

.our-partner-descript-title-big {
    font-size: 25px;
    font-weight: 600;
}

.our-partner-descript-title-small {
    font-size: 18px;
}

.our-partner-rating {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}


.day-hour-body {
    font-size: 18px;

}

.footer-descript-delivery {
    display: flex;
    justify-content: space-between;
}

.location-container .shop-now {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: goldenrod;
    max-width: 110px;
    width: 100%;
    color: white;
    right: 5vw;
    top: 70%;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 3px;
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    transition: background-color 0.3s, transform 0.1s;
    height: 30px;
}

.our-partner-box-right .shop-now {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    max-width: 200px;
    color: white;
    border-radius: 5px;
    bottom: 3vh;
    right: 4vw;
    font-size: 12px;
    padding: 2px 3px;
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    transition: background-color 0.3s, transform 0.1s;
    /* Smooth transition */
}

.location-container .eget-go {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: goldenrod;
    max-width: 110px;
    width: 100%;
    color: white;
    right: 5vw;
    top: 80%;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 3px;
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    transition: background-color 0.3s, transform 0.1s;
    height: 30px;
}

.location-container .wownow-go {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: goldenrod;
    max-width: 110px;
    width: 100%;
    color: white;
    right: 5vw;
    top: 90%;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 3px;
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    transition: background-color 0.3s, transform 0.1s;
    height: 30px;
}

.shop-now:hover {
    background-color: #a5a5a0;
    /* Darker background on hover */
    transform: scale(1.1);
    /* Slightly enlarge the button */
}

.shop-now:active {
    transform: scale(0.95);
    /* Scale down when clicked */
}

/* .our-partner-box:nth-child(even) {
    background-color: #dcab3785;
  }
  
  .our-partner-box:nth-child(odd) {
    background-color: #dcab37;
  } */
.our-partner-box:nth-child(1),
.our-partner-box:nth-child(4),
.our-partner-box:nth-child(5),
.our-partner-box:nth-child(8) {
    background-color: #dcab3775;
}

.our-partner-box:nth-child(2),
.our-partner-box:nth-child(3),
.our-partner-box:nth-child(6),
.our-partner-box:nth-child(7) {
    background-color: #dcab37;
}

.our-partner-pagination {
    display: flex;
    justify-content: center;
    margin-top: 2vh;
}

.our-partner-pagination-block {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pagination-bt {
    padding: 8px 12px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    user-select: none;
}

.number {
    background: #f1f1f1;
    color: #333;
}

.number:hover {
    background: #dcab37;
    color: #fff;
    transform: scale(1.1);
}

.number.active {
    background: #dcab37;
    color: white;
    font-weight: bold;
    border: 2px solid #b5892d;
    transform: scale(1.1);
}

.bt-next img,
.bt-previous img {
    height: 2vh;
}

.bt-next,
.bt-previous {
    padding: 5px 10px;
    background: #dcab37;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.bt-next:hover,
.bt-previous:hover {
    background: #b5892d;
    transform: scale(1.1);
}

/* style of footer block */
.footer {
    margin-top: 2vh;
}

.footer-container {
    background-color: #dcab37;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
    gap: 3vw;
    overflow: hidden;
}

.contact-us-logo {
    display: flex;
    align-items: center;
}

.footer-img-logo {
    max-width: 60px;
    width: 100%;
}

.footer-img-title {
    max-width: 140px;
    width: 100%;
}

.contact-icon {
    height: 4vh;
}

.flex-contact {
    display: flex;
    font-size: 18px;
    cursor: pointer;
}

.contact-us-title {
    margin-bottom: 1vh;
    font-size: 20px;
    font-weight: 600;
}

.contact-descript {
    font-size: 18px;
    margin: 0px 0px 5px 5px;
}

.tooltip {
    position: relative;
    max-width: 200px;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext img{
    width: 100%;

}
.Popular-Category-title,
.about-us-title,
.our-media-title {
    font-size: 20px;
    font-weight: 600;
}

.about-us-title {
    margin-bottom: 1vh;
}

.Popular-Category-list {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.img-ellipse {
    margin-right: 10px;
}

.our-media-list {
    display: flex;
    align-items: center;
    margin: 1vh 0px;
}

.our-media-list img {
    max-width: 40px;
    width: 100%;
}


.cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    background-color: rgba(7, 7, 7, 0.63);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.cover.active {
    opacity: 1;
    visibility: visible;
}

.contents {
    max-width: 500px;
    width: 100%;
    background-color: white;
    border-radius: 4px;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.cover.active .contents {
    transform: scale(1);
}

.contents-shipping-title {
    text-align: center;
    padding: 5px;
    background-color: rgba(128, 128, 128, 0.233);
}

.contents-shipping-body {
    padding: 20px;
    font-size: 18px;
}

.close-alert {
    background-color: gray;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contact-title-bold {
    font-weight: 600;
}
.about-us-descript{
    font-size: 18px;
}
@media(max-width: 1522px) {
    .shipping-box-description {
        font-size: 15px;
    }

    .our-partner-descript-title-big {
        font-size: 18px;
        font-weight: 600;
    }

    .our-partner-descript-title-small {
        font-size: 17px;
    }

    .day-hour-body {
        font-size: 18px;
    }
}
@media(max-width:1420px){
    .shipping-box-description-row {
        font-size: 15px;
    }
}
@media(max-width: 1315px) {
    .our-partner-descript-title-big {
        font-size: 16px;
        font-weight: 600;
    }

    .visa-agency-banner {
        padding: 20px;
    }

    .our-partner-descript-title-small {
        font-size: 15px;
    }

    .day-hour-body {
        font-size: 15px;
    }


}

@media(max-width: 1200px) {
    .visa-agency-banner {
        grid-template-columns: 1fr 1fr;
    }

    .visa-block-top {
        height: 340px;
    }

    .visa-block-top1 {
        height: 340px;
    }

    .service-image-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-image-block img {
        width: 50%;
    }

    .service-contact-us {
        margin: 10px;
    }

    .service-number {
        font-size: 25px;
    }

    .service-text-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 12px;
    }

    .service-image-block1 {
        height: 200px;
        padding-top: 10px;
    }

    .service-image-block1 img {
        width: 50%;
    }

}

@media(max-width: 1148px) {
    .shipping-banner {
        height: 70vh;
        background-image: url('/img/shipping-banner.png');
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .shipping-title {
        color: white;
        font-size: 40px;
    }

    .logo-shipping {
        height: 15vh;
    }

    .shipping-box-title-en,
    .shipping-box-title-ch {
        font-size: 18px;
    }

    .bt-contact-now {
        max-width: 200px;
        width: 100%;
        margin-top: 2vh;
        font-size: 18px;
        cursor: pointer;
        /* Smooth transition */
    }

    .shipping-img-block {
        height: 50px;
        width: 50px;
    }

    .shipping-img-block img {
        max-width: 35px;
        width: 100%;
    }
}

@media(max-width: 1090px) {
    .shipping-flex {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: -130px;
    }

    .shipping-box1,
    .shipping-box2,
    .shipping-box3 {
        height: auto;
        padding: 10px;
        margin-top: 0px;
    }

}

@media(max-width: 884px) {
    .shipping-box-description {
        font-size: 13px;
    }

    .service-image-block img {
        width: 90%;
    }

    .flex-shop-location {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .shop-location-right {
        padding: 10px 0px 0px 0px;
        height: auto;
        height: auto;
    }

    .shop-location-left {
        height: auto;
    }
}

@media(max-width: 770px) {


    .shipping-banner {
        height: 40vh;
    }

    .logo-shipping {
        height: 10vh;
        margin-top: 5vh;
    }

    .shipping-box1,
    .shipping-box3,
    .shipping-box2 {
        height: auto;
        border-radius: 10px;
        margin: 5px;
        padding: 10px;
    }

    .img-brand-shop {
        border-radius: 3px;
        /* background-color: black; */
    }

    .img-product {
        border-radius: 3px;
    }

    .visa-agency-banner {
        height: auto;
        grid-template-columns: 1fr;
    }

    .visa-block-top {
        height: 120px;
    }

    .visa-block-top1 {
        height: 340px;
    }

    .we-offer {
        margin-top: 1vh;
    }

    .we-offer-flex {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 2vh;
        width: 80%;
        gap: 10px;
    }

    .all-our-part-detail {
        margin: auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1vw;
        margin-top: 2vh;
    }

    .footer-container {
        background-color: #dcab37;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        gap: 3vw;
        overflow: hidden;
    }
    .dropdown-list{
        font-family: 15px;
    }
}
@media(max-width: 634px){
    .list-menu{
        font-size: 12px;

    }
}
@media(max-width: 595px) {
    .list-menu-with-icon{
        width: 100%;
        justify-content: flex-start;
        font-size: 12px;
    }
    .list-menu{
        height: auto;
        justify-content: flex-start;
    }
    .list-menu a{
        width: 100%;
        justify-content: flex-start;
    }
    .dropdown-list{
        font-family: 15px;
    }
    .block-logo-phone,
    .icon-menu {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-phone-size {
        height: 4.6vh;
    }

    .top-menu-container {
        display: flex;
        justify-content: space-between;
    }

    .logo-title-phone {
        height: 3vh;
    }

    .location-dropdown {
        position: relative;
        box-shadow: none;
        overflow: hidden;
    }
    .location-dropdown a .dropdown-list{
        font-size: 11px;
    }

    .top-menu-left {
        position: absolute;
        background-color: goldenrod;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
        width: 150px;
        right: 0;
        overflow: hidden;
        display: flex;
        /* Keep flex behavior */
        visibility: hidden;
        /* Hide initially */
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }


    .list-menu {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .list-menu:hover {
        background-color: goldenrod;
        align-items: flex-start;
        width: 150px;
        margin-left: 5px;
        transition: 0.1s;
    }

    .logo-title-phone {
        height: 2vh;
    }

    .img-logo {
        max-width: 40px;
        width: 100%;
    }

    .img-title {
        max-width: 100px;
        width: 100%;
        margin-left: 2vw;
    }

    button {
        position: absolute;
        top: 50%;
        max-width: 50px;
        width: 100%;
        max-height: 50px;
        height: 100%;
    }

    button.prev {
        left: -20px;
    }

    button.next {
        right: -20px;
    }

    button:hover {
        background-color: gray;
    }

    .arrow-icon-left {
        margin-left: 20%;
        color: goldenrod;
        font-size: 28px;
        cursor: pointer;
    }

    .arrow-icon-right {
        margin-right: 20%;
        color: goldenrod;
        font-size: 28px;
        cursor: pointer;
    }


    .we-offer-title-big {
        color: goldenrod;
        font-size: 18px;
    }

    .we-offer-title-small {
        font-size: 12px;
    }

    .we-offer-flex {
        margin: auto;
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 2vh;
        width: 80%;
        gap: 20px;
    }

    .shop-location-title {
        font-size: 18px;
    }

    .we-offer-box {
        display: flex;
    }

    .we-offer-icon img {
        max-width: 40px;
        width: 100%;
    }

    .we-offer-descript-content {
        margin-top: 1vh;
    }

    .our-partner-title-big {
        color: goldenrod;
        font-size: 18px;
    }

    .our-partner-title-small {
        font-size: 12px;
    }

    .our-partner-content {
        margin: auto;
        width: 80%;
        margin-top: 1vh;
    }

    .english-text {
        text-indent: 12px;
        /* Adjust as needed */
    }

    .chinese-text {
        text-indent: 12px;
        /* Adjust as needed */
    }

    .our-partner-container {
        margin-top: 40px;
    }

    .our-partner-box {
        grid-template-columns: 1fr;
    }

    .our-partner-descript {
        padding: 10px;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .contact-us-logo {
        justify-content: center;
        margin-bottom: 1vh;
    }

    .shipping-title {
        font-size: 30px;
    }

    .our-partner-box-right .shop-now {
        bottom: 0.5vh;
    }

    .location-container .shop-now {
        right: 5vw;
        top: 70%;
    }

    .footer-descript-delivery .eget-go {
        right: 5vw;
        top: 80%;
    }

    .footer-descript-delivery .wownow-go {
        right: 5vw;
        top: 90%;
    }
}

@media(max-width: 550px) {

    .block-all-product {
        height: auto;
    }

    .location-container {
        height: auto;
    }

    .country-flage {
        height: 4vh;
    }

    .icon-menu {
        height: 3.4vh;
    }

    .we-offer-title-small {
        text-align: center;
        max-width: 350px;
        width: 100%;
    }

    .our-partner-title-small {
        text-align: center;
        max-width: 350px;
        width: 100%;
    }

    .shipping-box-description-row {
        font-size: 12px;
    }

    .service-image-block1 {
        height: 200px;
        padding-top: 10px;
    }

    .service-image-block1 img {
        width: 70%;
    }
}

@media(max-width: 468px) {
    a {
        text-decoration: none;
    }

    .location-container .shop-now {
        height: 24px;
        font-family: 12px;
        max-width: 130px;
        color: white;
        right: 0;
        margin: 4px;
        top: 71%;
    }

    .location-container .eget-go {
        height: 24px;
        font-family: 12px;
        max-width: 130px;
        color: white;
        right: 0;
        margin: 4px;
        top: 80%;
    }

    .location-container .wownow-go {
        height: 24px;
        font-family: 12px;
        max-width: 130px;
        color: white;
        right: 0;
        margin: 4px;
        top: 89%;
    }

    .space-align {
        max-width: 130px;
    }

    .shipping-box3,
    .shipping-box2 {
        padding: 10px;
    }
}