@font-face {
    font-family: Ngaan;
    src: url('./fonts/Ngaan.ttf');
}

* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

table {
    width: 100%;
    max-width: 800px;
    border-bottom: 2px solid #FFC811;
    border-collapse: collapse;
    font-weight: bold;
    color: #000000;
}
table th, td {
    padding: 15px 45px;
}
table td:only-child {
    padding-bottom: 45px;
}
table th {
    text-align: left;
    background-color: #FFC811;
    white-space: nowrap;
    font-size: 24px;
}
table td {
    text-align: left;
    vertical-align: top;
    border-bottom: 3px solid #FFC811;
}
table.gray td {
    border-bottom: 3px solid #DDDDDD;
}
table .nowrap {
    white-space: nowrap;
}
table tr:last-child {
    border-bottom: 6px solid #FFC811;
}
@media screen and (max-width: 768px) {
    table th, td {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 480px) {
    table th, td {
        padding: 15px;
    }
}

.breadcrumbs-layout {
    width: 100%;
    height: 300px;
    background: #4e555b none no-repeat scroll center;
    background-size: cover;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumbs-layout li {
    display: inline;
}
.breadcrumbs-layout ul {
    padding-inline-start: 0;
}
.breadcrumbs-layout li::after {
    margin-left: 10px;
    content: '>';
}
.breadcrumbs-layout li:last-child::after {
    margin-left: 0;
    content: '';
}
.breadcrumbs-layout .title {
    font-size: 48px;
    margin: 10px;
}
.breadcrumbs-layout a {
    color: #FFFFFF;
}

main {
    width: 100%;
    padding: 100px 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.e-menu-img-list {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e-menu-img-list img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.slick-arrow {
    z-index: 999;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .Footer-2,
    .Footer-3 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .main-Container .Index-Img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: right;
        background-color: #949799;
    }
}

.thuimg {
    position: relative;
    height: 200px;
    width: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid white;
}

.thuimg .text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 15px;
    color: #DDDDDD;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: bold;
}

@supports (-ms-ime-align:auto) {
    .Service-2,
    .Index-2 {
        display: none;
    }
}

@media screen\0 {
    .Service-2,
    .Index-2 {
        display: none;
    }
}

.main-Footer .row {
    justify-content: center;
}

.process-img-list {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-img-list img {
    max-width: 450px;
    height: auto;
    padding: 5px;
}