.c-img {
    display: block;
    position: relative;
    padding-top: 73%;
}

.s-content img {
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

.s-content a {
    color: #b4842f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.s-content a:hover {
    color: #0394E9;
    text-decoration: none;
}

.c-img img,
.c-img .bg,
.c-img iframe,
.c-img video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.smooth {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-home ul {
    transform: translateY(0);
    margin-top: -150px;
}

.section .module-header .sub-menu li a {
    height: 33px;
    line-height: 33px;
    font-size: 20px;
}
@media(min-width:992px){
    .slide-project__detail .circle-slide:hover~.info-project {
        bottom: 0;
    }
    .circle-slide:hover::before {
        transform: translate(-50%, -50%) rotate(-45deg);
        transition: 0.5s;
    }
    .circle-slide:hover::after {
        transform: translate(-50%, -50%) rotate(135deg);
        transition: 0.5s;
    }
}
#footer {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-image__all .title {
    padding: 4px 10px;
}

.main-content .page-detail .title_page {
    white-space: pre-wrap;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
}

.section-project .module-content .container .row {
    flex-wrap: nowrap;
}

.close {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close img {
    width: auto;
}

.page-detail .s-content {
    white-space: pre-wrap;
}

#header .logo img {
    max-width: 80%;
    height: 80px;
}

.section-about .module-content {
    overflow: hidden;
}

.section-about .module-content .text-info::-webkit-scrollbar {
    display: none;
}

.section-about .module-content .text-info {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section::-webkit-scrollbar {
    display: none;
}

.section {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.item-image__all a img,
.item-image__all .image img {
    width: 100%;
    height: 100%;
}

.max-w80 {
    width: 80%;
}

.item-image__all .title .social {
    width: 20%;
}

.form-contact textarea {
    min-height: 102px;
    resize: vertical;
}

.social-page {
    margin: 15px 0 20px;
}

.social-page a {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #2e231f;
}

.social-page a:last-child {
    margin-right: 0;
}

.social-page a:hover {
    color: #9e191d;
}

.form-contact .form-group input,
.form-contact .form-group textarea {
    font-size: 0.8rem;
}

#footer ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer ul li a:hover,
#footer ul li a.active {
    color: #3a3f54;
}

.section-home ul li a:hover {
    background: none;
}

.menubig {
    position: absolute;
    width: 100%;
    min-height: 300px;
    top: 50%;
    left: 0;
    margin-top: -150px;
    text-transform: uppercase;
}
.bghover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bgloading {
    display: block;
    position: fixed;
    background-color: #d89520ad;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
}
.main-loading .loader {
    width: 165px;
    height: 165px;
    padding-top: 10px;
}
.main-loading .loader img {
    max-width: 130px;
    max-height: 130px;
}
.main-loading .loader .loadbar {
    position: absolute;
    max-width: 130px;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background-color: #ffffff;
}
.main-loading .loader .loadbar .loadper {
    width: 1%;
    height: 2px;
    max-width: 130px;
    background-color: #ec9b0b;
}
.social-zalo img {
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-zalo:hover img {
    filter: grayscale(0);
}
.social-phone {
    color: #fff;
}
.social-phone:hover {
    color: #9e191d!important;
}
.social-face {
    color: #fff;
}
.social-face:hover {
    color: #0394E9!important;
}
.item-image__all a, .item-image__all img,
.section .module-header {
    user-select: none;
}
#main {
    padding-bottom: 110px;
}


.form-control {
	padding: .375rem .3rem;
}
.wrapper-header {
    position: relative;
    z-index: 0;
    user-select: none;
}

@media (max-width: 991px) {
    .section-home ul li a {
        font-size: 34px;
        line-height: 66px;
        height: 60px;
    }
    .section {
        background-size: cover;
    }
    .section .module-header .title {
        white-space: nowrap;
    }
    .item-image__all a img,
    .item-image__all .image img {
    	filter: grayscale(0);
    }
    .section-contact .module-header,
    .section-service .module-header {
    	display: none!important;
    }
}

@media (max-width: 767px) {
    .section-home ul li a {
        font-size: 30px;
        line-height: 66px;
        height: 60px;
    }
    .section .module-header .title {
        font-size: 60px;
        min-height: 145px;
    }
    #header .menu {
    	background-color: transparent;
    }
    .page-detail {
    	z-index: 0;
    }
}

@media (max-width: 576px) {
    .section-home ul li a {
        font-size: 24px;
        line-height: 56px;
        height: 50px;
    }
    .section-about {
        display: block;
    }
    .section .module-header .title br {
        display: none;
    }
    .bghover {
        display: none;
    }
}
