:root{
--forest_green: #008000; /*#00a323;*/
--lime_green: #46b22d;
--gray: #505846; /*#778268;*/
--white: #ffffff;
--xam:#e5e3e3;
--black:#000000;
--white-smore:#f0f0f0;
--warning:#cc3300;
}

.bg-content{
	background-color: var(--white);
}
.background-body-user{
	background-color: var(--white-smore);
}

.top-header{
	background-color: var(--gray);
}

.ul-color-white{
	margin: 0;
	padding: 0;
}
.ul-color-white li{
	height: 40px;
	line-height: 40px;
	display:inline;
	color: var(--white);
}
.ul-color-white a{
	color: var(--white);
	padding: 10px 10px 10px 10px;
}
.ul-color-white i{
	color: var(--white);
}
.label-error{
    color: var(--warning);
    font-weight: normal;
}
.bottom-header{
    border-top: 1px solid var(--white-smore);
    border-bottom: 1px solid var(--white-smore);
}
.navbar{
	margin-bottom: 0;
}

.bg-white{
	background-color: var(--white);
	border-radius: 0;
	padding-top:0px;
	padding-bottom:0px;
}

button.navbar-toggler{
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: var(--white);
	border: 1px solid var(--forest_green);
}

button.navbar-toggler:hover,
button.navbar-toggler:focus{
    background-color: var(--white-smore);
    box-shadow:none;
}

.navbar-toggler-icon {
    background-image: url("../img/list-icon.svg");
}

.navbar-custom > li.nav-item > a.nav-link {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	color: var(--forest_green);
}
.navbar-custom > li.nav-item > a.nav-link:hover,
.navbar-custom > li.nav-item > a.nav-link:focus {
	color: var(--white);
	background-color: var(--forest_green);
}

.component-include{
	padding:20px 20px 50px 20px;
}
.component-include h2{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	/*margin-bottom: 50px;*/
	/*color: var(--white);*/
	color: var(--forest_green);
}
.hr-text {
	color: #f00;
	background-color: var(--gray);
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	width:50%;
	margin: 20px auto;
}


.img-banner{
	height: 20em;
	width:100%;
}
.title-center{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
	color: var(--gray);
}
.dictionary{
	text-align: center;
	font-size: 2.8em;
}
.dictionary a{
	color: var(--forest_green);
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

.card-custom .card-body {
    position: relative;
}
.card-custom .card-body > h5.card-title{
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 20px;
}

.card-custom .card-body {
    min-height: 355px;
    max-height: 355px;
}

.card-custom .card-body > p.card-text {
    min-height: 215px;
    max-height: 215px;
	text-align:justify;
	overflow: hidden;
}

.card-custom .card-body > a{
    position: absolute;
    bottom:   20px;
}


ul.menu-component{
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}
.menu-component li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--xam);
}
.menu-component li a{
	text-transform: uppercase;
	color: var(--forest_green);
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
}
.menu-component li a span{
	color: var(--forest_green);
	padding-right: 10px;
}
.btn-success{
    background-color: var(--forest_green);
}

.pagination > li > a.page-link{
    color: var(--forest_green);
}
.pagination > li.active > span.page-link{
    background-color: var(--forest_green);
    border: 1px solid var(--forest_green);
}
.item-footer h1{
    font-size: 1.2em;
    font-weight: bold;
    color: var(--xam);
}
.item-footer a{
    text-decoration: none;
}
.item-footer > .list-dic{
    font-size: 1em;
    border: 1px solid var(--xam);
    padding: 10px 10px 10px 10px;
    text-align:justify;
}
.item-footer > .list-dic a{
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
.hr-foot-while{
    background-color: var(--white);
    height: 0px;
    margin-top: 20px;
	margin-bottom: 20px;
}
.copyright{
    padding-bottom:20px;
}
.shtt-home{
    width: 100%;
    height:auto;
}
@media (max-width: 767.98px) {
	.d-flex{
	    border-top: 1px solid var(--white-smore);
	}
	.navbar-custom > li.nav-item {
	    border-bottom: 1px solid var(--white-smore);
	}
	.navbar-custom > li.nav-item > a.nav-link {
    	padding:5px 5px 5px 20px;
    }
    .title-center{
        font-size: 1.8em;
    }
	.dictionary{
    	font-size: 1.8em;
    }
    
    .menu-component li {
        padding-top:5px;
        padding-bottom: 5px;
    }
    
    .card-custom .card-body {
        min-height: auto;
        max-height: auto;
        padding-bottom: 0;
    }
    
    .card-custom .card-body > p.card-text {
        min-height: auto;
        max-height: auto;
    }
    
    .card-custom .card-body > a{
        position: relative;
        margin-top: 20px;
    }

}









.skin-blue .main-header .logo{
	background-color: var(--forest_green);
}
.skin-blue .main-header .logo:hover{
	background-color: var(--lime_green);
}
.skin-blue .main-header .navbar{
	background-color: var(--lime_green);
}
.skin-blue .main-header .navbar .sidebar-toggle:hover{
	background-color: var(--forest_green);
}
.main-header .navbar-static-top .navbar-custom-menu{
	background-color: var(--lime_green);
}
.skin-blue .main-header li.user-header{
	background-color: var(--lime_green);
}
.skin-blue .sidebar-menu>li.active>a {
    border-left-color: var(--forest_green);

}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--forest_green);
    border-color: var(--forest_green);
}


.menu-dictionary{
	text-align: justify;
}
.menu-dictionary a{
	font-size: 2em;
	padding: 5px 5px 5px 5px;
	color: var(--forest_green);
	text-decoration: none;
}
.about{
	background-color: var(--forest_green);
	color: var(--white);
}

.about h3{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}
.about span{
	font-weight: bold;
}
.about p{
	font-size: 2em;
	text-align: justify;
}
.service{
	background-color: var(--gray);
	color: var(--white);
}
.service img{
	margin-top: 30px;
}
.service ul{
	list-style-type: none;
}
.service ul li{
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service a{
	margin-left: 40px;
	font-size: 1.2em;
		background-color: var(--white);
	color: var(--black);

}
.service p{
	font-size: 1.5em;
	text-align: justify;
}
.expert{
	background-color: var(--lime_green);
	color: var(--white);
}
.expert img{
	margin-top: 30px;
}
.expert ul{
	list-style-type: none;
}
.expert ul li{
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.expert a{
	margin-left: 40px;
	font-size: 1.2em;
	background-color: var(--forest_green);

}
.jobs{
	background-color: var(--white);
	color: var(--forest_green);
	text-align: center;
}
h2.h2color{
	color: var(--forest_green);
}
.jobs a{
	 text-decoration: none;
	 font-size: 1.2em;
	 color: var(--forest_green);
	 font-weight: bold;
}
.jobs a:hover{
	 color: var(--lime_green);
}
.transaction{
	background-color: var(--forest_green);
	color: var(--white);
	text-align: center;
}
.transaction img{
	margin-top: 30px;
}
.transaction a{
	 text-decoration: none;
	 font-size: 1.2em;
	 color: var(--white);
	 font-weight: bold;
}
.transaction a:hover{
	 color: var(--xam);
}
.transaction-hoz{
	margin: auto;
}
.support{
	background-color: var(--white);
	color: var(--forest_green);
	text-align: center;
}
.blog-hoz h2{
	color: var(--forest_green);
}
.support img{
	margin-top: 30px;
}
.support a{
	 text-decoration: none;
	 font-size: 1.2em;
	 color: var(--forest_green);
	 font-weight: bold;
}
.support a:hover{
	 color: var(--lime_green);
}
.slogan{
	text-align: center;
	color: #a67c00;
	padding: 20px 20px 20px 20px;
}

.navbar-tab-title{
	padding: 20px 20px 20px 20px;
	background-color: var(--forest_green);
	color: var(--white);
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-right: -18px;
}



.menu-component-hoz{
	border-left: 2px solid var(--xam);
}

.content-component >.title{
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid var(--gray);
	color: var(--gray);
}
.content-component > .body{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.content-component > .body p.error{
	padding-top: 20px;
	/*text-align: center;*/
	font-size: 1.2em;
	height: 400px;
}
.blog-component{
	padding-top: 20px;
}
.img-blog{
	width: 100%;
	border: 1px solid var(--xam);
	margin-bottom: 20px;
}
.title-blog{
	text-transform: uppercase;
	font-size: 1em;
}
.title-blog a{
	color: var(--forest_green);
}

.post-blog {
    font-style: italic;
	color: var(--gray);
}
.content-blog{
	/*padding-top: 10px;*/
	height: 95px;
	overflow: hidden;
	text-align: justify;
}
.blog-detail h2{
    margin-top: 20px;
	font-size: 1em;
	color: var(--black);
	text-transform: uppercase;
	font-weight: bold;
}

.ct-abstract{
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
	text-align: justify;
	border-left: 1px solid var(--xam);
}
.img-blog-detail{
	width: 100%;
}
.blog-detail > div > table > tbody, td, tfoot, th, thead, tr{
    border: 1px solid var(--gray);
    margin:0;
    padding: 5px 5px 5px 5px;
}
ul.list-blog{
	padding-left: 15px;
}
ul.list-blog li{
	padding-top: 5px;
	padding-bottom: 5px;
	color: var(--forest_green);
}
ul.list-blog li a{
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	color: var(--black);
}
ul.list-blog li a:hover{
	color: var(--forest_green);
}

.new-title{
    text-transform: uppercase;
	font-size: 1em;
}
.new-title a{
    color: var(--forest_green);
}
.new-date-post{
    color: var(--gray);
    font-style: italic;
}

.new-content{
	margin-bottom:10px;
	max-height: 95px;
	text-align:justify;
	overflow: hidden;
}
.new-content p{
	display: none;
}
.new-content p:first-child {
	display: inline;
}
.new-click-more{
    text-align: right;
	padding-bottom: 10px;
}
.new-click-more a{
	color: var(--lime_green);
	text-decoration: none;
}
.web-box{
	border: 1px solid var(--forest_green);
	margin-top:20px;
}
.web-box-content{
	background-color: var(--forest_green);
	text-align: center;
	padding: 20px 20px 20px 20px;
	
}
.web-box-content a{
	text-decoration: none;
	color: var(--white);
	font-weight: bold;
	font-size: 1.2em;
}
.web-box img{
	width: 100%;
}
.product .list-group{
	margin-top: 20px;
}
.product .list-group .list-group-item{
	background-color: var(--forest_green);
	color: var(--white);
	border-radius: 0;
}
.product .list-group .list-group-item:hover{
	background-color: var(--lime_green);
}

.component-footer{
	background-color: var(--gray);
	padding: 20px 20px 0 20px;
	color: var(--white);
}

.component-footer a{
    color: var(--white);
}
.nav-tabs-custom .nav-tabs li.active{
	border-top: 3px solid var(--forest_green);
}
.table-info-user{
	width: 100%;
}
.table-info-user tr{
	border-top: 1px solid var(--white-smore);
	border-bottom: 1px solid var(--white-smore);
}
.table-info-user .left{
	text-align: right;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid var(--white-smore);
}
.table-info-user .right{
	width: 100%;
	text-align: left;
	padding-left: 20px;
	border-left: 1px solid var(--white-smore);
}

.title-forest{
	color: var(--forest_green);
}

.title-lime{
	color: var(--lime_green);
}


.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
	color: var(--white);
}

.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background: var(--forest_green);//rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:var(--lime_green);/*rgba(178,178,178,1.0);*/
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


.new-box{
    margin-bottom: 20px;
    /*border-bottom: 1px solid var(--gray);*/
}




.book-box-price{
    text-align: center;
}
.book-box-price>span{
    color: var(--gray);
	font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
    font-size:1.5em;
}