@import url('https://fonts.googleapis.com/css?family=Lobster');
body {
    font-family: Arial, Helvetica, 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    background-color: #fff;
}

.top{
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top-title{
    text-align: center;
    font-weight: bold;
    font-size: 46px;
    padding: 20px 0;
}

.top-title p{
    font-size: 48px;
    color: #c40609;
}

.top-img{
    text-align: center;
}

.top-img img{
    width: 100%;
    position: absolute;
    bottom: 15px;
    right: -15%;
}

.top-list{
    width: 60%;
    margin: 0 auto;
}

.top-words{
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
}

.list-control{
    text-align: center;
    text-align-last:center;
}

.list-icon{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: calc(50% - 10px);
    font-size: 24px;
    color: #a6a6a6;
}

.top-right{
    background-color: rgba(16, 16, 17, 0.7);
    color: #ffffff;
}

.form-btn{
    justify-content: space-between;
    text-align: right;
}

.form-btn button{
    color: #2f2f2f;
    background-color: #ffffff;
    padding: 3px 20px;
    font-size: 18px;
    font-family: 'Genyun', 'LiHei Pro', 'Microsoft JhengHei', sans-serif!important;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media screen and (max-width:360px){
    .form-btn button{
        padding: 3px 5px;
    }
}

.red{
    width: 100%;
    border-top: 100px solid #c40609;
    position: absolute;
    bottom: 0;
}

.mb-3{
    margin-bottom: 2rem!important;
}

@media screen and (max-width: 991px){
    .top-list{
        width: 100%;
    }
}

.connect {
    margin-bottom: 10rem;
    margin-top: 8rem;

}

.connect .connect-img {
    text-align: center;
    margin-bottom: 30px;
}

.connect .connect-img img {
    max-width: 80%;
    box-shadow: -70px 70px 1px -40px #a69f99;
}

@media screen and (max-width: 767px){
    .connect .connect-img img{
        box-shadow: -51px 50px 1px -20px #a69f99;
    }
}

.connect .connect-title {
    font-size: 32px;
    color: #604023;
    font-weight: bold !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.connect .connect-info {
    margin: 20px 0 40px 0;
    color: #000902;
}

.connect .connect-info p {
    margin: 5px 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.connect .connect-info a {
    outline: none !important;
    color: #000902;
}

.connect-btn-area .col-md-5 {
    padding: 0;
}

.connect-btn {
    text-align: center;
    padding: 5px;
    border: 2px solid #624327;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.connect-btn img {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.connect-btn.line {
    background: #624327;
    color: #fff;
}

.connect-btn.phone {
    background: #fff;
    color: #624327;
}

.items {
    margin-bottom: 8rem;
    margin-top: 8rem;
}

.items-title{
    text-align: center;
    font-size: 28px;
    margin: 0 20px;
    margin-bottom: 80px;
}

.items-item {
    text-align: center;
}

.items-img{
    width: 80px;
    height: 80px;
    margin: 20px;
}

.items-text{
    text-align: center;
    padding: 0 15px;
    font-weight: bold !important;
}

.service {
    margin: 50px 0;
}

.service-title {
    color: #5F3F23;
    text-align: center;
    margin-bottom: 100px;
}

.service-title h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: bold !important;
}

.service-title h3 {
    font-size: 18px;
}

.service .container {
    margin: 0 auto;
}

.service .container > div {
    padding: 0 40px 0 40px;
    margin-bottom: 80px;
}

@media screen and (max-width: 991px){
    .service .container > div {
        padding: 0 20px 0 20px;
        margin-bottom: 40px;
    }
}

.service-item {
    background: #F7F7F7;
}

.service-item img {
    width: 100%;
    object-fit: cover;
}

.service-item .item-title {
    font-size: 18px;
    color: #535353;
    padding: 20px;
    padding-bottom: 0;
    font-weight: bold !important;
}

.service-item .item-contact {
    color: #8A8886;
    padding: 20px;
}

footer {
    background-color:#433F31;
    color:#ffffff;
    padding:15px 0;
}

footer > div {
    max-width: 90vw;
    padding-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto;
}

footer .copyright {
    text-align:center;
    border-top: 1px solid #ffff;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

footer a {
    outline: none !important;
    color: #fff;
}

.copyright:hover{
    color: #ffffff!important;
}

.contact-icon{
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.contact-icon img{
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}
