/*blue dark 1 #38C9B6*/
/*blue  2 #f0fdfb*/
/*blue light 3 #f0fdfb*/
/*orange ff4136*/
/*green 1cb841*/
/*blue1 2196f3*/
/*blue2 7fdbff*/
/*red f08eaa*/
/*gray3 f0fdfb*/
/*gray4 424242*/
/*[dir="rtl"]*/

/*general html*/
html, body {
    font-size: 15px;
    line-height: 200%;
    font-family: dana, tahoma !important;
    text-align: right;
    overflow-x: hidden;
    color: #424242;
    background: #ffffff;
}

[dir="ltr"] html,
[dir="ltr"] body {
    font-size: 17px;
    direction: ltr !important;
    text-align: left !important;
}

p {
    text-align: justify;
}

small {
    line-height: 18px;
    margin: auto;
    padding: 0 0 4px;
    display: block;
    color: #8e959f;
}

.container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
    overflow: hidden;
}

.container {
    padding: 0 16px;
    margin: auto;
    width: 100%;
    float: none;
}

.row {
    display: flex !important;
}

.ltr {
    direction: ltr !important;
    display: inline-block;
}

.btn {
    border-radius: 16px;
    width: auto;
    margin: 16px 16px 0 0;
    padding: 0 8px;
    float: left !important;
    font-size: 13px;
    font-weight: normal;
    border-width: 2px;
}

[dir="ltr"] .btn {
    float: right !important;
    margin-left: 16px;
    margin-right: 0;
}

.btn i {
    font-size: 18px;
    vertical-align: middle;
}

.btn-primary {
    background: #38C9B6;
    border-color: #38C9B6;
}

.btn-primary:hover {
    background: #008779;
    border-color: #008779;
}

.btn-outline-primary {
    border-color: #38C9B6;
    color: #38C9B6;
}

.btn-outline-primary:hover {
    border-color: #008779;
    background: #008779;
    color: #ffffff;
}

a.hpackage_danger_btn,
[dir="ltr"] a.hpackage_danger_btn {
    background: #ffffff;
    border-color: #f08eaa;
    border-width: 1px !important;
    color: #f08eaa;
    float: none !important;
    padding: 8px;
    font-weight: normal;
    font-size: 11px;
    display: block;
    margin: auto auto 16px;
    width: 90px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.hpackage_danger_btn:hover,
[dir="ltr"] a.hpackage_danger_btn:hover {
    color: #ffffff;
    background: #f08eaa;
    border-color: #f08eaa;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.hpackage_light_btn,
[dir="ltr"] a.hpackage_light_btn {
    border-width: 1px !important;
    float: none !important;
    margin: auto;
    padding: 8px;
    font-weight: normal;
    font-size: 13px;
    display: block;
    width: 90px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*bootstrap icon*/
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: middle !important;
}

/*a.remove_hpackage_from_compare_list*/
/*a.add_hpackage_to_compare_list*/
button.remove_hpackage_from_compare_list,
button.add_hpackage_to_compare_list {
    border-width: 1px !important;
    float: none !important;
    margin: auto;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    display: block;
    width: 90px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

button.remove_hpackage_from_compare_list:hover,
button.add_hpackage_to_compare_list:hover {
    border: 2px solid #f0fdfb;
    background: #f0fdfb;
    color: #424242;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

button.remove_hpackage_from_compare_list {
    color: #f08eaa !important;
}

.btn-light {
    color: #8e959f;
    background-color: #ffffff;
    border-color: #f0fdfb;
}

.btn-light:hover {
    border: 2px solid #f0fdfb;
    background: #f0fdfb;
    color: #424242;
}

a.btn_center {
    float: none !important;
    margin: auto auto;
    text-align: center;
    display: block;
    width: 300px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 16px 0;
    word-spacing: -2px !important;
    font-weight: bold;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

ul,
ol {
    padding: 8px 0;
    margin: 0;
}

ul li,
ol li {
    padding: 0;
    line-height: 140%;
    margin: 8px 32px;
    text-align: justify;
}

hr {
    padding-top: 1px;
    background: #f0fdfb !important;
    opacity: 1.0;
    color: #f0fdfb;
    margin: 0;
    width: 100%;
    float: right;
}

a {
    text-decoration: none;
    color: #424242;
}

a:hover {
    text-decoration: none;
    color: #008779;
}

blockquote {
    background: transparent url("../images/icon/speech-128.png") no-repeat 98% center;
    background-size: 32px;
    border-radius: 16px;
    width: calc(100% - 250px);
    padding: 8px 80px 8px 8px;
    line-height: 150%;
    margin: 16px 128px 16px;
    font-size: 16px;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

[dir="ltr"] blockquote {
    background: transparent url("../images/icon/speech-128.png") no-repeat 2% center;
    padding: 8px 8px 8px 80px;
    background-size: 32px;
}

blockquote:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

blockquote p {
    padding: 0;
    margin: 8px 0;
}

figcaption {
    padding: 16px;
    font-size: 13px;
    background: #f0fdfb;
    float: right;
    margin: 8px;
    border-radius: 16px;
}

iframe {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 800px;
    border-radius: 16px !important;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
}


/*tooltip*/
.tooltip {
    font-family: dana, tahoma !important;
}

.tooltip-inner {
    background: #424242;
    border-radius: 16px;
    width: 100% !important;
    max-width: 350px !important;

    -webkit-box-shadow: 0 0 0 0 #f0fdfb;
    -moz-box-shadow: 0 0 0 0 #f0fdfb;
    box-shadow: 0 0 0 0 #f0fdfb;
}

/*nav-pills*/
.nav-pills {
    background: #f0fdfb;
    border-radius: 16px;
    padding: 8px 8px;
    margin-top: 16px;
}

.nav-pills .nav-item {
    padding: 0;
    margin: 0 auto;
}

.nav-pills .nav-link {
    color: #424242;
    background: #f0fdfb;
    border-radius: 16px;
    padding: 0 8px;
    margin: 8px 0 8px 8px;
    font-size: 12px;
}

[dir="ltr"] .nav-pills .nav-link {
    margin: 8px 8px 8px 0;
    font-size: 13px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background: #ffffff;
    color: #424242;
}

/*block_title*/
h3.block_title {
    padding: 4px 40px 8px 0;
    border-bottom: 2px solid #f0fdfb;
    font-weight: bold;
}

[dir="ltr"] h3.block_title {
    padding: 8px 0 8px 40px;
}

/*bootstrap form*/
form {
    padding: 0 16px 16px;
    background: #f0fdfb;
    border-radius: 16px;
    margin: 16px auto;
}

form .btn {
    border-radius: 8px !important;
}

input,
textarea {
    border-radius: 8px !important;
    background: #ffffff;
    border: 2px solid #f0fdfb;

    -webkit-box-shadow: 0 0 0 0 #ffffff !important;
    -moz-box-shadow: 0 0 0 0 #ffffff !important;
    box-shadow: 0 0 0 0 #ffffff !important;
}

input::placeholder {
    color: #f0fdfb;
}

textarea {
    min-height: 200px !important;
}

[dir="ltr"] input,
[dir="ltr"] textarea {
    border-radius: 8px !important;
    direction: ltr;
    background: #ffffff;
    border: 2px solid #f0fdfb;
}

input[type="file"] {
    width: 100%;
    float: right;
    border: 2px solid #f0fdfb !important;
    height: 40px;
    background: #ffffff;
}

input[type="file"]:hover {
    border: 2px solid #38C9B6 !important;
}

label {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    text-align: right;
}

[dir="ltr"] label {
    text-align: left;
}

label#accept_rules_label {
    font-size: 16px;
    font-weight: normal;
}

.checkbox label,
label span,
.radio label {
    font-size: 16px;
    font-weight: normal;
}

label.control-label {
    margin-top: 20px !important;
}

.form-control {
    font-size: 16px;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid #f0fdfb;
    height: 40px;
    background: #ffffff;
}

.form-control:focus,
.form-control:hover {
    border-color: #38C9B6 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url("../images/icon/down-arrow.png") no-repeat 2% 13px !important;
    border: 2px solid #f0fdfb;
    padding: 8px 8px 8px 48px;
}

[dir="ltr"] select {
    background: #ffffff url("../images/icon/down-arrow.png") no-repeat 98% 13px !important;
    border: 2px solid #f0fdfb;
    padding: 8px 48px 8px 8px;
}

select:focus,
select:hover {
    border-color: #38C9B6;
}

.form_picture_preview {
    display: block;
    width: 30%;
    height: auto;
    margin: 16px auto;
    border-radius: 8px;
}

p.help-block {
    color: #f08eaa;
}

.form-error {
    border: 2px solid #f08eaa;
}

/*banner_ip_300x90*/
#banner_ip_300x90 {
}

#banner_ip_300x90 a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 16px;
    margin: 16px auto;

    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#banner_ip_300x90 a img:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*full_search_params*/
#full_search_params {
    margin: 0;
    padding: 0 8px;
}

#full_search_params form {
    margin: 8px 0 0 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
}

#full_search_text {
    margin: 0 0 0 3px;
    width: calc(50% - 28px);
    float: right;
}

[dir="ltr"] #full_search_text {
    margin: 0 3px 0 0;
    float: left;
}

#full_search_text input {
    border: 0 !important;
    border-radius: 8px !important;
    background: #ffffff;
    padding: 0 8px;
    height: 32px;
    font-size: 14px;
    color: #424242;
}

#full_search_type {
    margin: 0 3px 0 0;
    width: calc(50% - 28px);
    float: right;
}

[dir="ltr"] #full_search_type {
    margin: 0 0 0 3px;
    float: left;
}

#full_search_type select {
    border: 0 !important;
    background: #f0fdfb !important;
    border-radius: 0 !important;
    padding: 0 8px;
    font-size: 14px;
    height: 32px;
    color: #424242;
}

#full_search_params form input::placeholder,
#full_search_type select {
    color: #424242;
}

#full_search_type select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url("../images/icon/down-arrow.png") no-repeat 6% 8px !important;
    padding-left: 48px;
    border-radius: 8px !important;
}

[dir="ltr"] #full_search_type select {
    background: #ffffff url("../images/icon/down-arrow.png") no-repeat 92% 8px !important;
    padding-right: 48px;
}

#full_search_button {
    margin: 0 10px 0 0;
    border: none;
    border-radius: 8px;
    float: right;
    padding: 0 8px;
    height: 32px;
    width: 38px;
    font-size: 14px;
    color: #38C9B6;
}

[dir="ltr"] #full_search_button {
    margin: 0 0 0 10px;
}

/*random_tourist_guides*/
#random_tourist_guides h3.block_title {
    border-color: #ffc107;
}

#random_tourist_guides .item,
#random_tourist_guides .item:hover {
    margin: 0;

    -webkit-box-shadow: 0 0 0 0 #d1f0eb;
    -moz-box-shadow: 0 0 0 0 #d1f0eb;
    box-shadow: 0 0 0 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#random_tourist_guides .item img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 16px auto 0 !important;
    border: 8px solid #f0fdfb;
    padding: 0;
}

#random_tourist_guides .item:hover img {
    transform: scale(1.00);

    -webkit-box-shadow: 0 0 16px 0 #d1f0eb;
    -moz-box-shadow: 0 0 16px 0 #d1f0eb;
    box-shadow: 0 0 16px 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#random_tourist_guides .item .random_tourist_guides_details {
    padding: 0 8px 8px;
    display: block;
    float: right;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    border-radius: 16px;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#random_tourist_guides .item:hover .random_tourist_guides_details {
    -webkit-box-shadow: 0 0 16px 0 #d1f0eb;
    -moz-box-shadow: 0 0 16px 0 #d1f0eb;
    box-shadow: 0 0 16px 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*form_help*/
#form_help {
    font-size: 13px;
    text-align: justify;
    line-height: 140%;
}

#form_help li {
    margin-bottom: 8px;
}

/*search_all_tourist_guides*/
#search_all_tourist_guides .item,
#search_all_tourist_guides .item:hover {
    margin: 0;

    -webkit-box-shadow: 0 0 0 0 #d1f0eb;
    -moz-box-shadow: 0 0 0 0 #d1f0eb;
    box-shadow: 0 0 0 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#search_all_tourist_guides .item img {
    display: block;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 16px auto 0 !important;
    border: 8px solid #f0fdfb;
    padding: 0;
}

#search_all_tourist_guides .item:hover img {
    transform: scale(1.00);

    -webkit-box-shadow: 0 0 16px 0 #d1f0eb;
    -moz-box-shadow: 0 0 16px 0 #d1f0eb;
    box-shadow: 0 0 16px 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#search_all_tourist_guides .item .all_tourist_guides_details {
    padding: 0 8px 8px;
    display: block;
    float: right;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    border-radius: 16px;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#search_all_tourist_guides .item:hover .all_tourist_guides_details {
    -webkit-box-shadow: 0 0 16px 0 #d1f0eb;
    -moz-box-shadow: 0 0 16px 0 #d1f0eb;
    box-shadow: 0 0 16px 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*bg_1*/
section#bg_1 {
    background: url("../images/theme/bg-1.jpg") top center;
    background-size: cover;
}

/*banner_ip_300x250*/
#banner_ip_300x250 {
    width: calc(100% - 32px);
    margin: 16px 16px;
    padding: 0;
    float: right;
}

#banner_ip_300x250 a {
    display: block;
    width: 100%;
    margin: 16px auto;
    float: right;
}

#banner_ip_300x250 a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 16px;
    margin: auto;
}

/*breadcrumb*/
#breadcrumb {
    padding: 0 8px 0;
    margin: 16px 0 0;
    text-align: justify;
    line-height: 120%;
}

#breadcrumb a,
#breadcrumb span {
    color: #8e959f;
    font-size: 13px;
}

#breadcrumb a:hover,
#breadcrumb a span:hover {
    color: #008779;
}

/*random_province_places*/
/*all_iran_places*/
#random_province_places,
#all_iran_places {
    text-align: center;
    margin-top: 16px;
}

#random_province_places p,
#all_iran_places p,
#random_province_places h3,
#all_iran_places h3 {
    text-align: center;
    padding: 0;
    margin: 0;
}

#random_province_places_map,
#all_iran_places_map {
    border-radius: 16px;
    height: 400px;
}

/*content_links*/
#content_links {
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 14px;
    line-height: 140%;
}

#content_links p {
    padding: 8px 0 !important;
    margin: 0 !important;
    font-size: 12px;
}

#content_links a {
    display: inline-block;
    color: #424242 !important;
    background: #f0fdfb;
    font-size: 12px;
    padding: 0 8px;
    margin: 8px;
    border-radius: 16px;
}

[dir="ltr"] #content_links a {
    font-size: 13px;
}

#content_links a:hover {
    color: #ffffff !important;
    background: #008779;
}

/*hpackage_links*/
#hpackage_links {
    display: block;
    float: right;
    width: calc(100% - 16px);
    margin: 16px 8px 0;
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    /*background: #cff4fc !important;*/
    border: 0 solid #b6effb !important;
    border-radius: 16px;
    color: #ffffff;

    background: linear-gradient(-90deg, #f08eaa, #e73c7e, #23a6d5, #38C9B6);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#hpackage_links p {
    padding: 0 !important;
    margin: 8px 0 -12px !important;
    font-size: 14px;
}

#hpackage_links a {
    display: inline-block;
    color: #424242 !important;
    background: #ffffff;
    font-size: 14px;
    padding: 0 8px;
    margin: 4px;
    border-radius: 8px;
}

[dir="ltr"] #hpackage_links a {
    font-size: 13px;
}

#hpackage_links a:hover {
    background: #f0fdfb;
}

/*admin_buttons*/
#admin_buttons {
    margin: 0 0 16px;
}

.admin_btn {
    float: right !important;
    margin: 0 0 0 16px !important;
    padding: 8px;
}

[dir="ltr"] .admin_btn {
    float: left !important;
    margin: 0 16px 0 0 !important;
    padding: 8px;
}

/*captcha*/
.captcha span,
.captcha button {
    display: block;
    float: right;
    width: 50%;
    margin: 0 0 16px;
}

[dir="ltr"] .captcha span,
[dir="ltr"] .captcha button {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 16px
}

.captcha button#reload {
    width: 50px;
}

.captcha span img {
    border-radius: 16px;
}

/*comments*/
#content_comment {
    direction: rtl;
    float: right;
}

[dir="ltr"] #content_comment {
    direction: ltr;
}


#content_comment #comment_form {
    float: left;
    width: 100%;
}

#content_comment .comment_section {
    width: 100%;
    padding: 8px;
    margin: 0 0 8px;
    float: right;
    background: #f0fdfb;
    border-radius: 16px;
}

#content_comment .comment_with_parent_1 {
    width: calc(100% - 16px);
    padding: 8px;
    margin: 0 16px 8px 0;
    float: right;
    background: #f0fdfb;
    border-radius: 16px;
}

[dir="ltr"] #content_comment .comment_with_parent_1 {
    margin-right: 0;
    margin-left: 16px;
}

#content_comment .comment_with_parent_2 {
    width: calc(100% - 32px);
    padding: 8px;
    margin: 0 32px 8px 0;
    float: right;
    background: #f0fdfb;
    border-radius: 16px;
}

[dir="ltr"] #content_comment .comment_with_parent_2 {
    margin-right: 0;
    margin-left: 16px;
}

#content_comment .comment_with_parent_3 {
    width: calc(100% - 48px);
    padding: 8px;
    margin: 0 48px 8px 0;
    float: right;
    background: #f0fdfb;
    border-radius: 16px;
}

[dir="ltr"] #content_comment .comment_with_parent_3 {
    margin-right: 0;
    margin-left: 16px;
}

#content_comment .comment_with_parent_4 {
    width: calc(100% - 60px);
    padding: 8px;
    margin: 0 60px 8px 0;
    float: right;
    background: #f0fdfb;
    border-radius: 16px;
}

[dir="ltr"] #content_comment .comment_with_parent_4 {
    margin-right: 0;
    margin-left: 16px;
}

#content_comment .comment_with_parent_5 {
    width: calc(100% - 80px);
    padding: 8px;
    margin: 0 80px 8px 0;
    float: right;
    background: #f0fdfb;
    border-radius: 16px;
}

[dir="ltr"] #content_comment .comment_with_parent_5 {
    margin-right: 0;
    margin-left: 16px;
}

#content_comment .comment_info {
    width: 100%;
    padding: 0;
    margin: 0;
    float: right;
}

[dir="ltr"] #content_comment .comment_info {
    float: left;
}

#content_comment .comment_info p {
    margin: 0;
    padding: 0;
}

#content_comment .comment_body {
    width: calc(100% - 0);
    float: right;
    font-size: 14px;
    line-height: 140%;
}

[dir="ltr"] #content_comment .comment_body {
    float: left;
    font-size: 16px;
}

#content_comment p,
#content_comment .comment_body p {
    text-align: justify !important;
    margin: 8px 0;
}

#content_comment .comment_info .comment_image {
    width: 100%;
    max-width: 48px;
    height: auto;
    padding: 0;
    float: right;
    margin: auto;
    border-radius: 8px;
}

[dir="ltr"] #content_comment .comment_info .comment_image {
    float: left !important;
}

#content_comment .comment_link {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 8px;
    margin: 8px 8px 0 0;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    color: #424242;
}

[dir="ltr"] #content_comment .comment_link {
    float: right;
    margin-right: 0;
    margin-left: 8px;
    font-size: 12px;
}

#content_comment .comment_link:hover {
    color: #008779;
}

#content_comment .comment_info .comment_username {
    width: 50%;
    text-align: right;
    margin: -4px 8px 0;
    font-size: 12px;
    float: right;
    font-weight: bold;
}

[dir="ltr"] #content_comment .comment_info .comment_username {
    text-align: left;
    float: left;
}

#content_comment .comment_info .comment_username img {
    display: block;
    width: 24px;
    float: right;
    margin: 0 4px 0;
}

[dir="ltr"] #content_comment .comment_info .comment_username img {
    float: left;
}

#content_comment .comment_info .comment_date {
    width: 50%;
    text-align: right;
    margin: -4px 8px -4px;
    font-size: 11px;
    padding: 0;
    float: right;
}

[dir="ltr"] #content_comment .comment_info .comment_date {
    text-align: left;
    float: left;
}

/*top_icon_btn*/
.top_icon_btn {
    display: block;
    color: #424242 !important;
    border-radius: 16px;
    text-align: center !important;
    font-size: 12px;
    padding: 8px;
    background: #ffffff;
    margin: 8px auto;
    border: none;
    max-width: 200px;
    line-height: 140%;
}

.top_icon_btn:hover {
    background: #f0fdfb;
}

img.top_icon_btn_img {
    display: block;
    width: 100%;
    max-width: 32px;
    height: auto;
    margin: 0 auto 8px;
}

/*side_icon_btn*/
.side_icon_btn {
    display: inline-block;
    color: #424242 !important;
    border-radius: 16px;
    text-align: justify !important;
    font-size: 12px;
    padding: 4px 8px;
    margin: 0 auto 8px;
    background: #ffffff;
}

.side_icon_btn:hover {
    background: #f0fdfb;
}

img.side_icon_btn_img {
    display: block;
    width: 24px;
    height: auto;
    margin: 2px 0 0 4px;
    float: right;
}

[dir="ltr"] img.side_icon_btn_img {
    margin: 2px 4px 0 0;
    float: left;
}

/*content_medical_place_faqs*/
#content_medical_place_faqs h3.block_title {
    padding: 4px 40px 8px !important;
    margin-top: -32px;
}

#content_medical_place_faqs img.block_title_image {
    width: 32px;
    height: 32px;
    border-radius: 0 !important;
}

#content_medical_place_faqs {
    padding-top: 16px !important;
    width: calc(100% - 32px);
    margin: 16px 16px 0;
}

#content_medical_place_faqs .row {
    max-height: 250px;
    overflow-y: auto;
}

#content_medical_place_faqs a {
    display: inline-block;
    color: #424242 !important;
    border-radius: 8px;
    font-size: 13px;
    padding: 4px 8px 0;
    margin: 0 auto 8px;
    background: #f0fdfb;
    width: 100%;
    text-align: center;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#content_medical_place_faqs a:hover {
    background: #ffffff;
    color: #008779 !important;
}

#content_medical_place_faqs a img {
    display: block;
    width: 24px;
    height: auto;
    margin: 2px 0 0 4px;
    float: right;
}

[dir="ltr"] #content_medical_place_faqs a img {
    margin: 2px 4px 0 0;
    float: left;
}

/*fp_all_hp_img*/
#fp_all_hp_img {
    margin: 0;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    color: #424242;
    background: #ffffff;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#fp_all_hp_img:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#fp_all_hp_img img {
    display: block;
    width: 100%;
    max-width: 96px;
    margin: -16px auto 16px;
}

#fp_all_hp_img hr {
    padding-top: 1px;
    background: #f08eaa !important;
    margin: 0 0 8px;
    opacity: 1.0;
    color: #f08eaa;
}

#fp_all_hp_img p {
    font-size: 13px;
    text-align: center;
    color: #424242;
    padding: 8px 8px 8px;
    line-height: 16px;
    margin: 0 0 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#fp_all_hp_img h5 {
    margin: 0;
    padding: 8px 8px 8px;
    color: #424242;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#fp_all_hp_img:hover p,
#fp_all_hp_img:hover h5 {
    background: rgba(255, 255, 255, 0.75);
    color: #424242;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#fp_all_hp_img:hover h5 {
    color: #008779;
}

/*lightbox*/
.lb-cancel {
    background: url("../images/icon/loading.gif") no-repeat !important;
}

.lb-nav a.lb-prev {
    width: 50%;
    background: url("../images/icon/prev.png") left 48% no-repeat !important;
}

.lb-nav a.lb-next {
    width: 50%;
    background: url("../images/icon/next.png") right 48% no-repeat !important;
}

.lb-data .lb-close {
    background: url("../images/icon/close.png") top right no-repeat !important;
}

.lightbox .lb-image {
    border-radius: 16px !important;
    border: 0 solid rgba(255, 255, 255, 0.5) !important;

    -webkit-box-shadow: 0 0 0 0 #424242;
    -moz-box-shadow: 0 0 0 0 #424242;
    box-shadow: 0 0 0 0 #424242;
}

.lightbox .lb-image:hover {
    border: 8px solid rgba(255, 255, 255, 0.25);
}

.lb-outerContainer {
    background-color: transparent !important;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
}

/*leaflet*/
.leaflet-container {
    overflow: hidden;
    z-index: 1;
}

.leaflet-top a {
    border: none !important;
    display: block;
    float: left;
}

.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child {
    border-radius: 16px !important;
}

.leaflet-routing-container {
    display: none !important;
}

.leaflet-popup-content-wrapper {
    font-family: dana, tahoma !important;
    padding: 1px;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    min-height: 65px;
    margin-top: -16px;
}

.leaflet-popup-content {
    margin: 8px 8px !important;
    font-size: 14px !important;
    width: 100%;
    min-width: 250px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center !important;
}

.leaflet-popup-content a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    text-align: center !important;
}

.leaflet-container a.leaflet-popup-close-button {
    padding: 0 !important;
    padding-top: 1px !important;
    margin: 0 !important;
    height: 32px !important;
    width: 32px !important;
    border: none;
    border-radius: 50%;
    text-align: center !important;
    font-size: 26px !important;
    text-decoration: none !important;
    font-weight: normal !important;
    background: #ffffff !important;
    margin-right: -10px !important;
    margin-top: -25px !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #424242;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 0 solid #f0fdfb !important;
    background-clip: padding-box;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.leaflet-pane .leaflet-marker-pane,
.leaflet-pane .leaflet-popup-pane {
    top: 0;
}

.leaflet-pane .leaflet-marker-icon {
    left: -16px;
    top: -32px;
    border-radius: 50%;
    background: #ffffff;
    outline: 6px solid rgba(0, 0, 0, 0.15);
}

.leaflet-pane .leaflet-popup {
    top: -72px;
}

.leaflet-control-locate .leaflet-bar-part {
    background: #008779;
    color: #ffffff;
    padding: 10px;
    width: 56px !important;
    height: 56px !important;
    font-size: 32px;
}

.leaflet-control-locate .leaflet-bar-part:hover {
    color: #424242;
}

img.map_content_image {
    display: block;
    width: auto;
    height: 150px;
    border-radius: 8px;
    margin: 0 auto 8px;
}

/*accordion*/
.accordion-item {
    border: none;
}

.accordion-item .accordion-header {
    padding: 0 8px;
}

.accordion-item .accordion-body {
    padding: 0;
}

.accordion-item .accordion-button::after {
    position: absolute;
    left: 0;
    background-image: url("../images/icon/down-arrow-128.png") !important;
}

[dir="ltr"] .accordion-item .accordion-button::after {
    position: absolute;
    left: auto;
    right: 0;
    background-image: url("../images/icon/down-arrow-128.png") !important;
}

.accordion-item .accordion-button .collapsed::after {
    position: absolute;
    left: 0;
    background-image: url("../images/icon/up-arrow-128.png") !important;
}

[dir="ltr"] .accordion-item .accordion-button .collapsed::after {
    position: absolute;
    left: auto;
    right: 0;
    background-image: url("../images/icon/up-arrow-128.png") !important;
}

.accordion-item button {
    padding: 8px 0 !important;
    background: #ffffff !important;
    border-bottom: 2px solid #f0fdfb;
}

.accordion-item button img.block_title_image {
    width: 32px;
    height: 32px;
    margin: 0 0 0 8px;
}

[dir="ltr"] .accordion-item button img.block_title_image {
    margin: 0 8px 0 0;
}

/*second_menu*/
#second_menu {
    padding: 8px 0;
    text-align: left;
}

[dir="ltr"] #second_menu {
    text-align: right;
}

#second_menu img {
    width: 32px;
    height: 32px;
}

#second_menu a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    margin: 8px;
    padding: 0 8px;
}

#second_menu a i {
    display: block;
    font-size: 16px;
    vertical-align: middle;
}

#second_menu a:hover,
#second_menu a i:hover {
    color: #008779;
}


/*menu_btn*/
#menu_btn {
    padding-top: 16px;
    float: right;
}

[dir="ltr"] #menu_btn {
    padding-top: 16px;
    float: left;
}

#menu_btn a {
    padding: 2px;
    font-size: 13px;
    display: inline-block;
}

#menu_btn a:hover {
    color: #008779;
}

#menu_btn a i {
    width: 40px;
    text-align: right;
    font-size: 28px;
    float: right;
    vertical-align: middle;
}

[dir="ltr"] #menu_btn a i {
    float: left;
    text-align: left;
}

/*discount_badge*/
.discount_badge {
    background: #f08eaa;
    position: absolute;
    border-radius: 0 16px 0 16px;
    margin: 0;
    padding: 4px !important;
    z-index: 99;
}

[dir="ltr"] .discount_badge {
    border-radius: 16px 0 16px 0;
}

.discount_badge span {
    display: block;
    line-height: 100%;
}

.discount_badge img {
    display: block;
    margin: auto;
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 4px !important;
}

.discount_number {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
}

/*panel_btn*/
#panel_btn {
    float: right !important;
    margin-top: 4px !important;
    padding: 4px 8px !important;
}

[dir="ltr"] #panel_btn {
    float: left !important;
    margin-top: 4px !important;
}

#panel_btn:hover {
    color: #ffffff !important;
}

/*hpackage*/
#hpackage_image {
    margin-bottom: 16px;
}

#hpackage_image a {
    display: block;
    width: 100%;
    max-width: 1000px;
    max-height: 700px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
}

#hpackage_image a img {
    display: block;
    width: 100% !important;
    max-width: 1000px;
    height: auto;
    margin: auto;
    border-radius: 16px;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#hpackage_image a img:hover {
    transform: scale(1.025);

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#hpackage_description {
    width: calc(100% - 0);
    margin: 0 0;
    float: right;
}

#hpackage_text h3.block_title {
    padding: 8px 48px 8px !important;
}

#hpackage_text #before_surgery img.block_title_image,
#hpackage_text #after_surgery img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -60px;
    border-radius: 0 !important;
}

.hpackage_details {
    margin: 0 0 16px;
}

.hpackage_details h3.block_title {
    padding: 4px 40px 8px !important;
}

.hpackage_details img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -60px;
    border-radius: 0 !important;
}

.hpackage_details .hpackage_detail_col4,
.hpackage_details .hpackage_detail {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0 !important;
}

[dir="ltr"] .hpackage_details .hpackage_detail_col4,
[dir="ltr"] .hpackage_details .hpackage_detail {
    font-size: 13px;
    padding: 0;
    margin-bottom: 0 !important;
}

.hpackage_details .hpackage_detail_col4 i,
.hpackage_details .hpackage_detail i {
    font-size: 20px;
    vertical-align: middle;
}

.hpackage_details .hpackage_detail_col4 {
    padding: 8px;
}

[dir="ltr"] .hpackage_details .hpackage_detail_col4 {
    padding: 8px;
}

.hpackage_details .hpackage_detail {
    width: auto;
    padding: 0 8px;
    margin: 8px !important;
    text-align: center;
    background: #f0fdfb;
    border-radius: 16px;
}

[dir="ltr"] .hpackage_details .hpackage_detail {
    padding: 0 8px;
    margin: 8px;
}

.hpackage_detail_col4 {
    width: calc(25% - 32px);
    margin: 16px;
    text-align: center;
    background: #f0fdfb;
    border-radius: 16px;
    padding: 8px;
}

/* hpackage_contact_us */
#hpackage_contact_us {
    width: calc(100% - 20px);
    text-align: center;
    border: 4px solid #ffc107;
    border-radius: 16px;
    line-height: 140%;
}

#hpackage_contact_us #hpackage_contact_us_p {
    margin: auto -12px !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 4px;
}

#hpackage_contact_us p {
    float: none !important;
    text-align: center;
    margin: 0 auto !important;
    padding: 4px;
    line-height: 22px;
    font-weight: normal;
}

#hpackage_contact_us img {
    width: 32px;
    height: 32px;
    margin: 8px 0 -10px;
}

#hpackage_contact_us a.phone_clicks,
#hpackage_contact_us a.whatsapp_clicks {
    display: block;
    width: 100%;
}

#hpackage_contact_us a span {
    display: block;
    float: right;
    width: 100%;
    font-size: 12px;
    margin: -4px 4px 0 !important;
    padding: 0 !important;
    color: #8e959f;
}

#hpackage_contact_us .hpackage_detail {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
    background: #f0fdfb;
    border-radius: 16px;
    padding: 8px 8px 0;
}

#hpackage_contact_us .hpackage_detail a i {
    vertical-align: middle;
    font-size: 18px;
}

#hpackage_contact_us .hprequest_btn p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 !important;
}

#hpackage_contact_us .hprequest_btn a {
    display: block;
    width: 250px;
    float: none !important;
    margin: 16px auto 16px !important;
    text-align: center !important;
    border-radius: 8px;
    color: #424242;
    font-size: 16px;
    padding: 4px;
}

#hpackage_contact_us .hpackage_detail .identifier_code {
    display: block;
    margin: -8px 0;
    color: #008779;
}

#hpackage_contact_us .in_content_alert {
    border-radius: 8px;
}

/*hpackage_compare_table*/
#hpackage_compare_table {
    overflow-y: scroll;
}

#hpackage_compare_table td {
    text-align: center !important;
    margin: 0;
    padding: 0 8px;
}

#hpackage_compare_table td.right_align {
    text-align: right !important;
    font-weight: bold;
}

[dir="ltr"] #hpackage_compare_table td.right_align {
    text-align: left !important;
}

#hpackage_compare_table img {
    width: 16px;
    height: 16px;
    display: block;
    margin: auto;
    float: none;
}

#hpackage_compare_table .hpackage_light_btn {
    margin: auto auto 8px;
}

#hpackage_compare_table i {
    font-size: 22px;
    vertical-align: middle;
}

/*switch_language*/
#switch_language {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: #f0fdfb;
    margin: auto;
}

#switch_language a {
    margin: 0 8px;
}

/*firstpage_header_1_fluid*/
#firstpage_header_1_fluid {
    /*border-bottom: 2px solid #f0fdfb;*/
    background: #38C9B6;
    /*background: #38C9B6 url("../images/theme/bg-2.jpg") no-repeat center center;*/
}

/*firstpage_header_1*/
#firstpage_header_1 {
    background: #f0fdfb;
    margin-top: -1px;
    /*background: url("../images/theme/blured-bg.jpg") no-repeat center center;*/
    background-size: cover;
    background-attachment: fixed;
}

#firstpage_header_1 #switch_language {
    margin: -16px auto 0;
}

/*main_menu*/
#main_menu #site_logo {
    display: block;
    background: url("../images/theme/Logo2_FaAr_400.png") no-repeat right center;
    float: right;
    /*background-size: 130px;*/
    width: 100%;
    max-width: 130px;
    padding: 32px 0;
    margin-left: 8px;
    margin-right: 0;
    background-size: contain !important;
}

[dir="ltr"] #main_menu #site_logo {
    display: block;
    background: url("../images/theme/Logo1_En_400.png") no-repeat left center;
    float: left;
    /*background-size: 130px;*/
    width: 100%;
    max-width: 130px;
    margin-left: 0;
    margin-right: 8px;
    background-size: contain !important;
}

#main_menu a.main_menu_link {
    float: right;
    margin: 8px 8px 0;
    min-width: 32px;
    padding: 8px 0;
    font-size: 13px !important;
    color: #ffffff;
}

[dir="ltr"] #main_menu a.main_menu_link {
    float: left;
}

#main_menu a.main_menu_link:hover {
    color: #008779;
}


#main_menu a.main_menu_link img {
    display: block;
    margin: 0 0 0 5px;
    padding: 0;
    float: right;
    width: 100%;
    max-width: 32px;
    height: auto;
}

[dir="ltr"] #main_menu a.main_menu_link img {
    margin: 0 5px 0 0;
}

/*user_bar_fluid*/
#user_bar_fluid {
    background: #424242;
}

#user_bar_fluid a {
    color: #ffffff;
}

#user_bar_fluid a:hover {
    color: #008779;
}

/*user_bar*/
#user_bar a.main_menu_link {
    float: right;
    margin: 0 8px 0;
    min-width: 32px;
    padding: 4px 0;
    font-size: 11px !important;
}

[dir="ltr"] #user_bar a.main_menu_link {
    float: left;
}

#user_bar a.main_menu_link img {
    display: block;
    margin: 0 0 0 5px;
    padding: 0;
    float: right;
    width: 100%;
    max-width: 32px;
    height: auto;
}

[dir="ltr"] #user_bar a.main_menu_link img {
    margin: 0 5px 0 0;
}

/*bootstrap validator*/
.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 16px;
    border-color: #f08eaa !important;
}

.bv-form .help-block {
    display: block;
    width: calc(100% - 60px);
    margin-bottom: 0;
    margin-left: 32px;
    text-align: right;
    font-size: 14px;
    color: #f08eaa;
    padding: 0 8px;
    float: left;
}

.bv-form .help-block-black {
    display: block;
    width: calc(100% - 60px);
    margin-bottom: 0;
    margin-left: 32px;
    text-align: right;
    font-size: 14px;
    color: #424242;
    padding: 0 8px;
    float: left;
}

[dir="ltr"] .bv-form .help-block,
[dir="ltr"] .bv-form .help-block-black {
    text-align: left;
}

.bv-form .tooltip-inner {
    text-align: left;
}

.nav-tabs li.bv-tab-success > a {
    color: #1cb841;
}

.nav-tabs li.bv-tab-error > a {
    color: #f08eaa;
}

.bv-form .bv-icon-no-label {
    top: 0;
}

.bv-form .bv-icon-input-group {
    top: 0;
    z-index: 100;
}

.has-success .form-control {
    border-color: #1cb841 !important;
    color: #1cb841;
}

.has-success .form-control:focus,
.has-success .form-control:hover {
    border-color: #1cb841 !important;
    color: #1cb841;
}

.has-success .form-control-feedback {
    color: #1cb841;
    float: right;
    width: 32px;
    font-size: 20px;
    padding: 8px 0;
}

.has-error .form-control {
    border-color: #f08eaa !important;
    background: rgba(255, 65, 54, 0.05);
}

.has-error .form-control:focus,
.has-error .form-control:hover {
    border-color: #f08eaa !important;
    background: rgba(255, 65, 54, 0.05);
}

.has-error .control-label {
    color: #f08eaa;
    font-weight: bold;
}

.has-error .form-control-feedback {
    color: #f08eaa;
    float: right;
    width: 32px;
    font-size: 20px;
    padding: 8px 0;
}

.has-error .control-label {
    color: #f08eaa;
    font-weight: bold;
}

.has-error input,
.has-error .radio {
    background: rgba(255, 65, 54, 0.25);
}

/*block_content*/
.block_content p,
.block_content span {
    text-align: center;
}

.block_content p.link_btn {
    text-align: center;
    font-size: 13px;
    margin: 8px;
}

.block_content p.link_btn a {
    background: #f0fdfb;
    padding: 4px 8px;
    border-radius: 8px;
}

.block_content .content_image,
.block_content .hpackage_image {
    border-bottom: 0 solid #ffffff;
    padding-bottom: 8px;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 200px !important;
    object-fit: cover;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.block_content .content_title,
.block_content .hpackage_title {
    margin-bottom: 0;
    z-index: 2;
    color: #424242;
    padding: 8px 8px 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 150%;
}

.block_content .hpackage_title {
    margin-bottom: 8px;
}

.block_content .hpackage_item {
    padding: 0 8px;
    font-size: 13px;
    margin: -8px 0 8px !important;
    line-height: 130%;
    width: 100%;
    color: #8e959f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.block_content span.page_title_dek {
    display: block;
    width: 100%;
    padding: 0 8px 4px;
    font-size: 13px;
    float: right;
    line-height: 130%;
    color: #424242;
}

.block_content .content_summary {
    padding: 0 8px;
    font-size: 12px;
    line-height: 130%;
    width: 100%;
    color: #8e959f;
    margin: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

[dir="ltr"] .block_content .content_title,
[dir="ltr"] .block_content .hpackage_title,
[dir="ltr"] .block_content span.page_title_dek,
[dir="ltr"] .block_content .content_summary,
[dir="ltr"] .block_content .hpackage_item,
[dir="ltr"] .block_content .content_link {
    direction: ltr;
}

.block_content .content_link {
    padding: 0 8px;
    font-size: 11px;
    margin-bottom: -10px !important;
    color: #8e959f;
}

.block_content .stat_total_visit,
.block_content .content_comment_count {
    width: 50%;
    float: right;
    padding: 0 8px;
    font-size: 12px;
    margin: 0;
    color: #8e959f;
}

[dir="ltr"] .block_content .stat_total_visit,
[dir="ltr"] .block_content .content_comment_count {
    float: left;
}

.block_content .content_comment_rate,
[dir="ltr"] .block_content .content_comment_rate {
    width: 100%;
    float: right;
    padding: 0 8px;
    font-size: 12px;
    margin: 0 0 -8px 0;
}

.block_content .hpackage_stat_total_visit {
    padding: 0 8px;
    font-size: 12px;
    margin: 0;
    color: #8e959f;
}

.block_content .item {
    background: #ffffff;
    border-radius: 16px !important;
    width: calc(100% - 0) !important;
    margin: 16px 0;
    overflow: hidden;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.block_content .item:hover {
    background: #ffffff;

    -webkit-box-shadow: 0 0 16px 0 #d1f0eb;
    -moz-box-shadow: 0 0 16px 0 #d1f0eb;
    box-shadow: 0 0 16px 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.block_content .item:hover .content_image,
.block_content .item:hover .hpackage_image {
    transform: scale(1.05);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.block_content .item table {
    margin: 0 0 8px;
}

.block_content img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -60px;
    border-radius: 0 !important;
}

/*block_list_content*/
.block_list_content ul li {
    margin: 0 16px 0 0;
}

.block_list_content ul li.content_title {
    color: #008779;
    list-style: square;
    padding: 8px 8px;
    text-align: justify;
    line-height: 130%;
}

[dir="ltr"] .block_list_content ul li {
    text-align: left;
    float: left;
    margin-left: 16px;
    margin-right: 0;
}

.block_list_content img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -60px;
    border-radius: 0 !important;
}

/*hp_show_search_params_button*/
#hp_show_search_params_button {
    display: none !important;
}

/*random_hpackages*/
#random_hpackages h3.block_title {
    border-color: #f08eaa;
}

/*content_btn*/
#content_btn {
    margin-bottom: 16px;
}

#content_btn i {
    font-size: 18px;
    vertical-align: middle;
}

#content_btn #toc_title {
    padding: 4px 8px;
    margin: 0 2px;
    border-radius: 16px;
    font-size: 13px;
    border: 2px solid #f0fdfb;
    width: 100%;
}

/*qrcode_image*/
#qrcode_image {
    text-align: center !important;
    margin: 32px 0 0;
}

#qrcode_image p {
    text-align: center !important;
    margin: 0;
    padding: 0;
    line-height: 140%;
}

#qrcode_image h4,
#qrcode_image h5 {
    margin: 0;
    padding: 8px 0;
}

#qrcode_image svg {
    margin: 16px 0;
    border: 8px solid #f08eaa;
    padding: 16px;
}

#qrcode_image i {
    font-size: 22px;
}

/*related_hpackages*/
#related_hpackages h3.block_title {
    border-color: #f08eaa;
}

#related_hpackages .hpackage_image {
    padding: 0 !important;
}

#related_hpackages p.hpackage_title {
    position: absolute;
    bottom: 16px;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    width: calc(100% - 32px);
    margin: 0 16px;
    color: #ffffff !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#related_hpackages p.hpackage_title a {
    color: #ffffff !important;
}

/*hpbook_info*/
.hpbook_info {
    background: #f0fdfb;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 8px 4px;
}

/*pagination*/
ul.pagination {
    margin: 64px 0 !important;
    background: #f0fdfb;
    padding: 0 !important;
    border-radius: 8px !important;
    width: 100%;
}

ul.pagination li {
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 8px !important;
    width: 50%;
    text-align: center;
}

ul.pagination li.disabled span,
ul.pagination li a {
    border: none;
    background: transparent !important;
    padding: 6px 8px 2px;
    color: #424242 !important;
    border-radius: 4px !important;
}

ul.pagination li a:hover,
ul.pagination li.active span {
    border: none;
    background: #38c9b6 !important;
    border-radius: 4px !important;
    padding: 6px 8px 2px;
    color: #ffffff !important;
    font-weight: bold;
}


ul.pagination li.active span{
    padding: 6px 12px 2px;
}

nav p.small{
    padding: 0 !important;
    margin: 64px 0 !important;
    line-height: 120% !important;
}

/*place_hpackages*/
#place_hpackages {
    margin-top: -32px;
}

#place_hpackages h3.block_title {
    border-color: #f08eaa;
}

#place_hpackages.block_content img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -60px;
    border-radius: 0 !important;
}

/*sticky*/
.sticky {
    position: fixed;
    background: #ffffff;
    top: 0;
    right: 0;
    border-bottom: 4px solid #008779;
    z-index: 99999;
    padding: 8px 8px 0;
    text-align: center;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*content page*/
#main_content {
    direction: rtl;
}

[dir="ltr"] #main_content {
    direction: ltr;
}

#content {
    padding: 0;
    width: 100%;
    float: right;
    margin: 0;
}

#content #content_info {
    width: calc(100% - 8px);
    margin: 0 8px;
}

#content_body table td {
    border: 1px solid #f0fdfb !important;
}

h1#page_title {
    color: #424242;
    padding: 0 0;
    margin: 0 0 16px;
    font-weight: bold;
    text-align: justify;
}

h1#page_title::before {
    display: block;
    padding: 0;
    content: '';
    width: 32px;
    height: 32px;
    margin: 0 -40px -24px 0;
    /*background-image: url("../images/icon/knowledge.png");*/
}

span#page_title_dek {
    font-weight: normal;
    font-size: 20px;
    color: #8e959f;
    margin-top: 16px;
}

span#page_title_kicker {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #8e959f;
    padding: 0 0 8px;
}

span#page_title_health_user_type {
    font-weight: normal;
    font-size: 16px;
    color: #8e959f;
    margin-top: 8px;
}

h1#page_title span#province_city {
    color: #8e959f;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

#content_image {
    margin-bottom: 16px;
}

#content_image a {
    display: block;
    width: 100%;
    max-width: 1000px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
    border-radius: 16px;
}

#content_image a img {
    display: block;
    width: 100% !important;
    max-width: 1000px;
    height: auto;
    margin: auto;
    border-radius: 16px;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_image a img:hover {
    transform: scale(1.025);

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


#content_body {
    float: right;
    width: 100%;
}

#content_body p,
#content_body span,
#content_body h2,
#content_body h3,
#content_body h4,
#content_body h5,
#content_body h6 {
    padding: 8px 0;
    margin: 8px 0;
}

#content_body h2,
#content_body h3,
#content_body h4,
#content_body h5,
#content_body h6 {
    color: #424242 !important;
    padding: 8px 0 8px !important;
    font-weight: bold;
}

#content_body td p {
    margin: 0;
    padding: 0;
    text-align: inherit;
}

#content_body p a,
.content_body p a,
#content_body li a,
.content_body li a,
#hpackage_body p a,
.hpackage_body p a,
#hpackage_body li a,
.hpackage_body li a {
    text-decoration: none;
    color: #38C9B6;
}

#content_body p a:hover,
.content_body p a:hover,
#content_body li a:hover,
.content_body li a:hover,
#hpackage_body p a:hover,
.hpackage_body p a:hover,
#hpackage_body li a:hover,
.hpackage_body li a:hover {
    text-decoration: none;
    color: #008779;
}

/*owl-carousel*/
/*owl-carousel-50*/
.block_content .owl-item {
    padding: 0 16px;
    float: right;
}

.owl-carousel,
.owl-carousel-50 {
    width: 100%;
    float: right;
    overflow: hidden;
}

.owl-carousel .owl-item img,
.owl-carousel-50 .owl-item img {
    width: 100%;
    height: auto;
    max-height: 110px !important;
    object-fit: cover;
}

/*.owl-carousel .owl-nav button.owl-next,*/
/*.owl-carousel-50 .owl-nav button.owl-next*/
/*{*/
/*    left: -10px;*/
/*    position: absolute;*/
/*    top: 100px;*/
/*    background: #f0fdfb;*/
/*    padding: 8px 8px 0 !important;*/
/*    color: #ffffff;*/
/*    font-size: 40px;*/
/*    border-radius: 50%;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-prev,*/
/*.owl-carousel-50 .owl-nav button.owl-prev*/
/*{*/
/*    right: -10px;*/
/*    position: absolute;*/
/*    top: 100px;*/
/*    background: #f0fdfb;*/
/*    padding: 8px 8px 0 !important;*/
/*    color: #ffffff;*/
/*    font-size: 40px;*/
/*    border-radius: 50%;*/
/*}*/

.owl-nav {
    display: none;
}

/*mmenu*/
[dir="rtl"] .mm-menu {
    direction: rtl;
    float: right;
    right: 0;
}

[dir="rtl"] .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
    background: rgba(255, 255, 255, 0.95) url("../images/theme/Logo2_Favicon.png") no-repeat 700px center;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
    background: rgba(255, 255, 255, 0.95) url("../images/theme/Logo2_Favicon.png") no-repeat 200px center;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mm-navbar .mm-btn::after,
.mm-navbar .mm-btn::before {
    border-color: #424242;
}

.mm-btn:hover::after,
.mm-btn:hover::before {
    border-color: #38C9B6;
}

.mm-iconbar__top a,
.mm-iconbar__bottom a {
    color: #ffffff !important;
    font-size: 20px;
}

.mm-iconbar__top a:hover,
.mm-iconbar__bottom a:hover {
    color: #424242 !important;
}

[dir="rtl"] .mm-searchfield__btn {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.mm-menu_iconbar-left .mm-iconbar {
    border: none;
    left: 0;
    background: #38C9B6;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text {
    background: #ffffff;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
    background: #f0fdfb;
    font-weight: normal;
    color: #38C9B6 !important;
}

.mm-navbars_top .mm-navbar_tabs > * {
    border: none;
}

.mm-navbars_top .mm-navbar__tab_selected {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #424242 !important;
}

.mm-navbars_top .mm-navbar_tabs i {
    margin-left: 8px;
    font-size: 24px;
    vertical-align: middle;
}

[dir="ltr"] .mm-navbars_top .mm-navbar_tabs i {
    margin-right: 8px;
}

.mm-navbars_top .mm-navbar_tabs a:hover i,
.mm-navbars_top .mm-navbar_tabs a:hover {
    color: #424242;
    font-weight: normal;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
    background: #ffffff;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: var(--mm-color-background);
    background: #ffffff;
}

.mm-listitem {
    border: 0 solid transparent;
}

[dir="rtl"] .mm-searchfield__input a.mm-btn_close {
    left: 0;
}

[dir="rtl"] a.mm-btn_close {
    left: -88%;
}

[dir="rtl"] a.mm-btn_prev {
    right: -88%;
}

[dir="rtl"] .mm-menu_iconbar-left .mm-navbars_bottom,
[dir="rtl"] .mm-menu_iconbar-left .mm-navbars_top,
[dir="rtl"] .mm-menu_iconbar-left .mm-panels {
    margin-left: 0 !important;
    margin-right: var(--mm-iconbar-size) !important;
}

[dir="rtl"] .mm-menu_iconbar-left .mm-iconbar {
    border-left-width: 0;
    border-right-width: 1px;
    right: 0;
    background: #38C9B6;
}

.mm-divider::before {
    background: #38C9B6;
}

.mm-divider {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 0;
}

/*user_profile*/
#profile_user_about_me p {
    font-size: 13px;
    line-height: 140%;
}

/*profile_sidebar*/
#profile_sidebar h1#page_title {
    text-align: center;
}


/*modal*/
.modal {
    padding: 0 !important;
}

.modal-open #page {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

    margin-right: -17px;
}

.modal-backdrop {
    opacity: 0.15 !important;
}

.modal-content {
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 16px;
    font-size: 16px;
    line-height: 22px;
    /*margin-top: 100px;*/

    -webkit-box-shadow: 0 0 32px 0 #f0fdfb;
    -moz-box-shadow: 0 0 32px 0 #f0fdfb;
    box-shadow: 0 0 32px 0 #f0fdfb;
}

.modal-header {
    padding: 0 8px;
    border: none;
    background: #f0fdfb;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.modal-body {
    padding: 8px 8px 0;
}

.modal-title {
    margin-bottom: 0;
    line-height: 16px;
    display: block;
    width: 100%;
    float: right;
}

.modal-header .btn-close {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
}

[dir="ltr"] .modal-header .btn-close {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 0 0 -7px;
}

/*scroll_to_top*/
#scroll_to_top {
    position: fixed;
    bottom: 0;
    right: calc(50% - 24px);
    z-index: 9999;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 0.6;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#scroll_to_top:hover {
    opacity: 1;
    bottom: 16px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*content inline image*/
#content_body a.content_body_inline_image_link_right {
    display: block;
    width: calc(50% - 20px) !important;
    overflow: hidden;
    margin: 8px 0 8px 20px;
    float: right;
    border-radius: 16px;
    /*max-height: 400px;*/
}

#content_body a img.content_body_image_right {
    display: block;
    width: 100% !important;
    height: auto;
    margin: auto;
    border-radius: 16px;
    float: right;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body a img.content_body_image_right:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body .content_body_image_right_figcaption {
    width: 50%;
    margin: 8px 0;
}

#content_body a.content_body_inline_image_link_right_400 {
    display: block;
    width: calc(50% - 20px) !important;
    overflow: hidden;
    margin: 8px 0 8px 20px;
    float: right;
    border-radius: 16px;
    max-height: 400px;
}

#content_body a img.content_body_image_right_400 {
    display: block;
    width: 100% !important;
    height: auto;
    margin: auto;
    border-radius: 16px;
    float: right;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body a img.content_body_image_right_400:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body .content_body_image_right_400_figcaption {
    width: 50%;
    margin: 8px 0;
}

#content_body a.content_body_inline_image_link_left {
    display: block;
    width: calc(50% - 20px) !important;
    overflow: hidden;
    margin: 8px 20px 8px 0;
    float: left;
    border-radius: 16px;
    /*max-height: 400px;*/
}

#content_body a img.content_body_image_left {
    display: block;
    width: 100% !important;
    height: auto;
    margin: auto;
    border-radius: 16px;
    float: left;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body a img.content_body_image_left:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body .content_body_image_left_figcaption {
    width: 50%;
    margin: 8px 0;
}

#content_body a.content_body_inline_image_link_left_400 {
    display: block;
    width: calc(50% - 20px) !important;
    overflow: hidden;
    margin: 8px 20px 8px 0;
    float: left;
    border-radius: 16px;
    max-height: 400px;
}

#content_body a img.content_body_image_left_400 {
    display: block;
    width: 100% !important;
    height: auto;
    margin: auto;
    border-radius: 16px;
    float: left;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body a img.content_body_image_left_400:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body .content_body_image_left_400_figcaption {
    width: 50%;
    margin: 8px 0;
}


#content_body a.content_body_inline_image_link_one_third {
    display: block;
    width: calc(33.33333% - 20px) !important;
    overflow: hidden;
    margin: 8px;
    float: left;
    border-radius: 16px;
}

#content_body a img.content_body_image_one_third {
    display: block;
    width: 100% !important;
    height: auto;
    margin: auto;
    border-radius: 16px;
    float: left;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body a img.content_body_image_one_third:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body .content_body_image_one_third_figcaption {
    width: calc(33.33333% - 20px) !important;
    float: left;
    margin: 8px;
}

#content_body a.content_body_inline_image_link_full_page {
    display: block;
    width: 100% !important;
    overflow: hidden;
    margin: 8px 0;
    float: left;
    border-radius: 16px;
}

#content_body a img.content_body_image_full_page {
    display: block;
    width: 70% !important;
    height: auto;
    margin: 0 15%;
    border-radius: 16px;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body a img.content_body_image_full_page:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#content_body .content_body_image_full_page_figcaption {
    width: 100%;
    float: left;
    margin: 8px 0;
}

/*profile_picture*/
#profile_picture {
    width: 100%;
    float: right;
}

#profile_picture img {
    display: block;
    width: 128px;
    height: 128px;
    padding: 0;
    margin: auto auto 8px;
    border: 8px solid #f0fdfb;
    border-radius: 50%;
}

#profile_picture #tourist_guide_badge {
    width: 220px;
    float: none;
    display: block;
    background: #f0fdfb;
    padding: 8px 0 8px;
    margin: 0 auto 16px;
    border-radius: 16px;
}

#profile_picture #tourist_guide_badge img {
    width: 32px;
    height: 32px;
    float: right;
    display: block;
    border: none;
    padding: 0 !important;
    margin: 0 8px 8px;

    animation: pulse-green 1s infinite;
}

[dir="ltr"] #profile_picture #tourist_guide_badge img {
    float: left;
    margin: 0 8px 8px;

    animation: pulse-green 1s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(51, 217, 178, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

/*profile_socials*/
#profile_socials {
    background: #f0fdfb;
    border-radius: 16px;
    width: calc(100% - 16px);
    margin: 0 8px 16px;
    padding: 0 8px 8px;
}

#profile_socials p {
    text-align: center;
    padding: 0;
    margin: 0;
}

#profile_socials a {
    text-align: center;
    margin: 8px;
}

#profile_socials a img {
    border-radius: 50%;
    width: 100%;
    max-width: 32px;
    height: auto;
    outline: 4px solid #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#profile_socials a img:hover {
    outline: 4px solid #ffffff;

    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*profile_info*/
#profile_info {
    text-align: right;
    font-size: 13px !important;
}

[dir="ltr"] #profile_info {
    text-align: left;
    font-size: 13px !important;
}

#profile_info label {
    width: auto !important;
    font-size: 13px !important;
}

/*tourist_guide_card*/
#tourist_guide_card img {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: auto;
    border-radius: 16px;
}

/*content_gallery*/
#content_gallery {
    margin: 0 0 16px;
}

#content_gallery a {
    display: block;
    width: 100%;
    max-height: 250px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
}

#content_gallery a img {
    display: block;
    width: 100%;
    height: auto;
    float: right;
    border-radius: 16px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


#content_gallery img:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    transform: scale(1.05);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*hpackage_gallery*/
#hpackage_gallery {
}

#hpackage_gallery a {
    display: block;
    width: 100%;
    max-height: 70px !important;
    margin: 0 0 8px;
    overflow: hidden;
    border-radius: 16px;
}

#hpackage_gallery a img {
    display: block;
    width: 100%;
    height: auto;
    float: right;
    border-radius: 16px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


#hpackage_gallery img:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    transform: scale(1.05);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*select2*/
.select2 {
    width: 100% !important;
}

.select2-results__message {
    direction: rtl;
    /*text-align: justify !important;*/
}

[dir="ltr"] .select2-results__message {
    direction: ltr;
}

.select2-container {
    font-size: 11px;
}

.select2-container .select2-selection--single {
    border-radius: 8px !important;
}

.select2-results ul.select2-results__options li {
    padding: 8px 16px !important;
    margin: 0;
    text-align: right;
    font-size: 13px;
}

[dir="ltr"] .select2-results ul.select2-results__options li {
    text-align: left;
}

.select2-results ul.select2-results__options li:hover {
    background: #38C9B6;
    color: #ffffff;
}

.select2-container .select2-selection--single {
    height: 40px;
    background: #ffffff;
    border-radius: 8px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #38C9B6;
    padding: 0 8px;
    font-size: 13px;
    border-radius: 8px !important;
}

.select2-dropdown {
    border: 2px solid #f0fdfb !important;
    border-radius: 8px !important;
    background: #ffffff;
}

.select2-container--default .select2-results__option:hover {
    border: 0;
    border-radius: 8px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f0fdfb;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #f0fdfb;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single:hover {
    border: 2px solid #38C9B6 !important;
    border-radius: 8px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 2%;
    right: auto;
    background: url("../images/icon/down-arrow.png") no-repeat center 8px;
}

.select2-container--default[dir="ltr"] .select2-selection--single .select2-selection__arrow {
    right: 2%;
    left: auto;
    background: url("../images/icon/down-arrow.png") no-repeat center 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    border-color: #ffffff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 2px solid #f0fdfb;
    border-radius: 16px !important;
    cursor: text
}

.select2-container--default .select2-selection--multiple:hover,
.select2-container--default .select2-selection--multiple:focus {
    border: 2px solid #38C9B6;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {

    border: solid #38C9B6 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0fdfb;
    border: 2px solid #f0fdfb;
    border-radius: 16px !important;
    cursor: default;
    float: right;
    margin: 8px;
    padding: 0 8px;
}

/*search_params*/
#search_params_container {
    display: none;
}

#search_params {
    border-radius: 16px;
    margin: 16px 0 !important;
    padding: 0 !important;
    background: #f0fdfb;
    /*background: url("../images/theme/bg-3.jpg") no-repeat bottom center;*/
    /*background-size: cover;*/
}

#search_params label {
    font-size: 14px;
    padding: 0;
    margin: 8px 0 0 0;
    font-weight: normal !important;
}

#firstpage_header_1 #search_params,
#catalog_1_page #search_params,
#hptag_page #search_params {
    padding: 0;
    border-radius: 16px !important;
    /*background: url("../images/theme/bg-3.jpg") no-repeat center center;*/
    /*background-size: cover;*/
    background: #f0fdfb;
    color: #424242;
}

#firstpage_header_1 #search_params h3,
#catalog_1_page #search_params h3,
#hptag_page #search_params h3 {
    padding: 0;
    margin: 0;
    color: #424242;
}

#firstpage_header_1 #search_params label,
#catalog_1_page #search_params label,
#hptag_page #search_params label {
    color: #424242;
}

#firstpage_header_1 #search_params .black_mask,
#catalog_1_page #search_params .black_mask,
#hptag_page #search_params .black_mask {
    padding: 16px;
    border-radius: 16px !important;
    /*background: rgba(0, 0, 0, 0.40);*/
}

/*public_search_params*/
/*private_search_params*/
#public_search_params input,
#private_search_params input,
#public_search_params select,
#private_search_params select {
    border-radius: 8px !important;
}

/*search_buttons*/
#search_buttons button {
    border-radius: 8px !important;
}

/*content_summary*/
#content_summary {
    background: #f0fdfb;
    border-radius: 16px !important;
    text-align: center;
    color: #424242;
    font-size: 12px;
    width: calc(100% - 20px);
    margin: 0 8px 8px;
}

#content_summary i {
    font-size: 14px;
    vertical-align: middle;
}

/*food_info*/
#food_info {
    width: calc(100% - 20px);
    margin: 0 8px 16px;
    padding: 8px 8px;
    background: #f0fdfb;
    border-radius: 16px;
    text-align: center;
}

#food_info p {
    font-size: 12px;
    text-align: center;
    padding: 0 0;
    margin: 0 0 -10px;
}

#food_info .food_info_icon {
    width: 32px;
    height: 32px;
}

#food_info #food_info_col1,
#food_info #food_info_col2,
#food_info #food_info_col3,
#food_info #food_info_col4 {
    text-align: center;
    margin: 8px 0;
}

/*malert */
.alert {
    direction: rtl;
    border: none;
    border-radius: 16px;
    padding: 8px 48px 8px 16px;
    text-align: justify;
    margin: 8px 0 8px 16px;
    position: fixed;
    right: auto;
    z-index: 9999;
}

[dir="ltr"] .alert {
    direction: ltr;
    padding: 8px 16px 8px 48px;
    margin: 8px 16px 8px 0;
    position: fixed;
    left: auto;
    right: auto;
}

.alert p {
    margin: 4px !important;
    padding: 0 !important;
    position: relative !important;
    line-height: 140%;
}

.alert.in_content_alert {
    position: relative !important;
    padding: 8px 16px 8px 16px !important;
    margin: 8px 0;
}

.alert.in_content_alert p {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    line-height: 140%;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 16px 8px !important;
}

[dir="ltr"] .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 16px 8px !important
}

.warning {
    background: #fff3cd !important;
    border: 1px solid #ffecb5 !important;
    border-radius: 16px;
    padding: 8px;
}

.info {
    background: #cff4fc !important;
    border: 1px solid #b6effb !important;
    border-radius: 16px;
    padding: 8px;
}

/*hppaymodel_table*/
#hppaymodel_table,
#hppaymodel_table label {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#hppaymodel_table th {
    font-size: 16px;
}

#hppaymodel_table .badge {
    font-size: 12px;
}

#hppaymodel_table .text-decoration-line-through {
    text-decoration-thickness: 2px !important;
}

/*fp_b_box*/
.fp_b_box {
    margin-bottom: 32px;
    padding: 16px 16px 4px;
    background: #f0fdfb;
    border-radius: 16px;
    float: right;
    width: 100%;
    text-align: center !important;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fp_b_box:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fp_b_box img {
    display: block;
    max-width: 64px;
    margin: auto !important;
    float: none;
}

.fp_b_box h2 {
    color: #424242;
    width: 100%;
    float: left;
    margin: 0 !important;
    margin-top: -8px !important;
}

.fp_b_box p {
    padding: 0;
    margin: -8px 0 16px !important;
    color: #424242;
    line-height: 140%;
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: center !important;
}

/*mp_type_box*/
.mp_type_box {
    margin-bottom: 16px;
    padding: 16px 16px 4px;
    background: #ffffff;
    border-radius: 8px;
    float: right;
    text-align: center !important;
    width: 100%;
}

.mp_type_box:hover a h4 {
    color: #008779 !important;
}

.mp_type_box img {
    display: block;
    max-width: 64px;
    margin: auto !important;
    float: none;
}

.mp_type_box h4 {
    color: #424242;
    width: 100%;
    margin: 0 !important;
    margin-top: 8px !important;
}


/*map div*/
#journey_map_div,
#province_places_map_div,
#hpackage_nearby_places_map_div,
#nearby_places_map_div {
    border-radius: 16px !important;
}

#journey_map h3.block_title,
#province_places_map h3.block_title,
#hpackage_nearby_places_map h3.block_title,
#nearby_places_map h3.block_title {
    padding: 4px 40px 8px 0 !important;
    margin: 0 0 8px;
}

[dir="ltr"] #journey_map h3.block_title,
[dir="ltr"] #province_places_map h3.block_title,
[dir="ltr"] #hpackage_nearby_places_map h3.block_title,
[dir="ltr"] #nearby_places_map h3.block_title {
    padding: 8px 0 8px 40px !important;
    margin: 0 0 8px;
}

/*show_on_google*/
#show_on_google {
    display: block;
    float: left;
    margin: -45px 0 0;
}

[dir="ltr"] #show_on_google {
    display: block;
    float: right;
    margin: -55px 0 0;
}

#show_on_google a {
    display: block;
    float: left;
    padding: 4px 8px;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    border-width: 1px;
}

[dir="ltr"] #show_on_google a {
    float: right;
    margin: 0;
    font-size: 12px;
}

/*our_social_medias*/
.our_social_medias {
    text-align: center !important;
    margin-bottom: 32px;
}

.our_social_medias .our_social_medias_section {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.our_social_medias .our_social_medias_section:hover {
    -webkit-box-shadow: 0 0 16px 0 #f0fdfb;
    -moz-box-shadow: 0 0 16px 0 #f0fdfb;
    box-shadow: 0 0 16px 0 #f0fdfb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.our_social_medias h2,
.our_social_medias h3 {
    padding: 0 !important;
    margin: 0 !important;
}

.our_social_medias h3 {
    font-size: 18px;
}

.our_social_medias a,
[dir="ltr"] .our_social_medias a {
    float: none !important;
    text-align: center;
    margin: 16px !important;
    font-size: 16px;
    font-weight: normal;
    color: #8e959f;
    padding: 0 8px;
}

.our_social_medias a:hover {
    color: #424242;
}

.our_social_medias a i {
    vertical-align: middle;
    font-size: 20px;
}

.our_social_medias a.btn-primary {
    padding: 0 8px;
    color: #ffffff;
}

.our_social_medias a.btn-primary:hover {
    color: #ffffff;
}

.our_social_medias a.btn-primary i {
    font-size: 32px;
    vertical-align: middle;
}

.our_social_medias .our_social_medias_section,
[dir="ltr"] .our_social_medias .our_social_medias_section {
    background: #f0fdfb;
    border-radius: 16px;
    margin: 16px auto 0;
    padding-top: 16px;
}

.our_social_medias .our_social_medias_section a {
    color: #ffffff;
}

.our_social_medias .our_social_medias_section a:hover {
    color: #424242;
}

/*map_guide*/
.map_guide {
    padding: 16px 8px 0;
    margin: -16px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    white-space: nowrap;
    text-align: right;
    background: #f0fdfb;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

[dir="ltr"] .map_guide {
    padding: 16px 8px 0;
    margin: -16px 0 0;
    width: calc(100% - 0);
    text-align: left;
    background: #f0fdfb;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.map_guide span {
    font-size: 11px !important;
}

.map_guide span img {
    display: inline-block;
    width: 16px;
}

/*bootstrap table*/
table {
    width: 100%;
    margin: 16px 0;
}

table,
table thead,
table tbody,
table tr,
table td,
table th {
    font-size: 12px;
    border: 0 solid #f0fdfb;
}

table td,
table th {
    border-left: 0 solid #f0fdfb !important;
    border-right: 0 solid #f0fdfb !important;
    padding: 8px 8px;
    overflow: hidden;
    vertical-align: middle !important;
}

table tr:hover {
    background: #f0fdfb;
}

table p {
    margin: 0;
    padding: 0;
}

table a .btn-xs {
    font-size: 11px;
}

/*content_reference*/
#content_reference {
    margin: 0;
    width: calc(100% - 0);
    text-align: center;
}

#content_reference a.reference_link {
    display: inline-block;
    background: #f0fdfb;
    width: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 16px;
    margin: 0 auto 8px;
    text-align: center;
    opacity: 1;
    z-index: 999;
    /*! float: none; */
}

#content_reference a.reference_link i {
    vertical-align: middle;
    text-align: center;
}

/*reset_compare_hpackages_button*/
/*hp_compare_button*/
/*show_search_params_button*/
#show_search_params_button i,
a#hp_compare_button i,
#reset_compare_hpackages_button i {
    font-size: 22px;
    vertical-align: middle;
}

#show_search_params_button i {
    color: #38C9B6;
}

#show_search_params_button,
a#hp_compare_button,
#reset_compare_hpackages_button {
    border: 2px solid #f0fdfb;
    padding: 0 4px;
    color: #8e959f;
    margin-top: -4px;
    margin-bottom: 0;
    margin-right: 8px;
    background-color: #ffffff;
}

#show_search_params_button {
    border: 2px solid #38C9B6;
}

a#hp_compare_button,
#reset_compare_hpackages_button {
    font-size: 12px;
    font-weight: normal;
    border: 2px solid #f0fdfb;
    padding: 8px 8px 8px;
}

[dir="ltr"] #show_search_params_button,
[dir="ltr"] #reset_compare_hpackages_button,
[dir="ltr"] a#hp_compare_button {
    margin-right: 0;
    margin-left: 8px;
}

#show_search_params_button:hover,
[dir="ltr"] #show_search_params_button:hover,
a#hp_compare_button:hover,
[dir="ltr"] a#hp_compare_button:hover,
#reset_compare_hpackages_button:hover,
[dir="ltr"] #reset_compare_hpackages_button:hover {
    border: 2px solid #f0fdfb;
    background: #f0fdfb;
    color: #424242;
}

#show_search_params_button:hover,
[dir="ltr"] #show_search_params_button:hover {
    border: 2px solid #38C9B6;
}

/*hp_top_scrollbar*/
/*content_top_scrollbar*/
/*hptag_top_scrollbar*/
#hp_top_scrollbar,
#content_top_scrollbar {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    margin-bottom: 8px;
    /*scrollbar-color: #38C9B6 #f0fdfb;*/

    /*animation: pulse-red 1.5s infinite;*/
}

/*@keyframes pulse-red {*/
/*    0% {*/
/*        box-shadow: 0 0 0 0 rgba(226,26,34, 0.7);*/
/*    }*/

/*    70% {*/
/*        box-shadow: 0 0 0 32px rgba(52, 172, 224, 0);*/
/*    }*/

/*    100% {*/
/*        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);*/
/*    }*/
/*}*/

#hptag_top_scrollbar {
    width: 100% !important;
    display: block;
    margin-bottom: 8px;
}

#hp_top_scrollbar .side_icon_btn,
#hptag_top_scrollbar .side_icon_btn,
#content_top_scrollbar .side_icon_btn {
    padding: 4px 4px;
}

#hptag_top_scrollbar #sort_parameter button {
    display: inline-block;
    color: #424242 !important;
    background: #f0fdfb;
    border-radius: 16px;
    text-align: justify !important;
    font-size: 12px;
    padding: 10px 8px;
    margin: 0 0 0 16px;
    border: none;
    float: right !important;
}

[dir="ltr"] #hptag_top_scrollbar #sort_parameter {
    margin: 0 16px 0 0;
    float: left !important;
}

#hptag_top_scrollbar #sort_parameter ul.dropdown-menu {
    border-radius: 16px;
    border: 2px solid #f0fdfb;
}

#hptag_top_scrollbar #sort_parameter ul.dropdown-menu li {
    margin: 0 8px;
}

#hptag_top_scrollbar #sort_parameter ul.dropdown-menu li a {
    border-radius: 8px;
    font-size: 11px;
}

/*content_toc*/
#content_toc {
    background: #f0fdfb;
    border-radius: 16px;
    z-index: 9;
    font-size: 14px;
    width: calc(100% - 20px);
    margin: 0 8px 8px;
    display: none;
}

#content_toc ul {
    list-style: revert;
    padding: 16px;
}

#content_toc ul li {
    padding: 0 0;
    margin: 0 4px;
    font-size: 14px;
}

#content_toc li a {
    color: #424242;
}

#content_toc li a:hover {
    color: #008779;
}

/*journey_info*/
#journey_info {
    width: calc(100% - 20px);
    margin: 0 8px 16px;
    padding: 8px 20px;
    background: #f0fdfb;
    border-radius: 16px;
}

#journey_info p {
    font-size: 12px;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
    line-height: 20px;
}

#journey_info p.journey_date {
    direction: ltr !important;
}

#journey_info .journey_info_icon {
    width: 32px;
    height: 32px;
}

#journey_info #journey_info_col1,
#journey_info #journey_info_col2,
#journey_info #journey_info_col3,
#journey_info #journey_info_col4 {
    text-align: center;
    margin: 8px 0;
}

/*journey_repeat*/
#journey_repeat .alert {
    float: right;
    padding: 8px !important;
    text-align: justify;
    margin: 0 0 16px;
    position: unset;
    width: 100%;
}

#journey_repeat .alert img {
    display: block;
    margin: 0 auto 8px;
    width: 32px;
    height: 32px;
}

#journey_repeat .alert p {
    padding: 0 8px 0;
    margin: 0;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}

#journey_repeat .alert a {
    display: block;
    text-align: center;
}

/*journey_places*/
#journey_places .journey_place {
    margin: 16px 0 32px;
}

#journey_places h3.block_title {
    margin: 0 0 0 !important;
    padding: 4px 40px 8px !important;
}

#journey_places img.block_title_image {
    width: 32px;
    height: 32px;
    margin-top: 16px;
    margin-bottom: -60px;
    border-radius: 0 !important;
}

#journey_places .journey_place_image {
    display: block;
    padding: 0 8px !important;
    overflow: hidden;
    border-radius: 16px;
}

#journey_places .journey_place_image a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;

    transform: scale(1);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#journey_places .journey_place_image a img:hover {
    transform: scale(1.025);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#journey_places .journey_place_data {
    display: block;
    padding: 0 8px !important;
}

#journey_places h2 {
    padding-bottom: 0 !important;
    margin: 0;
}

#journey_places span.page_title_dek {
    font-weight: normal;
    font-size: 18px;
    color: #8e959f;
}

#journey_places p.content_summary {
    background: #f0fdfb;
    padding: 16px 8px 8px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 140%;
}

#journey_places .journey_place_btn {
    padding: 8px;
    margin: 8px 0;
    border-radius: 16px;
    font-size: 13px;
    border: 2px solid #f0fdfb;
    width: 100%;
}

#journey_places .stat_total_visit,
#journey_places .content_comment_count,
#journey_places .content_link {
    width: 20%;
    float: right;
    padding: 8px 8px;
    font-size: 12px;
    margin: 0;
    color: #8e959f;
}

[dir="ltr"] #journey_places .stat_total_visit,
[dir="ltr"] #journey_places .content_comment_count,
[dir="ltr"] #journey_places .content_link {
    float: left;
}

[dir="ltr"] #journey_places .content_link,
#journey_places .content_link {
    width: 60%;
}

/*journey_services*/
#journey_services .journey_jservices {
    font-size: 12px;
    text-align: center;
    background: #f0fdfb;
    border-radius: 16px;
    padding: 0 8px;
    margin: 8px;
    width: auto;
}

#journey_services .journey_jservices i {
    font-size: 20px;
    vertical-align: middle;
}

#journey_services h3.block_title {
    padding: 4px 40px 8px !important;
}

#journey_services img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -75px;
    border-radius: 0 !important;
}

/*journey_body*/
#journey_body h3.block_title {
    padding: 4px 40px 8px !important;
}

#journey_body img.block_title_image {
    width: 32px;
    height: 32px;
    margin-bottom: -75px;
    border-radius: 0 !important;
}

/*random_special_journeys*/
#random_special_journeys {
    margin: 0;
}

#random_special_journeys p.journey_date {
    direction: ltr !important;
    margin: 0;
    font-size: 12px;
    color: #8e959f;
}

#random_special_journeys .owl-carousel {
    /*background: #61a8de;*/
    border-radius: 16px;
}

#random_special_journeys .item,
#random_special_journeys .item:hover {
    -webkit-box-shadow: 0 0 0 0 #d1f0eb;
    -moz-box-shadow: 0 0 0 0 #d1f0eb;
    box-shadow: 0 0 0 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#random_special_journeys .item img.content_image {
    transform: scale(1.00);
    width: 100%;
    margin: 0;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#random_special_journeys .item:hover img.content_image {
    transform: scale(1.05);
    width: 100%;
    margin: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*place_visit_info*/
#place_visit_info {
    width: calc(100% - 20px);
    margin: 0 8px 16px;
    padding: 8px 8px;
    background: #f0fdfb;
    border-radius: 16px;
    font-size: 13px !important;
}

#place_visit_info p {
    font-size: 12px;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
    line-height: 25px;
}

#place_visit_info .place_visit_info_icon {
    width: 32px;
    height: 32px;
    margin: 0;
}

#place_visit_info .place_visit_info_contact img {
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
}

#place_visit_info .place_visit_info_contact a {
    display: block;
    width: 100%;
    text-align: center;
}

#place_visit_info #place_visit_info_col1,
#place_visit_info #place_visit_info_col2,
#place_visit_info #place_visit_info_col3 {
    text-align: center;
}

/*fp_16*/
.fp_16 {
    margin: 16px 16px;
    padding: 0;
    border-radius: 16px;
    text-align: center;
    color: #424242;
}

.fp_16 hr {
    padding-top: 1px;
    background: #f0fdfb !important;
    margin: 0 0 8px;
    opacity: 1.0;
    color: #f0fdfb;
}

.fp_16 a span {
    display: block;
    float: right;
    width: 100%;
    border-radius: 16px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fp_16:hover a span {
    -webkit-box-shadow: 0 0 16px 0 #d1f0eb;
    -moz-box-shadow: 0 0 16px 0 #d1f0eb;
    box-shadow: 0 0 16px 0 #d1f0eb;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fp_16 img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 64px;
    padding: 8px 0;
    margin: auto auto 8px;

    transform: scale(1.0);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fp_16 h5 {
    margin: 0;
    padding: 8px 8px 8px;
    color: #424242;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: bold;
}

.fp_16 p {
    font-size: 13px;
    text-align: center;
    color: #424242;
    line-height: 16px;
    margin: 0 0 8px;
    padding: 8px 8px 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fp_16:hover h5,
.fp_16:hover p {
    background: rgba(255, 255, 255, 0.75);
    color: #424242;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fp_16:hover h5 {
    color: #008779;
}

/*footer_links_fluid*/
#footer_links_fluid {
    background: #008779;
    margin-top: 0;
}

#footer_links_fluid .container {
    padding: 0 32px;
}

#footer_links_fluid h3.footer_title {
    font-size: 20px;
    color: #ffffff;
    padding: 16px 0;
}

#footer_links_fluid a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0 0 8px;
    color: #f0fdfb;
    text-decoration: none;
}

#footer_links_fluid a:hover {
    color: #38C9B6;
}

#footer_links_fluid p {
    color: #f0fdfb;
    font-size: 14px;
}

/*footer_1*/
/*footer_2*/
/*footer_3*/
/*footer_4*/
#footer_4 {
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 0;
    margin: 32px 0;
}

#footer_3 img,
#footer_3 a img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 150px;
    height: auto;
    padding: 16px 0;
}

#footer_3 a {
    display: block;
    width: 50% !important;
    float: left;
}

#footer_4 img {
    max-height: 50px;
    max-width: 120px;
    margin: 8px auto 8px;
}

/*copyright_fluid*/
#copyright_fluid {
    background: #424242;
    padding: 16px 0 48px;
}

#copyright_fluid p {
    text-align: center;
    margin: 0;
    font-size: 11px;
    color: #f0fdfb;
}

/*hpbook_info*/
#hpbook_info p {
    text-align: center !important;
    margin: 0 !important;
}

#hpbook_info h3 {
    text-align: center !important;
}

#hpbook_info hr {
    margin: 8px 0 8px !important;
}

/*social_follow*/
#social_follow {
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}

#social_follow a {
    display: block;
    float: left;
    width: 16.666666%;
    padding: 0 0;
    margin: -2px 0;
    text-align: center;
    opacity: 0.8;
}

#social_follow a:hover {
    opacity: 1;
    color: #424242;
}

#social_follow a img {
    width: 16px;
    height: 16px;
}

/**/
@media (max-width: 2800px) {
    .container {
        max-width: 1768px;
    }

    /*owl-carousel*/
    /*owl-carousel-50*/
    .owl-carousel .owl-item img,
    .owl-carousel-50 .owl-item img {
        max-height: 140px !important;
    }
}


/**/
@media (max-width: 1360px) {
    .container {
        max-width: 1328px;
    }

    /*owl-carousel*/
    /*owl-carousel-50*/
    .owl-carousel .owl-item img,
    .owl-carousel-50 .owl-item img {
        max-height: 140px !important;
    }

    /*food_info*/
    #food_info p {
        font-size: 12px;
        text-align: center;
        padding: 0 0;
        margin: 0 0 -8px;
    }
}


/**/
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    /*content_gallery*/
    #content_gallery a {
        margin: 0 0 16px;
    }

    /*scroll_alert*/
    .scroll_alert {
        width: 100% !important;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        scrollbar-color: #38C9B6 #f0fdfb;
    }

    /*fp_all_hp_img*/
    #fp_all_hp_img {
        margin: 16px auto;
    }

    /*hpackage*/
    .hpackage_detail_col3 {
        width: calc(33.3333% - 32px);
    }

    /*hpackage_links*/
    #hpackage_links {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        scrollbar-color: #38C9B6 #f0fdfb;
    }

    /*user_profile*/
    #profile_info {
        text-align: center;
    }

    /*profile_sidebar*/
    #profile_sidebar h1#page_title {
        text-align: center;
    }

    /*second_menu*/
    #second_menu,
    [dir="ltr"] #second_menu {
        padding: 0 0;
        text-align: center;
        margin: 8px auto;
    }

    #second_menu a {
        display: inline-block;
        padding: 0 8px;
        margin: 0 8px;
        float: none;
    }

    #second_menu a i {
        float: none;
        vertical-align: middle;
    }
}

/**/
@media (max-width: 760px) {
    .container {
        max-width: 736px;
    }

    blockquote {
        width: calc(100% - 60px);
        margin: 8px 32px 8px;
        font-size: 14px
    }

    /*hp_show_search_params_button*/
    #hp_show_search_params_button {
        display: block !important;
        margin-bottom: 48px !important;
    }

    /*sticky*/
    .sticky {
        padding: 16px 8px 8px;
    }

    /*hpackage*/
    .hpackage_detail_col4 {
        width: calc(50% - 32px);
    }

    /*user_profile*/
    #journey_places .journey_place_data,
    [dir="ltr"] #journey_places .journey_place_data {
        padding: 0 !important;
    }

    /*fp_16*/
    .fp_16 {
        margin: 8px;
    }

    .fp_16 h5 {
        font-size: 17px;
    }

    /*content inline image*/
    #content_body a.content_body_inline_image_link_right,
    #content_body .content_body_image_right_figcaption,
    #content_body a.content_body_inline_image_link_left,
    #content_body .content_body_image_left_figcaption,
    #content_body a.content_body_inline_image_link_right_400,
    #content_body .content_body_image_right_400_figcaption,
    #content_body a.content_body_inline_image_link_left,
    #content_body .content_body_image_left_figcaption,
    #content_body a.content_body_inline_image_link_left_400,
    #content_body .content_body_image_left_400_figcaption,
    #content_body a.content_body_inline_image_link_one_third,
    #content_body .content_body_image_one_third_figcaption,
    #content_body a.content_body_inline_image_link_full_page,
    #content_body .content_body_image_full_page_figcaption {
        display: block;
        width: calc(100% - 32px) !important;
        margin: 16px;
        float: right;
    }

}


/**/
@media (max-width: 576px) {
    .container {
        max-width: 544px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    /*content_gallery*/
    #content_gallery a {
        max-height: 50px;
    }

    /*content_medical_place_faqs*/
    #content_medical_place_faqs a {
        text-align: justify;
    }

    /*main_menu*/
    #main_menu #site_logo {
        display: block;
        background-position: left center;
        float: left;
        margin-left: 8px;
        margin-right: 8px;
        background-size: contain !important;
    }

    [dir="ltr"] #main_menu #site_logo {
        display: block;
        background-position: right center;
        float: right;
        margin-left: 8px;
        margin-right: 8px;
        background-size: contain !important;
    }

    /*place_visit_info*/
    #place_visit_info .place_visit_info_icon {
        width: 24px;
        height: 24px;
    }

    /*show_on_google*/
    #show_on_google,
    [dir="ltr"] #show_on_google {
        position: relative;
        top: 25px;
        z-index: 999;
        width: 100%;
    }

    /*hpackage*/
    .hpackage_detail_col4 {
        width: calc(100% - 32px) !important;
        margin-bottom: 8px;
    }

    /*mmenu*/
    .mm-menu_offcanvas {
        width: 100%;
    }

    [dir="rtl"] a.mm-btn_close {
        left: -84%;
    }

    [dir="rtl"] a.mm-btn_prev {
        right: -84%;
    }

    /*pagination*/
    #pagination ul li.hidden_pagination_link {
        display: none;
    }

    /*fp_16*/
    .fp_16 h5 {
        font-size: 16px;
    }

    .fp_16 p {
        display: none;
    }


    /*font size reduction*/
    .block_content .content_title,
    .block_content .hpackage_title,
    .block_content .hpackage_item,
    .block_content p.link_btn a {
        padding: 2px;
        font-size: 12px;
    }

}

@media print {
    .noprint {
        visibility: hidden;
        display: none;
    }
}
