﻿:root {
    --color-primary: #b41f21;
}

@font-face {
    font-family: myriad-light;
    src: url(/fonts/MyriadPro-Light.OTF);
}
@font-face {
    font-family: myriad-reg;
    src: url(/fonts/MyriadPro-Regular.otf);
}
@font-face {
    font-family: myriad-bold;
    src: url(/fonts/MyriadPro-Bold.otf);
}
@font-face {
    font-family: myriad-semibold;
    src: url(/fonts/MyriadPro-Semibold.otf);
}
* {
    box-sizing: border-box;
    font-family: myriad-light,Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}
html {
    font-size: 16px;
    /*position: relative;*/
}


.body-wrap {
    width: 100%;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 0;
    padding-top: 15px;
}

ul{
    padding:0;
}
li{
    list-style:none;
}
h5{
    font-size:1.3rem;
}
a{
    text-decoration:none;
}
.card {
    border: none;
    width:450px;
    box-shadow: 8px 10px 10px #00000047;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-1 {
    border: none;
    width: 100%;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 767.98px) {
    .card-1 {
        width: 100%; /* Chiếm toàn bộ chiều ngang trên điện thoại */
        margin: 0 auto; /* Căn giữa nếu cần */
        box-shadow: none; /* Tùy chọn: bỏ bóng để nhẹ hơn trên mobile */
    }
}
.card-img-1 {
    width: auto;
/*    height: 200px;*/
    display: block;
    margin-top: auto;
    object-fit: contain;
}

.btn-wrapper .btn {
    min-width: 120px;
    text-align: center;
}
.card:hover {
    transform: scale(1.08);
    cursor: zoom-in;
}
.bg-dark {
    background-color: rgb(19 61 102) !important;
}
.bg-b41f21 {
    background-color: var(--color-primary) !important;
}
.text-color {
    color: rgb(19 61 102) !important;
}
.color-black{
    color:#000;
}
.color-f115 {
    color: #FFF115;
}
.text-justify {
    text-align: justify;
}
small {
    font-size: 100%;
    display: block;
}
.quote-text {
    font-size: 22px;
    text-indent: 30px;
    display: block;
}
.title-text{
    font-size:1.5rem;
}
.sub-title{
    font-size:2.2rem;
}
.format-bg-img {
    width: 100%;
    background-repeat: no-repeat;
}
.semibold {
    font-family: myriad-semibold;
}
.bold{
    font-family: myriad-bold !important;
}
.txt-indent {
    text-indent: 50px;
}
.txt-indent-16{
    text-indent:16px;
}
small {
    font-style: italic;
}
.small-quote{
    text-align:right;
    display:block;
}
.quote {
    display: block;
    text-align: right;
    color: #4e4e4e;
    font-size: 100%;
    font-family: myriad-semibold;
    text-indent: 40px;
}
.verse {
    display: flex;
    justify-content: center;
}
.whiteSpace{
    white-space:nowrap;
}
.slider-content p,
.slider-content p span {
    font-family: myriad-semibold;
    color:black;
}
small span{
    font-family:myriad-light!important;
}
#modalFotorama2 .quote,
#modalFotorama3 .quote,
#modalFotorama7 .quote,
#modalFotorama8 .quote {
    color: #000;
}
.fz-13{
    font-size:1.3rem;
}
.fz-16{
    font-size:1.6rem;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1,1);
    }

}
.mfp-content {
    animation: zoom-in-zoom-out 0.8s ease forwards;
}
.mfp-figure:after{
    background-color:transparent!important;
    box-shadow:unset!important;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
iframe{
    width:100%;
    height:600px;
    
}
/*=========HEADER================*/
header {
    position: relative;
    /*margin: 30px 0;*/
    background-color: #E5E6E8;
    
    line-height: 50px;
    box-shadow: 0px 0px 6px #00000047;
}
    header .container {
        padding: 0px 21px
    }
header a {
    color: #000;
    font-family: myriad-semibold;
    padding:0!important;
    text-transform:uppercase;
}

header .navbar-nav .nav-link{
    text-transform:uppercase;

}
header .navbar-nav li{
    padding: 0 1.35rem;
}

#header-mobile, .logo-mobile{
display: none;
}
.navbar-nav li:hover {
    background-color: #F58634;
    transition: all 0.3s;
}
.navbar-nav li:hover a{
    color:#fff;
}
.banner {
    width: 55%;
    margin: 0 auto;
    padding-top:50px;
}

.feature-box {
    position: relative;
}
.feature-box h1{
    font-size:30px;
}
.img-pop-up {
    background-color: #ff3d1c;
    color: #FFF;
    text-decoration: none;
}
.feature-view {
    position: absolute;
    bottom: 0;
    right: 0;
}
.intro-text {
    text-align:justify;
    padding: 3rem 7rem;
}
.btn-view {
    text-align:center;
    margin-top:15px;
}
.btn-view > a {
    display:inline-block;
    padding: 0.45rem;
    position: relative;
    color: #FFF;
    text-decoration: none;
    margin-top:5px;
    transition: all 0.5s;
    font-size:14px;
}
.pano-view {
   background-color: #211375;
    border: 1px solid;
}
.info-view {
    background-color: #045931;
    border: 1px solid;
}
.info-view:hover {
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #2873db;
}
.pano-view:hover {
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #cf4725;
}
.btn-view i {
    transform: scale(1);
    transition: all 0.5s;
}
.pano-view:hover i, .info-view:hover i {
    transform: scale(1.2);
}

.slider-item {
    width: 100%;
    position: relative;
    color: #fff;
    height:100%;
}
.slider-item .slider-content{
    text-align:justify;
    height:100%;
    overflow-y:scroll;
}
.slider-content::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.slider-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,0.6);
}
.slider-content img:not(:last-child) {
    margin-bottom: 10px;
}
.fade {
    transition: opacity .15s linear!important;
}
.flex-centerbox{
    display:flex;
    justify-content:center;
    flex-direction:column;
}

.gt-block {
    padding: 6rem;
    border-radius: unset;
    background-image: url('/img/Phan1/bg-gt.jpg');
    background-repeat: no-repeat;
    background-size:cover;
}
.slider-text{
    height:100%;
}
#modalFotorama1 .bg-text-p1-2 {
    background-image: url('/img/Phan1/bg-text2.jpg');
    color: #000;
}

#modalFotorama1 .bg-text-p1-1 {
    background-image: url('/img/Phan1/bg-text.jpg');
}
.bg-format {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#modalFotorama3 .slider-item {
    background-image: url('/img/LangSon/bg-text.jpg');
    color: #000;
    background-position: right;
}


.footer {
    padding: 20px 0;
    background-color: #fff5ab;
    color: #002016;
}

    .footer h5 {
        font-weight: 600;
        margin-bottom: 15px;
    }

.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link li {
   margin-bottom: 8px;
}

.footer-link li a {
    text-decoration: none;
    color: #002016;
}

.footer-link li a:hover {
    text-decoration: underline;
}

.contact, footer li a {
    color: #002016;
    font-family: 'myriad-semibold';
}

.semibold {
    font-weight: 600;
}


.footer a:hover {
    color: #ffc107 !important;
    text-decoration: none;
}


.text-facebook {
    color: #1877f2;
}

.text-youtube {
    color: #ff0000;
}

.text-facebook:hover,
.text-youtube:hover {
    opacity: 0.8;
}

#back-top {
    width: 40px;
    height: 40px;
    background-color: #ED3237;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    color:#fff;
    display:none;
    cursor:pointer;
}


@media (max-width:991px) {
    .intro-text {
        padding: 2rem;
    }

    .p-lg-5 {
        padding: 2rem;
    }

    .body-wrap {
        padding: 0 20px;
        padding-top: 10px;
    }

    .gt-block {
        padding: 5rem;
    }

    footer {
        margin: 0 -20px;
    }

    .feature-box h1 {
        font-size: 25px;
    }
        
}

@media (max-width:767px) {
    .txt-indent {
        text-indent: 25px;
    }

    .intro-text {
        padding: 1.5rem;
    }

    .feature-box h1 {
        font-size: 1.6rem;
    }

    .feature-box h5 {
        font-size: 1.1rem;
    }

    .banner {
        width: 80%;
    }
    /*bar mobile*/
    header {
        height: 65px;
    }

    #header-pc {
        display: none;
    }

    .logo-mobile {
        display: block;
        padding-left: 15px;
    }

        .logo-mobile img {
            width: 50px;
        }

    #header-mobile {
        background-color: #E5E6E8;
        position: absolute;
        top: 65px;
        border-top: 1px solid #bea5a5;
        width: 100%;
        z-index: 1;
        padding: 30px;
        box-shadow: 0 2px 6px #00000047;
    }

    /*#header-mobile.open {
        display: block;
    }*/

    #toggleMenuMobile {
        float: right;
    }

    .header-menu-mobile .icon-bar {
        display: inline-block;
        cursor: pointer;
    }

    .icon-bar span {
        width: 26px;
        height: 3px;
        display: block;
        margin: 6px 0;
        -webkit-transition: .4s;
        transition: .4s;
        background-color: #B03234;
    }

    .icon-bar.opened span:first-child {
        transform: rotate(-45deg) translate(-6px,6px);
    }

    .icon-bar.opened span:nth-child(2) {
        opacity: 0;
    }

    .icon-bar.opened span:last-child {
        transform: rotate(45deg) translate(-7px,-7px);
    }

    .mobile-box {
        display: flex;
        justify-content: space-between;
    }

    iframe {
        height: 550px;
    }

    .gt-block {
        padding: 2rem;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 700px !important;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (min-width:768px) {
    .container {
        max-width: 900px !important;
    }
}

@media (min-width: 992) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}




@media (max-width: 768px) {
    .footer .row {
        text-align: center;
    }

    .footer .col-md-3,
    .footer .col-md-4,
    .footer .col-md-2 {
        margin: 0 auto !important;
        float: none !important;
    }

    .footer .contact {
        padding: 0 !important;
        list-style: none;
    }

    .footer-link {
        padding: 0 !important;
        list-style: none;
    }

    .footer .col-md-3 img {
        margin-bottom: 1rem !important;
    }
}

.fa, .fas {
    font-weight: 900;
    color: white;
}


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700');
@import url(all.css);
@import url(superslides.css);
@import url(bootstrap-select.css);
@import url(carousel-ticker.css);
@import url(code_animate.css);
@import url(bootsnav.css);
@import url(owl.carousel.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url(baguetteBox.min.css);

.custom-select-box .bootstrap-select .btn-light {
padding: 4px;
font-size: 14px;
background: #b0b435;
color: #fff;
border: none;
border-radius: 0px;
}

.custom-select-box .bootstrap-select .btn-light span {
    padding: 2px;
    line-height: 15px;
}



nav.navbar.bootsnav ul.nav > li > a {
position: relative;
font-weight: 700;
font-size: 16px;
color: #f9f9f9 !important;
}

nav.navbar.navbar-inverse {
background-color: #222;
border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a, nav.navbar.navbar-inverse ul.nav > li > a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1, nav.navbar.navbar-inverse ul.nav .dropdown-menu h2, nav.navbar.navbar-inverse ul.nav .dropdown-menu h3, nav.navbar.navbar-inverse ul.nav .dropdown-menu h4, nav.navbar.navbar-inverse ul.nav .dropdown-menu h5, nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

    nav.navbar.navbar-inverse ul.cart-list > li img {
        border: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.cart-list > li.total {
        background-color: #333;
    }

nav.navbar.navbar-inverse .share ul > li > a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
        border-bottom: solid 1px #303030;
    }

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus, nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

nav.navbar.bootsnav ul.nav > li > a {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 30px;
}

nav.navbar.bootsnav ul.nav li.active > a {
    color: #b0b435;
}

    nav.navbar.bootsnav ul.nav li.active > a:hover {
        color: #b0b435;
    }

nav.navbar.bootsnav ul.nav li > a:hover {
    color: #b0b435;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
    color: #b0b435;
}

.main-header.fixed-menu {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.card-img-top {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-radius: 0.5rem;
}

/*.card-img-top:hover {
     transform: scale(1.05);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}*/

.spring-experience-section {
    background: url('/img/Phan1/bg-gt.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.spring-experience-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* lớp phủ tối */
    z-index: 1;
}

.spring-experience-section .container {
    position: relative;
    z-index: 2;
}
.container-fluid{
    padding: 0 !important;
}


.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

.underline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.underline::before,
.underline::after {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #ccc;
    display: inline-block;
}

.underline span {
    width: 10px;
    height: 10px;
    border: 2px solid #2196F3; /* màu xanh dương */
    border-radius: 50%;
    margin: 0 10px;
}
h6 {
    font-weight: 600;
}

tr, small, h5{
    color:black
}
th{
    color:white
}
h5{
    font-weight:bold !important;
}


.table-custom {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table-custom thead {
    background-color: #133d66;
    color: #fff !important;
}

.table-custom th, .table-custom td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

.table-custom tbody tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

.table-custom th:first-child,
.table-custom td:first-child {
    text-align: left;
    width: 60px;
}

/* Responsive */
@media (max-width: 576px) {
    .table-custom th, .table-custom td {
        padding: 8px 10px;
        font-size: 0.9rem;
    }
}



/* Header container */
.main-header {
    background-color: #133d66;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index:1000;
}

/* Navbar */
.navbar {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.navbar-brand {
    padding: 0;
    margin-right: 1rem;
}

    .navbar-brand img {
        height: 60px;
        max-height: 60px;
        transition: transform 0.3s ease;
    }

        .navbar-brand img:hover {
            transform: scale(1.05);
        }

/* Toggler button */
.navbar-toggler {
    border: none;
    outline: none;
}

    .navbar-toggler .fa-bars {
        font-size: 1.8rem;
        color: white;
    }

/* Fix alignment on small screen */
@media (max-width: 767.98px) {
    .navbar-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
    }
    .carousel-inner {
        padding-top: 18px;
    }
}

.small {
    
    margin-bottom: 0.1rem;
}

.justify-content-start {
    justify-content: flex-start !important;
}

@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
    }
}

h3{
    color: black;
}

.text-w p,
.text-w h3,
.text-w span,
.text-w small {
    color: white !important;
}

.text-w p{
    font-size: 20px;
}

.text-w {
    text-align: center !important;
}

    .text-w small {
        margin-bottom: 1rem;
    }

    .text-w h3 {
        font-size: 1.5rem; /* cỡ mặc định cho mobile và tablet */
        font-weight: bold;
    }

@media (min-width: 1024px) {
    .text-w h3 {
        font-size: 1.7rem; /* nhỏ hơn chút trên desktop */
    }
}

.text-white p,
.text-white h3,
.text-white h5,
.text-white span,
.text-white small {
    color: white;
}

.text-white h3{
    font-weight: bold;
}

.text-black p,
.text-black h5,
.text-black span,
.text-black small {
    color: black !important;
}

.text-black h3 {
    color: #B03235 !important;
}

#PHAN1, #PHAN2, PHAN3, #VIDEOHD {
    scroll-margin-top: 90px; /* Tùy chiều cao header sticky */
}

html {
    scroll-behavior: smooth;
}
