body {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    color: #444;
}
a{
   text-decoration: none;
}
a:hover{
   text-decoration: none;
}
.daj{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo a{
    font-family: 'Bodoni Moda', serif;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    font-size: 26px;
    letter-spacing: 1px;
}
.foot_t a{
    color:#fff;
    margin-left:15px;
}
.bi_nr p{
	margin-bottom:0;
}
.section3 p{
	margin-bottom:0;
}
.banner_i{
    height: 100vh;
    background-image: url(../images/cropped-If-I-stood-still-scaled-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.banner_i img{
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
}
.top{
    padding: 20px;
    transition: .3s ease-in-out;
}
.top_nav a{
    color:#fff;
    font-size: 16px;
    padding-right: 35px;
    transition: .3s ease-in-out;
}
.top_nav a:hover{
    color:#c3c3c3;
    transition: .3s ease-in-out;
}
/* .banner:before{
        content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
} */
.scr small:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 5px;
    left: 5px;
    top: 12px;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: 5;
    animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.scr small {
    width: 14px;
    display: inline-block;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #fff;
    position: relative;
    vertical-align: middle;
}
.scr {
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 13px;
    z-index: 9999;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.w_list_t{
    font-size: 25px;
    text-align: center;
}
.w_list_l a{
    text-align: center;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    color: #444;
}
.w_list_a{
    font-weight: bold;
}
.w_list_l a:hover{
    font-weight: bold;
}
.w_list_l a:last-of-type {  
    border-bottom: 1px solid #f2f2f2;  
}
.t_list img{
    width: 100%;
    margin-bottom: 10px;
}

.t_list:hover .t_list_t{
    color:#000;
}
.t_list_i {  
    position: relative; 
     transition: background 0.3s ease-in-out;   
}
.t_list{
    margin-bottom: 60px;
}
.foot i{
    color:#fff;
    font-size: 30px;
}
.foot{
    background: #000;
    padding: 10px 0;
    color: #fff;
}
.fixedx{
    background: #000;
    transition: .3s ease-in-out;
    transform: translateY(0);
}
.head_wap{
    display: none;
}
@media (max-width: 986px) {
   
   
}
@media (max-width:1075px){
.head_wap{
  display: block;
}
 .top{
         display: none;
    }
}
.head_wap .navbar-brand img{
  height: 50px;
}

  .HeaderMobile .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5vw;
  }
  .HeaderMobile .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .HeaderMobile .box .logo a {
  display: block;
  }
  .HeaderMobile .box .logo a img {
  height: 32px;
  }
  .HeaderMobile .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .HeaderMobile .box .button .search p svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }
  .HeaderMobile .box .button .search .Close {
  display: none;
  }
  .HeaderMobile .box .button .search .active .Show {
  display: none;
  }
  .HeaderMobile .box .button .search .active .Close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }
  .HeaderMobile .box .button .word {
  font-size: 14px;
  font-weight: bold;
  }
  .HeaderMobile .box .button .word a {
  color: #206231;
  text-decoration: none;
  }
  .HeaderMobile .box .button .word a svg {
  display: inline-block;
  vertical-align: sub;
  animation: CallUp 0.5s ease 0s infinite;
  -webkit-animation: CallUp 0.5s ease 0s infinite;
  -moz-animation: CallUp 0.5s ease 0s infinite;
  -o-animation: CallUp 0.5s ease 0s infinite;
  }
  .HeaderMobile .box .button .word a img {
  position: relative;
  }
  .HeaderMobile .box .button .call a {
  color: #000;
  font-size: 16px;
  }
  .HeaderMobile .box .button .Lanuage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 50px;
  }
  .HeaderMobile .box .button .Lanuage p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border: 1px solid #999;
  padding: 7px 8px;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .HeaderMobile .box .button .Lanuage p a {
  color: #999;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  text-decoration: none;
  padding: 0 7px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .HeaderMobile .box .button .Lanuage p a:not(:last-child) {
  border-right: 1px solid #999;
  }
  .HeaderMobile .box .button .Lanuage p a:hover {
  color: #206231;
  }
  .HeaderMobile .box .button .search{
  margin-right: .5rem;
  }
  .HeaderMobile .box .button .menu {
  margin-left: .5rem;
  }
  .HeaderMobile .box .button .menu .menu_btn p {
  position: relative;
  margin-bottom: 0;
  }
  .HeaderMobile .box .button .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background:#fff;
  margin: 8px 0;
  }
  .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
  opacity: 0;
  }
  .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .HeaderMobile .box .button .menu .menu_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .HeaderMobile .box .button .menu .menu_btn p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .HeaderMobile .box .button .menu .menu_btn.active p span {
  opacity: 0;
  }
  .HeaderMobile .box .button .menu .menu_btn.active p::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  }
  .HeaderMobile .box .button .menu .menu_btn.active p::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  }
  .MobileNav {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100vh - 58px);
  height: calc(100vh - 58px);
  background: #fff;
  z-index: 999999999;
  display: none;
  }
  .MobileNav .box {
  margin: 0 5vw;
  padding: 30px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
  .MobileNav .box .box_scroll {
  overflow: scroll;
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  }
  .MobileNav .box .box_scroll::-webkit-scrollbar {
  display: none;
  }
  .MobileNav .box .item  p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0;
  /* pointer-events: none; */
  }
  .MobileNav .box .active p {
  pointer-events: auto;
  }
  .MobileNav .box .item p a {
  display: block;
  font-size: 22px;
  line-height: 76px;
  color: #000;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }
  .MobileNav .box .item  p span {
  width: 22px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  right: 0;
  }
  .MobileNav .box .item  p i {
  display: block;
  width: 22px;
  height: 1px;
  background: #999;
  position: relative;
  }
  .MobileNav .box .item  p i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  }
  .MobileNav .box .item  p .active i::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  }
  .MobileNav .box .item ul {
  display: none;
  padding: 16px 24px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .MobileNav .box .item:last-child p {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  }
  .MobileNav .box .item ul li a {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 54px;
  opacity: 0.8;
  text-decoration: none;
  }
@media screen and (max-width:992px) {
  .lpk_pc {
    display: none;
  }

  .lpk_phone {
    display: block;
  }
  .MobileMain{
    display: block;
  }
  .banner_i{
       height: 100vh;
       background-image: url(../images/cropped-If-I-stood-still-scaled-1.jpg);
       background-repeat: no-repeat;
       background-position: top center;
       background-attachment: fixed;
       background-size: cover;
}
}
@media screen and (max-width: 699px) {
  .MobileNav .box .item  p a {
    font-size: 16px;
    line-height: 50px;
    }
    .MobileNav .box .item  p span {
    width: 15px;
    height: 50px;
    }
    .MobileNav .box .item  p font {
    display: inline-block;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    position: relative;
    right: -2px;
    }
    .MobileNav .box .item ul li a {
    font-size: 14px;
    line-height: 36px;
    }
    .MobileNav .box .item ul {
    padding:10px;
    }
}

.bi_nr{
      line-height: 2.0;
    letter-spacing: 0.025rem;
}
.bi_nr img{
  max-width: 100%
}
.section3{
   line-height: 2.0;
    letter-spacing: 0.025rem;
}
@media screen and (max-width: 992px){
  .bi_nr,.section3{
    padding: 0 5%;
  }
}
.exh_list_i img{
  width: 100%;
}
.exh_list_xi img{
  max-width: 100%;
}
.exh_list{
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3rem !important;
}
.exh_list:last-child{
  border-bottom: 0;
}
@media screen and (max-width: 768px){
  .xbb{
    margin: 30px 0;
  }
  .foot_t a{
      display: block;
      margin-left:0;
  }
}
.rm{
  text-align: center;
}
.rm a{
      color: #666;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
}
.rm i{
  margin-left: 6px;
  transition: .3s ease-in-out;
}
.rm a:hover i{
  margin-left: 2px;
  transition: .3s ease-in-out;
}
.section2_list img{
     width: 60%;
    margin: 0 auto;
    display: block;
}
.section2_list {
  margin-bottom: 30px;
}
.section2_list_t{
  text-align: center;
  margin-top: 10px;
  color:#666;
  line-height: 20px;
}
@media screen and (max-width: 768px){
  .section2_list img{
    width: 80%;
  }
}
.section2{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 50px;
}
