.owl-dots:after,
.owl-dots:before {
    content: "";
    display: table
}

.owl-dots:after {
    clear: both
}

.airlines-band .container {
    padding-bottom: 3.6rem
}

@media screen and (min-width:481px) {
    .airlines-band .container {
        padding-bottom: 4.2rem
    }
}

@media screen and (min-width:600px) {
    .airlines-band .container {
        padding-bottom: 4.8rem
    }
}

@media screen and (min-width:768px) {
    .airlines-band .container {
        padding-bottom: 5.4rem
    }
}

@media screen and (min-width:992px) {
    .airlines-band .container {
        padding-bottom: 6rem
    }
}

.featured-brands-image-content .title {
    font-family: Gotham SSm A, Gotham SSm B, sans-serif;
    font-size: 1.3rem;
    line-height: 120%;
    font-weight: 700;
    font-style: normal;
    color: rgba(0, 0, 0, .5);
    margin: 5px 0;
    letter-spacing: normal
}

@media screen and (min-width:600px) {
    .featured-brands-image-content .title {
        font-size: 1.12rem
    }
}

@media screen and (min-width:768px) {
    .featured-brands-image-content .title {
        font-size: 1.4rem
    }
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.slider-control {
    font-size: 1em;
    left: 50%;
    pointer-events: all;
    position: absolute;
    top: 50%;
    z-index: 51
}

#slider-control--left {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (min-width:768px) {
    #slider-control--left {
        margin-left: -1px
    }
}

#slider-control--right {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media screen and (min-width:768px) {
    #slider-control--right {
        margin-right: -1px
    }
}

.owl-theme .owl-nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    margin-top: 0
}

.owl-theme .owl-nav .owl-prev {
    left: -15px
}

.owl-theme .owl-nav .owl-next {
    right: -15px
}

.owl-theme .owl-nav [class*=owl-] {
    top: 50%;
    position: absolute;
    pointer-events: all;
    width: 50px;
    height: 50px;
    font-size: 25px;
    background: transparent;
    color: #fcb729;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-theme .owl-nav [class*=owl-].disabled {
    display: none
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f58921;
    background: transparent
}

@media screen and (min-width:768px) {
    .owl-theme .owl-nav [class*=owl-] {
        width: 100px;
        height: 100px;
        font-size: 50px
    }
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

@media screen and (min-width:768px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 15px
    }
    .owl-carousel .owl-nav .owl-next {
        right: 15px
    }
}

.owl-dots {
    text-align: center;
    margin-top: 10px
}

.owl-dot {
    background-color: hsla(0, 0%, 9%, .12);
    border-radius: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
    transition: all .3s ease-out 0s
}

.owl-dot:last-child {
    margin-right: 0
}

.owl-dot.active,
.owl-dot:hover {
    background-color: #f58921
}

.owl-dot.active {
    cursor: auto
}

.owl-dot:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f58921;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%)
}

.owl-theme .owl-dots .owl-dot span {
    display: none
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-no-stacking) {
    position: relative;
    display: block
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-no-stacking)>li:not(:first-child) {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0
}

.owl-carousel-wrapper {
    overflow: hidden;
    position: relative
}

.owl-carousel-edge-nav {
    position: static
}

.owl-carousel-overflow-visible .owl-stage-outer {
    overflow: visible
}

.featured-brands-carousel {
    width: 100%
}

.featured-brands-carousel.owl-carousel .owl-item img {
    width: auto
}

@media screen and (min-width:768px) {
    .featured-brands-carousel {
        padding: 25px 0;
        display: table;
        width: 100%
    }
    .featured-brands-carousel>* {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.featured-brands-column {
    padding: 10px 0 0
}

@media screen and (min-width:768px) {
    .featured-brands-column {
        padding: 0
    }
}

.featured-brands-image {
    max-width: 100%;
    padding: 0 5px
}

.featured-brands-image-content {
    text-align: center
}

.featured-brands-image-content img {
    height: 30px;
    width: auto;
    max-width: 160px;
    margin: 0 auto
}

.featured-brands-image-content p {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
}

.featured-brands-image-content .title {
    width: 100%;
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .press-band .featured-brands-carousel {
        border-bottom: 1px solid rgba(0, 0, 0, .06)
    }
}

@media screen and (min-width:768px) {
    .press-band .featured-brands-column {
        border-right: 1px solid rgba(0, 0, 0, .06)
    }
    .press-band .featured-brands-column:last-child {
        border-right: 0
    }
}

.airlines-band .container {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.wide-hero-img-conatiner {
    position: relative
}

.wide-hero-bg-img,
.wide-hero-img {
    width: 100%;
    max-width: 100%
}

.wide-hero-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 220px
}

@media screen and (min-width:600px) {
    .wide-hero-bg-img {
        height: 350px
    }
}

@media screen and (min-width:768px) {
    .wide-hero-bg-img {
        height: 450px
    }
}

@media screen and (min-width:992px) {
    .wide-hero-bg-img {
        height: 500px
    }
}

.wide-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #f58921, #ec1965);
    opacity: .2
}

.primary-txt-h1 {
    padding-right: 50px
}

@media screen and (min-width:481px) {
    .primary-txt-h1 {
        padding-right: 100px
    }
}

@media screen and (min-width:992px) {
    .primary-txt-h1 {
        padding-right: 0
    }
}

.line-target-txt {
    z-index: 1;
    position: relative
}

.line-target-txt-span {
    background-color: #fff
}

.line-target-txt-span:after {
    content: "";
    background: #fff;
    width: 10px;
    height: 35px;
    position: absolute;
    bottom: 0
}

.line {
    position: absolute;
    width: calc(100% - 15px);
    background: #050a84;
    bottom: 0;
    transition: all .3s ease-out 0s;
    height: 4px;
    margin-bottom: 22px;
    margin-left: 15px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation: scale_from_left 1s cubic-bezier(.54, .86, .66, .94) 0s forwards;
    animation: scale_from_left 1s cubic-bezier(.54, .86, .66, .94) 0s forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    visibility: hidden
}

@media screen and (min-width:600px) {
    .line {
        height: 5px;
        margin-bottom: 25px
    }
}

@media screen and (min-width:768px) {
    .line {
        margin-bottom: 30px
    }
}

.line:after,
.line:before {
    content: "";
    background: #fff;
    position: absolute;
    height: 120%
}

.line:before {
    width: 30px
}

.line:after {
    width: 15px;
    right: 0
}

@-webkit-keyframes scale_from_left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible
    }
}

@keyframes scale_from_left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible
    }
}

.home-hero-imgs-section {
    overflow: hidden
}

.home-hero-imgs-wrapper {
    position: relative;
    padding-top: 20px
}

@media screen and (min-width:768px) {
    .home-hero-imgs-wrapper {
        padding-top: 60px
    }
}

.dragon-img {
    position: absolute;
    right: -5%;
    top: -10px;
    width: auto;
    height: 200px;
    -webkit-animation: glide_top_left 2s cubic-bezier(.65, 0, .45, 1) 0s forwards;
    animation: glide_top_left 2s cubic-bezier(.65, 0, .45, 1) 0s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    visibility: hidden
}

@media screen and (min-width:481px) {
    .dragon-img {
        right: 3%;
        top: -20px;
        height: 220px
    }
}

@media screen and (min-width:600px) {
    .dragon-img {
        height: 300px
    }
}

@media screen and (min-width:768px) {
    .dragon-img {
        height: 350px
    }
}

@media screen and (min-width:992px) {
    .dragon-img {
        height: 400px
    }
}

@media screen and (min-width:1200px) {
    .dragon-img {
        height: 450px;
        right: 12.5%
    }
}

@-webkit-keyframes glide_top_left {
    0% {
        -webkit-transform: translateX(100px) translateY(80px);
        transform: translateX(100px) translateY(80px);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        visibility: visible
    }
}

@keyframes glide_top_left {
    0% {
        -webkit-transform: translateX(100px) translateY(80px);
        transform: translateX(100px) translateY(80px);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        visibility: visible
    }
}

.wide-hero-bg-img {
    background-position: 50% 10%
}

.main-product-unit {
    background-image: linear-gradient(180deg, #f58921, #ec1965);
    overflow: hidden
}

.presenting-txt {
    letter-spacing: 10px
}

@media screen and (max-width:599px) {
    .origin-content-col {
        text-align: center
    }
}

.origin-content-col img {
    width: 80%
}

@media screen and (min-width:600px) {
    .origin-content-col img {
        max-width: 100%
    }
}

.origin-in-mobile {
    height: 100%
}

@media screen and (min-width:600px) {
    .origin-in-mobile {
        position: absolute
    }
}

.origin-in-mobile .img-inner-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.origin-in-mobile img {
    bottom: 0;
    max-height: 100%;
    width: 80%;
    max-width: 420px
}

@media screen and (min-width:600px) {
    .origin-in-mobile img {
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width:481px) {
    .lamp-img img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}