@font-face {
    font-family: Roboto;
    src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
    src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
    src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
    src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Medium.eot);
    src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Bold.eot);
    src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}


/* root */

:root {
    --main-background: #D4E0E1;
    --yellow: #FBB239;
    --text-color: #3E6560;
    --background-section: #FFFFFF;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

.main-skin {
    background: var(--main-background);
}

.fixed-list {
    position: fixed;
    top: 56px;
    z-index: 1999;
    background: #fff;
    width: 100%;
}

button {
    outline: none !important;
}

button[type="submit"] {
    cursor: pointer;
}

.background {
    background-size: cover;
}

.breadcrumb {
    padding: 60px 0px 40px 0px;
    font-size: 28px;
    font-weight: bold;
    color: var(--text-color);
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}


/* end root */


/* header */


/** header mobile **/

/** header mobile end **/

header ul li a {
    font-family: Arial, Helvetica, sans-serif;
}

.navbar-nav {
    gap: 15px;
}

.navbar-nav .nav-link {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
}

.navbar-nav>li:hover .menu-child {
    display: block;
}

.navbar-nav .menu-child {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 15px;
    right: -30px;
    display: none;
    background: var(--main-background);
    padding: 10px 0px;
    z-index: 1000;
    box-shadow: 0px 10px 10px -7px #ccc;
    min-width: 150px;
}

.navbar-nav .menu-child li {
    padding: 5px 5px;
}

.navbar-nav .menu-child li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.navbar-nav .menu-child li:hover a {
    color: #fd9308 !important;
    background: #f2f2f2;
}

.button-collapse {
    color: var(--text-color) !important;
    font-size: 20px;
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000;
}

.button-close-collapse {
    color: var(--text-color) !important;
    position: absolute;
    top: 15px;
    right: 25px;
}

.second-list-menu {
    margin-bottom: -29px;
    position: relative;
    z-index: 1;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap: 15px;
    padding-top: 5px;
}

.second-list-menu li {
    position: relative;
    z-index: 0;
}

.second-list-menu li a {
    color: #FFF;
    text-decoration: none;
}

.second-list-menu li .menu-child {
    position: absolute;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: max-content;
    display: none;
}

.second-list-menu>li:hover>a,
.second-list-menu li .menu-child li:hover a {
    border-bottom: 2px solid #E25839;
}

.second-list-menu li:hover .menu-child {
    display: block;
}

/* header end */


/*body*/
body {
    font-family: Roboto;
}

.banner {
    height: 220px;
    overflow: hidden;
}

/**home**/

#home-about {
    margin: 30px 0px;
}

#home-about .content .inner {
    padding: 20px 5px;
}

#home-about .content * {
    color: #fff;
    text-decoration: none;
}

#home-about .content .title {
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    position: relative;
}

#home-about .content .title i {
    position: absolute;
    bottom: -12px;
    right: -2px;
}

#home-about .content.content1 {
    background: #159EA5;
}

#home-about .content.content2 {
    background: #E25839;
}

#home-about .content.content3 {
    background: #FBB239;
}

#home-about .content .img {
    height: 190px;
    width: 100%;
}

#home-about .content img {
    object-fit: contain;
}

#camket .item {
    padding: 15px;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
}

#camket .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

#camket .item .img .circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all ease;
    overflow: hidden;
}

#camket .item .img:hover>.circle {
    border-color: #fd9308;
}

#camket .item .content {
    text-align: center;
    margin: 15px 0px;
    height: 108px;
    overflow: hidden;
}

#camket .item .content h4 {
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
}

.title-uppercase {
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px;
    font-family: Montserrat;
    font-weight: bold;
    position: relative;
    color: var(--text-color);
}

.detail {
    text-align: center;
}

#slide-about .slide {
    height: 297px;
    overflow: hidden;
}

#news {
    margin-bottom: 25px;
}

#news .item .time {
    background: #D4E0E1;
    color: #0A585C;
    padding: 5px 10px;
    font-weight: 600;
}

#news .item .title {
    font-size: 25px;
}

#news .item .article .title a {
    color: #159EA5;
    text-decoration: none;
}
#news .item .article .des{
    color: #0A585C;
}
.list-menu-child {
    display: flex;
    list-style: none;
    margin-top: 15px;
    justify-content: center;
}
.list-menu-child li{
    padding: 0px 5px;
    font-weight: 600;
    cursor: pointer;
}
.list-menu-child li a.active{
    color: #E25839!important;
}
.list-menu-child li:first-child{
    border-right: 1px solid #444;
}
.list-menu-child li:last-child{
    border-left: 1px solid #444;
}
.detail a,
.detail button {
    display: inline-block;
    padding: 5px 15px;
    border: none;
    background: #159EA5;
    margin: 15px 0px;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

.item-project {
    background: #EEF3F3;
    padding: 20px 15px 35px 15px;
    position: relative;
    z-index: 0;
    height: 100%;
    margin-bottom: 20px;
}

.item-project .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    background: #EEF3F3;
    margin: 0px;
    padding: 5px 15px 5px 0px;
    font-size: 23px;
}

.item-project .title a {
    color: #0A585C;
    text-decoration: none;
}

.item-project::before {
    content: "";
    position: absolute;
    height: 4px;
    top: 0px;
    left: 15px;
    right: 15px;
    background: var(--yellow);
}

.item-project .img {
    width: 100%;
    position: relative;
}

.item-project .img a {
    display: block;
}

.item-project .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.55;
}

.item-project .content .content-des {
    color: #695E4D;
    font-weight: 600;
    padding-top: 5px;
}

.item-project a.link-detail {
    color: #159EA5;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 600;
    font-size: 20px;
}

#detail-project .title {
    color: #0A585C;
}

#video {
    padding: 30px 0px;
}

.video .item .title a {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: var(--text-color);
    color: #fff;
    text-transform: uppercase;
}

.video .item .title a:hover {
    background: #fd9308;
}

.timeline {
    position: relative;
    list-style: none;
    padding: 0px;
}

.timeline::after {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: var(--text-color);
    content: "";
}

#contact .contact-info-box {
    background: #D4E0E1;
    padding: 15px;
    border-top: 10px solid #E25839;
}

#contact .contact-info-box label {
    font-weight: 400;
    margin-bottom: 0px;
}

#contact .form-control {
    margin-bottom: 10px;
}

#contact textarea.form-control {
    height: 150px;
    resize: none;
}

#contact .content {
    padding: 15px;
    border: 1px solid #BDBDBD;
}

.detail-content article {
    margin-bottom: 20px;
}
.list-gallery .item-gallery{
    position: relative;
    z-index: 0;
}
.list-gallery .item-gallery .img{
    width: 100%;
    overflow: hidden;
}
.list-gallery .item-gallery .img img{
    width: 100%;
    aspect-ratio: 1/.55;
    object-fit: cover;
}
.list-gallery .item-gallery .title{
    position: absolute;
    bottom: 0px;
    padding: 8px 10px;
    background: #FFF;
    margin: 0px;
    min-width: 80%;
    font-size: 20px;
}
.list-gallery .item-gallery .title *{
    color: #000;
    text-decoration: none;
}
.news-item .time-date{
    background: #D4E0E1;
    color: #0A585C;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
}
.news-item .title a{
    color: #159EA5;
    text-decoration: none;
}
.news-item .link a{
    color: #159EA5;
    border: 1px solid #159EA5;
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
}
a.btn-project{
    background: #E25839;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
}
a.btn-project:hover{
    opacity: 0.9;
}
/*footer*/

.social {
    margin-top: 2px;
    margin-bottom: 5px;
    gap: 15px;
    display: flex;
}

.social a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#159EA5!important;
    font-size: 28px;
}

.page-footer {
    padding-top: 30px;
    color: #159EA5;
    box-shadow: 0 -2px 15px rgb(0 0 0 / 15%);
    background-color: #D4E0E1;
    position: relative;
    z-index: 0;
}

.page-footer .title-footer {
    margin-bottom: 20px;
}

.page-footer .form-control {
    margin-bottom: 15px;
}

.page-footer ul {
    list-style: none;
    padding: 0px;
}

.page-footer ul li:first-child a {
    padding-top: 0px !important;
}

.page-footer a {
    color: #159EA5;
}

.page-footer .lienket p {
    margin-bottom: 5px !important;
}

@media (min-width: 900px) {
    .logo img {
        height: 50px;
    }

    .page-footer .lienket {
        padding: 0px 15px;
    }
}

@media (max-width: 900px) {
    #camket .item {
        margin-bottom: 15px;
    }

    .logo img {
        width: 100%;
    }
}