.menu-mobile {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #dac2a8;
    padding: 25px;
    z-index: 999;
    top: 0;
}

.menu-mobile ul {
    list-style-type: none;
    padding: 0 !important;
    font-size: 26px;
}

.menu-mobile ul li a {
    color: #363a3b;
    text-decoration: none;
    transition: 0.3s all;
    font-weight: bold;
}

.menu-mobile ul li a:hover {
    color: #17836f;
    text-decoration: underline;
    text-decoration-color: #17836f;
}

.menu-mobile ul li a:active {
    color: #17836f;
    text-decoration: underline;
    text-decoration-color: #17836f;
}

.active-a {
    color: #17836f !important;
    text-decoration: underline !important;
    text-decoration-color: #17836f !important;
}

@media screen and (max-width: 1200px) {
    .head-topic p {
        padding: 0;
    }

    .dropdown-i {
        position: absolute;
        margin-top: 10px;
        margin-left: 5px;
    }

    .section2 {
        height: 100%;
    }

    .section3 {
        height: 100%;
    }

    .box-type-t {
        padding: 25px;
        padding-bottom: 0;
        height: auto;
    }

    .box-type-b {
        padding: 25px;
        padding-bottom: 0;
        height: auto;
    }

    .img-type {
        width: 320px;
        margin-left: 50%;
        transform: translate(-50%) !important;
    }

    .b-nav-left a,
    .b-nav-right a {
        font-size: 20px;
    }

    .dropdown-i-mb {
        position: absolute;
        margin-top: 10px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1190px) {
    .box-sec-2 {
        height: auto;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .mahingsa-mascot {
        right: 100px;
    }
}

@media screen and (max-width: 1360px) {
    .logo {
        width: 70px;
        top: 62px;
    }
}

@media screen and (max-width: 991px) {
    .box-sec-2 {
        display: flex;
        text-align: left;
    }

    .box-sec-2 img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .nav {
        display: none;
    }

    .nav-mobile {
        display: block;
        position: absolute;
        height: 50px;
        width: 100%;
    }

    .logo {
        width: 70px;
        top: 7px;
        z-index: 9999;
    }

    .hamberger {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 25px;
        top: 30px;
        color: #fff;
        cursor: pointer;
        z-index: 9;
        font-size: 35px;
        display: block;
    }

    .hamberger-times {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 25px;
        top: 40px;
        color: #000;
        cursor: pointer;
        font-size: 25px;
    }

    .top-nav-right {
        display: block;
        width: 100%;
        margin-top: 100px;
        border-bottom: 1px solid #616161;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .w-207 {
        width: 100%;
        text-align: center;
        color: white;
        text-decoration: none;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
    }

    .w-207:hover {
        color: white;
    }

    

    .w-120 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        border: 1px solid #17836f;
        background-color: #fff;
        color: #17836f;
        text-decoration: none;
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .w-120:hover {
        background-color: #17836f;
        color: #fff !important;
    }

    .w-auto {
        width: 100%;
        text-align: center;
        color: white;
        text-decoration: none;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
    }

    .w-auto:hover {
        color: white;
    }

    .w-tran-auto {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        border: 1px solid #17836f;
        /*background-color: #fff;*/
        color: #17836f;
        text-decoration: none;
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .w-tran-auto:hover {
        background-color: #17836f;
        color: #fff !important;
    }

    .dropdown-i {
        right: 0;
    }

    .dropdown {
        text-align: left;
    }

    .dropdown-content {
        position: relative;
        background-color: transparent;
        min-width: 100%;
        box-shadow: none;
        z-index: 1;
        border-radius: 0;
        right: 0;
        top: 0;
        font-weight: normal;
    }

    .mahingsa-mascot {
        width: 307px;
        right: 0;
        left: 50%;
        transform: translate(-50%) !important;
        top: 60%;
    }

    .topic-head-slide {
        left: 50%;
        transform: translate(-50%) !important;
        top: 30%;
        position: relative;
        /* margin-top: 150px; */
        z-index: 9;
    }

    .content-slides {
        left: 50%;
        transform: translate(-50%) !important;
        top: 35%;
        position: relative;
        z-index: 9;
        line-height: 1;
    }

    .a-slide {
        position: relative;
        width: 50%;
        top: 40%;
        left: 50%;
        transform: translate(-50%) !important;
        z-index: 9;
    }

    .drop-shadow-mb {
        background-color: rgb(0 0 0 / 45%);
        box-shadow: 0px 20px 20px 5px rgb(0 0 0 / 45%);
        height: 50vh;
        display: block;
        z-index: 2;
        position: absolute;
        width: 100%;
    }

    .section3 {
        height: 100%;
    }

    .box-type {
        position: relative;
    }

    .img-type {
        width: 320px;
        margin-left: 50%;
        transform: translate(-50%) !important;
    }

    .box-dropshadow-count {
        padding: 50px 0;
    }

    .box-calendar {
        width: 100%;
        overflow-x: auto;
        padding: 0;
        display: none;

    }

    .box-calendar img {
        width: auto;
        box-shadow: 0px 1px 20px 13px #e1d5c9;
    }

    .side-map {
        flex-wrap: wrap;
        margin-top: 25px;
        padding: 0;
    }

    .side-map a {
        width: 33.333%;
        text-align: left !important;
    }

    .p-70 {
        padding-left: 0 !important;
        padding-top: 25px !important;
    }

    .line-footer {
        border-bottom: 0.5px solid #909191;
        width: 100%;
        height: 180px;
        margin-top: 95px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        border-left: 0;
        display: none;
    }

    .set-relative-mb {
        position: relative;
    }

    .show {
        display: block !important;
        transition: 0.3s ease-in;
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .rotate {
        transform: rotate(180deg) !important;
    }

    .dropdown-i-mb {
        right: 0;
    }

    .box-type-content h3 {
        margin-top: 0;
    }

    .box-calendar-mb {
        display: block;
        width: 100%;
        height: 750px;
        overflow-y: hidden;
        overflow-x: scroll;
        /* border-top-left-radius: 15px; */
        /* border-bottom-left-radius: 15px; */
    }

    .box-calendar-mb img {
        width: auto;
        height: 735px;
        margin-left: 15%;
        margin-right: 25px;
        border-radius: 15px;
    }

    .box-calendar-mb-2 {
        height: 350px !important;
    }

    .box-calendar-mb-2 img {
        height: 335px !important;
    }

    .h3-calendar {
        margin-left: 25px !important;
    }

    .page-pre span,
    .page-next span {
        display: none;
    }

    footer {
        padding: 0 25px;
    }

    .set-pd-md-footer {
        padding: 0;
    }

    .hr-padding {
        padding: 0 25px;
    }

    .banner {
        margin-top: 0;
        height: 768px;
    }

    .img-slide {
        height: 768px;
    }

    .with-bg-mb {
        background-color: #dac2a8;
        position: relative;
        height: 90px;
    }

    .form-padding {
        width: 90%;
        padding: 15px 0;
    }

    .form-group {
        margin-top: 25px;
    }

    .form-head {
        margin-bottom: 15px;
    }

    .custom-select,
    input {
        margin-bottom: 0;
    }

    .line-break {
        margin-top: 30px;
    }

    .section-report {
        background-position: center;
        background-repeat: none;
    }

    .box-input,
    .box-input-radio {
        display: block;
        margin-left: 0;
    }

    .btn-search {
        margin-top: 30px;
    }

    .table-responsive {
        width: 100%;
    }

    .dataTables_wrapper {
        width: 2500px;
        overflow: auto !important;
    }

    #report-table {
        width: 1800px !important;
    }

    #report-table2 {
        width: 1500px !important;
    }

    #report-traning-table {
        width: 1500px !important;
    }

    #report-project-p-table {
        width: 1500px !important;
    }

    .tb-project-list {
        min-width: 500px ;
        max-width: 1000px !important;
        overflow-x: scroll;
    }

    .box-report-detail {
        min-width: 350px ;
        max-width: 1000px !important;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-next {
        width: 40px;
    }

    .page-pre {
        width: 40px;
    }

    .sign-out {
        height: 40px;
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .sign-out:hover {
        background-color: #fff;
    }

    .sign-out img {
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .set-mr-container-mb {
        max-width: 100%;
    }

    .set-box-relative {
        padding: 0;
    }

    .leaf-box-profile {
        display: none;
    }

    .profile-menu {
        border-radius: 0;
        height: 60px;
        padding-left: 25px;
        text-align: left;
        padding-top: 15px;
        padding-right: 25px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .section-profile {
        padding: 0;
        padding-bottom: 50px;
    }

    .profile-menu a {
        display: none;
    }

    .profile-menu p {
        font-size: 24px;
    }

    .profile-menu i {
        display: block;
        margin-top: 10px;
        transition: .3s all;
    }

    .box-status-profile {
        height: 0;
        padding: 0 25px;
        transition: all .5s;
        opacity: 0;
    }
    .mystyle {
    height: auto !important;
    transition: height 2s;
    padding: 10px 25px;
    opacity: 1 !important;
}

    .box-meun-profile {
        border-radius: 0;
        border: none;
        padding-right: 0;
        height: 53px;
        padding-bottom: 0;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        position: sticky;
        margin-bottom: 30px;
        box-shadow: 1px 9px 12px 0px #cdcdcd;
        top: 0;
    }

    .box-meun-profile ul li a i,
    .box-meun-profile ul li a img {
        display: none;
    }

    .box-meun-profile ul li a:hover~.box-regtang,
    .box-regtang-active {
        display: none;
    }

    .box-meun-profile ul li:nth-child(1) {
        display: block;
    }

    .box-meun-profile ul {
        display: -webkit-inline-box;
    }

    .box-meun-profile ul li {
        width: auto;
        display: block !important;
        margin-right: 25px;
    }

    .profile-a-active {
        text-decoration: underline !important;
        text-underline-offset: 15px;
        text-decoration-color: #17836f;
        text-decoration-thickness: 3px;
    }

    .age-p {
        margin-top: -5px !important;
        text-align: left !important;
    }

    .box-name,
    .box-name-wrap {
        border: none;
    }

    .form-site-edit {
        justify-content: center;
        border-top: 1px solid #B3BA4C;
        padding-top: 10px;
    }

    .edit-1 {
        border-right: 1px solid #B3BA4C;
    }

    .edit-1,
    .edit-2,
    .edit-del {
        display: block;
        width: 50%;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 40px;
        margin-top: -10px;
        padding-top: 8px;
    }

    .sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .sticky-step {
        position: fixed !important;
        top: 28px;
        width: 100%;
        z-index: 9;
    }

    .box-name {
        border: 1px solid #B3BA4C !important;
        border-radius: 10px;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .padding-0 {
        padding: 0;
    }

    .steps {
        display: none;
    }
    
    .steps1 {
        display: none;
    }
    
    .steps2 {
        display: none;
    }
    
    .steps4 {
        display: none;
    }

    .step-mb {
        display: block;
        margin-bottom: 30px;
    }

    .custom-select-profile .select-selected {
        border: none;
        border-bottom: 1px solid #000;
        border-radius: 0;
    }

    .flow {
        display: block;
    }

    .project-c-right {
        font-size: 20px !important;
        margin: 25px 0;
    }

    .see-more-a {
        position: absolute;
        right: 10px;
        top: 70px;
    }

    .line-break-project {
        display: block;
        border: 0.5px solid rgb(179 186 76 / 30%);
        height: 0.5px;
        width: 100%;
        padding: 0;
        margin: 15px;
    }

    .box-project-wrap h2,
    .box-project-head p {
        font-size: 24px;
    }

    .box-assess-left {
        border-right: none;
    }

    .box-assess-left:nth-last-child(1) {
        border-bottom: 0.5px solid #82828263;
    }

    .box-assess-result {
        margin: 30px 0;
        height: auto;
    }
}

@media screen and (max-width: 915px) {
    .box-calendar-mb img {
        margin-left: 13.5%;
    }
}

@media screen and (max-width: 896px) {
    .box-calendar-mb img {
        margin-left: 13%;
    }
}

@media screen and (max-width: 851px) {
    .box-calendar-mb img {
        margin-left: 10%;
    }
}

@media screen and (max-width: 768px) {
    .box-calendar-mb img {
        margin-left: 6%;
    }

    

    .page-item:nth-last-child(1) {
        display: block !important;
    }

    .page-item:nth-last-child(-n+4) {
        /*declarations*/
        display: none;
    }

    .radio-toolbar .rate-min-max {
        display: none;
    }

    .rate-p {
        display: block;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-weight: 400;
        font-size: 22px;
        margin-top: -10px;
    }

    .radio-toolbar label {
        width: 40px;
        height: 40px;
        font-size: 24px;
        margin: 3px;
    }
}

@media screen and (max-width: 740px) {
    .box-calendar-mb img {
        margin-left: 17%;
    }
}

@media screen and (max-width: 667px) {
    .box-calendar-mb img {
        margin-left: 14%;
    }

    .report-head {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .head-topic h1 {
        font-size: 40px;
    }

    .leaf {
        margin-top: -45px;
    }

    .box-sec-2 {
        padding: 15px;
        height: auto;
        padding-top: 20px;
    }

    .a-slide {
        width: 70%;
    }

    .box-type-content a {
        width: 100%;
    }

    .side-map a {
        width: 50%;
        text-align: left !important;
    }

    .box-footer-content h4 {
        font-size: 24px;
    }

    .line-footer {
        margin-top: 150px;
        display: none;
    }

    .box-footer-1 img {
        width: 60px;
        height: 60px;
    }

    .box-footer-content {
        padding: 0 0 0 15px;
    }

    .box-calendar-mb img {
        margin-left: 25px;
    }

    .set-mr-container {
        max-width: 320px;
    }
    .container-report{
        max-width: 93%;
        /* padding : 15px; */
    }

    .box-form h2,
    .box-form p {
        font-size: 24px;
        text-align: justify;
    }

    .box-project-head {
        display: block;
        height: 100%;
        padding-top: 25px;
    }

    .box-project-head p {
        margin-top: 0;
    }

    .status-padding {
        width: 120px;
    }

    .status-waiting {
        width: 160px;
    }

    .back-a {
        position: relative;
    }

    .box-assess-left {
        display: block;
    }

    .box-assess-left p:nth-child(2) {
        margin-left: 0;
    }

    .box-assess-wrap-2 h3,
    .box-rate h3 {
        font-size: 24px;
    }

    .p-people-count,
    #report-table_wrapper {
        padding-left: 15px;
    }
}

/* ----------- iPhone 6 ----------- */

@media screen and (max-width: 375px) {
    body {
        overflow-x: hidden !important;
    }

    .w3-bar-item span {
        font-size: 20px !important;
    }
}

/* ----------- iPad mini ----------- */

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    .radio-toolbar {
        display: flex;
        justify-content: space-between;
    }

    .form-btn,.btn-step {
        display: flex;
        justify-content: space-between;
    }

    .btn-reset,
    .btn-submit-rate {
        margin: 0;
    }

    .box-edit-left {
        display: block;
        padding-bottom: 15px;
    }

    .box-edit-left p:nth-last-child(1) {
        margin: 0;
    }

    .box-edit-left p:nth-last-child(2) {
        margin-bottom: 0;
    }

    .w3-bar-item {
        display: grid;
    }

    .w3-bar-item img {
        margin-left: 50%;
        transform: translate(-50%);
        width: 80px;
    }

    .w3-bar-item span {
        color: #000;
        font-weight: 700;
        font-size: 20px;
        margin: 0;
    }

    .box-owl-slide-a-download .see-detail-download {
        transform: scaleY(1);
        z-index: 9;
        position: relative;
    }

    .book-img {
        width: 100.28px !important;
        height: 138px !important;
        z-index: 1;
    }

    .book-wrap {
        padding-bottom: 18px !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .book-desc {
        margin-top: 25px;
        font-size: 24px !important;
        height: auto !important;
    }

    .a-owl-download {
        font-size: 24px;
        height: auto;
    }

    .box-owl-content-download {
        padding: 10px;
        padding-bottom: 35px;
    }

    .box-owl-slide-a-thumbnail .see-detail-thumbnail {
        transform: scaleY(1);
        z-index: 9;
        position: relative;
    }
}