#mod-home h3.h3Title {
    margin-top: 0;
}
#mod-home #partner .line-title {
    display: none;
}

#mod-home .fix-line.line-title {
    display: none;
}
.mobile {
    float: right;
}
#slider-about-banner {
    clear: both;
}
#slider-about-banner .item-about {
    margin-bottom: 10px;
}
#slider-about-banner .item-about .title {
    margin: 0;
}
#slider-about-banner .item-about .title a {
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.7em;
    color: var(--blue-color);
}
#slider-about-banner .item-about .content {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: justify;
}
#slider-about-banner .item-about .thumbnail {
    width: 100%;
    border-radius: none;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#slider-about-banner .item-about .readmore {
    display: inline-block;
    margin-top: 15px;
    background: var(--blue-color);
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
}

#service {
    padding: 80px 0;
}

#mod-home #company-news .news .h3Title {
    padding: 10px 15px;
    background: var(--blue-color);
    color: #fff;
    font-size: 24px;
    margin: 0;
}
#mod-home #company-news .news .h3Title:after {
    display: none;
}
#mod-home #company-news .news .list-news {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
}
#mod-home #company-news .news .list-news .item:last-child {
    border-bottom: none;
}
#mod-home #company-news .news .list-news .item .text {
    vertical-align: top;
}

#mod-home #partner h2.title,
#mod-home #works h2.title {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 30px;
    color: #000;
}
#mod-home #partner h2.title + .line,
#mod-home #works h2.title + .line {
    display: none;
}

#mod-project .featured-project .right {
    padding-left: 15px;
    padding-right: 15px;
}

.township-container {
    padding-top: 50px;
}
.township-container h3 {
    margin-bottom: 30px;
}
.township-container .item {
    margin-bottom: 30px;
}
.township-container .thumbnail {
    margin-bottom: 0;
    display: block;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
}
.township-container .desc {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    background: #f9f9f9;
}
.township-container h4 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
}
.township-container .readmore {
    text-align: center;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    background: var(--blue-color);
    padding: 10px 15px;
    width: 100%;
}

#mod-news #banner {
    padding-bottom: 20.9375%;
    height: auto;
    display: block;
}

.intro_service {
    display: flex;
    justify-content: center;
}
.intro_service .item {
    float: none;
    flex: 25%;
    height: auto;
    padding: 60px 15px 20px;
}
.intro_service .item p {
    text-align: justify;
}

#mod-home h3.h3Title .view-360,
.township-container .readmore.view-360{width:auto; /*display:none;*/}
@media only screen and (max-width: 640px) {
    #mod-home h3.h3Title .view-360,
    .township-container .readmore.view-360	{margin: 10px 0px; width:100%; }
}

/*# sourceMappingURL=style1.css.map */


.contact-fixed{
    right: 15px;
    bottom: 50px;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.contact-fixed a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #13355a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact-fixed a.zalo{
    background: none;
    width: 65px;
    height: 65px;
}
.contact-fixed a.zalo img{
    height: auto;
    max-width: none;
}

.contact-fixed a.hotline img{
    width: 30px;
    height: 30px;
    filter: invert(1);
}

.contact-fixed a:not(:last-child){
    margin-bottom: 15px;
}