/*
Theme Name: onmedia
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
    font-family: 'UTM Avo';
    src: url('./fonts/UTMAvo.eot');
    src: url('./fonts/UTMAvo.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UTMAvo.woff2') format('woff2'),
        url('./fonts/UTMAvo.woff') format('woff'),
        url('./fonts/UTMAvo.ttf') format('truetype'),
        url('./fonts/UTMAvo.svg#UTMAvo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('./fonts/UTMAvoBold.eot');
    src: url('./fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UTMAvoBold.woff2') format('woff2'),
        url('./fonts/UTMAvoBold.woff') format('woff'),
        url('./fonts/UTMAvoBold.ttf') format('truetype'),
        url('./fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('./fonts/UTMAvo-BoldItalic.eot');
    src: url('./fonts/UTMAvo-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UTMAvo-BoldItalic.woff2') format('woff2'),
        url('./fonts/UTMAvo-BoldItalic.woff') format('woff'),
        url('./fonts/UTMAvo-BoldItalic.ttf') format('truetype'),
        url('./fonts/UTMAvo-BoldItalic.svg#UTMAvo-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('./fonts/UTMAvo-Italic.eot');
    src: url('./fonts/UTMAvo-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/UTMAvo-Italic.woff2') format('woff2'),
        url('./fonts/UTMAvo-Italic.woff') format('woff'),
        url('./fonts/UTMAvo-Italic.ttf') format('truetype'),
        url('./fonts/UTMAvo-Italic.svg#UTMAvo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time {
    font-family: 'UTM Avo' !important;
}
/* Header */
div#top-bar .html {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Inter', sans-serif !IMPORTANT;
}
.menu-mobile {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform .33s ease-out;
    text-align: right;
    align-items: flex-end;
}

.line-top {
    transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
    transform-origin: right;
    background-color: #ffffff;
    border-radius: 1.5px;
    width: 24px;
    height: 3px;
}

.line-center {
    background-color: #ffffff;
    border-radius: 1.5px;
    width: 17px;
    height: 3px;
    transform-origin: left;
}

.line-bottom {
    align-self: flex-end;
    transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
    transform-origin: left;
    background-color: #ffffff;
    border-radius: 1.5px;
    width: 24px;
    height: 3px;
}
.header-button a {
    background: linear-gradient(90deg, #008cc8 0%, #000000 100%);
    border-radius: 5px;
    border: none;
}
.is-divider {
    background: linear-gradient(90deg, #008cc8 0%, #000000 100%);
    border-radius: 50px;
}
.header-button a {
    width: 128px;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    text-transform: inherit;
}
li.html.custom.html_nav_position_text_top {
    margin: 0 20px;
}
div#menu_bar {
    background-color: #0a0a0a;
    width: 100%;
    cursor: pointer;
    transition: all 1s ease;
    z-index: 9999999999;
    position: fixed;
    max-width: 350px;
    font-size: 11px;
    bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div#menu_bar.left {
    left: -100%;
    top: 56px;
    padding: 30px;
}
div#menu_bar.move {
    left: 350px !important;
    transform: translate(-100%, 0);
}
.menu-mobile.active div {
    transform: scale(0);
}

.menu-mobile.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/05/close.png);
    background-repeat: no-repeat;
    transform: scale(1);
    transition: .5s;
    transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
}

.menu-mobile:after {
    transform: scale(0);
    transition: .5s;
    transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
}
ul#header-menu li a {
    font-size: 16px;
    color: #fff;
}

ul#header-menu li button.toggle {
    color: #fff;
    margin: 0 !important;
    opacity: 1;
    width: 20px;
}
/* Home */
.banner_home h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
}
.banner_home h2 {
    font-size: 60px;
    line-height: 88px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn_home {
    background: linear-gradient(90deg, rgb(0 140 200 / 53%) 0%, rgba(0, 0, 0, 0.78) 100%);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    border: none;
    width: 283px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
	background-color: transparent !important;
}
.btn_home {
  z-index: 1;
}
.btn_home:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #000000 0%, #008cc8 100%);
  border-radius: 100px;
  transition: all 0.3s ease;
}
.btn_home:hover {
  color: #fff;
}
.btn_home:hover:after {
  left: 0;
  width: 100%;
}
.btn_home:active {
  top: 2px;
}
.flickity-page-dots .dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 1;
    border: 3px solid #FFFFFF;
}

.flickity-page-dots .dot.is-selected {
    background: linear-gradient(269.93deg, #008cc8 -62.08%, #000000 123.71%);
}
.bg_black {
    background-color: #0d0d0fc9;
    padding-top: 25px;
}

.title_duan h3,.ss_number h3,.ss_dichvu .title h3 ,.ss_timhieu .title h3,.ss_duan h3,.ss_new h3{
    font-size: 24px;
    line-height: 35px;
}
.ss_timhieu .title h3 span {
    color: #008cc8;
}
.btn_home2 {
    width: 234px;
    height: 40px;
    border: 2px solid #008cc8 !IMPORTANT;
}
.btn_home2 span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transform: translateX(-19px);
}
.btn_home2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    background-color: #008cc8;
    height: 100%;
    opacity: 0.5;
}

.btn_home2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    background-image: url(/wp-content/uploads/2023/04/Polygon-1.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.btn_home2:hover {
    background: #008cc8 !IMPORTANT;
}
.pad_none{
    padding-bottom: 0 !important;
}

.ss_dichvu .title h3 {

    margin-bottom: 27px;
    position: relative;
}

.ss_dichvu .title h3:after {
    position: absolute;
    content: "";
    right: calc(100% + 14px);
    height: 6px;
    background: #008cc8;
    width: 100vh;
    top: 18px;
}
.ss_dichvu h3 span{
    color: #008cc8;
}
.col_dichvu .col-inner {
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.15);
}
.col_dichvu h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #008cc8 !important;
    text-transform: uppercase;
}
.col_dichvu .icon-box-img {
    margin-bottom: 5px;
}
.col_dichvu p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.title_duan h3,.ss_number h3 {
    margin-bottom: 10px;
}

.title_duan h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.title_duan h4 span {
    color: #008cc8;
}
.box-counter {
    background: #FFFFFF;
    opacity: 0.8;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 32px;
    height: 100%;
}

.box-counter p {
    font-weight: 700;
    font-size: 50px;
    line-height: 73px;
    color: #00bcd4;
    margin: 0;
}

.box-counter h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin: 0;
}
.video_content {
    height: 514px;
    border: 2px solid #ccc;
    background-color: #000;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
}
.video_content .video {
    display: none;
}
.video_content img.img_banner {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.duan_item .img {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}
.video_content.active_emd img.img_banner {
    display: none;
}
.video_content.active_emd .video {
    display: block;
    width: 100%;
    height: 100%;
}
.img_quote {
    width: 94px !IMPORTANT;
}
.ss_khachhang .text_name {
    width: 166px;
    display: inline-block;
}
.ss_khachhang .text_name h3 {
    width: max-content;
    display: inline-block;
    text-align: right;
    margin: 0;
}

.ss_khachhang .text_name h3 span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.ss_khachhang .text_name:after {
    content: "";
    position: absolute;
    left: 166px;
    width: calc(100% - 166px);
    height: 1px;
    background-color: #008cc8;
    bottom: 30px;
}
.tab_home ul.nav.nav-simple {
    background: #E6E2DD;
    border-radius: 5px;
    width: max-content;
    margin: 0 auto;
}

.tab_home ul.nav.nav-simple li {
    margin: 0;
}

.tab_home ul.nav.nav-simple li a {
    width: 151px;
    height: 40px;
    text-align: center;
    justify-content: center;
    color: #000;
}

.tab_home ul.nav.nav-simple li.active a {
    background: linear-gradient(89.83deg, #008cc8 9.34%, #F17276 57.53%, #DE0EA7 123.79%);
    border-radius: 5px;
    color: #fff;
}
/* New */
.list_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 23px;
    row-gap: 17px;
}
.new_item.new_top {
    grid-row: 1/3;
    grid-column: 1/2;
    position: relative;
}
.new_item {
    background: linear-gradient(269.93deg, #008cc8 -62.08%, #000000 123.71%);
    border-radius: 10px;
    padding: 7px 15px 50px;
    position: relative;
}

.new_item a {
    color: #fff;
    z-index: 1;
    position: relative;
}

.new_item .date {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 7px;
}

.new_item .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new_item .exceprt p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 19px;
}

.new_item.new_top {
    padding: 0;
    background: none;
}

.new_item.new_top .new_image {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.new_item.new_top .new_image img {
    height: 100%;
    object-fit: cover;
}

.new_item.new_top .new_text {
    position: absolute;
    bottom: -60px;
    left: 20px;
    width: calc(100% - 40px);
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 7px 15px 10px;
    box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.25);
}
.new_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
    background-color: #fff;
    border-radius: 4px;
    opacity: 0;
    transition: .5s;
    z-index: 0;
}

.new_item.new_top:after {
    display: none;
}

.new_item:hover:after {
    opacity: 1;
    transition: .5s;
}

.new_item:not(.new_top):hover a {
    color: #000 !IMPORTANT;
}
.new_item.new_top .new_text:hover .title {
    background: linear-gradient(269.93deg, #008bc7 -15.94%, #008cc8 50.17%, #B10035 123.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.new_item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
    background-color: #fff;
    border-radius: 4px;
}

.new_item.new_top:after {
    display: none;
}
/* Báo giá */

.col_baogia .is-divider {
    margin: 28px 0;
    height: 1px;
    background-color: #bbbbbb !IMPORTANT;
    background: none;
}

.col_baogia .icon {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    height: 98px;
}

.col_baogia .icon-box {
    margin-top: -49px;
}

.col_baogia .icon img {
    padding: 0;
}
.col_baogia .title h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.col_baogia .title h3 {
    font-size: 44px;
    line-height: 64px;
    margin: 0;
}

.col_baogia .title p {
    color: #1E1E1E !IMPORTANT;
}

.col_baogia .content p {
    margin-bottom: 18px;
    display: inline-flex;
}

.col_baogia .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.col_baogia .btn_getnow {
    background: #6D7884 !IMPORTANT;
    width: 150px;
    min-height: 40px;
    margin: 15px 0 0;
    border: none;
}
.baogia_center {
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.col_baogia.baogia_center .title h3 {
    color: #F58A6A !IMPORTANT;
}

.col_baogia.baogia_center .btn_getnow {
    background: linear-gradient(89.83deg, #008cc8 9.34%, #F17276 57.53%, #DE0EA7 123.79%) !important;
    border: none;
}
.col_baogia .btn_getnow:hover {
    color: #000 !IMPORTANT;
    background: none !IMPORTANT;
    box-shadow: none;

}
/* Footer */
.copyright-footer {
    color: #fff;
}
.ss_footer span.ux-menu-link__text {
    position: relative;
    display: flex;
    align-items: center;
}

.ss_footer span.ux-menu-link__text:before {
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/10/Page-1.svg);
    background-size: 7px 12px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
a.ux-menu-link__link:hover span {
    color:#008cc8 !important;
}
.ss_footer .col_form .col-inner {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.ss_footer .col_form form {
    margin: 0;
}

.ss_footer .col_form  input.wpcf7-form-control.wpcf7-text {
    border: 1px solid rgba(30, 30, 30, 0.3);
    border-radius: 10px;
    box-shadow: none;
    min-height: 60px;
    margin: 0;
}
.ss_footer .col_form form .btn_subscribe {
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-image: url(/wp-content/uploads/2025/10/Button.svg);
    height: 60px;
    background-color: transparent;
    background-size: 51px 52px;
    background-repeat: no-repeat;
    padding: 0;
    width: 59px;
    border: none;
    background-position: center;
    box-shadow: none;
}
span.wpcf7-spinner {
    display: none;
}
/* Liên hệ */
.home section.breadcrumb{
    display: none;
}
section.breadcrumb {
    padding: 10px;
}

section.breadcrumb p {
    width: max-content;
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(90deg, #008cc8 2.28%, #df3293 95.79%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -text-fill-color: transparent;
}
.form_lh .wpcf7-form-control {
    border: 1px solid #17171b;
    box-shadow: none;
    border-radius: 5px;
}

.form_lh input.wpcf7-form-control.wpcf7-submit {
    border: none;
    font-weight: 500;
    text-transform: initial;
}
/* blog */
.post_item .box_author {
    display: flex;
    color: #000;
    align-items: center;
}
.post_item .box_avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 40px;
    border: 1px solid var(--primary-color);
    padding: 4px;
    margin-right: 5px;
}

.post_item .box_avatar {
    display: flex;
    align-items: center;
}

.post_item .box_author span {
    width: 4px;
    height: 4px;
    background-color: #f69167;
    margin: 0 10px;
    border-radius: 50%;
}
.post_item h4 a {
    font-size: 16px;
    line-height: 26px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 52px;
    font-weight: 600;
    color: #000;
}

.post_item .box-text-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_item .box-image {border-radius: 5px;}
/* Single */
.related-post h7 {
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin: -8px 20px 0 0;
}
.duong-line {
  background: rgba(0,0,0,0) url(/wp-content/uploads/2023/05/line-1.png) repeat scroll 0 0;
  height: 12px;
  margin-top: 5px;
  overflow: hidden;
}
.related-post h5.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    height: 44px;
}
h1.page-title {
    color: #000;
}

.page_blog .entry-meta {
    font-size: 14px;
    margin-bottom: 20px;
}
.row_video .img {
    border-radius: 5px;
    overflow: hidden;
}

.row_video h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.div_search {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.7s linear;
	margin-top:10px;
}
.div_search form.searchform {
    background: linear-gradient(89.83deg, #008cc8 9.34%, #F17276 57.53%, #DE0EA7 123.79%);
    border-radius: 5px;
    overflow: hidden;
}

.div_search form.searchform input#s {
    background: none;
    border: none;
    color: #fff;
    box-shadow: none;
}

.div_search form.searchform button {
    background: none;
    box-shadow: none;
    border: none;
}
.div_search.avtive {
    max-height: 90px;
	padding: 5px 0;
}
.wpcf7-response-output {
    color: #000;
}
.div_search form.searchform input#s::placeholder {
  color: #FFF;
}
.ss_khachhang .gallery-col.col {
    padding-bottom: 0 !important;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

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

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){
.row_baogia {
    background: #ffffff69;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.archive_one.post_item  .image-zoom.image-cover {
    padding-top: 32% !important;
}

.archive_one.post_item .box-image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000082;
}

.archive_one.post_item .box-text.text-left {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.archive_one.post_item .box_author {
    color: #fff;
}

.archive_one.post_item a,.archive_one.post_item p {
    color: #fff;
}
.entry-content iframe {
    width: 100%;
    height: 449px;
}
}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

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

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
.header-main li.html.custom {
    display: block;
}
.ss_footer .col_form {
    padding: 0 15px !IMPORTANT;
}
.col_dichvu h3 {
    font-size: 14px;
}
div#menu_bar.left {
    right: -100%;
    left: auto !important;
}

div#menu_bar.move {
    right: 350px !important;
    transform: translate(100%, 0);
}
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
.header-top {
    min-height: 46px I !important;
}
div#top-bar .html {
    font-size: 10px;
    line-height: 12px;
}
.header-main li.html.custom {
    display: BLOCK;
}
#logo {
    width: 170px !important;
}
.banner_home h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}

.banner_home {
    height: 650px !IMPORTANT;
}

.banner_home h2 {
    font-size: 30px;
    line-height: 44px;
}

.btn_home {
    width: 161px;
    height: 30px;
    font-size: 12px;
    line-height: 18px;
}
.row_number .col {
    padding: 0 5px 10px;
}
.box-counter p {
    font-size: 37.2396px;
    line-height: 55px;
}

.box-counter {
    padding: 23px;
}

.box-counter h3 {
    font-size: 14.8958px;
    line-height: 20px;
}
.title_duan h3, .ss_number h3, .ss_dichvu .title h3, .ss_timhieu .title h3, .ss_duan h3 ,.ss_new h3{
    font-size: 20px;
    line-height: 29px;
}
.title_duan h4 {
    font-size: 14px;
    line-height: 19px;
}
.ss_duan .col_left .col-inner {
    text-align: center !IMPORTANT;
}

.ss_duan .col_left .col-inner .text {
    text-align: center !important;
}
.list_new {
    display: block;
}

.new_item.new_top {
    margin-bottom: 80px;
}

.new_item {
    margin-bottom: 15px;
}
.col_baogia .title h3 {
    font-size: 32px;
    line-height: 44px;
}
.col_baogia {
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-bottom: 89px;
}
.col_baogia:last-child {
    margin: 0;
}
.new_item.new_top .new_text {
    width: 90% !important;
    position: relative;
    margin: -30% 0 0 0%;
    z-index: 11111;
}
}