﻿body {
    /*font-family: 'Myriad Pro';*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
}
a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.container-action, .container-apply, .container-why, .container-price, .container-partner, .container-footer {
    padding-top: 40px !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.img-hover {
    transition: all 0.3s ease;
}

    .img-hover:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }
.bg-header {
    background-image: url(/img/ticket/bg-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% !important
}
.hero-section {
    background: url('/img/ticket/bg-header.jpg') no-repeat center;
    background-size: cover;
    height: 100% !important;
    color: #fff
}

.hero-text h2 {
    font-weight: 700;
    line-height: 1.5;
    color:#fff
}

.hero-text p {
    margin: 15px 0;
    opacity: 0.9;
}

.hero-buttons {
    margin-top: 20px;
}

.btn-yellow {
    background: #ffd500;
    color: #000;
    padding: 10px 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
}

.btn-outline {
    border: 1px solid #fff;
    padding: 10px 18px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.hero-swiper {
    width: 100%;
    padding: 20px 0;
}

.hero-img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* hiệu ứng zoom nhẹ */
.swiper-slide-active .hero-img {
    transform: scale(1.05);
}
.process-section {
    padding: 60px 0;
    background: #f5f6fa;
}

.process-img {
    max-width: 80%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    padding: 20px;
}

.text-color {
    color: #1a237e;
}

.container-why {
    background-image: url(/img/ticket/bg-body.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% !important
}

.container-apply {
    background-image: url(/img/ticket/bg-ung-dung.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% !important
}
    .container-apply image:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

.container-price {
    background-image: url(/img/ticket/bg-price.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% !important
}

.container-partner {
    height: 100% !important
}

.container-footer {
    background-image: url(/img/ticket/bg-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100% !important
}
.text-color {
    color: #002b7f
}
/* WRAPPER */
.card-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px;
}

/* CARD */
.card-glass-custom {
    width: 320px;
    height: 670px;
    padding: 30px 20px;
    border-radius: 20px;
    background: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px dashed #aaa;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 690px; /* chỉnh theo UI */
}

    /* HOVER */
    .card-glass-custom:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        background: #fff000
    }
        .card-glass-custom:hover .icon-circle {
            background: #002b7f;
        }

            .card-glass-custom:hover .icon-circle i {
                color: #ffffff;
            }
.card-content {
    flex: 1;
}
/* ICON */
.icon-circle {
    width: 90px;
    height: 90px;
    background: #dcd9f5;
    border-radius: 50%;
    margin: -70px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #4e4bff;
    border: 4px solid #fff;
    transition: all 0.3s ease;
}
    .icon-circle i {
        transition: all 0.3s ease;
    }

/* TITLE */
.title {
    font-weight: 800;
    font-size: 26px;
    margin: 10px 0;
    color: #0b0b2a;
}

/* SUBTITLE */
.subtitle {
    color: #333;
    margin-bottom: 10px;
}

/* DIVIDER */
.divider {
    width: 60%;
    height: 2px;
    background: #4e4bff;
    margin: 15px auto;
}

/* LIST */
.feature-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

    .feature-list li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 20px;
    }

        /* CHECK ICON */
        .feature-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #4e4bff;
            font-weight: bold;
        }
.card-footer {
    border-top: 1px dashed #002b7f;
    padding-top: 15px;
    margin-top: auto;
    text-align: center;
}
.btn-quote {
    border: 2px solid #002b7f;
    color: #002b7f;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    /* HOVER */
.card-glass-custom:hover .btn-quote:hover {
    background: #002b7f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 43, 127, 0.3);
}
    .btn-quote:active {
        transform: scale(0.97);
    }
.content-apply {
    display: inline-flex;
    justify-content: space-around
}

/* CONTACT */
#button-contact-vr {
    right: 0;
}
#button-contact-vr {
    margin: -10px;
}
#button-contact-vr {
    transform: scale(0.6);
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
    #button-contact-vr .button-contact .phone-vr {
        position: relative;
        visibility: visible;
        background-color: transparent;
        width: 90px;
        height: 90px;
        cursor: pointer;
        z-index: 11;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: visibility .5s;
        left: 0;
        bottom: 0;
        display: block;
    }
#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #6a4ffe;
    background-color: rgb(106 79 254 / 50%);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
#messenger-vr .phone-vr-img-circle {
    background-color: #6a4ffe;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
    .phone-vr-img-circle a {
        display: block;
        line-height: 37px;
    }
#messenger-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%,-50%);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #bc0000;
}
#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #bc0000;
}
.phone-bar-n {
    display: none;
}

.phone-bar a {
    left: auto;
    right: 30px;
    padding: 8px 55px 7px 15px;
}
.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
@keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes zoom {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

