li {
    list-style-type: none !important;
}
a {
    text-decoration: none !important; 
}

p {
    margin-bottom: 0px !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.U-font{
    text-transform: uppercase;
}
.white-bg {
    background-color: #FFF;
}
.brown-bg{
    background-color: #A69485 !important;
}
.orange-bg{
    background-color: #EB984E;
}
.dark-bg {
    background: #2A3E59;
}
.red-font{
    color: red;
}
.white-font {
    color: #FFF !important;
}
.white-font a{
    color: #FFF;
}
.blue-font {
    color: blue;
}
.nave-font{
    color: #56738C;
}
.b2-font{
    color: #2A3E59;
}
.grey-font{
    color: #7F8C8D;
}
.black-font{
    color: #2C3E4E;
}
.personal-hover:hover{
    background: #2A3E59;
}
.btn-nave{
    background: #56738C;
    padding: 10px 15px;
    border-radius: 15px;
}
.btn-brown {
    background: #2a3e59;
    color: #FFF;
    padding: 10px 30px;
}
.btn_orange{
    padding: 10px 20px;
    background-color: #EB984E;
    color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 25px;
}

.btn-darkblue{
    background-color: #2A3E59;
    color: #FFF;
}
.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-body{
    border-radius: 0px 0px 10px 10px;
    background: #8C796D;
}
.card-subbody{
    border-radius: 10px;
    background: #8C796D;
}
.box-brown{
    border-radius: 5px;
    /* background: #A69485;
     */
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(149, 112, 13, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.icon-edit{
    position: absolute;
    bottom: 0px;
    color: #2A3E59;
    top: 4px;
    right: 32px;
    cursor: pointer;
}
span.font-s {
    font-size: 10px;
}

span.font-m {
    font-size: 15px;
}

span.font-l {
    font-size: 20px;
}
/* img */
.cover_main{
    width: 100%;
}
  
/* / color */


.nav-color .breadcrumb-item + .breadcrumb-item::before{
    color: #2A3E59 !important;
}
/* line-proflie */
.line-profile{
    border: 5px solid #8C796D;
    max-width: 180px;
    max-height: 180px;
    height: 180px;
    border-radius: 15px;
    margin-top: 50px;
}

.hr_profile{
    width: 100%;
    height: 1px;
    background: #56738C;
}
.text-infor{
    margin-top: 15px;
}
.text-infor h5{
    font-size: 18px !important;
    line-height: 24px !important;
}

.bg-head-title{
    padding: 20px 20px;
    background-color: #56738C;
    border-radius: 5px;
}
.bg-login{
    background-color: #56738C;
}
.breadcrumb{
    /* background-color: #d9d9d9; */
    font-size: 16px;
}
.breadcrumb i{
    font-size: 16px;
}
.bg-navhead{
    background-image: url(../images/bg_regiser.png);
    background-color: #D9D9D9;
    padding: 20px;
}
.nav-color a{
    color: #2A3E59 !important;
}
.breadcrumb-item.active{
    color: #ff9f73 ;
}
.line-title-register{
    width: 100%;
    height: 3px;
    background-color: #2A3E59;
}
/* index 2 */
.search-main input{
    border-color: #EB984E !important;
}
.bg-text-news{
    background: linear-gradient(90deg, #2C3E4E 22.33%, rgba(217, 217, 217, 0.00) 101.09%);
}

/* register */
.address-bg{
    background-image: url(../images/address-bg.png);
    padding: 20px;
}


.menu-headlist .navbar-light .navbar-toggler{
    background-color: #2A3E59;
    border-color: #2A3E59;
    padding: 10px 20px;
}

.line-color {
    width: 100%;
    height: 2px;
    flex-shrink: 0;
    margin: 0px;
    margin-bottom: 10px;
    background: #2a3e59;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #2a3e59;
    content: "/";
}
.breadcrumb {
    background: #fff; 
    font-size: 18px;
    font-weight: 200;
}

.breadcrumb-item a {
    color: #2A3E59;
}



.nak-gallery_new {
    display: block;
    /* width: calc(100% / 2); */
    position: relative;
    /* margin-top: 30px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 320px) {
    .img-size{
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-brown {
        border-radius: 0.25rem;
    }
    .btn-search-form{
        width: 100%;
    }
    .bg-navhead{
        padding: 10px;
    }

}
@media (min-width: 768px) {
    .img-size{
        padding: 0px !important;
    }
    .btn-brown {
        border-radius: 0.25rem;
    }
    .bg-navhead{
        padding-top: 20px;
    }
}
@media (min-width: 1440px) {
    .img-size{
        padding: 15px 50px !important;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .img-banner{
        height: 270px !important;
    } 
}