
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

/**=========================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

button {
  transition: 0.3s;
}

button:hover {
  opacity: 0.7;
}

.images {
  width: 100% !important;
  display: block;
}

.container-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

/* header  */
header {
  height: auto;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 123;
}

header:after {
  content: "";
  clear: both;
  display: block;
}

.top-header {
  padding: 10px 0;
}

.top-header .container-wrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.top-header .hotline {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.top-header ul li {
  display: inline-block;
}

.top-header ul li+li {
  margin-left: 10px;
}

.top-header ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.top-header ul li.search {
  position: relative;
}

.top-header ul li .btn-search {
  font-size: 14px;
  color: #fff;
  padding: 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.form-search .form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 1px 4px rgba(20, 20, 20, .1);
}

.form-search input,
.form-search button {
  font-size: 16px;
  padding: 10px;
  background: #fff;
  border: none;
  outline: none;
  display: inline-block;
}

.form-search input,
.form-search button {
  font-size: 16px;
  padding: 10px;
  background: #fff;
  border: none;
  outline: none;
  display: inline-block;
}

.form-search input {
  width: 85%;
  max-width: 700px;
}

.form-search button i {
  color: #e64c39;
}

/* bottom-header */
.bottom-header {
  background: transparent;
}

.bottom-header .logo a {
  width: 300px;
  display: flex;
  align-items: center;
  gap: 10px 10px;
  padding: 10px 0;
}

.bottom-header .logo .t1 {
  font-size: 21px;
  font-weight: 600;
  color: #ee1b24;
  display: block;
  line-height: 1;
}

.bottom-header .logo .t2 {
  font-size: 15px;
  font-style: italic;
  color: #ee1b24;
  display: block;
}

.bottom-header .logo img {
  max-width: 50px;
}

.bottom-header .main-menu {
  display: block;
  position: relative;
  flex: 1;
}

.bottom-header .price {
  min-width: 100px;
}

.main-menu:before,
.main-menu:after {
  display: table;
  line-height: 0;
  content: "";
}

.core-menu {
  text-align: right;
  overflow: hidden;
}

.core-menu li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

.core-menu li a {
  display: inline-block;
  padding: 0.5em 2em;
  color: #1e1e1e;
  font-weight: bold;
  border-top: 1px solid transparent;
}

.core-menu li:hover>a {
  border-color: #EE1B24;
  color: #EE1B24;
}

li span.toggle {
  padding-left: 1em;
}

.dropdown {
  position: absolute;
  width: 216px;
  background: #fff;
  text-align: left;
  display: none;
}

.dropdown li {
  display: block;
}

.dropdown li a {
  display: block;
  color: #2d2d2d;
}

.dropdown li:hover a {
  color: #fff;
  background: #EE1B24;
}

.dropdown2 {
  position: absolute;
  width: 230px;
  background: #2d2d2d;
  text-align: left;
  display: none;
  right: -100%;
  top: 0;
}

.dropdown2 li {
  display: block;
}

.dropdown2 li a {
  display: block;
}

li span.toggle2 {
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.hamburger-menu {
  padding: 1em;
  display: none;
  font: normal normal normal 16px/1 Roboto;
  text-transform: uppercase;
}

@media (max-width:1024px) {
  .bottom-header .logo {
    width: 100%;
    justify-content: center;
    padding: 10px 0 0 0;
  }

  .main-menu {
    height: 50px;
  }

  .container-menu {
    width: 100%;
  }

  .navigation {
    float: left;
    display: block;
    width: 100%;
  }

  .core-menu {
    float: right;
    width: 100%;
    margin: 30px auto 0 auto;
    display: none;
  }

  .core-menu li {
    width: 100%;
    display: block;
  }

  .core-menu li a {
    display: block;
    margin: auto;
    color: #ff0000;
    text-align: center;
  }

  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 60px;
    float: none;
    width: 100%;
  }

  .burger-1,
  .burger-2,
  .burger-3 {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 0;
    background: #000000;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }

  .burger-1 {
    top: 15px;
  }

  .burger-2 {
    top: 23px;
  }

  .burger-3 {
    top: 31px;
  }

  .burger-1.open,
  .burger-2.open,
  .burger-3.open {
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    transform-origin: 50% 50%;
  }

  .burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .burger-2.open {
    opacity: 0;
  }

  .burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
  }

  .dropdown {
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
  }

  .dropdown2 {
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
}

.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual-box {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  max-height: 550px;
}

.main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-content-inner {
  padding: 40px 0;
}

.h4-tit01 {
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  color: #ee1b24;
  padding-bottom: 30px;
}

.h4-tit01 span {
  color: #333;
}

.list-product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.list-product li {
  width: calc(33.33% - 20px);
}

.list-product li a {}

.list-product li a img {
  width: 100%;
  height: 100%;
  max-height: 379px;
  object-fit: cover;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.17);
}

.about-us .box-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 80px;
}

.about-us .box-intro .img-box {
  width: 532px;
  position: relative;
}

.about-us .box-intro .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us .box-intro .img-box p.num {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.2);
  border: 3px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-us .box-intro .img-box p.num span {
  display: block;
  color: #EE1B24;
  font-size: 38px;
}

.about-us .box-intro .txt-box {
  flex: 1;
}

.about-us .box-intro .txt-box h2 {
  font-size: 30px;
  font-weight: bold;
  color: #1E1E1E;
  padding-bottom: 20px;
}

.about-us .box-intro .txt-box p {
  font-size: 16px;
  color: #1E1E1E;
  line-height: 1.8;
}

.about-us .box-intro .txt-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 55px;
  margin-bottom: 20px;
}

.about-us .box-intro .txt-box p+p {
  margin: 20px 0 0 0;
}

.btn-more {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #EE1B24;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 20px 40px;
}

main-content-wrap03 {
  background: #d6d6d6;
}

.intro {
  padding: 40px 20px;
  background: #C90C14;
  border-radius: 10px;
}

.intro .intro-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.intro .intro-text img {
  width: 100%;
  height: 100%;
  max-width: 80px;
}

.intro .intro-text .txt01 {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
}

.intro .intro-text .txt01 span {
  color: #FFCA1C;
}

.intro .intro-text .txt02 {
  font-size: 18px;
  color: #fff;
}

.intro .intro-link a {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  color: #C90C14;
  text-align: center;
  padding: 20px 40px;
}

.main-content-box03 .main-content-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.main-content-box03 .block {
  width: calc(33.33% - 20px);
}

.main-content-box03 .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content-box03 .block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
}

.main-content-box03 .block ul li {
  width: calc(50% - 10px);
  font-size: 20px;
  font-weight: 600;
}

.main-content-box03 .block ul li a {
  color: #1E1E1E;
}

.main-content-box03 .block ul li i {
  margin-right: 5px;
  color: #f01a26;
}

.main-content-box03 .block.type02 ul li {
  width: 100%;

}

.main-content-box03 .block.type02 ul li p {
  font-size: 16px;
  color: #848080;
  line-height: 1.6;
}

.category .main-title {}

.category .main-title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #C90C14;
  border-radius: 40px;
  padding: 10px 20px;
}

.category .main-title h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #C90C14;
  border-radius: 40px;
  padding: 10px 20px;
}

.category .main-title a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin-top: 20px;
}

.category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.category ul li {
  width: calc(25% - 20px);
}

.category ul li a {
  display: block;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

.category ul li .img-box {
  max-height: 310px;
  overflow: hidden;
}

.category ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s transform ease;
}

.category ul li a:hover .img-box img {
  transform: scale(1.05);
}

.category ul li .txt-box {
  padding-top: 15px;
}

.category ul li .txt-box .name {
  font-size: 16px;
  color: #1E1E1E;
}

.category ul li .txt-box .price {
  font-size: 18px;
  font-weight: 500;
  color: #EE1B24;
  margin-top: 10px;
}

.main-content-box04 {
  overflow: hidden;
}

.main-content-box04 .h4-tit01 {
  text-align: center;
}

.testimonial {
  margin: 0 auto 20px auto;
  color: #1e1e1e;
}

.testimonial .txt-cmt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

.author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.author .name {
  font-weight: 600;
  font-size: 17px;
}

.author .role {
  color: #EE1B24;
  font-size: 16px;
}

footer {
  border-top: 2px solid #EE1B24;
  position: relative;
  overflow: hidden;
}

footer:before {
  content: "";
  background: rgba(255, 255, 255, 0.3) url(../images/bg-footer.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 15px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap;
}

.footer-inner .item {
  flex: 1;
}

.footer-inner .item>a>img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.footer-inner .item h6 {
  font-size: 18px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 40px;
  position: relative;
}

.footer-inner .item h6:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #EE1B24;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.footer-inner .item ul li+li {
  margin-top: 10px;
}

.footer-inner .item ul li,
.footer-inner .item ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #1E1E1E;
}

.footer-inner .item ul li i {
  margin-right: 10px;
  color: #EE1B24;
}

@media screen and (min-width: 1025px) {

  .content-wrap,
  .content-sub-wrap {
    padding: 0 5%;
  }

  .box-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width:1200px) {
  .footer-inner {
    gap: 20px 20px;
  }

  .footer-inner .item {
    flex: none;
    width: calc(50% - 10px);
    text-align: center;
  }

  .about-us .box-intro {
    gap: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .list-product li {
    width: calc(50% - 10px);
  }

  .about-us .box-intro {
    flex-direction: column;
  }

  .main-content-box03 .main-content-inner {
    flex-direction: column;
  }

  .main-content-box03 .block {
    width: 100%;
  }

  .intro .intro-link {
    margin: 30px 0 0 0;
  }

  .category ul li {
    width: calc(50% - 10px);
  }

  .intro .intro-text .txt01 {
    font-size: 18px
  }

  .footer-inner .item h6:before {
    content: none;
  }
}

@media (max-width:768px) {
  .main-visual-box {
    height: auto;
    max-height: 450px;
  }

  .list-product li {
    width: 100%
  }

  .about-us .box-intro .img-box {
    width: 100%
  }

  .category ul li {
    width: 100%;
  }

  .footer-inner .item {
    width: 100%;
  }

  .map-box img {
    width: 100%;
  }
  .container-wrap {
    padding: 0 15px;
  }
}