@charset "utf-8";
/* # reset
---------------------------------------------------------------------------- */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
th,
td,
form,
address,
pre,
caption,
cite,
code,
dfn,
var {
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fff;
    color:#222;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-x: hidden;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* # style
---------------------------------------------------------------------------- */

.pc {
    display: block;
}

.mobile {
    display: none;
}

.sec_head_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}


.logo {
    width: 110px;
}

.h_block {
    width: calc(100% - 120px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
}

.h_acc {
    width: auto;
}

.h_acc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #076AA1;
    border-radius: 10px;
    padding: 10px 15px;
}

.h_acc ul li:last-child {
    background: url(../images/ico_head_line.svg) no-repeat 0 center;
    margin-left: 10px;
    padding-left: 10px;
}

.h_acc ul li a {
    text-transform: uppercase;
    color: #3D4756;
    text-decoration: none;
    font-size: 14px;
}

.h_acc ul li a:hover {
    color: #076AA1;
}

.h_acc ul li a img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.h_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 270px);
}

.h_hotline {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #D9050F;
    width: 208px;
    display: contents;
}

.h_search {
    width: calc(100% - 220px);
}

.h_search input {
    background: #F9FAFC url(../images/ico_head_search.svg) no-repeat 10px center;
    border: 1px solid #BFEEC4;
    border-radius: 10px;
    color: #333333;
    font-size: 16px;
    margin: 0 0 0 0;
    outline: none;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    line-height: 40px;
    width: 100%;
}






.box_search_tab {
    margin-top: -60px;
    position: relative;
    z-index: 100;
}

.box_search_tab_menu {
    margin-bottom: -35px;
}

.box_search_tab_menu li.nav-item {
    margin-left: 10px;
}

.box_search_tab_menu li.nav-item a {
    background: #FFFFFF url(../images/tab_van_don.svg) no-repeat 20px 15px;
    border-radius: 15px 15px 0 0;
    display: block;
    padding: 15px 20px 45px 50px;
    color: #4D4D4D;
    font-weight: 500;
}

.box_search_tab_menu li.nav-item a.active {
    background: #076AA1 url(../images/tab_van_don_o.svg) no-repeat 20px 15px;
    border-radius: 15px 15px 0 0;
    display: block;
    color: #fff;
}

.box_search_tab_menu li.nav-item:nth-child(2) a {
    background: #FFFFFF url(../images/tab_cuoc_phi.svg) no-repeat 20px 15px;
}

.box_search_tab_menu li.nav-item:nth-child(2) a.active {
    background: #076AA1 url(../images/tab_cuoc_phi_o.svg) no-repeat 20px 15px;
}

.box_search_tab_menu li.nav-item:nth-child(3) a {
    background: #FFFFFF url(../images/tab_buu_cuc.svg) no-repeat 20px 15px;
}

.box_search_tab_menu li.nav-item:nth-child(3) a.active {
    background: #076AA1 url(../images/tab_buu_cuc_o.svg) no-repeat 20px 15px;
}

.box_search {
    background: #F5F7F5;
}

.box_search_tab .tab-content {
    border: 4px solid #076AA1;
    border-radius: 30px;
    padding: 5px;
    position: relative;
    z-index: 100;
}

.box_search_tab .tab-content .tab-pane {
    background: #FFFFFF;
    box-shadow: -3px -12px 16px -9px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 30px;
}

.van_don {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.van_don_l {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 100px);
}

.van_don_s {
    width: 80px;
}

.van_don_s button {
    border: none;
    margin: 0;
    padding: 0;
    background: #076AA1;
    cursor: pointer;
    outline: none;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.van_don_s button:hover {
    background: #E64D47;
}

.capcha {
    width: 320px;
}

.capcha img {
    width: 100%;
}

.van_don_box {
    width: calc(100% - 340px);
}

.van_don_box label {
    display: block;
    padding: 0;
    margin: 0;
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
}

.van_don_box input {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 7px;
    color: #333333;
    font-size: 16px;
    margin: 8px 0 0 0;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 48px;
    width: 100%;
}

.cuoc_phi_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.cuoc_phi_item label {
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
}

.cuoc_phi_item label em {
    color: #f00;
}

.cuoc_phi_item input {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 7px;
    color: #333333;
    font-size: 14px;
    margin: 8px 0 0 0;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 48px;
    width: calc(100% - 150px);
}

.cuoc_phi_item select {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 7px;
    color: #333333;
    font-size: 14px;
    margin: 8px 0 0 0;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    height: 48px;
    width: calc(100% - 150px);
}

.cuoc_phi_btn {
    margin-top: 30px;
    text-align: center;
}


.cuoc_phi_btn button {
    border: 1px solid #076AA1;
    border-radius: 10px;
    margin: 0;
    padding: 10px 50px;
    background: #fff;
    cursor: pointer;
    outline: none;
    text-align: center;
    text-transform: uppercase;
}

.cuoc_phi_btn button span {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    text-align: center;
    background: #076AA1;
}

.cuoc_phi_btn button span img {
    width: 9px;
    line-height: 9px;
    vertical-align: top;
    margin-top: 10px;
}

.cuoc_phi_btn button:hover {
    border: 1px solid #E64D47;
}

.cuoc_phi_btn button:hover span {
    background-color: #E64D47;
}





.banner {
    clear: both;
}

.banner_slide {
    position: relative;
}

.banner_slide .owl-dots {
    display: block;
    position: absolute;
    right: 15px;
    top: 40%;
}

.banner_slide .owl-dots {
    text-align: center;
}

.banner_slide .owl-dots .owl-dot {
    display: block;
    margin: 0 0 15px 0;
    outline: none;
    border-radius: 4px;
}

.banner_slide .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #014501;
}

.banner_slide .owl-dots .owl-dot span {
    background: #00fc01;
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 7px;
}



.service {
    background: #F5F7F5;
    padding: 60px 0;
}

.service h2 {
    margin-bottom: 30px;
}

.service_item {
    margin-top: 40px;
    text-align: center;
    transition: transform .5s;
}

.service_item:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.service_item span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #4D4D4D;
    margin-top: 20px;
}

.service_item:hover span {
    color: #076AA1;
}

.news {
    padding: 60px 0;
    background: #fff;
}

.news_tab_menu {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.news_tab_menu li a.active {
    border: 1px solid #AAEEB1;
    border-radius: 5px;
    line-height: 40px;
    display: block;
    color: #076AA1;
    font-weight: 500;
}

.news_tab_menu li a {
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 40px;
    display: block;
    color: #333;
    font-weight: 500;
    padding: 0 20px;
    text-transform: uppercase;
}

.news_lst_slide_item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news_lst_item_img {
    width: 48%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.news_date {
    position: absolute;
    right: 0;
    top: 0;
    background: #2F8FC3 url(../images/news_line_date.svg) no-repeat center center;
    background-size: 48%;
    padding: 10px;
    border-radius: 12px;
    width: 70px;
}

.news_date p {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    line-height: 24px;
}

.news_date p:last-child {
    font-size: 18px;
    text-align: right;
}

.news_lst_item_img img {
    width: 100%;
    transition: transform .5s;
}

.news_lst_slide_item:hover .news_lst_item_img img {
    transform: scale(1.05);
}

.news_lst_slide {
    margin-top: 30px;
}

.news_lst_item_cnt {
    width: 49%;
}

.news_lst_item_ttl a {
    font-size: 18px;
    font-weight: 700;
    color: #2e2b27;
    text-decoration: none;
    background: url(../images/news_line_mh.svg) no-repeat 0 bottom;
    padding-bottom: 10px;
    display: block;
}

.news_lst_item_ttl a:hover {
    color: #076AA1;
}

.news_lst_item_txt {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.news_lst_item_src {
    margin-top: 20px;
    text-align: right;
    position: relative;
}

.news_lst_item_src::after {
    background: #C4C4C4;
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
}

.news_lst_item_src a {
    color: #D9050F;
    font-size: 14px;
    font-weight: 600;
    background: #fff url(../images/news_arrow.svg) no-repeat right center;
    padding: 0 25px 0 10px;
    margin-bottom: -5px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.news_lst li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news_lst_img {
    width: 140px;
    border-radius: 8px;
    overflow: hidden;
}

.news_lst_img img {
    width: 100%;
    transition: transform .5s;
}

.news_lst li:hover .news_lst_img img {
    transform: scale(1.05);
}

.news_lst_txt {
    width: calc(100% - 155px);
}

.news_lst_txt h3 {
    background: url(../images/news_line_sh2.svg) no-repeat 0 bottom;
    padding-bottom: 10px;
}

.news_lst_txt h3 a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.news_lst_txt h3 a:hover {
    color: #076AA1;
    text-decoration: none;
}

.news_lst_txt p {
    background: url(../images/news_date.png) no-repeat 0 0;
    padding-left: 20px;
    color: #D9050F;
    font-size: 14px;
    margin-top: 25px;
}

.news_all {
    margin-top: 40px;
    text-align: center;
}

.news_all a {
    display: inline-block;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8F8F8F;
    padding: 0 40px;
}

.news_all a:hover {
    color: #076AA1;
    border: 1px solid #076AA1;
}

.sec_count {
    background: linear-gradient(to left, #076AA1 50%, #0B5681 50%);
}

.sec_count_inner {
    display: flex;
    color:#fff;
}

.sec_count_inner_item:first-child {
    background: #0B5681;
}

.sec_count_inner_item:last-child {
    background: #076AA1 url(../images/ico_line.svg) no-repeat 0 center;
}

.sec_count_inner_item {
    background: #076AA1;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_count_img {
    width: 80px;
    text-align: center;
}

.sec_count_img img {
    max-width: 100%;
}

.sec_count_txt {
    width: calc(100% - 110px);
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;

}

.sec_count_txt span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.customer {
    padding: 50px 0;
    background: #fff url(../images/bg_khach_hang.svg) no-repeat center 100px;
    border-bottom: 13px solid #076AA1;
}

.mh_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #4D4D4D;
    background: url(../images/bg_mh.svg) no-repeat center bottom;
    padding-bottom: 15px;
}

.customer_slide .item {
    padding: 15px;
    background: #FFFFFF;
}

.customer_item {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 12px;
    padding: 20px 20px;
}

.customer_item_info::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    background: url(../images/bg_quote_top.svg) no-repeat 0 0;
    width: 27px;
    height: 24px;
}

.customer_item_info::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: url(../images/bg_quote_bottom.svg) no-repeat 0 0;
    width: 27px;
    height: 24px;
}

.customer_item_info {
    position: relative;
    padding: 40px 0 30px;
}

.customer_item_info .customer_item_info_star img {
    display: inline-block !important;
    width: 18px !important;
}

.customer_slide {
    position: relative;
    margin-top: 30px;
}

.customer_item_info_txt {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    font-weight: 300;
}

.customer_item_info_name {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer_item_info_name_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.customer_item_info_name_txt {
    width: calc(100% - 90px);
    color: #333;
    font-weight: 300;
}

.customer_item_info_name_txt h4 {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.customer_slide .owl-dots {
    text-align: center;
}

.customer_slide .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 15px 0 0;
    outline: none;
    border-radius: 4px;
}

.customer_slide .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #076AA1;
}

.customer_slide .owl-dots .owl-dot span {
    background: #C4C4C4;
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 7px;
}

.footer {
    color:#fff;
    padding: 50px 0;
    background: #1D1D1D url(../images/f_bg_map.svg) no-repeat center center;
}

.f_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #076AA1;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #3EA5DE;
    border-radius: 5px;
    line-height: 57px;
    width: 47%;
    margin-top: 12px;
}

.f_button a img {
    margin-right: 10px;
}

.f_box {
    margin-top: 40px;
}

.f_sh {
    font-weight: 700;
    background: url(../images/f_line.svg) no-repeat 0 bottom;
    padding-bottom: 22px;
}

.f_sh2 {
    font-weight: 700;
    background: url(../images/f_line2.svg) no-repeat 0 bottom;
    padding-bottom: 22px;
}

.f_lst {
    margin-top: 20px;
}

.f_lst li {
    margin-top: 5px;
}

.f_lst li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    text-decoration: none;
    font-size: 14px;
}

.f_lst li a:hover {
    color: #076AA1;
}

.scrolltop {
    position: fixed;
    right: 15px;
    bottom: 27px;
}

.scrolltop a {
    display: none;
}

.f_down {
    margin-top: 20px;
}

.f_down a {
    display: block;
    margin-top: 10px;
}

.f_down a img {
    max-width: 100%;
}

.f_payment {
    margin-top: 20px;
}

.f_payment img {
    max-width: 100%;
}

.f_box_line {
    border-bottom: 1px solid #646464;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.f_box_line_img {
    width: 32px;
}

.f_box_line_txt {
    width: calc(100% - 50px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.f_box_line_txt span {
    display: block;
    font-weight:700;
    font-size:15px;
}

.f_box_line_f {
    padding-top: 25px;
}

.f_box_line:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.f_box_line_txt a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
}

.f_box_line_txt a:hover {
    color: #076AA1;
    text-decoration: none;
}

.copy_right {
    background: #1D1D1D;
    border-top: 1px solid rgba(255, 255, 255, .129);
    padding: 10px 0;
}

.copy_right_l {
    padding-top: 13px;
    color: #fff;
}

.copy_right_l a {
    color: #076AA1;
}

.copy_right_r {
    text-align: right;
    line-height: 47px;
}

.copy_right_r span {
    display: inline-block;
    margin-right: 30px;
}

.copy_right_r a {
    display: inline-block;
}
.banner_content {
    background: url(../images/banner_content.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}
.path{
    margin: 0 auto;
    max-width: 530px;
    position: relative;
    min-height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.path::after{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background: url(../images/bg_banner_left.svg) no-repeat 0 0;
    height: 164px;
    width: 36px; 
}
.path::before{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background: url(../images/bg_banner_right.svg) no-repeat 0 0;
    height: 164px;
    width: 36px; 
}
.path h2{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.path p{
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.path p a{
    color: #fff;
}
.sec_td{
    padding: 60px 0;
}
.tdm_img{
    background: url(../images/bg_img_td.svg) no-repeat right bottom;
    background-size: 80%;
    padding: 0 20px 20px 0;
    margin-top: 50px;
}
.tdm_img img{
    width: 100%;
}
.tdm_lst{
    margin-top: 35px;
    width: 100%;
}
.tdm_lst li{
    padding:  15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}
.tdm_lst li .tdm_date{

}

.tdm_lst li .tdm_date {
    background: #2F8FC3 url(../images/news_line_date.svg) no-repeat center center;
    background-size: 48%;
    padding: 5px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
}

.tdm_lst li .tdm_date p {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.tdm_lst li .tdm_date p:last-child {
    font-size: 12px;
    text-align: right;
}

.tdm_more {
    width: 120px;
    text-align: right;
}
.tdm_more a{
    background: url(../images/ico_arrow_yellow.svg) no-repeat right center;
    padding-right: 25px;
    color: #E7BB3A;
    font-size: 14px;
}
.tdm_tt{
    width: calc(100% - 190px);
}
.tdm_tt a{
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
}
.tdm_tt a:hover{
    color: #2F8FC3;
}
.tc_item{
    margin-top: 50px;
}
.tc_item_img{
    width: 40%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.tc_item_info{
    float: right;
    width: 60%;
    border-radius: 10px;
    background: #F2F6F9;
    padding: 30px;
}

.tc_item_img img {
    width: 100%;
    transition: transform .5s;
}

.tc_item_img:hover img {
    transform: scale(1.05);
}
.tc_item_info h3 a{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;  
    text-decoration: none;
}
.tc_item_info h3 a:hover{
    color: #2F8FC3;
}
.tc_item_date{
    background: url(../images/news_date.png) no-repeat 0 0;
    padding-left: 20px;
    color: #D9050F;
    font-size: 14px;
    margin-top: 10px;
}
.tc_item_txt{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.66);
}
.tc_item_more{
    margin-top: 20px;
}
.tc_item_more a{
    background: url(../images/ico_arrow_yellow.svg) no-repeat right center;
    padding-right: 25px;
    color: #E7BB3A;
    font-size: 14px;
}
.tc_item:nth-child(2n) .tc_item_img{
    float: right;
}
.tc_item:nth-child(2n) .tc_item_info{
    float: left;
}
.sec_lh_top{
    padding: 60px 0;
}
.lh_top_item{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.lh_top_img {
    width: 80px;
}
.lh_top_img img{
    width: 100%;
}
.lh_top_info {
    width: calc(100% - 90px);
}
.lh_top_info h3{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.lh_top_info p{
    font-weight: 400;
    font-size: 14px;
    color: #6D6D6D;
    margin-top: 10px;
}
.sec_lh_form{
    padding-bottom: 60px;
}
.lh_form_line{
    margin-top: 30px;
}
.lh_form_line input{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    margin: 0 0 0 0;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 48px;
    width: 100%;
}
.lh_form_line input:focus{
    background: #F1FAFF;
    border: 1px solid #076AA1;
}
.lh_form_line textarea{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
    margin: 0 0 0 0;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    line-height: normal;
    width: 100%;
    overflow: auto;
    width: 100%;
    height: 210px;
}
.lh_form_line textarea:focus{
    background: #F1FAFF;
    border: 1px solid #076AA1;
}
.lh_form_line button{
    margin: 0 auto;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 25px;
    background: #616161;
    color: #fff;
    font-size: 14px;
    height: 50px;
    outline: none;
    cursor: pointer;
}
.lh_form_line button:hover{
    background: #076AA1;
}





@media (max-width: 1200px) {
    .sec_count_img {
        width: 50px;
    }

    .sec_count_txt {
        width: calc(100% - 60px);
        font-size: 20px;
        line-height: 20px;
    }

    .sec_count_inner_item {
        padding: 20px 10px;
    }
}

@media (max-width: 1024px) {}

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

@media (max-width: 768px) {
    .sec_countn{
        padding: 0px 15px;
    }
    .mh_ttl {
        font-size: 24px;
    }
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .copy_right_l {
        padding-top: 0;
    }

    .footer {
        padding: 30px 15px;
    }

    .f_lofo {
        text-align: center;
    }

    .f_lofo img {
        width: 133px;
    }

    .f_button {
        display: block;
    }

    .f_button a {
        width: 100%;
        margin-top: 15px;
    }

    .f_down {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .f_down a {
        display: inline-block;
        width: 47%;
        margin-top: 0;
    }

    .customer {
        padding: 30px 0;
        background: #fff url(../images/bg_khach_hang_m.svg) no-repeat center 100px;
        background-size: cover;
    }

    .sec_count_inner {
        display: block;
        color:#fff;
    }

    .sec_count_inner_item {
        width: 100%;
    }

    .sec_count .row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .sec_count_inner_item {
        padding: 20px 20px;
    }

    .sec_count_inner_item:last-child {
        background-image: none;
    }

    .news_tab_menu li a {
        padding: 0 10px;
    }

    .news {
        padding: 30px 15px;
    }

    .news_lst_slide_item:last-child {
        display: none;
    }

    .news_tab_menu {
        margin-bottom: 10px;
    }

    .news_lst_slide_item {
        display: block;
    }

    .news_lst_item_img {
        width: 100%;
    }

    .news_lst_item_cnt {
        width: 100%;
        margin-top: 15px;
    }

    .service {
        padding: 30px 0;
    }

    .service h2 {
        margin-bottom: 0;
    }
    .service_item {
        margin-top: 10px;
        padding: 0px 15px;
    }

    .service_item a {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .service_item img {
        width: 80px;
    }

    .service_item span {
        margin: 0;
        width: calc(100% - 105px);
    }

    .banner_slide .owl-dots {
        display: none;
    }


    .box_search {
        background: url(../images/bg_search_box.png) no-repeat center 0;
        background-size: cover;
        padding-bottom: 30px;
    }

    .box_search_tab {
        margin-top: 0;
        position: relative;
        z-index: 100;
    }

    .box_search_tab_menu {
        margin-bottom: -35px;
    }

    .box_search_tab_menu li.nav-item {
        margin-left: 10px;
        /*width: 29.5%;*/
    }

    .box_search_tab_menu li.nav-item a {
        background: #FFFFFF url(../images/tab_van_don.svg) no-repeat center 15px;
        border-radius: 15px 15px 0 0;
        display: block;
        padding: 45px 20px 45px 20px;
        color: #4D4D4D;
        font-weight: 500;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .box_search_tab_menu li.nav-item a.active {
        background: #076AA1 url(../images/tab_van_don_o.svg) no-repeat center 15px;
        border-radius: 15px 15px 0 0;
        display: block;
        color: #fff;
    }

    .box_search_tab_menu li.nav-item:nth-child(2) a {
        background: #FFFFFF url(../images/tab_cuoc_phi.svg) no-repeat center 15px;
    }

    .box_search_tab_menu li.nav-item:nth-child(2) a.active {
        background: #076AA1 url(../images/tab_cuoc_phi_o.svg) no-repeat center 15px;
    }

    .box_search_tab_menu li.nav-item:nth-child(3) a {
        background: #FFFFFF url(../images/tab_buu_cuc.svg) no-repeat center 15px;
    }

    .box_search_tab_menu li.nav-item:nth-child(3) a.active {
        background: #076AA1 url(../images/tab_buu_cuc_o.svg) no-repeat center 15px;
    }

    .box_search_tab .tab-content .tab-pane {
        padding: 15px;
    }

    .van_don_s {
        width: 55px;
    }

    .van_don_s button {
        width: 55px;
        height: 55px;
        margin-top: 28px;
    }

    .van_don_l {
        width: calc(100% - 70px);
        display: block;
    }

    .van_don_box {
        width: 100%;
    }

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

    .down {
        text-align: center;
        margin-top: 30px;
    }


}

#BB-nav {
    width: 100%;
    background: #076AA2;
    z-index: 999;
    margin: 0;
    padding: 0 0 0 0;
    height: 45px;
    transition: transform .5s;
}

.fixHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: transform .5s;
}

.menu {
    padding-left: 0;
    float: left;
}

.menu li {
    float: left;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

.menu li a {
    display: block;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
    line-height: 45px;
    position: relative;
}

.menu li.active a,
.menu li a:hover {
    text-decoration: none;
    background-color: #2F8FC3 !important;
}

.menu li:first-child a {
    background: url(../images/ico_menu_home.svg) no-repeat 20px center;
    padding-left: 45px;
}

.menu li.has_sub {
    background: #fff url(../images/h_arrow_down.png) no-repeat right center;
    background-size: 10px;
    padding-right: 17px;
    position: relative;
}

.menu li.has_sub:hover .menu_sub {
    display: block;
}

.menu li.has_sub .menu_sub {
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    width: 250px;
    padding-bottom: 15px;
    display: none;
}

.menu li.has_sub .menu_sub li {
    float: none;
    margin-left: 0;
    padding: 15px 15px 0;
}

.menu li.has_sub .menu_sub li a {
    background: none;
    padding: 0;
    line-height: normal;
}

.menu li.has_sub .menu_sub li a:hover {
    color: #e3a24a;
}

.menu li.has_sub .menu_sub li a:hover::after {
    display: none;
}

.h_language {
    margin-top: 10px;
    float: right;
    color:#fff;
    position: relative;
}

.nav_mobile {
    background: #fff;
    height: 60px;
    padding: 0 25px;
}

.nav_mobile {
    z-index: 100;
}

.nav_mobile .btn_menu {
    float: right;
    padding-top: 17px;
}

.nav_mobile .logo {
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 80px;
    top: 0px;
    z-index: 10;
}

.nav_mobile .logo img {
    height: 35px;
}

.nav_mobile .h_language {
    margin-left: 20px;
}
@media (max-width: 1200px) {
    .menu li a {
        padding: 0 13px;
    }
}
@media (max-width: 1024px) {
    .menu li a {
        padding: 0 6px;
        font-size: 12px;
    }

    .menu li:first-child a {
        background: url(../images/ico_menu_home.svg) no-repeat 10px center;
        padding-left: 33px;
    }


    .m_menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        z-index: 100;
    }

    .m_menu.show {
        left: 0;
        transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        -webkit-transition: transform 0.4s ease-out 0.4s, width 0.6s ease-out 0.6s !important;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        background: rgba(25, 25, 25, 0.3);
        z-index: 300;
    }


    .m_menu .logo_in {
        left: 15px;
        box-shadow: none;
        position: absolute;
        left: 25px;
        top: 15px;
    }

    .m_menu .logo_in img {
        width: 117px;
    }

    .m_menu .menu li {
        float: none;
        margin: 15px 0 0 0;
    }



    .m_menu .menu li.has_sub .menu_sub {
        position: inherit;
        top: 0;
        padding-bottom: 0;
    }

    .m_menu .menu li.has_sub .menu_sub li {
        margin-top: 0;
        padding: 10px 15px 0;
    }

    .m_menu div p.btn_menu_close {
        position: absolute;
        right: 25px;
        top: 24px;
    }




}

@media (max-width: 767px) {
    .h_acc ul li a {
        font-size: 12px;
    }

    .nav_mobile {
        height: 45px;
        padding: 0 15px;
        background: #076AA1;
        z-index: 200;
    }

    .nav_mobile .btn_menu {
        padding-top: 12px;
    }

    .nav_mobile .logo {
        box-shadow: none;
        width: auto;
        height: auto;
        padding: 0;
        border-radius: 0;
        top: 5px;
        left: 0px;
    }

    .nav_mobile .logo img {
        width: 95px;
    }

    .m_menu .menu {
        padding: 0 15px;
    }

    .h_language {
        display: none;
    }





    .m_menu .logo_in {
        top: 15px;
        left: 15px;
    }

    .m_menu .logo_in {
        box-shadow: none;
        width: auto;
        height: auto;
        padding: 0;
        border-radius: 0;
        top: 5px;
        left: 0px;
    }

    .m_menu .logo_in img {
        width: 95px;
    }

    .m_menu .logo_in img {
        height: 35px;
    }

    .m_menu div p.btn_menu_close {
        top: 12px;
        right: 15px;
    }

    .m_menu .menu {
        margin-top: 0;
        float: right;
        background: #fff;
        width: 75%;
        height: 100vh;
        overflow: hidden;
        box-sizing: border-box;
    }

    .h_acc {
        position: absolute;
        right: 44px;
        top: 6px;
    }

    .h_acc ul {
        background: #fff;
        padding: 3px 10px;
    }

    .m_menu_child {
        background: #076AA1;
        height: 45px;
    }

    .menu li.has_sub {
        background: #fff url(../images/h_arrow_down.png) no-repeat right 7px;
        background-size: 10px;
    }

    .menu li.active a,
    .menu li a:hover {
        background-color: #fff !important;
    }

    .m_menu .menu li a {
        line-height: normal;
        display: inline;
        color: #060606;
        font-size: 15px;
        font-weight: 500;
        background: url(../images/ico_dot_m_menu.svg) no-repeat 0 center;
        padding-left: 20px;
    }

    .menu li:first-child a {
        background: url(../images/ico_dot_m_menu.svg) no-repeat 0 center;
        padding-left: 20px;
    }
    .tdm_tt {
        width: calc(100% - 180px);
    }
    .tdm_tt a{
        font-size: 14px;
    }
    .tc_item_img,
    .tc_item_info{
        float: none;
        width: 100%;
    }
    .tc_item,
    .tdm_img{
        margin-top: 30px;
    }
    .tdm_lst{
        margin-top: 10px;
    }
    .tc_item_info{
        padding: 15px;
    }
    .lh_top_item{
        margin-top: 30px;
    }
    .lh_form_line{
        margin-top: 20px;
    }

}

[type=reset], [type=submit], button, html [type=button] {
    border: 1px solid #076AA1;
    border-radius: 10px;
    margin: 0;
    padding: 10px 20px;
    background: #fff;
    cursor: pointer;
    outline: none;
    text-align: center;
    text-transform: uppercase;
}
 input , select {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 7px;
    color: #333333;
    font-size: 15px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 45px;
    min-height: 45px;
    
}
.sec-main {
    padding: 40px 0px;
}
.tracking-form{
    padding: 30px;
    border: 3px solid #076AA2;
    border-radius: 15px;
    margin-top: 30px;
}
.tracking-form h1.font-weight-boldest{
    font-size: 28px;
}
.tracking-form input[type="text"]{
    width: 100%;
}


.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #076AA2;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 0px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    /* -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb; */
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #076AA2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}