.qode_video_box > a {
   /* border-radius: 15px;*/
}


div.video_section {
    overflow: hidden
}

.boxed .section .section_inner,.grid_section .section_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.full_section_inner {
    position: relative;
    z-index: 20
}
.position_center.title .breadcrumb{
    display: none;
}

/**** title cover ****/
.title.title_size_large.position_center.has_background {
    background-size: cover !important;
}

.title.has_background {
    background-image: none !important;
    padding-bottom: 60px;
}

.content_inner .title_outer {
    position: relative;
}

.content_inner .title_outer > .title {
    z-index: 0;
}

.title.title_size_large h1 {    
    margin-bottom: 0px;
}

.location-text div{
    padding: 0px 50px 60px 220px;
    text-align: justify;
}

.mouseover-text div{
    padding: 0px 50px 60px 220px;
}

/**** planning ****/
.planning-text-row {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.planning-map-div {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
}

.planning-map-div img.penang-map {
    /*transform: scale(1.1);*/
    width: 100%;
    filter: drop-shadow( -3px 3px 2px rgba(0, 0, 0, .4));
    -webkit-filter: drop-shadow( -3px 3px 2px rgba(0, 0, 0, .4));
}

.planning-map-div img.map-icon {
    cursor: pointer;
}

img.map-icon {
    position: absolute;
    max-width: 20px;
    max-height: 20px;
    z-index: 2;
}

img.map-icon.park-icon {
    left: 8%;
    top: 30%;
}

img.map-icon.butterlfy-icon {
    /*top: 29.7%;*/
    /*left: 19%;*/
    top: 31%;
    left: 20%;
}

img.map-icon.monkey-icon {
    top: 27.7%;
    left: 25%;
}

img.map-icon.penang-hill-icon {
    /*top: 32%;*/
    /*left: 23%;*/
    top: 34%;
    left: 25%;
}

img.map-icon.small-temple-icon.small-temple-1 {
    /*top: 25%;*/
    /*right: 37%;*/
    top: 27.5%;
    right: 34%;
}

img.map-icon.small-temple-icon.small-temple-2 {
    bottom: 40%;
    left: 25%;
}

img.map-icon.kek-lok-si-icon {
    left: 28%;
    top: 40%;
}

img.map-icon.bird-icon {
    /*right: 43%;*/
    /*top: 35%;*/
    right: 39%;
    top: 35%;
}

img.map-icon.church-icon {
    /*top: 43%;*/
    /*right: 20%;*/
    top: 45%;
    right: 14%;
}

img.map-icon.ferry-icon {
    left: 39%;
    top: 39%;
}

img.map-icon.airport-icon {
    bottom: 39%;
    left: 31%;
}

img.map-icon.first-bridge-icon {
    -webkit-filter: drop-shadow( 3px 2px 2px rgba(0, 0, 0, .6));
    left: 46%;
    top: 46%;
    max-width: 40px;
    max-height: 40px;
}

img.map-icon.sec-bridge-icon {
    /*bottom: 30%;*/
    /*left: 48%;*/
    bottom: 29%;
    left: 47%;
    -webkit-filter: drop-shadow( 3px 2px 2px rgba(0, 0, 0, .6));
    max-width: 40px;
    max-height: 40px;
}

/*** map hover ****/
.map-hover-box {
    width: 300px;
    position: absolute;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    transform: translateY(50px);
    filter: blur(12px);
    transition: all 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.map-hover-box.active {
    opacity: 1;
    z-index: 3;
    transform: translateY(0px);
    filter: blur(0px);
    transition: all 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.map-hover-box.penang-hill-box {
    /*left: -5%;*/
    /*top: 39%;*/
    left: -5%;
    top: 41%;
}

.map-hover-box:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-color: #fff transparent;
}

.map-hover-box.penang-hill-box:before {
    border-width: 0 2px 28px 15px;
    top: -28px;
    left: 54%;
}

.map-hover-box.butterfly-farm-box {
    /*top: 36%;*/
    top: 37%;
    left: -10%;
}

.map-hover-box.butterfly-farm-box:before {
    border-width: 0 2px 28px 15px;
    top: -28px;
    left: 56%;
}

.map-hover-box.monkey-box {
    top: 35%;
    left: 20%;
}

.map-hover-box.monkey-box:before {
    border-width: 0 18px 28px 0px;
    top: -28px;
    left: 15%;
}

.map-hover-box.park-box {
    top: 37%;
    left: -10%;
}

.map-hover-box.park-box:before {
    border-width: 0 10px 28px 10px;
    top: -28px;
    left: 36%;
}

.map-hover-box.small-temple-box-1 {
    /*right: 15%;*/
    /*top: 32%;*/
    right: 14%;
    top: 34%;
}

.map-hover-box.small-temple-box-1:before {
    border-width: 0 2px 28px 20px;
    top: -28px;
    left: 46%;
}

.map-hover-box.small-temple-box-2 {
    bottom: 5%;
}

.map-hover-box.small-temple-box-2:before {
    border-width: 0 2px 28px 20px;
    top: -28px;
    left: 46%;
}

.map-hover-box.kek-lok-si-box {
    top: 47%;
    left: 4%;
}

.map-hover-box.kek-lok-si-box:before {
    border-width: 0 2px 28px 20px;
    top: -28px;
    left: 45%;
}

.map-hover-box.penang-bird-park-box {
    /*right: 15%;*/
    /*bottom: 25.5%;*/
    right: 13%;
    bottom: 27.5%;
}

.map-hover-box.penang-bird-park-box:before {
    /*border-width: 0 20px 28px 2px;*/
    /*top: -28px;*/
    /*left: 41%;*/
    border-width: 0 4px 28px 12px;
    top: -27px;
    left: 38%;
}

.map-hover-box.church-box {
    right: 14%;
    bottom: 17.5%;
}

.map-hover-box.church-box:before {
    border-width: 0 0px 27px 18px;
    top: -25px;
    right: 6%;
}

.map-hover-box.ferry-box {
    top: 45%;
    left: 14%;
}

.map-hover-box.ferry-box:before {
    border-width: 0 2px 29px 18px;
    top: -28px;
    left: 45%;
}

.map-hover-box.airport-box {
    bottom: 4%;
    left: 6%;
}

.map-hover-box.airport-box:before {
    border-width: 0 2px 29px 18px;
    top: -28px;
    left: 45%;
}

.map-hover-box.first-bridge-box {
    bottom: 16%;
    left: 20%;
}

.map-hover-box.first-bridge-box:before {
    border-width: 0 2px 29px 18px;
    top: -27px;
    left: 46%;
}

.map-hover-box.sec-bridge-box {
    bottom: -5%;
    left: 22%;
}

.map-hover-box.sec-box:before {
    border-width: 0 2px 29px 18px;
    top: -27px;
    left: 55%;
}

.qbutton.big_large_full_width {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0;
    text-align: center;
}

.directory-card {
    background-color: #fff;
}

.directory-card .card-title-box {
    background-color: #ee6c02;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 7px;
    box-sizing: border-box;
    transform: translateY(-35px);
    margin-bottom: -35px;
    z-index: 10;
}

.directory-card .card-title-box-inner {
    border: 1px solid #ffffff85;
    padding: 15px;
    box-sizing: border-box;
}

.directory-card .card-title-box-inner p {
    color: #fff;
    font-weight: 600;
}

.directory-card .card-content {
    padding: 30px;
}

div#select-directory {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 262px;
    margin: 0 auto;
}

select#directory-selection {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 40px;
    height: 50px;
    flex-basis: 50%;
    color: rgba(0,0,0,0.5);
    box-sizing: border-box;
    border: 1px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(https://penangglobaltourism.benova.com.my/wp-content/uploads/2021/07/down-arrow.svg) no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px;
}

select#directory-selection#type {
    flex-basis:50%;
}

.box-view {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0px;
}

.box-view .wpb_raw_code.wpb_content_element.wpb_raw_html {
    width: 90%;
    justify-self: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

/************ media queries **************/
@media only screen and (min-width: 1100px){
    .planning-map-div {
        top: 60%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .location-text div {
        padding: 0px 110px 40px 40px;
        text-align: justify;
    }

    .mouseover-text div {
        padding: 0px 100px 60px 40px;
    }
}

@media only screen and (max-width: 1200px){
    #location-map-cover{
        margin-top: 30px;
    }
    
    .title.title_size_large h1 {    
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1000px){
    .mobile-80-height{
        height: 80px!important;
    }
    
    .q_elements_holder .q_elements_item {
        display: block!important;
    }
    
    .mobile-tablet-none{
        display: none;
    }
    
    .trip-planning-div > div{
        position: relative;
        height: 1050px;
    }
    
    .planning-map-div {
        width: 750px;
        transform: none;
        top: 0;
    }

    .location-text div {
        padding: 0 20px;
        text-align: justify;
    }

    .mouseover-text div {
        padding: 20px;
    }
    
    .custom-shape-divider-bottom svg{
        height: 100%!important;
    }
    
    #location-map-cover{
        margin-top: 60px;
    }
    
    .title.title_size_large h1 {    
        margin-bottom: 0px;
    }

    .map-hover-box.monkey-box {
        top: 33%;
        left: 21%;
    }
    
    .map-hover-box.park-box {
        top: 35%;
        left: 4%;
    }
    
    .map-hover-box.park-box:before {
        border-width: 0 10px 28px 10px;
        top: -28px;
        left: 10%;
    }
    
    .map-hover-box.butterfly-farm-box {
        /* top: 36%; */
        top: 36%;
        left: 4%;
    }
    
    .map-hover-box.butterfly-farm-box:before {
        border-width: 0 2px 28px 15px;
        top: -28px;
        left: 38%;
    }
    
    .map-hover-box.penang-hill-box {
        left: 10%;
        top: 38%;
    }
    
    .map-hover-box.penang-hill-box:before {
        border-width: 0 2px 35px 14px;
        top: -28px;
        left: 34%;
        transform: rotate(20deg);
    }
    
    .map-hover-box.small-temple-box-1 {
        right: 17%;
        top: 33%;
    }
    
    .map-hover-box.church-box {
        right: 14%;
        bottom: 25.5%;
    }
    
    .map-hover-box.penang-bird-park-box {
        right: 18%;
        bottom: 35.5%;
    }
    
    .map-hover-box.ferry-box {
        top: 44%;
        left: 20%;
    }
    
    .map-hover-box.kek-lok-si-box {
        top: 45%;
        left: 8%;
    }
    
    .map-hover-box.small-temple-box-2 {
        bottom: 12%;
        left: 5%;
    }
    
    .map-hover-box.airport-box {
        bottom: 11%;
        left: 12%;
    }
    
    .map-hover-box.first-bridge-box:before,
    .map-hover-box.sec-bridge-box:before{
        display: none;
    }

    .map-hover-box.first-bridge-box {
        bottom: 25%;
        left: 30%;
    }
    
    .map-hover-box.sec-bridge-box {
        bottom: 1%;
        left: 26%;
    }
}

@media only screen and (max-width: 600px){
    .trip-planning-div > div {
        height: 600px;
    }
    
    .planning-map-div {
        height: 550px;
        width: 420px;
    }
    
    img.map-icon.first-bridge-icon {
        left: 45%;
        top: 45%;
        max-width: 36px;
        max-height: 36px;
    }
    
    img.map-icon {
        max-width: 18px;
        max-height: 18px;
    }

    .vc_row.full_screen_section {
        padding: 0px 0;
    }
    
    .title{
        height: 223px!important;
    }
    
    .custom-shape-divider-bottom svg{
        height: 100%!important;
    }
    
    .planning-map-div {
        height: 550px;
    }
    
    #location-map-cover{
        margin-top: 60px;
    }
    
    .title.title_size_large h1 {    
        margin-bottom: 0px;
    }
    
    .map-hover-box.park-box {
        top: 38%;
        left: 7%;
    }
    
    .map-hover-box.park-box:before {
        border-width: 0px 5px 31px 14px;
        top: -28px;
        left: 6%;
        transform: skewX(32deg);
    }
    
    .map-hover-box.butterfly-farm-box {
        /* top: 36%; */
        top: 39%;
        left: 8%;
    }

    .map-hover-box.butterfly-farm-box:before {
        border-width: 0 2px 28px 15px;
        top: -27px;
        left: 16%;
        /* transform: skewY(1deg); */
    }
    
    .map-hover-box.monkey-box {
        top: 36%;
        left: 16%;
    }
    
    .map-hover-box.penang-hill-box {
        left: 10%;
        top: 42%;
    }
    
    .map-hover-box.penang-hill-box:before {
        border-width: 0 2px 28px 15px;
        top: -23px;
        left: 16%;
    }
    
    .map-hover-box.kek-lok-si-box {
        top: 49%;
        left: 6%;
    }

    .map-hover-box.kek-lok-si-box:before {
        border-width: 0 2px 28px 20px;
        top: -27px;
        left: 29%;
    }
    
    .map-hover-box.small-temple-box-1 {
        right: 20%;
        top: 36%;
    }
    
    .map-hover-box.small-temple-box-1:before {
        border-width: 0 2px 29px 17px;
        top: -27px;
        left: 68%;
    }
    
    .map-hover-box.penang-bird-park-box {
        right: 18%;
        bottom: 13.5%;
    }
    
    .map-hover-box.penang-bird-park-box:before {
        border-width: 0 4px 28px 12px;
        top: -27px;
        left: 60%;
    }
    
    .map-hover-box.ferry-box {
        top: 47%;
        left: 14%;
    }
    
    .map-hover-box.ferry-box:before {
        border-width: 0 2px 29px 18px;
        top: -28px;
        left: 33%;
    }
    
    .map-hover-box.small-temple-box-2 {
        bottom: -8%;
        left: 5%;
    }
    
    .map-hover-box.small-temple-box-2:before {
        border-width: 0 2px 28px 20px;
        top: -28px;
        left: 25%;
    }
    
    .map-hover-box.airport-box {
        bottom: -9%;
        left: 4%;
    }
    
    .map-hover-box.airport-box:before {
        border-width: 0 2px 29px 18px;
        top: -28px;
        left: 36%;
    }
    
    .map-hover-box.church-box {
        right: 17%;
        bottom: 6.5%;
    }
    
    .map-hover-box.church-box:before {
        transform: rotate(30deg);
        border-width: 0 0px 34px 24px;
        top: -25px;
        right: 5%;
    }
    
    .map-hover-box.sec-bridge-box {
        bottom: -17%;
        left: 14%;
    }
    
    .map-hover-box.first-bridge-box {
        bottom: 2%;
        left: 16%;
    }

    h2, h2 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
		font-size: 28px; 			
        line-height: 34px; 			
        letter-spacing: 0px; 			
    }
		
}

div.section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vc_custom_1649256136939 {
    background-color: #f4f4f4 !important;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

.boxed .section .section_inner, .grid_section .section_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

h2, .h2, h2 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
    color: #847970;
    font-size: 37px;
    line-height: 43px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
}



.q_elements_holder {
    width: 100%;
    display: table;
    table-layout: fixed
}

.q_elements_holder .q_elements_item {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.q_elements_holder .q_elements_item_inner {
    width: 100%
}

.q_elements_holder.two_columns .q_elements_item {
    width: 50%
}

.q_elements_holder.two_columns.eh_two_columns_66_33 .q_elements_item:first-child {
    width: 66.66%
}

.q_elements_holder.two_columns.eh_two_columns_33_66 .q_elements_item:first-child,.q_elements_holder.two_columns.eh_two_columns_66_33 .q_elements_item:last-child {
    width: 33.33%
}

.q_elements_holder.two_columns.eh_two_columns_33_66 .q_elements_item:last-child {
    width: 66.66%
}

.q_elements_holder.two_columns.eh_two_columns_75_25 .q_elements_item:first-child {
    width: 75%
}

.q_elements_holder.two_columns.eh_two_columns_25_75 .q_elements_item:first-child,.q_elements_holder.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
    width: 25%
}

.q_elements_holder.two_columns.eh_two_columns_25_75 .q_elements_item:last-child {
    width: 75%
}

.q_elements_holder.three_columns .q_elements_item {
    width: 33.33333333333333%
}

.q_elements_holder.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child {
    width: 50%
}

.q_elements_holder.three_columns.eh_three_columns_50_25_25 .q_elements_item {
    width: 25%
}

.q_elements_holder.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child {
    width: 50%
}

.q_elements_holder.four_columns .q_elements_item,.q_elements_holder.three_columns.eh_three_columns_25_25_50 .q_elements_item {
    width: 25%
}

.last_toggle_el_margin,.wpb_button,.wpb_content_element,.wpb_row,ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}


