﻿@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 {
    background-color: #fff;
    font-family: Futura;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
}

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

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

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

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

a:focus, .btn:focus {
    outline: none;
    text-decoration: 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;
    border-radius: 20px;
    color: #646464;
    font-size: 22px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 40px;
}

.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 {
    background: #ff3500;
    color: #fff;
}

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

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

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

.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 {
    bottom: 20px;
    position: fixed;
    right: 28px;
    z-index: 100;
}

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

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

#fb-share-button {
    bottom: 70px;
    position: fixed;
    right: 28px;
    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 {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

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

@-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-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: rotateme;
    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 {
    -o-transition: .6s;
    -webkit-transition: .6s;
    background-color: #f7f7f7;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: .6s;
    width: 100%;
    z-index: 999999;
}

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

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

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

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

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

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

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

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

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


.main-menu #navigation { height: 150px; }

.header-area .main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 13%;
}

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

.header-area .main-header .main-menu ul li a {
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    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 {
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    background: #fff;
    border-top: 5px solid #ff3d1c;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    display: inline-block;
    left: 0;
    opacity: 0;
    padding: 17px 0;
    position: absolute;
    top: 190%;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    width: auto;
}

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

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

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

.main-menu ul > li:hover > ul.submenu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !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: rgba(203, 155, 44, .95); }

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

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

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

.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: rgba(203, 155, 44, .95) url('/Content/DoanNgo21/bg-footer.png') no-repeat top center;
    color: #fff;
    padding-top: 170px;
}

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

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

@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: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 29px;
    text-transform: capitalize;
}

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

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

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

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

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

@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 {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin-left: 8px;
    text-align: center;
    width: 40px;
}

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

.footer-area .footer-social a:hover {
    background: #eb566c;
    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-size: 1.2rem;
    font-weight: 300;
    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 {
    color: #1F1F1F;
    font-size: 22px;
    margin-bottom: 46px;
    text-align: center;
}

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

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

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

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

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

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

/*Me*/

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

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

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

.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 {
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    border: 1px solid #de181f;
    color: #de181f;
    transition: all .3s ease-out 0s
}

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

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

.link-pop-up img {
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
    opacity: 1.0;
    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; }

/***/

.main-content { margin-top: 150px; }

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

.rotate-banner {
    height: 24px;
    position: absolute;
    transform: rotate(-90deg);
    width: 600px;
    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 {
    padding: 0 20px;
    width: 600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
        color: #CB9B2C;
        font-size: 40px;
        font-weight: bold;
    }

    .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: url('/Content/DoanNgo21/intro/bg-1.jpg') no-repeat top right;
    height: 785px;
}

.pano-intro h1 {
    color: #FF6000;
    font-family: DoanNgoh1;
    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 {
    color: #FF6000;
    font-family: DoanNgoSpan;
    font-size: 82px;
    text-shadow: -3px -3px 0 #C2FA79, 3px -3px 0 #C2FA79, -3px 3px 0 #C2FA79, 3px 3px 0 #C2FA79;
}

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

.pano-intro h3 {
    color: #000000;
    font-family: DoanNgoh2;
    padding: 10px 0;
    text-shadow: -1px -1px 0 #C2FA79, 1px -1px 0 #C2FA79, -1px 1px 0 #C2FA79, 1px 1px 0 #C2FA79;
}

.pano-0 .content-item h2 {
    color: #CB9B2C;
    font-family: Aurora;
    font-size: 32px;
    text-transform: none
}

.pano-0 {
    background: #f4e5cf url('/Content/DoanNgo21/p0/bg-1.png') no-repeat top center;
}
.infinite-item {
    background-color: #f4e5cf;
}

@media (max-width: 992px) {
    .row.slideitem {
        padding-top: 200px !important;
        background-position: top !important;
        background-size: 100% auto !important;
    }
}

.pano-1 {  }

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

.img-title {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50%;
    text-align: right;
}
.mt-50 {
    margin-top: 100px !important;
}