.zi-1 {
    position: relative;
    z-index: 1;
}

.zi-2 {
    position: relative;
    z-index: 2;
}

.pl-64 {
    padding-left: 64px;
}

.pr-64 {
    padding-right: 64px;
}

.px-64 {
    padding-right: 64px;
    padding-left: 64px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-56 {
    padding-top: 56px;
}

.pb-56 {
    padding-bottom: 56px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mt-sm-44 {
    margin-top: 44px;
}

.bdr-1 {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.bdb-1 {
    border-bottom: 1px solid #666;
}

.bdt-1 {
    border-top: 1px solid #666;
}

.d-flex img+p,
.d-flex i+p {
    margin-left: 6px;
    margin-bottom: 0;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.vh-100 {
    min-height: calc(100vh - 68px) !important;
    height: auto !important;
}

.content-center {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-center.h-100 {
    height: 100%;
}

.content-center.w-100 {
    width: 100%;
}

.img-cover {
    width: 100%;
    object-fit: cover;
}

.video-cover {
    display: block;
    position: relative;
}

.video-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../assets/img/icn-play.svg"), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-position: center;
    background-repeat: no-repeat;
    transition: all 300ms ease-in-out;
    z-index: 10;
    pointer-events: none;
}

.video-cover:hover:before {
    opacity: 0.5;
}

.video-cover img {
    height: 420px;
}

.op-7 {
    opacity: 0.7;
}