body, html {
    background: linear-gradient(180deg, #2278e0 0%, #1754a7 100%);
    color: white;
    font-size: 1rem;
}
a, a:hover {
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */

/* ##### Begin Background Color Custum Made ##### */
.bg_image_01 {
    background: #024297 url(../img/background/bg_01.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg_image_02 {
    background: #024297 url(../img/background/bg_02.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg_image_03 {
    background: #024297 url(../img/background/bg_03.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg_register {
    background: url(../img/background/bg_register.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.bg_theme_01 {
    background: #3fa9f5;
    background-color: #3fa9f5;
}
.bg_theme_02 {
    background: #1a4e93;
    background-color: #1a4e93;
}
.bg_theme_03 {
    background: #a4c6ec;
    background-color: #a4c6ec;
}
.bg_theme_04 {
    background: #0e2a49;
    background-color: #0e2a49;
}
.bg_theme_05 {
    background: #3c3c3c;
    background-color: #3c3c3c;
}
.bg_theme_06 {
    background: #1754a7;
    background-color: #1754a7;
}
.bg_theme_07 {
    background: #EAC46B ;
    background-color: #EAC46B ;
}
.bg_linear_gradient_01 {
  background: linear-gradient(180deg, #2278e0 0%, #1754a7 100%);
}
.bg_linear_gradient_02 {
  background: linear-gradient(180deg, #b71ae7 0%, #7d2fb1 100%);
}
.bg_linear_gradient_03 {
  background: linear-gradient(180deg, #ed1e79 0%, #c1272d 100%);
}
.bg_linear_gradient_04 {
  background: linear-gradient(180deg, #fdfb96 0%, #f8cd4b 100%);
}
.bg_linear_gradient_05 {
  background: linear-gradient(180deg, #fee680 0%, #ffaa00 100%);
}
.bg_linear_gradient_06 {
  background: linear-gradient(to bottom, #1B61B7 0%, #134385 100%);
}
/* ##### End Background Color Custum Made ##### */

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */

/* ##### Begin Font Color Custum Made ##### */
.text_theme_01 {
    color: #fff62c;
}
.text_theme_02 {
    color: #1d569f ;
}
.text_theme_03 {
    color: #5695ca;
}
.text_theme_04 {
    color: #FFCF4C;
}
.text_theme_05 {
    color: #bca768;
}
.text_theme_06 {
    color: #8795a4;
}
.text_theme_06:hover {
    color: #ffffff;
}
.text_theme_07 {
    color: #3273cc;
}
/* ##### End Font Color Custum Made ##### */

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */

/* ##### Begin Border-radius Custum Made ##### */
.rounded_8 {
    border-radius: 8px;
}
/* ##### End Border-radius Custum Made ##### */

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */

/* ##### Begin Border Custum Made ##### */
.border_top_3px {
    border-top: 3px solid;
}

.border_bottom_3px {
    border-bottom: 3px solid;
}

.border_3px {
    border: 3px solid !important;
}
.border_theme_color_01 {
    border-color: #fbbf24 !important;
}
.border_theme_color_02 {
    border-color: #bca768 !important;
}
/* ##### End Border Custum Made ##### */

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */

/* ##### Begin Header Menu Dropdown ##### */
.nav-menu:hover {
    animation: mover 0.48s infinite alternate;
}
.dropdown2:hover .dropdown-content2 {
    display: block;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: rgba(23, 84, 167, .8);
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
@keyframes mover {
    0% {
    transform: translateY(0);
    }
    100% {
    transform: translateY(-10px);
    }
}
/* ##### End Header Menu Dropdown ##### */

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */
.accordion-button:not(.collapsed) {
    color: #000000;
    background: linear-gradient(180deg, #fceabb 0, #f8b500);
    box-shadow: none;
}
.accordion-button {
    background: linear-gradient(to bottom, #1B61B7 0%, #134385 100%);
    color: white
}
.accordion-body {
    background: linear-gradient(180deg, #2278e0 0%, #1754a7 100%);
}
.accordion-button::after {
    background-image: url(../img/icon/plus_light.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/plus_dark.svg);
}
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */

/* ##### Begin Left & Right Menu Custum Made ##### */
.sidebar_contactus {
    right: -8rem;
}
.sidebar_contactus2 {
    right: 0rem;
}
.sidebar_maintenance {
    left: -9rem;
}
.sidebar_maintenance2 {
    left: -0.25rem;
}
.-translate-x-maintain {
    --tw-translate-x: calc(-100% + 50px);
    transform: var(--tw-transform);
}
.cursor-pointer {
    cursor: pointer;
}
* {
    box-sizing: border-box;
    transition-duration: .2s; 
}
.z-index-20 {
    z-index: 20;
}
.top-30 {
    top: 30%;
}
/* ##### End Left & Right Menu Custum Made ##### */

/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */
.position_slot1 {
    z-index: 9;right:-94px;top:3px;
}
.position_slot2 {
    z-index:9;right:-144px;bottom:0px;
}
@media screen and (max-width: 1399px) { 
 .position_slot1 {
    z-index: 9;right:-60px;top:3px;
}
.position_slot2 {
    z-index:9;right:-90px;bottom:0px;
}
}
@media screen and (max-width: 1199px) { 
 .position_slot1 {
    z-index: 9;right:-25px;top:3px;
}
.position_slot2 {
    z-index:9;right:-45px;bottom:0px;
}
}
.col-custom1 {
    flex: 0 0 auto;
    width: 50%;
}
@media screen and (max-width: 1280px) {
    .col-custom1 {
        flex: 0 0 auto;
        width: 52%;
    }
}
.col-custom2 {
    flex: 0 0 auto;
    width: 65%;
}
@media screen and (max-width: 1280px) {
    .col-custom2 {
        flex: 0 0 auto;
        width: 68%;
    }
}
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-start:hover {
    background: url(../img/btn_active.png) no-repeat 10% 0%;
}
.btn-start {
    background: url(../img/btn_off.png) no-repeat 10% 0%;
    width: 128px;
    height: 40px;
}
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */
.nav-pills .nav-link.live.active, .nav-pills .show>.nav-link {
    background: #1a4e93;
}
.nav-link.live {
    background: linear-gradient(180deg, #fee680 0%, #ffaa00 100%);
    color: black
}
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */
.member_menu:hover {
    background: linear-gradient(180deg, #fee680 0%, #ffaa00 100%);
    border-radius: .3rem;
}
/* Pagination */
.list-wrapper, .list-wrapper-md {
  padding: 0;
  overflow: hidden;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #EBEBEB;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
  color: #365a97;
  /*background-color: #365a97;*/
  background-color: none;
  border-color: #365a97;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #EBEBEB;
}

/* Pagination END */
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */
@media screen and (max-width: 1400px) {
    .bg_register {
        background: transparent;
    }
}
/* ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### */