/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.home__slider-container:after, .home__slider-container:before {
    content: "";
    display: block;
    /*position: absolute;*/
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    opacity: .4;
}
.home__slider-container:before {
    /*background: linear-gradient(180deg,#000 20%,transparent 60%); */
}
.home__slider-container:after {
    background: linear-gradient(180deg,transparent 60%,#000 80%);
    y: .3;
}
.mouse-down__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation-name: mouse_down_animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.mouse-down__container {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 50%;
    transform: translate3d(-50%,0,0);
}
.mouse-down__text {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.flickity-page-dots{
	text-align: left;
    bottom: 40px;
}
.flickity-page-dots .dot{
	margin: 0 20px;
	position: relative;
}
.flickity-page-dots .dot.is-selected:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, .5);
	position: absolute;
	z-index: 0;
	top: -12px;
	left: -13px
}
.header-nav-main.nav-right{
    border-bottom: 1px solid #fff;
}
.nav-line-bottom>li>a:before {
    bottom: -2px;
    top: auto;
}
.nav-line-bottom>li.html_topbar_right>a:before,
.nav-line-bottom>li.header-search>a:before{
    height: 0;
}

.situation__note {
    background-color: rgba(68,177,91,.9);
    padding: 50px 102px 50px 122px;
    max-width: 772px;
    position: absolute;
    right: 100px;
    top: 112px;
    z-index: 1;
}
.note__title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff;
}
.note__description-container {
    margin-bottom: 24px;
}
.read-more__container {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0;
}
.read-more__text {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}
.read-more__container.reverse {
    color: #2e793d
}

.read-more__container.reverse .read-more__icon {
    color: #2e793d;
    border-color: #2e793d
}

.read-more__container.reverse .read-more__icon img,
.read-more__container:hover.reverse .read-more__icon img {
    filter: invert(60%) sepia(50%) saturate(580%) hue-rotate(80deg) brightness(95%) contrast(86%)
}

.read-more__container:hover .read-more__icon {
    color: #2e793d;
    background-color: #fff;
    animation-name: read_more_icon;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.read-more__container:hover .read-more__icon img {
    filter: invert(36%) sepia(50%) saturate(580%) hue-rotate(80deg) brightness(95%) contrast(86%)
}

.read-more__text {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase
}

.read-more__icon {
    width: 26px;
    height: 26px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease
}

.read-more__icon i {
    font-size: 14px
}
.video__note{
    background-color: rgba(68,177,91,.9);
    padding: 50px 102px 50px 122px;
    z-index: 1;
}
.video__note .note__title{
    font-size: 30px;
}

@keyframes mouse_down_animation {
	0% {
		transform: translate3d(-50%, -10px, 0)
	}

	50% {
		transform: translate3d(-50%, 10px, 0)
	}

	to {
		transform: translate3d(-50%, -10px, 0)
	}
}
@keyframes read_more_icon {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(15px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes read_more_icon_reverse {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(-15px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}


.social-contacts__container {
    position: absolute;
    bottom: 40px;
    right: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: transform .6s ease
}

.social-contacts__container.social-contacts--fixed {
    position: fixed;
    bottom: 0;
    right: 20px;
    transform: translate3d(0, -20px, 0)
}

.social-contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .3s ease
}

.social-item {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #44b15b;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    transition: all .3s ease-in
}

.social-item__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #44b15b;
    transition: all .3s ease-in
}

.social-item:hover {
    background-color: #44b15b
}

.social-item:hover .social-item__link {
    color: #fff
}

.social-contact__btn {
    margin-top: 10px;
    display: none
}
.situation__note.video__note {
    left: 112px;
    right: auto;
    top: 60px;
    padding: 60px 84px;
    opacity: 1;
    transition: opacity .3s ease-in;
    pointer-events: auto;
}
.section__introduction .note__title {
    font-size: 30px;
}
@media screen and (max-width:991px) {
    .social-contact__btn {
        display: block
    }

    .social-contacts__container:not(.social-contacts--fixed) {
        bottom: 20px
    }

    .social-contacts {
        height: 200px
    }

    .social-contacts__container.open .social-contact__btn span {
        transform: rotate(45deg)
    }

    .social-contacts__container:not(.open) .social-contacts {
        height: 0;
        opacity: 0
    }
}
.footer__bottom,
.footer__terms {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
}

.footer__terms-item {
    border-right: 1px solid #fff;
    line-height: 1
}

.footer__terms-item:not(:first-child) {
    padding-left: 10px
}

.footer__terms-item:not(:last-child) {
    padding-right: 10px
}

.footer__terms-item:last-child {
    border-right: none
}
@media screen and (max-width:991px) {
    
    .footer__copy-right,
    .footer__terms-item {
        text-align: center
    }

    .footer__bottom,
    .footer__item {
        font-size: 14px
    }

    
    .footer__item,
    .footer__top>.row [class^=col-] {
        margin-bottom: 24px
    }

}
.absolute-footer ul {
    border-bottom: 0 !important;
    opacity: .8;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer__terms-item{
    padding-bottom: 0;
    margin-bottom: 0;
}
.copyright-footer{
    padding-top: 10px;
}
.absolute-footer {
    padding: 5px 0 10px;
}
.truyen-thong .slider-nav-outside .flickity-prev-next-button.previous {
    transform: translateX(50%)!important;
    bottom: -100px;
    opacity: 1;
    left: 0;
}
.truyen-thong .flickity-prev-next-button{
    top: 100%;
    color: #2e793d;
}
.truyen-thong .slider-nav-outside .flickity-prev-next-button.next {
    left: 0; 
    right: auto;
    opacity: 1;
}
.truyen-thong .slider-nav-outside .flickity-prev-next-button.next{
    left: 80px;
    bottom: -100px;
}
.truyen-thong .slider-nav-circle .flickity-prev-next-button .arrow, 
.truyen-thong .slider-nav-circle .flickity-prev-next-button svg{
    border-radius: 0;
}
.truyen-thong h2{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin-bottom: 0;
}
.truyen-thong .news-cat{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.truyen-thong .news-cat a,
.truyen-thong .news-cat a+a{
    font-weight: bold;
    color: #2e793d;
}
.gia-tri-cot-loi .icon-box-img .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #44b15b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: -20px;
}
.tamnhin-sumenh .icon-box-img .icon{
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 1;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #44b15b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tamnhin-sumenh .featured-box{
    position: relative;
    background-color: #44b15b;
    padding: 80px 32px 56px;
    flex-direction: column;
    min-height: 322px;
}

.green-box {
    background-color: #00A69C;
    margin-bottom: 15px;
    height: 356px;
    padding: 34px;
    position: relative;
}
.green-box .title {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    padding-bottom: 10px;
}
.green-box .bottom {
    position: absolute;
    bottom: 14px;
    right: 45px;
}
a.arrow {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
}
a.arrow:after {
    content: url(https://itcthemes.com/demo/provietnam/wp-content/uploads/2023/10/right-left.png);
    position: absolute;
    top: 69%;
    transform: translateY(-50%);
}








@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}