a {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_btn_wrap {
    text-align: center;
    display: block;
    margin: 30px auto 0;
}

.inf_btn_wrap a:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #052263;
}

.inf_btn_wrap a {
    min-width: 142px;
    height: 42px;
    border-radius: 21px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    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;
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

li.line_hide,
.CRmb_ico,
#CRnewmove_search_mb {
    display: none !important;
}

/* Slider */
.inf_arrow {
    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: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    border: 1px solid #ffffff;
}

.inf_arrow.left {
    left: 50px;
}

.inf_arrow.right {
    right: 50px;
}

.inf_arrow:hover {
    background-color: #052263;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_dots ul.slick-dots li {
    margin: 0;
}

.inf_dots ul.slick-dots li button:before {
    line-height: normal;
}
.inf_dots ul.slick-dots li button{

}
.inf_dots ul.slick-dots {
    position: relative;
    margin: 10px 0 0;
    bottom: 0;
    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;
}

.inf_dots ul.slick-dots li.slick-active button:before {
    border: 1px solid #cfa170 !important;
    background-color: #cfa170 !important;
    opacity: 1;
}

.inf_dots ul.slick-dots li button:before {
    font-size: 10px;
    border-radius: 50%;
    color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #052161;
    background-color: #052161;
    opacity: 1;
    position: initial;
}

#CRlist_vision .inf_dots ul.slick-dots li button:before,
.home .home-4 .inf_dots ul.slick-dots li button:before {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

/* Footer */
#footer_logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Banner Default */
#inf_default_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 160px 0;
}

#inf_default_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: -o-linear-gradient(bottom, rgba(0, 25, 83, 0.6) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0) 52%), -o-linear-gradient(356deg, rgb(0 25 83 / 50%) 0%, rgb(6 35 101 / 50%) 100%);
    background-image: linear-gradient(to top, rgba(0, 25, 83, 0.6) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0) 52%), linear-gradient(-266deg, rgb(0 25 83 / 50%) 0%, rgb(6 35 101 / 50%) 100%);
}

#inf_default_banner .wrap {
    position: relative;
    z-index: 2;
}

#inf_default_banner h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

#inf_default_banner .breadcrumbs .divider,
#inf_default_banner .breadcrumb li.title_single cite {
    color: #ffffff !important;
}

#inf_default_banner #CRbreadcrumbs .breadcrumb {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#inf_default_banner .breadcrumb ul li cite {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

/* Home */
#inf_new_banner_home:hover .inf_arrow {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_new_banner_home .item_slide img {
    width: 100%;
    height: auto;
}

body .home-3 .tab-switcher ul li a {
    height: 60px;
    border-radius: 25px;
    padding: 0 20px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    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;
}

/* .home-3 .tab-switcher ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */
body .home-6 .projects-switcher .item .project .content {
    max-height: initial;
    overflow: unset;
    margin-bottom: 40px;
}
body .home-6 .projects-switcher .item .project .content li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 25px;
}
body .home-6 .projects-switcher .item .project .content ul{
    margin: 0;
}


/* Contact */
.inf_default_form .inf_default_row:not(:last-child) {
    padding-bottom: 19px !important;
}

.inf_default_form label {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 10px;
}

.inf_default_form input:not([type=submit])::placeholder,
.inf_default_form textarea::placeholder {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.inf_default_form input:not([type=submit]):focus,
.inf_default_form textarea:focus,
.inf_default_form input:not([type=submit]):hover,
.inf_default_form textarea:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    border-color: #001954;
}

.inf_default_form input:not([type=submit]), .inf_default_form textarea,.inf_default_form select {
    box-shadow: 0 0 24px transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgb(183 183 183 / 80%);
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    outline: none !important;
}

.inf_default_form input:not([type=submit]),.inf_default_form select {
    height: 40px;
    padding: 0 16px;
}

.inf_default_form textarea {
    padding: 18px 16px;
    height: 90px;
}

.inf_default_form input[type=submit]:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #052263;
}

.inf_default_form input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 142px;
    height: 42px;
    border-radius: 21px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: none !important;
}

.inf_default_form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.inf_row_full {
    width: 100%;
    padding: 0 15px;
}

.inf_row_half {
    padding: 0 15px;
    width: 50%;
}

#inf_contact_page #top_content {
    padding: 95px 0 0;
}

#inf_contact_page #top_content h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 38px;
    text-align: left;
    margin-bottom: 30px;
}

#inf_contact_page #top_content .officeContact li a i {
    margin: 0 0 0 5px;
}

#inf_contact_page #top_content .officeContact li:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: thin solid #dfdfdf;
}

#inf_contact_page #top_content .officeContact li a:hover {
    color: #d2a16f;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_contact_page #top_content .officeContact li a {
    color: #001a55;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_contact_page #top_content .officeContact li .wrap i {
    margin: 0 10px 0 0;
}

#inf_contact_page #top_content .officeContact li .wrap {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#inf_contact_page #top_content .officeContact li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
}

#inf_contact_page #top_content .custContContact {
    margin: 30px 0 0;
}

#inf_contact_page #top_content .custContContact li:not(:last-child) {
    margin-bottom: 5px;
}

#inf_contact_page #top_content .custContContact a:hover b {
    color: rgba(225,185,79,1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_contact_page #top_content .custContContact b {
    color: #333333;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_contact_page #top_content .custContContact a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
}

#inf_contact_page #top_content .formContact {
    box-shadow: 0 0 43px rgb(75 75 75 / 18%);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 65px 85px;
}

#inf_contact_page #top_content .left .content {
    width: 90%;
}

#inf_contact_page #top_content .formContact .title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#inf_contact_page #top_content .formContact .des {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    line-height: normal;
    margin: 0;
}

#inf_contact_page #top_content .formContact .inf_default_form ul {
    margin-top: 40px;
}

#inf_contact_page #bottom_content iframe {
    width: 100%;
    height: 600px !important;
}

/* News */
.inf_default_news_page .CRitem_term_blog .content.active:after {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
}

.inf_default_news_page .CRitem_term_blog .content.active .ico img,
.inf_default_news_page .CRitem_term_blog .content:hover .ico img {
    -webkit-filter: invert(12%) sepia(26%) saturate(6962%) hue-rotate(211deg) brightness(94%) contrast(100%);
    filter: invert(12%) sepia(26%) saturate(6962%) hue-rotate(211deg) brightness(94%) contrast(100%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_default_news_page .CRitem_term_blog .ico img {
    width: 40px;
    height: 40px;
    -webkit-filter: inherit;
    filter: inherit;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_default_news_page .CRitem_term_blog .ico {
    margin-bottom: 10px;
}

.inf_default_news_page .CRitem_term_blog .content.active h2,
.inf_default_news_page .CRitem_term_blog .content:hover h2 {
    color: #052365;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_default_news_page .CRitem_term_blog h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    /* text-transform: uppercase; */
    margin: 0;
}

.inf_default_news_page .CRitem_term_blog {
    width: 20%;
}

.inf_default_news_page .CRitem_term_blog .content:after {
    background-color: #062365;
    height: 2px;
}

.inf_default_news_page .CRitem_term_blog:hover {
    background-color: #ffffff !important;
}

.inf_default_news_page .CRitem_term_blog:first-child {
    border-left: 1px solid #e1e1e1;
}

.inf_default_news_page .CRitem_term_blog:last-child {
    border-right: 1px solid #e1e1e1;
}

.inf_default_news_page .CRstyle_arrow .customm_arrow:hover {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
    background-color: rgba(225,185,79,1);
    border-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.inf_default_news_page .CRstyle_arrow .customm_arrow {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 38px transparent;
    background-color: #ffffff;
    top: -70px !important;
}

.inf_default_news_page .customm_arrow i {
    color: #333333;
}

.inf_item_postSlide .wrap {
    border-radius: 10px;
    overflow: hidden;
}

/* Support */
#inf_support_page .CRlist_support_child h2 i {
    color: rgba(225,185,79,1);
    font-size: 30px;
}

#inf_support_page .CRlist_support_child .wrap {
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

#inf_support_page .CRlist_support_child ul {
    background-color: #ffffff;
}

#inf_support_page .CRlist_support_child ul li:hover a {
    color: rgba(225,185,79,1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_support_page .CRlist_support_child ul li.active a {
    color: rgba(225,185,79,1);
    font-weight: 700;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_support_page .CRlist_support_child ul li a i {
    font-size: 17px;
    color: #333333;
}

#inf_support_page .CRdefault_support_cont p {
    font-size: 15px;
    line-height: 23px;
}

#inf_support_page .CRlist_support_child h2 {
    height: 50px;
    background-image: -o-linear-gradient(356deg, #001953 0%, #062365 100%);
    background-image: linear-gradient(-266deg, #001953 0%, #062365 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
}

/* Projects */
.inf_item_project {
    padding: 5px;
}

.CRrow_term_bottom:not(.active_slider) .inf_item_project {
    width: 100% !important;
}

.inf_item_project .wrap {
    position: relative;
    border-radius: 10px 10px 10px 12px;
    overflow: hidden;
}

.inf_item_project .wrap>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.inf_item_project .thumbnail {
    width: 100%;
    height: 230px;
}

.inf_item_project .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.inf_item_project .content {
    background-color: #f1f1f1;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 10px;
}

.inf_item_project .box_title {
    padding: 19px 33px 0;
}

.inf_item_project .content .title {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 52px;
    height: 52px;
}

.inf_item_project .wrap:hover .inf_view_btn a {
    background-color: #062365;
}

.inf_item_project .inf_view_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.inf_item_project .inf_view_btn a {
    height: 45px;
    background-color: rgba(225,185,79,1);
    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;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    position: relative;
    padding: 0 30px 0 60px;
}

.inf_item_project .inf_view_btn a:before {
    content: '';
    background-color: #f1f1f1;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -15px;
    width: 30px;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

/* Single Project */
#inf_single_project {background: #fff;padding: 40px;}

#inf_single_project .left .content {
    width: 100%;
}

#inf_single_project .title_wrap {
}

#inf_single_project .title_wrap p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#inf_single_project .title_wrap h1 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
}

#inf_single_project .client_wrap p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0;
}

#inf_single_project .client_wrap b {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    width: 100%;
    display: block;
    margin: 15px 0 0;
}

#inf_single_project .client_wrap>div {
    padding: 15px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    width: 85%;
}

#inf_single_project .des_wrap {
    margin-top: 30px;
}

#inf_single_project .des_wrap p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

#inf_single_project .item_gal img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#inf_single_project .gallery_for {
    margin-bottom: 5px;
}

#inf_single_project .gallery_for .item_gal .wrap {
    height: 356px;
}

#inf_single_project .gallery_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
}

#inf_single_project .gallery_nav:after {
    content: '';
    width: 68px;
    height: 94px;
    background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    right: 5px;
}

#inf_single_project .gallery_nav:before {
    content: '';
    width: 67px;
    height: 94px;
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    left: 5px;
}

#inf_single_project .gallery_nav .item_gal {
    width: 25%;
    padding: 5px;
}

#inf_single_project .gallery_nav .item_gal .wrap {
    height: 94px;
}

#inf_single_project .inf_arrow i {
    font-size: 25px;
}

#inf_single_project .inf_arrow {
    opacity: 1;
    background-color: transparent;
    border: none;
    color: #ffffff;
}

#inf_single_project .inf_arrow.right {
    right: 0;
}

#inf_single_project .inf_arrow.left {
    left: 0;
}

/* Single News */
.inf_single_news .show_list {
    background-color: transparent;
    background-image: -o-linear-gradient(356deg, #001953 0%, #062365 100%);
    background-image: linear-gradient(-266deg, #001953 0%, #062365 100%);
}

.inf_single_news #CRlist_scroll_cont p {
    color: #000003;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inf_single_news #CRlist_scroll_cont p i {
    font-size: 25px;
    margin: 0 20px 0 0;
}

.inf_single_news .CRdef_list_scroll_cont .list {
    padding: 0 0 0 0;
}

.CRdef_list_scroll_cont .list a,
.CRdef_list_scroll_cont .list a span {
    color: #333333 !important;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35px;
    text-align: left;
}

.inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont p,
.inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont ul li,
.inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont ol li,
.inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont a {
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
}

.inf_single_news .CRdef_content_single .CRpost_cont h2,
.inf_single_news .CRdef_content_single .CRpost_cont h3,
.inf_single_news .CRdef_content_single .CRpost_cont h2 strong,
.inf_single_news .CRdef_content_single .CRpost_cont h3 strong,
.inf_single_news .CRdef_content_single .CRpost_cont h2 b,
.inf_single_news .CRdef_content_single .CRpost_cont h3 b {
    color: #333333 !important;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.inf_single_news #CRsingle_blog_related {
    padding: 0;
}

.inf_single_news .CRcustom_arrow_related .customm_arrow:hover {
    -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
    background-color: rgba(225,185,79,1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ffffff;
}

.inf_single_news .CRcustom_arrow_related .customm_arrow {
    color: #000000;
    -webkit-box-shadow: 0 0 38px transparent;
    box-shadow: 0 0 38px transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_single_news .item_post .item_cont_post:after {
    background-color: #062365;
}

.inf_single_news .item_post:hover .item_cont_post .content_item_cont_post h3 {
    color: #062365;
}

.inf_single_news #CRsingle_list_related {
    margin: -25px -15px;
}

.inf_single_news #CRsingle_blog_related .slick-list {
    padding: 20px 7px;
}

.inf_single_news #CRsingle_blog_related .item_post {
    padding: 7px;
}

.inf_single_news #CRsingle_blog_related .item_post .item_cont_post {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_single_news #CRsingle_blog_related .item_post:not(.slick-active) .item_cont_post {
    box-shadow: 0 0 38px transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_single_news .item_post .item_cont_post .content_item_cont_post h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 16.18px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 48.57px;
    height: 48.57px;
}

.inf_single_news .item_post .content_item_cont_post {
    padding: 25px;
}

.inf_single_news .item_post .item_cont_post .CRbox .author_post {
    font-weight: 700;
    word-break: break-word;
}

.inf_single_news .item_post .item_cont_post .CRbox p {
    font-size: 10px;
}

#CRsingle_blog_page.inf_single_news .CRstyle_title {
    font-size: 24px;
}

.inf_single_news .inf_btn_reg a {
    position: relative;
    height: 62px;
    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;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    border-radius: 0 0 3px 3px;
    background-image: linear-gradient(-266deg, #001953 0%, #062365 100%);
    padding: 0 120px 0 20px;
    overflow: hidden;
}

.inf_single_news .inf_btn_reg a img {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.inf_single_news .inf_btn_reg a:after {
    content: '';
    width: 99px;
    height: 62px;
    background-image: -o-linear-gradient(244deg, rgba(225,185,79,1) 0%, rgba(225,185,79,1) 100%);
    background-image: linear-gradient(-154deg, rgba(225,185,79,1) 0%, rgba(225,185,79,1) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    z-index: 1;
}

.inf_single_news .inf_btn_reg {
    margin: 50px 0 0;
}

/* Product Page */
#inf_primary_product_page {
    padding: 70px 0 90px;
}

#inf_primary_product_page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.inf_item_term_product {
    width: 33.33%;
    padding: 15px;
}

.inf_item_term_product .wrap {
    position: relative;
    box-shadow: 0 0 40px rgba(6, 34, 99, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.inf_item_term_product .wrap>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inf_item_term_product .thumbnail {
    height: 230px;
}

.inf_item_term_product .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inf_item_term_product .content {
    padding: 23px;
}

.inf_item_term_product .content h3 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 22px;
    height: 22px;
}

.inf_filter_product {
    box-shadow: 0 0 38px rgb(0 0 0 / 9%);
    background-color: #ffffff;
}

.inf_filter_product .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inf_filter_product .item_filter:first-child {
    border-left: 1px solid #e1e1e1;
}

.inf_filter_product .item_filter:last-child {
    border-right: 1px solid #e1e1e1;
}

.inf_filter_product .item_filter {
    width: 20%;
}

.inf_filter_product .item_filter {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #ffffff;
    border-right: 1px solid #ebebeb;
    padding: 0;
}

.inf_filter_product .item_filter .content {
    padding: 15px 10px;
    position: relative;
    width: 100%;
    height: 100%;
}

.inf_filter_product .item_filter .content a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.inf_filter_product .item_filter .ico {
    text-align: center;
    margin-bottom: 10px;
}

.inf_filter_product .item_filter .ico img {
    width: 40px;
    height: 40px;
    -webkit-filter: inherit;
    filter: inherit;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    object-fit: contain;
}

.inf_filter_product .item_filter h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.inf_filter_product .item_filter .content:after {
    content: '';
    background-color: #062365;
    height: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inf_filter_product .item_filter.active .content:after,
.inf_filter_product .item_filter:hover .content:after {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
}

.inf_filter_product .item_filter.active .ico img,
.inf_filter_product .item_filter .content.active .ico img,
.inf_filter_product .item_filter .content:hover .ico img {
    -webkit-filter: invert(12%) sepia(26%) saturate(6962%) hue-rotate(211deg) brightness(94%) contrast(100%);
    filter: invert(12%) sepia(26%) saturate(6962%) hue-rotate(211deg) brightness(94%) contrast(100%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.inf_filter_product .item_filter.active h2,
.inf_filter_product .item_filter .content.active h2,
.inf_filter_product .item_filter .content:hover h2 {
    color: #052365;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_list_product {
    padding: 75px 0;
}

#inf_list_product_load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3.5px;
}

.inf_item_product .wrap {
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    position: relative;
}

.inf_item_product {
    width: 33.3333%;
    padding: 3.5px;
}

.inf_item_product .thumbnail {
    width: 100%;
    height: 225px;
    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;
    padding: 20px 20px 0;
}

.inf_item_product .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.inf_item_product .content {
    padding: 20px 20px 15px;
}

.inf_item_product .content .title {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    height: 40px;
}

.inf_item_product .content .five_star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 12px;
}

.inf_item_product .content .five_star span {
    color: #ecca0f;
    padding: 0 2px;
}

.inf_item_product .content .total_review {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: right;
    margin: 0 0 0 10px;
    flex: 0 0 auto;
}

.inf_item_product .content .title_wrap {
    margin-bottom: 20px;
}

.inf_item_product .woocommerce-Price-currencySymbol {
    text-transform: lowercase;
}

.inf_item_product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inf_item_product .price p {
    display: none;
}

.inf_item_product .price span {
    color: #d0a372;
    color: red;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.inf_item_product .price ins {
    text-decoration: none;
}

.inf_item_product .price del span {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.inf_item_product .inf_btn_view {
    position: relative;
    height: 62px;
    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: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    border-radius: 0 0 3px 3px;
    background-image: linear-gradient(-266deg, #001953 0%, #062365 100%);
    padding: 0 120px 0 20px;
    overflow: hidden;
}

.inf_item_product .inf_btn_view img {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.inf_item_product .inf_btn_view:after {
    content: '';
    width: 40%;
    height: 62px;
    background-image: -o-linear-gradient(244deg, #d0a473 0%, rgba(225,185,79,1) 100%);
    background-image: linear-gradient(-154deg, #d0a473 0%, rgba(225,185,79,1) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    z-index: 1;
}

.inf_newsVid_product_page {
    padding-bottom: 85px;
}

.inf_newsVid_product_page .title {
    color: #333333;
    font-size: 35px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}

#inf_list_news_related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

#inf_list_news_related .slick-list {
    padding: 20px 5px;
    height: auto !important;
}

#inf_list_news_related .slick-list .inf_item_news:not(.slick-active) .wrap {
    box-shadow: 0 0 20px transparent;
}

.inf_item_news {
    width: 33.33%;
    padding: 10px;
}

.inf_item_news .wrap {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_news .wrap:hover {
    background-color: #001954;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_news .wrap>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inf_item_news .thumbnail {
    height: 245px;
}

.inf_item_news .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inf_item_news .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
}

.inf_item_news .wrap:hover .date_wrap {
    color: #ffffff;
    border-color: #ffffff;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_news .content .date_wrap {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    margin-right: 16px;
    text-align: center;
    border-right: 1px solid #021d5a;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #021d5a;
}

.inf_item_news .content .date_wrap .date {
    margin-bottom: 5px;
}

.inf_item_news .content .date_wrap .month {
    font-size: 11px;
    font-weight: 500;
}

.inf_item_news .wrap:hover .title {
    color: #ffffff;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_news .content .title {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin: 0;
    text-transform: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: 60px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

#inf_list_news_related .inf_arrow.left {
    left: -10px;
}

#inf_list_news_related .inf_arrow.right {
    right: -10px;
}

#inf_list_news_related .inf_arrow {
    opacity: 1;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}

#inf_list_video_related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

#inf_list_video_related .slick-list {
    padding: 20px 5px 30px;
    height: auto !important;
}

#inf_list_video_related .slick-list .inf_item_video:not(.slick-active) .wrap {
    box-shadow: 0 0 20px transparent;
}

#inf_list_video_related .inf_arrow.left {
    left: -10px;
}

#inf_list_video_related .inf_arrow.right {
    right: -10px;
}

#inf_list_video_related .inf_arrow {
    opacity: 1;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}

.inf_item_video {
    width: 33.33%;
    padding: 10px;
}

.inf_item_video .wrap {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_video .wrap:hover {
    background-color: #001954;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_video .wrap>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inf_item_video .thumbnail {
    height: 245px;
}

.inf_item_video .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.inf_item_video .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
}

.inf_item_video .wrap:hover .ico_wrap {
    color: #ffffff;
    border-color: #ffffff;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_video .content .ico_wrap {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    margin-right: 16px;
    text-align: center;
    border-right: 1px solid #021d5a;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: red;
}

.inf_item_video .wrap:hover .title {
    color: #ffffff;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_item_video .content .title {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin: 0;
    text-transform: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: 60px;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.inf_load {
    -webkit-filter: blur(90%);
    filter: blur(90%);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

/* Single Product */
.inf_single_product_page .CRcustom_meta_pd .detail_title {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    text-align: left;
}

.inf_single_product_page .CRcustom_meta_pd .CRcustom_qty {
    display: none;
}

body .inf_single_product_page #CRsingle_product_top .CRgr_btn_pd .CRconsulting_btn_pd_link,
body .inf_single_product_page #CRsingle_product_top .CRgr_btn_pd .CRconsulting_btn_pd {
    height: 50px;
    background-color: #001953;
    border: 1px solid #001953;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

body .inf_single_product_page #CRsingle_product_top .CRgr_btn_pd .CRinstallment_btn_pd,
body .inf_single_product_page #CRsingle_product_top .CRcustom_meta_pd .CRaddCart_btn_pd,
body .inf_single_product_page #CRsingle_product_top .CRbtn_ddvice {
    border: 1px solid #999999 !important;
}

body .inf_single_product_page .CRlist_tab_detail_pd li:hover a {
    background-color: rgba(225,185,79,1);
    color: #ffffff;
}

body .inf_single_product_page .CRlist_tab_detail_pd li a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

body .inf_single_product_page #CRcont_target .inf_title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px;
}

body .inf_single_product_page .CRinformation_pd .content li,
body .inf_single_product_page .CRinformation_pd .content p,
body .inf_single_product_page .CRcont_pd li,
body .inf_single_product_page .CRcont_pd p,
body .inf_single_product_page .CRpolicy_pd li,
body .inf_single_product_page .CRpolicy_pd p,
body .inf_single_product_page #CRsingle_product_center .CRcustom_content_pd .CRpost_cont p {
    color: #333333;
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    text-align: left;
}

body .inf_single_product_page .CRcustom_content_pd .title_contpd {
    color: #333333;
    font-size: 18px !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left;
    margin: 0;
}

body .inf_single_product_page .CRinformation_pd .CRtech_list {
    padding: 30px 0;
}

body .inf_single_product_page .CRinformation_pd .CRtech_list li.line_infor_pd p {
    background-color: transparent;
    color: #333333;
    font-size: 14px !important;
;
    font-weight: 400;
    line-height: 23px;
    padding: 0;
    text-align: left;
}

body .inf_single_product_page .CRinformation_pd .CRtech_list li {
    background: transparent;
}

body .inf_single_product_page .CRinformation_pd .content li:after,
body .inf_single_product_page .CRcont_pd li:after,
body .inf_single_product_page .CRpolicy_pdli:after {
    content: '-';
    background-color: transparent;
    border-radius: unset;
    position: absolute;
    top: 0;
    left: 0;
}

body .inf_single_product_page .CRinformation_pd .content li {
    padding-left: 10px;
}

body .inf_single_product_page #CRpolicy_target {
    padding: 30px 0 0;
}

body .inf_single_product_page #CRsingle_product_top:after,
body .inf_single_product_page #CRsingle_product_center:after {
    display: none;
}

body .inf_single_product_page #CRsingle_product_center {
    margin-bottom: 0;
    padding-bottom: 0;
}

body .inf_single_product_page .CRcustom_sidebar_pd .def_sub_title {
    color: #000000;
}

body .inf_single_product_page .CRnew_list_icon_def_pd {
    background-color: rgb(225 225 225 / 30%);
}

body .inf_single_product_page #slider_cont_pd .customm_arrow {
    display: none !important;
}

body .inf_single_product_page .CRnew_list_icon_def_pd .cont_icon_box_sec p {
    font-size: 11px;
}

body .inf_single_product_page .CRgr_item_pd_sidebar:hover {
    background-color: #001953;
}

body .inf_single_product_page .pd_sidebar_content .price.product_price_after del,
body .inf_single_product_page .pd_sidebar_content .price.product_price_after del span {
    font-size: 10px;
    color: #333333;
    text-decoration-color: #333333;
}

body .inf_single_product_page .pd_sidebar_content .price.product_price_after span {
    color: rgba(225,185,79,1);
    color: red;
    font-size: 16px;
    font-weight: 700;
}

body .inf_single_product_page .CRitem_product_sidebar .CRgr_item_pd_sidebar .pd_sidebar_view {
    height: 120px;
    border: 1px solid #e1e1e1;
    width: 40%;
}

body .inf_single_product_page .pd_sidebar_content {
    width: 60%;
}

body .inf_single_product_page .CRgroup_price_pd.price del p {
    margin: 0 10px 0 0;
}

body .inf_single_product_page .CRgroup_price_pd.price del {
    width: 100%;
    text-decoration: none;
}

body .inf_single_product_page .CRgroup_price_pd.price del,
body .inf_single_product_page .CRgroup_price_pd.price del span {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666 !important;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23px;
    text-align: left;
}

body .inf_single_product_page .CRgroup_price_pd.price del span {
    text-decoration-color: #333333;
    text-decoration-line: line-through;
}

body .inf_single_product_page .CRgroup_price_pd.price .CRmain_price,
body .inf_single_product_page .CRgroup_price_pd.price {
    width: 100%;
}

body .inf_single_product_page .CRgroup_price_pd.price del span bdi span {
    margin: 0;
}

body .inf_single_product_page .CRgroup_price_pd.price del span bdi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .inf_single_product_page .CRgroup_price_pd.price ins>span {
    margin: 10px 0 0;
}

body .inf_single_product_page .CRgroup_price_pd.price ins span {
    color: rgba(225,185,79,1);
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body .inf_single_product_page .CRcustom_meta_pd .CRgroup_title_pd {
    padding-bottom: 20px;
}

body .inf_single_product_page .gr_item_slider_nav:hover {
    border-color: rgba(225,185,79,1) !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

body .inf_single_product_page .slider_cont_pd .item_slider_nav .box .gr_item_slider_nav {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

body .inf_single_product_page #CRsingle_product_page .CRsingle_product {
    padding: 70px 0 100px 0;
}

body .inf_single_product_page .CRitem_product_sidebar:last-child {
    border: none;
}

/* About */
.inf_about_history .left,
.inf_about_history .right {
    padding: 0;
}

.inf_about_history .left .content {
    height: 100%;
}

.inf_about_history .left .content img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.inf_about_history .right .content {
    padding: 150px 0 140px 50px;
}

.inf_about_history .right .content h3 {
    color: #333333;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.inf_about_history .right .content .des p:last-child {
    margin-bottom: 0;
}

.inf_about_history .right .content .des p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
}

#inf_about.inf_about_history .right {
    padding-right: calc((100% - 1188px)/2);
}

#inf_history.inf_about_history .right {
    padding-left: calc((100% - 1110px)/2);
}

#inf_history.inf_about_history .right .content {
    padding: 71px 80px 75px 0;
}

#inf_history.inf_about_history .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#inf_vision_intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

#inf_vision_intro .CRstyle_title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

#CRlist_vision .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision {
    width: 50%;
    padding: 15px !important;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision:last-child {
    width: 100%;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision .wrap {
    padding: 40px 40px 50px;
    border-radius: 15px;
    background-color: rgb(2 15 42 / 20%);
}

#CRlist_vision .CRgr_item_vision.inf_item_vision img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision:last-child .content {
    text-align: center;
    width: 100%;
    display: block;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision:not(:last-child) .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 96px;
    height: 96px;
}

#CRlist_vision .CRgr_item_vision.inf_item_vision .content {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    opacity: 0.8;
}

#inf_partner_cert {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 400px;
}

#inf_partner_cert .CRstyle_title {
    color: #333333;
    font-size: 35px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#inf_partner {
    padding: 110px 0 0;
}

.inf_item_partner {
    width: 25%;
    padding: 0 8px;
}

.inf_item_partner .wrap {
    -webkit-box-shadow: -2px 2px 25px 1px rgb(5 34 99 / 14%);
    box-shadow: -2px 2px 25px 1px rgb(5 34 99 / 14%);
    border-radius: 8px;
    background-color: #ffffff;
    height: 130px;
    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;
}

.inf_item_partner img {
    width: 70%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
}

#inf_list_partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px;
}

#inf_list_partner .slick-list {
    padding: 20px 10px 30px;
}

#inf_list_partner .slick-list .slick-slide:not(.slick-active) .wrap {
    box-shadow: 0 0 20px transparent;
}

#inf_list_partner .inf_arrow.left {
    left: -40px;
}

#inf_list_partner .inf_arrow.right {
    right: -40px;
}

#inf_list_partner .inf_arrow {
    opacity: 1;
    background-color: transparent;
    font-size: 35px;
    color: #9e9e9e !important;
}

.inf_item_certification .img_personnel {
    padding: 0 !important;
}

#inf_list_certification_intro {
    width: 100%;
    margin: 0 auto;
}

#inf_list_certification_intro .inf_arrow.left {
    left: -40px;
}

#inf_list_certification_intro .inf_arrow.right {
    right: -40px;
}

#inf_list_certification_intro .inf_arrow {
    opacity: 1;
    background-color: transparent;
    font-size: 35px;
    color: #9e9e9e !important;
}

#inf_list_certification_intro .CRitem_certification .img_personnel img {
    /* transform: scale(0.9); */
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /* border: 7px solid; */
}

#inf_list_certification_intro .CRitem_certification .img_personnel {
    height: 450px !important;
}

#inf_list_certification_intro .CRitem_certification:hover .img_personnel:hover img {
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#inf_list_certification_intro .CRitem_certification .img_personnel:after {
    display: none !important;
}

.inf_intro_page #CRintro_home {
    padding: 0;
    background: transparent;
    padding-bottom: 340px;
}

.inf_intro_page #CRicos_intro_home {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.inf_ico_intro_home {
    width: 33.33%;
    padding: 15px;
}

.inf_ico_intro_home .wrap img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.inf_ico_intro_home .wrap p {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 38px;
    text-align: center;
    margin: 0;
}

.inf_intro_page #CRintro_home .content {
    position: absolute;
    box-shadow: -2px 2px 91px 1px rgb(5 34 99 / 14%);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 100px 70px 70px;
    top: -360px;
}

.inf_intro_page #CRintro_home .CRstyle_title {
    margin-bottom: 40px;
    font-size: 35px;
}

.inf_intro_page #CRworkshop_intro {
    padding: 340px 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inf_intro_page #CRworkshop_intro .CRstyle_title {
    margin-bottom: 40px;
    font-size: 35px;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop {
    margin: 0;
}

.inf_intro_page #CRworkshop_intro .inf_list_cont_workshop_wrap {
    box-shadow: -2px 2px 91px 1px rgb(5 34 99 / 14%);
    border-radius: 8px;
    background-color: rgb(255 255 255 / 30%);
    padding: 30px 10px;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item .content .cont p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    word-break: break-word;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item .content .cont {
    width: 100%;
    padding-left: 0;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item:first-child .content .cont p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item:after {
    background: rgb(92 92 92 / 40%);
    height: 50px;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item .content .cont p:not(:last-child) {
    margin-bottom: 10px;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 21.667%;
}

.inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item:first-child {
    width: 35%;
}

.inf_ico_intro_home:nth-child(1),
.inf_ico_intro_home:nth-child(2),
.inf_ico_intro_home:nth-child(4),
.inf_ico_intro_home:nth-child(5) {
    border-right: 1px solid #e1e1e1;
}

.inf_ico_intro_home:nth-child(1),
.inf_ico_intro_home:nth-child(2),
.inf_ico_intro_home:nth-child(3) {
    border-bottom: 1px solid #e1e1e1;
}

#inf_circle_utilities_destroy {
    display: none;
}

body .CRdef_content_single .CRpost_cont img {
    width: 100% !important;
}

body .CRpost_cont blockquote {
    background: #f2f2f2;
}

body .home-3::after {
    width: 100%;
}

/* ============== */
.hts-wrapper{position: relative;background: #dfdfdf;/* padding: 40px 0; */}
.hts-fixed-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: 3rem;
    height: 100%;
    width: 50%;
    background: #f5f5f5;
    z-index: 1;
}
#maps{height: 600px;position: relative;}
#maps iframe{width: 50%;height: 100% !important;position: absolute;right: 0;top: 0;}
.officeContact{max-height: 490px;overflow-y: auto;}
@media only screen and (max-width:1399px) {
    body.home .home-7 .process-slider .uk-slidenav {
        display: none;
    }
}

@media only screen and (max-width:1199px) {
    #inf_about.inf_about_history .right {
        padding-right: calc((100% - 960px)/2);
    }

    #inf_history.inf_about_history .right {
        padding-left: calc((100% - 960px)/2);
    }

    body #header #CRlogo img {
        width: auto;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    body .ico_submenu img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

    body #CRlog_mobile ul,
    body .newTopHead,
    body #CRnewmove_search_mb,
    body #CRgrmobile_ico .group_cart_head {
        display: none !important;
    }

    body .main_header .container .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body .main_header {
        padding: 10px 0;
    }

    body #CRlogo {
        margin: 0 !important;
        padding: 5px 0;
    }

    body header#header {
        height: 80px;
    }

    body #CRgrmobile_nav.active {
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    body #CRgrmobile_nav {
        background-color: #ffffff;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    }

    body #CRgrmobile_nav .close_submn {
        padding: 20px;
        border-bottom: 2px solid #fad6a4;
        background: rgb(222, 174, 124);
        background: -webkit-gradient(linear, left top, right top, from(rgba(222, 174, 124, 1)), to(rgba(250, 214, 164, 1)));
        background: -o-linear-gradient(left, rgba(222, 174, 124, 1) 0%, rgba(250, 214, 164, 1) 100%);
        background: linear-gradient(90deg, rgba(222, 174, 124, 1) 0%, rgba(250, 214, 164, 1) 100%);
        background: rgb(182, 125, 46);
        background: linear-gradient(90deg, rgba(182, 125, 46, 1) 0%, rgba(225, 185, 79, 1) 48%, rgba(244, 220, 129, 1) 100%);
    }

    body #header #mn_mobile #CRgrmobile_nav #CRmobile_nav li a {
        color: #000000 !important;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px !important;
    }

    body #header #mn_mobile #CRgrmobile_nav #CRmobile_nav li.active>a {
        color: #000000 !important;
        font-weight: 700;
    }

    body #header #mn_mobile #CRgrmobile_nav #CRmobile_nav #menu-main-menu>.menu-item-has-children {
        position: relative;
        border-bottom: 1px solid rgb(222, 174, 124) !important;
    }

    body #header #mn_mobile #CRgrmobile_nav #CRmobile_nav #menu-main-menu>.menu-item-has-children>span.show_menu {
        position: absolute;
        top: 10px;
        left: unset;
        right: 15px;
        background: #021c58;
        margin: 0;
    }

    body #header #mn_mobile #CRgrmobile_nav #CRmobile_nav .menu-item-has-children>a {
        padding: 0 30px 0 50px !important;
        width: 100%;
    }

    body #header #CRlog_mobile #CRhotline {
        background: rgb(222, 174, 124);
        background: -webkit-gradient(linear, left top, right top, from(rgba(222, 174, 124, 1)), to(rgba(250, 214, 164, 1)));
        background: -o-linear-gradient(left, rgba(222, 174, 124, 1) 0%, rgba(250, 214, 164, 1) 100%);
        background: linear-gradient(90deg, rgba(222, 174, 124, 1) 0%, rgba(250, 214, 164, 1) 100%);
        background: rgb(182, 125, 46);
        background: linear-gradient(90deg, rgba(182, 125, 46, 1) 0%, rgba(225, 185, 79, 1) 48%, rgba(244, 220, 129, 1) 100%);
    }

    body #footer_logo {
        max-width: initial !important;
        margin: 0 15px 0 0 !important;
    }

    body #footer_logo img {
        width: 100px;
        height: auto;
    }

    body .footer_top .row>.col-md-2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 20px;
    }

    body .ft_mn_right .content .item {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    body span.show_menu_mb i {
        color: #edc99e;
    }

    body .footer_bottom .box div {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body .home-2 .item .content .inner {
        max-width: 450px;
    }

    #inf_default_banner {
        padding: 100px 0;
    }

    #inf_default_banner h1 {
        font-size: 30px;
    }

    .inf_item_product {
        width: 33.33%;
    }
}

@media only screen and (max-width:1024px) {
    body .slider_cont_pd img{
        height: 100%;
        object-fit: contain;
    }

    body.home .home-3,
    body.home .home_loi_ich,
    body.home .home-5,
    body.home .home-2 {
        padding: 40px 0 0 !important;
        overflow-x: hidden;
    }

    body.home .home-7,
    body.home .home-8,
    body.home .home-4 {
        padding: 40px 0 !important;
        overflow-x: hidden;
    }

    body.home .home-3,
    body.home .home-8,
    body.home .home-5 {
        overflow-x: initial !important;
    }

    body.home .home-6 {
        margin-top: 0;
        overflow-x: hidden;
    }

    body.home .home-2 .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    body.home .home-2 .item .img {
        padding-top: 40%;
    }

    body.home .home-2 .item .content {
        padding: 30px 45px !important;
    }

    body.home .home-2 .uk-slidenav.uk-position-center-right,
    body.home .home-2 .uk-slidenav.uk-position-center-left {
        margin-top: 0;
        top: 43%;
    }

    body.home .home-2 .uk-slidenav.uk-position-center-left {
        left: 20px;
    }

    body.home .home-2 .uk-slidenav.uk-position-center-right {
        left: unset;
        right: 5px;
    }

    body.home .home-2 .item .content .inner {
        max-width: 100%;
        padding: 0;
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.home .home-2 .uk-grid {
        margin-left: 0;
    }

    body.home .home-2 .item .content .fullcontent ul {
        margin-bottom: 0;
    }

    body.home .home-2 .item .content .fullcontent,
    body.home .home-2 .item .content .brief,
    body.home .home-2 .item .content .title {
        width: 100%;
    }

    body.home .round .group_content {
        top: 40%;
        width: 70%;
        padding: 0 30px;
    }

    body.home .round .group_content .title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:992px) {
    .inf_about_history .left .content {
        height: 350px;
    }

    #inf_about.inf_about_history .right {
        padding: 0 !important;
    }

    #inf_history.inf_about_history .right .content,
    .inf_about_history .right .content {
        padding: 40px 20px;
    }

    .inf_about_history .right .content h3 {
        font-size: 25px;
    }

    .inf_item_product {
        width: 50%;
    }

    body.home .utilities {
        display: none;
    }

    body.home .home_loi_ich .section-title {
        margin-bottom: 30px;
    }

    body.home .home_loi_ich {
        padding-bottom: 40px !important;
    }

    body.home .home_loi_ich .inf_arrow {
        opacity: 1;
        background: #062364;
        color: #ffffff !important;
    }

    body.home .home_loi_ich .inf_arrow.left {
        left: -50px;
    }

    body.home .home_loi_ich .inf_arrow.right {
        right: -50px;
    }

    #inf_circle_utilities_destroy {
        display: block;
    }

    .item_utilities_destroy {
        border: 2px solid #d2b76e;
        /* background-image: linear-gradient(to bottom, rgba(55, 129, 155, 0) 0%, #1c4f89 83%, #174683 88%); */
            background-image: linear-gradient(to bottom, rgb(4 36 106) 0%, #04246a 83%, #04246a 88%);
        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;
        border-radius: 20px;
    }

    .item_utilities_destroy .wrap {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
    }

    .item_utilities_destroy .icon:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: #102b4e;
        border-radius: 50%;
        z-index: 2;
    }

    .item_utilities_destroy .icon {
        width: 70px;
        height: 70px;
        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;
        border-radius: 50%;
        background-image: linear-gradient(80deg, #e2cc72 0%, #8e6c2e 47%, #8e680d 72%, #e2cc72 100%), linear-gradient(-232deg, #e2cc72 0%, #8e6c2e 47%, #a2770f 72%, #e2cc72 100%);
        position: relative;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        margin-bottom: 30px;
    }

    .item_utilities_destroy .icon div {
        background-image: -o-linear-gradient(324deg, #e2cc72 0%, #8e6c2e 47%, #a2770f 72%, #e2cc72 100%);
        background-image: linear-gradient(-234deg, #e2cc72 0%, #f6cd83 47%, #a2770f 72%, #e2cc72 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        z-index: 4;
    }

    .item_utilities_destroy .icon img {
        width: 50%;
        height: 50%;
        object-fit: contain;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        margin: 0 auto;
    }

    .item_utilities_destroy .des {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 24px;
        text-align: center;
        width: 100%;
    }

    .item_utilities_destroy .title_wrap {
        width: 100%;
        text-align: center;
        padding: 15px 0 0;
        margin: 15px 0 0;
        position: relative;
        overflow: hidden;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        color: #ffffff;
    }

    body.home .home-5 .swiper-slide {
        padding: 0 10px;
    }

    body.home .home-5 .partner-slider {
        padding: 0 30px;
    }

    body.home .slider-6 .customm_arrow {
        width: 30px;
        height: 30px;
        background: #ffffff;
        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;
        border-radius: 50%;
        z-index: 4;
    }

    body.home .home-3::after {
        display: none;
    }

    body.home .home-6 .project .group_content {
        width: 100%;
        padding-bottom: 60px;

        position: static;
        border-radius: 0 0 8px 8px;
    }

    body.home .home-6 .projects-switcher .item .project .name a {
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        height: 48px;
        max-height: 48px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    body.home .home-6 .projects-switcher .item .project .content {
        font-size: 11px;
        line-height: 24px;
    }

    body.home .home-6 .projects-switcher .item .project .content li p{
        max-height: 24px;
    }

    body.home .home-7 .group_content .title .icon img {
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    body.home .home-7 .group_content .title .text {
        font-size: 25px;
        line-height: normal;
    }

    #inf_default_banner {
        padding: 50px 0;
    }

    #inf_default_banner h1 {
        font-size: 20px;
    }

    #inf_contact_page #top_content .left .content {
        width: 100%;
        margin: 0 0 40px;
    }

    #inf_contact_page #top_content h2 {
        font-size: 20px;
    }

    #inf_contact_page #top_content {
        padding: 40px 0 0;
    }

    #inf_contact_page #bottom_content iframe {
        height: 400px !important;
    }

    #CRsingle_blog_page.inf_single_news .CRstyle_title {
        font-size: 30px;
    }

    .inf_single_news #CRlist_scroll_cont p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    #CRsingle_blog_content #CRsingle_blog_author,
    #CRlist_scroll_cont {
        padding: 20px !important;
    }

    .CRdef_list_scroll_cont .list a {
        font-size: 12px !important;
        line-height: 20px !important;
        text-transform: uppercase;
    }

    .CRdef_list_scroll_cont .list a span {
        font-size: 13px;
        line-height: 24px;
    }

    .inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont td,
    .inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont p,
    .inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont ul li,
    .inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont ol li,
    .inf_single_news #CRsingle_blog_content .CRdef_content_single .CRpost_cont a {
        font-size: 13px;
        line-height: 20px;
    }

    .inf_single_news .CRdef_content_single .CRpost_cont h2,
    .inf_single_news .CRdef_content_single .CRpost_cont h3,
    .inf_single_news .CRdef_content_single .CRpost_cont h2 strong,
    .inf_single_news .CRdef_content_single .CRpost_cont h3 strong,
    .inf_single_news .CRdef_content_single .CRpost_cont h2 b,
    .inf_single_news .CRdef_content_single .CRpost_cont h3 b {
        font-size: 15px;
    }

    #inf_single_project .left .content {
        width: 100%;
        margin: 0 0 30px;
    }

    #inf_single_project {
        padding: 20px;
    }

    #inf_single_project .title_wrap {
        margin: 0 0 30px 0;
    }

    #inf_single_project .title_wrap h1 {
        font-size: 25px;
        line-height: normal;
    }

    .CRlist_term_blog .inf_dots ul.slick-dots {
        margin: 10px 0 0;
    }

    .inf_item_term_product {
        width: 50%;
    }

    .inf_item_product .content .title,
    .inf_item_product .price span,
    .inf_item_product .price,
    .inf_item_product .price del span {
        font-size: 11px;
    }

    .inf_item_product .price span,
    .inf_item_product .price,
    .inf_item_product .price del span {
        line-height: normal;
    }

    .inf_newsVid_product_page .title {
        font-size: 25px;
    }

    .inf_filter_product .item_filter .ico img {
        margin: 0 auto;
    }

    .inf_filter_product .wrap {
        margin: 0 !important;
    }

    .inf_filter_product {
        padding: 30px 0 10px;
    }

    body .inf_single_product_page .CRlist_tab_detail_pd li a {
        font-size: 10px;
    }

    body.tax-product_cat .fancybox-slide {
        height: 60%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #inf_partner_cert .CRstyle_title,
    #CRcertification_intro .CRstyle_title,
    #inf_vision_intro .CRstyle_title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    #inf_vision_intro {
        padding: 40px 0;
    }

    #CRlist_vision .CRgr_item_vision.inf_item_vision {
        width: 100%;
    }

    #CRlist_vision .CRgr_item_vision.inf_item_vision .content {
        margin: 0 !important;
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important;
    }

    #inf_partner {
        padding: 40px 0 20px;
    }

    #inf_list_certification_intro {
        width: 100%;
    }

    #inf_list_certification_intro .CRitem_certification {
        min-height: auto;
    }

    #inf_list_certification_intro .CRitem_certification .img_personnel {
        height: 250px !important;
    }

    #inf_list_certification_intro .inf_arrow.right {
        right: -20px;
    }

    #inf_list_certification_intro .inf_arrow.left {
        left: -20px;
    }

    .inf_ico_intro_home {
        width: 50%;
        border: none !important;
    }

    .inf_intro_page #CRintro_home .content {
        width: 100%;
        padding: 50px;
        position: initial;
        top: unset;
    }

    .inf_intro_page #CRintro_home {
        padding: 0 0 40px;
        background: #eef3fe;
    }

    #inf_partner_cert {
        padding-bottom: 0;
    }

    .inf_intro_page #CRworkshop_intro {
        padding: 50px 0;
    }

    .inf_ico_intro_home .wrap p {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 48px;
        height: 48px;
    }

    .inf_intro_page #CRworkshop_intro .CRstyle_title,
    .inf_intro_page #CRintro_home .CRstyle_title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item .content .cont {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding-left: 0;
        text-align: center;
    }

    .inf_intro_page .CRlist_cont_workshop .item .content {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .inf_intro_page #CRworkshop_intro .CRlist_cont_workshop .item .content .cont p {
        font-size: 13px;
        text-align: center;
    }

    #inf_partner .inf_dots ul.slick-dots {
        margin: 0 0 0;
    }

    #CRcertification_intro .inf_dots ul.slick-dots {
        margin: 20px 0 0;
    }
}

@media only screen and (max-width:767px) {
    .hts-fixed-wrap{
        position: relative;
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .officeContact{max-height: 300px;}
    #maps iframe{width: 100%;}
    body.home .home-6 .mobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .home-3 .tab-switcher .swiper-container{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    body .home-3 .tab-switcher ul li a{
        font-size: 12px;
        padding: 0 10px;
        height: 40px;
        box-shadow: unset;
        line-height: 16px;
    }
    #inf_circle_utilities_destroy .content.inf_list_circle_content {
        padding-bottom: 15px;
        margin-bottom: 0;
    }

    #inf_new_banner_home ul.slick-dots{
        bottom: 0;
    }

    #inf_new_banner_home .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    #inf_new_banner_home .slick-dots li.slick-active button:before,
    #inf_new_banner_home .slick-dots li button:before{
        color: #fff;
    }

    #inf_new_banner_home .slick-dots li.slick-active button:before{
        opacity: 1;
    }

    .home-2 .item .content .fullcontent ul li .small-text {
        font-size: 10px;
    }

    body .home-6 .projects-switcher .item:not(.slick-active) .project .group_content{
        opacity: 1 !important;
    }

    body #inf_new_banner_home .item_slide img {
        /*height: 250px;*/
        object-fit: cover;
    }
    body .inf_single_product_page .CRlist_tab_detail_pd li {
        width: 50%;
    }

    #CRsingle_blog_page.inf_single_news .CRstyle_title {
        font-size: 18px;
        line-height: 28px;
    }

    body #header #mn_mobile #CRgrmobile_nav #CRmobile_nav #menu-main-menu>.menu-item-has-children>ul.sub-menu {
        right: 0 !important;
    }

    body #header .main_header.fixed_header #CRlogo img {
        width: auto;
        height: 30px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    body.home .home-2 .item .content .fullcontent ul li .number {
        font-size: 15px;
    }

    body.home .home-2 .item .content .icon {
        margin-bottom: 10px;
    }

    body.home .home-2 .item .content .icon img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    body.home .home-2 .item .content .brief {
        margin-bottom: 20px;
    }

    body.home .home-2 .item .content .fullcontent ul li:nth-child(even) {
        padding-left: 15px;
    }

    body.home .home-2 .item .content .fullcontent ul li {
        margin-bottom: 15px;
    }

    body.home .section-title h2,
    body.home .section-title h1,
    body.home .section-title h3 {
        font-size: 20px;
        line-height: normal;
    }

    /* body.home .home-3 .tab-switcher .swiper-container,
    body.home .home-7 .tab-switcher .swiper-container {
        width: 100%;
        margin: 0 !important;
    }
    
    body.home .home-3 .tab-switcher ul ,
    body.home .home-7 .icon-slider .swiper-wrapper{
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 0 !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    body.home .home-3 .tab-switcher ul li.swiper-slide,
    body.home .home-7 .icon-slider .swiper-container .swiper-slide {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: 0 !important;
        padding: 8px;
    } */

    .home-7 .icon-slider .swiper-container {
        padding-bottom: 20px;
    }

    body.home .home-7 .icon-slider .item .content {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    body.home .home-7 .icon-slider .item .content .text,
    body.home .home-6 .btn-all {
        height: 40px;
        font-size: 10px;
        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;
        padding: 0 15px;
    }

    body.home .home-2 .heading-right,
    body.home .home-6 .heading-right {
        max-width: 100%;
        overflow-x: inherit;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    body.home .home-3 .product-item .img {
        /* padding-bottom: 59%; */
    }

    body.home .home-4 .caption .number {
        font-size: 25px;
    }

    body.home .section-title.section-title-white p {
        color: #ffffff;
    }

    body.home .section-title p {
        color: #666666;
        font-size: 11px;
        text-align: center;
    }

    body.home .home-2 .item .content .fullcontent ul li {
        width: 50% !important;
    }

    body.home .home-2 .item .content .fullcontent ul li .number small {
        font-size: 10px;
        margin: 0 0 0 5px;
    }

    body.home .home-4 .icon img {
        margin: 0 auto;
    }

    body.home .home-4 .slick-slide {
        margin: 0;
    }

    #inf_contact_page #top_content .officeContact li p,
    #inf_contact_page #top_content .custContContact a {
        font-size: 13px;
    }

    #inf_loadmore_post {
        margin: 0;
    }

    .CRcont_post.box_cont_post_slider .CRbox p:nth-child(2) {
        display: none;
    }

    .CRcont_post.box_cont_post_slider .CRbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
}

@media only screen and (max-width:454px) {
    #inf_contact_page #bottom_content iframe {
        height: 300px !important;
    }

    #inf_contact_page #top_content h2 {
        font-size: 18px;
        line-height: normal;
    }

    #inf_contact_page #top_content .formContact {
        padding: 20px;
    }

    #inf_contact_page #top_content .formContact .title {
        font-size: 15px;
    }

    #CRsingle_blog_related .title {
        font-size: 20px !important;
    }

    .inf_item_term_product {
        width: 100%;
    }

    .inf_item_product {
        width: 100%;
    }

    .inf_item_product .thumbnail {
        height: 180px;
    }

    .inf_item_product .price del span,
    .inf_item_product .price,
    .inf_item_product .price span {
        font-size: 14px;
    }

    .inf_newsVid_product_page .title {
        font-size: 20px;
    }

    .inf_newsVid_product_page {
        padding-bottom: 40px;
    }

    .inf_filter_product .item_filter h2 {
        font-size: 11px;
    }

    .inf_about_history .left .content {
        height: 250px;
    }

    .inf_intro_page #CRintro_home .content {
        padding: 20px;
    }
}