/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
body {
    font-family: 'Roboto';
    font-size: 14px;
    color: #333333;
}
.list-all-product{
padding-bottom:30px;
}
.site-header {
    background: #333333;
}

.header-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #f7941d;
}

.site-header .menu-header ul a {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
}

.site-header .menu-header>ul {
    display: flex;
    height: 45px;
    align-items: center;
}

.site-header .menu-header>ul>li:hover {
    background: #f7941d;
}

.current-menu-item {
    background: #f7941d;
}

.site-header .menu-header>ul>li:hover ul {
    /* opacity: 1;
    overflow: visible;
    top: 100%; */
    /* display: block;
    transition: all 0.3s ease-in-out; */
}

.site-header .menu-header>ul>li ul {
    position: absolute;
    background: #333333;
    width: 168%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.site-header .menu-header>ul>li ul a:hover {
    background: #333333;
    color: #f7941d;
}

.site-header .menu-header ul li:hover .sub-menu {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}

.sub-menu {
    transition: all 0.5s ease-in-out;

}

.site-header .menu-header>ul>li ul a {
    justify-content: left;
    border-top: 1px solid #555555;
}

.site-header .menu-header>ul>li {
    border-right: 1px solid #555555;
    position: relative;
}

.site-header .menu-header>ul>li:first-child {
    border-left: 1px solid #555555;
}

.right-header {
    display: none;
}

.social-solution ul li img {
    border-radius: 50%;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.active-menu-bt .footer-phone,
.active-menu-bt .social-mess-bottom {
    display: block;
    z-index: 11 !important;
}

.active-menu-bt .footer-phone {
    width: 50px;
    height: 50px;
    background: #fff;
    left: 15px;
}

.list-img-lst .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
}

.active-menu-bt .footer-phone h3 {
    display: none;
}

.active-menu-bt .footer-phone img {
    width: 100%;
    height: auto;
}

.search-country {
    display: flex;
    align-items: center;
    height: 45px;
}

.search-country a {
    padding: 0 15px;
}

.search-country p {
    margin-bottom: 0;
    padding: 0 15px;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    display: flex;
    height: 100%;
    align-items: center;
}

.site-bottom .widget-title {
    padding: 55px 0 0;
    font-size: 18px;
    border-bottom: 1px dashed #6a6a6a;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.headquarters li a {
    font-size: 14px;
    line-height: 30px;
}

.site-bottom {
    background: #555555;
    color: #f7f7f7;
    padding: 0 0 30px;
    margin-top: 0;
}

.site-footer {
    padding: 0;
}

.container-footer {
    position: relative;
}

.social-bottom ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.copyright {
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
    line-height: 18px;
    max-width: 400px;
}

.copyright a:hover {
    color: #f7941d;
}

.copyright a {
    color: #fff;
}

.copyright .span-first {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
}

.footer-phone {
    display: flex;
    align-items: center;
    background: #f7941d;
    position: absolute;
    /* top: 50%; */
    left: 100px;
    /* transform: translateY(-50%); */
    border-radius: 5px;
    bottom: 30px;
    position: fixed;
    z-index: 1;
}

.ct-item-product {
    height: 128px;
}

.footer-phone h3 {
    color: #ffffff;
    font-size: 16px;
    padding: 0 15px;
    line-height: normal;
}

.container-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.social-mess-bottom {
    position: absolute;
    right: 15px;
    /* top: 50%;
    transform: translateY(-50%); */
    bottom: 30px;
    position: fixed;
    z-index: 1;
}

.contact-top iframe {
    width: 100%;
    min-height: 489px;
}

.site-contact .container {
    display: flex;
    gap: 40px;
    padding-top: 40px;
    margin-bottom: 85px;
}

.site-contact .contact-left {
    width: calc(50% - 20px);
    margin-top: 55px;
}

.site-contact .contact-right {
    width: calc(50% - 20px);
}

.site-bottom i {
    margin-right: 5px;
}

.contact-left-top a {
    text-align: center;
    display: block;
    margin-bottom: 70px;
}

.contact-left-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.contact-left-content p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact-left-content ul {
    margin-bottom: 15px;
}

.contact-left-content ul li {
    position: relative;
    font-size: 16px;
    color: #333;
}

.contact-left-content ul li a {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

.arrow {
    width: 10px;
    position: relative;
}

.arrow i {
    display: none;
}

.arrow::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    color: #fff;
}

.contact-left-content ul li i {
    font-size: 16px;
    color: #aaa;
    margin-right: 7px;
}

/*.contact-left-content ul li:first-child::after {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 0;
    color: #aaaaaa;
}

.contact-left-content ul li:last-child::after {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 0;
    color: #aaaaaa;
}

.contact-left-content ul li:nth-child(3)::after {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 0;
    color: #aaaaaa;
}*/

.contact-right p br {
    display: none;
}

.contact-right p label {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-right textarea::placeholder,
.contact-right p input::placeholder {
    color: #bbbbbb;
}

.contact-right textarea {
    width: 100%;
    height: 170px;
    resize: none;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    font-family: 'Roboto';
}

.contact-right p input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    font-family: 'Roboto';
}

.contact-right p {
    margin-bottom: 20px;
}

/* .contact-right .wpcf7-submit:hover {
    background: #f7791d;
} */

.contact-left-content ul li a:hover {
    color: #f7941d;
}

/* .contact-right .wpcf7-submit {
    width: 200px;
    height: 50px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    border: none;
    background: #f7941d;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
} */

.contact-right form>p {
    position: relative;
}

/* .contact-right form > p::after {
    content: "\f054";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-family:"Font Awesome 5 Free";
    color: #FFF;
} */

.wpcf7-response-output {
    margin: 15px 0 0;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 9px;
}

.contact-left-content {
    border-bottom: 1px dashed #aaaaaa;
}

.contact-left .info-mxh {
    margin-top: 30px;
}

.site-footer .social-bottom ul li:first-child img {
    width: 100%;
}

.site-footer .social-bottom img {
    height: 24px;
    width: 24px;
}

.site-introduce .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
}

.site-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-picture {
    width: 770px;
}

.banner-picture img {
    width: 100%;
}

.banner-content {
    width: calc(100% - 770px);
    padding-left: 30px;
}

.banner-top {
    padding: 50px 0;
    background: #f3f3f3;
    margin-top: 30px;
}

.title-pages {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #333333;
}

.title-h1 {
    margin-bottom: 30px;
}

.banner-right-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin-bottom: 0px;
}

.intro-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #333333;
    margin-bottom: 25px;
}

.intro-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #333333;
    margin-bottom: 10px;
}

.intro-content ul {
    list-style: disc;
    margin-bottom: 25px;
    padding-left: 35px;
}

.intro-content ul li {
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #333333;
}

.intro-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.intro-content p:last-child {
    margin-bottom: 0;
}

.container-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.container-content .intro-content {
    width: calc(100% - 270px - 30px);
}

.menu-content {
    width: 270px;
}

.container-content p img {
    width: 100%;
}

.title-border h2 {
    display: inline-block;
    border-bottom: 1px solid #f7941d;
    padding-bottom: 10px;
}

.title-border {
    position: relative;
}

.title-border::after {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #f3f3f3;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
}

.title-border {
    margin-bottom: 30px;
}

.container-content .title-border {
    margin-top: 55px;
}

.site-certificate .title-border,
.site-partner .title-border {
    margin-top: 45px;
}

.list-slider-certificate .title-slider {
    font-size: 18px;
    color: #333333;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.title-menu {
    display: flex;
    align-items: center;
    background: #f7941d;
    color: #fff;
    text-transform: uppercase;
}

.title-menu img {
    margin-right: 20px;
}

.container-content .site-overview .title-border {
    margin-top: 0;
}

.container-content {
    padding-top: 55px;
}

.menu-content ul {
    padding: 0 20px;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.menu-content ul li {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 20px;
    padding-top: 10px;
}

.menu-content ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.menu-content ul li a:hover,
#sibar-menu ul li a:hover {
    color: #ff4f01 !important;
}



.menu-content ul li a.active,
#sibar-menu ul li a.active {
    color: #ff4f01 !important;
}

.list-slider {
    position: relative;
}

/*.close-icon {
    display: none;
}*/

.menu-content ul li .active i,
#sibar-menu ul li .active i {
    color: #f7941d !important;
}

.menu-content ul li a:hover i,
#sibar-menu ul li a:hover i {
    color: #2f2d2b !important;
}

#sibar-menu ul li a:hover i {
    color: #f5922e !important;
}

.menu-content ul li a:hover {
    color: #ff4f01 !important;
}

.menu-content ul li a i {
    margin-right: 5px;
}

.menu-content ul li:last-child {
    border-bottom: none;
}

.item-solution .container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 100px 15px;
}

.item-solution.swap {
    background: #f3f3f3;
}

.site-solution-single .post-thumb {
    margin-bottom: 35px;
}

.item-solution.swap .img-igp {
    order: 2;
}

._2pi8 {
    padding: 0 !important;
}

/* .list-slider-project-active .owl-carousel .owl-nav.disabled {
    display: block;
} */

.item-solution .img-igp,
.item-solution .ct-igp {
    width: calc(50% - 15px);
}

.item-solution .ct-igp h3 {
    margin-bottom: 30px;
}

.item-solution .ct-igp p {
    line-height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-page .ct-nh-right p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.des-new {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-solution .btn-gp {
    border-radius: 5px;
    padding: 14px;
    margin-top: 25px;
}

.site-solution .breadcrumbs,
.site-introduce .breadcrumbs {
    margin: 40px 0 0;
}

.site-solution {
    position: relative;
}

.social-solution ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.social-solution ul a {
    display: flex;
}

/*.social-solution ul a img {
    opacity: 0.3;
}

.social-solution ul a img:hover {
    opacity: 1;
}*/

.news-page .ct-item-nh h4 {
    margin-bottom: 25px;
}

.news-page p.des-new {
    line-height: 24px;
}

.news-page .lst-nh-right {
    border-bottom: none;
}

.page-navigation.active {
    border-top: 1px solid #dddddd;
}
.menu-content ul{
    margin-left: 0;
}
.social-solution {
    position: fixed;
    right: 15px;
    transform: translateY(-50%);
    top: 60%;
    z-index: 100;
}

.content-single {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

#content {
    width: calc(100% - 270px - 30px);
}

#sibar-menu {
    width: 270px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.post-title {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    color: #333333;
    margin-bottom: 15px;
}

.entry-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.entry-content h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

.site-partner {
    margin-bottom: 85px;
}

/* .single .entry-content ul {
    list-style: disc;
} */

.single .entry-content ul li::before {
    border-radius: 50%;
}

.single .entry-content ul li {
    font-size: 16px;
    font-style: italic;
}

.single .entry-content h3 {
    margin-bottom: 10px;
}

#sibar-menu .title-category {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    position: relative;
    background: #f7941d;
    /* padding: 10px 0px; */
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

#sibar-menu .title-category::after {
    height: 100%;
    width: 46px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.list-related-mb {
    display: none;
}

.news-page .ct-nh-right h3 a:hover {
    color: #f7941d;
}

#sibar-menu .title-category5::after {
    background: url('../images/assets/icon-bong.png');
}

#sibar-menu .title-category4::after {
    background: url('../images/assets/icon-light.png');
}

#sibar-menu .title-category2::after {
    background: url('../images/assets/icon-home.png');
}

#sibar-menu ul {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    padding: 15px 20px 20px;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

#sibar-menu ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

#sibar-menu ul li a i {
    margin-right: 5px;
}

#sibar-menu ul li a:hover {
    color: #f7941d;
}

#sibar-menu .sidebar__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.share-mb {
    display: none;
}

#sibar-menu ul li {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 20px;
    padding-top: 10px;
}

#sibar-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#media_image-2 img {
    width: 100%;
}

#custom_html-5 iframe {
    width: 100%;
    height: auto;
}

.site-solution-single .list-tag ul a {
    font-size: 14px;
    font-style: italic;
    color: #999999;
}


.site-solution-single .list-tag ul a:hover {
    color: #f7941d;
}

.active-hihi {
    overflow: hidden;
    height: 100vh;
}

.project-active .owl-nav button {
    position: absolute;
    top: 41%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    transform: translateY(-50%);
}

.project-active .owl-nav .owl-next {
    right: -50px;
}

.project-active .owl-nav .owl-prev {
    left: -50px;
}

.project-active .owl-nav i {
    font-size: 36px;
}

.search-country-pc p img {
    width: 30px;
    height: 20px;
    object-fit: cover;
}

.site-brand a {
    width: 114px;
    height: 17px;
    display: flex;
}

.owl-nav i {
    transition: all 0.3s ease-in-out 0s;
}

.project-active img {
    height: 270px;
}

.project-active .title-slider a:hover {
    color: #f7941d;
}

.project-active .title-slider a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
    display: block;
}

.title-project-active {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-left: 60px;
    text-transform: uppercase;
    background: #f7941d;
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 30px;
}

.title-project-active::after {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/assets/icon-prj.png');
    content: "";
    width: 46px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.project-active {
    margin: 30px 0 75px;
}

._2p3a ._2lqg {
    overflow-y: hidden;
    border: none;
    max-height: 100px !important;
}

.item-download {
    margin-top: 35px;
}

.ct-item-download h4 {
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    margin-top: 15px;
    overflow: hidden;
}

.site-download .breadcrumbs {
    margin: 40px 0 0;
}

.list-download {
    /* border-bottom: 1px solid #dddddd; */
    padding-bottom: 35px;
}

.site-download .page-navigation {
    padding-bottom: 80px;
}

.item-download:hover h4 {
    color: #f7941d !important;
}

.site-404-page {
    padding: 100px 0;
}

.site-404-page .container {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.site-404-page .picture-404 {
    width: calc(50% - 15px);
}

.site-404-page .content-404 {
    width: calc(50% - 15px);
}

.content-404 h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
}

.content-404 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.content-404 p a {
    color: #f7941d;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.content-404 p a:hover {
    color: #f7941d;
}

.form-search input {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    font-style: initial;
}

.form-search form {
    position: relative;
}

.form-search button {
    display: flex;
    position: absolute;
    background: #f7941d;
    align-items: center;
    justify-content: center;
    border: none;
    height: 40px;
    width: 40px;
    align-items: center;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.contact-right form>p {}

.form-search button:hover {
    background: #f7791d;
}

.form-search button i {
    margin-right: 5px;
}

.item-project-search .img-search {
    display: flex;
    height: 165px;
}

.item-project-search .img-prj-search a img {
    width: 100%;
    height: 100%;
}

.ct-item-search h4 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    height: 48px;
    margin-top: 20px;
    overflow: hidden;
}

.item-project-search {
    margin-bottom: 30px;
    display: block;
}

.item-project-search:hover h4 {
    color: #f7941d;
}

.title-pages-search {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.site-search {
    width: 300px;
    margin: auto;
}

.site-search .form-search-header {
    position: relative;
}

.site-search p:first-child input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #333333;
    font-style: initial;
    border: 1px solid #aaa;
}


.site-search .form-submit button:hover {
    background: #f7791d;
}

.content-product .img-thumb-prd:hover {
    border: 1px solid #bbbbbb;
}

.list-project .ct-item-project {
    min-height: 148px;
}

.site-search .form-submit button i {
    color: #fff;
    font-size: 24px;
}

.site-main {
    position: relative;
}

.site-search-home {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    top: calc(100% + 5px);
    z-index: 111;
    display: none;
}

.hidden-pc {
    display: none;
}

#wrapper {
    position: relative;
}

.contact-top {
    position: relative;
}

.top-sg-left .post-thumb {
    background-size: contain;
}

.single-project .list-img-lst .item-img-pr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.site-contact-header {
    display: none;
}*/

#media_image-4 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    cursor: pointer;
}

#media_image-4 {
    height: 200px;
}

.close-icon i {
    position: absolute;
    font-size: 30px;
    color: #bbbbbb;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.site-overlay.active-menu {
    background: #fff;
    display: block;
    z-index: 10;
}

.site-footer .social-bottom ul li:first-child .link-dmca {
    display: block;
    width: 140px;
}

.site-footer .social-bottom ul li:first-child .link-dmca img {
    width: 100%;
}

.img-search img {
    object-fit: cover;
    width: 100%;
}

.site-overlay {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    display: none;
}

.list-search {
    border-bottom: 1px solid #dddddd;
}

.site-search-home.active,
.site-overlay.active {
    display: block;
    backdrop-filter: blur(3px);
}

.site-search-result {
    margin: 70px 0;
}

.ct-item-search a:hover {
    color: #f7941d;
}

.site-search>i {
    font-size: 24px;
    color: #fff;
    text-align: right;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.menu-bar {
    cursor: pointer;
    right: -30px;
    transform: translateY(-50%);
    display: none;
    position: relative;
}

.scroll-mb .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.scroll-mb .line-2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.scroll-mb .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.lines {
    width: 35px;
    height: 5px;
    border-radius: 50px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -2px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
}

.all-view {
    display: none;
}

.copyright br {
    display: none;
}

.contact-right form>p {
    margin-bottom: 0;
}

.site-search-home-sp {
    display: none !important;
}

.contact-left-content p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 27px;
}

.contact-left-content ul li p {
    display: inline;
}

.owl-carousel .owl-item img,
.img-search img,
.list-new-home .thumb-big img,
.item-nh-right img,
.item-project img,
.img-download img,
.site-solution .img-igp img,
.new-left img,
.img-item-other img {
    transition: all 0.5s ease-in-out 0s;
}

.lst-gp .img-igp {
    display: block;
}

.item-certificate:hover img,
.img-search img:hover,
.list-new-home .thumb-big img:hover,
.item-nh-right img:hover,
.list-new-page .new-left img:hover,
.site-solution .img-igp img:hover,
.img-item-other img:hover,
.owl-carousel .owl-item img:hover,
.item-project a:hover img,
.img-download:hover img,
.single-project .item-img-pr:hover img {
    transform: scale(1.05);
}

.single-project .list-img-lst .item-img-pr img:hover {
    transform: scale(1);
}

.top-product .owl-carousel .owl-item img:hover {
    transform: translate(-50%, -50%) !important;
}

.single-product .related-articles .item-related img:hover {
    transform: translate(-50%, -50%) !important;
}

.img-thumb,
.site-solution .img-igp,
.img-search,
.thumb-big,
.item-nh-right,
.img-item-other,
.img-igp {
    overflow: hidden;
    cursor: pointer;
}

.item-project .img-prj a {
    max-height: 226px;
}

.img-download {
    max-height: 380px;
}

.img-certificate,
.item-project .img-prj a,
.img-download,
.single-project .item-img-pr {
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.footer-phone:hover {
    background: #ff4f01;
}

/* .list-slider-partner .owl-item {
    border: 1px solid #dddddd;
} */

.item-certificate:hover h3 {
    color: #f7941d;
}

.list-slider-partner .owl-item:hover {
    border: #bbb;
}

.owl-carousel .owl-item .img-partner img {
    width: auto;
}

.img-partner {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    border: 1px solid #ddd;
}

.img-partner:hover {
    border: 1px solid #bbb;
}

.owl-carousel .owl-item .img-partner img:hover {
    transform: scale(1);
}

.item-solution .img-igp {
    max-height: 321px;
}

.news-page .thumb-big {
    height: 264px;
}

.news-page .item-rh {
    gap: 0;
}

.item-solution .bread:before {
    bottom: 9px;
}

.site-solution-single .bread:before {
    bottom: 9px;
}

.list-related .owl-nav i {
    font-size: 30px;
}

.sg-new .list-related .owl-nav .owl-next,
.sg-new .list-related .owl-nav .owl-prev {
    background: none;
}

.sg-new .list-related i {
    display: block !important;
}

.list-new-page #sibar-menu .sidebar__inner {
    margin-top: 55px;
}

.item-other ul li:hover span {
    color: #666
}

.item-other ul li a:hover {
    color: #f7941d;
}

.item-other h4 a:hover {
    color: #f7941d;
}

.ct-igp h3 a:hover {
    color: #f7941d;
    /* font-weight: 500; */
}

.owl-dots button:hover {
    background-color: #bbb !important;
}

.item-prd h3 a:hover {
    color: #f7941d;
}

.btn-gp:hover {
    color: #fff;
    background: #f7791d;
}

.item-project h4 a:hover {
    color: #f7941d;
}

.title-mb-prj {
    display: none;
}

.other-prj .owl-carousel {
    display: block;
}

.other-prj .owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

/* .project-active .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block; 
} */

.list-slider-partner .owl-nav i {
    font-size: 65px;
}

.list-slider-partner .owl-nav .owl-next {
    right: -75px;
}

.list-slider-partner .owl-nav .owl-prev {
    left: -75px;
}

.slider-home .owl-nav i {
    font-size: 72px;
}

.list-prd .owl-nav i {
    font-size: 72px;
}

.list-prd .owl-carousel .owl-item img:hover {
    transform: scale(1.05);
}

.ct-item-rv span {
    margin: 5px 0 10px;
}

.ct-item-rv p {
    line-height: 24px;
}

.grp-gp .owl-dots {
    left: 41%;
}

.list-new-home a {
    display: block;
}

.list-new-home .item-rh:nth-of-type(5),
.list-new-home .item-rh:nth-of-type(6) {
    border: none;
    padding-bottom: 0;
}

.list-new-home .click-view a {
    display: inline;
}

.btn-gp {
    padding: 14px;
}

.img-bgr {
    width: 100px;
}

.ct-item-nh {
    width: calc(100% - 100px);
}

.list-prd .img-thumb:hover {
    border: 1px solid #bbb;
}

.list-prd .img-thumb:hover img {
    transform: scale(1.05);
}

.item-prd p {
    line-height: 24px;
}

.list-prd .owl-nav .owl-next,
.list-prd .owl-nav .owl-prev {
    top: 27%;
}

.site-contact-header ul {
    display: flex;
    gap: 10px;
}

.list-slider-partner .owl-nav .owl-next {
    right: -75px;
}

.item-other ul li {
    margin-bottom: 0;
}

.list-slider-partner .owl-nav .owl-prev {
    left: -75px;
}

.item-project ul li a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-weight: 400;
    text-decoration: none;
}

.item-project ul li a:hover {
    color: #f7941d;
}

p.des-sec {
    margin-bottom: 45px;
}

.review .owl-carousel {
    display: block;
}

.fade-in-element {
    opacity: 0;
    animation: fade-in 1s ease-in forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.news-page .ct-item-nh h4 a:hover,
.ct-item-nh h4 a:hover {
    color: #f7941d;
}

.news-page .lst-nh-right .item-rh:first-child {
    display: flex;
}

.thumb-big img,
.item-nh-right img {
    width: 100%;
}

.list-new-home .item-nh-right img {
    height: 100%;
    object-fit: cover;
}

.ct-nh-right h3 a:hover {
    color: #f7941d;
}

.item-rh {
    gap: 25px;
    display: flex;
    border-bottom: 1px dashed #aaaaaa;
    padding-bottom: 10px;
}

.ct-item-nh h4 {
    margin-top: 15px;
}

.ct-nh-right p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-footer .social-mess-bottom img {
    width: 40px;
    height: 40px;
}

.breadcrumbs li a:hover {
    cursor: pointer;
    color: #f7941d;
}

.breadcrumbs li {
    color: #999999;
}

.contact-right form>p button {
    width: 200px;
    height: 50px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    border: none;
    background: #f7941d;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}

.slider-home .ct-sld h3 {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.slider-home .ct-sld h3:hover {
    color: #f7941d;
}

.btn-gp {
    border-radius: 5px;
}

.contact-right form>p button:hover {
    background: #f7791d;
}

.site-solution-single #sibar-menu .sidebar__inner {
    margin-top: 60px;
}

.wp-caption-text {
    color: #999999;
}

.list-new-home .click-view {
    display: none;
}

.all-view:hover {
    color: #fff;
}

.grp-tm .img-left a {
    /* height: auto; */
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
}

.grp-tm .img-left a:hover img {
    opacity: 0.5;
}

.btn-link img {
    opacity: 0.3;
}

.list-tag ul li a:hover span {
    color: #999;
}

.form-search-header button img {
    width: 18px;
    /* margin-right: 5px; */
}

.contact-right form>p {
    margin-bottom: 22px;
}

.language .arrow {
    display: none;
}

#menu-language>li span {
    display: none;
}

#menu-language .sub-menu span {
    display: none;
}

#menu-language .sub-menu {
    border-top: 1px solid #555555;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #333;
    padding: 15px;
    width: 100%;
    opacity: 0;
    height: 100%;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
}

#menu-language.active .sub-menu {
    opacity: 1;
    visibility: initial;

}

#menu-language {
    margin-bottom: 0;
    padding: 0 15px;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

#menu-language a img {
    display: none;
}

#menu-language .sub-menu span {
    color: #fff;
    padding: 0px 0px 0 21px !important;
}

#menu-language li a {
    position: relative;
}

#menu-language .sub-menu a {
    padding: 0;
    display: flex;
    align-items: center;
}

#menu-language .sub-menu li {
    margin: 0 0 8px 0;
}

#menu-language a::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/assets/icon-country1.png');
    width: 30px;
    height: 20px;
    background-size: contain;
    content: '';
    background-repeat: no-repeat;
}

html[lang="en-GB"] #menu-language a::after {
    background: url('../images/assets/en.jpg');
    background-repeat: no-repeat;
    background-size: contain;

}

#menu-language li>:hover.sub-menu {
    display: block;
}

#menu-language .sub-menu a::after {
    width: 30px !important;
    height: 20px !important;
}

#menu-item-715-en a::after {
    background: url('../images/assets/en.jpg');
    width: 22px !important;
    height: 15px !important;
    background-size: contain;
    background-repeat: no-repeat;
}

html[lang="vi"] #menu-item-715-vi {
    display: none;
}

html[lang="en-GB"] #menu-item-715-en {
    display: none;
}

html[lang="en-GB"] #menu-item-715-vi a::after {
    width: 30px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background: url('../images/assets/icon-country1.png');

}

html[lang="en-GB"] .is-vi {
    display: none;
}

html[lang="vi"] .is-en {
    display: none;
}

/* .site-contact-header {
    display: none !important;
} */

.site-contact-mobile {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.site-contact-mobile a {
    height: 50px;
    object-fit: cover;
    display: flex;
}

.contact-mb-left,
.contact-mb-right {
    display: flex;
    gap: 20px;
    position: fixed;
    bottom: 15px;
}

.social-bottom-lt {
    display: none;
}

.contact-mb-left {
    left: 15px;
}

.contact-mb-right {
    right: 15px;
}

.link-dmca {
    width: 300px;
}

.site-contact-mobile a img {
    width: 100%;
    object-fit: cover;
}

.site-footer {
    background: #333333;
}

.contact-mb-right a:last-child {
    opacity: .4;
    transition: all 0.3s ease-in-out;
}

.contact-mb-right a:last-child:hover {
    opacity: 1;
}

.contact-mb-right a:last-child:active {
    opacity: 1;
}

.site-contact-mobile {
    display: none;
}

.grp-search {
    position: relative;
}

.grp-search select {
    display: none;
}

.select-selected {
    background-color: #f7941d;
    position: relative;
}

.select-selected:after {
    position: absolute;
    content: "";
    background-image: url(../images/assets/area_2.png);
    right: 15px;
    width: 12px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}


/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    cursor: pointer;
    user-select: none;
    width: 170px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    padding: 0 10px;
    background-color: #fff;

}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #f7941d;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #f7941d;
    color: #fff;
}

.select-items div {
    border-top: none;
}

/* new code */
.site-header .menu-header .sub-menu li .sub-menu {
    left: 100%;
    width: 100%;
    border-left: 1px solid #555;
    transition: all 0.5s ease-in-out;
    opacity: 0 !important;
    visibility: hidden !important;
    top: 0;
    background: #555555;

}

.site-header .menu-header .sub-menu li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site-header .menu-header .sub-menu li:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;

}

.site-header .menu-header .sub-menu>li {
    position: relative;
}

.site-header .menu-header .sub-menu>li .arrow::after {
    transform: translateY(-50%) rotate(-90deg);
}


#sibar-menu ul .sub-cate{
    padding: 0;
    border: none;
    display: none;
}
.rst-wrap-cate{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.arr-cate i{
    font-size: 22px;
    position: relative;
    transform: rotate(90deg);
    cursor: pointer;
}
#sibar-menu ul li .sub-cate a{
    padding-left: 15px;
    position: relative;
}
#sibar-menu ul li .sub-cate a::after{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #d3d3d3;
    border-radius: 50%;
    content: '';
}
/* .arr-cate.arr-up i{
    transform: rotate(270deg);
} */
#sibar-menu ul li .sub-cate a.is-active::after{
    background: #f7941d;

}
#sibar-menu ul li .sub-cate a:hover::after{
    background: #f7941d;
}
.rst-wrap-cate:hover i{
    color: #f7941d;
}
.rst-wrap-cate:hover.class_chill{
    color: #f7941d;

}
#sibar-menu ul li .rst-wrap-cate.active a{
    color: #f7941d;

}
#sibar-menu ul li .sub-cate li{
    border: none;
    padding-bottom: 5px;
    padding-top: 5px;
}
#sibar-menu ul .sub-cate.rst-is-block{
    display: block;
}
#sibar-menu ul li .sub-cate a.is-active{
    color: #f7941d;

}
.category-description{
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.category-description p{
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
}
.category-description h2{
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
.category-description h3{
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
.category-description img{
    display: block;
}