@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .top_noti_details span {
        float: left;
        height: 30px;
        width: 100%;
        background: #333333;
        border-radius: 20px;
        color: #fff;
        font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 30px;
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
        text-align: center;
    }

    .top_noti_content {
        float: right;
        height: 30px;
        width: 100%;
        overflow: hidden;
    }

    .tab_menu ul li {
        display: inline-block;
        width: 35%;
        margin: 0;
    }
    .box-ct {
        width: 46.5%;
        margin: 20px 1.75% 20px 1.75%;
        background: #28303c;
        color: #90959b;
        float: left;
        display: inline-block;
    }
    li.tab_0 a {
        display: block;
        width: 100%;
        height: 137px;
        background-image: url(../images/tab0.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    li.tab_1 a {
        display: block;
        width: 100%;
        height: 137px;
        background-image: url(../images/tab1.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    li.tab_2 a {
        display: block;
        width: 100%;
        height: 137px;
        background-image: url(../images/tab2.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    li.tab_3 a {
        display: block;
        width: 100%;
        height: 137px;
        background-image: url(../images/tab3.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    ul.game_box li {
        display: inline-block;
        width: 30.5%;
        background: #10141a;
        position: relative;
        margin: 0 1%;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }

    ul.content_right_contact li {
        display: block;
        margin-bottom: 20px;
        height: 60px;
        position: relative;
        border-radius: 10px;
        line-height: 50px;
        color: #fff;
        font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        padding-left: 60px;
    }

    li.contact_1 {
        background: #C03537;
        background-image: url(../images/icon_4.png);
        background-position: 10px 10px;
        background-repeat: no-repeat;
    }

    li.contact_2 {
        background: #7D3DAE;
        background-image: url(../images/icon_5.png);
        background-position: 10px 10px;
        background-repeat: no-repeat;
    }

    li.contact_3 {
        background: #21A8E1;
        background-image: url(../images/icon_6.png);
        background-position: 10px 10px;
        background-repeat: no-repeat;
    }

    ul.content_right_contact li span img {
        display: block;
        position: absolute;
        left: 92%;
        top: 35%;
    }

    .slide_game ul li {
        display: inline-block;
        width: 18%;
        height: auto;
        color: #f7d8a9;
        font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 .5%;
    }

    ul.form_site li strong {
        float: left;
        margin-right: 30px;
        color: #222222;
        font-size: 15px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 33px;
        text-align: right;
    }

    ul.form_site li strong {
        float: left;
        margin-right: 15px;
        color: #222222;
        font-size: 15px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 33px;
        text-align: right;
    }

    ul.form_site li i {
        display: block !important;
        width: 60%;
        padding-left: 220px;
        color: #999999;
        font-size: 13px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        font-style: normal;
        line-height: 20px;
        text-align: justify;
    }

    ul.form_tab li {
        display: inline-block;
        margin: 1%;
        width: 33%;
    }

    ul.form_tab li a {
        display: block;
        width: 100%;
        height: 100px;
    }

    .form_box table {
        display: block;
        width: 760px;
        margin: 0 auto;
        margin-bottom: 30px;
        overflow: auto;
    }

    ul.faq_left {
        float: left;
        width: 38%;
    }

    ul.faq_left li {
        display: block;
        color: #c1c1c1;
        font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 5px;
        font-weight: normal;
        border-bottom: solid 2px #fff;
    }

    .hidden-xs {
        display: none !important;
    }
    .hidden-lg{
        display:block !important;
    }
    .col-xs-12{
        width: 98%;
    }

    .slide .registerPoint {
        height: 60px;
    }

    .tab_menu{
        padding-top:9px;
        background-image: none;
    }
    #modalLogin .modal-content {
        width:80%;
    }
    .input-note{
        padding-left: 8px;
    }
    .g-recaptcha{
        margin-bottom: 12px;
    }
}
