@charset "UTF-8";
.btn-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #E49E14;
  gap: 15px;
  font-weight: 700;
  text-decoration: none;
}
.btn-link a:after {
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 36px;
  height: 36px;
  position: relative;
  right: 0;
  transition: all 0.5s;
}
.btn-link a:hover:after {
  right: -10px;
  background-image: url("../img/shared/arrow_on.png");
}

.btn-link2 {
  width: 190px;
  max-width: 100%;
}
.btn-link2 a {
  display: block;
  color: #fff;
  background: #E49E14;
  font-weight: 700;
  border: 1px solid #E49E14;
  transition: all 0.5s;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 4px 0 2px;
}
.btn-link2 a:hover {
  background: #fff;
  color: #E49E14;
}

.btn-shop {
  width: 190px;
  max-width: 100%;
}
.btn-shop a {
  background: #48AE29;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 30px;
  padding: 7px 0;
  border: 1px solid #48AE29;
}
.btn-shop a::before {
  content: "";
  transition: all 0.5s;
  background: url("../img/shared/icon_shop.png") no-repeat center/100% auto;
  width: 17px;
  height: 18px;
  position: relative;
  top: -1px;
}
.btn-shop a:hover {
  background: #fff;
  color: #48AE29;
}
.btn-shop a:hover::before {
  background-image: url("../img/shared/icon_shop_on.png");
}

.btn-mail {
  width: 190px;
  max-width: 100%;
}
.btn-mail a {
  background: #E49E14;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 30px;
  padding: 7px 0;
  border: 1px solid #E49E14;
}
.btn-mail a::before {
  content: "";
  transition: all 0.5s;
  background: url("../img/shared/icon_mail.png") no-repeat center/100% auto;
  width: 17px;
  height: 13px;
  position: relative;
  top: -1px;
}
.btn-mail a:hover {
  background: #fff;
  color: #E49E14;
}
.btn-mail a:hover::before {
  background-image: url("../img/shared/icon_mail_on.png");
}

.title-page {
  position: relative;
  height: 324px;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 0 0 10px 30px;
}
.title-page .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.title-page .title {
  line-height: 1.8;
  font-size: 36px;
  position: relative;
  z-index: 2;
}
.title-page .title small {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .title-page {
    padding: 0 0 0 15px;
    height: 162px;
  }
  .title-page .title {
    font-size: 30px;
  }
  .title-page .title small {
    margin-bottom: 0;
  }
}

.breadcrumb {
  display: flex;
  padding: 20px 0 0 30px;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  line-height: 1.5;
  overflow: auto;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.breadcrumb li a {
  font-weight: 700;
}
.breadcrumb li a:hover {
	color: #E49E14;
    text-decoration: none;
}
.breadcrumb li:after {
  content: "";
  background: url("../img/shared/beadcrumb_arrow.png") no-repeat center/100% auto;
  width: 17px;
  height: 17px;
}
.breadcrumb li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0 0 10px;
    letter-spacing: 0;
  }
}

.list-subnav {
  display: grid;
  grid-auto-flow: column; /* sinh cột tự động */
  grid-auto-columns: 1fr;
  margin: 120px 40px 140px 0;
  --width: 140px;
}

.list-subnav li a {
  display: block;
  text-decoration: none;
  transition: all 0.5s;
  color: #A8A8A8;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  /* white-space: nowrap;
  min-width: var(--width); */
}
.list-subnav li a:hover {
  color: #E49E14;
}
.list-subnav li a.active {
  color: #333;
  border-color: #E49E14;
}
@media screen and (max-width: 999px) {
  .list-subnav {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list-subnav {
    margin: 60px 15px 45px;
    overflow: auto;
  }
  .list-subnav li {
  	min-width: 33vw;
  }
  .list-subnav li a {
    font-size: 15px;
    padding: 0 0 7px;
    height: 100%;
    box-sizing: border-box;
  }
}

.h1-common {
  font-size: 40px;
  line-height: 1.8;
}
.h1-common small {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.h1-common small::before {
  content: "";
  background: #6BC24C;
  height: 1px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .h1-common {
    font-size: 30px;
  }
}

.h2-common {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin: 0 0 60px;
  font-weight: 500;
  color: #333;
}
.h2-common small {
  display: block;
  font-size: 16px;
  color: #48AE29;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .h2-common {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .h2-common small {
    font-size: 14px;
    margin: 7px 0 0;
  }
}

.h3-common {
  font-size: 32px;
  line-height: 1.8;
  padding: 0 0 15px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .h3-common {
    font-size: 25px;
    line-height: 1.6;
    padding: 0 0 7px;
    margin: 0 0 20px;
  }
}

.h4-common {
  color: #48AE29;
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .h4-common {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.6;
  }
}

#content {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #content {
    width: 80.56%;
    max-width: calc(100% - 280px);
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 999px) {
  #content {
    padding: 62px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  #main-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1000px) {
  .sp-999 {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc-1000 {
    display: none !important;
  }
}

#header {
  min-width: 240px;
  width: 16.67%;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
#header .inner {
  padding: 30px 0;
}
#header h1,
#header .header__h0 {
  font-size: 10px;
  line-height: 1.5;
  padding: 0 25px;
}
#header .logo {
  width: 188px;
  max-width: 75%;
  margin: 30px auto 59px;
}
@media screen and (max-width: 1200px) and (min-width: 1000px){
  #header .logo a img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

#header .nav {
  margin: 0 0 69px;
}
#header .nav > li.has-sub {
  position: relative;
}
#header .nav > li.has-sub .sub-nav {
  position: absolute;
  top: 0;
  left: 100%;
  width: -moz-max-content;
  width: max-content;
  min-width: 213px;
  background: #FAFAFA;
  padding: 18px 18px 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-sizing: border-box;
}
#header .nav > li.has-sub .sub-nav li + li {
  margin-top: 15px;
}
#header .nav > li.has-sub .sub-nav li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}
#header .nav > li.has-sub .sub-nav li a:hover, #header .nav > li > a:hover {
    color: #e49e14;
}
#header .nav > li.has-sub:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}
#header .nav > li > a, #header .nav > li .parent {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 12.5px 25px;
  display: block;
}
#header .nav > li:hover > a, #header .nav > li:hover .parent {
  background: #FAFAFA;
}
#header .btn-shop, #header .btn-mail {
  margin: 0 auto;
}
#header .btn-mail {
  margin-top: 19px;
}

@media screen and (max-height: 700px) {
	#header .logo, #header .nav {
    	margin-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1000px){
  #header .logo, #header .nav{
    margin: 15px auto;
  }
}
@media screen and (max-width: 999px) {
  #header {
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 9.5px 64.5px 9.5px 15px;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    min-height: initial;
  }
  #header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #header .logo {
    width: 83.5px;
    line-height: 0;
    margin: 0;
  }
  #header .button-shop a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 39.5px;
    height: 39.5px;
    background: #48AE29;
  }
  #header .button-shop a img {
    width: 17.5px;
  }
}

#footer {
  padding: 100px 0 30px;
  border-top: 1px solid #E6E6E6;
  margin: 0;
  position: relative;
  z-index: 100;
  background-color: white;
}
#footer .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0 80px;
  width: 1360px;
  margin: 0 auto;
  max-width: calc(100% - 60px);
  box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  #footer .flex {
    padding: 0 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #footer .flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 700px) {
  #footer .left {
  padding: 0 150px;
  }
}
#footer .left {
  text-align: center;
}
#footer .left .logo {
  width: 197px;
  line-height: 0;
}
#footer .left .name {
  margin: 30px 0 10px;
  font-size: 20px;
  line-height: 1.5;
}
#footer .left .address {
  font-size: 14px;
  line-height: 20px;
  margin: 30px 0 60px;
}
#footer .left .tel span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 32px;
  margin: 0 5px 0 0;
  gap: 5px;
}
#footer .left .tel span::before {
  content: "";
  background: url("../img/shared/icon_phone.png") no-repeat center/100% auto;
  width: 24px;
  height: 24px;
}
#footer .left .tel small {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  vertical-align: text-top;
}
#footer .left .fax {
  margin: 15px 0 0;
  line-height: 1;
  font-size: 32px;
}
#footer .left .fax span {
  display: inline-flex;
  align-items: center;
  margin: 0 5px 0 0;
  gap: 5px;
}
#footer .left .fax span::before {
  content: "";
  background: url("../img/shared/icon_fax.png") no-repeat center/100% auto;
  width: 24px;
  height: 24px;
}
#footer .right {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  max-width: 738px;
}
#footer .right .toggle, #footer .right .col {
  width: 226px;
}
@media screen and (max-width: 1200px) {
  #footer .right .toggle, #footer .right .col {
    max-width: calc((100% - 60px) / 3);
  }
}
#footer .right .title, #footer .right .link a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none;
}
#footer .right .toggle-main ul {
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 2;
}
#footer .right .toggle-main ul a:hover, #footer .right .link a:hover {
	color: #E49E14;
    text-decoration: none;
}
#footer .right .link + .link {
  margin-top: 30px;
}
#footer .copyright {
  font-size: 12px;
  line-height: 1.5;
  margin: 50px 0 0;
  text-align: center;
  color: #D1D1D1;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 0 30px;
    margin: 60px 0 0;
  }
  #footer .flex {
    display: block;
    padding: 0;
  }
  #footer .left {
    text-align: center;
  }
  #footer .left .logo {
    width: 117px;
    margin: 0 auto;
  }
  #footer .left .name {
    margin: 20px 0 10px;
  }
  #footer .left .address {
    margin: 30px 0;
  }
  #footer .left .tel span {
    display: flex;
    justify-content: center;
  }
  #footer .left .tel span::before {
    width: 27px;
    height: 27px;
  }
  #footer .left .tel small {
    display: block;
    margin: 7px 0 0;
  }
  #footer .left .fax {
    text-align: center;
  }
  #footer .left .fax span::before {
    width: 27px;
    height: 27px;
  }
  #footer .right {
    max-width: 100%;
    margin: 40px 15px 0;
    display: block;
  }
  #footer .right .toggle, #footer .right .col {
    width: 100%;
    max-width: 100%;
  }
  #footer .right .title, #footer .right .link a {
    padding: 0 0 5px;
  }
  #footer .right .toggle .toggle-link:after {
    background: url("../img/shared/plus.png") no-repeat center/100% auto;
    width: 26.5px;
    height: 26.5px;
    position: absolute;
    right: 0;
    bottom: 5.5px;
    content: "";
    transition: all 0.5s;
  }
  #footer .right .toggle.active .toggle-link:after {
    background-image: url("../img/shared/minus.png");
  }
  #footer .right .toggle .toggle-main ul {
    padding: 10px 0 0;
  }
  #footer .right .toggle + .toggle {
    margin-top: 15px;
  }
  #footer .right .toggle + .col,
  #footer .right .toggle + .col + .col {
    margin-top: 15px;
  }
  #footer .right .link + .link {
    margin-top: 15px;
  }
  #footer .right .link.has-arrow-sp a {
    position: relative;
    display: block;
  }
  #footer .right .link.has-arrow-sp a:after {
    content: "";
    position: absolute;
    background: url("../img/shared/arrow3.png") no-repeat center/100% auto;
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 0;
  }
  #footer .copyright {
    margin: 25px 0 0;
  }
}

.hamburger {
  position: fixed;
  top: 11.5px;
  right: 15px;
  width: 39.5px;
  height: 39.5px;
  border-radius: 50%;
  background: #E49E14;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.hamburger:after {
  display: none;
}
.hamburger.is-active {
  background: #F4F8F2;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner:after {
  background: #E49E14;
  width: 30px;
}

#menu-toggle {
  width: 340px !important;
  max-width: 100%;
  background: #F4F8F2;
  padding-top: 79px;
}
#menu-toggle .inner {
  padding: 0 15px;
}
#menu-toggle .title, #menu-toggle .link a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 5px;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none;
}
#menu-toggle .toggle-main ul {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 2;
}
#menu-toggle .link + .link {
  margin-top: 15px;
}
#menu-toggle .toggle .toggle-link:after {
  background: url("../img/shared/plus.png") no-repeat center/100% auto;
  width: 26.5px;
  height: 26.5px;
  position: absolute;
  right: 0;
  bottom: 5.5px;
  content: "";
  transition: all 0.5s;
}
#menu-toggle .toggle.active .toggle-link:after {
  background-image: url("../img/shared/minus.png");
}
#menu-toggle .toggle .toggle-main ul {
  padding: 10px 0 0;
}
#menu-toggle .toggle + .toggle {
  margin-top: 15px;
}
#menu-toggle .toggle + .col {
  margin-top: 15px;
}
#menu-toggle .link.has-arrow-sp a {
  position: relative;
  display: block;
}
#menu-toggle .link.has-arrow-sp a:after {
  content: "";
  position: absolute;
  background: url("../img/shared/arrow3.png") no-repeat center/100% auto;
  width: 35px;
  height: 35px;
  right: 0;
  bottom: 0;
}
#menu-toggle .tel {
  margin: 40px 0 0;
  text-align: center;
}
#menu-toggle .tel span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 32px;
  margin: 0 5px 0 0;
  gap: 5px;
}
#menu-toggle .tel span::before {
  content: "";
  background: url("../img/shared/icon_phone.png") no-repeat center/100% auto;
  width: 27px;
  height: 27px;
}
#menu-toggle .tel small {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  vertical-align: text-top;
}
#menu-toggle .fax {
  margin: 15px 0 0;
  line-height: 1;
  font-size: 32px;
}
#menu-toggle .fax span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 0 0;
  gap: 5px;
}
#menu-toggle .fax span::before {
  content: "";
  background: url("../img/shared/icon_fax.png") no-repeat center/100% auto;
  width: 27px;
  height: 27px;
}

.wrapp {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 999px) {
  .wrapp {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapp {
    padding: 0 25px;
  }
}

.blog-list .item, .list-news .item {
  border-bottom: 1px solid #E6E6E6;
}

.blog-list .item a, .list-news .item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 30px;
  font-weight: bold;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.item__single{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0 30px;
  font-weight: bold;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.blog-list .item a:hover, .list-news .item a:hover {
  background: #FAFAFA;
  text-decoration: none;
}

.blog-list .item dl, .list-news .item dl {
  display: flex;
  align-items: center;
  line-height: 34px;
  min-width: max-content;
  flex-wrap: wrap;
}

.blog-list .item .thumb, .list-news .item .thumb {
	width: 139px;
    height: 63px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ECECEC;
}

.blog-list .item .thumb img, .list-news .item .thumb img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list .item dl dd:nth-of-type(1), .list-news .item dl dd:nth-of-type(1) {
	margin: 0 30px 0 50px;
}

.blog-list .item dl dd:nth-of-type(2), .list-news .item dl dd:nth-of-type(2) {
  font-size: 13px;
  color: #999;
}

.blog-list .item dl dd:first-of-type, .list-news .item dl dd:first-of-type {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  min-width: 123px;
  border-radius: 18px;
  border: 1px solid #DE594B;
  color: #DE594B;
  text-align: center;
  box-sizing: border-box;
  padding: 0 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
}

.blog-list .item a:hover dl dd:first-of-type, .list-news .item a:hover dl dd:first-of-type {
  background: #DE594B;
  color: #FFF;
}

.blog-list .item dl dd.color, .list-news .item dl dd.color {
  border: 1px solid #48AE29;
  color: #48AE29;
}

.blog-list .item a:hover dl dd.color, .list-news .item a:hover dl dd.color {
  background: #48AE29;
  color: #FFF;
}

.blog-list .item .desc, .list-news .item .desc {
  margin: 0;
}

.blog-list .item .desc a, .list-news .item .desc {
  text-decoration: none;
  line-height: 34px;
  transition: all 0.3s ease;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
.blog-list .item, .list-news .item {
    border-bottom: 0;
}
.blog-list .item+.item, .list-news .item+.item {
	margin-top: 25px;
}
.list-news .item a, .blog-list .item a {
flex-wrap: wrap;
padding: 0;
}
.blog-list .item dl, .list-news .item dl {
width: 100%;
}
	.blog-list .item .thumb, .list-news .item .thumb {
    	width: 100%;
        height:156px;
        order: 1px;
        margin: 0 0 10px;
    }
    .blog-list .item dl dd:nth-of-type(1), .list-news .item dl dd:nth-of-type(1) {
    	margin: 0 0 0 15px;
        order: 3;
    }
    .blog-list .item dl dd:nth-of-type(2), .list-news .item dl dd:nth-of-type(2) {
        order: 2;
    }
    .blog-list .item .desc, .list-news .item .desc {
    width: 100%;
    margin: 10px 0 0;
  }
}