/* HEADER */
.header { padding: 0.1px 0 0 0; background: var(--color-main); } 
.header-phone-icon { font-size: 23px; color: #fff; width: 45px; height: 45px; border: 1px solid; border-radius: 50%; display: flex; justify-content: center; align-items: center; } 

.wrap-intro { background: url(../images/set/bg-aboutus.png) no-repeat center/cover; } 
.intro-img { position: absolute; top: 50%; right: 2rem; transform: translate(0, -50%); width: 35%; height: 90%; z-index: 2; } 
.intro-img span { overflow: hidden; border-radius: 5rem; height: 375px; width: 625px; } 
.title-aboutus { font-family: var(--f-b); font-size: 35px; color: #2368c731; position: absolute; top: 40%; right: -8px; transform: translate(0, -50%); width:30%; border-radius: 5rem 0 0 5rem; border: 8px solid var(--color-main); height: calc(100% + 40px); z-index: 1; display: flex; padding: 10px 30px; font-size: 2rem; font-weight: 700; text-transform: uppercase; color: #2368c731; } 
.title-aboutus span { height: 50px; position: relative; top: 10px; left: 20px; } 
.intro-desc { min-height: 195px; } 
.intro-title-pd .title { font-family: var(--f-b); font-size: 25px; text-transform: uppercase; text-align: center; } 

/* CONSTRUCTION */
.grid-construction { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top: 10px; } 
.items-construction:hover img { filter: brightness(0.5); } 
.items-construction:nth-child(1) { grid-row: 2 span; grid-column: 2 span; } 
.title-construction { align-content: center; padding: 20px; font-family: var(--f-b); color: #fff; text-transform: capitalize; left: 0; right: 0; bottom: 0; top: 0; margin: auto; text-align: center; } 
.title-construction h3 { font-size: 25px; } 


/* BUTTON */
.btn-outline-custom { box-shadow: 0 1px 5px rgba(0, 0, 0, .15) !important; font-size: 18px; color:var(--color-title); border-radius: 50px; padding: 5px 20px; } 
.btn-outline-custom.active,.btn-outline-custom:hover { background-color:#f5f5f5; color:var(--color-main) !important; } 

.btn-custom { border:solid 1px var(--color-main); color:#fff; background-color:var(--color-main); } 
.btn-custom.active,.btn-custom:hover { border:solid 1px var(--color-active); background-color:var(--color-active); color:#ffffff !important; } 


/* STATISTIC */
.box-statistic { padding: 0 20px 40px 20px; margin-bottom: 5px; border: 1px solid #ccc; border-radius: 10px; } 
.statistic-desc { font-family: var(--f-m); font-size: 15px; color: var(--color-main); } 
.statistic-name a { font-family: var(--f-b); font-size: 35px; color: var(--color-main); } 
.image-statistic { width: 160px; margin: -75px auto 15px auto; height: 150px; padding-bottom: 20px; display: flex; justify-content: end; align-items: center; flex-direction: column; background: var(--color-main); border-radius: 0 0 50% 50%; } 



/* PROCESS */
.wrap-process .tab-content { background: var(--color-main); } 
.wrap-process .tabs-pro-detail .nav-tabs .nav-link.active { background: #fd0; color: var(--color-title); } 
.wrap-process .tabs-pro-detail .nav-tabs .nav-link { background: var(--color-main); border: none; border-radius: 0; font-family: var(--f-m); font-size: 25px; text-transform: uppercase; padding: 10px 30px; color: #fff; } 
.items-process { position: relative; } 
.name-process { font-family: var(--f-b); font-size: 20px; color: #fd0; text-transform: uppercase; margin: 15px 0; } 
.desc-process { font-family: var(--f-r); font-size: 16px; color: #fff; text-transform: capitalize; } 


/* CRITERIA */
.image-criteria { width: 85px; height: 85px; background: var(--color-main); border-radius: 50%; } 
.info-criteria { width: calc(100% - 95px); } 
.name-criteria { font-family: var(--f-b); font-size: 20px; color: #000; text-transform: uppercase; } 
.desc-criteria { font-family: var(--f-r); font-size: 15px; color: #000; } 


/* NEWS */
.section-constructionList:last-child { margin-bottom: 0; } 
.title-List h2 { font-size: 35px; font-family: var(--f-m); color: var(--color-main); } 
.news-home-img, .news-image span { border-radius: 20px; } 
.news-home-info { padding: 10px 0; } 
.news-name-single { font-size: 30px; color: var(--color-main); font-family: var(--f-m); margin-bottom: 10px; } 
.news-desc-single { font-size: 18px; font-family: var(--f-r); } 

.news .news-name a, .news-name { color: var(--color-main); font-size: 22px; font-family: var(--f-b); height: unset; text-transform: capitalize; line-height: 1.5; } 
.news .news-name a:hover, .news-name:hover { color: var(--color-active); } 

.items-vertical { margin-bottom: 15px; } 
.image-vertical { width: 250px; border-radius: 10px; } 
.info-vertical { width: calc(100% - 270px); } 
.name-vertical { font-family: var(--f-b); font-size: 20px; color: #000; text-transform: capitalize; } 
.desc-vertical { font-family: var(--f-r); font-size: 15px; color: #000; } 

.btn-news { display: table; font-size: 15px; color: rgb(255, 255, 255); font-weight: 700; text-align: center; background: var(--color-main); padding: 12px 30px; margin: 20px auto 0px; border-radius: 50px; } 
.btn-news i { margin-left: 12px; font-size: 19px; position: relative; top: 1px; } 
.btn-news:hover { color: rgb(34, 34, 34); text-decoration: none; background: rgb(232, 232, 232); transition: 0.3s; } 

/* PRODUCT */
.name-productList { font-family: var(--f-b); color: #000; display: block; font-size: 17px; text-transform: capitalize; margin-top: 15px; } 

/* FEEDBACK */
.items-feedback { background: #e6e6e6; border-radius: 1rem; padding: 1rem; } 
.items-feedback .sub-title { text-align: center } 
.items-feedback .title { margin-bottom: 2rem; text-align: center } 
.items-feedback .item { background: #e6e6e6; border-radius: 1rem; padding: 1rem; margin-bottom: 1rem } 
.items-feedback .avatar { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; flex-shrink: 0; margin-right: .5rem; display: block; position: relative; border-radius: 50%; border: 5px solid var(--color-main) } 
.items-feedback .title-head { display: flex; align-items: center } 
.items-feedback .title-head .name { width: 100%; background: #fff; padding: 10px; border-radius: 2rem 0 0 2rem; padding-left: 1rem; font-weight: 700; color: #000 } 
.items-feedback .content { color: #000; border-radius: 10px; text-align: center; padding-top: 100px; margin-top: -100px } 
.items-feedback .content .name { font-size: 30px; font-weight: 700; color: var(--color-main); margin-bottom: 0 } 
.items-feedback .content .position { color: var(--color-main); display: block; margin-bottom: 10px; padding-bottom: 10px; font-size: 1rem } 
.items-feedback .content .feedback { font-family: var(--f-r); font-size: 16px; } 
.items-feedback .footer-content { display: flex; justify-content: space-between; margin-top: 1rem } 
.items-feedback .footer-content .icon i { font-size: 3rem; color: var(--color-main) } 


/* BANNER */
.title-banner { left: 0; bottom: 0; top: 0; margin: auto; display: flex; justify-content: center; align-items: center; width: 50%; padding: 0 50px; text-align: center; margin: auto; } 
.name-banner { font-size: 60px; font-family: var(--f-b); color: #006200; text-transform: capitalize; max-width: 560px; } 

.image-video { border-radius: 10px; } 
.name-video { font-family: var(--f-m); font-size: 22px; color: var(--color-main); } 
.section-cruitment { background: #65f820; padding: 30px; border-radius: 30px; border: 4px solid var(--color-main); } 
.section-cruitment .title { font-family: var(--f-b); font-size: 30px; text-transform: capitalize; color: #000; margin-bottom: 1rem; } 
.section-cruitment ul { padding: 0 0 0 20px; } 
.section-cruitment ul li a { font-family: var(--f-m); font-size: 20px; color: #000; } 
.section-cruitment ul li { list-style: disc; color: #000; } 
.section-cruitment ul li:hover { color: var(--color-hover); } 
.section-cruitment ul li a:hover { color: var(--color-hover); } 


/* FORM */
.col-newsletter { position: relative; } 
.hotline-ab { position: absolute; border-radius: 5px; color: #fff; top: 0; right: 15px; background: var(--color-main); font-family: var(--f-m); font-size: 20px; padding: 10px 20px; } 
.hotline-ab:hover { background: var(--color-hover); color: #fff; } 

.logo-index { margin-bottom: 5px; } 
.title-form { font-family: var(--f-s); font-size: 45px; text-transform: capitalize; } 
.slogan-form { font-family: var(--f-r); font-size: 20px; margin: 0; } 
.validation-newsletter { margin-top: 10px; background: #65f820; padding: 15px 20px; border-radius: 15px; border: 4px solid var(--color-main); } 

.col-content textarea { height: 100px; } 
.col-submit { text-align: right; } 
.newsletter-button { margin-left: auto; } 
.newsletter-button input[type="submit"] { background: transparent; border: none; border-radius: 30px !important; font-size: 20px; font-family: var(--f-m); text-transform: capitalize; } 
.newsletter-button:hover { background: var(--color-main); } 
.newsletter-button:hover input[type="submit"] { color: #fff !important; } 