@media (max-width: 991px) {
    html {
        font-size: 14px;
    }
    * {
        font-family: "arial", "Open Sans", Muli;
    }
    * {
        scroll-behavior: smooth;
    }
    body,
    html {
        overflow-x: hidden;
    }
    * {
        user-select: none;
    }
    ::selection {
        background: 0 0;
    }
    ::-moz-selection {
        background: 0 0;
    }
    :root {
        --remove-color: #e91063;
        --main-font-color: #000000;
        --main-h3-color: rgb(0, 102, 176);
        --main-line-color: #cecece;
        --hover-font-color: #df6c00;
        --hover-google-color: #616161;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    body {
        font-family: "arial", "Open Sans", Muli;
        color: var(--main-font-color);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h2 {
        font-size: 35px;
        font-weight: 600;
        color: #0066b0;
    }
    a {
        transition: 0.3s color;
    }
    b {
        font-weight: 700;
    }
    strong {
        font-weight: 700;
        color: #292929;
    }
    h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 90%;
    }
    .fix {
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 10px;
    }
    .btn-container {
        display: inline-block;
        cursor: pointer;
        margin-top: 10px;
        margin-right: 10px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
        position: relative;
        right: 10px;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .mobile-menu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 1000;
        height: 550px;
    }
    .mobile-menu ul {
        text-align: right;
        max-width: 300px;
        margin-right: 20px;
    }
    .mobile-menu ul li a {
        display: block;
        padding: 10px 0 10px 10px;
        color: #fff;
    }
    .mobile-header-section {
        position: fixed;
        left: 0;
        top: 10px;
        width: 100%;
        height: 60px;
        color: #fff;
        background-color: rgba(0, 102, 176, 0.8);
        z-index: 10000;
    }
    .mobile-header-section .logo-section img {
        margin-top: 3px;
        margin-left: 7px;
        height: 50px;
    }
    .mobile-header-section .title-section span {
        font-size: 9px;
        line-height: 60px;
        margin-left: 0;
        font-family: "Times New Roman";
    }
    .mobile-header-section .language-section ul {
        float: right;
    }
    .mobile-header-section .language-section ul li {
        display: inline-block;
        margin-top: 17px;
    }
    .mobile-header-section .language-section ul li a p {
        position: relative;
        left: 0;
        top: 0;
        background-color: #bfbfbf;
        width: 35px;
        text-align: center;
        height: 25px;
    }
    .mobile-header-section .hamburger-section {
        text-align: right;
    }
    .mobile-header-section .hamburger-section a {
        display: inline-block;
        margin-top: 12px;
        margin-left: 0;
        margin-right: 10px;
        color: #fff;
        font-size: 25px;
    }
    .mobile-menu {
        position: relative;
        top: -22px;
        background-color: rgba(0, 102, 176, 0.9);
        float: right;
    }
    .mobile-header-padding {
        height: 60px;
    }
    .header-section {
        color: #fff;
        background-color: #1f1f1f;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 10000;
        display: none;
    }
    .logo2 {
        fill: #ffffff;
        transition: 0.2s all;
    }
    .main-menu:hover .logo2 {
        fill: rgba(0, 102, 176, 0.8);
    }
    li.active .logo2 {
        fill: rgba(0, 102, 176, 0.8);
    }
    .header-section .logo-section img {
        width: 70px;
    }
    .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: rgba(0, 102, 176, 0.8);
    }
    .header-section .separator {
        border-right: 1px solid #fff;
    }
    .menu-sections {
        transition: all 0.3s ease;
    }
    .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 {
        display: inline-block;
        margin-left: 4rem;
        font-size: 16px;
        font-weight: 300;
        position: relative;
        padding-bottom: 20px;
        transition: 0.2s all;
    }
    .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 {
        display: inline-block;
        margin-left: 4rem;
        font-size: 14px;
        font-weight: 800;
        position: relative;
        padding-bottom: 20px;
        transition: 0.2s all;
    }
    .tb-search {
        position: absolute;
        width: 0;
        visibility: hidden;
        transition: 0.3s all;
        background-color: #fff;
        border: 1px solid #8b8c8e;
        border-radius: 3px;
        padding: 5px;
        padding-left: 0;
        padding-right: 0;
        top: 60px;
        left: 42%;
        color: #000;
    }
    .tb-search::placeholder {
        color: #000;
    }
    .tb-search:-ms-input-placeholder {
        color: #000;
    }
    .tb-search::-ms-input-placeholder {
        color: #000;
    }
    .tb-search:focus {
        outline-width: 0;
    }
    .btn-search:hover .tb-search {
        width: 150px;
        padding-left: 5px;
        padding-right: 5px;
        visibility: visible;
    }
    .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: 75% !important;
        padding-top: 10px !important;
    }
    .footer-section {
        color: #fff;
        width: 100%;
        min-height: 200px;
        background-color: #242424;
        z-index: 100;
        position: relative;
    }
    .footer-address {
        margin-top: 0;
        margin-left: 10px;
    }
    .footer-address strong {
        color: #fff;
    }
    .footer-address ul li {
        font-size: 10px;
    }
    .footer-address ul li img {
        width: 30px !important;
        padding-bottom: 10px;
    }
    .footer-address ul li h3 {
        font-family: "Times New Roman";
        font-size: 12px;
    }
    .social-section {
        padding-top: 20px;
        padding-left: 0;
    }
    .social-section ul li {
        display: inline-block;
        font-size: 15px;
        padding-right: 10px;
        color: #fff;
    }
    .social-section ul li a {
        font-size: 15px;
        color: #fff;
    }
    .profil-text {
        margin: 50px 0;
    }
    .profil-text h2 {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
    }
    .profil-text p {
        padding: 10px 30px;
    }
    .about-logo-profile {
        position: relative;
        width: 100%;
    }
    .about-logo-profile img {
        width: 100%;
    }
    .about-text {
        text-align: center;
    }
    .about-text p {
        padding: 0 10px;
    }
    .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;
    }
    .sobute-services ul {
        background-color: rgb(0 149 255 / 57%);
        margin-top: -10px;
    }
    .sobute-services ul li {
        min-height: 50px;
    }
    .sobute-services:nth-child(1) {
        position: relative;
        bottom: 48rem;
    }
    .sobute-services:nth-child(2) {
        position: relative;
        bottom: 31rem;
    }
    .sobute-services:nth-child(3) {
        position: relative;
        bottom: 14rem;
    }
    .sobute-services ul li > ul {
        display: none;
        width: 250px;
        height: auto;
    }
    .sobute-services ul li:hover > ul {
        display: block;
        color: #000;
        background-color: #f0f8ff;
        font-size: 14px;
        width: 106%;
        margin-top: 15px;
    }
    .sobute-services ul li:hover > i {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: 0.5s ease;
    }
    .sobute-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;
        margin-left: 30px;
    }
    .sobute-services {
        text-align: center;
        position: relative;
        font-size: 25px;
        color: #fff;
    }
    .arrow {
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        float: right;
        margin-top: 25px;
        margin-right: 16px;
    }
    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .advantage {
        margin-bottom: 50px;
    }
    .advantage .sobute-adv-title .sobute-adv-h3 {
        margin: 25px 0;
    }
    .sobute-adv-expl {
        margin-right: 0.25%;
    }
    .sobute-adv-title h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        color: #0066b0;
    }
    .adv-sub {
        position: relative;
        background-color: #0066af;
        width: 45% !important;
        margin-left: 15px;
        height: 88px;
        margin-bottom: 40px;
    }
    .adv-sub p {
        text-align: center;
        font-size: 12px;
        position: relative;
        top: 25px;
        color: #fff;
        font-weight: 500;
    }
    .adv-sub img {
        position: relative;
        bottom: 80px;
        left: 42%;
        border-radius: 50%;
        background-color: #fff;
        height: 50px;
        width: 50px;
    }
    .adv-sub img:hover {
        transform: scale(1.5);
    }
    .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;
    }
    .footer-sub-dashboard {
        height: 25% !important;
    }
    .sobute-address {
        margin-left: 15px;
        background-color: #f5f5f5;
    }
    .footer-address-left p {
        color: #000;
        font-weight: 500;
    }
    .footer-address-left {
        margin-bottom: 15px;
    }
    .footer-address-left .footer-office-address h3 {
        color: #0066af;
        font-weight: 500;
    }
    .office-address {
        margin-bottom: 30px;
    }
    .office-address {
        margin-bottom: 30px;
    }
    .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-style: none;
    }
    .footer-address-right {
        margin-left: 40px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .column#contact {
        background-color: #eeecec;
    }
    .column#contact h3 {
        text-align: left;
        color: #186db0;
        font-size: 35px;
        margin: 40px 0 15px 20px;
        font-weight: 600;
    }
    .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: 20px;
        min-height: 500px;
    }
    .sb-contact-container label {
        position: relative;
        font-size: 1rem;
        top: 35px;
        left: 10px;
    }
    .sb-contact-container input {
        margin-bottom: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        width: 94%;
        border: none;
        border-radius: 4px;
        padding-left: 60px;
        font-size: 14px;
        line-height: 0;
    }
    .sb-contact-container .select-container {
        position: relative;
        top: 0;
        width: 94%;
    }
    .sb-contact-container .select-container:nth-child(2) {
        margin-bottom: 20px;
    }
    .sb-contact-container .select-container .form-control-label {
        font-size: 1.2rem;
    }
    .sb-contact-container .text-area {
        margin-top: 20px;
    }
    select::-ms-expand {
        display: none;
    }
    .select-container select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 0;
        display: block;
        width: 100%;
        height: 44px;
        padding: 0 24px 0 70px;
        font-size: 16px;
        line-height: 2em;
        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;
        border: none;
    }
    .sb-contact-container textarea {
        padding-top: 20px;
        padding-left: 10px;
        width: 94%;
        border: none;
        border-radius: 5px;
        height: 15rem;
    }
    .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: 16px;
        border-style: none;
        font-size: 22px;
    }
    .sb-contact-container button:hover {
        background-color: #0e0ecd;
    }
    .sb-contact-container span {
        font-size: 12px;
        color: red;
        font-style: italic;
    }
    .footer-address-img {
        display: flex;
        color: #000;
        font-weight: 400;
    }
    .footer-address-img a {
        display: flex;
    }
    .footer-address-img img {
        margin-left: 45px;
    }
    .footer-address-img p {
        margin: 10px 0 0 10px;
    }
    .textarea {
        width: 90%;
    }
    div#slider figure img {
        height: 230px !important;
    }
    .banner-section {
        height: 150px;
        width: 100%;
        position: relative;
    }
    .banner-section img {
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%;
    }
    .banner-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 300px;
        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: 20px;
        left: 20px;
    }
    .banner-breadcumb ul li {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.705);
        padding: 5px 10px 5px 10px;
        border-radius: 60px;
        margin-right: 30px;
        position: relative;
        font-size: 8px;
    }
    .banner-line {
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #06b444;
        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: 5px;
    }
    .banner-breadcumb ul li a {
        color: #fff;
    }
    .banner-breadcumb ul li a:hover {
        color: #fff;
    }
    .sobute-vision-mission-image {
        text-align: center;
        height: 52rem !important;
    }
    .sobute-about-vision-mission {
        text-align: center !important;
        font-size: 35px !important;
        color: #fff;
        margin-top: 25px;
    }
    .sobute-about-history-description {
        margin-left: 15px;
        margin-right: 15px;
    }
    .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 {
        margin-top: 30px !important;
    }
    .sobute-about-mission {
        margin-top: 30px !important;
    }
    .sobute-about-prinsip {
        margin-top: 30px !important;
    }
    .sobute-about-vision p {
        font-size: 14px;
    }
    .sobute-about-vision {
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-bottom: 30px !important;
    }
    .sobute-about-vision-icon {
        font-size: 40px;
        margin-bottom: 0.15em;
    }
    .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: 14px;
    }
    .sobute-about-mission {
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-bottom: 30px !important;
    }
    .sobute-about-mission-icon {
        font-size: 40px;
        margin-bottom: 0.15em;
    }
    .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: center;
        width: 60%;
    }
    .sobute-about-prinsip p {
        font-size: 14px;
        margin: 0;
    }
    .sobute-about-prinsip {
        text-align: center;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 80px;
        padding-bottom: 30px !important;
    }
    .sobute-about-prinsip-icon {
        font-size: 40px;
        margin-bottom: 0.15em;
    }
    .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-bottom: 60px;
        background-color: #f5f5f5;
    }
    .sobute-about-history p {
        font-size: 11px;
        margin-bottom: 2rem;
        margin-left: 10px;
        font-weight: 100;
    }
    .sobute-about-history h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        color: #0066af;
    }
    .sobute-about-history-image {
        min-height: 22rem;
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .sobute-about-founder {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        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 {
        margin-bottom: 25px;
        height: 120px;
    }
    .sobute-founder-wrapper img {
        border-radius: 50%;
        position: relative;
        top: -100px;
        left: 25px;
    }
    .sobute-founder-wrapper h3 {
        position: relative;
        top: -95px;
        left: 15px;
        font-size: 35px;
        font-weight: 400;
        color: #200cdf;
    }
    .sobute-founder-wrapper p {
        position: relative;
        top: -111px;
        left: 15px;
        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: left;
    }
    .sobute-about-network-title {
        justify-content: center;
        font-size: 35px;
        font-weight: 600;
        color: #0066af;
        margin-bottom: 3rem !important;
        text-align: center;
    }
    .sobute-about-network {
        padding-top: 60px;
        padding-left: 20px;
        padding-bottom: 40px;
        background-color: #f5f5f5;
    }
    .sobute-network-column {
        background-color: #fff;
        margin: 0 2rem 3rem 0;
        height: 20rem;
    }
    .sobute-network-column img {
        height: 120px;
        width: 140px;
        position: relative;
        top: -25px;
    }
    .sobute-network-column .image-flag-1 img {
        height: 120px;
        width: 140px;
        position: relative;
        top: -25px;
    }
    .sobute-about-network-work-upper {
        margin: -50px 0 0 25px;
    }
    .sobute-about-network-work-upper-1 {
        margin: -50px 0 0 25px;
    }
    .sobute-patent-upper {
        min-height: 200px;
        background-color: #0066af;
    }
    .sobute-patent-upper .patent-wrapper {
        position: relative;
    }
    .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: 600;
    }
    .patent-upper-text p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-align: center;
    }
    .sobute-patent-example table {
        width: 100% !important;
    }
    .sobute-patent-example {
        min-height: 350px;
        background-color: #fff;
        margin-bottom: 80px;
    }
    .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: 10px;
    }
    .sobute-patent-formula {
        min-height: 300px;
        background-color: #f5f5f5;
    }
    .sobute-patent-formula img {
        height: 100px;
        width: 100px;
        background-color: #fff;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        position: relative;
    }
    .sobute-patent-formula h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        color: #0066af;
        position: relative;
    }
    .sobute-patent-formula .formula-text {
        text-align: center;
        font-size: 18px;
        color: #000;
    }
    #achievement {
        margin-bottom: 50px;
    }
    .sobute-achievement-upper {
        background-color: #0066af;
    }
    .sobute-achievement-upper h3 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }
    .sobute-achievement table th {
        padding: 0.5rem;
    }
    .sobute-achievement table td {
        padding: 0.5rem;
    }
    .sobute-achievement-down {
        position: relative;
    }
    .table-achievement {
        position: relative;
        bottom: 20px;
    }
    .table-achievement th {
        line-height: 60px;
        font-size: 18px;
        font-weight: 600;
    }
    .sobute-achievement th,
    tr:nth-child(even) {
        background: #ccc;
    }
    .sobute-achievement tr:nth-child(odd) {
        background: #fff;
    }
    .sobute-honor {
        margin: 0;
        overflow: visible;
        white-space: nowrap;
    }
    .sobute-honor .left {
        width: 25px;
        height: 25px;
        position: relative;
        top: 135px;
    }
    .sobute-honor .right {
        width: 25px;
        height: 25px;
        position: relative;
        bottom: 144px;
        left: 268px;
    }
    .slick-track {
        margin-left: -1rem !important;
    }
    .slick-carousel .is-app-mobile {
        width: 25%;
        display: inline-block;
        margin-right: 15px;
    }
    .slick-slide {
        margin-left: 30px;
    }
    .slick-carousel-mobile img {
        width: 85% !important;
        display: inline-block;
        margin-left: 26px;
    }
    .slider-thumb .slick-prev {
        left: unset;
        top: 0.5em;
    }
    .slick-prev:before {
        content: url("/themes/sobute/img/arrow-left.svg") !important;
    }
    .slick-next:before {
        content: url("/themes/sobute/img/arrow-right.svg") !important;
    }
    .sobute-honor-upper h3 {
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        color: #0066af;
    }
    .sobute-honor-slider {
        text-align: center;
    }
    .sobute-honor-slider img {
        height: 200px;
        width: 250px;
        margin-right: 10px;
    }
    .sobute-category-name {
        margin-top: 35px;
        font-size: 16px;
    }
    .sobute-product-cat-containers {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .sobute-category-name h2 {
        font-size: 25px;
        font-weight: 600;
        color: rgb(255 255 255);
        background-color: #007cd5;
        text-align: center;
        min-height: 60px;
        margin-left: 10px;
    }
    .sobute-products-container {
        background-color: #fff;
    }
    .sobute-products-container .sobute-product-cat-containers {
        text-align: left;
    }
    .sobute-product-cat-containers h3 {
        font-weight: 500;
        font-size: 18px;
        color: #0066af;
        margin-bottom: 20px;
    }
    .sobute-product-cat-containers button {
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-color: #0066af;
        background-color: #0066af;
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        cursor: pointer;
        position: relative;
        top: 30px;
        min-width: 160px;
        border-style: none;
        height: 55px;
        font-size: 22px;
    }
    .sobute-product-cat-containers button:hover {
        background: #0066af;
        color: #fff;
    }
    .sobute-products-detail img {
        margin: 15px 0;
    }
    .sobute-products-detail h4 {
        font-weight: 600;
        margin: 0 0 15px 0;
    }
    .sobute-products-detail .icofont-arrow-down:before {
        content: "\ea5b";
        background-color: #fff;
        color: #00f;
        border-radius: 50%;
        position: relative;
        right: 10px;
        font-size: 25px;
    }
    .sobute-products-details-container .sobute-product-category {
        background-color: #0066af;
        height: 115px;
    }
    .sobute-products-details-container .sobute-product-category h1 {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        justify-content: center;
        position: relative;
        top: 25px;
        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-size: 16px;
        font-weight: 400;
        color: #0066af;
        margin: 25px 0;
    }
    .sobute-products-details-container .products-explanation h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .product-images,
    .products-explanation {
        margin: 0 0 0 25px;
    }
    .products-explanation button {
        width: 140px;
        color: #fff;
        background-color: #0066af;
        height: 40px;
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
    }
    .products-explanation p {
        text-align: justify;
        margin-right: 2rem;
    }
    .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 .article-related-tags,
    .page-article-section .articles-details,
    .page-article-section .articles-relateds {
        margin: 0 15px;
    }
    .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-relateds {
        margin-bottom: 30px;
    }
    .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;
        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 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-gallery-section {
        min-height: 150px;
        color: #000;
        background-color: #fff;
        padding-bottom: 30px;
    }
    .page-news-section {
        overflow: hidden;
    }
    .news-container {
        margin-top: 5px;
    }
    .news-filters h1 {
        margin-left: 20px;
        color: #26613b;
    }
    .news-filter {
        margin: 0;
        margin-left: 20px;
        margin-right: 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 h1 {
        margin-left: 20px;
        color: #26613b;
	font-size: 30px;
    }
    .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: #0000009a;
        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: 0;
        bottom: 0;
    }
    .news-title-container {
        padding-left: 20px;
    }
    .news-box .news-title-container {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        background-color: #0000009f;
        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 #2b7344ce 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: #0000009a;
        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: 0;
        bottom: 0;
    }
    .article-box .article-title-container {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        background-color: #0000009f;
        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 #2b7344ce 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-top: 40px;
    }
    .news-container {
        padding: 0 10px;
    }
    .news-detail {
        padding-right: 0;
    }
    .news-detail h3 {
        font: size 30px;
        color: #24422f;
    }
    .news-detail .title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-detail .image {
        margin-bottom: 2rem;
    }
    .news-detail .content {
        margin-top: 10px;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-related h3 {
        margin-left: 0.75rem;
    }
    .news-relateds h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .news-related {
        position: relative;
        margin-bottom: 10px;
        min-height: auto;
    }
    .a2a_kit {
        margin-left: 0.75rem;
    }
    .a2a_kit a {
        margin-right: 10px;
    }
    .a2a_kit a span {
        display: none;
    }
    .button-news-details {
        font-size: 14px;
        height: 2rem;
        background-color: #dbdbdb;
        border-color: #dbdbdb;
        border-width: 1px;
        color: #000;
        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: 2rem;
        margin-left: 0.75rem;
    }
    .news-related .content hr {
        background-color: #d0d0d0;
        border: none;
        display: block;
        height: 1px;
        margin: 0;
        width: 100%;
    }
    .news-related .content a p {
        font-size: 12px;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }
    .news-related .related-image {
        height: 100%;
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
    }
    .news-related .related-image img {
        height: 300px;
        object-fit: cover;
    }
    .news-related .related-title {
        color: #000;
        font-size: 14px;
    }
    .news-related .related-date {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.623);
        padding: 8px;
        font-size: 14px;
    }
    .news-related .overlay {
        background-color: #0000009a;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        transition: 0.3s all;
    }
    .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: 0;
        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;
    }
    .gallery-container h3 {
        font-size: 30px;
        margin-bottom: 30px;
        color: #0066af;
    }
    .gallery-container a {
        color: #333;
    }
    .gallery-container a:hover {
        color: #0066af;
    }
    .gallery-container a.active {
        color: #fff;
    }
    .gallery-filter ul {
        text-align: center;
        margin-bottom: 30px;
    }
    .gallery-filter ul li button {
        background-color: #0066af;
        height: 40px;
        min-width: 100px;
        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;
        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;
    }
    .gallery-container {
        margin: 20px;
        margin-bottom: 20px;
    }
    .icon-arrow:hover {
        transform: scale(1.5);
    }
    .page-contact-section {
        position: relative;
        min-height: 160x;
        color: #000;
        overflow: hidden;
    }
    .office-container {
        padding: 25px;
    }
    .office-container img {
        width: 30px;
    }
    .office-container h3 {
        font-size: 35px;
        font-weight: 500;
        color: #0066af;
    }
    .office-container .office-branch {
        margin-top: 15px;
        width: 100%;
        font-size: 12px;
    }
    .page-search-section {
        margin-top: 80px;
        background-color: #fff;
    }
    .search {
        font-size: 16px;
        font-weight: 600;
    }
    .search hr {
        height: 2px;
        border-width: 0;
        color: #0066af;
        background-color: #0066af;
    }
    .search-description {
        margin-top: 25px;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 25px;
        margin-left: 10px;
    }
    .search-item {
        margin: 0 10px 30px 10px;
    }
    .search-item h3 {
        font-size: 18px;
        font-weight: 500;
    }
    .c-item {
        height: 190px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .c-item h4 {
        font-size: 12px;
        color: gray;
    }
    .c-item h3:nth-child(2) {
        margin: 10px 0;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: #26613b;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #53705d;
    }
    .map-container {
        position: relative;
        padding: 20px;
        padding-top: 0;
    }
    .map-container h3 {
        font-size: 20px;
        color: #26613b;
    }
    .contact-container {
        position: relative;
        z-index: 1;
        padding: 20px;
        margin: 0 auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 50px;
        min-height: 500px;
        -webkit-box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, 0.69);
        -moz-box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, 0.69);
        box-shadow: 3px 6px 24px -4px rgba(0, 0, 0, 0.69);
    }
    .contact-container h3 {
        text-align: left;
        color: #26613b;
        font-size: 20px;
    }
    .contact-container input {
        margin-top: 20px;
        width: 100%;
        height: 30px;
        border: none;
        border-top: 1px solid gray;
        outline-width: 0;
    }
    .contact-container .select-container {
        margin-top: 20px;
        width: 100%;
    }
    .contact-container select {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        border: none;
        outline-width: 0;
        vertical-align: top;
        border-top: 1px solid gray;
    }
    .contact-container textarea {
        width: 100%;
        border: none;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        outline-width: 0;
    }
    .contact-container button {
        background-color: #0066b0;
        color: #fff;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        transition: 0.2s all;
    }
    .contact-container button:hover {
        background-color: #0066b0;
    }
    .green-background {
        display: inline-block;
        position: absolute;
        bottom: -50px;
        width: 150%;
        left: -100px;
        overflow: hidden;
        height: 400px;
        background-color: #0066b0;
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .scroll-to-top {
        position: fixed;
        z-index: 10000;
        right: 1rem;
        bottom: 1rem;
        display: none;
    }
    .scroll-to-top a {
        width: 5rem;
        height: 5rem;
        color: #06f;
        line-height: 3rem;
        text-align: center;
    }
    .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;
    }
}
