body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.7em;
    font-weight: 400;
}

.banner_main {
    position: relative;
}

.banner_main .img_main {
    position: relative;
    width: 100%;
}

.banner_main .img_main img {
    width: 100%;
    object-fit: cover
}

.banner_main .content_banner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.content_banner h3 {
    font-weight: 400;
    margin: 0;
    background: 0;
    line-height: 1.6em;
    font-size: 24px;
}

.content_banner .btn-enquiry {
    border: 1px solid #f47822;
    background: #f47822;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
    padding: 10px 15px;
}

.content_banner .btn-enquiry:hover {
    background: #f47822;
    color: #fff;
}

/**/
.trip-info {
    padding: 15px 0;
    background: #f9f9f9;
    color: #555;
}

.trip-info .breadcrumb {
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb>li {
    display: inline-block;
    padding-right: 3px
}

.breadcrumb .link {
    text-decoration: none;
    cursor: pointer;
    color: #0a284a;
    text-transform: capitalize;
}

.breadcrumb>.active {
    color: #777;
}

.margin-bot30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.header-content-inner {
    position: relative;
    margin: 0 auto;
}

.header-content-inner h1 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 25px;
    font-size: 36px;
    color: #555555
}

.margin-bot30 {
    margin-bottom: 30px;
}

.margin-bot15 {
    margin-bottom: 15px;
}

p {
    position: relative;
    line-height: 1.8em;
}

.title-contact {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    color: #434a54;
}

.content-organization {
    position: relative;
    padding: 10px 5px;
}

.content-organization .main-organization {
    position: relative;
}

.content-organization .organization-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.content-organization .organization-title .title {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #5d5d5d;
    text-decoration: none
}

.content-organization .content-widget {
    color: #737a83;
}

.content-organization .organization-title .title {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #5d5d5d;
}

.content-organization .content-widget a:hover,
.main-organization .organization-title a:hover {
    color: #0a284a;
}

.info-list ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.content-organization .main-list {
    display: table;
}

.content-organization .content-widget .icons {
    display: table-cell;
    padding-right: 5px;
    width: 25px;
}

.content-organization .content-widget .link {
    display: inherit;
    color: #737a83;
    text-decoration: none;
    transition: all .6s ease;
}

.content-organization:hover a,
.content-organization:hover i {
    color: #0066b3 !important;
}

/**/
.page-contact-form {
    padding: 30px 0 30px 0;
    position: relative;
}

.page-contact-form .contact-wrapper {
    /*position: absolute;*/
    z-index: 2;
    width: 100%;
    padding: 53px 0;
}

.wrapper-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-contact-form .contact-box {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 50px 40px;
    background-color: rgb(255, 151, 0);
}

.contact-box .title {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 28.8px;
}

.contact-box>.text {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0 0 20px 0;
    color: #fff;
}

.form-control {
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: none;
}

.form-control:focus {
    border-color: #b8de3a;
    box-shadow: 0 0 0 .2rem rgba(184, 222, 58, 0.25);
}

.wrapper-contact-form .contact-form .form-input {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    margin-bottom: 10px;
    padding-left: 20px;
}

.wrapper-contact-form .contact-form .form-input.txt__phone {
    padding-left: 45px;
    margin-bottom: 10px !important;
}

.wrapper-contact-form .contact-form textarea {
    overflow: auto;
    max-width: 100%;
    height: 100px;
}

.wrapper-contact-form .contact-form .contact-submit {
    margin-top: 30px;
    margin-left: 15px;
    width: 100%;
}

.btn-slide {
    font-size: 13px;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #fff;
}

.btn-slide .text {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color: rgb(255, 151, 0);
    font-style: inherit;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.page-contact-form .wrapper-form-images {
    display: inline-block;
    width: 50%;
}

.btn-slide:before {
    color: #0066b3;
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: 15px;
    content: attr(data-hover);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    opacity: 0;
}

.btn-slide .icons {
    position: absolute;
    color: #fff;
    top: 1px;
    bottom: 0;
    left: 0;
    padding: 9px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    border-radius: 50%;
    background-color: #0066b3;
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.btn-slide:hover .icons {
    left: calc(100% - 32px);
    left: -moz-calc(100% - 32px);
}

.btn:hover {
    background: #fff;
    color: #fff;
}

.page-contact-map {
    position: relative;
    display: table;
    width: 100%;
}

.page-contact-map .map-block {
    display: table-cell;
    padding-top: 0;
    vertical-align: middle;
    position: relative;
}

.page-contact-map .map-block .wrapper-info {

    z-index: 1;
    width: 100%;
    height: 520px;
    background-image: url(../images/contact/maps.jpg);
    background-repeat: repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 30px 0;
}

.map-block .map-info {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 330px;
    height: 330px;
    margin: auto;
    padding: 70px 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(13, 27, 32, .8);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .75);
}

.page-contact-map .map-block .map-info {
    background-color: rgba(13, 27, 32, .8);
}

.map-block .map-info .title-map {
    margin-bottom: 35px;
    color: #fff;
}

.page-contact-map .map-block .map-info .title-map:after {
    position: absolute;
    height: 3px;
    left: 40%;
    bottom: -20px;
    width: 54px;
    height: 3px;
    content: '';
    background-color: #fff;
}

.map-block .map-info p {
    margin-bottom: 0;
}

.map-block .map-info p .fa {
    margin-right: 3px;
}

.map-block .map-info .footer-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5% 0;
    transition: all .5s ease;
    background-color: #fff;
}

.map-block .map-info .btn-open-map {
    width: 100px;
    padding: 6px 10px;
    text-transform: none;
    color: #fff;
    border: 1px solid #b8de3a;
    background-color: #b8de3a;
}

.map-block .map-info p.mail a {
    color: #fff;
    text-decoration: none
}

#homeenqiryform #datepicker .tb-input,
#homeenqiryform .form-control,
#tourreviewform .form-control,
.banner-address .form-control,
#home_cou_id,
input[type=search] {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    padding: 6px 12px;
    border: solid 1px #dcdcdc;
    box-shadow: none;
}

#home_enquyri_modal .form-group {
    margin-bottom: 1rem;
    display: flex;
}

#home_enquyri_modal .form-group.commnet {
    display: block;
}

#home_enquyri_modal .modal-header {
    border-bottom: 1px solid #0066b3;
    background: #0066b3;
    color: #fff;
}

#home_enquyri_modal .modal-header .close {
    font-size: 30px;
    margin: 0;
    color: #fff;
    opacity: 1;
    /*padding: 0;*/
}

.wrapper-contact-form img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    display: block;
}

.modal-header {
    padding: 0;
}

.modal-header h3.homte-enquiry-modal-title {
    padding-top: 16px;
}

@media(max-width: 1366px) {}

@media(max-width: 1200px) {
    .page-contact-form .contact-wrapper {
        width: 49%;
    }
}

@media(max-width: 991px) {
    .page-contact-form .contact-wrapper {
        width: 100%;
        position: relative;
        padding: 10px 0;
    }

    .page-contact-form .wrapper-form-images {
        display: none;
        float: none;
    }

    .page-contact-form {
        padding: 10px 0;
    }

    .page-contact-form .contact-box {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .banner_main .img_main img {
        min-height: 250px;
    }

    .content_banner .btn-enquiry {
        font-size: 16px;
        padding: 7px 10px;
    }

    .modal-header h3.homte-enquiry-modal-title {
        font-size: 18px;
        padding-top: 20px
    }
}

.contact__txt {
    display: none;
}


.title__rq {
    margin: 10px 0;
}

.title__rq strong {
    font-size: 18px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;
}


.iti {
    display: block !important;
}

.pos-unset {
    position: static;
}

.contact {
    position: relative;
    min-height: 540px;
    margin-bottom: 40px;
}

.main__form {
    background-color: rgba(184, 222, 58, 0.08);
    padding: 30px 65px;
    border-radius: 12px;
    border: 1.5px solid rgba(184, 222, 58, 0.4);
}


.contact__des h4 {
    font-size: 27px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 55px;
}

.contact__des h4 span {
    color: #b8de3a;
}

.contact__des p {
    font-size: 16px;
    margin-bottom: 20px;
}

.hotline__us li {
    font-size: 18px;
    color: #414042;
    margin-bottom: 10px;
}

.hotline__us li:hover,
.hotline__us li a:hover {
    color: #b8de3a;
    transition: all .3s;
}

.hotline__us li i {
    width: 18px;
}

.hotline__us li a {
    color: #414042;
}

.contact__des h5 {
    color: #b8de3a;
    font-weight: 600;
}

.opening li {
    font-size: 16px;
}

.form-group label {
    color: #000;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

.office {
    background-color: #f7f8f9;
    padding: 30px 0;
}

.list__office {
    margin-bottom: 30px;
}

.list__office h4 {
    font-size: 18px;
    color: #414042;
    font-weight: 600;
    margin-bottom: 10px;
}

.list__office ul li {
    font-size: 16px;
    color: #414042;
    margin-bottom: 6px;
}

.list__office ul li a {
    color: #414042;
}

.list__office ul li span {
    color: #414042;
    font-weight: 600;
}

.list__office ul li a:hover {
    color: #b8de3a;
    transition: all .3s;
}

@media only screen and (max-width: 769px) {
    .pos-unset {
        position: relative;
    }

    .main__form {
        position: static;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact__des h4 {
        font-size: 23px;
        margin-bottom: 35px;
    }

    .main__form {
        padding: 20px 15px;
    }
}