:root {
    --cl-0: #fff;
    --cl-1: #f26522;
    --cl-2: #0e0d0d;
}
html{
    font-size: 1.112vw;
}
body{
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.8;
}
.cl-0{
    color: var(--cl-0);
}
.cl-1{
    color: var(--cl-1);
}
.cl-2{
    color: var(--cl-2);
}
.bg-0{
    background-color: var(--cl-0);
}
.bg-1{
    background-color: var(--cl-1);
}
.bg-2{
    background-color: var(--cl-2);
}
.sc_home-top{
    background-color: #203947;
    background-image: url(../images/Background_texture_bluemonkey.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sc_home-banner {
    display: flex;
    justify-content: space-between;
}
.sc_home-video {
    flex-grow: 1;
}
.sc_home-menu {
    flex: 0 0 22.02%;
}
.sc_home-menu{
    text-align: center;
    color: #fff;
}

.sc_home-menu .item a{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.sc_home-video video {
    width: 100%;
    display: block;
}
.sc_home-menu .item a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    padding: 10px 15px;
    z-index: 1;
}
.sc_home-menu .item {
    height: 25%;
    min-height: 120px;
    border-right: 1px solid #52514F;
    border-top: 1px solid #52514F;
    position: relative;
    background-color: transparent;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.sc_home-menu .item:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    opacity: 0.5;
}
.sc_home-menu .item:nth-child(1):before{
    border-top: 0;
    background-image: linear-gradient(180deg, #00171f 0%, #003495 100%);
    
}
.sc_home-menu .item:nth-child(2):before{
    background-image: linear-gradient(180deg, #00171f 0%, #003495 100%);
    
}
.sc_home-menu .item:nth-child(3):before{
    background-image: linear-gradient(180deg, #003495 0%, #00a7e1 100%);
    
}
.sc_home-menu .item:nth-child(4):before{
    background-image: linear-gradient(180deg, #00a7e1 0%, #00a7e1 100%);
    
}
.sc_home-menu .item:hover{
    background-color: #00171f;
}
.sc_home-menu .item a{
    color: #fff;
}
.sc_home-menu .item a span{
    transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    display: inline-block;
    color: #fff;
}
.sc_home-menu .item a:hover span{
    transform: scale(1.3);
}
.sc_home-parallax .title{
    color: #007ea7;
    font-weight: 400;
    margin-bottom: 40px;
}
.sc_home-parallax {
    text-align: center;
    color: #fff;
    padding: 100px 0;
    margin: auto;
    width: 780px;
    max-width: 100%;
    font-weight: 500;
}
.sc_home-boxlist {
    text-align: center;
    color: #fff;
    padding: 100px 0;
}
.sc_home-boxlist-parallax{
    position: relative;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.sc_home-boxlist-parallax:before{
    content:"";
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.36;
    background-color: #000;
    left: 0;
    top: 0;
    position: absolute;
}
.sc_home-boxlist-parallax .container{
    position: relative;
    z-index: 1;
}
.sc_home-boxlist .title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sc_home-boxlist-items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    font-size: 20px;
}
.sc_home-boxlist-items .text {
    font-size: 90px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
.sc_bg{
    background-color: #203947;
    background-image: url(../images/Background_texture_bluemonkey.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sc_home-discover{
    color: #fff;
    font-weight: 400;
    display: flex;
    gap: 130px;
    padding-top: 100px;
}
.sc_home-discover .title {
    color: #007ea7;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.1;
    margin-top: 10px;
}
.sc_home-discover .link,.sc_footer-hours .link{
    padding: 12px 24px;
    background-color: #00a7e1;
    color: #fff;
    border-radius: 3px;
    margin-top: 40px;
    display: inline-block;
    line-height: 1;
}
.sc_footer-hours .link{
    margin-top: 15px;
}
.sc_home-discover .sc_1 {
    flex: 0 0 40%;
}
.sc_home-discover .sc_2{
    flex-grow: 1;
}
.sc_home-reviews{
    position: relative;
    background-position: top center;
    background-size: cover;
    background-image: url(../images/blue_monkey_phu_quoc_pink_elephant.jpeg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.sc_home-reviews:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.86;
}
.sc_home-reviews .box{
    position: relative;
    z-index: 1;
    text-align: center;
}
.sc_home-reviews .title a {
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 40px;
    font-family: "Oswald", sans-serif;
}
.sc_home-reviews-items {
    color: #fff;
    width: 1200px;
    margin: auto;
    max-width: calc(100% - 30px);
}
.sc_home-reviews-items .avatar {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #262626;
    margin-bottom: 5px;
    display: inline-block !important;
}
.sc_home-reviews-items .location {
    color: #007ea7;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.sc_home-reviews-items .name {
    font-weight: 600;
}
.sc_home-reviews-items .review-item {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-direction: column-reverse;
}
.sc_home-reviews-items .s1 {
    flex: 0 0 120px;
}
.sc_home-reviews-items .des{
    flex-grow: 1;
    text-align: center;
}
.sc_slide .owl-dots {
    margin-top: 30px;
    text-align: center;
}
.sc_block{
    margin-top: 100px;
}
.sc_block .text {
    color: #fff;
    font-weight: 600;
}
.sc_block .title {
    color: #007EA7;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 25px;
}
.sc_block .des {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    width: 800px;
    margin: auto;
    max-width: 100%;
}
.sc_block-mix {
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.sc_block-mix.v1,.sc_block-mix.v2 {
    flex-direction: row;
}
.sc_block-mix.v1 .text-center,.sc_block-mix.v2 .text-center{
    text-align: left;
}
.sc_block-mix.v1 .s1,.sc_block-mix.v2 .s1{
    flex-grow: 1;
}
.sc_block-mix.v1 .s2,.sc_block-mix.v2 .s2 {
    flex: 0 0 60%;
}
.sc_block.sc_block-mix.v1 .des,.sc_block.sc_block-mix.v2 .des{
    width: 100%;
}
.sc_block-mix.v2 .s1 {
    order: 2;
}
.sc_gap-2 {
    display: flex;
    gap: 25px;
}
.sc_block-mix.v2.v50{
    gap: 25px;
}
.sc_block-mix.v2.v50 .s2 {
    flex: 0 0 67%;
}
.sc_block-slider .title {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}
.sc_block-slider .text {
    color: #007EA7;
    font-size: 18px;
    font-weight: 600;
}
.sc_block-mix .s2 img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.sc_block-slider-items {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 50px;
    line-height: 1.5;
}
.sc_slide.sc_block-slider-items .owl-dots{
    display: none!important;
}
.sc_slide.sc_block-slider-items .img {
    border-radius: 15px;
}
.sc_block-slider-items.sc_slide .owl-next,.sc_home-reviews-items.sc_slide .owl-next{
    font-size: 35px;
    right: -90px;
}
.sc_block-slider-items.sc_slide .owl-prev,.sc_home-reviews-items.sc_slide .owl-prev{
    font-size: 35px;
    left: -90px;
}
.sc_block-mix-full .des{
    width: 100%!important;
}
.sc_gap-2 > * {
    flex: 1;
}
.sc_block-mix .s2 .sc_gap-2 img{
    max-height: inherit;
}
.sc_home-stayin{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 100px;
    position: relative;
    color: #fff;
}
.sc_home-stayin:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}
.sc_home-stayin .box{
    position: relative;
    z-index: 1;
}
.sc_home-stayin-wrapper{
    text-align: right;
}
.sc_home-stayin-wrapper .text {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
.sc_home-stayin-wrapper .title {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #00a7e1;
    font-family: "Oswald", sans-serif;
}
.sc_home-stayin-wrapper .des {
    font-size: 14px;
}
.sc_footer {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
}
.sc_footer-wrapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.sc_footer-wrapper .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.sc_footer-wrapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
}
.sc_footer-location {
    flex: 0 0 350px;
}
.sc_footer-location .item,.sc_footer-hours .item{
    margin-top: 15px;
}
.sc_footer-logo img {
    width: 150px;
}
.sc_footer-followus .items{
    display: flex;
    gap: 10px;
}
.sc_footer-followus .title{
    margin-bottom: 15px;
}
.sc_footer-followus .items a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #3b5998;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.sc_footer-followus .items a.sc_instagram{
    background-color: #000;
}
.sc_footer-followus .items a.sc_commenting{
    background-color: #25d366;
}
.sc_header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.sc_home-video .sc_header-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
.sc_home-cri a {
    background-image: url(../images/bluemonkey_bar_head.webp);
    box-shadow: rgba(177, 197, 255, 0.2) -6px -15px 26px -14px;
    border-radius: 50%;
    overflow: hidden;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    width: 130px;
    height: 130px;
    display: inline-block;
    background-size: cover;
    position: absolute;
}
.sc_home-cri {
    position: relative;
    width: 500px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    z-index: 15;
}
.sc_home-cri span {
    position: relative;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
    padding: 0 30px;
    position: absolute;
}
.orbit-wrapper {
    position: relative;
}
#sc_home-cri-get_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 10;
}
.sc_home-menu .item .submenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    background-image: linear-gradient(180deg, #00a7e1 0%, #00a7e1 100%);
    align-items: center;
    display: none;
}
.sc_home-menu .item:hover .submenu{
    display: flex;
}
.sc_home-menu .item .submenu a {
    flex: 1;
    top: 0;
    transform: translateY(0);
}
.sc_home-menu .item .submenu a:hover{
    text-decoration: underline;
}
ul#menu-main-menu {
    display: flex;
    gap: 30px;
}
ul#menu-main-menu a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}
ul#menu-main-menu a:hover,ul#menu-main-menu .current-menu-item > a{
    color: #0070bb;
}
.sc_footer-logo img {
    width: 150px;
}
.sc_header-logo img {
    width: 150px;
}
.sc_page-title{
    padding-top: 100px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #fff;
}
.content_p{
    color: #fff;
}
.content_p p,.content_p h1,.content_p h2,.content_p h3,.content_p h4,.content_p h5,.content_p h6,.content_p ul,.content_p img,.content_p ol{
    margin-bottom: 20px;
}
.trigger_menu{
    display: none;
}
header.sc_header {
    border-bottom: 1px solid #52514F;
    position: relative;
}