@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&amp;display=swap');

:root {
    --brand: #2B65EA;
    --dark: #231F20;
    --body: #F4F4F9;
    --white: #ffffff;
    --blue: #28324e;
    --red: #28324e;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
    --yellow: #FFCE32;
}
body {
    font-family: "Roboto", sans-serif;
    color: var(--dark);
    background: #F4F4F9;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-mobile, .nav-menu-mobile, #nav_mobile {
    display: none;
}
a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}
a:hover {
    color: var(--white);
}
section {
    padding-top: 35px;
    padding-bottom: 30px;
}
.text-brand {
    color: var(--brand) !important;
}
.hero-slider {
    background: black;
    margin-top: 30px;
}
.hero-slider .owl-nav svg {
    opacity: .3;
}
.hero-slider .owl-nav button:hover svg {
    opacity: 1;
}
.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(0, 0, 0, 0.25) !important;
    width: 80px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    line-height: 0;
    border-radius: 0 !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}
.hero-slider .owl-prev {
    left: 0;
    margin-left: 0 !important;
}
.hero-slider .owl-next {
    right: 0;
    margin-right: 0 !important;
}
.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.50) !important; 
}
.owl-dot.active span {
    background-color: var(--brand) !important;
}
.hero-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}
.hero-slider.owl-theme .owl-dots .owl-dot span {
    transition: ease all .3s;
    background: rgba(255, 255, 255, 0.50); !important;
}
.hero-slider.owl-theme .owl-dots .owl-dot.active span, .hero-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 1px solid #000;
    outline: 1px solid #fff;
}

/* slide */
.slide {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     min-height: 230px;
}
.slide img {
    width: 100%;
}
.desc-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
}
.slide .card {
    background: #fff;
    padding: 15px;
    width: 290px;
    color: #231F20;
    max-height: 100%;
    overflow: auto;
    max-width: 100%;
}
.slide h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.slide p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 23.4px;
    font-family: 'Ubuntu', sans-serif;
}
.slide p strong {
    font-weight: 700;
}

/* navbar */
.navbar {
    padding: 0;
    display: block;
    background: #F4F4F9;
}
.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.navbar .navbar-nav {
    flex-direction: row;
}
.navbar .navbar-nav .nav-link.nav-login {
    border-left: 1px solid var(--white);
}
.navbar .navbar-nav .nav-link, .btn-search {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    padding-left: 24px;
    padding-right: 24px;
}
.navbar .navbar-nav .nav-link img {
    margin-right: 10px;
}
.navbar .container {
    padding-top: 8px;
    padding-bottom: 8px;
}
.logo-cariyanlik {
    border-left: 1px solid var(--white);
    padding-left: 15px;
}
.btn-search {
    text-decoration: none;
    padding: 0;
    margin-left: 25px;
}
.navbar .navbar-nav .nav-link:hover, .btn-search:hover {
    color: var(--white);
}
.navbar .navbar-nav .nav-link.active {
    color: var(--white);
    position: relative;
}
.navbar .navbar-nav .nav-link.active:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--white);
    content: "";
}
.navbar-brand {
    color: var(--white);
	font-size: 28px;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
}
.navbar-brand .dot {
    color: var(--brand);
}
.nav-bottom {
    background: var(--red);
}
.nav-bottom .navbar-nav {
    flex-direction: row !important;
}
.nav-bottom .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 25px 0;
}
.nav-bottom .navbar-nav .nav-item {
    padding: 0 13px;
}
.nav-bottom .navbar-nav.me-auto .nav-item:first-child {
    padding-left: 0;
}
.nav-bottom .navbar-nav .nav-link.active {
    font-weight: 600;
}
.nav-bottom .navbar-nav .nav-link.active:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: white;
    content: "";
}
.list-3r {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 8px;
    padding: 0;
}
.list-3r li {
    list-style: none;
}
.category-pp {
    padding-top: 35px;
    padding-bottom: 30px;
}
.category-pp .list-3r li a {
    background: #fff;
    display: block;
    padding: 5px 17px;
    position: relative;
    font-weight: 600;
    color: #231F20;
    text-decoration: none;
    line-height: normal;
    height: 100%;
    display: flex;
    align-items: center;
    transition: ease all .1s;
}
.category-pp .list-3r li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--red);
    content: "";
}
.category-pp .list-3r li:last-child a {
    color: #fff;
    background: var(--red);
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.searching-middle {
    padding: 15px 0;
    background: linear-gradient(#B42B2D 0%, #DD5353 100%);
}
.searching-middle h3 {
    color: #F4F4F9;
    font-size: 28px;
    margin-bottom: 0;
    white-space: nowrap;
}
.btn-red {
    border-color: var(--red);
    background-color: var(--red);
    color: #fff;
}
.btn-red:hover {
    border-color: var(--red);
    background-color: var(--red);
    color: #fff;
}
.btn-orange {
    border-color: #FF7700;
    background-color: #FF7700;
    color: #fff;
}
.btn-orange:hover {
    border-color: #FF7700;
    background-color: #FF7700;
    color: #fff;
}
.btn-red-outline {
    border-color: var(--red);
    background-color: #fff;
    color: var(--red);
}
.btn-red-outline:hover {
    border-color: var(--red);
    background-color: #fff;
    color: var(--red);
}
.searching-middle .btn-red svg {
    width: 21px;
}
.searching-middle .form-select,
.searching-middle .form-control {
    border-color: #fff;
}
.title-list-ps {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--dark);
    margin-bottom: 20px;
}
.title-list-ps span {
    border-bottom: 2px solid var(--dark);
    font-size: 26px;
    font-weight: 500;
    margin-right: auto;
    margin-bottom: -1px;
}
.title-list-ps a {
    color: var(--red);
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}
.card-ps {
    text-decoration: none;
    border: 0;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.card-ps:hover {
    color: var(--dark);
}
.card-ps .card-body {
    padding: 10px;
    display: flex;
}
.card-ps .card-body .thumb-ps {
    min-width: 70px;
    width: 70px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-ps .card-body .thumb-ps img {
    max-width: 100%;
    max-height: 100%;
}
.card-ps .card-body .desc-ps h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.card-ps .card-body .desc-ps p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 17.5px;
    margin-bottom: 0;
}
.list-popular .card-ps:hover .card-body .desc-ps p {
    font-weight: 700;
    color: var(--red);
}
.thumb-top-ni {
    position: relative;
    margin-bottom: 15px;
    border-radius: 7px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 370px;
    background: rgba(0, 0, 0, 0.05);
}
.thumb-top-ni img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumb-top-ni .desc {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 15px;
    border-radius: 7px;
}
.thumb-top-ni .desc h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.thumb-top-ni .desc span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.thumb-top-ni .desc p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-intro {
    width: 100%;
}
.news-information .list-intro .title-list-ps span {
    font-size: 32px;
    border-bottom: 0;
}
.news-information .list-intro .card-ps {
    overflow: hidden;
    border-radius: 7px;
}
.news-information .list-intro .card-ps .card-body {
    padding: 0;
    display: table;
}
.news-information .list-intro .card-ps .thumb-ps {
    min-width: 240px;
    width: 240px;
    min-height: 150px;
    height: 100%;
    background: #000;
    display: table-cell;
    position: relative;
    overflow: hidden;
}
.news-information .list-intro .card-ps .thumb-ps img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.text-red {
    color: var(--red);
}
.news-information .list-intro .card-ps .desc-ps {
    padding: 8px;
    display: table-cell;
    position: relative;
}
.news-information .list-intro .card-ps .desc-ps:before {
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    content: "";
    width: 10px;
    right: 100%;";
}
.news-information .list-intro .card-ps .desc-ps h3 {
    font-size: 25px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.news-information .list-intro .card-ps .desc-ps i {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
}
.news-information .list-intro .card-ps .desc-ps p {
    line-height: 19.2px;
}
.news-information .list-intro .card-ps .desc-ps span {
    font-weight: 400;
}
.news-information .list-intro .card-ps .desc-ps span svg {
    width: 20px;
}
.list-ni {
    display: flex;
}
.list-popular {
    max-width: 100%;
    width: 275px;
}
.list-popular.col-md-4 {
    min-width: auto;
}
.title-l-popular {
    border-radius: 5px;
    background: var(--red);
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    line-height: normal;
    margin-bottom: 30px;
}
.list-popular .card-ps {
    border: 0;
    background: transparent;
    box-shadow: none;
}
.list-popular .card-ps .desc-ps {
    position: relative;
}
.list-popular .card-ps .card-body {
    padding: 0;
}
.list-popular .card-ps .thumb-ps {
    min-width: 80px;
    width: 80px;
    height: 80px;
    background: #000;
    display: table-cell;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 3px;
}
.list-popular .card-ps .thumb-ps img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.list-popular .card-ps p {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--dark);
    margin-bottom: 0;
}
.list-popular .card-ps span {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.bg-red-ligh {
    background: #DD5353;
}
.sippn-ig a {
    text-decoration: none;
}
.sippn-ig a:hover {
    color: var(--dark);
}
.sippn-ig p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
.btn-gray {
    background: #7F7F7F;
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    padding: 7px 15px;
    align-items: center;
    border-radius: 5px;
}
.btn-gray:hover {
    color: #fff;
}
.sippn-ig .card {
    border: 0;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: #000;
    transform: scale(1.5);
    padding-left: 3px;
}
.breadcrumb-item, .breadcrumb-item.active,
.breadcrumb-item a {
    text-decoration: none;
    color: var(--red);
    font-size: 18px;
    font-weight: 400;
}
.f-pagination {
    text-align: center;
    margin-top: 30px;
}
.f-pagination ul {
    margin: auto;
    display: inline-flex;
}
.f-pagination ul li a {
    background: transparent;
    border: 0;
    color: var(--red);
    border-radius: 4px;
    padding: 5px 15px;
}
.f-pagination ul li a.active:hover,
.f-pagination ul li a.active {
    background: var(--red);
    color: #fff;
}
.f-pagination ul li a:hover {
    color: var(--dark);
    background: transparent;
}
.title-news-dtl {
    font-weight: 700;
    font-size: 32px;
}
.date-news-dtl {
    font-weight: 400;
    font-size: 22px;
    line-height: 25.78px;
    margin-bottom: 10px;
}
.foot-dtl {
    font-weight: 400;
    font-size: 20px;
    border-top: 1px solid var(--dark);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 50px;
}
.foot-dtl a {
    color: var(--red);
    margin-left: 15px;
}
.left-post {
    display: flex;
}
.post-left{
    margin-right: 30px;
    min-width: 275px;
    width: 275px;
}
.fs-22 {
    font-size: 22px;
    line-height: normal;
}
.bg-red-gradient {
    background: linear-gradient(#B42B2D 0%, #DD5353 100%);
}
.post-right {
    width: 100%;
    min-height: 50vh;
}
.thumb-ss {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumb-ss img {
    max-width: 100%;
    max-height: 100%;
}
.thumb-ss ~ h5 {
    font-weight: 500;
    font-size: 14px;
    color: var(--dark);
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-ss {
    height: 100%;
    border: 0;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.card-ss .thumb-ssdt  {
    min-width: 140px;
    width: 140px;
    width: auto;
    text-align: center;
}
.card-ss .thumb-ssdt img {
    max-width: 80%;
    margin-bottom: 10px;
}
.card-ss .thumb-ssdt strong {
    display: block;
    font-size: 14px;
}
.card-ss ul {
    padding: 0;
    margin-bottom: 10px;
}
.card-ss ul li {
    font-weight: 600;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 15px;
}
.card-ss ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: black;
    border-radius: 4px;
}
.nav-tabs-pi.nav-tabs {
    border-color: var(--dark);
}
.nav-tabs-pi.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #7F7F7F;
    font-size: 26px;
    font-weight: 700;
}
.nav-tabs-pi.nav-tabs .nav-item.show .nav-link, .nav-tabs-pi.nav-tabs .nav-link.active {
    background: none;
    color: var(--red);
    position: relative;
}
.nav-tabs-pi.nav-tabs .nav-link.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--red);
    content: "";
}
.post-right a {
    text-decoration: none;
}
.banner-detail {
    margin-bottom: 100px;
    position: relative;
}
.banner-detail .img-top {
    width: 100%;
    height: 385px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.banner-detail .img-top img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.banner-detail .card {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -66px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border: 0;
}
.banner-detail .card .card-body {
    display: flex;
    align-items: center;
}
.banner-detail .card .card-body .thumb {
    min-width: 100px;
    width: 100px;
    height: 100%;
    margin-right: 30px;
    margin-left: 15px;
}
.banner-detail .card .card-body .thumb img {
    max-height: 100%;
    max-width: 100%;
}
.banner-detail .card .card-body a {
    font-weight: 400;
    text-decoration: none;
}
.thumb-acc {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
}
.thumb-acc img {
    max-width: 100%;
    max-height: 100%;
}
.acc-pi .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border-color: #ddd;
}
.acc-pi .accordion-item .accordion-item {
    border: 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.acc-pi .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}
.acc-pi .accordion-item .accordion-item:not(:first-of-type) {
    border-top: 0;
}
.acc-pi .accordion-button {
    font-weight: 700;
    font-size: 18px;
    color: var(--red);
    padding: 21px 15px;
    padding-left: 40px;
    background: transparent;
    position: relative;
} 
.acc-pi .accordion-button:after {
    display: none;
}
.acc-pi .accordion-button:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid transparent;
    transform: rotate(45deg);
    margin-top: -9px;
}
.acc-pi .accordion-button:focus {
    border-color: transparent;
}
.acc-pi .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
.acc-pi .accordion-item .accordion-item .accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--dark);
}
.acc-pi .accordion-item .accordion-body {
    background: #fdf5f5;
    border-top: 1px solid rgba(0,0,0,.125);
}
.acc-pi .accordion-item .accordion-body .accordion-body {
    background: transparent;
    border: 0;
    padding-top: 0;
}
.acc-pi .accordion-item .accordion-body .accordion-button .thumb-acc {
    width: 50px;
    min-width: 50px;
    background: #fff;
    border-radius: 7px;
}
.acc-pi .accordion-item .accordion-body .accordion-button::after {
    filter: brightness(0) invert(1);
}
.list-sch {
    position: relative;
    padding: 10px;
    padding-left: 25px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 7px;
    color: var(--dark);
    display: flex;
    align-items: center;
}
.list-sch:before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    background: var(--dark);
    left: 0;
    top: 19px;
    content: "";
}
.shadow2 {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.maps-pi {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    width: 100%;
    margin-bottom: 10px;
}
.list-sch:last-child {
    margin-bottom: 0;
}
.gap10 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.gap10 .btn {
    width: 100%;
}
.gap10 .btn-red {
    font-size: 12px;
    line-height: normal;
}
.gap10 .btn-red img {
    width: 25px;
    margin-right: 5px;
}
.card-rf {
    border: 0;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.card-rf a {
    align-items: center;
    text-decoration: none;
}
.card-rf h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.card-rf p {
    font-size: 14px;
    margin-bottom: 0;
    color: #7F7F7F;
    font-weight: 400;
}
.thumb-rf {
    height: 48px;
    width: 48px;
    min-width: 48px;
    background: #D9D9D9;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.thumb-rf img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.card-rf a.text-link {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
    position: relative;
    color: var(--red);
    padding-left: 15px;
}
.card-rf a.text-link:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: var(--red);
    content: "";
}
.acc-pi-pl .accordion-button {
    padding: 1rem 1.25rem;
}
.acc-pi-pl .accordion-button svg {
    min-width: 35px;
    width: 35px;
    height: 35px;
}
.acc-pi-pl .accordion-button:not(.collapsed) {
    background: var(--red);
    color: #fff;
}
.acc-pi-pl .accordion-button:not(.collapsed) svg {
    color: #FFCC04;
}
.acc-pi-pl  .accordion-button:not(.collapsed)::after {
    display: none;
}
.f-nav-left {
    padding: 0;
    margin: 0;
}
.f-nav-left li {
    padding: 0 0 15px 0;
    list-style: none;
}
.f-nav-left li a {
    background: transparent;
    border: 2px solid var(--red);
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    color: var(--red);
    text-decoration: none;
}
.f-nav-left li a.active,
.f-nav-left li a.active:hover,
.f-nav-left li a:hover {
    background: var(--red);
    color: #fff;
}
#accFaq .accordion-button {
    font-weight: 700;
    background: transparent;
    padding-left: 30px;
    padding-right: 40px;
}
#accFaq .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
#accFaq .accordion-button::after {
    transform: scale(2.0);
    background-image: none;
    content: "\203A";
    text-align: center;
    color: var(--red);
    position: absolute;
    left: 0;
    top: 13px;
}
#accFaq .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) scale(2.0);
    top: 15px;
}
#accFaq .accordion-item {
    background: transparent;
    border-color: transparent;
    border-bottom: 2px solid var(--red);
}
#accFaq .accordion-button:not(.collapsed) {
    color: var(--dark);
    box-shadow: none;
}
#accFaq .accordion-body {
    padding-left: 30px;
}
#accFaq .accordion-item:last-of-type {
    border-radius: 0;
}
.title-help-center {
    font-size: 26px;
    font-weight: 700;
    color: var(--red);
    border-bottom: 2px solid var(--red);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.socmed svg,
.socmed img {
    width: 15px;
    margin-right: 10px;
    color: var(--red);
    filter: invert(24%) sepia(62%) saturate(3137%) hue-rotate(340deg) brightness(73%) contrast(88%);
}
.socmed a {
    font-weight: 400;
}
.form-contact {
    margin-top: 20px;
}
.socmed-link {
    display: flex;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: rgba(0,0,0,0.5);
    padding: 7px 15px;
    gap: 20px;
    border-radius: 5px;
    margin-bottom: 3px;
    transition: ease all .3s;
}
.form-contact .form-control, .form-contact .form-select {
    border-color: var(--red);
    border-width: 2px;
}
#accFaq .accordion-header {
    position: relative;
}
#accFaq .accordion-header a {
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 9;
}
#widget-survei {
    position: fixed;
    bottom: 20px;
    width: 360px;
    right: 40px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 29%);
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 20px;
    padding-top: 35px;
    z-index: 9;
}
#widget-survei button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    color: var(--red);
}
#widget-survei button svg {
    width: 18px;
}
.desc-widget-survei {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}
.title-widget-survei {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.desc-widget-survei a:hover,
.desc-widget-survei a {
    display: block;
    margin-top: 20px;
    background: #50CD89;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}
.socmed-footer a {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.socmed-footer a img {
    position: absolute;
    left: 0;
}
.socmed-footer a span {
    padding-left: 0px;
}
.dropdown-search {
    width: 250px;
    min-width: 250px;
}
.dropdown-search .dropdown-toggle {
    background: #fff;
    color: #7F7F7F;
    width: 100%;
    text-align: left;
    border-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-right: 18px;
}
.dropdown-search .dropdown-toggle:after {
    position: absolute;
    right: 5px;
    margin-top: 9px;
}
.dropdown-search .select2-container .select2-selection--single {
    height: 49px;
    border: 2px solid var(--red);
}
.dropdown-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.dropdown-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}
.dropdown-menu {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.dm-search {
    width: 965px;
    left: calc(495px - 50%) !important;
    padding: 20px;
    border: 0;
    margin-top: 15px !important;
}
.search-page .dm-search {
    left: -20px !important;
}
.search-page .form-control {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dm-search .form-select {
    border-color: var(--red);
    border-width: 2px;
    height: 50px;
}
.h-dm-search {
    margin-bottom: 15px;
    border-bottom: .5px solid;
    font-weight: 600;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.btnCloseSearch {
    /*position: absolute;
    right: 20px;
    top: 5px;*/
    border: none;
    padding: 0;
    background: transparent;
    opacity: .7;
}
.btnCloseSearch:hover {
    opacity: 1;
}
.navbar-nav .dropdown-menu {
    min-width: 170px;
    border-color: #fff;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: var(--blue);
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--dark);
}
.search-page {
    padding: 15px 20px;
    border-radius: 5px;
}
.nav-tabs.nav-tabs-src .nav-link {
    color: var(--dark);
    font-weight: 500;
    font-size: 20px;
}
.fs-22 {
    font-size: 22px !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.search-maps {
    width: 100vw;
    height: calc(100vh - 150px);
    padding: 0;
    position: relative;
}
.f-search-left {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    top: 0;
    width: 300px;
    overflow: auto;
}
.field-src {
    display: flex;
    gap: 10px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 15px;
}
.field-src input {
    border-color: var(--red);
}
.list-src {
    max-height: 100%;
    overflow: hidden;
}
.list-src .card-ps {
    box-shadow: none;
    margin-bottom: 15px;
}
.list-src .card-ps .card-body {
    padding: 0 15px;
}
.list-src .card-ps .card-body .desc-ps h5 {
    color: var(--red);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}
.list-src .card-ps .card-body .desc-ps {
    font-size: 12px;
    font-weight: 400;
}
.list-src .card-ps .card-body .thumb-ps {
    margin-right: 10px;
}
.p-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}
.form-control {
    height: 40px;
}
.card-survey .card-body {
    display: flex;
}
.card-survey .card-body * {
    color: var(--red) !important;
}
.thumb-survey {
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumb-survey img {
    max-width: 100%;
    max-height: 100%;
}
.desc-survey {
    width: 100%;
}
.maps-survey {
    height: 150px;
}
.maps-survey img {
    max-height: 100%;
}
.card-survey .socmed-link {
    background: none;
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.fs-18 {
    font-size: 18px;
}
.desc-survey svg {
    width: 15px;
}
.fs-14 {
    font-size: 14px;
}
.survey-tabs input[type=radio] {
    width: 20px;
    height: 20px;
}
.survey-tabs .nav-pills .nav-link {
    background: #fff;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 11px;
    border-radius: 0;
    border: 1px solid transparent;
    position: relative;
    display: flex;
    padding-right: 5px;
    align-items: center;
}
.survey-tabs .nav-pills .nav-link svg {
    min-width: 24px;
}
.survey-tabs .nav-pills .nav-link:before {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 4px;
    background: var(--red);
    content: "";
}
.survey-tabs .nav-pills .nav-link.active,
.survey-tabs .nav-pills .nav-link:hover {
    border-color: var(--red);
}
.btn-back {
    color: var(--red);
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}
#search_new, .btn-search-new {
    display: none;
}
.public-service .card-ps {
    height: 100px;
}
.acs-modal .desc {
    background: linear-gradient(#28324e 0%, #2f3b5d 100%);
}
.acs-modal .modal-body {
    position: relative;
}
.acs-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.acs-modal h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.acs-modal h4 {
    color: #231F20;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.acs-modal .modal-content {
    border: 0;
    overflow: hidden;
}
.acs-modal .input-group-text,
.acs-modal .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--dark);
}
.acs-modal .input-group-text {
    color: var(--white);
}
.list-unit-pelayanan {
    font-size: 16px;
}
.list-unit-pelayanan h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.list-unit-pelayanan h4 a {
    color: var(--red);
    text-decoration: none;
}
.list-unit-pelayanan h4 a:hover {
    text-decoration: underline;
}
.f-list {
    display: flex;
}
.f-list .thumbnail {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-list .thumbnail img {
    max-height: 100%;
    max-width: 100%;
}
.f-list-right {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.h-42 {
    height: 42px;
}
.list-pelaksana {
    display: flex;
    align-items: center;
}
.list-pelaksana .thumb {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    margin-bottom: 0;
    background: #F5F7FF;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.list-pelaksana .thumb img {
     position: absolute; 
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.nama-penyelenggara {
    color: #4D4D4F;
    font-size: 16px;
    margin: 0;
}
.jabatan-penyelenggara {
    color: #BFC0C0;
    font-size: 14px;
}
.link-red {
    color: var(--red);
    text-decoration: none;
}
.link-red:hover {
    text-decoration: underline;
}
.marker-red li::marker {
    color: var(--red);
}
.card-sector {
    padding-bottom: 30px;
}
.card-sector .thumb-ss {
    height: 150px;
    position: relative;
    overflow: hidden;
}
.card-sector .thumb-ss img {
    max-height: none;
    width: 100%;
}
.card-sector .btn-red {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.news-information .list-popular {
    min-width: 330px;
    margin-left: 30px;
}

/*Footer*/
footer {
    background: #f0f0f5;
    padding-top: 33px;
    color: #000;
}
footer h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}
footer, footer a, footer p {
    color: #000;
    font-weight: 400;
}
footer a {
    text-decoration: none;
}
footer img,
footer svg {
    margin-right: 10px;
}
footer ul {
    padding-left: 15px;
}
footer ul li a {
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: normal;
    display: inline-block;
}
footer .footer-bottom {
    border-top: 1px solid;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}
.accordion-button.none::before {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    background: var(--dark);
    left: 1rem;
    top: 38px;
    content: "";
    border: none;
}
.accordion-button.none span {
    color: var(--dark);
}
