@font-face {
    font-family: "utm-akashi";
    src: url("../fonts/UTM\ Akashi.ttf") format("woff"), url("../fonts/UTM\ Akashi.ttf") format("opentype"), url("../fonts/UTM\ Akashi.ttf") format("truetype");
}

@font-face {
    font-family: "myriad-pro";
    src: url("../fonts/Myriad\ Pro\ Regular.ttf") format("woff"), url("../fonts/Myriad\ Pro\ Regular.ttf") format("opentype"), url("../fonts/Myriad\ Pro\ Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../fonts/MyriadPro-Bold.otf") format("woff"), url("../fonts/Myriad\ Pro\ Regular.ttf") format("opentype"), url("../fonts/Myriad\ Pro\ Regular.ttf") format("truetype");
    font-weight: 700;
}

body {
    font-family: "myriad-pro";
    color: #000;
    font-size: 16px;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    color: #000;
}

    :focus,
    a:focus,
    button:focus {
        outline: none;
    }

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
}

header .container {
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

    .logo img {
        background-color: #343757;
        width: 165px;
    }

.header__top__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 160px;
}

.header-top-left .contact {
    color: #be0506;
}

.header-top-right {
    display: flex;
}

.special-icons {
    display: flex;
}

.special-icons .icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #9e9e9e;
    display: flex;
    border-radius: 50%;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    line-height: 27px;
}

.special-icons .icon i {
    color: #fff;
    transition: 0.3s;
}

i.fa-qrcode:hover {
    color: #e5c04e;
}


.special-icons .icon:last-child {
    margin-right: 0;
}

.special-icons,
.language {
/*    padding-right: 10px;*/
    /*border-right: 1px solid #333;*/
}

.language {
    position: relative;
    width: 120px;
}

.header__top__wrapper .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.header__top__wrapper .select {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #343757;
    width: 120px;
    height: 40px;
}

.header__top__wrapper .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .header__top__wrapper .select-styled:after {
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: #be0506 transparent transparent transparent;
        position: absolute;
        top: 16px;
        right: 10px;
    }

    .header__top__wrapper .select-styled:active, .header__top__wrapper .select-styled.active {
        background-color: #be0506;
        color: #fff;
    }

        .header__top__wrapper .select-styled:active:after, .header__top__wrapper .select-styled.active:after {
            top: 9px;
            border-color: transparent transparent #fff transparent;
        }

.header__top__wrapper .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #be0506;
}

    .header__top__wrapper .select-options li {
        margin: 0;
        padding: 4px 0;
        text-indent: 15px;
        color: #fff;
        border-top: 1px solid #fff;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

        .header__top__wrapper .select-options li:hover {
            color: #be0506;
            background: #fff;
        }

        .header__top__wrapper .select-options li[rel="hide"] {
            display: none;
        }

.header__bottom {
    background-color: #343757;
    padding: 10px 0;
}

    .header__bottom .container {
        display: flex;
        justify-content: flex-end;
    }

    .header__bottom ul {
        display: flex;
        align-items: center;
    }

        .header__bottom ul li {
            list-style: none;
            margin: 0 25px;
            position: relative;
        }

            .header__bottom ul li a {
                font-size: 16px;
                color: #fff;
            }

    .header__bottom ul li a:hover {
        color: #ccac50;
    }



    /*.header__bottom .menu-lv2 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 180px;
        display: none;
        z-index: 10;
    }

    .header__bottom .menu-lv2 ul {
        display: block;
        background-color: #e1e1e1;
    }

    .header__bottom .menu-lv2 ul li {
        padding-bottom: 10px;
        position: relative;
    }

    .header__bottom .menu-lv2 ul li:first-child {
        margin-top: 18px;
        padding-top: 15px;
    }

    .header__bottom .menu-lv2 ul li a {
        position: relative;
        color: #343757;
    }

    .header__bottom .menu-lv2 ul li:hover a {
        color: #ccac50;
    }

    .header__bottom .menu-lv2 ul li a::before {
        position: absolute;
        content: '';
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #be0506;
    }*/

.sign-btn {
    color: #ccac50;
    border: 2px solid #ccac50;
    border-radius: 20px;
}

    .sign-btn:hover {
        background-color: #e5c04e;
        color: #000;
        border: 2px solid #e5c04e;
        /*        border: none;*/
    }

.sign-up {
    margin-right: 15px;
}

/* HOMEPAGE */

.home-banner {
    background-image: url('../images/image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

.home-banner .sub-title {
    color: #fff;
    font-size: 20px;
}

.form-search {
    position: relative;
/*    padding: 22px;*/
}

 .form-search::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #343758;
    top: 0;
    left: 0;
}

.form-search ul.nav-tabs {
    border-bottom: none;
}

.form-search ul li {
    position: relative;
}

.form-search ul li a {
    color: #fff;
}

.tabs {
    position: relative;
    top: 52px;
}

.tab-list {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.tab-list li {
    display: inline-block;
    color: #fff;
    list-style-type: none;
    text-transform: uppercase;
}

.tab-list li a {
    color: #fff;
    display: block;
    padding: 3px 10px 3px 10px;
}

.tab-list li.active,
.tab-list li.hover {
    color: #e5c04e;
}

.tab-list li.active::before,
.tab-list li.hover::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 3px;
    background-color: #be0506;
}

.tab-list li.active a,
.tab-list li a:hover {
    color: #e5c04e;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-panel p {
    margin: 20px;
}

.search-form {
    background: #FFFFFF;
/*    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.08);*/
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

    .search-form form {
        width: 100%;
/*        display: flex;*/
    }

    .search-form input {
        font-size: 16px;
        line-height: 1.21;
        letter-spacing: -0.3px;
        color: #343757;
    }

.ip-infor {
    width: 100%;
    height: 100%;
    padding: 18px 16px 18px 5px;
    background-position: 16px center;
    background-repeat: no-repeat;
    border: none;
    border-right: 1px solid #E8E7E8;
}

.search-btn {
    width: 15%;
    background-color: #324696;
    color: #fff;
    border: none;
}

.home-banner .select {
    border: none;
    border-right: 1px solid #9e9e9e;
}

.select-diemden, .select-giaitri {
    width: 62%;
}

/*.select-tour, .select-muasam, .select-luutru {
    width: 31%;
}*/

/*.select-amthuc {
    width: 31%;
}*/

.ip-luutru {
    appearance: none;
    position: relative;
    width: 31%;
}

    .ip-luutru input {
        width: 100%;
    }

    .ip-luutru label {
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 5px;
    }

/* HOME BRAND */

.home-brand {
    background-color: #e5c04e;
    display: none;
}

.home-brand-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
   height: 144px;
}

    .home-brand-wrapper .description {
        margin-left: 65px;
        text-align: center;
    }

        .home-brand-wrapper .description p:nth-of-type(2) {
            font-size: 24px;
            color: #fff;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

.articles-title {
    display: flex;
    justify-content: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #343757;
    position: relative;
    margin: 0 auto;
    padding-top: 27px;
    margin-bottom: 40px;
}

    .articles-title::before {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 50px;
        height: 5px;
        background-color: #be0506;
    }

.home-services {
    background-color: #e5e5e5;
    border-bottom: 5px solid #c2c3cc;
}

.services-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.services-item {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

    .services-item:hover {
        background-color: #fff;
        border-radius: 5px;
    }

        .services-item:hover img {
            transform: scale(1.1);
        }

    .services-item img {
        margin-bottom: 20px;
        transition: 0.3s ease-in-out;
    }

.home-banner-services-wrapper {
    padding: 10px 0 30px 0;
}

.home-endow-wrapper {
    margin: 120px 0 80px 0;
}

.endow-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: 400px;
    background-color: #343757;
    padding: 25px;
    padding-top: 60px;
}

.endow-item--yellow {
    background-color: #e5c04e;
}

.endow-item__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.endow-item__description {
    text-align: center;
}

.endow-item__description__title {
    text-transform: uppercase;
    color: #e5c04e;
    font-size: 14px;
}

.endow-item--yellow .endow-item__description__title {
    color: #343757;
}

.endow-item__description__sub-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}

.endow-item__description__content {
    font-size: 14px;
    color: #8b8c8f;
}

.home-news {
    background-color: #e5e5e5;
}

.home-news-list {
    padding-bottom: 60px;
}

.news-item {
    background-color: #fff;
    display: flex;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 190px;
}

    .news-item img {
        width: 40%;
        border-radius: 5px;
    }

.news-item__content {
    width: 60%;
    padding: 20px;
}

.news-item__content__title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-item__content__description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.home-contact {
    background-image: url('../images/image2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 75px;
}

.ip-contact {
    width: 100%;
    height: 60px;
    padding: 18px 16px 18px 5px;
    background-position: 16px center;
    background-repeat: no-repeat;
    border: none;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.ip-contact-textarea {
    width: 100%;
    height: 240px;
    padding: 18px 16px 18px 5px;
    background-position: 16px center;
    background-repeat: no-repeat;
    border: none;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.contact-btn {
    background: none;
    border: none;
    background-color: #0c3660;
    color: #fff;
    padding: 20px 70px;
}

.capcha {
    display: flex;
}

    .capcha img {
        width: 33.333%;
    }

.recapcha-content {
    width: 30%;
    background-color: #8b8c8f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.ip-capcha {
    width: 33.333%;
}

/* TU VAN QUANG CAO */

.sub-page-banner {
    background-image: url('../images/image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

.breadcrumb {
    padding: 13px 0;
    margin-bottom: 0;
}

.breadcrumb i {
    margin-right: 10px;
}

.breadcrumb span:last-child {
    margin-left: 10px;
    color: #be0506;
}

.price-bracket .title {
    color: #343757;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.price-bracket img {
    margin-bottom: 60px;
}

.form-register-ads {
    padding: 45px 110px;
    border: 2px solid #e7c24f;
    margin-bottom: 50px;
}

.form-title {
    width: 100%;
    padding: 15px 0;
    background-color: #be0506;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
}

.form-sub-title {
    margin-bottom: 35px;
}

.form-register-ads .form-group {
    margin-bottom: 20px;
}

    .form-register-ads .form-group label {
        margin-bottom: 10px;
    }

.form-register-ads-submit {
    background: none;
    border: none;
    background-color: #be0506;
    color: #fff;
    margin-top: 34px;
    width: 100%;
    padding: 18px 0;
}

/* DICH VU DU LICH */

.top-bar-search {
    padding: 30px 0;
    background-color: #32c8dc;
}

.travel-main-bg {
    display: flex;
    flex-wrap: wrap;
}

.filter-list {
    font-size: 14px;
    color: #3d3f47;
    background: white;
    padding: 15px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    border: 1px solid rgba(148, 151, 163, 0.15);
}

.filter-section .filter-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 5px 0px;
    /*    border-top: 1px solid rgba(148, 151, 163, 0.15);*/
}

.filter-section:not(:last-child) {
    margin-bottom: 15px;
}

.dat-phong .input-group {
    margin-bottom: 10px;
}

.dat-phong label {
    width: 100%;
    margin-bottom: 10px;
}

.content-filter {
    max-height: 85px;
    overflow: hidden;
}

    .content-filter.expanded {
        max-height: none;
    }

.short-content {
    display: none;
}

.short-content,
.expand-content {
    color: #2899D3;
}

.result-search {
    padding: 26px 0 14px;
    display: flex;
    justify-content: space-between;
    /*    border-bottom: 2px solid #084EA5;*/
}

    .result-search p {
        letter-spacing: -0.3px;
        font-size: 14px;
        margin-bottom: 0;
    }

        .result-search p b {
            color: #084EA5;
            font-weight: 700;
        }

.travel-filter {
    padding: 14px 0 27px;
    margin-bottom: 20px;
}

.filter-form {
    float: left;
    letter-spacing: -0.3em;
}

.travel-sort {
    float: right;
    margin-top: 7px;
}

.filter-form label {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.257143px;
    color: #000000;
    margin-right: 8px;
}

.filter-form .ip-select {
    letter-spacing: 0;
    margin-right: 32px;
    display: inline-block;
}

.filter-form select {
    padding: 12px 40px 12px 18px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.257143px;
    color: #000000;
    background-image: url(../images/triangle.png);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.filter-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    .filter-form select::-ms-expand {
        display: none;
    }

.travel-sort img {
    margin-left: 14px;
    cursor: pointer;
}

.travel-it {
/*    box-shadow: 0px 2px 36px rgba(232, 232, 232, 0.5);*/
    margin-bottom: 16px;
    padding: 20px;
    position: relative;
    background: #fff;
    min-height: 100px;
}
.travel-it-item .travel-it {
    margin-bottom: 0px;
}

/*.travel-feature {
        position: absolute;
    top: 3px;
    left: 16px;
    width: 270px;
    height: 142px;
}*/

    .travel-feature img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

img {
    max-width: 100%;
}

.travel-info h3 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.342857px;
    color: #000000;
    margin-bottom: 15px;
    padding-right: -25px;
}

/*.travel-label {
    position: absolute;
    top: 8px;
    right: 8px;
}*/

.travel-info p img {
    margin-right: 6px;
}

.travel-info p {
    font-size: 15px;
    line-height: 1.57;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
}

.travel-info :nth-child(2) {
    /*    padding-top: 15px;*/
}

.travel-info .travel-email a,
.travel-info .travel-website a {
    color: #084EA5;
}

.travel-row {
    display: block;
    /*    flex-wrap: wrap;*/
/*    padding-top: 15px;*/
}
.travel-row a, .travel-row p {
    color: #345096 !important;
}


.travel-info-bt {
    /*border-top: 1px solid #E7E7E7;*/
    padding-top: 17px;
    font-size: 12px;
    letter-spacing: -0.26px;
}

    .travel-info-bt span {
        color: #828282;
        margin: 0 15px 0 5px;
    }

.pagenavi {
    margin: 24px 0 48px;
    text-align: center;
}

.pagenavi a {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 48px;
    height: 48px;
    vertical-align: top;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
}

.pagenavi .pagenavi-arrow {
    width: 98px;
    line-height: 42px;
}

.pagenavi a.current,
.pagenavi a:hover {
    background: #EF4D3B;
    border-color: #EF4D3B;
}

.travel-right {
    padding: 30px 10px 0 0;
    display: none;
}

.travel-main input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.travel-main input[type=number]::-webkit-inner-spin-button,
.travel-main input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.travel-main .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

    .travel-main .number-input,
    .travel-main .number-input * {
        box-sizing: border-box;
    }

        .travel-main .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 2rem;
            height: 2.5rem;
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .travel-main .number-input button:before,
            .travel-main .number-input button:after {
                display: inline-block;
                position: absolute;
                content: '';
                width: 1rem;
                height: 2px;
                background-color: #212121;
                transform: translate(-50%, -50%);
            }

            .travel-main .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(90deg);
            }

        .travel-main .number-input input[type=number] {
            font-family: sans-serif;
            max-width: 5rem;
            padding: .5rem;
            border: solid #ddd;
            border-width: 0 2px;
            text-align: center;
        }

.travel-main .dropbtn {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.1875;
    background-color: #33AEE4;
    border-radius: 3px;
    text-transform: uppercase;
    border-radius: 25px;
}

    .travel-main .dropbtn:hover,
    .travel-main .dropbtn:focus {
        /*background-color: #830f19;*/
    }

.travel-main .dropdown {
    text-align: right;
   /* margin: 0 10px 20px 0;*/
}

.travel-main .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: -253px;
    left: 491px;
}

    .travel-main .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.travel-main .dropdown a:hover {
    /*background-color: #ddd;*/
}

.travel-main .show {
    display: block;
}

/* TIN TUC */

.v-pagination {
    text-align: center;
}

.pagination {
    display: inline-flex;
    z-index: 6;
    margin: 50px 0;
    animation: pagination-in 500ms ease both;
}

.pagination__item:hover {
    background-color: #EF4D3B;
    color: #fff;
}

.pagination__item {
    font-size: 14px;
    text-decoration: none;
    transition: background 250ms;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 38px;
    border: 2px solid #EF4D3B;
    line-height: 38px;
    padding: 0;
    color: #EF4D3B;
    font-weight: 700;
    letter-spacing: .03em;
    display: block;
}

    .pagination__item:first-child,
    .pagination__item:last-child {
        padding: 0 16px;
        margin: 0 12px 6px;
    }
    .register-travel-success h4 {
        color:#529b2e
    }
    .register-travel-container {
        display: flex;
        justify-content: center;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        margin-top: 10px;
    }
    .register-travel-account .register-travel-item {
        margin-bottom: 10px;
        display: flex;
    }
    .register-travel-account .register-travel-item:last-child {
        margin-bottom: 0px;
    }
 
    .register-travel-item p:last-child {
        font-weight: bold;
        color: #343757;
        margin-left: 15px;
    }

@keyframes pagination-in {
    from {
        transform: scale(1.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* CHI TIET */

/*.btn-group a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    padding: 18px 65px;
    background: #c22a2c;
    border-radius: 28px;
    color: #fff;
}

    .btn-group a:hover {
        background: #fff;
        color: #c22a2c;
        border: 1px solid #c22a2c;
    }*/

/* FOOTER */

.footer {
    background-color: #fff;
}

.footer__title {
    display: flex;
    justify-content: center;
    color: #c22a2c;
    font-size: 19px;
    text-transform: uppercase;
    padding: 45px 0 25px 0;
}

.footer__navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

    .footer__navigation li {
        color: #343757;
        margin: 0 12px;
        font-weight: 500;
        list-style: none;
    }

.footer__contact {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer__contact__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer__contact__item i {
        color: #c22a2c;
        margin-right: 10px;
    }

        .footer__contact__item i::before {
            font-size: 20px;
        }

footer .copy-right {
    text-align: center;
    background-color: #343757;
    color: #fff;
    font-size: 16px;
    padding: 25px 0;
}

/* DIALOG */

.dialog-travel, .dialog-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #343758;
    max-width: 1200px;
    width: 100%;
    opacity: 0.9;
    display: none;
}

.dialog-wrapper {
    width: 100%;
    padding: 40px 25px;
    position: relative;
}



.travel-item__image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.travel-item__image img {
    height: 142px;
}

.travel-item__title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    /*    margin-bottom: 25px;*/
}

.btn-sign-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-sign-group .btn-sign, .register-travel-new button {
        background-color: #e5c04e;
        border-radius: 20px;
        color: #343757;
        transition: 0.3s;
        padding: 5px 10px;
        margin: 0px 10px;
        cursor: pointer;
        border: none;
    }
    

        .btn-sign-group .btn-sign:hover {
            background-color: #000;
            color: #fff;
        }

.form-travel-item {
    padding: 95px;
/*    margin: 0 30px;*/
}

.register-travel-new {
    background-color: #343856;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px 20px;
}
.register-travel-new .travel-item__title {
    color: #343856
}
.register-travel-new__bg {
    display: block;
    border: 6px solid #882052;
}
.register-travel-new__header {
    color: #fe0344;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}
.register-travel-new .travel-item {
    place-content: center;
    min-height: calc(100vh - 500px);
    height: 545px;
    width: 50%;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #cacad2;
}
.form-travel-item-2025 form {
    background-color: #f5f5f5 !important;
    padding: 30px 20px;
    min-height: 350px;
    place-content: center;
}
.form-travel-item-2025 button.btn-dang-ky-chuong-trinh-kich-cau {
    background-color: #fe0444;
    color: #fff;
    padding: 5px 30px
}
.register-travel-new .travel-item__image {
    margin-bottom: 0;
}
.form-travel-item--bg-white {
    background-color: #dfdfe4 !important;
    padding: 20px;
}

.form-travel-group {
    margin-bottom: 20px;
}

.form-travel-group label, .form-travel-group input, .form-travel-register-group input, .form-travel-register-group label {
    width: 100%;
}

.form-travel-group input {
/*    border: 1px solid #969696;*/
border: none;
    background-color: #fff;
    height: 52px;
    padding-left: 15px;
    border-radius: 5px !important;
}
.register-travel-new i.fa-spin {
    margin-right: 5px;
}
.form-travel-register-group {
    margin-bottom: 20px;
}
.form-travel-register-group input {
      border: 1px solid #969696;
background-color: #fff;
height: 52px;
padding-left: 15px;
border-radius: 5px !important;
}
.form-travel-register-group p {
    color: #c22a2c;
    font-size: 13px;
}
.alert-register-travel {
    font-size: 16px;
    margin-bottom: 15px;
}
.alert-register-travel a {
    color: #c22a2c;
    font-weight: bold;
}
.back-step-verify { 
    cursor: pointer;
    transition: 0.2s;
}
.back-step-verify:hover {
    color: #084EA5;
}
.dialog-form .btn-sign-group {
    padding: 10px 0;
}

    .dialog-form .btn-sign-group .btn-sign {
        padding: 10px 40px;
        border-radius: 40px;
    }

.dialog-form p {
    text-align: center;
    color: #343757;
    margin-bottom: 10px;
}

.dialog-wrapper .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

.border.border-secondary {
    border: 0 !important;
    color: #c22a2c !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    /*animation-name: scrollMenu;*/
    animation-duration: 0.5s;
}
.company-list {
    border-radius: 5px;
    min-height: 29px;
    max-height: 200px;
    overflow-y: auto ;
    overflow-x: hidden;
}
.company-list p {
    background-color: #f1f1f1;
    padding: 5px 10px;
    transition: 0.2s;
    cursor: pointer;
    color:#000
}
.company-list p:hover{
    background-color: #fe0444;
    color: #fff;
}
.company-list p.active-select {
    background-color: #fe0444;
    color: #fff;
}
.register-travel-note {
    text-align: center;
    margin-top: 15px;
}
.disabledBtnNext {
    background-color: #cdcdcd !important;
color: #343757 !important;
cursor: not-allowed !important;
pointer-events: none;
}
input::-webkit-input-placeholder { /* Edge */
    color: #c1c1c1 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1 !important;
}

input::placeholder {
    color: #c1c1c1 !important;
}

@keyframes scrollMenu {
    0% {
        top: -120px;
        height: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        top: 0px;
        height: 120px;
        opacity: 1;
    }
}
