*{
    line-height: 1.5 !important;
}
img{max-width: 100%;}
html{
    scroll-behavior: smooth;
}
body{
    font-family: aria;
}
input[type="radio"],
label{
    cursor: pointer;
}
i{
    transition: all 0.25s;
}
/* color */


.bg-yellow{
    background-color: #FFF700 !important;
}
.text-yellow{
    color: #FFF700 !important;
}
.br-right-green{
    border-right: 1px solid #BFF940;
}
.text-black{
    color: #000;
}
.br-left-white{
    border-left: 1px solid #fff;
}
.br-left-green{
    border-left: 1px solid #BFF940;
}
.br-bottom-yellow{
    border-bottom: 2px solid #FFF700;
}
.bg-green{
    background-color: #BFF940;
}
.text-green{
    color: #BFF940;
}
.bg-blue{
    background-color: #1E90FF;
}
.text-blue{
    color: #1E90FF;
}
.br-bottom-blue{
    border-bottom: 2px solid #1E90FF;
}
.br-bottom-green{
    border-bottom: 2px solid #BFF940;
}
.text-gray{
    color: #4A4949;
}
.bg-news{
    background-color: #FAFAFA;
}
.bg-red{
    background-color: #F65151;
}
.br-bottom-red{
    border-bottom: 2px solid #F65151;
}

/* fonts */
h1 {
	font-weight: bold;
}
.text-xsm{
    font-size: 0.8rem;
}
.text-sm {
	font-size: 0.9rem;
}
.text-md {
	font-size: 1.1rem;
}
.text-lg {
	font-size: 1.2rem;
}
.text-xlg {
	font-size: 1.4rem;
}
.text-xxlg {
	font-size: 1.5rem;
}
.text-w-regular {
	font-weight: normal;
}
.text-w-md {
	font-weight: 500;
}
.text-w-smb {
	font-weight: 600;
}
.text-w-b {
	font-weight: bold;
}
.text-w-xb {
	font-weight: 800;
}
.text-w-ultrab {
	font-weight: 850;
}
.text-w-very-bold {
	font-weight: 900;
}

/* layout */
.no-space{
    margin-right: 0px;
    margin-left: 0px;
}
.no-gutters{
    margin-right: -10px;
    margin-left: -10px;
}
.no-space>.col, .no-space>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.col-5-item{
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
}
.navbar-nav{
    flex-direction: row;
}
a,span,i{
    display: block;
}
a,a:hover,a:focus{
    text-decoration: none;
    color: inherit;
    transition: all 0.25s;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
img{
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button{
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
    color: inherit;
}
.form-control,
.form-control:focus{
    height: inherit;
    border: none;
    outline: none;
    box-shadow: none;
    padding: inherit;
}
input,textarea,
input::placeholder{
    font-family: kalameh;
}
.img-box{
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.img-box img{
    position: absolute;
    top: 0;
    right: 0;
}

/* hvr */

.text-hvr.hvr,
.text-hvr .hvr{
    transition: all 0.25s;
}
.text-hvr:hover.hvr,
.text-hvr:hover .hvr{
    color: darkorange !important;
}

/* header */

header .search-box{
    border-radius: 50px;
}
header .header-titr .text{
    background-color: #EBEBEB;
    flex-grow: 1;
}
header .header-logo{
    position: absolute;
    top: 100%;
    right: 30px;
    transform: translateY(-50%);
}
.footer-logo span,
.header-logo span{
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 10px;
    transform: rotate(45deg);
    background-color: #ffffff;
    z-index: -1;
}
.footer-logo.static,
.header-logo.static{
    position: inherit;
    transform: translateY(0);
    width: 100px;
}


/* menu */


.menu{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px -6px 20px #0000002b;
    z-index: 1000;
}
.menu .nav-item{
    width: calc(100% / 5);
}
.menu .nav-item .active{
    position: relative;
    color: #1E90FF;
}
.menu .nav-item .active::before{
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #1E90FF;
    z-index: 223;
}
.menu .menu-module{
    position: fixed;
    height: 70vh;
    background-color: #fff;
    right: 50%;
    transform: translateX(50%);
    top: 10%;
    z-index: 50;
    border-radius: 10px;
    /* display: flex; */
    /* flex-direction: column; */
    /* opacity: 0; */
}
.nav-tabs .nav-link,
.nav-tabs .nav-link.active{
    border: none;
}

.menu-module .title i{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E90FF;
    color: #fff;
}
.menu-module .body-links{
    height: 100%;
    /* background-color: #F65151; */
    overflow: auto;
}
.module-link .rotete-ic{
    transform: rotate(-90deg);
}
/* footer */

.opct{
    position: fixed;
    top: 0;
    cursor: pointer;
    right: 0;
    z-index: 20;
    background-color: #00000084;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.opct-show{
    opacity: 1;
    visibility: visible;
}
.to-up{
    width: 40px;
    height: 40px;
    background-color: #1E90FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20%;
    right: 30px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
#boxSearch{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 20;
}
#boxSearch input{
    border: 1px solid #333333;
    margin-left: 20px;
}


.box-archive form .form-control::placeholder{
    color: #333333;
}
.box-archive .btn-light,
.box-archive form .form-control:focus,
.box-archive form .form-control{
    background-color: #e3e3e3;
}
.box-archive .btn-light::after{
    margin: 0 !important;
}
.box-archive .filter-option{
    text-align: right !important;
    font-size: 0.8rem !important;
}
.box-archive .btn-light{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.box-archive .btn-light::after {
    margin-right: auto;
    position: absolute;
    left: 10px;
    top: 42%;
}
.show-item{
    opacity: 1 !important;
    height: 100% !important;
    visibility: visible !important;
}
@media (min-width: 576px){
    .container {
        max-width: 620px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 820px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .text-xl-xxlg{
        font-size: 1.5rem !important;
    }
}
@media (max-width: 992px){
    body{
        padding-bottom: 65px;
    }
}
@media (max-width: 768px){
    .text-sm {
        font-size: 0.8rem;
    }
    .text-md {
        font-size: 1rem;
    }
    .text-lg {
        font-size: 1.1rem;
    }
    .text-xlg {
        font-size: 1.2rem;
    }
    .text-xxlg{
        font-size: 1.3rem;
    }
}
@media (max-width: 576px){
    .mx--15{
        margin: 0 -15px;
    }
}
