@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/ROBOTO-REGULAR.TTF);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/ROBOTO-BOLD.TTF);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/ROBOTO-LIGHT.TTF);
}
body {
    font-size: 14px;
    font-family: Roboto-Regular;
    overflow-x: hidden;
    color: #000;
    line-height: 20px;
}
.container {
    width: 1200px;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
    color: #2957a4;
}
.d_inline {
    position: relative;
}
.d_flex {
    display: flex;
    justify-content: space-between;
}
.w_100 {
    width: 100%;
}
.clearfix-60 {
    clear: both;
    height: 60px;
}
.clearfix-40 {
    clear: both;
    height: 40px;
}
.clearfix-20 {
    clear: both;
    height: 20px;
}
.menu_mb {
    /*top: 0;
    position: fixed;*/
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
}
.menu_mb.fixed{
    position: fixed;
    top: 0;
    margin-bottom: 60px;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #0394d9;
    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: 10px;
    right: 5px;
}
.img_logo_mb {
    max-height: 50px;
}
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #efefef;
}
.nav-container {
    position: fixed;
    top: 100px;
    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.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.nav-container.fixed{
    top: 62px;
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.nav-toggle {
    border: 0;
    outline: 0;
    background: 0;
    z-index: 99;
    padding: 0;
    margin: 15px 10px;
}
.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: #5e5e5e;
}
.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);
}
.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu {
    background-color: #fff;
}
.nav-menu > .menu-item.is-active {
    background: #fff;
}
.nav-menu > .menu-item:hover {
    background: #fff;
}
.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
    color: #2957a4;
}
.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
    color: #000;
}
.nav-menu .menu-link {
    display: block;
    color: #000;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.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: #000;
    line-height: 25px;
}
.has-dropdown.is-active:after {
    content: "\2013";
}
.nav-dropdown {
    display: none;
    background-color: #fff;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block;
}
.nav-dropdown .nav-dropdown {
    background-color: #fff;
}
.nav-dropdown .menu-item {
    border-bottom: 1px solid #fff;
}
.nav-dropdown .menu-item .menu-link {
    display: block;
}
@media (min-width: 992px) {
    .mr_30{
        margin: 0 -30px;
    }
    .pd_30{
        padding: 0 30px;
    }
    .mr_10{
        margin: 0 -10px;
    }
    .pd_10{
        padding: 0 10px;
    }
    .w_80{
        width: 80%;
    }
    .w_20{
        width: 20%;
    }
    .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.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        font-size: 14px;
        content: "\f0dd";
        font-family: FontAwesome;
    }
    .nav-dropdown .has-dropdown:after {
        position: absolute;
        top: 3px;
        font-size: 14px;
        content: "\f105";
        font-family: FontAwesome;
    }
    .nav-dropdown {
        left: 0;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 180px;
        margin: 0;
        background-color: transparent;
        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: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-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: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(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: #fff;
        background: #2957a4;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
    .nav-menu > .menu-item > .menu-link {
        display: inline-block;
        padding: 15px 22px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    .nav-menu > .menu-item:last-child > .menu-link{
        padding-right: 0;
    }
    .nav-menu > .menu-item.active .nav-menu > .menu-item:hover {
        background: #7f1624;
    }
    .nav-menu > .menu-item {
        position: relative;
        float: left;
    }
    .nav-menu,
    .nav {
        background: none;
    }
    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
        color: #2957a4;
    }
    .nav-dropdown > .menu-item {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #2957a4;
    }
}
@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: 10px 30px;
    }
    .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 5px 40px;
    }
}
.d_inline .logo {
    position: absolute;
    left: 0;
    top: 0;
}
.logo_pc img{
    max-width: 100%;
}
.bt_menu {
    display: inline-block;
}
.menu_main {
    padding: 10px 0;
    float: right;
}
.sc_header_top{
    padding: 10px 0;
}
.hd_top{
    background: #2957a4;
    color: #fff;
    /*padding: 5px 0;*/
}
.addthis-smartlayers-desktop{
    display: none;
}
.hotline_top{
    padding: 5px 0;
}
.item_search img{
    width: 40px;
    padding: 7px 10px;
    background: #e16c26;
    margin-left: 10px;
}
.hd_top i{
    padding-right: 5px;
}
.sc_header_menu {
    padding: 10px 0;
}
.sc_header_menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 5px 5px #ccc;
}
.header_top{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.header_top .hotline_top,
.header_top .email_top{
    padding: 0 65px;
}
.header_top i{
    font-size: 18px;
    padding-right: 5px;
}
.form_search{
    z-index: 999;
    position: absolute;
    top: 40px;
    right: 65px;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    margin-top: 40px;
    transition: all 0.4s;
}
.form_search.active{
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
}
.form_search input{
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
}
.form_search .search{
    height: 38px;
    padding: 0px 5px;
    font-size: 16px;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    right: 5px;
    top: 1px;
    color: #2957a4;
    border: 0;
    outline: 0;
}
.slider_main .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
    display: flex;
    justify-content: center;
}
.slider_main .owl-dot span{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
}
.slider_main .owl-dot.active span{
    background: #767676;
}
.slider_main .item img{
    height: 420px;
    object-fit: cover;
}
.page_home_title{
    font-size: 24px;
    font-weight: bold;
    color: #033361;
    text-transform: uppercase;
    line-height: 35px;
    padding: 30px 0 20px;
    position: relative;
}
.page_home_title:after{
    content: "";
    width: 100px;
    height: 5px;
    background: #0293d8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider_banner_page .owl-dots{
    position: absolute;
    width: 100%;
    bottom: -20px;
    display: flex;
    justify-content: center;
}
.slider_banner_page .owl-dot span{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    border-radius: 50%;
    background: #000;
}
.slider_banner_page .owl-dot.active span{
    background: #767676;
}
.slider_banner_page .item img{
    height: 305px;
    object-fit: cover;
}
.title{
    font-size: 25px;
    font-weight: bold;
    color: #033361;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    line-height: 30px;
}
.title:after{
    content: "";
    width: 100px;
    height: 5px;
    background: #0293d8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.product_category_item{
    position: relative;
    margin-bottom: 60px;
}
.product_category_item .img_prd_cate{
    position: relative;
}
.product_category_item .img_prd_cate img{
    height: 360px;
}
.product_category_item .img_prd_cate:after{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.product_category_item .name_prd_cate{
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}
.product_category_item:hover .img_prd_cate:after{
    opacity: 1;
}
.product_category_item:hover .name_prd_cate{
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.list_partner li.partner_item{
    list-style: none;
    float: left;
    width: 20%;
    margin-bottom: 10px;
}
li.partner_item img{
    height: 150px;
    object-fit: contain;
}
.news_home_item a{
    display: block;
}
.img_news_home img{
    height: 215px;
    object-fit: cover;
}
.news_home_inner{
    padding: 15px;
}
.news_home_inner .cate_news a{
    display: block;
    font-size: 12px;
    color: #a4a3a3;
} 
.news_home_inner .title_news_home a{
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.news_home_inner .title_news_home:hover a{
    color: #2957a4;
}
.news_home_inner .time_post{
    font-size: 12px;
    color: #a4a3a3;
    padding: 5px 0;
}
.news_home_inner .description_news_home{
    height: 60px;
    overflow-y: hidden;
    color: #000;
}
.news_home_inner .view_more{
    display: inline-block;
    border-radius: 6px;
    padding: 8px 20px;
    box-shadow: 0 5px 10px #aaa;
    color: #033361;
    font-size: 12px;
    margin-top: 10px;
}
.news_home_inner .view_more:hover{
    background: #2957a4;
    color: #fff;
}
.load_more{
    padding: 8px 30px;
    background: #033361;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 6px 6px 0px rgb(4 156 220 / 39%);
}
.load_more:hover{
    background: #2957a4;
    color: #fff;
}
.support .title:after,
.support_right .title:after{
    display: none;
}
.support_item{
    position: relative;
    padding-left: 145px;
    margin-bottom: 20px;
}
.support_item .img_support{
    position: absolute;
    left: 0;
    width: 115px;
}
.support_item .img_support img{
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
}
.support_info{
    padding: 15px 0;
    min-height: 115px;
}
.support_info .name_support{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.phone_support, .email_support{
    line-height: 25px;
}
.phone_support i,
.email_support i{
    color: #0293d8;
    padding-right: 10px;
    font-size: 16px;
}
.support_left{
    width: 80%;
    margin: 40px auto 0;
}
.support_right{
    width: 80%;
    margin: 0 auto;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 53px -18px rgba(0,0,0,0.35);
}
.support .title{
    padding-bottom: 0;
    margin-bottom: 0;
}
.support_right .title{
    padding-bottom: 0;
    margin-bottom: 40px;
}
.support_right input::placeholder,
.support_right textarea::placeholder{
    font-size: 12px;
    color: #a7a6a5;
}
.btn_gui{
    padding: 5px 20px;
    background: #033361;
    color: #fff;
    font-size: 18px;
    border: 0;
    outline: 0;
}
.footer{
    padding: 50px 0;
    border-top: 1px solid #505050;
}
.title_footer{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer_item li{
    list-style: none;
    margin-bottom: 10px;
    line-height: 20px;
}
.footer_item li a{
    color: #000;
}
.footer_item li a:hover{
    text-decoration: underline;
}
.hotline_footer{
    font-weight: bold;
    font-size: 18px;
    color: #0293d8;
}
.dki_tuvan .form-group{
    margin: 30px 0;
}
.dki_tuvan input{
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
}
.btn_sub{
    padding: 0 30px;
    background: #0394d9;
    color: #fff;
}
.sub_mail p{
    margin-bottom: 0;
}
.zalo_fixed{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}
.coppy_right{
    padding: 5px 15px;
    background: #000;
    color: #fff;
}
.title_page{
    padding: 70px 0;
    background-image: url('../img/bg_top.jpg');
    background-position: 0 -440px;
    color: #fff;
}
.title_page .page_news{
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}
.title_page .title_page_contact{
    font-size: 36px;
}
.reason_item{
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 30px -4px rgba(0,0,0,.3);
}
.readon_pad{
    position: relative;
    padding-left: 150px;
}
.img_reason{
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
}
.img_reason img{
    height: 125px;
}
.reason_inner{
    min-height: 125px;
}
.reason_inner .title_reason{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.model img{
    max-width: 100%;
    margin: 20px auto;
}
.location{
    padding: 50px 0 100px;
    background-size: cover !important;
    color: #fff;
    position: relative;
}
.location:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #012331;
    opacity: .5;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.location_inner{
    position: relative;
    z-index: 9;
}
.location .title{
    color: #fff;
}
.location .title:after{
    background: #fff;
}
.des_location{
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.img_element img{
    display: block;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 20px auto;
}
.element_text{
    font-size: 16px;
    line-height: 25px;
}
.service_left{
    float: left;
    width: 50%;
}
.service_model img{
    float: left !important;
    width: 100% !important;
    display: block;
    margin: 0 auto;
}
.service_right{
    float: left;
    width: 50%;
    padding: 50px 30px;
    background: #01407b;
    color: #fff;
    height: 500px;
}
.img_service img{
    height: 500px;
}
.name_service{
    color: #fff;
}
.name_service:after{
    left: 0;
    transform: translateX(0);
    background: #fff;
}
.service_inner{
    margin: 10%;
    line-height: 25px;
    font-size: 16px;
}
.breadcrumb{
    background: 0;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #505050;
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family:  FontAwesome;
    font-size: 20px;
    color: #000;
}
.breadcrumb li a {
    color: #005173;
    font-weight: 600;
    font-size: 16px;
}
.breadcrumb li:last-child a{
    color: #333333;
}
.title_active{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.list_product{
    margin-top: 30px;
}
.product_item{
    margin-bottom: 30px;
}
.img_product{
    position: relative;
}
/*.img_product:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}*/
/*.img_first{
    max-width: 100%;
    margin: 0 auto;
}*/
.img_product img{
    height: 275px;
    object-fit: cover;
}
.img_product:hover:after{
    visibility: visible;
}
.product_info{
    padding: 15px;
    border: 1px solid #ccc;
}
.product_info .cate_parent a{
    color: #585858;
}
.product_info .name_prd a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 5px 0;
    line-height: 25px;
    height: 50px;
    overflow-y: hidden;
}
.product_info .name_prd:hover{
    color: #2957a4;
}
.product_info .price_prd{
    font-size: 18px;
    font-weight: bold;
    color: #054C8A;
    margin-top: 10px;
}
.col_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
.col_item:last-child{
    border-bottom: 0;
}
.title_right{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list_cate_right li{
    list-style: none;
    margin-bottom: 15px;
}
.list_cate_right li:before{
    content: "\f07b";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #ccc;
}
.list_cate_right li a{
    color: #000;
}
.search_right input,
.filter_sort select{
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    font-size: 16px;
}
.search_right .btn_tim{
    height: 42px;
    padding: 0 20px;
    border-radius: 10px;
    background: #004A9F;
    color: #fff;
    outline: 0;
}
.khoang_gia{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
}
.filter_action{
    padding: 5px 10px;
    height: 25px;
    color: #fff;
    background: #b5b658;
    border: 0;
    border-radius: 20px;
    outline: 0;
    line-height: 15px;
}
.fil_price{
    display: inline-flex;
    line-height: 30px;
}
#price, #price1{
    border: 0;
    max-width: 180px;
    padding-left: 5px;
    color: #6d6d6d;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border-color: #004a9f !important;
    background: #004a9f !important;
}
#slider-3{
    height: 8px !important;
    margin-left: 10px;
}
.ui-widget-header{
    background: #0483b9 !important;
}
.search_mb_prd input,
.search_mb_prd .btn_tk{
    height: 40px;
    line-height: 40px;
}
.search_mb_prd .btn_tk{
    width: 25%;
    border: 0;
    border-radius: 5px;
    background: #004A9F;
    color: #fff;
    outline: 0;
}
.btn_filter{
    font-size: 16px;
    font-weight: bold;
    color: #2c2b2b;
    margin-bottom: 20px;
}
.tt_contact{
    background: url(../img/bg_lienhe.png) no-repeat;
    background-size: cover;
    background-position-y: -140px;
}
.map_contact iframe{
    width: 100%;
    height: 300px;
}
.title_page .breadcrumb{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.title_page .breadcrumb a{
    color: #fff !important;
}
.title_page .breadcrumb li:before{
    color: #fff;
}
.title_posts:after{
    left: 0;
    transform: translateX(0);
}
.news_item{
    position: relative;
    margin-bottom: 30px;
}
.img_news img{
    height: 160px;
    object-fit: cover;
}
.news_info{
    padding: 10px;
    border: 1px solid #ccc;
}
.news_info .title_news{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    height: 50px;
    overflow-y: hidden;
}
.news_info .time_news{
    color: #515151;
    margin: 10px 0;
}
.description_news{
    height: 60px;
    overflow-y: hidden;
    color: #000;
}
.news_item .cate_news_parent{
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    top: 15px;
    left: 15px;
    font-size: 12px;
}
.cate_news_parent:hover{
    color: #2957a4;
}
.search_news input{
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}
.search_news .btn_tim{
    height: 40px;
    padding: 0 15px;
    border-radius: 10px;
    background: #004A9F;
    color: #fff;
    border: 0;
    outline: 0;
}
.list_cate_news{
    margin-left: 20px;
}
.list_cate_news li{
    list-style-position: inside;
    margin-bottom: 5px;
    line-height: 25px;
}
.list_cate_news li a{
    color: #000;
}
.list_cate_news li:hover a{
    color: #2957a4;
}
.title_news_main{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.news_content .news_image{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
#table_of_content{
    border: 1px solid #ccc;
}
.tt_mucluc{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.tt_mucluc:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}
.tt_mucluc[aria-expanded="true"]:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.tt_mucluc[aria-expanded="false"]:after,
.tt_mucluc:after{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: rotate(0);
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.open_collapse{
    padding: 20px 25px;
}
.open_collapse>div{
    line-height: 25px;
    margin-bottom: 10px;
}
.open_collapse>div a{
    color: #000;
}
.content_main .title_id{
    font-size: 18px;
    font-weight: bold;
    color: #2957a4;
    margin-bottom: 15px;
}
.content_main .content{
    line-height: 25px;
}
.pagination-container{
    margin-top: 10px;
}
.name_product{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.price_product{
    font-size: 24px;
    font-weight: bold;
    color: #004a9f;
    margin-bottom: 15px;
}
.cate_product_parent,
.cate_product_parent a{
    color: ##6d6d6d;
}
.list_tab_content{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.title_tab{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
{
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
.list_tab_content li{
    padding: 10px 20px;
}
.list_tab_content li.active a,
.list_tab_content li:hover a{
    color: #2957a4;
}
.content_tab_inner li{
    list-style: none;
    float: left;
    width: 40%;
    padding: 10px 0;
    margin: 0 30px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
    min-height: 65px;
    display: flex;
}
.content_tab_inner li b{
    display: inline-block;
    width: 230px;
}
.title_description{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2957a4;
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    header{
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    header, #footer, main {
        overflow-x: hidden;
    }
    .nav-menu{
        box-shadow: 0px 10px 53px -18px rgba(0,0,0,0.35);
    }
    .form_search {
        position: relative;
        width: 100%;
        opacity: 1;
        margin-top: 0;
        padding: 0 10px;
        top: 0;
    }
    .form_search .search{
        right: 15px;
    }
    .header_top{
        display: block;
    }
    .header_top .email_top,
    .menu_main{
        padding: 0;
    }
    .sc_header_menu{
        padding-bottom: 0;
    }
    .slider_main .item img {
        height: 250px;
    }
    .page_home_title{
        font-size: 18px;
    }
    .page_home_title{
        text-align: center;
        margin-bottom: 20px;
    }
    .page_home_title:after{
        left: 50%;
        transform: translateX(-50%);
    }
    .slider_banner_page .item img {
        height: 230px;
    }
    .product_category_item{
        margin-bottom: 30px;
    }
    .product_category_item .img_prd_cate img {
        height: 180px;
    }
    li.partner_item img{
        height: 90px;
    }
    .list_partner li.partner_item{
        width: calc(100% / 3);
    }
    .img_news_home img {
        height: 240px;
    }
    .dki_tuvan .form-group {
        margin: 15px 0;
    }
    .support_right{
        width: 100%;
    }
    .element_text{
        font-size: 14px;
    }
    .service_left, .service_right{
        width: 100%;
        height: auto;
    }
    .img_service img{
        height: auto;
    }
    .service_right{
        padding: 10px;
    }
    .service_right .service_inner{
        margin: 5%;
    }
    .readon_pad{
        padding-left: 115px;
    }
    .img_reason {
        width: 85px;
    }
    .img_reason img{
        height: 90px;
    }
    .reason_inner {
        min-height: 90px;
    }
    .title_right{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .col_item{
        border-bottom: 0;
        margin-bottom: 0;
    }
    .filter_mb select{
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        border: 1px solid #ccc;
    }
    .img_product img{
        height: 180px;
    }
    .list_product .row{
        margin: 0 -10px;
    }
    .list_product .col-xs-6{
        padding: 0 10px;
    }
    .tt_contact{
        background-position-y: 0;
    }
    .img_news img{
        height: 180px;
    }
    .title_news_main{
        font-size: 24px;
        line-height: 30px;
    }
    .list_tab_content {
        font-size: 13px;
    }
    .list_tab_content li {
        padding: 10px 5px;
    }
    .content_tab_inner li{
        width: 100%;
        margin: 0;
        min-height: auto;
    }
    .albery-container, .pagination-container{
        margin: 10px auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    header, #footer {
        overflow-x: hidden;
    }
    .sc_header_menu {
        background: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    #footer {
        overflow-x: hidden;
    }
}

/*.box{
    display: inline-block;
    height: 150px;
    margin-bottom: 20px;
    width: 100%;
    float:left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
    z-index: 999;
}*/

.loader9:before{
    content: "";
    position: absolute;
    top: 0px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader9g 3s ease-in-out infinite;
            animation: loader9g 3s ease-in-out infinite;
}
.loader9{
    position: relative;
    width: 12px;
    height: 12px;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    background-color: #000;
}
.loader9:after{
    content: "";
    position: absolute;
    top: 0px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader9d 3s ease-in-out infinite;
            animation: loader9d 3s ease-in-out infinite;
}
@-webkit-keyframes loader9g{
    0%{ left: -25px; background-color: #7d7b7b; }
    50%{ left: 0px; background-color: #282828;}
    100%{ left:-25px; background-color: #7d7b7b; }
}
@keyframes loader9g{
    0%{ left: -25px; background-color: #7d7b7b; }
    50%{ left: 0px; background-color: #282828;}
    100%{ left:-25px; background-color: #7d7b7b; }
}
@-webkit-keyframes loader9d{
    0%{ left: 25px; background-color: #7d7b7b; }
    50%{ left: 0px; background-color: #282828;}
    100%{ left:25px; background-color: #7d7b7b; }
}
@keyframes loader9d{
    0%{ left: 25px; background-color: #7d7b7b; }
    50%{ left: 0px; background-color: #282828;}
    100%{ left:25px; background-color: #7d7b7b; }
}