@charset "UTF-8";

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
h2,
h3 {
  font-family: "B612", Arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
p > a[href],
li > a[href],
dt a[href] {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.nomain-content h3 > a[href],
.nomain-content h2 > a[href],
table a[href] {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
p > a[href]:hover,
li > a[href]:hover,
.nomain-content h3 > a[href]:hover,
.nomain-content h2 > a[href]:hover,
dt a[href]:hover,
table a[href]:hover {
  color: var(--link-hover-color);
}

:root {
  --btn-color: #00b965;
  --orange-color: #be5710;
  --btn-hover-color: #09568e;
  --green-color: #00b965;
  --yellowColor: rgb(252, 232, 170);
  --blue-color: var(--main-color);
  --white-color: #ffffff;
  --margin: 30px;
  --purple-color: #5f497a;
  --read-color: rgb(255, 17, 14);
  --lightbule-color: var(--main-color);
  --darkBlue-color: rgba(147, 175, 212, 1);
  --back-color: rgba(61, 61, 61, 1);
  --black-color: rgba(61, 61, 61, 1);
  --lightBack: rgba(120, 120, 120, 1);
  --blueBack: rgba(5, 21, 37, 1);
  --light-main-color: #f4f8ef;
  --main-400-color: #d4eeb5;
  --main-800-color: #c0ca7a;
  --main-color: #82ab28;
  --main-dark-color: #3c6a36;
  --link-hover-color: #eda407;
  --light-yellow-color: #f7e8a5;
  --orange-color: #ef9d4d;
  --hover-main-dark-color: #3c6a36;
}
/* 
*------------------ NAVIGATION ---------------
 */
@media screen and (min-width: 768px) {
  .headLayout nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headLayout nav > ul > li {
    padding: 1em;
    --width: 0;
    --color: var(--black-color);
  }
  .headLayout nav > ul > li > a {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color) !important;
  }
  .headLayout nav > ul > li > a::before {
    position: absolute;
    content: "";
    background-color: var(--main-color);
    height: 1px;
    width: var(--width);
    display: inline-block;
    left: 0;
    bottom: -0.5em;
    z-index: 1;
    transition: all ease-in-out 0.3s;
  }
  .headLayout nav > ul > li > sapn {
    position: absolute;
  }
  .headLayout nav > ul > li a {
    color: var(--black-color);
  }
  .headLayout nav > ul > li:hover {
    --width: 100%;
    --color: var(--main-color);
  }
  .headLayout nav > ul > li:hover > ul {
    --width-child: 19%;
    position: absolute;
    padding: 1em 2em;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(340px, var(--width-child)));
    justify-content: space-between;
    background: linear-gradient(to right, rgba(251, 252, 248, 0.85), rgba(247, 250, 248, 0.85));
    width: 100%;
    left: 0;
    top: 60px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 2.8px 5.1px 5.3px rgba(0, 0, 0, 0.028), 9.4px 17px 17.9px rgba(0, 0, 0, 0.042), 42px 76px 80px rgba(0, 0, 0, 0.07);
    max-height: 88vh;
    overflow-y: auto;
  }
  .headLayout nav > ul > li:hover > ul > li > a {
    color: var(--main-color);
    font-weight: bold;
    display: block;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    padding-bottom: 0.3em;
  }
  .headLayout nav > ul > li:hover > ul > li > a:hover {
    color: var(--main-dark-color);
  }
  .headLayout nav > ul > li:hover > ul > li > span {
    display: none;
  }
  .headLayout nav > ul > li:hover > ul > li > ul {
    display: block;
    overflow-y: auto;
    max-height: 50vh;
    font-size: 0.95em;
  }
  .headLayout nav > ul > li:hover > ul > li > ul li {
    position: relative;
  }
  .headLayout nav > ul > li:hover > ul > li > ul a:has(+ span) {
    padding-right: 2em;
  }
  .headLayout nav > ul > li:hover > ul > li > ul span {
    position: absolute;
    right: 5px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .headLayout nav > ul > li:hover > ul > li > ul span::before {
    width: 1.8em;
    height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headLayout nav > ul > li:hover > ul > li > ul span:hover {
    color: var(--main-color);
  }
  .headLayout nav > ul > li:hover > ul > li > ul ul {
    position: relative;
    padding-left: 1em;
  }
  .headLayout nav > ul > li:hover > ul > li > ul ul::before {
    position: absolute;
    content: "";
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(121, 121, 121, 0.5);
  }
  .headLayout nav > ul > li.unusual:hover > ul {
    display: block;
  }
  .headLayout nav > ul > li.unusual:hover > ul > li {
    --child: 24%;
    margin-bottom: 1em;
  }
  .headLayout nav > ul > li.unusual:hover > ul > li > a {
    margin-bottom: 0.5em;
  }
  .headLayout nav > ul > li.unusual:hover > ul > li > ul {
    display: grid;
    grid-gap: 0.2em;
    grid-template-columns: repeat(auto-fill, var(--child));
    justify-content: space-between;
  }
  .headLayout nav > ul > li.single {
    position: relative;
  }
  .headLayout nav > ul > li.single:hover > ul {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .headLayout nav > ul > li.single:hover > ul > li {
    white-space: nowrap;
  }
  .headLayout nav > ul ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile-nav {
    position: relative;
    padding: 10px;
    max-height: 70vh;
    overflow-y: auto;
    min-height: 50px;
    margin: 0.5em 0;
    background: linear-gradient(to right, var(--lightbule-color), rgb(61 171 54 / 70%));
  }
  .mobile-nav::before {
    position: absolute;
    content: "Menu";
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem;
  }
  .headLayout nav {
    position: relative;
    overflow-y: auto;
    max-height: 80vh;
  }
  .headLayout nav > ul {
    position: relative;
    width: 100%;
    display: none;
    margin-top: 2em;
  }
  .headLayout nav > ul > li {
    position: relative;
  }
  .headLayout nav > ul > li a {
    line-height: 2em;
    color: var(--white-color);
  }
  .headLayout nav > ul > li ul {
    display: none;
  }
  .headLayout nav > ul > li li {
    position: relative;
  }
  .headLayout nav > ul > li a:has(+ span) {
    padding-right: 2em;
  }
  .headLayout nav > ul > li span {
    position: absolute;
    right: 5px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    color: var(--white-color);
  }
  .headLayout nav > ul > li span::before {
    width: 1.8em;
    height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headLayout nav > ul > li ul {
    position: relative;
    padding-left: 1em;
  }
  .headLayout nav > ul > li ul::before {
    position: absolute;
    content: "";
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(250, 247, 247, 0.5);
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .headLayout nav > ul > li {
    padding: 1em 0.1em;
  }
  .headLayout nav > ul > li:hover > ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, var(--width-child)));
  }
}
@media screen and (min-width: 1081px) and (max-width: 1150px) {
  .logo {
    width: 220px;
  }
  .search-platform > input {
    min-width: 160px !important;
  }
}
.rotate-angle {
  transform: rotateZ(90deg);
}

/* 
*------------------ HEADER ---------------
 */
.gotop {
  position: fixed;
  border: 1px solid var(--main-color);
  background: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 100px;
  right: 10px;
  z-index: 100;
  /*  box-shadow: 1px 1px 6px 3px rgba(126,126,126,1);*/
  cursor: pointer;
  outline: none;
  display: none;
}
.gotop > span {
  font-size: 24px;
  color: var(--main-color);
}
.topnavi {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(12, 12, 12, 1);
  display: none;
  -webkit-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  -o-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.1) 0.3s;
  z-index: 20;
}
.row-layout {
  /* position: relative;*/
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-event {
    display: none;
  }
}
.header-event {
  position: relative;
  background: linear-gradient(to right, #f1f1f1, rgba(229, 246, 228, 0.7));
  transition: all ease 0.4s;
  font-size: 0.9em;
  transition: all ease 0.4s;

  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.2em 1em;
}
.header-event:hover {
  background: rgba(122, 122, 122, 0.1);
}
.header-event .container {
  position: relative;
  display: flex;
  justify-content: center;
}
.header-event .container .close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  color: #444;
}
.header-event .container .close:hover {
  color: #b01f24;
}
.header-event .container .content {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 4px 8px;
}
.header-event .container .content img {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-event .container .content .title {
  position: relative;
  color: #444;
  display: inline-block;

  border-radius: 4px;
  padding: 0.3em 1em;
  margin: 0 1em;
  display: flex;
  align-items: center;
}
.header-event .container .content .title span {
  font-weight: bold;
  color: #fff;
  background-color: #b01f24;
  padding: 0.2em 1em;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1080px) {
  .barmobile {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 3em;
    height: 2.3em;
    z-index: 138;
    cursor: pointer;
  }
  .barmobile svg rect:first-child {
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
  }
  .barmobile svg rect:last-child {
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
  }
  .mobile-move {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .row-layout {
    flex-direction: column;
  }
  /*   .contact-mess>li
       {
           margin:10px 0;
       }*/
}

@media screen and (min-width: 1081px) {
  .barmobile {
    display: none;
  }
  .row-layout {
    flex-direction: row;
  }
  .header-logo-search > div {
    justify-content: space-between;
  }
}
/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 50px;
    position: absolute;
    width: 50px;
    pointer-events: none;
  }

  .mobile-menu {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 200;
  }

  /*    .burger {
            filter: url(#gooeyness);
        }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms;
  }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  }

  .x .line {
    stroke-width: 5.5px;
  }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
  }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
  }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
  }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
  }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
  }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
  }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
  }
}
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none;
  }
}
/**************************************************mobile-menu****************************************************/
@media screen and (min-width: 1081px) {
  .header-shell {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: var(--white-color);
  }
  .header-shell .naviBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header-shell .naviBlock > .row-layout {
    width: 100%;
    padding-top: 5px;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .header-shell {
    background: #444;
  }
  .header-shell .naviBlock {
    padding: 20px;
  }
}

.logo {
  position: sticky;
  top: 6px;
  width: 240px;
  aspect-ratio: 4.7;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-image: url("../images/boc-logo.svg?v=20241231");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (min-width: 1080px) {
  .logo {
    margin-top: -50px;
  }
  .headLayout .naviBlock > .row-layout > .row-layout {
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 1080px) {
  .logo {
    width: 200px;
    position: relative;
    top: 0;
  }
}

.headLayout {
  position: sticky;
  top: 0;
  background-color: var(--white-color);
  z-index: 200;
  width: 100%;
}

.head-mess {
  position: relative;
  color: var(--lightBack);
  font-size: 0.9em;
}

.head-mess a {
  color: var(--lightBack);
}
.head-mess a:hover {
  color: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .head-mess::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 1);
    bottom: -5px;
  }

  .head-mess {
    display: flex;
    justify-content: flex-end;
  }
  .head-mess > * {
    margin: 5px 10px;
  }
  .head-mess > *:not(:last-child) {
    border-right: 1px solid rgba(200, 200, 200, 1);
    padding-right: 30px;
  }
}
.head-mess .header-contact a {
  color: var(--lightBack) !important;
  border: 1px solid var(--lightBack);
}
.head-mess .header-contact a:hover {
  color: var(--main-color) !important;
  border: 1px solid var(--main-color);
}
.head-mess .header-contact > li:last-child {
  margin-right: 0;
}
.head-mail {
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  align-self: center;
  color: var(--darkBlue-color);
}
.head-mail::before {
  position: absolute;
  content: "\f003";
  left: 0;
  font-family: FontAwesome;
}

.search-layout {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .search-layout {
  }
}
.search-open {
  position: relative;
  border: 1px solid var(--back-color);
  padding: 10px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: none;
}

@media screen and (max-width: 1080px) {
  .search-open {
    display: none;
  }
}
.searchForm {
  position: relative;
  background: var(--white-color);
  padding: 10px;
}
.search-platform {
  position: relative;
  padding: 0;
  background: var(--white-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--main-color);
}
/*.search-layout:hover .searchForm-pey
{
    display: block;
}*/
.search-platform > select {
  border: none;
  outline: none;
  color: var(--back-color);
}
.search-platform > input {
  position: relative;
  padding: 10px 20px;
  border: 1px solid var(--main-color);
  outline: none;
}
.search-platform > button {
  position: relative;
  margin-left: 10px;
  outline: none;
  color: var(--white-color);
  cursor: pointer;
  border: none;
  background: var(--main-color);
  width: 40px;
}

.search-platform > input {
  position: relative;
  padding: 10px 20px;
  /*    margin-right: 10px;*/
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  min-width: 200px;
}
.search-platform > input::-webkit-input-placeholder {
  color: rgba(19, 19, 19, 0.4);
}
.search-platform > input::-moz-placeholder {
  color: rgba(19, 19, 19, 0.4);
}
.search-platform > input:-ms-input-placeholder {
  color: rgba(19, 19, 19, 0.4);
}
.search-platform > span {
  position: relative;
  border: none;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  color: var(--back-color);
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
}
.header-search > .search-close {
  display: none;
}
@media screen and (min-width: 1081px) {
  .searchForm {
    /*        border: 1px solid rgba(211,211,211,1);
        padding:10px 20px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .searchForm-pey {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /*    .search-platform>input{
        width: 400px;
    }*/
  .header-contact {
    justify-content: space-between;
  }
  /*    .header-search>input
    {
        width: 300px;
    }*/
}
.header-contact {
  position: relative;
  display: flex;
}
.header-contact > li {
  margin: 0 10px;
}
.header-contact > li:first-child {
  margin-left: 0;
}
.header-contact > li > a {
  color: rgba(14, 26, 48, 1) !important;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--white-color);
  padding: 5px;
}
.header-contact > li > a:hover {
  background: none;
  border: 1px solid var(--white-color);
}
.media-layout {
  position: relative;
  width: 86%;
  max-width: 1170px;
  margin: auto;
}
.header-shell {
  position: relative;
  width: 100%;
  z-index: 100;
  background: var(--white-color);
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

@media screen and (max-width: 1080px) {
  .sm\:w-full {
    width: 100%;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:\!gap-x-4 {
    column-gap: 1rem !important;
  }
}
.w-full {
  width: 100%;
}
.aspect-square {
  aspect-ratio: 1;
}
.\!bg-contain {
  background-size: contain !important;
}

.\!bg-bottom {
  background-position: bottom !important;
}

.mt-0 {
  margin-top: 0;
}

.pt-0 {
  padding-top: 0;
}

.h-full {
  height: 100%;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.relative {
  position: relative;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.block {
  display: block;
}

.border-b {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.pb-3 {
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 1081px) {
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:absolute {
    position: absolute;
  }

  .md\:gap-x-16 {
    column-gap: 4rem;
  }
  .md\:\!gap-x-16 {
    column-gap: 4rem !important;
  }
}
.w-1\/2 {
  width: 50%;
}
.hover\:w-full:hover {
  width: 100%;
}

.btn-icon {
  position: relative;
  --icon: "";
  transition: all ease-in-out 0.3s;
  display: block;
  line-height: inherit;
}
.btn-icon::before {
  position: relative;
  content: var(--icon);
  font-family: "icomoon";
  display: block;
}

.\!text-white {
  color: var(--white-color) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.border-none {
  border: none;
}

.text-base {
  font-size: 1rem;
}
.absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.pb-8 {
  padding-bottom: 4rem;
}
.cursor-pointer {
  cursor: pointer;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.border-t-1 {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}

.pt-1 {
  padding-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-1\/2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.text-orange {
  color: var(--orange-color);
}

.bg-orange {
  background-color: var(--orange-color);
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}
.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-4 {
  padding: 2rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.bg-main {
  background-color: var(--main-color);
}
.mb-3 {
  margin-bottom: 1.5rem;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.flex {
  display: flex;
}
.mt-6 {
  margin-top: 3rem;
}

.\!mt-6 {
  margin-top: 3rem !important;
}

.block {
  display: block;
}

a[href].text-black {
  color: var(--black-color);
}
a[href].text-black:hover {
  color: var(--main-color);
}

.text-2xl {
  font-size: 1.5rem;
}
.border-r-1 {
  border-right: 1px solid rgba(21, 21, 21, 0.1);
}

.shadow-style1 {
  box-shadow: 3px 4px 6px 3px rgba(236, 241, 225, 0.8);
}

.ml-auto {
  margin-left: auto;
}
.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1rem;
}
.border-t-3 {
  border-top: 1.5rem solid var(--main-color);
}

.bg-light-yellow {
  background-color: var(--light-yellow-color);
}

.font-bold {
  font-weight: bold;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.border-style1 {
  border: 1px solid rgba(21, 21, 21, 0.1);
}

.rounded-xs {
  border-radius: 0.2em;
}

.rounded-md {
  border-radius: 0.5em;
}
.bg-gray {
  background-color: rgba(233, 233, 233, 0.5);
}

.p-2 {
  padding: 1em;
}

.text-main {
  color: var(--main-color);
}
.bg-yellow {
  background-color: #f7e8a6;
}

.text-xl {
  font-size: 1.3em;
  line-height: 1.5em;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mt-0 {
  margin-top: 0 !important;
}
.relative {
  position: relative;
}

.text-white {
  color: var(--white-color);
}
.bg-gradient {
  background: linear-gradient(to right, #afc080, #c1cb7a);
}
.hover\:text-main-dark:hover {
  color: var(--main-dark-color);
}
.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.justify-end {
  justify-content: flex-end;
}
.min-w-\[70\%\] {
  min-width: 70%;
}
.hot {
  position: relative;
}
.hot::after {
  position: relative;
  content: "";
  background-image: url(../images/hot-icon.gif);
  width: 1.5em;
  height: 1em;
  display: inline-block;
  margin-left: 0.2em;
  background-repeat: no-repeat;
}

.bg-main-1 {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
  text-align: center;
}

.text-green {
  color: var(--main-dark-color);
}
.mb-1 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  .md-min\:\!w-full {
    width: 100% !important;
  }
  .md-min\:\!max-w-full {
    max-width: 100% !important;
  }
}

.w-max {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}
.px-1\/5 {
  padding-left: 15%;
  padding-right: 15%;
}

.pl-1\/5 {
  padding-left: 15%;
}

.pr-1\/5 {
  padding-right: 15%;
}

.rounded-lg {
  border-radius: 1rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-dark-green {
  color: var(--main-dark-color);
}

.justify-end {
  justify-content: flex-end;
}

.bg-white {
  background-color: var(--white-color);
}

.grid {
  --rate: 70% 25%;
  display: grid;
  row-gap: 1em;
}

@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}
.grid-item {
  --width-child: 32%;
  display: grid;
  row-gap: 1em;
}

@media screen and (min-width: 768px) {
  .grid-item {
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
  }
}
.bg-light-main {
  background-color: var(--light-main-color);
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hidden {
  display: none;
}
.shdow-md {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}

.rounded-xs {
  border-radius: 0.5em;
}

.hover\:\!text-main-dark:hover {
  color: var(--main-dark-color) !important;
}

.bg-gradient2 {
  background: linear-gradient(to right, #f1fadb, #edf3c1);
}

.transition-all {
  transition: all 0.3s ease-in-out;
  transform: translateY(var(--tw-translate-y));
}

.aspect-4\/3 {
  aspect-ratio: 4/3;
}

.aspect-5\/3 {
  aspect-ratio: 5/3;
}

.aspect-343\/206 {
  aspect-ratio: 343/206;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  transform: scale3d(var(--tw-scale-x), var(--tw-scale-y), 1);
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: -5px;
}

.title-style2 {
  position: relative;
  --tag-bg: var(--main-color);
  line-height: 2;
}
.title-style2::before {
  position: relative;
  content: "";
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  background-color: var(--tag-bg);
  width: 2em;
  aspect-ratio: 2;
  display: block;
}

.bg-gradient3 {
  background: linear-gradient(#ffffff 0, rgba(229, 246, 228, 0.7) 100%);
}

.bg-gradient4 {
  background: linear-gradient(#ffffff 0, rgba(229, 246, 228, 0.7) 100%);
}

.pt-12 {
  padding-top: 3rem;
}

.text-6xl {
  font-size: 3rem;
}

.text-12xl {
  font-size: 6rem;
}
.new-tab {
  position: relative;
  margin: 2em 0;
}
.new-tab .tab {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  gap: 2em;
}
.new-tab .tab > li {
  position: relative;
  text-align: center;
  font-size: 1rem;
  border-radius: 4px;
  /* & > * {
    pointer-events: none;
  } */
}
.new-tab .tab > li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--white-color);
  bottom: 0;
  left: 0;
}
.new-tab .tab > li a {
  color: var(--main-color);
}
/* .new-tab .tab > li a:hover {
  color: var(--main-dark-color);
} */
.new-tab .tab > li.active a {
  color: var(--orange-color);
}
.new-tab .tab > li.active::after {
  background-color: var(--orange-color);
}
.new-tab .tab > li .title {
  font-size: 1.2em;
  font-weight: bold;
}
.new-tab .panel {
  position: relative;
}
.new-tab .panel .tabs-content {
  display: none;
  /* border: 1px solid #f3dc09; */
  height: 100%;
  padding: 2em;
  border-radius: 4px;
  animation: fadeInUp5 0.6s 0.2s ease both;
}
.new-tab .panel .tabs-content.active {
  display: block;
}
.new-tab .panel .tabs-content .title {
  font-size: 1.2em;
  font-weight: bold;
}

@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.hover\:bg-main:hover {
  background: var(--main-color);
}
.hover\:text-white:hover {
  color: var(--white-color);
}

/************************************************ Carousel ************************************************/

.Carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.Carousel .operate {
  border-radius: 10em;
  width: 3rem;
  aspect-ratio: 1;
  font-size: 2em;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 49%;
}
.Carousel .operate:hover {
  background-color: rgba(221, 221, 221, 0.2);
}
.Carousel .operate.left {
  left: 5%;
}
.Carousel .operate.right {
  right: 5%;
}
.Carousel .scrollOperate {
  position: absolute;
  bottom: 1em;
}
.Carousel .scrollOperate > li {
  position: relative;
  display: inline-block;
  border-radius: 1em;
  height: 0.9em;
  width: 0.9em;
  border: 1px solid rgba(207, 242, 136, 0.9);
  background-color: var(--orange-color);
  margin: 1em;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}
.Carousel .scrollOperate > li:hover {
  border-color: #fff;
}
.Carousel .scrollOperate > li.current {
  width: 2em;
}
.new-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.new-banner > ul {
  display: flex;
}
.new-banner > ul > li {
  position: relative;
  min-width: 100%;
}
/*************************************bannerCarousel**************************************/
.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\!text-main-dark {
  color: var(--main-dark-color) !important;
}
.hover\:\!text-main:hover {
  color: var(--main-color) !important;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.font-arial {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
.font-title {
  font-family: "B612", Arial, sans-serif;
  font-weight: 600;
}
.leading-8 {
  line-height: 2rem; /* 32px */
}

.leading-10 {
  line-height: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.min-w-max {
  min-width: max-content;
}
.\!text-black {
  color: var(--black-color) !important;
}

@media screen and (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.fixed {
  position: fixed;
}
.bottom-0 {
  bottom: 0;
}
.z-100 {
  z-index: 100;
}
.shadow-sm {
  box-shadow: 1px 0 20px rgb(0 0 0 / 0.2);
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.rounded-base {
  border-radius: 0.5rem;
}
.bg-black {
  background-color: #111;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.hover\:bg-dark-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 107 30 / var(--tw-bg-opacity));
}
.underline {
  text-decoration: underline;
}
.hover\:text-red:hover {
  color: red;
}
.\!flex {
  display: flex !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.right-2 {
  right: 0.5rem;
}
.\!top-2 {
  top: 0.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem;
}
.bg-main-dark {
  background-color: var(--main-dark-color);
}
.hover\:bg-main-dark:hover {
  background-color: var(--hover-main-dark-color);
}
.text-left {
  text-align: left;
}
