﻿/*@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}*/

body, h1, h2, h3, h4, h5, a, p, button, .button, input, span, textarea {
    font-family: 'Roboto', sans-serif !important;
}

.header, .menu {
    font-family: 'Roboto', sans-serif !important;
}

.accordion .title {
    font-family: 'Roboto', sans-serif !important;
}

.ui.search > .results .result .title {
    font-family: 'Roboto', sans-serif !important;
}

.obj-log-info {
    margin-bottom: 1em;
    text-align: right;
    opacity: 0.5;
}

.display-one-line {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.display-two-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.display-three-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.nhansu-cm {
    color: rgb(126, 65, 246) !important;
    font-family: "Times New Roman" !important;
    font-weight: bold;
 }

.captcha-with-submit {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    .computer-hide {
        display: none !important;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .tablet-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}

.kw-cta-wrapper {
    background: #efefef;
    line-height: 2em;
    padding: 2em;
}

.kw-cta-wrapper a {
    font-size: .85em;
    color: #808080;
    display: inline-block;
}

.kw-cta-wrapper a:hover {
    text-decoration: underline;
}

.kw-cta-wrapper a::after {
    content: ",";
    margin-right: 1em;
}

.kw-cta-wrapper a:last-child::after {
    content: "";
}