@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    font-size: calc(60% + 0.8vmin);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Kanit', sans-serif;
    font-family: 'Noto Sans Thai', sans-serif;
    padding: 0;
    margin: 0;
}


body::-webkit-scrollbar {
    display: none;
}
.navbar .logo img {
    width: 75px;
}

.navBar ul li {
    display: inline-block;
    margin: 10px 35px;
}

.navBar ul li a {
    text-decoration: none;
    color: #606163;
    font-size: 1.2rem;
    transition: .3s;
}

.navBar ul li a:hover {
    color: #ff4321;
    padding-bottom: 3px;
    border-bottom: 3px red solid;
}

.hero {
    width: 100%;
    position: relative;
}

.hero .container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hero .text {
    width: 100%;

}

.hero .text h1 span {
    color: #ff6321;
    font-size: 3rem;
}

.hero ul {
    margin-top: 2rem;
    list-style: none;
}

.hero ul li::before {
    content: "\2022";
    color: #ff4321;
    font-size: 2rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.hero ul li {
    color: #666;
    font-size: 1.2rem;
    line-height: 2rem;
}

.hero .img-box {
    display: block;
    margin: 0 auto;
    max-width: 35rem;
    width: 100%;
    box-sizing: border-box;
}

.hero .img-box img {
    width: 100%;
}

@media screen and (max-width:450px) {

    .hero .img-box img {
        width: 100%;
    }
}

.page2 .img img {
    width: 100%;
}

.container .info {
    margin-top: 100px;
    padding: 20px;
}

.info h1 {
    color: #333;
    font-size: 3.7rem;
    line-height: 1em;
    font-weight: 500;
}

.info h1 span {
    color: #ff6321;
}

.info p {
    color: #606163;
    line-height: 1.5rem;
    font-weight: 500;
}

.info p span {
    color: #ff6321;
    font-size: 1.2rem;
    font-weight: 700;
}

.info a {
    background: #212121;
    padding: 10px 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 30px 0;
    border-radius: 5px;
}

@media screen and (max-width:1200px) {
    .hrm-feature2 .container {
        margin-top: 500px;
    }
}

.mobile-feature .head {
    margin-bottom: 2rem;
}

.mobile-feature .content-box {
    display: flex;
    align-items: center;
    margin: 0.4rem 0;
}

.mobile-feature .feature-icon {
    padding: 0 1rem;
}

.mobile-feature .feature-icon img {
    max-width: 75px;
}

.feature-box {
    position: relative;
    box-shadow: 5px 10px 10px rgba(253, 126, 20, 0.05);
    transition: all 300ms ease-in-out;
    transition: 600ms ease-in-out;
    z-index: 1;
}

.feature-box h1 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8em;
    color: rgba(253, 126, 20, 0.5);
}

.feature-box h3 {
    color: rgb(253, 126, 20);
    text-shadow: 0px 1px 1px rgb(158, 158, 158);
}

.feature-box p {
    padding-left: 2rem;
    padding-right: 2rem;
    color: rgb(136, 136, 136);
    text-shadow: 0 1px 1px rgb(209, 209, 209);
}

.feature-box a {
    text-decoration: none;
    color: #fff;
}

.feature-box:hover {
    background: #fff;
    z-index: 999;
    transform: scale(1.1, 1.1);
    border: 2px #eee solid;
}

@media screen and (max-width:1200px) {
    .feature-box p {
        padding: 0.75rem;
    }

    .hrod-feature .container .row .feature-box {
        box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.05)
    }
}

@media screen and (max-width:450px) {
    .hrm-feature2 {
        margin-top: 200px;
    }
}

@media screen and (max-width:1200px) {
    .hrm-feature2 {
        margin-top: 200px;
    }
}

.feature-icon img {
    max-width: 75px;
}

.show-case-img {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-box .content {
    margin: 3rem 1rem;
    width: 30rem;
    display: flex;
}

.features-box .content h3 {
    color: #fd7e14;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035);
}

.testimonial {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}

.mySwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 320px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(2px);
    background: #fff;
}

.swiper-slide-active {
    filter: blur(0px);
    background: #fff;
    border-radius: 10px;
}

.testimonialBox {
    position: relative;
    width: 100%;
    padding: 40px;
    padding-top: 90px;
    color: #666;
}

.testimonialBox .qoutes {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0.2;
    width: 50px;
    height: 50px;
}

.testimonialBox .details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonialBox .details .imgBx {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.testimonialBox .details .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonialBox .details h3 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fd7e14;
    line-height: 1.1em;
}

.testimonialBox .details h3 span {
    font-size: 12px;
    color: #666;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

footer {
    margin-top: 100px;
}

footer ul li {

    list-style: none;
}

footer ul li a {
    text-decoration: none;
    color: #999;
    line-height: 2rem;
}

footer ul li a:hover {
    color: #ff6321;
}

footer ul li h3 {
    margin: 0 auto;
    margin-top: 1rem;
    color: rgb(99, 99, 99)
}

/**********************************************************************************************************************************/

.func .container-fluid {
    background: url('../../image/laptop.jpg') no-repeat center center;
    background-size: cover;
}

.hrm-feature .container {
    margin-top: 10rem;
}

.hrm-feature .func-feature-box {
    margin: 3rem 0;
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    padding: 0;

}

.hrm-feature .func-feature-box .text {
    display: grid;
    text-align: center;
    justify-content: center;
    padding: 20px;
    width: 350px;
    height: 500px;
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 1.2rem;
}

.hrm-feature .func-feature-box .text h3 {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fd7e14;
}

.hrm-feature .func-feature-box .picture {
    padding: 0;
    display: flex;
    justify-content: center;
}

.hrm-feature .func-feature-box .picture img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}




/******************************************************/
.mySlides, .mySlides2, .mySlide3 {
    display: none;
    max-height: 500px;
}

.mySlides img, .imgSlides2 img, .mySlide3 img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container, .slideshow-container2, .slideshow-container3 {
    max-width: 1000px;
    position: relative;
}

/* Next & previous buttons */
.prev, .next, .prev2, .next2, .prev3, .next3 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: rgba(253, 126, 20, 0.5);
}

.prev2 {
    position: absolute;
    left: 0;
}

/* Position the "next button" to the right */
.next, .next2, .next3 {
    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, .prev2:hover, .next2:hover, .prev3:hover, .next3:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 1.2rem;
    padding: 4px 12px;
    position: absolute;
    top: 0;
    background-color: rgba(253, 126, 20, 1);
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text, .prev2, .next2, .prev3, .next3 {
        font-size: 11px
    }
}

.org .container-fluid {
    background-image: url('../../background/Wave.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
}

/* pricing*/
.pricing-hero {
    margin-top: 5rem
}

.pricing-hero .pricing {
    margin-top: 3rem;
}

.pricing .pricing-box {
    padding: 2rem;
    border-radius: 0.7rem;
}

.pricing-box .head-pricing {
    min-height: 200px;
}

.pricing-box .text {
    min-height: 500px;
}

#basic {
    border-top: 2rem #35e1b9 solid;
    outline: 1px #35e1b9 solid;
}

#standard {
    border-top: 2rem #666 solid;
    outline: 1px #666 solid;
}

#professional {
    border-top: 2rem #ff6321 solid;
    outline: 1px #ff6321 solid;
}

#fullVersion {
    border-top: 2rem #ff0000 solid;
    outline: 1px #ff0000 solid;
}

.table-pricing thead tr th {
    width: 300px;
}

.table-pricing tbody tr th {
    height: 3rem;
    padding-left: 1rem;
}

.ass .row .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ass .box {
    cursor: pointer;
    width: 275px;
    height: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .effect-img {
    font-size: 0;
    overflow: hidden;
}

.box .effect-img img {
    width: 400px;
    transition: all .3s;
}

.box:hover .effect-img img {
    transform: scale(1.2);
    filter: blur(2px);
}

.box .effect-text {
    position: absolute;
    top: 50px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s ease-in;
    opacity: 0;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8)
}

.box:hover .effect-text {
    opacity: 1;
}

.sla {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* 
.appoint {
    box-shadow: -1px 2px 10px rgba(0,0,0,0.2);
} */


.appoint .container .heading {
    margin-top: 100px;
    background: #000;
    opacity: 0.5;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 20px;
}

.appoint .container h1 {
    color: #ff6321;
    font-weight: 500;
}

.appoint .container h2,
.appoint ul li {
    color: #fff;
}

.appoint .container p {
    color: #000;
    font-size: 1.2rem;
}

.appoint button {
    margin: 0 auto;
    padding: 0 auto;
}

.appoint .btn span {
    font-size: 1rem;
    font-weight: 600;
}

.appoint .btn:hover {
    background: #ff6321;
    color: #fff;
    border: #ff6321 1px solid;
}

/* .appoint .container .image{
} */

.appoint .container .image img {
    margin-top: 75px;
    width: 500px;
}

@media screen and (max-width: 450px) {
    .appoint .container .image img {
        width: 300px;
    }

    .appoint .container h1 {
        margin-top: 50px;
    }
}

.appoint ul {
    list-style: none;
}

.appointment .container {
    margin-top: 100px;

}

.appointment .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.appointment .box {
    height: 400px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    width: 300px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff;
    margin: 0 auto;
}

.circle {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 1rem;
}

.circle h5 {
    padding-top: 13px;
}

.appointment .box .img {
    height: 200px;
    overflow: hidden;
}

.appointment .box .text {
    padding: 20px;
}

.appointment .box .img img {
    height: 210px;
}

.appointment .box:hover {
    transform: translateY(-10%);
    z-index: 999;
}

@media screen and (max-width:1200px) {
    .appointment .box {
        margin: 10px;
    }
}

.circle2 {
    background: #000;
    width: 75px;
    height: auto;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.sots .text {
    max-width: 10rem;
}

.circle2 .text-center {
    color: #fff;
    padding: 20px;

}

.circle2 .text-center h5 {
    font-size: 1rem;
}

@media screen and (max-width:1000px) {
    .sots .time-line {
        display: grid;
    }
}

.hero-abu {
    margin-top: 100px;
}

.hero-abu .text {
    margin-top: 50px;
    background: #000;
    opacity: 0.5;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 20px;
}

.hero-abu .text h1 {
    font-weight: 500;
    text-shadow: -1px 2px 10px rgba(0, 0, 0, 0.2);
    color: #ff6321;
}

.hero-abu .text p {
    text-indent: 2rem;
    font-size: 1.2rem;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .hero-abu .text {
        margin-top: 0;
    }
}

.hero-abu .text span {
    color: #ff6321;
    font-weight: 700;
    text-shadow: -1px 2px 10px rgba(0, 0, 0, 0.1);
}

.hero-abu .img img {
    width: 100%;
    /* outline: 1px red solid */
}

.vision {
    position: relative;
    margin-top: 100px;
}

.vision .logo img {
    max-width: 20rem;
}

.text-head h1 {
    font-weight: 500;
    color: #ff6321;
}

.vision .text p {
    margin-top: 50px;
    font-size: 1.3rem;

}

@media screen and (max-width:450px) {

    .vision .logo img {
        width: 100px;
    }
}

.ourmission .container {
    margin-top: 100px;
}

.ourmission .missions {
    margin-top: 50px;
}

.ourmission .missions ul {
    margin: 0 300px;
}

@media screen and (max-width:1200px) {
    .ourmission .missions ul {
        margin: 0 100px;
    }
}

@media screen and (max-width:450px) {
    .ourmission .missions ul {
        margin: 0;
    }
}

.ourRoadMap {
    margin-top: 100px;
}

.ourRoadMap .rm .text {
    max-width: 13rem;
}

.circle3 {
    background: #ff6321;
    padding: 0.5rem 0;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .ourRoadMap .time-line {
        display: grid;
        justify-content: center;
    }

    .ourRoadMap .rm {
        margin: 0 0rem;
        margin-top: 0;
    }
}

.hero-func {
    margin-top: 100px;
}

.hero-func .function {
    background: #000;
    opacity: 0.5;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 20px;
}

.hero-func .heading {
    color: #000;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:780px) {
    .hero-func .img img {
        margin-top: 20px;
    }

    .hero-func {
        margin: 50px 10px;
    }
}

@media screen and (max-width:450px) {
    .hero-func .img img {
        max-width: 400px;
    }
}

@media screen and (max-width:400px) {
    .hero-func .img img {
        max-width: 300px;
    }
}

.hero-func .heading {
    color: #fff;
}

.hero-func .heading h1 span {
    color: #ff6321;
    opacity: 1;
}

.hero-func .row h2 {
    margin-top: 1rem;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #ff6321;
}

.hero-func ul li a {
    text-decoration: none;
    color: #fff
}

.hero-func ul li {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.1s ease-out;
}

.hero-func ul li:hover a {
    color: #ff6321;
}

.hrm-function {
    margin-top: 100px;
}

.hrm-function .hrm-header h1 {
    font-weight: 400;
    color: #ff6321;
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2)
}

.hrm-function .box {
    margin: 3rem auto;
    width: 300px;
    border-radius: 10px;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s;
    height: 450px;
}

.hrm-function .box:hover {
    transform: translateY(-5%);
}

.hrm-function .header {
    padding-top: 2rem;
}

.hrm-function .header h6 {
    font-weight: 700;
}

.hrm-function .box .img {
    position: relative;
    border-radius: 10px 10px 0 0;
    height: 200px;
    width: 300px;
    overflow: hidden;
}

.hrm-function .box .img img {
    overflow: hidden;
    height: 200px;
    padding: 10px;
}

.hrm-function .box .text {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0.5rem;
}

.hrod-function {
    margin-top: 100px;
}

.hrod-function .hrod-header h1 {
    font-weight: 400;
    color: #ff6321;
    text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
}

.hrod-function .row {
    display: flex;
    justify-content: center;
}

.hrod-function .hrod-box {
    margin: 3rem auto;
    width: 350px;
    border-radius: 10px;
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s;
    height: 510px;
}

.hrod-function .hrod-box:hover {
    transform: translateY(-5%);
}

.hrod-function .img {
    overflow: hidden;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.hrod-function .hrod-head {
    padding: 1rem 0 0 1rem;
}

.hrod-function .hrod-head h6 {
    font-weight: 700;
}

.hrod-function .img img {
    height: 250px;
}

.hrod-function .hrod-text {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.hrod-function .hrod-text p {
    color: #666;
}

.page1 .container {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.page1 .box1 {
    display: block;
    width: 400px;
    height: 80vh;
}

.page1 .box11 {
    visibility: hidden;
}

.page1 .box {
    box-shadow: 1px 10px 5px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 100%;
}

.page1 .text h1 {
    padding: 20px;
}

.page1 .img {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page1 .img img {
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
}

@media screen and (max-width:900px) {
    .page1 .img img {
        width: 400px;
    }
}

@media screen and (max-width:500px) {
    .page1 .img img {
        width: 300px;
    }
}

#mySidebar {
    display: block;
    width: 350px;
    height: 100vh;
    border-top: 1px grey solid;
    position: relative !important;
}

#mySidebar h2 {
    color: #ff6321;
}

#mySidebar ul li {
    line-height: 3rem;
}

.textInsidebar {
    margin-left: 20px;
}

.w3-sidebar button {
    color: red;
    display: block;
}

.w3-sidebar button:hover {
    color: #fff;
    background-color: #999999;
}

ul li a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
}

ul li a:hover {
    color: #ff6321;
}

#btnHamberger {
    border-radius: 10px;
    position: absolute;
    right: 20px;
    font-size: 5px;
}

#btnHamberger h1, #btnHamberger p {
    padding: 0;
    margin: 0;
}

#closeBtn {
    display: none
}