/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --nc-color-1: #e70705;
    --nc-color-2: #23201f;
    --nc-color-3: #EE3124;
    --nc-color-4: #F7F280;
    --nc-color-hover: #F9BC13;
    --nc-color-main: #333333;
    --nc-color-main2: #444444;
    --cl-light-gray: #d9d9d9;
    --cl-black: #000000;
    --cl-gray: #f2f2f2;
    --cl-sea-blue: #bce8f640;
    --cl-white: #ffffff;
    /* --nc-font-size-h1: 34px; */
    /* --nc-font-size-h2: 32px; */
    /* --nc-font-size-h3: 25px; */
    /* --nc-font-size-h4: 20px; */
    /* --nc-font-size-h5: 14px; */
    /* --nc-font-size-h6: 14px; */
}
ol ol, ol ul, ul ol, ul ul {
    margin: 1.5em 0 1.5em 1em;
}
ul li {
    margin-left: 15px;
}

/* General Box Styling */
.CR-item-news-featured .box {
  background-color: #f4f4f8; /* Màu nền nhã nhặn */
  border-radius: 16px; /* Bo góc mềm mại */
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); /* Đổ bóng tinh tế */
  overflow: hidden; /* Đảm bảo nội dung không tràn ra ngoài */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hiệu ứng khi hover */
}

.CR-item-news-featured .box:hover {
  transform: translateY(-10px); /* Nâng nhẹ khi hover */
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2); /* Tăng độ đậm của bóng */
}

/* Styling for the wrap container */
.CR-item-news-featured .wrap {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, #1c1d20, #e70705);
    border-radius: 16px;
}

/* Link styling */
.CR-item-news-featured a.view {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Styling for the content */
.CR-item-news-featured .cont {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.CR-item-news-featured .cont h3.title {
font-size: 24px;
    font-weight: 700;
    color: rgb(255 255 255);
    margin-bottom: 12px;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.CR-item-news-featured .cont h3.title:hover {
  color: #ffab00; /* Màu vàng ánh kim khi hover */
}

.CR-item-news-featured .cont .des {
font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.CR-item-news-featured .thumb {
  position: relative; /* Để giữ vị trí của hình ảnh */
  overflow: hidden; /* Ẩn phần hình ảnh tràn ra ngoài */
  border-radius: 12px; /* Bo góc */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.CR-item-news-featured .thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out; /* Tạo hiệu ứng mượt mà khi zoom */
}

.CR-item-news-featured .thumb:hover img {
  transform: scale(1.1); /* Phóng to hình ảnh khi hover */
}


.CR-item-news-featured .thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3) 100%
  ); /* Hiệu ứng gradient tối ở dưới */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.CR-item-news-featured .thumb:hover::after {
  opacity: 1;
}

/* Animation effects */
@keyframes shine {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

.CR-item-news-featured .box:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  background-size: 200px 100%;
  animation: shine 0.5s linear infinite;
  z-index: 1;
  pointer-events: none;
}

#CR-search-home {
    padding: 2.625rem 0 1.125rem;
}
#CR-search-home .CR-search-form-suggest .title {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 2.25rem;
    margin: 0 auto 1.25rem;
}
.entry_contact {
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.header .nav-small a.icon:not(.button) {
    font-size: 17px;
}
.entry_contact .CR-hotline-head-btn {
    color: var(--nc-color-3);
    font-style: normal;
    font-weight: 700;
    font-size: 1.1875rem /* 19/16 */;
    line-height: normal;
    display: block;
    word-break: break-word;
}
.entry_contact .CR-hotline-head-btn svg {
    width: 2.1875rem /* 35/16 */;
    height: 2.1875rem /* 35/16 */;
    max-width: 2.1875rem /* 35/16 */;
}
.entry_contact .CR-hotline-head-btn .intro-view-box {
    padding-left: 0.625rem /* 10/16 */;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.entry_contact .CR-hotline-head-btn p {
    font-weight: 400;
    font-size: 1.0625rem /* 17/16 */;
    line-height: normal;
    color: var(--cl-black);
    display: block;
    word-break: break-word;
}
.title-top {
	padding: 10px 15px 0px 15px;
}
.acf-map {
    width: 100%;
    height: 242px;
    border: #ccc solid 1px;
	border-radius: 10px;
}

.acf-map img {
    max-width: inherit !important;
}

.indu-info label{
    margin-bottom: .25rem;
    }

.detail-info-table{
    border: 1px solid rgb(68 68 68 / 20%);
    border-radius: .625rem;
    overflow: hidden;
    }

.detail-info-table th,
.detail-info-table td{
    flex: 1 0 auto;
    padding: 1rem;
    }
.detail-info-table tr:nth-of-type(even){
    background-color : var(--cl-light-gray);
    }
.detail-info-table tr:nth-of-type(odd){
    background-color : var(--cl-gray);
    }
.detail-info-table table{
    width: 100%;
    }
.detail-info-table table tbody{

    /*box-sizing: border-box;*/
    }
.detail-info-table tr:not(:last-child),
.detail-info-table table tr:not(:last-child){
    border-bottom: 1px solid rgb(68 68 68 / 20%);
    }
.detail-info-table table tr th,
.detail-info-table table tr td:not(:last-child),
.detail-info-table table tr td:not(:last-child){
    border-right: 1px solid rgb(68 68 68 / 20%);
    }
#CR-news-detail-page .CR-news-detail-sidebar{
    position: sticky;
    top: 20px;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    }
#CR-news-detail-page .CR-tag-scroll-box {
    background: var(--nc-color-2);
    padding: 1.25rem /* 20/16 */;
    border-radius: 1rem /* 16/16 */;
    transition: 0.5s ease-in-out;
}
#CR-news-detail-page .CR-tag-scroll-box .head{
    border-bottom: 1px solid var(--cl-white);
    padding-bottom: 1.25rem  /* 20/16 */;
    }
#CR-news-detail-page .CR-tag-scroll-box .main-title{
    font-size: 1.125rem /* 18/16 */;
    color: var(--cl-white);
    font-weight: 700;
    line-height: normal;
    margin: 0;
    }
#CR-news-detail-page .CR-style-default-content img{
    border-radius: 1.25rem  /* 20/16 */;
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    display: block;
    width: auto;
    }
#CR-news-detail-page .CR-style-default-content a{
    color: var(--nc-color-1);
    }
#CR-news-detail-page .CR-style-default-content blockquote {
    font-size: 1rem  /* 16/16 */;
    background-color: var(--cl-gray);
    padding: 1.5rem  /* 24/16 */;
    border-radius: 1rem  /* 16/16 */;
    }
#CR-news-detail-page .CR-tag-scroll-box ul {
    max-height: 26.5625rem  /* 425/16 */;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 0.5rem 0.5rem 0;
    }
#CR-news-detail-page .CR-tag-scroll-box li * {
    color: var(--cl-white) !important;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    }
#CR-news-detail-page .CR-tag-scroll-box a.active,
#CR-news-detail-page .CR-tag-scroll-box a:hover{
    color: var(--nc-color-1) !important;
    }
#CR-news-detail-page .CR-tag-scroll-box li:not(:last-child){
    margin-bottom: 0.5rem;
    }
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h2 a{
    font-weight: 700;
    }
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h3 a,
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h4 a,
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h5 a{
    font-weight: 500;
    }
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h2{
    padding-left: 0;
    }
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h3{
    padding-left: 0.9375rem  /* 15/16 */;
    }
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h4{
    padding-left: 1.5625rem  /* 25/16 */;
    }
#CR-news-detail-page .CR-tag-scroll-box .CR-scroll-tag-h5{
    padding-left: 2.1875rem  /* 35/16 */;
    }
#CR-news-detail-page .CR-news-detail-main .view-more-box{
    background: var(--cl-gray);
    border-radius: 1rem  /* 16/16 */;
    padding: 1.5rem  /* 24/16 */;
    margin-top: 0.9375rem  /* 15/16 */;
    }
#CR-news-detail-page .CR-news-detail-main .view-more-box .head{
    padding: 0.9375rem  /* 15/16 */ 0;
    }
#CR-news-detail-page .CR-news-detail-main .view-more-box .head p{
    font-size: 1rem  /* 16/16 */;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    color:var(--cl-black);
    }
#CR-baner-page .main-title{
    font-size: 2.5rem  /* 50/16 */;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    color: var(--cl-white);
    text-shadow: 0.1875rem 0.1875rem var(--cl-black);
    letter-spacing: 0.0625rem;
    }
.CR-baner-page-title {
    padding: 0.625rem 0.9375rem;
    background: -o-linear-gradient(45deg, var(--nc-color-1), transparent);
    background: linear-gradient(45deg, var(--nc-color-1), transparent);
}
.CR-baner-page-breadcrumbs {
    padding: 0.625rem 0.9375rem;
	background: linear-gradient(45deg, #222628, transparent);
}

.CR-baner-page-breadcrumbs #CR-breadcrumbs {
    padding: 0;
}

#CR-baner-page .description{
    text-shadow: 1px 1px 1px black;
}

/**================== BREADCRUMBS ==================**/
#CR-breadcrumbs {
    padding: 0 0 0.625rem  /* 10/16 */;
}
#CR-breadcrumbs * {
    font-size: 0.875rem /* 14/16 */;
    line-height: normal;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff;
}
#CR-breadcrumbs cite {
    color: var(--cl-dark-gray);
    font-style: normal;
    font-weight: 600;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-breadcrumbs a:hover cite {
    /*color: var(--cl-blue);*/
}
#CR-breadcrumbs .active cite{
    color: var(--nc-color-4);
}
#CR-breadcrumbs .divider i {
    font-size: 0.6rem;
}
#CR-breadcrumbs .divider {
    margin: 0 0.5rem;
}
#CR-breadcrumbs .divider.active{
    display: none;
}
#CR-news-detail-page #CR-breadcrumbs a:hover{color: var(--nc-color-hover);}

.CR-news-detail-main b {
    font-size: 0.9375rem;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.common-note {
    margin-top: 2.5rem;
}
.common-note--item {
    padding: 1.875rem 0.9375rem;
    border-radius: 0.625rem;
    font-size: 14px;
    font-weight: 500;
	background-color: #f2f2f2;
    border: 1px solid #233c98;
}
.common-note ul {
    list-style-type: revert;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
}

.common-note ul ul {
    margin-top: 0.9375rem;
}

.common-note ul li {
    margin-bottom: 0.625rem;
}

.common-note--title {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    position: relative;
    color: var(--nc-color-3);
    border: 2px dashed;
    background-color: var(--nc-color-4);
}

.common-note--item-content h2,
.common-note--item-content h3,
.common-note--item-content h4,
.common-note--item-content h5,
.common-note--item-content h6 {
    margin-bottom: 1.25rem;
    font-size: 22px;
}

.ncContact{
    /*background-color: #f2f2f2;*/
   padding: 1rem 0;
    margin-top: 1rem;
    /*background-color: var(--nc-color-2);*/
    }

.ncContact .ncTitle_h2 {
    color: var(--nc-color-1);
}

.ncContact .ncDescript {
    /*color: var(--cl-white);*/
    margin-bottom: 1rem;
}


.ncCon_information{
    font-size: 0.875rem;
    }
.ncFooter_group .ncDescript li,
.ncCon_information li {margin-bottom: .25rem;}
.ncCon_information span{font-weight: 600;}
.ncFooter_group .ncDescript a:hover,
.ncCon_information li a:hover{    color: var(--nc-color-4);}
.ncFooter_group .ncDescript a,
.ncCon_information li a{
    color: var(--nc-color-hover);
    }
.myMap{height: 100%;}
.myMap iframe{
    height: calc(100% - 3.1rem);
    width: 100%;
    min-height: 21.875rem;
    }
.ncTitle_h2 {
    font-size: 2.125rem;
    padding-bottom: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2.5rem;
    position: relative;
    text-align: center;
}
.ncTitle_h2:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 0.438rem;
    background: var(--nc-color-hover);
    bottom: 0;
    left: calc(50% - 2.5rem);
}
.ncForm_list label {
    width: 100%;
    display: none;
}
.ncForm_list span{}
.ncForm_list input:focus-visible,
.ncForm_list textarea:focus-visible{
    background-color: white;
    }
.ncForm_list input,
.ncForm_list textarea{
    font-size: 0.875rem;
    background-color: transparent;
    padding: 10px 15px;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /*background-clip: padding-box;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    height: 2.5rem;
    }

.ncForm_list input::placeholder,
.ncForm_list textarea::placeholder {
    color: var(--nc-color-1);
}

.ncForm_list textarea{
    height: 7.5rem;
    }
.ncForm_footer input[type="submit"]:hover{
    background-color: var(--nc-color-3);
    color: white;
    }
.ncForm_footer input[type="submit"]{
    border-color: transparent;
    background-color: var(--nc-color-hover);
    color: white;
    font-size: 0.75rem;
    padding: 0.5em 1em;
    text-transform: uppercase;
    }
.ncForm_list br{display: none;}

.ncProduct-catPopList{
    overflow: hidden;
    padding: 2.5rem;
    background-color: var(--nc-color-1);
    border-radius: 0.625rem;;
    margin-bottom: 3.75rem;
    }
.CR-news-detail-related .main-title {
    font-size: 1.875rem /* 30/16 */;
    font-weight: 700;
    line-height: normal;
    color: white;
    margin-bottom: 2.1875rem /* 35/16 */;
}
.ncProduct_item .view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    }
.ncProduct_item .entry_meta_post{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: white;
    z-index: 2;
    }
.ncProduct_item .entry_meta_post ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 0;
    }
.ncProduct_item .entry_meta_post span{
    display: none;
    }
	.entry_meta_post ul li{
    margin-right: 5px;
	margin-bottom: 0;
    margin-left: 0 !important;
    }
.entry_meta_post li >*{
    margin-right: 5px;
    }
.ncProduct_item .box-text {
    padding: 1rem 0.75rem 1.25rem;
	border-radius: 0px 0px 10px 10px;
}

.home-slider .box-text {
    padding: 2rem 2.75rem 1.25rem;
	width: 40%;
    float: left;
	color: #fff;
	 font-size: 16px;
	 background-color: rgb(255 255 255 / 0%)!important;
	 text-align: justify;
}
.home-slider .box-text a {
	color: #fff;
}
.home-slider .image-cover img {
	object-fit: fill!important;
}
.home-slider .box-image {
    float: left;
}
.home-slider .box-text .button {
    color: #fff;
    background: #000;
}
.entry_meta_post ul {
	list-style: none;
}
.ncProduct_item  .is-divider {
    display: none;
}
.CR-default-terms{
    border: 1px solid var(--cl-light-gray);
    padding: 1.875rem  /* 30/16 */ 2.5rem  /* 40/16 */ 1.25rem  /* 20/16 */;
    border-radius: 0.625rem  /* 10/16 */;
    margin-top: 2em;
    }
.CR-default-terms .title{
    font-size: 1.25rem  /* 20/16 */;
    font-weight: 700;
    line-height: normal;
    color:var(--cl-black);
    margin-right: 1.25rem  /* 20/16 */;
    margin-bottom: .5rem;
    }
.CR-default-terms ul{
    margin: 0 -0.3125rem -0.3125rem  /* -5/16 */;
	    list-style: none;
    }
.CR-default-terms li{
    padding: 0.3125rem  /* 5/16 */;
	margin-left: 0px;
    }
.CR-default-terms li.active a,
.CR-default-terms a:hover{
    background: var(--cl-light-gray);;
    }
.CR-default-terms a {
    border: 1px solid var(--cl-light-gray);
    border-radius: 0.625rem /* 10/16 */;
    padding: 0.5rem /* 8/16 */ 1.25rem /* 20/16 */;
    font-size: .75rem /* 20/16 */;
    line-height: normal;
    font-weight: 500;
    color: var(--cl-black);
    background: var(--cl-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    }
.CR-default-terms .des-box{
    margin: 0.9375rem  /* 15/16 */ 0;
    }
.CR-default-terms .des-box p{
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5;
    }
.CR-news-detail-main {
    padding: 30px 0;
}
.box-border {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 0.625rem;
    overflow: hidden;
    background-color: #f1f2f3;
}
.page-des .content .ncDes {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: auto;
    padding: 2rem;
    -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
    mask-image: linear-gradient(180deg, #000 60%, transparent);
    overflow: hidden;
}
.page-des .content.show .ncDes {
    -webkit-mask-image: inherit;
    mask-image: inherit;
}
.page-des .ncButton-group {
    /* position: absolute; */
    /* bottom: -4rem; */
    /* left: 0; */
    /* right: 0; */
    background-color: white;
    padding: .75rem;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ncButton {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 10rem;
    height: 2.5rem /* 40/16 */;
    border-radius: 1rem /* 16/16 */;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 2.5rem /* 40/16 */;
    /* margin: 0 auto; */
    background: var(--nc-color-1);
    border: 2px solid var(--nc-color-1);
}
.ncHome-page .filterAll{
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
}
.ncHome-page .itemFilter{
    display: flex;
    align-items: center;
    }
.ncHome-page .itemFilter label{
    margin-right: 1rem;
}
.ncHome-page .itemFilter > div{
    min-width: 300px;
}
/*.filterAll .itemFilter h3{*/
/*    font-size: 1rem;*/
/*    font-weight: 600;*/
/*    margin-bottom: 0;*/
/*    margin-right: 0.188rem;*/
/*    }*/
/*.filterAll .itemFilter .select{width: fit-content;}*/
/* Defaut Input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.CRdefaultInput input:hover{
    border: 1px solid #5793DA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px rgba(33, 86, 149, 0.2);
    box-shadow: 0px 0px 10px rgba(33, 86, 149, 0.2);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.CRdefaultInput input::-webkit-input-placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}
.CRdefaultInput input::-moz-placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}
.CRdefaultInput input:-ms-input-placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}
.CRdefaultInput input::-ms-input-placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}
.CRdefaultInput input::placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #D8D8DD;
}
.CRdefaultInput input:focus,
.CRdefaultInput input:focus-visible{outline: none;}
.CRdefaultInput input{
    background: #FFFFFF;
    height: 35px;
    border: 1px solid #D8D8DD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-box-shadow: 0px 0px 10px transparent;
    box-shadow: 0px 0px 10px transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #3C3C46;
    outline: none !important;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
}
.box-border{
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 0.625rem ;
    overflow: hidden;
    background-color: #f1f2f3;
    }
.ncProduct{    padding-bottom: 3.75rem;}

.ncProduct-catThumb{
    -webkit-box-flex: 1;
    -ms-flex: 1 2 0%;
    flex: 1 2 0%;
    position: relative;
    overflow: hidden;
    }

.ncProduct-catThumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 12rem;
    }
.ncPro_thumb:after,
.ncProduct-catBox .ncProduct-catThumb:after{
    content: '';
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    pointer-events: none;
    z-index: 0;
    }
.ncProduct-catBox .ncProduct-catThumb:after{opacity: 1;}

.ncProduct-catBox .ncProduct-catCont{
    padding: 1rem 0 1.25rem;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 1.75rem;
    position: relative;
    }
.ncProduct-catBox .ncProduct-catDescript{
    font-size: 0.938rem;
    }
.ncProduct-catBox .ncProduct-catDescript p{
    text-indent: 1rem;
    }
.ncProduct-catBox .ncProduct-catDescript > *{
    font-size: 0.938rem;
    }
.ncProduct-catBox .entry-head{
    border-radius: 0.625rem;
    overflow: hidden;
    }
.ncProduct-catPopList{
    overflow: hidden;
    padding: 2.5rem;
    background-color: var(--nc-color-1);
    border-radius: 0.625rem;;
    margin-bottom: 3.75rem;
    }
.ncProduct-catPopList .box{
    /* border: none; */
    overflow: hidden;
    position: relative;
    }
.ncProduct_item {
    position: relative;
    border-radius: 0.625rem;;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    margin-bottom: 1rem;
    }
.ncProduct_item .view{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    }
.ncProduct_item .entry_meta_post{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: white;
    z-index: 2;
    }
.ncProduct_item .entry_meta_post ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.ncProduct_item .entry_meta_post span{
    display: none;
    }
.ncProduct_item .entry_meta_post li >*{
    margin-right: 5px;
    }
.ncPro_thumb {
    --nc-thumb-height: 15.625rem;
    height: var(--nc-thumb-height);
    position: relative;
    }
.ncPro_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: var(--nc-thumb-height);
    }
.ncProduct-catPopList .ncPro_cont {
    padding: 1rem 0.75rem 1.25rem;
    background-color: #ffffff;
    }
.ncPro_cont .ncTitle_h3 {
    color: var(--nc-color-main);
    font-size: 1.125rem  /* 18/16 */;
    font-weight: 700;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    }
.ncPro_cont .ncDescript {
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: 1.25rem  /* 20/16 */;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.75rem  /* 60/16 */;
    height: 3.75rem  /* 60/16 */;
    margin-top: 0.625rem  /* 10/16 */;
    }
.ncPro_cont .info{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: 1.25rem  /* 20/16 */;
}
.ncProduct_sub-item:hover .ncPro_thumb:after,
.ncProduct_item:hover .ncPro_thumb:after{
    opacity: 1;
    }
.ncProduct_item:hover .ncTitle_h3{
    color: var(--nc-color-1);
    }

.ncProduct-catPopList:hover .swiper-button-next{
    right: 0;
    }
.ncProduct-catPopList:hover .swiper-button-prev{
    left: 0;
    }
/*.featured-md-list .swiper-button-next,*/
.ncProduct-catPopList .swiper-button-next{
    right: -2.25rem;
    }
/*.featured-md-list .swiper-button-prev,*/
.ncProduct-catPopList .swiper-button-prev{
    left: -2.25rem;
    }
.featured-md-list [class*="swiper-button"],
.ncProduct-catPopList [class*="swiper-button"]{
    background-color: white;
    padding: 10px;
    border-radius: 0.625rem;
    display: block;
    width: fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--nc-color-1);
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
    }
.featured-md-list [class*="swiper-button"]:hover,
.ncProduct-catPopList [class*="swiper-button"]:hover{
    background-color: var(--nc-color-hover);
    color: white;
    }

.ncProduct-catTitle{
    margin-bottom: 1.25rem;
    font-size: 1.25rem /* 32/16 */;
    line-height: normal;
    font-weight: 700;
    }
.ncProduct-catList{
    height: 23rem;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 0.625rem;
    padding: 0.5rem;
    background-color: #f1f2f3;
    }
.ncProduct_sub-item{
    border: 1px solid #e2e2e2;
    border-radius: 0.625rem;
    display: flex;
    overflow: hidden;
    min-height: 4.75rem;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.ncProduct_sub-item:hover{
    background-color: white;
    }
.ncProduct_sub-item .ncPro_thumb{
    width: 5rem;
    min-height: inherit;
    }
.ncProduct_sub-item .ncPro_thumb img{
    min-height: inherit;
    }
.ncProduct_sub-item .ncPro_cont{
    padding: .25rem .5rem .25rem;
    width: calc(100% - 5rem);
    }
.ncProduct_sub-item .ncPro_cont .ncTitle_h3{
    font-size: 0.813rem;
    line-height: 1.36;
    }
.ncProduct_sub-item .item_categories{text-transform: capitalize;}
.ncProduct_sub-item .entry_meta_post{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    }
.ncProduct_sub-item .entry_meta_post li{margin: 0;}
.ncProduct_sub-item .entry_meta_post span{display: none;}
.ncProduct_sub-item .typeTax{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

    }
	.ncProduct-catPop .ncProduct-catCont{
        padding: 4rem 4.375rem  /* 70/16 */;
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        }
    .ncProduct-catPop .ncProduct-catDescript{
        font-size: 1rem  /* 16/16 */;
        font-weight: 500;
        line-height: 1.5rem  /* 24/16 */;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        max-height: 7.5rem  /* 72/16 */;
        margin-top: 0.625rem  /* 10/16 */;
        }
    .ncProduct-catPop .ncBtn-readmore{
        margin-left: auto;
        margin-top: 1.875rem ;
        }
    .fancybox-content,
    .popup-search{ max-width: 960px !important;}
    }
	 .ncProduct-catPop .ncProduct-catTitle {
        font-size: 1.75rem /* 32/16 */;
        }
    .ncProduct-catPop{    margin-bottom: 2rem;}
    .ncProduct-catPop .entry-head{
        display: flex;
        flex-wrap: wrap;
        }
		
		.term-article-sec{
    background: var(--cl-sea-blue);
    border-radius: .635rem;
    /*overflow: hidden;*/
    }
.term-article-sec .ncIndustrial_showThumb {
    min-height: 20.813rem;
    height: 100%;
    border-radius: 0.635rem;
    overflow: hidden;
    box-shadow: 0.3125rem 0.3125rem var(--cl-blue);
    }
.term-article-sec .ncIndustrial_list{
    /*background: var(--cl-sea-blue);*/
    height: 100%;
    }

.ncIndustrial_list .CR-empty-result {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.term-article-box.active{
    background: var(--cl-sea-blue);
    }
.term-article-box.active .term-article-inner .title{
    color: var(--nc-color-1);
    }
.term-article-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .625rem .938rem;
    }

.ncIndustrial_list .ncIndustrial_item:not(:last-child) .term-article-box {
    border-bottom: 1px solid #00009924;
}

.term-article-box:not(:last-child){
    /*border-bottom: 1px solid #00009924;*/
    }
.term-article-box .box-image{
    width: 7.25rem;
    height: 5.625rem;
    position: relative;
    }
.term-article-box .box-image:before{
    content: "";
    background-color: rgb(0 0 0/20%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
.term-article-box .box-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
.term-article-box .box-text{
	flex: 1;
    padding-left: 1rem;
    font-size: .5em;
    padding-bottom: 0.4em;
    padding-top: 0em;
    position: relative;
    width: 100%;
    }
.term-article-box .term-article-inner{}
.term-article-box .term-article-inner .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: fit-content;
    color: var(--nc-color-main);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .25rem;
    }
.term-article-box .term-article-inner .info{
    font-size: 0.813rem;
    color: var(--nc-color-main2);
    }
.term-article-box .term-article-inner .info li:not(:last-child){
    margin-bottom: .25rem;
    }
.term-article-box .entry_meta_post{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .25rem;
    align-items: center;
    justify-content: center;
    display: flex;
    }
.term-article-box .entry_meta_post li{margin: 0;}
.term-article-box .entry_meta_post span{display: none;}

.ncIndustrial_showThumb .slick-list,
.ncIndustrial_showThumb .slick-list .slick-track{
    height: 100%;
    }
.ncIndustrial_showThumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
	.CR-archive-page #CR-news-main .main-title{
    padding: 0.9375rem  /* 15/16 */ 1.25rem  /* 20/16 */;
    background: var(--nc-color-1);
    border-radius: 0.625rem  /* 10/16 */;
    font-size: 1.6875rem  /* 27/16 */;
    font-weight: 700;
    color: white;
    margin-bottom: 1em;
	    margin-top: 10px;
    }
	.CR-archive-page #CR-news-main .main-title h2{ 
	color: #ffffff;
    font-size: 2rem;
	}
	.nc-viewmore {
    border: 1px solid;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.3125rem;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(38 38 38 / 20%);
    box-shadow: 0px 0px 9px 0px rgb(38 38 38 / 20%);
    text-transform: uppercase;
    background-color: var(--cl-pink);
    color: var(--cl-white);
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: normal;
    float: right;
    position: relative;
    margin-top: -48px;
}
.home-product .image-cover img {
	    object-fit: fill!important;
}
.home-product .entry_meta_post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: white;
    z-index: 2;
}
.home-product .is-divider {
    display: none;
}
.home-product .entry_meta_post span {
    display: none;
}
.CR-item-news-featured {
    width: 100%;
}
.page-des {
    padding: 20px 0;
}
.CR-load-more-btn {
    color: #fffdfd;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 10rem;
    height: 2.5rem;
    border-radius: 1rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 2.5rem;
    margin: 0 auto;
    background: #203a9a;
    border: 2px solid #1f3a9f;
}
.ncProduct_item:hover .ncTitle_h3 {
    color: #223b96;
}
.ncPro_cont .ncTitle_h3 {
    color: var(--nc-color-main);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ncPro_cont .info {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.info li {
	margin-left: 0em!important;
	    margin-bottom: 0em!important;
}
.CR-item-news-featured .wrap {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: .625rem;
    overflow: hidden;
}
.d-flex {
    display: flex !important;
}

.CR-item-news-featured .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.CR-item-news-featured .cont {
    padding: 2.375rem;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.CR-item-news-featured .title {
	color: var(--cl-black);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3rem;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.CR-item-news-featured .des {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
    margin-top: .625rem;
}

.CR-item-news-featured .thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 0%;
    flex: 1 2 0%;
    position: relative;
    overflow: hidden;
}
.CR-archive-page #CR-news-featured .main-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to right, #0024f4, #0024f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgb(147 147 147 / 30%);
    padding: 13px;
    border-radius: 8px;
    border: 2px solid #c6c5bf59;
    display: inline-block;
}

.CR-archive-page #CR-news-featured .main-title::before,
.CR-archive-page #CR-news-featured .main-title::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #e7e7e7;
    margin: 0 10px;
    vertical-align: middle;
}

::-webkit-scrollbar-track {
    background: #e0e0e5; /* Track color */
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #b5651d, #daa520); /* Thumb gradient color */
    border-radius: 6px;
    border: 3px solid #e0e0e5; /* Padding around thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #daa520, #b5651d); /* Hover effect */
}
::-webkit-scrollbar {
    width: 12px;  /* Width of the entire scrollbar */
}

@media only screen and (max-width: 48em) {
	
	.home-slider .box-image {
    float: left;
    width: 100% !important;
}
.home-slider .box-text {
    width: 100%;
}

.home-slider .box-text p {
    margin-bottom: .1em;
    margin-top: .1em;
    display: none;
}

.home-slider .is-divider {
    display: none;
}
	
}