    @import url("https://quinl.quinlcdn.com/uploadfile/1810/1538386875_110134.css");
    /*W3css*/
    @import url('https://fonts.googleapis.com/css2?family=Chonburi&family=Mitr&display=swap');
    /* Font */
    .All {
        position: relative;
        font-family: 'Mitr', sans-serif;
        background: #fff;
    }

    .gap-50 {
        clear: both;
        height: 50px;
    }

    .gap-20 {
        clear: both;
        height: 20px;
    }

    .A {
        position: relative;
        background: linear-gradient(0deg, #040476, #0575E6);
        padding: 50px 30px;
    }

    .A1 {
        position: relative;
    }

    .A1 iframe {
        width: 100%;
        height: 700px;
        display: inline-block;
    }

    .A2 {
        position: relative;
    }

    .A2 hr {
        border: 2px solid #d50012;
        border-radius: 30px;
        width: 50%;
        background: #d50012;
    }

    .A3 {
        color: #ffd633;
        font-size: 36px;
        font-weight: bold;
        text-shadow: 2px 3px 3px black;
        text-align: center;
    }

    .A4 {
        color: #fff;
        font-size: 18px;
        text-indent: 8%;
    }

    .A5 {
        text-align: center;
    }

    .A5 img {
        width: 175px;
        display: inline-block;
    }

    .A6 {
        text-align: center;
    }

    .A6 img {
        padding: 10px;
        background: #fff;
        border-radius: 30px;
        display: inline-block;
    }

    .A7 {
        text-align: center;
        background: #d50012;
        color: #fff;
        padding: 20px 10px;
        border-radius: 30px;
        margin: 20px;
        font-size: 18px;
    }

    .B {
        position: relative;
        padding: 50px 30px;
    }

    .B1 {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #000;
    }

    .B2 img {
        border-radius: 30px;
        display: inline-block;
    }

    .slick-prev:before, .slick-next:before {
        color: #040476 !important;
    }

    .slick-next {
        right: 0 !important;
    }

    .slick-prev {
        left: -10px !important;
    }

    .B3 {
        background: #d50012;
        padding: 20px;
        position: relative;
    }

   .B31 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
    }

    .B31 span {
        float: right;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
    }

    .B31 span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .B31:hover span {
        padding-right: 25px;
    }

    .B31:hover span:after {
        opacity: 1;
        right: 0;
    }

    .B32 {
        color: #000;
        font-size: 16px;
        text-align: center;
    }

    .B32 a {
        color: #000;
        font-size: 16px;
        font-weight: normal;
    }

    .B32 a:hover {
        color: #d50012;
    }

    .B4 {width: 23%;
      background: #f2f2f2;
      margin: 10px 5px;
      padding: 0 0 30px 0;
      display: inline-block;
      transition: 0.5s;
    }

    .B4:hover {
        filter: drop-shadow(2px 4px 6px #d3d3d3);
    }

    .B4 img{width: 100%;
      border-bottom: 3px solid #000;
      display: inline-block;
    }

    .B41 {color: #000;
        font-size: 16px;
        line-height: 40px;
        padding: 0 10px 10px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .B42 {color: #e40613;
      font-size: 20px;
      font-weight: bold;
      line-height: 40px;
      padding: 0 10px 10px 10px;
    }

    .C {
        position: relative;
        background: url(https://www.quinl.com/CompanyImages/Images/2302/1677145539_60954.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px;
    }

    .C1 {
        border: 3px solid #ffd633;
        padding: 50px 30px;
    }

    .C2 {
        color: #ffd633;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        text-decoration: underline;
    }

    .C3 {
        color: #ffd633;
        text-align: center;
        font-size: 24px;
        padding: 15px 0 0 0;
    }

    .C4 {width: 20%;
      margin: 10px 5px;
      padding: 0 0 30px 0;
      display: inline-block;
      transition: 0.5s;
    }

    .C4 img{
    width: 100%;
    display: inline-block;
    }

    .C41 {color: #ffd633;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px 10px 10px;
    }

    .D {
        position: relative;
        padding: 50px;
    }

    .D1 {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #000;
    }

    .D4 {
        background: linear-gradient(0deg, #040476, #0575E6);
        margin: 15px 30px;
    }

    .D4:hover {
        filter: drop-shadow(2px 4px 6px #d3d3d3);
    }

    .D4 img{width: 100%;display: inline-block;}

    .D41 {color: #ffd633;
        font-size: 18px;
        line-height: 40px;
        padding: 0 10px 10px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .A-map iframe {
        width: 100%;
        height: 400px;
        display: inline-block;
    }

    .Z {
        position: relative;
        background: linear-gradient(0deg, #040476, #0575E6);
        padding: 50px;
    }

    .Z1 {
        padding: 10px 15px;
    }

    .Z2 {
        font-size: 16px;
        font-weight: 700;
        position: relative;
        margin: 0 0 30px;
        padding-left: 15px;
        text-transform: uppercase;
        color: #ffd633;
        border-left: 3px solid #ffd633;
    }

    .Z3 {
        border-radius: 10px;
    }

    .Z4 {
        line-height: 26px;
        font-size: 18px;
        color: #fff;
    }

    .Z4 a {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
    }

    .Z4 a:hover {
        color: #ffd633;
        text-decoration: underline;
    }

    .Z5 {
        width: 60px;
        padding: 10px;
    }

    @media only screen and (max-width: 992px) {
        .A {
            padding: 30px 10px;
        }

        .A1 iframe {
            height: 400px;
        }

        .A3 {
            font-size: 18px;
        }

        .A4 {
            font-size: 15px;
        }

        .B1 {
            font-size: 24px;
        }

        .B31 {
            font-size: 16px;
        }

        .B31 span {
            font-size: 16px;
        }

        .B4 {
            width: 100%;
        }

        .C {
            padding: 0;
        }

        .C2 {
            font-size: 18px;
        }

        .C3 {
            text-align: left;
            font-size: 16px;
            text-indent: 6%;
        }

        .C4 {
            width: 100%;
        }

        .D1 {
            font-size: 24px;
        }

        .Z4 {
            font-size: 14px;
        }

        .Z4 a {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 480px) {
        .A1 iframe {
            height: 200px;
        }
    }