﻿.carousel-inner .carousel-item {
    transition: transform 1s ease;
}

.vmc-rohto-logo {
    width: 12rem;
    height: auto;
}

.vmc-padding-web-page {
    padding-right: 6%;
    padding-left: 6%;
}

.vmc-padding-web-page-header {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.vmc-rohto-japen-content {
    color: unset;
    text-decoration: unset;
    padding-top: 4px;
    padding-right: 0.4rem;
}

.vmc-carousel {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.vmc-ss-slide {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
}

.vmc-owl-carousel {
    display: block;
    height: auto;
    width: auto;
    filter: grayscale();
}

    .vmc-owl-carousel:hover {
        filter: none;
    }

.vmc-section-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background-color: #e6e6e6;*/
}

.vmc-section-item-bg-free {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.vmc-section-item-bg-white {
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
}

.vmc-section-header {
    text-align: center;
    margin-bottom: 3.75rem;
}

.vmc-section-header-see {
    text-align: center;
    margin-bottom: 2.75rem;
    margin-top: 1.75rem;
}

.vmc-section-heading {
    font-size: 2.55rem;
    font-weight: bolder;
}

.vmc-section-heading-mini {
    font-size: 1.55rem;
    font-weight: bolder;
}

.vmc-section-footer {
    text-align: center;
    padding-top: 1rem;
}

.vmc-section-subfooter {
    background-color: #d3edf7;
    border-color: transparent;
    color: #00aeef;
    border-radius: 10px;
}

.vmc-grid-item {
    padding: 1rem;
}

.vmc-grid-img {
    border-radius: 10px;
}

.vmc-grid-body {
    padding: 0.7rem 0 0 0;
}

.vmc-grid-body-meta {
    color: #808080;
    font-weight: 300;
    list-style: none;
    padding: 0;
}

.vmc-grid-body-meta-lp {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}

.vmc-grid-body-title {
    font-size: 1.4rem;
}

.vmc-grid-body-subtitle {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.vmc-yt-video {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vmc-section-heading-aboutus {
    font-size: 2rem;
    margin-top: -20px;
}

/*.vmc-section-item-aboutus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
}*/

.vmc-bh-header-font-ss {
    color: #e5e5e5;
    margin-bottom: 0px;
    font-family: 'TuesdayNight-Regular', sans-serif;
    font-size: 35px;
    font-weight: 400;
}

.vmc-layout-footer-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center bottom;
    background-image: url('../imgs/rohto_footer_img.webp');
}

.vmc-layout-footer-bottom {
    background-color: #272727;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.vmc-footer-content a {
    text-decoration: none;
    color: unset;
}

.vmc-footer-content table, tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-container-item {
    overflow: hidden;
    position: relative;
}

    .video-container-item::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container-item iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.vmc-grid-body-title-pItem {
    font-size: 0.9rem;
    text-align: center;
}

.vmc-lang-label {
    margin-left: 0.3rem;
}

.vmc-kh-font {
    font-family: "KohSantepheap-Regular", sans-serif;
}
