* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
img {vertical-align: middle;}
p,a {
    font-size: 16px;
    line-height: 1.6;
}
.wrap-top {
    width: 100%;
    background: #064c8d;
}
.top {
    width: 90%;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logotai {
    width: 100%;
    display: flex;
    align-items: center;
}
h1 {
    color: #fff;
    font-size: 21px;
    padding-left: 10px;
}
.nav {
    position: absolute;
    top: 80px;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    transition: .4s;
    transform: translateX(-100%);

}
.nav a {
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    border-bottom:1px solid #999;
}
.fa-align-justify {
    font-size: 30px;
    color: #fff;
    transition: .6s;
}
#menu { display: none; }
#menu:checked ~ label .fa-align-justify{
    transform: rotate(90deg);
    color: yellow;
}
#menu:checked ~ .nav {
    transform: translateX(0);
}

.banner {
    width: 100%;
    height: 200px;
    background: url(img/ban.jpg) 50%;
    background-size: cover;
    border-bottom: 3px solid #585858;
}

.wrap-about {
    width: 100%;
    background: url(img/ban2.jpg) fixed;
    background-size: cover;
    padding: 30px 0;
}
.about {
    width: 95%;
    margin: auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, .6);
    box-sizing: border-box;
}

.wrap-service {
    width: 100%;
    background: url(img/ban2.jpg) fixed;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}
.service {
    width: 90%;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
}
.service .fas {
    font-size: 42px;
    color: #0b96d6;
}
h3 {
    color: #064c8d;
}
.service > .item {
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
}

.wrap-pro {
    width: 100%;
    background: url(img/banmx.jpg) fixed;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}
.pro {
    width: 90%;
    margin: auto;
    padding: 30px 0;
    box-sizing: border-box;
}
.pro > .item {
    width: 100%;
    background-color: #fff;
    margin: 10px 0;
    box-sizing: border-box;
}
.pro img {
    width: 100%;
}
.pro h3,
.pro p {
    padding: 5px 20px;
}

.wrap-contact {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 30px 0;
}
.contact img {
    width: 100px;
}
.googlemap {
    padding: 40px 0;
}
.copy {
    width: 100%;
    color: #fff;
    text-align: center;
    background: linear-gradient(#064c8d, rgb(10, 78, 99));
    padding: 30px 0;
}
