body {
  font-family: 'Helvetica Neue';
}

.sec-00 {
  height: 295px;
  transition-property: height;
  transition-duration: 300ms;
  @media (max-width: 1850px) {
      height: 260px;
  }
  @media (max-width: 1550px) {
      height: 230px;
  }
  @media (max-width: 1100px) {
      height: 200px;
  }
  &__close {
      position: absolute;
      top: 0;
      right: 20px;
      width: 50px;
      height: 30px;
      background-color: hsla(0,0%,100%,.66);
      border-radius: 0 0 50px 50px;
      color: #888;
      border: none;
      outline: none;
      font-size: 11px;
      box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
      line-height: 12px;
  }
  &.bannerClose {
      height: 0;
      overflow: hidden;
      transition-property: height;
      transition-duration: 300ms;
  }
  .container-fluid {
      background-color: rgb(202, 202, 202);
      height: 295px;
      @media (max-width: 1850px) {
          height: 260px;
      }
      @media (max-width: 1550px) {
          height: 230px;
      }
      @media (max-width: 1100px) {
          height: 200px;
      }
  }
  &__slider {
      margin: 0 auto;
      width: 70%;
      height: 100%;
      max-width: 1344px;
      @media (max-width: 1850px) {
          max-width: 1176px;
      }
      @media (max-width: 1550px) {
          max-width: 1010px;
      }
      .slide-item {
          width: 100%;
          height: 295px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          cursor: pointer;
          @media (max-width: 1850px) {
              height: 260px;
          }
          @media (max-width: 1550px) {
              height: 230px;
          }
          @media (max-width: 1100px) {
              height: 200px;
          }
      }
  }
  .slick-prev:before, .slick-next:before {
      display: none;
  }
}

@-webkit-keyframes slidein {
  100% {
      height: 0px;
    }
}

@keyframes slidein {
  100% {
      height: 0px;
  }
}

.navbar {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white !important;
  z-index: 99;
  .container-fluid {
      padding:0 2.5rem;
      @media (max-width: 1100px) {
          padding:0 .6rem;
      }
  }
  &-toggler {
      padding-left: 0;
      border-color: transparent !important;
      &:focus {
          box-shadow: none;
      }
  }
  &-toggler-icon {
      display: flex;
      justify-items: center;
      i {
          font-size: 25px;
          line-height: 30px;
          display: inline-block;
      }
  }
  &-search, &-login {
      padding-right: 2px;
  }
  &-login {
      cursor: pointer;
  }
  &-search {
      &-magnify {
          cursor: pointer;
      }
  }
  &-brand {
      font-size: 1.5rem;
      &.navbar-logo {
          display: flex;
          align-items: center;
      }
      .navbar-login {
          font-size: 1rem;
          color: #EE7800;
          text-decoration: none;
      }
  }
  .nav-link {
      cursor: pointer;
      @media (max-width: 1100px) {
          padding: .5rem .5rem;
          font-size: .9rem;
      }
  }
  .navbar-nav {
      .nav-item {
          margin: 0 .5rem;
          @media (max-width: 1100px) {
              margin: 0 0rem;
          }
          .dropbox {
              visibility: hidden;
              opacity: 0;
              transition: all .4s;
              position: absolute;
              width: 100vw;
              top: 100%;
              left: 0;
              background-color: rgba(255, 255, 255, 0.932);
              padding-top: 1.5rem;
              padding-bottom: 3rem;
              ul {
                  padding-left: 0;
              }
              &-item {
                  margin-bottom: .5rem;
                  &.first {
                      font-size: 1.1rem;
                      font-weight: 600;
                      .dropbox-link {
                          color: black;
                      }
                  }
              }
              &-link {
                  text-decoration: none;
                  color: rgb(146, 146, 146);
                  font-size: .85rem;
                  &:hover {
                      color: #EE7800;
                  }
                  &.dropbox-btn {
                      border: 1px solid rgb(146, 146, 146);
                      padding: .5rem 2rem;
                      border-radius: 5px;
                      width: 85%;
                      min-width: 7rem;
                      max-width: 11rem;
                  }
              }
              &-btn {
                  display: flex;
                  align-items: center;
                  justify-content: center;
              }
              .container {
                  max-width: 900px;
                  width: 70%;
                  &.stylebox {
                      transform: translateX(-30%);
                  }
                  &.designerbox {
                      transform: translateX(-5%);
                  }
                  &.newbox {
                      transform: translateX(15%);
                  }
                  &.forumbox {
                      transform: translateX(50%);
                  }
              }
          }
          .nav-link {
              position: relative;
          }
          .nav-link:after {
              position: absolute;
              content: " ";
              width: 100%;
              height: 90%;
              top: 0;
              right: 0;
              border-bottom: 2px solid #EE7800;
              opacity: 0;
              transform: opacity 1s;
          }
          &:hover {
              .nav-link:after {
                  opacity: 1;
              }
              >.dropbox {
                  visibility: visible;
                  opacity: 1;
              }
          }
          
      }
      .nav-item.lg {
          .container {
              max-width: 1200px;
              width: 90%;
          }
          .dropbox-link {
              text-decoration: none;
              color: rgb(146, 146, 146);
              font-size: .7rem;
              &:hover {
                  color: #EE7800;
              }
          }
          .dropbox-item {
              margin-bottom: .1rem;
              &.first {
                  .dropbox-link {
                      font-size: .85rem;
                  }
              }
          }
      }
  }
  &-search {
      .container {
          max-width: 900px;
          width: 70%;
          @media (max-width: 1100px) {
              width: 90%;
          }
      }
      .dropbox {
          visibility: hidden;
          opacity: 0;
          transition: all .2s;
          position: absolute;
          width: 100vw;
          top: 100%;
          left: 0;
          background-color: rgba(255, 255, 255, 0.932);
          padding-top: 1.5rem;
          padding-bottom: 3rem;
          &.open {
              visibility: visible;
              opacity: 1;
          }
          &__searchtab {
              width: 100%;
              background-color: gray;
              border-radius: 3px;
              padding: .2rem 1rem;
              padding-bottom: 1rem;
          }
          &__hots {
              &__title {
                  font-size: 1rem;
                  color: rgb(107, 107, 107);
              }
              &__link {
                  font-size: .9rem;
                  color: rgb(146, 146, 146);
                  text-decoration: none;
                  cursor: pointer;
                  margin: 0 .2rem;
              }
          }
          &__searchBar {
              &__input {
                  width: 100%;
                  outline: none;
                  border: 2px solid #EE7800;
                  border-radius: 5rem;
                  padding: .3rem 1.2rem;
                  font-size: .9rem;
              }
              &__submit {
                  outline: none;
                  border: none;
                  font-size: .9rem;
                  background-color: transparent;
                  color: #EE7800;
                  margin-left: -1rem;
                  transform: translateX(-100%);
                  padding: 0 .6rem;
              }
          }
          &__tab {
              .nav-item {
                  margin: 0 .6rem;
                  }
              }
              .nav-item-link {
                  border: none;
                  outline: none;
                  font-size: 1rem;
                  color: white;
                  padding: 3px;
                  position: relative;
                  &::after {
                      position: absolute;
                      content: "";
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                      border-bottom: 3px solid #EE7800;
                      opacity: 0;
                  }
                  &.active::after {
                      opacity: 1;
                  }
              }
                  
          }
      .dropbox-tab-content {
          .tabpar {
              display: flex;
              padding-top: .5rem;
              .col {
                  margin: 0 .6rem;
              }
              .select {
                  font-size: 1rem;
                  padding: .6rem;
                  border-radius: 3px;
                  color: rgb(116, 116, 116);
              }
              button {
                  border: none;
                  outline: none;
                  background-color: #EE7800;
                  border-radius: 3px;
                  color: white;
                  font-size: 1rem;
                  padding: .6rem;
              }
              .image-search {
                  border: none;
                  outline: none;
                  background-color: #EE7800;
                  border-radius: 3px;
                  color: white;
                  font-size: 1rem;
              }
              .article-btn {
                  border: none;
                  outline: none;
                  background-color: #EE7800;
                  border-radius: 3px;
                  color: white;
                  font-size: 1rem;
                  padding: .6rem;
              }
              .home-btn {
                  border: none;
                  outline: none;
                  background-color: #EE7800;
                  border-radius: 3px;
                  color: white;
                  font-size: 1rem;
                  padding: .6rem;
              }
          }
      }
  }
}

.navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  opacity: 1;
}
.navbar-main.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-main.sticky + .sec-02 {
  padding-top: 53.5px;
}

.sec-02 {
  &__slider {
      width: 100%;
      height: 100%;
      .slide-item {
          width: 100%;
          height: 74vh;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          cursor: pointer;
      }
      
  }
  .slick-prev:before, .slick-next:before {
      display: none;
  }
  .slick-prev {
      left: 15px;
      z-index: 3;
  }
  .slick-next {
      right: 15px;
  }
}

a {
    text-decoration: none;
}

.text-hhh {
    color: #EE7800;
}

.content {
  background-color: #FCFCFC;
  padding: 1rem 30px 0.5rem;
  .infoCard {
    color: #727679;
    text-align: center;
    padding: 1rem;
    background-color: rgba(244, 244, 244, 0.8);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    transform: translateY(-150px);
    &__seo {
        font-size: .9rem;
        text-align: center;
        padding: 1rem;
        display: block;
        line-height: 1.2;
    }
    &__approve {
        color: #FF0000;
    }
    &__avatar {
        width: 200px;
        height: 200px;
        border: 3px solid #FFF;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    
    }
    &__detail {
        aside {
            line-height: 2;
            font-size: .9rem;
        }
        &__l {
            flex-basis: 30%;
            display: flex;
            justify-content: flex-end;
            flex-grow: 0;
            max-width: 30%;
            &.title {
                color: #AAAAAA;
                font-size: 1.125rem;
                font-weight: bold;
                transform: translateX(-15px);
            }
        }
        &__r {
            flex-basis: 70%;
            text-align: start;
            flex-grow: 0;
            max-width: 70%;
            word-break: break-all;
        }
    }
    .scMedia {
        display: flex;
        padding: 1rem 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-around;
        a {
            width: 16%;
            img {
                width: 100%;
            }
        }
    }
  }
}

.infoContent {
    a {
        color: #727679;
        text-decoration: none;
        font-size: .9rem;
        &.active {
            color: #EE7800;
        }
    }
    .nav-item {
        margin: 0 0.8rem;
        width: auto;
        &-link {
            display: block;
            padding: 0.5rem 2.5rem;
            text-decoration: none;
            background-color: transparent;
            font-size: .9rem;
            color: #727679;
            &.active {
                color: #EE7800;
                border-bottom: 2px solid #EE7800;
            }
        }
    }
    .likeSee {
        &__divider {
            height: 12px;
            display: inline-block;
            border: 0.5px solid #9d9d9d;
        }
    }
    .card {
        box-shadow: 0 1px 10px #eee;
        margin: 0 0 1.5rem;
        border: none;
        &__bgImg {
            height: 293px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
        }
        &-body {
            padding: 0.5rem 1rem;
        }
        &__title {
            font-size: 1.125rem;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            -webkit-line-clamp: 2;
            height: calc(18px * 2 * 1.5);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            font-weight: bold;
            margin: 0.5rem 0;
            color: #727679;
        }
        &__tag {
            margin: 0 0.2rem 0 0;
        }
    }
    .company {
        &__block {
            margin: 0 0 2rem;
        }
        &__title {
            color: #AAAAAA;
            font-size: 2rem;
            font-weight: bold;
        }
        &__text {
            color: #43484C;
        }
    }
}

.nav-collapse-fixed {
    position: fixed;
    top: 52px;
    z-index: 1010;
    width: 100%;
    opacity: 0;
    transition: opacity .5s;
    &.sticky {
        display: block;
        opacity: 1;
    }
    .nav-collpase {
        padding: 1rem 0;
        background-color: #FCFCFC;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
    }
}

.navbar-main.sticky + .hero {
    padding-top: 53px;
}

.fixed-btn {
    position: fixed;
    right: 15px;
    bottom: 2rem;
    .btn-gotop, .btn-login, .btn-favor {
        cursor: pointer;
        padding: 1.2rem .8rem;
        background-color: rgba(255, 255, 255, 0.897);
        display: flex;
        align-items: center;
        box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
        -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
        -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    }
        
}


.footer {
  background: #e9e9e9;
  padding: 2.5rem 0;
  .container {
      @media (max-width: 1100px) {
          width: 98%;
          max-width: 950px;
      }
  }
  &__block {
      padding: 1rem 3rem;
      border-left: 1px solid rgb(143, 143, 143);
      @media (max-width: 1100px) {
          padding: 1rem 1rem;
      }
      &-title {
          font-size: 1.3rem;
          margin-bottom: 1.5rem;
      }
      &-list {
          padding-left: 0;
      }
      &:nth-of-type(1) {
          border-left: none;
      }
      &:nth-of-type(2) {
          padding: 1rem 4rem;
          @media (max-width: 1100px) {
              padding: 1rem 1rem;
          }
      }
      &-socials {
          padding-left: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          img {
              @media (max-width: 1100px) {
                  width: 30px;
              }
          }
      }
      .follows-fp {
          text-decoration: none;
          color: #696969;
          font-size: .9rem;
          display: flex;
          align-items: center;
          @media (max-width: 1100px) {
              font-size: .8rem;
          }
      }
      &-phone {
          p {
              display: inline;
              @media (max-width: 900px) {
                  display: block;
              }
          }
          p, span {
              font-size: .9rem;
          }
          .text-phone {
              color: #EE7800;
              text-decoration: none;
          }
      }
      &-links {
          display: flex;
          align-items: center;
          margin-top: 1rem;
          justify-content: center;
          &-grp {
              padding: .3rem;
              border-left: 1px solid rgb(185, 185, 185);
              &:nth-of-type(1) {
                  border-left: none;
              }
              a {
                  display: block;
                  text-decoration: none;
                  color: #696969;
                  font-size: .9rem;
                  margin-bottom: .4rem;
                  @media (max-width: 1100px) {
                      font-size: .8rem;
                  }
              }
          }
      }
      &-subscribe {
          width: 100%;
          margin-top: 1rem;
          .subscribeBar {
              font-size: .8rem;
              width: 70%;
              margin-left: 7%;
              @media (max-width: 900px) {
                  width: 75%;
                  margin-left: 3%;
                  font-size: .7rem;
              }
          }
          .subscribeBtn {
              width: 20%;
              padding: .4rem .6rem;
              padding-bottom: 9px;
              border: none;
              outline: none;
              background-color: rgb(41, 41, 41);
              color: white;
              border-radius: 0 3px 3px 0;
              margin-left: -.4rem;
              @media (max-width: 900px) {
                  margin-left: -.3rem;
                  font-size: .8rem;
                  padding-top: 9px;
                  padding-bottom: 10px;
              }
          }
      }
  }
  &__list-item {
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-bottom: .5rem;
      p {
          color: #696969;
          font-size: .9rem;
          font-weight: 300;
      }
  }
  &__list-icon {
      width: 30px;
      display: flex;
      justify-content: center;
      margin-right: .3rem;
  }
  .bottom-box {
      padding: 1rem 0;
      border-top: 1px solid rgb(185, 185, 185);
      margin-top: 2.5rem;
  }
}