:root{
    --cl-x:#00AEEC;
    --cl-y:#0765A9 ;
    --gray: #707070;
    --fs-18: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
    --fs-20: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
    --fs-24: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    --fs-28: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
    --fs-title: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);

    --px-content: 8%;
    --py-content: 50px;
}


@font-face {
    font-family: 'FZ-Poppins';
    src: 
        url('../fonts/FZ-Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: 'FZ-Poppins';
    src: 
        url('../fonts/FZ-Poppins-Medium.woff') format('woff');
        font-weight: 500;
}
@font-face {
    font-family: 'FZ-Poppins';
    src: 
        url('../fonts/FZ-Poppins-SemiBold.woff') format('woff');
        font-weight: 600;
}
@font-face {
    font-family: 'FZ-Poppins';
    src: 
        url('../fonts/FZ-Poppins-Bold.woff') format('woff');
        font-weight: 700;
}


body{
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
p{
    font-family: "Roboto", sans-serif;
}
p:last-of-type{
    margin-bottom: 0;
}
a{
    color: #000;
    text-decoration: none;
}

.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px !important;
}
.fs-18{
    font-size: var(--fs-18);
}
.fs-20{
    font-size: var(--fs-20);
}
.fs-24{
    font-size: var(--fs-24);;
}
.fs-28{
    font-size: var(--fs-28);
}
.text-justify{
    text-align: justify;
}
.text-x{
    color: var(--cl-x) !important;
}
.text-y{
    color: var(--cl-y) !important;
}
.text-gray{
    color: var(--gray);
}
.text-style{

}
.text-shadow-x{
    color: #fff;
    text-shadow:
        1px 1px 0px  var(--cl-x),
        -1px -1px 0  var(--cl-x),  
        1px -1px 0 var(--cl-x),
        -1px 1px 0 var(--cl-x),
        1px 1px 0 var(--cl-x);
}
.text-shadow-white{
    color: transparent;
    text-shadow:
        1px 1px 0px #fff,
        -1px -1px 0  #fff,  
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

/*background*/
.bg-x{
    background-color: var(--cl-x) !important;
}
.bg-y{
    background-color: var(--cl-y) !important;
}
.bg-gray{
    background-color: #F6F7F8;
}

.btn-custom{
    display: inline-block;
    /*padding: 0.5rem 1rem;*/
    padding: 0.25rem 1.5rem;
    line-height: 1.5;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
}
.btn-x{
    color: #fff;
    background-color: var(--cl-x);
    border: 1px solid var(--cl-x);
}
.btn-x:hover{
    background-color: #fff;
    color: var(--cl-x);
}

.btn-outline-x{
    border: 2px solid var(--cl-x);
    background-color: #fff;
    color: var(--cl-x);
}

.btn-outline-x:hover{
    border: 2px solid var(--cl-x);
    background-color: var(--cl-x);
    color: #fff;
}

.btn-outline-y{
    border: 2px solid var(--cl-y);
    color: #000;
}
.btn-outline-dark{
    border: 2px solid #191919;
    color: #191919;
}
.btn-outline-dark:hover{
    border: 2px solid var(--cl-x);
    color: var(--cl-x);
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 30px, rgba(255, 255, 255, 0.22) 0px 0px 0px;
}
.btn-rgb{
    color: #fff;
    border: none;
    background: linear-gradient(70deg, #0069E4 24.65%, #00CEBD 96.06%);
}
.image-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block{
    padding: var(--py-content) var(--px-content);
}
.bg-cover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.main-title{
    margin-bottom: 0;
    font-weight: 700;
    font-size: var(--fs-title);
    text-transform: uppercase;
}
.sub-title{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
}

/*nav menu*/
.logo{
    width: 100px;
    transition: all .3s ease-in-out;
}
.navbar-brand{
    margin: 0;
    padding: 0.25rem;
}
.navbar{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
}
.navbar-top{
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    color: #002175;
    position: relative;
}
.navbar-main{
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.box-header{
    padding: 0 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: animate 1s;
    transition: all 2s ease-in-out;
    z-index: 30;
}

@keyframes animate {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
   }
}

.navbar-fixed .logo{
    width: 90px;
}
.navbar-fixed.navbar-main{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*.navbar-nav{
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar-nav .nav-item .nav-link{
    padding: 0.5rem;
    color: #1E1E1E;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-nav .nav-item .nav-link a{
    color: #1E1E1E;
}
.navbar-nav .nav-item .nav-link.active{
    color: var(--cl-x);
    font-weight: 700;
}
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item:hover .nav-link a{
    color: var(--cl-x);
}

.navbar-toggler{
    border: 2px solid var(--cl-x);
    box-shadow: none !important;
    color: var(--cl-x);
    height: 40px;
    height: 34px;
    width: 36px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: var(--cl-x);
    color: #fff;
}

.navbar-nav .dropdown-menu .dropdown-item:active{
    background-color: var(--cl-y);
}

.navbar-nav .nav-item.dropdown .dropdown-menu{
    animation: menu 0.3s;
}

.navbar-nav .dropdown:hover > .dropdown-menu{
    display: block;
}
.navbar-nav .dropdown .dropdown-menu .dropdown .dropdown-menu{
    top: 0;
    left: 98%;
}*/
.navbar-nav .nav-item .nav-link a{
    color: #1E1E1E;
}
.navbar-nav .nav-item .nav-link{
    padding: 0.5rem;
    color: #1E1E1E;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.active a{
    color: var(--cl-x);
}

.navbar-toggler{
    border: 2px solid var(--cl-x);
    box-shadow: none !important;
    color: var(--cl-x);
    height: 40px;
    height: 34px;
    width: 36px;
    padding: 8px;
    display: flex;
    align-items: center;
}

@keyframes menu {
    0% { transform: translateY(20px); }
    100% { transform: translateY(0px); }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.navbar-nav{
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar-nav .nav-item{
    display: flex;
    flex-direction: column;
}
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    left: 9%;
}


.list-child-header{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.list-child-header .list-item{
    padding: 0.25rem;
    transition: all .2s ease-in-out;
}
.list-child-header .list-item:hover{
    background-color: var(--cl-x);
    color: #fff;
}

.modal-backdrop.show{
    z-index: 1;
}

.box-search-header{
    display: flex;
    width: 100%;
    min-width: 246px;
    /*padding: 0 0.3rem;*/
    /*border: 1px solid var(--cl-x);*/
    border-radius: 0.4rem;
    overflow: hidden;
    background-color: #F1F1F1;
    font-size: 16px;
}

.box-search-header select{
    max-width: 120px;
    padding: 0.3rem;
    outline: none;
    border-width: 0 1px 0 0;
    border-color: var(--cl-x);
    border-style: solid;
    background: transparent;
    color: var(--cl-x);
}
.box-search-header input{
    padding: 0.5rem;
    border: none !important;
    outline: none;
    width: 100%;
    background-color: transparent;
}
.box-search-header button{
    padding: 0.5rem;
    border: none;
    border-left: 1px solid #C7C7C7;
    border-radius: 0;
    background: var(--cl-x);
}

.btn-popup-search{
    border: 0;
    /*padding: 4px 8px;*/
    color: #fff;
    box-shadow: none !important;
    background-color: transparent;
}
.cart-shopping{
    display: flex;
    align-items: center;
    gap: 6px; 
    border-radius: 8px;
    color: var(--cl-x);
    text-decoration: none;
    position: relative;
}
.label-quantity{
    position: absolute;
    top: -6px;
    right: -10px;
    width: 1rem;
    height: 1rem;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--cl-x);
}

.list-social-circle{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.list-social-circle .icon-social{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}


/*============*/
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide img {
    /*display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
}
.swiper-button-next:after,
.swiper-button-prev:after{
    /*font-family: "Font Awesome 6 Pro";*/
}
.swiper-button-next:after{

}
.swiper-button-prev:after{

}
.swiper-pagination-bullet{

}
.swiper-pagination-bullet-active{

}


/*banenr-page*/
.banner-page{
    height: 320px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.banner-page .bg-cover{
    filter: brightness(0.3);
}
.banner-page .title{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    text-transform: uppercase;
    position: relative;
}

.banner-page .breadcrumb .breadcrumb-item,
.banner-page .breadcrumb .breadcrumb-item a,
.banner-page .breadcrumb-item + .breadcrumb-item::before{
    color: #fff;
    text-decoration: none;
}
.simple-breadcrumb{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.simple-breadcrumb .breadcrumb .breadcrumb-item,
.simple-breadcrumb .breadcrumb .breadcrumb-item a,
.simple-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}
.simple-breadcrumb .breadcrumb-item.active a{
    color: var(--cl-x);
}


/* Home ============*/
.banner{
    height: 700px;
}
.banner:before {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    clip-path: polygon(0 25%, 50% 100%, 100% 25%, 100% 100%, 0 100%);
}
.banner:after {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--cl-x);
    z-index: 1;
    clip-path: polygon(0 0%, 50% 100%, 100% 0%, 100% 100%, 0 100%);
}
.banner .swiper-slide{
    position: relative;
}
.banner .swiper-slide .banner-slide{
    position: absolute;
    top: 50%;
    right: 9%;
    /*left: 5%;*/
    transform: translateY(-50%);
    width: 40%;
    padding: 2%;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    background: rgba(255 255 255 / 40%);
}
.banner-slide h1,
.banner-slide h2{
    margin-bottom: 0;
    font-weight: bold;
    font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}
.banner .swiper-pagination-bullets{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.banner .swiper-pagination-bullet{
    width: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    height: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    background-color: transparent;
    opacity: 1;
    transition: .3s ease-in;
}
.banner .swiper-pagination-bullet-active{
    border: 2px solid #fff;
    border-radius: 50rem;
    background-color: transparent;
}
.banner .swiper-pagination-bullets .line{
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: relative;
}
.banner .swiper-pagination-bullets .line:before,
.banner .swiper-pagination-bullets .line:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullets .line:before{
    left: 0;
}
.banner .swiper-pagination-bullets .line:after{
    right: 0;
}


.banner-next,
.banner-prev{
    font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    color: #fff;
}
.banner-next:after,
.banner-prev:after{
    content: "";
}


/*Home========================*/

.box-image-introduce{
    margin-bottom: 2.5rem;
    width: 90%;
    display: flex;
    position: relative;
    z-index: 1;
}
.box-image-introduce .text-vertical{
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    text-align: end;
    font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
    font-weight: bold;
    line-height: 1;
    color: rgba(0, 0, 0, 0.12);
}
.box-image-introduce img{
    border-radius: 2rem 0;
}
.box-image-introduce-cover{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 40%;
    border: 6px solid #fff;
    border-radius: 0 1rem;
    box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.box-title-main h1,
.box-title-main h2{
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: var(--fs-title);
    position: relative;
}
.box-title-main h1:before,
.box-title-main h2:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background-color: var(--cl-x);
}
.box-title-main img{
    margin-bottom: 0.5rem;
    width: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

.icon-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-size: clamp(0.625rem, 0.55rem + 0.375vw, 1rem);
    transition: all .3s ease-in-out;
    /*position: relative;*/
}
.icon-box:hover{
    transform: translateY(-5px);
}
.icon-box .icon{
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
}
.icon-box .title{
    margin-bottom: 4px;
    font-size: var(--fs-18);
    color: var(--cl-x);
    font-weight: 600;
}

/**/

.service-slide{
    padding-top: 30px;
    padding-bottom: 30px;
}
.service-slide .swiper-slide-active{
    transition: all .3s ease-in-out;
    transform: scale(1.05);
}
/**/
.card-service{
    position: relative;
}
.card-service .thumbnail{
    height: 450px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.card-service .thumbnail img{
    transition: all 0.3s ease;
}
.card-service .title{
    margin-bottom: 1rem;
    font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-service .content{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-out;
}
.card-service .content .title-content{
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    border-left: 5px solid#fff;
    padding-left: 1rem;
    transform: translateY(100%);
    transition: all .3s ease-out;
}
.card-service:hover .content{
    background: linear-gradient(0deg, rgba(13, 136, 226, 0.25) 0%, rgba(13, 136, 226, 0.25) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    opacity: 1;
}
.card-service:hover .content .title-content{
    transform: translateY(0);
}
.card-service .description{
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-service:hover .title{
    color: var(--cl-y);
}

/**/
.block-contact{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-weight: bold;
    
}
.block-contact .bg-cover{
    filter: brightness(0.7);
    clip-path: polygon(50% 10%, 100% 25%, 100% 100%, 0% 100%, 0% 25%); 
}
.block-contact:before{
    content: "";
    position: absolute;
    inset: 0;
    z-index:-2;
    background: var(--cl-y);
    clip-path: polygon(51% 0%, 100% 30%, 100% 100%, 0% 100%, 0% 15%); 
}
.block-contact:after{
    content: "";
    position: absolute;
    inset: 0;
    z-index:-2;
    background: var(--cl-x);
    clip-path: polygon(49% 5%, 100% 15%, 100% 100%, 0% 100%, 0% 30%); 
}

.post-prev,
.post-next{
    position: relative;
    inset: unset;
    margin: 0;
    width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
    height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
    padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem);
    border-radius: 0.5rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.post-prev:after,
.post-next:after{
    content: "";
}




/**/
.box-video{
    position: relative;
}
.box-video:after{
    content: "\f144";
    font-size: 50px;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-video img{
    transition: all .3s ease-in-out;
}
.box-video:hover img{
    filter: brightness(0.5);
}

.bg-zoom-infinity{
    overflow: hidden;
}
.bg-zoom-infinity img{
    animation: zoom-infinite 40s;
    animation-iteration-count: infinite;
    transition: all 4s ease; 
}
@keyframes zoom-infinite {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
/**/
.card-hover-circle .thumbnail:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
    width: 100px;
    height: 100px;
    background-color: rgba(255 255 255 / 0.3);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    z-index: 1;
}
.card-hover-circle .thumbnail:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%);
    width: 100px;
    height: 100px;
    background-color: rgba(255 255 255 / 0.3);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    z-index: 1;
}
.card-hover-circle:hover .thumbnail:before,
.card-hover-circle:hover .thumbnail:after{
    transform: scale(7);
    opacity: 0;
}


.card-hover-zoom .thumbnail img{
    transition: all 0.3s ease-in-out;
}
.card-hover-zoom:hover .thumbnail img{
    transform: scale(1.05);
}





/**/
.product-next,
.product-prev{
    font-size: clamp(1.625rem, 1.45rem + 0.8750000000000001vw, 2.5rem);
    color: var(--cl-x);
}
.product-next:after,
.product-prev:after{
    content:"";
}

/**/
.slideProduct{
    padding: 8px 3px;
}

.slideProduct .swiper-button-next,
.slideProduct .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.slideProduct:hover .swiper-button-next,
.slideProduct:hover .swiper-button-prev{
    opacity: 1;
}
.slideProduct .swiper-button-next:after,
.slideProduct .swiper-button-prev:after{
    content: "";
}


/**/
.card-product{
    background: #fff;
    overflow: hidden;
    position: relative;
}

.card-product .thumbnail{
    height: clamp(12.5rem, 11.5rem + 5vw, 17.5rem);
    border: 1px solid #E6E6E6;
    overflow: hidden;
    position: relative;
}

.card-product .thumbnail img{
    transition: all .5s ease-in;
}

.card-product:hover .thumbnail img{
    transform: scale(1.05);
}

.discount-percent{  }

.card-product .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}
.card-product .description{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8%;
    color: #fff;
    background: rgba(235, 97, 0, 0.63);
    opacity: 0;
    transition: all .4s ease-in-out;
    pointer-events: none;
}
.card-product:hover .description{
    opacity: 1;
}

.card-product .title{
    font-weight: 500;
    font-size: var(--fs-18);
    margin-bottom: 1rem;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-price{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.card-price .label-sale-price{
    color: #E40606;
}
.card-price .label-regular-price{
    color: #939393;
    text-decoration: line-through;
}




/**/
.card-blog .thumbnail{
    height: 250px;
    overflow: hidden; 
}
.card-blog .content{
    margin: -0.75rem 0.75rem 0;
    padding: 0.8rem;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.card-blog .card-meta{
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.card-blog .card-meta .dot-square{
    width: 5px;
    height: 5px;
    background-color: var(--cl-x);
}

.card-blog .title{
    margin-bottom: 0;
    height: 47px;
    font-size: var(--fs-20);
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.card-blog .description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-blog .view-more{
    display: block;
    margin: 1rem 0;
    color: var(--cl-x);
    font-weight: bold;
    font-size: 14px;
}
.card-blog:hover .title{
    color: var(--cl-x);
}


/**/
.widdget{
    /*border: 1px solid #DCDCDC;
    padding: 5%;*/
}
.widdget + .widdget{
    margin-top: 1.5rem;
}

.widdget-title{
    margin-bottom: 0.5rem;
    padding: 0.75rem 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    background-color: #333333;
}

.widdget-search-product form{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DCDCDC;
    padding: 0.5rem;
}
.widdget-search-product input{
    border: none;
    outline: none;
    width: 100%;
}
.widdget-search-product button{
    border: none;
    background-color: transparent;
}

.widdget-category .nav-item .nav-link{
    color: #23262D;
    padding: 0.3rem 0;
}
.widdget-tag ul{
    list-style: none;
    padding-left: 0;
}
.widdget-tag .nav-item .nav-link{
    padding: 0.75rem 1rem;
}
.widdget-tag .nav-item + .nav-item .nav-link{
    border-top: 1px solid var(--gray);
}
.widdget-tag .nav-item .nav-link:hover a{
    color: var(--cl-x);
}

.list-category-post{
    flex-direction: column;
}
.list-category-post .nav-item .nav-link{
    padding: 0.8rem 1rem;
    color: var(--cl-x);
    font-weight: bold;
    background-color: #D2D2D2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-in-out;
}
.list-category-post .nav-item + .nav-item{
    margin-top: 8px;

}
.list-category-post .nav-item .nav-link:hover{
    transform: translateX(5px);
}


/**/
.footer{
    padding-bottom: 0;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.footer-bottom{
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer-bottom a:hover{
    color: var(--cl-x);
}
.logo-footer{
    width: 100%;
}
.title-footer{
    position: relative;
    margin-bottom: 0.8rem;
    font-size: var(--fs-18);
    font-weight: bold;
    text-transform: uppercase;
}
.list-footer ul{
    list-style: none;
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: 0px;
}
.list-footer ul li a{
    position: relative;
}
.list-footer ul li a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -4px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
}
.list-footer ul li a:hover::before{
  transform-origin: left;
  transform: scaleX(1);
}
.list-footer ul li{
    transition: transform .2s ease-in-out;
}
.list-footer ul li:hover{
    transform: translateX(5px);
}

.list-footer ul li + li{
    margin-top: 0.7rem;
}
.list-footer ul li i{
    margin-right: 6px;
}

.list-footer:not(.list-information-footer) ul li::marker {
    content: "\f0da \00A0 \00A0";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
}

.list-information-footer li{
    display: flex;
    align-items: baseline;
}

.social-contact-footer{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.social-contact-footer .item{
    width: 2rem;
    height: 2rem;
    padding: 4px;
    border-radius: 50%;
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transition: all .2s ease-out
}
.social-contact-footer .item:hover{
    animation: scale-icon 0.5s;
    background-color: #fff;
    color: var(--cl-x);
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-10deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}
@keyframes scale-icon {
    0% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

.list-information ul li{
    display: flex;
    align-items: baseline;
}

.copyright{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.copyright a{
    color: #fff;
}
/**/
.form-booking-footer .form-control{
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
}

.form-booking-footer button{
    background-color: #EF6415;
    color: #fff;
    font-weight: 500;
}
.form-booking-footer .form-control::placeholder{
    color: rgba(255, 255, 255, 0.78);
}


.box-iframe iframe{
    width: 100%;
    max-width: 100%;
}


