html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .headdd {
        text-align: center
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.Isec {
    padding: 40px 0px 0px 0px;
}

.Isec1 {
    padding: 30px 20px 40px 20px;
}

    .Isec1 h1 {
        font-size: 60px;
        font-weight: 700;
    }

    .Isec1 p {
        font-size: 20px;
        font-weight: 500;
    }

    .Isec1 a {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

.Isec2 {
    border: 1px solid #153780;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    background-color: #153780;
    color: white;
}

.icard {
    padding: 0px 10px 0px 10px;
    margin: 0px 6px 0px 0px;
}

    .icard p {
        font-size: 17px;
        font-weight: 500;
    }

.Isec2 div a {
    font-weight: 700;
    text-decoration: none;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

li {
    list-style-type: none;
}

.Isec3 {
    margin-top: 50px;
}

.card {
    padding: 30px;
}

.Isec4 {
    margin-top: 50px;
    padding: 0px 20px 20px 20px;
}

    .Isec4 div h4 {
        font-size: 30px;
        font-weight: 500;
    }

.icen {
    padding: 40px;
}

    .icen h6 {
        font-weight: 200;
        font-size: 15px
    }

    .icen h4 {
        font-weight: 600;
        font-size: 20px;
    }

.fm {
    padding: 10px 10px 10px 10px;
}

.headd {
    padding: 30px;
    border: 1px solid #153780;
    border-radius: 8px;
    background-color: #153780;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 800;
}

.conde {
    padding: 40px;
    border: 1px solid #153780;
    border-radius: 8px;
    background-color: #153780;
    font-family: 'Microsoft JhengHei';
    margin: 5px;
}

.iconpos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.375rem;
    color: #fff;
    font-size: 2rem;
}

.sidenave {
    background-color: midnightblue;
    border: 1px solid midnightblue;
    border-radius: 6px;
    color: white;
    text-align: center;
}

/*slide*/
* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    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 {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
