﻿html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

code {
    font-family: monospace,monospace;
    font-size: 1em
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}


button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button
}

    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

details {
    display: block
}

[hidden] {
    display: none
}

h1, h2, h3, h4, h5, hr, p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.missionHeight {
    height:339px;
}
.processtitle{
    height:445px;
}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5
}

* {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}


button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1, h2, h3, h4, h5 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

a, button {
    color: inherit
}

button {
    padding: 0;
    line-height: inherit
}

code {
    font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.dt-breadcrumb {
    margin-top:30px ; 
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

.bg-app-theme {
    background-color: #176bd9
}

.profile-main-column {
    background-color: transparent
}
.img.object-cover.br-10-px.lazy.w-full.entered.loaded {
    height:100%;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.post-corporate {
    flex: 0 0 calc(33.33% - 30px); /* Đặt kích thước của mỗi item */
    margin-bottom: 30px; /* Tạo khoảng cách giữa các item */
    box-sizing: border-box; /* Đảm bảo tính toàn vẹn của box model */
    padding: 15px; /* Đảm bảo khoảng cách bên trong mỗi item */
    max-width: 100%; /* Đảm bảo item không vượt quá 33.33% của container */
}

@media (max-width: 767px) {
    /*.form-search{
        position: unset !important;
    }*/
    .mobile-width {
        width: 33.333333% !important;
    }
    .mobile-detail-font {
        font-size: 16px !important;
    }
    .mobile-font{
        font-size: 1.3rem !important;
    }
    .post-corporate {
        flex: 0 0 calc(50% - 30px); /* Đối với màn hình nhỏ, hiển thị 2 item trên mỗi dòng */
    }
}

.styleheight{
    height:100% !important;
}

@media (min-width:1024px) {
    .profile-main-column {
        background-color: #176bd9
    }
}

.btn-theme {
    background-color: #176bd9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    min-width: 120px;
    height: 40px
}

@media (min-width:640px) {
    .btn-theme {
        min-width: 170px;
        height: 52px
    }
}

.br-10-px {
    border-radius: 10px
}

.br-20-px {
    border-radius: 20px
}

.hr {
    padding-bottom: 1px;
    background: #d3d3d3
}

.dt-header__nav-menu {
    min-height: 3rem
}

.dt-header__nav-menu-item {
    position: relative
}

    .dt-header__nav-menu-item:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #176bd9;
        transform-origin: center;
        transform: translate(-50%) scaleX(0);
        transition: transform .2s cubic-bezier(.075,.82,.165,1)
    }

    .dt-header__nav-menu-item.is--active:before, .dt-header__nav-menu-item:not(.is--active):hover:before {
        transform: translate(-50%) scaleX(1)
    }

    .dt-header__nav-menu-item.is--active > a[href]:not(.link-ghost), .dt-header__nav-menu-item > a[href]:not(.link-ghost):hover {
        color: #176bd9
    }

.shadow-goline {
    box-shadow: 0 4px 40px rgba(34,74,164,.15)
}

@media (min-width:1024px) {
    .company-vision-block h3 {
        font-size: 2.5rem
    }

    .company-vision-block p {
        font-size: 1.25rem
    }
}

.indent-4 {
    text-indent: 1rem
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247,250,252,var(--bg-opacity))
}

.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237,242,247,var(--bg-opacity))
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26,32,44,var(--bg-opacity))
}

.bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66,153,225,var(--bg-opacity))
}

.bg-gradient-to-t {
    background-image: linear-gradient(0deg,var(--gradient-color-stops))
}

.from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,transparent)
}

.to-transparent {
    --gradient-to-color: transparent
}

.bg-opacity-50 {
    --bg-opacity: 0.5
}

.border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203,213,224,var(--border-opacity))
}

.border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160,174,192,var(--border-opacity))
}

.rounded-full {
    border-radius: 9999px
}

.rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.rounded-l-3xl {
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem
}

.border {
    border-width: 1px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-b {
    border-bottom-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1 1 0%
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.float-right {
    float: right
}

.font-light {
    font-weight: 300
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-6 {
    height: 1.5rem
}

.h-12 {
    height: 3rem
}

.h-32 {
    height: 8rem
}

.h-56 {
    height: 14rem
}

.h-full {
    height: 100%
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 0.9rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.leading-none {
    line-height: 1
}

.m-0 {
    margin: 0
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mr-0 {
    margin-right: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.ml-10 {
    margin-left: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-20 {
    margin-bottom: 5rem
}

.ml-auto {
    margin-left: auto
}

.-mt-32 {
    margin-top: -8rem
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-40 {
    padding-bottom: 10rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0, .inset-x-0 {
    right: 0;
    left: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113,128,150,var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74,85,104,var(--text-opacity))
}

.text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45,55,72,var(--text-opacity))
}

.text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66,153,225,var(--text-opacity))
}

.text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49,130,206,var(--text-opacity))
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.align-top {
    vertical-align: top
}

.invisible {
    visibility: hidden
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-6 {
    width: 1.5rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-5\/12 {
    width: 41.666667%
}

.w-7\/12 {
    width: 58.333333%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }
}

@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@media (min-width:640px) {
    .sm\:block {
        display: block
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:ml-auto {
        margin-left: auto
    }

    .sm\:p-4 {
        padding: 1rem
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-1\/2 {
        width: 50%
    }
}

@media (min-width:768px) {
    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:bg-white {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255,255,255,var(--bg-opacity))
    }

    .md\:bg-gray-200 {
        --bg-opacity: 1;
        background-color: #edf2f7;
        background-color: rgba(237,242,247,var(--bg-opacity))
    }

    .md\:bg-gray-900 {
        --bg-opacity: 1;
        background-color: #1a202c;
        background-color: rgba(26,32,44,var(--bg-opacity))
    }

    .md\:rounded-none {
        border-radius: 0
    }

    .md\:border-none {
        border-style: none
    }

    .md\:border {
        border-width: 1px
    }

    .md\:border-b-0 {
        border-bottom-width: 0
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:items-center {
        align-items: center
    }

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:order-first {
        order: -9999
    }

    .md\:order-last {
        order: 9999
    }

    .md\:float-none {
        float: none
    }

    .md\:h-full {
        height: 100%
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:text-lg {
        font-size: 1.125rem
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-4xl {
        font-size: 2.25rem
    }

    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:static {
        position: static
    }

    .md\:absolute {
        position: absolute
    }

    .md\:relative {
        position: relative
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-current {
        color: currentColor
    }

    .md\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255,255,255,var(--text-opacity))
    }

    .md\:text-blue-600 {
        --text-opacity: 1;
        color: #3182ce;
        color: rgba(49,130,206,var(--text-opacity))
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/5 {
        width: 40%
    }
   

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-4\/5 {
        width: 80%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }
}

@media (min-width:1024px) {
    .lg\:bg-indigo-200 {
        --bg-opacity: 1;
        background-color: #c3dafe;
        background-color: rgba(195,218,254,var(--bg-opacity))
    }

    .lg\:border-gray-200 {
        --border-opacity: 1;
        border-color: #edf2f7;
        border-color: rgba(237,242,247,var(--border-opacity))
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:block {
        display: block
    }

    .lg\:inline {
        display: inline
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:font-normal {
        font-weight: 400
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:text-lg {
        font-size: 1.125rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:ml-auto {
        margin-left: auto
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-white {
        --text-opacity: 1;
        color: #fff;
        color: rgba(255,255,255,var(--text-opacity))
    }

    .lg\:invisible {
        visibility: hidden
    }

    .lg\:w-1\/2 {
        width: 600px
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-full {
        width: 100%
    }
}

@media (min-width:1280px) {
    .xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    @media (min-width:640px) {
        .xl\:container {
            max-width: 640px
        }
    }

    @media (min-width:768px) {
        .xl\:container {
            max-width: 768px
        }
    }

    @media (min-width:1024px) {
        .xl\:container {
            max-width: 1024px
        }
    }

    @media (min-width:1280px) {
        .xl\:container {
            max-width: 1280px
        }
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:flex-col {
        flex-direction: column
    }

    .xl\:items-stretch {
        align-items: stretch
    }

    .xl\:mb-4 {
        margin-bottom: 1rem
    }

    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }
}

.keen-slider {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.keen-slider, .keen-slider__slide {
    overflow: hidden;
    position: relative
}

.keen-slider__slide {
    width: 100%;
    min-height: 100%
}

.keen-slider[data-keen-slider-v] {
    flex-wrap: wrap
}

    .keen-slider[data-keen-slider-v] .keen-slider__slide {
        width: 100%
    }

.keen-slider[data-keen-slider-moves] * {
    pointer-events: none
}
/*# sourceMappingURL=keen-slider.min.css.map */

.text-normal{
    font-size: 18px;
}
.container-process{
    max-width: 1140px;
    margin: 0 auto;
}
/*.form-search {
    position: absolute;
    top: 50%;
    left: 12%;
}*/
.priceKBE {
   /* position: relative;
    top: -6px;*/
}

@media only screen and (max-width: 767px) 
{
    .freeze-flightinfo {
        position: sticky !important;
        top: 113px !important;
    }
    #pnToolBox {
        visibility: visible !important;
        position: sticky !important;
        top: 76px !important;
        z-index: 4 !important;
    }
 /*   .img-gov {
        position: absolute;
        top: 23px;
        right: -27px !important;
        height: 44px;
        width: 147px;
        object-fit: contain;
    }*/
}
.img-gov {
    position: relative;
    top: -43px;
    transform: scale(0.5);
}
.img-qrcode {
    transform: scale(0.8);
    position: relative;
    top: -69px;
    left: 2px;
}

.icon-login {
    top: 30%;
    right: 15px;
    z-index: 50;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.avatar-user {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-transform: uppercase;
    font-size: 20px;
}

    .avatar-user i {
        font-size: 25px;
    }


#authentication-modal {
    overflow-y: auto;
}
#authentication-modal .relative .content {
    border-radius: 20px;
}

#authentication-modal div.margintop-modal-login {
    margin-top:190px ; 
}

.modal-body-login li.active {
    border-bottom: 2px solid black;
}
li.nav-item a {
    font-size: large ;
    color:black ; 
}

.input-form {
    outline: none !important;
    box-shadow: none !important;
    height:50px !important ;
    border-radius:12px !important ; 
}
.form-button {
    outline: none !important;
    box-shadow: none !important;
    height: 45px !important;
    border-radius: 12px !important;
}
    .form-button:hover {
        background-color: #1B5B88 !important ; 
    }

.show-password svg:hover {
    opacity:0.5 ; 
}

#closeModalLogin {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    border-radius:50% ; 
    font-size:30px ; 
}

    #closeModalLogin:hover {
        background-color: #EBF7FC;
    }

#backLogin {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top:27px ; 
    left:25px ; 
}
    #backLogin:hover {
        background-color: #EBF7FC;
    }

#forgetpassword:hover {
    text-decoration: underline;
}

#toast-container > div {
    opacity: 1 !important;
}
#toast-container.toast-top-right {
    top: 80px; 
}
/*popup infoUser*/
.loginButton-desktop {
    position: relative;
    /*display: inline-block;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .loginButton-desktop .popupInfoUser {
        visibility: hidden;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        top: 80%; /* Position the popup below the text */
        margin-left: -80px;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    }

.popupInfoUser {
    width: 300px;
    left: -110%;
}

/* Popup arrow */
.loginButton-desktop .popupInfoUser::after {
    content: "";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 71%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent; /* Arrow pointing down */
}

.loginButton-desktop .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.item-hover:hover {
    background-color: #00d3ff;
    color:white ; 
}

/*loading login*/
.loader-container {
    position: absolute;
    top: -20px;
    /*top:18px ;*/ 
}

.loader {
    display: flex;
    justify-content: space-between;
    width: 40px;
}

    .loader div {
        width: 8px;
        height: 8px;
        background-color: #FF5C35;
        border-radius: 50%;
        animation: grow-shrink 1.5s infinite;
    }

        .loader div:nth-child(1) {
            animation-delay: 0s;
        }

        .loader div:nth-child(2) {
            animation-delay: 0.3s;
        }

        .loader div:nth-child(3) {
            animation-delay: 0.6s;
        }

@keyframes grow-shrink {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.responsive-news-page {
    margin-top: 100px;
    min-height: 50vh;
}

.response-category-page {
    margin-top: 90px;
}

@media (min-width: 1200px) {
    .modal-body-login {
        padding-left:35px ; 
        padding-right:35px ; 
    }
}

@media (max-width:767px) {
    .loginButton-desktop .popupInfoUser {
        top: 135%;
    }
    .popupInfoUser {
        left: -510%;
    }
    .loginButton-desktop .popupInfoUser::after {
        left: 92%;
    }

    .responsive-news-page {
        margin-top: 40px;
    }

    .response-category-page {
        margin-top: 65px;
    }

    #pnBreadcrumb {
        font-size:13px ; 
    }
}



