@media only screen and (min-width: 330px) {
    /* Menu mobile */
    #menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
    }

    #menu-mobile.visible {
        transform: translateX(0);
    }

    .menu-header {
        display: flex;
        justify-content: flex-end;
        padding: 10px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }

    .menu-header #close-menu {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    #menu-mobile ul {
        padding: 20px;
        list-style: none;
    }

    #menu-mobile li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    #menu-mobile a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }

    .hidden {
        display: none;
    }
    
    .visible {
        display: block;
    }

    #head {
        border: none;
        background-image: url("../../img/mobile/custom/banner-bk-top-mb.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        height: 100px;
        padding: 10px 20px 0px 20px;
    }

    .qj-head {
        width: 100%;
    }

    #menu > ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
        width: 1024px;
    }

    .easySearchForm {
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -120px);
        left: 50%;
        border-radius: 5px;
        width: 80%;
        height: 110px;
        background: #FFF;
        margin: -20px 0 15px;
    }

    .easySearchForm__ {
        padding: 10px 10px;
        width: 100%;
        height: 110px;
        box-sizing: border-box;
    }

    .easySearchForm__submit {
        margin: 0 0 0 10px;
    }

    .qj-topimage {
        width: 100%;
        min-width: 100%;
        height: 380px;
        background-image: url("../../img/mobile/custom/banner-top-mb.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        margin: -20px auto 0;
    }

    .cmn-stylishSelect select {
        width: 100%;
        height: 40px;
        border-color: #e7e4e3;
        color: #9f9f9f;
        border-radius: 5px;
        background-color: #fbf7f6;
    }

    .cmn-stylishBtn {
        width: 100%;
        height: 40px;
        background-color: #92cba2;
        border: none;
        border-radius: 35px;
        text-align: left;
        padding-left: 10px;
    }

    .formGrid__col.formGrid__col--3:nth-child(1){
        padding: 0 10px 10px 0;
        width: 60%;
    }

    .formGrid__col.formGrid__col--3:nth-child(3){
        width: 40%;
    }

    .formGrid__col.formGrid__col--3:nth-child(5){
        width: 70%;
    }

    .formGrid__col.formGrid__col--free{
        width: 30%;
    }

    .formGrid__col--05 {
        display: none;
    }

    .cmn-stylishSelect .fa {
        color: #cf8699;
        border: 1px solid #e7e4e3;
        padding: 1px 3px;
        border-radius: 25%;
        font-weight: bold;
        font-size: 8px;
        transform: translate(90%,  -50%);
    }

    .easySearchForm__crossIcon .fa {
        padding-top: 8px;
        font-size: 30px;
        color: #d9d8d4;
    } 

    .ic-more-green {
        position: absolute;
        top: 66%;
        right: 22px;
        transform: translateY(0%);
    }
    
    .qj-head__set {
        padding: 0;
    }

    .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        /* margin-right: 15px; */
        transform: translateY(-3px);
    }

    .qj-head__set__slogan_top {
        /* margin-right: 35px; */
        font-size: 8px;
        color: #837168;
        font-weight: bold;
        transform: translateY(3px);
    }

    .qj-head__set__slogan_bottom {
        /* margin-right: 35px; */
        font-size: 12px;
        font-weight: bold;
    }

    .qj-head__set__logo {
        margin: 0 5px 0 0;
    }

    .qj-head__set__logo a img {
        height: 40px;
    }
    
    .qj-head__panel {
        /* align-items: end; */
        justify-content: right;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        display: none;
        padding: 0;
    }

    .qj-topimage__ {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .show_menu {
        display: block;
    }

    .show_menu > img{
        width: 40px;
        height: 40px;
    }

    .qjMyMenuList {
        /* gap: 10px; */
    }
    
    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item > a {
        border-left: none !important;
        border-right: none !important;
        padding-left: 0;
    }
    
    .qjMyMenuList__item__name > span{
        font-size: 16px;
    }

    .qjMyMenuList__item__name > p{
        font-size: 8px;
        font-weight: bold;
        margin-top: 0;
        text-align: center;
    }
    
    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 28px;
        width: 25px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon > img {
        width: 25px;
        height: 28px;
    }

    #menu{
        display: none;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }
    

    #menu > ul > li{
        background-color: #FFF;
        border-radius: 12px;
        float:left;
        font-size:14px;
        position:relative;
        width: 25%;
        height: 60px;
    }

    #menu > ul > li > a{
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu > ul > li > a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%; 
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    } 

    #menu > ul > li > a > span{
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu > ul > li::before{
        content:"";
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }

    #menu > ul > li:last-child::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }
}

@media only screen and (min-width: 1024px) {
    #wrapper {
        border-top: none;
    }

    #head {
        border: none;
        background-image: url("../../img/custom/banner-top.png");
        background-repeat: no-repeat;
        /* background-size: auto; */
        background-position: center top;
        background-size: 1400px ;
        height: 155px;
        padding: 10px 0px;
    }

    .qj-head {
        width: 1024px;
        min-height: 105px;
        padding-bottom: 42px;
        margin-top: 10px;
    }

    #menu > ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
        width: 1024px;
    }

    .easySearchForm {
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -140px);
        left: 50%;
        border-radius: 12px;
        width: 1024px;
        height: 120px;
        background: #FFF;
        margin: -20px 0 15px;
    }

    .easySearchForm__ {
        padding: 30px 30px;
        width: 1024px;
        height: 120px;
        box-sizing: border-box;
    }

    .easySearchForm__submit {
        margin: 0 0 0 20px;
    }

    .formGrid__col.formGrid__col--3:nth-child(1){
        width: auto;
        padding: 0;
    }

    .formGrid__col.formGrid__col--3:nth-child(3){
        width: auto;
    }

    .formGrid__col.formGrid__col--3:nth-child(5){
        width: auto;
    }

    .formGrid__col.formGrid__col--free{
        width: auto;
    }

    .qj-topimage {
        width: 100%;
        min-width: 1020px;
        height: 660px;
        background-image: url("../../img/custom/banner.jpg");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center top;
        /* background-size: 1400px; */
        margin: -20px auto 0;
    }

    .cmn-stylishSelect select {
        height: 60px;
        border-color: #e7e4e3;
        color: #9f9f9f;
        border-radius: 10px;
        background-color: #fbf7f6;
    }

    .cmn-stylishBtn {
        width: 100%;
        height: 60px;
        background-color: #92cba2;
        border: none;
        border-radius: 35px;
        text-align: center;
        padding-left: 0;
    }

    .cmn-stylishSelect--w100 {
        width: 204px;
    }
    
    .formGrid__col--3 {
        width: 204px;
    }

    .formGrid__col--05 {
        display: block;
    }

    .cmn-stylishSelect .fa {
        color: #cf8699;
        border: 1px solid #e7e4e3;
        padding: 3px 5px 3px 5px;
        border-radius: 25%;
        font-weight: bold;
        transform: translate(-50%,  -50%);
    }

    .easySearchForm__crossIcon .fa {
        padding-top: 8px;
        font-size: 30px;
        color: #d9d8d4;
    }

    .ic-more-green {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
    }

    .qj-head__set {
        padding: 0 20px 0 0;
    }

    .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
        transform: translateY(0px);
    }

    .qj-head__set__slogan_top {
        margin-right: 35px;
        font-size: 16px;
        color: #837168;
        font-weight: bold;
    }

    .qj-head__set__slogan_bottom {
        margin-right: 35px;
        font-size: 30px;
        font-weight: bold;
    }

    .qj-head__set__logo {
        margin: 0 20px 0 0;
    }

    .qj-head__set__logo a img {
        min-height: 80px;
    }
    
    .qj-head__panel {
        align-items: end;
        gap: 25px;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        display: block;
        padding: 0;
    }

    .qj-topimage__ {
        width: 1020px;
        height: 660px;
        margin: 0 auto;
        position: relative;
    }

    .qjMyMenuList {
        gap: 10px;
    }

    .show_menu {
        display: none;
    }
    
    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item > a {
        border-left: none !important;
        border-right: none !important;
        padding-left: 10px;
    }
    
    .qjMyMenuList__item__name > span{
        font-size: 16px;
    }

    .qjMyMenuList__item__name > p{
        font-size: 18px;
        font-weight: bold;
        margin-top: 2px;
        text-align: center;
    }
    
    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 43px;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon > img {
        width: 40px;
        height: 43px;
    }

    #menu{
        display: block;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }
    

    #menu > ul > li{
        background-color: #FFF;
        border-radius: 12px;
        float:left;
        font-size:14px;
        position:relative;
        width: 25%;
        height: 60px;
    }

    #menu > ul > li > a{
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu > ul > li > a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%; 
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    } 

    #menu > ul > li > a > span{
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu > ul > li::before{
        content:"";
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }

    #menu > ul > li:last-child::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }
}

@media only screen and (min-width: 1400px) {
    #head {
        border: none;
        background-image: url("../../img/custom/banner-top.png");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center top;
        height: 155px;
        padding: 10px 0px;
    }

    .qj-head {
        width: 1400px;
        min-height: 105px;
        padding-bottom: 42px;
        margin-top: 10px;
    }

    #menu > ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s;
        width: 1400px;
    }

    .easySearchForm {
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -140px);
        left: 50%;
        border-radius: 12px;
        width: 1400px;
        height: 120px;
        background: #FFF;
        margin: -20px 0 15px;
    }

    .easySearchForm__ {
        padding: 30px 30px;
        width: 1400px;
        height: 120px;
        box-sizing: border-box;
    }

    .easySearchForm__submit {
        margin: 0 0 0 10px;
    }

    .qj-topimage {
        width: 100%;
        min-width: 1020px;
        height: 660px;
        background-image: url("../../img/custom/banner.jpg");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center top;
        margin: -20px auto 0;
    }

    .cmn-stylishSelect select {
        height: 60px;
        border-color: #e7e4e3;
        color: #9f9f9f;
        border-radius: 10px;
        background-color: #fbf7f6;
    }

    .cmn-stylishBtn {
        width: 100%;
        height: 60px;
        background-color: #92cba2;
        border: none;
        border-radius: 35px;
        text-align: center;
        padding-left: 0;
    }

    .cmn-stylishSelect--w100 {
        width: 290px;
    }
    
    .formGrid__col--3 {
        width: 290px;
    }

    .formGrid__col--05 {
        display: block;
    }

    .cmn-stylishSelect .fa {
        color: #cf8699;
        border: 1px solid #e7e4e3;
        padding: 3px 5px 3px 5px;
        border-radius: 25%;
        font-weight: bold;
        transform: translate(-50%,  -50%);
    }

    .easySearchForm__crossIcon .fa {
        padding-top: 8px;
        font-size: 40px;
        color: #d9d8d4;
    }

    .ic-more-green {
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
    }
    
    .qj-head__set {
        padding: 0 20px 0 0;
    }

    .qj-head__set__logo {
        margin: 0 20px 0 0;
    }

    .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
        transform: translateY(0px);
    }

    .qj-head__set__slogan_top {
        margin-right: 35px;
        font-size: 16px;
        color: #837168;
        font-weight: bold;
    }

    .qj-head__set__slogan_bottom {
        margin-right: 35px;
        font-size: 30px;
        font-weight: bold;
    }

    .qj-head__set__logo a img {
        min-height: 80px;
    }
    
    .qj-head__panel {
        align-items: end;
        gap: 25px;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        display: block;
        padding: 0;
    }

    .qj-topimage__ {
        width: 1020px;
        height: 660px;
        margin: 0 auto;
        position: relative;
    }

    .show_menu {
        display: none;
    }

    .qjMyMenuList {
        gap: 10px;
    }
    
    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item > a {
        border-left: none !important;
        border-right: none !important;
        padding-left: 10px;
    }
    
    .qjMyMenuList__item__name > span{
        font-size: 16px;
    }

    .qjMyMenuList__item__name > p{
        font-size: 18px;
        font-weight: bold;
        margin-top: 2px;
        text-align: center;
    }
    
    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 43px;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon > img {
        width: 40px;
        height: 43px;
    }

    #menu{
        display: block;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }
    

    #menu > ul > li{
        background-color: #FFF;
        border-radius: 12px;
        float:left;
        font-size:14px;
        position:relative;
        width: 25%;
        height: 60px;
    }

    #menu > ul > li > a{
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu > ul > li > a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%; 
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    } 

    #menu > ul > li > a > span{
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu > ul > li::before{
        content:"";
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }

    #menu > ul > li:last-child::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }
}

    /* .qj-head__set__slogan {
        display: flex;
        flex-direction: column;
        margin-right: 15px;
    }

    .qj-head__set__slogan_top {
        margin-right: 35px;
        font-size: 16px;
        color: #837168;
        font-weight: bold;
    }

    .qj-head__set__slogan_bottom {
        margin-right: 35px;
        font-size: 30px;
        font-weight: bold;
    }

    .qj-head__set__logo a img {
        min-height: 80px !important;
    }
    
    .qj-head__panel {
        align-items: end;
        gap: 25px;
    }

    .qj-head__panel__free__hello {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .qj-head__panel__free__link__item {
        font-size: 16px;
        font-weight: bold;
    }

    .qj-head__panel__free__link__item a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

    .qj-head__panel__free {
        padding: 0;
    }

    .qj-topimage__ {
        width: 1020px;
        height: 660px;
        margin: 0 auto;
        position: relative;
    }

    .qjMyMenuList {
        gap: 10px;
    }
    
    .qjMyMenuList__item {
        width: auto;
    }

    .qjMyMenuList__item > a {
        border-left: none !important;
        border-right: none !important;
    }
    
    .qjMyMenuList__item__name > span{
        font-size: 16px;
    }

    .qjMyMenuList__item__name > p{
        font-size: 18px;
        font-weight: bold;
        margin-top: 2px;
        text-align: center;
    }
    
    .clearfix-custom {
        margin: 0px !important;
    }

    .qjMyMenuList__item__icon {
        position: relative;
        display: block;
        height: 43px;
        width: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #F5F5F5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    .qjMyMenuList__item__icon > img {
        width: 40px;
        height: 43px;
    }

    #menu{
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        border-radius: 12px;
    }
    

    #menu > ul > li{
        background-color: #FFF;
        border-radius: 12px;
        float:left;
        font-size:14px;
        position:relative;
        width: 25%;
        height: 60px;
    }

    #menu > ul > li > a{
        padding: 5px 15px 0px 15px;
        font-weight: 600;
        color: #837168;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    #menu > ul > li > a .ic-more {
        position: absolute;
        right: 30px;
        top: 50%; 
        transform: translateY(-40%);
    }

    .border-after::after {
        content: "";
        position: absolute;
        top: 17%;
        bottom: 17%;
        right: 0;
        width: 0;
        border-right: 2px dotted rgb(250, 208, 93);
    } 

    #menu > ul > li > a > span{
        vertical-align: 18px;
        font-size: 14px;
    }

    #menu > ul > li::before{
        content:"";
        position:absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    }

    #menu > ul > li:last-child::after{
        content:"";
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        height:0;
        width:0px;
        background:#DDD;
    } */

    