
    /*begin header*//*background-color: rgba(0, 0, 0, 0.65);*/
@font-face {
font-family: 'Roboto_Regular';
src: url('./fonts/Roboto-Regular.eot');
src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff')
format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')
format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

.menu_main {
    background-size: 100% 100%;
    float: right;
}

/* Content wrapper */
.wrapper {
    /*width: 94%;*/
    /*max-width: 75%;*/
    margin: 0 auto;
}

.wrapper-small {
    max-width: 728px;
}

.wrapper-flush {
    width: 100%;
}

.nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.title_home_news{

    margin-top: 20px;
}
/* .menu-item:last-child a i{
  color: #fffefb;

} */
.nav-container {
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    /*background-color: #c0c0c0;*/
    -webkit-overflow-scrolling: touch;
}

.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: #0d7cd6;
    float: left;
    width: 60px;
    /*position: fixed;*/
    z-index: 99;
}

.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}

.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
}

.icon-menu .line-1 {
    top: 0;
}

.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}

.is-active .icon-menu .line-2 {
    opacity: 0;
}

.icon-menu .line-3 {
    bottom: 0;
}

.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


.nav-menu {
    background-color: #0d7cd6;
    /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 2 */
}

.nav-menu .menu-item {
    border-top: 1px solid #ffffff;
}

.nav-menu > .menu-item.is-active {
    background: #085a9c;
}

.nav-menu > .menu-item:hover {
    background: #085a9c;
}

.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
    color: #ffffff;
}

.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
    color: #ffffff;
}

.nav-dropdown > .menu-item {
    padding-left: 10px;
}

.nav-dropdown > .menu-item:hover {
    opacity: 0.85;
}

.nav-menu .menu-link {
    color: #fff;
    font-size: 14px;
    display: block;
    /* 1 */
    text-decoration: none;
    padding: 8px 15px;
}

.has-dropdown {
    position: relative;
    cursor: pointer;
}

.has-dropdown > .menu-link {
    display: inline-block;
}

.has-dropdown:after {
    padding-top: 0px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "+";
    color: #fff;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
}

.has-dropdown.is-active:after {
    content: "\2013";
    /* 1 */
}

.nav-dropdown {
    display: none;
    background-color: #0a4c82;
}

.has-dropdown.is-active > .nav-dropdown {
    display: block;
    /* 1 */
}

.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}

.nav-dropdown .menu-item {
    border-color: #ffffff;
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: #0f9ba3 !important;
}

.logo_mobile {
    text-align: center;
}

.logo_mobile img {
    width: 180px;
    height: auto;
}

.nav-menu > .menu-item > .menu-link {
    padding: 8px 15px;
}
.nav-dropdown.menu .menu-item {
    border-bottom: 1px solid #cccccc6e;;
}
.nav-dropdown.menu .menu-item:last-child {
    border-bottom: 0px;
}
.qts_head_top {
    background: #fefcd6;
    color: #333;
}

/* .qts_head_top .content_top_hd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
} */

.qts_head_top .content_top_hd .menu_top {
    float: right;
}

.qts_head_top .content_top_hd .menu_top li {
    display: inline-block;
}

.qts_head_top .content_top_hd .menu_top li a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 0 15.2px;
    position: relative;
}

.qts_head_top .content_top_hd .menu_top li a:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 2px;
}

.qts_head_top .content_top_hd .menu_top li a:hover {
    color: #d6d4d4;
}

.qts_head_top .content_top_hd .menu_top li:last-child a:after {
    display: none;
}

.qts_head_top .content_top_hd .link_contact_header {
    font-size: 15px;
    display: flex;
    float: right;
}

.qts_head_top .content_top_hd .link_contact_header a {
    color: #fff;
    display: inline-block;
    padding: 10px 5px;
    position: relative;

}


.qts_head_top .content_top_hd .link_contact_header a:first-child {
    padding-left: 0;
}

.qts_head_top .content_top_hd .link_contact_header a:hover {
    color: #d6d4d4;
}

.qts_head_top .content_top_hd .form_search {
    width: 142px;
}

.qts_head_top .content_top_hd .form_search input.form-control {
    height: 25px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0;
}

.qts_head_top .content_top_hd .form_search button.btn.btn-default {
    height: 25px;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #58585a;
    background: #fff;
    border-left: 0;
}

.qts_head_mid {
    background-color: #005a99;
    position: relative;
    z-index: 1;
}

/*****************/
.menu_cate {
    position: fixed;
    top: 195px;
    left: 25px;
    z-index: 1;
}

.menu_cate li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    font-size: 12px;
    color: #737373;
    border: 1px solid #ccc;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_cate li a {
    display: block;
    width: 300px;
    height: 100px;
    overflow: hidden;
}

.menu_cate li a span.icon {
    width: 100px;
    height: 100px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}

.menu_cate li a span.icon .fa {
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 7px;
}

.menu_cate li a span.icon .fa:after {
    content: '';
    width: 45px;
    height: 3px;
    background: #f58026;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu_cate li a span.sub_cate {
    display: flex;
    overflow: hidden;
    padding: 10px;
    height: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu_cate li a:hover {
    color: #000;
}

.menu_cate li:hover {
    width: 300px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slider_main .owl-dots .owl-dot.active span, .slider_main .owl-dots .owl-dot:hover span {
    background: #0c69d3;
    border: 1px solid #0c69d3;
}

.slider_main .owl-dots .owl-dot span {
    background: #8bafd8;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 1px #fff inset;
    border: 1px solid #8bafd8;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
.logo_pc {
    height: 95px;
    width: 34%;
    margin: 5px 0;
}
.logo_pc a img{
    width: 100%;
}
.site_name_head {
    text-align: left;
    font-size: 14px;
    font-family: Roboto_Regular;
    margin-top: 6px;
}
.hotline{
  margin-top: 0px;
}
.site_name_head a {
    color: #27668f;
}
.cart_icon_header {
    font-size: 17px;
}
.hotline_hd {
    font-size: 17px;
    color: #7dc343;
    margin-top: 10px;
    font-family: Roboto_Regular;
}
.search_icon_hd {
    background: #000;
    padding: 5px 14px !important;
}
.hotline_hd span {
    color: #ff0000;
    font-weight: bold;
}

.search-drop {
    position: relative;
    cursor: pointer;
    display: none;
}
.search-drop .drop-button .fa {
    font-size: 20px;
    color: #333;
}

.search-drop .dropdown-content {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 99999;
}
.search-drop .dropdown-content .close {
    opacity: 1;
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -24px;
    right: 0px;
    background: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.search-drop .dropdown-content .box_search {
    width: 100%;
    margin-bottom: 0;
}
.search-drop .dropdown-content .box_search .input-group .form-control,
.search-drop .dropdown-content .box_search .input-group .btn {
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.search-drop .dropdown-content .box_search .input-group .form-control {
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 4px solid #e5e5e5;
    background: #E7E7E7;
    border-right: none;
}
.search-drop .dropdown-content .box_search .input-group .input-group-btn {
    line-height: 0;
}
.search-drop .dropdown-content .box_search .input-group .btn {
    padding: 0 5px;
    line-height: 19px;
    color: #bfbfbf;
    font-size: 18px;
    z-index: 2;
    background: #E7E7E7;
    border: 4px solid #e5e5e5;
    border-left: none;
    border-right-width: 4px;
}
.search-drop .dropdown-content .box_search .input-group .btn:hover {
background-color: #eee;
}
.search-drop .dropdown-content .box_search .input-group .btn .fa.fa-search {
    -webkit-filter: drop-shadow(1px 1px 0px gray);
    filter: drop-shadow(1px 1px 0px gray);
}
.search-drop .visible {
    display: block;
}
/*=================================================== menu_desktop =====================================================*/
@media (min-width: 992px) {
    .nav {
        background-color: rgba(0, 0, 0, 0.65);
    }

    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }

    .nav-toggle {
        display: none;
    }

    .nav-menu > .menu-item:hover,
    .nav-menu > .menu-item.is-active {
        background-color: transparent;
    }

    .nav-menu .menu-item {
        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .has-dropdown:after {
        content: "" !important;
    }

    .nav-menu > .menu-item:hover.has-dropdown:after {
        border-color: transparent transparent transparent transparent !important;
    }

    .menu-item:hover.has-dropdown:after {
        border-color: #75ad21 transparent transparent transparent !important;
    }

    .nav-menu > .has-dropdown:after {
        position: absolute;
        top: 50%;
        /*right: 0.3rem;*/
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: -4px;
        content: "";
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
    }

    .has-dropdown > .menu-link {
        padding-right: 2rem;
    }

    .nav-dropdown {
        left: 0px;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 215px;
        margin: 0;
        background-color: transparent;
        border-radius: 0px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }

    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .nav-dropdown .menu-item {
        border: 0;
    }

    .nav-dropdown .menu-item:last-child {
        border: 0;
        border-bottom: none;
    }

    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: #2350a5;
    }

    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: #ffffff;
    }

    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: #dedede;
    }

    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }

    .content {
        margin-top: 0;
    }
    .nav-menu > .menu-item.active > .menu-link {
    color: #fff9ff;
}

.nav-menu > .menu-item > .menu-link {
    display: block;
    line-height: 20px;
    padding: 25px 10px 25px;
    font-size: 14px;
    color: #fff9ff;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative;
    text-transform: uppercase;
    font-family: Roboto_Bold;
}
li.menu-item:last-child a {
    padding: 25px 5px 25px;
}
.nav-menu > .menu-item:last-child{
  margin-top: 15px;
margin-left: 48px;
}
.nav-dropdown > .menu-item:last-child > .menu-link {
    padding: 8px 2px 8px 12px;
}
.hotline p{
  font-size: 14px;
    font-family: Roboto_Regular;
    color: #333;
}
.hotline p span{
  font-size: 18px;
  color: #b90705;
  font-family: Roboto_Bold;
}
.link_contact_header>p {
    font-size: 14px;
    font-family: Roboto_Bold;
    margin-top: -8px;
    margin-right: 55px;
}
.link_contact_header>p>a{
  color: #b90705 !important;
}
.link_contact_header>p>i {
    color: #000;
    margin-right: 5px;
    font-size: 18px;
}
.hotline p i {
    margin-right: 5px;
    font-size: 20px;
}

    .nav-menu > .menu-item.active
    .nav-menu > .menu-item:hover {
        background: #007c3d;
        text-decoration: underline;
    }

    .nav-menu > .menu-item {
        position: relative;
        float: left;
        padding: 0px 0px 0px 0px;
        border-top: 0px;
    }

    .nav-menu,
    .nav {
        background: none;
    }

    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
        color: #fff9ff;
        position: relative;
    }

    .nav-menu > .menu-item > .menu-link:before {

        backface-visibility: hidden;
        border: 1px solid rgba(255, 255, 255, 0);
        top: 22px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        transition: all 280ms ease-in-out;
        width: 0;

    }

    .nav-menu > .menu-item:hover > .menu-link:before,.nav-menu > .menu-item.active > .menu-link:before  {
        backface-visibility: hidden;
        border-color: #007c3d;
        transition: width 350ms ease-in-out;
        width: 100%;
    }

    .nav-menu > .menu-item > a:hover {
        color: #007c3d;
    }

    .nav-dropdown > .menu-item {
        padding: 0;
        background: #ffffff;
    }

    .nav-menu .menu-link {
        padding: 8px 2px 8px 12px;
    }

    .nav-dropdown > .menu-item > .menu-link {
        color: #0d0d0d !important;
    }

    .nav-dropdown > .menu-item:hover > .menu-link {
        color: #ffffff !important;
    }

    .nav-menu > .menu-item {
        position: relative;
    }

    .nav-dropdown {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .has-dropdown:hover > .nav-dropdown {
        -webkit-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
    }

    .nav-dropdown .has-dropdown .nav-dropdown {
        -webkit-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .nav-dropdown .has-dropdown:hover .nav-dropdown {
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }

    .nav-dropdown .nav-dropdown .menu-item {
        background: #fff !important;
    }

    .nav-dropdown .nav-dropdown .menu-item:hover {
        background: #b00303 !important;
    }

    .menu_main {
       /* margin-right: 110px;*/
       margin-top: 15px;
    }

    .search-drop .drop-button .fa {
    color: #fff;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col_991_1 {
        width: 23%;
    }
    .col_991_2 {
        width: 77%;
    }

}
@media (max-width: 991px) {
    .site_name_head {
        padding-top: 5px;
    }
    .qts_head_top .content_top_hd .link_contact_header a {
        padding-top: 13px;
    }
}
@media (max-width: 486px) {
    .col-486-1 {
        width: 100%;
        text-align: center
    }
    .site_name_head a {
        font-size: 17px;
    }
    .site_name_head {
        padding: 10px 0;
    }
    .col-486-2 {
        display: none;
    }
/*    .qts_head_top .content_top_hd .link_contact_header a {
        display: none;
    }*/

}

/*****************//*end header*/
/*begin footer*/@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
#go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #53d267;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 10px;
    border-radius: 2px;
}
.icon_next{
    font-size: 16px;
    padding-top: 6px;
}
#go_top:hover {
    opacity: 0.85;
}
.qts_footer_mid {
    background: #0164a7;
    padding-top: 30px;
}
.title_footer {
     font-size: 17px;
    font-weight: bold;
     color: #ffffff;
     line-height: 29px;
     text-transform: uppercase;
 }
.qts_ft_left > p {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}
.ul_ft > li {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
}
.ul_ft > li a{
    color: #ffffff;
}
.ul_ft > li a:hover{
    text-decoration: underline;
}
.icon_lefft {
    font-size: 16px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.icon_right {
    overflow: hidden;
    display: block;
}
.ul_right_2> li {
    font-size: 12px;
    padding: 3px 0px;
    line-height: 22px;
    padding-left: 10px;
    border-bottom: 1px solid #646464;
}
.ul_right_2> li a {
    color: #ffffff;
    position: relative;
}
.ul_right_2> li a:hover{
    text-decoration: underline;
}
.ul_right_2> li a:before {
    content: "\f111";
    font: normal normal normal 5px/1 FontAwesome;
    color: #fff;
    position: absolute;
    left: -10px;
    top: 5px;
}
.from_style {
    background:#292929;
    border: 1px solid #292929;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #ffffff;
}
.text_tearea {
    width: 100%;
    height: 70px;
    background:#292929;
    border-radius: 10px;
    border: 1px solid #292929;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
}
.submit {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    background: transparent;
}
.submit:hover{
    color: #ffffff;
    border: 2px solid pink;
}
.text_tearea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
.text_tearea::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
.text_tearea:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
.text_tearea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
.from_style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
.from_style::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
.from_style:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
.from_style:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
.qts_footer_bot {
     background: #024280;
     float: left;
     width: 100%;
     padding: 18px 0px 12px 0px;
 }
.coppyright {
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
}
.trong_cut{
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
}
.trong_cut > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.trong_cut > a:hover{
    text-decoration: underline;
}
@media (max-width: 991px) {
    .qts_footer_mid {
        padding-top:0px;
    }

}
@media (min-width: 361px) and (max-width: 991px) {
    .search-drop .dropdown-content {
        width: 300px;
    }
}
@media (max-width: 360px) {
    .search-drop .dropdown-content {
        width: 248px;
    }
}
@media (max-width: 479px) {
    .qts_footer_bot {
        text-align: center;
            width: 100%;
    }
    .coppyright {
        width: 100%;
        text-align: center;
    }
    .trong_cut {
        display: none;
    }
}/*end footer*/
/*begin danhmuc*//*end danhmuc*/
/*begin tintucnoibat*//*end tintucnoibat*/
/*begin sanphamnoibat*/
@font-face {
  font-family: 'Roboto_Regular';
  src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')
  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto_Bold';
  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')
  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sidebar2{
  background: #005a99;
  color: #fff;
  padding: 0px 13px 13px;
}
.sidebar2 h2{
  border-bottom: 1px solid #e08080;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar2 h2 a{
  font-size: 16px;
  font-family: 'Roboto_Bold';
  text-transform: uppercase;
}
.sidebar2 a{
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto_Regular';
}
.sidebar_item{
  display: flex;
  margin-bottom: 30px;
}
.sidebar_item img{
  width: 110px;
  height: 70px;
  object-fit: cover;
}
.sidebar_item .title{
  padding-left: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}
.sidebar2 .seeMore{
  float: right;

  font-size: 14px;
  font-family: 'Roboto_Regular';
}
/*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*/
@font-face {
  font-family: 'Roboto_Regular';
  src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')
  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto_Bold';
  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')
  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sidebar1{
  background: #005a99;
  color: #fff; margin-top: 20px;
  padding: 0px 13px 13px;
}
.sidebar1 h2{
  border-bottom: 1px solid #005a99;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar1 h2 a{

  font-size: 16px;
  font-family: 'Roboto_Bold';
}
.sidebar1 a{
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto_Regular';
}
/*end hotrotructuyen*/
/*begin counter*//*end counter*/

/*begin fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*/
/*begin sanphamnoibat_home*//*end sanphamnoibat_home*/
/*begin sanphambanchay_home*//*end sanphambanchay_home*/
/*begin sanphammoi_home*//*end sanphammoi_home*/
/*begin sanphamkhuyenmai_home*//*end sanphamkhuyenmai_home*/
/*begin danhmucsanpham_home*/
@font-face {
    font-family: 'Roboto_Bold';
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto_Regular';
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}



.title-category {
    font-size: 24px;
    font-family: Roboto_Bold;
    text-transform: uppercase;
    margin-bottom: 0px;

}
.box-cat>img{
  margin-bottom: 23px;
}
.title-category a:hover{
    text-decoration: none;

}

.box-cat{
  text-align: center;
}
.title-category a {
    padding: 12px 10px;
    color: #da251c;
    display: inline-block
}

.box-pro-cat .owl-nav {
    margin-top: -60px
}

.box-pro-cat .owl-nav button i.arrow-slider {
    box-shadow: none;
    color: #3f3f3f;
    font-size: 55px;
    background: none
}

.box-pro-cat .owl-nav .owl-next {
    right: 10px
}

.box-pro-cat .owl-nav .owl-prev {
    left: -10px
}




.blockProduct a img {
    width: 100%;
    object-fit: cover;
}

.blockProduct .text-pro-cat {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px
}

.blockProduct .text-pro-cat h2 {
  font-size: 13px;
text-transform: uppercase;
line-height: 25px;
height: 25px;
overflow: hidden;
font-weight: bold;
margin-top: 0px;
}
.blockProduct .text-pro-cat h2 a{
  color: #333;
}














@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }


}

@media (min-width:768px) and (max-width:991px) /* sm*/{

    .box-cat a img{
        height: 200px !!important;
    }

    .sc_header_menu.sticky-header{
        position: relative !important;
    }


}

@media (max-width:767px) /* xs*/{

     .box-cat a img{
        height: 200px !!important;
    }
    .sc_header_menu.sticky-header{
        position: relative !important;
    }




}

@media (max-width:480px) {

     .box-cat a img{
        height: 200px !!important;
    }

    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }


.title-category {
    font-size: 15px;
}
.title-category a {
    padding: 10px 10px;
}
.blockProduct .text-pro-cat {
    margin-bottom: 30px;
    padding: 5px;
}

}


.visible-480{
    display: none;
}
/*end danhmucsanpham_home*/



/*begin partner_home*/ /*end partner_home*/

    /*begin root_content*//*end root_content*/

    /*begin title_left*//*end title_left*/
    /*begin title_right*//*end title_right*/
    /*begin title_tintuchome_home*//*end title_tintuchome_home*/
/*begin banner_home*//*end banner_home*/
/*begin banner*//*end banner*/
    /*begin product_detail*//*end product_detail*/
    /*begin title_danhmuc2*//*end title_danhmuc2*/
    /*begin title_danhmucsanpham*//*end title_danhmucsanpham*/
    /*begin title_tintuc*//*end title_tintuc*/
    /*begin title_video*//*end title_video*/
    /*begin title_partner*//*end title_partner*/
    /*begin tintuchome_home*//*end tintuchome_home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*//*end pro_detail*/
/*begin pages_home*/@font-face {
    font-family: 'UTM_AvoBold';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'), url('../fonts/UTMAvoBold.woff')
    format('woff2'), url('../fonts/UTMAvoBold.woff') format('woff'), url('../fonts/UTMAvoBold.ttf')
    format('truetype'), url('../fonts/UTMAvoBold.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
#go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #53d267;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 10px;
    border-radius: 2px;
}
.icon_next{
    font-size: 16px;
    padding-top: 6px;
}
#go_top:hover {
    opacity: 0.85;
}
.qts_content_home{
    margin: 30px 0px;
}
.title_right_home_4{
    color: #0058a9;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.sologane_home_4> p {
    color: #000;
    font-size: 24px;
    font-family: Roboto_Bold;
    text-align: center;
    position: relative;
    padding: 5px 50px;
    line-height: 34px;
    text-transform: uppercase;
}
.sologane_home_4{
    margin: 15px 0px;
}
.sologane_home_4> p:before{
    content: "\f10d";
    font: normal normal normal 28px/1 FontAwesome;
    color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
}
.sologane_home_4> p:after{
    content: "\f10e";
    font: normal normal normal 28px/1 FontAwesome;
    color: #000;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.text_home_4 > p {
    color: #222222;
    font-size: 15px;
    line-height: 23px;
    /*height: 297px;*/
    margin-bottom: 10px;
    overflow: hidden;
    font-family: Roboto_Regular;
}
.lick_me_4 > a {
    display: inline-block;
    color: #ffffff;
    background: #0273bf;
    padding: 9px 42px;
    font-size: 13px;
}
.lick_me_4 > a  > i {
    padding-left: 10px;
}
.text_home_4 ul li {
    padding-bottom: 15px;
}
@media (min-width: 1200px) {
    .title_right_home_4 {
        font-size: 27px;
    }
    .sologane_home_4> p {
    font-size: 24px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .lick_me_4 > a {
        padding: 7px 15px;
    }
}
@media (max-width: 991px) {
    .title_right_home_4 {
        margin-top: 15px;
    }
    .lick_me_4 > a {
            padding: 5px 10px;
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    .sologane_home_4> p:before {
        left: 215px;
    }
    .sologane_home_4> p:after {
            right: 215px;
    }
}

/* đăng ký --- */

.sidebar3{
  background: #005a99;
  color: #333;
  padding: 0px 13px 13px;
}
.sidebar3 h2{
  border-bottom: 1px solid #e08080;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar3 h2 a{
  font-size: 16px;
  font-family: 'Roboto_Bold';
  text-transform: uppercase;
}
.slider_duan_noibat .item .blockProduct a img {
    max-width: 100%;
    height: 296px;
    object-fit: cover;
}
.sidebar3 a{
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto_Regular';
}
.sidebar3  .form-group{
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.sidebar3  .form-group span{
  position: absolute;
  color: #7a7a7a;
  left: 8px;
  top: 3px;
}
.sidebar3  .form-group input,.sidebar3  .form-group textarea{
  width: 100%;
  border-radius: 5px;
  border:none;
  padding: 2.5px 10px 0 28px;
}
.sidebar3  .form-group textarea{
  height: 80px;
}
.sidebar3 button{
    text-transform: uppercase;
    font-size: 12px;
    background: #545454;
    font-family: 'Roboto_Bold';
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 3.5px 6.5px;
    margin: 20px auto 20px;
    display: block;
}
.text_dk{

font-size: 13px;

}


/* silde dự án nổi bật */


.box-cat>img{
  margin-bottom: 23px;
}
.title-category a:hover{
    text-decoration: none;

}

.box-cat{
  text-align: center;
}
.title-category a {
    padding: 12px 10px;
    color: #005a99;
    display: inline-block
}

.box-pro-cat .owl-nav {
    margin-top: -60px
}

.box-pro-cat .owl-nav button i.arrow-slider {
    box-shadow: none;
    color: #3f3f3f;
    font-size: 55px;
    background: none
}

.box-pro-cat .owl-nav .owl-next {
    right: 10px
}

.box-pro-cat .owl-nav .owl-prev {
    left: -10px
}




.blockProduct a img {
    width: 100%;
    object-fit: cover;
}

.blockProduct .text-pro-cat {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px
}

.blockProduct .text-pro-cat h2 {
  font-size: 13px;
text-transform: uppercase;
line-height: 25px;
height: 25px;
overflow: hidden;
font-weight: bold;
margin-top: 0px;
}
.blockProduct .text-pro-cat h2 a{
  color: #333;
}

.slider_duan_noibat .owl-nav button.owl-prev{

  left: 10px;
}
.slider_duan_noibat .owl-nav button.owl-next{

  right: 10px;
}

.slider_duan_noibat .owl-nav .arrow-slider {
    color: #784639;
    font-size: 50px;
    background: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 35px;
    box-shadow: 2px 0px 2px 5px #fff;
}
.slider_duan_noibat .owl-nav{
  top:153px;
}
.menu-item:last-child a i.fa-facebook-official{
  color:#fffefb;
}
.lick_me_4{
  text-align: center;
}

.main-right{
	overflow: hidden;
}








@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
.slider_duan_noibat .owl-nav {
    top: 150px !important;
}



}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .slider_duan_noibat .owl-nav .arrow-slider {
        font-size: 40px;
        width: 35px;
        height: 35px;
    }
.slider_duan_noibat .item .blockProduct a img {
    height: auto;
}

}

@media (max-width:767px) /* xs*/{

    .title_footer{
        margin-bottom: 20px !important; margin-top: 15px !important;
    }

    .sc_header_menu.sticky-header{
        position: relative !important;
    }

    .slider_duan_noibat .owl-nav .arrow-slider {
        font-size: 30px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .slider_duan_noibat .owl-nav {
    top: 50px;
}
.slider_duan_noibat .owl-nav button.owl-next {
    right: 26px;
}
.slider_duan_noibat .owl-nav button.owl-prev {
    left: 5px;
}
.slider_duan_noibat .item .blockProduct a img {
    height: 120px;
}

}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }


.title-category {
    font-size: 15px;
}
.title-category a {
    padding: 10px 10px;
}
.blockProduct .text-pro-cat {
    margin-bottom: 30px;
    padding: 5px;
}
.slider_duan_noibat .owl-nav .arrow-slider {
    font-size: 20px;
    width: 15px;
    height: 15px;
    line-height: 20px;
}
.slider_duan_noibat .owl-nav {
    top: 55px;
}
.blockProduct .text-pro-cat h2 {
    font-size: 12px;
}
}


.visible-480{
    display: none;
}

/* hỏi đáp */

.why{
  background: url(../img/bg_ts.jpg) no-repeat;
background-position: initial;
background-size: 100% 100%;

object-fit: contain;
color: #fff;
padding-top: 181px;
padding-bottom: 118px;
height: 400px;
}
.why h2{
  text-transform: uppercase;
  font-size: 24px;
  font-family: Roboto_Bold;
  position: absolute;
top: -131px;
left: 150px;
}
.col-right ul li{
  list-style-type: none;
  font-size: 15px;
  font-family: Roboto_Regular;
  line-height: 35px;
}
.tit-why{
  position: relative;
}
.col-right{
  position: absolute;
    top: -57px;
    left: 4px;
}
.col-right ul li i{
  color: #f3f402;
margin-right: 13px;
}
.col-right ul{
  padding-left: 25px;
}
.number li {
  list-style-type: none;
float: left;
width: 33%;
text-align: center;

}
.number li .box-nb{
  background: url(../img/bg-tron.png) no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 40px;
    font-family: Roboto_Bold;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.number li:nth-child(1){
      margin-left: -30px;
}
.number li>p{
  margin: 10px 0px 0px;
}
.number{
    display: none;
  padding-left: 0px;
      margin-top: -40px;
}

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
    .why {
        padding-top: 160px;
        padding-bottom: 40px;
        height: auto;
    }
.why h2 {
    font-size: 20px;
    top: -110px;
}
.col-right {
    top: -60px;
}
.col-right ul li {
    font-size: 14px;
    line-height: 27px;
}
.col-right ul li i {
    margin-right: 5px;
}
.number li .box-nb {
    font-size: 35px;
    height: 130px;
}
.col-right ul {
    padding-left: 15px;
}
.link_contact_header>p {
    margin-right: 40px;
}


.sologane_home_4> p {
    font-size: 20px;
}
.text_home_4 > p {
    font-size: 14px;
}

}

@media (min-width:768px) and (max-width:991px) /* sm*/{


    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .why {
        /*background-size: contain;*/
        padding-top: 200px;
        padding-bottom: 0px;
        height: auto;
    }
    .why h2 {
    font-size: 20px;
    top: -190px;
}
.col-right {
    top: -125px;
    left: 0px;
}
.col-right ul li {
    font-size: 13px;
    line-height: 20px;
    height: 23px;
    overflow: hidden;
}
.col-right ul li i {
    margin-right: 5px;
}
.number {
    margin-top: -105px;
}
.number li .box-nb {
    font-size: 25px;
}
.number li>p {
    margin: 0px 0px 0px;
}
.sologane_home_4> p:before {
    left: 0px;
}
.why h2 {
    top: -170px;
    left: 0px;
}
.col-right ul {
    padding-left: 10px;
}
.number {
    margin-top: -130px;
}
.number li .box-nb {
    font-size: 20px;
}
.number li .box-nb {
    height: 110px;
}
.number li>p {
    font-size: 14px;
}
}

@media (max-width:767px) /* xs*/{

    .main-right{

        padding: 15px !important;
    }

    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .number{
      display: flex;
    justify-content: center;
    align-items: center;
    }
.why h2 {
    top: 7px;
    left: 0px;
}
.number li .box-nb {
    font-size: 30px;
    height: 130px;
}
.col-right{
  top: 50px;
}
.why {

    background: url(../img/anhnen.png) no-repeat;

    padding-top: 55px;
}
.col-right ul li i {
    color: #fff;
}
.sologane_home_4> p {
    font-size: 20px;
}
.col-right {
    left: 13px;
}
}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }


.number li .box-nb {
    font-size: 25px;
    height: 100px;
}
.why h2 {
    top: -15px;
    left: 0px;
    font-size: 20px;
}
.col-right ul li {
    font-size: 13px;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
}
.sologane_home_4> p {
    font-size: 15px;
}
.number li>p{
	font-size: 14px;
}
.number li{
	padding: 0px 5px;
}
.why h2 {
    top: 10px;
}
.col-right ul {
    padding-left: 10px;
}
}


.visible-480{
    display: none;
}


.more a {
    background: #005a99;
    color: #fff;
    padding: 8px 23px;
}

.box-cat a img {
    width: 100%;
    max-width: 270px;
    height: 149px;
    object-fit: cover;
}
.box-cat .text-cat h3 {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 15px 0px -5px;
    font-weight: bold;
    text-transform: uppercase;
}
.box-cat .text-cat .price {
    font-size: 13px;
    color: #333;
    text-align: justify;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
li.box-cat.box-cat-news {
    margin-bottom: 17px;
}



.box-cat-news {
    float: left;
    width: 50%;
    padding: 0px 19px;
    list-style-type: none;
}

.box-cat-news a {
  float: left;
  margin-right: 15px;
}
.more a {
    /* float: left; */
    /* margin-right: 15px; */
   
    color: #fff;
    font-size: 13px;
    padding: 6px 22px;
}
.box-cat-news .text-cat .price {
  margin: 15px 0px 20px;
}

.box-cat-news .text-cat .user {
  font-size: 12px;
  font-family: Roboto_Regular;
  color: #7a7979;
}
.list-news {
    margin: 0px -19px;
    padding-left: 0px;
}
.detail-cat-home {
  overflow: hidden;
}

.detail-pro-raovat h2 {
    font-family: Roboto_Regular;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.detail-pro-raovat h2 span{
  border-bottom: 1px solid;
}
.img_banner a img{
	height: 500px;
	object-fit: cover;
}
.content_news > p > em > img, .content_news > p > img{
    float: left;
    clear: both;
}
.content_news > h2 > em > img{
    float: left;
}
.content_news > h2 > img{
    float: left;
}
.content_news > h2 > em{
        font-size: 20px;
    margin-left: 20px;
}




@media only screen and (max-width:767px) {

    .img_banner a img{


        height: 200px !important;
    }


    
  .box-cat-news a{
    float: none;
  }
  .box-cat a img{
    height: 200px !important;
    width:100% !important;
    max-width: 100%;
  }
  .detail-pro-raovat h2 {
    margin-bottom: 30px;
}
}

@media only screen and (max-width:480px) {
  .box-cat-news {
      width: 100%;
  }
}


@media only screen and (max-width: 991px) {

}


@media (min-width: 992px) and (max-width: 1199px) {
  .box-cat-news a{
    float: none;
  }
  .box-cat a img{
    max-width: 100%;
  }
  .detail-pro-raovat h2 {
    margin-bottom: 30px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
  .box-cat-news a{
    float: none;
  }
  .box-cat a img{
    max-width: 100%;
  }
  .detail-pro-raovat h2 {
    margin-bottom: 30px;
}
}

#frm_contact_ft{
    text-align: right;
}

.boxHeaderRight{
    display: flex;
    align-items: center;
}
.boxHeaderRight_2{
    margin-left: 20px;
}



/*@media (min-width: 480px) and (max-width: 767px) {
    .sologane_home_4> p:before {
        left: 175px;
    }
    .sologane_home_4> p:after {
            right: 175px;
    }
}*//*end pages_home*/
/*begin media_image*//*end media_image*/
/*begin news1*//*end news1*/
/*begin news2*//*end news2*/
/*begin tintucnoibat_home*//*end tintucnoibat_home*/
/*begin tintucmoinhat_home*//*end tintucmoinhat_home*/
/*begin ykienkhachhang_home*//*end ykienkhachhang_home*/
/*begin email_home*//*end email_home*/
/*begin morong_home*//*end morong_home*/
