﻿@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;
    background: url(/Content/TetViet2022/bg.png) center repeat-y;
    background-size: 100% auto;
   
}

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: 20px;
    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: -45px;
}

    .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;
}

    .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: #ed1b24;
    background-image: url("/Content/TetViet2022/header-bg.png"), url("/Content/TetViet2022/header-bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left,top center;
}
    .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: #ed1b24;
    background-image: url("/Content/TetViet2022/header-bg.png"), url("/Content/TetViet2022/header-bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left,top center;
    -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: #ed1b24 url('/Content/TetViet2022/footer-bg.jpg') no-repeat top center;
    padding-top: 170px;
    color: #fff;
}

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

    .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: #fff;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    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 {
        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 #e5e5e5;
    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: #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-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: #0080ff;
    border: 1px solid #0080ff;
    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
}
.btn-show-pano {
    text-align: right;   
    font-weight: bold;
}

        .btn-show-pano a i {            
            vertical-align: text-bottom;          
        }

.btn-show-pano a:hover {    
    text-decoration: underline;
}

    .btn-show-pano a:hover i {      
        vertical-align: text-bottom;      
    }
.text-bold {
    font-weight: bold;
}
/***/
.main-content {
    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: #000;
        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-more-link {
    color: #4a3600;
    margin: auto;
    display: block;
    text-align: center
}
.pt-50 {
    padding-top: 50px;
}
.content-item {
    /*background: rgba(255, 255, 255, .75);*/
    background: url("bg-text2.png") no-repeat center ;
    background-size: contain;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-item h2 {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    color: #ff0000;
    font-weight: bold;
}

.content-item p {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

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

.content-item .break-line {
    margin: 5px 5px 5px 5px;
    width: 90%;
    height: 2px;
    background: #cb9b2c;
}
.container.infinite-item {
    background: #face5b url('/Content/TetViet2022/bg.png') repeat-y top center;
}
.preview-img {
    width: 100%;
}
@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: #000;
    }

    .row {
        margin-left: 5px;
        margin-right: 5px;
    }
        .row > div {
            padding-left: 5px;
            padding-right: 5px;
        }
    .container.infinite-item {
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 15px;
    }
       
}

/*animate*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadein-animate {
    opacity: 0;
    visibility: hidden;
}

.fadein-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.infinite-item {
    padding-bottom: 15px;
}
.pano-intro {
    background: url('/Content/TetViet2022/bia-bg.jpg') no-repeat center center;
    background-size: contain;
    background-position: top center;    
    max-width: 100%;
}
.pano-intro img {
    width: 100%
}

.pano .pano-des {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (max-width: 1200px) {

    .TL, .TR, .BL, .BR {
        position: relative;
    }
      
    .pano .preview-img {
        display: block;
    }

    .pano-intro, .pano-video {
        height: 56vw;
    }

    .pano-intro h1 {
        padding-top: 4vw;
        padding-left: 4vw;
        font-size: 8vw;
    }

    .pano-intro h2 {
        padding-top: 1vw;
        padding-left: 4vw;
        font-size: 6vw;
    }

    .btn-show-pano {
        padding-top: 2vw;
        padding-left: 4vw;
        font-size: 5vw;
    }

    .pano .row {
        height: max-content;      
        margin-bottom: 20px;
    }

  

}


@media (min-width: 1200px) {

    .TL {
        position: absolute;
        top: 0;
        left: 0;
    }

    .TR {
        position: absolute;
        top: 0;
        right: 0;
    }

    .BL {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .BR {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .pano-intro {
        height: 670px;
    }

    .pano-video {
        height: 660px;
    }

        .pano-intro h1 {
            padding-top: 150px;
            padding-left: 80px;
            font-size: 40px;
        }

        .pano-intro h2, .btn-show-pano {
            padding-top: 20px;
            padding-left: 80px;
            font-size: 32px;
        }

    .btn-show-pano {
        padding-top: 30px;
        padding-left: 80px;
        font-size: 28px;
    }

    .pano .row {
        height: 680px;
        margin-bottom: 20px;
    }

    .pano .preview-img {
        display: none;
    }

    .pano-01 .row {
        background: url('/Content/TetViet2022/p1.jpg') no-repeat top center;
    }

    .pano-02 .row {
        background: url('/Content/TetViet2022/p2.jpg') no-repeat top center;
    }

    .pano-03 .row {
        background: url('/Content/TetViet2022/p3.jpg') no-repeat top center;
    }

    .pano-04 .row {
        background: url('/Content/TetViet2022/p4.jpg') no-repeat top center;
    }

    .pano-05 .row {
        background: url('/Content/TetViet2022/p5.jpg') no-repeat top center;
    }

    .pano-06A .row {
        background: url('/Content/TetViet2022/p6A.jpg') no-repeat top center;
    }

    .pano-06B .row {
        background: url('/Content/TetViet2022/p6B.jpg') no-repeat top center;
    }

    .pano-06C .row {
        background: url('/Content/TetViet2022/p6C.jpg') no-repeat top center;
    }

    .pano-07 .row {
        background: url('/Content/TetViet2022/p7.jpg') no-repeat top center;
    }

    .pano-08 .row {
        background: url('/Content/TetViet2022/p8.jpg') no-repeat top center;
    }

    .pano-09 .row {
        background: url('/Content/TetViet2022/p9.jpg') no-repeat top center;
    }

    .pano-10 .row {
        background: url('/Content/TetViet2022/p10.jpg') no-repeat top center;
    }

    .pano-11 .row {
        background: url('/Content/TetViet2022/p11.jpg') no-repeat top center;
    }

    .pano-12 .row {
        background: url('/Content/TetViet2022/p12.jpg') no-repeat top center;
    }

    .pano-13 .row {
        background: url('/Content/TetViet2022/p13.jpg') no-repeat top center;
    }

    .pano-14 .row {
        background: url('/Content/TetViet2022/p14.jpg') no-repeat top center;
    }

    .pano-15 .row {
        background: url('/Content/TetViet2022/p15.jpg') no-repeat top center;
    }

    .pano-16 .row {
        background: url('/Content/TetViet2022/p16.jpg') no-repeat top center;
    }

    .pano-17 .row {
        background: url('/Content/TetViet2022/p17.jpg') no-repeat top center;
    }

    .pano-18 .row {
        background: url('/Content/TetViet2022/p18.jpg') no-repeat top center;
    }

    .pano-19 .row {
        background: url('/Content/TetViet2022/p19.jpg') no-repeat top center;
    }

    .pano-20 .row {
        background: url('/Content/TetViet2022/p20.jpg') no-repeat top center;
    }
}

@media (max-width: 1199px) {
    .pano .pano-des {
        height: auto;
       /* min-height: 30vh;*/
    }
}

@media (max-width: 768px) {
    .pano .pano-des {
        height: auto;
      /*  min-height: 35vh;*/
    }
}

@media (max-width: 575px) {
    .pano .pano-des {
        height: auto;
      /*  min-height: 40vh;*/
    }
}


@media (max-width: 412px) {
    .pano .pano-des {
        height: auto;
       /* min-height: 45vh;*/
    }
}


.pano-intro h1 {
    font-family: Aurora;   
    text-align: left;
    color: #0066cc;  
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
}
.pano-intro h2, .btn-show-pano a {
    font-family: Aurora;
    text-align: left;
    color: #0080ff;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px;
}



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



.TR p, .BR p, .TR h2, .BR h2 {
    text-align: justify;
}

.TR .btn-show-pano, .BR .btn-show-pano {
    text-align: right;
}

    

    .TR h2, .BR h2 {
        text-align: right;
    }

.TL p, .BL p, .TL h2, .BL h2 {
    text-align: left;
}