:root {
   --color-white: #ffffff;
   --color-white-05: rgba(255, 255, 255, 0.5);
   --color-black: #000000;
   --color-1: #1c1d1d;
   --color-2: #000000;
   --color-3: #000000;
   --color-4: #494a4a;
   --color-5: #e1e1e1;
   --color-6: #999999;
   --color-7: #ff0011;
}

/* @media (min-width: 1366px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1100px;
  }
} */

@media (min-width: 1280px) {
   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl {
      max-width: 1024px;
   }
}

.post,
.page {
   margin: 0;
}

/* default */
.fontfamily {
   font-family: "Playfair Display", serif !important;
}
.fontfamily-TP {
   font-family: "UTM ThuPhap Thien An" !important;
}
.f14 {
   font-size: 14px;
   line-height: 20px;
}
.f18 {
   font-size: 18px;
   line-height: 20px;
}
.f20 {
   font-size: 20px;
}
.f26 {
   font-size: 26px;
   line-height: 35px;
}
.f30 {
   font-size: 30px;
   line-height: 41px;
}
.f38 {
   font-size: 38px;
   line-height: 44px;
}
.f40 {
   font-size: 40px;
   line-height: 52px;
}
.f50 {
   font-size: 50px;
   line-height: 62px;
}
.f70 {
   font-size: 70px;
   line-height: 84px;
}
.fw400 {
   font-weight: 400;
}
.fw700 {
   font-weight: 700;
}

.text-uppercase {
   text-transform: uppercase;
}

.w-750 {
   max-width: 750px;
   margin: 0 auto;
}
.color-white {
   color: var(--color-white) !important;
}
.color-2 {
   color: var(--color-2);
}
.color-3 {
   color: var(--color-3);
}
.pt-50 {
   padding-top: 50px !important;
}

.pb-50 {
   padding-bottom: 50px !important;
}
.pt-80 {
   padding-top: 80px !important;
}

.pb-80 {
   padding-bottom: 80px !important;
}

.color-7 {
   color: var(--color-7);
}

/* end default */

/* ================================================================= header */
.main-header {
   background: #fff;
}

.main-header > .row {
   align-items: center;
}

.main-navigation ul {
   justify-content: center;
   height: 4rem;
   align-items: center;
}

.main-navigation > div > ul > li {
   padding: 20px 5px;
}

.main-navigation li a {
   color: var(--color-1);
   text-transform: uppercase;
   font-family: "Playfair Display";
   font-weight: 600;
   transition: all 0.2s linear;
   font-size: 15px;
}

.site-branding img {
   padding-top: 10px;
}
header#masthead {
   margin-bottom: 50px;
}
/* ================================================================= end header */
#page {
   background-image: url(../images/bg_trangcon.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom;
}
/* ================================================================= home */
.inner-banner img {
   border-radius: 10px;
}
.home #page {
   background-image: url(../images/bg_home.jpg);
}
.content-banner {
   position: absolute;
   top: 50%;
   left: 15%;
   transform: translateY(-50%);
   z-index: 9;
   color: var(--color-white);
}

.slideBanner {
   position: relative;
}
a.btn-banner {
   padding: 13px 23px;
   background: var(--color-white);
   border: 1px solid var(--color-white);
   transition: all 0.2s linear;
}
a.btn-banner svg {
   margin-left: 10px;
}
a.btn-banner:hover {
   border-color: var(--color-1);
   background: var(--color-1);
   color: var(--color-white);
}
a.btn-banner:hover svg * {
   fill: var(--color-white);
}
.inner-cat a:after {
   content: "";
   background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.8) 33.85%,
      rgba(0, 0, 0, 0) 100%
   );
   height: 148px;
   width: 100%;
   bottom: 0;
   left: 0;
   position: absolute;
}
.inner-cat {
   position: relative;
   overflow: hidden;
   height: 220px;
}
.inner-cat h2 {
   position: absolute;
   bottom: 10px;
   left: 0;
   width: 100%;
   text-align: center;
   z-index: 999;
   color: var(--color-white);
   font-size: 16px;
}
.inner-cat img {
   transition: all 0.25s linear;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.inner-cat:hover img {
   transform: scale(1.2);
}
.inner-content-home {
   background-image: url(../images/bg-innerhome.png);
   background-color: #e0e0e0;
   padding: 40px 20px 180px;
   border-radius: 10px;
   background-position: bottom;
   background-repeat: no-repeat;
   background-size: contain;
   position: relative;
   margin-bottom: 35px;
}
.inner-content-home:after {
   content: "";
   background: linear-gradient(180deg, #e0e0e0 0%, rgba(224, 224, 224, 0) 100%);
   position: absolute;
   bottom: 45px;
   left: 0;
   width: 100%;
   height: 100px;
}
.wrap-feature-news img {
   height: 135px;
   object-fit: cover;
   width: 100%;
}
.heading-blog > h1 {
   color: #3e3e3e;
}
/* ================================================================= end home */

ul.pagination-box {
   padding-left: 0;
   margin-left: 0;
   margin-bottom: 0;
   text-align: center;
}

ul.pagination-box li {
   display: inline-block;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   border: 1px solid var(--color-6);
   text-align: center;
   line-height: 35px;
   margin: 0px 5px;
}

ul.pagination-box li.navi-next,
ul.pagination-box li.navi-prev {
   /* width: 100px !important; */
   /* border-radius: 20px !important; */
}

ul.pagination-box li.navi-next svg,
ul.pagination-box li.navi-prev svg {
   height: 14px;
   vertical-align: -1px;
}
ul.pagination-box li.active,
ul.pagination-box li:hover {
   border-color: var(--color-1) !important;
   font-weight: 700;
   color: var(--color-1);
}

.nav-cat ul li {
   display: inline-block;
   margin-left: 15px;
}

.nav-cat ul li a {
   padding: 12px 29px;
   border: 1px solid var(--color-black);
   display: block;
   color: var(--color-4);
   transition: all 0.25s linear;
}

.nav-cat ul li a.active,
.nav-cat ul li a:hover {
   background: var(--color-1);
   color: var(--color-white);
}

.hr-line {
   display: block;
   border: 1px solid var(--color-5);
}

.meta .date svg {
   vertical-align: -3px;
}

.navigation-single-post {
   padding-bottom: 50px;
   border-bottom: 2px solid #bbbbbb;
}
.swiper-container {
   overflow: hidden;
}
.sw-blog .swiper-slide article {
   max-width: 100%;
   flex: 0 0 100%;
}
.nav-button:after {
   color: #666666 !important;
   font-size: 12px !important;
   font-weight: 700 !important;
}
.nav-button {
   width: 40px !important;
   height: 40px !important;
   background: #f5f5f5 !important;
   border-radius: 50% !important;
}
.swiper-button-prev.nav-button {
   left: -40px !important;
}
.swiper-button-next.nav-button {
   right: -40px !important;
}

.nav-next {
   font-size: 14px;
   color: var(--color-2);
}
.inner-content-post {
   text-align: justify;
}
@media (min-width: 767px) {
   .inner-content-post {
      padding-right: 50px;
   }
}
.inner-content-post,
.content-vuoneden {
   color: var(--color-2);
   line-height: 2;
}
.inner-content-post h2 {
   font-size: 38px;
   font-weight: 700;
   line-height: 44px;
   margin-bottom: 15px;
}

.inner-main-single img {
   height: auto;
   object-fit: cover;
}

/* ========================================================================== policy =================================================================*/

.item-vuoneden-sidebar > h2 > a {
   font-size: 13px;
   color: #333;
   text-transform: uppercase;
   font-weight: 700;
}

.item-vuoneden-sidebar > h2 {
   border-bottom: 1px solid #333;
   padding-bottom: 10px;
   margin-bottom: 15px;
}

.post-vuoneden a {
   display: flex;
}

.post-vuoneden a .thumbnail {
   max-width: 40%;
   flex: 0 0 40%;
}

.post-vuoneden h3 {
   font-size: 14px;
   padding-left: 10px;
   line-height: 29px;
   color: #333;
}

.item-vuoneden-sidebar {
   margin-bottom: 20px;
}

ul#category-menu {
   margin-left: 0;
   padding: 20px 50px;
}

ul#category-menu li {
   margin: 15px 0;
}
ul#category-menu li a {
   color: var(--color-3);
}
ul#category-menu li a:hover,
ul#category-menu li.current-menu-item a {
   color: var(--color-1);
   font-weight: 700;
}
ul#category-menu li::marker {
   color: var(--color-3);
}
ul#category-menu li.current-menu-item::marker,
ul#category-menu li.current-menu-item:hover::marker {
   color: var(--color-1);
}

.main-post-list .col-lg-4,
.slidePost .col-lg-4 {
   max-width: 100%;
   flex: 0 0 100%;
   padding: 0;
}
.news-item {
   background: rgba(255, 255, 255, 0.55);
   border-radius: 5px;
   overflow: hidden;
}

.wrap-news-info {
   padding: 10px;
   color: var(--color-1);
}
/* 
body:not(.single) .wrap-news-info {
   height: 65px;
} */

.news-name {
   -webkit-line-clamp: 2;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   color: #1a1a1a;
   font-weight: 600;
   height: 45px;
}
.inner-list .navigation-blog {
   top: 15px;
   position: relative;
}
.navigation-blog .nav-button {
   position: absolute;
   top: 0;
   background: transparent !important;
   border: 1px solid var(--color-3);
}
.sec-banner .navigation-blog .nav-button {
   top: 55%;
   transform: translateY(-50%);
   background: #fff !important;
}
.navigation-blog .swiper-button-prev.nav-button {
   left: auto !important;
   right: 60px !important;
}
.sec-banner .navigation-blog .swiper-button-prev.nav-button {
   left: 20px !important;
   right: auto !important;
}
.navigation-blog .swiper-button-next.nav-button {
   right: 0 !important;
}
.sec-banner .navigation-blog .swiper-button-next.nav-button {
   right: 20px !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
   opacity: 1 !important;
}
.col-description {
   /* padding-right: 100px; */
}
.description,
.main-list-children {
   position: relative;
   padding-right: 50px;
   text-align: justify;
   width: 100%;
}
@media (min-width: 1024px) {
   .description:before,
   .main-list-children:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(
         270deg,
         #3e3e3e 26.9%,
         rgba(255, 255, 255, 0) 79.6%
      );
      width: 100%;
   }
   .description:after,
   .main-list-children:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 1000px;
      background: linear-gradient(
         180deg,
         #3e3e3e 26.9%,
         rgba(255, 255, 255, 0) 79.6%
      );
      width: 4px;
   }
}
.main-list-children:before,
.main-list-children:after {
   right: 30px;
}

@media (min-width: 1200px) {
   .col-description:after {
      content: "";
      position: absolute;
      top: 65px;
      right: -90px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='1063' viewBox='0 0 70 1063' fill='none'%3E%3Cpath d='M10.88 0.326913L11.5101 -0.44959L10.8133 -1.01502L10.176 -0.383302L10.88 0.326913ZM22.47 9.73191L23.1461 10.4687L23.9997 9.68541L23.1001 8.95541L22.47 9.73191ZM24.18 31.1069L23.3887 30.4955L23.3798 30.507L23.3713 30.5187L24.18 31.1069ZM27.79 23.1269L28.7372 23.4477L28.7387 23.4431L27.79 23.1269ZM30.83 15.4319L29.9355 14.9847L29.9302 14.9956L30.83 15.4319ZM34.82 9.16191L34.0369 8.54003L34.0312 8.5472L34.0256 8.55446L34.82 9.16191ZM40.995 4.31691L41.4034 5.22973L41.4034 5.22973L40.995 4.31691ZM63.415 9.06692L62.67 9.73404L62.6706 9.73467L63.415 9.06692ZM69.4 24.7419L70.4001 24.7345L70.3998 24.7213L69.4 24.7419ZM60.565 48.2069L59.9568 49.0007L60.7161 49.5824L61.331 48.8498L60.565 48.2069ZM48.785 39.1819L48.0041 38.5572L47.3662 39.3547L48.1768 39.9757L48.785 39.1819ZM53.82 20.7519L54.5882 20.1117L54.5792 20.1009L54.5698 20.0903L53.82 20.7519ZM50.02 19.1369L49.9766 20.136L49.9983 20.1369L50.02 20.1369L50.02 19.1369ZM46.315 21.0369L45.5196 20.4309L45.5128 20.4397L45.5063 20.4487L46.315 21.0369ZM42.61 28.9219L41.6743 28.5691L41.6737 28.5708L42.61 28.9219ZM41.09 32.8169L40.1762 32.4108L40.1566 32.4549L40.1413 32.5007L41.09 32.8169ZM39.665 36.2369L38.7512 35.8308L38.7423 35.8508L38.7342 35.8713L39.665 36.2369ZM38.05 39.6569L37.25 39.0569L37.209 39.1116L37.1758 39.1713L38.05 39.6569ZM36.34 42.4119L35.5016 41.8669L35.486 41.8909L35.4718 41.9158L36.34 42.4119ZM31.97 46.9719L31.3394 46.1958L31.3271 46.2058L31.3151 46.2162L31.97 46.9719ZM29.12 48.5869L28.8623 47.6207L28.8328 47.6286L28.8038 47.6382L29.12 48.5869ZM25.795 49.4419L25.5989 48.4613L25.795 49.4419ZM13.35 48.3019L12.9704 49.2271L12.9786 49.2304L13.35 48.3019ZM7.175 44.3119L6.45417 45.005L6.46096 45.0121L6.46789 45.019L7.175 44.3119ZM3.09 38.5169L2.19551 38.9642L2.20071 38.9743L3.09 38.5169ZM0.81 31.9619L1.79058 31.7658L1.7879 31.7524L1.78486 31.7391L0.81 31.9619ZM1.05 25.2169C1.05 16.069 4.53723 8.02207 11.584 1.03713L10.176 -0.383302C2.78277 6.94509 -0.950001 15.4915 -0.950002 25.2169L1.05 25.2169ZM10.2499 1.10342L21.8399 10.5084L23.1001 8.95541L11.5101 -0.44959L10.2499 1.10342ZM21.7939 8.99512C16.2688 14.0652 13.395 19.603 13.395 25.5969L15.395 25.5969C15.395 20.3175 17.9045 15.2787 23.1461 10.4687L21.7939 8.99512ZM13.395 25.5969C13.395 28.2213 13.8653 30.37 14.9629 31.8839C16.1037 33.4574 17.8114 34.1969 19.905 34.1969L19.905 32.1969C18.3253 32.1969 17.2779 31.6697 16.5821 30.7099C15.843 29.6905 15.395 28.0392 15.395 25.5969L13.395 25.5969ZM19.905 34.1969C22.0369 34.1969 23.7731 33.3665 24.9887 31.6951L23.3713 30.5187C22.5602 31.6339 21.4465 32.1969 19.905 32.1969L19.905 34.1969ZM24.9713 31.7184C26.1601 30.1799 27.4067 27.3756 28.7371 23.4477L26.8429 22.8061C25.5133 26.7316 24.3533 29.2472 23.3887 30.4955L24.9713 31.7184ZM28.7387 23.4431C29.7431 20.43 30.7409 17.9078 31.7298 15.8682L29.9302 14.9956C28.8924 17.136 27.8636 19.7438 26.8413 22.8107L28.7387 23.4431ZM31.7244 15.8791C32.7047 13.9186 33.9988 11.882 35.6144 9.76936L34.0256 8.55446C32.3478 10.7485 30.982 12.8919 29.9356 14.9847L31.7244 15.8791ZM35.6031 9.7838C37.2178 7.75053 39.1495 6.23804 41.4034 5.22973L40.5866 3.4041C38.0272 4.54912 35.8422 6.26664 34.0369 8.54003L35.6031 9.7838ZM41.4034 5.22973C43.6584 4.2209 46.3013 3.70191 49.355 3.70191L49.355 1.70191C46.0754 1.70191 43.1449 2.2596 40.5866 3.4041L41.4034 5.22973ZM49.355 3.70191C54.6369 3.70192 59.055 5.6972 62.67 9.73404L64.1599 8.3998C60.175 3.94996 55.2198 1.70192 49.355 1.70191L49.355 3.70191ZM62.6706 9.73467C66.3637 13.8515 68.2782 18.8424 68.4002 24.7625L70.3998 24.7213C70.2685 18.3548 68.193 12.8957 64.1594 8.39916L62.6706 9.73467ZM68.4 24.7493C68.4615 33.0412 65.6132 40.6365 59.799 47.564L61.331 48.8498C67.4234 41.5907 70.4652 33.5426 70.4 24.7345L68.4 24.7493ZM61.1732 47.4131L49.3932 38.3881L48.1768 39.9757L59.9568 49.0007L61.1732 47.4131ZM49.5659 39.8066C53.9154 34.3697 56.245 29.5218 56.245 25.3119L54.245 25.3119C54.245 28.8287 52.268 33.2274 48.0041 38.5572L49.5659 39.8066ZM56.245 25.3119C56.245 23.2449 55.7259 21.4769 54.5882 20.1117L53.0518 21.3921C53.8141 22.3069 54.245 23.5789 54.245 25.3119L56.245 25.3119ZM54.5698 20.0903C53.4092 18.7749 51.8572 18.1369 50.02 18.1369L50.02 20.1369C51.3494 20.1369 52.3308 20.5756 53.0702 21.4135L54.5698 20.0903ZM50.0634 18.1379C48.2278 18.0581 46.6977 18.8846 45.5196 20.4309L47.1104 21.643C47.959 20.5292 48.8988 20.0891 49.9766 20.136L50.0634 18.1379ZM45.5063 20.4487C44.4054 21.9624 43.1309 24.706 41.6743 28.5691L43.5457 29.2747C45.0025 25.4111 46.1979 22.8981 47.1237 21.6251L45.5063 20.4487ZM41.6737 28.5708C40.9108 30.6051 40.415 31.8734 40.1762 32.4108L42.0038 33.2231C42.2716 32.6204 42.7892 31.2921 43.5463 29.273L41.6737 28.5708ZM40.1413 32.5007C39.9693 33.0168 39.515 34.1121 38.7512 35.8308L40.5788 36.6431C41.335 34.9417 41.8307 33.757 42.0387 33.1331L40.1413 32.5007ZM38.7342 35.8713C38.0288 37.6669 37.5351 38.6768 37.25 39.0569L38.85 40.2569C39.3249 39.6237 39.9079 38.3536 40.5958 36.6026L38.7342 35.8713ZM37.1758 39.1713C36.8775 39.7082 36.3243 40.6012 35.5016 41.8669L37.1784 42.9569C38.0024 41.6893 38.5891 40.7456 38.9242 40.1426L37.1758 39.1713ZM35.4718 41.9158C34.7202 43.231 34.1355 43.968 33.7311 44.2826L34.9589 45.8613C35.6945 45.2892 36.4398 44.2528 37.2082 42.9081L35.4718 41.9158ZM33.7311 44.2826C33.1527 44.7324 32.3546 45.3709 31.3394 46.1958L32.6006 47.748C33.612 46.9262 34.3973 46.2981 34.9589 45.8613L33.7311 44.2826ZM31.3151 46.2162C30.4489 46.9669 29.6306 47.4158 28.8623 47.6207L29.3777 49.5532C30.5094 49.2514 31.5911 48.6236 32.6249 47.7276L31.3151 46.2162ZM28.8038 47.6382C27.9025 47.9387 26.8359 48.2139 25.5989 48.4613L25.9911 50.4225C27.2875 50.1632 28.4375 49.8685 29.4362 49.5356L28.8038 47.6382ZM25.5989 48.4613C24.4044 48.7002 23.109 48.8219 21.71 48.8219L21.71 50.8219C23.2243 50.8219 24.6523 50.6903 25.9911 50.4225L25.5989 48.4613ZM21.71 48.8219C18.7827 48.8219 16.1238 48.3344 13.7214 47.3734L12.9786 49.2304C15.6428 50.2961 18.5573 50.8219 21.71 50.8219L21.71 48.8219ZM13.7296 47.3767C11.3643 46.4064 9.42239 45.1451 7.8821 43.6048L6.46789 45.019C8.22094 46.7721 10.3957 48.1708 12.9704 49.2271L13.7296 47.3767ZM7.89583 43.6188C6.38563 42.0482 5.0789 40.1977 3.97928 38.0596L2.20071 38.9743C3.3811 41.2695 4.7977 43.2823 6.45417 45.005L7.89583 43.6188ZM3.98443 38.0697C2.94493 35.9907 2.21539 33.8898 1.79058 31.7658L-0.170583 32.158C0.291277 34.4673 1.08173 36.7364 2.19557 38.9641L3.98443 38.0697ZM1.78486 31.7391C1.29494 29.5957 1.05 27.4221 1.05 25.2169L-0.950002 25.2169C-0.950002 27.5717 -0.68828 29.8948 -0.164861 32.1847L1.78486 31.7391ZM9.74 65.5377L9.03634 64.8272L9.03289 64.8306L9.74 65.5377ZM59.71 65.5377L59.0029 66.2448L59.71 65.5377ZM9.645 115.508L8.9344 116.211L8.93789 116.215L9.645 115.508ZM20.57 103.538L19.901 104.281L20.57 103.538ZM48.88 103.538L48.211 102.794L48.2048 102.8L48.88 103.538ZM48.88 77.5077L49.549 76.7644L48.88 77.5077ZM20.57 77.5077L19.9071 76.7589L19.901 76.7644L20.57 77.5077ZM1.05 90.6177C1.05 80.5873 4.19842 72.4935 10.4471 66.2448L9.03289 64.8306C2.36157 71.5019 -0.950004 80.1282 -0.950005 90.6177L1.05 90.6177ZM10.4436 66.2483C16.7595 59.9938 24.8252 56.8477 34.725 56.8477L34.725 54.8477C24.3581 54.8477 15.7672 58.1617 9.03635 64.8272L10.4436 66.2483ZM34.725 56.8477C44.6901 56.8477 52.753 59.9949 59.0029 66.2448L60.4171 64.8306C53.747 58.1605 45.1532 54.8477 34.725 54.8477L34.725 56.8477ZM59.0029 66.2448C65.2516 72.4935 68.4 80.5873 68.4 90.6177L70.4 90.6177C70.4 80.1282 67.0884 71.5019 60.4171 64.8306L59.0029 66.2448ZM68.4 90.6177C68.4 100.521 65.2837 108.554 59.0944 114.804L60.5156 116.211C67.1197 109.542 70.4 100.982 70.4 90.6177L68.4 90.6177ZM59.0944 114.804C52.9116 121.048 44.8208 124.198 34.725 124.198L34.725 126.198C45.2758 126.198 53.9051 122.887 60.5156 116.211L59.0944 114.804ZM34.725 124.198C24.6946 124.198 16.6008 121.049 10.3521 114.801L8.93789 116.215C15.6092 122.886 24.2354 126.198 34.725 126.198L34.725 124.198ZM10.3556 114.804C4.16632 108.554 1.04999 100.521 1.05 90.6177L-0.950005 90.6177C-0.950005 100.982 2.33034 109.542 8.93441 116.211L10.3556 114.804ZM13.87 90.6177C13.87 96.0894 15.8865 100.668 19.901 104.281L21.239 102.794C17.6535 99.5675 15.87 95.5327 15.87 90.6177L13.87 90.6177ZM19.901 104.281C23.904 107.884 28.8687 109.668 34.725 109.668L34.725 107.668C29.308 107.668 24.836 106.032 21.239 102.794L19.901 104.281ZM34.725 109.668C40.6412 109.668 45.6107 107.886 49.5552 104.275L48.2048 102.8C44.676 106.03 40.2088 107.668 34.725 107.668L34.725 109.668ZM49.549 104.281C53.5635 100.668 55.58 96.0894 55.58 90.6177L53.58 90.6177C53.58 95.5327 51.7965 99.5675 48.211 102.794L49.549 104.281ZM55.58 90.6177C55.58 85.0273 53.5692 80.3827 49.549 76.7644L48.211 78.251C51.7908 81.4728 53.58 85.5682 53.58 90.6177L55.58 90.6177ZM49.549 76.7644C45.546 73.1617 40.5813 71.3777 34.725 71.3777L34.725 73.3777C40.142 73.3777 44.614 75.0137 48.211 78.251L49.549 76.7644ZM34.725 71.3777C28.9287 71.3777 23.9686 73.1636 19.9072 76.759L21.2328 78.2565C24.898 75.0119 29.3746 73.3777 34.725 73.3777L34.725 71.3777ZM19.901 76.7644C15.8808 80.3827 13.87 85.0273 13.87 90.6177L15.87 90.6177C15.87 85.5682 17.6592 81.4728 21.239 78.251L19.901 76.7644ZM68.45 176.57L69.45 176.57L69.45 175.57L68.45 175.57L68.45 176.57ZM68.45 192.435L68.45 193.435L69.45 193.435L69.45 192.435L68.45 192.435ZM0.999992 192.435L-8.46789e-06 192.435L-8.5116e-06 193.435L0.999991 193.435L0.999992 192.435ZM0.999992 176.095L0.464657 175.25L-7.7296e-06 175.545L-7.75365e-06 176.095L0.999992 176.095ZM41.47 150.445L42.0053 151.289L42.47 150.995L42.47 150.445L41.47 150.445ZM41.47 150.35L42.47 150.35L42.47 149.35L41.47 149.35L41.47 150.35ZM0.999993 150.35L-6.6283e-06 150.35L-6.67201e-06 151.35L0.999993 151.35L0.999993 150.35ZM0.999994 134.485L0.999994 133.485L-5.89111e-06 133.485L-5.93482e-06 134.485L0.999994 134.485ZM68.45 134.485L69.45 134.485L69.45 133.485L68.45 133.485L68.45 134.485ZM68.45 150.35L68.984 151.195L69.45 150.901L69.45 150.35L68.45 150.35ZM26.935 176.57L26.401 175.724L23.479 177.57L26.935 177.57L26.935 176.57ZM67.45 176.57L67.45 192.435L69.45 192.435L69.45 176.57L67.45 176.57ZM68.45 191.435L0.999992 191.435L0.999991 193.435L68.45 193.435L68.45 191.435ZM1.99999 192.435L1.99999 176.095L-7.75365e-06 176.095L-8.46789e-06 192.435L1.99999 192.435ZM1.53533 176.939L42.0053 151.289L40.9347 149.6L0.464657 175.25L1.53533 176.939ZM42.47 150.445L42.47 150.35L40.47 150.35L40.47 150.445L42.47 150.445ZM41.47 149.35L0.999993 149.35L0.999993 151.35L41.47 151.35L41.47 149.35ZM1.99999 150.35L1.99999 134.485L-5.93482e-06 134.485L-6.6283e-06 150.35L1.99999 150.35ZM0.999994 135.485L68.45 135.485L68.45 133.485L0.999994 133.485L0.999994 135.485ZM67.45 134.485L67.45 150.35L69.45 150.35L69.45 134.485L67.45 134.485ZM67.916 149.504L26.401 175.724L27.469 177.415L68.984 151.195L67.916 149.504ZM26.935 177.57L68.45 177.57L68.45 175.57L26.935 175.57L26.935 177.57ZM9.45499 211.565L8.72699 210.88L8.7237 210.883L9.45499 211.565ZM59.52 210.995L58.8344 211.723L58.8379 211.727L59.52 210.995ZM66.265 250.8L65.3458 250.406L65.344 250.411L66.265 250.8ZM57.335 263.245L56.5694 263.889L57.2234 264.667L57.9909 264L57.335 263.245ZM47.835 251.94L47.118 251.243L46.4878 251.892L47.0694 252.584L47.835 251.94ZM49.07 223.345L49.7577 222.619L49.7574 222.619L49.07 223.345ZM20.475 223.25L21.1299 224.006L20.475 223.25ZM17.72 248.045L16.8381 248.517L17.1206 249.045L17.72 249.045L17.72 248.045ZM25.415 248.045L25.415 249.045L26.415 249.045L26.415 248.045L25.415 248.045ZM25.415 235.125L25.415 234.125L24.415 234.125L24.415 235.125L25.415 235.125ZM38.81 235.125L39.81 235.125L39.81 234.125L38.81 234.125L38.81 235.125ZM38.81 263.34L38.81 264.34L39.81 264.34L39.81 263.34L38.81 263.34ZM8.50499 263.34L7.72256 263.963L8.02283 264.34L8.50499 264.34L8.50499 263.34ZM2.51999 251.465L3.47357 251.164L2.51999 251.465ZM1.23999 236.55C1.23999 226.701 4.23648 218.627 10.1863 212.247L8.7237 210.883C2.38683 217.677 -0.760008 226.26 -0.760009 236.55L1.23999 236.55ZM10.183 212.251C16.1021 205.966 24.2096 202.78 34.63 202.78L34.63 200.78C23.7704 200.78 15.0945 204.118 8.727 210.88L10.183 212.251ZM34.63 202.78C44.4793 202.78 52.52 205.777 58.8344 211.723L60.2056 210.267C53.4733 203.927 44.9207 200.78 34.63 200.78L34.63 202.78ZM58.8379 211.727C65.1875 217.649 68.4 225.694 68.4 235.98L70.4 235.98C70.4 225.24 67.0258 216.629 60.2021 210.264L58.8379 211.727ZM68.4 235.98C68.4 240.84 67.3858 245.647 65.3458 250.406L67.1841 251.194C69.3242 246.201 70.4 241.127 70.4 235.98L68.4 235.98ZM65.344 250.411C63.3105 255.217 60.4219 259.239 56.6791 262.49L57.9909 264C61.9748 260.539 65.0395 256.263 67.186 251.19L65.344 250.411ZM58.1006 262.602L48.6006 251.297L47.0694 252.584L56.5694 263.889L58.1006 262.602ZM48.552 252.637C53.1597 247.898 55.485 242.299 55.485 235.885L53.485 235.885C53.485 241.758 51.377 246.863 47.118 251.243L48.552 252.637ZM55.485 235.885C55.485 230.669 53.5656 226.227 49.7577 222.619L48.3822 224.071C51.7944 227.304 53.485 231.222 53.485 235.885L55.485 235.885ZM49.7574 222.619C45.9822 219.046 40.9 217.31 34.63 217.31L34.63 219.31C40.52 219.31 45.0644 220.931 48.3826 224.072L49.7574 222.619ZM34.63 217.31C28.7839 217.31 23.8241 219.025 19.8201 222.495L21.1299 224.006C24.7259 220.89 29.2028 219.31 34.63 219.31L34.63 217.31ZM19.8201 222.495C15.7756 226 13.775 230.722 13.775 236.55L15.775 236.55C15.775 231.232 17.5744 227.087 21.1299 224.006L19.8201 222.495ZM13.775 236.55C13.775 240.712 14.8007 244.705 16.8381 248.517L18.6019 247.574C16.7126 244.039 15.775 240.369 15.775 236.55L13.775 236.55ZM17.72 249.045L25.415 249.045L25.415 247.045L17.72 247.045L17.72 249.045ZM26.415 248.045L26.415 235.125L24.415 235.125L24.415 248.045L26.415 248.045ZM25.415 236.125L38.81 236.125L38.81 234.125L25.415 234.125L25.415 236.125ZM37.81 235.125L37.81 263.34L39.81 263.34L39.81 235.125L37.81 235.125ZM38.81 262.34L8.50499 262.34L8.50499 264.34L38.81 264.34L38.81 262.34ZM9.28741 262.718C6.91132 259.732 4.96631 255.891 3.47357 251.164L1.56641 251.766C3.11367 256.666 5.15866 260.742 7.72256 263.963L9.28741 262.718ZM3.47357 251.164C1.98484 246.45 1.23999 241.58 1.23999 236.55L-0.760009 236.55C-0.760009 241.781 0.0151373 246.854 1.56641 251.766L3.47357 251.164ZM0.999988 273.738L0.999988 272.738L-1.1978e-05 272.738L-1.20218e-05 273.738L0.999988 273.738ZM68.45 273.738L69.45 273.738L69.45 272.738L68.45 272.738L68.45 273.738ZM59.045 322.473L58.3343 321.769L58.3273 321.776L59.045 322.473ZM10.215 322.758L10.9221 322.051L10.215 322.758ZM15.155 289.413L15.155 288.413L14.155 288.413L14.155 289.413L15.155 289.413ZM20.665 310.218L19.9704 310.937L19.9766 310.943L20.665 310.218ZM48.69 310.408L48.0148 309.67L48.69 310.408ZM54.295 289.413L55.295 289.413L55.295 288.413L54.295 288.413L54.295 289.413ZM0.999988 274.738L68.45 274.738L68.45 272.738L0.999988 272.738L0.999988 274.738ZM67.45 273.738L67.45 297.108L69.45 297.108L69.45 273.738L67.45 273.738ZM67.45 297.108C67.45 307.474 64.3849 315.657 58.3343 321.769L59.7556 323.176C66.2451 316.621 69.45 307.895 69.45 297.108L67.45 297.108ZM58.3273 321.776C52.3342 327.953 44.468 331.068 34.63 331.068L34.63 333.068C44.932 333.068 53.3425 329.786 59.7627 323.169L58.3273 321.776ZM34.63 331.068C24.7828 331.068 16.9132 328.042 10.9221 322.051L9.50788 323.465C15.9301 329.887 24.3372 333.068 34.63 333.068L34.63 331.068ZM10.9221 322.051C5.00901 316.137 1.99999 307.961 1.99999 297.393L-1.30558e-05 297.393C-1.3535e-05 308.357 3.1343 317.091 9.50788 323.465L10.9221 322.051ZM1.99999 297.393L1.99999 273.738L-1.20218e-05 273.738L-1.30558e-05 297.393L1.99999 297.393ZM14.155 289.413L14.155 296.348L16.155 296.348L16.155 289.413L14.155 289.413ZM14.155 296.348C14.155 302.284 16.0782 307.179 19.9704 310.937L21.3596 309.498C17.9051 306.163 16.155 301.811 16.155 296.348L14.155 296.348ZM19.9766 310.943C23.915 314.681 28.8234 316.538 34.63 316.538L34.63 314.538C29.2899 314.538 24.8883 312.847 21.3534 309.492L19.9766 310.943ZM34.63 316.538C40.4861 316.538 45.4228 314.754 49.3651 311.145L48.0148 309.67C44.4838 312.902 40.0472 314.538 34.63 314.538L34.63 316.538ZM49.3651 311.145C53.3146 307.531 55.295 302.954 55.295 297.488L53.295 297.488C53.295 302.408 51.5387 306.445 48.0148 309.67L49.3651 311.145ZM55.295 297.488L55.295 289.413L53.295 289.413L53.295 297.488L55.295 297.488ZM54.295 288.413L15.155 288.413L15.155 290.413L54.295 290.413L54.295 288.413ZM0.999983 380.316L0.685999 379.366L-1.66489e-05 379.593L-1.66804e-05 380.316L0.999983 380.316ZM13.065 376.326L13.379 377.275L14.065 377.048L14.065 376.326L13.065 376.326ZM13.065 352.671L14.065 352.671L14.065 351.943L13.3722 351.719L13.065 352.671ZM0.999985 348.776L-1.53018e-05 348.776L-1.53336e-05 349.504L0.692764 349.727L0.999985 348.776ZM0.999985 332.151L1.34385 331.212L-1.45125e-05 330.72L-1.45751e-05 332.151L0.999985 332.151ZM68.45 356.851L69.45 356.851L69.45 356.152L68.7939 355.912L68.45 356.851ZM68.45 372.051L68.7962 372.989L69.45 372.748L69.45 372.051L68.45 372.051ZM0.999983 396.941L-1.74071e-05 396.941L-1.74699e-05 398.376L1.34618 397.879L0.999983 396.941ZM26.555 357.041L26.8616 356.089L25.555 355.668L25.555 357.041L26.555 357.041ZM26.555 371.956L25.555 371.956L25.555 373.334L26.8652 372.906L26.555 371.956ZM49.26 364.546L49.5702 365.496L50.26 365.271L50.26 364.546L49.26 364.546ZM49.26 364.356L50.26 364.356L50.26 363.627L49.5666 363.404L49.26 364.356ZM1.31397 381.265L13.379 377.275L12.751 375.376L0.685999 379.366L1.31397 381.265ZM14.065 376.326L14.065 352.671L12.065 352.671L12.065 376.326L14.065 376.326ZM13.3722 351.719L1.30721 347.824L0.692764 349.727L12.7578 353.622L13.3722 351.719ZM1.99998 348.776L1.99999 332.151L-1.45751e-05 332.151L-1.53018e-05 348.776L1.99998 348.776ZM0.656121 333.09L68.1061 357.79L68.7939 355.912L1.34385 331.212L0.656121 333.09ZM67.45 356.851L67.45 372.051L69.45 372.051L69.45 356.851L67.45 356.851ZM68.1038 371.113L0.653787 396.003L1.34618 397.879L68.7962 372.989L68.1038 371.113ZM1.99998 396.941L1.99998 380.316L-1.66804e-05 380.316L-1.74071e-05 396.941L1.99998 396.941ZM25.555 357.041L25.555 371.956L27.555 371.956L27.555 357.041L25.555 357.041ZM26.8652 372.906L49.5702 365.496L48.9497 363.595L26.2447 371.005L26.8652 372.906ZM50.26 364.546L50.26 364.356L48.26 364.356L48.26 364.546L50.26 364.546ZM49.5666 363.404L26.8616 356.089L26.2483 357.993L48.9533 365.308L49.5666 363.404ZM9.73998 406.666L9.03632 405.955L9.03288 405.959L9.73998 406.666ZM59.71 406.666L59.0029 407.373L59.71 406.666ZM9.64498 456.636L8.93439 457.339L8.93787 457.343L9.64498 456.636ZM20.57 444.666L19.901 445.409L20.57 444.666ZM48.88 444.666L48.211 443.922L48.2048 443.928L48.88 444.666ZM48.88 418.636L49.5489 417.892L48.88 418.636ZM20.57 418.636L19.9071 417.887L19.901 417.892L20.57 418.636ZM1.04998 431.746C1.04998 421.715 4.19841 413.621 10.4471 407.373L9.03288 405.959C2.36155 412.63 -0.950019 421.256 -0.95002 431.746L1.04998 431.746ZM10.4436 407.376C16.7594 401.122 24.8252 397.976 34.725 397.976L34.725 395.976C24.3581 395.976 15.7672 399.29 9.03633 405.955L10.4436 407.376ZM34.725 397.976C44.6901 397.976 52.753 401.123 59.0029 407.373L60.4171 405.959C53.747 399.288 45.1532 395.976 34.725 395.976L34.725 397.976ZM59.0029 407.373C65.2516 413.621 68.4 421.715 68.4 431.746L70.4 431.746C70.4 421.256 67.0884 412.63 60.4171 405.959L59.0029 407.373ZM68.4 431.746C68.4 441.648 65.2837 449.682 59.0944 455.932L60.5156 457.339C67.1196 450.67 70.4 442.109 70.4 431.746L68.4 431.746ZM59.0944 455.932C52.9116 462.176 44.8208 465.326 34.725 465.326L34.725 467.326C45.2758 467.326 53.905 464.015 60.5156 457.339L59.0944 455.932ZM34.725 465.326C24.6946 465.326 16.6008 462.177 10.3521 455.929L8.93787 457.343C15.6092 464.014 24.2354 467.326 34.725 467.326L34.725 465.326ZM10.3556 455.932C4.16631 449.682 1.04998 441.648 1.04998 431.746L-0.95002 431.746C-0.95002 442.109 2.33032 450.67 8.9344 457.339L10.3556 455.932ZM13.87 431.746C13.87 437.217 15.8865 441.796 19.901 445.409L21.2389 443.922C17.6534 440.695 15.87 436.661 15.87 431.746L13.87 431.746ZM19.901 445.409C23.904 449.012 28.8687 450.796 34.725 450.796L34.725 448.796C29.308 448.796 24.8359 447.16 21.2389 443.922L19.901 445.409ZM34.725 450.796C40.6412 450.796 45.6107 449.014 49.5551 445.403L48.2048 443.928C44.676 447.158 40.2088 448.796 34.725 448.796L34.725 450.796ZM49.5489 445.409C53.5634 441.796 55.58 437.217 55.58 431.746L53.58 431.746C53.58 436.661 51.7965 440.695 48.211 443.922L49.5489 445.409ZM55.58 431.746C55.58 426.155 53.5692 421.511 49.5489 417.892L48.211 419.379C51.7908 422.601 53.58 426.696 53.58 431.746L55.58 431.746ZM49.5489 417.892C45.5459 414.29 40.5813 412.506 34.725 412.506L34.725 414.506C40.142 414.506 44.614 416.142 48.211 419.379L49.5489 417.892ZM34.725 412.506C28.9287 412.506 23.9686 414.291 19.9071 417.887L21.2328 419.384C24.898 416.14 29.3746 414.506 34.725 414.506L34.725 412.506ZM19.901 417.892C15.8808 421.511 13.87 426.155 13.87 431.746L15.87 431.746C15.87 426.696 17.6592 422.601 21.2389 419.379L19.901 417.892ZM9.73998 482.833L9.03632 482.122L9.03287 482.126L9.73998 482.833ZM59.71 482.833L59.0029 483.54L59.71 482.833ZM9.64498 532.803L8.93439 533.506L8.93787 533.51L9.64498 532.803ZM20.57 520.833L19.901 521.576L20.57 520.833ZM48.88 520.833L48.211 520.089L48.2048 520.095L48.88 520.833ZM48.88 494.803L49.5489 494.059L48.88 494.803ZM20.57 494.803L19.9071 494.054L19.901 494.059L20.57 494.803ZM1.04998 507.913C1.04998 497.882 4.19841 489.788 10.4471 483.54L9.03287 482.126C2.36155 488.797 -0.950023 497.423 -0.950023 507.913L1.04998 507.913ZM10.4436 483.543C16.7594 477.289 24.8252 474.143 34.725 474.143L34.725 472.143C24.3581 472.143 15.7672 475.457 9.03633 482.122L10.4436 483.543ZM34.725 474.143C44.6901 474.143 52.753 477.29 59.0029 483.54L60.4171 482.126C53.747 475.455 45.1532 472.143 34.725 472.143L34.725 474.143ZM59.0029 483.54C65.2516 489.788 68.4 497.882 68.4 507.913L70.4 507.913C70.4 497.423 67.0884 488.797 60.4171 482.126L59.0029 483.54ZM68.4 507.913C68.4 517.815 65.2837 525.849 59.0944 532.099L60.5156 533.506C67.1196 526.837 70.4 518.276 70.4 507.913L68.4 507.913ZM59.0944 532.099C52.9116 538.343 44.8208 541.493 34.725 541.493L34.725 543.493C45.2758 543.493 53.905 540.182 60.5156 533.506L59.0944 532.099ZM34.725 541.493C24.6946 541.493 16.6008 538.344 10.3521 532.096L8.93787 533.51C15.6092 540.181 24.2354 543.493 34.725 543.493L34.725 541.493ZM10.3556 532.099C4.1663 525.849 1.04998 517.815 1.04998 507.913L-0.950023 507.913C-0.950023 518.276 2.33032 526.837 8.9344 533.506L10.3556 532.099ZM13.87 507.913C13.87 513.384 15.8865 517.963 19.901 521.576L21.2389 520.089C17.6534 516.862 15.87 512.828 15.87 507.913L13.87 507.913ZM19.901 521.576C23.904 525.179 28.8686 526.963 34.725 526.963L34.725 524.963C29.308 524.963 24.8359 523.327 21.2389 520.089L19.901 521.576ZM34.725 526.963C40.6412 526.963 45.6107 525.181 49.5551 521.57L48.2048 520.095C44.676 523.325 40.2088 524.963 34.725 524.963L34.725 526.963ZM49.5489 521.576C53.5634 517.963 55.58 513.384 55.58 507.913L53.58 507.913C53.58 512.828 51.7965 516.862 48.211 520.089L49.5489 521.576ZM55.58 507.913C55.58 502.322 53.5692 497.678 49.5489 494.059L48.211 495.546C51.7908 498.768 53.58 502.863 53.58 507.913L55.58 507.913ZM49.5489 494.059C45.5459 490.457 40.5813 488.673 34.725 488.673L34.725 490.673C40.142 490.673 44.614 492.309 48.211 495.546L49.5489 494.059ZM34.725 488.673C28.9287 488.673 23.9686 490.458 19.9071 494.054L21.2328 495.551C24.898 492.307 29.3746 490.673 34.725 490.673L34.725 488.673ZM19.901 494.059C15.8808 497.678 13.87 502.322 13.87 507.913L15.87 507.913C15.87 502.863 17.6592 498.768 21.2389 495.546L19.901 494.059ZM68.45 593.865L69.45 593.865L69.45 592.865L68.45 592.865L68.45 593.865ZM68.45 609.73L68.45 610.73L69.45 610.73L69.45 609.73L68.45 609.73ZM0.999973 609.73L-2.67084e-05 609.73L-2.67521e-05 610.73L0.999973 610.73L0.999973 609.73ZM0.999974 593.39L0.464639 592.545L-2.59701e-05 592.84L-2.59942e-05 593.39L0.999974 593.39ZM41.47 567.74L42.0053 568.584L42.47 568.29L42.47 567.74L41.47 567.74ZM41.47 567.645L42.47 567.645L42.47 566.645L41.47 566.645L41.47 567.645ZM0.999975 567.645L-2.48688e-05 567.645L-2.49126e-05 568.645L0.999975 568.645L0.999975 567.645ZM0.999976 551.78L0.999976 550.78L-2.41316e-05 550.78L-2.41754e-05 551.78L0.999976 551.78ZM68.45 551.78L69.45 551.78L69.45 550.78L68.45 550.78L68.45 551.78ZM68.45 567.645L68.984 568.49L69.45 568.196L69.45 567.645L68.45 567.645ZM26.935 593.865L26.401 593.019L23.479 594.865L26.935 594.865L26.935 593.865ZM67.45 593.865L67.45 609.73L69.45 609.73L69.45 593.865L67.45 593.865ZM68.45 608.73L0.999973 608.73L0.999973 610.73L68.45 610.73L68.45 608.73ZM1.99997 609.73L1.99997 593.39L-2.59942e-05 593.39L-2.67084e-05 609.73L1.99997 609.73ZM1.53531 594.234L42.0053 568.584L40.9346 566.895L0.464639 592.545L1.53531 594.234ZM42.47 567.74L42.47 567.645L40.47 567.645L40.47 567.74L42.47 567.74ZM41.47 566.645L0.999975 566.645L0.999975 568.645L41.47 568.645L41.47 566.645ZM1.99998 567.645L1.99998 551.78L-2.41754e-05 551.78L-2.48688e-05 567.645L1.99998 567.645ZM0.999976 552.78L68.45 552.78L68.45 550.78L0.999976 550.78L0.999976 552.78ZM67.45 551.78L67.45 567.645L69.45 567.645L69.45 551.78L67.45 551.78ZM67.916 566.799L26.401 593.019L27.469 594.71L68.984 568.49L67.916 566.799ZM26.935 594.865L68.45 594.865L68.45 592.865L26.935 592.865L26.935 594.865ZM0.999973 621.545L0.999973 620.545L-2.71812e-05 620.545L-2.72249e-05 621.545L0.999973 621.545ZM68.45 621.545L69.45 621.545L69.45 620.545L68.45 620.545L68.45 621.545ZM68.45 637.505L68.45 638.505L69.45 638.505L69.45 637.505L68.45 637.505ZM15.155 637.505L15.155 636.505L14.155 636.505L14.155 637.505L15.155 637.505ZM15.155 665.815L15.155 666.815L16.155 666.815L16.155 665.815L15.155 665.815ZM0.999971 665.815L-2.916e-05 665.815L-2.92037e-05 666.815L0.999971 666.815L0.999971 665.815ZM0.999973 622.545L68.45 622.545L68.45 620.545L0.999973 620.545L0.999973 622.545ZM67.45 621.545L67.45 637.505L69.45 637.505L69.45 621.545L67.45 621.545ZM68.45 636.505L15.155 636.505L15.155 638.505L68.45 638.505L68.45 636.505ZM14.155 637.505L14.155 665.815L16.155 665.815L16.155 637.505L14.155 637.505ZM15.155 664.815L0.999971 664.815L0.999971 666.815L15.155 666.815L15.155 664.815ZM1.99997 665.815L1.99997 621.545L-2.72249e-05 621.545L-2.916e-05 665.815L1.99997 665.815ZM0.99997 674.064L0.999971 673.064L-2.94769e-05 673.064L-2.95206e-05 674.064L0.99997 674.064ZM68.45 674.064L69.45 674.064L69.45 673.064L68.45 673.064L68.45 674.064ZM68.45 690.119L68.45 691.119L69.45 691.119L69.45 690.119L68.45 690.119ZM0.99997 690.119L-3.02224e-05 690.119L-3.02661e-05 691.119L0.99997 691.119L0.99997 690.119ZM0.99997 675.064L68.45 675.064L68.45 673.064L0.999971 673.064L0.99997 675.064ZM67.45 674.064L67.45 690.119L69.45 690.119L69.45 674.064L67.45 674.064ZM68.45 689.119L0.99997 689.119L0.99997 691.119L68.45 691.119L68.45 689.119ZM1.99997 690.119L1.99997 674.064L-2.95206e-05 674.064L-3.02224e-05 690.119L1.99997 690.119ZM68.45 744.436L69.45 744.436L69.45 743.436L68.45 743.436L68.45 744.436ZM68.45 760.301L68.45 761.301L69.45 761.301L69.45 760.301L68.45 760.301ZM0.999967 760.301L-3.32901e-05 760.301L-3.33338e-05 761.301L0.999967 761.301L0.999967 760.301ZM0.999967 743.961L0.464632 743.116L-3.25518e-05 743.411L-3.25759e-05 743.961L0.999967 743.961ZM41.47 718.311L42.0053 719.156L42.47 718.861L42.47 718.311L41.47 718.311ZM41.47 718.216L42.47 718.216L42.47 717.216L41.47 717.216L41.47 718.216ZM0.999969 718.216L-3.14505e-05 718.216L-3.14942e-05 719.216L0.999969 719.216L0.999969 718.216ZM0.999969 702.351L0.999969 701.351L-3.07133e-05 701.351L-3.0757e-05 702.351L0.999969 702.351ZM68.45 702.351L69.45 702.351L69.45 701.351L68.45 701.351L68.45 702.351ZM68.45 718.216L68.984 719.061L69.45 718.767L69.45 718.216L68.45 718.216ZM26.935 744.436L26.401 743.59L23.479 745.436L26.935 745.436L26.935 744.436ZM67.45 744.436L67.45 760.301L69.45 760.301L69.45 744.436L67.45 744.436ZM68.45 759.301L0.999967 759.301L0.999967 761.301L68.45 761.301L68.45 759.301ZM1.99997 760.301L1.99997 743.961L-3.25759e-05 743.961L-3.32901e-05 760.301L1.99997 760.301ZM1.5353 744.806L42.0053 719.156L40.9346 717.466L0.464632 743.116L1.5353 744.806ZM42.47 718.311L42.47 718.216L40.47 718.216L40.47 718.311L42.47 718.311ZM41.47 717.216L0.999969 717.216L0.999969 719.216L41.47 719.216L41.47 717.216ZM1.99997 718.216L1.99997 702.351L-3.0757e-05 702.351L-3.14505e-05 718.216L1.99997 718.216ZM0.999969 703.351L68.45 703.351L68.45 701.351L0.999969 701.351L0.999969 703.351ZM67.45 702.351L67.45 718.216L69.45 718.216L69.45 702.351L67.45 702.351ZM67.916 717.37L26.401 743.59L27.469 745.281L68.984 719.061L67.916 717.37ZM26.935 745.436L68.45 745.436L68.45 743.436L26.935 743.436L26.935 745.436ZM0.999966 772.117L0.999966 771.117L-3.37629e-05 771.117L-3.38066e-05 772.117L0.999966 772.117ZM68.45 772.117L69.45 772.117L69.45 771.117L68.45 771.117L68.45 772.117ZM68.45 816.102L68.45 817.102L69.45 817.102L69.45 816.102L68.45 816.102ZM54.295 816.102L53.295 816.102L53.295 817.102L54.295 817.102L54.295 816.102ZM54.295 787.697L55.295 787.697L55.295 786.697L54.295 786.697L54.295 787.697ZM41.375 787.697L41.375 786.697L40.375 786.697L40.375 787.697L41.375 787.697ZM41.375 810.117L41.375 811.117L42.375 811.117L42.375 810.117L41.375 810.117ZM27.41 810.117L26.41 810.117L26.41 811.117L27.41 811.117L27.41 810.117ZM27.41 787.697L28.41 787.697L28.41 786.697L27.41 786.697L27.41 787.697ZM15.155 787.697L15.155 786.697L14.155 786.697L14.155 787.697L15.155 787.697ZM15.155 818.097L15.155 819.097L16.155 819.097L16.155 818.097L15.155 818.097ZM0.999964 818.097L-3.58164e-05 818.097L-3.58602e-05 819.097L0.999964 819.097L0.999964 818.097ZM0.999966 773.117L68.45 773.117L68.45 771.117L0.999966 771.117L0.999966 773.117ZM67.45 772.117L67.45 816.102L69.45 816.102L69.45 772.117L67.45 772.117ZM68.45 815.102L54.295 815.102L54.295 817.102L68.45 817.102L68.45 815.102ZM55.295 816.102L55.295 787.697L53.295 787.697L53.295 816.102L55.295 816.102ZM54.295 786.697L41.375 786.697L41.375 788.697L54.295 788.697L54.295 786.697ZM40.375 787.697L40.375 810.117L42.375 810.117L42.375 787.697L40.375 787.697ZM41.375 809.117L27.41 809.117L27.41 811.117L41.375 811.117L41.375 809.117ZM28.41 810.117L28.41 787.697L26.41 787.697L26.41 810.117L28.41 810.117ZM27.41 786.697L15.155 786.697L15.155 788.697L27.41 788.697L27.41 786.697ZM14.155 787.697L14.155 818.097L16.155 818.097L16.155 787.697L14.155 787.697ZM15.155 817.097L0.999964 817.097L0.999964 819.097L15.155 819.097L15.155 817.097ZM1.99996 818.097L1.99997 772.117L-3.38066e-05 772.117L-3.58164e-05 818.097L1.99996 818.097ZM2.61497 827.982L3.32207 828.689L2.61497 827.982ZM14.87 827.982L15.5771 827.275L14.87 827.982ZM14.87 840.332L14.1629 839.625L14.1564 839.631L14.1501 839.638L14.87 840.332ZM2.61496 840.427L3.32207 839.72L2.61496 840.427ZM1.04996 834.252C1.04996 832.041 1.80405 830.207 3.32207 828.689L1.90786 827.275C0.00587267 829.177 -0.950037 831.523 -0.950037 834.252L1.04996 834.252ZM3.32207 828.689C4.84555 827.165 6.64995 826.417 8.78996 826.417L8.78996 824.417C6.11664 824.417 3.80437 825.378 1.90786 827.275L3.32207 828.689ZM8.78996 826.417C10.8587 826.417 12.6337 827.16 14.1629 828.689L15.5771 827.275C13.6862 825.384 11.4079 824.417 8.78996 824.417L8.78996 826.417ZM14.1629 828.689C15.6809 830.207 16.435 832.041 16.435 834.252L18.435 834.252C18.435 831.523 17.4791 829.177 15.5771 827.275L14.1629 828.689ZM16.435 834.252C16.435 836.321 15.692 838.095 14.1629 839.625L15.5771 841.039C17.4679 839.148 18.435 836.87 18.435 834.252L16.435 834.252ZM14.1501 839.638C12.6178 841.227 10.8466 841.992 8.78996 841.992L8.78996 843.992C11.42 843.992 13.7021 842.983 15.5898 841.026L14.1501 839.638ZM8.78996 841.992C6.64995 841.992 4.84556 841.243 3.32207 839.72L1.90786 841.134C3.80437 843.03 6.11664 843.992 8.78996 843.992L8.78996 841.992ZM3.32207 839.72C1.79859 838.196 1.04996 836.392 1.04996 834.252L-0.950037 834.252C-0.950037 836.925 0.0113425 839.237 1.90786 841.134L3.32207 839.72ZM9.26496 857.087L8.53039 856.409L8.52376 856.416L9.26496 857.087ZM59.425 856.422L58.7392 857.15L58.7426 857.153L59.425 856.422ZM66.17 896.417L65.2571 896.009L65.2552 896.013L66.17 896.417ZM56.385 909.052L55.6213 909.698L56.2541 910.446L57.0151 909.829L56.385 909.052ZM46.505 897.367L45.8669 896.597L45.0892 897.242L45.7413 898.013L46.505 897.367ZM52.015 890.527L51.1467 890.031L51.1398 890.043L51.1332 890.056L52.015 890.527ZM48.88 868.962L48.1792 869.676L48.1856 869.682L48.88 868.962ZM20.855 868.772L20.1804 868.034L20.855 868.772ZM17.435 890.432L16.5447 890.888L16.5487 890.896L17.435 890.432ZM23.04 897.367L23.8005 898.017L24.4686 897.234L23.6673 896.589L23.04 897.367ZM13.065 909.052L12.4387 909.832L13.1954 910.44L13.8255 909.702L13.065 909.052ZM3.65996 897.367L2.76798 897.819L2.77039 897.824L3.65996 897.367ZM1.14496 881.882C1.14496 872.291 4.1073 864.272 10.0062 857.759L8.52376 856.416C2.26262 863.329 -0.855038 871.84 -0.855038 881.882L1.14496 881.882ZM9.9995 857.766C15.919 851.358 24.0552 848.112 34.535 848.112L34.535 846.112C23.608 846.112 14.8976 849.516 8.53043 856.409L9.9995 857.766ZM34.535 848.112C44.316 848.112 52.3583 851.137 58.7392 857.15L60.1108 855.695C53.3183 849.294 44.7673 846.112 34.535 846.112L34.535 848.112ZM58.7426 857.153C65.1528 863.136 68.4 871.338 68.4 881.882L70.4 881.882C70.4 870.894 66.9971 862.122 60.1073 855.691L58.7426 857.153ZM68.4 881.882C68.4 886.607 67.3577 891.314 65.2571 896.009L67.0828 896.826C69.2889 891.895 70.4 886.911 70.4 881.882L68.4 881.882ZM65.2552 896.013C63.1694 900.737 60.0088 904.823 55.7548 908.276L57.0151 909.829C61.5011 906.188 64.8638 901.851 67.0848 896.821L65.2552 896.013ZM57.1486 908.407L47.2686 896.722L45.7413 898.013L55.6213 909.698L57.1486 908.407ZM47.143 898.137C49.4666 896.212 51.3834 893.828 52.8967 890.999L51.1332 890.056C49.7332 892.673 47.9767 894.849 45.8669 896.597L47.143 898.137ZM52.8832 891.023C54.4907 888.21 55.295 885.157 55.295 881.882L53.295 881.882C53.295 884.814 52.5792 887.524 51.1467 890.031L52.8832 891.023ZM55.295 881.882C55.295 876.488 53.3846 871.919 49.5743 868.243L48.1856 869.682C51.5954 872.972 53.295 877.017 53.295 881.882L55.295 881.882ZM49.5807 868.249C45.809 864.545 40.7551 862.737 34.535 862.737L34.535 864.737C40.3482 864.737 44.8576 866.414 48.1793 869.676L49.5807 868.249ZM34.535 862.737C28.8643 862.737 24.0561 864.493 20.1804 868.034L21.5295 869.511C25.0005 866.339 29.3123 864.737 34.535 864.737L34.535 862.737ZM20.1804 868.034C16.2815 871.597 14.345 876.244 14.345 881.882L16.345 881.882C16.345 876.754 18.0818 872.661 21.5295 869.511L20.1804 868.034ZM14.345 881.882C14.345 885.022 15.0813 888.028 16.5447 890.888L18.3252 889.977C17.0019 887.391 16.345 884.696 16.345 881.882L14.345 881.882ZM16.5487 890.896C18.0643 893.795 20.0178 896.217 22.4126 898.146L23.6673 896.589C21.5021 894.844 19.7189 892.643 18.3212 889.969L16.5487 890.896ZM22.2794 896.718L12.3044 908.403L13.8255 909.702L23.8005 898.017L22.2794 896.718ZM13.6912 908.273C9.94416 905.263 6.89618 901.48 4.54953 896.911L2.77039 897.824C5.23707 902.628 8.45909 906.635 12.4387 909.832L13.6912 908.273ZM4.55193 896.915C2.28648 892.446 1.14496 887.441 1.14496 881.882L-0.855038 881.882C-0.855038 887.724 0.346774 893.042 2.76799 897.819L4.55193 896.915ZM9.73996 923.878L9.0363 923.167L9.03285 923.17L9.73996 923.878ZM59.71 923.878L59.0029 924.585L59.71 923.878ZM9.64496 973.848L8.93437 974.551L8.93785 974.555L9.64496 973.848ZM20.57 961.878L19.901 962.621L20.57 961.878ZM48.88 961.878L48.211 961.134L48.2048 961.14L48.88 961.878ZM48.88 935.848L49.5489 935.104L48.88 935.848ZM20.57 935.848L19.9071 935.099L19.901 935.104L20.57 935.848ZM1.04996 948.958C1.04996 938.927 4.19839 930.833 10.4471 924.585L9.03285 923.17C2.36153 929.842 -0.950042 938.468 -0.950042 948.958L1.04996 948.958ZM10.4436 924.588C16.7594 918.334 24.8252 915.188 34.725 915.188L34.725 913.188C24.3581 913.188 15.7672 916.502 9.03631 923.167L10.4436 924.588ZM34.725 915.188C44.6901 915.188 52.7529 918.335 59.0029 924.585L60.4171 923.17C53.747 916.5 45.1532 913.188 34.725 913.188L34.725 915.188ZM59.0029 924.585C65.2515 930.833 68.4 938.927 68.4 948.958L70.4 948.958C70.4 938.468 67.0884 929.842 60.4171 923.17L59.0029 924.585ZM68.4 948.958C68.4 958.86 65.2836 966.893 59.0944 973.144L60.5155 974.551C67.1196 967.882 70.4 959.321 70.4 948.958L68.4 948.958ZM59.0944 973.144C52.9116 979.388 44.8208 982.538 34.725 982.538L34.725 984.538C45.2758 984.538 53.905 981.227 60.5155 974.551L59.0944 973.144ZM34.725 982.538C24.6945 982.538 16.6007 979.389 10.3521 973.141L8.93785 974.555C15.6092 981.226 24.2354 984.538 34.725 984.538L34.725 982.538ZM10.3555 973.144C4.16628 966.893 1.04996 958.86 1.04996 948.958L-0.950042 948.958C-0.950043 959.321 2.3303 967.882 8.93438 974.551L10.3555 973.144ZM13.87 948.958C13.87 954.429 15.8865 959.008 19.901 962.621L21.2389 961.134C17.6534 957.907 15.87 953.873 15.87 948.958L13.87 948.958ZM19.901 962.621C23.904 966.224 28.8686 968.008 34.725 968.008L34.725 966.008C29.308 966.008 24.8359 964.372 21.2389 961.134L19.901 962.621ZM34.725 968.008C40.6412 968.008 45.6106 966.225 49.5551 962.615L48.2048 961.14C44.6759 964.37 40.2087 966.008 34.725 966.008L34.725 968.008ZM49.5489 962.621C53.5634 959.008 55.58 954.429 55.58 948.958L53.58 948.958C53.58 953.873 51.7965 957.907 48.211 961.134L49.5489 962.621ZM55.58 948.958C55.58 943.367 53.5692 938.722 49.5489 935.104L48.211 936.591C51.7908 939.813 53.58 943.908 53.58 948.958L55.58 948.958ZM49.5489 935.104C45.5459 931.502 40.5813 929.718 34.725 929.718L34.725 931.718C40.142 931.718 44.614 933.354 48.211 936.591L49.5489 935.104ZM34.725 929.718C28.9286 929.718 23.9686 931.503 19.9071 935.099L21.2328 936.596C24.898 933.352 29.3746 931.718 34.725 931.718L34.725 929.718ZM19.901 935.104C15.8808 938.722 13.87 943.367 13.87 948.958L15.87 948.958C15.87 943.908 17.6592 939.813 21.2389 936.591L19.901 935.104ZM68.45 1046.31L69.45 1046.31L69.45 1045.7L68.9122 1045.42L68.45 1046.31ZM68.45 1062.27L68.45 1063.27L69.45 1063.27L69.45 1062.27L68.45 1062.27ZM0.999954 1062.27L-4.64896e-05 1062.27L-4.65333e-05 1063.27L0.999953 1063.27L0.999954 1062.27ZM0.999954 1046.5L0.999954 1045.5L-4.57565e-05 1045.5L-4.58003e-05 1046.5L0.999954 1046.5ZM38.24 1046.5L38.24 1047.5L39.24 1047.5L39.24 1046.5L38.24 1046.5ZM38.24 1046.31L39.24 1046.31L39.24 1045.72L38.7216 1045.43L38.24 1046.31ZM13.35 1032.63L12.35 1032.63L12.35 1033.22L12.8683 1033.51L13.35 1032.63ZM13.35 1022.46L12.8669 1021.59L12.35 1021.87L12.35 1022.46L13.35 1022.46ZM38.145 1008.78L38.628 1009.66L39.145 1009.37L39.145 1008.78L38.145 1008.78ZM38.145 1008.59L39.145 1008.59L39.145 1007.59L38.145 1007.59L38.145 1008.59ZM0.999956 1008.59L-4.41434e-05 1008.59L-4.41871e-05 1009.59L0.999956 1009.59L0.999956 1008.59ZM0.999957 992.825L0.999957 991.825L-4.34103e-05 991.825L-4.3454e-05 992.825L0.999957 992.825ZM68.45 992.825L69.45 992.825L69.45 991.825L68.45 991.825L68.45 992.825ZM68.45 1008.78L68.9141 1009.67L69.45 1009.39L69.45 1008.78L68.45 1008.78ZM32.73 1027.5L32.2659 1026.61L31.73 1026.89L31.73 1027.5L32.73 1027.5ZM32.73 1027.69L31.73 1027.69L31.73 1028.3L32.2677 1028.58L32.73 1027.69ZM67.45 1046.31L67.45 1062.27L69.45 1062.27L69.45 1046.31L67.45 1046.31ZM68.45 1061.27L0.999954 1061.27L0.999953 1063.27L68.45 1063.27L68.45 1061.27ZM1.99995 1062.27L1.99995 1046.5L-4.58003e-05 1046.5L-4.64896e-05 1062.27L1.99995 1062.27ZM0.999954 1047.5L38.24 1047.5L38.24 1045.5L0.999954 1045.5L0.999954 1047.5ZM39.24 1046.5L39.24 1046.31L37.24 1046.31L37.24 1046.5L39.24 1046.5ZM38.7216 1045.43L13.8316 1031.75L12.8683 1033.51L37.7583 1047.19L38.7216 1045.43ZM14.35 1032.63L14.35 1022.46L12.35 1022.46L12.35 1032.63L14.35 1032.63ZM13.833 1023.34L38.628 1009.66L37.6619 1007.91L12.8669 1021.59L13.833 1023.34ZM39.145 1008.78L39.145 1008.59L37.145 1008.59L37.145 1008.78L39.145 1008.78ZM38.145 1007.59L0.999956 1007.59L0.999956 1009.59L38.145 1009.59L38.145 1007.59ZM1.99996 1008.59L1.99996 992.825L-4.3454e-05 992.825L-4.41434e-05 1008.59L1.99996 1008.59ZM0.999957 993.825L68.45 993.825L68.45 991.825L0.999957 991.825L0.999957 993.825ZM67.45 992.825L67.45 1008.78L69.45 1008.78L69.45 992.825L67.45 992.825ZM67.9859 1007.9L32.2659 1026.61L33.1941 1028.39L68.9141 1009.67L67.9859 1007.9ZM31.73 1027.5L31.73 1027.69L33.73 1027.69L33.73 1027.5L31.73 1027.5ZM32.2677 1028.58L67.9877 1047.2L68.9122 1045.42L33.1922 1026.8L32.2677 1028.58Z' fill='%233E3E3E'/%3E%3C/svg%3E");
      height: 1063px;
      width: 70px;
      background-repeat: no-repeat;
   }
}

.main-post-list {
   padding-top: 105px;
}
.single .main-post-list {
   padding-top: 50px;
}
.inner-file {
   justify-content: space-between;
   margin-bottom: 10px;
}
.inner-file .heading-file {
   padding-right: 20px;
}
/* ================================================================= footer */
.site-footer {
   background-image: url(../images/bg-footer.png);
   padding: 50px 0 30px !important;
}
.site-footer * {
   color: var(--color-white);
}
.site-footer .widget-title {
   font-weight: 600;
   font-size: 20px;
}
.site-footer .col-3 .widget-title {
   opacity: 0;
}
/* ================================================================= end footer */

/* ================================================================= children cat */

.inner-children-cat {
   display: flex;
   margin-bottom: 50px;
}

.inner-children-cat .col-img-cat {
   width: 215px;
   border-radius: 10px;
   overflow: hidden;
}

ul.col-list-for-cat {
   margin-left: 0;
   padding-left: 50px;
   list-style: none;
   margin-top: 10px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-top: 0;
   margin-bottom: 0;
}
.heading-children-cat {
   border-bottom: 1px solid #c2000c;
   margin-bottom: 35px;
}

.heading-children-cat h2 {
   margin-bottom: 0;
   position: relative;
   background: #c2000c;
   color: var(--color-white);
   font-size: 14px;
   padding: 10px;
   border-radius: 5px 5px 0 0;
   text-transform: uppercase;
   display: inline-block;
}
ul.col-list-for-cat a {
   font-size: 14px;
   text-transform: uppercase;
   color: var(--color-1);
}

ul.col-list-for-cat svg {
   vertical-align: 0px;
   display: none;
}

.blog-2 .news-item {
   background: transparent;
}

.blog-2 .news-item .wrap-news-item {
   display: flex;
   margin-bottom: 35px;
}

.blog-2 .news-item .wrap-news-item .wrap-feature-news {
   max-width: 200px;
   flex: 0 0 200px;
   border-radius: 10px;
   overflow: hidden;
}
.sec-related-blog img {
   height: 200px;
   object-fit: cover;
}
.sec-related-vuoneden ul {
   margin-left: 0;
   padding-left: 5px;
   list-style: none;
}

.sec-related-vuoneden ul li {
   position: relative;
   padding-left: 20px;
   margin-bottom: 10px;
}

.sec-related-vuoneden ul li:before {
   content: "";
   height: 4.5px;
   width: 4.5px;
   background: #4b4b4b;
   position: absolute;
   top: 8px;
   left: 0;
   transform: rotate(45deg);
}

.sec-related-vuoneden ul li a {
   color: #333;
}
.inner-social {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 50px;
}

@media (min-width: 767px) {
   .inner-social {
      border-bottom: 1px solid #8f8f8f;
   }
}

.post-views {
   display: flex;
   flex-direction: row-reverse;
   align-items: flex-end;
}

span.post-views-count {
   font-size: 30px;
   font-weight: 700;
   display: inline-block !important;
   padding-right: 10px;
   line-height: 27px;
}
.file-vuoneden {
   display: flex;
   align-items: center;
}

.file-vuoneden p {
   margin-bottom: 0;
   font-size: 600;
}

.file-vuoneden a {
   padding: 5px;
   border: 2px solid #c2000c;
   border-radius: 5px;
}
.site-main {
   margin-top: 100px;
   margin-bottom: 80px;
   min-height: 1200px;
   position: relative;
}
/* 
body:not(.home) .site-main:after {
   background-image: url(../images/maychantrangcon.png);
   background-size: contain;
   background-repeat: no-repeat;
   content: "";
   position: absolute;
   bottom: -100px;
   right: 0;
   width: 800px;
   height: 734px;
   background-color: transparent;
} */
/* ================================================================= end children cat */

.meta {
   display: flex;
   color: #666;
   align-items: center;
   font-size: 15px;
   font-weight: 300;
}

.meta * {
   font-size: 15px !important;
}

.meta span.post-views-count {
   font-weight: 300;
   padding-right: 5px;
   line-height: 21px;
   padding-left: 5px;
}
.wonderplugin-video {
   border-radius: 10px;
   overflow: hidden !important;
   height: auto !important;
   background: transparent !important;
}

.wpve-playbutton:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100px;
   height: 100px;
   background: rgb(0 0 0 / 50%);
   z-index: -1;
   border-radius: 50%;
}
.wpve-playbutton:after {
   content: "";
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='36' viewBox='0 0 24 36' fill='none'%3E%3Cpath d='M22.8884 16.7605L3.72027 0.585282C3.45219 0.359081 3.11064 0.205041 2.73881 0.142641C2.36699 0.0802416 1.98159 0.112285 1.63134 0.234718C1.28109 0.35715 0.981736 0.564475 0.77112 0.830475C0.560504 1.09648 0.448089 1.4092 0.44809 1.72912V34.0795C0.448098 34.3994 0.560517 34.7121 0.771135 34.9781C0.981753 35.2441 1.28111 35.4514 1.63135 35.5739C1.98159 35.6963 2.36699 35.7283 2.73881 35.6659C3.11064 35.6035 3.45218 35.4495 3.72027 35.2233L22.8884 19.0481C23.0664 18.8979 23.2076 18.7196 23.304 18.5233C23.4003 18.3271 23.4499 18.1167 23.4499 17.9043C23.4499 17.6919 23.4003 17.4815 23.304 17.2853C23.2076 17.089 23.0664 16.9107 22.8884 16.7605Z' fill='white'/%3E%3C/svg%3E");
   width: 30px;
   height: 30px;
   background-size: contain;
   top: 50%;
   left: 50%;
   position: absolute;
   transform: translate(-50%, -50%);
   background-repeat: no-repeat;
   background-position: center;
}

.breadcrumbs-cat ul {
   padding-left: 0;
   margin-left: 0;
   list-style: none;
   display: flex;
   margin-bottom: 30px;
   font-family: "Playfair Display", serif !important;
   text-transform: uppercase;
   flex-wrap: wrap;
}

.breadcrumbs-cat ul li:first-child {
   display: none;
}
.breadcrumbs-cat {
   margin-top: 4px;
}

.sidebar-vuoneden .navigation-blog {
   margin-top: 30px;
}
.sidebar-vuoneden .navigation-blog .swiper-button-prev.nav-button {
   left: 15px !important;
   right: 0 !important;
   top: auto;
}
.sidebar-vuoneden .navigation-blog .swiper-button-next.nav-button {
   right: auto !important;
   left: 60px;
   top: auto;
}

@media (max-width: 767px) {
   .description,
   .main-list-children {
      padding-right: 0;
   }
   .inner-sidebar {
      padding-top: 40px;
   }
   .site-main {
      margin-top: 50px;
      margin-bottom: 50px;
   }
   .heading-blog h1 {
      text-align: left !important;
      font-size: 30px !important;
   }
   .description.pt-50 {
      padding-top: 0 !important;
   }
   .site-footer {
      background-size: cover;
      background-position: center;
   }
   .site-footer .row > div {
      max-width: 100%;
      flex: 0 0 100%;
   }
   .inner-content-home {
      background-size: cover;
   }

   .heading-list > h2 {
      font-size: 24px;
      padding-right: 110px;
   }
   .inner-content-home:after {
      opacity: 0;
   }
   .navigation-blog {
      top: 20px;
   }
   .pb-80 {
      padding-bottom: 40px !important;
   }
   .inner-main-single {
      margin-bottom: 35px;
   }
   .f18 {
      font-size: 18px;
      line-height: 30px;
   }
}

@media (min-width: 991px) {
   .brand {
      display: none;
   }
}

.brand img {
   width: 150px;
}

.brand {
   font-family: inherit;
   font-size: 1.5rem;
   font-weight: 600;
   line-height: 1.5;
   letter-spacing: -1px;
   text-transform: uppercase;
   color: var(--color-green-300);
}
.navbar {
   position: relative;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   height: 4rem;
   margin: 0 auto;
}
.menusidebar {
   position: fixed;
   top: 0;
   left: -100%;
   width: 80%;
   height: 100%;
   z-index: 100;
   /* overflow-y: auto; */
   background-color: var(--color-white);
   box-shadow: var(--shadow-medium);
   transition: all 0.45s ease-in-out;
}
.menu-inner {
   display: flex;
   flex-direction: column;
   row-gap: 1.25rem;
   margin: 2rem 1.25rem;
}
.menu-link {
   font-family: inherit;
   font-size: 1rem;
   font-weight: 500;
   line-height: 1.5;
   text-transform: uppercase;
   color: var(--color-black);
   transition: all 0.3s ease;
}
@media only screen and (min-width: 991px) {
   .menusidebar {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      background: none;
      box-shadow: none;
   }
   .menu-inner {
      display: flex;
      flex-direction: row;
      column-gap: 1.75rem;
      margin: 0 auto;
      margin-right: 3rem;
   }
   .menu-link {
      text-transform: capitalize;
   }
}
.burger {
   position: relative;
   display: block;
   cursor: pointer;
   order: -1;
   width: 1.75rem;
   height: auto;
   border: none;
   outline: none;
   visibility: visible;
}
.burger-line {
   display: block;
   cursor: pointer;
   width: 100%;
   height: 2px;
   margin: 6px auto;
   transform: rotate(0deg);
   background-color: var(--color-white);
   transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 991px) {
   .burger {
      display: none;
      visibility: hidden;
   }
}
.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9;
   opacity: 0;
   visibility: hidden;
   background-color: rgba(0, 0, 0, 0.6);
   transition: all 0.3s ease-in-out;
}

.main-navigation li.current-menu-item > a,
.main-navigation li a:hover {
   color: var(--color-7);
}

ul.col-list-for-cat li {
   position: relative;
   padding-left: 15px;
}

ul.col-list-for-cat li:before {
   content: "";
   width: 7px;
   height: 7px;
   position: absolute;
   top: 7px;
   left: 0;
   background: var(--color-7);
   border-radius: 50%;
}

.main-navigation ul ul {
   background: #fff;
   padding: 10px;
   box-shadow: none;
   display: block;
   width: 250px;
   height: auto;
}

.main-navigation ul ul a {
   width: auto;
}

.main-navigation ul ul li {
   padding: 5px;
}

.inner-content-post iframe {
   margin: 0 auto;
   display: block;
}

.widget_wp_statistics_widget ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
}

.widget_wp_statistics_widget ul li:first-child {
   color: green;
}

.widget_wp_statistics_widget ul li label {
   margin-right: 3px;
   margin-bottom: 0;
}

.main-navigation li a span {
   float: right;
   width: 20px;
   height: 20px;
   cursor: pointer;
   transition: all 0.2s linear;
   display: none;
}
section.no-results.not-found {
   padding: 0 35px;
}
@media (max-width: 991px) {
   .main-navigation li a span {
      display: block;
   }
   .main-navigation ul li:hover > ul,
   .main-navigation ul li.focus > ul {
      left: -9999em;
   }
   .main-header {
      background: #221e20;
   }
   .site-header > img {
      display: none;
   }
   .main-navigation ul {
      display: block;
   }
   .main-navigation .menu > li.show-sub > .sub-menu {
      position: relative;
      width: 100%;
      left: auto;
   }
   .main-navigation .menu > li.show-sub > a > span {
      transform: rotate(90deg);
   }
   .main-navigation > div > ul > li {
      padding: 10px 5px;
   }
}

.overlay.is-active {
   display: block;
   opacity: 1;
   visibility: visible;
}
div#menu.is-active {
   left: 0;
}

.post-views.entry-meta > span.post-views-icon.dashicons {
   display: none !important;
}
@media (max-width: 1200px) {
   .main-navigation li a {
      font-size: 15px;
   }
}

@media (max-width: 991px) and (min-width: 768px) {
   .container,
   .container-md,
   .container-sm {
      max-width: 880px;
   }
   .site-footer .row > div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
}
@media (max-width: 767px) {
   .main-post-list {
      padding-top: 0;
      padding-bottom: 50px;
   }
   /* .wrap-feature-news img {
      height: 280px
   } */
   .site-footer .widget-title {
      font-size: 18px;
   }
   ul.col-list-for-cat {
      padding-left: 15px;
   }

   /* .tax-vuon-eden-danh-muc .wrap-feature-news img {
      height: 160px;
  } */

   .site-footer .col-3 .widget-title {
      display: none;
   }
}

@media (max-width: 480px) {
   .main-post-list {
      display: flex;
      flex-wrap: wrap;
   }
   .main-post-list article {
      max-width: 50% !important;
      flex: 0 0 50% !important;
      padding: 0 10px !important;
   }
}
.paginatoin-area.mb-3.mt-3 {
   clear: both;
   max-width: 100%;
   flex: 0 0 100%;
}

.slide-post-recent .col-lg-4 {
   max-width: 100%;
   flex: 0 0 100%;
}
.inner-post-recent {
   background: #d9d9d9;
   border-radius: 7px;
   margin-bottom: 35px;
   padding-top: 25px;
}
.inner-post-recent > h3 {
   font-size: 20px;
   text-align: center;
   margin-bottom: 20px;
}
.post-fetured .main-post-list img {
   height: auto;
}

.search-form a svg * {
   fill: #000;
}

.search-form {
   float: right;
}

.header-search {
   position: absolute;
   top: 80%;
   right: 0;
   background: #fff;
   opacity: 0;
   visibility: hidden;
   z-index: -1;
   transition: all 0.2s linear;
}

.header-search form {
   display: flex;
   border: 1px solid #d9d9d9;
}

.header-search form button {
   padding: 5px;
   background: transparent;
   border: 0;
}

.header-search form input {
   background: transparent;
   border: 0;
   padding: 0 10px;
   outline: none;
}

@media (max-width: 480px) {
   .heading-list > h2 {
      font-size: 18px;
   }
}

@keyframes slide {
   0% {
      transform: translate(0, 0);
   }
   /* 20%   { transform: translate(0, -25%); }
   50%   { transform: translate(0, -50%); }
   75%   { transform: translate(0, -75%); } */
   100% {
      transform: translate(0, -100%);
   }
}
.slide-post-recent {
   min-height: 1120px;
   animation: slide 30s linear infinite;
   height: 1120px;
}

.inner-slide-post {
   overflow: hidden;
}
.inner-main-header {
   display: flex;
   align-items: center;
}
.search-form a svg {
   height: 24px;
}
.search-form:hover .header-search {
   opacity: 1;
   visibility: visible;
   z-index: 1;
}

.search-results .site-main {
   min-height: 100%;
}

@media (max-width: 480px) {
   .header-search {
      right: 10px;
   }
   .navbar {
      max-width: 80%;
      flex: 0 0 80%;
      justify-content: inherit;
      padding-right: 25px;
   }
   .inner-main-header {
      justify-content: space-between;
   }
   .search-form a svg * {
      fill: #fff;
   }
   .search-form {
      max-width: 20%;
      flex: 0 0 20%;
      text-align: right;
   }
}
