body {
    background-color: #282828;
    font-size: 16px;
    font-family: 'Tahoma', sans-serif;
}

.tab {
    float: left;
    width: 70px;
    height: 100%;
    padding: 0px;
    margin-right: 10px;
    margin-top: 10px;
}

.tab button {
    display: block;
    background-color: inherit;
    color: #dbc481;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    padding-top: 32px;
}

@media (max-width: 1920px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 88%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -10px;
    }
}

@media (max-width: 1680px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 88%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -10px;
    }
}

@media (max-width: 834px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 88%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -10px;
    }
}

@media (max-width: 600px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 80%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: 20px;
    }
}

@media (max-width: 452px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 81%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -10px;
    }
}

@media (max-width: 428px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 81%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -10px;
    }
}

@media (max-width: 414px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 77%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: 0px;
    }
}

@media (max-width: 412px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 77%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: 0px;
    }
}

@media (max-width: 390px) {
    .tabcontent {
        float: left;
        padding: 0px 12px;
        width: 77%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -5px;
    }
}

@media (max-width: 360px) {
    .tabcontent {
        padding: 0px 12px;
        width: 78%;
        border-left: none;
        height: auto;
        margin-top: 10px;
        margin-left: -11px;
    }
}



/* end tab */

@media (max-width: 600px) {
    .block_container {
        margin: auto;
        background-color: #282828;
    }
}

@media (min-width: 600px) {
    .block_container {
        width: 700px;
        margin: auto;
        background-color: #282828;
    }
}

@media (max-width: 600px) {
    .topbar {
        overflow: hidden;
        width: 100%;
        height: 54px;
        padding: 10px;
        position: fixed;
        background-color: #2a2a2a;
        z-index: 9999;
    }
}

@media (min-width: 600px) {
    .topbar {
        overflow: hidden;
        width: 700px;
        height: 54px;
        padding: 10px;
        position: fixed;
        background-color: #2a2a2a;
        z-index: 9999;
    }
}

.btn_top {
    border-radius: 100px;
    background: rgb(188, 160, 113);
    background: linear-gradient(0deg, rgba(188, 160, 113, 1) 0%, rgba(224, 208, 159, 1) 100%);
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
    border: none;
}



.b_size_m_content {
    width: 100%;
    padding: 10px;
}

.menu_m_w {
    width: 100%;
    height: auto;
    background-color: #363636;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    padding-top: 15px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
}

.text_menu_m_w {
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
}

.menu_m {
    width: 70px;
    height: 60px;
    background-color: #363636;
    border-radius: 15px;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
}

.menu_m_active {
    width: 70px;
    height: 60px;
    background: rgb(219, 196, 129);
    background: linear-gradient(180deg, rgb(248, 228, 167) 0%, rgb(194, 170, 97) 100%);
    border-radius: 15px;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
}

.text_menu_m {
    font-size: 12px;
    color: #dbc481;
    margin-top: 4px;
}

.text_menu_m_active {
    font-size: 12px;
    color: #ffffff;
    margin-top: 4px;
}

a:link {
    text-decoration: none;
}

.left_menu {
    width: 70px;
}

.b_img_fish {
    width: 100%;
    height: auto;
    border-radius: 20px;
    height: auto;
    margin-top: 0px;
    z-index: 9999;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
}

.b_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: auto;
    margin-top: 0px;
    z-index: 9999;
    margin-bottom: -100px;
}

.card_content_fish {
    width: 100%;
    height: auto;
    background: #363636;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
}

.b_text_content_fish {
    width: 100%;
    padding: 10px;
}

.card_content {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #363636;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
    padding-top: 110px;
}

.text_head {
    font-size: 20px;
    color: #d8c384;
}

.text_content {
    color: #ffffff;
}

.text_content_black {
    color: #000000;
    font-weight: 100;
}

@media (max-width: 600px) {
    .b_footer_m {
        margin: auto;
        display: block;
        width: 100%;
        height: 75px;
        position: fixed;
        bottom: 0;
    }
}

@media (min-width: 600px) {
    .b_footer_m {
        margin: auto;
        display: block;
        width: 700px;
        height: 75px;
        position: fixed;
        bottom: 0;
    }
}

.footer_m {
    width: 25%;
    height: 75px;
    background-color: #000000;
    border-right: 1px solid #ffffff15;
    text-align: center;
    padding-top: 6px;
    float: left;
}

.text_footer_m {
    color: #d7c384;
    font-size: 16px;
    font-weight: 500;
    margin-top: -5px;
}

.icon_footer_m {
    color: #d7c384;
    font-size: 25px;
}

.icon_footer_line {
    color: #00b900;
    font-size: 25px;
}

.text_footer_line {
    color: #00b900;
    font-size: 12px;
    font-weight: 500;
    margin-top: 1px;
}

.l_h {
    width: 100%;
    height: 53px;
    /* height: 120px; */
}

.img_slide {
    margin-top: 61px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
}

.btn_right {
    right: 0;
    position: absolute;
    margin-top: -35px;
}

.readmore {
    color: #9a9a9a;
    cursor: pointer;
}

.readmore:hover {
    color: #6c6c6c;
    cursor: pointer;
}

.float_left_menu {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.float_right_content {
    float: left;
    width: 590px;
    margin-left: 12px;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .float_right_content {
        float: left;
        width: 288px;
        margin-left: 12px;
        margin-top: 20px;
    }
}

.clear {
    clear: both;
}

.content {
    display: block;
    background-color: #2a2a2a;
}

.text_menu {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.767);
}

/* fade */
.fade_ {
    animation: fadeup 0.3s;
    -moz-animation: fadeup 0.3s; /* Firefox */
    -webkit-animation: fadeup 0.3s; /* Safari and Chrome */
    -o-animation: fadeup 0.3s; /* Opera */
    animation-fill-mode: both;
}
@keyframes fadeup {
    from { margin-top: 80px; opacity:0; }
    to { margin-top: 10px; opacity:1;}
  }
@-moz-keyframes fadeup {
    from { margin-top: 80px; opacity:0; }
    to { margin-top: 10px; opacity:1;}
}
@-webkit-keyframes fadeup {
    from { margin-top: 80px; opacity:0; }
    to { margin-top: 10px; opacity:1;}
}
@-o-keyframes fadeup {
    from { margin-top: 80px; opacity:0; }
    to { margin-top: 10px; opacity:1;}
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.541);

  }

.bg_popup {
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.541);
}

.modal-popup{
    background: transparent;
    border: none;
  }

.btn_close {
    left: 0;
    bottom: 20px;
    position: absolute;
    background: none;
    border: none;
    outline: none;
}

.btn_blank_regis {
    background: none;
    border: none;
    outline: none;
}

.blank_regis_top {
    position: absolute;
    width: 210px;
    height: 120px;
    background: none;
    margin-top: 5px;
}

.blank_regis_bottom {
    position: absolute;
    width: 200px;
    height:60px;
    background: none;
    margin-top: -70px;
    margin-left: 90px;
}

.card_box {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #363636;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 2, 0.55);
    margin-top: 25px;
}