@import url('https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Prompt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@1,14..32,300&display=swap');

@font-face {
    font-family: 'Kalufonia-Regular';
    src: url('../font/Kalufonia-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --hg-font-title: 'Kalufonia-Regular', 'Prompt';
    --hg-font-body: 'Inter', 'Prompt';
    --hg-font-thai: 'Prompt', 'Prompt';

    --hg-color-secondary: #333333;
    --hg-color-pink: #ebe6db;

    --hg-color-light: #fff;
    --hg-color-body: #545353;
    --hg-bg: #f9f9f9;

    --hg-rgba-color-secondary: 51, 51, 51;
    --hg-rgba-color-light: 255, 255, 255;

}

::-moz-selection {
    background-color: #fffffe;
    color: var(--hg-color-primary);
}

::selection {
    background-color: #fffffe;
    color: var(--hg-color-primary);
}

/*************************/
/* LANG TH */
/*************************/
.lang_th h1, .lang_th h2, .lang_th h3 {
    font-weight: 500;
}
.lang_th h2 {
    font-size: 30px;
}

.lang_th .our-offers .tagline {
    width: 200px;
}

.lang_th .nav-lang img {
    vertical-align: sub;
}

.lang_th .offers-slide .item p {
    margin: 3px 0 0;
}

.lang_th .tab_warning {
    font-size: 12px;
}

.lang_th .add_warning header {
    top: 37px;
}
.lang_th .menu_more .ui-icon-plus {
    top: -3px;
}
/*************************/
/* LANG DE */
/*************************/
.lang_de h1{
    overflow-wrap: break-word;
}
.lang_de .cursor-dot-outline.drag,
.lang_de .cursor-dot-outline.view {
    width: 90px;
    height: 90px;
    padding: 34px 11px;
    font-size: 14px;
}

/*************************/
.mask {
    position: relative;
    width: 180px;
}

header:after, .main-slider:after, main:after, .description_child:before,
.content_info:before,
.reservation > [class*=col-xs-]:nth-child(1):after {
    display: none;
}

/*************************/
.pull-right > div.hamburger {
    display: inline-block;
    z-index: 9;
}


.menu_more {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: .8s ease-in-out;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    z-index: 9;
}

.menu_more.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.menu_more.active ul {
    transform: translateX(0);

}

.menu_more ul {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 80px;
    background: #fff;
    margin: 0;
    float: right;
    transition: all 1s ease;
    transform: translateX(100%);
}

.menu_more ul li {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    padding: 8px 0;
    overflow: hidden;

}

.menu_more .sub-menu {
    position: relative;
    background: none;
    left: auto;
    padding: 0 0 0 30px;
    margin: 6px 0 0 ;
    display: none;
    transform: translateY(0em);
}

.menu_more .sub-menu.active {
    opacity: 1;
    pointer-events: auto;
    display: block;
}
.menu_more .sub-menu li {
    padding: 15px 0 0;
}
.menu_more .ui-icon-plus {
    display: block;
    top: -3px;
}
.menu_more ul li > a {
    line-height: normal;
    display: block;
    transform: translateY(200%);
    transition: ease-in-out .5s;
}

.menu_more.active ul li > a {
    transform: translateY(0);
    transition-delay: 0.6s;
    line-height: 1.1;
}
.menu_more ul li > a.active,
.menu_more ul li > a:hover {
    color: var(--hg-color-primary);
}
.menu_more.active ul li > a:hover {
    transition: all .4s;
}

.showmenu {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #212321;
    z-index: 8;
}

.showmenu .col-xs-4 {
    height: 100%;
    float: right;
}

.navbar {
    left: 235px;
    padding-left: 25px;
    right: auto;
    text-align: left;
}

.navbar-brand img {
    height: 60px;
}

.navbar ul li a, .nav-lang label {
    line-height: 76px;
}

header,
.lang_parent {
    background: var(--hg-color-light);
}

h1 {
    font-size: 50px;
}

hgroup {
    margin: 0;
}

hgroup h4 {
    margin: 0 0 10px;
}

h1, h2, h3 {
    color: #000;
}

b, strong {
    color: #352a14;
}

ul {
    margin: 0;
}

.arrow-slide, .offers-slide {
    bottom: 60px;
    z-index: 4;
}

.slide-content {
    width: 500px;
    bottom: 195px;
}

.btn-reservation, .social-slide a:hover {
    background: var(--hg-color-primary);
}


.mail:before, .mail:hover i,
.discover_book:hover {
    background: var(--hg-color-pink);
}

.btn-reservation:hover,
.social-footer a:hover, .discover_book:hover,
.error .discover_book {
    color: #fff;
    background: var(--hg-color-secondary);
}
.btn-reservation i {
    vertical-align: middle;
}
.discover_book {
    background: var(--hg-color-primary);

}


.navbar ul li a:hover, .navbar ul li a.active,
.sitemap a:hover ,.lang_parent a:hover, .nav-lang label:hover,
.contactus a:hover, .our-offers .tagline{
    color: var(--hg-color-primary);
}

.menu-footer a:hover,.copyright a:hover {
    color: var(--hg-color-secondary);
}

.mail:hover {

    border: 1px solid var(--hg-color-pink);
}

.our-offers:before {
    width: 70%;
    background: var(--hg-color-light);
}


.slider-show:after {
    height: 350px;
}


.description_child,
.book-mobile + main > .description_info {
    padding: 100px 0;
    background: #f4f3f1;
}


.description_info hgroup h4,
.description_info hgroup h4 + h1 {
    margin: 10px 0 0;
}

hgroup h4 a {
    text-decoration: underline;
    text-transform: lowercase;
}

.description_info hgroup + .content {
    margin: 15px auto 0;
}

.description_info hgroup + .content > p {
    margin: auto;
}

.gallery-strip {
    padding: 0;
}

.content + .gallery-strip {
    padding: 50px 0 0;
}


.detail_room + .gallery-strip,
.include-room + .gallery-strip {
    padding: 100px 0 0;
}

.content + .gallery-strip .slick-prev,
.content + .gallery-strip .slick-next,
.include-room + .gallery-strip .slick-prev,
.include-room + .gallery-strip .slick-next {
    top: 56%;
}

.include-room [class*=col-xs-] {
    padding: 0 25px;
}

.detail_room i,
.include-room ul li:before {
    margin-right: 10px;
    color: var(--hg-color-primary);
}

.navbar .sub-menu li {
    width: 100%;
}

.detail_stay {
    padding: 30px 0 0;
}


.detail_stay li {
    padding: 0 15px;
    line-height: 1.4;
}

.detail_stay li:before {
    color: var(--hg-color-primary);
    font-size: 33px;
}

.description_child hgroup {
    width: 100%;
}

.discover_more {
    color: var(--hg-color-primary);
    border: 0.5px solid var(--hg-color-primary);
}

.editable {
    text-align: initial;
}

.tagline-offers hgroup,
.content-offers hgroup,
.description hgroup {
    margin: 0 0 15px;
}

.review-tripadvisor {
    margin: 15px 0 0;
}

.tagline-offers {
    height: 375px;
}

.tagline-offers .editable,
.tagline-offers .editable p {
    text-align: left !important;
}

.our-offers .tagline {
    top: 152px;
}


.main-sub a.active .ui-icon-plus:before,
.main-sub a.active .ui-icon-plus:after {
    background: var(--hg-color-primary);
}

.editable p + ul {
    margin: 15px 0 0;
}

.detail_room ul {
    margin: 0;
}

.our-offers .content-offers hgroup h4 {
    font-weight: bold;
    line-height: 1.3;
}
.parallax {
    padding: 0 0 100px;
}

.parallax-small img {
    height: 120%;
}

.detail_room ul li {
    padding: 15px 0 0;
    display: block;
}

.detail_room li:nth-child(1) {
    padding: 0;
}

.collapse.show {
    visibility: inherit;
}

.nearby {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px 0 0;
}

.nearby h4 i {
    vertical-align: middle;
}

.card {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px 0 0;
    text-align: left;
}


.card-header {
    position: relative;
    padding: 8px 25px;
    border: 1px solid #e1d9d9;
    border-radius: 30px;
    text-align: left;
    cursor: pointer;
    transition: all .5s;
}

.card-header:after {
    content: '\e91c';
    font-family: icomoon;
    position: absolute;
    bottom: 0;
    right: 25px;
    top: 0;
    display: flex;
    align-items: center;
    transform: rotate(0deg);
}

.card-header.active:after {
    transform: rotate(180deg);
}

.card-body {
    position: relative;
    padding: 8px 25px 0;
    margin: 5px 0 0;
}

.card-header:hover,
.card-header.active {
    background: var(--hg-color-primary);
    color: #fff;
}

.logo-footer {
    margin: 0 0 10px;
    height: 80px;
}

.info_offers .btn-reservation {
    margin: 15px 0 0;
}

.child-item [class*=col-xs-]:nth-child(2) {
    padding-right: 0;
}

.child-item:nth-child(even) [class*=col-xs-]:nth-child(2) {
    padding-left: 0;
    padding-right: 50px;
}

.info_offers .editable a {
    text-decoration: underline;
}


.info_offers .editable ul + p {
    margin-top: 15px;
}

.info_offers .editable p + ul {
    margin: 0;
}

.content_info .editable a {
    text-decoration: underline;
}

.content_info .editable table {
    width: 100%;
    margin: 15px auto;
    border-collapse: collapse;
}

.content_info table thead th {
    background: rgba(var(--hg-rgba-color-primary), 0.08);
}

.content_info table tr,
.content_info table th,
.content_info table td {
    padding: 5px 20px;
    border: 1px solid #ded4d4;
}

.content_info ul + p {
    margin-top: 15px;
}


.child_offers .child-item ,
.child_activities .child-item {
    display: flex;
    align-items: center;
}

.child_offers .child-item:nth-child(even),
.child_activities .child-item:nth-child(even) {
    flex-direction: row-reverse;
}

.child_offers .child-item [class*=col-xs-],
.child_activities .child-item [class*=col-xs-] {
    height: auto;
    display: block;
}

.child_offers .child-item img,
.child_activities .child-item img {
    height: 100%;
}

.our-offers img {
    height: auto;
}

.child-item [class*=col-xs-]:nth-child(2) {
    padding: 0 50px;
}

.info_offers .item {
    width: 50%;
    margin: auto;
}

.info_offers .item img {
    width: 100%;
    display: block;
}
.content + .info_offers {
    padding: 50px 0 0;
}
.info_offers img {
    transition: ease-out .6s;
    transform: translateY(0px) scale(1.05);
}
.info_offers .item:hover img {
    transform: translateY(-10px) scale(1.05) !important;
}

.info_location .info_offers .item {
    margin: 50px auto 0;
}

.offers-slide .item [class*=col-xs-] {
    height: auto;
}
.offers-slide .item [class*=col-xs-]:nth-child(2) {
    display: grid;
    gap: 17px;
}

.offers-slide .item p {
    margin: 5px 0 0;
    line-height: 1;
    padding-right: 15px;
}

.editable h3 + p {
    margin-top: 15px;
}

.tab_warning {
    position: fixed;
    background: #de0000;
    color: #fff;
    width: 100%;
    padding: 10px 100px;
    font-size: 14px;
    text-align: left;
    z-index: 10;
}

.tab_warning {
    display: none;
}

.add_warning header {
    top: 40px;
}

.add_warning .book-mobile + main {
    margin-top: 115px;
}

.tab_warning .icon-warning {
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.tab_warning .closed-banner {
    position: absolute;
    width: 15px;
    height: 15px;
    display: inline-block;
    right: 100px;
    top: 13px;
    cursor: pointer;
    z-index: 99;
}

.tab_warning .closed-banner:before,
.tab_warning .closed-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    display: block;
    background: #fff;
}

.tab_warning .closed-banner:before {
    transform: rotate(45deg);
}

.tab_warning .closed-banner:after {
    transform: rotate(-45deg);
    transition: all .5s;
}

.tab_warning .closed-banner:hover:after {
    transform: rotate(136deg);
}

.tab_warning br {
    display: none;
}

.book-mobile + main.contactus {
    padding: 0;
    margin-top: 76px;
}

main.main_homepage {
    padding: 100px 0 0;
}

main.contactus section:last-child.description_child {
    padding: 100px 0;
}

main.contactus .description_child {
    background: var(--hg-bg);
    color: var(--hg-color-body);
}

main.contactus .description_child h1,
main.contactus .description_child h4 {
    color: #000;
}

main.contactus .description_child hgroup h4:before {
    filter: none;
}

.contact-form .form p {
    color: #000;
}

.contact-form input, .contact-form textarea {
    border-bottom: 1px solid #e0dcdc;
}

.map {
    margin: 0;
}

.map iframe {
    width: 100%;
    height: 650px;
    padding: 50px 0 100px;
}

.include-room .detail_room p,
.detail_room ul li {
    display: flex;
}
.include-room .detail_room p {
    padding: 15px 0 0;
}
.include-room .detail_room p:nth-child(1) {
    padding: 0;
}

.primary-main.description_info .container hgroup {
    width: 800px;
    margin: auto;
}
.primary-main.our-stay {
    padding: 0 0 200px;
}

.detail_room.detail_fac ul li::before {
    color: var(--hg-color-primary);
}

.qr_code {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.qr_code img {
    height: 180px;
}

.whyguestschoose {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.whyguestschoose ul {
    text-align: left;
    padding: 0;
}

.whyguestschoose ul li {
    padding: 3px 30px;
    position: relative;
    list-style: none;
    width: 50%;
    float: left;
}

.whyguestschoose ul li:before {
    content: '\e908';
    font-family: icomoon;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0;
    color: var(--hg-color-primary);
}

.hotline {
    padding: 0 0 50px;
}

.social-footer a i {
    top: 15px;
}

.social-footer a {
    padding: 10px;
}

.before_footer {
    text-align: center;
}

main.main_homepage .before_footer {
    padding: 100px 0;
    background: var(--hg-color-light);
}

.btn_transfer {
    line-height: 19px;
    background: var(--hg-color-secondary);
    margin: 0 !important;
}
.btn_transfer i {
    display: none;
}

.pull-right > a {
    vertical-align: middle;
}

.description_child .editable ul,
.content_info .editable ul {
    margin: 25px 0;
    padding: 0;
    column-count: 3;
}
.description_child .editable p  + ul {
    margin: 0;
}
.description_child.description_wedding  .editable ul {
    column-count: 1;
}

.content_info.info_location .editable ul {
    column-count: auto;
}

.description_child .editable ul li,
.content_info .editable ul li {
    padding: 8px 0;
    display: flex;
}

.description_child .editable ul li::before,
.content_info .editable ul li::before,
.child-pro-spa .editable ul li::before {
    content: "\e908";
    font-family: icomoon;
    font-size: 22px;
    line-height: 1;
    color: var(--hg-color-primary);
    vertical-align: text-bottom;
    margin-right: 6px;
}

.description_child .editable ul + p {
    margin-top: 15px;
}

.child-item img.logo_dining {
    width: auto;
    height: 70px;
    margin: 0 0 30px;
}

.child-item .logo_dining.logo_senses ,
.description_info img.logo_dining.logo_senses{
    height: 50px;
}
.description_info img.logo_dining,
.content_info img.logo_dining {
    width: auto;
    height: 70px;
    margin: 0 0 15px;
}
.child-item h2 {
    width: 100%;
}

.editable + a {
    margin-top: 10px;
}

.hotline .tel span,
.hotline .tel:before {
    line-height: 1.1;
}

.gallery .row-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: auto;
}

.gallery .row-gallery .album-gallery {
    column-count: auto;

}

.album-gallery a {
    padding: 0;
}

.album-gallery img {
    height: 250px;
}

.album-gallery figure {
    border-radius: 8px;
}

.title-album {
    position: relative;
    display: block;
    margin: 10px 0 0;
    text-align: left;
}

.title-album span {
    float: right;
}

.title-album i {
    font-size: 20px;
    vertical-align: text-bottom;
}
.detail_room {
   width: 100%;
}

.detail_open .detail_room {
    display: inline-block;
    width: auto;
}
.content .editable h2 + p,
.content .editable h1 + p {
    margin-top: 15px;
}
/*************************/
/* BLOG */
/*************************/
.book-mobile + main.info_blog {
    padding: 0;
}

.book-mobile + main.info_blog > .description_info {
    background: #f4f3f1;
    color: var(--hg-color-body);
}

.info_blog .description_info h1,
.info_blog .description_info h1 + h4 {
    color: var(--hg-color-primary);
}

.info_blog b, .info_blog strong {
    color: #000;
}

.info_blog .description_info h1 + h4 {
    margin: 10px 0 0;
    font-family: var(--hg-font-body);
    font-size: 16px;
}

.info_blog .description_info h1 + h4:before {
    content: '';
    background: url(../images/icon/logo-list.svg);
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.info_blog .description_info h4 + p > img {
    margin: 30px 0 0;
}

.info_blog .description_info h4 + p {
    margin-top: 15px;
}

.info_blog .editable p + ul {
    margin: 0 0 15px;
}

/*************************/
/* DOWNLOAD */
/*************************/
.page_download {
    position: relative;
    width: 100%;
    display: block;
}

.row_download {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.page_download .row_download > div {
    min-width: 0;
}

.page_download figure {
    width: 100%;
    height: 180px;
    display: inline-block;
}

.page_download figure img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    display: block;
}

.page_download .url {
    position: relative;
    padding: 15px 0 0;
    word-wrap: break-word;
    text-align: center;
}

.page_download .url p {
    margin: 0;
}

.page_download.download_hotel figure {
    height: auto;
}

.page_download.download_hotel .row_download {
    grid-template-columns: repeat(3, 1fr);
}

.btn_menu.btn-reservation i {
    animation-name: none;
    font-size: 16px;
    vertical-align: bottom;
    transition: all .6s;
}

.btn_menu.btn-reservation:hover i {
    transform: rotate(45deg);
}

.detail_open {
    position: relative;
    /*margin: 0 0 15px;*/
}

.content_info .detail_room {
    padding: 0 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: auto;
}

.content_spa .discover_more {
    margin: 0 5px;
    text-transform: capitalize;
}
.content_spa .editable + a {
    margin-top: 15px;
}


/*************************/
/* PAGINATION */
/*************************/
.pagination-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.pagination-blog a,
.pagination-blog span {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}

.pagination-blog a {
    border-radius: 50%;
    border: 1px solid #ddd;
}

.pagination-blog a.next,
.pagination-blog a.prev {
    border: none;
    background: none;
}

.pagination-blog a.next:hover,
.pagination-blog a.prev:hover {
    border: none;
    background: none;
    color: var(--hg-color-primary);

}

.pagination-blog a:hover,
.pagination-blog a.active {
    background: var(--hg-color-primary);
    color: #fff;
    border-color: var(--hg-color-primary);
}

/* disabled state */
.pagination-blog .disabled {
    opacity: 0.35;
    pointer-events: none;
    cursor: default;
}


/*************************/
/* AWARDS */
/*************************/
.awards {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 0 100px;
    text-align: center;
}

.awards p {
    margin: 0 0 30px;
}

.awards .item {
    display: inline-block;
    padding: 0 15px;

}

.awards img {
    width: auto;
    height: 100px;
    margin: auto;
}

/*********************************/
/* MEMBER */
/*********************************/
.member {
    position: fixed;
    width: 205px;
    height: auto;
    padding: 15px;
    background: #fff;
    top: 100px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    opacity: 1;
    pointer-events: auto;
    right: 100px;
    transition: all .6s;
    z-index: 4;
    font-size: 15px;
    border-radius: 10px;
    color: var(--hg-color-body);
}

.hide_member {
    opacity: 0;
    pointer-events: none;
    right: 0;
}


.member.up,
.member_icon.up {
    top: 100px;
}

.member p {
    margin: 0 0 10px;
}

.member i {
    color: #000;
    font-size: 30px;
}

.member a {
    color: #fff;
    background: var(--hg-color-primary);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
}

.member a:hover {
    background: #ccc2ad;
}

.member_icon {
    position: fixed;
    top: 100px;
    opacity: 0;
    pointer-events: none;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ae9e7b;
    border-radius: 50px;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
    z-index: 4;
}

.member_icon i {
    font-size: 24px;
    vertical-align: text-top;
    width: 100%;
    display: inline-block;
    color: #fff;
    animation-name: swing;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.show_icon_member {
    right: 100px;
    opacity: 1;
    pointer-events: auto;
}

.member .close_box {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
}

.member .close_box:before, .member .close_box:after {
    height: 20px;
}

/*************************/
/* BOOKING TRANSFER */
/*************************/

.form_transfer {
    position: relative;
    /*width: 680px;*/
    margin: auto;
    text-align: center;

}

.row_transfer {
    margin-right: -5px;
    margin-left: -5px;
}

.row_transfer [class*=col-sm-] {
    padding: 10px 5px;
    text-align: left;
}

.form_transfer label {
    display: block;
    margin: 0 0 5px;
    color: var(--hg-color-secondary);
}

.form_transfer input {
    width: 100%;
    background: #fffefe;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    outline: none;
    border-radius: 5px;
}

.form_transfer input.input_radio {
    width: auto;
}

.form_transfer select {
    width: 100%;
    background: #fffefe;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    outline: none;
    border-radius: 5px;
    font-family: inherit;
}

.checktransfer {
    position: relative;
}

.form_transfer i {
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 0;
    display: flex;
    align-items: center;
}

.form_transfer [class*=col-sm-] > div {
    position: relative;
}

.form_transfer [class*=col-sm-] > div i.icon-caret-down {
    font-size: 16px;
}

.form_transfer [class*=col-sm-] > div.checktransfer i.icon-calendar,
.form_transfer [class*=col-sm-] > div.checktransfer i.icon-clock {
    font-size: 22px;

}

img.ico_form {
    height: 21px;
    bottom: 9px;
    right: 12px;
}

.ico_form svg {
    height: 15px;
}

.gj-datepicker-md [role=right-icon],
.gj-timepicker-md [role=right-icon] {
    display: none;
}

.form_transfer input.arrival {
    line-height: normal;
    font-family: inherit;
    padding: 9px 15px;
}

.gj-textbox-md:active, .gj-textbox-md:focus {
    border: 1px solid #e4e4e4 !important;
}

.gj-cursor-pointer.today {
    background: #ae9e7c;
    border-radius: 50%;
}

.gj-picker-md table tr td.today div {
    color: #fff !important;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #ae9e7c !important;
}

.gj-picker-md table thead,
.gj-picker-md {
    color: #545353;
}

.recaptcha {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
}
#html_element4 > div {
    margin: auto;
}

.g-recaptcha div {
    margin: auto;
}

.btn_submit {
    position: relative;
    width: 100%;
}
.btn_submit input {
    width: auto;
    position: relative;
    padding: 12px 25px;
    background: var(--hg-color-primary);
    border-radius: 30px;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    will-change: transform;
    display: inline-block;
    line-height: 1;
    transform: scale(1);
}
.btn_submit input:hover {
    transform: scale(1.05);
    background: var(--hg-color-secondary);
}
.our_transfer p + table {
    margin: 0 0 30px;
}
button[disabled], html input[disabled] {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}