
::-webkit-scrollbar {
    height: 15px;
    width: 4px;
    background-color: #fff;
    
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 2px solid #a4a7ab;
   
}
.ovelay-footer1{
  position: absolute;
    width: 100%;
    opacity: .9;
    height: 100%;
    left: 0;
    top: 0;
   /*background: #000;*/
    background: rgba(255, 255, 255, 0.2);
   backdrop-filter: blur(8px);
   
}
.bgr-image{
margin-top: 20px;
    width: 100%;
    background-color: #000;
    position: relative;
  background: url(https://statics.pancake.vn/web-media/f8/6a/3e/6f/db6905280e8b29db7e354d34923eaa3a55ed69da07a28671cbd68784.webp);
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 72% 50%;
    /*padding-bottom: 100px*/
}
/*b {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: url(https://picsum.photos/id/517/3840/2160);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    filter: blur(8px);*/
/*}*/
text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    position: relative;
    bottom: 5px;
}
.vu-h2 {
    font-size: 22pt;
    margin: 0 0 0px 0;
    padding: 0;
    color: #333;
    /*text-decoration: 4px underline #ccc;*/
    z-index: 5;
    font-family: "IBM Plex Serif", serif;
    transition: all 0.2s linear;
}

.vu-p {
    font-size: 11pt;
    font-weight: 400;
    line-height: 16pt;
    color: #222;
    text-align: center;
    width: 80%;
    padding: 0;
    margin: 17px 0px;
    
}
.vu-a {
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #87735a;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    width: 55%;
    height: 35px;
    opacity: 0.8;
    border: 1px solid #666;
    z-index: 3;
    font-family: "Signika", sans-serif;
    transition: all 0.4s ease-in-out;
}
.vu-a:hover{
   text-decoration: none;
}
.vu-div::after {
    position: absolute;
    width: 115%;
    height: 111%;
    top: -25px;
    left: -25px;
    content: "";
    background: transparent;
    pointer-events: none;
    z-index: 2;
    border: 5px dashed white;
    transform: translateY(-250px) rotateZ(
30deg
);
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    border-radius: 15px;
    opacity: 0;
    animation: border 6s linear infinite;
    transition: all 0.7s ease-in-out;
}
.vu-img {
    margin: 0;
    padding: 0;
    border-radius: 15px;
    box-shadow: rgb(38 57 77) 0px 20px 20px -15px;
    border: 2px solid white;
    z-index: 5;
    transition: all 0.4s ease-in-out;
    width:80% !important;
    height:35% !important;
}
.vulone{
  height:520px !important;
}
.vutest {
    /*position: absolute;*/
    /*top: 0;*/
    left: 40px;
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}
.vutest::after {
    /*position: absolute;*/
    bottom: 0;
    left: -40px;
    width: 150%;
    height: 83%;
    transform-style: preserve-3d;
    transition: all 0.4s ease-in-out;
    content: "";
}
.no-swiper{
  background:none !important;
}
.vu-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    width: 400px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
    /*top: 60px;*/
    transition: all 1s ease-in-out;
}
.vu-div {
    filter: brightness(0.9);
    width: 260px;
    height: 370px;
    border-radius: 15px;
    background: white;
    border: 1px solid #666666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotateX(
-50deg
) rotateZ(
40deg
);
    transform-style: preserve-3d;
    box-shadow: 21px 26px 0px #333, -1px 0 28px 0 rgb(0 0 0 / 10%), 28px 28px 28px 0 rgb(0 0 0 / 35%);
    z-index: 2;
    transition: all 0.6s ease-in-out;
}
.vutest:hover::after {
    transform: rotateX(90deg);
    transition: all 0.4s ease-in-out;
}
.vu-li:hover {
    width: 450px;
    transform: rotateZ(5deg) translateY(-15px);
    transition: all 1s ease-in-out;
}
.vu-div:hover {
    transform: rotateX(0deg) rotateZ(0deg) translateZ(250px);
    box-shadow: none;
    filter: brightness(0.99);
    border: 2px solid #66666600;
    cursor: default;
    transition: all 0.6s ease-in-out;
}
.vu-div:hover::after {
    transform: none;
    border: 5px dashed #a4cee5;
}
.vu-div:hover::before,
.vu-div:hover::after {
    opacity: 1;
    transition: all 0.7s ease-in-out;
}
.vu-div:hover>code {
    transform: rotateX(180deg) translateY(-10px);
    top: -15px;
    opacity: 0.7;
    left: 0;
    transition: all 0.9s ease-in-out;
}
code::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
code {
    position: absolute;
    top: -13px;
    left: -3px;
    width: 115%;
    height: 111%;
    background: transparent;
    border-right: 8px solid white;
    border-top: 3px dashed white;
    border-radius: 15px;
    pointer-events: none;
    opacity: 1;
    transition: all 0.9s ease-in-out;
}
.vu-h2:hover {
    /*text-decoration: 4px underline dodgerblue;*/
    transition: all 0.2s linear;
}
.vu-img:hover {
    filter: saturate(200%);
    transition: all 0.4s ease-in-out;
}
.vu-div:hover img {
    box-shadow: none;
    transition: all 0.4s ease-in-out;
}
.vu-a:hover {
    opacity: 1;
    background: dodgerblue;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    letter-spacing: 1px;
    transform: translateY(-5px);
    border: 1px solid #eee;
    transition: all 0.4s ease-in-out;
}