 menu {
     background: url(../images/bg-banner.jpg);
     background-attachment: fixed;
     background-position: center;
     background-size: cover;
 }

 *,
 body {
     margin: 0;
     padding: 0;
     font-family: sans-serif;
     user-select: none;
 }

 .bor-all {
     border: 2px dashed #000;
     width: 86%;
     margin: 0px auto;
     border-top: 0px;
     background: #fff;
     margin-bottom: 20px;
 }

 p {
     font-size: 17px;
     margin-bottom: 15px;
     font-family: sans-serif;
     line-height: 28px;
     color: #333;
     text-align: justify;
 }

 a strong {
     color: #9d2424;
 }

 .list-set {
     padding-left: 20px;
     margin-bottom: 20px;
 }

 .list-set li {
     margin-bottom: 10px;
     line-height: 25px;
     text-align: justify;
     list-style: inside;
 }

 i strong {
     margin-bottom: 10px;
     display: block;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin-bottom: 15px;
     color: #333;
 }

 h1 {
     font-size: 30px;
 }

 h2 {
     font-size: 29px;
 }

 h3 {
     font-size: 28px;
 }

 h4 {
     font-size: 27px;
 }

 h5 {
     font-size: 26px;
 }

 h6 {
     font-size: 25px;
 }

 img {
     cursor: pointer;
 }

 .flex-row {
     display: flex;
     flex-wrap: wrap;
 }

 .justify-between {
     justify-content: space-between;
 }

 .set-plr {
     padding: 0px 15px;
 }

 .set-plr b {
     margin-bottom: 10px;
     display: block;
 }

 .cick-btn {
     display: none;
 }

 .banner {
     display: flex;
 }

 .banner img {
     width: 100%;
 }

 .img-set img {
     width: 100%;
 }

 .img-set {
     padding-top: 30px;
 }

 header {
     background: #000000;
 }

 aside {
     width: 28%;
 }

 aside a {
     display: block;
 }

 ul.menu-set {
     width: 70%;
 }

 ul.menu-set li {
     list-style: none;
     margin: 12px 3px;

 }

 ul.menu-set li a {
     color: #fff;
     text-decoration: none;
     font-size: 16px;
     padding: 6px 15px;
     display: block;
     font-weight: 600;
 }

 ul.menu-set li a:hover,
 ul.menu-set li a.active {
     background: #fff;
     color: #000;
 }

 .add-me {
     justify-content: space-around;

 }

 .add-me a {
     width: 40%;
     color: #fff;
     background: #9d2424;
     border-radius: 50px;
     margin: 10px 0px;
     font-size: 30px;
     text-decoration: none;
     align-items: center;
     display: flex;
     padding: 6px 10px;
     justify-content: center;

 }

 @keyframes flash {
     from {
         opacity: 1;
     }

     to {
         opacity: 0;
     }
 }

 .add-me a img {
     padding-right: 10px;
     max-height: 50px;
 }

 .boot-me {
     position: fixed;
     bottom: 20%;
     right: 0%;
     z-index: 2;
 }

 .boot-me a {
     width: 100%;
     color: #000;
     background: #fff;
     margin: 10px 0px;
     font-size: 20px;
     text-decoration: none;
     align-items: center;
     display: flex;
     padding: 6px 10px;
     border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;
     border: 1px solid #9d2424;
 }

 .boot-me a img {
     padding-right: 10px;
     max-height: 50px;
 }

 .privacy-set {
     padding: 40px 15px;
 }

 .privacy-set .privacy-box {
     width: 24%;
     border: 1px solid #000;
     border-radius: 10px;
     text-align: center;
     padding: 20px 0px;
 }

 .privacy-set .privacy-box img {
     max-width: 100px;
 }

 .privacy-set .privacy-box span {
     display: block;
     font-size: 20px;
     padding: 11px 6px;
     font-weight: 600;
 }

 .privacy-set .privacy-box p {
     font-size: 16px;
     padding: 0px 10px;
     margin-bottom: 0px;
 }

 footer {
     border-top: 5px solid #9d2424;
     background: #333742;
 }

 .footer-cont {
     width: 86%;
     margin: 0px auto;
     padding: 20px 0px;
 }

 .footer-cont > .footer-box {
     width: 24%;
 }

 .footer-cont > .footer-box span {
     color: #fff;
     font-weight: 600;
     margin-bottom: 20px;
     display: block;
     font-size: 20px;
 }

 .footer-cont > .footer-box p {
     color: #f2e5e5;
     font-size: 15px;
     text-align: left;
     margin-bottom: 0px;
 }

 .footer-cont > .footer-box ul li {
     list-style: square;
     margin-left: 20px;
     color: #fff;
 }

 .footer-cont > .footer-box ul li a {
     color: #f2e5e5;
     display: block;
     padding: 5px 0px;
 }

 .footer-cont > .footer-box a {
     display: block;
     padding-left: 30px;
 }

 .copy-footer {
     background: #000;
     padding: 8px 0px;
 }

 .copy-footer p {
     margin: 0px;
     color: #fff;
     text-align: center;
 }

 .copy-footer p a {
     color: #fff;
 }

 .location {
     border-top: 2px dashed #000;
     padding: 20px 15px 10px;
     border-bottom: 2px dashed #000;
 }

 .location ul li {
     list-style: none;
     width: 19%;
     margin-bottom: 10px;
 }

 .location ul li a {
     text-decoration: none;
     background: #000000;
     color: #fff;
     padding: 8px 20px;
     display: block;
     border-radius: 5px;
 }

 .map-set {
     padding: 20px 15px;
 }

 .map-set iframe {
     width: 100%;
     height: 300px;
 }

 .profile {
     border-top: 2px dashed #000;
     padding: 30px 15px 20px;
     border-bottom: 2px dashed #000;
     margin-bottom: 30px;
 }

 .profile .profile-box {
     width: 24%;
     border: 3px inset #9d2424;
     margin-bottom: 15px;
     position: relative;
 }

 .profile-page > .three-box > .profile-box:after,
 .profile .profile-box:after {
     content: "";
     width: 100px;
     height: 90px;
     background: url(../images/vip.png);
     top: -10px;
     right: -23px;
     position: absolute;
     display: inline-block;
     background-repeat: no-repeat;
 }

 .profile span {
     display: block;
     width: 100%;
     color: #000;
     margin-bottom: 20px;
     font-size: 25px;
 }

 .profile span a {
     color: #9d2424;
 }

 .profile .profile-box a {
     text-decoration: none;
 }

 .profile .profile-box img {
     width: 100%;
     max-height: 350px;
 }

 .profile .profile-box p {
     font-size: 15px;
     color: #000;
     font-weight: 600;
     margin-bottom: 0px;
     display: block;
     padding: 5px 10px;
 }

 .profile.profile-in {
     margin-bottom: 0px;
     border-bottom: 0px;
 }

 .profile-page > .three-box {
     width: 33%;
     border: 1px solid #ddd;
 }

 .profile-page > .three-box > .profile-box {
     border: 3px inset #9d2424;
     position: relative;
 }

 .profile-page > .three-box > .profile-box img {
     width: 100%;
     max-height: 350px;
     display: block;
 }

 .profile-page {
     padding-top: 30px;
     padding-bottom: 30px;
 }

 .profile-page > .three-box table tbody tr td {
     background: #ddd;
     padding: 6px 20px;
     width: 100%;
 }

 .profile-page > .three-box b big {
     padding: 10px 18px 0px;
     display: block;
 }

 .profile-page > .three-box ul {
     padding-left: 20px;
     height: 290px;
     overflow: auto;
 }

 .profile-page > .three-box ul li {
     list-style: square;
     padding: 5px 0px;
 }

 @media only screen and (max-width:767px) {

     .boot-me a,
     .add-me a {
         font-size: 20px;
     }

     .boot-me a img,
     .add-me a img {
         max-height: 35px;
     }

     ul.menu-set,
     aside {
         width: 100%;
     }

     ul.menu-set {
         border: 1px solid #fff;
         display: none;
     }

     aside a {
         text-align: center;
         padding-top: 10px;
     }

     ul.menu-set li {
         width: 100%;
         margin: 0px;
     }

     .cick-btn {
         display: block;
         width: 100%;
         text-align: center;
         padding-bottom: 20px;
     }

     .cick-btn button {
         padding: 5px;
     }

     .cick-btn span {
         background: #000;
         display: block;
         width: 30px;
         height: 2px;
     }

     .cick-btn span:nth-child(2) {
         margin: 5px 0px;
     }

     .privacy-set .privacy-box {
         width: 100%;
         margin-bottom: 20px;
     }

     .privacy-set {
         padding-bottom: 10px;
     }

     .privacy-set .privacy-box p {
         text-align: center;
     }

     h1 {
         font-size: 25px;
     }

     h2 {
         font-size: 24px;
     }

     h3 {
         font-size: 23px;
     }

     h4 {
         font-size: 22px;
     }

     h5 {
         font-size: 21px;
     }

     h6 {
         font-size: 20px;
     }

     .location ul li {
         width: 49%;
     }

     .footer-cont > .footer-box {
         width: 49%;
         margin-bottom: 20px;
     }

     .copy-footer p {
         padding: 0px 20px;
     }

     .profile .profile-box {
         width: 48%;
     }

     .profile span {
         line-height: 35px;
     }

     .profile-page > .three-box {
         width: 49%;
     }
 }

 @media only screen and (max-width:580px) {
     .add-me a {
         width: 100%;
         border-radius: 0px;
         margin: 4px 0px;
     }

     .privacy-set .privacy-box span {
         font-size: 17px;
     }

     p {
         font-size: 15px !important;
         line-height: 25px;
     }

     .map-set iframe {
         height: 200px;
     }

     .footer-cont > .footer-box {
         width: 100%;
     }

     .footer-cont > .footer-box:nth-child(2) {
         order: 4;
     }

     .location ul li {
         width: 100%;
     }

     .profile-page > .three-box {
         width: 100%;
     }

     .profile-page > .three-box ul {
         height: auto;
         overflow: hidden;
     }
 }

 @media only screen and (max-width:480px) {
     .profile .profile-box {
         width: 100%;
     }
 }
