* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: black; }

header {
  background-color: black;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px; }
  header .header__customize {
    position: relative; }

.header__customize {
  display: flex; }

.img--logo {
  padding: 2rem 5rem; }

.img--branch {
  margin-top: 2.5rem; }

.header__nav {
  margin: 0 2.5rem; }

.navbar--customize .nav-item {
  color: white;
  font-size: 16px;
  margin: 0 0.5rem; }

.navbar--customize li a {
  color: white;
  font-size: 16px;
  padding: 0;
  margin: 0; }

.btn--hamburger {
  position: absolute;
  color: white;
  font-size: 20px;
  right: 3.5rem;
  bottom: 1rem;
  display: none; }
  .btn--hamburger:focus:hover {
    color: #00adef;
    box-shadow: none;
    border: none; }
  .btn--hamburger:hover {
    color: #00adef;
    box-shadow: none;
    border: none; }

.btn--hamburger--search {
  position: absolute;
  color: white;
  font-size: 20px;
  right: 6rem;
  bottom: 1rem;
  display: none; }
  .btn--hamburger--search:focus {
    color: #00adef;
    box-shadow: none;
    border: none; }
  .btn--hamburger--search:hover {
    color: #00adef;
    box-shadow: none;
    border: none; }

@media screen and (max-width: 1280px) {
  .navbar--hidden {
    display: none; }

  .btn--hamburger,
  .btn--hamburger--search {
    display: block; } }
@media screen and (max-width: 785px) {
  .navbar--customize--hidden {
    display: none; } }
@media screen and (max-width: 423px) {
  .img--logo {
    padding: 2rem 5rem;
    width: 60%; }

  .img--branch {
    margin-top: 2.5rem;
    width: 30%; } }
@media screen and (max-width: 400px) {
  .img--logo {
    padding: 2rem 5rem;
    width: 65%; }

  .img--branch {
    margin-top: 2.5rem;
    width: 30%; } }
@media screen and (max-width: 350px) {
  .img--logo {
    padding: 2rem 5rem;
    width: 75%; }

  .img--branch {
    margin-top: 2.5rem;
    width: 20%; } }
.slick-initialized {
  overflow: hidden; }

.slick-next {
  right: 50px; }

.slick-prev {
  left: 50px;
  z-index: 10; }

.carousel__content {
  position: relative;
  margin-top: 100px; }
  .carousel__content img {
    width: 100%; }

.carousel__description {
  position: absolute;
  top: 0;
  left: 0;
  margin: 5rem 0 0 8rem;
  width: 40%; }
  .carousel__description a {
    text-decoration: none;
    color: white; }
  .carousel__description button {
    margin-top: 2rem;
    color: #ddd;
    font-size: 16px;
    background-color: #333;
    border: 1px solid #202020;
    padding: 0.5rem 1.5rem; }
    .carousel__description button:hover {
      background-color: #1f1f1f; }
  .carousel__description p {
    color: #ddd;
    margin-top: 25rem; }

.nav__content {
  position: absolute;
  top: 100px;
  background-color: black;
  width: 100%;
  height: auto;
  z-index: 11; }
  .nav__content ul li {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 20px; }
    .nav__content ul li a {
      text-decoration: none;
      color: white; }

@media screen and (max-width: 600px) {
  .carousel__description a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    width: 100%; }
  .carousel__description button {
    margin-top: 2rem;
    color: #ddd;
    font-size: 13px;
    background-color: #333;
    border: 1px solid #202020;
    padding: 0.2rem 1rem; }
    .carousel__description button:hover {
      background-color: #1f1f1f; }
  .carousel__description p {
    color: #ddd;
    margin-top: 25rem; } }
@media screen and (max-width: 460px) {
  .carousel__content img {
    height: 270px; } }
@media screen and (max-width: 400px) {
  .btn--hamburger {
    padding-top: 100px; }

  .carousel__description a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    width: 100%; }
  .carousel__description button {
    margin-top: 2rem;
    color: #ddd;
    font-size: 12px;
    background-color: #333;
    border: 1px solid #202020;
    padding: 0.1rem 0.5rem; }
    .carousel__description button:hover {
      background-color: #1f1f1f; }
  .carousel__description p {
    color: #ddd;
    margin-top: 25rem; } }
#search {
  background-color: #141414; }
  #search .search__position {
    background-color: #141414;
    padding: 2.5rem 0; }
    #search .search__position .search__form {
      display: flex;
      background-color: white; }
      #search .search__position .search__form input {
        width: 100%;
        height: 40px;
        font-size: 20px;
        border: none; }
        #search .search__position .search__form input:focus {
          outline: none; }
      #search .search__position .search__form i {
        padding: 1rem 0.5rem;
        font-size: 16px; }
        #search .search__position .search__form i:hover {
          color: #565555;
          cursor: pointer; }
        #search .search__position .search__form i:active {
          color: #00adef; }

#introduce {
  background-color: black;
  color: white; }
  #introduce .introduce__content {
    padding-top: 7rem; }
    #introduce .introduce__content p {
      font-size: 14px;
      padding-top: 2rem; }
    #introduce .introduce__content button {
      background-color: #00adef;
      font-size: 16px;
      color: white;
      padding: 0.5rem 1rem;
      border: none; }
      #introduce .introduce__content button:hover {
        background-color: #0088c6; }
  #introduce .introduce__img .row {
    padding: 8rem 0; }
  #introduce .introduce__img img {
    width: 100%; }
  #introduce .introduce__img .introduce__hover {
    position: relative; }
    #introduce .introduce__img .introduce__hover::after {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 0;
      background-color: #00adef;
      transition: all 0.12s ease-in-out; }
  #introduce .introduce__img .introduce__hover:hover::after {
    height: 8px;
    transition: all 0.12s ease-in-out; }

#nav {
  background-color: black; }
  #nav .nav-tabs {
    border-bottom: none; }
    #nav .nav-tabs a {
      margin: 0 1rem 2rem 1rem;
      color: white; }
      #nav .nav-tabs a:hover {
        color: #00adef;
        border: none; }
      #nav .nav-tabs a i {
        margin: 0 1rem; }
    #nav .nav-tabs a.active {
      background-color: black;
      border: none;
      color: #00adef;
      border-bottom: 1px solid #00adef; }
  #nav .tab-content a .img__item {
    position: relative;
    padding: 1px;
    margin: 0; }
    #nav .tab-content a .img__item img {
      width: 100%; }
    #nav .tab-content a .img__item:hover .img__content {
      height: 130px;
      transition: all 0.45s ease-in-out;
      background-color: #000000b5; }
      #nav .tab-content a .img__item:hover .img__content .img__introduce {
        opacity: 1;
        transition: all 1s ease-in; }
      #nav .tab-content a .img__item:hover .img__content .img__description {
        opacity: 0;
        transition: all 0.05s ease-in-out; }
  #nav .tab-content a .img__content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    background-color: #23232373;
    height: 65px;
    transition: all 0.45s ease-in-out; }
    #nav .tab-content a .img__content h3 {
      margin: 1rem 3rem; }
    #nav .tab-content a .img__content .img__introduce {
      margin: 2rem 3rem;
      font-size: 14px;
      opacity: 0;
      transition: all 0.2s; }
    #nav .tab-content a .img__content .img__description {
      position: absolute;
      margin: 0.5rem 3rem;
      left: 0;
      bottom: 0;
      font-size: 13px;
      transition: all 0.05s ease-in-out; }
  #nav button {
    background: linear-gradient(#303030, #202020);
    color: #dedede;
    border: 1px solid #202020;
    padding: 0.6rem 2rem;
    margin: 3rem 0;
    font-size: 15px; }

#text__content .text__content {
  background-color: black;
  color: white; }
  #text__content .text__content .row--title {
    margin-bottom: 2rem; }
  #text__content .text__content .row i {
    margin-right: 0.5rem; }
  #text__content .text__content .row a {
    font-size: 14px;
    text-decoration: none;
    color: #999; }
    #text__content .text__content .row a:hover {
      color: #00adef; }
  #text__content .text__content .row .input--email {
    padding: 0.6rem 0;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
    width: 370px;
    color: white;
    font-size: 18px;
    font-style: italic; }
    #text__content .text__content .row .input--email::placeholder {
      color: white;
      font-size: 18px; }
  #text__content .text__content .row .div--hover {
    padding: 0.9rem 3rem 0.6rem 2rem;
    color: #999;
    font-size: 15px;
    background: linear-gradient(#303030, #202020); }
    #text__content .text__content .row .div--hover:hover {
      color: #00adef;
      cursor: pointer; }
  #text__content .text__content .row .div--checkbox {
    margin: 1rem 0; }
    #text__content .text__content .row .div--checkbox input {
      margin-top: 0.3rem;
      margin-right: 0.5rem; }
  #text__content .text__content .text__title {
    margin-top: 3rem;
    font-size: 26px; }
  #text__content .text__content hr {
    background-color: #999;
    margin: 0 1.3rem 2rem 1.3rem; }

#rightmenu ul {
  list-style: none; }
  #rightmenu ul li.li--one {
    position: fixed;
    top: 35%;
    right: 0;
    background-color: #1f1f1f;
    border-radius: 0.2rem;
    padding: 0.5rem 1rem;
    font-size: 22px;
    margin: 1px 0;
    transition: all 0.5s; }
    #rightmenu ul li.li--one:hover {
      padding-right: 4rem;
      transition: all 0.5s ease; }
      #rightmenu ul li.li--one:hover .fa-none {
        transition: all 0.5s ease;
        display: inline; }
        #rightmenu ul li.li--one:hover .fa-none:hover {
          color: #00adef; }
      #rightmenu ul li.li--one:hover span {
        transition: all 0.5s ease;
        display: inline; }
    #rightmenu ul li.li--one a {
      color: white;
      text-decoration: none; }
  #rightmenu ul li.li--two {
    position: fixed;
    top: 42.5%;
    right: 0;
    background-color: #1f1f1f;
    border-radius: 0.2rem;
    padding: 0.5rem 1rem;
    font-size: 22px;
    margin: 1px 0;
    transition: all 0.5s; }
    #rightmenu ul li.li--two:hover {
      padding-right: 4rem;
      transition: all 0.5s ease; }
      #rightmenu ul li.li--two:hover .fa-none {
        transition: all 0.5s ease;
        display: inline; }
        #rightmenu ul li.li--two:hover .fa-none:hover {
          color: #00adef; }
      #rightmenu ul li.li--two:hover span {
        transition: all 0.5s ease;
        display: inline; }
    #rightmenu ul li.li--two a {
      color: white;
      text-decoration: none; }
  #rightmenu ul li.li--three {
    position: fixed;
    top: 50%;
    right: 0;
    background-color: #1f1f1f;
    border-radius: 0.2rem;
    padding: 0.5rem 1rem;
    font-size: 22px;
    margin: 1px 0;
    transition: all 0.5s; }
    #rightmenu ul li.li--three:hover {
      padding-right: 4rem;
      transition: all 0.5s ease; }
      #rightmenu ul li.li--three:hover .fa-none {
        transition: all 0.5s ease;
        display: inline; }
        #rightmenu ul li.li--three:hover .fa-none:hover {
          color: #00adef; }
      #rightmenu ul li.li--three:hover span {
        transition: all 0.5s ease;
        display: inline; }
    #rightmenu ul li.li--three a {
      color: white;
      text-decoration: none; }
  #rightmenu ul li.li--four {
    position: fixed;
    top: 57.5%;
    right: 0;
    background-color: #1f1f1f;
    border-radius: 0.2rem;
    padding: 0.5rem 1rem;
    font-size: 22px;
    margin: 1px 0;
    transition: all 0.5s; }
    #rightmenu ul li.li--four:hover {
      padding-right: 4rem;
      transition: all 0.5s ease; }
      #rightmenu ul li.li--four:hover .fa-none {
        transition: all 0.5s ease;
        display: inline; }
        #rightmenu ul li.li--four:hover .fa-none:hover {
          color: #00adef; }
      #rightmenu ul li.li--four:hover span {
        transition: all 0.5s ease;
        display: inline; }
    #rightmenu ul li.li--four a {
      color: white;
      text-decoration: none; }
  #rightmenu ul li .fa-none {
    display: none;
    margin-left: 1rem; }
  #rightmenu ul li a i span {
    font-size: 16px;
    margin: 0 1rem;
    display: none; }

#bottommenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none; }
  #bottommenu .row .a--share__show {
    text-align: center;
    color: white; }
    #bottommenu .row .a--share__show i {
      display: block;
      font-size: 28px; }
    #bottommenu .row .a--share__show span {
      display: block;
      font-size: 13px; }
  #bottommenu .row div {
    background-color: #1f1f1f;
    height: 60px;
    border: 1px solid black;
    padding: 6px; }
    #bottommenu .row div a {
      color: white;
      text-decoration: none;
      text-align: center; }
      #bottommenu .row div a i {
        display: block;
        font-size: 28px; }
      #bottommenu .row div a span {
        display: block;
        font-size: 13px; }

.share__show {
  background-color: #1f1f1f;
  position: fixed;
  bottom: 60px;
  right: 0;
  height: 0;
  width: 23.5%;
  transition: all 0.8s ease-in-out;
  display: none; }
  .share__show a {
    padding: 0.1rem;
    color: white;
    text-decoration: none;
    text-align: center; }
    .share__show a i {
      display: block;
      font-size: 28px; }

@media screen and (max-width: 770px) {
  #rightmenu {
    display: none; }

  #bottommenu {
    display: block; }

  .share__show {
    display: block; }

  .bottom__responsive {
    margin-bottom: 60px; } }
@media screen and (max-width: 450px) {
  #bottommenu .row div a span {
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
