.main-img {
    width: 100%;
    height: 391px;
}

/* Inside page info styles */

#main-header {
    background: url('../images/page-head.jpg')no-repeat top center;
}


.page-text > div {
    width: 100%;
    height: 33.3%
}

.page-text > div:first-child {
    height: initial;
}

.page-img {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -12px;
}


.page-text-header {
    display: flex;
    border-bottom: 2px solid #E8E9EB;
    padding-bottom: 30px;
    justify-content: space-between;
}

.page-icon {
    width: 199px;
    height: 32px;
}

.page-id {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.page-text-quote {
    width: 100%;
    background: url('../images/quotes.jpg')no-repeat top left #fff;
    padding: 18px;
    text-align: center;
}

.page-text-quote h2 {
    font-weight: lighter;
    font-size: 2em;
}


.page-text-info {
    padding-top: 20px;
}

.page-text-info p {
    font-size: 1.2em;
    font-weight: lighter;
    line-height: 30px;
}

.page-img-box {
    width: 290px;
    height: 191px;
    margin: 13px 0;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.3);
    border: 1px solid rgba(18, 21, 26,0.6);
}

.language {
    width: 100%;
    padding: 8px;
    color: #fff;
    display: flex;
    padding-right: 15px;
}

.lang-box {
    width: 29px;
    height: 24px;
    margin: 0 15px;
    padding: 2px;
}

.lang-box:hover {
    cursor: pointer;
    border: 1px solid rgba(239,65,54,0.8);
}

.en {
    background: url('../images/EN-head.png')no-repeat center center;
}

.cn {
    background: url('../images/CN-head.png')no-repeat center center;
}

.es {
    background: url('../images/ES-head.png')no-repeat center center;
}

/* Main Content Style */

#main-content {
    width: 100%;
    background: url('../images/bg_pattern.jpg');
}

.main-container {
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
}

.mid-content {
    width: 100%;
    height: 536px;
}

.page-title {
    float: left;
    padding-top: 500px;
    padding-left: 251.2px;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 1024px) {

    .page-img, .mid-content, .page-text-contact, .main-img {
        display: none;
    }

    .page-info {
        width: 100%;
        background: #fff;
        position: relative;
        padding-top: 50px;
    }

    .page-text-header {
        padding-bottom: 15px;
        justify-content: space-around;
    }

    .page-text-info {
        padding: 20px;
    }

    .page-id {
        font-size: 1.6em;
        padding-top: 5px;
        padding-left: 5px;
    }
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
    
    .main-img {
        display: block;
    }

    .page-wrapper {
        min-height: 40vh;
    }

    .page-text-quote {
        margin-top: 25px;
    }

    .page-text-info {
        font-size: 1.2em;
    }
}


@media only screen 
and (min-width : 1025px) {

    .mob-agent {
        display: none;
    }

    .container {
        min-width: 1261px;
    }

    .main-container {
        position: relative;
        margin-top: -70px;
    }

    #main-header {
        width: 100%;
        height: 198px;
        background: url('../images/page-head.jpg')no-repeat top center;
    }

    #main-content {
        position: absolute;
        padding-bottom: 40px;
    }

    .page-text-contact {
        margin-top: -40px;
    }

    .page-info {
        width: 100%;
        height: 812px;
        background: url('../images/page-bg.png');
        position: relative;
        margin-top: -85px;
        padding-top: 100px;
    }

    .page-wrapper {
        display: flex;
        padding: 30px 25px 30px 45px;
    }

    .page-text {
        width: 70%;
    }

    .page-text-quote {
        margin-top: 30px;
    }

}

.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;
    -moz-backface-visibility: hidden
}

.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,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.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;
    position: absolute;
    z-index: 5;
    bottom: 50%;
    background: hsla(0, 0%, 100%, .8);
    height: 40px;
    width: 40px;
    text-align: center
}

.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
    margin-top: 4px
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px
}

.owl-carousel .owl-nav .owl-next {
    right: 10px
}

.owl-carousel .owl-dot {
    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
}

.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: D;
    animation-name: D
}

@keyframes D {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    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;
    -webkit-transition: -webkit-transform .1s ease;
    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);
    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;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}