* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'SVN-Gilroy'; /* Tên bạn muốn đặt */
    src: url('./Font/SVN-Gilroy Black.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Gilroy Light'; /* Tên bạn muốn đặt */
    src: url('./Font/SVN-Gilroy Light.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Gilroy Medium'; /* Tên bạn muốn đặt */
    src: url('./Font/SVN-Gilroy Medium.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '1FTV-VIP-Christmas-Wish-Calligraphy'; /* Tên bạn muốn đặt */
    src: url('./Font/1FTV-VIP-Christmas-Wish-Calligraphy.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '1FTV-VIP-Cheerful-Summer'; /* Tên bạn muốn đặt */
    src: url('./Font/1FTV-VIP-Cheerful-Summer.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 1060px;
    padding: 0;
    margin: auto;
}
.container-content {
    max-width: 1248px;
    padding: 0;
    margin: auto;
}
.header-mobile {
    background-color: rgb(114, 44, 34);
    padding: 0 15px;
    display: none;
}
.header-mobile .logo-top img {
    width: 77px;
}
.header-mobile .list-icon img {
    margin-left: 10px;
}
header {
    transition: 0.3s all ease-in-out;
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.container .header .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 350px;
    justify-content: space-between;
}
.container .header .menu .logo-top img{
    transition: 0.3s all ease-in-out;
}
.container .header .menu ul li.menu-lv1 {
    position: relative;
}
.container .header .menu ul li.menu-lv1 .menu-lv2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 250px;
    padding: 7px 10px 7px;
    border-radius: 5px;
    animation: slider_nav_up 0.7s;
    display: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.container .header .menu ul li.menu-lv1:hover .menu-lv2 {
    display: block;
}
.container .header .menu ul li.menu-lv1 .menu-lv2 a {
    color: black;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    font-size: 14px;
    transition: 0.3s all ease-in-out;
}
.container .header .menu ul li.menu-lv1 .menu-lv2 a:hover {
    color: #722c22;
}
.container .header .menu ul li.menu-lv1 .menu-lv2 a.menu-lv2-top {
    border-bottom: 1px solid #ececec;
}
.container .header .menu ul li a {
    font-family: 'SVN-Gilroy Medium', sans-serif;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    
}
.container .header .menu ul li {
    border-bottom: 2px solid transparent;
}
.container .header .menu ul li:hover {
    border-bottom: 2px solid white;
}


.slick-slide img {
    width: 100%;
}
.content .bk-intro-home {
    padding: clamp(20px,11.6260162602vw,143px) 0 clamp(20px,13.4959349593vw,166px);
    background-image: url(./Images/back1.webp);
}
.content .bk-intro-home p {
    font-family: '1FTV-VIP-Christmas-Wish-Calligraphy', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 29.9999px;
    text-align: center;
}
.content .bk-intro-home h2 {
    font-family: "Phudu", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.content .bk-intro-home span {
    margin-bottom: 50px;
    display: block;
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-weight: 500;
}
.content .bk-intro-home a {
    position: relative;
    margin: 0 15px;
}
.content .bk-intro-home a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.content .bk-intro-home .batpho {
    position: absolute;
    right: -20px;
    bottom: -50px;
}
.p-24 {
    padding: 0 24px;
}
.content .bk-intro-home .anhpho1 {
    padding-top: 113px;
}
#goto img {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}
.bk-hong {
    background-color: rgba(114, 45, 34, 0.41);
    backdrop-filter: blur(10px);
}
.scale0-5 {
    transform: scale(0.5)
}
.h-55 {
    height: 65px;
}
.content .menu-order{
    background: #ede0d1;
    padding: clamp(20px, 11.5447154472vw, 142px) 0 clamp(20px, 8.9430894309vw, 110px);
}
.content .menu-order h2 {
    font-family: "Phudu", sans-serif;
    color: rgb(64, 24, 15);
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.content .menu-order label {
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.content .Service {
    margin: clamp(20px,7.0731707317vw,87px) 0 clamp(20px,7.6422764228vw,94px);
}
.content .Service h2 {
    font-family: "Phudu", sans-serif;
    color: rgb(64, 24, 15);
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.content .Service label {
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.content .menu-order .container-content .item a {
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
    font-family: 'SVN-Gilroy Light', sans-serif;
    text-decoration: none;
    text-align: center;
}
.content .menu-order .container-content .list-menu-order {
    display: grid;
        --gap: clamp(10px, -webkit-calc(36 / 1230 * 100vw), 36px);
        --gap: clamp(10px, -moz-calc(36 / 1230 * 100vw), 36px);
        --gap: clamp(10px, calc(36 / 1230 * 100vw), 36px);
        gap: clamp(10px, 3.8211382114vw, 47px) var(--gap);
        grid-template-columns: repeat(auto-fill, minmax(max(150px, (100% - var(--gap) * 2) / 3), 1fr));
}
.content .menu-order .container-content .item {
    overflow: hidden;
    position: relative;
}
.content .menu-order .container-content .item a img {
    width: 100%;
    
    transition: 0.3s all ease-in-out;
}
.content .menu-order .container-content .item a:hover img {
    transform: scale(1.2);
}
.content .menu-order .container-content .item a p {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.content .menu-order .container-content .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 141px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 15, 9, 0.9)), to(rgba(41, 15, 9, 0)));
    background: -webkit-linear-gradient(bottom, rgba(41, 15, 9, 0.9) 0%, rgba(41, 15, 9, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(41, 15, 9, 0.9) 0%, rgba(41, 15, 9, 0) 100%);
    background: linear-gradient(0deg, rgba(41, 15, 9, 0.9) 0%, rgba(41, 15, 9, 0) 100%);
    bottom: 0;
    left: 0;
}
.content .Service .slide-service .item {
    padding-right: 10px;
    
}
.content .Service .slide-service .item .img {
    overflow: hidden;
}
.content .Service .slide-service .item img {
    transition: 0.3s all ease-in-out;
} 
.content .Service .slide-service .item:hover img {
    transform: scale(1.2);
}
.content .Service .slide-service .item a {
    text-decoration: none;
}
.content .Service .slide-service .item p {
    padding-left: 50px;
    font-family: "Phudu", sans-serif;
    font-size: 50px;
    color: rgb(199, 177, 153);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.content .Service .slide-service .item p span {
    font-family: 'SVN-Gilroy Medium', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgb(64, 24, 15);
    margin-left: 10px;
}
.Commet {
    background-image: url(./Images/bk-3.webp);
    padding: clamp(20px,7.8048780488vw,96px) 0 clamp(20px,8.2113821138vw,101px);
}
.content .Commet h2 {
    font-family: "Phudu", sans-serif;
    color: white;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.content .Commet label {
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: white;
}
.content .Commet .slide-Commet .item {
    position: relative;
    padding: clamp(15px,2.5203252033vw,31px) 0 clamp(13px,2.1138211382vw,26px);
    aspect-ratio: 376 / 343;
}
.feedback-border-top {
    position: absolute;
    right: 9.43617%;
    width: 310px;
    aspect-ratio: 333 / 263;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    border-radius: 0 clamp(20px, 3.2520325203vw, 40px) 0 0;
}
.feedback-border-bottom {
    position: absolute;
    left: 24.43617%;
    width: 310px;
    aspect-ratio: 333 / 192;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0 0 0 clamp(20px, 3.2520325203vw, 40px);
    top: 49%;
}
.feedback-top {
    position: absolute;
    left: 20%;
    top: 19%;
}
.feedback-bottom {
    position: absolute;
    right: 5%;
    bottom: 10%;
}
.content .Commet .slide-Commet .item .text .img img {
    width: 90px;
    height: auto;
    position: absolute;
    top: 125px;
    left: 56px;
}
.content .Commet .slide-Commet .item .text .content-feedback {
    color: white;
    max-width: 188px;
    position: absolute;
    top: 77px;
    left: 159px;
}
.content .Commet .slide-Commet .item .text .content-feedback strong {
    font-family: 'SVN-Gilroy Medium', sans-serif;
    margin-bottom: 5px;
    display: block;
}
.content .Commet .slide-Commet .item .text .content-feedback span {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 400;
}
.News-home {
    background-color: rgb(237, 224, 209);
    padding: clamp(20px,7.8048780488vw,96px) 0 clamp(20px,8.2113821138vw,101px);
}
.content .News-home h2 {
    font-family: "Phudu", sans-serif;
    color: rgb(64, 24, 15);
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.content .News-home label {
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 16px;
    letter-spacing: 1.28px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: rgb(34, 34, 34);
}
.content .News-home .slide-news .item {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content .News-home .slide-news .item .text {
    padding-left: 10px;
}
.content .News-home .slide-news .item .text p {
    font-family: 'SVN-Gilroy Medium', sans-serif;
    font-weight: 600;
    margin: 0;
}
.content .News-home .slide-news .item .text span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-family: 'SVN-Gilroy Light', sans-serif;
    color: rgb(67, 67, 67);
    font-size: 15px;
}
.content .News-home .slide-news .item .text button a{
    border: 0;
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    color: #722c22;
    font-weight: 400;
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.content .News-home .slide-news .item .text button:hover a{
    background-color: #722c22;
    color: white;
    padding-left: 15px;
}
.content .News-home .box-video {
    padding-left: 50px;
}
.content .News-home .box-video iframe {
    width: 100%;
    aspect-ratio: 581 / 444;
}
.content .News-home .box-video p {
    font-family: '1FTV-VIP-Cheerful-Summer', sans-serif;
    color: rgb(64, 24, 15);
    text-align: center;
    margin-top: 20px;
}
footer {
    position: relative;
    background-image: url(./Images/footer_bg.webp);
    padding: clamp(20px,7.6422764228vw,94px) 0 clamp(20px,8.4552845528vw,104px);
}
footer .logo-bottom img{
    width: 206px;
}
footer .text {
    padding: 30px 0 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .text p {
    font-family: 'SVN-Gilroy Light', sans-serif;
    color: white;
    font-size: 14px;
} 
footer .text .list-icon a {
    margin-right: 10px;
}
footer .box-bando {
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90%;
    width: 50vw;
}
footer .bando {
    padding: 30px 0 30px 30px;
    border-radius: 1000px;
    border-radius: 1000px 0 0 1000px;
    overflow: hidden;
    height: 100%;
    border: 1px solid white;
}
footer .bando .border-bando {
    height: 100%;
    overflow: hidden;
    border-radius: 1000px;
    border-radius: 1000px 0 0 1000px;
}
footer .bando iframe {
    width: 100%;
    height: 100%;
}
footer .box-bando span {
    background-image: url(./Images/footer_bg.webp);
    color: #fff;
    margin-bottom: 17px;
    padding: 0 10px;
    font-family: 'SVN-Gilroy', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item1 {
    padding-top: 49px;
}
.menu-mobile {
    display: none;
}
.tranx-100 {
    transform: translateX(0) !important;
}
.page-intro {
    padding-top: 130px;
}
.page-intro .page-ladi {
    background-color: rgb(221, 221, 221);
    padding: 10px 0;
}
.page-intro .page-ladi ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.page-intro .page-ladi ul li {
    margin-right: 10px;
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 14px;
}
.page-intro h2 {
    font-family: "Phudu", sans-serif;
    color: rgb(64, 24, 15);
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.page-intro .text-intro span p{
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 14px;
    color: rgb(33, 37, 41);
}
.grid-sp {
    margin-bottom: 50px;
    display: grid;
    --gap: clamp(10px, -webkit-calc(36 / 1230 * 100vw), 36px);
    --gap: clamp(10px, -moz-calc(36 / 1230 * 100vw), 36px);
    --gap: clamp(10px, calc(36 / 1230 * 100vw), 36px);
    gap: clamp(10px, 3.8211382114vw, 47px) var(--gap);
    grid-template-columns: repeat(auto-fill, minmax(max(150px, (100% - var(--gap) * 2) / 3), 1fr));
}
.sp-pic {
    position: relative;
}
.grid-sp .item {
    position: relative;
}
.grid-sp .item p {
    color: #fff;
    text-decoration: none;
    font-family: 'SVN-Gilroy Medium', sans-serif;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
}
.sp-pic::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 141px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 15, 9, 0.9)), to(rgba(41, 15, 9, 0)));
    background: -webkit-linear-gradient(bottom, rgba(41, 15, 9, 0.9) 0%, rgba(41, 15, 9, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(41, 15, 9, 0.9) 0%, rgba(41, 15, 9, 0) 100%);
    background: linear-gradient(0deg, rgba(41, 15, 9, 0.9) 0%, rgba(41, 15, 9, 0) 100%);
    bottom: 0;
    left: 0;
}
.service-list {
    text-decoration: none;
}
.box-service .item {
    padding: 0 5px;
}
.service-list p {
    color: rgb(33, 37, 41);
    font-family: 'SVN-Gilroy Medium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.and-box-news .service-list {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #80808078;
}
.and-box-news .service-list p {
    font-size: 18px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.and-box-news .service-list span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    font-family: 'SVN-Gilroy Light', sans-serif;
    color: rgb(33, 37, 41);
    padding: 0 15px;
    margin-bottom: 15px;
}
.and-box-news {
    margin-bottom: 50px;
}
.and-box-news .sp-pic::after {
    display: none;
}











@media screen and (max-width : 556px) {
.page-intro {
    padding-top: 55px;
}
.page-ladi-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.page-intro h2 {
    font-size: 25px;
}
.logo-mobile {
    display: flex;
    justify-content: center;
}
.logo-mobile img {
    height: 130px;
    width: 94px;
    display: block;
    margin: auto;
}
.menu-mobile .lopmo {
    position: absolute;
    width: 100vw;
    background-color: #4444446c;
    height: 100%;
    transition: 0.3s all ease-in-out;
    top: 0;
    left: 0;
    z-index: 102;
}
.menu-mobile .list-menu-mobile a {
    font-family: 'SVN-Gilroy Light', sans-serif;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 12px 10px;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
}
.menu-mobile .list-menu-mobile .text-center {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
}
.menu-mobile .list-menu-mobile {
    display: block;
    position: absolute;
    width: 80%;
    height: 100vh;
    background-color: white;
    transition: 0.3s all ease-in-out;
    top: 0;
    left: 0;
    z-index: 103;
}
.menu-mobile .list-menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-mobile {
    transform: translateX(-100%);
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    transition: 0.3s all ease-in-out;
    top: 0;
    left: 0;
    z-index: 101;
}
.content {
    padding-top: 63px;
}
.header-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.content .bk-intro-home .anhpho2 {
    padding-left: 5px;
}
.content .bk-intro-home .anhpho1 {
    padding-top: 27px;
    padding-right: 5px;
}
.container .list-icon {
    justify-content: end !important;
}
.content .menu-order .container-content .item::after {
    content: '';
    background: transparent;
}
.content .menu-order .container-content .item a p {
    position: relative;
    color: rgb(114, 44, 34);
    font-size: 16px;
    margin-top: 5px;
}
footer .box-bando span {
    top: -25px;
}
footer .box-bando {
    margin-top: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
footer .bando .border-bando {
    border-radius: 0 !important;
}
footer .box-bando .bando {
    padding: 0 !important;
    border-radius: 0 !important;
}
.slide-news {
    padding: 0 10px;
}
.box-video {
    padding-left: 15px !important;
    padding-right: 15px;
}
.content .News-home .slide-news .item .text {
    padding: 0;
}
.content .News-home .slide-news .item .text p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.content .Service .slide-service .item p span {
    font-size: 14px;
}
.content .Service .slide-service .item p {
    padding-left: 15px;
    font-size: 25px;
}
.item1 {
    padding-top: 0;
}
.slide-service {
    padding: 0 10px;
}
.content .Service .slide-service .item {
    padding: 0 5px;
}
.list-menu-order {
    padding: 0 15px;
}
.content .News-home .slide-news .item  {
    padding: 0 5px;
}
.content label {
    font-size: 14px !important;
}
.content h2 {
    font-size: 25px !important;
}
.content .bk-intro-home a {
    margin: 0 8px;
}
.content .bk-intro-home h2 {
    font-size: 25px;
    margin-top: 8px;
    color: rgb(64, 24, 15);
}
.content .bk-intro-home p {
    margin-top: 15px;
    font-size: 35px;
    margin-bottom: 10px;
    
}
.header-PC {
    display: none;
}
.batpho {
    display: none;
}
.feedback-border-top {
    position: absolute;
    right: 12.43617%;
    width: 310px;
    aspect-ratio: 333 / 263;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    border-radius: 0 clamp(20px, 3.2520325203vw, 40px) 0 0;
}
.feedback-border-bottom {
    position: absolute;
    left: 17.43617%;
    width: 310px;
    aspect-ratio: 333 / 192;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 0 0 0 clamp(20px, 3.2520325203vw, 40px);
    top: 49%;
}
.feedback-top {
    position: absolute;
    left: 15%;
    top: 19%;
}
.feedback-bottom {
    position: absolute;
    right: 8%;
    bottom: 10%;
}
.content .Commet .slide-Commet .item .text .img img {
    width: 90px;
    height: auto;
    position: absolute;
    top: 125px;
    left: 28px;
}
.content .Commet .slide-Commet .item .text .content-feedback {
    color: white;
    max-width: 188px;
    position: absolute;
    top: 77px;
    left: 146px;
}
}






@keyframes slider_nav_up {
    0% {
    transform: perspective(600px) rotateX(-90deg);
    }
    100% {
        transform: perspective(600px) rotateX(0deg);
    }
}