@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/ROBOTO-REGULAR.TTF)
}
@font-face {
    font-family: Opensans-Regular;
    src: url(../fonts/OPENSANS-REGULAR.TTF)
}
@font-face {
    font-family: Opensans-Bold;
    src: url(../fonts/OPENSANS-BOLD.TTF)
}
body {
    font-size: 14px;
    font-family: Opensans-Regular;
    overflow-x: hidden;
    color: #000;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
    color: #017143;
}
.color {
    color: #8e1417;
}
.cl_0 {
    color: #000;
}
.cl_f {
    color: #fff;
}
.clearfix-60 {
    clear: both;
    height: 60px;
}
.clearfix-30 {
    clear: both;
    height: 30px;
}
.clearfix-20 {
    clear: both;
    height: 20px;
}
.menu_mb {
    background: #fff;
    z-index: 9;
    height: 60px;
}
.top_mb {
    padding: 10px 0;
}
.logo_mb {
    padding: 0 10px;
}
.language_mb,
.search_mb {
    padding: 5px;
}
.top_mb .right {
    float: right;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #002f1c;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb {
    max-height: 50px;
}
.logo_pc img {
    padding-top: 35px;
}
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
    font-family: Roboto-Regular;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #efefef;
}
.nav-container {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -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: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-toggle {
    border: 0;
    background: 0;
    z-index: 99;
    padding: 0;
    margin: 7px 10px;
}
.nav-toggle:focus {
    outline: 0;
}
.nav-toggle .icon-menu {
    position: relative;
    width: 28px;
    height: 20px;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #257f35;
}
.icon-menu .line-1 {
    top: 0;
}
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
.is-active .icon-menu .line-2 {
    opacity: 0;
}
.icon-menu .line-3 {
    bottom: 0;
}
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.nav-menu {
    background-color: #257f35;
}
.nav-menu>.menu-item.is-active {
    background: #257f35;
}
.nav-menu>.menu-item:hover {
    background: #257f35;
}
.nav-menu>.menu-item.is-active.has-dropdown:after,
.nav-menu>.menu-item:hover.has-dropdown:after {
    color: #017143;
}
.nav-menu>.menu-item.is-active a,
.nav-menu>.menu-item:hover a {
    color: #fff;
}
.nav-menu .menu-link {
    color: #fff;
    display: block;
    padding: 10px 15px;
}
.has-dropdown {
    position: relative;
    cursor: pointer;
}
.has-dropdown>.menu-link {
    display: inline-block;
}
.has-dropdown:after {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    height: 30px;
    content: "+";
    color: #fff;
    line-height: 25px;
}
.has-dropdown.is-active:after {
    content: "\2013";
}
.nav-dropdown {
    display: none;
    background-color: #8e1417;
}
.has-dropdown.is-active>.nav-dropdown {
    display: block;
}
.nav-dropdown .nav-dropdown {
    background-color: #e84545;
}
.nav-dropdown .menu-item {
    border-bottom: 1px solid #fff;
}
.nav-dropdown .menu-item .menu-link {
    display: block;
    padding: 5px 10px;
}
@media (min-width: 992px) {
    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu>.menu-item:hover,
    .nav-menu>.menu-item.is-active {
        background-color: transparent;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    .nav-menu>.has-dropdown:after {
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        content: "\f107";
        font-family: FontAwesome;
        color: #8e1417;
    }
    .nav-dropdown .has-dropdown:after {
        position: absolute;
        top: 3px;
        font-size: 14px;
        content: "\f105";
        font-family: FontAwesome;
    }
    .nav-dropdown {
        left: -35%;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 250px;
        margin: 0;
        background-color: #8e1417;
        border-radius: 0;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
        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%);
    }
    .has-dropdown:hover>.nav-dropdown {
        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);
    }
    .nav-dropdown .menu-item:last-child {
        border-bottom: none;
    }
    .nav-dropdown>.menu-item:hover>.menu-link,
    .nav-dropdown>.nav-dropdown>.menu-item:hover>.menu-link {
        color: #000;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
    .nav-menu>.menu-item>.menu-link {
        font-weight: 600;
        display: inline-block;
        padding: 10px 11px;
        color: #8e1417;
        font-size: 20px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .nav-menu>.menu-item.active .nav-menu>.menu-item:hover {
        background: #7f1624;
    }
    .nav-menu>.menu-item {
        position: relative;
    }
    .nav-menu {
        display: flex;
        justify-content: space-between;
    }
    .nav-menu,
    .nav {
        background: none;
    }
    .nav-menu>.menu-item.is-active>.menu-link,
    .nav-menu>.menu-item:hover>.menu-link {
        color: #044029;
    }
    .nav-dropdown>.menu-item {
        background: #8e1417;
        border-bottom: 1px solid #ccc;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .menu-item {
        border-bottom: 1px solid #fff;
    }
    .menu-item:last-child {
        border-bottom: 0;
    }
    .nav-dropdown .menu-item {
        border-bottom: 0;
        border-top: 1px solid #fff;
    }
    .nav-dropdown>.menu-item>.menu-link {
        padding: 5px 30px;
    }
    .nav-dropdown .nav-dropdown .menu-item>.menu-link {
        padding: 5px 40px;
    }
    .nav-menu>.menu-item.is-active.has-dropdown:after,
    .nav-menu>.menu-item:hover.has-dropdown:after {
        color: #fff;
    }
    .menu .menu-item.d-block {
        padding: 5px;
        background: #fff;
    }
}
/*============================*/
.header_top {
    background: #fff;
    z-index: 9;
    position: relative;
}
.header_top.fixed {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 3px 5px #ccc;
}
.right_top {
    padding: 10px 0;
    justify-content: flex-end;
}
.right_top a:hover {
    color: #000;
}
.language.active {
    border-bottom: 2px solid #017143;
}
.tracking {
    padding: 5px 20px;
    border: 1px solid #017143;
    border-radius: 5px;
}
.tracking:hover {
    background: #017143;
    color: #fff !important;
}
.form_search {
    position: absolute;
    top: 86px;
    right: 0;
    width: 350px;
    opacity: 0;
    pointer-events: none;
    margin-top: 40px;
    transition: all 0.4s;
    z-index: 9;
}
.form_search.active {
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
}
.form_search input {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}
.form_search .search {
    height: 48px;
    padding: 0px 20px;
    font-size: 20px;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    right: 0;
    top: 1px;
    color: #009c4c;
    border: 0;
    outline: 0;
}
.text_banner {
    position: absolute;
    width: 400px;
    bottom: 70px;
top: 30%;
    right: 12%;
    margin: 0 auto;
    padding: 10px 20px;
}
.owl-carousel .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: 0 !important;
}
.slider_main .owl-dot.active span,
.slider_main .owl-dot:hover span {
    border: 1px solid #017143;
    background: #017143 !important;
}
.page_home {
    background-size: 100% 100%;
    padding: 50px 0 20px;
}
.title_box {
    font-family: Opensans-Bold;
    font-size: 24px;
    margin-bottom: 10px;
}
.content_box {
    padding: 0 50px;
    position: relative;
    line-height: 30px;
}
.box_page_item:nth-child(odd) .content_box:after {
    content: "";
    width: 1px;
    height: 90%;
    background: #000;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.factory_home {
    padding: 35px 0;
}
.title_sec {
    font-size: 24px;
    font-family: Opensans-Bold;
    margin-bottom: 35px;
}
.owl-carousel .owl-nav [class*='owl-'] {
    opacity: 1 !important;
}
.name_factory {
    position: absolute;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: Opensans-Bold;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1;
}
.name_factory:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_below.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.slider_factory .item img {
    height: 300px;
    object-fit: cover;
}
.cate_item {
    display: flow-root;
    margin-bottom: 30px;
}
.cate_item .image {
    float: left;
    width: 60%;
}
.cate_item .image>img {
    height: 500px;
    object-fit: cover;
}
.cate_item .info_cate {
    float: left;
    width: 40%;
    background: #a82d30;
    height: 500px;
    overflow-y: hidden;
    position: relative;
}
.cate_item .info_cate:before {
    position: absolute;
    content: '';
    background: url(../img/bg_info.png) no-repeat;
    display: block;
    width: 346px;
    height: 136px;
    background-size: 100%;
    bottom: -45px;
    left: 0;
    z-index: -1;
}
.info_cate {
    padding: 100px 30px 100px 150px;
}
.title_cate {
    font-size: 24px;
    font-family: Opensans-Bold;
    margin-bottom: 45px;
}
.title_cate a:hover {
    color: #000;
}
.description_cate {
    line-height: 30px;
    height: 215px;
    overflow-y: hidden;
}
.box_view_more {
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 40px;
}
.box_view_more:hover {
    background: #fff;
    color: #017143;
}
.cate_item:nth-child(odd) .image {
    float: left;
}
.cate_item:nth-child(odd) .info_cate {
    float: right;
    background: #8e1417;
    padding: 100px 150px 100px 30px;
}
.news_home_inner .title_news_home {
    font-size: 16px;
    font-family: Opensans-Bold;
    padding: 10px 0;
}
.description_news {
    line-height: 30px;
}
.news_home {
    padding: 20px 0;
}
/*.slider_news{
    background: url(../img/backgorund_home_top.png) no-repeat;
    background-position: 0 100%;
    background-size: 100% 38%;
}
.slider_news .news_home_inner{
    display: none;
}
.slider_news .owl-item.active.center .news_home_inner{
    display: block;
}*/
@media(min-width: 992px) {
    /*.slider_news .owl-prev{
        left: 20% !important;
    }
    .slider_news .owl-next{
        right: 20% !important;
    }*/
    .slider_brand .owl-prev {
        left: -30px !important;
    }
    .slider_brand .owl-next {
        right: -30px !important;
    }
    .mr_30 {
        margin: 0 -30px
    }
    .pd_30 {
        padding: 0 30px
    }
}
.slider_news .owl-nav {
    top: 30% !important;
}
.slider_news .item img {
    height: 220px;
    object-fit: cover;
}
.brand_fomex {
    padding: 30px 0;
}
.title_brand {
    background: url(../img/bg_thuonghieu.png) no-repeat;
    font-family: Opensans-Bold;
    font-size: 24px;
    background-size: 75%;
    background-position: 57% 50%;
    margin-bottom: 40px;
    color: #8e1417;
}
.slider_brand i.fa {
    font-size: 30px;
    color: #b3b3b3;
}
footer {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    padding: 35px 0 0;
}
.title_footer {
    font-weight: bold;
    font-family: arial;
    font-size: 16px;
    margin-bottom: 10px;
}
.title_footer img {
    margin-right: 5px;
}
.footer_item li a {
    color: #fff;
}
.footer_item li {
    line-height: 30px;
    list-style-position: inside;
    padding-left: 20px;
}
.footer_item .list-inline li {
    position: relative;
    padding-left: 40px;
}
.footer_item .list-inline i {
    position: absolute;
    left: 15px;
    top: 8px
}
.ft_end {
    justify-content: space-between;
}
.footer_bottom {
    position: relative;
    padding: 20px 0;
    z-index: 9;
}
.footer_bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002f1c;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: -1;
}
.coppy_right p {
    margin-bottom: 0;
}
.link_network a {
    padding: 0 5px;
}
.title_service {
    font-size: 30px;
    margin-bottom: 25px;
}
.content_service img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 20px auto;
}
.list_service,
.service_item {
    padding: 20px 0;
    line-height: 30px;
}
/*=======step=========*/
.step_service,
.development_process {
    display: flow-root;
}
.steps {
    float: left;
    width: 100%
}
.steps .step {
    display: table-cell;
    width: 1%;
    text-align: center
}
.steps .step img {
    margin: 0 auto;
    display: block
}
.steps .step .step-img {
    position: relative;
    margin-bottom: 25px
}
.steps .step .step-img .step_circle {
    width: 50px;
    height: 50px;
    background: #aeb6bf;
    border-radius: 50%;
    margin: 0 auto;
}
.steps .step.active .step-img .step_circle {
    background: #017143;
}
.steps .step .step-img:before {
    content: '';
    background-color: #aeb6bf;
    width: 100%;
    left: 0;
    height: 5px;
    margin-top: -1px;
    top: 50%;
    position: absolute;
    z-index: -1
}
.steps .step .step-img.has-shadow img {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.3)
}
.steps .step .title_step {
    text-transform: uppercase
}
.steps .step:first-child .step-img:before {
    width: 100%
}
.steps .step:last-child .step-img:before {
    width: 100%
}
.steps .step.active .step-img:before {
    background-color: #017143
}
.steps .step.active .step-img:after {
    background-color: #017143
}
.steps .step:last-child .step-img:after {
    content: "";
    background: url(../img/arrow.png) no-repeat;
    width: 27px;
    height: 23px;
    background-size: 100% 100%;
    position: absolute;
    right: -22px;
    transform: translateY(-50%);
}
.steps .step.active:last-child .step-img:after {
    background: url(../img/arrow_active.png) no-repeat;
}
.steps .step.active:last-child .step-img:after {
    background-color: transparent;
    color: #017143
}
.steps.register-steps .step .step-img img {
    cursor: pointer
}
.steps.register-steps .step .step-img:before {
    top: 50%
}
.steps.register-steps .step .title_step {
    font-size: 14px;
    color: #aeb6bf;
    text-transform: none;
    line-height: 1.4;
    max-width: 135px;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
    font-weight: bold;
}
.steps.register-steps .step:last-child .step-img:after {
    top: 50%
}
.steps.register-steps .step.active {
    position: relative
}
.steps.register-steps .step.active .title_step {
    color: #000
}
.steps.register-steps .step.current:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #e9eef4 transparent
}
.register-step-sec {
    padding-bottom: 0;
    background-color: #f8f8f8
}
.step-inner {
    float: left;
    width: 100%;
}
.step-inner .main {
    background: #e9eef4;
    padding: 30px 20px;
}
.step_service .all {
    margin-top: 60px;
}
.month_step {
    color: #aeb6bf;
    font-weight: bold;
    margin-bottom: 15px;
}
.step.active .month_step {
    color: #000;
}
.content_development .main {
    background: 0;
    padding: 0;
}
.step_development .steps.register-steps .step.current:after {
    display: none;
}
/*===========STEP NEW==========*/
.tl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.tl_btns,
.tl_c-w {
    width: 100%;
}
.tl_c-w {
    margin-top: 30px;
    background: #e9eef4;
    padding: 30px 20px;
}
.tl_c {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.tl_c.active {
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
}
.tl_btns {
    margin-bottom: 50px;
    padding: 0;
    position: relative;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tl_btns.last:after {
    background: url(../img/arrow_active.png) no-repeat;
}
.tl_btns:after {
    content: "";
    background: url(../img/arrow.png) no-repeat;
    width: 27px;
    height: 23px;
    top: 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}
.tl_btns li {
    list-style-type: none;
    flex: 1 auto;
    position: relative;
    text-align: center;
    color: #017143;
    padding: 10px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.tl_btns li:before,
.tl_btns li:after {
    content: "";
    transition: background 0.47s linear;
}
.tl_btns li span {
    color: #000;
    position: absolute;
    left: 50%;
    margin-top: 30px;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1;
    transition: 0.15s ease;
    letter-spacing: 0.63px;
    font-weight: 400;
    padding: 1px 2px 1px 3px;
    font-size: 15px;
    font-weight: bold;
}
.tl_btns li span:hover {
    color: #017143;
}
.tl_btns li:last-child:after {
    width: 150%;
}
.tl_btns li:before {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #aeb6bf;
}
.tl_btns li:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #aeb6bf;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    z-index: -1;
}
.tl_btns li:first-child:after {
    content: none;
}
.tl_btns li.original-active span {
    color: #000;
    font-weight: bold;
}
.tl_btns li.active:before {
    background: #8e1417;
}
.tl_btns li.active+li.active:after {
    background: #8e1417;
}
.tl_btns li b.title_step {
    color: #000;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    line-height: 1;
    transition: 0.15s ease;
    padding: 1px 2px 1px 3px;
    font-size: 15px;
}
@media(max-width: 992px) {
    .tl {
        margin-top: 0;
    }
    .tl_btns li {
        margin-bottom: 30px;
    }
    .tl_btns li span {
        margin-top: 10px;
    }
    .tl_btns:after {
        top: 31%
    }
    .tl_btns {
        margin-bottom: 0;
    }
    .development_process .tl_btns {
        margin: 50px 0;
    }
    .tl_btns li b.title_step {
        top: -45px;
    }
    .tl_btns li span {
        font-size: 13px;
    }
    .text_banner_top {
        font-size: 16px !important;
    }
}
/*@media (max-width: 800px) {
  body {
    padding: 30px;
  }
  .tl_c-w {
    margin-top: 0;
  }
  .tl_btns:after {
    display: none;
  }
  .tl_btns li {
    flex: 1 0 10%;
    margin-bottom: 15px;
  }
  .tl_btns li.original-active span {
    color: #fff;
    background: transparent;
  }
  .tl_btns li.active:before {
    background: #607D8B;
  }
  .tl_btns li span {
    padding-top: 0;
    top: 0;
    background: transparent;
    color: black;
  }
  .tl_btns li span:hover {
    background: transparent;
  }
  .tl_btns li:before {
    width: 60px;
    height: 60px;
  }
  .tl_btns li:after {
    display: none;
  }
}*/
/*=============================*/
/*====================*/
.development_process {
    padding: 30px 0;
}
.group_box_item {
    margin: 0 -15px;
    margin-bottom: 50px;
}
.group_box_item .image_box,
.group_box_item .box_inner_right {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.image_box img {
    margin: 0 auto;
}
.box_inner_right {
    padding: 20px 15px !important;
}
.box_inner_right .title_box {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.box_inner_right .title_box a {
    font-size: 20px;
    font-family: Opensans-Bold;
    color: #000;
}
.title_box a:hover {
    color: #017143;
}
.description_box {
    padding: 15px 0;
    line-height: 25px;
}
.view_more {
    padding: 8px 30px;
    background: #8e1417;
    border: 1px solid #8e1417;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
}
.view_more:hover {
    background: #fff;
    color: #017143;
}
.group_box_item:nth-child(even) .image_box {
    float: right;
}
.group_box_item:nth-child(even) .box_inner_right {
    float: left;
}
.page_contact {
    margin-top: 90px;
}
.page_contact .form-control {
    border-radius: 0;
    background: #f6f6f6;
    height: 40px;
    line-height: 40px;
    box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%);
}
.page_contact .form-control:focus {
    border-color: 0;
    box-shadow: none;
}
.page_contact .form-control::placeholder {
    font-size: 13px;
    color: #000;
}
.page_contact textarea {
    height: 150px !important;
    line-height: 20px !important;
}
.btn_gui {
    height: 55px;
    line-height: 45px;
    width: 200px;
    background: #8e1417;
    color: #fff;
    font-weight: bold;
}
.infomation_company {
    padding-left: 30px;
}
.name_company {
    font-family: Opensans-Bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.branch_item {
    margin-bottom: 15px;
}
.branch_item li {
    line-height: 30px;
}
.follow_us a {
    padding: 0 10px;
}
.map_contact {
    margin: 50px 0;
}
.map_contact iframe {
    width: 100%;
    height: 500px;
}
.list_tab_product {
    background: #c9c9c9;
    /*justify-content: space-between;*/
}
.list_tab_product li a {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
}
.list_tab_product li a.active {
    background-color: #8e1417 !important;
    color: #fff !important;
    border-color: #8e1417 !important;
    border-radius: 0;
}
.list_tab_product li a:hover {
    border-color: #c9c9c9 !important;
}
.product_item:nth-child(odd) .info_cate {
    float: left;
    background: #8e1417;
    padding: 20px 15px 15px 20px;
    width: 45%;
    height: 355px;
}
.product_item .title_cate {
    margin-bottom: 15px;
}
.product_item:nth-child(odd) .image {
    float: right;
    width: 55%
}
.product_item:nth-child(even) .info_cate {
    float: right;
    background: #8e1417;
    padding: 20px 20px 15px 15px;
    width: 45%;
    height: 355px;
}
.product_item:nth-child(even) .image {
    float: left;
    width: 55%
}
.product_item .description_cate {
    height: 205px;
    overflow-y: hidden;
}
.title_tskt,
.title_dt {
    font-size: 15px;
    margin-bottom: 0;
}
.product_item .image .item img {
    height: 355px;
    object-fit: cover;
}
.content_tab {
    margin-top: 50px;
}
.product_item {
    margin-bottom: 40px;
}
.product_bycategory {
    margin: 30px 0;
}
.page_member {
    margin: 30px 0;
}
.content_member img {
    max-width: 100%;
    height: auto !important;
    margin: 20px auto;
}
.list_member_companies {
    display: flow-root;
}
.member {
    margin-bottom: 50px;
}
.title_member {
    font-size: 18px;
    margin-bottom: 10px;
}
.member_inner .content_member_inner {
    float: left;
    width: 50%;
    padding: 20px;
    background: #f2f2f2;
    height: 360px;
    overflow-y: hidden;
}
.member_inner .image {
    float: left;
    width: 50%;
}
.member_inner .image img {
    height: 360px;
    object-fit: cover;
}
.content_inner {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.info_member {
    line-height: 30px;
}
.link_ytb {
    margin-top: 10px;
}
.link_ytb i {
    font-size: 50px;
    color: #ff0000;
    transform: translateY(10px);
}
.member:nth-child(odd) .image {
    float: left;
}
.member:nth-child(odd) .content_member_inner {
    float: right;
}
.img_news {
    position: relative;
    overflow: hidden;
}
.img_news img {
    height: 335px;
    object-fit: cover;
}
.img_news:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
    background: #8e1417;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
    z-index: 1;
}
.img_news:hover:before {
    opacity: 0.4;
    -webkit-transform: scale(1.55);
    -moz-transform: scale(1.55);
    -ms-transform: scale(1.55);
    transform: scale(1.55);
}
.news_item_inner .title_news {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin: 25px 0 5px;
}
.news_item_inner .description_news {
    max-height: 150px;
    overflow-y: hidden;
    line-height: 25px;
}
.bottom_news {
    margin-top: 10px;
    justify-content: space-between;
    line-height: 55px;
}
.view_news {
    width: 55px;
    height: 55px;
    background: #8e1417;
}
.news_item .title_news:hover {
    color: #017143;
}
.view_news:hover {
    background: #017143
}
.news_item {
    margin-bottom: 30px;
}
.list_news {
    margin: 30px 0;
}
.page_tracking {
    width: 70%;
    margin: 80px auto;
}
.form_check {
    margin-bottom: 50px;
}
.form_check input.form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: #c9c9ca;
    border: 0;
}
.form_check input.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form_check input.form-control::placeholder {
    color: #828384;
}
.form_check .btn_submit {
    height: 50px;
    padding: 0 30px;
    background: #231f20;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    outline: 0;
}
.title_result {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.number_contract,
.status_contract {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.number_contract span {
    padding-left: 5px;
}
.status_contract span {
    color: #ed2121;
    font-weight: normal;
    display: block;
    padding-left: 5px;
    margin-bottom: 5px;
}
.status_contract i {
    color: #333;
}
.result {
    width: 40%;
    margin: 0 auto;
}
.text_banner h4>p{
    font-size: 30px;
}
@media (max-width: 480px) {
    .nav-menu.menu {
        border: 1px solid #e1e1e1;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }
    main,
    footer {
        overflow-x: hidden;
    }
    .form_search {
        top: 55px;
        right: 5px;
    }
    .page_home {
        background-size: 100%;
        padding: 15px 0;
    }
    .box_page_item:nth-child(odd) .content_box:after {
        width: 50px;
        height: 1px;
        top: 110%;
        right: 50%;
        transform: translateX(50%);
    }
    .box_page_item:first-child {
        margin-bottom: 30px;
    }
    .content_box {
        padding: 0;
    }
    .factory_home {
        padding: 10px 0;
    }
    .cate_item .image {
        width: 100%;
        float: unset;
    }
    .cate_item .image img {
        height: auto;
    }
    .cate_item .info_cate,
    .cate_item:nth-child(odd) .info_cate {
        width: 100%;
        padding: 20px 20px 60px;
        height: auto;
        float: unset;
    }
    .news_home {
        padding: 0 10px;
    }
    .slider_news,
    .title_brand {
        background: 0;
    }
    .footer_item {
        margin-bottom: 15px;
    }
    footer {
        background-size: cover;
    }
    .ft_end {
        display: block !important;
    }
    .coppy_right {
        margin-bottom: 10px;
    }
    .title_service {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .steps .step:last-child .step-img:after {
        right: -10px;
    }
    .steps.register-steps .step .title_step {
        height: 70px;
        padding: 5px;
    }
    .development_process .steps .step {
        position: relative;
        display: block;
        float: left;
        width: 25%;
    }
    .group_box_item .image_box,
    .group_box_item .box_inner_right {
        float: unset;
        width: 100%;
    }
    .image_box img {
        height: 180px;
        object-fit: cover;
    }
    .page_contact {
        margin-top: 20px;
    }
    .infomation_company {
        margin-top: 20px;
        padding-left: 0;
    }
    .map_contact iframe {
        height: 250px;
    }
    .list_tab_product {
        position: relative;
    }
    .list_tab_product li a {
        font-size: 14px;
        width: 100%;
        padding: 8px 5px;
    }
    .list_tab_product li {
        width: 50%;
    }
    .product_item .description_cate,
    .product_item:nth-child(even) .info_cate {
        height: auto;
        overflow: visible;
    }
    .product_item .image .item img {
        height: auto;
    }
    .product_item:nth-child(odd) .image,
    .product_item:nth-child(even) .image,
    .product_item:nth-child(even) .info_cate {
        width: 100%;
    }
    .description_member {
        text-align: justify !important;
    }
    .member_inner .content_member_inner,
    .member_inner .image,
    .member_inner .image img {
        width: 100%;
        height: auto;
    }
    .img_news img {
        height: 150px
    }
    .news_item_inner .title_news {
        font-size: 15px;
        margin-top: 5px;
    }
    .content_tab {
        margin-top: 10px;
    }
    .title_sec {
        margin-bottom: 15px;
    }
    .page_tracking {
        width: 100%;
        margin: 20px 0;
    }
    .form_check .btn_submit {
        padding: 0 5px;
        font-size: 13px;
    }
    .result {
        width: 100%;
    }
    .title_result {
        font-size: 22px;
    }
    .status_contract {
        display: block !important;
    }
    .text_banner_top {
        width: 80% !important;
    }
    .text_banner {
        display: none;
        width: 80%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12px !important;
        padding: 10px 20px;
    }
    .text_banner h4>p{
        font-size: 18px;
    }
    .text_banner .text-left{
        display: none;
    }
    .box_view_more {
        bottom: 30px;
        position: absolute;
    }
    .description_cate {
        line-height: 30px;
        height: 175px;
        overflow-y: hidden;
        margin-bottom: 30px;
    }
    .tl_btns li:before {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .nav-menu.menu {
        border: 1px solid #e1e1e1;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }
    main,
    footer {
        overflow-x: hidden;
    }
    .form_search {
        top: 50px;
        right: 50px;
    }
    .text_banner {
        font-size: 24px
    }
    .page_home {
        background-size: 100%;
        padding: 15px 0;
    }
    .content_box {
        padding: 0;
    }
    .cate_item .image>img,
    .cate_item .info_cate {
        height: 350px;
    }
    .cate_item .info_cate,
    .cate_item:nth-child(odd) .info_cate {
        padding: 10px;
    }
    .title_cate {
        margin-bottom: 10px
    }
    .slider_news {
        background-position: 0 62%;
        background-size: 100% 20%;
    }
    .title_brand {
        background: 0;
    }
    .steps .step:last-child .step-img:before {
        width: 95%
    }
    .steps .step:last-child .step-img:after {
        right: 0
    }
    .content_tab {
        margin-top: 10px;
    }
    .list_tab_product {
        position: relative;
    }
    .list_tab_product li a {
        font-size: 14px;
        width: 100%;
        padding: 8px 5px;
    }
    .title_cate {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .title_sec {
        margin-bottom: 15px;
    }
    .result {
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    main,
    footer {
        overflow-x: hidden;
    }
    .nav-menu>.menu-item>.menu-link {
        font-size: 14px;
    }
    .text_banner {
        font-size: 24px
    }
    .page_home {
        background-size: 100%;
        padding: 15px 0;
    }
    .content_box {
        padding: 0;
    }
    .cate_item .info_cate,
    .cate_item:nth-child(odd) .info_cate {
        padding: 25px;
    }
    .slider_news {
        background-position: 0 75%;
        background-size: 100% 25%;
    }
    .steps .step:last-child .step-img:before {
        width: 95%
    }
    .steps .step:last-child .step-img:after {
        right: 0
    }
    .content_tab {
        margin-top: 10px;
    }
    .list_tab_product {
        position: relative;
    }
    .list_tab_product li a {
        font-size: 14px;
        width: 100%;
        padding: 8px 5px;
    }
    .title_cate {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .title_sec {
        margin-bottom: 15px;
    }
    .img_news img {
        height: 280px;
    }
    .result {
        width: 100%;
    }
}
@media (min-width: 991px) {
    .menu-link.active:after {
        content: "";
        width: 50px;
        height: 2px;
        background: #017143;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .box_view_more {
        margin-top: 10px;
        position: absolute;
        bottom: 30px;
    }
}
.banner_top {
    position: relative;
}
.text_banner_top {
    padding: 10px;
    width: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    color: #fff;
    /*background: #000;*/
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
}
.text_banner_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8e1417;
    opacity: 0.6;
    z-index: -1;
}
.fb-comments {
    width: 100%;
}
.tt_related_news {
    font-size: 24px;
    margin-bottom: 15px;
}
.list_related li {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 15px;
}
.list_left li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.right_news_content {
    border-left: 1px solid #ccc;
}
.pagination {
    justify-content: center;
}
.page-item a:hover {
    z-index: 2;
    color: #0bab3b;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item a:focus {
    z-index: 3;
    color: #0bab3b;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0bab3b4d;
}
.page-item:not(:first-child) a {
    margin-left: -1px;
}
.page-item.active a {
    z-index: 3;
    color: #fff;
    background-color: #0bab3b;
    border-color: #0bab3b;
}
.page-item.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item a {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.span_phone,
.a_phone,
.a_email,
.span_email{
    color: #366c63;
}
.span_phone{
    border-right: 1px solid #366c63;
    padding-right: 10px;
    margin-right: 10px;
}
.span_email{
    margin-right: 20px;
}
/* .span_phone::after{
    content: '|';
} */
.a_phone:hover,
.a_email:hover{
    color: tomato !important;
}
.search-top{
    cursor: pointer;
}
.text_banner h4{
    position: relative;
}
.text_banner h4::before{
    bottom: 0;
    content: '';
    width: 85%;
    height: 2px;
    position: absolute;
    background-color: #fff;
    left: 0;
    margin-bottom: -14px;
}
.text_banner > p{
    font-size: 18px;
    padding-top: 6px;
    text-align: justify;
}
.specifications-more{
    margin-top: 10px;
}
.specifications-more a{
    color: #fff;
    border: 1px #fff solid;
    padding: 10px 15px;
    cursor: pointer;
}
.specifications-more:hover a{
    color: #009c4c;
    background-color: #fff;
}
.more-box_menu li{
    list-style: none;
    border-bottom: 1px solid #8e1417;
}
.more-box_title{
    text-transform: uppercase;
    color: #8e1417;
    font-size: 24px;
    font-weight: 600;
}
.more-box_menu li a{
    color: #8e1417;
    font-size: 16px;
    padding: 10px 0px;
    display: block;
}
.more-box_menu li:hover a{
    color: #333;
}
.more-box1{
    margin-bottom: 48px;
}
.more-box2_menu li{
    list-style: none;
    display: flex;
    align-items: center;
}
.more-box2_menu li a{
    color: #333333;
    font-size: 14px;
    padding: 10px 0px;
    display: block;
    margin-left: 3px;
}
.more-box2_menu li:hover i,
.more-box2_menu li:hover a{
    color: #8e1417;
}
.more-box2{
    margin-bottom: 48px;
}
.more-box{
    padding: 30px 0px;
}
.more-box_right h1{
    font-size: 24px;
    color: #8e1417;
    text-transform: uppercase;
}
.more-box_right p{
    padding: 16px 0px;
    margin: 0;
}
.more-box_right ul li{
    margin-left: 40px;
    padding: 5px 0px 5px 0px;
}
.more-box_right img{
    max-width: 100% !important;
}
.fixx{
    border-left: 1px solid #c0c2c2;
}
.slide-h4{
    font-size: 40px;
}