﻿.trangchu-lvkd {
    margin-top: 40px;
    padding: 40px 0px;
}
.trangchu-lvkd-desc {
    padding: 16px 0px 64px 0px;
    max-width: 1060px;
    margin: 0 auto;
}
.trangchu-lvkd-mobile {
    display: none;
}
.view-more-bottom {
    display: none;
}
.hotnews {
    padding: 24px 0px;
    background-color: #ECEAEA;
}
.news-main-text {
    padding: 10px;
}
.hotnews-list {
    margin-left: 56px;
    list-style: none;
}
.hotnews-item {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.hotnews-item-text::before {
    content: "•";
    color: #2C2022;
    display: inline-block;
    width: 1em;
    margin-left: -10px;
}
.hotnews-item:first-child {
    margin-top: 0;
}
.hire {
    margin-top: 64px;
    margin-bottom: 100px;
    padding: 40px 0px;
}
.hire-content {
    padding-left: 32px;
}
.hire-img {
	border-radius: 8px;
    height: 513px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hire-heading {
    margin-top: 16px;
    
}
.hire-text {
    margin: 40px 0;
    text-align:justify;
}
a:hover > .news-main-text > div:first-child,
a:hover > .hotnews-item-text {
	color: #ED243A !important;
	transition: .3s;
}
.news-main-img {
    height: 413px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.hotnews-item-img {
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.hotnews-item-text {
	padding-right:12px;
}
@media screen and (max-width: 991px) {
	.hire .customize-container {
		width: 100% !important;
	}
	.hotnews-item-text {
		padding-right:0px;
	}

	.button-lvkd {
		margin-top: 38px;
	}
    .trangchu-lvkd {
        margin-top: 52px;
        padding: 0px 0px;
    }
    .trangchu-lvkd-desc {
        padding: 8px 0px 38px 0px;
    }
    .trangchu-lvkd-desktop {
        display: none;
    }
    .trangchu-lvkd-mobile {
        display: block;
    }
    .hotnews {
    	margin-top:52px;
        padding-top: 24px;
        padding-bottom: 100px;
    }
    .hotnews-list {
   		margin-top:32px;
        margin-left: 0px;
    }
    .news-main-text {
        padding: 7.8px;
    }
    .hotnews-item {
        flex-direction: row-reverse;
    }
    .hotnews-item-text {
        padding-left: 30px;
        font-size: 14px;
        line-height: calc(20 / 14);
    }
    .view-more-top {
        display: none;
    }
    .view-more-bottom {
        display: inline-block;
    }
    .hire {
        margin-top: 0;
        padding: 0;
    }
    .hire .customize-container {
        padding: 0 !important;
    }
    .hire-img {
    	border-radius: 0px;
        height: 375px;
    }
    .hire-content {
        padding: 24px 16px;
    }
    .hire-heading {
        margin-top: 4px;
    }
    .hire-text {
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .news-main-img {
	    height: 192.71px;
	    border-radius: 3.73297px;
	}
	.hotnews-item-img {
	    height: 92px;
	    border-radius: 3px;
	}

}