/*body{*/
/*    transition: left 0.3s ease-in-out*/
/*    &.panel-open*/
/*    left: -250px*/
/*}*/
@font-face {
    font-family: 'MS-Mincho';
    font-weight: 700;
    src: url(/fonts/MsMincho/ms-mincho.ttf);
}
body{
    font-family: MS-Mincho;
}
.top_header{
    border-top: 8px solid #1A9CD8;
}
.container-fluid{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.menu_header{
    width: 100%;
    /*max-width: 1300px;*/
    margin: 0 auto;
    position: relative;
}
.logo{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
}
.logo h1{
    margin: 0;
    padding: 0;
}
.logo a img{
    max-width: 65px;
}
a{
    color: #337ab7;
    text-decoration: none;
}
.main_menu{
    width: 100%;
    display: flex;
    text-align: right;
    position: relative;
    justify-content: end;
}
.main_menu ul.google_translate{
    top: 30px;
    position: absolute;
    left: 0;
    list-style: none;
}
.main_menu i.fa-light{
    filter: invert(1);
}
.main_menu ul.language{
    background: #fff;
    left: 0;
    right: unset;
}
.main_menu ul.language a{
    color: #333;
}

.sf-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li{
    padding: 0 2px;
    transition: background .2s;
    position: relative;
    display: inline-block;
}
.sf-menu li a{
    line-height: 82px;
    /* letter-spacing: 0.4px; */
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    font-family: MS-Mincho;
    font-size: 17px;
    color: #333;
}
.sf-menu li a i.fa-solid.fa-caret-down{
    padding-left: 5px;
    font-size: 15px;
}
/*.sf-menu>li.menu_item>a:after{*/
/*    content: "\f0dd";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*    position: relative;*/
/*    top: -4px;*/
/*    left: 3px;*/
/*}*/
.list_menu_mobile.navbar-cates{
    margin-top: 0px;
}
.list_menu_mobile.navbar-cates .navbar-link span{
    width: 40px;
    height: 2px;
    margin-bottom: 5px;
    background: #419fd8;
    display: block;
}
ul.sf-menu li.menu_item a:hover{
    color: white;
    background: #1A9CD8;
}
ul.sf-menu li.menu_item ul.sub_menu li.menu_item_child a:hover{
    color: #1A9CD8;
    background: none;
}
/*.sf-menu .menu_item_first a{*/
/*    background: #1A9CD8;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*}*/
/*.sf-menu li:first-child a.link-item{*/
/*    background: #1A9CD8;*/
/*    color: white;*/
/*    font-weight: 600;*/
/*}*/
/*ngôn ngữ*/
#popup_menu ul.google_translate {
    top: 10px;
    position: absolute;
    right: 10px;
    list-style: none;
}
li.languageHeader {
    position: relative;
}
li.languageHeader a{
    color: #fff;
}
ul.language {
    list-style: none;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    z-index: 99;
    background: #5f1473;
    border: 1px solid #5f1473;
    padding: 4px 0;
    border-radius: 0;
    text-align: center;
    width: 165px;
}
ul.language a{
    color: #fff;
}
.sf-menu .menu_item:hover .sub_menu{
    display: block;
}
ul#list_menu ul li a {
    font-size: 15px;
}
.sf-menu ul li:first-child a{
    border: none;
}
li.menu_item_child a {
    line-height: unset;
}
.sf-menu ul li a{
    color: #333;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.sf-menu ul{
    padding-left: 0;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background: white;
    display: none;
    text-align: left;
}
.sf-menu ul li{
    width: 100%;
    padding: 0 10px;
}
/*.menu_item_last a{*/
/*    padding: 21px 5px 21px 60px !important;*/
/*    position: relative;*/
/*    background: url("https://cafeliti.com/wp-content/themes/MTG/images/bg-contact.png") center right no-repeat;*/
/*    background-size: 100% 100%;*/
/*    color: #fff;*/
/*    letter-spacing: unset !important;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    text-decoration: none !important;*/
/*}*/
.sf-menu li.menu_item:last-child a.link-item{
    padding: 21px 5px 21px 60px !important;
    position: relative;
    background: url("/tp/T0432/image/bg-contact.png") center right no-repeat;
    background-size: 100% 100%;
    color: #fff;
    letter-spacing: unset !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
}
.sf-menu li.menu_item:last-child a.link-item::before{
    content: "";
    width: 18px;
    height: 15px;
    background: url("/tp/T0432/image/icon-enail.png") center;
    position: absolute;
    left: 37px;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
}
.sf-menu li.menu_item:last-child a.link-item:hover{
    background: url("/tp/T0432/image/bg-contact.png") center right no-repeat !important;
    position: relative !important;
    background-size: 100% 100% !important;
    color: #333 !important;
}
/*.menu_item_last a::before{*/
/*    content: "";*/
/*    width: 18px;*/
/*    height: 15px;*/
/*    background: url("/tp/T0432/image/icon-enail.png") center;*/
/*    position: absolute;*/
/*    left: 37px;*/
/*    z-index: 999;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*}*/
/*.menu_item_last a{*/
/*    color: #fff !important;*/
/*}*/
/*.menu_item_last a:hover{*/
/*    background: url("https://cafeliti.com/wp-content/themes/MTG/images/bg-contact.png") center right no-repeat !important;*/
/*    position: relative !important;*/
/*    background-size: 100% 100% !important;*/
/*    color: #333 !important;*/
/*}*/
ul#list_menu ul li a{
    font-size: 15px;
}
.sf-menu ul li:first-child a{
    border: none;
}
.sf-menu ul li a {
    color: #333;
    font-weight: 600;
    display: block;
    border-left: none;
    padding: 10px 0;
    border-top: 1px dashed #1A9CD8;
}
.home_banner_img{
    width: 100%;
}
.home_banner_img img{
    width: 100%;
    height: auto;
}
new_text_item_1{
    padding: 30px 0;
    background: #1755A0;
}
.gifd-1300{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.new_text_item.new_text_item_1 .box-colums{
    width: calc( 30% - 10px );
    float: left;
    text-align: center;
}
.new_text_item.new_text_item_1 .box-colums .title-h{
    color: white;
    margin: 0;
    font-size: 40px;
}
.new_text_item.new_text_item_1 .news_link{
    color: white;
    padding: 10px 15px;
    border: 1px solid white;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}
.new_text_item_1{
    padding: 30px 0;
    background: #1755A0;
}
.new_text_item.new_text_item_1 .info-custom{
    padding-top: 14px;
}
#list_menu #cate-item a.link-item.active{
    background: #1a9cd8;
    color: #fff;
    font-weight: 600;
}
.new_text_item.new_text_item_1 .info-custom ul button{
    display: none !important;
}
.new_text_item.new_text_item_1 .info-custom ul{
    padding-left: 0;
}
.new_text_item.new_text_item_1 .info-custom ul li{
    display: block;
    margin-bottom: 10px;
}
.new_text_item.new_text_item_1 .info-custom ul li span{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-right: 40px;
}
.new_text_item.new_text_item_1 .info-custom ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: MS-Mincho;
}
.new_text_item.new_text_item_1 .info-custom ul li a:hover{
    color: #FCF595;
    text-decoration: none;;
}
.new_text_item.new_text_item_1 .info-custom ul li a i{
    color: #D1D3D4;
    font-size: 20px;
    margin-right: 10px;
}
.new_text_item.new_text_item_2{
    background: url("/tp/T0432/image/bg-about-us.png");
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    padding: 100px 10px 40px 10px;
}
.new_text_item.new_text_item_2 .box-items{
    max-width: 700px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.new_text_item.new_text_item_2 .box-items h2{
    margin: 0px;
    color: #1755A0;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.new_text_item.new_text_item_2 .box-items ul li:before{
    color: #231f20;
    font-size: 8px;
    position: relative;
    top: -4px;
    font-family: FontAwesome;
    content: "\f111";

}
.new_text_item.new_text_item_2 .box-items ul li{
    animation-duration: 2s;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    list-style: none;
    color: #231F20;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    font-family: MS-Mincho;
    font-weight: 600;
}
.new_text_item.new_text_item_2 .box-items ul li i{
    color: #231F20;
    font-size: 8px;
    position: relative;
    top: -4px;
}
.new_text_item.new_text_item_2 .buttom-custom{
    width: 100%;
    text-align: center;
    padding: 60px 0px 30px 0px;
}
.new_text_item.new_text_item_2 .buttom-custom a{
    color: #1755A0;
    border: 1px solid #1755A0;
    padding: 10px 50px;
    border-radius: 7px;
    font-family: MS-Mincho;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}
.new_text_item.new_text_item_2 .buttom-custom a i{
    margin-right: 15px;
}
.new_text_item.new_text_item_3{
    width: 100%;
    padding-top: 30px;
    margin-top: 4px;
    padding-bottom: 50px;
}
.cont-1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.new_text_item.new_text_item_3 .colum-titles{
    margin-bottom: 90px;
    text-align: center;
}
.new_text_item.new_text_item_3 .colum-titles h2{
    margin: 0px;
    font-size: 45px;
    line-height: 50px;
    color: #1755A0;
    font-weight: 600;
    padding: 5px 0;
}
.new_text_item.new_text_item_3 .colum-titles .colum-titles-decs{
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-family: MS-Mincho;
}
.is-flex {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.new_text_item.new_text_item_3 .box-service{
    background-image: url("/tp/T0432/image/bg_book.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px;
    position: relative;
    height: 100%;
}
.new_text_item.new_text_item_3 .box-service .icon_box{
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: -80px;
}
.new_text_item.new_text_item_3 .box-service .text-box h3{
    margin: 10px 0px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    color: #231F20;
    font-family: MS-Mincho;
}
.new_text_item.new_text_item_3 .box-service .text-box p{
    font-size: 18px;
    line-height: 25px;
    color: #231F20;
    font-family: MS-Mincho;
    margin-bottom: 10px;
}
.banner_mid_home{
    width: 100%;
    margin: 30px 0px;
}
.banner_mid_home img{
    width: 100%;
    height: auto;
}
new_text_item_4{
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.colum-titles{
    text-align: center;
}
.new_text_item.new_text_item_4 .colum-titles h2{
    margin: 0;
    font-size: 45px;
    line-height: 50px;
    color: #1755A0;
    font-weight: 600;
}
.new_text_item.new_text_item_4 .colum-titles .colum-titles-decs{
    font-size: 24px;
    color: #333333;
    line-height: 175%;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-family: MS-Mincho;
}
.new_text_item_4_info{
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
    padding: 0;
    height: 100%;
}
.new_text_item_4_info .items-list{
    position: relative;
    text-align: left;
}
.wr-img{
    position: relative;
    overflow: hidden;
}
.new_text_item_4_thumnai{
    width: 373px;
    height: 280px;
}
.new_text_item_4_info .new_text_item_4_thumnai img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.new_text_item_4_title{
    display: block;
    padding-top: 20px;
}
.new_text_item_4_info .items-list .new_text_item_4_title h2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #1755A0;
    font-family: MS-Mincho;
}
.new_text_item_4_title h2{
    margin: 0;
    padding: 0;
    font-weight: 500;
    background: none;
    font-size: 24px;
    color: #333333;
    line-height: 160%;
    letter-spacing: 0.8px;
    border: none;
}
.new_text_item_4_desc{
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    letter-spacing: -0.15px;
    padding-top: 14px;
    font-family: MS-Mincho;
    font-weight: 500;
}
.new_text_item_4_info .items-list .new_text_item_4_desc p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 30px;
}
.new_text_item_4_desc p{
    margin: 0;
    padding: 0;
}
.custom_detai_btn{
    width: 100%;
    display: block;
    margin: 20px 0px;
    overflow: hidden;
}
a.custom_more{
    font-size: 18px;
    line-height: 30px;
    border: 2px solid #1755A0;
    padding: 10px;
    max-width: 300px;
    border-radius: 25px;
    text-align: center;
    color: #1755A0;
    font-weight: 500;
    text-decoration: none;
    margin: 0px auto;
    display: block;
    background: url("https://cafeliti.com/wp-content/themes/MTG/images/next-icon.png") left 20px center no-repeat;
    background-size: 25px 25px;
    font-family: MS-Mincho;
}
a.custom_more:hover{
    color: #eb7f00;
}
.new_text_item_5{
    width: 100%;
    overflow: hidden;
    background: #1A9CD8;
    padding-top: 90px;
    padding-bottom: 65px;
}
.new_text_item_5 .owl-dots{
    display: none;
}
.new_text_item_5 .colum-titles h2{
    margin: 0px;
    font-size: 45px;
    line-height: 50px;
    color: white;
    font-weight: 500;
}
.new_text_item_5 .colum-titles .colum-titles-decs{
    font-size: 24px;
    color: white;
    line-height: 175%;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-family: MS-Mincho;
}
div#owl-demo{
    width: 100%;
    padding: 40px 0px;
}
#owl-demo .item{
    margin: 15px;
}
.content_item .img-cr img{
    border-radius: 50%;
    object-fit: cover;
    max-height: 230px;
    max-width: 230px;
    margin: 0px auto;
    display: block;
}

.content_item .img-cr .text-des{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.content_item .img-cr .text-des h3{
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    color: #1755A0;
    background: white;
    margin: 0;
}
.content_item .img-cr .text-des h3 a{
    text-decoration: none;
    font-weight: 600;
    color: #1755A0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 27px;
}
.content_item .img-cr .text-des p{
    margin: 10px 0px;
    font-size: 14px;
    color: white;
    line-height: 25px;
    font-family: MS-Mincho;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.new_text_item_6{
    padding: 40px 0;
}
.new_text_item_6 .colum-titles h2{
    margin: 0px;
    font-size: 45px;
    line-height: 50px;
    color: #1755A0;
    font-weight: 600;
}
.new_text_item_6 .colum-titles .colum-titles-decs{
    font-size: 24px;
    color: #4D4D4F;
    line-height: 175%;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.count-950{
    max-width: 950px;
    margin: 0px auto;
    display: block;
}
.list_partner_items{
    width: 100%;
    display: block;
    margin-top: 50px;
}
.new_text_item_6 .full-itemmb-6{
    height: 100%;
}
.new_text_item_6 .full-itemmb-6{
    display: block;
    margin-top: 15px;
}
.new_text_item_6 .box-item-6 h3{
    background: #3872B7;
    margin: 0px;
    text-align: center;
    padding: 10px 10px;
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-family: MS-Mincho;
    font-weight: 600;
}
.new_text_item_6 .full-itemmb-6 .box-item-6 table{
    width: 100%;
    font-weight: 600;
}
table{
    background-color: transparent;
}
.new_text_item_6 .full-itemmb-6 .box-item-6 table tr{
    border-bottom: 1px solid #ccc;
}
.new_text_item_6 .full-itemmb-6 .box-item-6 table td{
    width: 50%;
}
.new_text_item_6 .full-itemmb-6 .box-item-6 table td h4{
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 175%;
    width: 100%;
    vertical-align: middle;
    margin: 0px;
}
.new_text_item_6 .full-itemmb-6 .box-item-6 table td .color-red{
    font-family: MS-Mincho;
    font-size: 22px;
    font-weight: 600;
    display: block;
    float: right;
}
.color-red{
    color: #e50012;
}
.fz22{
    font-size: 40px;
    padding: 0 3px;
}
.new_text_item_6 .full-mobile-partner{
    display: block;
    margin-bottom: 15px;
}
.new_text_item_6 .full-mobile-partner .box-partner{
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.new_text_item_6 .full-mobile-partner .box-partner img{
    max-width: 150px;
    margin: 0px auto;
    display: block;
    width: 100%;
}
/*scroll*/
#scroll{
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background: #1A9CD8;
    width: 100%;
    padding: 22px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-align: center;
    cursor: pointer;
}
div#scroll a{
    overflow: hidden;
    display: block;
}
div#scroll a img{
    max-width: 45px;
}
/*footer*/
.footer-copyright{
    width: 100%;
    background: #4D4D4F;
    font-size: 12px;
    line-height: 240%;
    padding: 115px 0 65px 0;
    clear: both;
    color: #fff;
}
.footer-copyright .percent_footer .logo-ft{
    max-width: 135px;
}
.footer-copyright .percent_footer .ft-add{
    text-align: start;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0px;
    font-family: MS-Mincho;
}
.footer-menu ul{
    padding-left: 0;
}
.footer-copyright .percent_footer .ft-add h3{
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    font-family: MS-Mincho;
}
.footer-copyright .percent_footer .ft-add p{
    text-align: left;
    margin: 0;
    letter-spacing: 0.8px;
}
.footer-copyright .percent_footer ul li:first-child{
    margin-left: 0px;
}
.footer-copyright .percent_footer ul li a:hover{
    color: #1a9cd8;
}
.footer-copyright .percent_footer ul li:first-child a{
    color: #1a9cd8;
}
ul#footer_menu_info .current_page_item a, ul#footer_menu_info .current-menu-item a{
    color: #1a9cd8;
}
.footer-menu ul li a{
    font-size: 17px;
    color: #fff;
    border: none;
    text-align: left;
    padding: 0;
    font-family: MS-Mincho;
    font-weight: 600;
    line-height: 28px;
}
.footer-copyright .percent_footer ul li{
    list-style: none;
    text-align: left;
}
.ftCt{
    text-align: center;
    margin: 70px 0 0 0;
    padding: 0;
}
.ftCt li{
    display: inline-block;
    vertical-align: middle;
}
.ftCt li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    line-height: 120%;
    text-decoration: none;
    font-family: MS-Mincho;
}
.footer-copyright p{
    text-align: center;
    margin: 0;
    letter-spacing: 0.8px;
}
/*keyframe*/
@-webkit-keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp{
    animation-duration: 2s;
    animation-fill-mode: both;
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig{
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig{
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut{
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeOutDown{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown{
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/*Tin tức*/

.News_banner{
    padding-top: 105px;
    padding-bottom: 75px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.News_banner_opaty{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.News_banner .title-h{
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 42px;
    color: #fff;
    height: 88px;
    letter-spacing: 1px;
    line-height: 110%;
    position: relative;
    z-index: 99;
}
.breadcrumbs{
    background: #105C7E;
    width: 100%;
    position: relative;
    padding: 6px 10px;
}
p#breadcrumbs{
    margin: 0px;
    padding: 5px 0px;
}
p#breadcrumbs span, p#breadcrumbs span>a{
     font-family: MS-Mincho;
     font-size: 19px;
     line-height: 30px;
     color: #fff;
 }
p#breadcrumbs span>a{
    color: white;
}
.new_text_item_4{
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.new_text_banner_contact{
    margin-top: 40px;
}
.new_text_banner_contact{
    width: 100%;
    position: relative;
}
.new_text_banner_contact .bg{
    background-image: url("/tp/T0432/image/banber-img-ft.png");  /*2368x1592*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cont-1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.colums-contact-bg{
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
    padding: 20px 18px 35px 18px;
    background: rgba(255, 255, 255, 0.6);
}
.colums-contact-bg h3{
    font-size: 26px;
    background: #1A9CD8;
    color: #fff;
    padding: 10px 0 10px 0;
    width: 100%;
    line-height: 38px;
    letter-spacing: 0.8px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.colums-contact-desc{
    text-align: center;
    width: 100%;
    color: #333333;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 38px;
    padding-top: 30px;
}
.colums-contact-btn-link{
    width: 100%;
    text-align: center;
    padding-top: 24px;
}
.media-btn-s-custom{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    position: relative;
}
.hv-o.media-btn.custom-bg-buttom{
    color: white;
    background: #1755A0;
    border: 0px;
    padding-bottom: 12px;
}
.media-btn-s-custom .hv-o.media-btn{
    display: inline-block;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    letter-spacing: 0.8px;
    -webkit-border-radius: 50px;
    text-decoration: none;
    position: relative;
    font-family: MS-Mincho;
}
.detail{
    margin-top: 15px;
}
.detail_page_single_single_example .detail .detail-cate-items{
    position: relative;
    background: #1755A0;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.detail_page_single_single_example .detail .detail-cate-items .color-title{
    color: white;
    line-height: 30px;
    font-size: 18px;
    font-family: MS-Mincho;
    padding: 5px 10px;
    background: #1A9CD8;
    margin: 0px 25px 10px 0px;
    font-weight: 600;
}
.sidebar_page_single{
    background: #EEEDEE;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.sidebar_page_single .box-title{
    width: 100%;
}
.sidebar_page_single .box-title h3{
    display: block;
    text-align: center;
    padding: 7px 10px;
    margin: 0px;
    background: #1a9cd8;
    color: white;
}
ul#menu-sidebar-menu{
    padding-left: 0;
}
.sidebar_page_single .box-sidebar ul li{
    padding: 10px;
    padding-bottom: 0;
    list-style: none;
}
.sidebar_page_single .box-sidebar ul li a{
    padding-left: 40px;
    background: #fff url('/tp/T0432/image/play.png') left 8px center no-repeat;
    background-size: 25px 25px;
    color: #1755a0;
    font-size: 18px;
    line-height: 29px;
    display: block;
    font-weight: 600;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    font-family: MS-Mincho;
}
.news_details{
    margin-top: 30px;
}

/*lên hệ*/
.page_form_contact{
    width: 100%;
    padding-top: 110px;
    padding-bottom: 105px;
    position: relative;
    margin: 0;
}
.contact_title{
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 27px;
    line-height: 50px;
    font-weight: 600;
}
.page_form_contact .colums-contact-form-title, .colums-row-company-name .colums-company-form-title{
    text-align: center;
    width: 100%;
    color: #fff;
    background: #1755A0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 35px;
    border-bottom: 5px solid #7dccf3;
    border-left: none;
    padding: 10px 15px;
    margin: 0;
}
.colums-contact-form{
    width: 100%;
}
.colums-contact-form tr:first-child{
    margin-top: 30px;
}
.colums-contact-form tr{
    background: #eeeeee;
    font-weight: 600;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}
.colums-contact-form tr .percent_01{
    align-items: center;
    width: calc( 30% - 10px );
    float: left;
    display: flex;
    padding-right: 10px;
}
.colums-contact-form tr .percent_02{
    width: calc( 70% - 10px );
    float: left;
}
.colums-contact-form tr .percent_02 textarea{
    width: 100%;
    padding: 10px;
}
table.colums-contact-form td:first-child span.s0{
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    color: #1755a0;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 190%;
    font-family: MS-Mincho;
}
table.colums-contact-form td span.s1{
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    background: #d12734;
    line-height: 175%;
    display: flex;
    align-item: center;
    padding: 0px 10px;
}

.colums-contact-form tr td .your-company{
    width: 100%;
    display: block;
}
.colums-contact-form tr td input{
    padding: 18px 25px;
    border: none;
    box-shadow: none;
    resize: none;
    outline: none;
    width: 100%;
}
.colums-contact-form .w-100{
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.media-btn-s-custom{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.hv-o.media-btn.custom-bg-buttom{
    color: white;
    background: #1755A0;
    border: 0;
    padding-bottom: 12px;
}
.hv-o.media-btn.custom-bg-buttom::before{
    content: "";
    background: url("/tp/T0432/image/play-white.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    position: relative;
    top: 6px;
    margin-right: 14px;
}
.list_menu_mobile.navbar-cates .navbar-link{
    position: relative;
    top: 30px;
    right: 0px;
    float: right;
    cursor: pointer;
}
.list_menu_mobile.navbar-cates .navbar-link{
    color: #fff;
    font-family: MS-Mincho;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

/*popup*/
div#popup_menu{
    overflow: auto;
    background: #0f5577;
    border-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.8);
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    z-index: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
}
.open {

    display: block !important;
}
div.book_overlay.active {
    display: block;
}
div.book_overlay {
    background-color: rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    float: left;
    height: 100%;
    z-index: 9150;
    bottom: 0;
}
div#popup_menu .mm-navbar{
    background: #5f1473;
}
.mm-navbar{
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
div#popup_menu .mm-navbar a{
    color: white;
    font-family: MS-Mincho;
    font-size: 16px;
    font-weight: 600;
}
ul.mobile-menu{
    padding: 0 10px 0 10px;
    border-color: rgba(0,0,0,.15);
    list-style: none;
}
ul.mobile-menu li.tp_menu_item{
    display: flex;
    border-bottom: 1px solid #333335;
    align-items: center;
    justify-content: space-between;
}
ul.mobile-menu li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 0 10px 0;
    margin: 0;
}
ul.menu_child_mobile{
    display: none;
}
ul.menu_child_mobile ul{
    display: none;
}
ul.menu_child_mobile li.has-child{
    display: flex;
    align-items: center;
    background: #5f1473;
    border-bottom: 1px solid #333335;
}

ul.menu_child_mobile li.has-child a{
    width: 100%;
    text-align: center;
}
.menu_item_mobile i{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
}
ul.mobile-menu>li>ul.toggle-right{
    transform: translateX(0);
    width: 80%;
}
ul.mobile-menu>li>ul{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background: #0f5577;
    padding: 0;
    margin: 0;
    display: block;
    transform: translateX(100%);
    box-shadow: none;
    backdrop-filter: none;
    transition: all .6s;
}
.section.load_all .load_more {
    background: #1a9cd8;
    float: left;
    clear: both;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 30px;
}
.new_text_item .mobile-cat{
    display: none;
}
span.load_more.noContent {
    display: none;
}
.colums-row-company colgroup{
    display: none;
}
.footer-menu{
    display: flex;
}
strong.breadcrumb_last{
    text-transform: uppercase;
}
