.bottom-logo {
    position: absolute;
    /* bottom: 47px; */
    left: 47px;
    z-index: 123;
    bottom: 80px;
}

.main-logo {
    position: absolute;
    top: 24px;
    left: 40px;
    z-index: 123;
}

.brand-wrap {
    position: relative;
    /* background: orange; */
    height: 100vh;
    overflow: hidden !important;
}

.main-menu ul {
    list-style: none;
    position: absolute;
    bottom: 40px;
    padding-left: 175px;
    width: 100%;
    border-bottom: 3px solid #28903b;
    z-index: 123;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    color: #fff;
    padding: 5px 17px 0;
    display: block;
    background: #28903b;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-decoration: none;
}

.main-menu ul li a:hover {
	background: #64e17b;
}

.flexslider {
    border: none;
    margin: 0;
    background: transparent !important;
}

#carousel,
#carousel2 {
    /* position: absolute; */
    /* bottom: 0; */
    margin: 0;
}

#carousel li:first-child,
#carousel2 li:first-child {
    margin-left: 100px;
}

#carousel.flexslider .slides img,
#carousel2.flexslider .slides img {
    height: 45px;
}

#slider.flexslider .slides img,
#slider2.flexslider .slides img {
    height: 100vh;
}

#carousel.flexslider .flex-viewport,
#carousel2.flexslider .flex-viewport {
    top: -50px;
    background: rgba(40, 144, 59, 0.4);
    z-index: 123;
}

.custom-navigation {
    display: block;
    width: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 50px;
    line-height: 50px;
}

.flex-next,
.flex-prev {
    display: block;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0 5px;
}

.control-custom,
.control-stop,
.control-play {
    float: left;
    margin: 0 5px;
    display: block;
}

#slider .slides li h3,
#slider2 .slides li h3 {
    position: absolute;
    bottom: 240px;
    right: 58px;
    color: #fff;
    transition: all 0.5s;
    text-shadow: 1px 1px 14px rgba(150, 150, 150, 1);
    font-size: 34px;
}


.modal-gioithieu, .modal-advice {
    width: 700px;
    height: 400px;
    background: rgba(15, 71, 34, 0.7);
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    z-index: 124;
}

.modal-left {
    float: left;
    max-height: 100%;
    margin-right: 20px;
    width: 250px;
}

.modal-left > img {
    max-height: 380px;
}

.modal-right {
    color: #fff;
    float: left;
    padding: 5px;
}

.modal-right h4.modal-title {
    color: #ffcc66;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 20px;
}

.modal-close a{
    position: absolute;
    right: -12px;
    top: -10px !important;
    top: 2px;
    color: #fff;
    font-size: 20px;
    background: #1b3614;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

.right-menu {
	color: #2e3a30;
	font-size: 12px;
	position: absolute;
	z-index: 123;
	right: 10px;
	bottom: 50px;
	background: #72907a;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.right-menu  > span {
	margin: 0 5px;
}

/*  */
#slider .slides li h3 {
    right: 60px;
    top: 191px;
}

/* add by nhatth */
.nav-tabs {
    border-radius: 0px;
    border: none;
}
.nav-tabs>li {
    float: none;
    border-radius: 0px;
}
.nav-tabs>li>a {
    font-size: 13px;
    border-radius: 0px;
    padding: 12px 10px;
    background-color: rgba(172,234,228,0.4);
    color: #000;
    border: none;
    margin-bottom: 4px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-radius: 0px;
    color: #000;
    border: none;
    margin-bottom: 4px;
}
.tab-content{
    width: 60%;
}
.modal-gioithieu .modal-left {
    width: 40%;
}
.modal-gioithieu .modal-right {
    width: 50%;
}
.modal-advice h3 {
    color: #fff;
    font-size: 18px;
    margin: 7px;
}
.scroll h3{
    color: #ffcc66;
}
.modal-right h4 {
    margin-bottom: 13px !important;
    font-size: 20px !important;
}
.right-menu a{
    color:  #000;
    text-decoration: none;
    cursor: pointer;
}
.scroll{
 overflow-x: hidden;
 padding-right:10px;
}
.scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: none !important;
    
}

.scroll::-webkit-scrollbar
{
    width: 5px !important;
    background-color: #F5F5F5 !important;
}

.scroll::-webkit-scrollbar-thumb
{
    background-color: #17BF3D !important;
    border: 2px solid #17BF3D !important;
}
/* end addby nhatth */