:root{
--orange:#FF9F04;
--facebook:#1877F2; /*;    0000FF*/
--white: #ffffff;

--btn_orange:#fff9ef;
--btn_facebook:#f0f6fd;
--btn_danger:#fbeded;

--xanhduong:#00008F;

--forest_green: #008000; /*#00a323;*/
--lime_green: #46b22d;
--gray: #505846; /*#778268;*/
--xam:#e5e3e3;
--black:#000000;
--white-smore:#f2f2f2;
--warning:#cc3300;
--orange_pink: #FF6B6B;
--dark_gray: #424242;
}

body{
    background: #f0f6fd;
}

.form-group label.control-label{
    font-weight: normal;
}
.image-zoom-full{
    background: rgba(240, 246, 253, 0.9);
    position: fixed;
    display:none;
    width:100vw;
    height:100vh;
    z-index: 10;
    top:0;
    left:0;
}
.image-zoom-full button{
    padding-right:30px;
}
.image-zoom-full-center{
    margin-top:50px;
    position: static;
    text-align:center;
}
.image-zoom-full-center img{
    max-width:80%;
    height:80vh;
}
.frame-orange{
    border: 10px solid var(--orange);
    border-radius: 5px;
}

.hero {
  	position: Fixed; /* relative; */
  	width: 100%;
  	/*min-height: 70vh;*/
  	z-index: -1;
}
  
.heroVideoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*max-height: 700px;*/
    height:100vh;
    object-fit: cover;
    z-index: -1;
}

.heroImgBg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.form-group{
    margin:0;
}
.col-form-label{
    font-weight: normal;
}

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

.top-header{
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-header a{
    text-decoration: none;
}
.parent-logo {
    text-align: center;
}

.child-logo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.child-logo > h1{
    margin-top:15px;
    margin-bottom:0;
    font-size: 1.4em;
    color: var(--facebook);
    font-weight: 950;
}

.child-logo > h2{
    margin-top:0;
    font-size: 1.2em;
    color: var(--orange);
    font-weight: 950;
}

.ul-color-white{
	margin: 0;
	padding: 0;
	text-align:center;
	line-height: 65px;
    height: 65px;
}
.ul-color-white li{
	height: 40px;
	line-height: 40px;
	display:inline;
}
.ul-color-white a{
	color: var(--facebook);
	padding: 10px 10px 10px 10px;
}

.ul-color-white a:hover{
	color: var(--orange);
}
.top-header-mobi{
    background: var(--white);
    visibility: hidden;
    display: none;
}
.ul-color-white-mobi{
	margin: 0;
	padding: 0;
	text-align:center;
}
.ul-color-white-mobi li{
	height: 30px;
	line-height: 30px;
	display:inline;
}
.ul-color-white-mobi a{
	color: var(--facebook);
	padding: 10px 10px 10px 10px;
}

.ul-color-white-mobi a:hover{
	color: var(--orange);
}

.label-error{
    color: var(--warning);
    font-weight: normal;
}
.bottom-header{
    margin-bottom: 20px;
    background:var(--facebook);
    border-radius:5px;
}

.bottom-header ul li{
    border-right:1px solid var(--white);
}

.bottom-header ul > .not-right{
    border-right: none;
}
.bottom-header ul li:hover{
    background:var(--orange);
}
.bottom-header ul li a{
    color:var(--white);
    text-decoration: none;
}
.bottom-header ul li a:hover{
    color:var(--white);
    text-decoration: none;
}


.parent-main-function {
    position: relative;
    text-align:center;
}

.child-main-function {
    position: absolute;
    bottom: -80px; /* Đặt bottom thành 0 để child nằm ở phía dưới */
    text-align:center;
    width:100%;
    z-index:1;
}

.parent-function {
  text-align: center;
}
.carousel-item img.d-block{
    min-height: 150px;
}
.child-function {
  display: inline-block;
  vertical-align: middle;
  width:160px;
  background:var(--orange);
  color:var(--white);
  padding:20px 20px 20px 20px;
  border-radius:5px;
}

.child-function:hover{
  background:var(--facebook);
}
.child-function:hover >a{
  color:var(--white);
}

.child-function a{
  color:var(--white);
  text-decoration: none;
}
.child-function h3{
    font-size:1.2em;
}
.child-function img{
    height:65px;
}
.home-main-content{
    margin-top:100px;
}

.main-body-user{
    box-shadow: 0 0 10px rgba(212, 215, 220, 1);
    /*background:var(--white);*/
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 10px;
}
.home-main-body-user{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(212, 215, 220, 1);
    background:var(--white);
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.home-main-body-user h5{
    font-size:1em;
    font-style: italic;
}

.home-main-body-title{
    text-align: center;
    padding:40px 20px 20px 20px;
}
.home-main-body-title img{
    height:65px;
}

.home-main-body-title h1{
    margin-top:10px;
    color: var(--xanhduong);
    font-size: 1.2em;
    font-weight:950;
}
.image-events-1{
    overflow: hidden;
    height:auto;
}

.image-events-1 img{
    width:100%;
    max-height:100%;
}
.image-effect-zoom-out{
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.image-effect-zoom-out:hover{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.image-events-2{
    overflow: hidden;
    height:auto;
}
.image-events-2 img{
    width:100%;
    max-height:100%;
}

.home-sukien h1{
    margin-top:10px;
    margin-bottom:10px;
    font-size: 1em;
    overflow: hidden;
    text-align:justify;
}
.home-sukien h1 a{
    margin-top:10px;
    margin-bottom:10px;
    color: var(--facebook);
    text-decoration: none;
}

.home-main-body-body h1{
    margin-top:10px;
    margin-bottom:10px;
    margin-bottom:20px;
    font-size: 1em;
    max-height: 40px;
    overflow: hidden;
    text-align:justify;
}
.home-main-body-body h1 a{
    margin-top:10px;
    margin-bottom:10px;
    color: var(--facebook);
    text-decoration: none;
}
.a-link-hover-orange:hover{
    color: var(--orange);
}
.image-knowledgment{
    overflow:hidden;
}
.image-knowledgment img{
    width:100%;
    border:1px solid var(--orange);
}
.para-decribe{
    height: 150px;
    overflow: hidden;
    text-align:justify;
}


.content-component{
    /*margin-top:20px;*/
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    border-radius:5px;
    /*border-left:1px solid var(--facebook);*/
    background: var(--white);
    box-shadow: 0 0 10px rgba(212, 215, 220, 1);
}
.content-component h2{
    color: var(--orange);
    text-align:center;
    font-size:1.3em;
}
.content-title{
    border-bottom: 1px solid var(--orange);
    color:var(--xanhduong);
    font-size:1.2em;
    text-transform:uppercase;
    padding: 20px 20px 0px 20px;
    font-weight:bold;
}
.content-body{
    padding: 20px 20px 20px 20px;
}
.img-content-category{
    width:100%;
    max-height: 150px;
    overflow: hidden;
    border:1px solid var(--orange);
}
.img-content-category img{
    width:100%;
}
.content-body-title h1{
    font-size:1em;
    color:var(--orange);
    text-transform:uppercase;
    font-weight:bold;
    text-align: justify;
}
.content-body-title h2{
    font-size:1em;
    color:var(--facebook);
    font-weight:bold;
    text-align: justify;
}
.content-body-title a{
    text-decoration:none;
}
.content-body-title a:hover{
    color:var(--orange);
}
.post-blog {
    font-style: italic;
	color: var(--gray);
}
.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);
}
.baline-abstract{
    text-align: justify;
    max-height: 90px;
    overflow: hidden;
}
.img-product-category{
    overflow:hidden;
}
.img-product-category img{
    width:100%;
}

ul.list-blog{
	padding-left: 15px;
}
ul.list-blog li{
	padding-top: 5px;
	padding-bottom: 5px;
	color: var(--facebook);
}
ul.list-blog li a{
	font-size: 1em;
	color: var(--facebook);
	text-decoration:none;
}
ul.list-blog li a:hover{
	color: var(--orange);
}






.product-box{
	padding: 2px 2px 2px 2px;
	margin-bottom: 20px;
	border: 1px solid var(--facebook);
	border-radius: 5px;
}
.product-box:hover{
	border: 1px solid var(--orange);
}

.product-box hr{
    color:var(--orange);
    border: 1px solid var(--orange);
}

.product-image{
	height: 10em;
    overflow: hidden;
	position: relative;
}
.product-image img {
	width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1;
}
.product-image .btn-buy{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	width: 100%;
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.product-image .btn-buy:hover{
	cursor: pointer;
}

.product-box:hover >.product-image > .btn-buy {
	background-color: var(--facebook);
	color: var(--white);
	display: block;
}
.product-box:hover >.product-image >.btn-buy:hover{
    background-color: var(--orange);
}
.product-box:hover > .product-rice >.left{
    color: var(--orange);
}

.product-rice{
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.product-rice >.left{
	text-align: center;
	color: var(--xanhduong);
	/*font-weight: bold;*/
	font-size: 1em;
}
.product-rice >.right{
	font-size: 1em;
	float: left;
	color: var(--xanhduong);
	/*font-weight: bold;*/
	/*text-decoration: line-through;*/
}
.product-box hr{
	margin-top: 5px;
	margin-bottom: 5px;
}
.show-product h2{
	font-size: 1em;
	height: 40px;
	overflow: hidden;
	margin-top:0;
	text-align:center;
}

.show-product h2 > a{
	text-decoration: none;
	color: var(--facebook);
}
.show-product h2 > a:hover{
	color: var(--orange);
}











.menu-left{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(212, 215, 220, 1);
    background:var(--white);
}
.menu-left-title{
    color: var(--xanhduong);
    font-weight: bold;
    font-size: 1.2em;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    text-transform: uppercase;
}
.menu-left-body ul li{
    list-style:none;
    border-top: 1px solid var(--orange);
}
.menu-left-body ul li a{
    color:var(--facebook);
    padding:10px 10px 10px 10px;
    display: block;
}

.menu-left-body ul li a:hover{
    background:var(--orange);
    color:var(--white);
}
.main-body-title h1{
    color: var(--orange);
    font-size: 1.3em;
    font-weight:bold;
    text-align: left;
    padding:40px 20px 20px 20px;
    text-transform: uppercase;
}
.main-body-title h2{
    color: var(--xanhduong);
    font-size: 1.3em;
    font-weight:bold;
    text-align: center;
    padding:40px 20px 20px 20px;
    text-transform: uppercase;
}
.main-body-body{
    padding:20px 20px 20px 20px;
}

.main-body-body p{
    text-align:justify;
}
.image-department{
    text-align:center;
}
.hr-left{
    max-width:400px;
    margin:20px;
    color: var(--orange);
	background-color: var(--orange);
	height: 1px;
}
.main-body-foot{
    padding: 20px 20px 20px 20px;
}
.main-body-foot h2{
    font-size:1em;
    color:var(--orange);
}
.main-body-foot ul {
    margin-left:20px;
}
.main-body-foot ul li {
    padding:5px;
}
.main-body-foot ul li a{
    text-decoration:none;
    color:var(--facebook);
}

.main-body-foot ul li a:hover{
    text-decoration:none;
    color:var(--orange);
}

.image-department img.rounded-circle{
    width:100px;
    height:100px;
}


.image-department img.rounded-circle:hover{
    background: var(--orange);
    opacity:0.7;
}

.gian-hang-hoi-vien{
    text-align:center;
    padding: 20px 20px 20px 20px;
    background:var(--white);
    border-radius:5px;
    margin-bottom:20px;
}
.gian-hang-hoi-vien img.rounded-circle{
    width:130px;
    height:130px;
}
.gian-hang-hoi-vien h1{
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 950;
    color:var(--orange);
    text-transform: uppercase;
}
.gian-hang-hoi-vien h2{
    font-size: 1em;
}

.hoi-vien-info a{
    font-weight: 950;
    text-transform: uppercase;
    color:var(--facebook);
}
.hoi-vien-info h2{
    font-size: 1em;
}

.the-le-thi{
    background:var(--orange);
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    text-align:center;
}
.the-le-thi h1{
    color:var(--white);
    font-size: 1.2em;
    font-weight:950;
}
.the-le-thi a{
    text-decoration:none;
    color: #000000;
}
.the-le-thi .card-exam{
    padding: 20px 5px 5px 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom:5px;
    background:var(--white);
}
.the-le-thi .card-exam:hover{
    color:var(--orange);
}

.the-le-thi .card-exam-title{
    font-size:1.1em;
    font-weight:bold;
}
.the-le-thi .card-exam-text{
    font-size:1em;
    color:var(--facebook);
}

.bat-dau-thi{
    padding: 20px 20px 20px 20px;
}
.bat-dau-thi h1{
    font-size: 1.2em;
    font-weight: bold;
    color:var(--orange);
    text-align:center;
}
.bat-dau-thi .date-exam{
    text-align:center;
    font-style: italic;
}
.bat-dau-thi .time-exam{
    text-align:center;
    color: var(--facebook);
    font-style: italic;
    margin-bottom:20px;
}
.main-question-answer-exam{
    margin-top: 30px;
    padding: 20px 20px 20px 20px;
    text-align:center;
}
.main-question-answer-exam h1{
    font-size: 1.2em;
    font-weight:950;
    color:var(--orange);
    
}
.main-question-answer-exam .timer{
    text-transform: uppercase;
    font-weight:950;
    padding: 10px 10px 10px 10px;
    background: var(--btn_orange);
    color:#FF0000;
}
.main-question-answer-exam .time-exam{
    color:var(--facebook);
}
.question-answer{
    text-align:left;
    width:70%;
    margin:auto;
}
.question-answer table tr th{
    border: 1px solid var(--white);
}
.question-answer table tr.question{
    margin:0;
    padding:0;
}
.question-answer table tr.save{
    height: 100px;
    line-height:100px;
    text-align:center;
}

.question-answer table tr.answer .form-check {
    padding-bottom:20px;
}
.question-answer table tr.answer .form-check-label {
    font-weight: normal;
}

.question-answer table tr.save a {
    background: var(--btn_facebook);
    padding: 7px 20px 12px 20px;
    margin-right: 1px;
    /*color: var(--white);*/
    text-decoration:none;
    font-weight: normal;
    border-radius: 5px;
}
.question-answer table tr.save a:hover {
    background: var(--btn_orange);
}
.btn-add-face{
    background:var(--facebook);
    color:var(--white);
}
.btn-add-face:hover{
    background:var(--orange);
    color:var(--white);
}
.btn-sub-face{
    background:var(--btn_danger);
    color:var(--facebook);
}
.btn-sub-face:hover{
    background:var(--btn_orange);
    color:var(--facebook);
}

.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 h2{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: var(--orange);
}
.component-include h4{
    font-size: 1em;
    font-style: italic;
}


.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);
}


.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) {
    .image-zoom-full-center img{
        max-width:100%;
        height:auto;
    }
    
    .ul-color-white{
        visibility: hidden;
        display: none;
    }
    .top-header-mobi{
        visibility:visible;
        display:block;
    }
    .bottom-header{
        background: none !important;
    }
    .bottom-header ul li{
        background:var(--facebook);
        border:1px solid var(--white);
    }

    
    .bottom-header ul > .not-right{
        border-right:1px solid var(--white);
    }

    .child-function {
      margin-bottom:20px;
      min-height: 82px;
      width:60px;
      padding: 5px 0px 5px 0px;
    }
    
    .child-function h3{
        font-size:1em;
    }
        
    .child-function img{
        height: 25px;
    }
    
    .home-main-content{
        margin-top:55px;
    }
    
    .home-main-body-title img{
        height:35px;
    }
    .banner-div{
        visibility: hidden;
        display: none;
    }
    
    
    
	.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);
}


.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);
}

.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;
}


.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;
}


.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: var(--orange);
	padding: 20px 20px 20px 20px;
	text-align:center;
}

.component-footer h1{
    font-size: 1em;
    color: var(--xanhduong);
}
.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;
}