header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1054;
    background: rgba(255,255,255,0.95);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);

}
header .navbar{
    padding-top: 10px;
    padding-bottom: 15px;
}

header .navbar li a{
    color: #333;
}
header .navbar li a:hover{
    color:  rgba(0, 204, 204, 1);
}
header .navbar li{
    margin: 0px 10px;
}
.btn{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn:hover{
    background-color: #ff7473;
    border-color: #ff7473;
}

.btn-secondary:hover{
    background-color: rgba(0, 204, 204, 1);
    border-color: rgba(0, 204, 204, 1);
}

body{
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
a{
    text-decoration: none;
}
ul{
    padding-left: 15px;
}
#main_content{
    margin-top: 95px;
}
.home-banner .banner-item{
    padding-top: 320px;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center bottom;
}

.owl-nav{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 50%;
    padding: 0px 15px;
}
.owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 204, 204, 0.8) !important;
    color: #fff !important;
    font-size: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.owl-nav button:hover{
    background: #ff7473 !important;
}
.owl-nav button.owl-prev{

}

.owl-nav button.owl-next{

}

.nganhhang-item img{
    padding: 50px;
}
.nganhhang-item h3{
    font-size: 18px;
    font-weight: bold;
    min-height: 43px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #ff7473;
}
.box3{
    background-color: #00CCCC0B;
    padding-bottom: 100px;
}
.box-dangky{
    margin-top: -29px;
}
.box5{
    background-color: #00CCCC0B;
    padding-bottom: 100px;
}
.box-image-left,.box-image-right{
    margin-bottom: 30px;
}

.box-image-left .inner{
    padding-left: 30px;
    padding-right: 100px;
}

.box-image-right .inner{
    padding-left: 100px;
    padding-right: 30px;
}
.box-khachhang .kh-item{
    display: block;
    margin-bottom: 20px;
    background: #ffff;
    padding: 10px;
    border: 1px solid #e1e1e1;
}
.box-khachhang a img{
    max-width: 100%;
}
.box6 img{
    max-width: 450px;
    margin: auto;
}
.home-banner h1{
    font-size: 3.5rem;
}
.navbar-brand strong{
    font-weight: 900;
    font-size: 40px;
}
.navbar-brand strong b{
    color: #00cccc;
}
.modal-title{
    color: #333;
    font-weight: bold;
}
.modal-dialog{
    margin-top: 110px;
}
.col-footer{
    margin-bottom: 30px;
}