.row:before, .row:after {
    display: none !important;
}

.hl-pagination {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.nav-links {
    display: flex;
    justify-content: center;
}

.navigation.pagination {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}

.navigation.pagination .screen-reader-text {
    display: none;
}

.navigation.pagination .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}

.navigation.pagination .page-numbers {
    background: #ffffff;
    color: #000;
    padding: 8px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}

.navigation.pagination .page-numbers:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.navigation.pagination .page-numbers.next:after {
    
}

.navigation.pagination .page-numbers.prev:after {
 
}

.navigation.pagination .page-numbers.current {
    background: #fb7a1c;
    color: #fff;
    border: 1px solid #fb7a1c;
}

ul.woocommerce-mini-cart.cart_list li {
    float: left;
    width: 100%;
}

ul.woocommerce-mini-cart.cart_list li>a, ul.woocommerce-mini-cart.cart_list li>.quantity {
    float: left;
}

ul.woocommerce-mini-cart.cart_list li>a {
    width: 20%;
}

ul.woocommerce-mini-cart.cart_list li>a.remove {
    width: 5%;
}

ul.woocommerce-mini-cart.cart_list li>.quantity {
    width: 75%;
    text-align: right;
}

ul.woocommerce-mini-cart.cart_list li>.quantity .name {
    font-weight: bold;
}

.woocommerce-page ul.cart_list li img {
    width: 60px !important;
    height: 60px !important;
    float: left;
    margin-right: 10px;
}

.woocommerce-mini-cart__buttons {
    text-align: center;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
}

.woocommerce-mini-cart__buttons > a {
    display: block;
    margin: 0 auto;
    background: #F62D3E;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.woocommerce-mini-cart__buttons > a.checkout {
    color: #474C5F;
    background: #EBEBEB;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #F62D3E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .quantity .qty {
    width: auto;
    padding: 0;
}

.woocommerce-products-header .woocommerce-products-header__title {
    padding-top: 0;
    margin-top: 0;
}

.category-gallery img {
    width: 100%;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: transparent;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #EBEBEB;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs .splide__arrows {
    position: absolute;
    display: contents;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #EBEBEB;
}

.entry-summary .price ins {
    text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f62d3e;
}

.woocommerce .entry-summary .quantity .qty {
    height: 40px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering select {
    height: 34px;
}

.woocommerce-cart-form th, .woocommerce-cart-form td {
    border-left-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 40px;
}

.pagination_pagetemplate {
    display: flex;
    justify-content: center;
}

.pagination_pagetemplate .page-numbers {
    background: #ffffff;
    color: #000;
    padding: 9px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}

.pagination_pagetemplate .page-numbers.current {
    background: #fb7a1c;
    color: #fff;
    border: 1px solid #fb7a1c;
}

.pagination_pagetemplate .screen-reader-text {
    display: none;
}

.pagination_pagetemplate .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}

.pagination_pagetemplate .page-numbers:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pagination_pagetemplate .page-numbers.next:after {
   
}

.pagination_pagetemplate .page-numbers.prev:after {
    
}

.bread-crumb {
}

.bread-crumb p {
    margin: 0;
}

footer .back-to-top {
    position: fixed;
    bottom: 50px;
    right: -50px;
    z-index: 100;
    transition: all .5s ease-out;
    cursor: pointer;
    height: 36px;
    width: 36px;
    color: #fff;
    text-align: center;
}

footer .back-to-top.display {
    right: 20px;
}

footer .back-to-top .fa {
    font-size: 20px;
    line-height: 45px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*HEADER*/
.header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header_main {
    background: #fff;
}

.header.absolute .header_main {
    background: #fff0;
}

.logo__header_main {
    position: relative;
    text-align: center;
    margin: 20px 0 10px 20px;
}

.logo__header_main img {
    max-width: 150px;
}

.header_bottom {
    border-bottom: 1px solid #ededed;
}

.header_bottom .nav_main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header_bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.header_bottom .menu__header_main {
    position: relative;
}

.header_bottom .nav_main #search_button {
    color: #b4b4b4;
    margin-left: 7px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 10px;
    font-size: 11px;
    cursor: pointer;
}

#search_form {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    display: none;
    z-index: 999;
}

#search_form form {
    margin-bottom: 0;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

#search_form form input[type="search"] {
    background: #000;
    border: 0;
    color: #e2e2e2;
}

#search_form form input[type="search"]::placeholder {
    color: #e2e2e2;
}

#search_form form button[type="submit"] {
    background: #000;
    color: #e2e2e2;
}

.header_mobile {
    background: #fff;
}

.flex__hdmo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.collogo__hdmo {
    max-width: 40%;
    flex: 0 0 100%;
}

.logo_mobile {
    position: relative;
    max-width: 150px;
}

.logo_mobile img {
    width: 60%;
    height: auto;
    object-fit: fill;
}

.collang__hdmo {
    max-width: 55%;
    flex: 0 0 100%;
    font-size: 13px;
    text-align: right;
}

.collang__hdmo ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.collang__hdmo ul li {
    float: left;
    margin-left: 5px;
}

#trigger-mobile i {
    font-size: 25px;
    color: #fff;
    line-height: 1;
}

.slogan__hdm {
    font-size: 12px;
    color: #fff;
    font-style: italic;
    padding: 5px 0;
}

.colbutton__hdmo {
    max-width: 15%;
    flex: 0 0 100%;
    text-align: right;
}

.colform__hdmo {
    max-width: 84%;
    flex: 0 0 100%;
}

.colform__hdmo form {
    margin-bottom: 0;
    border: 1px solid #000;
    border-radius: 3px;
}

.colform__hdmo form input[type="search"] {
    background: #fff0;
    border: 0;
    color: #000;
}

.colform__hdmo form input[type="search"]::placeholder {
    color: #000;
}

.colform__hdmo form button[type="submit"] {
    background: #fff0;
    color: #000;
}

.header_top {
    background: #fff;
    padding: 10px 0;
    color: #777777;
    float: left;
    width: 100%;
}

.top_headermain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.colleft__tophdm {
    /* max-width: 30%; */
    /* flex: 0 0 100%; */
}

.colleft__tophdm a {
    font-weight: bold;
    color: #283375;
}

.colright__tophdm {
    font-weight: 100;
    /* max-width: 70%; */
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 700;
}

.colright__tophdm a {
    color: #283375;
}

.langright {
    float: left;
    line-height: 20px;
    padding: 0px 15px 0 10px;
    /* border-right-width: 1px; */
    /* border-right-style: solid; */
    display: inline-block;
}

.langright p {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    color: #2b3478;
    font-size: 14px;
}

.langright ul {
    display: inline-block;
}

.langright ul li {
    display: inline-block;
    margin-right: 10px;
}

.langright ul li:last-child {
    margin-right: 0px;
}

.langright ul li a {
    background-size: contain;
    background-position: top left;
}

.langright ul li a span {
    padding-left: 35px;
}

.textright {
    float: left;
    line-height: 20px;
    padding: 0px 15px;
    border-right-width: 1px;
    border-right-style: solid;
    color: #2f366f;
}

.textright:last-child {
    border: none;
    padding-right: 0;
}

/*END HEADER*/
/*CSS Slider home*/
.slider {
    clear: both;
    float: left;
    width: 100%;
    height: 100%
}

.slider.fixed .rslides {
    top: 42px;
}

.rslides {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    /* height:768px; */
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: 100%;
    float: right;
    width: 100%;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #fff;
}

.callbacks_here a:after {
    background: #283374;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs li {
    display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 1%;
    z-index: 1000;
    right: 5em;
}

.callbacks_nav {
    position: absolute;
    bottom: 30%;
    left: 0;
    opacity: 0.7;
    z-index: 1000;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 59px;
}

.callbacks_nav.next {
    left: auto;
    background-position: -63px 0px;
    right: 0;
}

.banner-matter {
    position: absolute;
    top: 4em;
    right: 0;
    transform: translateX(-50%);
    width: 346px;
    z-index: 1000;
    background: rgb(114,198,240);
    background: linear-gradient(90deg, #8cb6d8 0%, #ecfaff 35%, #cae1f6 100%);
    padding: 15px 25px;
}

.banner-matter p {
    text-align: left;
    color: #283374;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.5em;
}

.banner-matter a {
    clear: both;
    display: block;
    float: left;
    background: #fff;
    padding: 0.5em 1em;
    text-align: center;
    width: auto;
    color: #283374;
    font-weight: 700;
    text-transform: none;
    margin: 1em 0;
    border: solid 1px #283374;
    z-index: 9999;
    position: absolute;
    white-space: nowrap
}

.banner-matter a:hover {
    color: #e51f2d;
}

@media only screen and (max-width: 991px) {
    .rslides li {
        position: relative !important;
        height: auto;
        left: 0;
        right: 0;
        width: 100%;
        float: right !important;
    }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        position: relative
    }

    .banner-matter {
        position: absolute;
        top: 19px !important;
        max-width: 100%;
        padding: 015px;
        width: 100%;
        display: block;
        transform: none !important;
    }

    .banner-matter p {
        text-align: left;
        color: #253377;
        font-size: 1.2em;
        font-weight: 700;
        text-transform: none;
        line-height: 1.3em;
    }

    .banner-matter a {
        clear: both;
        display: block;
        float: left;
        background: #fff;
        padding: 0.2em 0.5em;
        text-align: center;
        width: auto;
        color: #283374;
        font-weight: 700;
        text-transform: none;
        margin: 0.2em 0;
        border: solid 1px #283374;
        font-size: 0.8em
    }

    .callbacks_nav {
        display: none;
    }

    .slider.fixed .rslides {
        top: 0;
    }
}

@media only screen and (max-width: 580px) {
    .banner-matter {
        top: 3rem;
    }
}

/*END CSS Slider home*/
/*FOOTER*/
footer {
    position: relative;
    background-size: cover;
}

.footer_main {
    background: #223c7ee3;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.titheadcol_ftm {
    margin: 0;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
}

.info__ftm {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 0;
}

.info__ftm a {
    color: #fff;
}

.info__ftm i {
    color: #37ff50;
    margin-right: 5px;
}

.ggmap__ftm > iframe {
    width: 100%;
    height: 200px !important;
}

.menu__ftm {
    margin-bottom: 15px;
}

.menu__ftm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__ftm ul li {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 5px;
}

.menu__ftm ul li a {
    color: #fff;
}

.menu__ftm ul li a svg {
    display: none;
}

.menu__ftm ul li > ul.sub-menu {
    display: none;
}

.lang__ftm {
    color: #fff;
    margin-bottom: 15px;
}

.lang__ftm h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.lang__ftm ul {
    list-style: none;
    text-align: center;
    display: inline-block;
}

.lang__ftm ul li {
    float: left;
    margin-right: 7px;
}

.lang__ftm ul li img {
    width: 25px;
    height: 25px;
    object-fit: fill;
    border-radius: 50%;
}

.logo_ftm {
    text-align: left;
    margin-bottom: 15px;
}

.logo_ftm img {
    position: relative;
    max-width: 300px;
}

.social__ftm {
    display: inline-block;
}

.social__ftm p {
    margin: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

ul.ulsocial__ftm {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

ul.ulsocial__ftm li {
    display: inline-block;
    padding: 2px 2px;
    color: #d7d9da;
}

ul.ulsocial__ftm li a {
}

ul.ulsocial__ftm li a i {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 0px solid #fff;
    transition: all .5s ease-out;
}

ul.ulsocial__ftm li a:hover i {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

ul.ullienket_ftm {
    display: flex;
    list-style: none;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

ul.ullienket_ftm li {
    display: inline-block;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}

ul.ullienket_ftm li a {
    display: inline-block;
}

ul.ullienket_ftm li a img {
    width: auto !important;
    max-width: 140px;
    height: 50px;
    object-fit: fill;
}

ul.ulinfo_ftm {
    list-style: none;
    margin-bottom: 15px;
}

ul.ulinfo_ftm li {
    display: block;
    color: #fff;
    font-size: 14px;
}

ul.ulinfo_ftm li i {
    color: #ffffff;
    margin-right: 5px;
}

ul.ulinfo_ftm li a {
    color: #fff;
}

.footer_bottom {
    background: #223c7e;
    color: #fff;
    padding: 10px 0;
}

.copyright__ftb {
    color: #fff;
    text-align: center;
}

.copyright__ftb span {
    font-weight: bold;
}

.copyright__ftb a {
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .menu__ftm ul {
        text-align: right;
    }

    .titheadcol_ftm_menu {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    ul.ulinfo_ftm {
        display: block;
    }

    ul.ulinfo_ftm li {
        display: block;
    }
    ul.ulsocial__ftm {
        display: grid;
        list-style: none;
        margin: 0;
        padding: 0;
        grid-template-columns: repeat(6,1fr) !important;
        gap: 10px;
    }
}

/*END FOOTER*/
.section_news {
    margin: 30px 0;
    position: relative;
    background-repeat: repeat-x;
    background-position: bottom;
    /*    background-size: contain;*/
}

h3.titlehead__section_news {
    display: none;
}

.item_news {
    border: solid 1px #624f4e;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.16);
    margin-bottom: 30px;
}

.img__item_news {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.img__item_news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in;
}

.img__item_news:hover img {
    transform: scale(1.1);
}

h3.name__item_news {
    margin: 0;
    padding: 0;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: inherit;
    background-color: #283374;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

h3.name__item_news:hover {
    color: #e51f2d;
    background-color: #fff;
}

h3.name__item_news:hover a {
    color: #e51f2d;
}

/*h3.name__item_news.bgname_1{
    background: linear-gradient(to right, #2c0a06 0%,#642121 100%);
}
h3.name__item_news.bgname_2{
    background: linear-gradient(to right, #2c0a06 0%,#642121 100%);
}
h3.name__item_news.bgname_3{
    background: linear-gradient(to right, #010101 0%,#222222 100%);
}
h3.name__item_news.bgname_4{
        background: linear-gradient(to right, #0e0a01 0%,#2d1c08 100%);
}
h3.name__item_news.bgname_5{
    background: linear-gradient(to right, #060e04 0%,#101e0c 100%);
}
h3.name__item_news.bgname_6{
    background: linear-gradient(to right, #0f0a02 0%,#373737 100%);
}
h3.name__item_news.bgname_7{
    background: linear-gradient(to right, #270804 0%,#652323 100%);
}
h3.name__item_news.bgname_8{
    background: linear-gradient(to right, #010101 0%,#363636 100%);
}*/
h3.name__item_news a {
    color: #ffffff;
    display: block;
}

@media only screen and (max-width: 991px) {
    .section_news {
        margin: 30px 0;
    }
}

.page_contact {
    padding: 30px 0;
    background: #f6f6f6;
    background: #fff;
}

.flex_pagelienhe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px;
    background: #f0f4f4;
}

.info_flexpagelienhe {
    max-width: 50%;
    flex: 0 0 100%;
}

.info_flexpagelienhe ul {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.info_flexpagelienhe ul li {
    color: #283375;
    margin: 0 0 10px;
}

.info_flexpagelienhe ul li i {
    padding-right: 10px;
}

.info_flexpagelienhe ul li a {
    color: #283375;
}

.address_flexpagelienhe {
    max-width: 50%;
    flex: 0 0 100%;
}

.text_flex {
    color: #283375;
    font-size: 15px;
    text-align: right;
    line-height: 1.4;
}

.ggmap_pagelienhe {
    margin-bottom: 15px;
}

.ggmap_pagelienhe > iframe {
    width: 100% !important;
    height: 260px !important;
}

h1.titlehead__page_contact {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.slogan__page_contact {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
}

ul.ulinfo__page_contact {
    list-style: none;
    margin-bottom: 20px;
}

ul.ulinfo__page_contact li {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 3px;
}

ul.ulinfo__page_contact li a {
    color: #000;
}

ul.ulinfo__page_contact li.namcompany {
    font-weight: bold;
}

.note__page_contact {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.form__page_contact form {
    margin-bottom: 0;
}

.form__page_contact form input {
    margin-bottom: 10px;
    min-height: 30px;
    font-size: 15px;
    border: 1px solid #999;
}

.form__page_contact form textarea {
    margin-bottom: 10px;
    height: 80px;
    font-size: 15px;
    border: 1px solid #999;
}

.form__page_contact form input[type="submit"] {
    background: #ed1b24;
    padding: 3px 20px;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}

@media(min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .info_flexpagelienhe {
        max-width: 100%;
    }

    .address_flexpagelienhe {
        max-width: 100%;
    }

    .text_flex {
        text-align: left;
    }
}


.page_default {
    padding: 20px 0;
    background: #f6f6f6;
}

h1.titlehead__page_default {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.content__page_default {
    color: #283375;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
}

.content__page_default ul {
    padding: 0;
    margin: 0 0 0 40px;
}

.content__page_default p {
    margin: 0;
    padding: 0;
}

#share-buttons {
    clear: both;
    text-align: left;
    margin: 1em 0;
    color: #283375;
    font-weight: bold;
    font-size: 15px;
}

#share-buttons img {
    width: 35px;
    padding: 5px 2px;
    border: 0;
    box-shadow: 0;
    display: inline;
    vertical-align: middle;
}

#share-buttons a.print {
    float: right;
    display: inline-block;
    padding: 0.1em 0.5em 0 97px;
    height: 24px;
    margin: 0.7em 0 0 0;
    color: #283375;
}

.page_luatsu {
    padding: 20px 0;
    background: #f6f6f6;
}

.bgname_luatsu {
    padding: 25px 0px;
    position: relative;
    z-index: 89;
    text-align: center;
    line-height: 1;
    background-repeat: repeat;
    background-position: center;
}

.overlaybgname_luatsu {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #000;
    opacity: 0;
}

.bgname_luatsu h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.titlehead__page_luatsu {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.flex__page_luatsu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 20px;
}

.col__page_luatsu {
    max-width: 23%;
    flex: 0 0 100%;
}

.item_luatsu {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex: auto;
    height: 100%;
}

.item_luatsu img {
    max-width: 100%;
    /*border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 0.5em;
    background: #ffffff;*/
    margin-bottom: 15px;
}

.info__luatsu {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.item_luatsu h3.name__luatsu {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    color: #3456a6;
    display: flex;
    flex: auto;
    justify-content: center;
}

.item_luatsu h3.name__luatsu a {
    color: #3456a6;
}

.item_luatsu h3.name__luatsu:hover a {
    color: #e51f2d;
}

.item_luatsu .chucvu_luatsu {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #283375;
}

.item_luatsu .description_luatsu {
    margin-top: 15px;
    text-align: center;
    display: none;
}

.readmore_luatsu {
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #3456a6;
    text-align: center;
    border: 1px solid #3456a6;
    background: #fff;
    padding: 6px 0;
    position: relative;
    width: 130px;
}

.related__luatsu {
    background: #dddddd;
    display: inline-block;
    margin-bottom: 15px;
}

.related__luatsu h4.title__relatedluatsu {
    clear: both;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.5em;
    margin: 0 0 1px 0;
    background: #283375;
}

.related__luatsu ul.ul__relatedluatsu {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.related__luatsu ul.ul__relatedluatsu li {
    width: 46%;
    margin: 2%;
    float: left;
}

.related__luatsu ul.ul__relatedluatsu li img {
    border: solid 1px #cccccc;
    border-radius: 5px;
    width: 98%;
    padding: 1%;
    background: #ffffff;
}

.box__luatsu {
    position: relative;
    margin-bottom: 15px;
}

.box__luatsu .name__luatsu {
    color: #283375;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    margin: 0 0 1em 0;
}

.box__luatsu .content__luatsu {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box__luatsu .img__luatsu {
    max-width: 30%;
    flex: 0 0 100%;
}

.box__luatsu .img__luatsu img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    /*padding: 0.5em;
    background: #cccccc;*/
}

.box__luatsu .img__luatsu .infoadd {
    margin-bottom: 5px;
}

.box__luatsu .img__luatsu .infoadd .rowname_infoadd {
    color: #3456a6;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3;
}

.box__luatsu .img__luatsu .infoadd .row_infoadd {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #3456a6;
}

.box__luatsu .noidung__luatsu {
    max-width: 65%;
    flex: 0 0 100%;
    text-align: justify;
    color: #283375;
    font-size: 12pt;
}

@media only screen and (max-width: 991px) {
    .box__luatsu .img__luatsu {
        max-width: 35%;
    }

    .box__luatsu .noidung__luatsu {
        max-width: 63%;
    }
}

@media only screen and (max-width: 767px) {
    .col__page_luatsu {
        max-width: 49%;
        flex: 0 0 100%;
    }

    .box__luatsu .img__luatsu {
        order: 1;
        max-width: 100%;
    }

    .box__luatsu .img__luatsu img {
        width: auto;
    }

    .box__luatsu .img__luatsu .infoadd {
        padding: 0;
        margin-bottom: 15px;
    }

    .box__luatsu .noidung__luatsu {
        order: 2;
        max-width: 100%;
    }
}


.page_khachhang {
    padding: 20px 0;
    background: #f6f6f6;
}

.titlehead__page_khachhang {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.flex__page_khachhang {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 20px;
}

.col__page_khachhang {
    max-width: 15%;
    flex: 0 0 100%;
}

.item_khachhang {
    position: relative;
    margin-bottom: 30px;
}

.item_khachhang img {
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 0.5em;
    background: #ffffff;
}

.related__khachhang {
    background: #dddddd;
    display: inline-block;
    margin-bottom: 15px;
}

.related__khachhang h4.title__relatedkhachhang {
    clear: both;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.5em;
    margin: 0 0 1px 0;
    background: #581a1b
}

.related__khachhang ul.ul__relatedkhachhang {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.related__khachhang ul.ul__relatedkhachhang li {
    width: 46%;
    margin: 2%;
    float: left;
}

.related__khachhang ul.ul__relatedkhachhang li img {
    border: solid 1px #cccccc;
    border-radius: 5px;
    width: 98%;
    padding: 1%;
    background: #ffffff;
}

.box__luatsu {
    position: relative;
    margin-bottom: 15px;
}

.box__khachhang .name__khachhang {
    color: #581a1b;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    margin: 0 0 1em 0;
    display: none;
}

.box__khachhang .content__khachhang {
    color: #581a1a;
}

.box__khachhang .img__khachhang {
    float: left;
    margin: 0 1em 0 0;
}

.box__khachhang .img__khachhang img {
    border-radius: 5px;
    padding: 0.5em;
    background: #cccccc;
}

.box__khachhang .noidung__khachhang {
    text-align: justify;
}

@media only screen and (max-width: 991px) {
    .box__khachhang .img__khachhang {
        max-width: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .col__page_khachhang {
        max-width: 24%;
        flex: 0 0 100%;
    }

    .box__khachhang .img__khachhang {
        float: none;
        margin: 0;
        margin-bottom: 10px;
    }
}

.page_linhvuc {
    padding: 20px 0;
    background: #f6f6f6;
}

.titlehead__page_linhvuc {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.postlinhvuc {
    background: #dddddd;
}

ul.ul_postlinhvuc {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}

ul.ul_postlinhvuc li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ffffff;
}

ul.ul_postlinhvuc li a {
    display: block;
    padding: 7px 10px;
    text-align: left;
    color: #000;
    text-transform: inherit;
    font-size: 13px;
    font-weight: bold;
}

ul.ul_postlinhvuc li.active {
    background: #283375;
}

ul.ul_postlinhvuc li.active a {
    color: #ffffff;
}

.titlepost_linhvuc {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: inherit;
}

.contentpost_linhvuc {
    color: #283375;
    text-align: justify;
    font-size: 16px;
}

.contentpost_linhvuc ul {
    padding: 0;
    /*    margin: 0 0 0 40px;
    list-style: disc;*/
    padding-left: 20px;
}

.contentpost_linhvuc ol {
    /*    list-style: none;*/
    padding-left: 20px;
}

.contentpost_linhvuc ol > li {
    padding-left: 1em;
}

.contentpost_linhvuc h6 {
    counter-reset: count;
    font-size: 16px;
}

.contentpost_linhvuc h6:before {
    content: counter( count, lower-alpha)".";
    font-weight: bold;
    margin-right: 1em;
}

.page_archive, .page_single {
    padding: 20px 0;
    background: #f6f6f6;
}

.titlehead__page_archive, .titlehead__page_single {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.postarchive {
    background: #dddddd;
}

ul.ul_postarchive {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}

ul.ul_postarchive li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ffffff;
}

ul.ul_postarchive li a {
    display: block;
    padding: 7px 10px;
    text-align: left;
    color: #283375;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.article .contentpost_single{
    font-size: 14px;
}

ul.ul_postarchive li.active {
    background: #283375;
}

ul.ul_postarchive li.active a {
    color: #ffffff;
}

.postarchive .hl-pagination {
    margin: 0;
}

.titlepost_archive, .titlepost_single {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #283375;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
}

.contentpost_single, .contentpost_single {
    color: #000;
    text-align: left;
}

.contentpost_single ul, .contentpost_single ul {
    padding: 0;
    margin: 0 0 0 40px;
    list-style: disc;
}

.loop_post {
}
.des {
    margin-bottom: 20px;
    padding: 10px;
    color: #283375;
    font-size: 12pt;
}
.img__looppost {
    max-width: 100%;
}

.img__looppost img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.info__looppst {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 16px;
}

h3.title__looppst {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #283375;
    font-size: 15px;
    font-weight: 500;
}

h3.title__looppst a {
    color: #283375;
}

.excerpt__looppst {
    color: #283375;
}
.des h3, .des p {
    color: #283375;
}
@media(min-width: 768px) and (max-width: 991px) {
    .img__looppost {
        max-width: 100%;
    }

    .info__looppst {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .img__looppost {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .img__looppost img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

    .info__looppst {
        max-width: 100%;
    }
}


@media only screen and (min-width: 992px) {
}

@media(min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 375px) {
}

/******21/10/2023******/
.top--header {
    width: 100%;
}

.top--header .logo__header_main {
    width: 18%;
    float: left;
    position: unset !important;
    text-align: center;
    padding-left: 0;
}

.top--header .colleft__tophdm {
    float: left;
    width: 40%;
    padding-top: 62px;
}

.top--header .colright__tophdm {
    float: right;
    width: 40%;
    padding-top: 62px;
}

.top--header .colleft__tophdm a {
    font-size: 14px;
}

.footer_item {
    padding: 10px 25px;
    float: left;
}

div#footer_1 {
    border-right: 2px solid #fff;
}

.footer_item .item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.footer_item .item .text-1 {
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.footer_item .item .text-2 {
    color: white;
    font-size: 14px;
}
.footer_item .text-2 a {
    color: white;
    display: flex;
}
.footer_item .item .text-2 i {
    padding-right: 6px;
    margin-top: 5px
}

div#logo-brand {
    margin-top: 30px;
}

div#footer_3 {
    float: right;
    text-align: center;
    border-left: 2px solid #fff;
}

ul.ulsocial__ftm li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

ul.ulsocial__ftm {
    width: 100%;
    margin-top: 10px;
}

ul.ulsocial__ftm li img {
    width: 37px;
}

@media (max-width: 480px) {
    .footer_item {
        padding: 10px;
    }

    .footer_item .item .text-1 {
        font-size: 18px;
        letter-spacing: unset;
        text-align: left;
    }

    .footer_item .item .text-2 {
        font-size: 16px;
        font-weight: 300;
    }

    ul.ullienket_ftm {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    ul.ullienket_ftm li {
        width: 46%;
        float: left;
    }
}

div#m-top-h {
    text-align: center;
}

div#m-top-h.colleft__tophdm {
    font-size: 18px !important;
    padding-top: 5px;
}

@media (max-width: 480) {
    ul.ulsocial__ftm li {
        float: left;
    }

    ul.ulsocial__ftm {
        display: block;
    }
}
.des {
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #283375;
    text-align: justify;
}

.page_archive ul{
    margin-left: 17px;
}

.contentpost_single{
    font-size: 14px !important;
}

.info__looppst{
    font-size: 14px;
}

.h3.title__looppst{
    font-size: 15px;
}

.qtranxs-available-languages-message.qtranxs-available-languages-message-en{
    display: none;
}

article p,
article span,
article ul li{
    font-size: 18px;
}

.content__page_default p,
.content__page_default span,
.content__page_default ul li{
    font-size: 12pt !important; 
}


.box__luatsu .noidung__luatsu p,
.box__luatsu .noidung__luatsu span,
.box__luatsu .noidung__luatsu ul li{
    font-size: 12pt !important; 
}

.accordion-tab.active .accordion-title span, .accordion-tab .accordion-title span{
    font-size: 12pt !important;
}

.accordion-content{
    font-size: 12pt !important;
}

/******************************/

.slide-wrap .item-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 500px;
    padding: 90px;
}

.slide-wrap .slick-list {
    padding: 0;
}
 

.slide-wrap .slideshow__tex {
    margin: 0 auto;
    padding: 30px 50px;
    max-width: 800px;
}

.slide-wrap .banner__text p {
    font-size: 16px;
    color: #ffffff;
}
.banner__buttons a {
    background: #283173;
    padding: 8px 35px;
    font-size: 17px;
    color: white;
    line-height: normal;
}
.banner__buttons {
    text-align: center;
}
.banner__text {
    margin-bottom: 35px;
}

.banner__buttons a:hover {
    background: #002089;
}
h2.banner__heading {
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
}
ul.slick-dots {
    bottom: 20px;
}

.intro-wrap {
    padding: 30px 0;
}
h2.title_home.bg-title {
    color: white;
}
.title_home {
    text-align: center;
    font-size: 35px;
    color: #263171;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.intro-wrap  .intro-content {
    margin: 0 auto;
    background: #ffffff5e;
    padding: 30px 50px;
    /* border-radius: 30px; */
}

.intro-buttons a {
    background: #283173;
    padding: 8px 35px;
    font-size: 17px;
    color: white;
    line-height: normal;
}
.intro-buttons a:hover {
    background: #002089;
}

.intro-buttons {
    text-align: center;
    margin-top: 25px;
}

.intro-content-text {
    color: #283375;
}

div#cat-section {
    margin-top: 35px;
}


.section_customer {
    padding: 30px 0;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 35%);
    position: relative
}

@media (max-width: 767px) {
    .section_customer {
        padding-top:20px;
        padding-bottom: 30px
    }
}

.section_customer .customer-item {
    color: #000;
    padding: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #8b94bc;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section_customer .customer-item {
        padding-left:0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .section_customer .customer-item {
        margin-bottom:20px 10px;
        padding: 20px!important
    }
}

.customer-item:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
    background: #0a016d;
    background: linear-gradient(92deg, #001e70 0%, #021e54 80%);
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.customer-item:hover:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1
}

.section_customer .customer-item img {
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.section_customer .customer-item:hover img {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
@media (max-width: 991px) {
    .section_customer .customer-item img {
        position:relative;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        display: block;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .section_customer .customer-item img {
        width:50px;
        height: 50px;
        margin-bottom: 7px
    }
}

.section_customer .customer-item span {
    font-size: 36px;
    font-weight: 700;
    display: block;
    color: #fff;
    line-height: 1.2
}

@media (max-width: 991px) {
    .section_customer .customer-item span {
        font-size:25px
    }
}

.section_customer .customer-item p {
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    z-index: 9
}

.numbervalue {
    display: flex;
    margin-top: 15px;
    z-index: 9
}

.numbervalue strong {
    font-size: 37px;
    color: #fff;
    margin: 7px;
    line-height: 30px;
}

.section_customer:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .90;
    z-index: -1;
    background: #14168526;
}

@media (max-width: 767px) {
    .section_customer .customer-item p {
        font-size:12px!important;
        line-height: 1.1
    }
}

.customer_des p {
    font-size: 17px;
    color: white;
}

.advantage-item {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    overflow: hidden;
}

.advantage-number {
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: white;
    border-radius: 100%;
    border: 2px solid #fff;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 5px;
}

.advantage-text p {
    color: white;
    font-size: 19px;
    padding: 0;
}

.advantage-text {
    display: flex;
    flex-direction: row;
    line-height: normal;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% - 110px);
}
.customer_des {
    margin-bottom: 30px;
}

/*************************/
.main-timeline {
    position: relative;
    padding: 30px 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
section.section_how {
    position: relative;
    padding: 30px 0;
}
.main-timeline:before{
    content: '';
    background: linear-gradient(to right,#777 50%,#999 65%);
    height: 100%;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.main-timeline .timeline{
    width: calc(50% + 63px);
    margin: 0 0 30px;
    float: right;
    position: relative;
}
.main-timeline .timeline-content{
    color: #666;
    background: #283375;
    text-align: center;
    min-height: 120px;
    padding: 20px 30px 20px 160px;
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: rgb(99 99 128 / 25%) 1px 6px 60px -12px, rgb(233 217 217 / 30%) 0px 7px 36px -18px;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: #fff;
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #283375;
    font-size: 45px;
    line-height: 67px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: -3px 3px 7px rgba(0,0,0,0.3);
    transform: translateY(-50%);
    position: absolute;
    left: 25px;
    top: 50%;
}
.main-timeline .timeline-icon span {
    font-size: 30px !important;
}
.main-timeline .timeline-icon:before{
    content: '';
    background-color: #fff;
    border-radius: inherit;
    box-shadow: inherit;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.main-timeline .title{
    color: #2a4281;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 17px;
    margin: 0;
    line-height: normal;
    color: #283375;
}
.main-timeline .timeline:nth-child(even){ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 160px 20px 30px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 0 100px 100px 0;
    left: 0;
    right: 130px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 25px;
}

@media screen and (max-width:767px){
    .main-timeline:before{ display: none; }
    .main-timeline .timeline{ width: 100%; } 
    .slide-wrap .item-slide {
        padding: 10px !important;
        height: 360px;
    }


    .slide-wrap .slideshow__tex {
        max-width: 100%;
        padding: 50px  20px 20px 20px;
    }
    h2.banner__heading {
    font-size: 22px !important;
}

    .slide-wrap .banner__text p, .slide-wrap .banner__text span, .slide-wrap .banner__text strong {
        font-size: 15px !important;
        line-height: normal;
        
    }
    .numbervalue strong {
        font-size: 22px !important;
        line-height: 13px !important;
    }
    .intro-wrap .intro-content {
    padding: 20px !important;
}

h2.title_home {
    margin-bottom: 0;
    font-size: 25px;
}
    #testimonial .testimonials-text
    {

      height: auto;
      overflow: hidden;
    }
}
@media screen and (max-width:576px){
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 40px 20px 20px;
        border-radius: 50px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        top: 20px;
        right: 0;
        left: 0;
        border-radius: inherit;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: -20px;
        right: auto;
        width: 60px;
        height: 60px;
        line-height: 39px;
        display: none;
    }
    .btn-buttom a {
        padding: 2px 6px !important;
    }
}



/* ----------- testimonial ------------- */

#testimonial
{
  background-color: #ffffff;
  padding: 30px 0px;
  position: relative;
}
section#testimonial::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block; 
    position: absolute;
    top: 0;
}
#testimonial .testimonial-head
{
  padding-bottom: 30px;
}
#testimonial .testimonial-head h3
{
  font-size: 40px;
  letter-spacing: 1px;
  color: #222222; 
  font-weight: 400;
  text-align: center;
}
#testimonial .testimonial-head p
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  text-align: center;
}
#testimonial .ct-slick-carousels {
    padding: 0px;
}
#testimonial  .testimonials-box {
    padding: 20px;
    background: white;
    margin: 0 15px;
    box-shadow: rgb(0 0 0 / 24%) 1px 0px 8px 0px;
}

section#testimonial .slick-slide {
    margin-bottom: 11px;
}

 
#testimonial .testimonials-text
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-bottom: 30px;
  height: 260px;
  overflow: hidden;
}
#testimonial .testimonials-comntent h3
{
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#testimonial .testimonials-comntent h3
{
  font-size: 18px;
  color: #263171;
  font-weight: 700;
}
#testimonial .testimonials-comntent span
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
}
#testimonial .testimonials-title
{
  display: flex;
  align-items: center;
}
#testimonial .testimonials-text p
{
  margin-bottom: 0;
  font-size: 16px;
  color: #283375;
}
#testimonial .testimonials-text i
{
  font-size: 40px;
  color: #263171;
}
#testimonial .testimonials-comntent img
{
  border-radius: 50%;
  border: 3px solid #263171;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
section#Clients {
    padding: 30px 0;
    background: #2d367b;
}
section#Clients h3.title__looppst a {
    color: white;
    font-weight: 700;
    font-size: 17px;
}
section#Cases {
    padding: 50px 0 20px 0;
}
section#Award {
    padding: 30px 0;
}
.btn-buttom {
    margin-top: 20px;
}

.btn-buttom a {
    padding: 2px 16px;
    border: 1px solid #283375;
    margin-right: 10px;
    color: #283375;
    line-height: 20px;
    font-weight: 700;
    box-shadow: rgb(99 99 128 / 25%) 0px 1px 4px 0px, rgb(233 217 217 / 30%) 0px 7px 36px -18px;
}

.btn-buttom a:hover {
    background: #283375;
    color: white;
}
.banner__text {line-height: normal !important;}
.top--header.search-form .colform__hdmo {
    margin: auto;
    max-width: 50%;
}

.top--header.search-form .colform__hdmo form {
    float: left;
    width: 100%;
}
#Clients .cliets-comntent img {
    height: 100px;
    width: auto;
}

#Clients .cliets-comntent .cliets-comntents {
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: white;
    margin: 10px;
    padding: 10px;
}