/*//CUSTOM//*/
* {
    font-family: 'Helvetica Neue';
}

.pt-80 {
    padding-top: 8rem;
}

.bg-cl-main {
    background: var(--color-main);
}

.bg-cl-highlight {
    background: var(--color-highlight);
}

.mt-20 {
    margin-top: 20rem;
}

.pt-20 {
    padding-top: 20rem;
}

@media (min-width: 768px) {
    .distance-75 .row>div{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .distance-75 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .distance3col > .container > .row{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

#btn-back-top {
    display: inline-block;
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btn-back-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 20px;
}

#btn-back-top:hover {
    cursor: pointer;
    background-color: #333;
    border: 1px solid #333;
}
#btn-back-top:active {
    background-color: #555; 
}
#btn-back-top.show {
    opacity: 1;
    visibility: visible;
}

.cus-opacity {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    pointer-events: none;
}
.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.home .setting-menu{
    background: none;
}

.detail-cate {
    display: none;
}

.detail-cate.active {
    display: block;
}

.detail-cate.active p {
    color: var(--black) !important;
}

.box-detail-cate {
    padding: 3.8rem 4rem 3rem 3.6rem;
}

.box-detail-cate .detail-cate .content{
    border-bottom: 1px solid var(--gray);
}

.setting-menu {
    background: white;
}

.ratio-143 {
    padding-top: 140%;
}

.bg-page {
    background: rgba(216, 216, 216, .28);;
}

.btn-green {
    display: inline-block;
    /*width: 185px;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 4;
    letter-spacing: 1.7px;
    text-align: center;
    color: #fff;
    padding: 2px 15px;
    background-color: #228b22;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s ease;
    width: fit-content;
}

.btn-green:hover {
    background-color: #fff;
    color: #1a2a4e;
}

.common-btn .btn-green {
    width: 22rem !important;
}

.title {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 2.7px;
    padding: 5px 0;
    margin-bottom: 7px;
    text-align: center;
    color: #1a2a4e;
}

.title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: 4px;
    width: 50px;
    height: 3px;
    background-color: #1a2a4e;
}
/*//HEADER//*/

.header-top>.container>.row>div:nth-child(2){
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.header-top {
    position: relative;
}

.language-switch ul{
    width: max-content;
}

.language-switch .topbar-dropdown a div{
    display: flex;
    align-items: center;
}

#box-search {
    display: none;
}

#box-search.active {
    display: block;
}

#box-search {
    position: absolute;
    bottom: -99%;
    right: 0;
    z-index: 99;
}

.search-icon-open {
    cursor: pointer;
}

.home .header-top {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.setting-menu.fixed {
    background: white;
}

.setting-menu.fixed .menu-section > ul > li > a {
    color: var(--black);
}

.setting-menu.fixed .menu-section .active {
    color: var(--black) !important;
}

.setting-menu.fixed .cus-search i{
    color: var(--black) !important;
}

.setting-menu.fixed .language-picker {
    color: var(--black) !important;
}

.setting-menu.fixed .menu-section > ul > li:hover > a{
    color: var(--white);
}

.menu-section > ul > li > a {
    color: var(--black)
}

.cus-search i{
    color: var(--black) !important;
}

.home .cus-search i{
    color: var(--white) !important;
}

.setting-menu.fixed .language-picker {
    color: var(--black) !important;
}

.language-picker {
    color: var(--black) !important;
}

.home .language-picker {
    color: var(--white) !important;
}

/*//FOOTER//*/

.menu-footer ul li a {
    color: var(--gray-bold);
    font-size: 13px;
}

.menu-footer ul li a:hover {
    color: var(--color-highlight);
}

.menu-footer ul li a.active {
    color: var(--color-highlight);
}

.menu-footer ul {
    padding-left: 15px;
}

.menu-footer ul li {
    margin-bottom: 10px;
}

.menu-footer ul li::marker {
    color: var(--white);
}
 
.find-us {
    margin-top: 15px;
    text-align: right;
}

@media (max-width: 1022px) {
    .find-us span {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .find-us span {
        letter-spacing: 0px;
    }
    
    .common-btn .btn-green {
        width: 36rem !important;
    }
}

.find-us span {
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
}

.find-us span {
    color: #1a2a4e;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.find-us img {
    width: 32px;
    height: 32px;
}

.badge-code {
    margin-top: 15px;
    text-align: right;
}

.footer-copyright {
    padding: 15px 0;
    background-color: var(--color-main);
    color: #fff;
}

.footer-copyright .copyright {
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
    
/*//MAIN//*/

.home-slide-banner .swiper-slider-main .swiper-slide img {
    min-height: 0;
    height: 44vw;
    width: 100%;
}

.home-slide-banner .swiper-slide img {
    object-fit: cover;
}


.detail-bai-viet-gioi-thieu > .article-detail > div {
    background: white;
}

.detail-bai-viet-gioi-thieu table {
    border: none;
}

.detail-bai-viet-gioi-thieu table tbody tr>td:nth-child(1){
    border-right: 1px solid #d1d1d1;
}

.detail-bai-viet-gioi-thieu table tbody tr td {
    padding: 30px 50px;
    border: none;
}

.product-arc {
    background-color: rgba(216, 216, 216, .28);
    padding-bottom: 45px;
}

.cate-product-item {
    height: 100%;
    background: white;
}

.cate-product-item .post-info {
    text-align: center;
}

.cate-product-item .inner-image {
    /* padding: 2rem; */
}

.cate-product-item .inner-image img {
    object-fit: contain;
}

.cate-product-item .inner-content{
    padding: 13px 30px 20px 23px;
    background: #fff;
}

.cate-product-item .inner-content .p-title {
    margin-bottom: 6px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0;
    height: 54px;
    font-weight: bold;
}

.cate-product-item .inner-content .p-title a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.8px;
    color: #1a2a4e;
}

.cate-product-item .inner-content .body-text {
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 22px;
    color: rgba(141, 141, 141, 1);
    background: #fff;
}

.cate-product-item .btn-viewmore a{
    display: inline-block;
    font-size: 10px;
    line-height: 2.1;
    letter-spacing: 1.7px;
    color: #e8611a;
    text-transform: capitalize;
}

.kip-info-section .list-typ1 {
    display: block;
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.kip-info-section .list-typ1 li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 20px;
}

.kip-info-section .inner-main-title {
    color: #ef7721;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 15px 0 10px;
    text-transform: none;
    text-align: center;
}

.kip-info-section .list-typ1 li:before {
    content: "✓";
    font-family: FontAwesome;
    font-size: 15px;
    color: #1a2a4e;
    position: absolute;
    left: 4px;
    top: 0;
}

.kip-info-section .inner-title {
    color: #626262;
    font-size: 13px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: none;
    text-align: left;
    margin-top: 0;
}

.explore-title {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

.explore-section .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    
}

.btn-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.explore .btn-green {
    width: fit-content;
    font-size: 12px;
}

.explore {
    position: relative;
}

.explore img {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

.box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dsdm-home .title{
    color: white;
    margin-bottom: 5rem;
    padding-top: 3rem;
}

.dsdm-home .title:before{
    background-color: white;
}

.img-bg-dmsp {
    width: 100%;
    height: 424px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    opacity: 1;
    display: block;
    visibility: visible;
}

.text-banner-breadcrumb {
    color: white;
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.swiper-slide--wrap {
    left: unset;
    width: 100%;
}

.product-arc .entry-title.post-title, .ind-arc .entry-title.post-title {
    margin-bottom: 22px;
}

.entry-title.post-title:after {
    content: "";
    height: 3px;
    width: 50px;
    margin: auto;
    background-color: #1a2a4e;
    display: block;
    margin-top: 15px;
}

.entry-title {
    text-align: center;
    color: #1a2a4e;
    font-size: 16px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.mota-dmsp {
    font-size: 16px;
    text-align: center;
}

.block-contact .swiper-slider-main .swiper-slide img {
    min-height: 21rem;
} 

.block-contact .swiper-slide--tile {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

.block-contact .swiper-slide--description {
    letter-spacing: 2px;
    list-style-type: none;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
}

/*trang-danh-sach-san-pham*/

.widget-title {
    margin: 0;
    background: #1a2a4e;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "cantarell-bold";
    padding: 13px 20px;
    line-height: 20px;
}

/*.categories .categories-section {*/
/*    padding: 0 2rem;*/
/*}*/

li.has-child ul {
    border: none;
}

li.has-child ul li {
     border-bottom: 1px solid var(--gray);
}

.chitiet-mota-danhmuc .title-section {
    text-align: left;
    padding: 0;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 2.7px;
    color: rgba(26, 42, 78, 1);
    margin-bottom: 40px;
    background-color: #fff;
    font-weight: bold;
    position: relative;
}

.chitiet-mota-danhmuc .title-section:after{
    content: "";
    height: 3px;
    width: 50px;
    margin: auto;
    background-color: #1a2a4e;
    display: block;
    margin-top: 1rem;
    left: 0;
    position: absolute;
}

.chitiet-mota-danhmuc .noidungmota {
    color: #626262;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 55px;
    margin-top: 7px;
}

.product-item {
    background: rgba(216, 216, 216, .26);
}

.product-title {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #1a2a4e;
    text-transform: uppercase;
}

.product-content{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-right: 3rem;
}

.img-banner-breadcrumb img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.name-product-brcr {
    POSITION: ABSOLUTE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article-item.item-eqr-home {
    position: relative;
}
.article-item.item-eqr-home a{
    color: white !important;
}

.article-item.item-eqr-home .inner-content {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    padding-bottom: 20px;
    width: 100%;
}

.industry-content {
    padding-top: 5rem;
}

.cus-search,
.cus-language{
    display: flex !important;
    align-items: center;
}

.section-search {
    padding-left: 2rem;
    padding-right: 1rem;
}

.menu-section > ul > li {
    padding: 2rem;
    margin: 0 !important;
}

.menu-section > ul > li:hover>a{
    color: white;
}

.content-1-col {
    padding: 1px 50px 0px;
    line-height: 1.86;
    color: rgba(98, 98, 98, .8);
}

.post-about-us .content-1-col {
    padding: 1px 20px 0px;
    text-align: justify;
}

.post-about-us .row .col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.detail-bai-viet-gioi-thieu .row .col-12{
    padding: 0;
}


.post-our-vision .tag {
    color: white;
    font-style: normal;
}

.post-our-vision .content-1-col {
    color: white;
}

.post-our-vision .title {
    color: white;
}

.article-item {
    margin-bottom: 0;
}

.tag {
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #626262;
    margin-top: 5rem;
    padding: 0 10rem;
}

@media (max-width: 992px)  {
    .explore-title {
        font-size: 18px;
    }
    .block-contact .swiper-slide--tile {
        font-size: 18px;
    }
        
    .block-contact .swiper-slider-main .swiper-slide img {
        min-height: 27rem;
    }

    .explore img {
        height: 260px;
    }
        
    .tag {
        padding: 0;
    }
    .explore .btn-green {
        width: max-content;
        
    }
    .btn-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .section-search {
        padding-left: 0rem;
        padding-right: 1rem;
    }
    
    .product-item .inner-content {
        padding: 1rem;
    }
    .content-1-col {
            padding: 10px 20px;
    }
}

@media (min-width: 1000px)  {
    .menu-section .entry-menu.dropdown {
        width: max-content;
    }
    
    .menu-section .entry-menu.dropdown ul {
        width: max-content;
    }
    
    .header-top .menu-section > ul{
        position: relative;
    }
    
    .header-top .menu-section .position-relative {
        position: unset !important;
    }
}

@media (max-width: 1000px)  {
    .menu-section ul li a {
        height: auto;
    }
}


@media (min-width: 768px)  {
    .home .menu-section > ul > li > a {
        color: var(--white)
    }
    
    .menu-section .active {
        color: var(--color-highlight) !important; 
    }
    
    .menu-section > ul > li:hover .active{
        color: var(--white) !important;
    }
    
    .txt-left {
        border-right: 1px solid #d1d1d1;
        height: 100%;
    }
    
    .menu-section > ul > li:hover {
        background: var(--color-highlight);
    }
    
    .post-about-us .txt-left {
        border-right: none;
    }

}

.is-mobile .setting-menu .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.is-mobile.home .cus-search i {
    color: var(--black) !important;
}

.is-mobile.home .language-picker {
    color: var(--black) !important;
}

.is-mobile .banner-absolute {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
}

.is-mobile .pt-20 {
    padding-top: 10rem;
    }

.is-mobile .mt-20 {
    margin-top: 10rem;
}
  
.setting-menu.fixed .btn-menu-mobile {
      color: var(--color-main);
}

.industry-content .industry-txt {
    font-size: 16px;
    line-height: 1.63;
    text-align: center;
    color: rgba(98, 98, 98, .8);
    margin: 25px auto;
    max-width: 471px;
    margin-bottom: 0;
}

.popup-top-widget-outer {
    position: fixed;
    top: 2.5rem;
    right: 0;
    z-index: 99999;
}

.popup-top-widget-outer a {
    color: #fff;
}

.popup-top-widget-outer a {
    background: #ef7721;
    padding: 11px 15px 12px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    bottom: auto;
    box-shadow: -4px 0px 9px 0px rgb(255 255 255 / 50%);
    z-index: 99991;
    cursor: pointer;
    position: relative;
    font-weight: 700;
}

.is-mobile .menu-section > ul > li {
    padding: 0;
    margin: 0 !important;
}

.box-ul-cate .title-submenu{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 38px 30px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 25px;
    width: 100%;
    color: #fff;
}

.ul-menu-detail .col-4 {
    background: var(--color-main);
    padding-bottom: 2rem;
}

.ul-menu-detail {
    border: none !important;
}

.menu-section .entry-menu.dropdown li {
    border-bottom: none;
}

.menu-section .menu-link {
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.7rem 3.5rem 0.7rem 1rem;
}

.menu-section li:hover {
    background: var(--color-highlight);
}

.menu-section li:hover > a {
    color: var(--white) !important;
}

@media (min-width: 1200px) {
    .btn-menu-header {
        padding: 15px 30px;
        background-color: #228b22;
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
    }
}

.post-our-vision .detail-bai-viet-gioi-thieu > .article-detail > div {
    background: var(--color-main);
}

.slide-cate .box-slide .swiper-wrapper{
    display: flex;
}

.slide-cate .box-slide .swiper-wrapper .cate-product-item {
    height: auto;
}
  
.banner-absolute {
    position: absolute;
    top: -65%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.cate-product-item.dsdm-dsdmcon {
    border: 1px solid var(--gray);
}

.linhvuc-page .title-section {
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase !important;
    font-size: 1.75rem;
    text-align: left !important;
    font-weight: bold;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.product-image-detail .inner-image {
    padding-top: 70%;
}

.product-image-detail .inner-image img {
    object-fit: contain;
}
.product-content-detail .product-description ul {
    padding-left: 1.5rem;
}
.info-main {
    margin: 0 -1.5rem;
}
.color-text {
    color: var(--color-text) !important;
}
.social-share .list-social .btn-social a {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    border: 1px solid;
    justify-content: center;
    border-radius: 50%;
}
.product-detail-footer .nav li a.active::before {
    border: none;
    background: var(--color-highlight);
    width: 100%;
    height: 0.3rem;
    left: 0;
    bottom: -0.1rem;
}

.product-detail-footer .nav {
    justify-content: start;
}
.product-detail-footer .nav li {
    padding: 0 3rem;
}
.product-detail-footer .nav li a {
    padding: 1rem 0;
}
.article-detail img {
    max-width: 100%;
    height: auto;
}

.blog_table {
    width: 100%;
    border-color: #dddddd;
}

.blog_table tbody {
    background-color: #f9f9f9;
}

.blog_table th,
.blog_table td {
    padding: 8px;
    color: var(--color-highlight);
}

.blog_table tr th:nth-child(2),
.blog_table tr td:nth-child(2) {
    color: var(--color-highlight);
    max-width: 3.5rem;
    text-align: center;
}

.blog_table th {
    border-bottom: 2px solid #dddddd;
}

.blog_table a {
    color: var(--color-highlight);
}

.blog_table a:hover {
    color: var(--color-highlight);
    text-decoration: underline;
}

.box_view {
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    background-color: #999999;
    border-radius: 10px;
    font-weight: 600;
}

.blog_small {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.blog_small .title-section {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 10px 10px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .product-detail-footer .nav li:first-child {
        padding-left: 0;
    }
}
@media (max-width:992px) {
    .popup-top-widget-outer {
        top: 7rem;
    }
    .logo-section img {
        max-height: 5rem;
        height: auto;
    }
}
@media (max-width:767px) {
    .product-detail-footer .nav {
        justify-content: center;
    }
    
    .product-detail-footer .nav li a.active::before {
        opacity: 0;
    }
}

@media (max-width:320px) {
    .logo-section img {
        max-height: 4rem;
    }
    
    .btn-menu-mobile {
        font-size: 3rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
    
    .cus-language .language-switch>div {
        padding: 1rem !important;
    }
}


