@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
/**
color
 */
.color-666 {
  color: #666;
}

.color-black {
  color: #1b1b1b;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-black {
  background-color: #1b1b1b;
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover {
  overflow: hidden;
}
.image-cover img, .image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #747894;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  margin: 5px;
  outline: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fdb813;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button span {
  font-size: 3rem;
  color: #666;
}
.owl-carousel .owl-nav button:hover span {
  color: #333;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}
.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Regular";
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.container {
  margin: 0 auto;
  max-width: 1638px !important;
}

@font-face {
  font-family: Regular;
  src: url(/wp-content/themes/epal-theme/fonts/SFUFuturaRegular.woff);
  font-display: swap;
  opacity: 0.8;
}
@font-face {
  font-family: Book;
  src: url(/wp-content/themes/epal-theme/fonts/SFUFuturaBook.woff);
  font-display: swap;
  opacity: 0.8;
}
@font-face {
  font-family: Lights;
  src: url(/wp-content/themes/epal-theme/fonts/SFUFuturaLight.woff);
  font-display: swap;
  opacity: 0.8;
}
.home #header-menu {
  position: absolute;
  top: 0;
  left: 0;
}

#header-menu {
  padding: 0 58px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
}
#header-menu.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#header-menu .menu-mobile {
  display: none;
}
#header-menu .box-menu {
  width: 100%;
}
#header-menu .box-menu .wrap-logo a .logo {
  max-width: 80px;
  width: 100%;
}
#header-menu .box-menu .wrap-nav {
  display: flex;
  align-items: center;
}
#header-menu .box-menu .wrap-nav .total-menu {
  display: flex;
  align-items: center;
  gap: 100px;
  margin: auto;
  width: 100%;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 0;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item {
  list-style: none;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item a {
  font-family: "Regular";
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item.active {
  border-bottom: 1px solid #000;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children {
  position: relative;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: 20px;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children:hover .sub-menu {
  display: block;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children .disaled-click {
  pointer-events: none;
  cursor: default;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 100;
  top: 40px;
  background: #EFF7F8;
  padding: 0;
  width: 236px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  display: none;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children .sub-menu .menu-item {
  border: none;
  padding: 16px;
  list-style: none;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children .sub-menu .menu-item a {
  text-transform: unset;
  color: #43A0AC;
  font-family: "Regular";
  font-size: 18px;
}
#header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item-has-children .sub-menu .menu-item:hover {
  background: #E0F2F4;
  transition: all 0.3s ease;
}
#header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search {
  padding: 4px;
  border-bottom: 2px solid gray;
  max-width: 360px;
  width: 100%;
  height: 33px;
}
#header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search .search input {
  border: none;
  width: 100%;
  max-width: 325px;
  outline: none;
  background-color: unset;
  font-family: "Regular";
  font-size: 16px;
}
#header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search .search input::-moz-placeholder {
  font-family: "Regular";
  font-size: 16px;
}
#header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search .search input::placeholder {
  font-family: "Regular";
  font-size: 16px;
}
#header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search .search button {
  outline: none;
  border: none;
  background: unset;
}
#header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search .search button img {
  width: 18px;
}

@media (max-width: 1550px) {
  #header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  #header-menu {
    padding: 14px 30px;
  }
  #header-menu .box-menu .wrap-nav .total-menu {
    gap: 40px;
    justify-content: space-between;
  }
  #header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search {
    max-width: 280px;
  }
  #header-menu .box-menu .wrap-nav .total-menu .wrap-icon-search .search input {
    max-width: 245px;
  }
  #header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main .menu-item a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  #header-menu .box-menu .wrap-nav .total-menu .menu #menu-menu-main {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  #header-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 0.2s ease;
    transform: translateX(-100%);
  }
  #header-menu .overlay.show-overlay {
    transition: all 0.2s ease;
    transform: translateX(0);
  }
  #header-menu .menu-pc {
    display: none;
  }
  #header-menu .menu-mobile {
    display: flex;
  }
  #header-menu .menu-mobile .logo-mobile img {
    width: 60px;
  }
  #header-menu .menu-mobile .icon-bars {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  #header-menu .menu-mobile .icon-bars button {
    border: none;
    background: unset;
    outline: none;
  }
  #header-menu .menu-mobile .icon-bars button img {
    width: 28px;
    height: 28px;
  }
  #header-menu .menu-mobile .list-menu-mobile {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 0;
    box-shadow: 2px 0px 5px #d9d9d9;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    z-index: 1000;
  }
  #header-menu .menu-mobile .list-menu-mobile.show-mobile {
    transition: all 0.3s ease;
    transform: translateX(0);
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search {
    padding: 2px 5px 0px 5px;
    border-bottom: 1px solid #bbb8b5;
    /* max-width: 300px; */
    width: 88%;
    height: 33px;
    margin: auto;
    margin-top: 13px;
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search .search form {
    display: flex;
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search .search input {
    border: none;
    width: 100%;
    max-width: 325px;
    outline: none;
    background-color: unset;
    font-family: "Regular";
    font-size: 16px;
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search .search input::-moz-placeholder {
    font-family: "Regular";
    font-size: 16px;
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search .search input::placeholder {
    font-family: "Regular";
    font-size: 16px;
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search .search button {
    outline: none;
    border: none;
    background: unset;
  }
  #header-menu .menu-mobile .list-menu-mobile .wrap-icon-search .search button img {
    width: 18px;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu {
    margin-top: 25px;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1 {
    padding-left: 0;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list {
    width: 100%;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item {
    border-bottom: 1px solid #b3b3b3;
    padding: 15px 25px;
    list-style: none;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item:last-child {
    border: none;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item a {
    font-family: "Regular";
    font-size: 18px;
    color: #000;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item .sub-menu {
    display: none;
    padding-top: 10px;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item .sub-menu .menu-item {
    border: none;
    padding: 10px 25px;
    list-style: none;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item-has-children {
    position: relative;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item-has-children .icon-down {
    position: absolute;
    width: 26px;
    top: 20px;
    right: 20px;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item-has-children .disaled-click {
    pointer-events: none;
    cursor: default;
  }
  #header-menu .menu-mobile .list-menu-mobile .menu #menu-menu-main-1.list .menu-item-has-children .sub-menu .menu-item .disaled-click {
    pointer-events: all;
    cursor: default;
  }
  #header-menu .menu-mobile .list-menu-mobile .box-close {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 20px;
  }
  #header-menu .menu-mobile .list-menu-mobile .box-close .close-menu {
    border: none;
    background: unset;
    outline: none;
  }
  #header-menu .menu-mobile .list-menu-mobile .box-close .close-menu img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  #header-menu .menu-mobile .logo-mobile img {
    width: 45px;
  }
  #header-menu .menu-mobile .icon-bars button img {
    width: 22px;
    height: 22px;
  }
}
#footer {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 145px 60px 0 60px;
  position: relative;
}
#footer .img-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: unset;
     object-fit: unset;
  z-index: -1;
}
#footer #footer-info .wrap-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#footer #footer-info .wrap-info .brand-info .desc {
  padding-bottom: 20px;
}
#footer #footer-info .wrap-info .nav {
  align-self: center;
}
#footer #footer-info .contact .footer-title {
  color: #000;
  font-size: 20px;
  font-family: "Book";
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 0;
}
#footer #footer-info .contact .title-ct {
  font-style: italic;
}
#footer #footer-info .contact .box-contact {
  display: flex;
  gap: 5px;
}
#footer #footer-info .contact .box-contact p {
  color: #000;
  font-size: 20px;
  font-family: "Book";
  font-style: italic;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 0;
}
#footer #footer-info .contact .box-contact .text-1 {
  white-space: nowrap;
}
#footer #footer-info .brand-info p {
  color: #000;
  font-size: 20px;
  font-family: "Book";
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 0;
}
#footer #footer-info .nav .left p {
  color: #000;
  font-size: 20px;
  font-family: "Book";
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 0;
}
#footer #footer-nav {
  margin-top: 118px;
  padding-top: 52px;
  padding-bottom: 58px;
  border-top: solid 2px #ffffff;
}
#footer #footer-nav .wrap-nav .menu #menu-menu-main-2 {
  margin: auto;
}
#footer #footer-nav .wrap-nav .menu #menu-menu-main-2 .menu-item {
  list-style: none;
  margin-left: 50px;
  margin-right: 50px;
}
#footer #footer-nav .wrap-nav .menu #menu-menu-main-2 .menu-item a {
  color: #000;
  font-family: "Regular";
  font-size: 20px;
  text-transform: uppercase;
}
#footer .design {
  padding-bottom: 45px;
  color: #000;
  font-family: "Book";
  font-size: 18px;
}
#footer .design a {
  color: #000;
  font-family: "Book";
  font-size: 18px;
}

@media (max-width: 1550px) {
  #footer {
    -o-object-fit: cover;
       object-fit: cover;
    padding: 80px 60px 30px 60px;
  }
  #footer #footer-nav {
    margin-top: 50px;
  }
  #footer #footer-nav .wrap-nav .menu #menu-menu-main-2 .menu-item a {
    font-size: 16px;
  }
  #footer #footer-info .contact .footer-title {
    font-size: 18px;
  }
  #footer #footer-info .contact .box-contact p {
    font-size: 18px;
  }
  #footer #footer-info .brand-info p {
    font-size: 18px;
  }
  #footer #footer-info .nav .left p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #footer #footer-nav .wrap-nav .menu #menu-menu-main-2 {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  #footer #footer-nav .wrap-nav .menu #menu-menu-main-2 .menu-item {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #footer .img-banner {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 550px) {
  #footer {
    padding: 20px;
  }
  #footer #footer-nav {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 480px) {
  #footer #footer-info {
    padding: 0 15px;
  }
  #footer #footer-info .brand-info p {
    font-size: 14px;
  }
  #footer #footer-info .contact .title {
    font-size: 14px;
  }
  #footer #footer-info .contact .box-contact p {
    font-size: 14px;
  }
  #footer #footer-info .nav .left p {
    font-size: 14px;
  }
  #footer #footer-info .nav .left .wrap-soc .link .icon {
    width: 22px;
    height: 22px;
  }
  #footer #footer-nav {
    margin-top: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #footer #footer-nav .wrap-nav .menu #menu-menu-main-2 .menu-item a {
    font-size: 14px;
  }
  #footer .design {
    padding: 0;
    font-size: 14px;
  }
  #footer .design a {
    font-size: 14px;
  }
}
#breadcumb {
  position: relative;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF2F5;
  padding-left: 200px;
}
#breadcumb .box-bread {
  width: 100%;
}
#breadcumb .box-bread .content {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
#breadcumb .box-bread .content .title {
  font-family: "Regular";
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#breadcumb .box-bread .content .breadcrumbs {
  color: #43A0AC;
  font-size: 20px;
  font-style: normal;
  font-family: "Regular";
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
#breadcumb .box-bread .content .breadcrumbs a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-family: "Regular";
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1550px) {
  #breadcumb {
    padding-left: 113px;
  }
  #breadcumb .box-bread .content .title {
    font-size: 30px;
  }
  #breadcumb .box-bread .content .breadcrumbs {
    font-size: 18px;
  }
  #breadcumb .box-bread .content .breadcrumbs a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #breadcumb {
    padding-left: 80px;
  }
}
@media (max-width: 550px) {
  #breadcumb {
    height: 230px;
    padding-left: 40px;
  }
}
@media (max-width: 550px) {
  #breadcumb .box-bread .content .title {
    font-size: 18px;
  }
  #breadcumb .box-bread .content .breadcrumbs {
    font-size: 14px;
  }
  #breadcumb .box-bread .content .breadcrumbs a {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  #breadcumb {
    height: 160px;
    padding-left: 25px;
  }
}
.home-story .box-list .mb {
  display: none;
}
.home-story .box-list .pc {
  padding: 0;
}
.home-story .box-list:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.home-story .box-list .story-left,
.home-story .box-list .story-right {
  padding: 0;
}
.home-story .box-list .story-left img,
.home-story .box-list .story-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-story .box-list .story-left {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.home-story .box-list .story-left .story-content {
  max-width: 626px;
  width: 100%;
  margin: auto;
}
.home-story .box-list .story-left .story-content .title-story {
  font-size: 36px;
  font-family: "Regular";
  color: #000;
}
.home-story .box-list .story-left .story-content .content-story {
  font-size: 20px;
  font-family: Light;
  color: #000;
  margin-top: 32px;
}
.home-story .box-list .story-left .story-content .content-story p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.home-story .box-list .story-left .story-content .content-story ol,
.home-story .box-list .story-left .story-content .content-story ul {
  padding-left: 40px;
}
.home-story .box-list .story-left .story-content .content-story ol li,
.home-story .box-list .story-left .story-content .content-story ul li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
  margin-left: 8px;
}
.home-story .box-list .story-left .story-content .content-story ol li,
.home-story .box-list .story-left .story-content .content-story ul li {
  padding-left: 0 !important;
}
.home-story .box-list .story-left .story-content .content-story span,
.home-story .box-list .story-left .story-content .content-story strong,
.home-story .box-list .story-left .story-content .content-story a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.home-story .box-list .story-left .story-content .content-story h1,
.home-story .box-list .story-left .story-content .content-story h2,
.home-story .box-list .story-left .story-content .content-story h3,
.home-story .box-list .story-left .story-content .content-story h4,
.home-story .box-list .story-left .story-content .content-story h5,
.home-story .box-list .story-left .story-content .content-story h6 {
  color: #000;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.home-story .box-list .story-left .story-content .content-story h1 {
  font-size: 32px;
  line-height: 1.5;
}
.home-story .box-list .story-left .story-content .content-story h2 {
  font-size: 24px;
  line-height: 1.5;
}
.home-story .box-list .story-left .story-content .content-story h3 {
  font-size: 18px;
  line-height: 1.5;
}
.home-story .box-list .story-left .story-content .content-story h4 {
  font-size: 16px;
  line-height: 1.5;
}
.home-story .box-list .story-left .story-content .content-story h5 {
  font-size: 13px;
  line-height: 1.5;
}
.home-story .box-list .story-left .story-content .content-story h6 {
  font-size: 10px;
  line-height: 1.5;
}
.home-story .box-list .story-right {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1080px;
  /* Đảm bảo chiều cao tối thiểu là 1080px */
  box-sizing: border-box;
  z-index: -1;
}

@media (max-width: 1550px) {
  .home-story .box-list .story-left .story-content {
    max-width: 400px;
  }
  .home-story .box-list .story-left .story-content .title-story {
    font-size: 22px;
  }
  .home-story .box-list .story-left .story-content .content-story p {
    font-size: 18px;
  }
  .home-story .box-list .story-left .story-content .content-story ol li,
  .home-story .box-list .story-left .story-content .content-story ul li {
    font-size: 18px;
  }
  .home-story .box-list .story-left .story-content .content-story span,
  .home-story .box-list .story-left .story-content .content-story strong,
  .home-story .box-list .story-left .story-content .content-story a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .home-story .box-list .mb {
    display: block;
  }
  .home-story .box-list .pc {
    display: none;
  }
  .home-story .box-list:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-story .box-list:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-story .box-list .story-right {
    background-attachment: scroll;
    width: 100%;
  }
  .home-story .box-list .story-left {
    width: 100%;
  }
  .home-story .box-list .story-left .story-content {
    max-width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-story .box-list .story-left .story-content .title-story {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home-story .box-list .story-left .story-content {
    max-width: 80%;
  }
  .home-story .box-list .story-left .story-content .title-story {
    font-size: 18px;
  }
  .home-story .box-list .story-left .story-content .content-story p {
    font-size: 14px;
  }
  .home-story .box-list .story-left .story-content .content-story ol li,
  .home-story .box-list .story-left .story-content .content-story ul li {
    font-size: 14px;
  }
  .home-story .box-list .story-left .story-content .content-story span,
  .home-story .box-list .story-left .story-content .content-story strong,
  .home-story .box-list .story-left .story-content .content-story a {
    font-size: 14px;
  }
}
#partner {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
#partner .title-partner {
  font-size: 36px;
  font-family: "Book";
  color: #000;
  text-align: center;
}
#partner .partner-body {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#partner .partner-body .slick-arrow {
  position: absolute;
  width: unset;
  padding: 0;
  border: none;
  outline: none;
  background: unset;
  margin: 0;
}
#partner .partner-body .slick-prev {
  z-index: 1;
  left: -1%;
}
#partner .partner-body .slick-prev img {
  width: 30px;
}
#partner .partner-body .slick-next {
  right: -1%;
}
#partner .partner-body .slick-next img {
  width: 30px;
}

@media (max-width: 1550px) {
  #partner .title-partner {
    font-size: 22px;
  }
  #partner .container .partner-body {
    padding-left: 60px;
    padding-right: 60px;
  }
  #partner .container .partner-body .slick-prev {
    left: 2%;
  }
  #partner .container .partner-body .slick-next {
    right: 2%;
  }
}
@media (max-width: 550px) {
  #partner .container .title-partner {
    font-size: 18px;
  }
  #partner .container .partner-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-brand {
  padding-bottom: 60px;
}
.single-brand .box-brand {
  padding-left: 200px;
  padding-right: 200px;
  margin-top: 60px;
}
.single-brand .box-brand .img-brand {
  width: 100%;
}
.single-brand .box-brand .img-brand img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-brand .box-brand .content-brand {
  margin-top: 60px;
}
.single-brand .box-brand .content-brand .title {
  font-family: "Regular";
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-brand .box-brand .content-brand .content {
  margin-top: 30px;
  text-align: justify;
}
.single-brand .box-brand .content-brand .content p {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-brand .box-brand .content-brand .content ol li,
.single-brand .box-brand .content-brand .content ul li {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
  margin-left: 8px;
}
.single-brand .box-brand .content-brand .content ol li,
.single-brand .box-brand .content-brand .content ul li {
  padding-left: 0 !important;
}
.single-brand .box-brand .content-brand .content span,
.single-brand .box-brand .content-brand .content strong,
.single-brand .box-brand .content-brand .content a {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-brand .box-brand .content-brand .content h1,
.single-brand .box-brand .content-brand .content h2,
.single-brand .box-brand .content-brand .content h3,
.single-brand .box-brand .content-brand .content h4,
.single-brand .box-brand .content-brand .content h5,
.single-brand .box-brand .content-brand .content h6 {
  color: #252930;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-brand .box-brand .content-brand .content h1 {
  font-size: 32px;
  line-height: 1.5;
}
.single-brand .box-brand .content-brand .content h2 {
  font-size: 24px;
  line-height: 1.5;
}
.single-brand .box-brand .content-brand .content h3 {
  font-size: 18px;
  line-height: 1.5;
}
.single-brand .box-brand .content-brand .content h4 {
  font-size: 16px;
  line-height: 1.5;
}
.single-brand .box-brand .content-brand .content h5 {
  font-size: 13px;
  line-height: 1.5;
}
.single-brand .box-brand .content-brand .content h6 {
  font-size: 10px;
  line-height: 1.5;
}
.single-brand .box-brand .center-button {
  margin-top: 60px;
  text-align: center;
}
.single-brand .box-brand .center-button .btn-click {
  max-width: 365px;
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  background-color: #43A0AC;
  transition: all 0.2s linear;
  margin: auto;
}
.single-brand .box-brand .center-button .btn-click:hover {
  background-color: #DF6590;
  transition: all 0.2s linear;
}
.single-brand .box-brand .center-button .btn-click a {
  font-size: 36px;
  font-family: "Regular";
  font-style: normal;
  line-height: 160%;
  color: #ffffff;
  display: block;
  width: 100%;
}

@media (max-width: 1550px) {
  .single-brand .box-brand {
    padding-left: 113px;
    padding-right: 113px;
  }
  .single-brand .box-brand .content-brand .title {
    font-size: 22px;
  }
  .single-brand .box-brand .content-brand .content p {
    font-size: 18px;
  }
  .single-brand .box-brand .content-brand .content ol li,
  .single-brand .box-brand .content-brand .content ul li {
    font-size: 18px;
  }
  .single-brand .box-brand .content-brand .content span,
  .single-brand .box-brand .content-brand .content strong,
  .single-brand .box-brand .content-brand .content a {
    font-size: 18px;
  }
  .single-brand .box-brand .center-button .btn-click {
    max-width: 300px;
    width: 100%;
    height: 55px;
  }
  .single-brand .box-brand .center-button .btn-click a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .single-brand .box-brand {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 550px) {
  .single-brand .box-brand {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
  }
  .single-brand .box-brand .content-brand {
    margin-top: 40px;
  }
  .single-brand .box-brand .content-brand .title {
    font-size: 24px;
  }
  .single-brand .box-brand .content-brand .content p {
    font-size: 18px;
  }
  .single-brand .box-brand .content-brand .content ol li,
  .single-brand .box-brand .content-brand .content ul li {
    font-size: 18px;
  }
  .single-brand .box-brand .content-brand .content span,
  .single-brand .box-brand .content-brand .content strong,
  .single-brand .box-brand .content-brand .content a {
    font-size: 18px;
  }
  .single-brand .box-brand .center-button {
    margin-top: 40px;
  }
  .single-brand .box-brand .center-button .btn-click {
    height: 50px;
  }
  .single-brand .box-brand .center-button .btn-click a {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .single-brand .box-brand {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
  }
  .single-brand .box-brand .content-brand {
    margin-top: 25px;
  }
  .single-brand .box-brand .content-brand .title {
    font-size: 18px;
  }
  .single-brand .box-brand .content-brand .content {
    margin-top: 20px;
  }
  .single-brand .box-brand .content-brand .content p {
    font-size: 14px;
  }
  .single-brand .box-brand .content-brand .content ol li,
  .single-brand .box-brand .content-brand .content ul li {
    font-size: 14px;
  }
  .single-brand .box-brand .content-brand .content span,
  .single-brand .box-brand .content-brand .content strong,
  .single-brand .box-brand .content-brand .content a {
    font-size: 14px;
  }
  .single-brand .box-brand .center-button {
    margin-top: 25px;
  }
  .single-brand .box-brand .center-button .btn-click {
    max-width: 280px;
    width: 100%;
    height: 50px;
  }
  .single-brand .box-brand .center-button .btn-click a {
    font-size: 18px;
  }
}
.page-blog .blog-body {
  padding: 60px 60px 96px 60px;
}
.page-blog .blog-body .list-blog-container {
  width: 100%;
  position: relative;
}
.page-blog .blog-body .list-blog-container .title-header .title-blog {
  color: #000000;
  font-size: 36px;
  font-family: "Regular";
  font-style: normal;
  line-height: 48px;
  padding-bottom: 10px !important;
  text-transform: uppercase;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item:hover {
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s linear;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .img {
  width: 100%;
  overflow: hidden;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .img img:hover {
  transform: scale(1.1);
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .name {
  padding-top: 20px;
  overflow: hidden;
  height: auto;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .name a {
  color: #000000;
  font-family: "Book";
  font-size: 20px;
  font-style: normal;
  line-height: 160%;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .name a:hover {
  color: #43A0AC;
  text-decoration: none;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a:hover p {
  transition: all 0.2s linear;
  color: #DF6590;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a:hover img {
  transition: all 0.2s linear;
  filter: invert(56%) sepia(94%) saturate(1329%) hue-rotate(301deg) brightness(92%) contrast(89%);
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a p {
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  margin-bottom: 3px;
  color: #43A0AC;
  font-family: "Book";
  text-align: justify;
  transition: all 0.2s linear;
}
.page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a img {
  width: 16px;
}
.page-blog .blog-body .list-blog-container .pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.page-blog .blog-body .list-blog-container .pagenavi .page-numbers {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #43A0AC;
  color: #43A0AC;
  background-color: #ffffff;
  text-align: center;
  font-family: "Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.page-blog .blog-body .list-blog-container .pagenavi .page-numbers img {
  width: 6px;
  height: 10px;
}
.page-blog .blog-body .list-blog-container .pagenavi .current {
  border: 1px solid #EB2227;
  color: #EB2227;
  background: #ffffff;
}

@media screen and (max-width: 1550px) {
  .page-blog .blog-body .list-blog-container .title-header .title-blog {
    font-size: 22px;
  }
  .page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .name a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page-blog .blog-body {
    padding: 30px 30px 66px 30px;
  }
  .page-blog .blog-body .list-blog-container .pagenavi {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-blog .blog-body {
    padding: 15px 15px 30px 15px;
  }
  .page-blog .blog-body .list-blog-container .title-header .title-blog {
    padding-bottom: 0 !important;
    font-size: 18px;
  }
  .page-blog .blog-body .list-blog-container .pagenavi {
    margin-top: 25px;
  }
  .page-blog .blog-body .list-blog-container .pagenavi .page-numbers {
    width: 28px;
    height: 28px;
  }
  .page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content {
    padding: 0;
    gap: 20px;
  }
  .page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .name {
    padding-top: 10px;
  }
  .page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .name a {
    font-size: 14px;
  }
  .page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a p {
    font-size: 14px;
  }
  .page-blog .blog-body .list-blog-container .list-blog-body .blog-item .content .btn-link a img {
    width: 14px;
  }
}
.single-blog .box-blog {
  padding: 60px;
  margin: 0;
}
.single-blog .box-blog .title {
  font-family: "Book";
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}
.single-blog .box-blog .total-blog {
  padding-right: 10px;
}
.single-blog .box-blog .total-blog .img-blog {
  width: 100%;
}
.single-blog .box-blog .total-blog .img-blog img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-blog .box-blog .total-blog .content-blog {
  margin-top: 60px;
}
.single-blog .box-blog .total-blog .content-blog .content {
  margin-top: 30px;
  text-align: justify;
}
.single-blog .box-blog .total-blog .content-blog .content p {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-blog .box-blog .total-blog .content-blog .content ol,
.single-blog .box-blog .total-blog .content-blog .content ul {
  padding-left: 40px;
}
.single-blog .box-blog .total-blog .content-blog .content ol li,
.single-blog .box-blog .total-blog .content-blog .content ul li {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
  margin-left: 8px;
}
.single-blog .box-blog .total-blog .content-blog .content ol li,
.single-blog .box-blog .total-blog .content-blog .content ul li {
  padding-left: 0 !important;
}
.single-blog .box-blog .total-blog .content-blog .content span,
.single-blog .box-blog .total-blog .content-blog .content strong,
.single-blog .box-blog .total-blog .content-blog .content a {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-blog .box-blog .total-blog .content-blog .content h1,
.single-blog .box-blog .total-blog .content-blog .content h2,
.single-blog .box-blog .total-blog .content-blog .content h3,
.single-blog .box-blog .total-blog .content-blog .content h4,
.single-blog .box-blog .total-blog .content-blog .content h5,
.single-blog .box-blog .total-blog .content-blog .content h6 {
  color: #252930;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-blog .box-blog .total-blog .content-blog .content h1 {
  font-size: 32px;
  line-height: 1.5;
}
.single-blog .box-blog .total-blog .content-blog .content h2 {
  font-size: 24px;
  line-height: 1.5;
}
.single-blog .box-blog .total-blog .content-blog .content h3 {
  font-size: 18px;
  line-height: 1.5;
}
.single-blog .box-blog .total-blog .content-blog .content h4 {
  font-size: 16px;
  line-height: 1.5;
}
.single-blog .box-blog .total-blog .content-blog .content h5 {
  font-size: 13px;
  line-height: 1.5;
}
.single-blog .box-blog .total-blog .content-blog .content h6 {
  font-size: 10px;
  line-height: 1.5;
}
.single-blog .box-blog .total-blog .center-button {
  margin-top: 60px;
  text-align: center;
}
.single-blog .box-blog .total-blog .center-button .btn-click {
  max-width: 365px;
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  background-color: #43A0AC;
  margin: auto;
}
.single-blog .box-blog .total-blog .center-button .btn-click a {
  font-size: 36px;
  font-family: "Regular";
  font-style: normal;
  line-height: 160%;
  color: #ffffff;
  display: block;
  width: 100%;
}
.single-blog .post-new {
  padding: 0 60px 96px 60px;
}
.single-blog .post-new .title-new {
  font-family: "Book";
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}
.single-blog .post-new .list-blog-body {
  margin-top: 30px;
}
.single-blog .post-new .list-blog-body .blog-item {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
}
.single-blog .post-new .list-blog-body .blog-item:hover {
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s linear;
}
.single-blog .post-new .list-blog-body .blog-item .img {
  width: 100%;
  overflow: hidden;
}
.single-blog .post-new .list-blog-body .blog-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
.single-blog .post-new .list-blog-body .blog-item .img img:hover {
  transform: scale(1.1);
}
.single-blog .post-new .list-blog-body .blog-item .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px;
}
.single-blog .post-new .list-blog-body .blog-item .content .name {
  padding-top: 20px;
  overflow: hidden;
  height: auto;
}
.single-blog .post-new .list-blog-body .blog-item .content .name a {
  color: #000000;
  font-family: "Book";
  font-size: 20px;
  font-style: normal;
  line-height: 160%;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.single-blog .post-new .list-blog-body .blog-item .content .name a:hover {
  color: #43A0AC;
  text-decoration: none;
}
.single-blog .post-new .list-blog-body .blog-item .content .btn-link {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.single-blog .post-new .list-blog-body .blog-item .content .btn-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.single-blog .post-new .list-blog-body .blog-item .content .btn-link a:hover p {
  transition: all 0.2s linear;
  color: #DF6590;
}
.single-blog .post-new .list-blog-body .blog-item .content .btn-link a:hover img {
  transition: all 0.2s linear;
  filter: invert(56%) sepia(94%) saturate(1329%) hue-rotate(301deg) brightness(92%) contrast(89%);
}
.single-blog .post-new .list-blog-body .blog-item .content .btn-link a p {
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  margin-bottom: 3px;
  color: #43A0AC;
  font-family: "Book";
  text-align: justify;
  transition: all 0.2s linear;
}
.single-blog .post-new .list-blog-body .blog-item .content .btn-link a img {
  width: 16px;
}

@media (max-width: 1550px) {
  .single-blog .box-blog .title {
    font-size: 22px;
  }
  .single-blog .box-blog .total-blog .content-blog .content p {
    font-size: 18px;
  }
  .single-blog .box-blog .total-blog .content-blog .content ol li,
  .single-blog .box-blog .total-blog .content-blog .content ul li {
    font-size: 18px;
  }
  .single-blog .box-blog .total-blog .content-blog .content span,
  .single-blog .box-blog .total-blog .content-blog .content strong,
  .single-blog .box-blog .total-blog .content-blog .content a {
    font-size: 18px;
  }
  .single-blog .post-new .title-new {
    font-size: 22px;
  }
  .single-blog .post-new .list-blog-body .blog-item .content .name a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .single-blog .box-blog {
    padding: 40px;
  }
  .single-blog .box-blog .total-blog .content-blog {
    margin-top: 30px;
  }
  .single-blog .box-blog .total-blog .content-blog .content p {
    font-size: 18px;
  }
  .single-blog .box-blog .total-blog .content-blog .content ol li,
  .single-blog .box-blog .total-blog .content-blog .content ul li {
    font-size: 18px;
  }
  .single-blog .box-blog .total-blog .content-blog .content span,
  .single-blog .box-blog .total-blog .content-blog .content strong,
  .single-blog .box-blog .total-blog .content-blog .content a {
    font-size: 18px;
  }
  .single-blog .post-new {
    padding: 0 40px 66px 40px;
  }
}
@media screen and (max-width: 480px) {
  .single-blog .box-blog .title {
    font-size: 18px;
  }
  .single-blog .box-blog .total-blog .content-blog .content p {
    font-size: 14px;
  }
  .single-blog .box-blog .total-blog .content-blog .content ol li,
  .single-blog .box-blog .total-blog .content-blog .content ul li {
    font-size: 14px;
  }
  .single-blog .box-blog .total-blog .content-blog .content span,
  .single-blog .box-blog .total-blog .content-blog .content strong,
  .single-blog .box-blog .total-blog .content-blog .content a {
    font-size: 14px;
  }
  .single-blog .post-new .title-new {
    font-size: 18px;
  }
  .single-blog .post-new .list-blog-body .blog-item .content {
    padding: 0;
    gap: 20px;
  }
  .single-blog .post-new .list-blog-body .blog-item .content .name {
    padding-top: 10px;
  }
  .single-blog .post-new .list-blog-body .blog-item .content .name a {
    font-size: 14px;
  }
  .single-blog .post-new .list-blog-body .blog-item .content .btn-link a p {
    font-size: 14px;
  }
  .single-blog .post-new .list-blog-body .blog-item .content .btn-link a img {
    width: 14px;
  }
}
.sidebar-blog-container {
  padding-left: 10px;
}
.sidebar-blog-container .sidebar-body .blog-categories {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.sidebar-blog-container .sidebar-body .blog-categories .title {
  font-family: "Book";
  color: #43A0AC;
  font-size: 36px;
  font-style: normal;
  line-height: 160%;
}
.sidebar-blog-container .sidebar-body .blog-categories .list-categories {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.sidebar-blog-container .sidebar-body .blog-categories .list-categories .category-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #EFF7F8;
}
.sidebar-blog-container .sidebar-body .blog-categories .list-categories .category-item:hover {
  background-color: #E0F2F4;
  transition: all 0.3s linear;
}
.sidebar-blog-container .sidebar-body .blog-categories .list-categories .category-item:hover .name-cat a {
  text-decoration: none;
}
.sidebar-blog-container .sidebar-body .blog-categories .list-categories .category-item .name-cat a {
  transition: all 0.3s linear;
  color: #43A0AC;
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  font-family: "Book";
  text-transform: uppercase;
}
.sidebar-blog-container .sidebar-body .post-tags {
  margin-top: 60px;
}
.sidebar-blog-container .sidebar-body .post-tags .tags-label {
  font-family: "Book";
  color: #43A0AC;
  font-size: 36px;
  font-style: normal;
  line-height: 160%;
  margin-bottom: 0;
}
.sidebar-blog-container .sidebar-body .post-tags .tag-item {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px;
  background-color: #EFF7F8;
}
.sidebar-blog-container .sidebar-body .post-tags .tag-item .tag {
  transition: all 0.3s linear;
  color: #43A0AC;
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  font-family: "Book";
  text-transform: uppercase;
}

@media (max-width: 1550px) {
  .sidebar-blog-container .sidebar-body .blog-categories .title {
    font-size: 22px;
  }
  .sidebar-blog-container .sidebar-body .post-tags .tags-label {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .sidebar-blog-container .sidebar-body {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .sidebar-blog-container .sidebar-body {
    margin-top: 30px;
  }
  .sidebar-blog-container .sidebar-body .post-tags {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .sidebar-blog-container .sidebar-body .blog-categories .title {
    font-size: 18px;
  }
  .sidebar-blog-container .sidebar-body .blog-categories .list-categories .category-item .name-cat a {
    font-size: 14px;
  }
  .sidebar-blog-container .sidebar-body .post-tags .tags-label {
    font-size: 18px;
  }
  .sidebar-blog-container .sidebar-body .post-tags .tag-item .tag {
    font-size: 14px;
  }
}
.single-video .sidebar-blog-container {
  padding-left: 10px;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts {
  margin-top: 90px;
  background: #ffffff;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item {
  display: flex;
  gap: 20px;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .img {
  max-width: 283px;
  width: 100%;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .img a img {
  border-radius: 4px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px;
  align-self: center;
  max-width: 413px;
  width: 100%;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .recent-post-link {
  color: #252930;
  font-size: 20px;
  font-family: "Regular";
  font-style: normal;
  line-height: 160% px;
  transition: all 0.3s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .recent-post-link:hover {
  text-decoration: none;
  color: #43A0AC;
  transition: all 0.3s linear;
}
.single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .time-post {
  margin-bottom: 0;
  color: #43A0AC;
  font-family: "Book";
  line-height: 160%;
  font-size: 18px;
  font-style: italic;
}

@media (max-width: 1550px) {
  .single-video .box-blog .total-blog .total-blog-2 .img-blog iframe {
    height: 450px !important;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .recent-post-link {
    font-size: 18px;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .time-post {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .single-video .box-blog .total-blog .total-blog-2 .content-blog {
    margin-top: 40px !important;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts {
    margin-top: 60px;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .single-video .box-blog .total-blog .total-blog-2 .img-blog iframe {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .recent-post-link {
    font-size: 14px;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .content .time-post {
    font-size: 13px;
  }
}
@media (max-width: 414px) {
  .single-video .box-blog {
    padding: 20px !important;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item {
    flex-direction: column;
  }
  .single-video .sidebar-blog-container .sidebar-body .recents-posts .list-recent-post .recent-post-item .img {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .single-video .box-blog .total-blog .total-blog-2 .content-blog {
    margin-top: 30px !important;
  }
}
.single-video .box-blog {
  padding: 70px 60px 100px 60px;
  margin: 0;
}
.single-video .box-blog .total-blog {
  padding-right: 10px;
}
.single-video .box-blog .total-blog .title-post {
  font-family: "Book";
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.single-video .box-blog .total-blog .total-blog-2 {
  margin-top: 30px;
}
.single-video .box-blog .total-blog .total-blog-2 .img-blog {
  width: 100%;
}
.single-video .box-blog .total-blog .total-blog-2 .img-blog iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 568px;
  border-radius: 10px;
  overflow: hidden;
}
.single-video .box-blog .total-blog .total-blog-2 .title {
  font-family: "Regular";
  color: #252930;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog {
  margin-top: 60px;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content {
  margin-top: 30px;
  text-align: justify;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content p {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content ol,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content ul {
  padding-left: 40px;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content ol li,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content ul li {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
  margin-left: 8px;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content ol li,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content ul li {
  padding-left: 0 !important;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content span,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content strong,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content a {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h1,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h2,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h3,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h4,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h5,
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h6 {
  color: #252930;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h1 {
  font-size: 32px;
  line-height: 1.5;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h2 {
  font-size: 24px;
  line-height: 1.5;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h3 {
  font-size: 18px;
  line-height: 1.5;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h4 {
  font-size: 16px;
  line-height: 1.5;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h5 {
  font-size: 13px;
  line-height: 1.5;
}
.single-video .box-blog .total-blog .total-blog-2 .content-blog .content h6 {
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 1550px) {
  .single-video .box-blog .total-blog .title-post {
    font-size: 22px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .title {
    font-size: 22px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content p {
    font-size: 18px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content ol li,
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content ul li {
    font-size: 18px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content span,
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content strong,
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .single-video .box-blog {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .single-video .box-blog .total-blog .title-post {
    font-size: 18px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .title {
    font-size: 18px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content p {
    font-size: 14px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content ol li,
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content ul li {
    font-size: 14px;
  }
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content span,
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content strong,
  .single-video .box-blog .total-blog .total-blog-2 .content-blog .content a {
    font-size: 14px;
  }
  .single-video .post-new .list-blog-body .blog-item .content {
    padding: 0;
    gap: 20px;
  }
  .single-video .post-new .list-blog-body .blog-item .content .name {
    padding-top: 10px !important;
  }
}
.contact-page .wrap-content {
  padding: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-page .wrap-content .content .wrap-the-content .name-title,
.contact-page .wrap-content .content .wrap-the-content .name-ct {
  font-size: 24px;
  font-family: "Book";
  color: #000;
  line-height: 160%;
  font-style: normal;
}
.contact-page .wrap-content .content .wrap-the-content .box-info {
  margin-top: 30px;
}
.contact-page .wrap-content .content .wrap-the-content .box-info .box-contact {
  display: flex;
  gap: 6px;
}
.contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text,
.contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text-2 {
  font-size: 24px;
  color: #000;
  line-height: 160%;
  font-style: normal;
}
.contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text {
  font-family: "Regular";
  white-space: nowrap;
}
.contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text-2 {
  font-family: "Light";
}
.contact-page .wrap-content .form-contact {
  max-width: 738px;
  width: 100%;
}
.contact-page .wrap-content .form-contact .form .title {
  font-size: 36px;
  color: #000;
  line-height: 160%;
  font-style: normal;
  font-family: "Regular";
  text-align: center;
  margin-bottom: 30px;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields {
  display: flex;
  flex-wrap: wrap;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field {
  padding: 8px;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .error {
  color: rgb(243, 24, 24);
  font-size: 18px;
  font-family: "Regular";
  font-weight: 400;
  line-height: 140%;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-label label {
  font-size: 24px;
  font-family: "Regular";
  color: #000;
  font-weight: 400;
  line-height: 160%;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-input textarea {
  border: 1px solid #5C5757;
  height: 130px;
  font-size: 24px;
  font-family: "Regular";
  outline: none;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-input .acf-input-wrap input {
  border: 1px solid #5C5757;
  height: 60px;
  font-size: 24px;
  font-family: "Regular";
  outline: none;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field-number-phone,
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field-email {
  width: 50%;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field-fullname,
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field-note {
  width: 100%;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-submit {
  padding: 0;
  width: 100%;
  padding: 8px;
}
.contact-page .wrap-content .form-contact .form .af-form .af-fields .af-submit .acf-button {
  max-width: 150px;
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  background-color: #43A0AC;
  color: #ffffff;
  font-size: 24px;
  font-family: "Regular";
  line-height: 160%;
}

@media (max-width: 1550px) {
  .contact-page .wrap-content .content .wrap-the-content .name-ct, .contact-page .wrap-content .content .wrap-the-content .name-title {
    font-size: 18px;
  }
  .contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text-2, .contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text {
    font-size: 18px;
  }
  .contact-page .wrap-content .form-contact {
    max-width: 580px;
  }
  .contact-page .wrap-content .form-contact .form .title {
    font-size: 22px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-label label {
    font-size: 18px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-input .acf-input-wrap input {
    height: 45px;
    font-size: 18px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-input textarea {
    font-size: 18px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .error {
    font-size: 16px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-submit .acf-button {
    font-size: 18px;
    height: 45px;
  }
}
@media (max-width: 1200px) {
  .contact-page .wrap-content {
    flex-direction: column;
  }
  .contact-page .wrap-content .content .wrap-the-content .name-title,
  .contact-page .wrap-content .content .wrap-the-content .name-ct {
    text-align: center;
  }
  .contact-page .wrap-content .form-contact {
    max-width: 738px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .contact-page .wrap-content .content .wrap-the-content .name-title,
  .contact-page .wrap-content .content .wrap-the-content .name-ct {
    font-size: 20px;
  }
  .contact-page .wrap-content .content .wrap-the-content .box-info {
    margin-top: 30px;
  }
  .contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text,
  .contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text-2 {
    font-size: 20px;
  }
  .contact-page .wrap-content .form-contact .form .title {
    font-size: 24px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field-number-phone,
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field-email {
    width: 100%;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-label label {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .contact-page .wrap-content {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .contact-page .wrap-content {
    padding: 20px;
  }
  .contact-page .wrap-content .content .wrap-the-content .name-title,
  .contact-page .wrap-content .content .wrap-the-content .name-ct {
    font-size: 14px;
  }
  .contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text,
  .contact-page .wrap-content .content .wrap-the-content .box-info .box-contact .text-2 {
    font-size: 14px;
  }
  .contact-page .wrap-content .form-contact .form .title {
    font-size: 18px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .error {
    font-size: 14px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-field .af-label label {
    font-size: 14px;
  }
  .contact-page .wrap-content .form-contact .form .af-form .af-fields .af-submit .acf-button {
    font-size: 14px;
  }
}
.page-template-default .default-template {
  padding: 60px;
}
.page-template-default .default-template p {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.page-template-default .default-template ol,
.page-template-default .default-template ul {
  padding-left: 40px;
}
.page-template-default .default-template ol li,
.page-template-default .default-template ul li {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
  margin-left: 8px;
}
.page-template-default .default-template ol li,
.page-template-default .default-template ul li {
  padding-left: 0 !important;
}
.page-template-default .default-template span,
.page-template-default .default-template strong,
.page-template-default .default-template a {
  color: #252930;
  font-size: 20px;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.page-template-default .default-template h1,
.page-template-default .default-template h2,
.page-template-default .default-template h3,
.page-template-default .default-template h4,
.page-template-default .default-template h5,
.page-template-default .default-template h6 {
  color: #252930;
  font-style: normal;
  font-family: Light;
  line-height: 160%;
}
.page-template-default .default-template h1 {
  font-size: 32px;
  line-height: 1.5;
}
.page-template-default .default-template h2 {
  font-size: 24px;
  line-height: 1.5;
}
.page-template-default .default-template h3 {
  font-size: 18px;
  line-height: 1.5;
}
.page-template-default .default-template h4 {
  font-size: 16px;
  line-height: 1.5;
}
.page-template-default .default-template h5 {
  font-size: 13px;
  line-height: 1.5;
}
.page-template-default .default-template h6 {
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1550px) {
  .page-template-default .default-template {
    padding: 40px;
  }
  .page-template-default .default-template p {
    font-size: 18px;
  }
  .page-template-default .default-template ol li,
  .page-template-default .default-template ul li {
    font-size: 18px;
  }
  .page-template-default .default-template span,
  .page-template-default .default-template strong,
  .page-template-default .default-template a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-default .default-template {
    padding: 25px;
  }
  .page-template-default .default-template p {
    font-size: 14px;
  }
  .page-template-default .default-template ol li,
  .page-template-default .default-template ul li {
    font-size: 14px;
  }
  .page-template-default .default-template span,
  .page-template-default .default-template strong,
  .page-template-default .default-template a {
    font-size: 14px;
  }
}
