a:hover {
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
.bg {
  color: #fff;
  background: #dc7c52;
}
.bg-primary {
  background-color: #dc7c52 !important;
}
.badge-primary {
  background-color: #dc7c52;
}
.btn-link {
  color: #dc7c52;
}
.badge {
  white-space: normal;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.header {
  box-shadow: 0 0 5px rgba(220, 124, 82, 0.2);
}
.header .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header .logo {
  width: 150px;
}
.header .nav {
  display: flex;
}
.header .nav li {
  margin-right: 15px;
}
.header .nav li:hover a,
.header .nav li.active a {
  transition: all 0.3s;
  color: #dc7c52;
  background: #fff;
  border: 1px solid #dc7c52;
}
.header .nav li a {
  padding: 15px 25px;
  color: #fff;
  font-weight: 600;
  background: #dc7c52;
  border-radius: 25px;
  border: 1px solid #dc7c52;
}
.header-m {
  display: none;
}
.header-m .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.header-m .logo {
  width: 100px;
}
.header-m .btn-more {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dc7c52;
  cursor: pointer;
}
.header-m .btn-more.active {
  transition: all 0.3s;
  transform: rotate(90deg);
}
.header-m .hide-nav {
  display: none;
  border: 1px solid #dc7c52;
  background: #dc7c52;
}
.header-m .hide-nav li {
  padding: 10px 20px;
  line-height: 35px;
}
.header-m .hide-nav li:hover,
.header-m .hide-nav li.active {
  transition: all 0.3s;
  background: #fff;
}
.header-m .hide-nav li:hover a,
.header-m .hide-nav li.active a {
  color: #dc7c52;
}
.header-m .hide-nav li a {
  display: block;
  color: #fff;
}
.banner {
  height: 650px;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .box1 .card {
  height: 100%;
}
.content .box1 .card img {
  height: 260px;
  object-fit: cover;
}
.content .box2 .list li {
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 75px;
  font-weight: 600;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  cursor: pointer;
}
.content .box2 .list li:last-child {
  margin-bottom: 0;
}
.content .box2 .list li:hover,
.content .box2 .list li.active {
  transition: all 0.3s;
  color: #dc7c52;
  background: #fff;
}
.content .box2 .item li {
  display: none;
  height: 345px;
}
.content .box2 .item li.active {
  display: block;
}
.content .box2 .item li img {
  height: 100%;
  object-fit: cover;
}
.content .box3 .card2 img {
  height: 350px;
  object-fit: cover;
}
.content .box5 .media img {
  width: 80px;
}
.content .box6 .card-body {
  color: #333;
}
.content .index2Box5 .card img {
  height: 150px;
  object-fit: cover;
}
.content .index2Box6 .row img {
  height: 345px;
  object-fit: cover;
}
.content .index3Box3 .row img {
  max-height: 780px;
}
.content .index3Box4 .row img {
  max-height: 350px;
}
.content .index4Box3 .row img {
  max-height: 780px;
}
.content .index4Box4 .row img {
  max-height: 320px;
  object-fit: cover;
}
.content .index4Box5 .card {
  box-shadow: 0 0 5px rgba(220, 124, 82, 0.2);
}
.content .index4Box5 .card img {
  max-height: 210px;
  object-fit: cover;
}
.content .index4Box6 .row img {
  max-height: 350px;
  object-fit: cover;
}
.content .index5Box4 .card {
  color: #333;
}
.content .index5Box5 .row img {
  max-height: 350px;
}
.content .index6Box2 .card {
  color: #333;
}
.content .index6Box2 .card:hover {
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #fff;
  background: #dc7c52;
  cursor: pointer;
}
.footer {
  border-top: 1px solid #dc7c52;
}
.footer img {
  padding: 5px;
  border: 1px solid #dc7c52;
}
.footer .media img {
  width: 25px;
  border: none;
}
.footer .media p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  .w {
    padding: 0 15px;
    width: 100%;
  }
  .header {
    display: none;
  }
  .header-m {
    display: block;
  }
  .banner {
    height: 450px;
  }
  .content .index2Box5 .card img {
    height: 100px;
    object-fit: cover;
  }
  .content .index2Box6 .row img {
    height: 220px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .banner {
    height: 260px;
  }
  .content .index2Box6 .row img {
    height: 220px;
    object-fit: cover;
  }
}
