﻿  
.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  
 
.hv-scale {
    overflow: hidden;
    display: block;
}

    .hv-scale img {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hv-scale:hover img {
        transform: scale(1.1);
    }

.smooth {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.s-content {
    word-break: break-word;
}

    .s-content ul {
        list-style: initial;
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .s-content li {
        list-style: inherit;
        margin-bottom: 5px;
    }

    .s-content p {
        margin-bottom: 10px;
    }

    .s-content img {
        max-width: 100%!important;
        height: auto !important;
        margin: 10px auto!important;
        object-fit: initial!important;
    }
@media(min-width:991px){
	.s-content img {
		max-width:70%!important;
		
	}
}
.c-img {
    display: block;
    position: relative;
}

    .c-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

 

@media (min-width: 1750px) {
    .container.v9 {
        max-width: 1524px;
    }
}

.page-bg {
    background-image: url("http://ceogroup.com.vn/public/images/p-about-bg2.jpg");
    padding-top: 1px;
}

.breadcrumbs {
    margin-bottom: 20px;
    margin-top: 45px;
}

    .breadcrumbs li {
        display: inline-block;
        font-weight: bold;
        color: #aa8e60;
    }

        .breadcrumbs li:not(:last-child):after {
            content: '';
            height: 14px;
            width: 1px;
            background: #092620;
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
            margin-left: 20px;
            margin-right: 16px;
        }

        .breadcrumbs li a {
            color: #092620;
            font-weight: normal;
        }

            .breadcrumbs li a:hover {
                color: #aa8e60;
            }

.project-info .cate {
    text-transform: uppercase;
    color: #aa8e60;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .project-info .cate:before {
        content: '';
        width: 40px;
        height: 2px;
        background: #aa8e60;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: 5px;
    }

.project-info .title {
    font-weight: bold;
    color: #092620;
    font-size: 36px;
    line-height: 1.39;
    margin-bottom: 40px;
}

.project-info .line {
    position: relative;
    padding-left: 145px;
    font-size: 16px;
    color: #092620;
    margin-bottom: 16px;
    min-height: 24px;
}

    .project-info .line label {
        width: 140px;
        position: absolute;
        left: 0;
        font-weight: bold;
    }

        .project-info .line label i {
            width: 25px;
            text-align: center;
            margin-right: 5px;
            color: #aa8e60;
            font-size: 22px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -3px;
        }

.ceo-info {
    background: #fff;
    border: solid 1px #cdcdcd;
    padding: 20px 25px 15px 25px;
    margin-top: 44px;
}

    .ceo-info .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22px;
        color: #092620;
        margin-bottom: 20px;
    }

    .ceo-info .line {
        margin-bottom: 14px;
        padding-left: 35px;
        position: relative;
        font-size: 16px;
        min-height: 24px;
    }

        .ceo-info .line i {
            font-size: 20px;
            color: #aa8e60;
            width: 22px;
            text-align: center;
            position: absolute;
            left: 0;
            margin-top: 1px;
        }

.project-detail .s-content {
    line-height: 2;
    color: #092620;
}

    .project-detail .s-content p {
        margin-bottom: 8px;
    }

.project-detail-page {
    padding-bottom: 50px;
}

.project-imgs {
    position: relative;
    margin-bottom: 30px;
}

    .project-imgs .caption {
        position: absolute;
        z-index: 1;
        bottom: 20px;
        left: 22px;
        right: 180px;
        font-style: italic;
        color: #fff;
        font-style: italic;
        font-size: 18px;
    }

.project-cas .item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    max-height: 100%;
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.9));
    background: -o-linear-gradient(transparent,rgba(0,0,0,0.9));
    background: -moz-linear-gradient(transparent,rgba(0,0,0,0.9));
    background: linear-gradient(transparent,rgba(0,0,0,0.9));
}

.project-cas .item img {
    display: block;
    width: 100%;
}

.project-cas .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
}

    .project-cas .owl-nav i {
        font-size: 14px;
        margin: 0 5px;
    }

    .project-cas .owl-nav .prev {
        margin-right: 30px;
    }

    .project-cas .owl-nav span:hover {
        color: #eda11d;
    }

.project-cas .owl-dots {
    position: absolute;
    right: 20px;
    width: 14px;
    z-index: 1;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .project-cas .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d8dbd4;
        display: block;
        margin: 10px auto;
        transition: .2s;
    }

        .project-cas .owl-dots .owl-dot.active {
            background: #eda11d;
            width: 14px;
            height: 14px;
        }

        .project-cas .owl-dots .owl-dot:hover {
            background: #eda11d;
        }

.th-sidebar {
    margin-top: 35px;
}

    .th-sidebar .i-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 21px;
        line-height: 1.35;
        color: #092620;
        margin-bottom: 20px;
    }

.th-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .th-post .c-img {
        display: block;
        width: 200px;
        min-width: 200px;
    }

        .th-post .c-img:before {
            content: '';
            display: block;
            padding-top: 60%;
        }

    .th-post .title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 1.35;
        color: #092620;
        margin-bottom: 5px;
    }

        .th-post .title a:hover {
            color: #aa8e60;
        }
.th-post div{
	width: calc(100% - 200px);
	word-wrap:break-word
}
@media (max-width: 1750px) {
	.th-post .c-img {
		width: 125px;
		min-width: 125px;
	}
	.th-post div {
    	width: calc(100% - 125px);
	}
	.th-post .title {
		font-size:14px
	}
	h3.title {
		padding-left: 20px!important;
	}
}
@media (max-width: 1600px) {
    .project-info .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .project-info .line {
        font-size: 15px;
        min-height: 22px;
    }

    .ceo-info {
        margin-top: 30px;
        padding: 15px 20px 5px 20px;
    }

        .ceo-info .title {
            font-size: 16px;
        }

        .ceo-info .line {
            font-size: 15px;
            line-height: 22px;
        }

    .project-imgs .caption {
        font-size: 15px;
    }

    .project-cas .owl-nav {
        font-size: 14px;
    }

    .th-post .title {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .th-post .title {
        font-size: 14px;
    }
	.th-post .c-img {
		width: 100px;
		min-width: 100px;
	}
	.th-post div {
    	width: calc(100% - 100px);
	}
}

@media (max-width: 767px) {
    .project-imgs .caption {
        display: none;
    }

    .breadcrumbs li {
        display: inline;
    }

        .breadcrumbs li:not(:last-child):after {
            margin-left: 10px;
            margin-right: 5px;
        }

    .th-sidebar .i-title {
        font-size: 19px;
    }
}

h3.title {
    position: relative;
    padding-left: 30px;
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
 