@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');

body {
    font-family: 'Poppins', sans-serif;
    /* height: 20000px; */
}

/* General */

.section-main {
    padding: 50px 0px;
    overflow: hidden;
}

.section-main h1 {
    font-weight: bold;
    text-transform: capitalize;
    color: #414561;
    margin: 0;
    /* border-bottom: 2px solid #414561; */
    /* padding-bottom: 16px; */
    display: inline-block;
    border-radius: 12px;
    font-size: 23px;
}

.section-main .desc{
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    color: #696969;
}

/* Navbar */

.navbar-main {
    background-color: #3DBAE8 !important;
}

.navbar-main .navbar-brand {}

/* .navbar-main .navbar-brand{} */

.navbar-main .navbar-nav {}

.navbar-main .navbar-nav .nav-item {
    margin-left: 20px;
}

.navbar-main .navbar-nav .nav-item.active {
    /* border-bottom: 2px solid transparent; */
    color: #fff;
}

.navbar-main .navbar-nav .nav-item.active .nav-link:hover {
    background-color: #565b7b;
    border-bottom: 2px solid #ffffff;
}

.navbar-main .navbar-nav .nav-item .nav-link {
    border-radius: 2px;
    border-bottom: 2px solid transparent;
    padding: 7px 10px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-main .navbar-nav .nav-item .nav-link:hover {
    border-radius: 2px;
    border-bottom: 2px solid #ffffff;
    color: #fff;
}

/* Slider */

#home {
    height: calc(100vh - 56px);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    /* padding: 100px 0px 100px 0px; */
}

#home #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #92c658; */
    background: #92c65a;
    opacity: .7; 

    /* ; */
    /* background: linear-gradient(47deg, rgb(100, 100, 100) 15%, rgb(65, 69, 97) 100%);
    opacity: 0.8; */
 /* background: linear-gradient(47deg, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 100%);  */
}

#home .owl-carousel {
    z-index: 10;
}

#home .item {
    height: calc(100vh - 55px);
}

#home .item h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bolder;
    text-transform: uppercase;
}

#home .item p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
}

#home .owl-nav {
    position: absolute;
    bottom: 80px;
    left: 0;
}

#home .owl-nav span {
    font-size: 30px;
}

#home .owl-nav .owl-prev,
#home .owl-nav .owl-next {
    background-color: #000;
    padding: 0px 17px !important;
    color: #fff;
    margin-left: 2px;
    opacity: 0.4;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

#home .owl-nav .owl-prev:hover,
#home .owl-nav .owl-prev:focus,
#home .owl-nav .owl-next:hover,
#home .owl-nav .owl-next:focus {
    opacity: 1;
    box-shadow: none;
    outline: none;
}

/* aboutDoctor */

#aboutDoctor {}

#aboutDoctor h2 {
    font-weight: bold;
    color: #dc3545;
    font-size: 16px;
}

#aboutDoctor p {
    margin: 0;
    font-size: 14px;
    color: #4f4f4f;
}

/* About Clinic */

#aboutClinic {
    background-color: #f6f6f6;
}

.item-box {
    box-shadow: 0px 0px 20px #0000001f;
    height: 310px;
    overflow: hidden;
}

.item-box .item-img {
    height: 100%;
    width: 100%;
}

.item-box .item-img .img-fluid {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.item-box .item-img .img-fluid:hover {
    filter: brightness(1.2) contrast(1.8);
    -webkit-filter: brightness(1.2) contrast(1.1);
    transform: scale(1.5) rotate(-10deg);
    -webkit-transform: scale(1.5) rotate(-10deg);
    -moz-transform: scale(1.5) rotate(-10deg);
    -ms-transform: scale(1.5) rotate(-10deg);
    -o-transform: scale(1.5) rotate(-10deg);
    /* box-shadow: 0px 0px 50px #0000001f; */
}

#owl-clinic .owl-dots.disabled,
#owl-certificates .owl-dots.disabled,
#owl-clinic .owl-nav.disabled,
#owl-certificates .owl-nav.disabled {
    display: block;
}

#owl-clinic .owl-nav .owl-prev,
#owl-clinic .owl-nav .owl-next,
#owl-certificates .owl-nav .owl-prev,
#owl-certificates .owl-nav .owl-next {
    background-color: #343a40;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#owl-clinic .owl-nav .owl-prev {
    left: -20px;
}

#owl-clinic .owl-nav .owl-next {
    right: -20px;
}

#owl-certificates .owl-nav .owl-prev {
    left: -20px;
}

#owl-certificates .owl-nav .owl-next {
    right: -20px;
}

/* certificates */

#certificates {}

#certificates .item-certificates {
    padding: 8px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    height: 200px;
}

#certificates .item-certificates .certificates-img {
    height: 100%;
    width: 100%;
}

#certificates .item-certificates .certificates-img .img-fluid {
    height: 100%;
    object-fit: scale-down;
}

/* Footer */


footer#footer{
    background-color: #3DBAE8 !important;
    color: #fff;
    padding: 5px;
    text-align: center;
    padding: 15px 0;
}

footer#footer .copyright{
    padding: 0;
    margin: 0;
    font-size: 13px;
}
footer#footer .copyright a{
    color: #FFC10A;
    text-indent: 6px;
}