body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color:#262626
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 0;
}
p{
    margin-bottom: 0;
}
a{
    text-decoration: none;
    color:#006275
}
a:hover{
    color:red
}
.small, small {
    font-size: .8em;
}


.btn-search{
    border:none!important
}
.form_search {
    width:25em;
    padding: .75em;
    font-size: .8em;
    box-sizing: border-box;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.16);
    opacity: 0;
    position: absolute;
    margin: 125px auto auto -10em;
    z-index: 9;
    background-color: white;
}
.input {
    width: 400px;
    border: 0px;
    background: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid #62d474;
    outline: none;
    padding: 0 20px 10px;
    font-size: 20px;
    transition: all 0.5s ease;
    transform: scale(0);
}
#search {
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
.form_search.active {
    opacity: 1;
}
.input.active {
    transform: scale(1);
}
.bg-blue{
    background: #006275;
    color:white
}
.btn.bg-blue{
    border:solid 1px #006275!important
}
.btn.bg-blue:hover{
    background-color: white;
    color:#006275;
}
.bt-1{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius:100% 0 0 100%
}
.bt-2{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius:0 100% 100% 0!important;
    position: relative;
}
.bt-1:hover,.bt-2:hover{
    background-color: #006275;
    color:white
}
.bt-1a{
    display:block
}
.bt-1b{
    display:none
}
.number{
    background-color: red;
    font-size:.7em;
    color:white;
    position:absolute;
    right:0;
    top:0;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    width:1.2em;
    height: 1.2em;
    line-height: 1.2em;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-blue{
    color:#006275
}
.bg1{
    background-image: url(../img/bg1.png);
    background-size: cover;
}
.bg2{
    background-image: url(../img/bg2.png);
    background-size: cover;
}
.redline{
    background-color: red;
    height: .3em;
    width:3em
}
.card{
    border:none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.owl-nav{
    display:none
}
.owl-dots{
    margin-top:2em
}
.contact-bg{
    background-image: url('../img/contact.png');
    background-size: cover;
    height: 100%;
    width: 100%;
}
.carousel-indicators [data-bs-target] {
    background-color: #006275;    
}
.carousel-indicators {
    bottom: -5em!important
}
footer{
    background-image: url('../img/bg-foot.png');
    background-size: cover;
}
footer input::placeholder{
    color:white!important
}
.bg-dark-img{
    background-image: url(../img/about.bg2.png);
    background-size: cover;
}
.x1,.x2{
    background-size: cover;
    width:calc(100% + 3em);
    height: calc(100% + 4em);
    left:-3em;
    top:-2em;
    z-index: -1;
    border-radius: 5px;
    position:relative
}
.x2{
    left:0;
    right:-3em
}
.card-corner::before{
    content: '';
    position: absolute;
    width:2.5em;
    height: 2.5em;
    border-radius:5px;
    top:0;
    right:0;
    background-color: red;
    opacity:10%
}
.card-corner::after{
    content: '';
    position: absolute;
    width:2.5em;
    height: 2.5em;
    border-radius:5px;
    bottom:0;
    left:0;
    background-color: blue;
    opacity:10%
}
.page-link {
    color:black;
    opacity: .75;
}
.page-link:hover,.active>.page-link {
    color:white;
    background-color: #006275;
    opacity: 1
}
.nav-tabs{
    border:none;
    border-bottom:#006275 solid 1px;    
}
.nav-tabs .nav-link{
    color:#006275;
    border:none!important;
    background-color: unset;
}
.nav-tabs .nav-link.active{
    color:red;
    border:none;
    border-bottom:red solid 2px!important
}
.centered:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.country-select input, .country-select input[type=text] {
    display: none;
}
.country-select.inside .flag-dropdown {
    border: 1px solid #ced4da;
    padding: 18px 5px;
    border-radius: 5px 0 0 5px;
}
.country-select {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 2em;
}
.btn-payment:hover{
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.16);
}
.btn-payment .fa-check-circle{
    display:none;
    top:1em;
    left:1em
}
.btn-payment:hover .fa-check-circle,.btn-payment.active .fa-check-circle{
    display:block
}
.bg-login{
    background-image: url(../img/login.png);
    background-size:cover;
    background-repeat: no-repeat;
    height: 100%;
}

@media (max-width:960px){
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link,.navbar-nav .nav-link:hover{
        border-bottom:none;
        position:unset;
    }
    .navbar-nav .nav-link.active::before, .navbar-nav .show>.nav-link::before,.navbar-nav .nav-link:hover::before{
        display: none;
    }
    .btn-login{
        width:calc(50% + 3.5em)
    }
    .navbar .nav-item{
        margin:0
    }
    .form {
        margin: 1em auto auto 0;
        width:100%
    }
}

.fa-facebook-f{color: #3B5999;}
.fa-twitter{color: #03A9F4;}
.fa-linkedin-in{color: #0077B5;}
.fa-youtube{color: #E60000;}
.breadcrumb-item.active{color: red;}
.line-clamp-1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  overflow: hidden;}
.line-clamp-2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden; height: 50px;}
.line-clamp-3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;  overflow: hidden; height: 70px;}
.line-clamp-4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;  overflow: hidden;}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    max-width:100% !important;
}

.content_post img {
    max-width: 100%;
    object-fit: contain;
}