﻿@font-face {
    font-family: Aurora;
    src: url('/assets/fonts/SFUFuturaBold_0.ttf');
}

@font-face {
    font-family: Futura;
    src: url('/assets/fonts/SFUFuturaBook_0.ttf');
}

@font-face {
    font-family: DoanNgoh1;
    src: url('/assets/fonts/VJAMAI.ttf');
}

@font-face {
    font-family: DoanNgoSpan;
    src: url('/assets/fonts/UVNThanhPhoNang.TTF');
}

@font-face {
    font-family: DoanNgoh2;
    src: url('/assets/fonts/UVNPhuongTay.TTF');
}

@font-face {
    font-family: DoanNgoh3;
    src: url('/assets/fonts/UVNThuTu.TTF');
}

body {
    font-family: Futura;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    color: #1c1930;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
}

p {
    font-size: 1.1rem;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a, .btn {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

    a:focus, .btn:focus {
        text-decoration: none;
        outline: none
    }

a {
    color: #FFF;
}

    a:hover {
        color: #fff
    }

    a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
        text-decoration: none
    }

a, button {
    color: #fff;
}

    button:focus, input:focus, input:focus, textarea, textarea:focus {
        outline: 0
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

h4, h4 a {
    font-size: 1.35rem;
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 15px 0;
    padding: 0
}

.owl-carousel .owl-nav div {
    background: rgba(255,255,255,0.5) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #646464;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
    border-radius: 20px;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: -0px
    }

        .owl-carousel .owl-nav div.owl-next i {
            position: relative;
            right: 0;
            top: 3px
        }

    .owl-carousel .owl-nav div.owl-prev {
        left: 0;
        right: auto;
    }

        .owl-carousel .owl-nav div.owl-prev i {
            position: relative;
            right: 1px;
            top: 3px
        }

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

    .owl-carousel:hover .owl-nav div:hover {
        color: #fff;
        background: #ff3500
    }

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    bottom: -2em;
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 18px;
        height: 18px;
        margin: 0 4px;
        background: #8E1A17;
        border-radius: 30px;
    }

        .owl-carousel .owl-dots .owl-dot span {
            width: 16px;
            height: 16px;
            margin: 1px;
            background: #CB9B2C;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
            opacity: .32;
        }

        .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
            opacity: 1;
        }

.breadcrumb > .active {
    color: #888
}

#scrollUp, #back-top, .button-float {
    right: 28px;
    bottom: 20px;
    position: fixed;
    z-index: 100;
}

    #scrollUp a, #back-top a, .button-float a, #fb-share-button a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 14px;
        border: 1px solid #CB9B2C;
        line-height: 38px;
        display: inline-block;
        text-align: center;
        background: #8E1A17;
    }

        #scrollUp a:hover, #back-top a:hover, .button-float a:hover {
            background: #eb566c;
            border: 1px solid transparent;
            color: #fff
        }

#fb-share-button {
    position: fixed;
    right: 28px;
    bottom: 70px;
    z-index: 100;
}

    #fb-share-button a {
        background: #0078ff;
        border: 1px solid transparent;
        color: #fff
    }

        #fb-share-button a span {
            display: none;
        }

@media (max-width: 575px) {
    #scrollUp, #back-top, #fb-share-button {
        right: 16px
    }
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

    .preloader .preloader-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-top-color: #eb566c;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 10;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        background-color: #fff;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    .preloader .preloader-circle2 {
        border-top-color: #0078ff
    }

    .preloader .preloader-img {
        position: absolute;
        top: 50%;
        z-index: 200;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 6px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

        .preloader .preloader-img img {
            max-width: 55px
        }

    .preloader .pere-text strong {
        font-weight: 800;
        color: #dca73a;
        text-transform: uppercase
    }

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}


.main-menu #navigation {
    height: 150px;
}
li.li-logo img, .footer-logo img {
    height: 93px;
}
.header-area .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    width: 13%;
    text-align: center
}

    .header-area .main-header .main-menu ul li.li-logo {
        width: 22%;
    }

    .header-area .main-header .main-menu ul li a {
        padding: 0;
        color: #FFF;
        font-weight: 700;
        display: block;
        font-size: 18px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

        .header-area .main-header .main-menu ul li a.logo {
            padding: 10px 0;
        }

    .header-area .main-header .main-menu ul li:hover > a {
        color: #755422
    }


    .header-area .main-header .main-menu ul li.login a i {
        padding-right: 10px
    }

.header-area .main-header .main-menu ul ul.submenu {
    position: absolute;
    width: auto;
    display: inline-block;
    background: #fff;
    left: 0;
    top: 190%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    padding: 17px 0;
    border-top: 5px solid #ff3d1c;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

    .header-area .main-header .main-menu ul ul.submenu > li {
        text-align: left;
        margin-left: 7px;
        width: auto;
        display: block
    }

        .header-area .main-header .main-menu ul ul.submenu > li > a {
            padding: 6px 10px !important;
            font-size: 16px;
            color: #0b1c39;
            white-space: nowrap;
            text-transform: capitalize
        }

            .header-area .main-header .main-menu ul ul.submenu > li > a:hover {
                color: #ff3d1c;
                background: none
            }

.main-menu ul > li:hover > ul.submenu {
    visibility: visible !important;
    opacity: 1 !important;
    top: 100% !important;
    z-index: 99
}

.mobile-header {
    height: 60px;
}

.top-bg {
    background: #002d5b
}

.header-sticky ul li a {
    padding: 10px 19px
}

.header-bottom.header-sticky.sticky-bar {
    background-size: 100% 100%;
    background: #045973;
    background-size: cover;
    opacity: .95
}

    .header-bottom.header-sticky.sticky-bar #navigation {
        height: 120px;
    }

.header-sticky.sticky-bar .main-menu ul > li > a {
    padding: 27px 13px
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background-size: 100% 100%;
    background: #045973;
    background-size: cover;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

    .mobile_menu .slicknav_menu {
        background: transparent;
        margin-top: -1px !important
    }

        .mobile_menu .slicknav_menu .slicknav_nav a:hover {
            background: transparent;
            color: #eb566c
        }

        .mobile_menu .slicknav_menu .slicknav_icon-bar {
            background-color: #FFF !important
        }

    .mobile_menu .slicknav_btn {
        top: -36px
    }

    .mobile_menu .slicknav_nav {
        margin-top: 0px
    }

.logo-ht-sm img, .logo-dn-sm img {
    height: 48px;
    margin-top: 6px;
}

.logo-dn-sm img {
    margin-left: 6px;
}

.footer-area .container {
    background: #045973 url('/Content/NgayDiSanVh/footer_bg.png') no-repeat bottom center;
    background-size: 100%;
    padding-top: 100px;
    color: #D2B152;
}

.footer-area .footer-logo {
    margin-bottom: 20px;
}

.footer-area .footer-pera p {
    color: #fff;
    padding-right: 125px;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-area .footer-pera p {
        padding-right: 138px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-pera p {
        padding-right: 95px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-pera p {
        padding-right: 13px
    }

    .footer-top .row > div {
        text-align: center;
    }

    .footer-top .text-right {
        text-align: center !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-pera p {
        padding-right: 80px
    }

    .footer-top .row > div {
        text-align: center;
    }

    .footer-top .text-right {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-pera p {
        padding-right: 30px
    }

    .footer-top .row > div {
        text-align: center;
    }

    .footer-top .text-right {
        text-align: center !important;
    }
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0
}

.footer-area .footer-tittle h4 {
    color: #D2B152;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize;
}

    .footer-area .footer-tittle h4 span {
        color: #222
    }

.footer-area .footer-tittle ul li {
    margin-bottom: 15px
}

    .footer-area .footer-tittle ul li a {
        color: #D2B152;
        font-weight: 300
    }

        .footer-area .footer-tittle ul li a:hover {
            color: #000;
            padding-left: 5px
        }

    .footer-area .footer-tittle ul li.app-log {
        margin-bottom: 30px;
        display: block
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-social {
        float: left;
        padding-top: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-social {
        float: left;
        padding-top: 10px
    }
}

@media (max-width: 575px) {
    .footer-area .footer-social {
        float: left;
        padding-top: 10px
    }
}

.footer-area .footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #D2B152;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin-left: 8px
}

    .footer-area .footer-social a i {
        display: inline-block
    }

    .footer-area .footer-social a:hover {
        background: #D2B152;
        border: 1px solid transparent;
        color: #fff
    }

.footer-area .footer-bottom {
    border-top: 1px solid #fff;
    padding: 40px 0px 23px
}

@media (max-width: 575px) {
    .footer-area .footer-bottom {
        padding: 35px 0px 20px
    }
}

.footer-area .footer-bottom .footer-copy-right p {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 12px
}

    .footer-area .footer-bottom .footer-copy-right p i {
        color: #eb566c
    }

    .footer-area .footer-bottom .footer-copy-right p a {
        color: #eb566c
    }

.popup_box h3 {
    text-align: center;
    font-size: 22px;
    color: #1F1F1F;
    margin-bottom: 46px
}

.popup_box .boxed-btn3 {
    width: 100%;
    text-transform: capitalize
}

.popup_box .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #E2E2E2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    width: 100% !important;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px !important;
    font-size: 16px;
    font-weight: 400;
    color: #919191
}

    .popup_box .nice-select::after {
        content: "\f0d7";
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 17px;
        top: 3px;
        transition: all 0.15s ease-in-out;
        width: 5px;
        font-family: fontawesome;
        color: #919191;
        font-size: 15px
    }

    .popup_box .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        height: 200px;
        overflow-y: scroll
    }

    .popup_box .nice-select.list {
        height: 200px;
        overflow-y: scroll
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4A3600;
    opacity: 0.6
}

/*Me*/
.mfp-iframe-holder .mfp-content {
    height: 90vh;
}

.hero__caption .pdf-pop-up, .hero__caption .img-pop-up {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pdf-pop-up i, .img-pop-up i {
    color: #F9E7CF;
    border: 1px solid #F9E7CF;
    border-radius: 50%;
    padding: 4px;
    font-size: .5em;
}

.pdf-pop-up, .img-pop-up {
    color: #F9E7CF;
}

    .pdf-pop-up:hover, .img-pop-up:hover {
        color: #de181f;
    }

        .pdf-pop-up:hover i, .img-pop-up:hover i {
            color: #de181f;
            border: 1px solid #de181f;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s
        }

.link-pop-up:hover span {
    color: #de181f;
}

.link-pop-up:hover img {
    opacity: 0.5;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.link-pop-up img {
    opacity: 1.0;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    transition: opacity .55s ease-in-out;
}

.mfp-content img {
    max-height: none !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important
}

.text-bold {
    font-weight: bold;
}
/***/
.js-cd-timeline {
    margin-top: 0 !important;
    background-color: #fae19e;
}
.main-content, .js-cd-timeline {
    margin-top: 150px;
}

    .main-content .container {
        position: relative;
    }

.rotate-banner {
    height: 24px;
    width: 600px;
    position: absolute;
    transform: rotate(-90deg);
    z-index: 1
}

    .rotate-banner.pos-left {
        left: -170px;
        top: 280px;
    }

    .rotate-banner.pos-right {
        right: -170px;
        top: 280px;
    }

    .rotate-banner .title-color-black, .rotate-banner .title-color-yellow {
        font-size: 18px;
        white-space: nowrap;
    }

    .rotate-banner .title-color-black {
        color: #000;
    }

    .rotate-banner .title-color-yellow {
        color: #CB9B2C;
    }

    .rotate-banner .line {
        width: 600px;
        padding: 0 20px;
    }

        .rotate-banner .line span {
            display: block;
            width: 100%;
            height: 10px;
            border-top: 3px solid #CB9B2C;
            margin-top: 10px;
        }

    .rotate-banner .text {
        font-size: 70px;
        color: #CB9B2C;
        transform: rotate(90deg);
    }

.rotate-banner2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .rotate-banner2 .title-color-black {
        color: #000;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }

    .rotate-banner2 .title-color-yellow {
        color: #CB9B2C;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        text-orientation: mixed;
    }

    .rotate-banner2 .line {
        flex-grow: 1;
        padding-bottom: 30px;
    }

        .rotate-banner2 .line span {
            display: block;
            width: 3px;
            height: 100%;
            background: #CB9B2C;
        }

    .rotate-banner2 .text {
        font-size: 60px;
        color: #CB9B2C;
    }

.infinite-container .infinite-item {
    padding-bottom: 55px;
    padding-top: 50px;
}

.infinite-more-link {
    color: #4a3600;
    margin: auto;
    display: block;
    text-align: center
}

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

.content-item {
    background: rgba(255, 255, 255, .75);
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

    .content-item h2 {
        text-transform: uppercase;
        font-size: 28px;
        color: #000;
    }

    .content-item p {
        font-size: 16px;
        color: #000;
    }

    .content-item h3 {
        font-size: 18px;
        text-transform: uppercase;
        color: #8E1A17;
    }

    .content-item .break-line {
        margin: 30px 0;
        width: 30%;
        height: 2px;
        background: #cb9b2c;
    }

@media (max-width: 992px) {
    .main-content {
        margin-top: 60px;
    }

    .rotate-banner.pos-left {
        left: -270px;
        top: 280px;
    }

    .rotate-banner.pos-right {
        right: -270px;
        top: 280px;
    }

    .rotate-banner2 .text {
        font-size: 40px;
        font-weight: bold;
        color: #CB9B2C;
    }

    .row {
        margin-left: 5px;
        margin-right: 5px;
    }

        .row > div {
            padding-left: 5px;
            padding-right: 5px;
        }

    .container.infinite-item {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.pano-intro {
    background-color: #045973;
}
.pano-intro .col-9 {
    background-color: #045973;
    padding: 100px 0;
}
.pano-intro .col-9 img {
    width: 100%;
    height: auto !important;
}
    .pano-intro p {
        color: #d2b152;
        font-size: 20px;
        text-shadow: 1px 3px 0 #444;
    }
    .pano-intro h1 {
        font-family: DoanNgoh1;
        color: #FF6000;
        font-size: 72px;
        padding-top: 50px;
        text-shadow: -3px -3px 0 #C2FA79, 3px -3px 0 #C2FA79, -3px 3px 0 #C2FA79, 3px 3px 0 #C2FA79;
    }

        .pano-intro h1 span {
            font-family: DoanNgoSpan;
            color: #FF6000;
            font-size: 82px;
            text-shadow: -3px -3px 0 #C2FA79, 3px -3px 0 #C2FA79, -3px 3px 0 #C2FA79, 3px 3px 0 #C2FA79;
        }

    .pano-intro h2 {
        font-family: DoanNgoh2;
        font-size: 54px;
        color: #000000;
        text-transform: uppercase;
        text-shadow: -2px -2px 0 #C2FA79, 2px -2px 0 #C2FA79, -2px 2px 0 #C2FA79, 2px 2px 0 #C2FA79;
        padding: 10px 0;
    }

    .pano-intro h3 {
        font-family: DoanNgoh2;
        color: #000000;
        text-shadow: -1px -1px 0 #C2FA79, 1px -1px 0 #C2FA79, -1px 1px 0 #C2FA79, 1px 1px 0 #C2FA79;
        padding: 10px 0;
    }
@media (max-width: 992px) {
    .pano-intro {
        
    }
}
@media (max-width: 767px) {
    .pano-intro {
        
    }
}

/*Block đầu*/
.cd-timeline__content.pano-timeline {
    background: #A07668 url('/Content/GiaiPhongThuDo/dragon.png') no-repeat bottom center;
}
.cd-timeline__content.pano-timeline h2 {
        color: #053028;
    }
.cd-timeline__content.pano-timeline p {
        color: #3C2415;
    }
.cd-timeline__content.pano-timeline::before {
        border-right-color: #A07668;
    }
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-timeline::before {
        border-left-color: #A07668;
    }
}

/*Pano 01 - 04*/
.cd-timeline__content.pano-06 {
    background: #1e4f4b url('/Content/GiaiPhongThuDo/dragon.png') no-repeat bottom center;
}
.cd-timeline__content.pano-01-04 {
    background: #1e4f4b url('/Content/GiaiPhongThuDo/dragon.png') no-repeat bottom center;
}

    .cd-timeline__content.pano-01-04::before {
        border-right-color: #1e4f4b;
    }
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-01-04::before {
        border-right-color: #1e4f4b;
    }
}

/*Pano 05 */
.cd-timeline__content.pano-05 {
    background: #594a42 url('/Content/GiaiPhongThuDo/bgp05.jpg') no-repeat bottom left;
}
.cd-timeline__content.pano-05::before {
    border-right-color: #594a42;
}
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-05::before {
        border-left-color: #594A42;
    }
}
/*Pano 10 */
.cd-timeline__content.pano-10 {
    background: #0B583F url('/Content/GiaiPhongThuDo/bgp10.png') no-repeat bottom left;
}
    .cd-timeline__content.pano-10::before {
        border-right-color: #0B583F;
    }
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-10::before {
        border-left-color: #0B583F;
    }
}
/*Pano 14 */
.cd-timeline__content.pano-14 {
    background: #25523d url('/Content/GiaiPhongThuDo/bgp14.jpg') no-repeat bottom center;
}
    .cd-timeline__content.pano-14::before {
        border-right-color: #25523d;
    }
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-14::before {
        border-left-color: #25523d;
    }
}
/*Pano 16 */
.cd-timeline__content.pano-16 {
    background: #3d2920 url('/Content/GiaiPhongThuDo/bgp16.jpg') no-repeat bottom center;
}

    .cd-timeline__content.pano-16::before {
        border-right-color: #3d2920;
    }
    .cd-timeline__content.pano-16 p {
        color: #FFF;
    }
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-16::before {
        border-left-color: #3d2920;
    }
}
/*Pano 18 */
.cd-timeline__content.pano-18 {
    background: #6d9c6e url('/Content/GiaiPhongThuDo/bgp20.jpg') no-repeat bottom center;
}

    .cd-timeline__content.pano-18::before {
        border-right-color: #6d9c6e;
    }

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-18::before {
        border-left-color: #6d9c6e;
    }
}
/*Pano 20 */
.cd-timeline__content.pano-20 {
    background: #6d9c6e url('/Content/GiaiPhongThuDo/bgp18.jpg') no-repeat bottom center;
}

    .cd-timeline__content.pano-20::before {
        border-right-color: #6d9c6e;
    }

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-20::before {
        border-left-color: #6d9c6e;
    }
}
/*Pano 22 */
.cd-timeline__content.pano-22 {
    background: #09598D url('/Content/GiaiPhongThuDo/dragon.png') no-repeat bottom center;
}

    .cd-timeline__content.pano-22::before {
        border-right-color: #09598D;
    }

    .cd-timeline__content.pano-22 h2 {
        color: #fff;
    }

    .cd-timeline__content.pano-22 p {
        color: #fff;
    }

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-22::before {
        border-left-color: #09598D;
    }
}/*Pano 24 */
.cd-timeline__content.pano-24 {
    background: #0E385B url('/Content/GiaiPhongThuDo/dragon.png') no-repeat bottom center;
    
}

    .cd-timeline__content.pano-24::before {
        border-right-color: #0E385B;
    }

    .cd-timeline__content.pano-24 h2 {
        color: #fff;
    }

    .cd-timeline__content.pano-24 p {
        color: #fff;
    }

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-24::before {
        border-left-color: #0E385B;
    }
}
/*Pano end */
.cd-timeline__content.pano-end {
    background: #A97C50 url('/Content/GiaiPhongThuDo/dragon.png') no-repeat bottom center;
}

    .cd-timeline__content.pano-end::before {
        border-right-color: #A97C50;
    }
    .cd-timeline__content.pano-end p {
        border-right-color: #A97C50;
    }

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.pano-end::before {
        border-left-color: #A97C50;
    }
}

/**/
.cd-timeline__content img, .img-fit-width {
    width: 100%;
}
