/**================== ROOT ==================**/
:root {
    --cl-main: #017a37;
    --cl-hover-main: #51b90d;
    --cl-light-main: #6cce00;
    --cl-gradient-main: linear-gradient(to right, var(--cl-main) 0%, var(--cl-light-main) 100%);
    --cl-black: #333333;
    --cl-white: #ffffff;
    --cl-gray: #fafafa;
    --cl-light-gray: #dddddd;
    --cl-dark-gray: #cdcdcd;
    --cl-sp-gray: #f7f7f7;
    --cl-light-red: #ed3237;
    --cl-dark-red: #990a00;
    --cl-red: #cd1a12;
    --cl-yl: rgb(217, 168, 0);
    --cl-green: #51b90d;
    --cl-blue: #0C163A;
    --cl-light-blue: #dbedf9;
    --cl-orange: #D29728;
    --cl-light-orange: #BF9352;
    --font-aws: FontAwesome;
    --font-main: 'Muli', sans-serif !important;
    --ratio-16-9: calc(9 / 16 * 100%);
    --ratio-4-3: calc(3 / 4 * 100%);
    --ratio-3-4: calc(4 / 3 * 100%);
    --ratio-9-16: calc(16 / 9 * 100%);
    --ratio-1-1: 100%;
    --transition-duration: 1s;
    --transition-delay-one: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.1),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.2);
    --transition-delay-two: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.22),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.32);
    --transition-delay-three: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.28),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.38);
    --transition-delay-four: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.34),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.44);
    --transition-delay-five: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.4),
    opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration) * 0.5);
    --appear-animation: translateY(3.75rem);
    --active-appear-animation: translateY(0);
}

.appear-delay-1 {
    transition: var(--transition-delay-one);
}

.appear-delay-2 {
    transition: var(--transition-delay-two);
}

.appear-delay-3 {
    transition: var(--transition-delay-three);
}

.appear-delay-4 {
    transition: var(--transition-delay-four);
}

.appear-delay-5 {
    transition: var(--transition-delay-five);
}

.CR-show-mb {
    display: none !important;
}

/**================== FONTS ==================**/
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Light.woff2') format('woff2'),
    url('../fonts/Muli-Light.woff') format('woff'),
    url('../fonts/Muli-Light.ttf') format('truetype'),
    url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.eot');
    src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Regular.woff2') format('woff2'),
    url('../fonts/Muli-Regular.woff') format('woff'),
    url('../fonts/Muli-Regular.ttf') format('truetype'),
    url('../fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-SemiBold.woff2') format('woff2'),
    url('../fonts/Muli-SemiBold.woff') format('woff'),
    url('../fonts/Muli-SemiBold.ttf') format('truetype'),
    url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Bold.woff2') format('woff2'),
    url('../fonts/Muli-Bold.woff') format('woff'),
    url('../fonts/Muli-Bold.ttf') format('truetype'),
    url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraBold.eot');
    src: url('../fonts/Muli-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-ExtraBold.woff2') format('woff2'),
    url('../fonts/Muli-ExtraBold.woff') format('woff'),
    url('../fonts/Muli-ExtraBold.ttf') format('truetype'),
    url('../fonts/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muli-Black.woff2') format('woff2'),
    url('../fonts/Muli-Black.woff') format('woff'),
    url('../fonts/Muli-Black.ttf') format('truetype'),
    url('../fonts/Muli-Black.svg#Muli-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/**================== HEADING TITLE STYLE ==================**/
.CR-heading-title--group {
    text-align: left;
    margin-bottom: 1.875rem  /* 30/16 */;
}

.CR-heading-title--group .heading-title-style {
    margin-bottom: 0;
}

.CR-heading-title--group .desc {
    font-size: 1.125rem  /* 18/16 */;
    font-weight: 400;
    line-height: 1.5625rem  /* 25/16 */;
    margin: 0.625rem  /* 10/16 */ auto 0;
}

.CR-heading-title--group .left--box,
.CR-heading-title--group .right--box {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100%;
}

.heading-title-style {
    font-weight: 400;
    font-size: 3rem  /* 48/16 */;
    line-height: normal;
    display: block;
    letter-spacing: -0.15rem  /* -2.4/16 */;
    margin: 0;
}

.heading-title-style b {
    position: relative;
    z-index: 1;
    font-weight: 700;
}



/**================== BUTTON STYLE ==================**/
.CR-button-style {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 0.3125rem /* 5/16 */;
    background-color: var(--cl-red);
    background-image: -webkit-linear-gradient(top, var(--cl-red) 50%, var(--cl-light-red) 100%);
    background-image: -moz-linear-gradient(top, var(--cl-red) 50%, var(--cl-light-red) 100%);
    background-image: linear-gradient(to bottom, var(--cl-red) 50%, var(--cl-light-red) 100%);
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem /* 14/16 */;
    letter-spacing: normal;
    line-height: normal;
    color: var(--cl-white) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.875rem /* 46/16 */;
    -webkit-box-shadow: 0 3px 10px transparent;
    box-shadow: 0 3px 10px transparent;
    outline: none !important;
    padding: 0 1.875rem /* 30/16 */;
    position: relative;
    margin: 0;
    width: max-content;
    text-transform: capitalize;
}

.CR-button-style:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 10px rgba(24,24,24,.15);
    box-shadow: 0 3px 10px rgba(24,24,24,.15);
    background-position: 1px 100%;
}


/**================== BANNER GROUP ==================**/
.CR-banner--group {
    position: relative;
    padding: 5.625rem  /* 90/16 */ 1.875rem  /* 30/16 */;
}

.CR-banner--group:before {
    content: '';
    background-image: -webkit-linear-gradient(left,#1976bc 0%,#8dc645 100%);
    background-image: -moz-linear-gradient(left,#1976bc 0%,#8dc645 100%);
    background-image: linear-gradient(to right,#1976bc 0%,#8dc645 100%);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.CR-banner--group .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.CR-banner--group .content--box {
    position: relative;
    z-index: 2;
}

.CR-banner--group .content--box * {
    color: var(--cl-white);
}

.CR-banner--group .content--box .heading-title {
    font-size: 3rem  /* 48/16 */;
    line-height: normal;
    font-weight: 800;
    text-align: center;
    display: block;
    text-shadow: 0 2px 5px rgba(24,24,24,.2);
    margin: 1rem auto 0;
    letter-spacing: -0.15rem  /* -2.4/16 */;
}

.CR-banner--group .content--box .desc {
    margin: 1rem auto 0;
    text-align: center;
    font-size: 1.125rem  /* 18/16 */;
    line-height: 1.5625rem  /* 25/16 */;
    font-weight: 600;
}

.CR-banner--group .content--box .info--box {
    gap: 0.35rem;
    margin: 1rem 0 0;
}

.CR-banner--group .content--box .info--box li {
    font-size: 1rem /* 16/16 */;
    line-height: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.CR-banner--group .content--box .info--box li i {
    font-size: 0.875rem /* 14/16 */;
}

.CR-banner--group .content--box .info--box li:not(:last-child)::after {
    content: "•";
    font-size: 0.625rem;
}

.CR-banner--group .CR-breadcrumb {
    padding: 0;
    justify-content: center;
}

.CR-banner--group .CR-breadcrumb a:hover {
    color: var(--cl-white) !important;
    opacity: 0.5;
}

.CR-banner--group .CR-breadcrumb * {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
}

/**================== SIDEBAR GROUP ==================**/
.CR-sidebar-style--box {

}

.CR-sidebar-style--box > div:not(:last-child) {
    padding-bottom: 1.875rem  /* 30/16 */;
    margin-bottom: 1.875rem  /* 30/16 */;
    border-bottom: 1px dashed rgba(24, 24, 24, .05);
}

.CR-sidebar-style--box .sidebar-title {
    font-size: 1.5625rem  /* 25/16 */;
    line-height: normal;
    font-weight: 800;
    display: block;
    margin-bottom: 1.25rem  /* 20/16 */;
    color: var(--cl-red);
}

.CR-sidebar-style--box .form--box {

}

.CR-sidebar-style--box .form--box form {
    border-radius: 0.3125rem  /* 5/16 */;
    overflow: hidden;
    border: 1px solid rgba(24,24,24,.2);
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CR-sidebar-style--box .form--box form:hover {
    border-color: transparent !important;
    -webkit-box-shadow: -1px 2px 15px rgb(0 0 0 / 12%);
    box-shadow: -1px 2px 15px rgb(0 0 0 / 12%);
}

.CR-sidebar-style--box .form--box input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    color: var(--cl-dark-gray);
    opacity: 1;
}

.CR-sidebar-style--box .form--box input {
    border: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    outline: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--cl-black);
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0 0.875rem /* 14/16 */;
    height: 3.4375rem  /* 55/16 */;
    font-size: 0.875rem  /* 14/16 */;
}

.CR-sidebar-style--box .form--box button:hover {
    background-position: 1px 100%;
}

.CR-sidebar-style--box .form--box button {
    box-shadow: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cl-red);
    background-image: -webkit-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: -moz-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: linear-gradient(to bottom,var(--cl-red) 50%,var(--cl-light-red) 100%);
    color: var(--cl-white);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: none;
    width: auto;
    height: 3.4375rem  /* 55/16 */;
    aspect-ratio: 1/1;
}

.CR-sidebar-style--box .related--box {

}

.CR-sidebar-style--box .terms--box li:not(:last-child) {
    border-bottom: 1px solid rgba(24, 24, 24, .07);
}

.CR-sidebar-style--box .terms--box li:first-child a {
    padding-top: 0;
}

.CR-sidebar-style--box .terms--box a:hover,
.CR-sidebar-style--box .terms--box .active a {
    color: var(--cl-red);
}

.CR-sidebar-style--box .terms--box a:hover:before,
.CR-sidebar-style--box .terms--box .active a:before{
    width: 1.5625rem /* 25/16 */;
}

.CR-sidebar-style--box .terms--box a:before {
    content: '';
    height: 0.15625rem  /* 2.5/16 */;
    background: var(--cl-red);
    position: absolute;
    bottom: 0.375rem  /* 6/16 */;
    left: -0.625rem  /* -10/16 */;
    width: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}

.CR-sidebar-style--box .terms--box a {
    font-size: 1rem /* 16/16 */;
    font-weight: 400;
    line-height: normal;
    color: var(--cl-black);
    padding: 0.75rem /* 12/16 */ 0;
    position: relative;
    word-break: break-word;
    gap: 0.5rem;
}

.CR-sidebar-style--box .terms--box a span {
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    min-width: max-content;
}

/**================== HEADER ==================**/
.admin-bar #CR-header {
    top: 32px;
}

#CR-header {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8888;
    box-shadow: -1px 4px 29px transparent;
    text-align: center;
    color: var(--cl-white);
    background: var(--cl-white);
}

#CR-header .main--box {
    padding: 0 1.875rem /* 30/16 */;
}

#CR-header:hover,
#CR-header.CR-fixed {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}

#CR-header .CR-top-header .content--box {
    border-bottom: 1px solid rgba(24, 24, 24, .05);
    padding: 0.625rem /* 10/16 */ 0;
}

#CR-header .CR-top-header ul {
    gap: 1rem /* 16/16 */;
}

#CR-header .CR-top-header a:hover {
    color: var(--cl-red);
}

#CR-header .CR-top-header a {
    gap: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.75rem /* 12/16 */;
    letter-spacing: normal;
    word-break: break-word;
    line-height: normal;
    font-weight: 400;
    color: var(--cl-black);
}

#CR-header .CR-top-header a b {
    font-weight: 800;
}

#CR-header .CR-top-header i {
    color: var(--cl-red);
}

#CR-header .CR-main-header {
    padding: 0;
}

#CR-header .CR-main-header .left--box {
    width: max-content;
    min-width: max-content;
}

#CR-header .CR-main-header .right--box {
    gap: 2.5rem /* 40/16 */;
    flex: 1;
}

#CR-header .logo--box {
    padding: 0.3125rem /* 5/16 */ 0;
}

#CR-header .logo--box img,
#CR-header .logo--box svg {
    width: auto;
    height: 3.125rem /* 50/16 */;
    object-fit: contain;
}

#CR-header .search--box {
    position: relative;
}

#CR-header .search--box .CR-open-search-head-btn {
    font-size: 1.125rem /* 18/16 */;
    color: var(--cl-black);
}

#CR-header .search--box.active .form-search--box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

#CR-header .search--box .form-search--box {
    position: absolute;
    top: calc(100% + 0.625rem /* 10/16 */);
    width: 15.625rem /* 250/16 */;
    z-index: 2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-popup-search .box {
    max-width: 50vw !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: unset !important;
}

.CR-search-form-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #D9D9D8;
    background: var(--cl-white);
    border-radius: 0.3125rem  /* 5/16 */;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.CR-search-form-default input,
.CR-search-form-default button {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
    height: 2.1875rem  /* 35/16 */;
    font-size: 0.875rem  /* 14/16 */;
}

.CR-search-form-default input::placeholder {
    color: var(--cl-dark-gray);
}

.CR-search-form-default input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1rem;
    line-height: normal;
    font-weight: 400;
}

.CR-search-form-default button {
    color: var(--cl-white);
    background-color: var(--cl-main);
    transition: 0.5s ease-in-out;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
}

.search-mobile--box {
    margin: 0.5rem 0;
}

#CR-header .CR-main-header .CR-effect-menu > .item-with-arrow-box > a,
#CR-header .CR-main-header .CR-effect-menu > a {
    animation-name: flicker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: #ff0000 !important;
}

#CR-header .CR-main-header .menu-item--box:not(.logo--box) {
    text-align: center;
}

#CR-header .CR-main-header .menu-item--box > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.9375rem /* 15/16 */;
}

#CR-header .CR-main-header .menu-item--box > div > ul > li {
    padding: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-header .CR-main-header .menu-item--box > div > ul > li > .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box > div > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem /* 15/16 */;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    text-decoration: none;
    padding: 1.5625rem  /* 25/16 */ 1.25rem /* 20/16 */;
    white-space: nowrap;
    color: var(--cl-black);
    position: relative;
    text-transform: capitalize;
}

#CR-header .CR-main-header .menu-item--box li {
    position: relative;
}

#CR-header .CR-main-header .menu-item--box li .arrow {
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
    line-height: normal;
}

#CR-header .CR-main-header .menu-item--box li .arrow i {
    color: #9E753F;
    font-size: 0.625rem /* 10/16 */;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

#CR-header .CR-main-header .menu-item--box > div > ul > li:last-child .sub-menu {
    left: auto;
    right: 0;
}

#CR-header .CR-main-header .menu-item--box .sub-menu .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

#CR-header .CR-main-header .menu-item--box .sub-menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateX(102%);
    -ms-transform: translateX(102%);
    transform: translateX(102%);
}

#CR-header .CR-main-header .menu-item--box .sub-menu .sub-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    z-index: -1;
    width: 100%;
}

#CR-header .CR-main-header .menu-item--box .sub-menu .sub-menu .sub-menu {
    z-index: -2;
}

#CR-header .CR-main-header .menu-item--box .sub-menu li .arrow i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#CR-header .CR-main-header .menu-item--box .sub-menu {
    background: var(--cl-white);
    border: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
    border-bottom-left-radius: 0.3125rem /* 5/16 */;
    border-bottom-right-radius: 0.3125rem /* 5/16 */;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
    -o-transition: -o-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
    -webkit-transition: opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end, -webkit-transform .5s ease;
    transition: opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
    transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;
    transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end, -webkit-transform .5s ease;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    padding: 0;
    width: 17.5rem /* 280/16 */;
}

#CR-header .CR-main-header .menu-item--box .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#CR-header .CR-main-header .menu-item--box .sub-menu li {
    width: 100%;
    padding: 0.125rem /* 2/16 */;
    position: relative;
}

#CR-header .CR-main-header .menu-item--box .sub-menu > li:not(:last-child):after {
    content: '';
    background: rgba(24, 24, 24, .05);
    position: absolute;
    bottom: 0;
    left: 1.25rem /* 20/16 */;
    right: 1.25rem /* 20/16 */;
    height: 1px;
}

#CR-header .CR-main-header .menu-item--box .sub-menu li a {
    text-align: left;
    font-size: 0.875rem /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    padding: 0.9375rem /* 15/16 */ 1.25rem /* 20/16 */;
    color: var(--cl-black);
    position: relative;
    display: block;
    border-radius: 0.1875rem /* 3/16 */;
    background: var(--cl-white);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-header .CR-main-header .menu-item--box .sub-menu .current-menu-item a,
#CR-header .CR-main-header .menu-item--box .sub-menu li a:hover {
    color: var(--cl-red) !important;
    text-shadow: 0 0 0.5px var(--cl-red), 0 0 1px var(--cl-red);
}

#CR-header .CR-main-header .menu-item--box .active:not(.CR-top-parent-menu-item) > a,
#CR-header .CR-main-header .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current-menu-item > a,
#CR-header .CR-main-header .menu-item--box .current-menu-parent .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current-menu-parent > a,
#CR-header .CR-main-header .menu-item--box .current-product_cat-parent .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current-product_cat-parent > a,
#CR-header .CR-main-header .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current_page_parent > a,
#CR-header .CR-main-header .menu-item--box .sub-menu .current-menu-item a {
    color: var(--cl-red) !important;
    text-shadow: 0 0 0.5px var(--cl-red), 0 0 1px var(--cl-red);
}

#CR-header .CR-main-header .menu-item--box .current-menu-parent .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current-menu-parent > a,
#CR-header .CR-main-header .menu-item--box .current-menu-item .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current-menu-item > a,
#CR-header .CR-main-header .menu-item--box .current-product_cat-parent .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current-product_cat-parent > a,
#CR-header .CR-main-header .menu-item--box .current_page_parent .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box .current_page_parent > a {
    color: var(--cl-red) !important;
    animation-name: unset;
}

#CR-header .CR-main-header .menu-item--box .current-menu-ancestor:not(.CR-top-parent-menu-item) > a,
#CR-header .CR-main-header .menu-item--box > div > ul > .current-menu-item {
    font-weight: 700;
    color: var(--cl-red) !important;
}

#CR-header .CR-main-header .menu-item--box > div > ul > li:hover .arrow i {
    color: var(--cl-black) !important;
}

#CR-header .CR-main-header .menu-item--box > div > ul > li:not(.CR-top-special-menu-item):hover > .item-with-arrow-box > a,
#CR-header .CR-main-header .menu-item--box > div > ul > li:not(.CR-top-special-menu-item):hover > a {
    color: var(--cl-red) !important;
    text-shadow: 0 0 0.5px var(--cl-red), 0 0 1px var(--cl-red);
}

/**================== FOOTER ==================**/
#CR-footer {
    margin-top: 3.75rem /* 60/16 */;
}

#CR-footer .heading-title {
    position: relative;
    font-style: normal;
    font-weight: 800;
    font-size: 1.25rem /* 20/16 */;
    line-height: normal;
    margin-bottom: 1.25rem /* 20/16 */;
}

#CR-footer .CR-main-footer .container {
    position: relative;
    padding-top: 3.75rem /* 60/16 */;
    padding-bottom: 3.75rem /* 60/16 */;
}

#CR-footer .CR-main-footer .container:before {
    content: '';
    background: rgba(24, 24, 24, .05);
    position: absolute;
    top: 0;
    left: var(--bs-gutter-x, .75rem);
    right: var(--bs-gutter-x, .75rem);
    height: 1px;
}

#CR-footer .menu-item.active a,
#CR-footer a:hover {
    color: var(--cl-red) !important;
}

#CR-footer .desc--box,
#CR-footer a,
#CR-footer span,
#CR-footer span b,
#CR-footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 0.8125rem /* 13/16 */;
    line-height: 1.25rem /* 20/16 */;
    color: var(--cl-black);
}

#CR-footer .logo--box img {
    width: auto;
    max-width: 100%;
    height: 1.5625rem /* 25/16 */;
    -o-object-fit: contain;
    object-fit: contain;
}

#CR-footer .socials--box {
    gap: 0.625rem /* 10/16 */;
}

#CR-footer .socials--box p {
    font-weight: 400;
    font-size: 0.8125rem /* 13/16 */;
    line-height: normal;
    margin: 0;
}

#CR-footer .socials--box ul {
    margin: 0;
    gap: 1rem;
}

#CR-footer .socials--box a {
    font-size: 1rem /* 16/16 */;
}

#CR-footer .socials--box a:hover {
    color: var(--cl-hover-main);
}

#CR-footer .copyright--box {
    position: relative;
}

#CR-footer .copyright--box p {
    line-height: normal;
}

#CR-footer .toggle-menu-item-cont--mb {
    display: none !important;
}

#CR-footer .desc--box,
#CR-footer .list-column--box .list {
    padding-right: 20%;
}

#CR-footer .list-column--box span b,
#CR-footer .list-column--box span,
#CR-footer .list-column--box p,
#CR-footer .list-column--box a {
    color: #333333;
}

#CR-footer .list-column--box span {
    margin-right: 0.25rem;
}

#CR-footer .list-column--box span b {
    font-weight: 700 !important;
}

#CR-footer .list-column--box li:not(:last-child) {
    margin-bottom: 0.625rem /* 10/16 */;
}

#CR-footer .col:nth-child(4) .list-column--box span {
    display: block;
    margin-right: 0;
}

#CR-footer .menu-column--box li {
    border-bottom: 1px solid rgba(24, 24, 24, .07);
}

#CR-footer .menu-column--box li:not(:last-child) {
    margin-bottom: 0;
}

#CR-footer .menu-column--box li:first-child a {
    padding-top: 0;
}

#CR-footer .menu-column--box a {
    padding: 0.625rem /* 10/16 */ 0;
    position: relative;
    display: block;
}

#CR-footer .menu-column--box a:hover:before {
    width: 1.5625rem /* 25/16 */;
}

#CR-footer .menu-column--box a:before {
    content: '';
    height: 0.125rem /* 2/16 */;
    background: var(--cl-red);
    position: absolute;
    bottom: 0.3125rem /* 5/16 */;
    left: -0.78125rem /* -12.5/16 */;
    width: 0;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}

#CR-footer .CR-bottom-footer .left--box {
    gap: 0.625rem /* 10/16 */;
}

#CR-footer .CR-bottom-footer .content--box {
    padding: 1.875rem /* 30/16 */ 0;
    border-top: 1px solid rgba(24, 24, 24, .05);
}

#CR-footer .img-col--box {
    margin-top: 0.625rem /* 10/16 */;
}

#CR-footer .img-col--box img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/**================== HOME PAGE ==================**/
#CR-home-page .banner--sec {
    overflow: hidden;
}

#CR-home-page .banner--sec .CR-slider-banner-home {
    margin-bottom: 0;
}

#CR-home-page .banner--sec .item-banner {
    position: relative;
    height: auto;
    /*height: 32.5rem  !* 520/16 *!;*/
    overflow: hidden;
}

#CR-home-page .banner--sec .item-banner img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
    /*object-position: top center;*/
}

#CR-home-page .banner--sec .CR-custom-dots .slick-dots {
    bottom: 1.25rem  /* 20/16 */;
}

#CR-home-page .banner--sec .CR-custom-arrow-full-text {
    opacity: 1;
}

#CR-home-page .banner--sec .CR-custom-arrow-full-text.right {
    right: 0;
}

#CR-home-page .banner--sec .CR-custom-arrow-full-text.left {
    left: 0;
}

#CR-home-page .featured-tours--sec {
    padding: 3.75rem  /* 60/16 */ 0 1.875rem  /* 30/16 */;
}

#CR-home-page .featured-tours--sec .list--box {
    gap: 0.75rem /* 12/16 */;
    margin: 2.8125rem /* 45/16 */ 0 0;
}

#CR-home-page .featured-tours--sec .left--box {
    width: 66.666666%;
}

#CR-home-page .featured-tours--sec .right--box {
    width: 33.333333%;
}

#CR-home-page .featured-tours--sec .right--box {
    gap: 0.75rem /* 12/16 */;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#CR-home-page .featured-tours--sec .left--box .CR-item-featured-tour .wrap {
    padding-top: var(--ratio-16-9);
}

#CR-home-page .featured-tours--sec .right--box .CR-item-featured-tour {
    height: 50%;
}

#CR-home-page .featured-tours--sec .right--box .CR-item-featured-tour .wrap {
    height: 100%;
}

.CR-item-featured-tour {
    padding: 0;
    width: 100%;
}

.CR-item-featured-tour .wrap {
    position: relative;
    overflow: hidden;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 10%);
}

.CR-item-featured-tour .thumb--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CR-item-featured-tour .thumb--box img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#CR-home-page .main-custom-tours--sec .custom-tours--row {
    padding: 1.875rem  /* 30/16 */ 0;
}

#CR-home-page .main-custom-tours--sec .CR-item-tour {
    width: 25%;
}

#CR-home-page .main-custom-tours--sec .CR-item-tour .wrap {
    box-shadow: none;
    transform: unset !important;
    background: var(--cl-gray);
}

#CR-home-page .why--sec {
    padding: 1.875rem  /* 30/16 */ 0;
}

#CR-home-page .why--sec .list--box {
    margin: 3.125rem  /* 50/16 */ -0.625rem  /* -10/16 */ -0.625rem  /* -10/16 */;
    padding: 3.75rem  /* 60/16 */ 0 0;
    border-top: 1px solid rgba(24, 24, 24, .05);
}

#CR-home-page .why--sec .CR-custom-arrow-full-text.left {
    left: unset;
    right: 100%;
}

#CR-home-page .why--sec .CR-custom-arrow-full-text.right {
    left: 100%;
    right: unset;
}

#CR-home-page .why--sec .item {
    width: 16.6667%;
    padding: 0.625rem  /* 10/16 */;
}

#CR-home-page .why--sec .item .wrap {
    position: relative;
}

#CR-home-page .why--sec .item .icon--box {
    height: 4.375rem  /* 70/16 */;
    text-align: center;
}

#CR-home-page .why--sec .item .icon--box img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

#CR-home-page .why--sec .item .content--box {
    margin: 1.25rem  /* 20/16 */ 0 0;
    text-align: center;
}

#CR-home-page .why--sec .item .heading-title {
    font-size: 1.5625rem  /* 25/16 */;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}

#CR-home-page .why--sec .item .content .desc {
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 400;
    margin: 0.625rem  /* 10/16 */ 0 0;
}

#CR-home-page .videos--sec {
    padding: 1.875rem  /* 30/16 */ 0 ;
}

#CR-home-page .videos--sec .list--box {
    margin: -0.625rem  /* -10/16 */;
}

#CR-home-page .videos--sec .CR-custom-arrow-full.left {
    left: -0.5rem;
}

#CR-home-page .videos--sec .CR-custom-arrow-full.right {
    right: -0.5rem;
}

.CR-item-video {
    width: 50%;
    padding: 0.625rem  /* 10/16 */;
}

.CR-item-video .wrap {
    position: relative;
}

.CR-item-video .thumb--box {
    position: relative;
    aspect-ratio: 16/9;
}

.CR-item-video .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.CR-item-video .wrap:hover .icon--box {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}

.CR-item-video .icon--box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%)  scale(1);
    -ms-transform: translate(-50%,-50%)  scale(1);
    transform: translate(-50%,-50%)  scale(1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem  /* 80/16 */;
    height: 5rem  /* 80/16 */;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CR-item-video .icon--box svg {
    fill: var(--cl-black);
    width: auto;
    height: 50%;
}

#CR-home-page .travel--sec {
    padding: 3.75rem  /* 60/16 */ 0 1.875rem  /* 30/16 */;
}

#CR-home-page .travel--sec .list--box {
    margin: -0.5rem;
}

#CR-home-page .travel--sec .tabs--box .nav-tabs {
    margin-bottom: 2.5rem  /* 40/16 */;
    border: none;
    gap: 0.625rem  /* 10/16 */;
}

#CR-home-page .travel--sec .tabs--box .nav-tabs .nav-item {
    padding: 0;
}

#CR-home-page .travel--sec .tabs--box .nav-tabs .nav-item:not(:last-child) {
    margin-right: 1px;
}

#CR-home-page .travel--sec .tabs--box .nav-tabs button:hover:after,
#CR-home-page .travel--sec .tabs--box .nav-tabs button.active:after {
    width: 100%;
}

#CR-home-page .travel--sec .tabs--box .nav-tabs button:hover {
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}

#CR-home-page .travel--sec .tabs--box .nav-tabs button {
    padding: 0 1.25rem /* 20/16 */;
    height: 3.125rem  /* 50/16 */;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    border: none;
    background-color: var(--cl-white);
    font-size: 0.9375rem  /* 15/16 */;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    color: var(--cl-black);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CR-home-page .travel--sec .tabs--box .nav-tabs button:after {
    content: '';
    background: var(--cl-red);
    height: 0.125rem  /* 2/16 */;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: 0.5s ease-in-out;
    bottom: 0;
}

.CR-item-travel {
    width: 25%;
    padding: 0.5rem;
}

.CR-item-travel:nth-child(2),
.CR-item-travel:nth-child(6) {
    width: 50%;
}

.CR-item-travel .wrap {
    position: relative;
    overflow: hidden;
}

.CR-item-travel .wrap:after {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(1 1 1 / 50%) 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.CR-item-travel:nth-child(2) .thumb--box,
.CR-item-travel:nth-child(6) .thumb--box{
    aspect-ratio: 16/7.8;
}

.CR-item-travel .thumb--box {
    position: relative;
    aspect-ratio: 1/1;
}

.CR-item-travel .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.CR-item-travel .hover-content--box,
.CR-item-travel .content--box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: 700ms ease transform,700ms ease box-shadow;
    -moz-transition: 700ms ease transform,700ms ease box-shadow;
    transition: 700ms ease transform,700ms ease box-shadow;
    -webkit-box-shadow: 0 0 1.25rem  /* 20/16 */ rgba(0,0,0,0);
    box-shadow: 0 0 1.25rem  /* 20/16 */ rgba(0,0,0,0);
}

.CR-item-travel .content--box {
    padding: 1rem;
}

.CR-item-travel .wrap:hover .content--box {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.CR-item-travel .hover-content--box {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    padding: 3.75rem  /* 60/16 */ 1.875rem  /* 30/16 */ 1.875rem  /* 30/16 */;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.CR-item-travel .wrap:hover .hover-content--box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.CR-item-travel .content--box .heading-title,
.CR-item-travel .hover-content--box .heading-title {
    font-weight: 800;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.CR-item-travel .content--box .heading-title {
    font-size: 1.125rem  /* 18/16 */;
    line-height: 1.375rem  /* 22/16 */;
    max-height: calc(1.375rem * 2);
    color: var(--cl-white);
}

.CR-item-travel .hover-content--box .heading-title {
    font-size: 1.5625rem  /* 25/16 */;
    line-height: 1.875rem  /* 30/16 */;
    max-height: calc(1.875rem * 2);
    color: var(--cl-black);
}

.CR-item-travel .desc {
    font-size: 0.9375rem  /* 15/16 */;
    font-weight: 400;
    line-height: 1.375rem  /* 22/16 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: calc(1.375rem * 3);
    color: var(--cl-black);
    margin: 0.5rem 0 0;
}

#CR-home-page .contact--sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 1.875rem  /* 30/16 */ 0 0;
}

#CR-home-page .contact--sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #017a379e;
}

#CR-home-page .contact--sec .container {
    position: relative;
    z-index: 2;
}

#CR-home-page .contact--sec .intro--box .heading-title {
    font-size: 3.75rem  /* 60/16 */;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

#CR-home-page .contact--sec .intro--box .desc {
    font-size: 1.8125rem  /* 29/16 */;
    font-weight: 400;
    line-height: normal;
    margin: 0.5rem 0 0;
}

#CR-home-page .contact--sec .form--box,
#CR-home-page .contact--sec .intro--box {
    color: var(--cl-white);
    text-align: center;
}

#CR-home-page .contact--sec .intro--box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CR-home-page .contact--sec .form--box {
    background: #1b3400;
    padding: 5rem 2rem;
}

#CR-home-page .contact--sec .form--box .heading-title {
    font-size: 1.875rem  /* 30/16 */;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

#CR-home-page .contact--sec .form--box .desc {
    font-size: 1rem  /* 16/16 */;
    font-weight: 400;
    line-height: normal;
    margin: 1.5rem  /* 24/16 */ 0 0;
}

#CR-home-page .contact--sec .CR-form-def .gr-def-form-btn,
#CR-home-page .contact--sec .CR-form-def input[type=submit] {
    width: 100%;
}

#CR-home-page .contact--sec .CR-form-def input::placeholder {
    color: var(--cl-black);
}

#CR-home-page .contact--sec .CR-form-def input:not([type=submit]) {
    background: var(--cl-white);
}

#CR-home-page .contact--sec .CR-cf7-box {
    margin-top: 1.25rem  /* 20/16 */;
}

#CR-home-page .map--sec {
    position: relative;
    padding: 5rem  /* 80/16 */ 0;
    margin-top: 1.875rem  /* 30/16 */;
}

#CR-home-page .map--sec #CR-office-map-view {
    background: var(--cl-gray);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#CR-home-page .map--sec .list--box {
    padding: 2.5rem /* 40/16 */;
    background-color: var(--cl-white);
    width: 26.25rem  /* 420/16 */;
    z-index: 2;
    position: relative;
    border-radius: 0.3125rem  /* 5/16 */;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    /*left: calc((100% - 1304px) / 2);*/
}

.CR-item-office {
    width: 100%;
}

.CR-item-office:not(:last-child) {
    margin-bottom: 1.5625rem  /* 25/16 */;
}

.CR-item-office .wrap {
    position: relative;
}

.CR-item-office .icon--box {
    min-width: max-content;
    width: max-content;
}

.CR-item-office .wrap:hover .icon--box svg {
    fill: var(--cl-black);
}

.CR-item-office .icon--box svg {
    fill: var(--cl-red);
    width: 2.5rem  /* 40/16 */;
    height: auto;
    transition: 0.5s ease-in-out;
}

.CR-item-office .content--box {
    flex: 1;
    padding-left: 1rem;
}

.CR-item-office .wrap:hover .heading-title {
    color: var(--cl-red);
}

.CR-item-office .heading-title {
    font-weight: 800;
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    margin: 0;
    transition: 0.5s ease-in-out;
}

.CR-item-office .info--box ul > li > b{
    font-weight: 700;
}

.CR-item-office .info--box ul ul b{
    font-weight: 400;
    margin-right: 0.25rem;
    color: var(--cl-black) !important;
}

.CR-item-office .info--box li b,
.CR-item-office .info--box li p,
.CR-item-office .info--box li a {
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    color: var(--cl-black);
    margin: 0;
}

.CR-item-office .info--box li a:hover {
    color: var(--cl-red);
}


.CR-item-branch-map {
    width: 18.75rem  /* 300/16 */;
}

.CR-item-branch-map .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

.CR-item-branch-map .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.CR-item-branch-map .thumb {
    position: relative;
    width: 45%;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.CR-item-branch-map .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CR-item-branch-map .cont {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CR-item-branch-map .title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cl-black);
    line-height: 1.5625rem /* 25/16 */;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.125rem /* 50/16 */;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 0 0.25rem;
}

.CR-item-branch-map b {
    font-weight: 600;
    margin: 0 0 0.35rem;
    display: block;
    font-size: 0.9375rem /* 15/16 */;
}

.CR-item-branch-map .address {
    font-size: 0.9375rem /* 15/16 */;
    line-height: 1.5625rem /* 25/16 */;
    color: var(--cl-black);
    margin: 0;
}

.CR-item-branch-map .view-map {
    color: var(--cl-red);
    font-style: normal;
    font-weight: 700;
    font-size: 0.9375rem /* 15/16 */;
    line-height: normal;
    letter-spacing: 0.05em;
    text-decoration-line: underline !important;
    text-underline-position: under;
    margin: 0.5rem 0 0;
}

.CR-custom-marker {
    position: relative;
    width: 3.125rem /* 50/16 */;
    height: 3.125rem /* 50/16 */;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/**==================  DEPARTURE SCHEDULE PAGE ================== **/
#CR-departure-schedule-page .main-content--sec {
    padding: 3.125rem  /* 50/16 */ 0 0;
}

#CR-departure-schedule-page .main-list--box {
    margin: -1.25rem  /* -20/16 */;
}

.CR-item-departure-schedule {
    width: 50%;
    padding: 1.25rem  /* 20/16 */;
}

.CR-item-departure-schedule .wrap {
    position: relative;
}

.CR-item-departure-schedule .thumb--box {
    position: relative;
}

.CR-item-departure-schedule .thumb--box img {
    width: 100%;
    height: auto;
}

.CR-item-departure-schedule .heading-title {
    font-size: 2.8125rem  /* 45/16 */;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.125rem  /* 18/16 */;
}

/**================== NEWS PAGE ==================**/
#CR-news-page .main-content--sec {
    padding: 6.25rem  /* 100/16 */ 0 2.5rem  /* 40/16 */;
}

#CR-news-page .main-list--box {
    padding-right: 0.9375rem  /* 15/16 */;
}

#CR-news-page.CR-news-update-page .terms--box > .heading-title {
    background: var(--cl-main);
    border-radius: 4px 4px 0px 0px;
    padding: 0.625rem  /* 10/16 */;
    text-align: center;
    color: var(--cl-white);
    font-weight: 700;
    font-size: 1rem  /* 16/16 */;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

#CR-news-page.CR-news-update-page .sticky--box {
    position: sticky;
    transition: 1s ease-in-out;
    top: 0;
}

#CR-news-page.CR-news-update-page .terms--box li {
    margin: 0.3125rem  /* 5/16 */ 0;
}

#CR-news-page.CR-news-update-page .terms--box a {
    padding: 0.625rem  /* 10/16 */;
    display: block;
    font-size: 0.9375rem  /* 15/16 */;
    line-height: 1rem  /* 16/16 */;
    color: var(--cl-black);
}

#CR-news-page.CR-news-update-page .terms--box .active a,
#CR-news-page.CR-news-update-page .terms--box a:hover {
    background: rgb(58 181 74 / 10%);
}

#CR-news-page.CR-news-update-page .related--box > .heading-title {
    font-weight: 700;
    font-size: 1.125rem  /* 18/16 */;
    line-height: normal;
    text-transform: uppercase;
    color: var(--cl-black);
    margin-bottom: 0.9375rem  /* 15/16 */;
}

#CR-news-page.CR-news-update-page .CR-paging-wrap {
    margin-bottom: 0;
}

#CR-news-page .filter--box {
    margin-bottom: 1rem  /* 16/16 */;
}

#CR-news-page .filter--box ul {
    gap: 1.875rem  /* 30/16 */;
}

#CR-news-page .filter--box a {
    color: var(--cl-black);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 0.9375rem  /* 15/16 */;
    line-height: normal;
    position: relative;
    padding-bottom: 0.25rem;
}

#CR-news-page .filter--box a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    background: var(--cl-red);
    transition: 0.5s ease-in-out;
    height: 2px;
}

#CR-news-page .filter--box a.active,
#CR-news-page .filter--box a:hover {
    color: var(--cl-red);
}

#CR-news-page .filter--box a.active:after,
#CR-news-page .filter--box a:hover:after {
    right: 0;
}

.CR-item-news-general,
.CR-item-news {
    width: 100%;
}

.CR-item-news:not(:last-child) {
    margin-bottom: 5rem  /* 80/16 */;
}

.CR-item-news:nth-child(even) .wrap {
    flex-direction: row-reverse;
}

.CR-item-news .wrap {
    position: relative;
    gap: 1rem;
}

.CR-item-news-general .thumb--box,
.CR-item-news .thumb--box {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    width: 60%;
    transition: 0.5s ease-in-out;
}

.CR-item-news .thumb--box {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 10%);
}

.CR-item-news-general .wrap:hover .thumb--box,
.CR-item-news .wrap:hover .thumb--box {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}

.CR-item-news-general .thumb--box a,
.CR-item-news-general .thumb--box img,
.CR-item-news .thumb--box a,
.CR-item-news .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.CR-item-news .content--box {
    padding: 1rem;
    width: 40%;
}

.CR-item-news-general .wrap:hover .heading-title,
.CR-item-news .wrap:hover .heading-title {
    color: var(--cl-red);
}

.CR-item-news .heading-title {
    color: var(--cl-black);
    font-size: 1.5rem  /* 24/16 */;
    font-weight: 700;
    line-height: 1.875rem  /* 30/16 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(1.875rem  * 2);
    margin: 0.625rem  /* 10/16 */ 0 0;
}

.CR-item-news .terms--box {
    font-size: 0.625rem  /* 10/16 */;
    gap: 0.5rem;
}

.CR-item-news .terms--box > i {
    font-size: 0.875rem  /* 14/16 */;
    color: var(--cl-red);
}

.CR-item-news .terms--box span {

}

.CR-item-news .terms--box a {
    font-size: 0.625rem  /* 10/16 */;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--cl-black)
}

.CR-item-news .terms--box a:hover {
    color: var(--cl-red);
}

.CR-item-news .info--box {
    gap: 0.35rem;
    margin: 0.625rem  /* 10/16 */ 0 0;
}

.CR-item-news .info--box li {
    font-size: 1rem  /* 16/16 */;
    line-height: normal;
    font-weight: 400;
    color: var(--cl-black);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.CR-item-news .info--box li:not(:last-child):after {
    content: 'â€¢';
    font-size: 0.625rem  /* 10/16 */;
}

.CR-item-news .info--box li i {
    color: var(--cl-red);
    font-size: 0.875rem  /* 14/16 */;
}

.CR-item-news .share--box ul {
    justify-content: unset !important;
}

.CR-item-news .share--box li:first-child {
    display: none;
}

.CR-item-news-general:not(:last-child) {
    margin-bottom: 0.625rem  /* 10/16 */;
    padding-bottom: 0.625rem  /* 10/16 */;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.CR-item-news-general .wrap {
    position: relative;
    gap: 0.625rem  /* 10/16 */;
}

.CR-item-news-general .thumb--box {
    aspect-ratio: 1/1;
    width: 5rem  /* 80/16 */;
    min-width: 5rem  /* 80/16 */;
}

.CR-item-news-general .content--box {
    padding: 0;
    flex: 1;
}

.CR-item-news-general .heading-title {
    font-size: 1rem  /* 16/16 */;
    font-weight: 800;
    line-height: 1.375rem  /* 22/16 */;
    color: var(--cl-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(1.375rem * 2);
    margin: 0.875rem  /* 14/16 */ 0 0;
}

.CR-item-news-general .date {
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    color: var(--cl-black);
}

/*#CR-load-news-list .CR-item-news-update:first-child {*/
/*    border-bottom: none;*/
/*    margin: 0 0 1.875rem  !* 30/16 *!;*/
/*}*/

/*#CR-load-news-list .CR-item-news-update:first-child .wrap {*/
/*    flex-wrap: wrap;*/
/*    background: #F8F8F8;*/
/*    box-shadow: 0px 4.9892px 4.9892px rgb(0 0 0 / 15%);*/
/*    border-radius: 0.625rem  !* 10/16 *!;*/
/*    overflow: hidden;*/
/*}*/

/*#CR-load-news-list .CR-item-news-update:first-child .thumb--box {*/
/*    width: 100%;*/
/*    aspect-ratio: 16/9;*/
/*}*/

/*#CR-load-news-list .CR-item-news-update:first-child .content--box {*/
/*    padding: 0.625rem  !* 10/16 *! 0.625rem  !* 10/16 *! 1.25rem  !* 20/16 *!;*/
/*}*/

/*#CR-load-news-list .CR-item-news-update:first-child .sub--box {*/
/*    display: none !important;*/
/*}*/

.CR-item-news-update {
    border-bottom: 1px solid var(--cl-light-gray);
    margin-bottom: 0.625rem /* 10/16 */;
    padding-bottom: 0.625rem /* 10/16 */;
    width: 100%;
}

.CR-item-news-update .wrap {
    position: relative;
}

.CR-item-news-update .thumb--box {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 10%);
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    min-width: 30%;
    width: 30%;
    transition: 0.5s ease-in-out;
    border-radius: 0.625rem  /* 10/16 */;
}

.CR-item-news-update .wrap:hover .thumb--box {
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}

.CR-item-news-update .thumb--box a,
.CR-item-news-update .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.CR-item-news-update .content--box {
    padding: 0 0 0 0.75rem  /* 12/16 */;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.CR-item-news-update .wrap:hover .heading-title {
    color: var(--cl-red);
}

.CR-item-news-update .heading-title {
    color: var(--cl-black);
    font-weight: 700;
    font-size: 1.125rem  /* 18/16 */;
    line-height: 1.6875rem  /* 27/16 */;
    margin-bottom: 0.375rem  /* 6/16 */;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: calc(1.6875rem  * 2);
}

.CR-item-news-update .desc {
    font-size: 0.8125rem  /* 13/16 */;
    line-height: 1.25rem  /* 20/16 */;
    color: var(--cl-black);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    max-height: calc(1.25rem * 2);
}

.CR-item-news-update .sub--box {
    margin-top: 0.625rem  /* 10/16 */;
}

.CR-item-news-update .time {
    font-size: 0.6875rem  /* 11/16 */;
    line-height: normal;
    color: #898989;
    font-weight: 400;
    margin: 0;
}

.CR-item-news-update .view-more:hover {
    color: var(--cl-red);
}

.CR-item-news-update .view-more {
    font-size: 0.75rem  /* 12/16 */;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--cl-red);
    margin-left: 0.625rem  /* 10/16 */;
    padding-left: 0.625rem  /* 10/16 */;
    border-left: 1px solid var(--cl-black);
}

#CR-news-page .related--box .CR-item-news-update {
    padding-bottom: 0;
    border: none !important;
}

#CR-news-page .related--box .CR-item-news-update .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#CR-news-page .related--box .CR-item-news-update .thumb--box {
    width: 5.625rem  /* 90/16 */;
    min-width: 5.625rem  /* 90/16 */;
    aspect-ratio: 4/3;
}

#CR-news-page .related--box .CR-item-news-update .content--box {

}

#CR-news-page .related--box .CR-item-news-update .heading-title {
    font-size: 0.8125rem  /* 13/16 */;
    line-height: 1.0625rem  /* 17/16 */;
    -webkit-line-clamp: 2;
    max-height: calc(1.0625rem  * 2);
}

#CR-news-page .related--box .CR-item-news-update .desc,
#CR-news-page .related--box .CR-item-news-update .view-more {
    display: none !important;
}

/**================== NEWS DETAIL PAGE ==================**/
#CR-news-detail-page .main-content--sec {
    padding: 3.75rem  /* 60/16 */ 0 0;
}

/**================== GALLERY PAGE ==================**/
#CR-gallery-page .main-content--sec {
    padding: 3.75rem  /* 60/16 */ 0 0;
}

#CR-gallery-page .list--box {
    columns: 3;
    column-gap: 0.625rem  /* 10/16 */;
    display: block !important;
}

.CR-item-image-gallery {
    display: inline-block;
    width: 100%;
    margin: 0 0.625rem  /* 10/16 */ 0.625rem  /* 10/16 */ 0;
}

.CR-item-image-gallery .wrap {
    position: relative;
    -webkit-box-shadow: 0 0.15625em 0.3125em rgba(0,0,0,.15);
    box-shadow: 0 0.15625em 0.3125em rgba(0,0,0,.15);
}

.CR-item-image-gallery .wrap:hover .icon--box {
    opacity: 1;
}

.CR-item-image-gallery .wrap:hover .icon--box:after {
    right: 0;
}

.CR-item-image-gallery .icon--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--cl-white);
    background: rgb(24 24 24 / 50%);
    backdrop-filter: blur(2px);
    font-size: 1.5rem;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.CR-item-image-gallery .icon--box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 0.25rem  /* 4/16 */;
    background-color: var(--cl-red);
    background-image: -webkit-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: -moz-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: linear-gradient(to bottom,var(--cl-red) 50%,var(--cl-light-red) 100%);
    transition: 0.5s ease-in-out;
}

.CR-item-image-gallery .thumb--box {
    position: relative;
}

.CR-item-image-gallery .thumb--box img {
    width: 100%;
    height: auto;
}

.CR-item-image-gallery .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/**================== CONTACT DETAIL PAGE ==================**/
#CR-office-detail-page .main-content--sec {
    padding: 6.25rem  /* 100/16 */ 0 0.625rem  /* 10/16 */;
}

#CR-office-detail-page .address-view {
    font-size: 1.125rem  /* 18/16 */;
    line-height: normal;
    margin: 0;
}

#CR-office-detail-page .acf-map {
    margin: 1.875rem /* 30/16 */ 0 0;
    height: auto;
    aspect-ratio: 4/3;
}

#CR-office-detail-page .info--box {

}

#CR-office-detail-page .info--box ul {
    gap: 0.5rem;
}

#CR-office-detail-page .info--box li {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem  /* 5/16 */;
}

#CR-office-detail-page .info--box li:hover i {
    color: var(--cl-black);
}

#CR-office-detail-page .info--box i {
    color: var(--cl-red);
    font-size: 2.8125rem  /* 45/16 */;
    transition: 0.5s ease-in-out;
    margin-bottom: 0.375rem  /* 6/16 */;
}

#CR-office-detail-page .info--box a:hover {
    color: var(--cl-red);
}

#CR-office-detail-page .info--box a,
#CR-office-detail-page .info--box p {
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 700;
    color: var(--cl-black);
}

#CR-office-detail-page .info--box b {
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 800;
    line-height: normal;
    display: block;
}

#CR-office-detail-page .form--box {
    margin: 2.8125rem  /* 45/16 */ 0 0;
}

/**================== TOURS PAGE ==================**/
#CR-tours-page .filter-sort--box,
#CR-tours-page .main-list--box {
    margin-top: 2.5rem  /* 40/16 */;
}

#CR-tours-page .filter-sort--box .action--box {
    gap: 1.25rem  /* 20/16 */;
}

#CR-tours-page .filter-sort--box .action--box ul {
    gap: 1.25rem  /* 20/16 */;
}

#CR-tours-page .filter-sort--box .action--box ul a:hover {
    color: var(--cl-black);
}

#CR-tours-page .filter-sort--box .action--box ul a.active {
    font-weight: 800;
    color: var(--cl-black);
}

#CR-tours-page .filter-sort--box .action--box ul a {
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 700;
    color: var(--cl-red);
}

#CR-tours-page .filter--box {
    padding: 1.25rem  /* 20/16 */ 0 2.5rem  /* 40/16 */;
    border-bottom: 1px solid rgba(24, 24, 24, .09);
    display: none;
}

#CR-tours-page .filter--box .terms--box {
    gap: 1.25rem  /* 20/16 */;
    margin-top: 1rem;
}

#CR-tours-page .filter--box .terms--box > span {
    min-width: max-content;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 800;
    color: var(--cl-red);
}

#CR-tours-page .filter--box .terms--box ul {

}

#CR-tours-page .filter--box .terms--box li {
    width: max-content;
}

#CR-tours-page .filter--box ul {
    gap: 1.25rem  /* 20/16 */;
}

#CR-tours-page .filter--box li {
    width: 20%;
}

#CR-tours-page .filter--box input {
    height: 2.8125rem  /* 45/16 */ !important;
    background: var(--cl-white);
    outline: none !important;
    border-radius: 0.3125rem  /* 5/16 */;
    border: 1px solid var(--cl-light-gray) !important;
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15) !important;
    box-shadow: 0 0 15px rgba(24,24,24,.15) !important;
    padding: 0 0.75rem  /* 12/16 */;
    font-size: 0.8125rem  /* 13/16 */;
    font-weight: 400;
    line-height: normal;
    color: var(--cl-black);
    width: 100%;
}

#CR-tours-page .filter--box .CR-custom-filter-range .item-view-price input {
    height: 1.875rem  /* 30/16 */ !important;
}

#CR-tours-page .filter--box button {
    padding: 0 1rem !important;
    width: 100% !important;
    border: none !important;
}

#CR-tours-page .filter--box button,
#CR-tours-page .CR-toggle-filter-tour {
    height: 2.8125rem  /* 45/16 */;
    background-color: var(--cl-red);
    background-image: -webkit-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: -moz-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: linear-gradient(to bottom,var(--cl-red) 50%,var(--cl-light-red) 100%);
    font-weight: 700;
    font-size: 0.875rem /* 14/16 */;
    letter-spacing: normal;
    line-height: normal;
    color: var(--cl-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.875rem /* 30/16 */;
    width: 15.3125rem  /* 245/16 */;
}

#CR-tours-page .sort--box .CR-chosen-item {
    min-width: 12.5rem  /* 200/16 */;
}

.CR-tour-list--box {
    margin: -0.625rem  /* -10/16 */;
    transition: 0.5s ease-in-out;
}

.display-list .CR-tour-list--box {
    margin: 0;
}

.display-list .CR-item-tour {
    width: 100%;
    padding: 0;
}

.display-list .CR-item-tour:not(:last-child) {
    margin-bottom: 1.5625rem  /* 25/16 */;
}

.display-list .CR-item-tour .wrap {
    align-items: center;
    display: flex;
    padding: 0.9375rem  /* 15/16 */;
    background: var(--cl-white);
    gap: 1.25rem  /* 20/16 */;
    box-shadow: transparent;
}

.display-list .CR-item-tour .thumb--box {
    width: 14.625rem  /* 234/16 */;
    min-width: 14.625rem  /* 234/16 */;
    aspect-ratio: 4/3;
}

.display-list .CR-item-tour .content--box {
    flex: 1;
    padding: 0;
}

.display-list .CR-item-tour .heading-title {
    margin-bottom: 0.75rem;
}

.display-list .CR-item-tour .terms--box,
.display-list .CR-item-tour .info--box {
    display: none !important;
}

.display-list .CR-item-tour .info-special--box {
    display: block;
    padding: 0.75rem 0 0;
    border-top: 1px dashed rgb(0 0 0 / 50%);
}

.display-list .CR-item-tour .info-special--box ul {
    margin: 0.5rem -1rem 0;
}

.display-list .CR-item-tour .info-special--box li {
    width: 50%;
    padding: 0 1rem;
    font-size: 0.875rem /* 14/16 */;
    line-height: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.display-list .CR-item-tour .info-special--box li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.CR-item-tour {
    width: 33.33%;
    padding: 0.625rem  /* 10/16 */;
    transition: 0.5s ease-in-out;
}

.CR-item-tour .wrap {
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
    transition: 0.3s ease-in-out;
    height: 100%;
}

.CR-item-tour .wrap:hover {
    -webkit-box-shadow: 0 10px 30px rgba(24,24,24,.3);
    box-shadow: 0 10px 30px rgba(24,24,24,.3);
    -webkit-transform: translateY(-0.625em);
    -moz-transform: translateY(-.625em);
    -ms-transform: translateY(-.625em);
    transform: translateY(-0.625em);
}

.CR-item-tour .thumb--box {
    position: relative;
    aspect-ratio: 16/9;
}

.CR-item-tour .wrap:hover .thumb--box a:before {
    opacity: 1;
}

.CR-item-tour .thumb--box a:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.CR-item-tour .wrap:hover .thumb--box a:after {
    right: 0;
}

.CR-item-tour .thumb--box a:after {
    content: '';
    height: 0.1875rem  /* 3/16 */;
    bottom: 0;
    left: 0;
    right: 100%;
    background: var(--cl-main);
    transition: 0.5s ease-in-out;
    z-index: 2;
    position: absolute;
}

.CR-item-tour .thumb--box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.CR-item-tour .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.CR-item-tour .content--box {
    padding: 1rem  /* 16/16 */ 1.25rem  /* 20/16 */;
}

.CR-item-tour .heading-title {
    font-size: 1.25rem  /* 20/16 */;
    line-height: 1.5625rem  /* 25/16 */;
    font-weight: 800;
    color: var(--cl-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(1.5625rem * 2);
    height: calc(1.5625rem * 2);
    margin-bottom: 0.5rem;
}

.CR-item-tour .terms--box a:hover {
    color: var(--cl-red);
}

.CR-item-tour .terms--box a {
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    color: var(--cl-black);
}

.CR-item-tour .info--box {
    padding-top: 0.875rem  /* 14/16 */;
    margin-top: 0.875rem  /* 14/16 */;
    border-top: 1px solid rgba(24, 24, 24, .05);
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 400;
    display: block;
}

.CR-item-tour .info--box li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.display-list .CR-item-tour .price--box span,
.CR-item-tour .info--box li.price {
    color: var(--cl-red);
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    font-weight: 800;
}

.display-list .CR-item-tour .info-special--box b,
.CR-item-tour .info--box b {
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 400;
    color: var(--cl-black);
}

.CR-item-tour .info-special--box {
    display: none;
}

/**================== TOUR DETAIL PAGE ==================**/
#CR-tour-detail-page {

}

#CR-tour-detail-page .banner--sec {
    position: relative;
    z-index: 1;
}

#CR-tour-detail-page .banner--sec .content--box {
    /*height: 40rem  !* 640/16 *!;*/
    height: auto;
    position: relative;
}

/*#CR-tour-detail-page .banner--sec .content--box > div {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

#CR-tour-detail-page .banner--sec .content--box img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*object-position: center;*/
    /*-webkit-transition: 0.5s ease-in-out;*/
    /*-o-transition: 0.5s ease-in-out;*/
    /*transition: 0.5s ease-in-out;*/
    /*z-index: 1;*/
    width: 100%;
    height: auto;
}

#CR-tour-detail-page .banner--sec .content--box .CR-youtube-video-main--box.active img {
    opacity: 0;
}

.CR-youtube-video-main--box .CR-play-yt-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.CR-youtube-video-main--box .CR-play-yt-btn:hover svg {
    transform: scale(1.1);
}

.CR-youtube-video-main--box .CR-play-yt-btn svg {
    height: 4.375rem  /* 70/16 */;
    width: auto;
    background: var(--cl-white);
    border-radius: 50%;
    fill: var(--cl-red);
    transition: 0.5s ease-in-out;
}

.CR-youtube-video-main--box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#CR-tour-detail-page .heading--box {
    margin: 1.25rem  /* 20/16 */ auto 0;
}

#CR-tour-detail-page .heading--box .heading-title {
    font-size: 2.5rem  /* 40/16 */;
    font-weight: 800;
    line-height: normal;
    color: var(--cl-black);
    margin: 0 auto;
    text-align: center;
}

#CR-tour-detail-page .banner--sec .heading-title {
    font-size: 3rem  /* 48/16 */;
    font-weight: 800;
    line-height: normal;
    color: var(--cl-white);
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    margin: 0 auto;
    text-shadow: 0 2px 5px rgba(24,24,24,.75);
    max-width: 78.75rem  /* 1260/16 */;
    z-index: 2;
    pointer-events: none;
}

#CR-tour-detail-page .banner--sec .terms--box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 1.125rem  /* 18/16 */ 1.875rem  /* 30/16 */;
    margin-bottom: 0;
    gap: 0.5rem;
    color: var(--cl-white);
    font-size: 0.625rem  /* 10/16 */;
    z-index: 2;
}

#CR-tour-detail-page .banner--sec .terms--box span {
    gap: 0.5rem;
}

#CR-tour-detail-page .banner--sec .terms--box > i {
    font-size: 0.875rem  /* 14/16 */;
}

#CR-tour-detail-page .banner--sec .terms--box a {
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--cl-white)
}

#CR-tour-detail-page .banner--sec a:hover {
    text-shadow: 0 0 0.5px var(--cl-white), 0 0 1px var(--cl-white);
}

#CR-tour-detail-page .main-content--sec {
    position: relative;
    z-index: 2;
}

#CR-tour-detail-page .main-info--box {
    background: linear-gradient(to right,#007a37 0%,#34c346 100%);
    padding: 2.5rem  /* 40/16 */ 1.875rem  /* 30/16 */;
    gap: 0.5rem;
    border-radius: 0.3125rem  /* 5/16 */;
    margin-top: -1.875rem  /* -30/16 */;
}

#CR-tour-detail-page .main-info--box .item {
    width: 25%;
}

#CR-tour-detail-page .main-info--box .item * {
    color: var(--cl-white);
}

#CR-tour-detail-page .main-info--box .item .wrap {
    gap: 0.625rem  /* 10/16 */;
}

#CR-tour-detail-page .main-info--box .item .icon--box {
    width: max-content;
    min-width: max-content;
    font-size: 1.875rem  /* 30/16 */;
}

#CR-tour-detail-page .main-info--box .item .content--box {
    flex: 1;
}

#CR-tour-detail-page .main-info--box .item .content--box b {
    font-size: 1rem  /* 16/16 */;
    font-weight: 400;
    line-height: normal;
}

#CR-tour-detail-page .main-info--box .item .content--box p {
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0;
}

#CR-tour-detail-page .main-info--box .item .content--box p span {
    font-size: 0.625rem  /* 10/16 */;
}

#CR-tour-detail-page .CR-open-book-tour {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 0.3125rem /* 5/16 */;
    background-image: -webkit-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: -moz-linear-gradient(top,var(--cl-red) 50%,var(--cl-light-red) 100%);
    background-image: linear-gradient(to bottom,var(--cl-red) 50%,var(--cl-light-red) 100%);
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem /* 14/16 */;
    letter-spacing: normal;
    line-height: normal;
    color: var(--cl-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.875rem /* 46/16 */;
    -webkit-box-shadow: 0 3px 10px transparent;
    box-shadow: 0 3px 10px transparent;
    outline: none !important;
    padding: 0 1.875rem /* 30/16 */;
    position: relative;
    margin: 0;
    width: 100%;
    text-transform: capitalize;
}

#CR-tour-detail-page .CR-open-book-tour:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 10px rgba(24,24,24,.15);
    box-shadow: 0 3px 10px rgba(24,24,24,.15);
    background-position: 1px 100%;
}

#CR-tour-detail-page .tabs--box {

}

#CR-tour-detail-page .tabs--box .nav-tabs {
    margin: 1.25rem  /* 20/16 */ 0 3.125rem  /* 50/16 */;
    border: none;
    gap: 0.625rem  /* 10/16 */;
}

#CR-tour-detail-page .tabs--box .nav-tabs .nav-item {
    padding: 0;
}

#CR-tour-detail-page .tabs--box .nav-tabs .nav-item:not(:last-child) {
    margin-right: 1px;
}

#CR-tour-detail-page .tabs--box .nav-tabs button:hover:after,
#CR-tour-detail-page .tabs--box .nav-tabs button.active:after {
    width: 100%;
}

#CR-tour-detail-page .tabs--box .nav-tabs button:hover {
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}

#CR-tour-detail-page .tabs--box .nav-tabs button {
    padding: 0 1.25rem /* 20/16 */;
    height: 3.125rem  /* 50/16 */;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    border: none;
    background-color: var(--cl-white);
    font-size: 0.9375rem  /* 15/16 */;
    font-weight: 600;
    text-transform: capitalize;
    line-height: normal;
    color: var(--cl-black);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CR-tour-detail-page .tabs--box .nav-tabs button:after {
    content: '';
    background: var(--cl-red);
    height: 0.125rem  /* 2/16 */;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: 0.5s ease-in-out;
    bottom: 0;
}

#CR-tour-detail-page .tabs--box .itinerary--box {

}

#CR-tour-detail-page .tabs--box .itinerary--box .left--box {
    width: 70%;
    padding-right: 3.75rem  /* 60/16 */;
}

#CR-tour-detail-page .tabs--box .itinerary--box .right--box {
    width: 30%;
    position: relative;
}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box {
    position: sticky;
    transition: 1s ease-in-out;
    top: 0;
}

#CR-tour-detail-page .tabs--box .itinerary--box .top--box {
    margin-bottom: 1.25rem  /* 20/16 */;
}

#CR-tour-detail-page .tabs--box .itinerary--box .top--box,
#CR-tour-detail-page .tabs--box .itinerary--box .button--box{
    border: 1px solid rgb(51 51 51 / 20%);
    padding: 1.25rem  /* 20/16 */;
    border-radius: 0.625rem  /* 10/16 */;

}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box .heading-title {
    font-size: 1.5625rem  /* 25/16 */;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.625rem  /* 10/16 */;
    display: block;
    text-transform: uppercase;
    color: var(--cl-black);
}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box ul li {
    padding: 0.625rem  /* 10/16 */ 0;
}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box ul li:not(:last-child) {
    border-bottom: 1px solid rgb(51 51 51 / 20%);
}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box ul li b {
    font-weight: 700;
    font-size: 1rem  /* 16/16 */;
    color: var(--cl-black);
    margin-right: 0.25rem;
}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box ul li p {
    font-size: 1rem  /* 16/16 */;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#CR-tour-detail-page .tabs--box .itinerary--box .info--box ul li.price p {
    color: var(--cl-red);
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 700;
}

#CR-tour-detail-page .tabs--box .itinerary--box .button--box {

}

#CR-tour-detail-page .tabs--box .gallery--box .list--box {
    columns: 3;
    column-gap: 0.625rem /* 10/16 */;
    display: block !important;
}

#CR-tour-detail-page .share--box {

}

#CR-tour-detail-page .quick-view--box {
    margin-bottom: 2.1875rem  /* 35/16 */;
}

#CR-tour-detail-page .quick-view--box > ul {
    gap: 1rem;
}

#CR-tour-detail-page .quick-view--box > ul li {
    font-size: 1rem  /* 16/16 */;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

#CR-tour-detail-page .quick-view--box > ul li b {
    font-weight: 700;
}

#CR-tour-detail-page .action--sec {

}

#CR-tour-detail-page .highlighted--box {
    margin: 1rem 0 0;
}

#CR-tour-detail-page .highlighted--box .heading-title {
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.625rem /* 10/16 */;
    display: block;
    text-transform: uppercase;
    color: var(--cl-red);
}

#CR-tour-detail-page .related-viewed--sec {
    margin-top: 1.875rem  /* 30/16 */;
}

#CR-tour-detail-page .related-viewed--sec .sub--box:not(:last-child) {
    margin-bottom: 1.875rem  /* 30/16 */;
}

#CR-tour-detail-page .related-viewed--sec .sub--box > .heading-title {
    font-size: 1.5rem  /* 24/16 */;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.25rem  /* 20/16 */;
    display: block;
    text-transform: uppercase;
    color: var(--cl-black);
}

.CR-reviews-box .reviews-heading {
    padding: 1rem 2rem;
    border-top: 1px solid var(--cl-light-gray);
    border-bottom: 1px solid var(--cl-light-gray);
}

.CR-reviews-box .reviews-heading .reviews--title {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: normal;
    color: var(--cl-black);
}

.CR-reviews-box .reviews-heading .reviews--count {
    margin-right: 5.625rem /* 90/16 */;
}

.CR-reviews-box .reviews-heading .reviews--ratings svg {
    fill: var(--cl-blue);
    width: auto;
    height: 1.2rem;
    margin-left: 0.25rem;
}

.CR-reviews-box .reviews-form {
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--cl-light-gray);
}

.CR-reviews-box .reviews-form .reviews-form--title {
    font-style: normal;
    font-weight: 800;
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    color: var(--cl-black);
}

.CR-reviews-box .reviews-form form {
    width: 100%;
    margin: 0;
}

.CR-reviews-box .reviews-filter {
    height: 3.125rem /* 50/16 */;
    padding: 0 4.0625rem /* 65/16 */;
    border-bottom: 1px solid var(--cl-light-gray);
}

.CR-reviews-box .reviews-filter .item--filter {
    width: 10.625rem /* 170/16 */;
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single {
    border: none !important;
    font-weight: 600;
    padding: 0 !important;
    border-radius: 0;
    color: var(--cl-black);
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single span {
    width: auto;
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single div {
    position: inherit;
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single div b {
    height: auto;
    width: auto;
    margin: 0.2rem 0 0 0.5rem;
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-drop .chosen-search input.chosen-search-input {
    height: 2.5rem;
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-drop .chosen-results li,
.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-single div b:before {
    font-size: 0.85rem;
}

.CR-reviews-box .reviews-filter .CR-chosen-item .chosen-drop {
    margin-top: 0;
}

.CR-reviews-box .reviews-listing {
    padding: 0;
    margin: 0;
}

.CR-reviews-box .CR-paging-arrow-num {
    padding: 2rem 0;
    margin: 0;
    border: none;
    width: 100%;
}

.CR-item-review {
    width: 100%;
    padding: 0.5625rem /* 9/16 */ 0;
}

.CR-item-review:not(:last-child) {
    border-bottom: 1px solid var(--cl-light-gray);
}

.CR-item-review .wrap {
    position: relative;
    padding: 0.5625rem /* 9/16 */ 0;
}

.CR-item-review .rating-box {
    width: 6.25rem  /* 100/16 */;
    min-width: 6.25rem  /* 100/16 */;
}

.CR-item-review .review--rating {
    color: var(--cl-red);
}

.CR-item-review .content-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.75rem;
}

.CR-item-review .review--author {
    margin-bottom: 1rem;
    width: 100%;
}

.CR-item-review .review--feedback--box .reviews-feedback-author--name,
.CR-item-review .reviews-author--name {
    font-size: 1.125rem  /* 18/16 */;
    color: var(--cl-black);
    line-height: normal;
    font-weight: 700;
    gap: 0.5rem;
}

.CR-item-review .review--description {
    font-size: 0.875rem /* 14/16 */;
    line-height: 1.125rem /* 18/16 */;
    letter-spacing: .03em;
    color: var(--cl-black);
    font-weight: 400;
    word-break: break-word;
    padding-right: 6.25rem  /* 100/16 */;
}

.CR-item-review .review--feedback--box .reviews-feedback-author--name {
    margin-bottom: 1rem;
}

.CR-item-review .review--feedback--box .reviews-feedback-author--name .role {
    color: var(--cl-white);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0.5rem;
    height: auto;
    background-color: var(--cl-red);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px;
    margin-left: 0;
}

.CR-item-review .review--feedback--box .review--feedback {
    padding: 1rem;
    border-radius: 0.3125rem /* 5/16 */;
    margin-top: 0.9375rem /* 15/16 */ !important;
    line-height: 1.5em;
    border: 1px solid #F7F4EF;
    background-color: var(--cl-light-gray);
    width: 100%;
    color: var(--cl-black);
    font-size: 0.875rem /* 14/16 */;
    font-weight: 400;
    word-break: break-word;
}

.CR-item-review .review--feedback--box .review-feedback--date,
.CR-item-review .review--date {
    font-size: 0.875rem /* 14/16 */;
    line-height: 1.125rem /* 18/16 */;
    letter-spacing: .03em;
    color: var(--cl-black);
    font-weight: 400;
    display: block;
    margin-top: 0.625rem  /* 10/16 */;
    opacity: .75;
}

#CR-popup-book-tour .box {
    width: max-content;
    max-width: 100%;
    background: rgb(255 255 255 / 90%);
    border-radius: 0;
    padding: 0.75rem /* 12/16 */ 0;
}

#CR-popup-book-tour .left--box,
#CR-popup-book-tour .right--box {
    border: 1px solid rgb(51 51 51 / 20%);
    padding: 1.25rem /* 20/16 */;
    border-radius: 0.625rem /* 10/16 */;
}

#CR-popup-book-tour.show-result .left--box,
#CR-popup-book-tour.show-result .right--box {
    display: none;
}

#CR-popup-book-tour .step--box {
    background: #3333332b;
    padding: 0.625rem  /* 10/16 */ 1.25rem  /* 20/16 */;
    margin-bottom: 1.25rem  /* 20/16 */;
    border-radius: 0.3125rem  /* 5/16 */;
}

#CR-popup-book-tour .step--box ul {
    gap: 6.25rem  /* 100/16 */;
}

#CR-popup-book-tour .step--box li {
    font-size: 1rem  /* 16/16 */;
    font-weight: 700;
    line-height: normal;
    color: var(--cl-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: 0.5s ease-in-out;
}

#CR-popup-book-tour .step--box li.done:after {
    background: var(--cl-red) !important;
    width: 5rem /* 80/16 */ !important;
}

#CR-popup-book-tour .step--box li:not(:last-child):after {
    content: '';
    width: 0;
    height: 0.125rem /* 2/16 */;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    left: calc(100% + 0.625rem  /* 10/16 */);
    transition: 0.5s ease-in-out;
}

#CR-popup-book-tour .step--box li.done span {
    border-color: var(--cl-red);
    background: var(--cl-red);
}

#CR-popup-book-tour .step--box li.done span:before{
    color: var(--cl-white);
}

#CR-popup-book-tour .step--box li.done {
    color: var(--cl-red);
}

#CR-popup-book-tour .step--box li span {
    border-radius: 50%;
    width: 1.875rem  /* 30/16 */;
    height: 1.875rem  /* 30/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cl-white);
    margin-right: 0.625rem  /* 10/16 */;
    border: 2px solid var(--cl-black);
    transition: 0.5s ease-in-out;
}

#CR-popup-book-tour .step--box li span:before {
    content: "✔";
    color: transparent;
    transition: 0.5s ease-in-out;
}

#CR-popup-book-tour .form--box {
    margin-top: 1.25rem  /* 20/16 */;
}

#CR-popup-book-tour .form--box .heading-title {
    font-size: 1.625rem  /* 26/16 */;
    font-weight: 800;
    line-height: normal;
    display: block;
    margin-bottom: 0;
    color: var(--cl-red);
}

#CR-popup-book-tour .form--box .desc {
    font-size: 1rem  /* 16/16 */;
    font-weight: 400;
    line-height: normal;
    margin: 0.5rem 0 0;
    color: var(--cl-black);
}

#CR-popup-book-tour .intro--box .thumb--box {
    position: relative;
    width: 11.25rem  /* 180/16 */;
    min-width: 11.25rem  /* 180/16 */;
    aspect-ratio: 1/1;
    border-radius: 0.625rem  /* 10/16 */;
    overflow: hidden;
}

#CR-popup-book-tour .intro--box .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#CR-popup-book-tour .intro--box .content--box {
    flex: 1;
    padding-left: 0.625rem  /* 10/16 */;
}

#CR-popup-book-tour .intro--box .heading-title {
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 800;
    margin: 0;
    color: var(--cl-black);
    line-height: 1.5625rem  /* 25/16 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: calc(1.5625rem * 2);
    -webkit-box-orient: vertical;
}

#CR-popup-book-tour .intro--box .info--box {
    margin-top: 1rem;
}

#CR-popup-book-tour .intro--box .info--box li {
    font-size: 1rem  /* 16/16 */;
    font-weight: 400;
    line-height: normal;
    word-break: break-word;
}

#CR-popup-book-tour .intro--box .info--box li.price {
    font-size: 1.3125rem  /* 21/16 */;
    font-weight: 800;
    color: var(--cl-red);
}

#CR-popup-book-tour .intro--box .info--box li.price span {
    display: none;
}

#CR-popup-book-tour .intro--box .info--box li:not(:last-child) {
    margin-bottom: 0.5rem;
}

#CR-popup-book-tour .intro--box .info--box li span {
    color: var(--cl-main);
    min-width: 1.25rem  /* 20/16 */;
    width: 1.25rem  /* 20/16 */;
    font-size: 1.125rem  /* 18/16 */;
    margin-right: 0.625rem  /* 10/16 */;
}

#CR-popup-book-tour .popup-title {
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 800;
    line-height: normal;
    color: var(--cl-black);
    border-bottom: 1px solid #33333330;
    margin-bottom: 1.25rem  /* 20/16 */;
    padding-bottom: 1.125rem  /* 18/16 */;
    position: relative;
    display: block;
    text-transform: uppercase;
}

#CR-popup-book-tour .popup-title:after {
    content: '';
    background: var(--cl-red);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.375rem  /* 70/16 */;
    height: 0.1875rem  /* 3/16 */;
}

#CR-popup-book-tour .fee-calculation--box {

}

#CR-popup-book-tour .fee-calculation--box .item:not(:last-child) {
    margin-bottom: 0.75rem;
}

#CR-popup-book-tour .fee-calculation--box .item.hide {
    opacity: 0.5;
    cursor: no-drop;
}

#CR-popup-book-tour .fee-calculation--box .item.hide * {
    pointer-events: none;
}

#CR-popup-book-tour .fee-calculation--box span {
    font-size: 1rem  /* 16/16 */;
    line-height: normal;
    font-weight: 700;
}

#CR-popup-book-tour .fee-calculation--box .item span,
#CR-popup-book-tour .fee-calculation--box .item-input--box > div {
    width: 50%;
}

#CR-popup-book-tour .fee-calculation--box .sub-total {
    text-align: right;
}

#CR-popup-book-tour .fee-calculation--box .sub-total span {
    color: var(--cl-red);
    font-weight: 800;
    font-size: 1.3125rem  /* 21/16 */;
}

#CR-popup-book-tour.show-result .result--box {
    display: block;
}

#CR-popup-book-tour .result--box {
    padding: 5% 26%;
    display: none;
}

#CR-popup-book-tour .result--box .heading-title {
    font-size: 3.125rem  /* 50/16 */;
    font-weight: 800;
    color: var(--cl-main);
    line-height: normal;
    margin-bottom: 2.5rem  /* 40/16 */;
    text-align: center;
    display: block;
}

#CR-popup-book-tour .result--box .desc,
#CR-popup-book-tour .result--box .contact {
    font-size: 1.3125rem  /* 21/16 */;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

#CR-popup-book-tour .result--box .desc b,
#CR-popup-book-tour .result--box .contact b {
    font-weight: 700;
}

#CR-popup-book-tour .result--box .info {
    margin-bottom: 1.25rem  /* 20/16 */;
}

#CR-popup-book-tour .result--box .info li {
    color: var(--cl-white);
    font-size: 1.3125rem /* 21/16 */;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.625rem /* 10/16 */;
    padding: 0.625rem  /* 10/16 */;
    text-align: center;
    border-radius: 0.3125rem  /* 5/16 */;
}

#CR-popup-book-tour .result--box .booking-tour-status {
    background: rgb(54, 75, 112);
}

#CR-popup-book-tour .result--box .booking-tour-number {
    background: var(--cl-red);
}

#CR-popup-book-tour .result--box .booking-tour-number span {
    font-size: 2.5rem  /* 40/16 */;
    display: block;
}

#CR-popup-book-tour #CR-form-book-tour {
    margin-top: 1rem;
}

/**================== POPUP ALL PAGE ==================**/
#CR-popup-all-page .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 80%;
    max-width: 27.5rem /* 440/16 */;
    max-height: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: unset;
    backdrop-filter: unset !important;
}

#CR-popup-all-page .box a {
    outline: none !important;
}

#CR-popup-all-page .CR-pop-all-page-img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: auto;
}

#CR-popup-all-page .CR-close-popup-btn svg {
    width: auto;
    height: 50%;
}

#CR-popup-all-page .CR-close-popup-btn {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem /* 30/16 */;
    height: 1.875rem /* 30/16 */;
    background: var(--cl-white);
    position: absolute;
    top: -0.9375rem /* -15/16 */;
    right: -0.9375rem /* -15/16 */;
    z-index: 2;
}

/**================== SEARCH PAGE ==================**/
.CR-search-products-page .heading--box .heading-title {
    font-size: 1.375rem /* 22/16 */;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

.CR-search-products-page .heading--box .heading-title:after {
    content: '';
    background: #bfbfbf;
    width: 7%;
    height: 0.125rem /* 2/16 */;
    margin: 1.25rem /* 20/16 */ auto 2.5rem  /* 40/16 */;
    display: block;
}

#CR-search-page .main-content--sec {
    padding: 3.125rem  /* 50/16 */ 0 0;
}

#CR-search-page .filter-results--box {
    margin-bottom: 2.5rem /* 40/16 */;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

#CR-search-page .filter-results--box .results--box p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem /* 20/16 */;
    line-height: normal;
    color: var(--cl-black);
    text-align: center;
}

#CR-search-page .filter--box ul {
    gap: 0.625rem  /* 10/16 */;
}

#CR-search-page .filter--box a:hover,
#CR-search-page .filter--box a.active {
    background: var(--cl-red);
    color: var(--cl-white);
}

#CR-search-page .filter--box a {
    color: var(--cl-black);
    font-size: 1.125rem  /* 18/16 */;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 1.875rem  /* 30/16 */;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0.1875rem  /* 3/16 */;
    border: 1px solid var(--cl-light-gray);
    background: var(--cl-white);
    height: 3.125rem  /* 50/16 */;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CR-search-page  .CR-item-news .thumb--box {
    aspect-ratio: 16/9;
}

/**================== SUPPORT PAGE ==================**/
#CR-support-page {
    padding: 0 0 4.375rem  /* 70/16 */;
}

#CR-support-page .main-content--sec {
    padding: 2.5rem  /* 40/16 */ 0 0.625rem  /* 10/16 */;
}

#CR-support-page .CR-sidebar-support {
    background: var(--cl-white);
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    border-radius: 0.3125rem /* 5/16 */;
    position: sticky;
    top: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#CR-support-page .CR-sidebar-support .heading--box {
    border-bottom: none !important;
    background-color: #F5F5F5;
}

#CR-support-page .CR-sidebar-support .heading-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem  /* 20/16 */;
    line-height: normal;
    color: var(--cl-black);
    margin: 0;
    display: block;
    text-transform: uppercase;
}

#CR-support-page .CR-sidebar-support ul li a,
#CR-support-page .CR-sidebar-support .heading--box {
    padding: 1rem  /* 16/16 */;
}

#CR-support-page .CR-sidebar-support ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#CR-support-page .CR-sidebar-support ul li a:after {
    font-size: 0.875rem /* 14/16 */;
    content: "➢";
    position: absolute;
    top: 50%;
    right: 1.25rem  /* 20/16 */;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#CR-support-page .CR-sidebar-support ul li:not(:last-child):after {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 1.25rem  /* 20/16 */;
    right: 1.25rem  /* 20/16 */;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#CR-support-page .CR-sidebar-support .heading--box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#CR-support-page .CR-sidebar-support li {
    position: relative;
}

#CR-support-page .CR-sidebar-support li * {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    color: var(--cl-black);
}

#CR-support-page .CR-sidebar-support li.active a {
    font-weight: 700;
}

#CR-support-page .CR-sidebar-support li.active a,
#CR-support-page .CR-sidebar-support li:hover a {
    color: var(--cl-white);
    background-color: var(--cl-red);
}

#CR-support-page .CR-content-support {
    padding-left: 1.25rem  /* 20/16 */;
}

#CR-support-page .CR-content-support .heading-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem /* 30/16 */;
    line-height: normal;
    margin-bottom: 1.875rem  /* 30/16 */;
    display: block;
    text-transform: uppercase;
}

#CR-support-page .CR-support-editor {
    background: #F5F5F5;
    border-radius: 0.125rem  /* 2/16 */;
    box-shadow: -1px 2px 15px rgb(0 0 0 / 10%);
}

#CR-support-page .CR-support-editor .banner-box {
    background: -webkit-gradient(linear, right top, left top, from(var(--cl-main)), color-stop(49.79%, var(--cl-main)), to(var(--cl-main)));
    background: -o-linear-gradient(right, var(--cl-main) 0%, var(--cl-main) 49.79%, var(--cl-main) 100%);
    background: linear-gradient(270deg, var(--cl-main) 0%, var(--cl-main) 49.79%, var(--cl-main) 100%);
    border-radius: 0.3125rem /* 5/16 */;
}

#CR-support-page .CR-support-editor .banner-box img {
    width: 100%;
    height: auto;
}

#CR-support-page .CR-support-editor .cont-box {
    padding: 1.875rem  /* 30/16 */;
}

#CR-support-page .CR-support-accordion .accordion-item {
    background: none;
    border: none;
    background: var(--cl-white);
    border-radius: 0.3125rem /* 5/16 */;
    -webkit-box-shadow: -1px 5px 10px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 10px rgb(0 0 0 / 10%);
}

#CR-support-page .CR-support-accordion .accordion-item:not(:last-child) {
    margin-bottom: 0.9375rem /* 15/16 */;
}

#CR-support-page .CR-support-accordion .accordion-button:hover {
    color: var(--cl-main);
}

#CR-support-page .CR-support-accordion .accordion-button {
    color: var(--cl-black);
    text-align: left;
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
    padding: 1.25rem 6rem 1.25rem 1.25rem;
    font-size: 1.125rem /* 18/16 */;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-support-page .CR-support-accordion .accordion-button .num-head {
    font-style: normal;
    font-weight: 700;
    font-size: 1.375rem /* 22/16 */;
    line-height: normal;
    color: var(--cl-main);
    border-right: 1px solid var(--cl-light-gray);
    padding-right: 0.8125rem /* 13/16 */;
    margin-right: 2.5rem /* 40/16 */;
    min-width: 3rem;
}

#CR-support-page .CR-support-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

#CR-support-page .CR-support-accordion .accordion-button::after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    content: "\f067";
    background-image: unset !important;
    position: absolute;
    top: 50%;
    right: 1.875rem /* 30/16 */;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: var(--cl-light-gray);
}

#CR-support-page .CR-support-accordion .accordion-body {
    padding: 1.875rem /* 30/16 */ 6.25rem /* 100/16 */ 3.75rem /* 60/16 */ 4.0625rem /* 65/16 */;
    font-size: 1rem /* 16/16 */;
}

#CR-support-page .CR-support-accordion .CR-style-default-content p,
#CR-support-page .CR-support-accordion .CR-style-default-content li,
#CR-support-page .CR-support-accordion .CR-style-default-content strong,
#CR-support-page .CR-support-accordion .CR-style-default-content b {
    font-size: 0.9375rem /* 15/16 */;
    line-height: 1.67;
    margin-bottom: 1rem;
    font-weight: 500;
}

#CR-support-page .CR-support-accordion .CR-style-default-content a {
    color: var(--cl-main);
    text-decoration: underline !important;
    font-weight: 500;
}

.CR-custom-sticky-icons {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(12.5rem);
    -ms-transform: translateY(-50%) translateX(12.5rem);
    transform: translateY(-50%) translateX(12.5rem);
    right: 0;
    z-index: 6;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CR-custom-sticky-icons:hover {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.CR-custom-sticky-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.15rem;
}

.CR-custom-sticky-icons li a {
    color: var(--cl-white);
}

.CR-custom-sticky-icons li .wrap {
    background: var(--cl-main);
    border-top-left-radius: 1.5625rem  /* 25/16 */;
    border-bottom-left-radius: 1.5625rem  /* 25/16 */;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.CR-custom-sticky-icons li .wrap:hover {
    background: var(--cl-red);
}

.CR-custom-sticky-icons .icon--box {
    width: 3.125rem  /* 50/16 */;
    height: 3.125rem  /* 50/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.CR-custom-sticky-icons .icon--box svg,
.CR-custom-sticky-icons .icon--box img {
    width: auto;
    height: 50%;
    max-width: 90%;
    object-fit: contain;
    filter: invert(1);
}

.CR-custom-sticky-icons .content--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    padding: 0 1rem;
    width: 12.5rem  /* 200/16 */;
}
.CR-item-tour .info--box {
    display: flex;
    flex-wrap: wrap;
}

.CR-item-tour .info--box > * {
    width: 100%;
}

/*.CR-item-tour .info--box li.price {*/
/*    order: 2;*/
/*}*/

.CR-item-tour .info--box .vehicle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.CR-heading-title--group .heading-title-style {
    text-align: left;
}

li.hang_khong span:not(:last-child):after {
    content: ',';
    display: inline-block;
    margin-right: 3px;
}

/**================== RESPONSIVE ==================**/
@media (min-width: 1025px) {
    html {
        font-size: 0.75rem;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 0.8rem;
    }
}

@media (min-width: 1440px) {
    #CR-footer .container {
        max-width: 1600px !important;
    }

    html {
        font-size: 1rem;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1440px) {
    body .CR-container {
        padding: 0 1rem /* 16/16 */;
    }
}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {

    .CR-show-mb {
        display: block !important;
    }

    .CR-hide-mb {
        display: none !important;
    }

    #CR-header .CR-main-header .right--box {
        gap: 2.5rem /* 40/16 */;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    #CR-header .main--box {
        padding: 0.5rem 1rem;
    }

    #CR-header .CR-open-mobile-menu {
        color: var(--cl-black);
        font-size: 1.875rem  /* 30/16 */;
    }

    #CR-header .CR-main-nav-mb--box {
        position: fixed;
        top: 0;
        bottom: 0;
        opacity: 1;
        z-index: 9999;
        width: 28.125rem  /* 450/16 */;
        right: -28.125rem  /* 450/16 */;
        max-width: 95%;
        -webkit-box-shadow: 0 0 150px #0000001a;
        box-shadow: 0 0 150px #0000001a;
        transition: transform .5s cubic-bezier(.165, .84, .44, 1);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: var(--cl-white);
    }

    #CR-header .CR-main-nav-mb--box .appear-animation {
        opacity: 0;
        transform: var(--appear-animation);
    }

    .admin-bar #CR-header .CR-main-nav-mb--box {
        padding-top: 32px;
    }

    #CR-header .main-merged-menu a .icon {
        display: none;
    }

    #CR-header .CR-main-nav-mb.active .CR-main-nav-mb--box {
        transition-duration: .45s;
        transform: translateX(-28.125rem);
    }

    #CR-header .CR-main-nav-mb.active .CR-main-nav-mb--box .appear-animation {
        opacity: 1;
        transform: var(--active-appear-animation);
    }

    #CR-header .CR-main-nav-mb.active .CR-main-nav-mb--bg {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
    }

    #CR-header .CR-main-nav-mb--bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: rgb(0 0 0 / 60%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        backdrop-filter: blur(15px);
    }

    #CR-header .CR-main-nav-mb .nav-mb--head {
        padding: 0 1rem;
        background: var(--cl-red);
    }

    #CR-header .CR-main-nav-mb .nav-mb--content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 1rem;
    }

    #CR-header .CR-main-nav-mb .nav-mb--head .inner--box {
        height: auto;
        padding: 0;
    }

    #CR-header .CR-main-nav-mb .nav-mb--head .inner--box a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: var(--cl-white);
        font-size: 1.125rem  /* 18/16 */;
        line-height: normal;
        font-weight: 400;
        width: 100%;
        padding: 1rem 0;
    }

    #CR-header .CR-main-nav-mb .nav-mb--head .inner--box svg {
        width: 1.875rem /* 30/16 */;
        height: 1.875rem /* 30/16 */;
        fill: var(--cl-white);
        stroke: var(--cl-white);
    }

    #CR-header .CR-main-nav-mb .nav-cont--list {
        padding: 0 0 5rem  /* 80/16 */;
    }

    #CR-header .main-merged-menu .CR-sub-menu > li,
    #CR-header .main-merged-menu > ul > li {
        position: relative;
    }

    #CR-header .main-merged-menu .item-with-arrow-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #CR-header .main-merged-menu > ul > li.nav-active > a,
    #CR-header .main-merged-menu > ul > li.nav-active > .item-with-arrow-box a {
        color: var(--cl-red);
    }

    #CR-header .main-merged-menu > ul > li > a,
    #CR-header .main-merged-menu > ul > li > .item-with-arrow-box a {
        font-size: 0.875rem  /* 14/16 */;
        letter-spacing: normal;
        word-break: break-word;
        line-height: normal;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--cl-black);
        padding: 0.9375rem /* 15/16 */ 0;
        display: block;
        flex: 1;
        text-align: left;
    }

    #CR-header .main-merged-menu .arrow {
        position: relative;
        min-width:2.5rem  /* 40/16 */;
        width: 2.5rem  /* 40/16 */;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        padding: 0.75rem /* 12/16 */ 0;
        color: var(--cl-black);
        font-size: 0.75rem  /* 12/16 */;
    }

    #CR-header .main-merged-menu .arrow:before {
        content: '';
        background: var(--cl-light-gray);
        position: absolute;
        left: 0;
        width: 1px;
        top: 0.75rem /* 12/16 */;
        bottom: 0.75rem /* 12/16 */;
    }

    #CR-header .main-merged-menu .sub-menu-wrapper {
        display: none;
    }

    #CR-header .main-merged-menu .CR-sub-menu > li:not(:last-child):after,
    #CR-header .main-merged-menu > ul > li:after {
        content: '';
        background: var(--cl-light-gray);
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        bottom: 0;
    }

    #CR-header .main-merged-menu .sub-menu-wrapper .CR-sub-menu {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        transition: transform .3s cubic-bezier(.25, .46, .45, .94);
        padding-left: 0.625rem  /* 10/16 */;
    }

    #CR-header .menu-item.nav-active > .sub-menu-wrapper > .CR-sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    }

    #CR-header .main-merged-menu a {
        font-size: 0.75rem  /* 12/16 */;
        line-height: normal;
        font-weight: 600;
        color: var(--cl-black);
    }

    #CR-header .main-merged-menu .current-menu-item > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current-menu-item > a,
    #CR-header .main-merged-menu .current-product_cat-parent > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current-product_cat-parent > a,
    #CR-header .main-merged-menu .current_page_parent > .item-with-arrow-box > a,
    #CR-header .main-merged-menu .current_page_parent > a,
    #CR-header .main-merged-menu .sub-menu .current-menu-item > a {
        font-weight: 700;
        color: var(--cl-red);
    }

    #CR-header .main-merged-menu .CR-sub-menu > li:first-child:before {
        content: '';
        background: var(--cl-light-gray);
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        top: 0;
    }

    #CR-header .main-merged-menu .CR-sub-menu > li > a,
    #CR-header .main-merged-menu .CR-sub-menu > li > .item-with-arrow-box a {
        padding: 0.75rem /* 12/16 */ 0;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 0.95rem;
    }

    .CR-main-wrap {
        overflow: hidden !important;
    }

    #CR-search-form-ajax input {
        height: 2.5rem  /* 40/16 */;
        font-size: 1rem  /* 16/16 */;
        padding-right: 2.5rem  /* 40/16 */;
    }

    #CR-search-form-ajax button {
        font-size: 1.125rem  /* 18/16 */;
    }

    .CR-banner--group .content--box .heading-title {
        font-size: 1.75rem  /* 28/16 */;
    }

    .CR-banner--group .content--box .desc {
        font-size: 1rem;
    }

    #CR-tours-page .CR-toggle-filter-tour {
        width: max-content;
    }

    #CR-tours-page .filter-sort--box .top--box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.75rem;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    #CR-tours-page .filter--box ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #CR-tours-page .filter--box li {
        width: 48%;
    }

    #CR-tours-page .filter--box li:last-child {
        width: 100%;
    }

    #CR-tours-page .filter--box .terms--box ul {
        justify-content: unset;
    }

    .CR-custom-filter-range .slide-range {
        width: 100%;
    }

    #CR-search-page .filter--box{
        width: 100%;
    }

    #CR-search-page .filter--box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    #CR-search-page .filter--box a {
        padding: 0 1rem;
        height: 2.5rem  /* 40/16 */;
        font-size: 0.875rem  /* 14/16 */;
    }

    #CR-search-page .filter-results--box .results--box p {
        font-size: 1rem  /* 16/16 */;
    }

    #CR-search-page .filter-results--box {
        margin-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 992px) {

    body .CR-container {
        padding: 0 0.9375rem /* 15/16 */;
    }

    .CR-breadcrumb * {
        min-width: max-content;
    }

    .CR-breadcrumb {
        overflow-y: hidden;
    }

    .CR-sticky-icons {
        right: 0.5rem;
        bottom: 0.5rem;
    }

    #CR-footer {
        margin-top: 1.875rem  /* 30/16 */;
    }

    #CR-footer .desc--box,
    #CR-footer .list-column--box .list {
        padding-right: 0;
    }

    #CR-footer .CR-bottom-footer .content--box {
        padding: 1rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.625rem  /* 10/16 */;
    }

    #CR-footer .copyright--box p {
        text-align: center;
        line-height: 1.5rem  /* 24/16 */;
    }

    #CR-footer .CR-bottom-footer .left--box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #CR-footer .CR-main-footer .container {
        padding-top: 1.875rem  /* 30/16 */;
        padding-bottom: 1.875rem  /* 30/16 */;
    }

    #CR-footer .intro-footer--box {
        margin-bottom: 1rem;
    }

    #CR-footer .CR-main-footer .menu-item-box {
        border-top: 1px solid var(--cl-light-gray);
        padding-bottom: 0;
        margin: 0 !important;
    }

    #CR-footer .CR-main-footer .menu-item-box .heading-title {
        position: relative;
        text-align: left;
        letter-spacing: normal;
        font-size: 0.8125rem /* 13/16 */;
        padding: 0.9375rem /* 15/16 */ 0 1.125rem /* 18/16 */;
        margin: 0 !important;
    }

    #CR-footer .CR-main-footer .menu-item-box .toggle-menu-item-cont--mb {
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        margin: 0 !important;
    }

    #CR-footer .CR-main-footer .menu-item-box.active .menu-item-cont--mb {
        visibility: visible;
        opacity: 1;
        transition: opacity 1s cubic-bezier(.25, .46, .45, .94), height .35s cubic-bezier(.25, .46, .45, .94);
    }

    #CR-footer .CR-main-footer .menu-item-box .menu-item-cont--mb {
        visibility: hidden;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
        height: 0;
        transition: opacity .3s cubic-bezier(.25, .46, .45, .94), height .3s cubic-bezier(.25, .46, .45, .94);
    }

    #CR-footer .CR-main-footer .menu-item-box.active .menu-item-cont--mb .inner--box {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform .5s cubic-bezier(.25, .46, .45, .94);
    }

    #CR-footer .CR-main-footer .menu-item-box .menu-item-cont--mb .inner--box {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        transition: transform .5s cubic-bezier(.25, .46, .45, .94);
        padding: 0 0 0.9375rem /* 15/16 */;
    }

    #CR-home-page .map--sec #CR-office-map-view {
        position: relative;
        height: auto;
        aspect-ratio: 4/3;
    }

    #CR-home-page .map--sec .list--box {
        padding: 1rem;
        margin: 1rem 0 0;
        width: 100%;
    }

    #CR-home-page .featured-tours--sec {
        padding: 1.875rem  /* 30/16 */ 0 0;
    }

    #CR-news-page .main-content--sec,
    #CR-office-detail-page .main-content--sec,
    #CR-home-page .map--sec {
        padding: 1.875rem  /* 30/16 */ 0;
    }

    .CR-item-office .heading-title {
        font-size: 1rem  /* 16/16 */;
    }

    #CR-home-page .why--sec .list--box {
        margin-top: 1.875rem  /* 30/16 */;
        padding-top: 1.875rem  /* 30/16 */;
    }

    #CR-home-page .why--sec .item .heading-title {
        font-size: 1.125rem  /* 18/16 */;
    }

    .heading-title-style {
        font-size: 1.75rem  /* 28/16 */;
    }

    .heading-title-style b:after {
        height: 0.75rem;
        left: -0.1rem;
    }

    .CR-item-travel {
        width: 50% !important;
    }

    .CR-item-travel .thumb--box {
        aspect-ratio: 16/9 !important;
    }

    .CR-item-travel .hover-content--box .heading-title {
        font-size: 1.125rem  /* 18/16 */;
        line-height: 1.375rem  /* 22/16 */;
        max-height: calc(1.375rem  /* 22/16 */ * 2);
    }

    #CR-tour-detail-page .tabs--box .nav-tabs--box,
    #CR-home-page .travel--sec .tabs--box .nav-tabs--box {
        overflow-x: auto;
        max-width: 100%;
        margin-bottom: 1.25rem  /* 20/16 */;
        padding-bottom: 0.5rem;
    }

    #CR-tour-detail-page .tabs--box .nav-tabs,
    #CR-home-page .travel--sec .tabs--box .nav-tabs {
        margin: 0 !important;
        width: max-content;
    }

    #CR-home-page .contact--sec .intro--box .heading-title {
        font-size: 1.875rem  /* 30/16 */;
    }

    #CR-home-page .contact--sec .form--box .heading-title,
    #CR-home-page .contact--sec .intro--box .desc {
        font-size: 1.125rem  /* 18/16 */;
    }

    #CR-home-page .contact--sec .intro--box {
        height: auto;
        padding: 2rem 0 1rem;
    }

    #CR-home-page .contact--sec .form--box {
        padding: 1rem;
    }

    #CR-home-page .main-custom-tours--sec .CR-item-tour,
    .CR-item-tour {
        width: 33.33%;
    }

    #CR-home-page .main-custom-tours--sec .custom-tours--row {
        padding-bottom: 0;
    }

    #CR-home-page .featured-tours--sec .list--box {
        flex-wrap: wrap;
        margin-top: 1rem  /* 16/16 */;
    }

    #CR-home-page .featured-tours--sec .right--box {
        flex-direction: unset;
    }

    #CR-home-page .featured-tours--sec .right--box .CR-item-featured-tour {
        height: auto;
        width: 50%;
    }

    #CR-home-page .featured-tours--sec .left--box,
    #CR-home-page .featured-tours--sec .right--box{
        width: 100%;
    }

    .CR-item-featured-tour .wrap {
        padding: 0 !important;
        aspect-ratio: 16/9;
    }

    #CR-home-page .banner--sec .item-banner {
        aspect-ratio: unset;
        height: auto;
    }

    #CR-home-page .banner--sec .item-banner img {
        position: relative;
        height: auto;
    }

    #CR-popup-search .box {
        max-width: 90vw !important;
    }

    #CR-office-detail-page .acf-map {
        margin: 1.875rem /* 30/16 */ 0;
        aspect-ratio: 16/9;
    }

    #CR-office-detail-page .info--box i {
        font-size: 1.5625rem  /* 25/16 */;
    }

    #CR-office-detail-page .info--box b {
        font-size: 1rem;
    }

    #CR-office-detail-page .info--box a, #CR-office-detail-page .info--box p {
        font-size: 0.75rem  /* 12/16 */;
        word-break: break-word;
        text-align: center;
    }

    #CR-office-detail-page .address-view {
        margin: 1rem 0 0;
    }

    #CR-tour-detail-page .tabs--box .gallery--box .list--box,
    #CR-gallery-page .list--box {
        columns: 2;
    }

    .CR-next-previous--box .title {
        font-size: 0.875rem  /* 14/16 */;
        line-height: 1.125rem  /* 18/16 */;
        max-height: calc(1.125rem  /* 18/16 */ * 2);
        height: auto;
    }

    .CR-next-previous--box a:after {
        min-width: 1.875rem  /* 30/16 */;
        width: 1.875rem  /* 30/16 */;
    }

    .CR-next-previous--box a:hover:after {
        min-width: 1rem  /* 16/16 */;
        width: 1rem  /* 16/16 */;
    }

    .CR-next-previous--box .thumb--box {
        min-width: 2.5rem  /* 40/16 */;
        width: 2.5rem  /* 40/16 */;
        height: 2.5rem  /* 40/16 */;
        transform: scale(1);
    }

    .CR-banner--group {
        padding: 3.75rem  /* 60/16 */ 1rem;
    }

    .CR-banner--group .CR-breadcrumb {
        justify-content: flex-start;
    }

    .CR-item-news:not(:last-child) {
        margin-bottom: 1.875rem  /* 30/16 */;
    }

    .CR-item-news .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .CR-item-news .wrap > div {
        width: 100%;
    }

    .CR-item-news .thumb--box {
        aspect-ratio: 16/9;
    }

    .CR-sidebar-style--box .form--box {
        margin-top: 2.5rem  /* 40/16 */;
    }

    .CR-item-news .heading-title {
        font-size: 1.25rem  /* 20/16 */;
        line-height: 1.5rem  /* 24/16 */;
        max-height: calc(1.5rem * 2);
    }

    #CR-news-page .main-list--box {
        padding-right: 0;
    }

    .CR-item-departure-schedule .heading-title {
        font-size: 1.5rem  /* 24/16 */;
    }

    #CR-tours-page .filter--box li,
    #CR-tours-page .sort--box,
    #CR-tours-page .sort--box .CR-chosen-item {
        width: 100%;
    }

    .CR-custom-filter-range .slide-range .slide--box {
        position: relative;
        margin-bottom: 0.75rem;
    }

    #CR-tour-detail-page .quick-view--box > ul,
    #CR-tour-detail-page .tabs--box .itinerary--box,
    .display-list .CR-item-tour .wrap {
        flex-wrap: wrap;
    }

    #CR-popup-book-tour .intro--box > div,
    #CR-tour-detail-page .quick-view--box > ul li,
    #CR-tour-detail-page .tabs--box .itinerary--box > div,
    .display-list .CR-item-tour .wrap > div,
    .display-list .CR-item-tour .info-special--box li {
        width: 100% !important;
    }

    #CR-popup-book-tour .intro--box .thumb--box,
    .display-list .CR-item-tour .thumb--box {
        aspect-ratio: 16/9;
    }

    #CR-tour-detail-page .tabs--box .itinerary--box .left--box {
        padding: 0 !important;
    }

    #CR-tour-detail-page .tabs--box .itinerary--box .info--box {
        margin-top: 1rem;
    }

    #CR-popup-book-tour .intro--box .content--box {
        padding: 0.625rem /* 10/16 */;
    }

    #CR-popup-book-tour .step--box ul {
        gap: 3.125rem  /* 50/16 */;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #CR-popup-book-tour .step--box li.done:after {
        width: 1.875rem  /* 30/16 */ !important;
    }

    #CR-popup-book-tour .result--box {
        padding: 1.25rem  /* 20/16 */ 1rem;
    }

    #CR-popup-book-tour .result--box .booking-tour-number span,
    #CR-popup-book-tour .result--box .heading-title {
        font-size: 1.5625rem  /* 25/16 */;
    }

    #CR-popup-book-tour .step--box li {
        font-size: 0.625rem  /* 10/16 */;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        gap: 0.5rem;
    }

    #CR-popup-book-tour .box {
        padding: 0.625rem  /* 10/16 */;
        box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
        max-width: 95%;
    }

    #CR-popup-book-tour .result--box .desc, #CR-popup-book-tour .result--box .contact {
        font-size: 1rem;
    }

    #CR-popup-book-tour .sub--box {
        max-height: 80vh;
        overflow-y: auto;
    }

    #CR-popup-book-tour .sub--box::-webkit-scrollbar {
        width: 3px;
        border-radius: 2px;
        background-color: var(--cl-white);
    }

    #CR-popup-book-tour .sub--box::-webkit-scrollbar-track {
        border: none;
    }

    #CR-popup-book-tour .sub--box::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        outline: 1px solid #cccccc;
    }

    #CR-popup-book-tour .right--box {
        margin-top: 1rem;
    }

    #CR-popup-book-tour .step--box li span {
        margin-right: 0;
    }

    #CR-popup-book-tour .intro--box,
    #CR-tour-detail-page .main-info--box,
    #CR-tour-detail-page .quick-view--box li {
        flex-wrap: wrap;
    }

    #CR-tour-detail-page .quick-view--box li b {
        display: block;
        width: 100%;
    }

    #CR-tour-detail-page .main-info--box .item {
        width: 100%;
    }

    #CR-tour-detail-page .main-info--box {
        gap: 1rem;
        padding: 1rem;
        margin: 1rem 0 0;
    }

    #CR-tour-detail-page .tabs--box {
        margin: 1rem 0 0;
    }

    #CR-tour-detail-page .banner--sec .content--box {
        height: auto;
        /*aspect-ratio: 16/9;*/
    }

    #CR-tour-detail-page .banner--sec .heading-title {
        font-size: 1.125rem  /* 18/16 */;
        max-width: 90%;
    }

    #CR-tour-detail-page .heading--box .heading-title {
        font-size: 1.125rem  /* 18/16 */;
    }

    .CR-youtube-video-main--box .CR-play-yt-btn svg {
        height: 2.5rem  /* 40/16 */;
    }

    .CR-reviews-box .reviews-form {
        padding: 1rem 0;
    }

    #CR-support-page .CR-content-support {
        padding: 1.25rem /* 20/16 */ 0 0;
    }

    #CR-news-page.CR-news-update-page .terms--box {
        margin-bottom: 1rem  /* 16/16 */;
    }

    #CR-load-news-list .CR-item-news-update:first-child .thumb--box {
        aspect-ratio: 4/3;
    }

    #CR-load-news-list .CR-item-news-update:first-child .sub--box {
        display: flex !important;
    }

    .CR-item-news-update .thumb--box {
        width: 5.625rem /* 90/16 */;
        min-width: 5.625rem /* 90/16 */;
        aspect-ratio: 4/3;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .CR-item-news-update .heading-title {
        font-size: 0.8125rem  /* 13/16 */;
        line-height: 1.0625rem  /* 17/16 */;
        -webkit-line-clamp: 2;
        max-height: calc(1.0625rem * 2);
    }

    #CR-news-page.CR-news-update-page .sticky--box {
        margin-top: 2.5rem;
    }

    #CR-home-page .travel--sec .list--box {
        margin: 0;
        padding: 0.5rem;
        border-radius: 0.375rem  /* 6/16 */;
        box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    }

    .CR-item-travel:not(:last-child) {
        margin-bottom: 1rem;
    }

    .CR-item-travel:not(:first-child) .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .CR-item-travel .wrap:after,
    .CR-item-travel .content--box {
        display: none;
    }

    .CR-item-travel:first-child .hover-content--box {
        padding: 1rem 0 0;
    }

    .CR-item-travel .hover-content--box {
        position: initial;
        transform: unset;
        background: var(--cl-white);
    }

    .CR-item-travel .thumb--box {
        border-radius: 0.625rem  /* 10/16 */;
    }

    .CR-item-travel:not(:first-child) .thumb--box {
        min-width: 40%;
        width: 40%;
    }

    .CR-item-travel:not(:first-child) .hover-content--box {
        padding: 0 0 0 1rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .CR-heading-title--group.has-link {

    }

    .CR-button-style {
        font-size: 0.75rem  /* 12/16 */;
        padding: 0 1rem;
        height: 2.5rem  /* 40/16 */;
    }
}

@media only screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
        height: 46px;
        min-width: 240px;
        border-radius: 0;
    }

    .admin-bar #CR-header {
        top: 46px;
    }

    .admin-bar #CR-header .CR-main-nav-mb--box {
        padding-top: 46px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    html {
        font-size: 0.95rem;
    }

    #CR-header .CR-main-nav-mb--box {
        width: 20rem  /* 320/16 */;
        right: -20rem  /* -320/16 */;
    }

    #CR-header .CR-main-nav-mb.active .CR-main-nav-mb--box {
        -webkit-transform: translate(-20rem);
        -ms-transform: translate(-20rem);
        transform: translate(-20rem);
    }

    .CR-item-travel {
        width: 100% !important;
    }

    #CR-home-page .main-custom-tours--sec .CR-item-tour,
    .CR-item-tour {
        width: 50%;
    }

    .CR-item-suggest .thumb--box {
        max-width: 3.125rem  /* 50/16 */;
        width: 3.125rem  /* 50/16 */;
    }

    .CR-item-suggest .price--box {
        font-size: 0.6875rem  /* 11/16 */;
    }

    .CR-nav-search-form-suggest #CR-nav-block-suggest-search-form, .CR-search-form-suggest #CR-block-suggest-search-form {
        max-width: 100%;
    }
}

@media only screen and (max-width: 454px) {
    .CR-item-departure-schedule {
        width: 100%;
    }

    .CR-tour-list--box {
        margin: -0.25rem;
    }

    #CR-home-page .main-custom-tours--sec .CR-item-tour,
    .CR-item-tour {
        width: 50%;
        padding: 0.25rem;
    }

    .CR-item-tour .content--box {
        padding: 0.65rem;
    }

    .CR-item-tour .heading-title {
        font-size: 1rem  /* 16/16 */;
        line-height: 1.25rem  /* 20/16 */;
        max-height: calc(1.25rem* 2);
        height:calc(1.25rem* 2);
    }

    .display-list .CR-item-tour .price--box span,
    .CR-item-tour .info--box li.price {
        font-size: 0.875rem  /* 14/16 */;
    }

    .CR-item-departure-schedule .heading-title {
        font-size: 1rem;
    }

    #CR-header .logo--box img, #CR-header .logo--box svg {
        height: 2.1875rem  /* 35/16 */;
    }
}