html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Kanit', sans-serif;
    font-size: 18px;    
}
.kn-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.kn-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.kn-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.kn-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.kn-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}  
.kn-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}  
.kn-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
}  
.kn-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
}  
.kn-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
}  
.kn-thin-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: italic;
}  
.kn-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
}  
.kn-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
}  
.kn-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
}  
.kn-medium-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: italic;
}  
.kn-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
}  
.kn-bold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: italic;
}  
.kn-extrabold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
}  
.kn-black-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}
  

@media only screen and (max-width: 992px) {
    .md992 {
        padding-top: 56px;
    }
}
.pe-on{
    cursor: pointer;
}

.text-theme {
    color: #AF0C33;
}
.vy-textcontent{
    color: #1b1b1bf4;
}
.bg-theme{
    background-color: #AF0C33;
}

a {
    text-decoration: none !important;
}

a.dis {
    cursor: default;
}

.bg-gray {
    background-color: #f2f2f2;
}

.font-prompt {
    font-family: 'Prompt';
    font-size: 22px;
}

.font-Sans {
    font-family: Open Sans, sans-serif;
}

.text-gray {
    color: #808080;
}

.text-red {
    color: #AF0B32;
}

.row-topbar {
    background-color: #F5F5F5;
}
.fixed-bottom-right{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
}
.btn-danger {
    color: #fff;
    background-color: #AF0B32;
    border-color: #AF0B32;
}

@media only screen and (max-width: 576px) {
    .border-bottom-responsive {
        border-bottom: 1px solid #dee2e6!important;
    }
    .bold-responsive {
        font-weight: bold;
    }
}
.wrapper {
    display: block;
}

.topbar-logotxt {
    padding: 16px 0px;
    display: inline;
    font-weight: bold;
    font-size: 22px;
}

.topbar-contact {
    font-size: 14px;
    font-weight: lighter;
    text-align: right;
}

.topbar-p {
    display: inline;
}

.bg-lighttran {
    background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 992px) {
    .bg-lighttran {
        background: none;
    }
}

.Nnav-item {
    text-align: right;
}

.Nnav-link {
    display: block;
    padding: .5rem .4rem;
}

.navactive {
    border-bottom: 4px solid #EEB013;
}
.vydropdown-item {
    display: block;
    width: 100%;
    padding: .7rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px #f2f2f2 solid;
}

.vydropdown-item:hover {
    background-color: #f2f2f2;
}

.dropdown:hover>.dropdown-menu {
    display: block !important;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none !important;
}


/* Sidebar */
.hamburger {
    cursor: pointer;
}
  
.hamburger input {
    display: none;
}
  
.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 3em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
  
.line {
    fill: none;
    stroke: #AF0B32;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
  
.line-top-bottom {
    stroke-dasharray: 12 63;
}
  
.hamburger input:checked + svg {
    transform: rotate(-45deg);
}
  
.hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}
.phonenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1060;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: hidden;
    transition: 0.7s;
}
  
.phonenav-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.phonenav a {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
    text-decoration: none;
    font-size: 25px;
    color: #AF0B32;
    display: block;
    transition: 0.3s;
}
  
.phonenav a:hover, .phonenav a:focus {
    color: #bbbbbb;
}
  
.phonenav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
  
@media screen and (max-height: 450px) {
    .phonenav {overflow-y: auto;}
    .phonenav a {font-size: 20px}
    .phonenav .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

/* Sidebar */


/* tab-control */

.tab-control {
    width: auto;
    max-height: 1080px;
    margin-bottom: 10px;
    padding: 20px 0px;
    border-bottom: 2px #e6e6e6 solid;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tab-info {
    padding: 0px 20px;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* tab-control */


/* footer */

footer {
    background-color: white;
    /* padding: 80px 0; */
}
.footer-bg {
    background-color: #f5f5f5;
}
.footer-txt a{
    color:#1b1b1bf4;
}
.footer-top{
    background-color: #f5f5f5;
}
.footer-content{
    color:#1b1b1bf4;
    padding: 0 16px;
}
.footer-copyright{
    background-color: #1b1b1bf4;
    color:white;
}
.footer-copyright a{
    color:white;
}
.footer-term {
    text-align: right !important;
}
.footer-hr{
    width: 80px; 
    background-color: #AF0B32; 
    height: 2px
}
ul.example-2{
    list-style: none;
}
.example-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.example-2 .icon-content {
    margin: 0 10px;
    position: relative;
}
.example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}
.example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}
.example-2 .icon-content a:hover {
    color: white;
}
.example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
    height: 100%;
}
.example-2 .icon-content a[data-social="Facebook"] .filled,
.example-2 .icon-content a[data-social="Facebook"] ~ .tooltip {
    background-color: #0866FF;
}

.example-2 .icon-content a[data-social="tiktok"] .filled,
.example-2 .icon-content a[data-social="tiktok"] ~ .tooltip {
    background: linear-gradient(
      45deg, #FE2C55, #000000, #25F4EE
    );
}
.example-2 .icon-content a[data-social="line"] .filled,
.example-2 .icon-content a[data-social="line"] ~ .tooltip {
    background-color: #07B53B;
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
    background-color: #FF0033;
}
@media only screen and (max-width: 768px) {
    .footer-content{
        color:#1c2331;
        padding: 0;
    }
    .footer-hr{
        width: 70%;
    }
    .example-2 {
        justify-content: center;
    }
    .footer-term {
        padding-top: 4px;
        text-align: center !important;
    }
}

/* footer */


/* content about us page */

.aboutus-txt-jsty {
    text-align: justify;
    color: #595959;
}

.aboutus-txt-center {
    text-align: center;
    color: #595959;
}

.margin-TB-lg {
    margin: 100px 0 80px 0;
}

.margin-TB-md {
    margin: 50px 0 30px 0;
}

.margin-TB-sm {
    margin: 20px 0 10px 0;
}


/* content about us page */


/* car detail content */

.flip-card {
    background-color: transparent;
    width: 320px;
    height: 320px;
    perspective: 1000px;
    margin: 10px auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    /* background-color: #bbb; */
    color: black;
}

.flip-card-back {
    padding-top: 70px;
    background-color: white;
    color: #666666;
    transform: rotateY(180deg);
}


/* .full-width-image {
    width: 100vw;
    position: relative;
    left: 50%;  
    margin-left: -50vw;
}
  
.full-width-image img {
    width: 100%;
} */


/* car detail content */


/* EVENT PAGE */

.col-md img {
    opacity: 1;
    cursor: pointer;
}

.col-md img:hover {
    opacity: 0.8;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: black;
    font-size: 40px;
    cursor: pointer;
}

.closebtn:hover {
    color: white;
}

.con {
    position: relative;
    display: none;
}

@media only screen and (max-width: 768px) {
    .con-wrap {
        display: none !important;
    }
}

@media only screen and (min-width: 1500px) {
    .con-wrap {
        display: block !important;
    }
}


/* EVENT PAGE */

.box-shadow {
    box-shadow: none;
}

.box-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.small-text {
    font-size: 15px;
}

.megamenu-li {
    position: static;
}

.megamenu-1R {
    position: absolute;
    width: 550px;
    left: 40%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.megamenu-1a {
    position: absolute;
    width: 400px;
    left: 0%;
    right: 20%;
    margin-left: auto;
    margin-right: auto;
}
.megamenu-1l {
    position: absolute;
    width: 400px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.megamenu-1L {
    position: absolute;
    width: 400px;
    left: 32%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.megamenu-3 {
    position: absolute;
    width: 550px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.megamenu-3extra {
    position: absolute;
    width: 950px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.megamenu-4 {
    position: absolute;
    width: 1000px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.mega-menu {
    padding: 1rem 1rem;
}

.megastyle {
    border-top: 4px solid #AF0B32 !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.img-hover-zoomz {
    overflow: hidden;
    cursor: pointer;
}
.img-hover-zoomz img {
    transition: all 0.3s ease 0s;
}
.img-hover-zoomz:hover img {
    /* transform: scale(1.05); */
    transform: translateY(-4px);
}
.img-hover-zoomz:active img{
    transform: translateY(-1px);
}

.img-event {
    overflow: hidden;
    cursor: pointer;
}
.img-event img {
    transition: all 0.3s ease 0s;
}
.img-event:hover img {
    /* transform: scale(1.05); */
    transform: translateY(-4px);
}
.img-event:active img{
    transform: translateY(-1px);
}

/* effect-shine */

.sub-gray {
    color: #677788 !important;
}

.sub-gray:hover {
    color: #AF0B32 !important;
}

a.navtext-red {
    color: #AF0B32 !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline-block;
}

a.navtext-red:hover {
    color: #677788 !important;
    transform: translateY(-7px);
}
a.navtext-red:active {
    transform: translateY(-1px);
}

a.hyperlink-red {
    color: #AF0B32 !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline-block;
}

a.hyperlink-red:hover {
    color: #677788 !important;
    transform: translateY(-7px);
}
a.hyperlink-red:active {
    transform: translateY(-1px);
}

a.hyperlink-icon {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    display: inline-block;
}

a.hyperlink-icon:hover {
    color: #677788 !important;
    transform: translateY(-7px);
}
a.hyperlink-icon:active {
    transform: translateY(-1px);
}
a.btn-service{
    padding: 0.5em 0.9em;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #fff;
    background-color: #AF0B32;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    display: inline-block;
}

a.btn-service:hover {
    background-color: #ffffff;
    box-shadow: 0px 15px 20px rgba(125, 125, 125, 0.73);
    color: #000;
    transform: translateY(-7px);
}
a.btn-share{
    padding: 0.3em 0.7em;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    display: inline-block;
}
a.btn-share:hover {
    transform: translateY(-7px);
}
a.fx-shine {
    color: #AF0B32 !important;
}


a.fx-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(129, 7, 38, .6) 30%, #AF0B32 50%, rgba(129, 7, 38, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
}

a.fx-shineInverse {
    color: #677788 !important;
}

a.fx-shineInverse:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(129, 7, 38, .6) 30%, #677788 50%, rgba(129, 7, 38, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}


/* effect-shine */


/* btn effects */

.snapLeftBtn {
    text-align: center;
    padding: 12px 24px;
    background-color: hsl(222, 100%, 95%);
    position: relative;
    border-radius: 6px;
    color: #AF0B32;
    overflow: hidden;
}

.snapLeftBtn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transform: translateX(-101%);
    background: #AF0B32;
    transition: transform .25s ease-in;
}

.snapLeftBtn:hover::before {
    transform: translateX(0);
}

.snapLeftBtn span {
    position: relative;
    z-index: 1;
    display: block;
    transition: color 0.1s .15s ease-in;
}

.snapLeftBtn:hover span {
    color: hsl(222, 100%, 95%);
    animation: animButtonSpan 0.4s;
}

@keyframes animButtonSpan {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    35% {
        transform: translateX(20px);
        opacity: 0;
    }
    50.001% {
        transform: translateX(-20px);
    }
    60% {
        transform: translateX(0px);
    }
}

.overlayLeftBtn {
    padding: 12px 24px;
    background-color: hsl(222, 100%, 95%);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.overlayLeftBtn span {
    color: #AF0B32;
    position: relative;
    z-index: 1;
    transition: color 0.25s cubic-bezier(.7, 0, .9, 1);
}

.overlayLeftBtn::before {
    content: '';
    ;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 6px;
    transform: translate(-101%, -50%);
    width: 100%;
    height: 100%;
    background-color: #AF0B32;
    transition: transform 0.25s cubic-bezier(.7, 0, .9, 1);
}

.overlayLeftBtn:hover span {
    color: hsl(222, 100%, 95%);
}

.overlayLeftBtn:hover::before {
    transform: translate(0, -50%);
}

.pulseBtn {
    padding: 12px 24px;
    background-color: hsl(222, 100%, 95%);
    color: #AF0B32;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(253, 219, 227, 0.7);
    animation: pulse 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(253, 219, 227, 0);
    }
}

.circleScaleBtn {
    padding: 12px 24px;
    background-color: hsl(222, 100%, 95%);
    color: #AF0B32;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
}

.circleScaleBtn span {
    z-index: 1;
    position: relative;
}

.circleScaleBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: opacity .4s cubic-bezier(.19, 1, .22, 1), transform .75s cubic-bezier(.19, 1, .22, 1);
    background-color: #AF0B32;
    opacity: 0;
}

.circleScaleBtn:hover span {
    color: hsl(222, 100%, 95%);
}

.circleScaleBtn:hover::before {
    opacity: 1;
    transition-duration: .85s;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1)
}

/* for homepage */
    .fb-page,
    .fb-page span,
    .fb-page span iframe[style] {
        width: 100% !important;
    }
    .fb-con{
        width:75vw;
        height:100vh;
        margin:0 auto;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .mb-grid-gutter,
    .my-grid-gutter {
        margin-bottom: 30px !important;
    }
    @media (min-width: 992px) {
        .mt-lg-n10,
        .my-lg-n10 {
            margin-top: -5rem !important;
        }
    }
    @media (min-width: 992px) {
        .pt-lg-0,
        .py-lg-0 {
            padding-top: 0 !important;
        }
    }
    .position-relative {
        position: relative !important;
    }
    .shadow-t {
        box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .shadow-b {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .shadow-tb {
        box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .img-overlay {
        position: relative;
    }
    .img-75{
        width: 75%;
    }
    .img-hit {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: 0.5s ease;
        backface-visibility: hidden;
    }
    .caption {
        transition: 0.5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    .img-overlay:hover .img-hit {
        opacity: 0.2;
    }
    .img-overlay:hover .caption {
        opacity: 1;
    }
    .space-parallax {
        background-image: url(<?=$path_toyotavy?>image/parallax/white_space.png);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .parallax {
        background-image: url(<?=$path_toyotavy?>image/parallax/inner-parallax.jpg);
        min-height: 500px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }
    @media only screen and (max-device-width: 1366px) {
        .parallax {
            background-attachment: scroll;
        }
    }
    @media only screen and (max-width: 768px) {
        .txt-ad {
            font-size: 16px;
        }
        .txt-pro {
            font-size: 20px;
        }
        .txt-prosub {
            font-size: 15px;
        }
        .txt-carmodel {
            font-size: 15px;
        }
        .txt-lineadd {
            font-size: 20px;
        }
        .txt-lineaddsub {
            font-size: 15px;
        }
        .txt-find {
            font-size: 20px;
        }
        .txt-findsub {
            font-size: 20px;
        }
        .txt-findresponse {
            font-size: 18px;
        }
    }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scroll-container {
    overflow: auto;
    white-space: nowrap;
    padding: 5px 70px 5px 20px;
    background: transparent;
    height: 100%;
    border-radius:15px;
}
.gridscroll{
    display:inline-block;
}
.imgtxt a{
    position: absolute;
    bottom: 20px;
    left: 30px;
    color:white;
    transition: 0.3s;
}
.imgtxt a:hover{
    color:#AF0B32;
}
/* for homepage */

/* google map */
.google-maps {
    position: relative;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}
/* google map */

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* swiper */

/* button */ 
a.btn-detail{
    padding: 0.8em 1.2em;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #1b1b1bf4;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    max-width: 150px;
    display: inline-block;
}

a.btn-detail:hover {
    background-color: #AF0B32;
    box-shadow: 0px 15px 20px rgba(184, 37, 72, 0.73);
    color: #fff;
    transform: translateY(-7px);
}

a.btn-detail:active {
    transform: translateY(-1px);
}
@media only screen and (max-width: 575px) {
    .btn-detail {
        display: none !important;
    }
}