@import url('https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300;400;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
    font-family: 'Alata', sans-serif;
}
html {
    scroll-behavior: smooth;
  }
body {
    background: #000;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.body_view {
    background: #000;
    background: url(../images/bg.jpg) no-repeat !important;
    background-size: cover !important;
}

.clear {
    clear: both;
}

.box_poster {
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 60px;

}

.mySwiper_poster {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mySwiper_poster .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 460px;
    height: 660px;
}

.mySwiper_poster .swiper-slide img {
    display: block;
    width: 100%;
}

.box_poster h6 {
    font-size: 82px;
    color: #fff;
    padding-top: 73px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.box_poster button {
    font-size: 18px;
    padding: 9px 50px;
    border-radius: 6px;
    background: rgb(244 24 28);
    border: none;
    color: #fff;
    text-transform: capitalize;
    transition: all ease 0.3s;
    margin-top: 26px;
    line-height: 42px;
}

.header_bg_blur {
    background: url(../images/bg.jpg) no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header_bg_blur::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    left: 0;
    background: rgb(0 0 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, hwb(0deg 0% 100%) 100%);
}

.poster {
    float: right;
}

section {
    position: relative;
    padding-bottom: 60px;
}


.flex {
    display: flex;
}

.box-title {
    position: relative;
    padding-bottom: 30px;
}

.text-left {
    border-bottom: solid 1px #444444;
    display: block;
    padding-bottom: 4px;
}

.text-left h2 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

.button-right {
    position: absolute;
    top: 0;
    right: 0;
}

.button_swiper {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #333333;
    overflow: hidden;
    border: none;
    margin: 0 4px;
    transition: all ease 0.3s;
}

.button_swiper i {
    color: #C2CCCC;
}

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

.swiper-button-lock,
.swiper-button-disabled {
    opacity: 0.4;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide .poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.4s;
    transform: scale(1) translateY(0px);
}

.swiper-slide:hover .poster {
    transform: scale(1) translateY(-40px);
}

.box_poster .swiper-slide:hover .poster {
    transform: scale(0.9);
}

.bg_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #000 10%, transparent 100%) repeat scroll 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease 0.2s;
}

header .bg_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #000 -1%, transparent 52%) repeat scroll 0 0;
    top: 0;
    left: 0;
    opacity: 1 !important;
    transition: all ease 0.3s;
}

.swiper-slide:hover .bg_blur {
    opacity: 1;
}

.text_slide {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all ease 0.3s;
    width: 100%;
    padding-bottom: 15px;
}



.text_slide h6 {
    font-size: 20px;
    color: #fff;
    width: 78%;
    margin: auto;
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
    padding-bottom: 10px;
}

.box_poster .text_slide h6 {
    font-size: 30px;
    line-height: 36px;
}

.box_poster .text_slide button {
    font-size: 16px;
    padding: 0px 44px;
}

.swiper-slide:hover .text_slide {
    opacity: 1;

}


.text_slide button {
    font-size: 14px;
    padding: 4px 28px;
    border-radius: 6px;
    background: rgb(244 24 28);
    border: none;
    color: #fff;
    text-transform: capitalize;
    transition: all ease 0.3s;
}

.text_slide button:hover {
    background: #fff;
    color: #000;
}

.support {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #ffffff;
    padding: 3px 0;
    border-bottom-left-radius: 10px;
    opacity: 0;
    transition: all ease 0.3s;
}

.swiper-slide:hover .support {
    opacity: 1;
}

.support i {
    color: #000000;
    width: 22px;
    font-size: 16px;
    display: block;
    margin: 6px 0;
}

.view {
    padding-bottom: 0 !important;
}

.view .box_view {
    width: 100%;
    height: 320px;
    background: #ccc;
    background-position: center !important;
    background-size: 100% !important;
}

.view iframe {
    margin: 0px auto;
    display: block;
    border: solid 3px #ededed30;
    box-sizing: content-box;
    border-radius: 36px;
    overflow: hidden;
}

.view .box_center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    min-height: 100vh;
}

.container-fluid {
    padding: 0;
}

.view .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.view .row {
    margin-right: 0;
    margin-left: 0;
}

.body-search .row>* {
    margin: 13px 0;
}

.body-search .box-title {
    padding-bottom: 0px;
}

.body-search {
    background: #000 url('../images/bg.jpg') no-repeat;
    background-size: 100%;
}

.box-search {
    width: 50%;
    position: relative;
    display: block;
    margin: 55px auto;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px rgba(255,255,255,0.08);
    transition: all ease 0.5s;
}

.box-search input {
    background: rgba(21,21,21,0.18);
    border: none;
    color: #fff;
    width: 100%;
    padding: 26px;
}

.box-search button {
    background: rgb(244 24 28);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 43px;
    color: #fff;
    border: none;
    display: none;
}

.tukhoa {
    text-transform: none;
    font-style: italic;
    color: #dca700;
}

.border-add {
    border: solid 1px rgb(244 24 28) !important;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(92, 92, 92);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.icon_search a {
    text-decoration: none;
}

.icon_search {
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -38px;
    cursor: pointer;
    z-index: 2;
}
.icon_search a{
    width: 100%;
    height: 100%;
    padding: 20px;
    display: block;
}
.icon_search:hover{
    animation: search 1s ease infinite;
}
@keyframes search {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}
.icon_search i {
    font-size: 36px;
    color: #ffffff;
    text-shadow: 0 0px 10px #ffffff;
    animation: search-i 1s ease infinite;
}
@keyframes search-i {
    0%{
        text-shadow: 0 0px 10px #ffffff;
    }
    50%{
        text-shadow: 0 0 4px #ffffff00;
    }
    100%{
        text-shadow: 0 0px 10px #ffffff;
    }
}

.icon_back {
    position: absolute;
    color: #fff;
    font-size: 48px;
    padding: 20px;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.5s;
}
.icon_back:hover{
    color: rgb(244 24 28);
}
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }

}

@media (max-width: 1999px) {
    .mySwiper_poster .swiper-slide {
        width: 23%;
        height: auto;
    }

    .text_slide h6 {
        font-size: 15px;
    }

    .text_slide button {
        font-size: 12px;
    }

    .support i {
        width: 19px;
        font-size: 14px;
        margin: 6px 0;
    }

    .text-left h2 {
        font-size: 20px;
    }

   
}

@media (max-width: 1104px) {

    .view .box_center {
        flex-direction: column;
        padding: 30px 0;
    }

}

@media (max-width: 992px) {
    .mySwiper_poster .swiper-slide {
        width: 25%;
        height: auto;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 90%;
    }

    section .swiper-slide {
        width: 25% !important;
    }

    .body-search section .swiper-slide {
        width: 100% !important;
    }

    .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
}

@media (max-width: 768px) {
    .container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .mySwiper_poster .swiper-slide {
        width: 75%;
        height: auto;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }

    section .swiper-slide {
        width: 60% !important;
    }

    .body-search section .swiper-slide {
        width: 100% !important;
    }

    .box-view {
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .body_view .row {
        margin: 0;
    }

    .view .box_center {
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        padding: 80px 0;
        box-sizing: border-box;
        height: auto;
        min-height: 100vh;
    }
    .icon_back {
        margin-left: 16px;
    }

    .view iframe {
        width: 100% !important;
        box-sizing: border-box;
        border: solid 2px #ffffff45;
        background: #00000000;
        border-radius: 12px;
    }

    .box_iframe {
        width: 80%;
    }

    .text_slide h6 {
        padding-bottom: 6px;
    }

    .text_slide button {
        font-size: 12px;
        margin-top: 0;
        padding: 0 26px;
        line-height: 26px;
        border-radius: 2px;
        padding-bottom: 2px;
    }

    .mySwiper_poster {
        padding-bottom: 0;
    }

    .text-left h2 {
        width: 182px;
    }
    .body-search .text-left h2 {
        width: 100%;
        font-size: 15px;
    }

    .body-search .box-search {
        width: 100%;
        border-radius: 4px;
        margin: 0;
        margin-top: 48px;
    }
    .body-search .box-search input {
        padding: 8px;
    }

    .body-search .icon_back {
        font-size: 28px;
        padding: 18px;
        left: 50%;
        margin-left: -28px;
    }
    .box_poster .text_slide button {
        font-size: 14px;
        padding: 2px 28px;
        border-radius: 4px;
        margin-top: 8px;
    }
    .box_poster .text_slide h6 {
        font-size: 20px;
        line-height: 25px;
    }

}

/* header -- footer */
.header {
    height: 48px;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 4%;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.footer .form .form-group {
    display: flex;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(130, 130, 130);
}

.footer > p, .footer > div > div {
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    width: 25%;
    text-align: left;
}

.footer .form .form-group input {
    display: inline-block;
    width: 75%;
    padding-left: 5px;
    background: none;
    border-width: initial;
    border-style: initial;
    border-color: navajowhite;
    border-image: initial;
    color: bisque;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    padding: 0.375rem 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.bg-btn {
    background-color: rgb(0, 179, 236);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}