@import url('https://fonts.googleapis.com/css?family=Sarabun:100,200,300,400,500,600,700,800&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.ttf');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraLight.ttf');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.ttf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBold.ttf');
    font-style: normal;
    font-weight: 800;
}



input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.container {
    max-width: 1110px;
}

body {
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    float: left;
    word-break: break-word;
}

/* interlist_menu */
.interlist_menu {
    float: left;
    width: 100%;
    padding: 13px 0;
    background: #fff;
}

.menu_inter_top {
    display: flex;
    align-items: center;
}

.menu_inter_list {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

.menu_inter_list li {
    margin-right: 24px;
    list-style: none;
}

.menu_inter_list li>a {
    display: block;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1C3167;
    border-bottom: 2px solid transparent;

}

.menu_inter_list li>a:hover {
    border-bottom: 2px solid #F59936;
}

.menu_inter_child {
    position: absolute;
    background: transparent;
    top: calc(100% - 1px);
    padding-top: 13px;
    left: 0;
    width: max-content;
    max-width: 100%;
    display: none;
    z-index: 5;
}

.menu_inter_list>li:hover .menu_inter_child {
    display: block;
}

.menu_inter_other {
    padding: 6px 6px;
    background: #172852;
    border-radius: 6px;

}

.menu_inter_child_item {
    display: block;
    padding: 10px 24px;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 6px;
    background: transparent;
}

.menu_inter_child_item:hover {
    background: linear-gradient(180deg, #1B2F60 0%, #263A6C 100%);
    color: #fff;
}

.menu_inter_support {
    display: flex;
    margin-left: auto;
}

.menu_inter_support_box {
    display: flex;
}

.menu_inter_support_box a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #172852;
    margin-right: 24px;
}

.menu_inter_support_box a img {
    flex-shrink: 0;
    margin-right: 6px;
}

.btn_top {
    border: 0;
    background: #F59936;
    border-radius: 3px;
    padding: 8px 20px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.btn_top:hover {
    color: #fff;
}

/* interlist_banner */
.interlist_banner {
    float: left;
    width: 100%;
    padding: 24px 0 20px;
    background: transparent url('../images/bg-banner.png') no-repeat top center;
    background-size: cover;
}

.banner_content_left {
    width: 48.52%;
    padding-right: 30px;
    float: left;
    padding-top: 25px;
}

.banner_content_right {
    float: left;
    width: 51.48%;
}

.banner_content_left h1 {
    margin-bottom: 24px;
}

.banner_content_left h1 img {
    max-width: 100%;
}

.banner_content_des {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    max-width: 350px;
}

.banner_content_txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}

/* interlist_hrkh */
.interlist_hrkh {
    float: left;
    width: 100%;
    background: #F3F3F3;
    padding: 75px 0;
    text-align: center;
}

.hrkh_title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 65px;
}

.hrkh_title span {
    font-weight: 700;
    line-height: 53px;
    font-size: 42px;
}

.interlist_hrkh img {
    max-width: 100%;
}

/* interlist_sales */
.interlist_sales {
    float: left;
    width: 100%;
    padding: 70px 0 40px;
    background: #fff;
}

.sales_title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 16px;
}

.sales_title span {
    font-weight: 700;
}

.sales_title_bot {
    text-align: center;
    margin-bottom: 45px;
}

.sales_title_bot span {
    padding: 10px 0 10px 60px;
    display: inline-block;
    background: transparent url('../images/ic-3.png') no-repeat top left;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #F59936;
}

.sales_item {
    background: #FFFFFF;
    border: 1px solid #CFD5DA;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sales_list .col-md-6 {
    padding-bottom: 30px;
}

.sales_item_title {
    background: #6986CE;
    padding: 5px 24px;
    display: flex;
    align-items: center;

}

.sales_item_txt {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #E8ECED;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sales_item_number {
    width: 46px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    color: #F59936;
}

.sales_item_body {
    padding: 24px 0;
}

.sales_item_img {
    text-align: center;
    margin-bottom: 24px;
}

.sales_item_img img {
    max-width: 100%;
}

.sales_item_body_txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    padding: 0 24px;
}

.sales_item_body_txt p {
    margin-bottom: 24px;
}

.sales_item_box_btn {
    text-align: center;
}

.sales_item_box_btn .btn_top {
    padding: 6px 60px !important;
}

/* interlist_process */
.interlist_process {
    float: left;
    width: 100%;
    padding: 88px 0 40px;
    background: transparent url('../images/bg-process.png') no-repeat top center;
    background-size: cover;
}

.process_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #F59936;
    margin-bottom: 12px;
}

.process_txt_bot {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.process_txt_bot span {
    font-weight: 700;
}

.process_list .col-md-6 {
    padding-bottom: 48px;
}

.process_item {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 4px solid #CEDEF2;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.process_item_img {
    width: 37.74%;
}

.process_item_body {
    width: 62.26%;
    padding-left: 16px;
}

.process_item_img img {
    max-width: 100%;
}

.process_item_title {
    display: flex;
    align-items: flex-start;
    padding-bottom: 24px;
    box-shadow: 0px 1px 0px #D9DDE0;
    margin-bottom: 16px;
}

.process_item_title span {
    flex-shrink: 0;
}

.process_item_title_txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 75px;
    padding-left: 16px;
}

.process_item_txt {
    font-size: 16px;
    line-height: 22px;
    color: #4F4F4F;
}

/* interlist_customermarket */
.interlist_customermarket {
    float: left;
    width: 100%;
    padding: 100px 0 0;
    background: #F2F5F5;
}

.interlist_customermarket .container {
    max-width: 1120px;
}

.customermarket_title {
    margin-bottom: 65px;
}

.customermarket_list {
    width: 100%;
    max-width: 890px;
    display: flex;
    margin: 0 auto;
}

.customermarket_list_left {
    width: 39.57%;
    padding-top: 37px;
}

.customermarket_list_right {
    width: 60.43%;
}

.customermarket_list_right img {
    max-width: 100%;
}

.customermarket_list_left_txt {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    max-width: 270px;
    color: #4F4F4F;
}

/* interlist_advantage */
.interlist_advantage {
    float: left;
    width: 100%;
    padding: 68px 0;
    background: #fff;
}

.advantage_title {
    color: #333333;
}

.advantage_txt_bot {
    color: #333333;
    margin-bottom: 108px;
}

.advantage_img {
    text-align: center;
}

.advantage_img img {
    max-width: 100%;
}

/* interlist_industry */
.interlist_industry {
    float: left;
    width: 100%;
    background: transparent url('../images/bg-industry.png') no-repeat center center;
    background-size: cover;
    padding: 65px 0 30px;
}

.industry_title {
    color: #fff;
}

.industry_txt_bot {
    color: #fff;
}

/* interlist_customersuse */
.interlist_customersuse {
    float: left;
    width: 100%;
    background: #fff;
    padding: 124px 0 112px;
}

.customersuse_title {
    margin-bottom: 40px;
}

.customersuse_title span {
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
}

.customersuse_list {}

.customersuse_list .row {
    margin: 0 -6px;
}

.customersuse_list .col-lg-2 {
    padding: 0 6px 12px;
}

.customersuse_item {
    text-align: center;
}

.customersuse_item img {
    max-width: 100%;
}

/* interlist_khng */
.interlist_khng {
    float: left;
    width: 100%;
    padding: 80px 0 95px;
    background: transparent url('../images/bg-khng.png') no-repeat center center;
    background-size: cover;
}

.khng_title {
    margin-bottom: 48px;
    color: #fff;
}

.khng_list {
    position: relative;
}

.khng_content {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.khng_left {
    width: 41%;
}

.khng_right {
    width: 59%;
    padding-left: 25px;
}

.khng_left_img {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.khng_left_img img {
    max-width: 100%;
}

.khng_left_txt {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.khng_right_other {
    width: 100%;
    min-height: 301px;
    max-width: 326px;
    margin: 0 auto;
    background: transparent url('../images/bg-khng1.png') no-repeat center center;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 86px 35px 35px 46px;
}

.khng_list .swiper-button-next:after,
.khng_list .swiper-button-prev:after {
    display: none;
}

.khng_list .swiper-button-next,
.khng_list .swiper-button-prev {
    width: 18px;
    height: 28px;
    background-position: center;
    background-size: 18px 28px;
    background-repeat: no-repeat;
}

.khng_list .swiper-button-next {
    background-image: url('../images/ic-7.png');
    right: 0;
}

.khng_list .swiper-button-prev {
    background-image: url('../images/ic-6.png');
    left: 0;
}

/* interlist_areyready */
.interlist_areyready {
    float: left;
    width: 100%;
    background: transparent url('../images/bg-areyready.png') no-repeat center center;
    background-size: cover;
    padding: 86px 0 45px;
}

.areyready_title {
    margin-bottom: 8px;
    color: #fff;
}

.areyready_title_bot {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #F59936;
}

/* interlist_footer */
.interlist_footer {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #172037
}

.interlist_footer_logo {
    margin-bottom: 16px;
}

.interlist_footer_logo img {
    max-width: 100%;
}

.interlist_footer_list {
    margin: 0;
    padding: 0;
}

.interlist_footer_list li {
    list-style: none;
    margin-bottom: 10px;
    display: block;
}

.interlist_footer_list li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #E8ECED;
}

.interlist_footer_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #F59936;
    margin-bottom: 18px;
}

.interlist_footer_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.interlist_footer_item span {
    flex-shrink: 0;
    width: 24px;
    margin-right: 10px;
}

.interlist_footer_item_txt,
.interlist_footer_item_txt a {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #E8ECED;
}

.footer-border {
    width: 100%;
    height: 1px;
    background: #0C4259;
    margin: 43px 0;
}

.interlist_footer_img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
    align-items: flex-start;
}

.interlist_footer_img a {
    margin-bottom: 10px;
}

.interlist_footer_mxh {
    display: flex;
    align-items: center;
}

.interlist_footer_mxh a {
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {

    /* menu */
    .menu_inter_list li {
        margin-right: 10px;
    }

    .menu_inter_list li>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {

    /* menu */
    .menu_inter_support {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    /* menu */
    .menu_inter_list li {
        margin-right: 20px;
    }

    .menu_inter_list li>a {
        padding: 0;
        line-height: normal;
    }
}

@media screen and (max-width: 480px) {

    /* menu */
    .menu_inter_list li {
        margin-right: 12px;
    }

    .menu_inter_list li>a {
        font-size: 14px;
        padding: 0;
        line-height: normal;
    }

    .menu_inter_child_item {
        font-size: 14px;
        padding: 8px 10px;
    }
}

.box-register-live .modal-dialog {
    max-width: 530px;
}

.box-register-live .modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 0;
    background: #283B6D;
    padding: 10px 40px 20px;
}

.box-register-live button.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -0px;
    right: -36px;
    opacity: 1;
}
@media screen and (max-width: 575px) {
    .box-register-live button.close {
        top: 10px;
        right: 10px;
    }
    .box-register-live .modal-content {
        border: 0;
        border-radius: 12px;
        box-shadow: 0;
        background: #283B6D;
        padding: 10px 20px 20px;
    }
}