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

html {
    font-family: 'Times New Roman', Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display";
    letter-spacing: 5px;
    font-weight: 400;
    margin: 10px 0;
}

h1 {
    font-size: 36px;
}

h4 {
    font-size: 20px;
}

.font-15-color {
    font-size: 15px !important;
    color: #757575;
}

.font-15 {
    font-size: 15px !important;
    line-height: 1.5;
}

.font-18 {
    font-size: 18px !important;
    line-height: 1.5;
}

.padding {
    padding: 64px 16px !important;
}

.padding-nav {
    padding: 16px 8px !important;
}

.input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.margin {
    margin: 15px 0 !important;

}

.clear {
    clear: both;
}

/* Main */

#header {
    width: 100%;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

#header .nav ul li{
    display: inline-block;
    letter-spacing: 4px;
}

#header .nav ul li a {
    text-decoration: none;
    color: #000;
}

#header .nav {
    padding: 8px 16px;
}

#header .nav-left {
    display: inline-block;
}

#header .nav-left li {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
}

#header .nav-left li:hover {
    background-color: #ccc;
}

#header .nav-right {
    float: right;
}

#header .nav-right li {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5;
}

#header .nav-right li:hover {
    background-color: #ccc;
}

#slider {
    position: relative;
    padding-top: 50%;
    background: url(/assets/img/slider/slider1.jpg) top center / cover no-repeat;
}

#slider .siler-desc {
    position: absolute;
    padding: 12px 24px;
    bottom: 0;
}

#slider .siler-desc h1 {
    color: rgb(100, 100, 100);
    line-height: 1.5;
    font-size: 36px;
}

#content {
    margin: 0 125px;
}

#content .content-secsion {
    padding: 64px 0;
}

#content .content-img {
    opacity: 0.75;
    padding: 12px 24px;
    float: left;
    width: 49.99999%;
}

#content .content-info {
    float: left;
    padding: 12px 24px;
    width: 49.99999%;
}

#content .content-info h1 {
    text-align: center;
}

#content .content-info h5 {
    text-align: center;
}

#content .content-info p {
    font-size: 18px;
    line-height: 1.5;
    margin: 18px 0;
}

#content .content-info .content-p1 span {
    background-color: #f1f1f1;
    padding: 0 8px;
    display: inline-block;
}

#content .content-info .content-p2 {
    opacity: 0.75;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

#content .content-about p {
    margin: 15px 0;
}

#content .content-about b {
    color: #607d8b;
}

#content .content-about .about-button {
    border: none;
    font-size: 15px;
    padding: 8px 16px;
    line-height: 1.5;
}

#content .content-about .about-button:hover {
    background-color: #ccc;
    cursor: pointer;
}

#content .content-about > p > a {
    color: #607d8b;
    opacity: 0.6;
}

#content .content-about > p > a:hover {
    opacity: 1;
}

#footer {
    padding: 32px 0;
    background-color: #f1f1f1;
}

#footer p {
    text-align: center;
}
