/* custom non-Tailwind CSS */
html {
    overflow: scroll;
    overflow-x: hidden;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }

    .nav-height {
        height: 3.1rem;
        z-index: 1000;
    }

    .logo-ku-thai,
    .logo-ku-national {
        display: none;
    }

    .logo-ku-thai-scroll,
    .logo-ku-national-scroll {
        display: none;
    }

    .logo-qdrm {
        margin-top: -12px;
        margin-left: -20px;
        width: 6.2rem;
        height: 2.3rem;
        transition: 1s;
    }

    .logo-qdrm-scroll {
        margin-top: -10px;
        margin-left: -20px;
        width: 5.5rem;
        height: 2rem;
        z-index: 2;
    }

    .banner-text-th {
        display: hidden;
    }

    .nav-sticky {
        position: fixed !important;
        min-width: 100%;
        height: 3rem;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease-in;
        z-index: 1;
    }

    #site-menu {
        position: relative;
    }
    #navId {
        position: absolute;
        z-index: 1999;
    }
    /* Menu Items */

    .widget-item {
        height: 80px;
    }
    .widget-item .card-bg-image {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        clip-path: polygon(0% 0%, 100% 0, 100% 0, 59% 100%, 0% 100%);
    }
    .widget-item .card-bg-image img {
        height: 80px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .card-bg-image:after {
        top: auto;
        bottom: -15px;
    }

    .card-cont {
        display: table-cell;
        width: 75%;
        font-size: 85%;
        padding: 10px 10px 30px 50px;
    }

    .card-cont h3 {
        color: #3c3c3c;
        font-size: 130%;
    }

    .row:last-child .card:last-of-type .card-cont h3 {
        text-decoration: line-through;
    }

    .card-cont > div {
        display: table-row;
    }

    /* HAMBURGER MENU */

    .menu-toggle {
        display: flex;
        flex-direction: column;
        height: 20px;
        width: 30px;
        justify-content: space-between;
        position: relative;
    }
    .menu-toggle button {
        position: absolute;
        top: -4px;
        left: 0;
        width: 30px;
        height: 28px;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
    }
    .menu-toggle span {
        display: block;
        background-color: #000;
        width: 30px;
        height: 3px;
        border-radius: 1em;
        transition: all 0.5s ease-in-out;
    }
    .menu-toggle span:nth-child(2) {
        transform-origin: 0 0;
    }
    .menu-toggle span:nth-child(4) {
        transform-origin: 0 100%;
    }
    .menu-toggle button[type="submit"] ~ span:nth-child(2) {
        transform: rotate(45deg) translate(-1px, -1.5px);
    }
    .menu-toggle button[type="submit"] ~ span:nth-child(3) {
        transform: scale(0);
    }
    .menu-toggle button[type="submit"] ~ span:nth-child(4) {
        transform: rotate(-45deg) translate(-1px, 1.5px);
    }
    #nav-mobile.toggle-nav {
        top: 2.85rem;
        right: -100%;
        width: 100%;
        height: auto;
        z-index: 999;
        transition: 1s;
    }
    #nav-mobile.toggle-nav.open {
        top: 2.85rem;
        right: 0px;
        width: 100%;
        height: auto;
        z-index: 1100;
        transition: 0.5s;
    }

    .app-content {
        position: absolute;
        margin-top: 3.1rem;
        width: 100%;
        height: 5rem;
        z-index: -100;
    }
    .slide-container {
        position: unset;
        z-index: -100;
    }

    .slider-images {
        width: 100vw;
        height: 7.8rem;
        z-index: -100;
    }
    .swiper-container {
        z-index: -100;
    }
    .images-item {
        height: 7.8rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        transition: opacity 800ms;
    }
    .box-text-content {
        position: absolute;
        background: rgba(183, 184, 183, 0.781);
        top: 7.8rem;
        padding: 10px 20px;
        align-items: center;
        width: 100%;
        height: 1.5rem;
        display: block;
    }
    .swiper-pagination {
        position: relative;
        top: 59.7%;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 5px;
        width: auto !important;
        align-items: center;
        margin: 0;
    }
    .swiper-pagination-bullet {
        padding-top: 3px;
        width: 12px;
        height: 12px;
        text-align: center;
        line-height: 17px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        padding-top: 3px;
        color: #fff;
        background-color: #ff7800;
        width: 15px;
        height: 15px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        display: none;
    }
    .swiper-button-prev {
        position: absolute;
        cursor: pointer;
        top: 45%;
        left: 10px;
        width: auto !important;
        right: auto !important;
        color: forestgreen;
        margin: 0;
    }
    .swiper-button-next {
        position: absolute;
        cursor: pointer;
        top: 45%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        color: forestgreen;
        margin: 0;
    }

    .bg-bullet {
        margin-top: 25px;
    }

    footer {
        position: relative;
        z-index: 900;
    }

    .container-footer {
        position: absolute;
        margin-top: 50rem;
        z-index: 900;
    }

    /* TEXT HEADER ITEM */
    .small-text {
        margin-top: 0.35rem;
        margin-left: -0.35rem;
    }
    .hr {
        margin-top: -4px;
    }

    /** VISION-MISSION*/
    .vission-container {
        margin-top: 0rem;
    }
    .shape-container {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: rgb(180, 197, 27);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images//background/investment-5241253_1920.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        -webkit-clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
        clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
    }

    .shape-left {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(9, 94, 65);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 80%, 0 100%, 35% 100%);
        clip-path: polygon(0 80%, 0 100%, 35% 100%);
    }

    .shape-container .text-vision {
        position: absolute;
        text-align: right;
    }
    .text-vision {
        top: 50px;
        right: 7%;
        border-bottom: 3px solid rgb(255, 255, 255);
        padding-bottom: 1px;
    }
    .text-detail-vision {
        position: absolute;
        top: 105px;
        right: 5px;
        text-align: justify;
        text-justify: auto;
    }
    .org-content {
        position: relative;
    }
    .triangle-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-right: 90px solid rgb(3, 84, 63);
        border-bottom: 0px solid transparent;
    }
    .organization-content {
        background-image: url("../images/background/nontri_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .unit-mission {
        position: relative;
        height: 490px;
    }
    .detail_unit_item1 {
        position: absolute;
        top: 60px;
        left: 10px;
        width: 95%;
        height: 400px;
    }
    svg.arrow-title {
        transform: rotate(90deg);
        color: #2f1c0e;
    }
    .image_ref_unit1 {
        display: none;
        position: absolute;
        top: 80px;
        right: 15px;
        width: 330px;
        height: 200px;
        background-image: url("../images/adminitrative_job.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    }
    .image_flower_unit_item1 {
        position: absolute;
        top: -30px;
        right: 60px;
        width: 60px;
        height: 60px;
        background-image: url("../images/nontri_flower.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shape-background2 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }
    .shape-top_unit2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 0vw solid transparent;
        border-right: 0px solid transparent;
        border-top: 100vh solid rgba(255, 255, 255, 0.9);
    }
    .box-header_unit2 {
        position: absolute;
        top: 20px;
        left: 25%;
    }
    .sub_detail_unit2 {
        position: absolute;
        top: 15%;
        left: 5%;
        width: 90%;
    }
    .ku_text_background {
        position: absolute;
        bottom: 10%;
        left: 65%;
        width: 120px;
    }
    .ku_text_background p {
        font-size: 5rem;
        line-height: 1;
    }
    .shape-background3 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .corner-top-right-bevel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 0px solid transparent;
        border-right: 0vw solid transparent;
        border-bottom: 100vh solid rgba(156, 163, 175, 0.94);
    }
    .box-header_unit3 {
        position: absolute;
        top: 10px;
        left: 20%;
    }
    .sub_detail_unit3 {
        position: absolute;
        top: 10%;
        left: 3%;
        width: 95%;
    }
    svg.arrow-title2 {
        transform: rotate(90deg);
        color: rgb(252, 211, 77);
    }
    .shape-background4 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item4.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 390px;
    }
    .corner-bottom-right-bevel {
        width: 90%;
        height: 30vh;
        border-color: rgba(255, 255, 255, 0.9) transparent transparent
            transparent;
        border-width: 50vw 25vh 0 0;
    }
    .box-header_unit4 {
        position: absolute;
        top: 20px;
        left: 25%;
    }
    .sub_detail_unit4 {
        position: absolute;
        top: 15%;
        left: 3%;
        width: 90%;
    }
    svg.arrow-title3 {
        transform: rotate(90deg);
        color: rgb(190, 24, 93);
    }

    /* ------------------------------------------------------------------ */
    /* ORGANIZATIONAL STRUCTURE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .structure-org-container {
        margin-top: 0rem;
    }
    section.box-org-structure {
        width: 300px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px 20px;
    }
    section.box-organiztion-structure {
        width: 300px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
    }
    .smart-device {
        margin-top: 6rem;
    }
    :root {
        --level-1: #8dccad;
        --level-2: #f5cc7f;
        --level-3: #7b9fe0;
        --level-4: #f27c8d;
        --level-5: #b9b8b9;
        --black: black;
    }
    ol {
        list-style: none;
    }
    .rectangle {
        position: relative;
        padding: 10px 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }
    /* LEVEL-1 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-1 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .levelorg-1 {
        width: 80%;
        margin: 0 auto 30px;
        padding: 20px 10px;
        background: var(--level-1);
    }
    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }
    .levelorg-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: var(--black);
    }
    .level-1-0 {
        position: absolute;
        top: -10rem;
        left: 1%;
        width: 60%;
        background: var(--level-3);
    }
    .level-1-0::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 100%;
        transform: translateY(-50%);
        width: 54%;
        height: 1px;
        border: 1px dashed var(--level-5);
    }

    .level-1-1 {
        width: 75%;
        margin: 0 auto 25px;
        background: var(--level-1);
    }
    .levelorg-1-1 {
        width: 100%;
        padding: 20px 10px;
        margin: 0 auto 30px;
        background: var(--level-1);
    }

    .level-1-3 {
        position: absolute;
        top: -5rem;
        left: 10%;
        width: 60%;
        background: var(--level-2);
    }
    .level-1-3::before {
        content: "";
        position: absolute;
        top: -2.9rem;
        left: 140%;
        transform: translateX(-50%);
        width: 2px;
        height: 290px;
        border: 1px dashed var(--level-5);
    }
    .level-1-3::after {
        content: "";
        position: absolute;
        top: 55%;
        left: 100%;
        transform: translateY(-50%);
        width: 39%;
        height: 1px;
        border: 1px dashed var(--level-5);
    }
    .level-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 25px;
        background: var(--black);
    }
    .levelorg-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    .level-1-2 {
        width: 70%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .level-1-2::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 22px;
        background: var(--black);
    }
    .level-1-2::after {
        content: "";
        position: absolute;
        top: 55%;
        left: 100%;
        transform: translateY(-50%);
        width: 31px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }

    /* LEVEL-2 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .levelorg-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .level-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 1%;
        width: 49%;
        height: 2px;
        background: var(--black);
    }
    .levelorg-2-wrapper::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 1%;
        width: 49%;
        height: 2px;
        background: var(--black);
    }
    .level-2-wrapper::after {
        content: "";
        position: absolute;
        top: -1.2rem;
        left: 1%;
        transform: translateX(-50%);
        width: 2px;
        height: 358px;
        background: var(--black);
    }
    .levelorg-2-wrapper::after {
        content: "";
        position: absolute;
        top: -0.75rem;
        left: 1%;
        transform: translateX(-50%);
        width: 2px;
        height: 190px;
        background: var(--black);
    }
    .level-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }
    .levelorg-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }
    .level-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }
    .levelorg-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }
    .level-2-wrapper > li::before {
        content: "";
        position: absolute;
        top: 20%;
        left: -5%;
        transform: translateX(-50%);
        width: 30px;
        height: 2px;
        background: var(--black);
    }
    .levelorg-2-wrapper > li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -5%;
        transform: translateX(-50%);
        width: 30px;
        height: 2px;
        background: var(--black);
    }

    /* ------------------------------------------------------------------ */
    /* PERSONNEL CONTENT  */
    /* tree is created with OrgChart.js and custom styles start at 498th lines */
    /*
    * Organization Chart Class
    * https://github.com/dabeng/OrgChart.js
    */
    /* ------------------------------------------------------------------ */

    .personnel-container {
        margin-top: 0rem;
    }

    section.box-name-structure-personal {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    /* =================================================== */
    /* -----header board---------------------------------- */
    .header-board-item {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 2---------------------------------------- */
    .header-board-item2 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item2::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item2 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ffe53b)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ffe53b 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ffe53b 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 3---------------------------------------- */
    .header-board-item3 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item3::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item3 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #b721ff)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #b721ff 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #b721ff 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 4---------------------------------------- */
    .header-board-item4 {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item4::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item4 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #16a085)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #16a085 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #16a085 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 5---------------------------------------- */
    .header-board-item5 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item5::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item5 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #2b86c5)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #2b86c5 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #2b86c5 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 6---------------------------------------- */
    .header-board-item6 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item6::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item6 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #faaca8)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #faaca8 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #faaca8 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 7---------------------------------------- */
    .header-board-item7 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item7::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item7 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item Finish---------------------------------------- */

    /* ------------------------------------------------------------------ */
    /* CONTACT US CONTENT MD*/
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */
    /** CONTACT_US*/
    .contact-container {
        margin-top: 0rem;
    }
    .box-contactus {
        color: #fff;
        margin-top: 0rem;
        font-size: 16px;
        overflow: hidden;
        position: relative;
        text-align: right;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus img {
        width: 100%;
        height: 100%;
    }
    .box-contactus:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffeb4e;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc310;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus:before {
        -webkit-transform: skew(30deg) translateX(80%);
        transform: skew(30deg) translateX(80%);
    }

    .box-contactus:after {
        -webkit-transform: skew(-30deg) translateX(70%);
        transform: skew(-30deg) translateX(70%);
    }
    .box-contactus:hover:before,
    .box-contactus.hover:before {
        -webkit-transform: skew(30deg) translateX(90%);
        transform: skew(30deg) translateX(90%);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .box-contactus:hover:after,
    .box-contactus.hover:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus .box-content {
        position: absolute;
        width: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        bottom: 0;
        padding: 20px 20px 20px 40%;
    }

    .box-contactus .box-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 160px;
        background-color: #ffc310;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus .box-content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 160px;
        background-color: #ffeb4e;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus .box-content:before {
        -webkit-transform: skew(30deg) translateX(100%);
        transform: skew(30deg) translateX(100%);
    }

    .box-contactus .box-content:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus:hover .box-content:before,
    .box-contactus.hover .box-content:before {
        -webkit-transform: skew(30deg) translateX(95%);
        transform: skew(30deg) translateX(95%);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .box-contactus:hover .box-content:after,
    .box-contactus.hover .box-content:after {
        -webkit-transform: skew(-30deg) translateX(95%);
        transform: skew(-30deg) translateX(95%);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        width: 340px;
        height: 350px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }

    .nav-height {
        height: 4.5rem;
        z-index: 1000;
    }

    .logo-ku-thai,
    .logo-ku-national {
        display: none;
    }

    .logo-ku-thai-scroll,
    .logo-ku-national-scroll {
        display: none;
    }

    .logo-qdrm {
        margin-top: -10px;
        margin-left: -20px;
        width: 6.9rem;
        height: 3.2rem;
        transition: 1s;
    }

    .logo-qdrm-scroll {
        margin-top: -10px;
        margin-left: -20px;
        width: 6.5rem;
        height: 2.8rem;
        z-index: 2;
    }

    .banner-text-th {
        display: hidden;
    }

    .nav-sticky {
        position: fixed !important;
        min-width: 100%;
        height: 4.4rem;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease-in;
        z-index: 1;
    }

    #site-menu {
        position: relative;
    }
    #navId {
        position: absolute;
        z-index: 1999;
    }
    /* HAMBURGER MENU */

    .toggle {
        position: absolute;
        top: 30px;
        right: -12px;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: #faf9f9;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        z-index: 250;
    }

    .toggle span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
        width: calc(100% - 10px);
        height: 3px;
        border-radius: 25px;
        background: #ffc310;
        box-shadow: 0 -12px 0 #ffc310, 0 12px #ffc310;
        transition-property: transform, box-shadow;
        transition-delay: 0s, 1s;
        transition-duration: 0.5s, 0.5s;
        z-index: 255;
    }
    .toggle.active span {
        box-shadow: 50px -12px 0 #ffc310, -50px 12px 0 #ffc310;
        transform: translate(-50%, -50%) rotate(-315deg);
        transition-property: box-shadow, transform;
        transition-delay: 0s, 0.5s;
        transition-duration: 0.5s, 0.5s;
    }
    .toggle span:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3px;
        height: 29px;
        border-radius: 25px;
        background: #ffc310;
        transition: 0.5s;
        transition-delay: 0.5s;
    }

    .toggle.active span:before {
        top: 50%;
        transition-delay: 1s;
    }

    .side-nav-widget {
        position: absolute;
        top: 4.25rem;
        right: -100%;
        width: 80%;
        height: 100vh;
        z-index: 999;
        transition: 1s;
    }

    .side-nav-widget .side-nav {
        padding-top: 25px;
        padding-left: 30px;
        line-height: 30px;
        font-weight: bold;
        color: white;
        z-index: 1100;
    }

    .side-nav-widget.open {
        top: 4.25rem;
        right: -18px;
        width: 80%;
        height: 100vh;
        z-index: 1100;
        transition: 1s;
    }

    .app-content {
        position: absolute;
        margin-top: 4.5rem;
        width: 100%;
        height: 5rem;
        z-index: -100;
    }
    .slide-container {
        position: unset;
        z-index: -100;
    }

    .slider-images {
        width: 100vw;
        height: 9.5rem;
        z-index: -100;
    }
    .swiper-container {
        z-index: -100;
    }
    .images-item {
        height: 9.5rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        transition: opacity 800ms;
    }
    .box-text-content {
        position: absolute;
        background: rgba(226, 223, 223, 0.781);
        top: 8.2rem;
        padding: 10px 20px;
        align-items: center;
        width: 100%;
        height: 1.5rem;
    }
    .swiper-pagination {
        position: relative;
        top: 66.7%;
        padding-left: 20%;
        padding-right: 20%;
        margin-top: 5px;
        width: auto !important;
        align-items: center;
        margin: 0;
    }
    .swiper-pagination-bullet {
        padding-top: 3px;
        width: 12px;
        height: 12px;
        text-align: center;
        line-height: 17px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        padding-top: 3px;
        color: #fff;
        background-color: #ff7800;
        width: 15px;
        height: 15px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        display: none;
    }
    .swiper-button-prev {
        position: absolute;
        cursor: pointer;
        top: 45%;
        left: 10px;
        width: auto !important;
        right: auto !important;
        color: forestgreen;
        margin: 0;
    }
    .swiper-button-next {
        position: absolute;
        cursor: pointer;
        top: 45%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        color: forestgreen;
        margin: 0;
    }

    .bg-bullet {
        margin-top: 2px;
    }

    footer {
        position: relative;
        z-index: 900;
    }

    .container-footer {
        position: absolute;
        margin-top: 50rem;
        z-index: 900;
    }

    /* TEXT HEADER ITEM */
    .small-text {
        margin-top: 0.35rem;
        margin-left: -0.35rem;
    }
    .hr {
        margin-top: -4px;
    }
    /** CONTACT_US*/
    .contact-container {
        margin-top: 8rem;
    }

    /* ------------------------------------------------------------------ */
    /* Office Calendar HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .officecalendar-home-container {
        margin-top: 8rem;
    }

    .officecalendar-content {
        position: relative;
    }
    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        margin: 0 auto;
        width: 480px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }
    #navId {
        display: block;
        position: absolute;
        z-index: 1999;
    }
    .menu-banner-warpper {
        display: block;
        margin-left: -60px;
    }
    .toggle {
        display: block;
    }
    #menu {
        display: none;
    }
    .toggle {
        position: absolute;
        top: 30px;
        right: -12px;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: #faf9f9;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        z-index: 250;
    }
    .toggle span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
        width: calc(100% - 10px);
        height: 3px;
        border-radius: 25px;
        background: #ffc310;
        box-shadow: 0 -12px 0 #ffc310, 0 12px #ffc310;
        transition-property: transform, box-shadow;
        transition-delay: 0s, 1s;
        transition-duration: 0.5s, 0.5s;
        z-index: 255;
    }
    .toggle.active span {
        box-shadow: 50px -12px 0 #ffc310, -50px 12px 0 #ffc310;
        transform: translate(-50%, -50%) rotate(-315deg);
        transition-property: box-shadow, transform;
        transition-delay: 0s, 0.5s;
        transition-duration: 0.5s, 0.5s;
    }
    .toggle span:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3px;
        height: 29px;
        border-radius: 25px;
        background: #ffc310;
        transition: 0.5s;
        transition-delay: 0.5s;
    }
    .toggle.active span:before {
        top: 50%;
        transition-delay: 1s;
    }
    .side-nav-widget {
        position: absolute;
        top: 4.25rem;
        right: -100%;
        width: 50%;
        height: 100vh;
        overflow: auto;
        z-index: 999;
        transition: 1s;
    }
    .side-nav-widget .side-nav {
        padding-top: 25px;
        padding-left: 30px;
        line-height: 30px;
        font-weight: bold;
        color: white;
        z-index: 1100;
    }
    .side-nav-widget.open {
        top: 4.25rem;
        right: -18px;
        width: 50%;
        height: 200vh;
        overflow: auto;
        z-index: 1100;
        transition: 1s;
    }
    .app-content {
        position: absolute;
        margin-top: 4.5rem;
        width: 100%;
        height: 100vh;
        z-index: -100;
    }
    .slide-container {
        margin-top: 0rem;
    }
    .slider-images {
        width: 100%;
    }
    .swiper-container {
        z-index: -100;
    }
    .images-item {
        height: 13.5rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
    }
    .box-text-content {
        position: absolute;
        background: rgba(233, 231, 231, 0.8);
        top: 12rem;
        padding: 10px 20px;
        width: 100%;
        height: 1.5rem;
    }
    .swiper-pagination {
        position: absolute;
        top: 76%;
        right: 60px;
        width: auto !important;
        left: auto !important;
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #ff7800;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        margin-top: -2px;
        color: #2f1c0e;
        font-size: 0.95rem;
        font-weight: 900;
        transition: 1s;
    }
    .bg-bullet {
        margin-top: 4rem;
    }
    .menuitem-smartphone {
        display: block;
    }
    .smart-phone-footer {
        display: block;
    }
    /* Flashing */
    .logo__banner::before,
    .logo__banner::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 1);
        transition: transform 0.3s ease-out 0s;
        background: rgba(255, 255, 255, 0.1);
        content: "";
        pointer-events: none;
    }
    .logo__banner::before {
        transform-origin: left top;
    }
    .logo__banner::after {
        transform-origin: right bottom;
    }
    .logo__banner:hover::before,
    .logo__banner:focus::before,
    .logo__banner:hover::after,
    .logo__banner:focus::after {
        transform: scale3d(1, 1, 1);
    }
    .hr {
        margin-top: 85px;
        width: 100%;
    }
    /** CONTACT_US*/
    .contact-container {
        margin-top: 8rem;
    }

    /* ------------------------------------------------------------------ */
    /* Office Calendar HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .officecalendar-home-container {
        margin-top: 8rem;
    }

    .officecalendar-content {
        position: relative;
    }
    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        margin: 0 auto;
        width: 480px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }

    .nav-height {
        height: 4.7rem;
        z-index: 1000;
    }

    .logo-ku-thai,
    .logo-ku-national {
        margin-top: 0px;
        margin-left: -20px;
        width: 3.99rem;
        height: 3.99rem;
        transition: 0.6s;
    }

    .logo-qdrm {
        margin-top: 0px;
        margin-left: -20px;
        width: 6.2rem;
        height: 3.2rem;
        transition: 0.6s;
    }

    .logo-ku-thai-scroll,
    .logo-ku-national-scroll {
        margin-top: 5px;
        margin-left: -20px;
        width: 3.29rem;
        height: 3.29rem;
        transition: 0.3s;
        z-index: 2;
    }

    .logo-qdrm-scroll {
        margin-top: 5px;
        margin-left: -20px;
        width: 5.9rem;
        height: 2.9rem;
        transition: 0.3s;
        z-index: 2;
    }

    .menu-banner-warpper {
        margin-left: -150px;
    }

    .banner-text-th {
        font-size: 18px;
        margin-top: 7px;
    }

    .banner-text-en {
        font-size: 14px;
        margin-top: -5px;
    }

    .right-menu {
        position: relative;
    }

    .border-shape {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 80px 180px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.1s;
    }

    .border-shape-scroll {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 72px 180px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.3s;
    }

    .language-switch {
        position: absolute;
        width: 80px;
        height: 26px;
        margin-top: 32px;
        right: 65px;
        z-index: 150;
    }

    .search_button {
        position: absolute;
        margin-top: 32px;
        right: 30px;
        width: 1.5em;
        height: 1.5em;
        z-index: 151;
    }
    .close_search_button {
        position: absolute;
        margin-top: 35px;
        right: 60px;
        width: 1.7em;
        height: 1.7em;
        z-index: 152;
        display: none;
    }

    nav.menu-top-header {
        position: fixed;
        top: 4.7rem;
        left: 0;
        height: 2.5rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.shrink {
        position: fixed;
        top: 4.1rem;
        left: 0;
        height: 2.5rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.scrollUp {
        transform: translateY(-60px);
        transition: 1s;
        z-index: 800;
    }

    nav.menu-top-header ul li .menu__item {
        font-size: 1rem;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
        background-color: #ffc310;
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
        z-index: 800;
    }
    ul > li.divider {
        color: #fff;
        font-weight: 400;
    }
    nav.menu-top-header ul li .menu__item:hover {
        right: 1rem !important;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 820;
    }

    .nav-sticky {
        position: fixed !important;
        min-width: 100%;
        height: 4.2rem;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease-in;
        z-index: 1000;
    }

    ul.no-bullets {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
        font-size: 1rem;
        font-weight: 600;
        color: white;
    }

    /* ARROW MENU ITEM */

    .arrow-item1 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item1.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }

    /* HEADER DROPDOWN MENU*/
    #item-sub-menu1 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu1.open {
        position: absolute;
        top: 40px;
        display: block;
        left: calc(50% - 600px);
        transition: 0.6s;
        z-index: 820;
    }
    #item-sub-menu2 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu2.open {
        position: absolute;
        top: 40px;
        display: block;
        left: calc(50% - 410px);
        transition: 0.6s;
        z-index: 820;
    }


    .header-dropdown-menu {
        position: absolute;
        left: 0;
        background-image: url("../images/logo1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(250, 252, 251);
        border-left: 1px solid rgba(220, 221, 220, 0.5);
        border-bottom: 1px solid rgba(220, 221, 220, 0.5);
        border-right: 1px solid rgba(220, 221, 220, 0.5);
        color: #0f1314;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 30px;
        width: 260px;
        padding-left: 20px;
        padding-top: 30px;
        height: auto;
        padding-bottom: 40px;
        transition: 0.1s ease-in-out;
        z-index: 100;
    }
    .triangle-top-menu {
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -39.5px;
        left: 130px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fdfeff transparent;
    }
    .header-dropdown-menu__content > ul > li > ul li a {
        position: relative;
        text-decoration: none;
        color: #ffc310;
    }

    #app-content {
        margin-top: 8rem;
        z-index: -100;
    }
    .slide-container {
        margin-top: 7.2rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        transition: opacity 800ms;
    }
    .slider-images:hover .swiper-button-next,
    .slider-images:hover .swiper-button-prev {
        opacity: 1;
    }
    .box-text-content {
        position: absolute;
        background: rgba(233, 231, 231, 0.8);
        top: 12.8rem;
        padding: 10px 20px;
        width: 100%;
        height: 2.5rem;
    }
    .swiper-pagination {
        position: absolute;
        top: 76.5%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #ff7800;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        margin-top: -2px;
        color: #2f1c0e;
        font-size: 0.95rem;
        font-weight: 900;
        transition: 1s;
    }
    .swiper-button-prev {
        position: absolute;
        cursor: pointer;
        top: 45%;
        left: 10px;
        width: auto !important;
        right: auto !important;
        color: forestgreen;
        margin: 0;
    }
    .swiper-button-next {
        position: absolute;
        cursor: pointer;
        top: 45%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        color: forestgreen;
        margin: 0;
    }

    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }

    /* image-hover */
    .img-hover figure {
        position: relative;
    }
    .img-hover figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .img-hover figure:hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }
    /* Flashing */
    .logo__banner::before,
    .logo__banner::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 1);
        transition: transform 0.3s ease-out 0s;
        background: rgba(255, 255, 255, 0.1);
        content: "";
        pointer-events: none;
    }
    .logo__banner::before {
        transform-origin: left top;
    }
    .logo__banner::after {
        transform-origin: right bottom;
    }
    .logo__banner:hover::before,
    .logo__banner:focus::before,
    .logo__banner:hover::after,
    .logo__banner:focus::after {
        transform: scale3d(1, 1, 1);
    }
    /* Footer Content */
    .hr {
        margin-top: -4px;
    }
    .arrow-green {
        width: 13px;
        height: 14px;
    }
    /** CONTACT_US*/
    .contact-container {
        margin-top: 8rem;
    }

    /* ------------------------------------------------------------------ */
    /* NEWS RELEASE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .nesw-release-container {
        margin-top: 6.5rem;
    }

    .news-release-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* HOME PROJECT AND ACTIVITIES                                      */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .project-activities-container {
        margin-top: 6.5rem;
    }

    .data-project-activities .widget-project-activities {
        height: 50vh;
    }

    /* ------------------------------------------------------------------ */
    /* Educational Quality Assurance HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-home-container {
        margin-top: 6.5rem;
    }

    .qa-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Qaulity Awards HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qawards-home-container {
        margin-top: 6.5rem;
    }

    .qawards-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-excellence-home-container {
        margin-top: 6.5rem;
    }

    .ku-excellence-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Learning Resource HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .learning-resource-home-container {
        margin-top: 6.5rem;
    }

    .learning-resource-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU World Rinking HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-world-ranking-home-container {
        margin-top: 6.5rem;
    }

    .ku-world-ranking-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU QAIS HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-qais-home-container {
        margin-top: 6.5rem;
    }

    .ku-qais-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* RISK HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .risk-home-container {
        margin-top: 6.5rem;
    }

    .risk-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Knowledge Management KM HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .km-home-container {
        margin-top: 6.5rem;
    }

    .km-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* QA-NEWSLETTER                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-newsletter {
        margin-top: 6.5rem;
    }

    .qa-newsletter-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Link Informations HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .linkinformation-home-container {
        margin-top: 6.5rem;
    }

    .linkinformation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* ANNOUNCEMENT-DICTATION                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .announcement-dictation {
        margin-top: 6.5rem;
    }

    .announcement-dictation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* JOBNEWS-QDRM                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .jobnews-qdrm {
        margin-top: 6.5rem;
    }

    .jobnews-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Office Calendar HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .officecalendar-home-container {
        margin-top: 6.5rem;
    }

    .officecalendar-content {
        position: relative;
    }
    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        margin: 0 auto;
        width: 730px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }

    .nav-height {
        height: 4.7rem;
        z-index: 1000;
    }

    .logo-ku-thai {
        margin-top: 0px;
        margin-left: -30px;
        width: 3rem;
        height: 3rem;
        transition: 0.6s;
    }
    .logo-ku-national {
        margin-top: 5px;
        margin-left: 0px;
        width: 2.8rem;
        height: 2.8rem;
        transition: 0.6s;
    }
    .logo-qdrm {
        margin-top: 3px;
        margin-left: 1px;
        width: 5.2rem;
        height: 2.7rem;
        transition: 0.6s;
    }

    .logo-ku-thai-scroll {
        margin-top: 0px;
        margin-left: -30px;
        width: 2.5rem;
        height: 2.5rem;
        transition: 0.6s;
    }
    .logo-ku-national-scroll {
        margin-top: 5px;
        margin-left: 0px;
        width: 2.3rem;
        height: 2.3rem;
        transition: 0.6s;
        z-index: 2;
    }
    .logo-qdrm-scroll {
        margin-top: 3px;
        margin-left: 1px;
        width: 4.5rem;
        height: 2.2rem;
        transition: 0.6s;
        z-index: 2;
    }

    .menu-banner-warpper {
        margin-left: -150px;
    }

    .banner-text-th {
        font-size: 18px;
        margin-top: 7px;
    }

    .banner-text-en {
        font-size: 14px;
        margin-top: -5px;
    }

    .right-menu {
        position: relative;
    }

    .border-shape {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 80px 180px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.1s;
    }

    .border-shape-scroll {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 72px 180px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.3s;
    }

    .language-switch {
        position: absolute;
        width: 80px;
        height: 26px;
        margin-top: 32px;
        right: 65px;
        z-index: 150;
    }

    .search_button {
        position: absolute;
        margin-top: 32px;
        right: 30px;
        width: 1.5em;
        height: 1.5em;
        z-index: 151;
    }
    .close_search_button {
        position: absolute;
        margin-top: 30px;
        right: 35px;
        width: 1.3em;
        height: 1.3em;
        z-index: 152;
        display: none;
    }

    nav.menu-top-header {
        position: fixed;
        top: 4.7rem;
        left: 0;
        height: 2rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.shrink {
        position: fixed;
        top: 4.2rem;
        left: 0;
        height: 2rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.scrollUp {
        transform: translateY(-60px);
        transition: 1s;
        z-index: 800;
    }

    nav.menu-top-header ul li .menu__item {
        font-size: 0.95rem;
        text-align: center;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        background-color: #ffc310;
        margin-left: 0rem;
        margin-right: 0rem;
        width: calc(100% + 2rem);
        z-index: 800;
    }
    ul > li.divider {
        color: #fff;
        font-weight: 400;
    }
    nav.menu-top-header ul li .menu__item:hover {
        right: 0.5rem !important;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 820;
    }

    .nav-sticky {
        position: fixed !important;
        min-width: 100%;
        top: 0;
        height: 4.21rem;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease-in;
        z-index: 1000;
    }

    ul.no-bullets {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
        font-size: 0.9rem;
        margin-top: 0px;
        font-weight: 600;
        color: white;
    }

    /* ARROW MENU ITEM1 */

    .arrow-item1 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item1.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }

    .arrow-item2 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item2.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }

    /* HEADER DROPDOWN MENU*/
    #item-sub-men1 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu1.open {
        position: absolute;
        top: 32.3px;
        display: block;
        left: calc(50% - 600px);
        transition: 0.6s;
        z-index: 820;
    }

    #item-sub-men2 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu2.open {
        position: absolute;
        top: 32.3px;
        display: block;
        left: calc(50% - 320px);
        transition: 0.6s;
        z-index: 820;
    }

    .header-dropdown-menu {
        position: absolute;
        left: 0;
        background-image: url("../images/logo_ku_prapirun.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(250, 252, 251);
        border-left: 1px solid rgba(220, 221, 220, 0.5);
        border-bottom: 1px solid rgba(220, 221, 220, 0.5);
        border-right: 1px solid rgba(220, 221, 220, 0.5);
        color: #0f1314;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 30px;
        width: 260px;
        padding-left: 20px;
        padding-top: 30px;
        height: auto;
        padding-bottom: 40px;
        transition: 0.1s ease-in-out;
        z-index: 100;
    }
    .triangle-top-menu {
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -39.5px;
        left: 130px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fdfeff transparent;
    }
    .header-dropdown-menu__content > ul > li > ul li a {
        position: relative;
        text-decoration: none;
        color: #ffc310;
    }

    #app-content {
        margin-top: 8rem;
        z-index: -100;
    }
    .slide-container {
        margin-top: 6.68rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        transition: opacity 800ms;
    }
    .slider-images:hover .swiper-button-next,
    .slider-images:hover .swiper-button-prev {
        opacity: 1;
    }
    .box-text-content {
        position: absolute;
        background: rgba(233, 231, 231, 0.8);
        top: 14.75rem;
        padding: 10px 20px;
        width: 100%;
        height: 2.5rem;
    }
    .swiper-pagination {
        position: absolute;
        top: 79.5%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #ff7800;
        width: 16px;
        height: 16px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        margin-top: 0px;
        color: #2f1c0e;
        font-size: 13px;
        font-weight: 900;
        transition: 1s;
    }
    .swiper-button-prev {
        position: absolute;
        cursor: pointer;
        top: 45%;
        left: 10px;
        width: auto !important;
        right: auto !important;
        color: forestgreen;
        margin: 0;
    }
    .swiper-button-next {
        position: absolute;
        cursor: pointer;
        top: 45%;
        right: 60px;
        width: auto !important;
        left: auto !important;
        color: forestgreen;
        margin: 0;
    }

    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }

    /* image-hover */
    .img-hover figure {
        position: relative;
    }
    .img-hover figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .img-hover figure:hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }
    /* Flashing */
    .logo__banner::before,
    .logo__banner::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 1);
        transition: transform 0.3s ease-out 0s;
        background: rgba(255, 255, 255, 0.1);
        content: "";
        pointer-events: none;
    }
    .logo__banner::before {
        transform-origin: left top;
    }
    .logo__banner::after {
        transform-origin: right bottom;
    }
    .logo__banner:hover::before,
    .logo__banner:focus::before,
    .logo__banner:hover::after,
    .logo__banner:focus::after {
        transform: scale3d(1, 1, 1);
    }
    /* Footer Content */
    .hr {
        margin-top: -4px;
    }
    .arrow-green {
        width: 13px;
        height: 14px;
    }

    /** CONTACT_US*/
    .app-content {
        width: 100%;
    }

    .contact-container {
        margin-top: 6.7rem;
        width: 100vw;
    }

    /** VISION-MISSION*/
    .vission-container {
        margin-top: 6.5rem;
    }
    .shape-container {
        position: relative;
        width: 100%;
        height: 350px;
        background-color: rgb(180, 197, 27);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images//background/investment-5241253_1920.jpg");
        background-repeat: no-repeat;
        background-size: center;
        background-position: left;
        -webkit-clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
        clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
    }

    .shape-left {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(9, 94, 65);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 80%, 0 100%, 35% 100%);
        clip-path: polygon(0 80%, 0 100%, 35% 100%);
    }

    .shape-container .text-vision {
        position: absolute;
        text-align: right;
    }
    .text-vision {
        top: 120px;
        right: 22%;
        border-bottom: 3px solid rgb(255, 255, 255);
        padding-bottom: 1px;
    }
    .text-detail-vision {
        position: absolute;
        top: 180px;
        right: 20px;
        text-align: justify;
        text-justify: auto;
    }
    .org-content {
        position: relative;
    }
    .triangle-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 120px solid transparent;
        border-right: 150px solid rgb(3, 84, 63);
        border-bottom: 0px solid transparent;
    }
    .organization-content {
        background-image: url("../images/background/nontri_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .unit-mission {
        position: relative;
        height: 490px;
    }
    .detail_unit_item1 {
        position: absolute;
        top: 100px;
        left: 10px;
        width: 80%;
        height: 350px;
    }
    svg.arrow-title {
        transform: rotate(90deg);
        color: #2f1c0e;
    }
    .image_ref_unit1 {
        position: absolute;
        top: 80px;
        right: 15px;
        width: 330px;
        height: 200px;
        background-image: url("../images/adminitrative_job.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    }
    .image_flower_unit_item1 {
        position: absolute;
        top: -70px;
        right: 80px;
        width: 120px;
        height: 120px;
        background-image: url("../images/nontri_flower.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shape-background2 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }
    .shape-top_unit2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 89vw solid transparent;
        border-right: 0px solid transparent;
        border-top: 100vh solid rgba(255, 255, 255, 0.9);
    }
    .box-header_unit2 {
        position: absolute;
        top: 20px;
        left: 45%;
    }
    .sub_detail_unit2 {
        position: absolute;
        top: 15%;
        left: 15%;
        width: 85%;
    }
    .ku_text_background {
        position: absolute;
        bottom: 10%;
        left: 65%;
        width: 120px;
    }
    .ku_text_background p {
        font-size: 5rem;
        line-height: 1;
    }
    .shape-background3 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .corner-top-right-bevel {
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 0px solid transparent;
        border-right: 49.4vw solid transparent;
        border-bottom: 48vh solid rgba(156, 163, 175, 0.97);
    }
    .box-header_unit3 {
        position: absolute;
        top: 20px;
        left: 5%;
    }
    .sub_detail_unit3 {
        position: absolute;
        top: 20%;
        left: 3%;
        width: 65%;
    }
    svg.arrow-title2 {
        transform: rotate(90deg);
        color: rgb(252, 211, 77);
    }
    .shape-background4 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item4.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 390px;
    }
    .corner-bottom-right-bevel {
        width: 90%;
        height: 30vh;
        border-color: rgba(255, 255, 255, 0.9) transparent transparent
            transparent;
        border-width: 50vw 25vh 0 0;
    }
    .box-header_unit4 {
        position: absolute;
        top: 20px;
        left: 5%;
    }
    .sub_detail_unit4 {
        position: absolute;
        top: 20%;
        left: 3%;
        width: 60%;
    }
    svg.arrow-title3 {
        transform: rotate(90deg);
        color: rgb(190, 24, 93);
    }

    /* ------------------------------------------------------------------ */
    /* ORGANIZATIONAL STRUCTURE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .structure-org-container {
        margin-top: 6.5rem;
    }
    section.box-org-structure {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    section.box-organiztion-structure {
        width: 350px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    :root {
        --level-1: #8dccad;
        --level-2: #f5cc7f;
        --level-3: #7b9fe0;
        --level-4: #f27c8d;
        --level-5: #b9b8b9;
        --black: black;
    }
    ol {
        list-style: none;
    }
    .rectangle {
        position: relative;
        padding: 20px 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }
    /* LEVEL-1 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-1 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .levelorg-1 {
        width: 40%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }
    .levelorg-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }
    .level-1-0 {
        position: absolute;
        left: 1%;
        width: 25%;
        background: var(--level-3);
    }
    .level-1-0::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 100%;
        transform: translateY(-50%);
        width: 100px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }
    .level-1-1 {
        width: 35%;
        margin: 0 auto 30px;
        background: var(--level-1);
    }
    .levelorg-1-1 {
        width: 45%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .level-1-3 {
        position: absolute;
        top: 188px;
        right: 1%;
        width: 25%;
        background: var(--level-2);
    }
    .level-1-3::after {
        content: "";
        position: absolute;
        top: 55%;
        right: 100%;
        transform: translateY(-50%);
        width: 69px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }
    .level-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: var(--black);
    }
    .levelorg-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    .level-1-2 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .level-1-2::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    /* LEVEL-2 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .levelorg-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .level-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12.5%;
        width: 75%;
        height: 2px;
        background: var(--black);
    }
    .levelorg-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12.5%;
        width: 75%;
        height: 2px;
        background: var(--black);
    }
    .level-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }
    .levelorg-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }
    .level-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }
    .levelorg-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }
    .level-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }
    .levelorg-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }
    .level-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    .levelorg-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

    /* ------------------------------------------------------------------ */
    /* PERSONNEL CONTENT  */
    /* tree is created with OrgChart.js and custom styles start at 498th lines */
    /*
    * Organization Chart Class
    * https://github.com/dabeng/OrgChart.js
    */
    /* ------------------------------------------------------------------ */

    .personnel-container {
        margin-top: 8rem;
    }

    section.box-name-structure-personal {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    /* =================================================== */
    /* -----header board---------------------------------- */
    .header-board-item {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 2---------------------------------------- */
    .header-board-item2 {
        width: 550px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item2::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item2 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ffe53b)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ffe53b 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ffe53b 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 3---------------------------------------- */
    .header-board-item3 {
        width: 550px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item3::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item3 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #b721ff)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #b721ff 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #b721ff 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 4---------------------------------------- */
    .header-board-item4 {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item4::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item4 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #16a085)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #16a085 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #16a085 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 5---------------------------------------- */
    .header-board-item5 {
        width: 370px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item5::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item5 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #2b86c5)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #2b86c5 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #2b86c5 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 6---------------------------------------- */
    .header-board-item6 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item6::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item6 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #faaca8)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #faaca8 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #faaca8 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 7---------------------------------------- */
    .header-board-item7 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item7::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item7 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item Finish---------------------------------------- */

    /* ------------------------------------------------------------------ */
    /* CONTACT US CONTENT MD*/
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */
    .box-contactus {
        color: #fff;
        margin-top: 6rem;
        font-size: 16px;
        overflow: hidden;
        position: relative;
        text-align: right;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus img {
        width: 100%;
        height: 100%;
    }
    .box-contactus:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffeb4e;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc310;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus:before {
        -webkit-transform: skew(30deg) translateX(80%);
        transform: skew(30deg) translateX(80%);
    }

    .box-contactus:after {
        -webkit-transform: skew(-30deg) translateX(70%);
        transform: skew(-30deg) translateX(70%);
    }
    .box-contactus:hover:before,
    .box-contactus.hover:before {
        -webkit-transform: skew(30deg) translateX(90%);
        transform: skew(30deg) translateX(90%);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .box-contactus:hover:after,
    .box-contactus.hover:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus .box-content {
        position: absolute;
        width: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        bottom: 0;
        padding: 20px 20px 20px 40%;
    }

    .box-contactus .box-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 300px;
        background-color: #ffc310;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus .box-content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 300px;
        background-color: #ffeb4e;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus .box-content:before {
        -webkit-transform: skew(30deg) translateX(100%);
        transform: skew(30deg) translateX(100%);
    }

    .box-contactus .box-content:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus:hover .box-content:before,
    .box-contactus.hover .box-content:before {
        -webkit-transform: skew(30deg) translateX(95%);
        transform: skew(30deg) translateX(95%);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .box-contactus:hover .box-content:after,
    .box-contactus.hover .box-content:after {
        -webkit-transform: skew(-30deg) translateX(95%);
        transform: skew(-30deg) translateX(95%);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    /* ------------------------------------------------------------------ */
    /* NEWS RELEASE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .nesw-release-container {
        margin-top: 6.5rem;
    }

    .news-release-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* HOME PROJECT AND ACTIVITIES                                      */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .project-activities-container {
        margin-top: 6.5rem;
    }

    .data-project-activities .widget-project-activities {
        height: 50vh;
    }

    /* ------------------------------------------------------------------ */
    /* Educational Quality Assurance HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-home-container {
        margin-top: 6.5rem;
    }

    .qa-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Course International Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .courseinex-home-container {
        margin-top: 6.5rem;
    }

    .courseinex-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Qaulity Awards HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qawards-home-container {
        margin-top: 6.5rem;
    }

    .qawards-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-excellence-home-container {
        margin-top: 6.5rem;
    }

    .ku-excellence-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Grow Project HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .learning-resource-home-container {
        margin-top: 6.5rem;
    }

    .learning-resource-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU World Rinking HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-world-ranking-home-container {
        margin-top: 6.5rem;
    }

    .ku-world-ranking-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU QAIS HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-qais-home-container {
        margin-top: 6.5rem;
    }

    .ku-qais-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* RISK HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .risk-home-container {
        margin-top: 6.5rem;
    }

    .risk-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Knowledge Management KM HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .km-home-container {
        margin-top: 6.5rem;
    }

    .km-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* QA-NEWSLETTER                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-newsletter {
        margin-top: 6.5rem;
    }

    .qa-newsletter-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Link Informations HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .linkinformation-home-container {
        margin-top: 6.5rem;
    }

    .linkinformation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* ANNOUNCEMENT-DICTATION                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .announcement-dictation {
        margin-top: 6.5rem;
    }

    .announcement-dictation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* JOBNEWS-QDRM                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .jobnews-qdrm {
        margin-top: 6.5rem;
    }

    .jobnews-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Office Calendar HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .officecalendar-home-container {
        margin-top: 6.5rem;
    }

    .officecalendar-content {
        position: relative;
    }
    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        margin: 0 auto;
        width: 730px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1280px) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }

    .nav-height {
        height: 5.3rem;
        z-index: 1000;
    }

    .logo-ku-thai,
    .logo-ku-national {
        margin-top: 0.5rem;
        width: 3.25rem;
        height: 3.25rem;
        transition: all 0.5s;
    }
    .logo-qdrm {
        margin-top: 5px;
        width: 6.9rem;
        height: 3.25rem;
        transition: all 0.5s;
    }

    .logo-ku-thai-scroll,
    .logo-ku-national-scroll {
        margin-top: 5px;
        width: 2.8rem;
        height: 2.8rem;
        transition: 0.3s;
        z-index: 2;
    }

    .logo-qdrm-scroll {
        margin-top: 5px;
        width: 5.5rem;
        height: 2.7rem;
        transition: 0.3s;
        z-index: 2;
    }

    .menu-banner-warpper {
        margin-left: -00px;
    }

    .banner-text-th {
        font-size: 21px;
        margin-top: 7px;
    }

    .banner-text-en {
        font-size: 17px;
        margin-top: -5px;
    }

    .right-menu {
        position: relative;
    }

    .border-shape {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 90px 250px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.1s;
    }

    .border-shape-scroll {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 83px 250px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.3s;
    }

    .language-switch {
        position: absolute;
        width: 90px;
        height: 30px;
        margin-top: 35px;
        right: 75px;
        z-index: 150;
    }

    .search_button {
        position: absolute;
        margin-top: 38px;
        right: 32px;
        width: 1.7em;
        height: 1.7em;
        z-index: 151;
    }
    .close_search_button {
        position: absolute;
        margin-top: 38px;
        right: 35px;
        width: 1.5em;
        height: 1.5em;
        z-index: 152;
        display: none;
    }

    nav.menu-top-header {
        position: fixed;
        top: 5.3rem;
        left: 0;
        height: 2.5rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.shrink {
        position: fixed;
        top: 4.8rem;
        left: 0;
        height: 2.5rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.scrollUp {
        transform: translateY(-60px);
        transition: 1s;
        z-index: 800;
    }

    nav.menu-top-header ul li .menu__item {
        font-size: 1rem;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
        background-color: #ffc310;
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
        z-index: 800;
    }
    ul > li.divider {
        color: #fff;
        font-weight: 400;
    }

    nav.menu-top-header ul li .menu__item:hover {
        right: 1rem !important;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 820;
    }

    .nav-sticky {
        position: fixed !important;
        min-width: 100%;
        height: 4.9rem;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease-in;
        z-index: 1000;
    }

    ul.no-bullets {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
        font-size: 1rem;
        font-weight: 600;
        color: white;
    }

    /* ARROW MENU ITEM */

    .arrow-item1 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item1.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }
    .arrow-item2 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item2.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }

    /* HEADER DROPDOWN MENU*/
    #item-sub-menu1 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu1.open {
        position: absolute;
        top: 40px;
        display: block;
        left: calc(50% - 600px);
        transition: 0.6s;
        z-index: 820;
    }

     #item-sub-menu2 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu2.open {
        position: absolute;
        top: 40px;
        display: block;
        left: calc(50% - 410px);
        transition: 0.6s;
        z-index: 820;
    }

    .header-dropdown-menu {
        position: absolute;
        left: 0;
        background-image: url("../images/logo_ku_prapirun.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(250, 252, 251);
        border-left: 1px solid rgba(220, 221, 220, 0.5);
        border-bottom: 1px solid rgba(220, 221, 220, 0.5);
        border-right: 1px solid rgba(220, 221, 220, 0.5);
        color: #0f1314;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 30px;
        width: 300px;
        padding-left: 20px;
        padding-top: 30px;
        height: auto;
        padding-bottom: 90px;
        transition: 0.1s ease-in-out;
        z-index: 100;
    }
    .triangle-top-menu {
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -40px;
        left: 130px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fdfeff transparent;
    }
    .header-dropdown-menu__content > ul > li > ul li a {
        position: relative;
        text-decoration: none;
        color: #ffc310;
    }

    #app-content {
        margin-top: 8rem;
        z-index: -100;
    }
    .slide-container {
        margin-top: 7.8rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        transition: opacity 800ms;
    }
    .slider-images:hover .swiper-button-next,
    .slider-images:hover .swiper-button-prev {
        opacity: 1;
    }

    .box-text-content {
        position: absolute;
        background: rgba(233, 231, 231, 0.9);
        top: 19.5rem;
        padding: 10px 20px;
        width: 100%;
        height: 2.5rem;
    }
    .swiper-pagination {
        position: absolute;
        top: 83.5%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #ff7800;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        margin-top: -4px;
        color: #2f1c0e;
        font-size: 1rem;
        font-weight: 900;
        transition: 1s;
    }
    .swiper-button-prev {
        position: absolute;
        cursor: pointer;
        top: 45%;
        left: 10px;
        width: auto !important;
        right: auto !important;
        color: forestgreen;
        margin: 0;
    }
    .swiper-button-next {
        position: absolute;
        cursor: pointer;
        top: 45%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        color: forestgreen;
        margin: 0;
    }

    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }

    /* image-hover */
    .img-hover figure {
        position: relative;
    }
    .img-hover figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .img-hover figure:hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }
    /* Flashing */
    .logo__banner::before,
    .logo__banner::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 1);
        transition: transform 0.3s ease-out 0s;
        background: rgba(255, 255, 255, 0.1);
        content: "";
        pointer-events: none;
    }
    .logo__banner::before {
        transform-origin: left top;
    }
    .logo__banner::after {
        transform-origin: right bottom;
    }
    .logo__banner:hover::before,
    .logo__banner:focus::before,
    .logo__banner:hover::after,
    .logo__banner:focus::after {
        transform: scale3d(1, 1, 1);
    }
    /* Footer Content */
    .hr {
        margin-top: -4px;
    }
    .arrow-green {
        width: 13px;
        height: 14px;
    }

    /** CONTACT_US*/
    .contact-container {
        margin-top: 7.8rem;
    }
    /** VISION-MISSION*/
    .vission-container {
        margin-top: 7.8rem;
    }
    .shape-container {
        position: relative;
        width: 100%;
        height: 480px;
        background-color: rgb(180, 197, 27);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images//background/investment-5241253_1920.jpg");
        background-repeat: no-repeat;
        background-size: center;
        background-position: left;
        -webkit-clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
        clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
    }

    .shape-left {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(9, 94, 65);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 80%, 0 100%, 35% 100%);
        clip-path: polygon(0 80%, 0 100%, 35% 100%);
    }

    .shape-container .text-vision {
        position: absolute;
        text-align: right;
    }
    .text-vision {
        top: 110px;
        right: 12%;
        border-bottom: 3px solid rgb(255, 255, 255);
        padding-bottom: 1px;
    }
    .text-detail-vision {
        position: absolute;
        top: 180px;
        right: 20px;
        text-align: justify;
        text-justify: auto;
    }
    .org-content {
        position: relative;
    }
    .triangle-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 120px solid transparent;
        border-right: 150px solid rgb(3, 84, 63);
        border-bottom: 0px solid transparent;
    }
    .organization-content {
        background-image: url("../images/background/nontri_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .unit-mission {
        position: relative;
        height: 580px;
    }
    .detail_unit_item1 {
        position: absolute;
        top: 100px;
        left: 80px;
        width: 60%;
        height: 420px;
    }
    svg.arrow-title {
        transform: rotate(90deg);
        color: #2f1c0e;
    }
    .image_ref_unit1 {
        position: absolute;
        top: 150px;
        right: 50px;
        width: 400px;
        height: 300px;
        background-image: url("../images/adminitrative_job.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    }
    .image_flower_unit_item1 {
        position: absolute;
        top: -70px;
        right: 80px;
        width: 120px;
        height: 120px;
        background-image: url("../images/nontri_flower.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shape-background2 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shape-top_unit2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 70vw solid transparent;
        border-right: 0px solid transparent;
        border-top: 100vh solid rgba(255, 255, 255, 0.9);
    }
    .box-header_unit2 {
        position: absolute;
        top: 20px;
        left: 45%;
    }
    .sub_detail_unit2 {
        position: absolute;
        top: 15%;
        left: 15%;
        width: 97%;
    }
    .ku_text_background {
        position: absolute;
        bottom: 10%;
        left: 65%;
        width: 200px;
    }
    .ku_text_background p {
        font-size: 8rem;
        line-height: 1;
    }
    .shape-background3 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .corner-top-right-bevel {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 0px solid transparent;
        border-right: 49.4vw solid transparent;
        border-bottom: 100vh solid rgba(156, 163, 175, 0.97);
    }
    .box-header_unit3 {
        position: absolute;
        top: 20px;
        left: 5%;
    }
    .sub_detail_unit3 {
        position: absolute;
        top: 20%;
        left: 3%;
        width: 60%;
    }
    svg.arrow-title2 {
        transform: rotate(90deg);
        color: rgb(252, 211, 77);
    }
    .shape-background4 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item4.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .corner-bottom-right-bevel {
        width: 78%;
        height: 50vh;
        border-color: rgba(255, 255, 255, 0.9) transparent transparent
            transparent;
        border-width: 45.5vw 50vh 0 0;
    }
    .box-header_unit4 {
        position: absolute;
        top: 20px;
        left: 5%;
    }
    .sub_detail_unit4 {
        position: absolute;
        top: 20%;
        left: 3%;
        width: 60%;
    }
    svg.arrow-title3 {
        transform: rotate(90deg);
        color: rgb(190, 24, 93);
    }

    /* ------------------------------------------------------------------ */
    /* ORGANIZATIONAL STRUCTURE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .structure-org-container {
        margin-top: 8rem;
    }

    section.box-org-structure {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    section.box-organiztion-structure {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    :root {
        --level-1: #8dccad;
        --level-2: #f5cc7f;
        --level-3: #7b9fe0;
        --level-4: #f27c8d;
        --level-5: #b9b8b9;
        --black: black;
    }
    ol {
        list-style: none;
    }
    .rectangle {
        position: relative;
        padding: 20px 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }
    /* LEVEL-1 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-1 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }
    .levelorg-1 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }

    .levelorg-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }
    .level-1-0 {
        position: absolute;
        left: 10%;
        width: 20%;
        /* margin: 0 auto 40px; */
        background: var(--level-3);
    }
    .level-1-0::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 100%;
        transform: translateY(-50%);
        width: 100px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }
    .level-1-1 {
        width: 35%;
        margin: 0 auto 30px;
        background: var(--level-1);
    }
    .levelorg-1-1 {
        width: 40%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }
    .level-1-3 {
        position: absolute;
        top: 190px;
        right: 10%;
        width: 20%;
        /* margin: 0 auto 40px; */
        background: var(--level-2);
    }
    .level-1-3::after {
        content: "";
        position: absolute;
        top: 55%;
        right: 100%;
        transform: translateY(-50%);
        width: 73px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }
    .level-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: var(--black);
    }
    .levelorg-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    .level-1-2 {
        width: 25%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }

    .level-1-2::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    /* LEVEL-2 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .levelorg-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .level-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12.5%;
        width: 75%;
        height: 2px;
        background: var(--black);
    }
    .levelorg-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12.5%;
        width: 75%;
        height: 2px;
        background: var(--black);
    }
    .level-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }
    .levelorg-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }
    .level-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }
    .levelorg-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }
    .level-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }
    .levelorg-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }
    .level-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    .levelorg-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

    /* ------------------------------------------------------------------ */
    /* PERSONNEL CONTENT  */
    /* tree is created with OrgChart.js and custom styles start at 498th lines */
    /*
    * Organization Chart Class
    * https://github.com/dabeng/OrgChart.js
    */
    /* ------------------------------------------------------------------ */

    .personnel-container {
        margin-top: 8rem;
    }

    section.box-name-structure-personal {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    /* =================================================== */
    /* -----header board---------------------------------- */
    .header-board-item {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 2---------------------------------------- */
    .header-board-item2 {
        width: 550px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item2::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item2 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ffe53b)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ffe53b 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ffe53b 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 3---------------------------------------- */
    .header-board-item3 {
        width: 550px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item3::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item3 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #b721ff)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #b721ff 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #b721ff 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 4---------------------------------------- */
    .header-board-item4 {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item4::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item4 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #16a085)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #16a085 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #16a085 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 5---------------------------------------- */
    .header-board-item5 {
        width: 370px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item5::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item5 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #2b86c5)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #2b86c5 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #2b86c5 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 6---------------------------------------- */
    .header-board-item6 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item6::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item6 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #faaca8)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #faaca8 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #faaca8 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 7---------------------------------------- */
    .header-board-item7 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item7::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item7 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item Finish---------------------------------------- */

    /* ------------------------------------------------------------------ */
    /* CONTACT US CONTENT LG*/
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */
    .box-contactus {
        color: #fff;
        margin-top: 6rem;
        font-size: 16px;
        overflow: hidden;
        position: relative;
        text-align: right;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus img {
        width: 100%;
        height: 100%;
    }
    .box-contactus:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffeb4e;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc310;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus:before {
        -webkit-transform: skew(30deg) translateX(80%);
        transform: skew(30deg) translateX(80%);
    }

    .box-contactus:after {
        -webkit-transform: skew(-30deg) translateX(70%);
        transform: skew(-30deg) translateX(70%);
    }
    .box-contactus:hover:before,
    .box-contactus.hover:before {
        -webkit-transform: skew(30deg) translateX(90%);
        transform: skew(30deg) translateX(90%);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .box-contactus:hover:after,
    .box-contactus.hover:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus .box-content {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        bottom: 0;
        padding: 20px 20px 20px 40%;
    }

    .box-contactus .box-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc310;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus .box-content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffeb4e;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus .box-content:before {
        -webkit-transform: skew(30deg) translateX(100%);
        transform: skew(30deg) translateX(100%);
    }

    .box-contactus .box-content:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus:hover .box-content:before,
    .box-contactus.hover .box-content:before {
        -webkit-transform: skew(30deg) translateX(95%);
        transform: skew(30deg) translateX(95%);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .box-contactus:hover .box-content:after,
    .box-contactus.hover .box-content:after {
        -webkit-transform: skew(-30deg) translateX(95%);
        transform: skew(-30deg) translateX(95%);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    /* ------------------------------------------------------------------ */
    /* NEWS RELEASE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .nesw-release-container {
        margin-top: 7.4rem;
    }

    .news-release-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* HOME PROJECT AND ACTIVITIES                                      */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .project-activities-container {
        margin-top: 7.4rem;
    }

    .data-project-activities .widget-project-activities {
        height: 50vh;
    }

    /* ------------------------------------------------------------------ */
    /* Educational Quality Assurance HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-home-container {
        margin-top: 7.4rem;
    }

    .qa-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Course International Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .courseinex-home-container {
        margin-top: 7.4rem;
    }

    .courseinex-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Qaulity Awards HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qawards-home-container {
        margin-top: 7.4rem;
    }

    .qawards-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-excellence-home-container {
        margin-top: 7.4rem;
    }

    .ku-excellence-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Grow Project HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .learning-resource-home-container {
        margin-top: 7.4rem;
    }

    .learning-resource-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU World Rinking HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-world-ranking-home-container {
        margin-top: 7.4rem;
    }

    .ku-world-ranking-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU QAIS HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-qais-home-container {
        margin-top: 7.4rem;
    }

    .ku-qais-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* RISK HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .risk-home-container {
        margin-top: 7.4rem;
    }

    .risk-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Knowledge Management KM HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .km-home-container {
        margin-top: 7.4rem;
    }

    .km-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* QA-NEWSLETTER                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-newsletter {
        margin-top: 7.4rem;
    }

    .qa-newsletter-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Link Informations HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .linkinformation-home-container {
        margin-top: 7.4rem;
    }

    .linkinformation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* ANNOUNCEMENT-DICTATION                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .announcement-dictation {
        margin-top: 7.4rem;
    }

    .announcement-dictation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* JOBNEWS-QDRM                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .jobnews-qdrm {
        margin-top: 7.4rem;
    }

    .jobnews-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Office Calendar HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .officecalendar-home-container {
        margin-top: 7.4rem;
    }

    .officecalendar-content {
        position: relative;
    }
    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        margin: 0 auto;
        width: 980px;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /* CSS */
    .pt-scroll {
        padding-top: 51px;
    }
    #site-menu {
        position: fixed;
    }

    .nav-height {
        height: 5.625rem;
        z-index: 1000;
    }

    .logo-ku-thai,
    .logo-ku-national {
        width: 5.0rem;
        height: 4.5rem;
        transition: 0.5s;
    }
    .logo-qdrm {
        width: 11.2rem;
        height: 5.15rem;
        transition: 0.5s;
    }

    .logo-ku-thai-scroll,
    .logo-ku-national-scroll {
        width: 3.77rem;
        height: 3.77rem;
        transition: 0.3s;
        z-index: 2;
    }
    .logo-qdrm-scroll {
        /* width: 7.3rem; */
        height: 4.5rem;
        transition: 0.3s;
        z-index: 2;
    }

    .menu-banner-warpper {
        margin-left: -250px;
    }

    .banner-text-th {
        font-size: 28px;
        margin-top: -10px;
    }

    .banner-text-en {
        font-size: 21px;
        margin-top: -5px;
    }

    .right-menu {
        position: relative;
    }

    .border-shape {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 95px 250px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.1s;
    }

    .border-shape-scroll {
        position: absolute;
        margin-top: -13px;
        margin-right: -32px;
        width: 0;
        height: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0 90px 250px;
        border-color: transparent transparent #ffeb4e transparent;
        transition: 0.3s;
    }

    .language-switch {
        position: absolute;
        width: 90px;
        height: 30px;
        margin-top: 35px;
        right: 105px;
        z-index: 150;
    }

    .search_button {
        position: absolute;
        margin-top: 35px;
        right: 60px;
        width: 1.7em;
        height: 1.7em;
        z-index: 151;
    }

    .close_search_button {
        position: absolute;
        margin-top: 35px;
        right: 60px;
        width: 1.7em;
        height: 1.7em;
        z-index: 152;
        display: none;
    }

    nav.menu-top-header {
        position: fixed;
        top: 5.625rem;
        left: 0;
        height: 2.5rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.shrink {
        position: fixed;
        top: 5.3rem;
        left: 0;
        height: 2.5rem;
        width: 100%;
        background-color: #ffc310;
        color: #fff;
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header.scrollUp {
        transform: translateY(-60px);
        transition: 1s;
        z-index: 800;
    }
    nav.menu-top-header ul li .menu__item {
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
        background-color: #ffc310;
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
        z-index: 800;
    }
    ul > li.divider {
        color: #fff;
        font-weight: 400;
    }

    nav.menu-top-header ul li .menu__item:hover {
        right: 1rem !important;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 820;
    }

    .nav-sticky {
        position: fixed !important;
        min-width: 100%;
        height: 5.312rem;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.25s ease-in;
        z-index: 1000;
    }

    ul.no-bullets {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
        font-size: 1.125rem;
        font-weight: 600;
        color: white;
    }

    /* ARROW MENU ITEM */

    .arrow-item1 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item1.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }

    .arrow-item2 {
        transform: rotate(0deg);
        transition: 0.6s;
    }
    .arrow-item2.active {
        transform: rotate(180deg);
        transition: 0.6s;
    }

    /* HEADER DROPDOWN MENU*/
    #item-sub-menu1 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu1.open {
        position: absolute;
        top: 40px;
        display: block;
        left: calc(50% - 600px);
        transition: 0.6s;
        z-index: 820;
    }
    #item-sub-menu2 {
        display: none;
        transition: 0.6s;
    }

    #item-sub-menu2.open {
        position: absolute;
        top: 40px;
        display: block;
        left: calc(50% - 410px);
        transition: 0.6s;
        z-index: 820;
    }


    .header-dropdown-menu {
        position: absolute;
        left: 0;
        background-image: url("../images/logo_ku_prapirun.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgb(250, 252, 251);
        border-left: 1px solid rgba(220, 221, 220, 0.5);
        border-bottom: 1px solid rgba(220, 221, 220, 0.5);
        border-right: 1px solid rgba(220, 221, 220, 0.5);
        color: #0f1314;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 30px;
        width: 300px;
        padding-left: 20px;
        padding-top: 30px;
        height: auto;
        padding-bottom: 90px;
        transition: 0.1s ease-in-out;
        z-index: 100;
    }
    .triangle-top-menu {
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -40px;
        left: 130px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fdfeff transparent;
    }
    .header-dropdown-menu__content > ul > li > ul li a {
        position: relative;
        text-decoration: none;
        color: #ffc310;
    }
    #app-content {
        margin-top: 8rem;
        z-index: -100;
    }
    .slide-container {
        margin-top: 8.1rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
        transition: opacity 800ms;
    }
    .slider-images:hover .swiper-button-next,
    .slider-images:hover .swiper-button-prev {
        opacity: 1;
    }

    .box-text-content {
        position: absolute;
        background: rgba(233, 231, 231, 0.9);
        top: 24.8rem;
        padding: 10px 20px;
        width: 100%;
        height: 2.5rem;
    }
    .swiper-pagination {
        position: absolute;
        top: 87%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #ff7800;
        width: 20px;
        height: 20px;
        -webkit-transform: translateY(1.5px);
        transform: translateY(1.5px);
        cursor: pointer;
    }
    .title-slider {
        color: #2f1c0e;
        margin-top: -5px;
        font-size: 1rem;
        font-weight: 900;
        transition: 1s;
    }
    /* .bg-bullet {
        margin-top: 4rem;
    } */
    .swiper-button-prev {
        position: absolute;
        cursor: pointer;
        top: 45%;
        left: 10px;
        width: auto !important;
        right: auto !important;
        color: forestgreen;
        margin: 0;
    }
    .swiper-button-next {
        position: absolute;
        cursor: pointer;
        top: 45%;
        right: 10px;
        width: auto !important;
        left: auto !important;
        color: forestgreen;
        margin: 0;
    }

    /* TEXT HEADER TITLE ITEM */
    .head-title {
        margin-top: -1px;
    }

    /* image-hover */
    .img-hover figure {
        position: relative;
    }
    .img-hover figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
        );
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .img-hover figure:hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    .imgBox {
        display: inline-block;
        overflow: hidden;
    }
    .imgBox img {
        display: block;
        transition: 0.3s ease-in-out;
    }
    .imgBox:hover img {
        transform: scale(1.3);
    }

    /* Flashing */
    .logo__banner::before,
    .logo__banner::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 1);
        transition: transform 0.3s ease-out 0s;
        background: rgba(255, 255, 255, 0.1);
        content: "";
        pointer-events: none;
    }
    .logo__banner::before {
        transform-origin: left top;
    }
    .logo__banner::after {
        transform-origin: right bottom;
    }
    .logo__banner:hover::before,
    .logo__banner:focus::before,
    .logo__banner:hover::after,
    .logo__banner:focus::after {
        transform: scale3d(1, 1, 1);
    }
    /* Footer Content */
    .hr {
        margin-top: -4px;
    }
    .arrow-green {
        width: 13px;
        height: 14px;
    }

    /** CONTACT_US*/
    .contact-container {
        margin-top: 8rem;
    }

    /** VISION-MISSION*/
    .vission-container {
        margin-top: 8rem;
    }
    .shape-container {
        position: relative;
        width: 100%;
        height: 480px;
        background-color: rgb(180, 197, 27);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images//background/investment-5241253_1920.jpg");
        background-repeat: no-repeat;
        background-size: center;
        background-position: left;
        -webkit-clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
        clip-path: polygon(0 0, 75% 0, 30% 100%, 0 72%);
    }

    .shape-left {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(9, 94, 65);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 80%, 0 100%, 35% 100%);
        clip-path: polygon(0 80%, 0 100%, 35% 100%);
    }

    .shape-container .text-vision {
        position: absolute;
        text-align: right;
    }
    .text-vision {
        top: 90px;
        right: 15%;
        border-bottom: 3px solid rgb(255, 255, 255);
        padding-bottom: 1px;
    }
    .text-detail-vision {
        position: absolute;
        top: 180px;
        right: 20px;
        text-align: justify;
        text-justify: auto;
    }
    .org-content {
        position: relative;
    }
    .triangle-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 120px solid transparent;
        border-right: 150px solid rgb(3, 84, 63);
        border-bottom: 0px solid transparent;
    }
    .organization-content {
        background-image: url("../images/background/nontri_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .unit-mission {
        position: relative;
        height: 580px;
    }
    .detail_unit_item1 {
        position: absolute;
        top: 100px;
        left: 80px;
        width: 60%;
        height: 420px;
    }
    svg.arrow-title {
        transform: rotate(90deg);
        color: #2f1c0e;
    }
    .image_ref_unit1 {
        position: absolute;
        top: 150px;
        right: 80px;
        width: 490px;
        height: 350px;
        background-image: url("../images/adminitrative_job.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    }
    .image_flower_unit_item1 {
        position: absolute;
        top: -70px;
        right: 80px;
        width: 120px;
        height: 120px;
        background-image: url("../images/nontri_flower.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shape-background2 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shape-top_unit2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 50vw solid transparent;
        border-right: 0px solid transparent;
        border-top: 100vh solid rgba(255, 255, 255, 0.9);
    }
    .box-header_unit2 {
        position: absolute;
        top: 20px;
        left: 45%;
    }
    .sub_detail_unit2 {
        position: absolute;
        top: 15%;
        left: 23%;
        width: 90%;
    }
    .ku_text_background {
        position: absolute;
        bottom: 10%;
        left: 65%;
        width: 200px;
    }
    .ku_text_background p {
        font-size: 8rem;
        line-height: 1;
    }
    .shape-background3 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .corner-top-right-bevel {
        /* border-color: transparent transparent rgba(156, 163, 175, 0.97)
            transparent;
        border-width: 0 38vw 100vh 0; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 0px solid transparent;
        border-right: 38.4vw solid transparent;
        border-bottom: 100vh solid rgba(156, 163, 175, 0.97);
    }
    .box-header_unit3 {
        position: absolute;
        top: 20px;
        left: 5%;
    }
    .sub_detail_unit3 {
        position: absolute;
        top: 20%;
        left: 3%;
        width: 60%;
    }
    svg.arrow-title2 {
        transform: rotate(90deg);
        color: rgb(252, 211, 77);
    }
    .shape-background4 {
        position: relative;
        width: 100%;
        background-image: url("../images/background/background_unit_item4.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .corner-bottom-right-bevel {
        width: 78%;
        height: 50vh;
        border-color: rgba(255, 255, 255, 0.9) transparent transparent
            transparent;
        border-width: 26.3vw 50vh 0 0;
    }
    .box-header_unit4 {
        position: absolute;
        top: 20px;
        left: 5%;
    }
    .sub_detail_unit4 {
        position: absolute;
        top: 20%;
        left: 3%;
        width: 60%;
    }
    svg.arrow-title3 {
        transform: rotate(90deg);
        color: rgb(190, 24, 93);
    }

    /* ------------------------------------------------------------------ */
    /* CONTACT US CONTENT */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .box-contactus {
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        position: relative;
        text-align: right;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus img {
        width: 100%;
        height: 100%;
    }
    .box-contactus:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffeb4e;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc310;
        opacity: 0.5;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus:before {
        -webkit-transform: skew(30deg) translateX(80%);
        transform: skew(30deg) translateX(80%);
    }

    .box-contactus:after {
        -webkit-transform: skew(-30deg) translateX(70%);
        transform: skew(-30deg) translateX(70%);
    }
    .box-contactus:hover:before,
    .box-contactus.hover:before {
        -webkit-transform: skew(30deg) translateX(90%);
        transform: skew(30deg) translateX(90%);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .box-contactus:hover:after,
    .box-contactus.hover:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus .box-content {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        bottom: 0;
        padding: 20px 20px 20px 40%;
    }

    .box-contactus .box-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffc310;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }
    .box-contactus .box-content:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffeb4e;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
        opacity: 0.9;
        z-index: -1;
        -webkit-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

    .box-contactus .box-content:before {
        -webkit-transform: skew(30deg) translateX(100%);
        transform: skew(30deg) translateX(100%);
    }

    .box-contactus .box-content:after {
        -webkit-transform: skew(-30deg) translateX(90%);
        transform: skew(-30deg) translateX(90%);
    }
    .box-contactus:hover .box-content:before,
    .box-contactus.hover .box-content:before {
        -webkit-transform: skew(30deg) translateX(95%);
        transform: skew(30deg) translateX(95%);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .box-contactus:hover .box-content:after,
    .box-contactus.hover .box-content:after {
        -webkit-transform: skew(-30deg) translateX(95%);
        transform: skew(-30deg) translateX(95%);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    /* ------------------------------------------------------------------ */
    /* ORGANIZATIONAL STRUCTURE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .structure-org-container {
        margin-top: 8rem;
    }

    section.box-organiztion-structure {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    section.box-org-structure {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }
    :root {
        --level-1: #8dccad;
        --level-2: #f5cc7f;
        --level-3: #7b9fe0;
        --level-4: #f27c8d;
        --level-5: #b9b8b9;
        --black: black;
    }
    ol {
        list-style: none;
    }
    .rectangle {
        position: relative;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }
    /* LEVEL-1 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-1 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }

    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }

    .levelorg-1 {
        width: 30%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }

    .levelorg-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 40px;
        background: var(--black);
    }
    .level-1-0 {
        position: absolute;
        left: 10%;
        width: 20%;
        /* margin: 0 auto 40px; */
        background: var(--level-3);
    }
    .level-1-0::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 100%;
        transform: translateY(-50%);
        width: 100px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }

    .level-1-1 {
        width: 35%;
        margin: 0 auto 30px;
        background: var(--level-1);
    }

    .levelorg-1-1 {
        width: 35%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }

    .level-1-3 {
        position: absolute;
        top: 195px;
        right: 10%;
        width: 20%;
        /* margin: 0 auto 40px; */
        background: var(--level-2);
    }
    .level-1-3::after {
        content: "";
        position: absolute;
        top: 55%;
        right: 100%;
        transform: translateY(-50%);
        width: 93px;
        height: 1px;
        border: 1px dashed var(--level-5);
    }

    .level-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: var(--black);
    }

    .levelorg-1-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

    .level-1-2 {
        width: 25%;
        margin: 0 auto 40px;
        background: var(--level-1);
    }

    .level-1-2::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }
    /* LEVEL-2 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .level-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .levelorg-2-wrapper {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .level-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12.4%;
        width: 75%;
        height: 2px;
        background: var(--black);
    }

    .level-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }

    .levelorg-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12.4%;
        width: 75%;
        height: 2px;
        background: var(--black);
    }

    .levelorg-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }

    .level-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }

    .level-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }

    .level-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

    .levelorg-2-wrapper li {
        position: relative;
        background: var(--level-1);
    }

    .levelorg-2-wrapper li.node-org .green-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background-color: #a3ad19;
    }

    .levelorg-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

    /* ------------------------------------------------------------------ */
    /* PERSONNEL CONTENT  */
    /* tree is created with OrgChart.js and custom styles start at 498th lines */
    /*
    * Organization Chart Class
    * https://github.com/dabeng/OrgChart.js
    */
    /* ------------------------------------------------------------------ */

    .personnel-container {
        margin-top: 8rem;
    }

    section.box-name-structure-personal {
        width: 400px;
        background-color: #37bc9b;
        box-shadow: 0 2px 6px #ccc;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px;
    }

    section.box-name-structure-personal h1 {
        font-weight: 900;
        font-size: 23px;
        color: #f6ffff;
        display: block;
        text-align: center;
        padding: 5px 0px 0px 5px;
    }

    section.box-name-structure-personal p {
        font-weight: 600;
        font-size: 18px;
        color: #ffc310;
        display: block;
        float: left;
        padding: 5px 0px 5px 5px;
    }
    /* =================================================== */
    /* -----header board---------------------------------- */
    .header-board-item {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 2---------------------------------------- */
    .header-board-item2 {
        width: 550px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item2::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item2 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ffe53b)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ffe53b 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ffe53b 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ffe53b 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 3---------------------------------------- */
    .header-board-item3 {
        width: 550px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item3::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item3 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #b721ff)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #b721ff 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #b721ff 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #b721ff 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 4---------------------------------------- */
    .header-board-item4 {
        width: 250px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item4::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item4 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #16a085)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #16a085 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #16a085 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #16a085 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 5---------------------------------------- */
    .header-board-item5 {
        width: 370px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item5::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item5 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #2b86c5)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #2b86c5 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #2b86c5 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #2b86c5 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 6---------------------------------------- */
    .header-board-item6 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item6::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item6 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #faaca8)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #faaca8 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #faaca8 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #faaca8 100%);
    }
    /* ============================================================= */
    /* -------header-board-item 7---------------------------------------- */
    .header-board-item7 {
        width: 330px;
        height: 20px;
        border-bottom: 35px solid #860255;
        border-left: 20px solid transparent;
        position: relative;
        margin: 0 auto;
    }
    .header-board-item7::before {
        content: "";
        margin-top: 10%;
        display: block;
    }
    .header-board-item7 .inner {
        width: 100%;
        height: 35px;
        position: absolute;
        right: 0;
        overflow: hidden;
        background: #860255;

        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #860255),
            color-stop(100, #ef4b3f)
        );
        /* IE10+ */
        background-image: -ms-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Opera */
        background-image: -o-linear-gradient(left, #860255 0%, #ef4b3f 100%);
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(
            left,
            #860255 0%,
            #ef4b3f 100%
        );
        /* W3C Markup */
        background-image: linear-gradient(to right, #860255 0%, #ef4b3f 100%);
    }
    /* ============================================================= */
    /* -------header-board-item Finish---------------------------------------- */

    .employee-card {
        font-size: 10px;
        background: #ffffff;
        text-align: left;
        margin: 0;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
        -webkit-box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, 0.3);
        box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, 0.3);
    }

    .employee-card .department-info {
        /* background: #d3ecfd; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 6px;
    }

    .employee-card .department-info .name {
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .employee-card .icon-user {
        width: 1em;
        padding-right: 0.2em;
        vertical-align: middle;
    }

    .employee-card .count {
        vertical-align: middle;
    }

    .employee-card .info-block {
        padding: 0 5px 5px;
        border-top: 4px solid rgb(156, 163, 175);
    }

    .employee-card .info-block .job-title {
        font-size: 1.2em;
        font-weight: 500;
        padding: 10px 0;
    }

    .employee-card .info-block .personal-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .employee-card .info-block .profile-image {
        width: 4em;
        height: 4em;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px;
    }

    .employee-card .info-block .info-wrap {
        padding-left: 0.6em;
    }

    .employee-card .info-block .name,
    .employee-card .info-block .email {
        font-size: 1.1em;
        font-weight: 400;
        padding-bottom: 0.3em;
    }

    .employee-card .info-block .reportee-count {
        color: #ffffff;
        background: #46abf3;
        padding: 2px 4px;
        display: inline-block;
        border-radius: 3px;
    }

    /* ------------------------------------------------------------------ */
    /* NEWS RELEASE                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .nesw-release-container {
        margin-top: 8rem;
    }

    .news-release-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* HOME PROJECT AND ACTIVITIES                                      */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .project-activities-container {
        margin-top: 8rem;
    }

    .data-project-activities .widget-project-activities {
        height: 50vh;
    }

    /* ------------------------------------------------------------------ */
    /* HOME 404 NOT FOUND                                     */
    /* https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */
    .error-container {
        margin-top: 8rem;
    }
    .page_404 {
        padding: 40px 0;
        background: #fff;
    }

    .page_404 img {
        width: 100%;
    }

    .four_zero_four_bg {
        background-image: url(https://qdrm.ku.ac.th/public/assets/frontend/images/error.gif);
        width: 900px;
        height: 500px;
        background-position: center;
    }

    .link_404 {
        color: #fff !important;
        padding: 10px 20px;
        margin: 20px 0;
        display: inline-block;
    }
    .contant_box_404 {
        margin-top: -50px;
    }

    /* ------------------------------------------------------------------ */
    /* JOBNEWS-QDRM                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .jobnews-qdrm {
        margin-top: 8rem;
    }

    .jobnews-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* ANNOUNCEMENT-DICTATION                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .announcement-dictation {
        margin-top: 8rem;
    }

    .announcement-dictation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* QA-NEWSLETTER                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-newsletter {
        margin-top: 8rem;
    }

    .qa-newsletter-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* RISK HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .risk-home-container {
        margin-top: 8rem;
    }

    .risk-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Knowledge Management KM HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .km-home-container {
        margin-top: 8rem;
    }

    .km-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Educational Quality Assurance HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qa-home-container {
        margin-top: 8rem;
    }

    .qa-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Course International Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .courseinex-home-container {
        margin-top: 8rem;
    }

    .courseinex-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Qaulity Awards HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .qawards-home-container {
        margin-top: 8rem;
    }

    .qawards-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* Office Calendar HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .officecalendar-home-container {
        margin-top: 8rem;
    }

    .officecalendar-content {
        position: relative;
    }
    .calendar-body {
        margin: 10px 10px;
        padding: 0;
        font-size: 16px;
    }
    #loading {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #calendar {
        max-width: 100%;
        margin: 0 auto;
        width: 1240px;
    }

    /* ------------------------------------------------------------------ */
    /* Link Informations HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .linkinformation-home-container {
        margin-top: 8rem;
    }

    .linkinformation-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Excellence HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-excellence-home-container {
        margin-top: 8rem;
    }

    .ku-excellence-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU Grow Project HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .learning-resource-home-container {
        margin-top: 8rem;
    }

    .learning-resource-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU World Rinking HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-world-ranking-home-container {
        margin-top: 8rem;
    }

    .ku-world-ranking-content {
        position: relative;
    }

    /* ------------------------------------------------------------------ */
    /* KU QAIS HOME                                       */
    /* We will apply the hover effect the the lineage of the element also */
    /* ------------------------------------------------------------------ */

    .ku-qais-home-container {
        margin-top: 8rem;
    }

    .ku-qais-content {
        position: relative;
    }
}

/* 
  ##Device = ALL
  ##View PDF FILE
*/

#Iframe-Master-CC-and-Rs {
    max-width: 1200px;
    max-height: 100%;
    overflow: hidden;
}

.responsive-wrapper {
    position: relative;
    height: 0;
}

.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
    border: none;
}

.responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
}

.set-border {
    border: 5px inset #4f4f4f;
}
.set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
    padding: 10px;
}
.set-margin {
    margin: 10px;
}
.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pdfobject-container {
    height: 30rem;
    border: 1rem solid rgba(0, 0, 0, 0.1);
}

.trigger {
    margin: 0 0.75rem;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12),
        0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 0.875rem;
    font-weight: 300;
}
.trigger i {
    margin-right: 0.3125rem;
}
.trigger:hover {
    box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.25),
        0 0.625rem 0.625rem rgba(0, 0, 0, 0.22);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0vh;
    background-color: transparent;
    overflow: hidden;
    transition: background-color 0.25s ease;
    z-index: 9999;
}
.modal.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.25s;
}
.modal.open > .content-wrapper {
    transform: scale(1);
}
.modal .content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin: 0;
    padding: 2.5rem;
    background-color: white;
    border-radius: 0.3125rem;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 0.25s;
    transition-delay: 0.15s;
}
.modal .content-wrapper .close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    transition: 0.25s linear;
}
.modal .content-wrapper .close:before,
.modal .content-wrapper .close:after {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 0.125rem;
    background-color: black;
}
.modal .content-wrapper .close:before {
    transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
    transform: rotate(45deg);
}
.modal .content-wrapper .close:hover {
    transform: rotate(360deg);
}
.modal .content-wrapper .close:hover:before,
.modal .content-wrapper .close:hover:after {
    background-color: tomato;
}
.modal .content-wrapper .modal-header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 0 1.25rem;
}
.modal .content-wrapper .modal-header h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.modal .content-wrapper .content {
    position: relative;
    display: flex;
}
.modal .content-wrapper .content p {
    font-size: 0.875rem;
    line-height: 1.75;
}
.modal .content-wrapper .modal-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 1.875rem 0 0;
}
.modal .content-wrapper .modal-footer .action {
    position: relative;
    margin-left: 0.625rem;
    padding: 0.625rem 1.25rem;
    border: none;
    background-color: slategray;
    border-radius: 0.25rem;
    color: white;
    font-size: 0.87rem;
    font-weight: 300;
    overflow: hidden;
    z-index: 1;
}
.modal .content-wrapper .modal-footer .action:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.25s;
    z-index: 0;
}
.modal .content-wrapper .modal-footer .action:first-child {
    background-color: #2ecc71;
}
.modal .content-wrapper .modal-footer .action:last-child {
    background-color: #e74c3c;
}
.modal .content-wrapper .modal-footer .action:hover:before {
    width: 100%;
}
.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

/* modal open|close controller */
#mpo-modal-controller {
    position: absolute;
    left: -999em;
    opacity: 0;
}
.mpo-modal-open:checked ~ .mpo-modal-wrap {
    display: block;
}
.mpo-modal-open:checked ~ .mpo-modal-wrap:before,
.mpo-modal-open:checked ~ .mpo-modal-wrap .mpo-modal-overlay {
    display: block;
}
.mpo-modal-close {
    cursor: pointer;
    font-weight: bold;
    line-height: 5px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
/* modal */
.mpo-modal-wrap {
    display: none;
}
.mpo-modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.mpo-modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}

@media (min-width: 320px) and (max-width: 760px) {
    .mpo-modal-body {
        position: absolute;
        top: 300%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 400%;
        padding: 15px 0;
        background: #fff;
        border-radius: 0.25em;
        overflow: hidden;
        text-align: center;
        width: 100%;
        z-index: 1003;
    }
    .carousel {
        position: relative;
        width: 320px;
        height: 465px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mpo-modal-body {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 118%;
        padding: 15px 0;
        background: #fff;
        border-radius: 0.25em;
        overflow: hidden;
        text-align: center;
        width: 100%;
        z-index: 1003;
    }
    .carousel {
        position: relative;
        width: 700px;
        height: 565px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .mpo-modal-body {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 118%;
        padding: 15px 0;
        background: #fff;
        border-radius: 0.25em;
        overflow: hidden;
        text-align: center;
        width: 100%;
        z-index: 1003;
    }
    .carousel {
        position: relative;
        width: 900px;
        height: 850px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 1281px) {
    .mpo-modal-body {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 135%;
        padding: 15px 0;
        background: #fff;
        border-radius: 0.25em;
        overflow: hidden;
        text-align: center;
        width: 100%;
        z-index: 1003;
    }
    .carousel {
        position: relative;
        width: 900px;
        height: 850px;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
}
.mpo-modal-body p {
    text-align: left;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .mpo-modal-body {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }
}
.carousel:hover .slide:after,
.carousel:hover .counter,
.carousel:hover .slide:before {
    opacity: 1;
}
.slide {
    float: right;
    position: absolute;
    z-index: 1;
    background-color: #eee;
    text-align: center;
    transition: opacity 0.4s;
    opacity: 1;
}
.slide:before {
    content: attr(annot);
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 300;
    z-index: 12;
    opacity: 0;
    transition: opacity 0.3s;
    text-shadow: 0 0 1px #000;
}
.slide:after {
    content: attr(slide);
    display: block;
    position: absolute;
    bottom: 0;
    transition: opacity 0.3s;
    width: 100%;
    height: 80px;
    opacity: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    text-align: left;
    text-indent: 549px;
    line-height: 101px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 1px #000;
}
.counter {
    position: absolute;
    bottom: 20px;
    right: 1px;
    height: 20px;
    width: 60px;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 21px;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s;
}
.faux-ui-facia {
    top: 0;
    right: 0;
    float: right;
    position: absolute;
    margin-top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.faux-ui-facia:checked {
    z-index: 8;
}
.faux-ui-facia:checked + .slide {
    opacity: 0;
}
.faux-ui-facia:checked:nth-child(1):checked {
    z-index: 9;
}
.faux-ui-facia:nth-child(1):checked {
    float: left;
    z-index: 9;
}
.faux-ui-facia:nth-child(1):checked + .slide {
    opacity: 1;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia {
    float: left;
    z-index: 8;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia + .slide {
    opacity: 0;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked {
    z-index: 9;
}
.faux-ui-facia:nth-child(1):checked ~ .faux-ui-facia:checked + .slide {
    opacity: 1;
}
/* --- Intro text --- */
.intro {
    padding: 80px 0 60px 0;
    text-align: center;
    color: #fff;
    margin: auto;
    width: 800px;
}
.intro .intro__title {
    font-weight: 200;
    font-size: 32px;
    color: #fff;
}
.intro .intro__body {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    opacity: 0.48;
    padding: 0 160px;
    margin: 0;
}

.modale:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040 !important;
}
.modale2:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040 !important;
}
.opened:before {
    display: block;
    z-index: 1040 !important;
}
.opened .modal-dialog {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-dialog {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    top: 5%;
    left: 23%;
    z-index: 1100 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.opened .modal-dialog2 {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-dialog2 {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 1100 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-body {
    padding: 5px;
}

.accordion {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.question {
    border-top: 1px solid #eee;
    padding: 20px 5px;
    cursor: pointer;
    position: relative;
}

.question h2 {
    margin: 0;
    color: #c00c00;
}

.question span {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #c00c00;
    transition: 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.answer {
    background-color: rgba(241, 208, 142, 0.38);
    border-radius: 8px;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    transition: 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.answer p {
    padding: 10px;
}

.accordion li.open .question span {
    transform: rotate(180deg);
}

.accordion li.open .answer {
    max-height: 650px;
}

/*****Link Informations*************/
/*****Link Informations*************/
/*****Link Informations*************/
/*****Link Informations*************/

.link ul {
    list-style-type: none;
    margin-left: 10px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    list-style-position: outside;
}
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .link ul {
        list-style-type: none;
        margin-left: 10px;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .link ul li {
        margin-bottom: 12px;
        margin-left: -10px;
        display: flex;
        align-items: center;
    }
    .link ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        color: #0074d9;
        padding: 0 10px 0 0;
        margin-top: 0px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .link ul {
        list-style-type: none;
        margin-left: 10px;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .link ul li {
        margin-bottom: 12px;
        margin-left: -10px;
        display: flex;
        align-items: center;
    }
    .link ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        color: #0074d9;
        padding: 0 10px 0 0;
        margin-top: 0px;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .link ul {
        list-style-type: none;
        margin-left: 10px;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .link ul li {
        margin-bottom: 12px;
        margin-left: -10px;
        display: flex;
        align-items: center;
    }
    .link ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        color: #0074d9;
        padding: 0 10px 0 0;
        margin-top: 0px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .link ul {
        list-style-type: none;
        margin-left: 10px;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .link ul li {
        margin-bottom: 12px;
        margin-left: -10px;
        display: flex;
        align-items: center;
    }
    .link ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        color: #0074d9;
        padding: 0 10px 0 0;
        margin-top: 0px;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .link ul {
        list-style-type: none;
        margin-left: 10px;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .link ul li {
        margin-bottom: 12px;
        margin-left: -10px;
        display: flex;
        align-items: center;
    }
    .link ul li:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        color: #0074d9;
        padding: 0 10px 0 0;
        margin-top: 0px;
    }
}

/* ============================= */
.container__img-holder {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 220px;
  display: block;
}


/* Popup Styling */
.img-popup {
  position: absolute;
  top: -125px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 10000;
}

.img-popup img {
  max-width: 580px;
  /* width: 100%; */
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 30px;
  height: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -80px;
  right: 290px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #fff;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }

}