.box_service .picture_tuvan {
    height: 220px;
    overflow: hidden;
}

@font-face {

  font-family: 'Montserrat-Regular';

  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),

  url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf')

  format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'Montserrat-Bold';

  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),

  url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf')

  format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}



.row {

    display: flex;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;

}

.content_top {

    background-color: #2e3092;

    padding: 5px 0;

}

ul.language>li>a {

    color: #fff;

    font-size: 14px;

    font-family: 'Montserrat-Regular';

}

ul.language li a img {

    max-width: 27px;

    padding-right: 5px;

    display: inline-block;

    vertical-align: middle;

}

ul.sub_lang li {

   padding: 2px 5px;

}

ul.sub_lang li:hover a {

    color: #fff;

}

ul.sub_lang li:hover {

    background: #014a24;

   

}

.search_top {

    padding: 0px 10px;

    color: #fff;

    font-size: 16px;

    cursor: pointer;

}



.form_search {

    position: absolute;

    top: 0%;

    right: 10px;

    opacity: 0;

    z-index: 999;

    transform: rotateY(90deg);

    transition-property: all;

    transition-duration: 1s;

    width: 0px;

    transform-origin: right;

}

.form_search input {

    height: 31px;

    border-radius: 0;

    outline: none;

    border: 0;

    /* border-left: 5px solid #6a6a6a; */

}

.form_search.active {

    opacity: 1;

    width: 320px;

    transform: rotateY(0deg);

}

.form_search .search {

    height: 30px;

    padding: 0px 15px;

    font-size: 16px;

    background: #fff;

    position: absolute;

    right: 40px;

    top: 1px;

    color: #000;

    border: 0;

    outline: 0;

}

.close_search {

    display: inline-block;

    width: 40px;

    height: 31px;

    line-height: 30px;

    text-align: center;

    background: #6a6a6a;

    color: #fff;

    cursor: pointer;

    position: absolute;

    right: 0;

    top: 0;

}

ul.language {

    position: relative;

}

ul.language>li {

    position: relative;

}

.language li:hover>.sub_lang {

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.35s linear;

    -moz-transition: all 0.35s linear;

    -o-transition: all 0.35s linear;

    transition: all 0.35s linear;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

}

.language ul.sub_lang {

    left: 0;

    opacity: 0;

    position: absolute;

    top: 85%;

    width: 100%;

    --col-menu: 5;

    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));

    grid-gap: 10px 5px;

    padding: 10px;

    background: #fff;

    visibility: hidden;

    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

    -webkit-transform: translateY(100%);

    -ms-transform: translateY(100%);

    transform: translateY(100%);

    display: flex;

    flex-flow: column;

    width: 200px;

    z-index: 5;

}

ul.menu-top-blk1 li {

    float: left;

    display: block;

    padding-right: 25px;

}



ul.menu-top-blk1 {

    float: right;

/*    padding-top: 10px;*/

}

ul.menu-top-blk1 li a {

    color: #fff;

    font-size: 14px;

    font-family: 'Montserrat-Regular';

}

.content_top .row {

    align-items: center;

}

.img_head img {

    height: 100%;

    object-fit: contain;

}



.img_head {

    height: 50px;

    overflow: hidden;

}

.menu_header .row {

    align-items: center;

}

.about-homepage {

    padding: 3rem 0;

}

.block-1, .block-3 {

    display: inline-block;

    width: 35%;

    vertical-align: middle;

}

.about-homepage p {

    line-height: 2;

    text-align: justify;

    font-family: 'Montserrat-Regular';

        margin-bottom: 10px;

}

.about-homepage .block-2 {

    padding: 0;

    width: 65%;

    display: inline-block;

    vertical-align: middle;

}

.title-4 {

    font-size: 32px;

    color: #005182;

    font-weight: 600;

    position: relative;

    padding-bottom: 15px;

    margin-bottom: 20px;

    text-transform: uppercase;

    font-family: 'Montserrat-Regular';

}

.title-4:before {

    content: "";

    width: 50px;

    position: absolute;

    left: 0;

    bottom: 0;

    margin: 0 auto;

    height: 4px;

    background: #f09624;

}

.block-2 strong {

    color: #005c94;

    font-size: 20px;

}

.block-2 p b {

    color: #005030;

    font-size: 20px;

}

.about-homepage .block-3 img {

    display: block;

    margin: 0 auto;

    width: 280px;

    object-fit: cover;

}

.news-homepage {

    clear: both;

    overflow: hidden;

    padding: 48px 0 18px;

    background: #efefef;

    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);

    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);

    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );

}

.title-5 {

    font-size: 32px;

    color: #f09624;

    text-transform: uppercase;

    position: relative;

    font-weight: 600;

    margin-bottom: 55px;

    padding-bottom: 15px;

    font-family: 'Montserrat-Regular';

}

.title-5:before {

    content: "";

    width: 50px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    margin: 0 auto;

    height: 4px;

    background: #f09624;

}

.heading-title {

    margin-bottom: 10px;

}

.title-6 {

    font-size: 20px;

    font-weight: 600;

    display: inline-block;

    vertical-align: top;

    width: 80%;

    position: relative;

    margin-bottom: 20px;

    font-family: 'Montserrat-Regular';

}

.title-6:before {

    content: "";

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 98%;

    height: 6px;

}

.title-6 span {

    background: #f4f4f4;

    z-index: 2;

    position: relative;

    padding-right: 5px;

}

.link-2 {

    display: inline-block;

    vertical-align: top;

}

.link-2 a {

    color: #666;

    font-size: 14px;

    position: relative;

    padding-right: 15px;

    font-family: 'Montserrat-Regular';

}

.link-2 a:before {

    content: "";

    position: absolute;

    right: 0;

    top: 4px;

    width: 10px;

    height: 10px;

    background: url(../img/arrow-1.png) no-repeat 0 center;

}

.list-news ul {

    margin-left: 0;

    padding-left: 15px;

    margin-bottom: 1rem;

}

.list-news ul li {

    list-style: square;

    padding-bottom: 8px;

}

.list-news ul li a {

    color: #000;

    font-family: 'Montserrat-Regular';

}

.price-stock-home {

    color: #fff;

    padding: 50px 0 30px;

    background: #2e3092;

    background: -moz-linear-gradient(top, #2e3092 0%, #2e3092 100%);

    background: -webkit-linear-gradient(top, #2e3092 0%, #2e3092 100%);

    background: linear-gradient(to bottom, #2e3092 0%, #2e3092 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a1c', endColorstr='#03783b',GradientType=0 );

}

.title-8 {

    font-size: 32px;

    color: #fff;

    position: relative;

    margin-bottom: 20px;

    padding-bottom: 16px;

    font-weight: 600;

    font-family: 'Montserrat-Regular';

}

.price-stock-home .block-price {

    margin: 0 auto;

    display: block;

    width: 100%;

}

.price-stock-home .items-1 {
    /* display: inline-block; */
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 0px 8px 1px #ffffff;
    margin: 10px 0;
}

.bg-green {

    background-color: #1d6dbf;

    border-radius: 10px;

}

.nextrow {

    margin-top: 15px;

}

.price-stock-home .items-1 .title_service p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Montserrat-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.title_service {
    margin-top: 10px;
}
.price-stock-home .items-1 .title_service span {

    font-size: 24px;

    font-weight: 600;

    display: block;

    padding-bottom: 8px;

    font-family: 'Montserrat-Regular';

}

.price-stock-home .block-price-online {

    height: 209px;
    overflow: hidden;*/

}
.price-stock-home .block-price-online img {
    height: 100%;
    object-fit: cover;
}

.price-stock-home .price {

    font-size: 30px;

    position: relative;

    padding-right: 10px;

    margin-right: 10px;

    display: inline-block;

    vertical-align: middle;

    font-weight: 600;

    padding-top: 7px;

    font-family: 'Montserrat-Regular';

}

.price-stock-home .status:before {

    content: "";

    position: absolute;

    right: 0;

    width: 19px;

    height: 22px;

    top: 12px;

}

.price-stock-home .status {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    font-size: 30px;

    width: 135px;

    padding-right: 20px;

    font-family: 'Montserrat-Regular';

}

.price-stock-home .price:before {

    content: "";

    height: 58%;

    width: 2px;

    background-color: #fff;

    right: 0;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

.price-stock-home .status.up:before {

    background: url(../img/arrow-up.png) no-repeat;

}

.price-stock-home .status.up {

    color: #00e813;

}

.price-stock-home .date-stock {

    display: block;

    width: 200px;

    margin: 0 auto;

    font-size: 16px;

    border: 1px solid #00c15d;

    background-color: #002913;

    text-align: center;

    padding: 5px;

        font-family: 'Montserrat-Regular';

}

.btn-details-1 {

  border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    border-radius: 28px;
    display: inline-block;
    margin-top: /*15px*/ 15px;
    width: 170px;
    height: 40px;
    line-height: 39px;
    margin-bottom: 0px;
    position: relative;
    font-family: 'Montserrat-Regular';

}

.btn-details-1:before {

    content: "";

    background: url(../img/arrow-white.png) no-repeat 0 center;

    width: 9px;

    height: 7px;

    position: absolute;

    top: 55%;

    transform: translateY(-50%);

    right: 30px;

}

.register-store-home {

    position: relative;

}

.register-store-home .register-store-block {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    margin: 0 auto;

    max-width: 1140px;

    padding: 0 15px;

}

.title-9 {

    color: #005182;

    text-transform: inherit;

    font-size: 40px;

    font-weight: 700;

    margin-bottom: 20px;

    font-family: 'Montserrat-Regular';

}

.btn-details-2 {

    background-color: #014a24;

    padding: 12px 40px;

    border-radius: 25px;

    color: #fff;

    display: inline-block;

    position: relative;

    font-family: 'Montserrat-Regular';

}

.btn-details-2:before {

    content: "";

    background: url(../img/arrow-white.png) no-repeat 0 center;

    width: 9px;

    height: 7px;

    position: absolute;

    top: 53%;

    transform: translateY(-50%);

    right: 28px;

}

.register-store-home .register-block {

    position: absolute;

    bottom: 0;

    left: 0;

    margin: 0 auto;

    max-width: 1140px;

    padding: 0 15px;

    right: 0;

}

.register-store-home .register-block .open-account-cta {

    background-color: #014a24;

}

.register-store-home .register-block .history-account-cta {

    background-color: #005c95;

}

.register-store-home .register-block .link-1 {

    display: inline-block;

    padding: 10px 15px 10px 55px;

    position: relative;

    border-radius: 10px 10px 0 0;

    margin-right: 10px;

    color: #fff;

    font-family: 'Montserrat-Regular';

}

.register-store-home .register-block .open-account-cta:before {

    content: "";

    position: absolute;

    left: 0;

    width: 40px;

    height: 40px;

    background: url(../img/icon-tk.png) no-repeat 10px 0;

}

.register-store-home .register-block .history-account-cta:before {

    content: "";

    position: absolute;

    left: 0;

    width: 42px;

    height: 42px;

    background: url(../img/icon-giaodich.png) no-repeat 10px 0;

}

.video-home {

    padding: 50px 0;

}

.video-block .video-item {

    position: relative;

}

.video-block .video-item .process {

    position: absolute;

    bottom: 10px;

    left: 15px;

}

.video-block .video-item .btn-play {

    font-size: 18px;

    color: #fff;

    position: relative;

    font-family: 'Montserrat-Regular';

    display: flex;

}

.video-block .video-item .btn-play .icon-play-button {

    background: url(../img/btn-play.png) no-repeat 0 0;

    width: 40px;

    height: 40px;

    background-size: cover;

    display: inline-block;

    vertical-align: middle;

    cursor: pointer;

}

.video-block .video-item .btn-play span {

    display: inline-block;

    vertical-align: middle;

    padding: 0 15px 0 10px;

    max-width: 92%;

    line-height: 1.2;

}

.contact-us-home {

    background: url(../img/bg-contact-footer.png) no-repeat 0 0;

    background-size: cover;

    padding: 60px 0;

}

.title-contact-us {

    font-size: 34px;

    color: #005182;

    text-transform: inherit;

    font-weight: 700;

    position: relative;

    font-family: 'Montserrat-Regular';

}

.title-contact-us:before {

    content: "";

    width: 30px;

    position: absolute;

    left: 0;

    bottom: 0;

    margin: 0 auto;

    height: 3px;

    background: #000;

}

.contact-us-home p {

    font-size: 16px;

    color: #000;

    margin-bottom: 1rem;

    font-family: 'Montserrat-Regular';

}

.col-6 {

    flex-basis: 0;

    flex-grow: 1;

    max-width: 100%;

    position: relative;

    width: 100%;

    min-height: 1px;

    padding-right: 15px;

    padding-left: 15px;

}

.form-control {

  height: 50px;

    display: block;

    width: 100%;

    padding: 15px 10px;

    font-size: 16px;

    line-height: 1.5;

    color: #495057;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    border-radius: 0.25rem;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.form-control {

    transition: none;

}

.contact-us-home .form-control {

    padding: 15px 10px;

}

.mt-3 {

    margin-top: 1rem !important;

}

.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}

.contact-us-home .btn-register {

    background: #f09624;

    color: #fff;

    font-size: 16px;

    padding: 14px 47px;

    border-radius: 25px;

    border: 0;

    position: relative;

    font-family: 'Montserrat-Regular';

}

.ml-2 {

    margin-left: 0.5rem !important;

    font-family: 'Montserrat-Regular';

    color: #010101;

}

footer.footer {
    clear: both;
    overflow: hidden;
    padding: 40px 0;
    background-color: #333;
    color: #fff;
}
.title_footer_heading {
    font-size: 16px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: solid #efefef 1px;
    margin-bottom: 10px;
}
.nav-footer ul li {

  

    font-family: 'Montserrat-Regular';

}

.nav-footer ul li a {

    color: #fff;

    font-family: 'Montserrat-Regular';

}

.nav-footer a img {

    max-width: 24px;

}



.copyright p {

    font-family: 'Montserrat-Regular';

}

.scrolltop {

/*    display: none;*/

    width: 100%;

    margin: 0 auto;

    position: fixed;

    bottom: 35px;

    right: 10px;

}

.scroll {

    position: absolute;

    right: 20px;

    bottom: 35px;

    cursor: pointer;

    transition: 0.5s;

}

.title-8:before {

    content: "";

    width: 60px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    margin: 0 auto;

    height: 4px;

    background: #fff;

}





.nav.nav-page {

    padding: 15px 0;

}

.nav-page {

    display: flex;

    flex-wrap: wrap;

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

}

.nav-page ul {

    list-style: none;

    padding-left: 0px;

/*    margin-top: 10px;*/

}

.nav-page ul li.first {

    padding-left: 0px;

}



.nav-page ul li {

    float: left;

    position: relative;

    padding-left: 20px;

}

.nav-page ul li:first-child:before {

    content: '';

    left: 0px;

}

.nav-page ul li:before {

    color: #999!important;

}

.nav-page ul li:before {

    content: '/';

    position: absolute;

    left: 10px;

}

.nav-page ul li a {

    color: #000!important;

}
.nav-page ul li {

    color: #999;

}

.about-head {

    padding-top: 30px;

    padding-bottom: 30px;

}

.title-10 {

    font-size: 30px;

    font-weight: 600;

    position: relative;

    padding-bottom: 10px;

    margin-bottom: 30px;

    color: #005182;

    text-transform: uppercase;

}

.title-10:before {

    content: "";

    height: 4px;

    width: 60px;

    background: #000;

    left: 0;

    right: 0;

    margin: 0 auto;

    position: absolute;

    bottom: 0;

}

.bg-gray {

    background: #f1f1f1;

    padding: 50px 0;

}

.desc .bg-white {

    padding: 50px 0;

}
.bg-white {

    background: #fff;
    padding: 20px 0;

}



/*============================================= header ===========================================*/

/*.dropdown-menu.menu-fullsize {

    width: 100%;

    position: fixed;

    z-index: 999;

    left: 0 !important;

    top: 117px;

    text-align: center;

    margin: 0 auto;

    border: 0;

    border-radius: 0;

    background: #e6e6e6;

    padding: 20px;

}

.dropdown-menu.menu-fullsize > li {

    display: inline-block;

    width: 30%;

    position: relative;

    vertical-align: top;

    border-right: 1px solid #ccc;

    text-align: left;

}

header .nav-menu li {

    padding-right: 1rem;

}

.dropdown-menu.menu-fullsize > li > a {

    color: #73b700;

    font-weight: 600;

    text-transform: uppercase;

}

.dropdown-menu.menu-fullsize ul, .dropdown-menu.menu-fullsize ul {

    left: 0 !important;

    display: block;

    position: relative;

    border: 0;

    border-radius: 0;

    background: none;

    padding-left: 25px;

}

.dropdown-menu.menu-fullsize ul li a {

    color: #005182;

    font-weight: 600;

}

.dropdown-item:active {

    color: #fff;

    text-decoration: none;

    background-color: #007bff;

}

.dropdown-item:hover, .dropdown-item:focus {

    color: #16181b;

    text-decoration: none;

    background-color: #f8f9fa;

}*/

section.charity_program {
    padding: 30px 0;
}
.title_heading_home h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
        color: #2983c3;
    font-size: 35px;
    position: relative;
    text-align: center;
    margin-bottom: 18px;
    font-family: 'Montserrat-Bold';
}
.box_service {
    margin-bottom: 30px;
}
.img_wrap {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 3%;
}
.img_wrap img {
    height: 100%;
    object-fit: cover;
    border-radius: 3%;
}
.content_program {
    position: absolute;
    bottom: 11px;
    left: 15px;
    right: 15px;
    top: 81%;
    padding: 10px 20px;
    padding: 10px 20px;
    text-align: center;
    background: rgb(239 150 36);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    font-family: 'Montserrat-Regular';
}
.content_program a {
    color: #fff;
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
/*    font-weight: 600;*/
   
    font-family: 'Montserrat-Regular';
}
.btn-play span img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

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

.box_image_page img {
    height: 100%;
    object-fit: cover;
}

.box_image_page {
    height: 350px;
    overflow: hidden;
}
  .box_new_list {
    padding: 0px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}
.page_product .box_new_list {
    padding: 20px;
    height: 620px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    list-style: none;
}
.page_product h3.title_new {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 27px;
}
h3.title_new a {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 22px;
}
h3.title_new {
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-decoration-break: clone;
    margin: 10px 0;
}
.picture_tuvan img {
    height: 100%;
    object-fit: cover;
}

.picture_tuvan {
    height: 180px;
    overflow: hidden;
}
section.danhmuc_product {
    background: #f1f1f1;
    padding: 30px 0;
}
h3.title-section {
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    text-align: center;
    color: #296cb1;
}
h1.title_detail {
    font-family: 'Montserrat-Regular';
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    color: #2974b7;
}
.list_new_mid {
    padding: 20px 15px;
}
.d_flex {
    display: flex;
}

li.box_item_news {
    margin-bottom: 20px;
        padding: 0 10px;
}
.content_news_hot {
    padding-left: 10px;
    width: 68%;
}
.picture_news_hot {
    width: 32%;
    height: 50px;
    overflow: hidden;
}
.picture_news_hot img {
    height: 100%;
    object-fit: cover;
}
.content_news_hot h4 a {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}
.content_news_hot h4 {
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-decoration-break: clone;
}
ul.post_news {
    margin-top: 15px;
}
li.box_item_news:last-child {
    margin-bottom: 0;
}
.list_new_lienquan {
    padding: 20px 15px;
}
h2.title-section {
    font-family: 'Montserrat-Regular';
    text-align: center;
    line-height: 16px;
    color: #2974b7;
    margin-bottom: 20px;
    font-size: 25px;
}
.picture_box_banner img {
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}

.picture_box_banner {
    height: 175px;
    overflow: hidden;
}
.text_banner_cate h5 {
    font-size: 15px;
    line-height: 20px;
}

.text_banner_cate {
    margin: 10px 0;
}
.box_inner_bn:hover .picture_box_banner img {
    transform: scale(1.3) rotate(7deg);
}
.btn_readmore a {
    display: inline-block;
    padding: 12px 20px;
    border: 0px solid #bd1f31;
    background-color: #bd1f31;
    margin: 15px 0px 10px 0;
    color: #FFFFFF;
    font: 13px 'Verdana', Arial;
    line-height: 14px;
    font-weight: 300;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
 .address_footer p span {
    margin-left: 10px;
}
.address_footer p {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}
.address_footer p a {
    color: #fff;
}
.address_footer p i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
    font-size: 18px;
}
.box_service .title-6 {
    font-size: 24px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
}
.box_service .title-6 span {
    background: #ffffff;
    padding-right: 15px;
}
.bg-white p img {
    width: 100% !important;
    height: 100% !important;
}

section.product__service {
    padding-top: 53px;
    padding-bottom: 70px;
}

.bg_gray {
    background: var(--gray-color);
}
.title_custom_heading {
    margin-bottom: 28px;
    color: var(--blue-color);
}
.title_custom_heading h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}
.title_custom_heading h2:after {
  content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #ffa800;
    border-radius: 3px;
    margin: 9px 0 0;
    margin-left: auto;
    margin-right: auto;
}
.icon_box {
    position: relative;
    padding: 37px 20px;
}
.icon_left {
    width: 78px;
    position: relative;
    float: left;
    margin: 0;
    text-align: center;
    color: var(--blue-color);
    margin: 0 10px 0 0;
}
.icon_box .icon_left:before {
    content: '';
    display: block;
    position: absolute;
    left: 29px;
    top: -3px;
    width: 6px;
    background: var(--orange-color);
    height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box .icon_left:after{
  content: '';
    display: block;
    position: absolute;
    left: 29px;
    bottom: -3px;
    width: 6px;
    background: var(--orange-color);
    height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_box:hover .icon_left:before {
    height: 20px;
}
.icon_box:hover .icon_left:after {
    height: 20px;
}
.icon_box:hover .icon_left {
    padding: 25px 0;
}
.icon_box .icon_left {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.icon_left img {
    background: none;
    color: #1867b2;
    width: 64px;
    height: 55px;
    line-height: 55px;
}
.icon_text {
    position: relative;
    overflow: hidden;
}
.icon_text h5.font-color_base {
    padding-top: 0;
    font-size: 18px;
    color: #1867b2;
    font-weight: 700;
    margin-bottom: 11px;
}
.icon_text p {
  text-align: justify;
    font-size: 13px;
    line-height: 18px;
        margin: 0 0 15px;
}
.icon_box:hover {
    background: #fff;
}
.icon_box .icon_text p:last-child {
    margin: 0;
}

section.home_number {
    margin-bottom: 53px;
    padding-top: 110px;
    padding-bottom: 81px;
    background-image: url(../img/bg_ac.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title_ontent_element {
    margin-bottom: 30px;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
}
75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}
.title_ontent_element p {
  text-align: center;
}
.title_ontent_element p span {
    font-size: 36pt;
    color: #ffffff;
    font-weight: bold;
    line-height: 55px;
    font-family: Roboto Condensed;
}
.title_ontent_element span.color_blue {
    color: #2e3092;
    font-size: 36pt;
    font-weight: bold;
    font-family: Roboto Condensed;
    line-height: 55px;
    display: block;
}
.wpb_wrapper {
    margin-bottom: 30px;
}
.wpb_text_column {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.wpb_text_column p {
    line-height: 26px;
    color: #fff;
    text-align: justify;
}
.wpb_text_column p a {
    color: #fff;
    text-decoration: underline;
}
.stats_counter h3 {
    color: #fff;
    margin: 0 0 14px;
    font-size: 50px;
/*    letter-spacing: 0;*/
    font-weight: 600;
    white-space: nowrap;
    line-height: 36px;
    padding: 17px 0 0;
}
.stats_counter .counter_title {
    clear: both;
    color: #fff;
    font-weight: 600;
}
.Success__Story .title_custom_heading {
    margin-bottom: 50px;
}
ul.news_list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 13px;
}
.box_news_home .news_list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0;
}
.news_list li .image {
    margin: 0 0 30px;
}
.box_news_home .news_list li .image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.box_news_home .news_list li .post_inner .image img {
    display: block;
    width: 100%;
    height: auto;
}
.box_news_home .news_list li .image a {
    position: relative;
    display: block;
}
.box_news_home .news_list li .image a:after {
    content: "\f067";
    font: 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}
.box_news_home .news_list li .image a:hover:before, .box_news_home .news_list li .image a:hover:after {
    opacity: 1;
}
.box_news_home .news_list li h5 {
    margin-bottom: 17px;
    padding-top: 0;
}
.box_news_home .news_list li h5:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: #ffa800;
    margin: 0 0 20px;
}
.box_news_home .news_list li h5 a {
    color: #1867b2;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.box_news_home .news_list li .date {
    position: relative;
    font-size: 13px;
    padding: 0 0 0 23px;
}
.box_news_home .news_list li .date:before {
    content: "\f017";
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    color: #ffa800;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
}
.box_news_home .news_list.posts_per_row_3 li {
    width: 33%;
}
section.partner_home {
    padding: 40px 0;
}

.img_news{
    height: 160px !important;
}
.slider_partner {
    padding: 20px 0;
}
.box_logo_partner img {
    height: 100%;
    object-fit: contain;
}

.box_logo_partner {
    height: 60px;
    overflow: hidden;
}
.personnel_recruitment {
  padding: 30px 0;
}
section.news_home {
    padding: 55px 0 70px 0;
}
.bg_gray {
    background: var(--gray-color);
}