@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
    * {
        font-family: Helvetica, Arial, sans-serif;
    }
    * {
        scroll-behavior: smooth;
    }
    * {
        user-select: none;
    }
    ::selection {
        background: 0 0;
    }
    ::-moz-selection {
        background: 0 0;
    }
    :root {
        --remove-color: rgb(233, 16, 99);
        --main-font-color: rgb(0, 0, 0);
        --main-h3-color: rgb(0, 102, 176);
        --main-line-color: rgb(206, 206, 206);
        --hover-font-color: rgb(223, 108, 0);
        --hover-google-color: rgb(97, 97, 97);
        --main-full-black-color: rgb(0, 0, 0);
        --main-transparent-black-color: rgba(0, 0, 0, 0.8);
        --main-white-color: rgb(255, 255, 255);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    body {
        font-family: Arial, sans-serif, Helvetica;
        color: var(--main-font-color);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #fff;
    }
    h1 {
        font-size: 40px;
        font-weight: 700;
    }
    h2 {
        font-size: 35px;
        font-weight: 500;
        color: #0066b0;
    }
    a {
        transition: 0.3s color;
    }
    b {
        font-weight: 700;
    }
    strong {
        font-weight: 700;
        color: #292929;
    }
    h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .mobile-header-section {
        display: none;
    }
    .mobile-header-padding {
        display: none;
    }
    .header-section {
        color: #fff;
        background-color: #1f1f1f;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 10000;
    }
    .logo2 {
        fill: rgb(255, 255, 255);
        transition: 0.2s all;
    }
    .main-menu:hover .logo2 {
        fill: rgb(0, 102, 176);
    }
    li.active .logo2 {
        fill: rgb(0, 102, 176);
    }
    .header-section .logo-section img {
        width: 70px;
    }
    .header-section .title-section {
        font-family: "Times New Roman";
        font-weight: 700;
        margin-left: -20px;
    }
    .header-section .language-section ul li {
        display: inline-block;
        vertical-align: middle;
    }
    .header-section .language-section ul li i {
        font-size: 16px !important;
        padding-right: 5px;
        padding-left: 5px;
        color: #fff;
        transition: 0.2s all;
    }
    .header-section .language-section ul li i:hover {
        font-size: 18px !important;
        padding-right: 5px;
        color: #0066b0;
    }
    .header-section .separator {
        border-right: 1px solid #fff;
    }
    .menu-sections {
        transition: all 0.3s ease;
        display: block;
    }
    .menu-section {
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding: 0;
    }
    .menu-section ul {
        align-self: center;
    }
    .menu-section img {
        position: relative;
        float: left;
        padding: 0 2rem;
        height: 4rem;
    }
    .language-section img {
        position: relative;
        float: right;
        bottom: 10px;
        height: 30px;
        width: 30px;
        left: 30px;
        top: 15px;
    }
    .menu-section .language-section ul li {
        display: flex;
        vertical-align: middle;
        margin-bottom: -10px;
        margin-top: -10px;
    }
    .menu-section .language-section ul li i {
        font-size: 16px !important;
        padding-right: 5px;
        padding-left: 5px;
        color: #fff;
        transition: 0.2s all;
    }
    .menu-section .language-section ul li i:hover {
        font-size: 18px !important;
        padding-right: 5px;
        color: #0066b0;
    }
    .language-section ul li a p {
        position: relative;
        left: 2rem;
        top: 15px;
        background-color: #d3d3d3;
        width: 35px;
    }
    .menu-section ul li a {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }
    .menu-section ul li:hover > a {
        color: #0066b0;
    }
    .menu-section ul li.active > a {
        color: #fff !important;
        font-weight: 600;
    }
    .menu-section ul li.main-menu:hover .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .menu-section ul li.main-menu:hover .product-menu li {
        display: inline-block;
    }
    .navbar {
        position: relative;
        z-index: 30;
        min-height: 0;
    }
    .fix {
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 10px;
    }
    .fix .menu-section {
        background-color: rgba(66, 171, 225, 0.843);
        padding-bottom: 10px;
        /* padding-top: 20px; */
        opacity: 1;
    }
    .fix ul li.main-menu:not(:last-child) {
        display: inline-block;
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: 16px;
        font-weight: 300;
        position: relative;
        transition: 0.2s all;
    }
    .fix ul li.main-menu:last-child {
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        position: relative;
        padding-bottom: 20px;
        transition: 0.2s all;
        float: right;
        margin-right: 80px;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .sticky .menu-section {
        background-color: rgba(66, 171, 225, 0.843);
        padding-bottom: 10px;
        padding-top: 15px;
        opacity: 1;
    }
    .sticky ul li.main-menu:not(:last-child) {
        display: inline-block;
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: 14px;
        font-weight: 800;
        position: relative;
        padding-bottom: 20px;
        transition: 0.2s all;
    }
    .sticky ul li.main-menu:last-child {
        display: inline-block;
        font-size: 14px;
        font-weight: 800;
        position: relative;
        padding-bottom: 20px;
        transition: 0.2s all;
        float: right;
        margin-right: 80px;
    }
    .sticky .tb-search {
        top: 70px;
    }
    .tb-search {
        position: fixed;
        width: 0;
        transition: 0.3s all;
        background-color: #fff;
        border: 1px solid #8b8c8e;
        border-radius: 3px;
        top: 85px;
        color: #000;
        z-index: 10000;
        visibility: hidden;
        right: 3rem;
    }
    .icofont-search-1:before {
        font-size: 22px;
    }
    .tb-search::placeholder {
        color: #93aa99;
    }
    .tb-search:-ms-input-placeholder {
        color: #93aa99;
    }
    .tb-search::-ms-input-placeholder {
        color: #93aa99;
    }
    .tb-search:focus {
        outline-width: 0;
    }
    .btn-search:active ~ .tb-search {
        width: 175px;
        height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        visibility: visible;
    }
    .btn-search:focus ~ .tb-search {
        width: 175px;
        height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        visibility: visible;
    }
    .tb-search:hover {
        width: 175px;
        height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        visibility: visible;
    }
    .tb-search:focus {
        width: 175px;
        height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        visibility: visible;
    }
    .footer-main {
        color: #fff;
    }
    .footer-main-dashboard {
        height: 100%;
        padding-top: 10px;
    }
    .footer-section .upper-footer {
        min-height: 225px;
        padding-top: 50px;
    }
    .footer-section .upper-footer ul {
        border-right: 1px #fff solid;
        position: relative;
        height: 140px;
        bottom: 20px;
    }
    .footer-section {
        color: #fff;
        width: 100%;
        min-height: 200px;
        background-color: #0066af;
        position: relative;
    }
    .has-text-centered img {
        height: 5rem;
        margin-bottom: 0 !important;
    }
    .sobute-footer-bottom {
        margin-left: 30px !important;
    }
    .footer-address-left {
        margin-top: 50px;
        margin-left: 100px;
        width: 412px;
        margin-bottom: 30px;
    }
    .footer-address-left h2 {
        color: #0066b0;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .footer-office-address h3 {
        color: #0066b0;
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .footer-address-left .footer-office-address {
        color: #000;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .footer-office-address p span {
        color: #0066b0;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .footer-address-right {
        margin-top: 50px;
        margin-left: 100px;
        width: 412px;
        margin-bottom: 30px;
    }
    .footer-address strong {
        color: #fff;
    }
    .footer-address h2 {
        color: #0066b0;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .footer-address h3 {
        color: #0066b0;
        font-weight: 600;
    }
    .footer-address p {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }
    .sobute-footer-bottom button {
        background-color: #0066b0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        height: 50px;
        text-align: center;
        color: #f0f8ff;
        font-weight: 400;
        font-size: 18px;
        border-radius: 4px;
        border-style: none;
    }
    .footer-address-img {
        color: #000;
        font-weight: 400;
        display: flex;
    }
    .footer-address-img:nth-last-child(2) {
        margin-bottom: 30px;
    }
    .footer-address-img a {
        display: flex;
    }
    .footer-address-img img {
        margin-left: 90px;
    }
    .footer-address-img p {
        margin: 10px 0 0 10px;
    }
    .footer-sobute {
        background-color: #0066af;
        font-size: 12px;
        color: gray;
        padding-top: 17px;
        padding-bottom: 17px;
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
    .sobute.column.is-1 {
        background-color: #0066af;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        padding-top: 50px;
    }
    .sobute.column h3 {
        font-size: 10px;
        color: #fff;
        margin: 20px;
    }
    .sobute.column.is-2 {
        background-color: #0066af;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        padding-top: 50px;
    }
    .sobute.column.is-2 h3 {
        font-size: 10px;
        color: #fff;
        margin: 20px;
    }
    .sobute.column.is-3 {
        background-color: #0066af;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        padding-top: 50px;
    }
    .sobute.column ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 10px;
        margin-bottom: 0;
        width: 100%;
    }
    .sobute.column ul li {
        margin: 6px 0;
    }
    .sobute.column ul a {
        text-align: center;
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }
    .sobute.column ul a:hover {
        opacity: 1;
    }
    .footer-sub-dashboard {
        height: 40%;
    }
    .footer-sub {
        background-color: #fff;
        font-size: 12px;
        color: gray;
        padding-top: 17px;
        padding-bottom: 17px;
        display: inline-block;
        vertical-align: middle;
        height: 40%;
    }
    .footer-sub img {
        height: 80px;
        display: block;
        margin: auto;
        margin-bottom: 15px !important;
    }
    .grid {
        width: 50%;
        height: 50%;
        float: left;
    }
    .about-logo-profile {
        position: relative;
        top: 130px;
        width: 40%;
        margin-left: 165px;
    }
    .about-logo-profile img {
        width: 90%;
        height: 62%;
    }
    .index-page .profile-title {
        display: block;
        margin: 40px 80px 0 0;
    }
    .index-page .profile-text {
        display: block;
    }
    .index-page .profile-text h2 {
        margin-top: 5rem;
    }
    .index-page .profile-text p {
        font-size: 18px;
        font-weight: 400;
    }
    .index-page .about-text {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-top: 60px;
    }
    .index-page .about-text h2 {
        font-size: 35px;
    }
    .index-page h2 {
        color: #0066b0;
        font-weight: 500;
    }
    .menu-sections li.main-menu.active:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: 4.7rem;
        margin-left: -15px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 18px solid red;
    }
    .index-page {
        color: #000;
    }
    .index-page h2 {
        margin-top: 20px;
        font-size: 30px;
    }
    .index-page .about-line {
        height: 5px;
        width: 100%;
        background-color: rgba(0, 102, 175, 0.8);
    }
    .index-page .about-service {
        margin-top: 2px;
        height: 60%;
        display: inline-block;
    }
    .about-service {
        text-align: center;
    }
    .about-service img {
        height: fit-content;
        max-width: 100%;
        position: relative;
    }
    .about-service .sobute-img-service:hover {
        transform: scale(1.5);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .index-page .sobute-work-desc li {
        list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MSA0OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEgNDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNFQTFDMjQ7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjkuNzgsMjQuMzMgMzMuNywyOC41MyAyOS43MywzMi4yMiAiLz4NCjwvc3ZnPg0K)
            no-repeat left top;
    }
    .index-page .sobute-work-desc li::marker {
        font-size: 15rem;
    }
    .index-page .about-content {
        margin-top: 2px;
        height: 60%;
        display: inline-block;
    }
    .index-page .about-content .about-text {
        margin-left: 70px;
    }
    .index-page .about-read-more {
        margin-top: 20px;
    }
    .index-page .about-read-more a {
        font-size: 18px;
        font-weight: 700;
        color: #294e47;
    }
    .index-page .about-read-more a:hover {
        color: rgba(0, 102, 175, 0.8);
    }
    .index-page .title-section {
        height: 80px;
    }
    .index-page .about-partner {
        height: 40%;
        padding-top: 40px;
        width: 1400px;
        background-color: #ececec;
    }
    .index-page .about-partner img {
        height: 80px;
        display: inline-block;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 20px;
    }
    .index-page {
        background-color: #fff;
        position: relative;
        top: -50px;
    }
    .img-responsive-services {
        max-width: 34%;
    }
    .title-services ul li > ul {
        display: none;
        width: auto;
        height: auto;
        -webkit-transition: opacity 0.6s, visibility 0.6s;
        transition: opacity 0.6s, visibility 0.6s;
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
        position: relative;
        right: 2%;
    }
    .title-services ul li:hover > ul {
        margin-right: 10px;
        display: block;
        color: #000;
        background-color: #f5f5f5;
        font-size: 18px;
        width: 106%;
        margin-top: 15px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    .title-services ul li:hover > i {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: 0.5s ease;
    }
    .title-services ul li > ul > li {
        background: url("/themes/sobute/img/arrow-beranda.svg") no-repeat top;
        padding: 0 0 0 25px;
        list-style: none;
        margin-top: 12px;
        margin-bottom: 12px;
        min-height: 25px;
        text-align: justify;
        background-position: left;
    }
    .title-services {
        text-align: center;
        position: relative;
        bottom: 70px;
        font-size: 30px;
        color: #fff;
        background-color: rgba(0, 102, 175, 0.8);
        height: 4.5rem;
    }
    .explanation-services {
        display: none;
        background-color: #f5f5f5;
        position: relative;
        bottom: 4.5em;
    }
    .explanation-services ul {
        list-style-image: url("https://upload.wikimedia.org/wikipedia/commons/2/22/Media-playback-start-red.svg");
        position: relative;
        left: 80px;
    }
    .explanation-services ul li span {
        position: relative;
        bottom: 12px;
    }
    .arrow {
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        float: right;
        margin-top: 35px;
        margin-right: 15px;
        position: relative;
        right: 3.5%;
    }
    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .advantage {
        margin-bottom: 80px;
    }
    .index-page .sobute-adv-title h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #0066b0;
    }
    .adv-sub {
        position: relative;
        margin-left: 5rem;
        background-color: #0066af;
        margin: 0 2rem 5rem 8rem;
        height: 6rem;
        width: 36% !important;
    }
    .adv-sub p {
        text-align: center;
        font-size: 22px;
        position: relative;
        top: 20px;
        color: #fff;
        font-weight: 500;
    }
    .adv-sub img {
        position: relative;
        bottom: 140px;
        left: 40%;
        border-radius: 50%;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
    }
    .adv-sub img:hover {
        transform: scale(1.5);
    }
    .index-page .sobute-address {
        background-color: #f5f5f5;
        min-height: 615px;
    }
    .banner-section {
        min-height: 660px;
        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: rgba(0, 0, 0, 0.705);
        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: #fff;
        position: absolute;
        left: -23px;
        top: 15px;
    }
    .banner-breadcumb ul li a {
        color: #fff;
    }
    .banner-breadcumb ul li a:hover {
        color: #fff;
    }
    .sobute-about-section {
        min-height: 500px;
        color: #000;
        background-color: #fff;
    }
    .sobute-vision-mission-image {
        min-height: 525px;
    }
    .sobute-vision-mission-image p {
        margin: 20px 0;
        text-align: center;
        font-size: 30px;
        color: #fff;
    }
    .vertical-hr {
        position: relative;
        top: 200px;
        border-left: 2px solid #fff;
        height: 130px;
    }
    .sobute-about-vision-mission {
        text-align: center !important;
        font-size: 35px !important;
        color: #fff;
        margin-top: 25px;
    }
    .sobute-about-history-description h3 {
        font-size: 24px;
        color: var(--main-h3-color);
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .sobute-about-history-description p {
        text-align: justify;
    }
    .sobute-about-vision p {
        font-size: 18px;
        margin: 0;
    }
    .sobute-about-vision {
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-bottom: 30px !important;
    }
    .sobute-about-vision-icon {
        font-size: 100px;
        margin-bottom: 0.3em;
    }
    .sobute-about-vision-icon i {
        border-radius: 50%;
        border: solid #fff;
        color: #fff;
        line-height: 1.5em;
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        display: inline-block;
        transition: 0.5s;
    }
    .sobute-about-vision .sobute-about-vision-title {
        display: block;
        font-size: 25px;
        font-weight: 500;
    }
    .sobute-about-vision .sobute-about-vision-content {
        display: inline-block;
        width: 50%;
    }
    .sobute-about-mission p {
        font-size: 18px;
        margin: 0;
    }
    .sobute-about-mission {
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-bottom: 30px !important;
    }
    .sobute-about-mission-icon {
        font-size: 100px;
        margin-bottom: 0.3em;
    }
    .sobute-about-mission-icon i {
        border-radius: 50%;
        border: solid #fff;
        color: #fff;
        line-height: 1.5em;
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        display: inline-block;
        transition: 0.5s;
    }
    .sobute-about-mission .sobute-about-mission-title {
        display: block;
        font-size: 25px;
        font-weight: 500;
    }
    .sobute-about-mission .sobute-about-mission-content {
        display: inline-block;
        text-align: justify;
        width: 60%;
    }
    .sobute-about-prinsip p {
        font-size: 18px;
        margin: 0;
        font-family: Calibri, sans-serif;
    }
    .sobute-about-prinsip {
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-bottom: 30px !important;
    }
    .sobute-about-prinsip-icon {
        font-size: 100px;
        margin-bottom: 0.3em;
    }
    .sobute-about-prinsip-icon i {
        border-radius: 50%;
        border: solid #fff;
        color: #fff;
        line-height: 1.5em;
        width: 1.5em;
        height: 1.5em;
        text-align: center;
        display: inline-block;
        transition: 0.5s;
    }
    .sobute-about-prinsip .sobute-about-prinsip-title {
        display: block;
        font-size: 25px;
        font-weight: 500;
    }
    .sobute-about-history {
        padding-top: 60px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 60px;
        background-color: #f5f5f5;
    }
    .sobute-about-history p {
        font-size: 11px;
        margin-bottom: 2rem;
        font-weight: 100;
    }
    .sobute-about-history h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #0066af;
    }
    .sobute-about-history-image {
        min-height: 22rem;
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .sobute-about-founder {
        padding-top: 60px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 60px;
        background-color: #fff;
    }
    .sobute-about-founder p {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 400;
    }
    .sobute-about-founder h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #0066af;
    }
    .sobute-about-founder-image {
        min-height: 22rem;
        margin-bottom: 10px;
        margin-top: 12px;
        background-image: url("img_girl.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sobute-founder-wrapper {
        height: 120px;
    }
    .sobute-founder-wrapper img {
        border-radius: 50%;
        position: relative;
        top: -100px;
        left: 100px;
    }
    .sobute-founder-wrapper h3 {
        position: relative;
        top: -260px;
        left: 335px;
        font-size: 35px;
        font-weight: 400;
        color: #fff;
    }
    .sobute-founder-wrapper p {
        position: relative;
        top: -265px;
        left: 335px;
        font-size: 25px;
        font-weight: 300;
    }
    .sobute-about-founder-biography p {
        text-align: justify;
    }
    .sobute-about-founder-work-upper {
        margin-bottom: 35px;
    }
    .sobute-about-founder-work-under {
        margin-top: 35px;
    }
    .sobute-about-founder-work-upper p {
        text-align: justify;
    }
    .sobute-about-network-title {
        justify-content: center;
        font-size: 35px;
        font-weight: 500;
        color: #0066af;
        margin-bottom: 6rem !important;
    }
    .sobute-about-network {
        padding-top: 60px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 60px;
        background-color: #f5f5f5;
    }
    .sobute-network-column {
        background-color: #fff;
        margin: 0 2rem 5rem 0;
        height: 22rem;
    }
    .sobute-network-column img {
        height: 120px;
        width: 140px;
        position: relative;
        top: -73px;
    }
    .sobute-network-column .image-flag-1 img {
        float: right;
        height: 120px;
        width: 140px;
        position: relative;
        top: -73px;
    }
    .sobute-about-network-work-upper {
        margin: -75px 0 0 25px;
    }
    .sobute-about-network-work-upper-1 {
        margin: 55px 0 0 25px;
    }
    .history-section {
        min-height: 500px;
        color: #0066af;
        background-color: #fff;
    }
    .history-image {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }
    .history-desc {
        display: flex;
        min-width: 0;
        align-items: center;
        text-align: justify;
        padding-right: 20%;
    }
    .sobute-patent-upper {
        min-height: 200px;
        background-color: #0066af;
    }
    .sobute-patent-upper .patent-wrapper {
        position: relative;
        bottom: 80px;
    }
    .sobute-patent-upper img {
        height: 100px;
        width: 100px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        position: relative;
        bottom: 0;
    }
    .sobute-patent-upper h3 {
        text-align: center;
        font-size: 35px;
        color: #fff;
        font-weight: 400;
    }
    .patent-upper-text p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin: 10px 80px 20px 80px;
        text-align: center;
    }
    .sobute-patent-example {
        min-height: 350px;
        background-color: #fff;
        margin-bottom: 70px;
    }
    .sobute-patent-example .table-patent {
        position: relative;
        left: 12%;
    }
    .sobute-patent-example th {
        font-size: 18px;
        font-weight: 600;
    }
    .table-patent tr {
        background: #fff !important;
    }
    .sobute-patent-example table,
    td,
    th {
        border-bottom: 1px solid #000;
    }
    .sobute-patent-example table th,
    td {
        padding: 15px;
    }
    .sobute-patent-formula {
        background-color: #f5f5f5;
    }
    .sobute-patent-formula img {
        height: 100px;
        width: 100px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        position: relative;
        bottom: 100px;
    }
    .sobute-patent-formula h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        color: #0066af;
        position: relative;
        bottom: 80px;
    }
    .sobute-patent-formula .formula-text {
        text-align: center;
        font-size: 18px;
        color: #000;
        position: relative;
        bottom: 80px;
    }
    #achievement {
        margin-bottom: 50px;
    }
    .achievment-title {
        position: relative;
        top: 25%;
    }
    .sobute-achievement-upper {
        height: 150px;
        background-color: #0066af;
    }
    .sobute-achievement-upper h3 {
        color: #fff;
        text-align: center;
        font-size: 35px;
        font-weight: 600;
    }
    .sobute-achievement table th {
        padding: 50px 15px 15px 15px;
    }
    .sobute-achievement table td {
        padding: 15px;
    }
    .sobute-achievement-down {
        position: relative;
        left: 5%;
    }
    .table-achievement {
        position: relative;
        bottom: 24px;
        width: 90%;
    }
    .table-achievement th {
        line-height: 60px;
        font-size: 18px;
        font-weight: 600;
    }
    .sobute-achievement th,
    tr:nth-child(even) {
        background: rgba(204, 204, 204, 0.5);
    }
    .sobute-achievement tr:nth-child(odd) {
        background: #fff;
    }
    .sobute-honor {
        margin: 0 30px;
        overflow: visible;
        white-space: nowrap;
    }
    .sobute-honor-upper h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        color: #0066af;
    }
    .slick-carousel-desktop {
        margin: 0 50px 50px 50px;
    }
    .slick-carousel-desktop img {
        height: 200px;
        width: 250px;
    }
    .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }
    .slick-prev:before {
        content: url("/themes/sobute/img/arrow-left.svg") !important;
        position: relative;
        right: 50px;
    }
    .slick-next:before {
        content: url("/themes/sobute/img/arrow-right.svg") !important;
        position: relative;
        left: 50px;
    }
    .slick-prev {
        left: 30px !important;
        z-index: 100 !important;
    }
    .slick-next {
        right: 30px !important;
        z-index: 100 !important;
    }
    .sobute-products-container {
        height: 550px;
        background-color: #f5f5f5;
    }
    .sobute-products-container .sobute-product-cat-containers {
        text-align: left;
        margin: 0 0 20px 20px;
        background-color: #fff;
        height: 185px;
        width: 28%;
        position: relative;
        top: 80px;
        left: 80px;
    }
    .sobute-product-cat-containers p {
        font-weight: 500;
        position: relative;
        left: 20px;
        top: 20px;
        font-size: 18px;
    }
    .sobute-product-cat-containers button {
        text-align: center;
        text-decoration: none;
        display: inline-block;
        background-color: #fff;
        color: #1e90ff;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        top: 30px;
        float: right;
        right: 10px;
        border: 2px solid #1e90ff;
    }
    .sobute-product-cat-containers button:hover {
        background: #2196f3;
        color: #fff;
    }
    .product-detail .sobute-product-category {
        background-color: #0066af;
        height: 115px;
    }
    .product-detail .sobute-product-category h1 {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        justify-content: center;
        text-align: center;
        position: relative;
        top: 25px;
    }
    .sobute-category-name {
        margin-top: 35px;
        font-size: 16px;
    }
    .sobute-product-cat-containers {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .sobute-category-name h2 {
        width: 100%;
        font-size: 35px;
        font-weight: 600;
        color: rgb(255 255 255);
        background-color: #007cd5;
        text-align: center;
        min-height: 110px;
    }
    .sobute-products-details-container .sobute-product-category {
        background-color: #0066af;
        height: 150px;
    }
    .sobute-products-details-container .sobute-product-category h1 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        justify-content: center;
        position: relative;
        top: 35%;
        text-align: center;
    }
    .sobute-products-details-container .sobute-product-details h3 {
        margin-top: 100px;
        font-size: 18px;
        font-weight: 500;
        color: #0066af;
        position: absolute;
        top: 2p0x;
        left: 33%;
    }
    .sobute-product-title {
        text-align: center;
        font-weight: 400;
        color: #0066af;
        margin: 30px 0 50px 0;
    }
    .sobute-product-title h3 {
        font-size: 20px;
    }
    .products-head {
        margin-bottom: 80px !important;
    }
    .sobute-products-details-container .products-explanation h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .product-images img {
        position: relative;
        left: 33%;
    }
    .products-explanation .icofont-arrow-down:before {
        content: "\ea5b";
        background-color: #fff;
        color: #00f;
        border-radius: 50%;
        position: relative;
        right: 10px;
        font-size: 25px;
    }
    .products-explanation button {
        min-width: 175px;
        color: #fff;
        background-color: #0066af;
        border-color: #0066af;
        font-size: 25px;
        font-weight: 500;
        margin-top: 20px;
        border-radius: 3px;
        height: 50px;
        border-style: none;
    }
    .products-explanation p {
        margin-right: 10rem;
    }
    .products-detail-container {
        margin: 15%;
        margin-top: 20px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .products-detail-container .sub-title ul li {
        display: inline-block;
    }
    .products-detail-container .sub-title ul li::before {
        content: "";
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: 10px;
        position: relative;
        left: -8px;
        top: -2px;
    }
    .products-detail-container .sub-title ul li:first-child::before {
        display: none;
    }
    .products-detail-container .title {
        color: #06f;
        font-size: 25px;
    }
    .products-description h3 {
        color: #06f;
        font-size: 25px;
    }
    .products-detail-container .product-description {
        font-size: 14px;
    }
    .products-detail-panels {
        border-left: 1px solid #a3a3a3;
    }
    .products-detail-panels .product-image-highlight {
        height: 250px;
    }
    .products-detail-panels .product-image-highlight img {
        height: 300px;
        margin: 0 auto;
        object-fit: cover;
    }
    .products-detail-panels .product-image-thumbnail {
        height: 100px;
    }
    .products-detail-panels .product-image-thumbnail img {
        height: 100px;
        margin: 0 auto;
        object-fit: cover;
    }
    ul.prod-cat1 a.arrow {
        padding-right: 10px;
    }
    ul.prod-cat1 {
        padding-bottom: 30px;
    }
    ul.prod-cat1 span {
        display: block;
        padding: 15px;
    }
    ul.prod-cat1 > a {
        color: #06f;
    }
    ul.prod-cat1 > li {
        border-bottom: 1px solid #dfdfdf;
    }
    ul.prod-cat1 li span > a:hover {
        color: #06f;
        font-weight: 700;
    }
    ul.prod-cat1 li span > a.active1 {
        color: #06f;
        font-weight: 700;
    }
    ul.prod-cat2 {
        margin-top: 10px;
    }
    ul.prod-cat2 a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    ul.prod-cat2 > li {
        padding-left: 40px;
        font-size: 95%;
        border-top: 1px solid #dfdfdf;
    }
    ul.prod-cat2 > li:hover {
        background-color: #06f;
    }
    ul.prod-cat2 > li.active1 {
        background-color: #06f;
    }
    ul.prod-cat2 > li:hover a {
        color: #fff;
    }
    ul.prod-cat2 > li.active1 a {
        color: #fff;
    }
    .page-gallery-section {
        min-height: 400px;
        color: #000;
        background-color: #fff;
        padding-bottom: 30px;
    }
    .gallery-container h3 {
        font-size: 30px;
        margin-bottom: 30px;
        color: #0066af;
        font-weight: 500;
    }
    .gallery-container a {
        color: #333;
    }
    .gallery-container a:hover {
        color: #0066af;
    }
    .gallery-container a.active {
        color: #fff;
    }
    .gallery-filter {
        position: relative;
        z-index: 10000;
    }
    .gallery-filter ul {
        text-align: center;
        margin-bottom: 30px;
    }
    .gallery-filter ul li button {
        background-color: #0066af;
        height: 40px;
        min-width: 110px;
        border-style: none;
    }
    .gallery-filter ul li a {
        font-size: 18px;
    }
    .gallery-filter ul li button a {
        font-size: 18px;
    }
    .gallery-container {
        margin: 40px;
        margin-bottom: 50px;
        background-color: #fff;
    }
    .gallery-filter ul > li {
        display: inline-block;
        margin-right: 3rem;
        padding: 5px 5px 0 15px;
    }
    .gallery-filter ul > li + li {
        border-left: 1px solid;
        border-color: #0066af;
    }
    .gallery-filter ul img {
        position: relative;
        width: 40px;
        height: 40px;
        top: 12px;
    }
    .icon-arrow:hover {
        transform: scale(1.5);
    }
    .page-contact-section {
        position: relative;
        color: #000;
        overflow: hidden;
    }
    .office-con {
        margin-top: 25px;
    }
    .office-address p {
        color: #186db0;
        font-weight: 500;
    }
    .office-container {
        padding: 60px;
        padding-left: 100px;
        padding-bottom: 20px;
    }
    .office-container h3 {
        font-size: 30px;
        color: #186db0;
        position: relative;
        top: 20px;
        font-weight: 500;
    }
    .office-container .office-branch {
        margin-top: 15px;
        width: 100%;
        font-size: 12px;
    }
    .page-search-section {
        min-height: 600px;
        padding: 50px;
        background-color: #fff;
    }
    .search {
        padding: 0.75rem 0;
    }
    .search hr {
        height: 2px;
        border-width: 0;
        color: #0066af;
        background-color: #0066af;
    }
    .search-description {
        margin-top: 135px;
        margin-bottom: 50px;
        font-weight: 500;
        font-size: 25px;
    }
    .search-item {
        margin-bottom: 30px;
    }
    .search-item h3 {
        font-size: 18px;
        font-weight: 500;
    }
    .c-item {
        height: 190px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .c-item h4 {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        margin-top: 10px;
    }
    ::-webkit-scrollbar {
        /* display: none; */
    }
    ::-webkit-scrollbar-track {
        background: #fff;
    }
    ::-webkit-scrollbar-thumb {
        background: #fff;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }
    .map-container {
        position: relative;
        padding-top: 0;
    }
    .map-container h3 {
        font-size: 30px;
        color: #06f;
    }
    .column#contact {
        background-color: #eeecec;
    }
    .column#contact h3 {
        text-align: left;
        color: #186db0;
        font-size: 30px;
        margin: 60px 0 40px 120px;
        font-weight: 400;
    }
    .sb-contact-container .form-group {
        position: relative;
        min-height: 3.5em;
    }
    .sb-contact-container {
        background-color: #eeecec;
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
        margin-left: 120px;
        min-height: 500px;
        width: 400px;
    }
    .sb-contact-container label {
        position: absolute;
        font-size: 1rem;
        top: 20px;
        left: 10px;
    }
    .sb-contact-container input {
        margin-bottom: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        width: 100%;
        border: none;
        border-radius: 4px;
        padding-left: 75px;
        font-size: 18px;
    }
    .sb-contact-container .select-container {
        position: relative;
        top: -20px;
        width: 100%;
    }
    .sb-contact-container .select-container .form-control-label {
        position: relative;
        font-size: 1.1rem;
        top: 42px;
        left: 10px;
    }
    select::-ms-expand {
        display: none;
    }
    .select-container select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 24px 0 70px;
        display: block;
        width: 100%;
        height: 50px;
        font-size: 18px;
        line-height: 3em;
        color: #333;
        background-color: #fff;
        -ms-word-break: normal;
        word-break: normal;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat, repeat;
        background-position: right 0.7em top 50%, 0 0;
        background-size: 1rem auto, 100%;
        border: none;
    }
    .sb-contact-container textarea {
        padding-top: 20px;
        padding-left: 10px;
        width: 100%;
        border: none;
        border-radius: 4px;
    }
    .sb-contact-container button {
        margin-top: 20px;
        background-color: #0066af;
        color: #fff;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        cursor: pointer;
        transition: 0.2s all;
        min-width: 150px;
        font-size: 22px;
    }
    .sb-contact-container button:hover {
        background-color: #0e0ecd;
    }
    .sb-contact-container span {
        font-size: 12px;
        color: #ff0202;
        font-style: italic;
    }
    .green-background {
        display: inline-block;
        position: absolute;
        bottom: -50px;
        width: 150%;
        left: -200px;
        overflow: hidden;
        height: 400px;
        background-color: #06f;
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .page-article-section {
        background-color: var(--main-white-color);
    }
    .page-article-section .boxes {
        min-height: 175px;
        padding: 0;
        border: 1px solid #bfbfbf;
        background-color: #fff;
        box-shadow: 10px 10px 5px #aaa;
        margin: 10px 20px;
    }
   .page-article-section .boxes a img {
	height: 185px;
	width: 100%;
    }
    .page-article-section .news-lists h1 {
        font-size: 35px;
        text-align: center;
        font-weight: 400;
        margin: 35px 0 70px 0;
        color: #044286;
    }
    .page-article-section .boxes .article-box h3 {
        font-size: 14px;
        font-weight: 600;
        color: var(--main-full-black-color);
    }
    .page-article-section .boxes .article-box h4 {
        font-size: 10px;
        font-weight: 400;
        color: #aaa;
    }
    .page-article-section .boxes .article-content {
        max-height: 50px;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        max-height: 50px;
        margin: 10px;
    }
    .page-article-section .boxes .article-content p {
        font-size: 10px;
        font-weight: 400;
        color: #aaa;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        max-height: 50px;
    }
    .page-article-section .boxes .article-read-more {
        max-height: 50px;
        overflow: hidden;
        margin: 10px;
        color: var(--main-full-black-color);
        font-weight: 600;
        font-size: 14px;
    }
    .page-article-section .articles-list {
        margin: 0;
        margin-top: -10px;
    }
    .page-article-section .article-box {
        position: relative;
        padding: 10px;
        min-height: 70px;
    }
    .page-article-section .article-box .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .page-article-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-article-section .article-box:hover .overlay {
        opacity: 1;
    }
    .page-article-section .article-box:hover .overlay span {
        opacity: 1;
        bottom: 0;
    }
    .page-article-section .article-lists .spacious {
        width: 5%;
    }
    .page-article-section .article-lists .between {
        width: 30% !important;
        margin: 5px 0;
    }
    .page-article-section .article-content-container {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 7.5em;
        line-height: 1.5em;
        margin: 10px 0 20px 0;
    }
    .page-article-section .article-content-container p:nth-child(2) {
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-article-section .article-content-container p:hover {
        font-size: 16px;
        font-weight: 600;
        transition: all 0.5s ease-in-out;
    }
    .page-article-section .articles-lists h1:first-child {
        font-size: 18px;
        color: var(--main-full-black-color);
        background-color: var(--main-button-color);
        text-align: left;
        padding-left: 5rem;
        transition: all 0.25s ease-in-out;
    }
    .page-article-section .articles-lists h1:not(:first-child) {
        display: none;
    }
    .page-article-section .articles-lists h1:first-child:hover {
        font-size: 20px;
        font-weight: 700;
        transition: all 0.25s ease-in-out;
    }
    .page-article-section .articles-lists h3 {
        font-size: 25px;
        margin-left: 20px;
        color: var(--main-heading-color);
        padding-left: 5rem;
    }
    .page-article-section .articles-lists h4 {
        font-size: 14px;
        color: var(--main-white-color);
        padding-left: 5rem;
    }
    .page-article-section .articles-lists p {
        color: var(--main-white-color);
        font-size: 14px;
        margin-left: 5rem !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        max-height: 80px;
    }
    .page-article-section .articles-lists p:not(:nth-child(4)) {
        display: none;
    }
    .page-article-section .articles-lists hr {
        margin-left: 5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .articles-list a {
        color: var(--main-full-black-color);
    }
    .articles-list button {
        background-color: var(--main-button-color);
        cursor: pointer;
        justify-content: center;
        padding-bottom: calc(0.375em - 1px);
        padding-left: 0.75em;
        padding-right: 0.75em;
        padding-top: calc(0.375em - 1px);
        text-align: center;
        white-space: nowrap;
        color: var(--main-white-color);
        font-weight: 600;
        border: none;
        height: 30px;
    }
    .page-article-section .articles-lists .button-up:hover {
        font-size: 24px;
        font-weight: 700;
        transition: all 0.5s ease-in-out;
    }
    .page-article-section .articles-content-container {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 7.5em;
        line-height: 1.5em;
        margin: 10px 0 20px 0;
    }
    .page-article-section .articles-content-container p:nth-child(2) {
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-article-section .articles-detail .image {
        margin: 25px 0;
    }
    .page-article-section .articles-detail h3 {
        font-size: 35px;
        font-weight: 600;
        color: var(--main-heading-color);
    }
    .page-article-section .articles-detail .content {
        margin-top: 10px;
        text-align: justify;
    }
    .page-article-section .articles-related {
        position: relative;
        padding: 0;
        margin-bottom: 10px;
    }
    .page-article-section .articles-related .content a p {
        font-size: 12px;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .page-article-section .button-article-details {
        font-size: 16px;
        height: 2rem;
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        border-width: 1px;
        color: #0000006b;
        cursor: pointer;
        justify-content: center;
        padding-bottom: calc(0.375em - 1px);
        padding-left: 0.75em;
        padding-right: 0.75em;
        padding-top: calc(0.375em - 1px);
        text-align: center;
        white-space: nowrap;
        margin-bottom: 15px;
    }
    .page-article-section .articles-related .related-image {
        height: 300px;
        overflow: hidden;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .page-article-section .articles-relateds {
        margin-bottom: 30px;
    }
    .page-article-section .articles-relateds hr,
    .related-title hr {
        background-color: #d0d0d0;
        border: none;
        display: block;
        height: 1px;
        margin: 0;
        width: 100%;
    }
    .page-article-section .articles-related .related-image img {
        height: 300px;
        object-fit: cover;
    }
    .page-article-section .articles-relateds .related-title h3 {
        color: var(--main-full-black-color);
        font-size: 16px;
        font-weight: 600;
    }
    .page-article-section .articles-relateds .related-title {
        color: var(--main-full-black-color);
        padding: 2px;
        font-size: 14px;
    }
    .page-article-section .articles-relateds .related-date {
        position: absolute;
        top: 10px;
        right: 25px;
        color: var(--main-white-color);
        background-color: var(--main-half-black-color);
        padding: 8px;
        font-size: 14px;
    }
    .page-article-section .articles-detail h3 {
        font-weight: 600;
        color: var(--main-heading-color);
        font-size: 16px;
    }
    .page-article-section .news-pagination {
        text-align: center;
        z-index: 1000;
        position: relative;
        padding-right: 30px;
        padding-bottom: 20px;
    }
    .page-article-section .news-pagination span {
        background-color: #0066b0;
        padding: 8px 16px;
        color: #fff;
        border: 1px solid #9a9a9a;
        font-size: 20px;
    }
    .page-article-section .news-pagination a {
        background-color: #fff;
        padding: 8px 16px;
        color: #000;
        transition: 0.2s all;
        border: 1px solid #9a9a9a;
        font-size: 20px;
    }
    .page-article-section .news-pagination a:hover {
        background-color: #0066b0 !important;
        padding: 8px 16px;
        color: #fff;
    }
    .page-news-section {
        background-color: #fff;
        margin-bottom: 25px;
    }
    .news-container {
        margin-top: 5px;
    }
    .news-filters h3 {
        font-size: 25px;
        margin-left: 20px;
        color: #26613b;
    }
    .news-filter {
        margin: 0;
        margin-left: 20px;
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #c3c3c3;
    }
    .news-filter ul li a {
        color: #26613b;
    }
    .news-filter ul li a.active {
        color: #26613b;
        font-weight: 700;
        font-size: 120%;
    }
    .news-filter ul.li-month {
        padding-left: 20px;
    }
    .news-lists h3 {
        font-size: 30px;
        font-weigth: 600;
        color: #26613b;
    }
    .news-lists h1 {
        color: #26613b;
	margin-left: 20px;
    }
    .news-list {
        margin: 0;
        margin-top: -10px;
    }
    .news-list a {
        color: #000;
    }
    .news-box {
        position: relative;
        height: 200px;
        padding: 20px;
        margin: 10px;
    }
    .news-box .overlay {
        background-color: rgba(0, 0, 0, 0.604);
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .news-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: #fff;
        border: solid #fff 2px;
        opacity: 0;
        transition: 0.3s all;
    }
    .news-box:hover .overlay {
        opacity: 1;
    }
    .news-box:hover .overlay span {
        opacity: 1;
        bottom: 0;
    }
    .news-title-container {
        margin-left: 20px;
    }
    .news-box .news-title-container {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.624);
        padding: 5px;
        font-size: 14px;
    }
    .news-box .news-date-container {
        position: absolute;
        width: 0;
        height: 0;
        bottom: -100px;
        right: -100px;
        background: 0 0;
        border: solid rgba(43, 115, 68, 0.808) 100px;
        border-right-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .news-date-container .icon-date {
        bottom: -90px;
        right: -50px;
        text-align: right;
        width: 10px;
        font-size: 18px;
        position: absolute;
        float: left;
        font-weight: 700;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        color: #fff;
    }
    .news-date-container .news-date {
        bottom: -15px;
        right: -10px;
        text-align: right;
        width: 40px;
        font-size: 18px;
        float: right;
        position: relative;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        color: #fff;
    }
    .article-box .overlay {
        background-color: rgba(0, 0, 0, 0.604);
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .article-box .overlay span {
        position: absolute;
        top: 0;
        bottom: -100px;
        left: 0;
        right: 0;
        width: 40%;
        height: 11%;
        margin: auto;
        text-align: center;
        z-index: 10;
        font-size: 18px;
        color: #fff;
        border: solid #fff 2px;
        opacity: 0;
        transition: 0.3s all;
    }
    .article-box:hover .overlay {
        opacity: 1;
    }
    .article-box:hover .overlay span {
        opacity: 1;
        bottom: 0;
    }
    .article-box .article-title-container {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.624);
        padding: 5px;
        font-size: 14px;
    }
    .article-box .article-date-container {
        position: absolute;
        width: 0;
        height: 0;
        bottom: -100px;
        right: -100px;
        background: 0 0;
        border: solid rgba(43, 115, 68, 0.808) 100px;
        border-right-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .article-date-container .icon-date {
        bottom: -90px;
        right: -50px;
        text-align: right;
        width: 10px;
        font-size: 18px;
        position: absolute;
        float: left;
        font-weight: 700;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        color: #fff;
    }
    .article-date-container .article-date {
        bottom: -15px;
        right: -10px;
        text-align: right;
        width: 40px;
        font-size: 18px;
        float: right;
        position: relative;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        color: #fff;
    }
    .news-details {
        padding: 40px;
        padding-left: 80px;
        padding-right: 80px;
    }
    .news-detail {
        padding-right: 40px;
    }
    .news-detail h3 {
        font: size 30px;
        color: #24422f;
    }
    .news-detail .content {
        margin-top: 10px;
        text-align: justify;
    }
    .news-relateds h3 {
        font-size: 20px;
        margin-bottom: 13px;
        margin-left: 20px;
    }
    .news-related {
        position: relative;
        padding: 0;
        margin-bottom: 10px;
        height: 300px;
    }
    .news-related span {
        margin-left: 20px;
    }
    .news-related .related-image {
        height: 300px;
        overflow: hidden;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .news-related .related-image img {
        height: 300px;
        object-fit: cover;
    }
    .news-related .related-title {
        position: absolute;
        bottom: 40px;
        left: 30px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.623);
        padding: 8px;
        font-size: 14px;
    }
    .news-related .related-date {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        background-color: #24422f;
        padding: 8px;
        font-size: 14px;
    }
    .news-related .overlay {
        background-color: rgba(0, 0, 0, 0.604);
        position: absolute;
        height: 300px;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .news-related .overlay span {
        position: absolute;
        top: 0;
        bottom: -100px;
        left: 0;
        right: 0;
        width: 40%;
        height: 12%;
        margin: auto;
        text-align: center;
        z-index: 10;
        font-size: 18px;
        color: #fff;
        border: solid #fff 2px;
        opacity: 0;
        transition: 0.3s all;
    }
    .news-related:hover .overlay {
        opacity: 1;
    }
    .news-related:hover .overlay span {
        opacity: 1;
        bottom: 0;
    }
    .news-pagination {
        text-align: center;
        z-index: 1000;
        position: relative;
        padding-right: 30px;
        padding-bottom: 20px;
    }
    .news-pagination span {
        margin-left: 20px;
        background-color: #26613b;
        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: #5cdb58 !important;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .is-fullhd {
        max-width: 1920px !important;
    }
    .scroll-to-top {
        position: fixed;
        z-index: 10000;
        right: 0;
        bottom: 1rem;
        display: none;
        scroll-behavior: smooth;
    }
    .scroll-to-top a {
        font-size: 1rem;
        width: 5rem;
        height: 4rem;
        color: #06f;
        line-height: 3.1rem;
        text-align: center;
        font-size: 40px;
    }
    .d-block {
        opacity: 0.8;
        display: block !important;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .btn-spinner {
        color: #fff;
        opacity: 0;
        transition: all 1s;
        -webkit-transition: all 1s;
    }
    #snackbar {
        visibility: hidden;
        min-width: 250px;
        margin-left: -125px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 1000;
        left: 50%;
        bottom: 80px;
        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;
        }
    }
    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: #d60000;
        background-color: #f3c5c5;
        border-width: 1px;
    }
}
