
body{
    padding: 0px;
    height: 100%;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    

}
.card a{

    color: rgb(94, 94, 94);

}
.card a:hover{
    text-decoration: none;
    color: red;

}

/* .card{
    border:0;
    padding:0px;
} */
h1, h2, h3, h4, h5, h6 {    font-family: 'Prompt', sans-serif; }
.dropdown:hover>.dropdown-menu{
    display: block;
}
/* .bg-alpha {
    background: rgba(255, 0, 0, 0.733)
} */

.bosbox{
    display: none;
    background-color: rgb(255, 181, 179);
    background-size: cover;
    background-image: url("../images/bgbos.jpg");
}



/*Nav bar*/
.collapse.ul.li{
    padding: 5px;
}
.dropdown-item:hover{
    background-color: rgb(255, 203, 203);
}
.collapse.ul.li:a{
    color:#fff;
}
.dropdown-item{
    border-bottom: 1px solid rgba(216, 211, 211, 0.719);
}
.navbar{
    border-bottom: 2px solid #fff;
    /* background-color: rgba(225, 63, 247, 0.76); */
}
/* .bg-nav{
    background-color: #f0a6a6;
} */

/* aside */
.card-bos{
    display: block;
}
.card-per{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


/*slide-show*/
.slide-show{
    position: relative;
    display: block;
    /* margin-top: 86px; */
}

/*main */
.main-left{
    position: relative;
    width: 80%;
}
.htitle{
    position: relative;
    display: block;
    padding:0px;
    /* border-bottom: 2px solid#dc3545 !important; */

}
.box-intro{
    border-left:1px solid rgb(179, 176, 176);
    padding-left:15px;
}
/* News */
.news-card{
    display: block;
    border-bottom: 3px solid rgb(2, 100, 107);
}
.border-tab{
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
/* Blog */
.wrapper-card-img {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.wrapper-card-img img {
    position: absolute;
    top:0;
    transition: 0.5s;
}
.wrapper-card-img img:hover {
    transform: scale(1.1);
}
.clear{
    clear: both;
}
.photo{
    width: 200px;
    display: block;
    margin:2px;
    border:1px solid red;
}
/* footer */
.footer-map{
    position: relative;
    display: block;
    padding:0px;
    border-bottom: 2px solid #fff;
}
.box-footer{
    background-color:rgb(49, 49, 49);
}

.to-top {
    position: fixed;
    bottom: 2%;
    right: 12%;
    width: 62px;
    padding-top: 1px;
    height: 62px;
   
    color: #fff;
    z-index: 9999;
    border-radius: 50%;
    font-size: 35px;
    cursor: pointer;
    text-align: center;
}

.to-top:hover {
    color: #fff;
    background: #f166a0;
}
/* Per */
.card-per{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 4px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}





/*Media Width*/
@media (max-width: 988px) {
    .box-intro{
        margin-top: 5px;
        border-top:1px solid rgb(179, 176, 176);
        border-left:0px;
        padding-left:0px;
        padding-top: 2px;
    }
}
@media (max-width: 769px) {
    a.navbar-brand{width:230px;}
    /* .slide-show{margin-top:85px;} */
    .box-footer{text-align: center;}
    /* .bosbox{display: block;} */
    /* .card-bos{display: none;} */
    .box-intro{
        margin-top: 10px;
        border-top:1px solid rgb(179, 176, 176);
        border-left:0px;
        padding-left:0px;
        padding-top: 2px;
    }
     .to-top { right: 3%; bottom: 15%;}

}
@media (max-width: 576px) {
    .bosbox{display: block;}
    .card-bos{display: none;}
    a.navbar-brand{width:230px;}
    .navbar-brand{width:75%;}
    .navbar-brand a img{width: 75%;}
     a.navbar-brand{width:200px;}
    /* .slide-show{margin-top:68px;} */
     .to-top { 
		bottom: 15%;
    		right: 7%;
	       }

}
@media (max-width: 420px) {
    a.navbar-brand{width:230px;}
    .navbar-brand{width:75%;}
    .navbar-brand a img{width: 75%;}
     a.navbar-brand{width:200px;}
    .card-bos{display: none;}
    /* .slide-show{margin-top:70px;} */
}

@media (max-width: 360px) {
    a.navbar-brand{width:230px;}
    .navbar-brand{width:75%;}
    .navbar-brand a img{width: 75%;}
     a.navbar-brand{width:200px;}
     .card-bos{display: none;}
    /* .slide-show{margin-top:68px;} */
}
@media (max-width: 320px) {
    a.navbar-brand{width:230px;}
    .navbar-brand{width:75%;}
    .navbar-brand a img{width: 75%;}
     a.navbar-brand{width:200px;}
     .card-bos{display: none;}
    /* .slide-show{margin-top:65px;} */
}
















