/* Main */
:root {
    --color-primary-page: #84C548;
}
.wrap-tcpro{
    background: #F7F7F7;
    padding: 50px 0px;
}
.title-tcpro{
    text-align: center;
    margin-bottom: 40px;
}
.title-tcpro > p{
    font-size: 20px;
    font-weight: 600;
    color: #4D4D4F;
}
.title-tcpro > h2{
    font-size: 40px;
    font-weight: 700;
    color: var(--color-primary-page);
}
.title-tcpro > h2 > span{
    color: var(--color-primary-page);
    /* -webkit-text-stroke: 1px var(--color-primary); */
    /* text-shadow: 1px 1px var(--color-primary); */
    /* text-shadow: 1px 1px 0 var(--color-primary),
   -1px -1px 0 var(--color-primary),
    1px -1px 0 var(--color-primary),
   -1px 1px 0 var(--color-primary); */
}
.control-owl button {
    opacity: 1;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: var(--color-primary-page);
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.product-block .product-detail .pro-price span {
    color: var(--color-primary-page);
    font-weight: 700;
    font-size: 16px;
}
#tabsProHome-tanthang li a.active {
    background: #f5f5f5;
    color: #fff;
    border-color: var(--color-primary-page);
    color: var(--color-primary-page);
}
/* nguyen lieu */
.wrap-nl{
    padding: 50px 0px;
    background: var(--color-primary-page);
    color: #fff;
}
.title-nl{
    text-align: center;
    max-width: 1110px;
    margin: auto;
    margin-bottom: 35px;
}
.title-nl h2{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.title-nl p{
    font-family: 'Arial';
}
.photo-nl{
    border-radius: 35px;
    overflow: hidden;
    height: 100%;
}
.photo-nl img{
    height: 100% !important;
    object-fit: cover;
}
.row-nl{
    row-gap: 30px;
}
.item-nl{
    padding: 23px;
    border: 1px solid #fff;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.3s;
}
.item-nl:hover, .item-nl.active{
    background: #fff;
    color: var(--color-primary-page);
}
.number-nl{
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.name-nl{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.desc-nl{
    font-weight: 500;
    font-family: 'Arial';
}

/* nha may */
.wrap-nm{
    padding: 0;
}
.title-nm{}
.wrap-title-nm{
    padding: 50px 0px;
    /* background-image: url(../images/bg-nm.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}
.title-nm h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}
.desc-title-nm{
    max-width: 1051px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-family: 'Arial';
    color: #fff;
}
.box-nm{
    max-width: 550px;
    margin: 0px 0px 0px auto;
    background: #00000017;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #fff;
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    border-radius: 40px;
    border: 2px solid #ffffff59;
}
.name-nm{
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.desc-nm{
    /* font-weight: 500; */
}
.btn-nhamay{}

.item-nhamay{
    position: relative;
    overflow: hidden;
}
.photo-nhamay{}
.photo-nhamay img{}
.info-show-nhamay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    padding: 20px 40px;
    background: var(--color-primary-page);
    color: #fff;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 10px;
    border: 1px solid #ffffff6e;
    transition: all 0.5s;
    bottom: unset;
}
.item-nhamay:hover .info-show-nhamay{opacity:0;transform: translate(-50%, -50%) scale(0);}
.info-show-nhamay h2{
    white-space: nowrap;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.info-nhamay{
    font-family: 'Arial';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    background: #0000005c;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}
.item-nhamay:hover .info-nhamay{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.name-nhamay{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.desc-nhamay{}
.solieu-nm{
    padding: 0;
    list-style: none;
    margin: 25px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.solieu-nm li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.solieu-nm li b{
    font-size: 18px;
}
.solieu-nm li span{}
.solieu-nm li p{
    margin: 0;
}
.solieu-nm li img{}
/* quy trinh */
.wrap-step{
    padding: 50px 0px 50px 0px;
}
.title-qt{
    text-align: center;
    margin-bottom: 40px;
}
.step-qt-title{
    text-align: center;
    margin: 40px 0px;
    font-weight: 700;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}
.process-row-qt-1{
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.process-row-qt-2{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
}
.process-row-qt-2 > div:nth-child(1){order: 3;}
.process-row-qt-2 > div:nth-child(2){
    order: 2;
}
.process-row-qt-2 > div:nth-child(3){
    order: 1;
}
.process-row-qt-3{
    gap: 60px;
    display: grid;
     grid-template-columns: 1fr 1fr 2fr;
    gap: 60px;
}
.process-row-qt-2 .process-item-qt:last-child:after{
    top: calc(100% + 35px);
    left: 0px;
    transform: rotate(-90deg);
}
.process-row-qt-1 .process-item-qt{
}
.process-row-qt-1 .process-item-qt:last-child:after{
    top: calc(100% + 35px);
    right: 0px;
    transform: rotate(90deg);
}
.process-row-qt-1 .process-item-qt:after{content:"";position: absolute;width: 40px;height: 20px;background: var(--color-primary-page);clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);right: -50px;top: 83px;}
.process-row-qt-2 .process-item-qt:after{content:"";position: absolute;width: 40px;height: 20px;background: var(--color-primary-page);left: -50px;top: 83px;clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);}
.process-row-qt-3 .process-item-qt:after{content:"";position: absolute;width: 40px;height: 20px;background: var(--color-primary-page);right: -50px;top: 83px;clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);}
.process-row-qt-3 .process-item-qt:last-child:after{display:none}
.process-item-qt{
    position: relative;
    cursor: pointer;
}
.process-photo{
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
}
.process-photo img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.process-name{
    position: absolute;
    background: #ffffffb5;
    bottom: 5px;
    width: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 11px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    min-height: 60px;
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
}
.process-name h3{
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    width: calc(100% - 36px);
    padding-left: 10px;
}
.process-name span{display: flex;width: 36px;height: 36px;background: var(--color-primary-page);color: #fff;justify-content: center;align-items: center;border-radius: 50%;font-weight: 700;}
.title-qt p{
    font-size: 18px;
    font-weight: 600;
    color: #4D4D4F;
    display: none;
}
.title-qt h2{
    font-size: 40px;
    font-weight: 700;
    color: var(--color-primary-page);
    text-transform: uppercase;
    margin: 0;
}
.title-product h2{color: var(--color-primary-page);}
.row-step{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 160px;
}
.item-qt{
    max-width: 326px;
}
.item-qt:nth-child(1){}
.item-qt:nth-child(2){}
.item-qt:nth-child(3){}
.item-qt:nth-child(4){}
.item-qt:nth-child(5){}
.item-qt:nth-child(6){}
.step-top{
    text-align: center;
    margin-bottom: 20px;
}
.step-top span{
    display: block;
    width: 86px;
    height: 86px;
    background: var(--color-primary-page);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0px auto 10px auto;
}
.step-top h3{}
.step-photo{
    margin-bottom: 15px;
}
.step-desc{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
}
.process-row {
    --col-gap: 50px;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: 93%;
    margin-inline:auto;
    grid-template-columns: 1fr var(--line-w) 1fr;
    position: relative;
    padding-top: 80px;
}

.process-row .process-line-center {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: var(--color-primary-page);
}

.process-row .process-item,.project-item a,[aria-label][tooltip-position] {
    position: relative
}

.process-row .process-line-center:before {
    position: absolute;
    background: #fff;
    top: 0
}

.process-row .process-line-center:after {
    position: absolute;
    background: #fff;
    bottom: 0
}

.process-row .process-item:nth-child(2n) .process-item-head {
    text-align: right
}

.process-row-reverse .process-item:nth-child(2n) .process-item-head {
    text-align: left
}

.process-row .process-item:nth-child(odd) .process-item-bottom {
    float: right;
}

.process-row-reverse .process-item:nth-child(odd) .process-item-bottom {
    float: left;
}
.process-row-reverse .process-item:nth-child(odd) .process-item-bottom:before {
    right: 100%;
    left: unset;
}
.process-item-bottom h3 {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-color);
    /* text-transform: uppercase; */
    text-align: left;
    margin-bottom: 0;
    font-weight: 700;
}

.process-item-bottom p {
    font-size: 16px;
    line-height: 21px;
    display: -webkit-box;
    margin-bottom: 0px;
    text-align: justify;
}

.process-row .process-item .process-number {
    position: absolute;
    right: 0;
    top: 14%;
    font-size: 30px;
    opacity: 1;
    line-height: 55px;
    font-weight: 700;
    background: var(--color-primary-page);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}

.process-row .process-item:nth-child(odd) {
    grid-column: 1;
    margin-top: -75px;
}

.process-row-reverse .process-item:nth-child(odd) {
    grid-column: 3;
    margin-top: 110px;
}

.process-row .process-item:nth-child(2n) {
    grid-column: 3;
    margin-top: 110px;
}

.process-row-reverse .process-item:nth-child(2n) {
    grid-column: 1;
    margin-top: -100px;
}
.process-row-reverse .process-item:nth-child(odd) .process-item-head {
    text-align: right;
}
.process-row .process-item:nth-child(2n) .process-number {
    left: 25px;
}
.process-row-reverse .process-item:nth-child(2n) .process-number {
    right: 25px;
	left:unset;
}
.process-row .process-item:nth-child(1){
	margin-top: -80px;
}
.process-item-bottom {
    display: flex;
    max-width: 510px;
    padding: 15px;
    flex-direction: column;
    gap: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(0,0,0,.08);
    margin-top: -100px;
    z-index: 9;
    position: relative
}
.process-row-reverse .process-item:nth-child(2n) .process-item-bottom{float:right}
.process-item-bottom:before {
    content: "";
    position: absolute;
    width: 51px;
    height: 1px;
    left: 100%;
    background: var(--color-primary-page);
    top: 50%
}

.process-row .process-item:nth-child(2n) .process-item-bottom:before {
    right: 100%;
    left: unset
}

.process-row-reverse .process-item:nth-child(2n) .process-item-bottom:before {
    right: unset;
    left: 100%;
}

.process-item-head img {
    border-radius: 10px;
    overflow: hidden
}
.process-row-reverse .process-item:nth-child(odd) .process-number{
    left: 25px;
}