.montserrat {
    font-family: "Montserrat", sans-serif;
}

.Montserrat {
    font-family: "Montserrat", sans-serif;
}

.marginvideo-1 {
    padding-top: 3rem !important;
    padding-bottom: 11.7rem !important;
}

.marginvideo-h1 {

    color: #ec6933 !important;
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    width: 395px;
}

.marginvideo-h5 {
    color: #ec6933 !important;
    font-size: 40px;
    margin-bottom: 0.2rem;
}

.marginvideo-width {
    min-width: 98.99vw !important;
}

.video-a {
    background: #FF6B00;
    border: 1px solid #FF6B00;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    white-space: nowrap;
}


.video-border {
    background: #FF6B00;
    bottom: -16px;
    height: 8px !important;
    opacity: 1;
    width: 64px;
    margin: 0px !important;
    margin-left: 5px !important;
    border-radius: 10px;

}

.img-banner-top {
    /* max-width: 13%; */
    margin-right: 112px;
    margin-left: 35px;
    padding-left: 18px;

}

.containerimg {
    position: relative;
    display: inline-block;
}

img {
    display: block;
}

button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button4:hover {
    background-color: hsla(0, 0%, 100%, .8);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    overflow-y: hidden;
}

.modal-content {
    background-color: none;
    margin: 3% auto;
    padding: 00px;
    /* border: 1px solid #888; */
    width: 62%;
}

.close {
    line-height: 28px;
    color: #aaa;
    /* float: left; */
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    z-index: 1;
    width: 31px;
    float: right !important;
    margin-right: auto;
    /* border: 10px solid; */
    /* position: absolute; */
    /* color: #aaa; */
    font-size: 25px;
    font-weight: 100;
    text-align: right;
    z-index: 1;
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
    /* border: 1px solid; */
    padding-top: 0pxpx !important;
    height: 28px;
    /* padding: 3px; */
    /* padding-top: 3px; */
    /* padding-right: 3px; */
    /* padding-bottom: 3px; */
    /* padding-left: 3px; */
    padding-right: 7px;
    color: #FF6B00;
    background-color: #939da0;
    border-radius: 7px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bg-light {
    background-color: #fff !important;
}


.flickity-prev-next-button.previous {
    left: -30px;
    display: none !important;
}

.flickity-prev-next-button.next {
    right: -30px;
    display: none !important;
}

.flickity-prev-next-button .arrow {
    fill: #F5F7FA;
}

.flickity-prev-next-button {
    background-color: #434A54;
    width: 38px;
    height: 38px;
}

.flickity-prev-next-button:hover {
    background-color: #656D78;
}






.imgsc1 {
    width: 60%;
}

.service-icon-watch {
    background-color: #ecedef;
    /* padding-left: 10px; */
    padding: 12px 3px 12px 3px;
    /* padding-bottom: 10px; */
    border-radius: 5px;
}

.pcardfont {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    width: 85%;
}

nav>.nav.nav-tabs2 {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link2,
nav>div a.nav-item.nav-link2.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #474E61;
    border-radius: 0;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 22px;
}

nav>div a.nav-item.nav-link2.active {
    /* background: #3498db; Blue color for active tab */
    color: #FF6B00;
    border-bottom: 2px solid;
    z-index: 999;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 22px;

    img {
        filter: invert(45%) sepia(100%) saturate(5000%) hue-rotate(5deg) brightness(100%) contrast(100%);
    }
}

nav>div a.nav-item.nav-link2.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;

    border-top-color: #474E61;
    /* Change this color to blue */

}

.tab-content2 {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #3498db;
    /* Change this color to blue */
    border-bottom: 5px solid #3498db;
    /* Change this color to blue */
    padding: 30px 25px;
}

/* nav > div a.nav-item.nav-link2:hover, */
nav>div a.nav-item.nav-link2:focus {
    background: #474e61;
    border: none;
    color: #FF6B00;
    border-radius: 0;
    transition: background 0.20s linear;

    img {
        filter: invert(45%) sepia(100%) saturate(5000%) hue-rotate(5deg) brightness(100%) contrast(100%);
    }

    border-bottom: 2px solid;
    z-index: 999;
}

.nab001 {
    font-size: 18px !important;
    color: #FF6B00;
    font-family: Montserrat;
    font-weight: 400;
}

.nab001detail {

    font-family: Montserrat;
    font-size: 29px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 32px;
    color: #ec6933;
}

.detail2 {
    font-size: 18px;
    width: 400px;
    /* padding-top: 55px; */
    color: #fff;
}

.lipdetail {
    /* font-size: 18px;text-align: right; */
}

.lipdetail-left {
    /* font-size: 18px;text-align: left;/*/
}

.lipdetail-wrapper {
    /*  display: flex;*/
    /*    list-style-type: none; เอาจุด bullet ออก */
}

.lipdetail-wrapper::before {
    /*    content: '\2022'; Unicode ของจุด bullet */
    /*  margin-left: 10px; ระยะห่างจากข้อความไปจุด bullet */
}

ul {
    list-style-type: none;
    /* Remove default bullets */
}

.lipdetail-left {
    color: #474e62;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.lipdetail-right {
    list-style-type: none;
    /* หรือ list-style-type: disc; */
    color: #474e62;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;

}

.lipdetail::after {
    content: "•";
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 24px;
}


.imgsc1 {
    width: 60%;
}

/* .service-icon-watch {
    background-color: #ecedef;
    padding: 12px 3px 12px 3px;
    border-radius: 5px;
} */

/* .pcardfont {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    width: 85%;
} */


