@media (max-width: 991px) {
    html {
        font-size: 16px;
        font-weight: lighter;
        scroll-behavior: smooth;
    }
    * {
        font-family: Helvetica, Arial, sans-serif;
    }
    body,
    button,
    input,
    select,
    textarea {
        font-family: Helvetica, Arial, sans-serif;
    }
    * {
        user-select: none;
    }
    ::selection {
        background: 0 0;
    }
    ::-moz-selection {
        background: 0 0;
    }
    .contents {
        overflow: hidden;
    }
    .grecaptcha-badge {
        visibility: hidden;
    }
    :root {
        --main-full-black-color: rgb(0, 0, 0);
        --main-transparent-black-color: rgba(0, 0, 0, 0.8);
        --main-half-black-color: rgba(0, 0, 0, 0.5);
        --main-white-color: rgb(255, 255, 255);
        --main-heading-color: rgb(208, 42, 250);
        --main-header-color: rgba(127, 12, 156, 1);
        --main-background-color: rgb(157, 48, 158);
        --active-color: #f7941d;
        --main-color-paragraph: rgb(102, 102, 102);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    body {
        font-family: Helvetica, Arial, sans-serif;
        color: var(--main-full-black-color);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: var(--main-white-color);
    }
    h1 {
        font-size: 40px;
        font-weight: 800;
        color: var(--main-transparent-black-color);
        text-align: center;
    }
    h2 {
        font-size: 36px;
        font-weight: 700;
        color: var(--main-transparent-black-color);
        text-align: center;
    }
    h3 {
        font-size: 32px;
        font-weight: 600;
        color: var(--main-transparent-black-color);
        text-align: center;
    }
    h4 {
        font-size: 25px;
        font-weight: 500;
        color: var(--main-transparent-black-color);
        text-align: center;
    }
    p {
        color: var(--main-color-paragraph);
        font-size: 14px;
        font-weight: 400;
    }
    a {
        transition: 0.3s color;
        color: #666;
        cursor: pointer;
    }
    b {
        font-weight: 700;
    }
    strong {
        font-weight: 700;
        color: #292929;
    }
    .banner-section {
        min-height: 255px;
        width: 100%;
        position: relative;
    }
    .banner-section img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 50% 100%;
    }
    .banner-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 400px;
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23040404' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    }
    .banner-breadcumb {
        z-index: 1;
        position: absolute;
        bottom: 50px;
        left: 50px;
    }
    .banner-breadcumb ul li {
        display: inline-block;
        background-color: var(--main-transparent-black-color);
        padding: 10px 25px 10px 25px;
        border-radius: 60px;
        margin-right: 30px;
        position: relative;
        font-size: 14px;
    }
    .banner-line {
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #0066b0;
        bottom: 0;
    }
    .banner-breadcumb ul li:not(:first-of-type)::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: var(--main-white-color);
        position: absolute;
        left: -23px;
        top: 15px;
    }
    .banner-breadcumb ul li a {
        color: var(--main-white-color);
    }
    .banner-breadcumb ul li a:hover {
        color: var(--main-white-color);
    }
    .not-found-section {
        color: var(--main-white-color);
        width: 100%;
        min-height: 500px;
        position: relative;
    }
    .not-found-section h2 {
        margin: 35px 0;
    }
    .not-found-section .boxs {
        margin: 50px 0;
        background-color: var(--main-white-color);
        color: #4a4a4a;
        display: block;
        padding: 1.25rem;
    }
    .not-found-section .result {
        margin-left: 10%;
        margin-bottom: 35px;
    }
    .is-nav {
        background-color: var(--main-header-color);
        text-align: center;
        height: 320px;
    }
    .btn-container {
        display: inline-block;
        cursor: pointer;
    }
    body {
        margin: 0;
        width: 100%;
        background: var(--main-white-color);
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    #top-nav {
        width: 100%;
        height: 350px;
        background-color: var(--main-header-color);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 0 5px rgba(0, 0, 0, 0.14);
        text-align: center;
    }
    #top-nav a img {
        text-align: center;
    }
    .nav-menu {
        background: 0 0;
        width: 60px;
        height: 80px;
        top: 0;
        right: 15px;
        -webkit-transition: width 0.2s ease, height 0.4s ease;
        -moz-transition: width 0.2s ease, height 0.4s ease;
        -o-transition: width 0.2s ease, height 0.4s ease;
        transition: width 0.2s ease, height 0.4s ease;
    }
    .open {
        position: fixed;
        background: var(--main-full-black-color);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10001;
        overflow-y: scroll;
    }
    .menu-list {
        margin-top: 100px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        opacity: 0;
    }
    .menu-list a,
    .menu-list a:hover {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
    }
    .menu-list a {
        color: var(--main-white-color);
    }
    .menu-list a:hover {
        background-color: var(--main-white-color);
    }
    .menu-list li ul {
        border: none !important;
    	border-left: 1px solid #dbdbdb;
    	margin: 0.5em;
	padding: 0;
    }
    .list-open {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.64s ease;
        -webkit-transition-delay: 0.34s;
        -moz-transition-delay: 0.34s;
        -o-transition-delay: 0.34s;
        transition-delay: 0.34s;
    }
    .menu-lists li {
        padding: 10px;
        background: 0 0;
        color: var(--main-white-color);
    }
    .menu-lists li:hover {
        background: var(--main-white-color);
        color: #39d;
        cursor: pointer;
    }
    .arrow-menu:before {
        content: "\276F";
    }
    .arrow-menu {
        font-size: 16px;
        display: inline-block;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        padding: 8px;
        color: var(--main-white-color);
    }
    .show-arrow-menu {
        display: none;
    }
    .rotate {
        transform: rotate(270deg);
        transition: 0.3s;
    }
    .rotate-reset {
        transform: rotate(270deg);
        transition: 0.3s;
    }
    #burger-wrap {
        position: fixed;
        top: 0;
        right: 15px;
        margin: 0;
        padding: 0;
        width: 60px;
        height: 80px;
    }
    .burger {
        position: fixed;
        top: 50px;
        right: 30px;
        overflow: hidden;
        cursor: pointer;
        margin: 0;
        padding: 0;
        width: 70px;
        height: 80px;
        border: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: var(--main-white-color);
    }
    .burger span {
        display: block;
        position: absolute;
        top: 30px;
        left: 16px;
        right: 16px;
        height: 5px;
        background: var(--main-white-color);
        border-radius: 15px;
        -webkit-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
        -o-transition: background 0s 0s;
        -webkit-transition-delay: 0.4s, 0s;
        transition-delay: 0.4s, 0s;
    }
    .open .burger span {
        background: 0 0 transparent;
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -o-transition: all 0s ease;
        -webkit-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }
    .burger span::after,
    .burger span::before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: var(--main-white-color);
        content: "";
        border-radius: 5px;
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.4s, 0s;
        transition-delay: 0.4s, 0s;
    }
    .burger span::before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .burger span::after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .open .burger span::after,
    .open .burger span::before {
        -webkit-transition-delay: 0s, 0.4s;
        transition-delay: 0s, 0.4s;
        background-color: var(--main-white-color);
    }
    .open .burger span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open .burger span::after {
        bottom: 1px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .full {
       display: block;
     }
    .no-full {
      display: none;
    }
    .no-full .column {
      padding: 0;
    }
    .footer-sections {
        margin: 0 15px;
    }
   .footer-sections .is-first {
        margin-top: 15px;
        margin-bottom: 5px;
    }
   .footer-sections .is-first .contact a {
        display: flex;
    }
   .footer-sections .is-first .contact img {
	margin-right: 15px;
    }
   .footer-sections .is-first .contact a p {
	margin-top: 12px;
	font-size: 22px;
    }
    .footer-sections .is-mobile {
        background-color: var(--main-white-color);
    }
    .footer-sections img .img-responsive {
        width: 50px;
    }
    .footer-sections a img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: 50% 50%;
        margin-right: 15px;
    }
    .footer-sections h3 {
        font-size: 30px;
        color: var(--main-full-black-color);
        font-weight: 600;
        text-align: left;
    }
    .footer-address p {
        color: var(--main-full-black-color);
        font-size: 16px;
        font-weight: 500;
    }
    .footer-bottom {
        margin-top: 2px;
        background-color: #7f0c9c;
    }
    .footer-bottom p {
        margin-top: 14px;
        font-size: 16px;
        color: var(--main-white-color);
        text-align: center;
        height: 35px;
        font-weight: 500;
    }
    .index-page {
        color: var(--main-full-black-color);
    }
    .index-page .containerz {
        position: relative;
        width: 100%;
    }
    .index-page .containerz img.banner {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: 50% 50%;
        min-height: 350px;
    }
    .index-page .containerz .btnz {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 12px 24px;
        cursor: pointer;
        width: 200px;
        height: 70px;
        background-color: var(--main-header-color);
        color: var(--main-white-color);
        font-size: 16px;
        text-align: center;
        border: none;
    }
    .index-page .containerz .btn-image {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 12px 24px;
        cursor: pointer;
        width: 200px;
        height: 70px;
        background: 0 0;
        color: var(--main-white-color);
        font-size: 16px;
        text-align: center;
        border: none;
    }
    .index-page .containerz .btn-image img {
        fill: var(--active-color);
    }
    .index-page .containerz .btnz:hover {
        background-color: var(--hover-button-color);
    }
    .index-page svg {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        cursor: pointer;
        width: 12%;
        fill: var(--active-color);
    }
    .index-page .banner .slide {
        text-align: center;
    }
    .index-page .banner img {
        min-height: 300px;
    }
    .index-page .banner .btn-contact-us {
        width: 250px;
        height: 65px;
        background-color: var(--main-header-color);
        color: var(--main-white-color);
        font-size: 18px;
        text-align: center;
        position: sticky;
        border: none;
    }
    .index-page .banner .btn-contact-us:hover {
        background-color: var(--active-color);
    }
    .index-page .product {
        margin: 0 15px;
    }
    .index-page .product .is-narrow {
        text-align: center;
    }
    .index-page .product .is-narrow img {
        width: 35%;
    }
    .index-page .product h1 {
        color: var(--main-transparent-black-color);
        font-weight: 700;
        font-family: Montserrat;
    }
    .index-page .product p {
        text-align: center;
        font-size: 18px;
    }
    .index-page .product h3 {
        font-weight: 500;
        color: var(--main-header-color);
        font-size: 20px;
    }
    .index-page .advantage {
        margin: 0 15px;
    }
    .index-page .advantage h2 {
        text-align: center;
        margin: 60px 0;
    }
    .index-page .advantage .img-reason-right {
        width: 80px;
    }
    .index-page .advantage h3 {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
    }
    .index-page .advantage .column .is-5 img {
        width: 25%;
    }
    .index-page .advantage p {
        text-align: justify;
        font-size: 16px;
        font-weight: 500;
    }
    .index-page .about-us {
        background-color: var(--main-background-color);
    }
    .index-page .profil-text {
        margin: 0 15px;
        letter-spacing: 0.05em;
    }
    .index-page .about-us .profil-text h1 {
        text-align: center;
        color: var(--main-white-color);
    }
    .index-page .about-us .profil-text p {
        text-align: justify;
        color: var(--main-white-color);
    }
    .index-page .about-us .is-narrow {
        text-align: center;
    }
    .index-page .about-us .is-narrow img {
        width: 100%;
    }
    .index-page .about-logo-profile {
        position: relative;
        margin: 15px;
    }
    .index-page .about-logo-profile img {
        width: 100%;
        height: 100%;
    }
    .index-page .about-text {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-top: 60px;
    }
    .index-page .profile-title h2 {
        margin-top: 50px;
        text-align: center;
        font-weight: 600;
	color: var(--main-white-color);
    }
    .index-page span {
        margin: 25px 0;
    }
    .index-page span span {
        text-decoration: none;
    }
    .index-page .page-contact-section .columns {
        margin: 0 15px;
    }
    .index-page .official-store,
    .index-page .page-contact-section {
        position: relative;
        background-color: var(--main-heading-color);
        overflow: hidden;
    }
    .index-page .page-contact-section h3,
    .index-page .page-contact-section h4 {
        color: var(--main-white-color);
    }
    .index-page .official-store h2 {
        font-weight: 600;
    }
    .index-page .official-store h2,
    .index-page .official-store p {
        text-align: center;
        color: var(--main-white-color);
    }
    .index-page .official-store .columns .is-multiline {
        text-align: center;
    }
    .index-page .official-store img {
        width: 75%;
        height: 75px;
    }
    .index-page .page-contact-section .title {
        color: var(--main-white-color);
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        margin: 50px 0 30px 0;
    }
    .contact-container {
        position: relative;
        z-index: 1;
        min-height: 400px;
        width: 100%;
    }
    .contact-container h3 {
        text-align: center;
        color: #26613b;
        font-size: 30px;
    }
    .contact-container input {
        padding: 20px 10px;
        width: 100%;
        height: 30px;
        border: none;
        border-top: 1px solid gray;
        outline-width: 0;
        margin: 5px 0;
        font-size: 14px;
        font-style: italic;
    }
    .contact-container input:hover {
        background-color: rgb(0, 216, 217);
    }
    .contact-container input:focus {
        background-color: rgb(0, 216, 217);
    }
    .contact-container textarea {
        padding-top: 20px;
        padding-left: 10px;
        width: 100%;
        border: none;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        outline-width: 0;
        font-size: 14px;
        font-style: italic;
    }
    .contact-container textarea:hover {
        background-color: rgb(0, 216, 217);
    }
    .contact-container textarea:focus {
        background-color: rgb(0, 216, 217);
    }
    .contact-container span {
        font-size: 11px;
        color: red;
        font-style: italic;
    }
    select::-ms-expand {
        display: none;
    }
    .input-sm-select {
        width: 33%;
        height: 38px;
        border: 1px solid #d3d3d3;
    }
    .input-sm-select .option-text {
        font-size: 16px;
        font-weight: 500;
    }
    .contact-container .form-group span select {
        color: var(--main-full-black-color);
        height: 2.8rem;
        width: 82%;
        margin-bottom: 2rem;
        -ms-word-break: normal;
        word-break: normal;
        font-size: 18px;
        line-height: 2.5em;
        border: 2px solid #f0f0f0;
    }
    .contact-container button {
        margin-top: 20px;
        background-color: var(--main-white-color);
        color: var(--main-full-black-color);
        border: none;
        cursor: pointer;
        transition: 0.2s all;
        min-width: 70px;
        font-size: 16px;
        height: 35px;
        font-weight: 700;
        justify-content: center;
        padding: calc(0.375em - 1px) 0.75em;
        text-align: center;
        white-space: nowrap;
        width: 180px;
    }
    .contact-container button:hover {
        background-color: var(--active-color);
    }
    select::-ms-expand {
        display: none;
    }
    .input-sm-select {
        width: 33%;
        height: 38px;
        border: 1px solid #d3d3d3;
    }
    .input-sm-select .option-text {
        font-size: 16px;
        font-weight: 500;
    }
    .text-center {
        text-align: center;
    }
    .index-page .page-contact-section p {
        color: var(--main-white-color);
        text-align: center;
        font-weight: 400;
    }
   .index-page .is-first p {
        text-decoration: none;
	margin: 15px 0;
    }
    .product-section {
        background-color: var(--main-white-color);
    }
    .product-section h1 {
        font-weight: 700;
        color: var(--main-heading-color);
    }
    .product-section .has-text-center {
        text-align: center;
    }
    .product-section p.p {
        font-size: 11px;
    }
    .product-section .product-image button {
        width: 250px;
        height: 50px;
        color: var(--main-white-color);
        font-size: 16px;
        background-color: var(--main-header-color);
        text-align: center;
        border: none;
    }
    .product-section p.product-preview {
        text-align: center;
        font-size: 10px;
        font-weight: 400;
    }
    .product-section p.product-preview img {
        width: 75%;
    }
    .product-section .column .is-8 {
        margin: 0 15px;
    }
    .product-section .is-product {
	margin: 0 25px;
    }
    .page-blog-section .footer-sections img.img-responsive,
    .page-search-section .footer-sections img.img-responsive,
    .product-section .footer-sections img.img-responsive {
        width: 100px;
        height: 73px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .page-blog-section .footer-sections h3,
    .page-search-section .footer-sections h3,
    .product-section .footer-sections h3 {
        color: var(--main-color-paragraph);
    }
    .scroll-container {
        overflow: auto;
        white-space: nowrap;
        padding: 5px 70px 5px 20px;
        background: 0 0;
        height: 100%;
        border-radius: 15px;
    }
    .scroll-container .gridscroll {
        display: inline-block;
    }
    .scroll-container .gridscroll img {
        margin: 22px;
        width: 100px;
        height: 100px;
        display: inline-block;
    }
    .scroll-container div.item {
        vertical-align: top;
        display: inline-block;
        text-align: center;
        width: 120px;
    }
    .scroll-container div.item img {
        width: 100px;
        height: 100px;
        background-color: grey;
    }
    .scroll-container div.item .caption {
        display: block;
        font-size: 11px;
        margin: 0 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-section .cont {
        position: relative;
        display: none;
    }
    #imgtext {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: var(--main-white-color);
        font-size: 20px;
    }
    .closebtn {
        position: absolute;
        top: 10px;
        right: 15px;
        color: var(--main-full-black-color);
        font-size: 35px;
        cursor: pointer;
    }
    .a2a_kit {
        margin-left: 0.75rem;
    }
    .a2a_kit a {
        margin-right: 10px;
    }
    .page-gallery-section .gallery-container h1 {
        color: var(--main-heading-color);
     }
     .page-blog-section {
        background-color: var(--main-white-color);
     }
    .page-blog-section .bg-title {
        background-color: var(--main-header-color);
	margin: 25px 12px;
    }
    .page-blog-section .numberCircle {
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background: #43b2be;
        color: var(--main-white-color);
        text-align: center;
        font: 21px Arial, sans-serif;
        margin-right: 12px;
    }
    .page-blog-section .all-post {
        margin: 40px 16px;
    }
    .page-blog-section .all-post a {
        color: var(--main-black-color);
    }
    .page-blog-section .article-box {
        position: relative;
        height: 200px;
    }
    .page-blog-section .article-box .overlay {
        background-color: var(--main-transparent-black-color);
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .page-blog-section .article-box .overlay span {
        position: absolute;
        top: 0;
        bottom: -100px;
        left: 0;
        right: 0;
        width: 40%;
        height: 15%;
        margin: auto;
        text-align: center;
        z-index: 10;
        font-size: 18px;
        color: var(--main-white-color);
        border: solid #fff 2px;
        opacity: 0;
        transition: 0.3s all;
    }
    .page-blog-section .article-box:hover .overlay {
        opacity: 1;
    }
    .page-blog-section .article-box:hover .overlay span {
        opacity: 1;
        bottom: 0;
    }
    .page-blog-section .article-lists .between {
        margin: 5px 12px;
        background-color: #7f0c9c;
    }
    .page-blog-section .article-content-container {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 14em;
        line-height: 1.25em;
        margin: 10px 0 20px 0;
    }
    .page-blog-section .article-content-container p.date {
        color: var(--main-white-color);
	font-size: 10px;
	font-weigth: 300;
    }
    .page-blog-section .article-content-container h3 {
        min-height: 3em;
	line-height: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--main-white-color);
        text-align: left;
	font-weight: 500;
    }
    .page-blog-section .article-content-container p {
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--main-white-color);
	min-height: 1em;
	iine-height: 1.25em;
    }
    .page-blog-detail-section .all-post {
	padding: 15px;
	background-color: var(--main-white-color);
    }
    .page-blog-detail-section .all-post a {
        color: var(--main-black-color);
    }
   .page-blog-section .article-content-container a {
        color: var(--main-white-color);
    }
    .page-blog-section .news-container h1 {
	text-align: left;
    }
    .page-blog-section .news-container h1 a {
	color: var(--main-white-color);
    }
    .page-blog-section .blogs-container input {
        margin: 5px 0;
        font-size: 44px;
        background-color: transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: 0;
        color: var(--main-white-color);
    }
    .page-blog-detail-section .bg-title {
        background-color: var(--main-header-color);
    }
    .page-blog-detail-section .blog-detail .boxes {
        border: 1px solid rgba(81, 81, 81, 0.9);
        padding: 5px;
        margin: 10px;
	background-color: var(--main-white-color);
    }
    .page-blog-detail-section .blog-detail h1 {
        font: normal normal normal 44px fahkwang, sans-serif;
        color: var(--main-black-color);
        text-align: left;
    }
    .page-blog-section .blog-detail h2 {
        font: normal normal normal 1.75em fahkwang, sans-serif;
        color: var(--main-white-color);
        text-align: left;
        margin-bottom: 0.5714em;
    }
    .page-blog-section .blog-detail p {
        font: normal normal normal 14px/1.4em fahkwang, sans-serif;
        color: var(--main-black-color);
        text-align: left;
        direction: ltr;
        line-height: 1.5;
    }
   .page-blog-detail-section .blog-details {
      background-color: #d02afa;       
    }
    .page-blog-detail-section .blog-details-bottom {
        padding: 20px;
    }
    .page-blog-detail-section .blog-details-bottom .related-title h3 {
        font: normal normal normal 18px fahkwang, sans-serif;
        color: var(--main-black-color);
        text-align: left;
        direction: ltr;
        line-height: 1.5;
        margin: 20px 0;
    }
    .page-blog-detail-section .blog-related {
        border: 1px solid rgba(81, 81, 81, 0.9);
        padding: 0;
        margin: 10px;
    }
    .page-blog-section .blog-related .related-image img {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
    }
    .page-blog-detail-section .blog-related .related-title {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
    }
    .page-blog-detail-section .blog-related hr {
        margin: 1.5rem 20px;
        border-top: 0.5px solid rgba(81, 81, 81, 0.9);
    }
    .news-pagination {
        text-align: center;
        z-index: 1000;
        position: relative;
        padding-right: 30px;
        padding-bottom: 20px;
	margin: 25px 0;
    }
    .news-pagination span {
        margin-left: 20px;
        background-color:#7f0c9c;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .news-pagination a {
        margin-left: 20px;
        background-color: #686868;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        transition: 0.2s all;
    }
    .news-pagination a:hover {
        margin-left: 20px;
        background-color: #7f0c9c!important;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .page-search-section {
        background-color: var(--main-white-color);
        padding-top: 50px;
    }
    .page-search-section .search-mobile {
        width: 100%;
    }
    .page-search-section input[type="search"] {
        width: 100%;
        height: 50px;
        background-color: var(--main-header-color);
        position: relative;
        font-size: 22px;
        color: var(--main-white-color);
        padding-left: 40px;
        outline: 0;
        border: none;
    }
    .page-search-section ::placeholder {
        color: var(--main-white-color);
        opacity: 0.8;
    }
    .page-search-section :-ms-input-placeholder {
        color: var(--main-white-color);
    }
    .page-search-section ::-ms-input-placeholder {
        color: var(--main-white-color);
    }
    .page-search-section .search {
        display: inline-table;
    }
    .page-search-section #filtersubmit-mobile {
        position: relative;
        z-index: 1;
        left: 12px;
        top: 38px;
        color: #cecece;
        cursor: pointer;
        width: 0;
        font-size: 20px;
    }
    .page-search-section li a {
        text-decoration: underline;
    }
    .page-search-section li a h4 {
        font-size: 16px;
        font-weight: 400;
    }
    .page-search-section li a h4:active {
        text-decoration: underline;
    }
    .page-search-section ul li a:active {
        border-bottom: 3px solid rgb(127 12 156) !important;
    }
    .tabsx {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow-x: hidden;
    }
    .tabsx .tabsx-list {
        list-style: none;
        margin-left: 12px;
        padding: 0;
    }
    .tabsx ul {
        align-items: center;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: flex-start;
    }
    .tabsx .tabsx-list li {
        float: left;
        margin: 0;
        margin-right: 12px;
        text-align: center;
        border-radius: 3px;
        color: var(--main-full-black-color);
        border-bottom: none !important;
    }
    .tabsx .tabsx-list li:hover {
        cursor: pointer;
    }
    .tabsx .tabsx-list li a {
        text-decoration: none;
        color: var(--main-full-black-color);
    }
    .tabsx .tab {
        display: none;
        width: 100%;
        min-height: 250px;
        height: auto;
        border-radius: 3px;
        padding: 0 10px;
        color: var(--main-full-black-color);
        clear: both;
    }
    .tabsx .tab h3 {
        letter-spacing: 1px;
        font-weight: 400;
        padding: 5px;
        text-align: left;
    }
    .tabsx .tab p {
        line-height: 20px;
        letter-spacing: 1px;
	font-size: 12px;
    }
    .tabsx .active {
        display: block !important;
    }
    .tabsx .tabsx-list li.active {
        color: var(--main-full-black-color) !important;
        border-bottom: 3px solid rgba(127, 12, 156, 0.8) !important;
    }
    .tabsx .active a {
        color: var(--main-full-black-color) !important;
    }
    .is-content h4 {
        color: var(--main-heading-color);
        font: normal normal normal 18px/1.4em fahkwang;
        text-align: left;
    }
    .is-content-menu h4 {
        color: var(--main-heading-color);
        font: normal normal normal 18px/1.4em fahkwang;
        text-align: left;
        margin: 10px 0;
    }
    h4.heading-sub-menu {
        color: var(--main-heading-color);
        font: normal normal normal 22px/1.4em fahkwang;
        text-align: left;
        margin: 15px 0;
    }
    .tabsx #tab1 img {
        height: 75px;
        width: 105px;
    }
    .tabsx input[type="button"] {
        font: normal normal normal 16px/1.4em "helvetica neue", sans-serif;
        color: var(--main-full-black-color);
        background-color: #d02afa;
        width: 140px;
        height: 30px;
        text-align: center;
        border: none;
	margin-top: 25px;
    }
    .page-search-section .tabsx h3.count-item {
        font: normal normal normal 14px "helvetica neue", sans-serif;
    }
    .page-search-section .tabsx h2.blogs {
        font: normal normal normal 22px/1.4em fahkwang;
        text-align: left;
        margin: 15px 0;
        color: var(--main-heading-color);
    }
    ::-webkit-scrollbar {
        display: scroll;
    }
    ::-webkit-scrollbar-track {
        background: var(--main-white-color);
    }
    ::-webkit-scrollbar-thumb {
        background: var(--main-white-color);
    }
    ::-webkit-scrollbar-thumb:hover {
        background: var(--main-white-color);
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .is-fullhd {
        max-width: 1920px !important;
    }
    .scroll-to-top {
        position: fixed;
        z-index: 10000;
        right: 1rem;
        bottom: 1rem;
        display: none;
        background-color: #eaeae9;
    }
    .scroll-to-top a {
        width: 2.5rem;
        height: 2.1rem;
        color: var(--hover-button-color);
        line-height: 2rem;
        text-align: center;
        font-size: 30px;
    }
    .d-block {
        opacity: 0.8;
        display: block !important;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .btn-spinner {
        color: var(--main-white-color);
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s;
    }
    #snackbar {	
	visibility: hidden;
        min-width: 250px;
        background-color: rgb(247, 148, 29);
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 10001;
        left: 34%;
        bottom: 60px;
        font-size: 16px;
    }
    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }
        to {
            bottom: 80px;
            opacity: 1;
        }
    }
    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }
        to {
            bottom: 80px;
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeout {
        from {
            bottom: 80px;
            opacity: 1;
        }
        to {
            bottom: 0;
            opacity: 0;
        }
    }
    @keyframes fadeout {
        from {
            bottom: 80px;
            opacity: 1;
        }
        to {
            bottom: 0;
            opacity: 0;
        }
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    @-webkit-keyframes customFadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-25px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @keyframes customFadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-25px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .customFadeInDown {
        -webkit-animation-name: customFadeInDown;
        animation-name: customFadeInDown;
    }
    @-webkit-keyframes customFadeLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate(-50%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @keyframes customFadeLeft {
        0% {
            opacity: 0;
            transform: translate(-50%, 0);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .customFadeLeft {
        -webkit-animation-name: customFadeLeft;
        animation-name: customFadeLeft;
    }
    @-webkit-keyframes customFadeRight {
        0% {
            opacity: 0;
            -webkit-transform: translate(0, -50%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @keyframes customFadeRight {
        0% {
            opacity: 0;
            transform: translate(0, -50%);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .customFadeRight {
        -webkit-animation-name: customFadeRight;
        animation-name: customFadeRight;
    }
    pre {
        background-color: transparent;
    }
    div.ng-dirty.ng-invalid,
    div.ng-touched.ng-invalid,
    input.ng-dirty.ng-invalid,
    input.ng-touched.ng-invalid,
    select.ng-dirty.ng-invalid,
    select.ng-touched.ng-invalid,
    textarea.ng-dirty.ng-invalid,
    textarea.ng-touched.ng-invalid {
        border-color: var(--main-full-black-color);
        background-color: #fe0000;
        border-width: 1px;
        color: var(--main-full-black-color);
    }
}