/**
 * @home
 */
.home .wrapper {
  padding-bottom: 0;
}

.home .slider a {
  color: #ffffff !important;
}

/*
slider home
*/
.n2-ss-button-container--non-full-width {
  background-color: #ffa500 !important;
}
.n2-ss-button-container--non-full-width a:hover {
  background-color: #ec9a01 !important;
}

@media (max-width: 575.98px) {
  .home .slider {
    padding-top: 75px;
    padding-bottom: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .home .slider {
    padding-top: 95px;
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home .slider {
    padding-top: 95px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .slider {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home .slider {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1400px) {
  .home .slider {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

/* as-full-home */
@media (max-width: 575.98px) {
  .as-full-home {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #ffffff 2px solid;
  }

  .as-full-home h1 {
    padding-top: 10px;
    color: #fafafa !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
  }

  .as-full-home h2 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .as-full-home {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #ffffff 2px solid;
  }

  .as-full-home h1 {
    padding-top: 10px;
    color: #fafafa !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
  }

  .as-full-home h2 {
    color: #fafafa !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .as-full-home {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #ffffff 2px solid;
  }

  .as-full-home h1 {
    padding-top: 10px;
    color: #fafafa !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
  }

  .as-full-home h2 {
    color: #fafafa !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .as-full-home {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #ffffff 2px solid;
  }

  .as-full-home h1 {
    padding-top: 10px;
    color: #fafafa !important;
    font-size: 2.2rem !important;
    font-weight: 600 !important;
  }

  .as-full-home h2 {
    color: #fafafa !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .as-full-home {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #ffffff 2px solid;
  }

  .as-full-home h1 {
    padding-top: 10px;
    color: #fafafa !important;
    font-size: 2.2rem !important;
    font-weight: 600 !important;
  }

  .as-full-home h2 {
    color: #fafafa !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .as-full-home {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #ffffff 2px solid;
  }

  .as-full-home h1 {
    padding-top: 10px;
    color: #fafafa !important;
    font-size: 2.6rem !important;
    font-weight: 600 !important;
  }

  .as-full-home h2 {
    color: #fafafa !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
  }
}

/* video home */
@media (max-width: 575.98px) {
  .video-home {
    background-color: transparent;
    text-align: center;
    width: 100%;
    color: #1c1c1c;
    font-weight: 600;
    margin: 0 auto;
  }

  .video-home .fullscreen-video {
    width: 270px;
    height: auto;
  }

  .video-home .bt {
    text-align: center;
    padding-bottom: 20px;
  }

  .video-home h1 {
    color: #e83f40;
    text-align: center;
    font-size: 1.6rem;
  }

  .video-home h3 {
    color: #1c1c1c;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .video-home h4 {
    color: #1c1c1c;
    text-align: center;
    padding-top: 10px;
    font-size: 1rem;
  }

  .video-home p {
    color: #1c1c1c;
  }

  .video-home button {
    color: #1c1c1c !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .video-home {
    background-color: transparent;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .video-home .fullscreen-video {
    width: 450px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video-home {
    background-color: transparent;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin: 0 auto;
  }

  .video-home .fullscreen-video {
    width: 500px;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .video-home {
    background-color: transparent;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .video-home .fullscreen-video {
    width: 700px;
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .video-home {
    background-color: transparent;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .video-home .fullscreen-video {
    width: 700px;
    height: auto;
  }
}

@media (min-width: 1400px) {
  .video-home {
    background-color: transparent;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .video-home .fullscreen-video {
    width: 800px;
    height: auto;
  }
}

/*
home section
*/
@media (max-width: 991.98px) {
  .home-section1 {
    padding-top: 0;
  }

  .how-section1 h2 {
    color: #ffffff;
    font-size: 1.4rem !important;
    padding-bottom: 5px;
  }

  .how-section1 p {
    color: #ffffff;
    font-size: 1rem !important;
    font-weight: 700;
  }

  .how-img {
    display: none;
  }

  .how-img img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .home-section1 {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .how-section1 h2 {
    color: #ffffff;
    font-size: 1.8rem !important;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .how-section1 p {
    color: #ffffff;
    font-size: 1.1rem !important;
    font-weight: 700;
  }

  .how-img {
    text-align: center;
  }

  .how-img img {
    width: 100%;
  }
}

/* home-parallax */
/* Hero 1: Image Parallax */
.hero-1 {
  height: 50vh;
  background:
    linear-gradient(rgba(0, 67, 122, 0.5), rgba(0, 67, 122, 0.5)),
    url("../img/bg/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .parallax {
    padding-top: 10px;
  }

  .parallax h1 {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .parallax p {
    font-size: 1.2rem;
  }

  .parallax a {
    color: #f3f5fb !important;
  }

  .parallax .btn-outline-light {
    background-color: #fc770a;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .parallax {
    padding-top: 10px;
  }

  .parallax h1 {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .parallax p {
    font-size: 1.2rem;
  }

  .parallax a {
    color: #f3f5fb !important;
  }

  .parallax .btn-outline-light {
    background-color: #fc770a;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .parallax {
    padding-top: 10px;
  }

  .parallax h1 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .parallax p {
    font-size: 1.3rem;
  }

  .parallax a {
    color: #f3f5fb !important;
  }

  .parallax .btn-outline-light {
    background-color: #fc770a;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .parallax {
    padding-top: 15px;
  }

  .parallax h1 {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .parallax p {
    font-size: 1.2rem;
  }

  .parallax a {
    color: #f3f5fb !important;
  }

  .parallax .btn-outline-light {
    background-color: #fc770a;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .parallax {
    padding-top: 20px;
  }

  .parallax h1 {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .parallax p {
    font-size: 1.6rem;
  }

  .parallax a {
    color: #f3f5fb !important;
  }

  .parallax .btn-outline-light {
    background-color: #fc770a;
  }
}

@media (min-width: 1400px) {
  .parallax {
    padding-top: 20px;
  }

  .parallax h1 {
    font-size: 2rem;
    font-weight: 600;
  }

  .parallax p {
    font-size: 1.6rem;
  }

  .parallax a {
    color: #f3f5fb !important;
  }

  .parallax .btn-outline-light {
    background-color: #fc770a;
  }
}

/* home-news */
.home-news {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-news h2 {
  color: #101010;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  font-weight: 500;
}

.home-news h2:before,
h2:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px double #a3a3a3;
  margin: auto;
  padding-top: 3px;
}

.home-news h2:before {
  margin-right: 10px;
}

.home-news h2:after {
  margin-left: 10px;
}

/* best-sellers */
.best-sellers .card a {
  text-decoration: none;
  color: #303030;
}

.best-sellers .card-title {
  color: #2b2b2b;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.best-sellers .card-text {
  color: #101010;
  font-size: 1.1rem;
}

/* best-sellers-img */
.best-sellers-img {
  position: relative;
  width: 100%;
}

.image-bs {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.best-sellers-img .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.best-sellers-img:hover .image-bs {
  opacity: 0.5;
}

.best-sellers-img:hover .middle {
  opacity: 1;
}

.text-bs {
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid #9b9b9b;
  color: #292929;
  font-size: 1rem;
  padding: 5px 25px;
}

/* testimonial */

@media (max-width: 991.98px) {
  #testimonialCarousel .lead {
    font-size: 1rem;
    min-height: 120px;
  }

  .fa-quote-left {
    font-size: 1.8rem;
    color: #0e649d;
    margin-right: 10px;
    opacity: 0.2;
  }

  .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #0e649d;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-control-prev {
    left: 0px;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel .carousel-indicators li {
    background-color: rgb(117, 117, 117);
  }
  .carousel .carousel-indicators li.active {
    background-color: blue;
  }

  .carousel-indicators {
    bottom: -50px;
  }

  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0e649d;
    opacity: 0.5;
  }

  .carousel-indicators .active {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #testimonialCarousel .lead {
    font-size: 1.1rem;
    min-height: 120px;
  }

  .fa-quote-left {
    font-size: 1.8rem;
    color: #0e649d;
    margin-right: 10px;
    opacity: 0.2;
  }

  .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #0e649d;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel-control-prev {
    left: 0px;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel .carousel-indicators li {
    background-color: rgb(117, 117, 117);
  }
  .carousel .carousel-indicators li.active {
    background-color: blue;
  }

  .carousel-indicators {
    bottom: -50px;
  }

  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0e649d;
    opacity: 0.5;
  }

  .carousel-indicators .active {
    opacity: 1;
  }
}

/* .home-section2 */
@media (max-width: 767.98px) {
  .as-full-home2 {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #96d9ff 2px solid;
  }

  .home-section2 {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .how-section2 h2 {
    color: #ffffff;
    font-size: 1.4rem !important;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .how-section2 h3 {
    color: #ffffff;
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .how-img {
    text-align: center;
  }

  .how-img img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .as-full-home2 {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #96d9ff 2px solid;
  }

  .home-section2 {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .how-section2 h2 {
    color: #ffffff;
    font-size: 1.6rem !important;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .how-section2 h3 {
    color: #ffffff;
    font-size: 1.2rem !important;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .how-img {
    text-align: center;
  }

  .how-img img {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .as-full-home2 {
    background-color: #00437a;
    background-image: url("../img/bg-home.jpg");
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: #96d9ff 2px solid;
  }

  .home-section2 {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .how-section2 h2 {
    color: #ffffff;
    font-size: 1.8rem !important;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .how-section2 h3 {
    color: #ffffff;
    font-size: 1.3rem !important;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .how-img {
    text-align: center;
  }

  .how-img img {
    width: 100%;
  }
}

/* home-shop */
.home-shop {
  background-color: #f3f5fb;
}

.container .product-item {
  min-height: 400px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.container .product-item .product {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.container .product-item .product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .product-item .product .icons .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease;
  transform: rotate(180deg);
  cursor: pointer;
}

.container .product-item .product .icons .icon:hover {
  background-color: #1c6cb7;
  color: #fff;
}

.container .product-item .product .icons .icon:nth-last-of-type(3) {
  transition-delay: 0.2s;
}

.container .product-item .product .icons .icon:nth-last-of-type(2) {
  transition-delay: 0.15s;
}

.container .product-item .product .icons .icon:nth-last-of-type(1) {
  transition-delay: 0.1s;
}

.container .product-item:hover .product .icons .icon {
  transform: translateY(-60px);
}

.container .product-item .tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0.1rem 0.5rem 0.2rem 0.5rem;
  border-radius: 2px;
}

.container .product-item .title {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  min-height: 80px;
}

.container .product-item .fa-star {
  font-size: 0.65rem;
  color: goldenrod;
}

.container .product-item .price {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.bg-blue {
  background-color: #0e649d !important;
  color: #fff;
}

.bg-black {
  background-color: #1f1d1d;
  color: #fff;
}

.bg-red {
  background-color: #bb3535;
  color: #fff;
}

.bg-green {
  background-color: #059b00;
  color: #fff;
}
