﻿/* -----------CSS iPhone----------- */
@media only screen and (max-width: 767px) {
    .text_help a {
        width: 236px;
    }

    .huong_dan h2 {
        font-size: 14px;
    }

    #webform input {
        width: 290px;
    }

    .captcha {
        width: 300px;
    }

    #billing_paygate,#billing_paygate_li  {
        display: none;
    }

    ul.chon_game li {
        margin: 0 0 10px 10px;
        width: 142px;
    }

    .icon_chon_game {
        margin: 5px 0;
    }

    ul.chon_game li:first-child {
        margin-left: 0;
    }

    ul.chon_game li:nth-child(3) {
        margin-left: 0;
    }

    .ten_game {
        width: 100%;
        text-align: center;
    }
     .entry-content img {
            height: auto !important;
           width: 300px !important;
        }
     .text_help_2 img {
         
          height: auto !important;
           width: 280px !important;
     }
     .question_img {
          width: 280px !important;
     }
      .nd_tbao {
        margin-left: 0;
    }

    .nd_info {
        margin-left: 0;
    }

    ul.menu_content .chon_menuc_li {
        background-color: #0091D0;
    }

}
/* -----------CSS iPad----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    #billing_menu_home{ display: none;}
    #billing_menu_news{ display: none;}
    #billing_menu_help{ display: none;}
     .blue_txt {
        color: #333 !important;
    }
}