/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #1A1818;
  font-size: 14px;
  overflow-x: hidden;
  background: #fff;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.blink {
  animation-name: blink;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 20px; /* Position 20px from the bottom */
  right: 20px; /* Position 20px from the right */
  z-index: 3; /* Make sure it stays on top */
  border: none; /* No border */
  cursor: pointer; /* Pointer/hand icon */
}

#back-to-top:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

header {
  background: #FFFFFF;
  box-shadow: hsla(0, 0%, 0%, 0.16) 0 3px 6px;
}
header .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 220px;
  padding: 0;
  margin: auto;
  display: inline-block;
}
header .navbar.custom {
  min-height: 88px;
  position: relative;
}
header .navbar.custom .navbar-nav .nav-item .nav-link {
  color: #1A1818;
}
header .navbar.custom .navbar-nav .nav-item .nav-link:hover {
  color: #8ABB2A;
}
header .navbar.custom .navbar-nav .nav-item .active {
  color: #8ABB2A;
}
header .navbar.custom .navbar-nav .custom-content-right {
  display: flex;
  position: absolute;
  right: 0;
  align-items: center !important;
  gap: 15px;
}
header .navbar.custom .navbar-nav .custom-content-right .list-top-mb {
  display: flex;
  align-items: center !important;
  gap: 15px;
}
header .navbar.custom .navbar-nav .custom-content-right .link-icon img {
  height: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .navbar.custom .navbar-nav .custom-content-right .link-icon:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .navbar.custom .navbar-nav .custom-content-right .box-search {
  max-width: 175px;
}
header .navbar.custom .navbar-nav .custom-content-right .box-search .form-control.custom {
  height: 44px;
  border: 1px solid #707070;
  border-radius: 100px;
  padding-right: 50px;
}
header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  padding: 0;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search:hover, header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search.focus {
  background: #ccc;
}
header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search img {
  height: 24px;
  width: 24px;
  max-width: inherit;
}
header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-toggle img {
  height: 24px;
}
header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.3019607843) 0 3px 20px;
  padding: 0;
  overflow: hidden;
}
header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li .dropdown-item img {
  height: 24px;
  margin-right: 10px;
}
header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li:last-child .dropdown-item {
  border: 0;
}
header .offcanvas .offcanvas-header {
  text-align: center;
  background: #f6f6f6;
}
header .offcanvas .offcanvas-header .img-logo {
  max-width: 220px;
  margin: auto;
}
header .offcanvas.show .navbar-nav .custom-content-right {
  position: static;
  display: block;
  margin-top: 20px;
}
header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb {
  gap: 50px;
  margin-bottom: 20px;
}
header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb .drop-lang .dropdown-menu {
  position: absolute;
}
header .offcanvas.show .navbar-nav .custom-content-right .box-search {
  width: 100%;
  max-width: initial !important;
}

img {
  max-width: 100%;
}

a {
  color: #1A1818;
}
a:hover {
  color: #145629;
}
a.link-read {
  font-size: 14px;
  font-style: italic;
}
a.link-read:hover, a.link-read.active {
  text-decoration: underline;
}
a.link-green-gradient {
  text-align: center;
  background: linear-gradient(180deg, #8ABB2A 0%, #145629 100%);
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.link-green-gradient:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
a.link-green-gradient.custom-icon {
  padding: 7px 35px;
}
a.link-green-gradient.custom-icon img {
  height: 28px;
  vertical-align: sub;
}
a.link-green-gradient-outline {
  text-align: center;
  border: 2px solid #145629;
  color: #145629;
  background: rgba(255, 255, 255, 0.3803921569);
  display: inline-block;
  padding: 8px 35px;
  font-weight: 600;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.link-green-gradient-outline:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: linear-gradient(180deg, #8ABB2A 0%, #145629 100%);
  color: #fff;
  border-color: #8ABB2A;
}
a.link-green-gradient-outline.custom-icon {
  padding: 7px 35px;
}
a.link-green-gradient-outline.custom-icon img {
  height: 28px;
  vertical-align: sub;
}
a.link-detail {
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #707070;
  color: #fff;
}
a.link-detail:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #564c4c;
  color: #fff;
}
a.link-chect-out {
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #145629;
  color: #fff;
  text-align: center;
}
a.link-chect-out:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #145629;
  color: #fff;
}
a.link-lost {
  color: #8ABB2A;
}
a.link-lost:hover, a.link-lost.active {
  text-decoration: underline;
}
a.link-chect-out {
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #145629;
  color: #fff;
}
a.link-chect-out:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #145629;
  color: #fff;
}

button.btn-green-gradient {
  text-align: center;
  background: linear-gradient(180deg, #8ABB2A 0%, #145629 100%);
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button.btn-green-gradient:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
button.btn-green-gradient.custom-icon {
  padding: 7px 35px;
}
button.btn-green-gradient.custom-icon img {
  height: 28px;
  vertical-align: sub;
}
button.btn-chect-out {
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #145629;
  color: #fff;
}
button.btn-chect-out:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #145629;
  color: #fff;
}
button.btn-detail {
  display: inline-block;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #707070;
  color: #fff;
}
button.btn-detail:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #564c4c;
  color: #fff;
}

.title-sec {
  margin-bottom: 45px;
}
.title-sec h2.custom {
  color: #145629;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.title-sec h1.custom {
  color: #145629;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .title-sec h2.custom {
    font-size: 24px;
  }
  .title-sec h1.custom {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title-sec h2.custom {
    font-size: 24px;
  }
  .title-sec h1.custom {
    font-size: 30px;
  }
}

footer .bg-fotoer-top {
  background: #ECECEC;
  padding: 35px 0;
}
footer .bg-fotoer-top .list-link-terms li {
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  footer .bg-fotoer-top .list-link-terms {
    display: block;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  footer .bg-fotoer-top .list-link-terms {
    display: block;
    margin: auto;
    text-align: center;
  }
}
footer .bg-fotoer-top .f-logo img {
  max-width: 245px;
}
@media screen and (max-width: 480px) {
  footer .bg-fotoer-top .f-logo {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  footer .bg-fotoer-top .f-logo {
    text-align: center;
  }
}
footer .bg-fotoer-top .f-content-right .f-menu a {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  footer .bg-fotoer-top .f-content-right .f-menu a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer .bg-fotoer-top .f-content-right .f-menu a {
    margin-left: 10px;
  }
}
footer .bg-fotoer-top .f-content-right .f-social a {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 480px) {
  footer .bg-fotoer-top .f-content-right .f-social a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer .bg-fotoer-top .f-content-right .f-social a {
    margin-left: 10px;
  }
}
footer .bg-fotoer-top .f-content-right .f-social a img {
  width: 34px;
}
footer .bg-fotoer-top .f-content-right .f-social a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  footer .bg-fotoer-top .f-content-right {
    text-align: center !important;
  }
}
@media screen and (max-width: 1024px) {
  footer .bg-fotoer-top .f-content-right {
    text-align: center !important;
  }
}
footer .copyright {
  background: #1A1818;
  color: #fff;
  min-height: 60px;
  padding: 17px 10px 17px;
}
footer.custom-new .bg-fotoer-top {
  padding: 25px 0 15px;
}
footer.custom-new .block-footer .f-logo {
  width: 145px;
}
footer.custom-new .block-footer .f-logo img {
  max-width: 95px;
}
footer.custom-new .block-footer .content-footer .list-link .link-terms {
  border-top: 1px solid #707070;
  padding-top: 10px;
  margin-top: 10px;
}
footer.custom-new .block-footer .content-footer .list-link .link-terms a {
  display: inline-block;
  margin-right: 36px;
}
footer.custom-new .block-footer .content-footer .list-link .link-terms a:last-child {
  margin-right: 0;
}
footer.custom-new .block-footer .content-footer .list-link .link-shop a {
  display: inline-block;
  margin-right: 30px;
}
footer.custom-new .block-footer .content-footer .list-link .link-shop a:last-child {
  margin-right: 0;
}
footer.custom-new .block-footer .content-footer .f-social {
  gap: 20px;
  padding-left: 15px;
}
footer.custom-new .block-footer .content-footer .f-social img {
  width: 30px;
  min-width: 30px;
}
@media screen and (max-width: 480px) {
  footer.custom-new .block-footer {
    display: block !important;
  }
  footer.custom-new .block-footer .f-logo {
    width: inherit;
    text-align: center;
    margin-bottom: 20px;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-terms a {
    display: inline-block;
    margin-right: 10px;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-shop a {
    display: inline-block;
    margin-right: 10px;
  }
  footer.custom-new .block-footer .content-footer .f-social {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer.custom-new .block-footer {
    display: block !important;
  }
  footer.custom-new .block-footer .f-logo {
    width: inherit;
    text-align: center;
    margin-bottom: 20px;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-terms a {
    display: inline-block;
    margin-right: 10px;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-shop a {
    display: inline-block;
    margin-right: 10px;
  }
  footer.custom-new .block-footer .content-footer .f-social {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  footer.custom-new .block-footer .content-footer {
    display: block !important;
    text-align: left;
  }
  footer.custom-new .block-footer .content-footer .list-link {
    display: flex;
    justify-content: space-between !important;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-shop a {
    margin: 0 0 10px;
    display: block;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-terms {
    margin: 0;
    padding: 0;
    border: 0;
  }
  footer.custom-new .block-footer .content-footer .list-link .link-terms a {
    margin: 0 0 10px;
    display: block;
    text-align: right;
  }
  footer.custom-new .block-footer .content-footer .f-social {
    gap: inherit;
    padding: 0;
    justify-content: space-between !important;
    margin-top: 20px;
  }
}

@media (min-width: 1441px) {
  .custom-w {
    max-width: 1450px;
  }
}
.block-news-main {
  padding: 100px 0;
}
.block-news-main .item-news {
  background: #ECECEC;
  border-radius: 12px;
  overflow: hidden;
  min-height: 480px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-news-main .item-news .thumb {
  height: 240px;
  overflow: hidden;
}
.block-news-main .item-news .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-news-main .item-news:hover {
  background: #e6ffee;
}
.block-news-main .item-news:hover .thumb img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-news-main .item-news .content {
  padding: 23px 18px;
}
.block-news-main .item-news .content .title {
  margin-bottom: 15px;
  height: 48px;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}
.block-news-main .item-news .content .title a {
  color: #145629;
  font-weight: 600;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-news-main .item-news .content .desc {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  height: 120px;
}
@media screen and (max-width: 480px) {
  .block-news-main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .block-news-main {
    padding: 50px 0;
  }
}
.block-news-main.custom-new .title-sec h2.custom {
  font-weight: inherit;
}

.block-join-main {
  min-height: 350px;
  padding: 50px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: transparent !important;
}
.block-join-main .title-sec {
  margin-bottom: 40px;
}
.block-join-main .title-sec h2.custom {
  color: #8ABB2A;
}
.block-join-main .content .desc {
  margin-bottom: 40px;
}
.block-join-main .box-max-w {
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .block-join-main .box-max-w {
    max-width: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .block-join-main .box-max-w {
    max-width: inherit;
    text-align: center;
  }
}
.block-join-main .container.custom-w {
  position: relative;
  z-index: 1;
}
.block-join-main a.link-green-gradient {
  font-weight: inherit;
}
.block-join-main .bg {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.block-join-main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .block-join-main .bg {
    width: 200%;
  }
}
@media screen and (max-width: 480px) {
  .block-join-main .bg {
    width: 250%;
  }
}

.block-post-main {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .block-post-main {
    padding: 50px 0;
  }
  .block-post-main .title-sec {
    margin-bottom: 20px;
    text-align: center;
  }
  .block-post-main .custom-order .col-md-6:first-child {
    order: 2;
  }
  .block-post-main .custom-order .col-md-6:last-child {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .block-post-main {
    padding: 50px 0;
  }
  .block-post-main .title-sec {
    margin-bottom: 20px;
    text-align: center;
  }
  .block-post-main .custom-order .col-md-6:first-child {
    order: 2;
  }
  .block-post-main .custom-order .col-md-6:last-child {
    order: 1;
  }
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .block-post-main .marg-custom-post {
    margin: 0 -50px;
  }
  .block-post-main .marg-custom-post .padd {
    padding: 0 50px;
  }
}
.block-post-main .banenr-radius {
  border-radius: 20px;
  overflow: hidden;
}
.block-post-main .banenr-radius img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-post-main .banenr-radius:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.block-post-main.custom-fea .list-fea {
  margin-bottom: 65px;
}
.block-post-main.custom-fea .list-fea .item {
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-post-main.custom-fea .list-fea .item .icon {
  max-width: 178px;
  margin: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .block-post-main.custom-fea .list-fea .item .icon {
    max-width: 110px;
  }
}
.block-post-main.custom-fea .list-fea .item:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.block-post-main.custom-flow {
  background: #ECECEC;
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .block-post-main.custom-flow {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .block-post-main.custom-flow {
    padding: 50px 0;
  }
}
.block-post-main.custom-flow .marg-custom-post {
  margin-bottom: 65px;
}
@media (min-width: 1441px) {
  .block-post-main.custom-flow .list-flow {
    margin: 0 -20px;
  }
  .block-post-main.custom-flow .list-flow .padd {
    padding: 0 20px;
  }
}
.block-post-main.custom-flow .item-flow {
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3019607843) 0 3px 20px;
  min-height: 625px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-post-main.custom-flow .item-flow .thumb {
  text-align: center;
  justify-content: center !important;
  display: flex;
  padding: 10px;
  align-items: center !important;
  height: 260px;
}
.block-post-main.custom-flow .item-flow .thumb img {
  max-width: 300px;
  margin: auto;
}
.block-post-main.custom-flow .item-flow .content {
  padding: 35px;
}
.block-post-main.custom-flow .item-flow .content .title {
  font-size: 24px;
  color: #145629;
  font-weight: 600;
}
.block-post-main.custom-flow .item-flow .content .title a {
  color: #145629;
}
@media screen and (max-width: 480px) {
  .block-post-main.custom-flow .item-flow .content {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .block-post-main.custom-flow .item-flow .content {
    padding: 15px;
  }
}
.block-post-main.custom-flow .item-flow:hover {
  background: #e6ffee;
}
@media screen and (max-width: 480px) {
  .block-post-main.custom-flow .item-flow {
    min-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .block-post-main.custom-flow .item-flow {
    min-height: inherit;
  }
}
.block-post-main.custom-list {
  padding: 0;
}
.block-post-main.custom-list .bg .marg-custom-post {
  padding: 70px 0;
}
.block-post-main.custom-list .bg:nth-child(even) {
  background: #F1F1F1;
}
.block-post-main.custom-list .bg:nth-child(even) .marg-custom-post .padd:last-child {
  order: 1;
}
.block-post-main.custom-list .bg:nth-child(even) .marg-custom-post .padd:first-child {
  order: 2;
}
@media screen and (max-width: 480px) {
  .block-post-main.custom-list .bg .marg-custom-post {
    padding: 30px 0;
  }
  .block-post-main.custom-list .bg:nth-child(odd) .marg-custom-post .padd:last-child {
    order: 1;
  }
  .block-post-main.custom-list .bg:nth-child(odd) .marg-custom-post .padd:first-child {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .block-post-main.custom-list .bg .marg-custom-post {
    padding: 30px 0;
  }
  .block-post-main.custom-list .bg:nth-child(odd) .marg-custom-post .padd:last-child {
    order: 1;
  }
  .block-post-main.custom-list .bg:nth-child(odd) .marg-custom-post .padd:first-child {
    order: 2;
  }
}
.block-post-main.custom-new .title-sec h2.custom {
  font-size: 30px;
  font-weight: inherit;
}
.block-post-main.custom-new .content {
  max-width: 550px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .block-post-main.custom-new .content {
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .block-post-main.custom-new .content {
    max-width: inherit;
  }
}
.block-post-main.custom-new .bg:nth-child(even) {
  background: transparent;
}
.block-post-main.custom-new .bg .marg-custom-post {
  padding: 30px 0;
}
.block-post-main.custom-new .bg .custom-w {
  max-width: 1160px;
}
.block-post-main.custom-new .bg .custom-w .marg-custom-post {
  margin-left: -25px;
  margin-right: -25px;
}
.block-post-main.custom-new .bg .custom-w .marg-custom-post .padd {
  padding-left: 25px;
  padding-right: 25px;
}
.block-post-main.custom-new .bg .custom-w .marg-custom-post .banenr-radius {
  border-radius: 0;
  overflow: inherit;
}
.block-post-main.custom-new .bg .custom-w .marg-custom-post .content {
  max-width: inherit;
}
.block-post-main.custom-new .bg .custom-w .marg-custom-post .content .title-sec {
  margin-bottom: 30px;
}
.block-post-main.custom-padd-list {
  padding: 70px 0 0;
}
.block-post-main.custom-padd-list .custom-w {
  max-width: 1160px;
}
.block-post-main.custom-padd-list .title-sec h2.custom {
  font-weight: inherit;
}
.block-post-main.custom-padd-list .list-fea {
  margin-bottom: 20px;
}

.block-global-main {
  background: url(../images/banner-global.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
.block-global-main .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  max-width: 700px;
  font-size: 18px;
}
.block-global-main .content .desc {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .block-global-main .content .desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .block-global-main .content .desc {
    margin-bottom: 30px;
  }
}
.block-global-main .banenr-bg img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .block-global-main .title-sec {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .block-global-main .title-sec {
    margin-bottom: 30px;
  }
}

.block-slick-main .slick-slider {
  margin: 0 -30px;
}
.block-slick-main .slick-slider .padd {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .block-slick-main .slick-slider {
    margin: 0 -7.5px;
  }
  .block-slick-main .slick-slider .padd {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  .block-slick-main .slick-slider {
    margin: 0 -7.5px;
  }
  .block-slick-main .slick-slider .padd {
    padding: 0 7.5px;
  }
}

/* CONTROL-NUMBER */
.control-number.number {
  display: flex;
  border: 1px solid #707070;
  width: 135px;
  font-size: 18px;
  overflow: hidden;
  height: 44px;
  border-radius: 100px;
  background: #fff;
}
.control-number.number .minus, .control-number.number .plus {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 35px;
  height: 44px;
  border: 0;
  border-radius: 0;
  line-height: 44px;
  cursor: pointer;
}
.control-number.number .minus:hover, .control-number.number .plus:hover {
  background: #EAE9E9;
}
.control-number.number .minus {
  font-size: 20px;
  float: left;
}
.control-number.number .plus {
  float: right;
}
.control-number.number input {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  width: 65px;
}
.control-number.number input:focus {
  box-shadow: none;
  outline: none;
}

.block-page {
  min-height: 100vh;
  padding: 45px 0;
}

.item-shop {
  border: 1px solid #707070;
  border-radius: 15px;
  min-height: 500px;
  padding-top: 260px;
  margin-top: 70px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-shop .thumb {
  height: 300px;
  overflow: hidden;
  padding: 0 20px 10px;
  position: absolute;
  width: 100%;
  top: -65px;
  border-radius: 15px; /* box-shadow: hsla(0, 0%, 0%, 0.16) 0 3px 6px; */
}
.item-shop .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: hsla(0, 0%, 0%, 0.16) 0 3px 6px;
}
.item-shop .content .title {
  height: 52px;
}
.item-shop .content .title a {
  color: #145629;
  font-weight: bold;
  font-size: 22px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
}
.item-shop .content .price {
  color: #1A1818;
  font-weight: bold;
  font-size: 22px;
}
.item-shop .link-bottom {
  max-width: 280px;
  margin: auto;
}
.item-shop .link-bottom a {
  min-width: 130px;
}
.item-shop:hover, .item-shop.active {
  background: #e6ffee;
}

.list-custom-item-shop .item-shop {
  padding: 15px;
  border-radius: 15px;
  min-height: 475px;
  border-color: #fff;
  margin-top: 0;
}
.list-custom-item-shop .item-shop .thumb {
  height: 305px;
  border-radius: 10px;
  position: static;
  padding: 0;
}
.list-custom-item-shop .item-shop .thumb:hover .box, .list-custom-item-shop .item-shop .thumb.active .box {
  opacity: 1;
  visibility: visible;
}
.list-custom-item-shop .item-shop .link-bottom {
  max-width: 100%;
}
.list-custom-item-shop .item-shop .link-bottom .link-chect-out {
  border-radius: 10px;
  padding: 3px 10px;
}
.list-custom-item-shop .item-shop .box {
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8509803922);
  z-index: 2;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-bottom: 50px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.list-custom-item-shop .item-shop .box .title-sm {
  color: #145629;
  font-weight: bold;
  font-size: 22px;
}
.list-custom-item-shop .item-shop .box .link {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
}
.list-custom-item-shop .item-shop .box .link .link-detail {
  border-radius: 10px;
  padding: 7px 10px;
}
.list-custom-item-shop .item-shop:hover, .list-custom-item-shop .item-shop.active {
  background: transparent;
  border-color: #707070;
}

.list-cart {
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 25px;
  min-height: 150px;
}
.list-cart .item-prod-cart {
  padding-left: 160px;
  min-height: 150px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.list-cart .item-prod-cart .thumb {
  position: absolute;
  left: 0;
  height: 130px;
  overflow: hidden;
  border-radius: 10px;
}
.list-cart .item-prod-cart .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-cart .item-prod-cart .content .info {
  padding-top: 20px;
}
.list-cart .item-prod-cart .content .info .title {
  font-size: 18px;
  height: 60px;
}
.list-cart .item-prod-cart .content .info .title a {
  text-overflow: ellipsis;
  position: relative;
  max-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-cart .item-prod-cart .content .info .price {
  font-size: 20px;
  font-weight: bold;
}
.list-cart .item-prod-cart .content .c-right {
  padding-top: 20px;
  padding-left: 15px;
}
.list-cart .item-prod-cart .content .c-right .link-icon-remove {
  margin-bottom: 20px;
}
.list-cart .item-prod-cart .content .c-right .link-icon-remove img {
  height: 28px;
}
.list-cart .item-prod-cart:last-child {
  border: 0;
  margin-bottom: 0;
  min-height: 130px;
}
@media screen and (max-width: 480px) {
  .list-cart .item-prod-cart {
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .list-cart .item-prod-cart .thumb {
    height: 60px;
    width: 60px;
  }
  .list-cart .item-prod-cart .content .info {
    padding-top: 6px;
  }
  .list-cart .item-prod-cart .content .info .title {
    height: inherit;
    font-size: 14px;
  }
  .list-cart .item-prod-cart .content .info .title a {
    text-overflow: ellipsis;
    position: relative;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .list-cart .item-prod-cart .content .c-right {
    padding-top: 0;
    padding-left: 5px;
  }
  .list-cart .item-prod-cart .content .c-right .link-icon-remove {
    margin-bottom: 5px;
  }
  .list-cart .item-prod-cart .content .c-right .link-icon-remove img {
    height: 15px;
  }
  .list-cart .item-prod-cart .content .control-number.number {
    height: 36px;
  }
  .list-cart .item-prod-cart .content .control-number.number .minus, .list-cart .item-prod-cart .content .control-number.number .plus {
    height: 36px;
    line-height: 36px;
  }
  .list-cart .item-prod-cart .content .control-number.number input {
    height: 36px;
    line-height: 36px;
  }
  .list-cart .item-prod-cart:last-child {
    min-height: inherit;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .list-cart .item-prod-cart {
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .list-cart .item-prod-cart .thumb {
    height: 60px;
    width: 60px;
  }
  .list-cart .item-prod-cart .content .info {
    padding-top: 6px;
  }
  .list-cart .item-prod-cart .content .info .title {
    height: inherit;
    font-size: 14px;
  }
  .list-cart .item-prod-cart .content .info .title a {
    text-overflow: ellipsis;
    position: relative;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .list-cart .item-prod-cart .content .c-right {
    padding-top: 0;
    padding-left: 5px;
  }
  .list-cart .item-prod-cart .content .c-right .link-icon-remove {
    margin-bottom: 5px;
  }
  .list-cart .item-prod-cart .content .c-right .link-icon-remove img {
    height: 15px;
  }
  .list-cart .item-prod-cart .content .control-number.number {
    height: 36px;
  }
  .list-cart .item-prod-cart .content .control-number.number .minus, .list-cart .item-prod-cart .content .control-number.number .plus {
    height: 36px;
    line-height: 36px;
  }
  .list-cart .item-prod-cart .content .control-number.number input {
    height: 36px;
    line-height: 36px;
  }
  .list-cart .item-prod-cart:last-child {
    min-height: inherit;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .list-cart {
    padding: 10px;
    min-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .list-cart {
    padding: 10px;
    min-height: inherit;
  }
}

.list-cart-sm .item-prod-cart {
  padding-left: 90px;
  min-height: 65px;
  margin-bottom: 25px;
}
.list-cart-sm .item-prod-cart .thumb {
  position: absolute;
  left: 0;
  height: 65px;
  overflow: hidden;
  border-radius: 10px;
  width: 65px;
}
.list-cart-sm .item-prod-cart .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-cart-sm .item-prod-cart .info {
  padding-top: 7px;
}
.list-cart-sm .item-prod-cart .info .title-sm {
  margin-bottom: 5px;
}
.list-cart-sm .item-prod-cart .info .title-sm a {
  text-overflow: ellipsis;
  position: relative;
  max-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-cart-sm .item-prod-cart .price {
  font-size: 20px;
}

@media (min-width: 1441px) {
  .box-marg-50 {
    margin: 0 -25px;
  }
  .box-marg-50 .padd {
    padding: 0 25px;
  }
  .box-marg-40 {
    margin: 0 -20px;
  }
  .box-marg-40 .padd {
    padding: 0 20px;
  }
}
.custom-label.custom-main {
  font-weight: bold;
}

.custom-default-control {
  height: 35px;
  border-radius: 100px;
  border-color: #707070;
}

textarea.custom-default-control {
  height: 70px !important;
  border-radius: 15px;
}

.box-check-sm {
  border: 1px solid #707070;
  border-radius: 15px;
  min-height: 86px;
  padding: 15px;
  padding-right: 100px;
}
.box-check-sm .text {
  color: #707070;
  padding-left: 25px;
}
.box-check-sm .price {
  position: absolute;
  right: 15px;
  top: 15px;
}

.list-check .form-check img {
  height: 16px;
}
.list-check .form-check-input:checked[type=radio] {
  background: url(../images/shop/icon-check.svg) no-repeat center center;
  background-size: 16px 16px;
  border-color: #707070;
}

.item-gift {
  background: #ECECEC;
  overflow: hidden;
  border-radius: 100px;
}
.item-gift .icon {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  text-align: center;
}
.item-gift .icon img {
  height: 26px;
}
.item-gift .form-control.custom {
  height: 44px;
  background: #ECECEC;
  border-radius: 100px;
  border: 0;
  padding-left: 60px;
  padding-right: 80px;
}
.item-gift .btn-apply {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  border-radius: 100px;
  height: 40px;
}
.item-gift .btn-apply:hover, .item-gift .btn-apply:focus {
  background: #145629;
  color: #fff;
}

.block-summary {
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 25px;
  min-height: 524px;
}
.block-summary .title {
  font-size: 24px;
  color: #145629;
}
.block-summary .content .item {
  min-height: 56px;
}
.block-summary .content .item.custom-total {
  border-top: 1px solid #707070;
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-summary .content .item .value.custom-price {
  color: #FF0021;
}
@media screen and (max-width: 480px) {
  .block-summary {
    padding: 10px;
    min-height: inherit;
  }
  .block-summary .title {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .block-summary {
    padding: 10px;
    min-height: inherit;
  }
  .block-summary .title {
    margin-bottom: 0px !important;
  }
}
.block-summary.custom .item-gift {
  border-radius: 10px;
}
.block-summary.custom a.link-chect-out {
  border-radius: 10px;
}
.block-summary.custom .btn-chect-out {
  border-radius: 10px;
}

.product-detail-page {
  position: relative;
  padding-left: 620px;
  min-height: 580px;
  margin-bottom: 50px;
}
.product-detail-page .block-slider-product-detail {
  position: absolute;
  left: 0;
  width: 480px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail {
  position: relative;
  margin-bottom: 35px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main {
  height: 100%;
  width: 480px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main {
    width: inherit;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main {
    width: inherit;
    max-width: 480px;
  }
}
.product-detail-page .block-slider-product-detail .slick-product-detail-list {
  margin: 0 -10px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail-list .item {
  padding: 0 10px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
  height: 100px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-page .block-slider-product-detail {
    position: static;
    margin: auto auto 30px;
    width: inherit;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page .block-slider-product-detail {
    position: static;
    margin: auto auto 30px;
    width: inherit;
    max-width: 480px;
  }
}
.product-detail-page .content-info .title h1.custom {
  color: #145629;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-detail-page .content-info .desc {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-detail-page .content-info .box {
  max-width: 280px;
}
.product-detail-page .content-info .box .price {
  font-size: 24px;
  font-weight: bold;
}
.product-detail-page .content-info .box .link-bottom a {
  min-width: 128px;
}
@media screen and (max-width: 480px) {
  .product-detail-page .content-info .box {
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page .content-info .box {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-page {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page {
    padding-left: 0;
  }
}
.product-detail-page.custom-page {
  padding-left: 655px;
  min-height: 440px;
}
.product-detail-page.custom-page .content-info .desc {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.product-detail-page.custom-page .content-info .box {
  max-width: initial;
}
.product-detail-page.custom-page .content-info .box .link-bottom {
  gap: 25px;
}
.product-detail-page.custom-page .content-info .box .link-bottom a {
  min-width: 130px;
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page .content-info .box .link-bottom {
    gap: 5px;
  }
  .product-detail-page.custom-page .content-info .box .link-bottom a {
    min-width: inherit;
  }
}
.product-detail-page.custom-page .block-slider-product-detail {
  width: 560px;
  padding-left: 120px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page .block-slider-product-detail {
    position: relative;
    width: inherit;
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page.custom-page .block-slider-product-detail {
    position: relative;
    width: inherit;
    max-width: inherit;
  }
}
.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail {
  z-index: 2;
}
.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail .thumb-main {
  width: 435px;
  height: 435px;
  border-radius: 10px;
  overflow: hidden;
}
.product-detail-page.custom-page .block-slider-product-detail .custom-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 435px;
  overflow: hidden;
}
.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail-list .item {
  margin-bottom: 28px;
}
.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
  width: 86px;
  height: 86px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail .thumb-main {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail .thumb-main {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page .block-slider-product-detail {
    padding-left: 0px;
  }
  .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
    width: 100%;
  }
  .product-detail-page.custom-page .block-slider-product-detail .custom-left {
    position: static;
    height: inherit;
  }
  .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page.custom-page {
    padding-left: 0;
  }
}

.menu-sidebar {
  font-size: 18px;
  max-width: 180px;
}
.menu-sidebar ul li {
  border-bottom: 1px solid #707070;
  padding: 16px 0;
}
.menu-sidebar ul li a:hover {
  color: #8ABB2A;
}
.menu-sidebar ul li.active a {
  color: #8ABB2A;
}
@media screen and (max-width: 480px) {
  .menu-sidebar ul {
    display: block;
    overflow: auto;
    white-space: nowrap;
    border-bottom: 1px solid #707070;
  }
  .menu-sidebar ul li {
    display: inline-block;
    margin-right: 10px;
    border: 0;
  }
}
@media screen and (max-width: 1024px) {
  .menu-sidebar ul {
    display: block;
    overflow: auto;
    white-space: nowrap;
    border-bottom: 1px solid #707070;
  }
  .menu-sidebar ul li {
    display: inline-block;
    margin-right: 10px;
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  .menu-sidebar {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-sidebar {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.block-desc-detail .title-list {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .block-desc-detail .title-list {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .block-desc-detail .title-list {
    text-align: center;
  }
}
.block-desc-detail .list-fea {
  flex-wrap: wrap;
}
.block-desc-detail .list-fea a {
  color: #145629;
  font-weight: bold;
  font-size: 18px;
  flex: 0 0 auto;
  width: 12.5%;
}
.block-desc-detail .list-fea a .item {
  max-width: 150px;
  margin: auto;
}
.block-desc-detail .list-fea a .item .thumb {
  margin-bottom: 15px;
}
.block-desc-detail .list-fea a .item .thumb img {
  width: 130px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .block-desc-detail .list-fea a {
    flex: 0 0 auto;
    width: 33.33333333%;
    font-size: 14px;
  }
  .block-desc-detail .list-fea a .item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .block-desc-detail .list-fea a {
    flex: 0 0 auto;
    width: 33.33333333%;
    font-size: 14px;
  }
  .block-desc-detail .list-fea a .item {
    padding: 0 5px;
  }
}
.block-desc-detail .item-sm-info {
  margin-bottom: 30px;
}
.block-desc-detail .item-sm-info .title-sm {
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  .product-detail-page .title h1.custom {
    font-size: 30px;
  }
}
nav.custom-breadcrumb .breadcrumb {
  margin-bottom: 45px;
}
nav.custom-breadcrumb .breadcrumb .breadcrumb-item {
  color: #A5A5A5;
}
nav.custom-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #A5A5A5;
}
nav.custom-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #1A1818;
}
@media screen and (max-width: 480px) {
  nav.custom-breadcrumb .breadcrumb {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  nav.custom-breadcrumb .breadcrumb {
    margin-bottom: 15px;
  }
}

.max-w-login {
  max-width: 650px;
  margin: auto;
}
.max-w-login .list-nav-login .d-flex.custom-gap {
  gap: 130px;
}
.max-w-login .list-nav-login a h2.custom {
  color: #A5A5A5;
}
.max-w-login .list-nav-login a.active h2.custom {
  color: #145629;
}

.box-avatar {
  margin: auto auto 30px;
  width: 175px;
}
.box-avatar .avatar {
  height: 175px;
  width: 175px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  display: inline-block;
}
.box-avatar .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-avatar .icon {
  bottom: 0;
  right: 10px;
}
.box-avatar .icon img {
  height: 45px;
}
.box-avatar .form-control.custom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

.block-contact-join {
  background: #145629;
  color: #fff;
  padding: 80px 0;
}
.block-contact-join .title-sec {
  margin-bottom: 10px;
}
.block-contact-join .title-sec h2.custom {
  color: #fff;
  font-size: 24px;
  font-weight: inherit;
}
.block-contact-join .content {
  padding-top: 20px;
}
.block-contact-join .box-form {
  padding-right: 196px;
  max-width: 600px;
  margin-left: auto;
}
.block-contact-join .box-form .form-label {
  color: #fff;
}
.block-contact-join .box-form .form-control {
  height: 44px;
  border-radius: 100px;
  border: 0;
}
.block-contact-join .box-form .btn-green-gradient {
  right: 0;
  bottom: 0;
}

.block-contact-info {
  padding: 70px 0;
}
.block-contact-info .item-contact .title {
  color: #145629;
  font-size: 24px;
  margin-bottom: 35px;
}
.block-contact-info .item-contact .list .item .value {
  color: #145629;
}
@media screen and (max-width: 480px) {
  .block-contact-info .item-contact {
    margin-bottom: 30px;
  }
  .block-contact-info .item-contact .title {
    margin-bottom: 10px;
  }
  .block-contact-info .item-contact .list .item {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .block-contact-info .item-contact {
    margin-bottom: 30px;
  }
  .block-contact-info .item-contact .title {
    margin-bottom: 10px;
  }
  .block-contact-info .item-contact .list .item {
    margin-bottom: 10px !important;
  }
}

.block-contact-banner {
  min-height: 525px;
  background: url(../images/bg-contact.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 300px;
  color: #FFFFFF;
}
.block-contact-banner .title-sec h2.custom {
  margin-bottom: 25px;
  color: #FFFFFF;
}

.block-learn-banner {
  min-height: 525px;
  background: url(../images/bg-bre.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
.block-learn-banner .title-sec h2.custom {
  margin-bottom: 25px;
}

.block-health-main {
  padding: 90px 0;
}
.block-health-main::before {
  background: #145629;
  width: 100%;
  height: 260px;
  bottom: 150px;
  position: absolute;
  content: "";
}
.block-health-main .item .banner {
  width: 370px;
  height: 370px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  border: 10px solid #fff;
  box-shadow: hsla(0, 0%, 0%, 0.3) 0 3px 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-health-main .item .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-health-main .item .text {
  font-size: 32px;
  color: #fff;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.block-health-main .item:hover .banner {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .block-health-main:before {
    display: none;
  }
  .block-health-main .item .banner {
    width: 250px;
    height: 250px;
  }
  .block-health-main .item .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .block-health-main:before {
    display: none;
  }
  .block-health-main .item .banner {
    width: 250px;
    height: 250px;
  }
  .block-health-main .item .text {
    font-size: 18px;
  }
}

.block-news-page {
  padding: 40px 0;
}
.block-news-page .news-sidebar {
  background: #fff;
  max-width: 250px;
}
.block-news-page .news-sidebar .news-title {
  background: #55411B;
  color: #fff;
  padding: 10px 10px;
}
.block-news-page .news-sidebar .news-title h3.custom {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-news-page .news-sidebar {
    max-width: inherit;
  }
  .block-news-page .news-sidebar .list-news-sidebar {
    margin-bottom: 35px;
  }
  .block-news-page .news-sidebar .list-news-sidebar .item {
    position: relative;
    padding-left: 115px;
    padding: 10px 10px 10px 105px;
    min-height: 100px;
  }
  .block-news-page .news-sidebar .list-news-sidebar .item .thumb {
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    left: 10px;
  }
}
.block-news-page .list-news-sidebar {
  background: #ECECEC;
  padding: 15px;
  border-radius: 15px;
}
.block-news-page .list-news-sidebar .item {
  padding: 25px 25px 20px;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  box-shadow: hsla(0, 0%, 0%, 0.3) 0 3px 6px;
  border-radius: 5px;
}
.block-news-page .list-news-sidebar .item .thumb {
  margin-bottom: 5px;
  width: 150px;
  height: 120px;
  border-radius: 10px;
}
.block-news-page .list-news-sidebar .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-news-page .list-news-sidebar .item .content .title {
  margin-bottom: 5px;
}
.block-news-page .list-news-sidebar .item .content .title a {
  color: #145629;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  position: relative;
  max-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-news-page .list-news-sidebar .item .content .time {
  font-style: italic;
  font-size: 14px;
}
.block-news-page .list-news-sidebar.custom-lg {
  min-height: 275px;
  background: transparent;
  padding: 0;
}
.block-news-page .list-news-sidebar.custom-lg .item {
  padding: 0;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #707070;
  padding-left: 360px;
  min-height: 280px;
  box-shadow: none;
}
.block-news-page .list-news-sidebar.custom-lg .item .title {
  margin-bottom: 15px;
}
.block-news-page .list-news-sidebar.custom-lg .item .thumb {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 240px;
  width: 310px;
  border-radius: 15px;
}
.block-news-page .list-news-sidebar.custom-lg .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-news-page .list-news-sidebar.custom-lg .item .content {
  min-height: 174px;
}
.block-news-page .list-news-sidebar.custom-lg .item .content .time {
  margin-bottom: 15px;
  color: #707070;
  font-size: 14px;
}
.block-news-page .list-news-sidebar.custom-lg .item .content .desc {
  text-overflow: ellipsis;
  position: relative;
  max-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.block-news-page .list-news-sidebar.custom-lg .item .content .link-bottom a {
  color: #707070;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .block-news-page .list-news-sidebar.custom-lg .item {
    padding-left: 140px;
    min-height: initial;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .title {
    margin-bottom: 5px;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .thumb {
    width: 120px;
    height: 120px;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .content {
    min-height: initial;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .content .time {
    margin-bottom: 5px;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .content .desc {
    text-overflow: ellipsis;
    position: relative;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .block-news-page .list-news-sidebar.custom-lg .item {
    padding-left: 140px;
    min-height: initial;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .title {
    margin-bottom: 5px;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .thumb {
    width: 120px;
    height: 120px;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .content {
    min-height: initial;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .content .time {
    margin-bottom: 5px;
  }
  .block-news-page .list-news-sidebar.custom-lg .item .content .desc {
    text-overflow: ellipsis;
    position: relative;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
}

.custom-breadcrumb .breadcrumb {
  margin-bottom: 30px;
}
.custom-breadcrumb a {
  color: #55411B;
}
.custom-breadcrumb .breadcrumb-item.active {
  font-weight: bold;
}

.block-news-details .title-details h1.custom {
  font-size: 24px;
  font-weight: bold;
  color: #145629;
}

.nav-pills.custom-tab .nav-link {
  color: #1A1818;
  border: 0;
  padding: 12px 15px;
  border-radius: 10px;
  min-width: 165px;
  text-align: center;
  border: 0;
  display: inline-block;
}
.nav-pills.custom-tab .nav-link.active {
  background: linear-gradient(180deg, #8ABB2A 0%, #145629 100%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .nav-pills.custom-tab {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
  .nav-pills.custom-tab .nav-item {
    display: inline-block;
  }
  .nav-pills.custom-tab .nav-item .nav-link {
    min-width: inherit;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-pills.custom-tab {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
  .nav-pills.custom-tab .nav-item {
    display: inline-block;
  }
  .nav-pills.custom-tab .nav-item .nav-link {
    min-width: inherit;
    margin-right: 5px;
  }
}

.block-order-main {
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 0px 15px 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-order-main:hover, .block-order-main.active {
  background: #e6ffee;
}
.block-order-main .order-header {
  border-bottom: 1px solid #C4C4C4;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  display: flex;
  padding: 16px 0;
}
.block-order-main .order-header .h-left {
  display: flex;
}
.block-order-main .order-header .h-left .id {
  display: flex;
  margin-right: 20px;
}
.block-order-main .order-header .h-left .id strong {
  color: #145629;
}
.block-order-main .order-header .h-right span {
  color: #145629;
}
.block-order-main .order-content .item-ord-sm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #C4C4C4;
  border-top: 0;
  -ms-flex-align: center !important;
  align-items: center !important;
  color: #726A6C;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-order-main .order-content .item-ord-sm .ord-thumb-img {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.block-order-main .order-content .item-ord-sm .ord-thumb-img img {
  height: 80px;
  width: 80px;
  border-radius: 5px;
}
.block-order-main .order-content .item-ord-sm .ord-title {
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.block-order-main .order-content .item-ord-sm .ord-title a {
  color: #726A6C;
}
.block-order-main .order-content .item-ord-sm .ord-quality {
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
.block-order-main .order-content .item-ord-sm .ord-total {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}
.block-order-main .order-bottom {
  border-bottom: 1px solid #C4C4C4;
  border-top: 0;
  min-height: 70px;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 20px 18px;
}
.block-order-main .order-bottom .link a {
  display: inline-block;
  border-radius: 5px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.block-order-main .order-bottom .total-right {
  font-size: 20px;
  font-weight: bold;
  color: #A47212;
}
.block-order-main .order-bottom .total-right span {
  display: inline-block;
  margin-right: 20px;
}
.block-order-main .order-total-bottom {
  border-top: 0;
  padding: 30px 0;
}
.block-order-main .order-total-bottom .info {
  min-height: 190px;
}
.block-order-main .order-total-bottom .info .user-name {
  color: #726A6C;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-order-main .order-total-bottom .info .item-info {
  margin-bottom: 15px;
}
.block-order-main .order-total-bottom .info .item-info .value {
  color: #726A6C;
  font-weight: bold;
}
.block-order-main .order-total-bottom .total-right {
  font-weight: bold;
  text-align: right;
}
.block-order-main .order-total-bottom .total-right .item-total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center !important;
}
.block-order-main .order-total-bottom .total-right .item-total .text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 14px;
}
.block-order-main .order-total-bottom .total-right .item-total .value {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.block-order-main .order-total-bottom .total-right .item-total.custom {
  color: #145629;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .block-order-main .order-content .item-ord-sm {
    display: block;
    position: relative;
    padding-left: 100px;
  }
  .block-order-main .order-content .item-ord-sm .ord-thumb-img {
    position: absolute;
    left: 15px;
    max-width: inherit;
  }
  .block-order-main .order-content .item-ord-sm .ord-thumb-img img {
    width: 70px;
    height: 70px;
  }
  .block-order-main .order-content .item-ord-sm .ord-title {
    max-width: inherit;
  }
  .block-order-main .order-content .item-ord-sm .ord-quality {
    max-width: inherit;
  }
  .block-order-main .order-content .item-ord-sm .ord-total {
    max-width: inherit;
    text-align: left;
  }
  .block-order-main .order-header {
    display: block;
  }
  .block-order-main .order-header .h-left {
    display: block;
  }
  .block-order-main .order-total-bottom {
    display: block;
  }
  .block-order-main .order-total-bottom .total-right {
    max-width: inherit;
  }
}
/* ------------ PAGE NOTIFICATION */ /* ITEM-NOTIFI-SM */
.item-notifi-sm {
  background: #f3f3f3;
  border: 1px solid #707070;
  min-height: 110px;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 10px 30px;
  display: flex;
}
.item-notifi-sm .icon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  margin-right: 20px;
}
.item-notifi-sm .icon a {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #A47212;
  font-size: 30px;
  width: 100%;
}
.item-notifi-sm .icon img {
  height: 48px;
  display: block;
  margin: auto;
}
.item-notifi-sm .content-sm {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.item-notifi-sm .content-sm .title-sm {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #A47212;
}
.item-notifi-sm .content-sm .list-id-order {
  margin-bottom: 5px;
}
.item-notifi-sm .content-sm .id-order {
  display: flex;
  margin-right: 60px;
}
.item-notifi-sm .action-right {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .item-notifi-sm .action-right {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .item-notifi-sm .action-right {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .item-notifi-sm {
    display: block;
    padding: 10px;
    padding-left: 70px;
    position: relative;
  }
  .item-notifi-sm .icon {
    position: absolute;
    left: 0;
    margin: 0;
  }
  .item-notifi-sm .content-sm .list-id-order {
    display: block !important;
  }
  .item-notifi-sm .content-sm .id-order {
    display: block !important;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .item-notifi-sm {
    display: block;
    padding: 10px;
    padding-left: 70px;
    position: relative;
  }
  .item-notifi-sm .icon {
    position: absolute;
    left: 0;
    margin: 0;
  }
  .item-notifi-sm .content-sm .list-id-order {
    display: block !important;
  }
  .item-notifi-sm .content-sm .id-order {
    display: block !important;
    margin: 0 0 10px;
  }
}

.block-notifi-main {
  padding: 22px 30px;
}

.item-despsit-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #535c6e;
  border-radius: 0.25rem;
  width: 10rem;
  height: 8rem;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.4s ease, background-color 0.3s ease;
  color: #000;
  margin-right: 25px;
  min-width: 160px;
  min-height: 128px;
}
.item-despsit-link .icon img {
  display: block;
  object-fit: contain;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
}
.item-despsit-link:hover {
  border: 1px solid #A47212;
  color: #fff;
}
.item-despsit-link:focus {
  border: 1px solid #A47212;
  color: #fff;
}

.item-despsit-link.active {
  border: 1px solid #A47212;
  color: #fff;
}

.img-qr img {
  max-width: 250px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .list-despsit-link {
    display: block !important;
    text-align: center;
    padding: 0 20px;
  }
  .list-despsit-link .item-despsit-link {
    display: block;
    margin: auto;
    width: 100%;
    padding: 15px;
    height: inherit;
  }
  .list-despsit-link .item-despsit-link .icon {
    margin: auto;
  }
}
.block-nutrition-main {
  min-height: 525px;
  position: relative;
}
.block-nutrition-main .content {
  padding: 75px 0;
}
.block-nutrition-main .content .title-sec h1.custom {
  font-size: 30px;
}
.block-nutrition-main .content .title-sec .desc {
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  .block-nutrition-main .content {
    text-align: center;
  }
  .block-nutrition-main .content .title-sec .desc {
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .block-nutrition-main .content {
    text-align: center;
  }
  .block-nutrition-main .content .title-sec .desc {
    max-width: inherit;
  }
}
.block-nutrition-main .bg {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.block-nutrition-main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-post-new {
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 20px 40px 40px;
  min-height: 665px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-post-new .thumb {
  height: 280px;
}
.item-post-new .thumb img {
  max-height: 280px;
  margin: auto;
  display: block;
}
.item-post-new .title {
  height: 52px;
}
.item-post-new .title a {
  color: #145629;
  font-weight: bold;
  font-size: 22px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
}
.item-post-new .content {
  font-size: 14px;
}
.item-post-new:hover, .item-post-new.active {
  background: #e6ffee;
}
@media screen and (max-width: 480px) {
  .item-post-new {
    padding: 20px;
    min-height: inherit;
  }
}
.list-item-post-new {
  margin-bottom: 40px;
}
@media (min-width: 1441px) {
  .list-item-post-new {
    margin-left: -50px;
    margin-right: -50px;
  }
  .list-item-post-new .padd {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.gt_float_switcher {
    font-family: Poppins-Regular !important;
    font-size: 14px !important;
}
.gt_float_switcher img {
  width: 20px !important;
}
.block-giving-main {
  padding-bottom: 100px;
  padding-top: 60px;
}
.block-giving-main .item-giving {
  border: 1px solid #707070;
  border-radius: 15px;
  min-height: 455px;
  padding: 180px 30px 20px;
  margin-top: 120px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-giving-main .item-giving .thumb {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-giving-main .item-giving .thumb .banner {
  width: 265px;
  height: 265px;
  border-radius: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.block-giving-main .item-giving .thumb .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-giving-main .item-giving .thumb .banner .text {
  bottom: 40px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.block-giving-main .item-giving:hover {
  background: #e6ffee;
}
.block-giving-main .item-giving:hover .thumb {
  -moz-transform: scale(1.1) translateY(-20px);
  -webkit-transform: scale(1.1) translateY(-20px);
  -o-transform: scale(1.1) translateY(-20px);
  -ms-transform: scale(1.1) translateY(-20px);
  transform: scale(1.1) translateY(-20px);
}
@media screen and (max-width: 480px) {
  .block-giving-main .item-giving {
    min-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .block-giving-main .item-giving {
    min-height: inherit;
  }
}

@media (min-width: 1441px) {
  .list-item-giving {
    margin-left: -25px;
    margin-right: -25px;
  }
  .list-item-giving .padd {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.block-science-main {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  overflow: hidden;
}
.block-science-main .custom-h {
  min-height: 350px;
  padding: 50px 0;
}
.block-science-main .container.custom-w {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  padding: 20px 0;
}
.block-science-main .container.custom-w .box-center {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center !important;
}
.block-science-main .container.custom-w .box-center .content {
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 15px;
  max-width: 550px;
  padding: 20px;
}
.block-science-main .container.custom-w .box-center .content .desc {
  margin-bottom: 40px;
}
.block-science-main .container.custom-w .box-center .content .title-sec {
  margin-bottom: 40px;
}
.block-science-main .container.custom-w .box-center .content .title-sec h2.custom {
  color: #145629;
  font-size: 30px;
  font-weight: inherit;
}
.block-science-main a.link-green-gradient {
  font-weight: inherit;
}
@media screen and (max-width: 480px) {
  .block-science-main .container.custom-w {
    position: relative;
    z-index: 1;
  }
  .block-science-main .container.custom-w .box-center {
    padding: 0 15px;
    position: static;
    min-height: 350px;
  }
  .block-science-main .container.custom-w .box-center .content .title-sec h2.custom {
    text-align: center;
    font-size: 24px;
  }
  .block-science-main .bg {
    position: absolute;
    height: 100%;
    width: 150%;
    top: 0;
    left: -50%;
  }
  .block-science-main .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .block-science-main .container.custom-w {
    position: relative;
    z-index: 1;
  }
  .block-science-main .container.custom-w .box-center {
    padding: 0 15px;
    position: static;
    min-height: 350px;
  }
  .block-science-main .container.custom-w .box-center .content .title-sec h2.custom {
    text-align: center;
    font-size: 24px;
  }
  .block-science-main .bg {
    position: absolute;
    height: 100%;
    width: 150%;
    top: 0;
    left: -50%;
  }
  .block-science-main .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.block-simple-main {
  position: relative;
  overflow: hidden;
}
.block-simple-main .custom-h {
  min-height: 525px;
}
.block-simple-main .content {
  padding: 75px 0;
  max-width: 510px;
  margin-left: auto;
}
.block-simple-main .content .title-sec h1.custom {
  font-size: 30px;
}
.block-simple-main .content .title-sec .desc {
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  .block-simple-main .content {
    text-align: center;
  }
  .block-simple-main .content .title-sec .desc {
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .block-simple-main .content {
    text-align: center;
  }
  .block-simple-main .content .title-sec .desc {
    max-width: inherit;
  }
}
.block-simple-main .bg {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.block-simple-main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .block-simple-main .content {
    max-width: inherit;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .block-simple-main .content {
    max-width: inherit;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .block-simple-main .bg {
    width: 200%;
    left: -100%;
  }
  .block-simple-main .content {
    padding: 75px 20px;
  }
}

.custom-checkout {
  position: relative;
}
.custom-checkout .container.custom-w {
  max-width: 1100px;
}
.custom-checkout::before {
  background: #f5f5f5;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.custom-checkout .block-summary {
  position: relative;
  z-index: 1;
  padding: 15px;
}
.custom-checkout .block-summary .title {
  font-size: 20px;
}
.custom-checkout .block-summary .list-cart-sm .item-prod-cart {
  margin-bottom: 10px;
}
.custom-checkout .custom-label {
  font-size: 14px;
}
.custom-checkout .form-control.custom-default-control {
  font-size: 12px;
}
.custom-checkout .content-affirm {
  background: #f4f4f4;
}
.custom-checkout .content-affirm .banner img {
  max-width: 145px;
}
@media screen and (max-width: 480px) {
  .custom-checkout::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .custom-checkout::before {
    display: none;
  }
}
.custom-checkout .accordion-item {
  border-color: #707070;
}
.custom-checkout .custom-fix {
  position: fixed;
  top: 0;
  left: 50%;
  padding-top: 120px;
  height: 100%;
  overflow: auto;
}
.custom-checkout .custom-fix .block-summary {
  max-width: 625px;
}
@media screen and (max-width: 1200px) {
  .custom-checkout .custom-fix {
    position: static;
    padding-top: 0;
  }
  .custom-checkout .custom-fix .block-summary {
    max-width: inherit;
  }
}

select.custom-default-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/new-check-out/icon-down.svg) no-repeat right #fff;
  background-size: 15px 15px;
  background-position-x: calc(100% - 15px);
}

.box-show-billing {
  display: none;
}
.box-show-billing.show {
  display: block;
}

.custom-footer {
  position: relative;
}

.custom-header {
  position: relative;
  z-index: 9;
}

.box-copy-form {
  position: relative;
}
.box-copy-form .form-control {
  padding-right: 50px;
}
.box-copy-form .btn {
  height: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  padding: 0;
}
.box-copy-form .btn img {
  height: 16px;
}
.box-copy-form .btn:hover, .box-copy-form .btn:focus {
  background: #ddd;
}

.item-shop .thumb .link-chect-out {
  margin-top: 5px;
}
.item-shop .thumb .link-chect-out img {
  object-fit: inherit;
  width: 30px;
  height: 30px;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .custom-checkout .custom-fix {
    padding-bottom: 190px;
  }
  .custom-header {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .block-page {
    padding-top: 110px;
  }
  .block-contact-banner {
    margin-top: 88px;
  }
  .block-global-main {
    margin-top: 88px;
  }
  .block-learn-banner {
    margin-top: 88px;
  }
  .block-simple-main {
    margin-top: 88px;
  }
  .block-nutrition-main {
    margin-top: 88px;
  }
  .block-news-page {
    margin-top: 88px;
  }
}

/*# sourceMappingURL=style.css.map */
