body{
    font-family: 'Poppins';
    color: #333333;
}

.navbar{
    background-color: #FFFFFF;
}

.navbar .navbar-brand{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 900;
    color: #182C61;
}

.navbar .navbar-brand:hover{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 900;
    color: #182C61;
}

.navbar .navbar-nav a.nav-link{
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #333333;;
    text-decoration: none;
}

.navbar .navbar-nav a.nav-link:hover{
    color: rgb(41, 79, 182);
    text-decoration: none;
}

.navbar .navbar-nav a.nav-link.active{
    color: rgb(41, 79, 182);
    text-decoration: none;
}

.header{
    background-image: url('../images/background-banner.png');
    width: 100%;

}

.header h5{
    font-size: 24px;
    font-weight: 400;
}

.header h2{
    font-size: 64px;
    font-weight: 700;
}

.header p{
    font-size: 24px;
    font-weight: 400;
}

.header span{
    font-size: 24px;
    font-weight: 600;
    color: #182C61;
    text-decoration: none;
}

.header h2.header-banner{
    margin-top: 153px;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 700;
}

.header p.header-banner{
    margin-top: 10px;
    margin-bottom: 224px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
}

.btn-primary{
    color: #FFFFFF;
    background-color: #182C61;
    padding: 12px 38px 12px 38px;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary:hover{
    background-color: rgb(9, 18, 41);
}

.btn-secondary{
    color: #182C61;
    background-color: #FFFFFF;
    padding: 12px 38px 12px 38px;
    border: 1px solid #182C61;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.btn-secondary:hover{
    background-color: #FFFFFF;
    border: 1px solid  rgb(9, 18, 41);
    color: rgb(9, 18, 41);
}

.introduce{
    margin-top: 130px;
}

.introduce h1{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.introduce p{
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 400px;
}

.profile{
    margin-top: 115px;
}

.profile h1{
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
    color: #333333;
}

.profile .biodata{
    margin-bottom: 40px;
    color: #5C5C5C;
    font-size: 14px;
}

.profile span{
    font-weight: 600;
}

.profile .profile-paragraph{
    margin-bottom: 40px;
    color: #5C5C5C;
    font-size: 14px;
}

.profile .btn{
    width: 193px;
    height: 50px;
}

.profile ul.about-info{
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.profile ul.about-info li{
    list-style: none;
    margin-bottom: 12px;
}

.profile ul.about-info span{
    width: calc(100% - 130px);
}

.profile ul.about-info span:first-child{
    font-weight: 400;
    color: #5C5C5C;
    width: 130px;
}

.experience{
    margin-top: 100px;
}

.experience h1{
    margin-bottom: 42px;
    color: #333333;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
}

.experience .col{
    background-color: #F9F9FD;
    height: 270px;
    width: 255px;
    margin: 0px 0px 30px 0px;
    padding: 45px 25px;
}

.experience .col:hover{
    background-color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.4s ease 0s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.experience h2{
    font-size: 18px;
    font-weight: 700;
}

.experience p{
    font-size: 12px;
}

.education{
    margin-top: 100px;
}

.education h1{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

.education h5{
    font-size: 24px;
    font-weight: 600;
    color: #182C61;
    margin-bottom: 5px;
}

.education p.year{
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 60px;
}

.education p.major{
    font-size: 18px;
    font-weight: 500;
    padding-left: 60px;
}

.education .icon-education{
    padding-right: 30px;
}

.skill{
    margin-top: 100px;;
    /* width: 100%;
    height: 685px;
    background: linear-gradient(rgba(255, 229, 210, 0.63) 0%, rgba(255, 244, 229, 0) 100%);
    border-radius: 50%; */
}

.skill h1{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
}

.skill h2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 22px;
}

.skill p{
    font-size: 14px;
    margin-bottom: 6px;
}

.skill .progress{
    margin-bottom: 20px;
}

.skill .progress .progress-bar{
    background-color: #182C61;
}

.blog{
    margin-top: 100px;
}

.blog h2{
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 42px;
}

.blog h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.blog a{
    color: #333333;
}

.blog p{
    font-size: 14px;
    font-weight: 400;
}

.blog .carousel-list{
    margin-top: 70px;
}

.blog .carousel-list .round-circle{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #FFBE40;
    color: #ffffff;
}

.blog .carousel.slide .carousel-inner .carousel-item{
    
    transition: all 2.5s ease 0s;
}

/* .blog .carousel-item .col{
    padding: 0px 15px;
} */

.footer{
    margin-top: 120px;
}

.footer .logo{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 900;
    color: #182C61;
    text-decoration: none;
}

.footer h2{
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer ion-icon{
    width: 24px;
    height: 24px;
    color: #A9A9A9;
}

.footer ion-icon:hover{
    color: rgb(75, 74, 74);
}

.footer p{
    margin-top: 30px;
    margin-bottom: 120px;
    font-size: 18px;
    color: #A9A9A9;
}

.contact{
    margin-top: 130px;
}

.contact h1{
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact h1 span{
    font-weight: 600;
    color: #182C61;
}

.contact p.feel-free{
    font-weight: 400;
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 30px;
}

.contact p.title{
    font-size: 12px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 2px;
}

.contact h5{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
}

.contact ion-icon{
    width: 24px;
    height: 24px;
    color: #A9A9A9;
}

.contact ion-icon:hover{
    color: rgb(75, 74, 74);
}

.message{
    margin-top: 110px;
}

.message input{
    height: 52px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 30px;
}

.message textarea{
    height: 216px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    font-size: 14px;
    padding-top: 16px;
}

.message .btn .btn-primary{
    width: 212px;
    padding: 12px 24px ;
}

.header-blog{
    margin-top: 40px;
}

.header-blog h1{
    font-family: 'Montserrat';
    font-size: 48px;
}

.header-blog h1 strong{
    font-weight: 600;
    color: #182C61;
    margin-bottom: 25px;
}

.header-blog p{
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 25px;
    text-align: justify;
}

.header-blog h5{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.header-blog ion-icon{
    color: #333333;
    height: 24px;
    width: 24px;
}

.body-blog{
    margin-top: 100px;
}

.body-blog .status{
    margin-top: 16px;
    margin-bottom: 20px;
}

.body-blog .status span{
    margin-right: 25px;
    color: #5C5C5C;
    font-size: 14px;
}

.body-blog .status ion-icon{
    margin-right: 10px;
    height: 20px;
    width: 20px;
    color: #333333;
    position: relative;
    top: 5px;
}

.body-blog h1{
    color: #333333;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.body-blog p{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 25px;
}

.body-blog .blog-preview{
    margin-bottom: 80px;
}

.body-blog .blog-preview a{
    text-decoration: none;
}

.body-blog .blog-right{
    background-color:#FAFAFA;
    border: 1px solid #DFDFDF;
    padding: 40px 40px;
}

.body-blog .blog-right .search-posts input{
    padding: 0px 11px;
    font-size: 12px;
}

/* .body-blog .blog-right .input-group{
    background-color: #FFFFFF;
    border: 1px solid #182C61;
    border-radius: 40px;
}

.body-blog .blog-right .input-group .form-control{
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 40px;
    font-size: 12px;
    padding-left: 15px;
}

.body-blog .blog-right .input-group .input-group-prepend{
    background-color: transparent;
    border: 0px;
    border-radius: 40px;
}

.body-blog .blog-right .input-group .input-group-prepend .input-group-text{
    background-color: transparent;
    border: 0px;
    border-radius: 40px;
} */

.body-blog .blog-right .profile-blog{
    margin-top: 51px;
    text-align: center;
}

.body-blog .blog-right .profile-blog h5{
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
}

.body-blog .blog-right .profile-blog h6{
    font-size: 10px;
    color: #5C5C5C;
    font-weight: 300;
}

.body-blog .blog-right .profile-blog p{
    font-size: 10px;
    color: #5C5C5C;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
}

.body-blog .blog-right hr{
    border: 1px solid #DFDFDF;
    margin-top: 40px;
    margin-bottom: 40px;
}

.body-blog .blog-right .popular-posts{
    text-align: center;
}

.body-blog .blog-right .popular-posts a{
    color: #333333;
}

.body-blog .blog-right .popular-posts p{
    background-color: #182C61;
    color: #FFFFFF;
    text-align: center;
    padding: 7px;
    margin-bottom: 47px;
}

.body-blog .blog-right .popular-posts h5{
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.body-blog .blog-right .post-categories p{
    margin: 0px 0px;
}

.body-blog .blog-right .post-categories p.title{
    background-color: #182C61;
    color: #FFFFFF;
    text-align: center;
    padding: 7px;
    margin-bottom: 35px;
}

.body-blog .blog-right .post-categories .d-flex{
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}

.body-blog .blog-right .post-categories li{
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-top: 12px;
    padding-bottom: 12px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.body-blog .blog-right .post-categories .list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.body-blog .blog-right .post-categories a{
    text-decoration: none;
}

.body-blog .blog-right .post-categories li:hover{
    border-bottom: 2px dotted #182C61;
    color: #182C61;
}

.body-blog hr.blog-detail{
    margin-bottom: 40px;
}

.body-blog .blog-article p{
    color: #5C5C5C;
}

.body-blog .blog-comment{
    background-color: #FAFAFA;
    border: 1px solid #DFDFDF;
    padding: 40px 40px;
}

.body-blog .blog-comment h5{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 38px;
}

.body-blog .blog-comment .photo-comment{
    width: 60px;
    height: 60px;
    background-color: #C4C4C4;
    border-radius: 50%;
    text-align: center;
}

.body-blog .blog-comment .name-comment{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body-blog .blog-comment .date-comment{
    font-size: 10px;
    font-weight: 300;
    color: #5C5C5C;
    margin-bottom: 17px;
}

.body-blog .blog-comment .content-comment{
    font-size: 12px;  
    color: #5C5C5C;
}

.btn-reply{
    padding: 4px 23px;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.btn-reply:hover{
    background-color: #182C61;
    color: #FFFFFF;
}

.body-blog .blog-comment .reply-comment{
    margin-top: 30px;
    margin-left: 55px;
}

.body-blog .comment-form{
    margin-top: 40px;
    background-color: #FAFAFA;
    border: 1px solid #DFDFDF;
    padding: 40px 40px;
}

.body-blog .comment-form h5{
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
}

.body-blog .comment-form input{
    height: 52px;
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    color: 5C5C5C;
}

.body-blog .comment-form textarea{
    height: 168px;
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    color: 5C5C5C;
    padding-top: 16px;
}