:root {
  --vh: calc(var(--vh-screen, 1vh) * 100);
}

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

body {
  background-color: #ffffff;
  width: 100%;
  min-width: 320px;
  height: auto;
  line-height: 2em;
  color: #ffffff;
  font-family: "Tahrir", "MyriadPro", serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
  direction: rtl;
  cursor: default;
  position: relative;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.font-en {
  font-family: "MyriadPro", serif;
}

a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
/* ************* */
header {
  width: 100%;
  height: 85px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .btn-show-mobile-side-menu, header .btn-show-home-menu {
  color: #ffffff;
  font-size: 30px;
  display: none;
  cursor: pointer;
}
header .btn-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .srach-box {
  height: 44px;
  color: #ffffff;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
header .srach-box .btn-show-search {
  width: 44px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
header .srach-box form input {
  background-color: transparent;
  width: 0;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  border: 0;
  outline: none;
  transition: width 300ms ease-in-out;
}
header .srach-box form button {
  display: none;
}
header .srach-box form.show input {
  width: 180px;
}
header .logo-box .logo {
  width: 170px;
}
header .col-content {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
header .col-content nav {
  flex: 1;
  margin-right: 50px;
}
header .col-content nav .menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
header .col-content nav .menu .level-1 > a {
  color: #ffffff;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
header .col-content nav .menu .level-1 > a:hover {
  color: #d2b181;
}
header .col-content nav .menu .level-1.active a {
  color: #d2b181;
  position: relative;
}
header .col-content nav .menu .level-1 .level-2 {
  background-color: #ffffff;
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 1000;
  transition: unset;
}
header .col-content nav .menu .level-1 .level-2 .col {
  max-width: 250px;
}
header .col-content nav .menu .level-1 .level-2 .col.has-margin {
  margin-right: calc(25% - 1.5rem);
}
header .col-content nav .menu .level-1 .level-2 .link-box {
  margin: 20px 0;
}
header .col-content nav .menu .level-1 .level-2 .link-box a {
  width: 100%;
  color: #092a58;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
}
header .col-content nav .menu .level-1 .level-2 .link-box a.head {
  color: #092a58;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
header .col-content nav .menu .level-1 .level-2 .link-box a:hover {
  color: #d2b181;
}
header.inner {
  background-color: #092a58;
  position: relative;
}
header.home .btn-show-home-menu {
  display: inline-flex;
}
header.home .srach-box {
  display: none;
}
header.home .col-content nav {
  display: none;
}
header.home .col-content nav .menu .level-1 .level-2 .link-box {
  margin: 0 0 20px 0;
}
header.home.active {
  background-color: #ffffff;
}
header.home.active .btn-show-home-menu {
  color: #092a58;
}
header.home.active .col-content nav {
  display: block;
}
header.home.active .col-content nav .menu .level-1 > a {
  color: #092a58;
}
header.home.active .col-content nav .menu .level-1.active a {
  color: #d2b181;
}
header.home.active .col-content nav .menu .level-1 .level-2 .link-box a {
  color: #092a58;
}
header.home.active .col-content nav .menu .level-1 .level-2 .link-box a.head {
  color: #092a58;
}
header.home.active .col-content nav .menu .level-1 .level-2 .link-box a:hover {
  color: #d2b181;
}

.nav-section {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
.nav-section li {
  display: inline-flex;
}
.nav-section li span {
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}
.nav-section li span:after {
  background-color: #032a59;
  width: 0;
  height: 0;
  display: inline-block;
  border-radius: 100%;
  content: "";
  transition: all 300ms ease-in-out;
}
.nav-section li span.active:after {
  width: 8px;
  height: 8px;
}

.btn-to-top {
  background-color: #ffffff;
  width: max-content;
  font-family: "MyriadPro", serif;
  color: #092a58;
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  padding: 0 30px;
  border: 0;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
  position: fixed;
  bottom: 100px;
  right: -55px;
  z-index: 2;
  visibility: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.overlay {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  mask-image: linear-gradient(#000000, #000000), url("../image/logo-ghoo.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%, 100px;
  mask-composite: exclude;
  transform: scale(1);
}

/* */
.section-page-inner {
  padding-bottom: 50px;
}
.section-page-inner.p0 {
  padding-bottom: 0;
}
.section-page-inner .content-box {
  padding: 30px 60px;
  border-radius: 10px;
  position: relative;
}
.section-page-inner .content-box.p0 {
  padding: 0;
}
.section-page-inner .content-box.t1 {
  background-color: #ffffff;
}
.section-page-inner .content-box .has-2col {
  display: flex;
  gap: 30px;
}
.section-page-inner .content-box .has-2col .col-right {
  width: 80%;
}
.section-page-inner .content-box .has-2col .col-left {
  width: 20%;
}
.section-page-inner .content-box .des {
  line-height: 1.7em;
  color: #092a58;
  font-size: 21px;
  text-align: justify;
}
.section-page-inner .content-box .des .des-full {
  display: none;
}
.section-page-inner .content-box .image-box {
  text-align: center;
}
.section-page-inner .content-box .image-box img {
  width: 100%;
}
.section-page-inner .content-box .btn-more-box {
  text-align: center;
  cursor: pointer;
}
.section-page-inner .content-box .btn-more-box .btn-more {
  color: #092a58;
  font-size: 24px;
}

.section-title-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.section-title-box.t1 {
  align-items: start;
}
.section-title-box .title-fa {
  color: #ffffff;
  font-size: 28px;
}
.section-title-box .title-fa.c1 {
  color: #092a58;
}
.section-title-box .sub-title-fa {
  color: #ffffff;
  font-size: 24px;
}
.section-title-box .sub-title-fa.c1 {
  color: #092a58;
}
.section-title-box .sub-title-fa.c2 {
  color: #d2b181;
}
.section-title-box .sub-title-fa.c3 {
  color: #00a9dc;
}
.section-title-box .sub-title-fa.c4 {
  color: #d71920;
}
.section-title-box .title-en {
  line-height: 0.9em;
  font-family: "MyriadPro", serif;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  text-align: right;
  margin-top: 10px;
  direction: ltr;
}
.section-title-box .title-en.c1 {
  color: #092a58;
}

@media (max-width: 992px) {
  .section-page-inner .content-box {
    padding: 30px 30px;
  }
  .section-page-inner .content-box .has-2col {
    flex-direction: column-reverse;
  }
  .section-page-inner .content-box .has-2col .col-right {
    width: 100%;
  }
  .section-page-inner .content-box .has-2col .col-left {
    width: 100%;
  }
  .section-page-inner .content-box .des {
    font-size: 16px;
  }
  .section-title-box {
    margin-bottom: 30px;
  }
  .section-title-box .title-fa {
    font-size: 21px;
  }
  .section-title-box .sub-title-fa {
    font-size: 18px;
  }
  .section-title-box .title-en {
    font-size: 21px;
  }
}
/* form */
.form .input-box {
  width: 100%;
  margin-bottom: 10px;
}
.form .input-box .form-label {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.form .input-box .form-input, .form .input-box .form-textarea {
  width: 100%;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #d2b181;
  border-radius: 10px;
  outline: none;
}
.form .input-box .form-textarea {
  height: 120px;
  resize: none;
}

@media (max-width: 992px) {
  .form .input-box .form-label {
    font-size: 16px;
  }
}
/* btn */
.btn-custom {
  background-color: #d2b181;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-flex;
  justify-items: center;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid #d2b181;
  border-radius: 10px 0 0 10px;
}
.btn-custom.no-border {
  padding: 0;
  border: 0;
}
.btn-custom.c1 {
  background-color: transparent;
  color: #092a58;
  border: 1px solid #092a58;
}
.btn-custom.c2 {
  background-color: transparent !important;
  color: #092a58;
}
.btn-custom.c2:hover {
  color: #d2b181 !important;
}
.btn-custom.c3 {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-custom.c3:hover {
  color: #d2b181 !important;
}
.btn-custom:hover {
  background-color: #092a58;
  color: #ffffff;
}

.btn-more-box .btn-custom {
  font-weight: 400;
}

.btn-share {
  color: #092a58;
  font-size: 16px;
  display: inline-flex;
  justify-items: center;
  align-items: center;
}
.btn-share:hover {
  color: #d2b181;
}
.btn-share .icon {
  font-size: 14px;
  margin-left: 5px;
}

.btn-share-box {
  text-align: right;
}

@media (max-width: 992px) {
  .btn-custom {
    font-size: 18px;
  }
  .btn-share {
    font-size: 14px;
  }
  .btn-share .icon {
    font-size: 12px;
  }
}
/* slider */
.slider-box .slider-items .slick-list {
  margin: 0 -10px;
}
.slider-box .slider-items .slick-slide {
  margin: 0 10px;
}
.slider-box .slider-items .slick-prev, .slider-box .slider-items .slick-next {
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300;
  opacity: 1;
  border-radius: 100%;
  z-index: 1;
}
.slider-box .slider-items .slick-prev.slick-disabled, .slider-box .slider-items .slick-next.slick-disabled {
  opacity: 0.3;
}
.slider-box .slider-items .slick-prev:before, .slider-box .slider-items .slick-next:before {
  color: #092a58;
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 24px;
  opacity: 1;
}
.slider-box .slider-items .slick-prev {
  right: -70px;
}
.slider-box .slider-items .slick-prev:before {
  content: "\f105";
}
.slider-box .slider-items .slick-next {
  left: -70px;
}
.slider-box .slider-items .slick-next:before {
  content: "\f104";
}
.slider-box .slider-items .slick-dots li {
  margin: 0;
}
.slider-box .slider-items .slick-dots li button:before {
  font-size: 12px;
  color: #d3d3d3;
  opacity: 1;
}
.slider-box .slider-items .slick-dots li.slick-active button:before {
  color: #092a58;
}
.slider-box .slider-items.dots-t2 .slick-dots li button:before {
  color: #ffffff;
}
.slider-box .slider-items.dots-t2 .slick-dots li.slick-active button:before {
  color: #092a58;
}
.slider-box .slider-items.dots-t3 .slick-dots li button:before {
  color: #fbf7f0;
}
.slider-box .slider-items.dots-t3 .slick-dots li.slick-active button:before {
  color: #092a58;
}

/* footer */
.footer {
  background-color: #092a58 !important;
  height: auto;
  padding: 60px 0;
}
.footer .row-logo {
  margin-bottom: 30px;
}
.footer .row-logo .col {
  display: inline-flex;
  justify-content: end;
  align-items: start;
}
.footer .row-logo .col .logo-box .logo {
  width: 170px;
}
.footer .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer .links a, .footer .links a:visited {
  color: #ffffff;
  font-size: 20px;
}
.footer .address {
  color: #ffffff;
  font-size: 16px;
}
.footer .tel {
  color: #ffffff;
  font-size: 16px;
}
.footer .tel a, .footer .tel a:visited {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  direction: ltr;
}
.footer .map-box {
  width: 100%;
  display: inline-block;
  margin: 10px 0 20px 0;
}
.footer .map-box img {
  width: 100%;
}
.footer .tel-mail {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.footer .tel-mail a, .footer .tel-mail a:visited {
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  direction: ltr;
}
.footer .tel-mail .icon {
  font-size: 16px;
}
.footer .tel-mail .tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer .tel-mail .tel .icon {
  margin-left: 5px;
}
.footer .tel-mail .mail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "MyriadPro", serif;
}
.footer .tel-mail .mail .icon {
  margin-right: 5px;
}
.footer .tel-mail .mail a, .footer .tel-mail .mail a:visited {
  font-size: 18px;
}
.footer .social-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 30px;
}
.footer .social-box .title {
  font-size: 18px;
  margin: 0;
}
.footer .social-box .social-link, .footer .social-box .social-link:visited {
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  color: #092a58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.footer .social-box .social-link .icon, .footer .social-box .social-link:visited .icon {
  font-size: 24px;
}
.footer .col-line-bar {
  display: inline-flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 7px;
}
.footer .col-line-bar .line-bar {
  background-color: #ffffff;
  width: 2px;
  height: 80%;
}

/* mobile-side-menu */
.mobile-side-menu .offcanvas-header {
  background-color: #092a58;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.mobile-side-menu .offcanvas-header .btn-close {
  filter: invert(1);
}
.mobile-side-menu .offcanvas-body::-webkit-scrollbar {
  width: 25px;
  display: block;
}
.mobile-side-menu .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #e5ecf3;
  border: 7px solid #ffffff;
  border-radius: 20px;
}
.mobile-side-menu .offcanvas-body::-webkit-scrollbar-track {
  margin: 10px 0;
}
.mobile-side-menu .offcanvas-body .nav-links {
  padding: 0;
}
.mobile-side-menu .offcanvas-body .nav-links ul {
  display: none;
  padding-right: 15px;
  margin: 0 15px 15px 0;
  border: 0;
  border-right: 1px solid rgba(170, 170, 170, 0.2);
  border-radius: 0;
}
.mobile-side-menu .offcanvas-body .nav-links li {
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
.mobile-side-menu .offcanvas-body .nav-links li a {
  background-color: transparent;
  width: 100%;
  color: #092a58;
  font-size: 21px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.mobile-side-menu .offcanvas-body .nav-links li a:hover {
  color: #d2b181;
}
.mobile-side-menu .offcanvas-body .nav-links li:last-child {
  border-bottom: 0;
}
.mobile-side-menu .offcanvas-body .nav-links .nav-dropdown-toggle:after {
  font-size: 16px;
  font-family: "Font Awesome 6 Pro" !important;
  font-style: normal;
  font-weight: 300 !important;
  font-variant: normal;
  content: "\f107";
  position: absolute;
  left: 0;
  vertical-align: unset;
  margin: 0;
  border: 0;
}
.mobile-side-menu .offcanvas-body .nav-links .nav-dropdown-toggle.open:after {
  content: "\f106";
}

/* */
/* bread-crumb */
.bread-crumb {
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.bread-crumb ul {
  width: 100%;
}
.bread-crumb ul li {
  display: inline-block;
}
.bread-crumb ul li a {
  color: #092a58;
  font-size: 16px;
  font-weight: 500;
}
.bread-crumb ul li:before {
  color: #000000;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 300;
  padding: 0 5px;
  content: "\f104";
}
.bread-crumb ul li:first-child:before {
  display: none;
}
.bread-crumb.t1 {
  background-color: rgba(9, 42, 88, 0.3);
}
.bread-crumb.t1 ul li a {
  color: #ffffff;
}
.bread-crumb.t1 ul li:before {
  color: #ffffff;
}
.bread-crumb.t2 {
  background-color: #ffffff;
}

/* *** */
@media (max-width: 1400px) {
  /* footer */
  .footer .tel-mail a, .footer .tel-mail a:visited {
    font-size: 18px;
  }
  .footer .tel-mail .icon {
    font-size: 14px;
  }
  .footer .tel-mail .mail a, .footer .tel-mail .mail a:visited {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header.inner .col-content nav {
    margin-right: 30px;
  }
  header .srach-box form.show input {
    width: 140px;
  }
  /* footer */
  .footer .tel-mail {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  header .btn-show-mobile-side-menu {
    display: inline-flex;
  }
  header.home .btn-show-home-menu {
    display: none;
  }
  header .col-content nav {
    display: none;
  }
}
@media (max-width: 768px) {
  /* footer */
  .footer .row-logo {
    margin-bottom: 30px;
  }
  .footer .row-logo .col .logo-box .logo {
    width: 110px;
  }
  .footer .title {
    font-size: 20px;
  }
  .footer .links a, .footer .links a:visited {
    font-size: 16px;
  }
  .footer .tel-mail {
    flex-direction: column;
  }
  .footer .tel-mail a, .footer .tel-mail a:visited {
    font-size: 16px;
  }
  .footer .tel-mail .mail a, .footer .tel-mail .mail a:visited {
    font-size: 16px;
  }
  .footer .social-box {
    justify-content: center;
  }
  .footer .social-box .title {
    font-size: 16px;
  }
  .footer .social-box .social-link, .footer .social-box .social-link:visited {
    width: 24px;
    height: 24px;
  }
  .footer .social-box .social-link .icon, .footer .social-box .social-link:visited .icon {
    font-size: 16px;
  }
  .footer .col-line-bar {
    align-items: center;
    padding-bottom: 0;
  }
  .footer .col-line-bar .line-bar {
    width: 80%;
    height: 2px;
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  header {
    height: 50px;
    padding: 0 20px;
  }
  header .btn-show-mobile-side-menu {
    font-size: 20px;
  }
  header .srach-box {
    height: 32px;
    margin-left: 10px;
  }
  header .srach-box .btn-show-search {
    width: 32px;
    font-size: 18px;
  }
  header .srach-box form.show input {
    width: 120px;
  }
  header .logo-box .logo {
    width: 100px;
  }
  .nav-section {
    right: 20px;
  }
  .nav-section li span {
    width: 12px;
    height: 12px;
  }
  .nav-section li span.active:after {
    width: 6px;
    height: 6px;
  }
  .btn-to-top {
    font-size: 12px;
    right: -45px;
  }
  /* slider */
  .slider-box .slider-items .slick-prev, .slider-box .slider-items .slick-next {
    width: 24px;
    height: 24px;
  }
  .slider-box .slider-items .slick-prev:before, .slider-box .slider-items .slick-next:before {
    font-size: 16px;
  }
  .slider-box .slider-items .slick-prev {
    right: -12px;
  }
  .slider-box .slider-items .slick-next {
    left: -12px;
  }
  .slider-box .slider-items .slick-dots li button:before {
    font-size: 12px;
  }
}
/* */
.product-item {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.15);
  transition: all 200ms ease-in;
}
.product-item:hover {
  box-shadow: 0 0 20px rgba(35, 31, 32, 0.15);
}
.product-item .image-box {
  text-align: center;
}
.product-item .image-box img {
  width: 100%;
}
.product-item .title-fa {
  color: #092a58;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.product-item .title-en {
  color: #092a58;
  font-size: 18px;
  text-align: right;
  font-family: "MyriadPro", serif;
  margin-top: 5px;
}
.product-item .btn-volume-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.product-item .btn-volume-box .btn-custom {
  font-weight: 400;
}
.product-item .btn-volume-box .volume {
  color: #092a58;
  font-size: 15px;
  font-family: "MyriadPro", serif;
  display: inline-block;
  direction: ltr;
}

@media (max-width: 992px) {
  .product-item .title-fa {
    font-size: 18px;
  }
  .product-item .title-en {
    font-size: 14px;
  }
}
/* */
.slider-events-box .slick-list {
  padding: 0 0 30px 0;
}
.slider-events-box .item {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.15);
  overflow: hidden;
}
.slider-events-box .item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.slider-events-box .item video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.slider-events-box .item .btn-play {
  background-color: rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #092a58;
  border: 2px solid #092a58;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

/* */
.event-item {
  width: 100%;
}
.event-item .image-box {
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.15);
  transition: all 200ms ease-in;
  overflow: hidden;
}
.event-item .image-box img {
  width: 100%;
}
.event-item:hover .image-box {
  box-shadow: 0 0 20px rgba(35, 31, 32, 0.15);
}
.event-item .data-box {
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
  margin: -50px 25px 0 25px;
  border-radius: 5px;
  position: relative;
}
.event-item .data-box .title {
  color: #092a58;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-item .data-box .btn-more-box {
  text-align: right !important;
  margin-top: 20px !important;
}
.event-item .data-box .btn-more-box .btn-custom {
  font-size: 20px;
}

@media (max-width: 992px) {
  .event-item .data-box {
    margin: -50px 15px 0 15px;
  }
  .event-item .data-box .title {
    font-size: 18px;
  }
}
/* */
.card-item {
  background-color: #ffffff;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.15);
  transition: all 200ms ease-in;
  overflow: hidden;
}
.card-item:hover {
  box-shadow: 0 0 20px rgba(35, 31, 32, 0.15);
}
.card-item.fd-rr {
  flex-direction: row-reverse;
}
.card-item .image-box {
  width: 50%;
}
.card-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.card-item .data-box {
  background-color: #ffffff;
  width: 50%;
  display: inline-flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
}
.card-item .data-box .title-box {
  width: 100%;
  flex: 1;
  display: inline-flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  gap: 10px;
}
.card-item .data-box .title-box.ai-c {
  align-items: center;
  text-align: center;
}
.card-item .data-box .title-box .title-fa {
  color: #092a58;
  font-size: 36px;
  font-weight: 700;
}
.card-item .data-box .title-box .title-fa.fs-t2 {
  font-size: 24px;
}
.card-item .data-box .title-box .title-en {
  color: #092a58;
  font-size: 20px;
  font-family: "MyriadPro", serif;
  direction: ltr;
}
.card-item .data-box .title-box .title-en.fs-t2 {
  font-size: 16px;
}
.card-item .data-box.title-match {
  align-items: center;
}
.card-item .data-box.title-match .title-box {
  width: unset;
  align-items: center;
}
.card-item .data-box.title-match .title-box .title-fa {
  width: 100%;
  text-align-last: justify;
}
.card-item .data-box.title-match .title-box .title-en {
  width: 100%;
  text-align-last: justify;
}
.card-item .data-box .des-box {
  line-height: 32px;
  color: #092a58;
  font-size: 20px;
  text-align: justify;
  margin-top: 10px;
}
.card-item .data-box .btn-more-box {
  height: 30px;
  text-align: right !important;
  margin-top: 20px !important;
}
.card-item .data-box .btn-more-box .btn-custom {
  font-size: 20px;
}
.card-item.t2 {
  flex-direction: column;
  border-radius: unset;
  box-shadow: unset;
  transition: unset;
  overflow: unset;
}
.card-item.t2 .image-box {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.15);
  transition: all 200ms ease-in;
  overflow: hidden;
}
.card-item.t2 .image-box img {
  width: 100%;
}
.card-item.t2:hover {
  box-shadow: unset;
}
.card-item.t2:hover .image-box {
  box-shadow: 0 0 20px rgba(35, 31, 32, 0.15);
}
.card-item.t2 .data-box {
  width: auto;
  padding-bottom: 0;
  margin: -50px 25px 0 25px;
  border-radius: 5px;
  position: relative;
}
.card-item.t3 {
  flex-direction: column;
}
.card-item.t3 .image-box {
  width: 100%;
}
.card-item.t3 .data-box {
  width: 100%;
}

@media (max-width: 1200px) {
  .card-item .data-box.title-match .title-box .title-fa {
    font-size: 28px;
  }
  .card-item .data-box.title-match .title-box .title-en {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .card-item {
    flex-direction: column;
  }
  .card-item.fd-rr {
    flex-direction: column;
  }
  .card-item .image-box {
    width: 100%;
  }
  .card-item .data-box {
    width: 100%;
  }
  .card-item .data-box .title-box .title-fa {
    font-size: 26px;
  }
  .card-item .data-box .title-box .title-fa.fs-t2 {
    font-size: 18px;
  }
  .card-item .data-box .title-box .title-en {
    font-size: 16px;
  }
  .card-item .data-box .title-box .title-en.fs-t2 {
    font-size: 14px;
  }
  .card-item .data-box.title-match .title-box .title-fa {
    font-size: 28px;
  }
  .card-item .data-box.title-match .title-box .title-en {
    font-size: 16px;
  }
  .card-item .data-box .des-box {
    line-height: 24px;
    font-size: 16px;
  }
  .card-item .data-box .btn-more-box .btn-custom {
    font-size: 16px;
  }
  .card-item.t2 .data-box {
    margin: -50px 15px 0 15px;
  }
}
@media (max-width: 768px) {
  .card-item .data-box .title-box .title-fa {
    font-size: 24px;
  }
  .card-item .data-box .title-box .title-fa.fs-t2 {
    font-size: 18px;
  }
  .card-item .data-box .title-box .title-en {
    font-size: 14px;
  }
  .card-item .data-box .title-box .title-en.fs-t2 {
    font-size: 14px;
  }
  .card-item .data-box.title-match .title-box .title-fa {
    font-size: 24px;
  }
  .card-item .data-box.title-match .title-box .title-en {
    font-size: 14px;
  }
  .card-item .data-box .des-box {
    line-height: 20px;
    font-size: 14px;
  }
}
/* */
.video-box {
  position: relative;
}
.video-box .btn-play {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #092a58;
  border: 2px solid #092a58;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-box .btn-play.t1 {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.video-box img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.15);
  object-fit: cover;
}
.video-box video {
  width: 100%;
  aspect-ratio: 16/9;
  display: none;
}

/* */
.table-show-data {
  width: 100%;
}
.table-show-data tr:nth-child(odd) {
  background-color: #ede0cd;
}
.table-show-data tr td {
  width: 50%;
  font-size: 20px;
  padding: 0 10px;
}
.table-show-data tr td:nth-child(2) {
  text-align: left;
}

/* */
.list-star li {
  color: #092a58;
  font-size: 21px;
  padding-right: 12px;
  margin-bottom: 5px;
  position: relative;
}
.list-star li:before {
  background-color: #d2b181;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
}

@media (max-width: 992px) {
  .list-star li {
    font-size: 16px;
  }
  .list-star li:before {
    top: 10px;
  }
}
/* */
.filter-categories {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.filter-categories a, .filter-categories a:visited {
  background-color: #ffffff;
  width: 100%;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #092a58;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.15);
  white-space: nowrap;
}
.filter-categories a:hover, .filter-categories a.active, .filter-categories a:visited:hover, .filter-categories a:visited.active {
  background-color: #092a58;
  color: #ffffff;
}

@media (max-width: 992px) {
  .filter-categories {
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
  .filter-categories li {
    display: inline-block;
    margin-left: 10px;
  }
}
/* */
.row-sort-count {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.row-sort-count .list-sort-box {
  width: 180px;
}
.row-sort-count .count {
  width: 180px;
  color: #092a58;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.row-sort-count .null {
  width: 180px;
}

.list-sort-box {
  position: relative;
  z-index: 1;
}
.list-sort-box .dropdown-toggle {
  background-color: transparent;
  color: #092a58;
  font-size: 20px;
  padding: 0;
  border: 0;
}
.list-sort-box .dropdown-toggle:hover {
  background-color: transparent;
  color: #092a58;
}
.list-sort-box .dropdown-toggle:after {
  display: none;
}
.list-sort-box .dropdown-item {
  color: #092a58;
  font-size: 16px;
}
.list-sort-box .dropdown-item:hover {
  background-color: #092a58;
  color: #ffffff;
}

@media (max-width: 992px) {
  .list-sort-box .dropdown-toggle {
    font-size: 16px;
  }
  .list-sort-box .dropdown-item {
    font-size: 14px;
  }
  .row-sort-count .count {
    font-size: 16px;
    text-align: left;
  }
  .row-sort-count .null {
    display: none;
  }
}
/* */
.simplebar-track.simplebar-vertical {
  width: 18px;
  right: 10px;
  top: 20px;
  bottom: 20px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background-color: #e5ecf3;
  opacity: 1;
}

/* */

/*# sourceMappingURL=main.css.map */
/* *** page-01 */
.section.sec-home {
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: var(--vh);
  display: inline-flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  position: relative;
  top: 0;
  overflow: hidden;
}
.section.sec-home .container, .section.sec-home .row {
  height: 100%;
}
.section.sec-home .col-content {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
}
.section.sec-home .content {
  text-align: justify;
  padding: 0 100px 0 0;
}
.section.sec-home .content.w-45 {
  width: 45%;
}
.section.sec-home .content.w-60 {
  width: 60%;
}
.section.sec-home .content.w-full {
  width: 100%;
}
.section.sec-home .content .title-box {
  display: inline-flex;
  align-items: start;
  flex-direction: column;
}
.section.sec-home .content .title-box .title-fa {
  color: #ffffff;
  font-size: 48px;
}
.section.sec-home .content .title-box .title-fa.c1 {
  color: #092a58;
}
.section.sec-home .content .title-box .title-en {
  line-height: 0.9em;
  font-family: "MyriadPro", serif;
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  direction: ltr;
}
.section.sec-home .content .title-box .title-en.c1 {
  color: #092a58;
}
.section.sec-home .content .des {
  line-height: 1.7em;
  color: #ffffff;
  font-size: 21px;
  margin-top: 50px;
}
.section.sec-home .content .des.c1 {
  color: #092a58;
}
.section.sec-home .content .btn-box {
  margin-top: 30px;
}
.section.sec-home .content .btn-box .btn-more, .section.sec-home .content .btn-box .btn-more:visited {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  padding: 5px 20px;
  border: 1px solid #ffffff;
  border-radius: 10px 0 0 10px;
}
.section.sec-home .content .btn-box .btn-more.c1, .section.sec-home .content .btn-box .btn-more:visited.c1 {
  color: #092a58;
  border: 1px solid #092a58;
}
.section.sec-home .image {
  width: 55%;
  height: 100%;
  display: inline-flex;
  align-items: end;
  justify-content: end;
  padding: 0;
}
.section.sec-home .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px 10px 0 0;
  object-position: bottom left;
}
.section.sec-home.sec-01 {
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
}
.section.sec-home.sec-02 {
  background-image: url("../image/page-home-bg-02.jpg");
  position: sticky;
}
.section.sec-home.sec-03 {
  background-image: url("../image/page-home-bg-03.jpg");
  position: sticky;
}
.section.sec-home.sec-04 {
  /* background-image: url("../image/page-home-bg-04.jpg"); */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.sec-home.sec-04 .content {
  margin-top: -140px;
}
.section.sec-home.sec-05 {
  background-image: url("../image/page-home-bg-05.jpg");
  height: auto;
  align-items: start;
  justify-content: center;
}
.section.sec-home.sec-05 .content {
  text-align: center;
  padding: 0 0 40px 0;
  margin-top: 40px;
}
.section.sec-home.sec-05 .content .title-box {
  align-items: center;
  margin-bottom: 30px;
}
.section.sec-home.sec-05 .content .title-box .title-fa {
  font-size: 45px;
}
.section.sec-home.sec-05 .content .title-box .title-en {
  font-size: 60px;
  font-weight: 400;
}
.section.sec-home.sec-05 .slider-box .slider-items .slick-list {
  padding: 0 0 30px 0;
  margin: 0 -80px;
}
.section.sec-home.sec-05 .slider-box .slider-items .slick-slide {
  margin: 0 80px;
}
.section.sec-home.sec-05 .slider-box .slider-items .item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(170, 170, 170, 0.2);
}
.section.sec-home.sec-05 .slider-box .slider-items .item img {
  width: calc(100% - 40px);
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: -80px auto 0 auto;
}
.section.sec-home.sec-05 .slider-box .slider-items .item .content-box {
  text-align: right;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.section.sec-home.sec-05 .slider-box .slider-items .item .content-box .title {
  color: #092a58;
  font-size: 30px;
  font-weight: 500;
}
.section.sec-home.sec-05 .slider-box .slider-items .item .content-box .short-des {
  color: #092a58;
  font-size: 20px;
  text-align: justify;
  margin: 10px 0 20px 0;
}
.section.sec-home.sec-05 .slider-box .slider-items .item .content-box .link {
  color: #092a58;
  font-size: 20px;
  font-weight: 500;
}
.section.sec-home.sec-05 .slider-box .slider-items .item .content-box .link .icon {
  font-size: 14px;
}
.section.sec-home.sec-05 .slider-box .slider-items .item.t1 {
  background-color: #cae9eb;
  margin-top: 80px;
}
.section.sec-home.sec-05 .slider-box .slider-items .item.t2 {
  margin-top: 80px;
}
.section.sec-home.sec-05 .slider-box .slider-items .item.t3 {
  background-color: transparent;
  box-shadow: unset;
}
.section.sec-home.sec-05 .slider-box .slider-items .item.t3 img {
  width: 100%;
  object-fit: contain;
  margin: 0 10px 0 0;
  transform: scale(1.4);
}
.section.sec-home.sec-05 .slider-box .slider-items .item.t3 .content-box {
  padding: 0 0 20px 0;
}
.section.sec-home.sec-06 {
  background-image: url("../image/page-home-bg-06.jpg");
  height: auto;
  align-items: start;
  justify-content: center;
}
.section.sec-home.sec-06 .content {
  text-align: center;
  padding: 0 0 40px 0;
  margin-top: 40px;
}
.section.sec-home.sec-06 .content .title-box {
  align-items: center;
  margin-bottom: 30px;
}
.section.sec-home.sec-06 .content .title-box .title-fa {
  font-size: 45px;
}
.section.sec-home.sec-06 .content .title-box .title-en {
  font-size: 60px;
  font-weight: 400;
}
.section.sec-home.sec-06 .slider-box .slider-items .slick-list {
  padding: 0 0 30px 0;
}
.section.sec-home.sec-06 .slider-box .slider-items .item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(170, 170, 170, 0.2);
  overflow: hidden;
}
.section.sec-home.sec-06 .slider-box .slider-items .item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -o-object-fit: cover;
}
.section.sec-home.sec-06 .slider-box .slider-items .item .content-box {
  text-align: right;
  padding: 20px;
}
.section.sec-home.sec-06 .slider-box .slider-items .item .content-box .title {
  color: #092a58;
  font-size: 30px;
  font-weight: 500;
}
.section.sec-home.sec-06 .slider-box .slider-items .item .content-box .short-des {
  color: #092a58;
  font-size: 20px;
  margin: 10px 0 20px 0;
}
.section.sec-home.sec-06 .slider-box .slider-items .item .content-box .link {
  color: #092a58;
  font-size: 20px;
  font-weight: 500;
}
.section.sec-home.sec-06 .slider-box .slider-items .item .content-box .link .icon {
  font-size: 14px;
}
.section.sec-home.sec-07 {
  height: auto;
}

/* *** */
@media (max-width: 1200px) {
  .section.sec-home .content {
    padding: 0 40px 0 0;
  }
  .section.sec-home .content .title-box .title-fa {
    font-size: 36px;
  }
  .section.sec-home .content .title-box .title-en {
    font-size: 60px;
  }
  .section.sec-home .content .des {
    margin-top: 30px;
  }
  .section.sec-home .content .btn-box {
    margin-top: 20px;
  }
  .section.sec-home.sec-05 .content {
    padding: 0 40px 40px 40px;
  }
  .section.sec-home.sec-05 .content .title-box .title-fa {
    font-size: 32px;
  }
  .section.sec-home.sec-05 .content .title-box .title-en {
    font-size: 42px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .slick-list {
    padding: 0 0 30px 0;
    margin: 0 -30px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .slick-slide {
    margin: 0 30px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .title {
    font-size: 24px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .short-des {
    line-height: 1.5em;
    font-size: 16px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .link {
    font-size: 16px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .link .icon {
    font-size: 12px;
  }
  .section.sec-home.sec-06 .content {
    padding: 0 40px 40px 40px;
  }
  .section.sec-home.sec-06 .content .title-box .title-fa {
    font-size: 32px;
  }
  .section.sec-home.sec-06 .content .title-box .title-en {
    font-size: 42px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .title {
    font-size: 24px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .short-des {
    line-height: 1.5em;
    font-size: 16px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .link {
    font-size: 16px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .link .icon {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .section.sec-home .col-content {
    justify-content: space-between;
    flex-direction: column;
    padding-top: 100px;
  }
  .section.sec-home .content {
    padding: 0 40px 0 0;
  }
  .section.sec-home .content.w-45 {
    width: 100%;
  }
  .section.sec-home .content.w-60 {
    width: 100%;
  }
  .section.sec-home .content .title-box .title-fa {
    font-size: 28px;
  }
  .section.sec-home .content .title-box .title-en {
    font-size: 32px;
  }
  .section.sec-home .content .des {
    line-height: 1.5em;
    font-size: 16px;
    margin-top: 20px;
  }
  .section.sec-home .content .btn-box {
    margin-top: 20px;
  }
  .section.sec-home .content .btn-box a, .section.sec-home .content .btn-box a:visited {
    font-size: 16px;
    border-radius: 5px;
  }
  .section.sec-home .image {
    width: 100%;
    height: 100%;
  }
  .section.sec-home .image img {
    padding: 30px 20px 0 20px;
  }
  .section.sec-home.sec-04 {
    background-image: url("../image/page-home-bg-04-mobile.jpg");
  }
  .section.sec-home.sec-04 .content {
    margin-top: 0;
  }
  .section.sec-home.sec-05 .content {
    padding: 0 40px 40px 40px;
    margin-top: 0;
  }
  .section.sec-home.sec-05 .content .title-box {
    margin-bottom: 30px;
  }
  .section.sec-home.sec-05 .content .title-box .title-fa {
    font-size: 28px;
  }
  .section.sec-home.sec-05 .content .title-box .title-en {
    font-size: 32px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .title {
    font-size: 20px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .short-des {
    line-height: 1.5em;
    font-size: 14px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .link {
    font-size: 14px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item .content-box .link .icon {
    font-size: 10px;
  }
  .section.sec-home.sec-05 .slider-box .slider-items .item.t3 img {
    transform: scale(1.2);
  }
  .section.sec-home.sec-06 .content {
    padding: 0 40px 40px 40px;
    margin-top: 0;
  }
  .section.sec-home.sec-06 .content .title-box {
    margin-bottom: 30px;
  }
  .section.sec-home.sec-06 .content .title-box .title-fa {
    font-size: 28px;
  }
  .section.sec-home.sec-06 .content .title-box .title-en {
    font-size: 32px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .title {
    font-size: 20px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .short-des {
    line-height: 1.5em;
    font-size: 14px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .link {
    font-size: 14px;
  }
  .section.sec-home.sec-06 .slider-box .slider-items .item .content-box .link .icon {
    font-size: 10px;
  }
}

/*# sourceMappingURL=page-01.css.map */
/* *** page-02 */
.section.section-contact-us {
  background-image: url("../image/page-bg-01.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  color: #092a58;
}
.section.section-contact-us .title {
  font-size: 26px;
  margin-bottom: 20px;
}
.section.section-contact-us .links a, .section.section-contact-us .links a:visited {
  color: #092a58;
  font-size: 21px;
}
.section.section-contact-us .address {
  color: #092a58;
  font-size: 21px;
}
.section.section-contact-us .tel {
  color: #092a58;
  font-size: 21px;
}
.section.section-contact-us .tel a, .section.section-contact-us .tel a:visited {
  color: #092a58;
  font-size: 21px;
  display: inline-block;
  direction: ltr;
}
.section.section-contact-us .map-box {
  width: 100%;
  display: inline-block;
}
.section.section-contact-us .map-box img {
  width: 100%;
}
.section.section-contact-us .tel-mail {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.section.section-contact-us .tel-mail a, .section.section-contact-us .tel-mail a:visited {
  color: #092a58;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  direction: ltr;
}
.section.section-contact-us .tel-mail .icon {
  font-size: 21px;
}
.section.section-contact-us .tel-mail .tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section.section-contact-us .tel-mail .tel .icon {
  margin-left: 5px;
}
.section.section-contact-us .tel-mail .mail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "MyriadPro", serif;
}
.section.section-contact-us .tel-mail .mail .icon {
  margin-right: 5px;
}
.section.section-contact-us .tel-mail .mail a, .section.section-contact-us .tel-mail .mail a:visited {
  font-size: 20px;
  font-weight: 400;
}
.section.section-contact-us .social-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: -20px;
}
.section.section-contact-us .social-box .title {
  font-size: 18px;
  margin: 0;
}
.section.section-contact-us .social-box .social-link, .section.section-contact-us .social-box .social-link:visited {
  background-color: #092a58;
  width: 36px;
  height: 36px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.section.section-contact-us .social-box .social-link .icon, .section.section-contact-us .social-box .social-link:visited .icon {
  font-size: 24px;
}
.section.section-contact-us .line-bar {
  background-color: #d2b181;
  width: 100%;
  height: 2px;
  margin: 25px 0;
}
.section.section-contact-us .form {
  width: 100%;
  padding: 0 40px;
}
.section.section-contact-us .form .col-btn {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  text-align: left;
  margin-top: 10px;
}

/* *** */
@media (max-width: 992px) {
  .section.section-contact-us .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section.section-contact-us .links a, .section.section-contact-us .links a:visited {
    font-size: 16px;
  }
  .section.section-contact-us .address {
    font-size: 16px;
  }
  .section.section-contact-us .tel {
    font-size: 16px;
  }
  .section.section-contact-us .tel a, .section.section-contact-us .tel a:visited {
    font-size: 16px;
  }
  .section.section-contact-us .map-box {
    margin: 10px 0 0 0;
  }
  .section.section-contact-us .tel-mail {
    flex-direction: column;
    gap: 10px;
  }
  .section.section-contact-us .tel-mail a, .section.section-contact-us .tel-mail a:visited {
    font-size: 21px;
  }
  .section.section-contact-us .tel-mail .icon {
    font-size: 21px;
  }
  .section.section-contact-us .tel-mail .tel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .section.section-contact-us .tel-mail .tel .icon {
    margin-left: 5px;
  }
  .section.section-contact-us .tel-mail .mail {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "MyriadPro", serif;
  }
  .section.section-contact-us .tel-mail .mail .icon {
    margin-right: 5px;
  }
  .section.section-contact-us .tel-mail .mail a, .section.section-contact-us .tel-mail .mail a:visited {
    font-size: 20px;
    font-weight: 400;
  }
  .section.section-contact-us .form {
    padding: 0;
  }
}

/*# sourceMappingURL=page-02.css.map */
/* *** page-03 */
.section.section-history {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-history.section-01 {
  padding-bottom: 0;
}
.section.section-history.section-01 .image {
  width: 100%;
  margin-top: -90px;
}
.section.section-history.section-01 .content-box {
  margin-top: -14rem;
}
.section.section-history.section-02 {
  padding: 50px 0 70px 0;
}
.section.section-history.section-03 {
  background-image: url("../image/page-bg-03.jpg");
  padding: 30px 0;
}
.section.section-history.section-04 {
  background-image: url("../image/page-bg-02.jpg");
  padding: 30px 0;
}
.section.section-history.section-04 .content-box .image-box {
  margin-top: 30px;
}
.section.section-history.section-04 .content-box .image-box img {
  max-width: 500px;
}

/*# sourceMappingURL=page-03.css.map */
/* *** page-04 */
.section.section-story {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-story.section-01 {
  padding-bottom: 0;
  margin-bottom: 75px;
  position: relative;
}
.section.section-story.section-01 .image {
  width: 100%;
  max-height: 620px;
  aspect-ratio: 16/5;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top center;
  -o-object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section-story.section-01 .content-box {
  padding: 60px 60px;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
}
.section.section-story.section-01 .content-box .image-box {
  text-align: left;
}
.section.section-story.section-01 .content-box .image-box img {
  max-width: 200px;
}
.section.section-story.section-01 .content-box .btn-more-box {
  margin-top: 20px;
}
.section.section-story.section-02 {
  background-image: url("../image/page-bg-02.jpg");
  padding-top: 50px;
}
.section.section-story.section-02 .content-box {
  padding: 0 30px;
}
.section.section-story.section-02 .slider-stories-box .slick-list {
  padding: 0 0 30px 0;
}
.section.section-story.section-02 .slider-stories-box .item {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.section.section-story.section-02 .slider-stories-box .item .icon-box {
  background-color: #092a58;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section.section-story.section-02 .slider-stories-box .item .icon-box .icon {
  background-color: rgba(255, 255, 255, 0.4);
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #092a58;
  font-size: 32px;
  border-radius: 100%;
}
.section.section-story.section-02 .slider-stories-box .item .person {
  background-color: #ffffff;
  color: #092a58;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
}

.modal-story-video-audio .modal-title {
  color: #092a58;
  font-size: 16px;
  font-weight: 700;
}
.modal-story-video-audio video {
  width: 100%;
  aspect-ratio: 16/9;
}
.modal-story-video-audio audio {
  width: 100%;
}

/* *** */
@media (max-width: 992px) {
  .section.section-story.section-01 .content-box .image-box {
    text-align: center;
  }
  .section.section-story.section-02 .slider-stories-box .item .person {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section.section-story.section-01 .image {
    max-height: unset;
    aspect-ratio: unset;
  }
}

/*# sourceMappingURL=page-04.css.map */
/* *** page-05 */
.section.section-products {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-products.section-01 {
  background-image: url("../image/page-bg-01.jpg");
}
.section.section-products.section-01 .filter-categories {
  margin-bottom: 130px;
}
.section.section-products.section-01 .product-item {
  margin-bottom: 30px;
}
.section.section-products.section-01 .btn-more-box {
  text-align: center;
  margin-top: 30px;
}

/*# sourceMappingURL=page-05.css.map */
/* *** page-6 */
.section.section-product {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-product.section-01 {
  padding: 0;
  position: relative;
}
.section.section-product.section-01 .bg-white {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section.section-product.section-01 .bg-white.b1 {
  
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section.section-product.section-01 .col-12 {
  position: relative;
}
.section.section-product.section-01 .col-content {
  width: 70%;
  float: right;
}
.section.section-product.section-01 .col-content .image-box {
  display: none;
}
.section.section-product.section-01 .image-box {
  width: 30%;
  min-height: calc(var(--vh) - 174px);
  float: left;
  display: inline-flex;
  align-items: start;
  justify-content: center;
  position: sticky;
  top: 174px;
  z-index: 1;
}
.section.section-product.section-01 .image-box img {
  width: 100%;
  height: calc(var(--vh) * 0.7);
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.section.section-product.section-01 .image-wing-box {
  width: 30%;
  min-height: calc(var(--vh) - 174px);
  position: absolute;
  left: 0;
}
.section.section-product.section-01 .image-wing-box .wing {
  width: 100%;
  height: unset;
  object-fit: unset;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 0;
  transform: scale(1.7);
  transform-origin: bottom center;
}
.section.section-product.section-01 .section-title-box {
  margin: 0 0 60px 0;
  position: sticky;
  top: 160px;
  z-index: 1;
}
.section.section-product.section-01 .section-title-box .title-fa {
  font-size: 48px;
  font-weight: 400;
}
.section.section-product.section-01 .section-title-box .title-en {
  font-size: 56px;
  font-weight: 600;
}
.section.section-product.section-01 .sub-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.section.section-product.section-01 .content-sec-01 {
  width: 100%;
  min-height: calc(var(--vh) - 174px);
  display: inline-flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 1;
}
.section.section-product.section-01 .content-sec-01 .content {
  opacity: 1;
}
.section.section-product.section-01 .content-sec-01 .sub-title {
  color: #d2b181;
}
.section.section-product.section-01 .content-sec-01 .property-box {
  background-color: #dad1ba;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 20px;
}
.section.section-product.section-01 .content-sec-01 .property-box .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section.section-product.section-01 .content-sec-01 .property-box .item img {
  width: 16px;
}
.section.section-product.section-01 .content-sec-01 .property-box .item .tv {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  color: #092a58;
  font-family: "MyriadPro", serif;
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #d2b181;
}
.section.section-product.section-01 .content-sec-01 .property-box .item .tv .t, .section.section-product.section-01 .content-sec-01 .property-box .item .tv .v {
  line-height: 16px;
  direction: ltr;
}
.section.section-product.section-01 .content-sec-02 {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.section.section-product.section-01 .content-sec-02 .sub-title {
  color: #00a9dc;
}
.section.section-product .btn-share-box {
  margin: 30px 0 230px 0;
}

/* *** */
@media (max-width: 1200px) {
  .section.section-product.section-01 .image-wing-box .wing {
    transform: scale(2.5);
  }
  .section.section-product .btn-share-box {
    margin: 30px 0 200px 0;
  }
}
@media (max-width: 992px) {
  .section.section-product.section-01 .bg-white.b1 {
    background-size: contain;
  }
  .section.section-product.section-01 .image-box {
    width: 100%;
    min-height: unset;
    position: unset;
    top: unset;
    display: none;
    text-align: left;
  }
  .section.section-product.section-01 .image-box img {
    width: 70%;
    height: calc(var(--vh) * 0.3);
    object-fit: contain;
    position: relative;
    z-index: 1;
  }
  .section.section-product.section-01 .image-wing-box {
    width: 100%;
    min-height: calc(var(--vh) - 138px);
  }
  .section.section-product.section-01 .image-wing-box .wing {
    transform: scale(1.1);
  }
  .section.section-product.section-01 .col-content {
    width: 100%;
  }
  .section.section-product.section-01 .col-content .image-box {
    display: block;
    margin: 40px 0;
  }
  .section.section-product.section-01 .section-title-box {
    position: relative;
    top: unset;
    margin-bottom: 20px;
  }
  .section.section-product.section-01 .section-title-box .title-fa {
    font-size: 28px;
  }
  .section.section-product.section-01 .section-title-box .title-en {
    font-size: 32px;
  }
  .section.section-product.section-01 .sub-title {
    font-size: 18px;
  }
  .section.section-product.section-01 .content-sec-01 {
    width: 100%;
    min-height: unset;
    padding: 0;
  }
  .section.section-product.section-01 .content-sec-01 .property-box {
    gap: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 15px;
  }
  .section.section-product.section-01 .content-sec-01 .property-box .item .tv {
    padding-right: 7px;
    margin-right: 7px;
  }
  .section.section-product.section-01 .content-sec-02 {
    margin-top: 80px;
  }
  .section.section-product .btn-share-box {
    margin: 30px 0 130px 0;
  }
}
@media (max-width: 576px) {
  .section.section-product.section-01 .image-wing-box {
    width: 70%;
  }
}

/*# sourceMappingURL=page-06.css.map */
/* *** page-07 */
.section.section-events {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-events.section-01 {
  background-image: url("../image/page-bg-01.jpg");
}
.section.section-events.section-02 {
  padding-top: 50px;
}
.section.section-events.section-02 .event-item {
  margin-bottom: 30px;
}
.section.section-events.section-02 .btn-more-box {
  text-align: center;
  margin-top: 50px;
}

/*# sourceMappingURL=page-07.css.map */
/* *** page-08 */
.section.section-event {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-event.section-02 {
  background-image: url("../image/page-bg-01.jpg");
  padding-top: 50px;
}

/*# sourceMappingURL=page-08.css.map */
/* *** page-09 */
.section.section-lovely-facts {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-lovely-facts.section-01 {
  background-image: url("../image/page-bg-01.jpg");
}
.section.section-lovely-facts.section-01 .card-item.single {
  margin-bottom: 130px;
}
.section.section-lovely-facts.section-01 .card-item {
  margin-bottom: 30px;
}
.section.section-lovely-facts.section-01 .btn-more-box {
  text-align: center;
  margin-top: 50px;
}

/*# sourceMappingURL=page-09.css.map */
/* *** page-16 */
.section.section-cook-book-lovely-fact.section-01 {
  background-image: url("../image/page-bg-07.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
}
.section.section-cook-book-lovely-fact.section-01:before {
  background-image: url("../image/page-bg-06.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section.section-cook-book-lovely-fact.section-01 .col-content {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  gap: 120px;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .content-box {
  width: 50%;
  height: calc(var(--vh) - 60px);
  padding: 30px 60px 30px 35px;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .content-box .section-title-box {
  margin-bottom: 30px;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .content-box .section-title-box .title-fa {
  font-size: 32px;
  font-weight: 800;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .content-box .section-title-box .title-en {
  font-size: 20px;
  font-weight: 400;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .content-box .table-show-data {
  margin-bottom: 20px;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .content-box .list-star {
  margin-bottom: 10px;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .image-box {
  width: 50%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section.section-cook-book-lovely-fact.section-01 .col-content .image-box img {
  width: 100%;
  border-radius: 5px;
}
.section.section-cook-book-lovely-fact.section-01 .btn-share-box {
  text-align: left;
  margin-top: 10px;
}

/* *** */
@media (max-width: 1200px) {
  .section.section-cook-book-lovely-fact.section-01 .col-content {
    gap: 60px;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .content-box {
    width: 60%;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .image-box {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .section.section-cook-book-lovely-fact.section-01 .col-content {
    flex-direction: column;
    gap: 20px;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .content-box {
    width: 100%;
    height: unset;
    padding: 30px 30px;
    overflow-y: visible;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .content-box .section-title-box .title-fa {
    font-size: 24px;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .content-box .section-title-box .title-en {
    font-size: 16px;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .image-box {
    width: 100%;
  }
  .section.section-cook-book-lovely-fact.section-01 .col-content .image-box img {
    width: 100%;
  }
  .section.section-cook-book-lovely-fact .simplebar-track {
    display: none;
  }
}

/*# sourceMappingURL=page-10-16.css.map */
/* *** page-11 */
.section.section-peace-mind-cookings {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-peace-mind-cookings.section-01 {
  background-image: url("../image/page-bg-04.jpg");
}
.section.section-peace-mind-cookings.section-01 .section-title-box {
  margin-bottom: 75px;
}
.section.section-peace-mind-cookings.section-01 .card-item.single {
  background-color: transparent;
  box-shadow: unset;
  overflow: unset;
}
.section.section-peace-mind-cookings.section-01 .card-item.single:hover {
  box-shadow: unset;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .image-box {
  width: 35%;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .image-box img {
  transform: scale(1.25);
  overflow: visible;
  object-fit: contain;
  -o-object-fit: contain;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .data-box {
  background-color: transparent;
  width: 65%;
  padding: 0 0 0 20px;
  justify-content: unset;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box {
  width: unset;
  flex: unset;
  margin-bottom: 20%;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-fa {
  width: 100%;
  text-align-last: justify;
  font-weight: 800;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-en {
  width: 100%;
  font-size: 30px;
  text-align-last: justify;
}
.section.section-peace-mind-cookings.section-01 .card-item.single .data-box .btn-more-box {
  height: unset;
  margin-top: 0 !important;
}
.section.section-peace-mind-cookings.section-01 .slider-box .slider-items .slick-list {
  padding: 50px 0 30px 0;
  overflow: visible;
}
.section.section-peace-mind-cookings.section-01 .slider-box .slider-items .slick-dots li button:before {
  color: #ffffff;
}
.section.section-peace-mind-cookings.section-01 .slider-box .slider-items .slick-dots li.slick-active button:before {
  color: #092a58;
}
.section.section-peace-mind-cookings.section-02 {
  background-image: url("../image/page-bg-05.jpg");
  padding-top: 50px;
}
.section.section-peace-mind-cookings.section-02 .section-title-box {
  margin: 30px 0 15% 0;
}
.section.section-peace-mind-cookings.section-02 .card-item {
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0;
}
.section.section-peace-mind-cookings.section-02 .card-item:hover {
  box-shadow: unset;
}
.section.section-peace-mind-cookings.section-02 .card-item .image-box img {
  border-radius: 5px;
}
.section.section-peace-mind-cookings.section-02 .card-item .data-box {
  background-color: transparent;
  justify-content: unset;
  padding: 0 0 0 20px;
}
.section.section-peace-mind-cookings.section-02 .card-item .data-box .title-box {
  flex: unset;
}
.section.section-peace-mind-cookings.section-02 .card-item .data-box .btn-more-box {
  height: unset;
  margin-top: 15% !important;
}
.section.section-peace-mind-cookings.section-03 {
  background-image: url("../image/page-bg-01.jpg");
  padding-top: 50px;
}
.section.section-peace-mind-cookings.section-04 {
  padding-bottom: 0;
  position: relative;
}
.section.section-peace-mind-cookings.section-04 .image {
  width: 100%;
}
.section.section-peace-mind-cookings.section-04 .container {
  margin-top: 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.section-peace-mind-cookings.section-04 .section-title-box .title-fa {
  font-size: 42px;
  text-align: center;
}
.section.section-peace-mind-cookings.section-04 .section-title-box .title-en {
  font-size: 46px;
  text-align: center;
}
.section.section-peace-mind-cookings.section-04 .btn-more-box {
  text-align: center;
}

/* *** */
@media (max-width: 1400px) {
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-fa {
    font-size: 30px;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-en {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-fa {
    font-size: 24px;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-en {
    font-size: 20px;
  }
  .section.section-peace-mind-cookings.section-02 .section-title-box {
    margin: 10px 0 10% 0;
  }
  .section.section-peace-mind-cookings.section-02 .card-item .data-box .btn-more-box {
    margin-top: 10% !important;
  }
}
@media (max-width: 992px) {
  .section.section-peace-mind-cookings.section-01 .section-title-box {
    margin-bottom: 40px;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .image-box {
    width: 100%;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .image-box img {
    transform: scale(1);
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box {
    width: 100%;
    padding: 0;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box {
    width: unset;
    flex: unset;
    margin-bottom: 0;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-en {
    font-size: 20px;
  }
  .section.section-peace-mind-cookings.section-01 .slider-box .slider-items .slick-list {
    padding: 75px 0 30px 0;
  }
  .section.section-peace-mind-cookings.section-02 .section-title-box {
    margin-bottom: 30px;
  }
  .section.section-peace-mind-cookings.section-02 .card-item .data-box {
    padding-top: 20px;
  }
  .section.section-peace-mind-cookings.section-02 .card-item .data-box .btn-more-box {
    margin-top: 30px !important;
  }
  .section.section-peace-mind-cookings.section-04 .section-title-box .title-fa {
    font-size: 32px;
  }
  .section.section-peace-mind-cookings.section-04 .section-title-box .title-en {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .section.section-peace-mind-cookings.section-04 .container {
    margin-top: 18%;
  }
}
@media (max-width: 576px) {
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-fa {
    font-size: 18px;
  }
  .section.section-peace-mind-cookings.section-01 .card-item.single .data-box .title-box .title-en {
    font-size: 14px;
  }
  .section.section-peace-mind-cookings.section-04 .section-title-box .title-fa {
    font-size: 24px;
  }
  .section.section-peace-mind-cookings.section-04 .section-title-box .title-en {
    font-size: 28px;
  }
}

/*# sourceMappingURL=page-11.css.map */
/* *** page-12 */
.section.section-peace-mind-cooking.section-01 {
  background-image: url("../image/peace-mind-cooking/peace-mind-cooking-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 0;
}
.section.section-peace-mind-cooking.section-01 .content-box {
  border-radius: 10px 10px 0 0;
}
.section.section-peace-mind-cooking.section-02 {
  padding: 50px 0 70px 0;
}
.section.section-peace-mind-cooking.section-02 .image-box {
  margin-top: 100px;
  position: relative;
}
.section.section-peace-mind-cooking.section-02 .image-box img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.15);
  object-fit: cover;
}
.section.section-peace-mind-cooking.section-02 .btn-more-box {
  text-align: center;
  margin-top: 100px;
}

/*# sourceMappingURL=page-12.css.map */
/* *** page-13 */
.section.section-food-stories {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-food-stories.section-01 {
  background-image: url("../image/page-bg-01.jpg");
}
.section.section-food-stories.section-01 .card-item.single {
  background-color: #ffffff;
  margin-bottom: 130px;
}
.section.section-food-stories.section-01 .card-item.single .data-box {
  background-color: transparent;
  align-items: center;
  justify-content: center;
}
.section.section-food-stories.section-01 .card-item.single .data-box .title-box {
  width: unset;
  flex: unset;
}
.section.section-food-stories.section-01 .card-item.single .data-box .title-box .title-fa {
  font-size: 24px;
}
.section.section-food-stories.section-01 .card-item.single .data-box .title-box .title-en {
  font-size: 18px;
}
.section.section-food-stories.section-01 .card-item {
  margin-bottom: 30px;
}
.section.section-food-stories.section-01 .btn-more-box {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .section.section-food-stories.section-01 .card-item.single .data-box .title-box .title-fa {
    font-size: 20px;
  }
  .section.section-food-stories.section-01 .card-item.single .data-box .title-box .title-en {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .section.section-food-stories.section-01 .card-item.single .data-box .title-box .title-fa {
    font-size: 18px;
  }
  .section.section-food-stories.section-01 .card-item.single .data-box .title-box .title-en {
    font-size: 14px;
  }
}

/*# sourceMappingURL=page-13.css.map */
/* *** page-6 */
.section.section-food-story {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-food-story.section-01 {
  background-image: url("../image/page-bg-01.jpg");
  padding: 0;
  position: relative;
}
.section.section-food-story.section-01 .bg-white {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section.section-food-story.section-01 .bg-white.b1 {
  background-image: url("../image/page-bg-06.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section.section-food-story.section-01 .col-12 {
  position: relative;
}
.section.section-food-story.section-01 .image-box {
  width: 50%;
  float: left;
  position: sticky;
  top: 160px;
  z-index: 1;
}
.section.section-food-story.section-01 .image-box img {
  width: 100%;
  object-fit: contain;
}
.section.section-food-story.section-01 .image-wing-box {
  width: 30%;
  min-height: calc(var(--vh) - 174px);
  position: absolute;
  left: 0;
}
.section.section-food-story.section-01 .image-wing-box .wing {
  width: 100%;
  height: unset;
  object-fit: unset;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 0;
  transform: scale(1.7);
  transform-origin: bottom center;
}
.section.section-food-story.section-01 .image-content-box {
  width: 100%;
  min-height: calc(var(--vh) - 174px);
  display: inline-flex;
  align-items: start;
  justify-content: center;
  padding-top: 25%;
  position: relative;
  z-index: 1;
}
.section.section-food-story.section-01 .section-title-box {
  margin: 0;
}
.section.section-food-story.section-01 .section-title-box .title-fa {
  font-size: 48px;
  font-weight: 700;
}
.section.section-food-story.section-01 .section-title-box .sub-title {
  font-size: 32px;
  font-weight: 600;
  margin: 30px 0 30px 0;
}
.section.section-food-story.section-01 .content-sec-01 {
  width: 50%;
  float: right;
  padding: 0;
  position: sticky;
  top: 160px;
  z-index: 1;
}
.section.section-food-story.section-01 .content-sec-01 .sub-title {
  color: #d2b181;
}
.section.section-food-story.section-01 .content-sec-02 {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.section.section-food-story .btn-share-box {
  margin: 30px 0 230px 0;
}

/* *** */
@media (max-width: 1200px) {
  .section.section-food-story.section-01 .image-wing-box .wing {
    transform: scale(2.5);
  }
  .section.section-food-story .btn-share-box {
    margin: 30px 0 200px 0;
  }
}
@media (max-width: 992px) {
  .section.section-food-story.section-01 .image-box {
    width: 100%;
    position: unset;
    top: unset;
    text-align: left;
  }
  .section.section-food-story.section-01 .image-box img {
    width: 85%;
    object-fit: contain;
  }
  .section.section-food-story.section-01 .image-wing-box {
    width: 100%;
    min-height: calc(var(--vh) - 138px);
  }
  .section.section-food-story.section-01 .image-wing-box .wing {
    transform: scale(1.1);
  }
  .section.section-food-story.section-01 .image-content-box {
    width: 100%;
    min-height: calc(var(--vh) - 138px);
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .section.section-food-story.section-01 .section-title-box {
    margin-top: 30px;
  }
  .section.section-food-story.section-01 .section-title-box .title-fa {
    font-size: 28px;
  }
  .section.section-food-story.section-01 .section-title-box .sub-title {
    font-size: 18px;
  }
  .section.section-food-story.section-01 .content-sec-01 {
    width: 100%;
    position: unset;
    top: unset;
  }
  .section.section-food-story .btn-share-box {
    margin: 30px 0 200px 0;
  }
}
@media (max-width: 576px) {
  .section.section-food-story.section-01 .image-wing-box {
    width: 70%;
  }
  .section.section-food-story .btn-share-box {
    margin: 30px 0 75px 0;
  }
}

/*# sourceMappingURL=page-14.css.map */
/* *** page-15 */
.section.section-cookbooks {
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.section.section-cookbooks.section-01 {
  background-image: url("../image/page-bg-01.jpg");
}
.section.section-cookbooks.section-01 .card-item.single {
  margin-bottom: 130px;
}
.section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-fa {
  font-size: 24px;
}
.section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-en {
  font-size: 18px;
}
.section.section-cookbooks.section-01 .card-item {
  margin-bottom: 30px;
}
.section.section-cookbooks.section-01 .btn-more-box {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-fa {
    font-size: 20px;
  }
  .section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-en {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-fa {
    font-size: 18px;
  }
  .section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-en {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-fa {
    font-size: 16px;
  }
  .section.section-cookbooks.section-01 .card-item.single .data-box.title-match .title-box .title-en {
    font-size: 12px;
  }
}

/*# sourceMappingURL=page-15.css.map */
