/******************************************************************
Theme Name: Phintraco Themes 2021
Theme URI: http://www.themble.com/bones
Version: 1.3
Tags: flexible-width, translation-ready, microformats, rtl-language-support

Happy Developing!
******************************************************************/

/* =========== for all dekstop version css ============*/
a{text-decoration: none;}
html {scroll-behavior: smooth;}
*{font-family: 'Open Sans', sans-serif;}

/* =========== Header */
#section-header{padding: 20px 0}
.logo-header-img, .logo-footer-img{width: 100px;}
.title-header{
    color:#FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-right: 15px;
}
.title-header:hover{
    color:#B8860B;
    border-bottom: 3px solid#FFFFFF;
    font-weight: 600;
}
.title-header.active{
    color:#B8860B !important;
    border-bottom: 3px solid#FFFFFF;
    font-weight: 600;
}

/* =========== Footer */
.footer-home{
    background:#000000;
    padding: 60px 0 30px 0;
}
.desc-alamat, .desc-mail{
    font-size: 16px;
    line-height: 18px;
}
.desc-mail a{color:#FFFFFF;}
.desc-mail:hover a{color:#B8860B;}

/* =========== Back To Top */
#TOP{
    position: fixed;
    bottom: 150px;
    right: 30px;
    z-index: 10;
    font-size: 26px;
    border: none;
    background:#1C355E;
    color:white;
    cursor: pointer;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    box-shadow: 0 5px 5pxrgba(0,0,0,.25);
    transition: .2s;
}
#TOP:hover{
    opacity: .75;
    box-shadow: 0 5px 10pxrgba(0,0,0,.5);
    transition: .2s;
}

/* =========== Breadcrumb */
#bg-breadcrumb{
    background:#F1F1F1;
    padding: 10px 0;
    margin-top: 120px;
}
.title-breadrumb{
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color:#000000;
}
.breadcrumb-item.active{ color:#1C355E;}

/* =========== Global */
#services, #why-choose-us, #meet-the-team, #events, #article, #berita{padding: 60px 0}
#about  {padding-top: 60px;}
#visimisi{padding: 40px 0 60px 0;}
.txt-home{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 80px;
}

/* =========== Home */
/* Banner */
#banner{padding-top: 120px;}
.banner-img{
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* About Us */
.desc-ttgkami{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .3px;
}
/* Services */
.txt-services{
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .3px;
}
.desc-services{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .3px;
}
.goto-services, .goto-artikel{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.goto-services:hover, .goto-artikel:hover{color:#B8860B}
/* Why - Role - Event */
.img-role{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.icon-why{
    width: 50px;
    height: 50px;
}
.txt-why, .txt-role, .txt-event, .txt-artikel{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: .3px;
}
.desc-why, .desc-role{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .3px;
}
.date-event, .loc-event{
    font-size: 15px;
    font-weight: 300;
}
.desc-artikel{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .3px;
    overflow: hidden;
    height: 120px;
}
.txt-single-artikel{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .3px;
}
.desc-single-artikel{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .3px;
}

/* ================================== Section Responsive ================================== */
/* Add Screen */
@media only screen and (min-width:992px){
    /* Dropdown Menu */
    .dropdown-menu li {position: relative;}
	.nav-item .submenu{
        display: none;
        position: absolute;
        left: 100%; 
        top: -9px;
	}
	.nav-item .submenu-left{
        right: 100%; 
        left: auto;
	}
	.dropdown-menu > li:hover {background: transparent;}
	.dropdown-menu > li:hover > .submenu {display: block;}
    .navbar .nav-item .dropdown-menu{display: none;}
	.navbar .nav-item:hover .dropdown-menu{display: block;}
	.navbar .nav-item .dropdown-menu{margin-top:0;}
}

/* SM */
@media screen and (min-width: 576px) and (max-width: 992px){
    #services, #why-choose-us, #meet-the-team, #events, #article, #berita{padding: 30px 0}
    #about{padding-top: 30px;}
    #visimisi{padding: 10px 0 30px 0;}
    .banner-img{
        height: 400px;
        background-size: contain;
    }
    .txt-home{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
    }
    .txt-services, .txt-why, .txt-role, .txt-event, .txt-artikel{
        font-size: 18px;
        line-height: 28px;
    }
    .desc-services, .desc-why, .desc-role{
        font-size: 14px;
        line-height: 25px;
    }
    .goto-services{font-size: 14px;}
    .desc-ttgkami{
        font-size: 16px;

    }
}

/* XS */
@media only screen and (max-width:575px){
    #services, #why-choose-us, #meet-the-team, #events, #article, #berita{padding: 30px 0}
    #about{padding-top: 30px;}
    #visimisi{padding: 10px 0 30px 0;}
    .banner-img{
        height: 400px;
        background-size: contain;
    }
    .txt-home{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
    }
    .txt-services, .txt-why, .txt-role, .txt-event, .txt-artikel{
        font-size: 18px;
        line-height: 28px;
    }
    .desc-services, .desc-why, .desc-role{
        font-size: 14px;
        line-height: 25px;
    }
    .goto-services{font-size: 14px;}
    .desc-ttgkami{
        font-size: 16px;

    }
}