.line-text { margin-top: 10px; } 

/* SERVICE */

.main-service .image img { border-radius: 10px; } 
.main-service { border-radius: 10px; background: #FFF; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } 
.main-service .name a { -webkit-line-clamp: 1; font-family: var(--font-bold); color: #000; text-transform: uppercase; } 
.main-service .name { padding: 15px 0; } 
.owl-service .owl-stage-outer { padding: 10px 0; } 
.main-service .name a:hover { color: var(--color-hover); } 

/* */
.col-xima-right .name { margin-bottom: 15px; } 
.col-xima-right .name a { font-family: var(--font-bold); font-size: 35px; text-transform: capitalize; background: var(--color-main); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.col-xima-right .desc { padding-top: 15px; border-top: 1px solid #A0A0A0; font-family: var(--font-regular); font-size: 14px; color: #333; line-height: 34px; -webkit-line-clamp: 4; } 
.main-xima { position: relative; z-index: 1; padding: 50px 0 20px 0; } 
.main-xima::after { position: absolute; content: url(../images/set/after.png); left: 115px; top: 0; z-index: -1; } 

/* PROCESS */
.wrap-process { background: url(../images/set/bg-qt.png); background-size: cover; } 
.wrap-process .owl-stage-outer { padding: 20px 0; } 
.owl-process { padding-top: 15px; } 
.process-image { width: 175px; height: 175px; display: flex; justify-content: center; align-items: center; background: rgba(216, 216, 216, 0.40); margin: auto; border-radius: 50%; } 
.numb { position: absolute; top: -50px; font-family: var(--font-bold); font-size: 85px; background: var(--color-main); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.process-name { margin-top: 20px; font-family: var(--font-bold); font-size: 15px; text-transform: uppercase; color: #333; } 
.owl-process .second, .owl-process .four { padding-top: 70px; } 
.box-process::after { position: absolute; content: url(../images/set/arrow.png); right: -70px; top: -60px; } 
.second .box-process::after, .four .box-process::after { position: absolute; content: url(../images/set/arrow.png); right: -100px; bottom: -30px; transform: rotatex(163deg); } 
.five .box-process::after { content: none; } 
/* VIDEO */
.wrap-video { position: relative; z-index: 11; } 
.play { left: 0; right: 0; bottom: 0; margin: auto; display: flex; flex-direction: column; justify-content: center; height: 100%; width: 50%; align-items: center; /* padding: 15px; */ } 
.play img { padding: 10px; } 
.image-video img { height: 375px; } 
.video .video-image { height: 390px; } 

/* ALBUM */
.wrap-album { position: relative; z-index: 1; } 
.items-album .image-album { position: relative; display: flex !important; justify-content: center; align-items: center; } 
.name-album { position: absolute; font-family: var(--font-bold); color: #fff; font-size: 15px; opacity: 0; padding: 0 10px; } 
.image-album:hover { filter: grayscale(0.7); } 
.image-album:hover .name-album { opacity: 1; transition: 0.5s ease-in-out; } 

/* SOCIAL */
.translate { margin-top: 10px; } 
.social { display: flex; justify-content: center; } 
.social-header ul li img { filter: brightness(0) saturate(100%) invert(32%) sepia(39%) saturate(6267%) hue-rotate(81deg) brightness(94%) contrast(101%); } 
.line-bottom { position: relative; padding-bottom: 10px; } 
.line-bottom::after { position: absolute; border-bottom: 2px solid #fff; content: ""; left: 0; bottom: 0; width: 35px; } 
.filter-image img { filter: brightness(0) saturate(100%) invert(32%) sepia(39%) saturate(6267%) hue-rotate(81deg) brightness(94%) contrast(101%); } 
.social-footer li { width: 40px; height: 40px; border-radius: 50%; } 

/* ABOUT */
.wrap-aboutus { position: relative; z-index: 1; background: url(../images/set/bg-aboutus.png) #d3d3d36b 0px -14px / 100% 223.934%; background-size: cover; } 
.aboutus-image { z-index: 1; border-radius: 10px; overflow: hidden; } 
.title-aboutus { font-size: 15px; color: #000; text-transform: capitalize; font-family: var(--font-semi); } 
.name-v1 { font-family: var(--font-semi); color: #AEAEAE; font-size: 24px; margin-top: 8px; } 
.name-aboutus { font-size: 38px; background: var(--color-main); text-transform: capitalize; font-family: var(--font-bold); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.desc-aboutus { -webkit-line-clamp: 5; font-size: 14px; line-height: 30px; margin-top: 15px; font-family: var(--font-regular); } 

/* STATISTIC */
.number-item-name a { font-size: 40px; } 
.number-item-name span { font-size: 15px; } 
.plus-statistic { position: relative; top: -15px; } 

/* CRITICAL */
.criteria-name { margin-bottom: 0.25rem; } 
.criteria-name a { font-family: var(--font-bold); font-size: 14px; color: #000; line-height: 1.5; } 
.criteria-name a.text-split { -webkit-line-clamp: 2; margin-top: 20px; } 
.criteria-desc { color: #8a8888; line-height: 1.6; font-size: 13px; } 
.criteria .criteria-image { transition: all linear 0.3s; } 
.criteria:hover .criteria-image { transform: rotateY(180deg); transition: all linear 0.3s; } 

.box-process:hover img { transform: rotateY(180deg); transition: all linear 0.3s; } 
/* NEW */
.main-news { margin-bottom: 20px; background: #f5f5f5; border-radius: 10px; } 
.main-news .image { width: 155px; } 
.main-news .image img { border-radius: 10px; } 
.main-news .news-info { width: calc(100% - 165px); } 
.news-info .name a { font-size: 15px; color: #000; -webkit-line-clamp: 1; } 
.news-info .name a:hover { color: var(--color-hover); } 
.news-info .desc { font-size: 14px; color: #333333; line-height: 25px; margin-top: 5px; -webkit-line-clamp: 2; } 

/* FORM */
.wrap-form { background: var(--color-main); background-size: 100% 100%; } 
.title-form { text-align: center; font-family: var(--font-bold); text-transform: uppercase; } 

/* CSS CUSTOM */
.product { position: relative; } 
.product .i_left { border-radius: 10px; position: absolute; height: 0; border-radius: 0 50px; width: 2px; left: 0; top: 0; background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_right { border-radius: 10px; position: absolute; height: 0; width: 2px; right: 0; bottom: 0; background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_top { border-radius: 10px; position: absolute; height: 2px; width: 0; right: 0; top: 0; background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_bottom { border-radius: 10px; position: absolute; height: 2px; width: 0; left: 0; bottom: 0; background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, right top, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease } 
.product:hover .i_left { height: 100%; bottom: 0; top: inherit } 
.product:hover .i_top { width: 100%; left: 0 } 
.product:hover .i_right { height: 100%; top: 0; bottom: inherit } 
.product:hover .i_bottom { width: 100%; right: 0; left: inherit } 

/* SERVICE DETAIL */


.list-news-latest{max-height: 585px;overflow-x: hidden;overflow-y: scroll;}
.list-news-latest::-webkit-scrollbar { width: 3px; } 
.list-news-latest::-webkit-scrollbar-track { background: #fff; } 
.list-news-latest::-webkit-scrollbar-thumb { background: var(--color-main); } 
.list-news-latest::-webkit-scrollbar-thumb:hover { background: var(--color-hover); } 



.slidebar .box-layer { position: sticky; top: 50px; background: #fff; -webkit-box-shadow: 2px 2px 20px #00000017; -moz-box-shadow: 2px 2px 20px #00000017; box-shadow: 2px 2px 20px #00000017; } 
.slidebar .box-layer .title_block { color: #0c4ea2; padding: .8rem 1.1rem; font-size: 16px; text-align: left; text-transform: uppercase; font-weight: bold; margin: 0; position: relative; } 
.slidebar .box-layer .title_block::after { position: absolute; background-color: #0c4ea2; left: 0; content: ""; display: block; width: 4.2px; height: 80%; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); } 
.slidebar .box-layer .list-news-latest { padding: 10px; counter-reset: popular-counter; } 
.slidebar .box-layer .list-news-latest .item-article { border-bottom: 1px #d3d3d3 dotted; padding: 10px 0; margin: 0; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; } 
.slidebar .box-layer .list-news-latest .item-article .post-image { -ms-flex: 0 1 70px; flex: 0 1 70px; max-width: 70px; position: relative; } 
.slidebar .box-layer .list-news-latest .item-article .post-image a { display: block; height: 75px; overflow: hidden; } 
.slidebar .box-layer .list-news-latest .item-article .post-content { padding-left: 10px; overflow: hidden; -ms-flex: 1 1; flex: 1 1; } 
.slidebar .box-layer .list-news-latest .item-article .post-content .title { margin: 0 0 5px; font-size: 14px; line-height: 22px; overflow: hidden; max-height: 44px; } 
.slidebar .box-layer .list-news-latest .item-article .post-content .title a { font-family: var(--font-semi); font-size: 14px; color: #000; } 
.slidebar .box-layer .list-news-latest .item-article .post-content .title a:hover{color: #fd0000;}


.product-policy .box-layer { position: relative; background: #fff; -webkit-box-shadow: 2px 2px 20px #00000017; -moz-box-shadow: 2px 2px 20px #00000017; box-shadow: 2px 2px 20px #00000017; } 
.product-policy .box-layer .title_block { color: #0c4ea2; padding: .8rem 1.1rem; font-size: 16px; text-align: left; text-transform: uppercase; font-weight: bold; margin: 0; position: relative; } 
.product-policy .box-layer .title_block::after { position: absolute; background-color: #0c4ea2; left: 0; content: ""; display: block; width: 4.2px; height: 80%; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -ms-transform: translate(0, -50%); } 
.product-policy .policy-right { padding: 10px; background: #fff; -webkit-box-shadow: 2px 2px 20px #00000017; -moz-box-shadow: 2px 2px 20px #00000017; box-shadow: 2px 2px 20px #00000017; } 
.product-policy .policy-right .item .img-box { position: relative; float: left; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; height: 45px; width: 45px; } 
.product-policy .policy-right .item a { line-height: 45px; font-weight: bold; font-size: 15px; word-wrap: break-word; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: inherit; } 