* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: unset;
}

a:hover {
    text-decoration: unset;
}

img {
    max-width: 100%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clear {
    clear: both;
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.is_mobile {
    display: none !important;
}

.main-header {
    padding: 15px 0;
}

.main-header .row {
    align-items: center;
}

.main-header .top-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.main-header .top-contact a {
    display: flex;
    gap: 5px;
    font-size: 14px;
    color: #424242;
}

.main-header .booking-login {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.main-header .booking-login .btn-login {
    display: inline-flex;
    gap: 5px;
    padding: 4px;
    /* border: 1px solid #990D23; */
    align-items: center;
    color: #990D23 !important;
}

.main-header .booking-login .btn-login .pop_login{
  line-height: normal;
}

.main-header .booking-login .btn-login .pop_login a {
  color: #990D23;
}

.main-header .booking-login .btn-cart {
  top: initial !important;
  line-height: normal;
  background-color: rgba(153, 13, 34, 0.1);
  border-radius: 10px !important;

}

@media (min-width: 1200px) {
    .main-header .booking-login .btn-cart {
        flex: 0 0 72px;
        min-width: 72px;
        max-width: 72px;
    }
}

.arrow-down {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url("../images/icon/arrow-down.svg") no-repeat center;
    background-size: cover;
}

.menu-header {
    background: #990D23;
}

.menu-header ul {
    display: flex;
}

.menu-header ul li {
    position: relative;
    transition: all 0.3s;
    padding: 15px 20px;
}

.menu-header ul li a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.menu-header ul li span {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.menu-header ul li ul {
    position: absolute;
    width: 250px;
    transition: all 0.3s;
    background: #990D23;
    top: 70px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 9;
}

.menu-header ul li ul li {
    width: 100%;
}

.menu-header ul li ul li a {
    text-transform: initial;
    display: block;
    width: 100%;
}

.menu-header ul li:hover {
    background: #7c0a1d;
}

.menu-header ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    top: 51px;
}

.menu-header ul li.active {
    background: #7c0a1d;
}

@keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 20px;
    }
}

.box-news img {
    width: 100%;
}

.box-news img:hover {
    opacity: 0.8;
}

.box-news .meta {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777777;
}

.box-news h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-bottom: 15px;
    height: 52px;
    overflow: hidden;
}

.box-news h4 a {
    color: #2E2E2E;
}

.box-news h4:hover a {
    color: #990D23;
}

.box-news p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
    color: #777777;
    height: 48px;
    overflow: hidden;
}

main .slideshow .carousel-caption {
    text-align: left;
    bottom: 20%;
    max-width: 600px;
}

main .slideshow .carousel-caption h5 {
    font-family: "EB Garamond", serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 78px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

main .slideshow .carousel-caption p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

main .slideshow .carousel-caption .arrow {
    margin-top: 30px;
    animation: mymove 1s infinite;
    position: relative;
}

main .slideshow .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #fff !important;
    background: none !important;
}

main .slideshow .carousel-indicators button.active {
    background: #fff !important;
}

main .about-section {
    padding: 100px 0;
}

main .about-section .box-about {
    background: url("../images/vetor.png") top right;
    background-repeat: no-repeat;
}

main .about-section .about-image {
    margin-right: 20px;
    position: relative;
    padding-bottom: 55px;
}

main .about-section .about-image img.img-1 {
    width: 100%;
    padding-right: 55px;
    object-fit: cover;
}

main .about-section .about-image img.img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 160px;
    object-fit: cover;
    border: 5px solid #fff;
}

main .about-section .about-content {
    padding-left: 20px;
    padding-top: 15px;
}

main .about-section .about-content h2 {
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #990D23;
    text-transform: uppercase;
    margin-bottom: 20px;
}

main .about-section .about-content .content {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #2F2929;
    margin-bottom: 30px;
}

main .about-section .about-content p {
    margin-bottom: 0.5rem;
}

main .about-section .about-content .more a {
    display: inline-flex;
    padding: 10px 30px;
    color: #fff;
    background: #990D23;
    align-items: center;
    gap: 10px;
}

main .service-section {
    padding: 100px 0;
    background: #990D23 url("../images/vetor-2.png") left center no-repeat;
    color: #fff;
    position: relative;
    z-index: 1;
}

main .service-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 99px;
    left: 0;
    bottom: 0;
    background: url("../images/vetor-logo.png") bottom center no-repeat;
    z-index: 2;
}

main .service-section .row {
    align-items: center;
}

main .service-section .service-info {
    padding: 20px 60px;
}

main .service-section .service-info h2 {
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

main .service-section .service-info p {
    font-size: 15px;
    font-weight: 400;
    list-style: 24px;
}

main .tour-section {
    padding: 100px 0;
    background: url("../images/vetor.png") right top 50px no-repeat;
}

main .tour-section h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    font-family: "EB Garamond", serif;
    color: #990D23;
    margin-bottom: 40px;
    text-transform: uppercase;
}

main .tour-section .box-tour img {
    width: 100%;
}

main .tour-section .box-tour .image-tour {
    position: relative;
}

main .tour-section .box-tour .image-tour .info-tour {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 165px);
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.8392156863);
}

main .tour-section .box-tour .image-tour .info-tour h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    font-family: "EB Garamond", serif;
    color: #990D23;
    text-transform: uppercase;
    margin-bottom: 10px;
}

main .tour-section .box-tour .image-tour .info-tour p {
    margin-bottom: 3px;
    color: #4E4847;
}

main .tour-section .box-tour>p {
    color: #4E4847;
    margin: 15px 0;
}

main .tour-section .box-tour .action-tour {
    display: flex;
    align-items: center;
    gap: 15px;
}

main .tour-section .box-tour .action-tour a {
    padding: 10px 20px;
    border: 1px solid #990D23;
    color: #990D23;
}

main .tour-section .box-tour .action-tour a.book-now {
    color: #fff;
    background: #990D23;
}

main .feedback-section {
    padding: 100px 0;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

main .feedback-section::before {
    content: "";
    background: rgba(124, 10, 29, 0.8117647059);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

main .feedback-section .container {
    position: relative;
    z-index: 3;
}

main .feedback-section h2 {
    font-family: "EB Garamond", serif;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

main .feedback-section .slider-feedback .box-feedback {
    background: #fff;
    padding: 30px 40px;
}

main .feedback-section .slider-feedback .box-feedback .customer {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

main .feedback-section .slider-feedback .box-feedback .customer>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #990D23;
}

main .feedback-section .slider-feedback .box-feedback .info-customer {
    width: calc(100% - 100px);
    padding-left: 20px;
}

main .feedback-section .slider-feedback .box-feedback .info-customer .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

main .feedback-section .slider-feedback .box-feedback .info-customer .star {
    display: flex;
    gap: 3px;
}

main .feedback-section .slider-feedback .box-feedback .info-customer .star img {
    width: 16px;
}

main .feedback-section .slider-feedback .box-feedback .content-feedback p {
    margin-bottom: 0;
    line-height: 24px;
    color: #585C5A;
}

main .feedback-section .slider-feedback .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 10px);
    margin-top: 0;
    height: 0;
}

main .feedback-section .slider-feedback .owl-nav button {
    background: none !important;
}

main .feedback-section .slider-feedback .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
}

main .feedback-section .slider-feedback .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
}

main .feedback-section .slider-feedback .owl-dots {
    margin-top: 30px;
}

main .feedback-section .slider-feedback .owl-dots button span {
    background: none !important;
    border: 1px solid #fff !important;
}

main .feedback-section .slider-feedback .owl-dots button.active span {
    background: #fff !important;
}

main .news-section {
    padding: 100px 0;
}

main .news-section h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    font-family: "EB Garamond", serif;
    color: #990D23;
    margin-bottom: 40px;
    text-transform: uppercase;
}

main .news-section .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(40% - 10px);
    margin-top: 0;
    height: 0;
}

main .news-section .owl-nav button {
    background: none !important;
}

main .news-section .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
}

main .news-section .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
}

main .news-section .owl-dots {
    margin-top: 30px;
}

main .news-section .owl-dots button span {
    background: none !important;
    border: 1px solid #990D23 !important;
}

main .news-section .owl-dots button.active span {
    background: #990D23 !important;
}

main .info-bottom {
    padding: 100px 0;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
}

main .info-bottom .content-info-footer {
    width: calc(100% - 200px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8509803922);
    padding: 30px 40px;
}

main .info-bottom .content-info-footer .col-12.col-lg-6 .info {
    text-align: center;
}

main .info-bottom .content-info-footer .col-12.col-lg-6 .info h3 {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;
    color: #990D23;
    text-transform: uppercase;
}

main .info-bottom .content-info-footer .col-12.col-lg-6 .info p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #4E4847;
    margin-bottom: 0.5rem;
}

main .info-bottom .content-info-footer .col-12.col-lg-6 .info p:last-child {
    margin-bottom: 0;
}

main .info-bottom .content-info-footer .col-12.col-lg-6:first-child .info {
    border-right: 1px solid #D4D4D4;
}

main .info-bottom .content-info-footer .button-info {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
}

main .info-bottom .content-info-footer .button-info a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #990D23;
    color: #990D23;
}

main .info-bottom .content-info-footer .button-info a.btn-booking {
    background: #990D23;
    color: #fff;
}

main .tour-section-child {
    padding: 60px 0;
}

main .header-about {
    padding: 115px 0;
    background: url("../images/bg-head.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

main .header-about .breadcrumbs {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

main .header-about .breadcrumbs a {
    color: #fff;
}

main .header-about .breadcrumbs a:hover {
    color: #990D23;
}

main .header-about h1.page-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
    font-family: "EB Garamond", serif;
}

main .about-us {
    padding: 100px 0;
    background: url("../images/vetor.png") center top no-repeat;
}

main .about-us .content-about-us h2 {
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    color: #990D23;
    margin-bottom: 20px;
}

main .about-us .content-about-us p {
    color: #2F2929;
    line-height: 24px;
}

main .about-us .img-about-us img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 100px;
    z-index: 2;
}

main .about-us .about-number {
    position: relative;
    z-index: 1;
}

main .about-us .about-number img {
    width: 100%;
}

main .about-us .about-number .number {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 20px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
}

main .about-us .box-n h5 {
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}

main .story {
    padding: 100px 0;
}

main .story .img-story img {
    width: 100%;
    padding-right: 15px;
}

main .story .content-story {
    padding-left: 15px;
    height: 100%;
    background: url("../images/hoa.png") right bottom no-repeat;
}

main .story .content-story h2 {
    font-family: EB Garamond;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    color: #990D23;
    margin-bottom: 30px;
}

main .story .content-story .story-tab ul#myTabStory {
    border: none;
}

main .story .content-story .story-tab ul#myTabStory li {
    border: none;
}

main .story .content-story .story-tab ul#myTabStory li button {
    background: none;
    border: none;
    padding: 0;
    padding-right: 20px;
    color: #777777;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
    margin-right: 10px;
}

main .story .content-story .story-tab ul#myTabStory li button.active {
    color: #990D23;
    border-color: #990D23;
}

main .story .content-story .story-tab #myTabStoryContent {
    padding-top: 30px;
}

main .story .content-story .story-tab #myTabStoryContent img {
    width: 100%;
    margin-bottom: 25px;
}

main .story .content-story .story-tab #myTabStoryContent h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    margin-bottom: 20px;
}

main .story .content-story .story-tab #myTabStoryContent p {
    line-height: 25px;
    color: #777777;
}

main .news-page {
    padding: 60px 0;
}

main .news-page .box-news {
    margin-bottom: 50px;
}

main .news-page ul.pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

main .news-page ul.pagination li a {
    border-radius: 3px !important;
    padding: 5px 15px !important;
    color: #990D23;
    border: 1px solid #d6d6d6 !important;
}

main .news-page ul.pagination li a img {
    width: 8px;
}

main .news-page ul.pagination li a:hover {
    background: #ededed !important;
}

main .news-page ul.pagination li.active a {
    color: #777 !important;
    background: #fff !important;
}

main .header-news-detail {
    background: url("../images/bg-detail.png") no-repeat;
    background-size: cover;
}

main .header-news-detail .meta {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

main .single-news {
    padding: 0 50px;
    margin-bottom: 30px;
}

main .single-news p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #515151;
}

main .single-news p:last-child {
    margin-bottom: 0;
}

main .single-news h2 {
    font-family: EB Garamond;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    color: #990D23;
    margin-bottom: 20px;
}

main .single-news img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

main .share-social {
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
}

main .news-section.related-post {
    padding: 0;
}

main .contact-main {
    padding: 60px 0;
}

main .contact-main .row {
    align-items: center;
}

main .contact-main .form-contact {
    padding-right: 35px;
}

main .contact-main .form-contact form {
    padding: 30px;
    background: #FAF3EA;
}

main .contact-main .form-contact form p {
    color: #2F2929;
    line-height: 24px;
    margin-bottom: 24px;
}

main .contact-main .form-contact form .form-group {
    margin-bottom: 25px;
}

main .contact-main .form-contact form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

main .contact-main .form-contact form .form-group label span {
    display: inline-block;
    margin-left: 5px;
    color: #e00;
}

main .contact-main .form-contact form .form-group input,
main .contact-main .form-contact form .form-group textarea {
    border-radius: 0;
    height: 44px;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 13px;
}

main .contact-main .form-contact form .form-group textarea {
    height: 100px;
}

main .contact-main .form-contact form button {
    border: none;
    background: #990D23;
    color: #fff;
    width: 100%;
    display: block;
    height: 44px;
}

main .contact-main .contact-info {
    padding-left: 35px;
}

main .contact-main .contact-info h2 {
    font-family: EB Garamond;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #990D23;
    text-transform: uppercase;
    margin-bottom: 25px;
}

main .contact-main .contact-info>p {
    font-size: 14px;
    line-height: 24px;
    color: #2F2929;
    margin-bottom: 25px;
}

main .google-maps {
    margin-bottom: 60px;
}

main .tour-detail {
    background: #FFFAF3;
    padding-top: 30px;
    padding-bottom: 60px;
}

main .tour-detail .breadcrumbs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

main .tour-detail .breadcrumbs span {
    color: #777;
}

main .tour-detail .breadcrumbs span.line {
    color: #585C5A;
}

main .tour-detail .breadcrumbs a {
    color: #585C5A;
}

main .tour-detail .breadcrumbs a:hover {
    color: #990D23;
}

main .tour-detail .single-tour {
    padding: 30px;
    background: #fff;
    border: 1px solid #E1E1E1;
}

main .tour-detail .single-tour .gallery-tour .carousel-indicators {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    right: inherit;
    gap: 10px;
    margin-top: 10px;
}

main .tour-detail .single-tour .gallery-tour .carousel-indicators [data-bs-target] {
    text-indent: inherit;
    width: 12.5%;
    height: 70px !important;
    margin: 0;
    border: none;
}

main .tour-detail .single-tour .gallery-tour .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main .tour-detail .single-tour .gallery-tour {
    padding-right: 15px;
}

main .tour-detail .single-tour .decs-tour {
    padding-left: 15px;
}

main .tour-detail .single-tour .decs-tour h1 {
    font-family: EB Garamond;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #990D23;
    text-transform: uppercase;
    margin-bottom: 20px;
}

main .tour-detail .single-tour .decs-tour .time {
    color: #4E4847;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cbc5c5;
}

main .tour-detail .single-tour .price {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbc5c5;
    margin-bottom: 20px;
}

main .tour-detail .single-tour .price span.price {
    font-size: 23px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    color: #990c23;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

main .tour-detail .single-tour .price span.old {
    text-decoration: line-through;
    color: #4E4847;
}

main .tour-detail .single-tour .select-box {
    width: 33.3333333333%;
}

main .tour-detail .single-tour .select-single-tour {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbc5c5;
    margin-bottom: 20px;
}

main .tour-detail .single-tour .select-box label {
    display: block;
    margin-bottom: 10px;
}

main .tour-detail .single-tour .select-box input,
main .tour-detail .single-tour .select-box select {
    width: 100%;
    height: 40px;
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 10px;
}

main .tour-detail .single-tour .date-tour {
    position: relative;
}

main .tour-detail .single-tour .date-tour img {
    position: absolute;
    left: 10px;
    top: 10px;
}

main .tour-detail .single-tour .select-box input {
    padding-left: 35px;
}

main .tour-detail .single-tour .select-box input:focus {
    outline: none;
}

main .tour-detail .single-tour .select-time>span {
    display: block;
    margin-bottom: 15px;
}

main .tour-detail .single-tour .select-group {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

main .tour-detail .single-tour .select-group>label span {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #e1e1e1;
    background: #fff;
    cursor: pointer;
}

main .tour-detail .single-tour .select-group input:checked+span {
    border-color: #990c23;
    color: #990c23;
}

main .tour-detail .single-tour .select-group input:disabled+span {
    background: #ededed;
    cursor: no-drop;
}

main .tour-detail .single-tour .select-group input {
    display: none;
}

main .tour-detail .single-tour .select-time {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cbc5c5;
    margin-bottom: 20px;
}

main .tour-detail .single-tour .add-to-cart {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

main .tour-detail .single-tour .add-to-cart a {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #990c23;
    background: #fff;
    cursor: pointer;
    color: #990c23;
}

main .tour-detail .single-tour .add-to-cart a.book-now {
    background: #990c23;
    color: #fff;
}

main .tour-detail .single-tour-content {
    margin-top: 40px;
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    position: relative;
}

main .tour-detail .title-content-tour {
    font-family: EB Garamond;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    color: #990e22;
    border-bottom: 1px solid #990e22;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

main .tour-detail .single-news.stour {
    padding: 0;
    max-height: 500px;
    overflow: hidden;
}

main .tour-detail .single-news.stour.show {
    max-height: inherit;
}

main .tour-detail .single-news.stour h2 {
    font-size: 20px;
}

main .tour-detail .read-more-tour {
    text-align: center;
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    background: linear-gradient(180deg, rgba(250, 180, 180, 0) 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

main .tour-detail .read-more-tour a {
    display: flex;
    align-items: center;
}

main .tour-detail .read-more-tour a .hiden {
    display: none;
}

main .tour-detail .read-more-tour a svg {
    width: 25px;
    height: 6px;
}

main .tour-detail .read-more-tour.show {
    background: none;
    height: 30px;
    position: relative;
    bottom: auto;
}

main .tour-detail .read-more-tour.show svg {
    transform: rotate(180deg);
}

main .tour-detail .read-more-tour.show a .more {
    display: none;
}

main .tour-detail .read-more-tour.show a .hiden {
    display: inline-block;
}

main .tour-detail .read-more-tour a {
    display: inline-block;
    position: relative;
    top: 20px;
    color: #990c22;
}

main .checkout-page .checkout-content h2,
main .checkout-page .checkout-sidebar h2 {
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #990e22;
    margin-bottom: 20px;
}

main .checkout-page .checkout-content .checkout-box,
main .checkout-page .checkout-sidebar .checkout-box {
    border: 1px solid #E1E1E1;
    background: #fff;
    padding: 30px;
}

main .checkout-page .checkout-content .checkout-box .form-group,
main .checkout-page .checkout-sidebar .checkout-box .form-group {
    margin-bottom: 25px;
}

main .checkout-page .checkout-content .checkout-box .form-group label,
main .checkout-page .checkout-sidebar .checkout-box .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

main .checkout-page .checkout-content .checkout-box .form-group label span,
main .checkout-page .checkout-sidebar .checkout-box .form-group label span {
    display: inline-block;
    margin-left: 5px;
    color: #e00;
}

main .checkout-page .checkout-content .checkout-box .form-group input,
main .checkout-page .checkout-content .checkout-box .form-group textarea,
main .checkout-page .checkout-content .checkout-box .form-group select,
main .checkout-page .checkout-sidebar .checkout-box .form-group input,
main .checkout-page .checkout-sidebar .checkout-box .form-group textarea,
main .checkout-page .checkout-sidebar .checkout-box .form-group select {
    border-radius: 0;
    height: 44px;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 13px;
    width: 100%;
}

main .checkout-page .checkout-content .checkout-box .form-group input.gray,
main .checkout-page .checkout-content .checkout-box .form-group textarea.gray,
main .checkout-page .checkout-content .checkout-box .form-group select.gray,
main .checkout-page .checkout-sidebar .checkout-box .form-group input.gray,
main .checkout-page .checkout-sidebar .checkout-box .form-group textarea.gray,
main .checkout-page .checkout-sidebar .checkout-box .form-group select.gray {
    background: #f8f8f8;
}

main .checkout-page .checkout-content .checkout-box .form-group textarea,
main .checkout-page .checkout-sidebar .checkout-box .form-group textarea {
    height: 100px;
}

main .checkout-page .checkout-content .checkout-box .form-group.last-child,
main .checkout-page .checkout-sidebar .checkout-box .form-group.last-child {
    margin-bottom: 0;
}

main .checkout-page .checkout-content .checkout-box ul li,
main .checkout-page .checkout-sidebar .checkout-box ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

main .checkout-page .checkout-content .checkout-box ul li.tamtinh,
main .checkout-page .checkout-sidebar .checkout-box ul li.tamtinh {
    border-bottom: 1px dashed #ededed;
}

main .checkout-page .checkout-content .checkout-box ul li .coupon,
main .checkout-page .checkout-sidebar .checkout-box ul li .coupon {
    display: flex;
    gap: 5px;
    width: 100%;
}

main .checkout-page .checkout-content .checkout-box ul li .coupon input,
main .checkout-page .checkout-sidebar .checkout-box ul li .coupon input {
    height: 44px;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 13px;
    width: calc(100% - 95px);
    padding-left: 10px;
}

main .checkout-page .checkout-content .checkout-box ul li .coupon input:focus,
main .checkout-page .checkout-sidebar .checkout-box ul li .coupon input:focus {
    outline: none;
}

main .checkout-page .checkout-content .checkout-box ul li .coupon button,
main .checkout-page .checkout-sidebar .checkout-box ul li .coupon button {
    width: 100px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #990D23;
    color: #990D23;
    background: #fff;
}

main .checkout-page .checkout-content .checkout-box .payment h3,
main .checkout-page .checkout-sidebar .checkout-box .payment h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #180101;
    font-weight: 600;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment {
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ededed;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment label,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment label {
    display: block;
    padding: 10px;
    border: 1px solid #ededed;
    margin-bottom: 10px;
    cursor: pointer;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment label .decs-payment,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment label .decs-payment {
    border-top: 1px dashed #ededed;
    padding-top: 10px;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment label .decs-payment p:last-child,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment label .decs-payment p:last-child {
    margin-bottom: 0;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment label .decs-payment p,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment label .decs-payment p {
    margin-bottom: 5px;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment label input:checked+span+.decs-payment,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment label input:checked+span+.decs-payment {
    display: block;
}

main .checkout-page .checkout-content .checkout-box .payment .select-payment label span,
main .checkout-page .checkout-sidebar .checkout-box .payment .select-payment label span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    top: -2px;
}

main .checkout-page .checkout-content .checkout-box .booking-checkout-btn,
main .checkout-page .checkout-sidebar .checkout-box .booking-checkout-btn {
    width: 100%;
    height: 44px;
    background: #990D23;
    color: #fff;
    border-radius: 0;
    border: 0;
}

footer {
    padding-top: 60px;
    background: #FAF3EA url("../images/vetoc-footer.png") left top 30px no-repeat;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 68px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url("../images/vt-footer.png") center center no-repeat;
}

footer .info-footer {
    text-align: center;
    padding: 0 100px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px dashed #C3C3C3;
}

footer .info-footer h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
    color: #990D23;
    margin-bottom: 20px;
}

footer .info-footer p {
    color: #424242;
    line-height: 24px;
    margin-bottom: 0;
}

footer .bottom-footer {
    padding-top: 40px;
}

footer .bottom-footer h3 {
    color: #424242;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 12px;
}

footer .bottom-footer .footer-contact p {
    color: #424242;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 5px;
}

footer .bottom-footer .footer-contact p:last-child {
    margin-bottom: 0;
}

footer .bottom-footer .menu-footer ul li {
    margin-bottom: 12px;
    line-height: 25px;
}

footer .bottom-footer .menu-footer ul li a {
    color: #424242;
}

footer .bottom-footer .menu-footer ul li:last-child {
    margin-bottom: 0;
}

footer .bottom-footer .menu-footer ul li:hover a {
    color: #990D23;
}

footer .copyright {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    padding-top: 22px;
    border-top: 1px dashed #C3C3C3;
}

footer .copyright .social {
    display: flex;
    gap: 10px;
}

.modal-data .modal-content {
    border-radius: 0;
}

.modal-data .modal-content .modal-header h5 {
    font-family: EB Garamond;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #990e22;
}

.modal-data .modal-content .form-group {
    margin-bottom: 25px;
}

.modal-data .modal-content .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.modal-data .modal-content .form-group label span {
    display: inline-block;
    margin-left: 5px;
    color: #e00;
}

.modal-data .modal-content .form-group input,
.modal-data .modal-content .form-group textarea,
.modal-data .modal-content .form-group select {
    border-radius: 0;
    height: 44px;
    box-shadow: none;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 13px;
    width: 100%;
}

.modal-data .modal-content .form-group input.gray,
.modal-data .modal-content .form-group textarea.gray,
.modal-data .modal-content .form-group select.gray {
    background: #f8f8f8;
}

.modal-data .modal-content .form-group textarea {
    height: 100px;
}

.modal-data .modal-content .form-group.last-child {
    margin-bottom: 0;
}

.modal-data .modal-content .form-group .show-password {
    position: relative;
}

.modal-data .modal-content .form-group span.icon-password {
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.modal-data .modal-content .form-group p.error {
    color: #990e22;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0;
}

.modal-data .modal-content .booking-checkout-btn {
    width: 100%;
    height: 44px;
    background: #990D23;
    color: #fff;
    border-radius: 0;
    border: 0;
    margin-top: 20px;
}

.modal-data .modal-content p.ticket-type strong {
    color: #990e22;
}

.modal-data .modal-content .reset-pass {
    text-align: right;
}

.modal-data .modal-content .reset-pass a {
    color: #777;
    text-decoration: underline;
}

.modal-data .modal-content .reset-pass a:hover {
    color: #990e22;
}

.modal-data .modal-content .other {
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.modal-data .modal-content .other span {
    color: #666;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.modal-data .modal-content .other:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ededed;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
}

.modal-data .modal-content .social-login {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.modal-data .modal-content .social-login a {
    padding: 10px;
    width: 50%;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #ededed;
}

.modal-data .modal-content .note {
    text-align: center;
}

.modal-data .modal-content .note p {
    color: #666;
}

.modal-data .modal-content .note p a {
    color: #990D23;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #4e0909;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

@keyframes play {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.right-action-button {
    position: fixed;
    z-index: 99;
    right: 0;
    display: flex;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    justify-content: center;
    align-items: center;
    background-color: #990d23;
    padding: 21px 0.5rem;
    top: 40%;
}

.right-action-button ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.right-action-button ul img {
    width: 25px;
}

.right-action-button::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 60px;
    top: -30px;
    right: 0px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 0 0 0 #990d23;
    pointer-events: none;
}

.right-action-button::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 60px;
    bottom: -30px;
    right: 0px;
    border-radius: 0 50px 0px 0;
    box-shadow: 30px 0 0 0 #990d23;
    pointer-events: none;
}

.right-action-button .callplay {
    animation: play 1.5s ease infinite;
}

@media (max-width: 1400px) {
    .menu-header ul li {
        padding: 15px;
    }
}

@media (max-width: 1200px) {
    .menu-header ul li {
        padding: 10px 8px;
        font-size: 13px;
    }

    .main-header .top-contact {
        gap: 3px;
        font-size: 13px;
    }

    .main-header .top-contact a {
        font-size: 13px;
        gap: 3px;
    }

    main .story .content-story h2 {
        margin-bottom: 20px;
    }

    main .story .content-story .story-tab #myTabStoryContent {
        padding-top: 15px;
    }

    main .story .content-story .story-tab #myTabStoryContent img {
        margin-bottom: 15px;
    }

    main .story .content-story .story-tab #myTabStoryContent h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .story .row {
        align-items: center;
    }

    .menu-header ul li:hover ul {
        top: 40px;
    }

    main .tour-detail .single-tour .select-group>label span {
        padding: 5px 3px;
        font-size: 13px;
    }

    main .tour-detail .single-tour .select-group {
        gap: 5px;
    }

    main .contact-main .form-contact {
        padding-right: 0;
    }

    main .checkout-page .checkout-content .checkout-box,
    main .checkout-page .checkout-sidebar .checkout-box {
        padding: 15px;
    }

    main .contact-main .contact-info {
        padding-left: 0;
    }

    main .story .img-story img {
        padding-right: 0;
    }

    main .story .content-story {
        padding-left: 0;
    }

    footer .bottom-footer .footer-contact p {
        font-size: 13px;
    }

    footer .bottom-footer .menu-footer ul li a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .is_mobile {
        display: block !important;
    }

    .is_desktop {
        display: none !important;
    }

    .click-show-menu {
        display: flex;
        width: 25px;
        flex-wrap: wrap;
        align-content: space-around;
        gap: 4px;
    }

    .click-show-menu span {
        background: #990e22;
        width: 100%;
        height: 3px;
        border-radius: 10px;
    }

    .menu-header.is_desktop {
        display: block !important;
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
        height: 100%;
        left: -100%;
        transition: all 0.3s;
        opacity: 0;
    }

    .menu-header.is_desktop.show {
        display: block !important;
        left: 0;
        transition: all 0.3s;
        opacity: 1;
        width: 100%;
        overflow: hidden;
    }

    .header-menu-mobile {
        display: flex !important;
        justify-content: space-between;
        padding: 10px 15px;
        color: #fff;
        font-size: 16px;
        align-items: center;
        text-transform: uppercase;
        background: #56000e;
        border-bottom: 1px solid #7a0e1d;
    }

    .close {
        width: 25px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;
        top: -5px;
    }

    .close span {
        height: 2px;
        width: 100%;
        background: #fff;
        transform: rotate(45deg);
        top: 9px;
        position: relative;
    }

    .close span:last-child {
        transform: rotate(-45deg);
        top: -3px;
    }

    .menu-header .container {
        max-width: 100%;
        padding: 0;
    }

    .menu-header ul {
        display: block;
    }

    .menu-header ul li {
        display: block;
        border-top: 1px solid #ad3546;
        padding: 10px 15px;
    }

    .menu-header ul li a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-header ul li span.arrow-down {
        height: 19px;
        padding-left: 15px;
        background-size: contain;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 5px;
    }

    .menu-header ul li ul {
        position: relative;
        top: inherit !important;
        opacity: 1;
        visibility: visible;
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    .menu-header ul li ul li {
        padding-left: 30px;
    }

    main .slideshow .carousel-caption h5 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 20px;
        text-align: center;
    }

    main .slideshow .carousel-caption {
        width: 100%;
        max-width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 20px;
    }

    main .slideshow .carousel-caption .arrow {
        margin-top: 0;
    }

    main .service-section .service-info {
        padding: 20px;
        text-align: center;
    }

    .service-img {
        text-align: center;
    }

    .box-tour {
        margin-bottom: 30px;
    }

    main .info-bottom .content-info-footer .col-12.col-lg-6:first-child .info {
        border: 0;
        margin-bottom: 40px;
    }

    footer .info-footer {
        padding: 0 20px;
    }

    .footer-contact {
        margin-bottom: 30px;
    }

    .maps {
        margin-top: 30px;
    }

    main .about-us .img-about-us img {
        position: inherit;
        margin-bottom: 30px;
    }

    .content-story {
        margin-top: 30px;
    }

    .footer-menu-mobile {
        background: #fff;
        padding: 10px;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .footer-menu-mobile .top-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .footer-menu-mobile .top-contact a {
        color: #333;
    }

    main .contact-main .contact-info {
        margin-top: 30px;
    }

    .checkout-sidebar {
        margin-top: 30px;
    }

    main .tour-detail .single-tour .gallery-tour {
        padding-right: revert-layer;
    }

    main .tour-detail .single-tour .decs-tour {
        padding-left: 0;
        margin-top: 30px;
    }

    main .about-section {
        padding: 30px 0;
    }

    main .about-section .about-content {
        padding-left: 0;
    }

    main .about-section .about-content h2 {
        margin-bottom: 10px;
    }

    main .about-section .about-content p {
        margin-bottom: 10px;
        text-align: justify;
    }

    main .service-section {
        padding: 30px 0;
    }

    main .service-section .service-info {
        padding: 0;
    }

    main .service-section .service-info h2 {
        margin-bottom: 10px;
    }

    main .service-section .service-info p {
        line-height: 24px;
        text-align: justify;
    }

    main .tour-section {
        padding: 30px 0;
    }

    main .tour-section h2 {
        margin-bottom: 10px;
    }

    main .tour-section .box-tour .image-tour .info-tour {
        width: calc(100% - 20px);
    }

    main .feedback-section {
        padding: 30px 0;
    }

    main .feedback-section h2 {
        margin-bottom: 10px;
    }

    main .feedback-section .slider-feedback .box-feedback {
        padding: 15px;
    }

    main .news-section {
        padding: 30px 0;
    }

    main .news-section h2 {
        margin-bottom: 10px;
    }

    main .info-bottom {
        padding: 30px 0;
    }

    main .info-bottom .content-info-footer {
        width: calc(100% - 15px);
    }
}

@media (max-width: 767px) {
    .main-header .booking-login a {
        border: none;
        padding: 0;
    }

    main .feedback-section .slider-feedback .owl-nav button.owl-prev,
    main .feedback-section .slider-feedback .owl-nav button.owl-next {
        left: 10px;
        width: 30px;
        height: 30px;
        background: #990e22 !important;
        border-radius: 50%;
        line-height: 30px;
    }

    main .feedback-section .slider-feedback .owl-nav button.owl-next {
        right: 10px !important;
        left: auto;
    }

    main .news-section .owl-nav button.owl-prev,
    main .news-section .owl-nav button.owl-next {
        left: 10px;
        width: 30px;
        height: 30px;
        background: #fff !important;
        border-radius: 50%;
        line-height: 30px;
    }

    main .news-section .owl-nav button.owl-next {
        right: 10px !important;
        left: auto;
    }

    .main-header .booking-login {
        gap: 8px;
    }

    main .slideshow .carousel-caption p,
    main .slideshow .carousel-caption .arrow {
        display: none;
    }

    main .about-section .about-image {
        margin-right: 0;
        position: relative;
        padding-bottom: 100px;
    }

    main .about-section .about-image img.img-1 {
        padding-right: 0;
    }

    main .about-section .about-image img.img-2 {
        right: calc(50% - 100px);
        width: 200px;
        height: 200px;
    }

    footer .bottom-footer .footer-contact p {
        align-items: flex-start;
    }

    footer .copyright {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .copyright .copy {
        margin-bottom: 10px;
    }

    main .header-about {
        padding: 50px 0;
    }

    main .about-us {
        padding: 30px 0;
    }

    main .about-us .about-number .number {
        position: inherit;
        color: #990e22;
        padding: 0;
        bottom: 0;
        margin-top: 15px;
    }

    main .story {
        padding: 30px 0;
    }

    main .news-page {
        padding: 30px 0;
    }

    main .tour-detail .single-tour {
        padding: 15px;
    }

    main .tour-detail .breadcrumbs {
        margin-bottom: 15px;
    }

    main .tour-detail {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    main .tour-detail .single-tour .select-group {
        grid-template-columns: repeat(3, 1fr);
    }

    main .tour-detail .single-tour .gallery-tour .carousel-indicators [data-bs-target] {
        width: 16.6666666667%;
    }

    main .single-news p {
        font-size: 15px;
        line-height: 26px;
    }

    main .tour-detail .single-tour-content {
        margin-top: 30px;
    }

    main .header-about .breadcrumbs {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    main .header-about h1.page-title {
        font-size: 25px;
        line-height: 30px;
        margin: 10px 0;
    }

    main .header-news-detail .meta {
        font-size: 13px;
    }

    main .single-news {
        padding: 0;
    }

    main .single-news h2 {
        font-size: 25px;
    }

    main .contact-main {
        padding: 30px 0;
    }

    main .contact-main .form-contact form {
        padding: 15px;
    }

    main .contact-main .contact-info h2 {
        font-size: 25px;
    }
}

/*# sourceMappingURL=style.css.map */
