.nav-menu-kategori{
    height: 85px;
    position: static;
    display: flex;
    float: left;
    margin-left: 100px;
    align-items: center;
}

.nav-menu ul.nav-menu-inner > li > a{
    /* color: rgba(49,53,59,.44) !important; */
    color: #4cb04c !important;
    font-weight: 600;
}

.nav-menu ul.nav-menu-inner > li > a:hover{
    color: #89242c !important;
    font-weight: 600;
}

table.tbl-pencarian tr td {
    padding: 6px;
}

.clear {
    clear:both;
}

.text-board {
    position: relative;
    top: -80px;
    left: 25px;
    color: #fff;
}

.text-board .portfolio-caption-tb-cell h5,  .text-board .portfolio-caption-tb-cell p {
    color: #fff;
}

.dropdown-menu > li > a {
    color: rgba(49,53,59,.44);
}

.dropdown-menu > li > a:hover{
    color: #42b549 ;
    font-weight: 600 !important;
}

.dropdown-menu > li:hover{
    background-color: #fff !important;
}

.button-kategori{
    border-radius: 10px;
    background-color: #fff;
    border: 0px;
    color: rgba(49,53,59,.44);
    padding: 10px;
    transition: all ease 250ms;
}

.button-kategori:hover{
    color: #42b549 ;
    /* background-color: rgba(49,53,59,.10); */
    font-weight: 600;
    padding: 10px;
    transform: scale(1.1);
}

.button-kategori:active{
    color: #42b549 ;
    background-color: rgba(49,53,59,.10);
    font-weight: 600;
    padding: 10px;
}

.kategori-dropdown {
    left: 26%;
    margin-top: 65px;
}

.kategori-dropdown-button{
    left: 6%;
    margin-top: 17px;
}

.subkategori-dropdown {
    left: 100% !important;
    top: -2% !important;
    
}

.dropdown:hover .dropdown-menu.kategori-dropdown{
    display: block;
}

.subkategori:hover .dropdown-menu.subkategori-dropdown{
    display: block;
}

.dropdown-menu:hover, .dropdown-menu li:hover, .dropdown-menu li div:hover {
    background: #fff;
}

.kotak-pencarian{
    /*height: 200px;*/
    border: solid 1px;
}

.tbl-pencarian{
    margin: 20px;
}

.tbl-pencarian-title{
    width: 150px;
    padding: 20px 0 20px 0;
}

.tbl-pencarian-content{
    width: 350px;
}

.tbl-pencarian-select{
    border-radius: 10px !important;
}

.tbl-pencarian-button{
    float: right;
    margin-top: 8px;
    padding: 10px 40px !important;
    font-size: 14px;
    border-radius: 10px;
}

.header.header-fixed{
    background-color: #fff;
}

.intro-content-inner{
    height: 200px !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.commodities-col{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    height: 300px;
    margin-bottom: 30px;
    border: solid 1px silver;
    margin-right: 10px;
    width: 255px;
}

.commodities-col:hover{
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    transform: translateY(-10px);
}

a:hover{
    outline: 0;
    cursor: pointer;
    text-decoration: none;
}

.commodities-col img {
    width: 100%;
    height: 170px;
    /* max-height: 200px; */
}

.hot-list-kategori img{
    width: 100%;
    height: 160px;
}

.commodities-title{
    line-height: 20px;
    margin: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.commodities-title:hover{
    color: rgba(0, 0, 0, 0.7);
    font-style: unset;
}

.commodities-kph{
    font-weight: 600;
    font-style: italic;
    margin: 10px 5px 5px 5px;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.commodities-production{
    margin: 0px 5px 0px 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

/* carousel */
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


.commodities-carousel{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 20px;
    width: 285px;
    height: 205px;
}

.commodities-carousel:hover{
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    transform: scale(1.02);
}

.commodities-carousel img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0;
    padding: 5px;
}

.btnCarousel{
    background-color: transparent;
}

.btnCarousel:focus{
    outline: none;
}

.icon-carousel{
    font-size: 30px;
    color: #106022;
}

.icon-carousel:hover{
    font-size: 30px;
    color: #17a697;
}

.nav-tabs > li > a{
    color: rgba(0, 0, 0, 0.38);
    font-weight: 600;
    border: none;
}

.nav-tabs > li > a:hover{
    color: #17a697;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    width: 100%;
    left: 0;
    color: #42b549;
    display: block;
    font-weight: 600;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-bottom: solid 4px #42b549 !important;
    transition: all 0.5s;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.official-kphp{
    width: 100%; 
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

.official-kphp-box{
    height: 150px;
    /* width: 180px; */
    border: solid 1px rgba(0, 0, 0, 0.10);
    padding: 2px;
    display: flex;
    margin: 5px;
}

.official-kphp-box a{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.official-kphp-box a img{
    max-height: 125px;
    width: 100%;
}

.official-kphp-box a img:hover{
    transform: scale(1.02);
}

.official-kphp-box:hover{
    transform: scale(1.02);
    transition: all 0.4s;
}

.nav-tabs.nav-justified>li>a {
    
    padding: 5px;
    height: 40px;
}

.kategori-produk{
    width: 100%;
    display: inline-block;
}

.kategori-produk-list{
    padding: 5px;
    /* border: solid 1px rgba(0, 0, 0, 0.10); */
    font-size: 18px;
    margin-bottom: 20px;
    
}

/* page promosi kategori */ 
.nav-menu-kategori-page{
    position: static;
    display: flex;
    float: left;
    align-items: center;
}

.pencarian-top{
    width: 60%;
}

.login-daftar-group {
    width: 20%;
}

.padding-box-invest {
    padding: 0 0 0 140px;
}

.box-new-invest {
    position: absolute; 
    bottom: 15px; 
    height: 85px;
}

@media (max-width: 500px) {

    .box-new-invest {
        position: absolute; 
        bottom: 0px; 
        height: 85px;
    }

    #investasi-title {
        display: none;
    }

    .padding-box-invest {
        padding: 15px;
    }

    .plt-90{
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-menu-kategori-page{
        display: none;
    }

    .pencarian-lengkap{
        display: none;
    }

    .section-padding-t {
        padding-top: 130px;
    }

    .login-daftar-group {
        width: 100%;
        margin-top: 40px;
    }

    .commodities-col{
        height: 270px;
        width: 215px;
        margin-left: auto !important;
        margin-right: auto !important;
        border: solid 2px;
    }

    .commodities-col img{
        max-height: 165px;
    }

    .MultiCarousel .MultiCarousel-inner{
        width: 100px !important;
    }

    .btnCarousel{
        display: none;
    }

    .official-kphp-box{
        height: 120px;
        width: 120px;
        display: inline-flex;
        margin: 5px;
    }

    .official-kphp-box img{
        max-height: 109px;
        width: 100%;
    }

    .pencarian-lengkap{
        margin-top: 30px;
    }

    .produk-terbaik-carousel{
        display: none;
    }
    
    .grid-container{
        padding-left: 30px !important;
        padding-right: 20px !important;
    }

    .image-section-invest {
        height: 250px !important;
    }

    .produk-terbaru {
        padding: 0 !important;
    }

    .left-panel-rekomendasi {
        border-left: none !important;
        margin-top: 20px;
    }

    .invest-tab {
        padding: 0 !important;
    }

    .rekomendasi-image-box {
        height: 150px !important;
    }
}

@media (min-width: 501px) and (max-width:767px){
    .section-padding-t {
        padding-top: 120px;
    }

    .kategori-dropdown-button {
        left: 22%;
        margin-top: -24px;
    }

    .kategori-top{
        width: 100% !important;
        height: 40px;
    }

    .kategori-top:hover{
        cursor: pointer;
    }

    .login-daftar-group {
        width: 100%;
        margin-top: 40px;
    }

    .pencarian-top{
        width: 100%;
        margin-top: 40px;
    }

    .pencarian-lengkap{
        margin-top: 30px;
    }

    .commodities-carousel{
        width: 150px;
        height: 120px;
    }

    .official-kphp-box{
        height: 150px;
        width: 160px;
        display: inline-flex;
        margin: 5px;
    }

    .commodities-col{
        height: 270px;
        width: 215px;
        margin-left: auto;
        margin-right: auto;
        border: solid 2px;
    }

    .left-panel-rekomendasi {
        border-left: none !important;
        margin-top: 20px;
    }

    
}
@media(max-width: 768px) {
    .rekomendasi-image-box {
        height: 350px !important;
    }

    .promosi_list {
        padding-left: 30px !important;
    }
}

@media (min-width:768px) and (max-width:900px){
    .nav-menu-kategori-page{
        display: none;
    }

    .pencarian-top{
        width: 100%;
    }

    .login-daftar-group {
        width: 100%;
        margin-top: 20px;
    }

    .pencarian-lengkap{
        margin-top: 40px;
    }

    .col-sm-3 {
        width: 22.5%;
    }

    .commodities-col{
        height: 250px;
        display: inline-block;
    }

    .commodities-col img {
        width: 100%;
        height: 120px;
    }

    .commodities-title{
        width: 150px;
    }

    .produk-terbaru{
        padding-left: 40px;
        padding-right: 40px;
    }

    .commodities-kph{
        width: 160px;
    }

    .produk-terbaik-carousel{
        padding-left: 40px;
        padding-right: 40px;
    }

    .produk-terbaik-carousel div.row{
        width: 90%;
    }

    .commodities-carousel {
        width: 180px;
        height: 160px;
    }

    .nav-tabs.nav-justified{
        display: inline-block;
        width: 23%;
    }

    .nav-tabs.nav-justified > li{
        display: table-header-group;
    }

    .produk-kph-konten{
        width: 77%;
        float: right;
    }

    .official-kphp-box{
        height: 150px;
        width: 180px;
        display: inline-flex;
        margin: 5px;
    }

    .left-panel-rekomendasi {
        border-left: none !important;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .rekomendasi-image-box {
        padding: 0 10px !important;
    }

    .left-panel-rekomendasi {
        padding: 0 0 0 10px !important;
    }

    .right-panel-rekomendasi {
        padding: 0 10px 0 0 !important;
    }

    .promosi_list {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .invest-pledge-button {
        font-size: 16px !important;
    }
}

@media (max-width: 1440px) {
    .promosi_list {
        margin: 0 !important;
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media (min-width:901px) and (max-width: 1190px) {
    .nav-menu-kategori-page{
        display: none;
    }

    .pencarian-top{
        width: 100%;
    }

    .login-daftar-group {
        width: 100%;
        margin-top: 20px;
    }

    .pencarian-lengkap{
        margin-top: 0;
    }

    .col-sm-3 {
        width: 22.5%;
    }

    .commodities-col{
        height: 250px;
        display: inline-block;
    }

    .commodities-col img {
        width: 100%;
        height: 120px;
    }

    .commodities-title{
        width: 150px;
    }

    .produk-terbaru{
        padding-left: 40px;
        padding-right: 40px;
    }

    .commodities-kph{
        width: 160px;
    }

    .produk-terbaik-carousel div.row{
        width: 90%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .commodities-carousel{
        width: 230px;
        height: 170px;
    }

    .kategori-produk-list{
        font-size: 12px;
    }

    .nav-tabs.nav-justified{
        display: inline-block;
        width: 23%;
    }

    .nav-tabs.nav-justified > li{
        display: table-header-group;
    }

    .produk-kph-konten{
        width: 77%;
        float: right;
    }

    .official-kphp-box{
        height: 150px;
        width: 180px;
        display: inline-flex;
        margin: 5px;
    }

    .tbl-pencarian{
        width: 90%;
    }
}

@media (min-width:1200px) and (max-width: 1280px){
    .box-komentar-email {
        width: 50%;
    }

    .box-komentar-name {
        margin-right: 24px;
    }

    .produk-terbaru div.row{
        width: 100%;
    }

    .produk-terbaik-carousel div.row{
        width: 85%;
    }

    .nav-tabs.nav-justified{
        display: inline-block;
        width: 23%;
    }

    .nav-tabs.nav-justified > li{
        display: table-header-group;
    }

    .produk-kph-konten{
        width: 77%;
        float: right;
    }

    .official-kphp-box{
        height: 150px;
        width: 180px;
        display: inline-flex;
        margin: 5px;
    }

    .commodities-carousel{
        width: 250px;
        height: 180px;
    }

    .kategori-produk-list{
        font-size: 16px;
    }
}

.box-komentar-email {
    width: 50%;
}


.kategori-dropdown-page{
    margin-top: 10px;
    margin-left: 15px;
}

.kategori-icon-search{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.kategori-icon-search:hover{
    cursor: pointer;
}

.subkategori-icon{
    height: 80px;
    object-fit: cover;
    padding: 5px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 6px 12px;
}

.input-group .form-control:focus{
    border: solid 1px #42b549;
}

.button-login-kategori{
    color:#42b549;
    background: #fff;
    border: none;
    /* background-color: transparent !important; */
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    transition: all ease 250ms;
}

.button-login-kategori:hover{
    color: #fff;
    border: none;
    background-color:#42b549;
    border-radius: 10px;
    transform: translateY(-7px);
}

.button-daftar-kategori{
    color: #fff;
    border: solid 1px #42b549;
    background-color: #42b549 !important;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    transition: all ease 250ms;
}

.button-daftar-kategori:hover{
    color: #42b549;
    background-color: #fff !important;
    border-radius: 10px;
    transform: translateY(-7px);
}

.header-img-breadcrumb{
    position: relative;
    background: transparent no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    /* opacity: 0.5; */
}

.judul-text-header{
    display: block;
    position: relative;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    margin: -215px 0 0 50px;
    padding: 30px 0;
    font-weight: 600;
    max-width: 60%;
    color: #000;
}

.judul-detail-text-header{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    margin: -40px 0 0 50px;
    padding: 30px 0;
    font-weight: 600;
    max-width: 60%;
    color: #000;
}

.breadcrumb-share{
    padding: 10px 24px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 1px 1px 6px 1px #e0e0e0;
    top: -40px;
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.icon-next{
    font-size: 14px;
    position: relative;
    padding: 0 5px;
    top: 1px;
}

.breadcrumb-text-ul{
    padding-left: 0;
}

.breadcrumb-text-ul li{
    display: inline;    
}

.breadcrumb-text-ul li i{
    font-style: normal !important;
}

.breadcrumb-col-left{
    margin-top: 5px;
    width: 70%;
}

.breadcrumb-col-right{
    margin-top: 5px;
    width: 30%;
}

.breadcrumb-icon-share{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    transform: scale(1.02);
}

.kategori-list-box{
    /* border: 2px solid #f6f6f6; */
    box-sizing: border-box;
    border-radius: 10px;
    width: 199px;
    height: 180px;
    margin-bottom: 20px;
}

.kategori-list-box:hover{
    border: 2px solid #f6f6f6;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    transform: scale(1.02);
    transition: all 0.3s; 
}

.kategori-list-box-inner{
    margin-top: 10px; 
    height: 75%;
}

.kategori-list-box-inner img{
    border-radius: 5px;
    width: 100px;
    height: auto;
}

.kategori-list-text{
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.button-kategori-all{
    color: #42b549;
    border: solid 1px #42b549;
    background-color: transparent !important;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 20px;
    padding: 15px;
}

.button-kategori-all:hover{
    color: rgba(0, 0, 0, 0.45);
    border: none;
    background-color: #42b549 !important;
    border-radius: 10px;
    font-size: 20px;
    transition: all 0.5s;
}

.hot-list-kategori{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 30px;
}

.hot-list-kategori:hover{
    transform: scale(1.1);
    transition: all 0.3s; 
    box-shadow: inset 1px -2px 7px 0px #777;
    transform: rotate(-3deg);
    transition: all 0.5s;
}

.hot-list-kategori:hover .hot-list-name{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-list-kategori:hover .hot-list-by{
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-list-wisata{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 30px;
}

.hot-list-wisata:hover{
    transform: scale(1.1);
    transition: all 0.3s; 
    box-shadow: inset 1px -2px 7px 0px #777;
    transform: rotate(-3deg);
    transition: all 0.5s;
}

.hot-list-wisata:hover .hot-list-name{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.hot-list-wisata:hover .hot-list-by{
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-list-by{
    display: none;
}

.hot-list-name{
    display: none;
}



.all-sort-list{
    width: 30%;
    float: right;
    display: inline-block;
    margin-bottom: 20px;
}

.tbl-sort-list{
    border-radius: 10px !important;
    display: inline-block;
    width: 72%;
    margin-left: 20px;
}

/* Promosi Detail */

.invest-text-title .product-title {
    font-size: 26px;
    color: #000;
}

.invest-text-title .product-subtitle {
    font-size: 14px !important;
}

.product-title{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
}

.product-price{
    font-size: 25px;
    font-weight: 600;
    color: #42b549;
    margin-bottom: 30px;
}

.product-production{
    font-size: 18px;
    font-weight: 400;
}

.product-rating{
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    width: 100%;
}

.wisata-rating{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    
}

.star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  
  .star-rating .fa-star{color: #42b549;}

.product-social {
    height: 36px;
    font-size: 20px;
    display: block;

}

.detail-nav{
    margin-bottom: 30px;
}

#listCategory div{
    display: none;
}

.social-coloured {
    position: relative;
}

.social-coloured a {
    display: inline-block;
    height: 30px;
    width: 32px;
    margin: 2px;
    padding: 5px;
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.social-coloured a svg {
    height: 100%;
    width: 100%;
}

.social-coloured a svg path,
.social-coloured a svg polygon,
.social-coloured a svg rect {
    fill: #fff;
}

.social-coloured .twitter {
    background: #6CACDE;
    outline: none;
}

.social-coloured .linkedin {
    background: #0077B5;
    outline: none;
}

.social-coloured .gplus {
    background: #DC4E41;
    outline: none;
}

.social-coloured .facebook {
    background: #3A5897;
    outline: none;
}

.social-coloured a:hover,
.social-coloured a:focus {
    background: #fff;
}

.social-coloured .facebook:hover svg path,
.social-coloured .facebook:focus svg path {
    fill: #3A5897;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social-coloured .twitter:hover svg path,
.social-coloured .twitter:focus svg path {
    fill: #6CACDE;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social-coloured .linkedin:hover svg path,
.social-coloured .linkedin:focus svg path,
.social-coloured .linkedin:hover svg rect,
.social-coloured .linkedin:focus svg rect {
    fill: #0077B5;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social-coloured .gplus:hover svg path,
.social-coloured .gplus:focus svg path,
.social-coloured .gplus:hover svg polygon,
.social-coloured .gplus:focus svg polygon {
    fill: #DC4E41;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.post-share .post-share-social a{
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.login-modal-body{
    width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15%;
    border-radius: 15px;
}

.form-input-login{
    width: 250px;
    
}

.login-form-table{
    width: 100%;
}

.login-form-table tr td{
    padding-bottom: 10px;
}

.form-input-login:focus{
    border-color : #42b549 !important;
    border-radius: 12px !important;
    transition: all ease 700ms;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 181, 73, .6) !important; */
    transform: scale(1.08);
    font-size: 16px;
}

input, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select{
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.button-signin-modal{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    width: 140px;
    font-family: "Open Sans",sans-serif;
    border: solid 2px;

}

::-webkit-input-placeholder {
    font-size: 12px !important;
 }

 .text-daftar{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
    width: 140px;
    font-family: "Open Sans",sans-serif;
    background-color: transparent;
    color: #6f6f6f;
    border: solid 2px transparent;
 }

 .text-daftar:hover {
    color: #42b549;
    border: solid 1px #42b549;
    background-color: transparent !important;
    box-shadow: 2px 2px 2px;
 }

  .search-dropdown{
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    width: 100% !important;
    max-height: 300px;
    list-style: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    overflow-y: auto;
 }

 .search-dropdown li {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
 }

.search-dropdown li:hover {
    color: #17a697;
}

.tabel-login{
    display: block;
    padding: 30px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tabel-login tbody{
    display: inline-table;
    width: 100%;

}

.tabel-login tr td label{
    color: #333;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 6px;
    font-family: "Open Sans",sans-serif;
}

.masuk-text{
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Open Sans",sans-serif;
}

.button-social-login{
    width: 130px;
    background: #fff;
    border: solid 1px #d6d6d6;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.button-social-login:hover{
    width: 130px;
    background: rgba(0, 0, 0, 0.7);
    border: solid 1px #d6d6d6;
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
    transform: scale(1.1);
}

.button-social-login img{
    width: 24px;
    margin-right: 20px;
}

.wisatapict img{
    max-height: 450px !important;
}

.social-login-divider-text{
    font-size: 16px;
    background-color: #f2f2f2;
    padding: 0 10px;
    color: #bfbfbf;
}

.social-login-divider-line{
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    margin: 20px 0px 30px 0px;
}

.social-login-text{
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.profile-user{
    height: 200px;
    text-align: center;
    
}

.profile-user img {
    height: 100%;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 2px 4px 4px 4px rgba(0,0,0,0.15);
}

.profile-username {
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.profile-email {
    margin: 0;
    text-transform: lowercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.profile-born {
    text-transform: capitalize;
}

.profile-address-1 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
}

.profile-address {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
}

.profile-address-box {   
    border: solid 2px;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
}

.profile-hr{
    width: 75%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}



/* .nav-menu{
    position: static; */
    /* float: right; */
    /* display: block;
    height: 88px;
} */

.form-control:focus {
    border-color: #85e48b !important; 
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 181, 73, .6) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 181, 73, .6) !important;
  }

.rata-kanan{
    text-align: right;
}

.rata-kiri{
    text-align: left;
}

.button-signin-form{
    font-size: 16px;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all ease 500ms;
    font-weight: 600;
}

.button-signin-form:hover{
    border-radius: 20px;
    color: #42b549;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: all .1s ease-out;
    cursor: pointer;
    transform: translateY(-3px);
}

.register-modal-body{
    width: 480px;
    display: block;
    margin-left: 25%;
    margin-right: 0;
    text-align: center;
    margin-top: 15%;
    border-radius: 15px;
}

.modal-register-akun{
    position: absolute;
    background-color: #77aa77;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    margin-top: 30%;
    width: 132%;
    height: 260px;
    left: -110px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-register-akun-content{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5%;
    text-align: center;
}

.button-login-in-register{
    font-size: 16px;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all ease 500ms;
    font-weight: 600;
    width: 100px;
    background: #fff;
    color: #42b549;
}

.button-login-in-register:hover{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: all .1s ease-out;
    cursor: pointer;
    transform: translateY(-3px);
}

.list-group-item a{
    text-transform: capitalize !important;
}


/* hexagon */
.hexagon{
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
    cursor: pointer;
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(https://www.thomasmade.co.th/images/bg-thupro.png);
    /* background: #fff; */
    visibility: visible;
    -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

/* .hexagon-in2:hover {
    background-image: url(https://www.thomasmade.co.th/images/bg-mask-big.png);
} */

.hexagon1 {
    width: 300px;
    height: 200px;
    /* margin: 0 0 0 -80px; */
}



.hexagon-caption-mask {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    z-index: 9;
}

.hexagon-in1:hover .hexagon-caption-mask {
    opacity: 1;
    visibility: visible;
}

.hexagon-in1:hover .hexagon-caption-mask .hexagon-caption-text {
    bottom: 30px;
    opacity: 1;
}

.hexagon-caption-mask .hexagon-caption-text {
    bottom: -60px;
    left: 0;
    opacity: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
}

.text-subkategori{
    display: inline-block;
    height: 100%;
    position: inherit;
    width: 200px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: right;
}

.box-subkategori{
    height: 80px; 
    border-radius: 10px; 
    background-color: #f7f7f7; 
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.box-subkategori:hover{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: all .1s ease-out;
    cursor: pointer;
    transform: translateY(-3px);
}

.box-subkategori:hover .subkategori-icon{
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.shape-header {
    position: absolute;
    left: -5px;
    top: 17px;
    background-color: #fff;
    width: 240px;
    height: 92px;
    /*border-bottom-left-radius: 50px;*/
    border-bottom-right-radius: 65px;
    
}

.shape-header-right {
    position: absolute;
    right: 0px;
    top: 8px;
    background-color: #fff;
    width: 90px;
    height: 80px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.logo-right{
    width: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.curve-header-left{
    position: absolute;
    width: 110px;
    left: 201px;
    top: 65px;
    transform: rotate(6deg);
}

.header {
    border-bottom: 1px solid #f0f0f0;
}

.grid-container {
    padding-left: 60px;
    padding-right: 60px;
}

.invest-box {
    position: relative;
    overflow: hidden;
}

    .invest-box a.invest-popup {
        display: block;
    }

    .invest-box .invest-image-wrap {
        display: block;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .invest-box .invest-image-wrap img {
            width: 100%;
            height: 200px;
            border: thin solid #CECECE;
            border-radius: 8px;
        }

    .invest-box:hover .invest-image-wrap {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }

    .invest-box .invest-caption-mask {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 100%;
        transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        z-index: 9;
    }

    .invest-box:hover .invest-caption-mask {
        opacity: 1;
        visibility: visible;
    }

    .invest-box .invest-caption-mask .invest-caption-text {
        bottom: -60px;
        left: 0;
        opacity: 0;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        text-align: left;
        transition: all 0.5s ease-in-out 0s;
    }

    .invest-box:hover .invest-caption-mask .invest-caption-text {
        bottom: 30px;
        opacity: 1;
    }



    .invest-box .invest-caption-mask h1, .invest-box .invest-caption-mask h2, .invest-box .invest-caption-mask h3, .invest-box .invest-caption-mask h4, .invest-box .invest-caption-mask h5, .invest-box .invest-caption-mask h6 {
        color: #fff;
        margin-bottom: 5px;
    }

    .invest-box .invest-caption-mask p {
        margin-bottom: 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
    }

.invest-image {
    max-height: 400px !important; 
    max-width: 680px !important;
    
}

/* body div#page-wraper section#productDetail div div a > .mz-figure > img {
    width: auto !important; 
} */

#productDetail {
    background-color: rgba(223, 240, 216, 0.25);

}

.invest-image-circle {
    width: 90px;
    height: 90px;
    display: flex;
    margin: -70px auto 10px;
}

.invest-image-circle img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 2px 4px 4px 4px rgba(0,0,0,0.15);
}

.invest-profile-name {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.invest-progress.progress {
    height: 6px;
}

.invest-progress .progress-bar{
    background-image: linear-gradient(to bottom,#009E74 0,#009E74 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#009E74),to(#009E74));
    background-image: -webkit-linear-gradient(top,#009E74 0,#009E74 100%);
}

.invest-pledge-title {
    font-size: 26px;
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 24px;
}

.invest-pledge-button {
    width: 100%;
    height: 50px;
    background-color: #009E74;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.invest-pledge-button:hover {
    transform: translateY(-1px);
    transition: all 0.25s ease-in-out !important;
    background-color: #037362;
}

.invest-save-button {
    width: 200px;
    background-color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 4px;
}

.invest-save-button:hover {
    box-shadow: 0px 3px 3px 0px #aba7a7;
    transform: translateY(-1px);
    transition: all 0.25s ease-in-out !important;
}

.invest-save-button:hover i{
    color: #DC4E41;;
    transition: all 0.25s ease-in-out !important;
}

.invest-location {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    /*float: left;*/
}

.invest-tab > li > a {
    padding: 25px 15px;
}

.bg-hijau {
    background-color: rgba(223, 240, 216, 0.25);
}

.invest-box-profile {
    background-color: #fff;
    border: solid 2px;
    padding: 20px 20px 30px;
    border-radius: 5px;
}

.invest-box-donation {
    background-color: #fff;
    margin-top: 50px;
    border: solid 2px;
    padding: 20px;
    border-radius: 5px;
}

.invest-box-span {
    padding: 7px 10px 10px;
    font-size: 14px;
    border: solid 1px #c3c3c3;
    display: inline-block;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.invest-box-input {
    padding: 10px;
    border: solid 1px #c3c3c3 !important;
    display: inline-block;
    width: 230px;
    border-radius: 0 5px 5px 0 !important;
}

.text-board .invest-caption-tb-cell h5,  .text-board .invest-caption-tb-cell p {
    color: #fff;
}

    .invest-col {
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    /*height: 300px;*/
    margin-bottom: 30px;
}

.invest-col img {
    width: 100%;
    height: 170px;
    /* max-height: 200px; */
}

.justbegin {
    font-size:25pt;
    color:#000000;
    margin-top: 5px
}

.justbegin:hover{
    text-decoration: underline;
}

.subkategori {
    font-size:15pt;
    color:#000000;
    margin-top: 5px
}

.subkategori:hover{
    text-decoration: underline;
}

.post-invest-box{
    position: fixed;
    bottom: 45px;
    width: 100%;
    text-align: center;
    z-index: 1000;
    /*background: #fff;*/
}

textarea.input-post-invest{
    width: 80%;
    height: 50px;
    min-height: 50px;
    max-height: 180px;
    border: 2px solid #868686;
    border-radius: 0 6px 6px 0 !important;
}

.button-post-invest{
    margin-right: -6px;
    background: #fff;
    padding: 12px 15px 12px;
    border: 2px solid #868686;
    border-radius: 6px 0 0 6px;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

.button-post-invest:hover{
    background: #56b68b;
    color: #fff;
    border-color: #007a5a;
}

.post-box-icon{
    font-size: 18px;
    margin-right: 0;
}

.post-box-icon-right{
    margin-left: -40px;
    font-size: 18px;
}

.post-box-icon-right:hover{
    cursor: pointer;
}

.post-invest-box-top{
    display: none;
    position: fixed;
    bottom: 115px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    width: 230px;
    line-height: 30px;
    right: 20px;
    z-index: 1000;
    border: 1px solid #868686;
}

.post-invest-box-top button{
    background: #fff;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
    padding: 0 8px;
}

.post-invest-box-caret{
    float: right;
    font-size: 20px !important;
    margin: 5px 0;
}

.post-invest-box-top button:hover{
    background: #56b68b;
    border-radius: 6px;
    color: #fff;

}

.post-bentuk-invest-box{
    display: none;
    position: fixed !important;
    top: 458px !important;
    background: #fff;
    border-radius: 6px !important;
    padding: 10px !important;
    width: 230px;
    /* line-height: 30px; */
    left: 355px !important;
    z-index: 1000 !important;
    border: 1px solid #868686 !important;
    height: 135px;
}

.post-bentuk-invest-box button{
    background: #fff;
}

/* Transaction */
.box-left-side {
    padding-right: 30px;
    border-right: solid 1px #cecece;
}

.box-transaction-detail {
    border: solid 1px #cecece;
    padding: 20px;
    background-color: #f5fff2;
    line-height: 35px;
}

.text-transaction {
    width: 100%;
    border: solid 1px;
}

.text-terms-condition {
    padding-bottom: 20px;
    border-bottom: solid 1px #cecece;
}

.text-terms-condition p {
    font-size: 12px; 
    color: #9B9E9E;
}

.input-upload-transaction {
    padding: 15px;
    background-color: #f5fff2;
    float: right;
}
    
.image-section-invest {
    max-width: 100%; 
    margin: 0 auto; 
    display: block;
    height: 325px;
}

.left-panel-rekomendasi {
    border-left:thin solid silver;
}

.rekomendasi-image-box {
    padding: 0px 10px; 
    max-width: 100%; 
    height: 150px;
}

.promosi_list {
    margin: -15px;
}

.invest-slick .slick-next {
    right: 0 !important;
    z-index: 999;
}

.invest-slick .slick-prev {
    left: 0 !important;
    z-index: 999;
}

.invest-slick .slick-list {
    padding: 0;
}

.bg-light-green {
    background-color: #7aef7a40;
}

.subcategory-invest {
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background: #42b549;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    transition: all ease 250ms;
}

.subcategory-invest a {
    color: #fff;
}

.subcategory-invest:hover {
    transform: translateY(-10px);
}

/* div.col-md-2.bouncing:nth-child(5){
    animation: bounce 2s infinite;
    animation-timing-function: linear;
} */

/* @-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
 }  */
 
 @keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-20px);} 
    60% {transform: translateY(0px);} 
 }
 
 .bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
 }

.padding-box-back {
    padding: 0 0 0 140px;
}